/*
Author       : Dreamguys
Template Name: CRMS - Bootstrap Admin Template
Version      : 1.0
*/

/*============================
 [Table of CSS]

1. General
2. Table
3. Helper Class
4. Bootstrap Classes
5. Animation
6. Toggle Button
7. Modal
8. Header
9. Sidebar
10. Content
11. Login
12. Dashboard
13. Activity
14. Select2
15. Nav tabs
16. Edit Profile
17. Chat
18. Focus Label
19. Employee
20. Events
21. Profile
22. Notifications
23. Task
24. Inbox
25. Mail View
26. Contacts
27. Chat Sidebar
28. Notification Settings
29. Loader
30. Error
31. Components
32. Search
33. FAQ
34. Kanban Board
35. Responsive

========================================*/
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@200;300;400&display=swap");
@font-face {
    font-family: "Material Icons";
    font-style: normal;
    font-weight: 400;
    src: url(../fonts/MaterialIcons-Regular.eot);
    /* For IE6-8 */
    src: local("Material Icons"), local("MaterialIcons-Regular"),
        url(../fonts/MaterialIcons-Regular.woff2) format("woff2"),
        url(../fonts/MaterialIcons-Regular.woff) format("woff"),
        url(../fonts/MaterialIcons-Regular.ttf) format("truetype");
}

@font-face {
    font-family: "CircularStd";
    font-style: normal;
    font-weight: 400;
    src: local("Circular Std Book"),
        url("../fonts/CircularStd-Book.woff") format("woff");
}

@font-face {
    font-family: "CircularStd";
    font-style: italic;
    font-weight: 400;
    src: local("Circular Std Book Italic"),
        url("../fonts/CircularStd-BookItalic.woff") format("woff");
}

@font-face {
    font-family: "CircularStd";
    font-style: normal;
    font-weight: 500;
    src: local("Circular Std Medium"),
        url("../fonts/CircularStd-Medium.woff") format("woff");
}

@font-face {
    font-family: "CircularStd";
    font-style: italic;
    font-weight: 500;
    src: local("Circular Std Medium Italic"),
        url("../fonts/CircularStd-MediumItalic.woff") format("woff");
}

@font-face {
    font-family: "CircularStd";
    font-style: normal;
    font-weight: 600;
    src: local("Circular Std Bold"),
        url("../fonts/CircularStd-Bold.woff") format("woff");
}

@font-face {
    font-family: "CircularStd";
    font-style: italic;
    font-weight: 600;
    src: local("Circular Std Bold Italic"),
        url("../fonts/CircularStd-BoldItalic.woff") format("woff");
}

@font-face {
    font-family: "CircularStd";
    font-style: normal;
    font-weight: 800;
    src: local("Circular Std Black"),
        url("../fonts/CircularStd-Black.woff") format("woff");
}

@font-face {
    font-family: "CircularStd";
    font-style: italic;
    font-weight: 800;
    src: local("Circular Std Black Italic"),
        url("../fonts/CircularStd-BlackItalic.woff") format("woff");
}

/*-----------------
  1. General
-----------------------*/

html {
    height: 100%;
}
body {
    /* font-family: "Nunito", sans-serif; */
    font-size: 0.9375rem;
    color: #1f1f1f;
    background-color: white;
    min-height: 100%;
    overflow: hidden;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Nunito", sans-serif;
    margin-top: 0;
    font-weight: 500;
}

h1,
.h1 {
    font-size: 2.25rem;
}

h2,
.h2 {
    font-size: 1.875rem;
}

h3,
.h3 {
    font-size: 1.5rem;
}

h4,
.h4 {
    font-size: 1.125rem;
}

h5,
.h5 {
    font-size: 0.875rem;
}

h6,
.h6 {
    font-size: 0.75rem;
}
a,
a:hover,
a:active,
a:focus {
    text-decoration: none;
    outline: none !important;
}

.form-control {
    border-color: #e3e3e3;
    box-shadow: none;
    font-size: 13px;
    height: 44px;
}

.form-control[disabled],
fieldset[disabled] .form-control {
    cursor: not-allowed;
}

input,
button,
a {
    transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
}

input,
input:focus,
button,
button:focus {
    outline: none;
}

input[type="file"] {
    height: auto;
}

input[type="text"],
input[type="password"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

textarea.form-control {
    resize: vertical;
}

.navbar-nav > li {
    float: left;
}
.dashboard-nav li a.active {
    color: #3789fb;
}
ul.nav.dashboard-nav li a {
    text-decoration: underline;
    text-decoration-thickness: 3px;
    text-underline-offset: 6px;
}
.dashboard-nav li a {
    color: rgba(0, 0, 0, 0.5);
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
}

.form-control-lg.form-control {
    border-radius: 4px;
    height: 46px;
}

.form-control-sm.form-control {
    height: 30px;
    border-radius: 0;
}

.input-group.input-group-lg .form-control {
    height: 46px;
}
.main-wrapper {
    width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: center;
}
.page-header .dropdown a {
    color: #000;
}

.material-icons {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 22px;
    display: inline-block;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale;
    font-feature-settings: "liga";
}

.input-group-text {
    background-color: #f7f7f7;
    border-color: #e3e3e3;
}

select.form-control[multiple] option,
select.form-control[size] option {
    border-radius: 3px;
    padding: 7px 12px;
}

select.form-control[multiple],
select.form-control[size] {
    height: 200px;
    padding: 7px;
}
.select2-selection:focus-visible {
    outline: none !important;
}
/*-----------------
  2. Table
-----------------------*/
.table-responsive {
    width: 100%;
    overflow: auto visible !important;
}
.table tr,
.table td {
    position: relative;
}
.table-responsive {
    position: relative;
    z-index: 0;
    padding: 1em;
    min-height: 250px;
}
.table-responsive {
    max-height: 70vh;
    box-sizing: content-box;
}
.table thead {
    position: sticky;
    background: white;
    top: -20px;
    z-index: 999;
}
.table {
    color: #333;
}
@media print
{
  table { page-break-after:auto }
  tr    { page-break-inside:avoid; page-break-after:auto }
  td    { page-break-inside:avoid; page-break-after:auto }
  thead { display:table-header-group }
  tfoot { display:table-footer-group }
}
@media (min-width: 1300px) and (max-width: 1500px) {
    .table-responsive tr {
        padding: 0 1em 0 0;
    }
}
@media (min-width: 1200px) and (max-width: 1300px) {
    .table-responsive tr {
        padding: 0 2em 0 0;
    }
}
@media (min-width: 1200px) {
    .contents-container {
        word-break: break-word;
    }

    .table-responsive table {
        width: 100%;
        border-collapse: collapse;
        display: table;
    }
    /* .table-responsive thead,
    .table-responsive tbody,
    .table-responsive tr {
        display: table-row-group;
    } */
    /* .table-responsive tr {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(0, 1fr));
        width: 100%;
    } */
    .table-responsive tbody tr {
        border-radius: 10px;
        /* background: #fff;
        box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.25); */
        height: auto;
        margin-bottom: 0.5em;
        cursor: pointer;
    }
    .table-responsive tbody tr.selected,
    .table-responsive tbody tr:hover {
        background: rgba(217, 217, 217, 0.35);
    }
    .table-responsive tbody td {
        color: rgba(0, 0, 0, 0.8);
        font-size: 12px !important;;
        font-weight: 500;
        align-items: center;
        height: 100%;
        /* display: flex; */
    }
    .table-responsive th,
    .table-responsive td {
        display: table-cell;
        word-wrap: break-word;
    }
    .table-responsive .table.table-white {
        background-color: #fff;
    }

    /* .table-responsive .table thead th {
        font-weight: 600;
        letter-spacing: 0.05em;
    } */
}
.table-responsive td,
.table-responsive th {
    word-break: keep-all !important;
}
.table-striped > tbody > tr:nth-of-type(2n + 1) {
    background-color: #f6f6f6;
}
.select2-results {
    border-radius: 6px;
    background: #fff;
    box-shadow: 0px 2px 31px 2px rgba(0, 0, 0, 0.24);
}
.select2-selection__choice {
    width: 90%;
    display: flex;
    gap: 6px;
    align-items: center;
}
.select2-selection--multiple .select2-selection__rendered {
    height: auto !important;
}
.select2-dropdown {
    border: none;
    min-width: 150px;
}
.select2-container--default
    .select2-results__option--highlighted[aria-selected] {
    background: #bddeff;
    color: rgba(21, 39, 86, 0.8);
}
.select2-container--default .select2-results__option[aria-selected="true"] {
    background-color: #bddeff;
}
.select2-results__option {
    border-radius: 2px;
    color: rgba(21, 39, 86, 0.8);
    font-size: 12px;
    font-weight: 400;
}
.select2-results__options {
    padding: 4px;
    margin: auto;
}
.select2-container--default
    .select2-selection--single
    .select2-selection__clear {
    padding-right: 1em;
}
.select2-container--default .select2-selection--single {
    min-width: 150px;
}
.select2-selection--single .select2-selection__arrow b {
    margin-left: -4px !important;
}
.select2-selection__placeholder {
    text-align: center;
}
.select2-container--default
    .select2-selection--multiple
    .select2-selection__rendered {
    overflow-y: auto;
}
.select2-selection--single {
    display: flex;
    align-items: center;
}

.select2-selection__rendered {
    flex: 1;
    text-align: center;
}
/* .select2-container.select2-container--default.select2-container--open:not(.select2){
    top: 42px !important;
    left: 12px !important;
} */
/* .select2-container--above + .select2-container--open {
    top: 42px !important;
    left: 12px !important;
} */
/* .select2-container--below + .select2-container--open {
    top: 42px !important;
    left: 12px !important;
} */
table.table td h2 {
    display: inline-block;
    font-size: inherit;
    font-weight: 400;
    margin: 0;
    padding: 0;
    vertical-align: middle;
}

table.table td h2.table-avatar {
    align-items: center;
    display: inline-flex;
    font-size: inherit;
    font-weight: 400;
    margin: 0;
    padding: 0;
    vertical-align: middle;
    white-space: nowrap;
}

table.table td h2.table-avatar.blue-link a {
    color: #007bff;
}

table.table td h2 a {
    color: #333;
}

table.table td h2 a:hover {
    color: #154c79;
}

table.table td h2 span {
    color: #888;
    display: block;
    font-size: 12px;
    margin-top: 3px;
}

table.dataTable {
    margin-bottom: 15px !important;
    margin-top: 15px !important;
}

.table-nowrap td,
.table-nowrap th {
    white-space: nowrap;
}

.table-hover tbody tr:hover {
    background-color: #f7f7f7;
    color: #212529;
}

table.dataTable thead > tr > th.sorting_asc,
table.dataTable thead > tr > th.sorting_desc,
table.dataTable thead > tr > th.sorting,
table.dataTable thead > tr > td.sorting_asc,
table.dataTable thead > tr > td.sorting_desc,
table.dataTable thead > tr > td.sorting {
    padding-right: 30px !important;
}
.pass-group {
    position: relative;
}
.toggle-password {
    position: absolute;
    right: 17px;
    top: 14px;
    color: #808080;
    cursor: pointer;
    font-size: 1.2rem;
}
.label {
    display: inline-block;
    padding: 0.35em 0.65em;
    font-size: 0.75em;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0.25rem;
}
.right .btn-close {
    position: absolute;
    right: 22px !important;
    width: auto;
    height: auto;
    color: #000;
    left: unset;
    top: 18px;
}

/*-----------------
  3. Helper Class
-----------------------*/

.p-20 {
    padding: 20px !important;
}

.p-t-0 {
    padding-top: 0 !important;
}

.m-0 {
    margin: 0 !important;
}

.m-r-5 {
    margin-right: 5px !important;
}

.m-r-10 {
    margin-right: 10px !important;
}

.m-l-5 {
    margin-left: 5px !important;
}

.m-l-15 {
    margin-left: 15px !important;
}

.m-t-5 {
    margin-top: 5px !important;
}

.m-t-0 {
    margin-top: 0 !important;
}

.m-t-10 {
    margin-top: 10px !important;
}

.m-t-15 {
    margin-top: 15px !important;
}

.m-t-20 {
    margin-top: 20px !important;
}

.m-t-30 {
    margin-top: 30px !important;
}

.m-t-50 {
    margin-top: 50px !important;
}

.m-b-5 {
    margin-bottom: 5px !important;
}

.m-b-10 {
    margin-bottom: 10px !important;
}

.m-b-15 {
    margin-bottom: 15px !important;
}

.m-b-20 {
    margin-bottom: 20px !important;
}

.m-b-30 {
    margin-bottom: 30px !important;
}

.w-40 {
    width: 40px;
}

.btn-md {
    height: 40px;
}

.block {
    display: block !important;
}

.text-ellipsis {
    display: block;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.text-muted-light {
    color: #aaa;
}

.text-xs {
    font-size: 0.75rem !important;
}

.text-sm {
    font-size: 0.875rem !important;
}

.text-lg {
    font-size: 1.25rem !important;
}

.text-xl {
    font-size: 1.5rem !important;
}

.font-18 {
    font-size: 16px;
}

.btn.btn-rounded {
    border-radius: 50px;
}

/*-----------------
  4. Bootstrap Classes
-----------------------*/
#add-new-list .btn-light {
    padding: 9px 32px;
    border-radius: 25px;
}
.btn {
    border-radius: 5px;
}

.btn.disabled,
.btn:disabled {
    cursor: not-allowed;
}

.btn-white {
    background-color: #fff;
    border: 1px solid #ccc;
    color: #333;
}

.btn-white:focus,
.btn-white:hover {
    background-color: #f7f7f7;
}

.rounded,
.circle {
    border-radius: 500px;
}

.bg-purple,
.badge-purple {
    background-color: #7460ee !important;
}

.bg-primary,
.badge-primary {
    background-color: #154c79 !important;
}

.bg-success,
.badge-success {
    background-color: #55ce63 !important;
}

.bg-info,
.badge-info {
    background-color: #009efb !important;
}

.bg-warning,
.badge-warning {
    background-color: #ffbc34 !important;
}

.bg-danger,
.badge-danger {
    background-color: #f62d51 !important;
}

.bg-white {
    background-color: #fff;
}

.text-primary,
.dropdown-menu > li > a.text-primary {
    color: #154c79 !important;
}

.text-success,
.dropdown-menu > li > a.text-success {
    color: #55ce63 !important;
}

.text-danger,
.dropdown-menu > li > a.text-danger {
    color: #f62d51 !important;
}

.text-info,
.dropdown-menu > li > a.text-info {
    color: #009efb !important;
}

.text-warning,
.dropdown-menu > li > a.text-warning {
    color: #ffbc34 !important;
}

.text-purple,
.dropdown-menu > li > a.text-purple {
    color: #7460ee !important;
}

.text-muted {
    color: #8e8e8e !important;
}

.btn-purple {
    background-color: #7460ee;
    border: 1px solid #7460ee;
    color: #fff;
}

.btn-purple:hover,
.btn-purple:focus {
    background-color: #482fe9;
    border: 1px solid #482fe9;
}

.btn-primary {
    background-color: #154c79;
    border: 1px solid #154c79;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary.active,
.btn-primary:active,
.open > .dropdown-toggle.btn-primary {
    background-color: #154c79;
    border: 1px solid #154c79;
}

.btn-primary.active.focus,
.btn-primary.active:focus,
.btn-primary.active:hover,
.btn-primary.focus:active,
.btn-primary:active:focus,
.btn-primary:active:hover,
.open > .dropdown-toggle.btn-primary.focus,
.open > .dropdown-toggle.btn-primary:focus,
.open > .dropdown-toggle.btn-primary:hover {
    background-color: #ff851a;
    border: 1px solid #ff851a;
}

.btn-primary.active:not(:disabled):not(.disabled),
.btn-primary:active:not(:disabled):not(.disabled),
.show > .btn-primary.dropdown-toggle {
    background-color: #ff851a;
    border-color: #ff851a;
    color: #fff;
}

.btn-primary.active:focus:not(:disabled):not(.disabled),
.btn-primary:active:focus:not(:disabled):not(.disabled),
.show > .btn-primary.dropdown-toggle:focus {
    box-shadow: unset;
}

.btn-primary.disabled,
.btn-primary:disabled {
    background-color: #154c79;
    border-color: #154c79;
    color: #fff;
}

.btn-success {
    background-color: #55ce63;
    border: 1px solid #55ce63;
}

.btn-success:hover,
.btn-success:focus,
.btn-success.active,
.btn-success:active,
.open > .dropdown-toggle.btn-success {
    background: #4ab657;
    border: 1px solid #4ab657;
    color: #fff;
}

.btn-success.active.focus,
.btn-success.active:focus,
.btn-success.active:hover,
.btn-success.focus:active,
.btn-success:active:focus,
.btn-success:active:hover,
.open > .dropdown-toggle.btn-success.focus,
.open > .dropdown-toggle.btn-success:focus,
.open > .dropdown-toggle.btn-success:hover {
    background: #4ab657;
    border: 1px solid #4ab657;
}

.btn-success.active:focus:not(:disabled):not(.disabled),
.btn-success:active:focus:not(:disabled):not(.disabled),
.show > .btn-success.dropdown-toggle:focus {
    box-shadow: unset;
}

.btn-success.disabled,
.btn-success:disabled {
    background-color: #55ce63;
    border-color: #55ce63;
    color: #fff;
}

.btn-info {
    background-color: #009efb;
    border: 1px solid #009efb;
}

.btn-info:hover,
.btn-info:focus,
.btn-info.active,
.btn-info:active,
.open > .dropdown-toggle.btn-info {
    background-color: #028ee1;
    border: 1px solid #028ee1;
}

.btn-info.active.focus,
.btn-info.active:focus,
.btn-info.active:hover,
.btn-info.focus:active,
.btn-info:active:focus,
.btn-info:active:hover,
.open > .dropdown-toggle.btn-info.focus,
.open > .dropdown-toggle.btn-info:focus,
.open > .dropdown-toggle.btn-info:hover {
    background-color: #028ee1;
    border: 1px solid #028ee1;
}

.btn-info.active:focus:not(:disabled):not(.disabled),
.btn-info:active:focus:not(:disabled):not(.disabled),
.show > .btn-info.dropdown-toggle:focus {
    box-shadow: unset;
}

.btn-info.disabled,
.btn-info:disabled {
    background-color: #009efb;
    border-color: #009efb;
    color: #fff;
}

.btn-warning {
    background: #ffbc34;
    border: 1px solid #ffbc34;
}

.btn-warning:hover,
.btn-warning:focus,
.btn-warning.active,
.btn-warning:active,
.open > .dropdown-toggle.btn-warning {
    background: #e9ab2e;
    border: 1px solid #e9ab2e;
}

.btn-warning.active.focus,
.btn-warning.active:focus,
.btn-warning.active:hover,
.btn-warning.focus:active,
.btn-warning:active:focus,
.btn-warning:active:hover,
.open > .dropdown-toggle.btn-warning.focus,
.open > .dropdown-toggle.btn-warning:focus,
.open > .dropdown-toggle.btn-warning:hover {
    background: #e9ab2e;
    border: 1px solid #e9ab2e;
}

.btn-warning.active:focus:not(:disabled):not(.disabled),
.btn-warning:active:focus:not(:disabled):not(.disabled),
.show > .btn-warning.dropdown-toggle:focus {
    box-shadow: unset;
}

.btn-warning.disabled,
.btn-warning:disabled {
    background-color: #ffbc34;
    border-color: #ffbc34;
    color: #fff;
}

.btn-danger {
    background: #f62d51;
    border: 1px solid #f62d51;
}

.btn-danger:hover,
.btn-danger:focus,
.btn-danger.active,
.btn-danger:active,
.open > .dropdown-toggle.btn-danger {
    background-color: #e6294b;
    border: 1px solid #e6294b;
}

.btn-danger.active.focus,
.btn-danger.active:focus,
.btn-danger.active:hover,
.btn-danger.focus:active,
.btn-danger:active:focus,
.btn-danger:active:hover,
.open > .dropdown-toggle.btn-danger.focus,
.open > .dropdown-toggle.btn-danger:focus,
.open > .dropdown-toggle.btn-danger:hover {
    background: #e9ab2e;
    border: 1px solid #e9ab2e;
}

.btn-danger.active:focus:not(:disabled):not(.disabled),
.btn-danger:active:focus:not(:disabled):not(.disabled),
.show > .btn-danger.dropdown-toggle:focus {
    box-shadow: unset;
}

.btn-danger.disabled,
.btn-danger:disabled {
    background-color: #f62d51;
    border-color: #f62d51;
    color: #fff;
}

.btn-custom {
    background: #154c79;
    background: -moz-linear-gradient(left, #154c79 0%, #0e0820 100%);
    background: -webkit-linear-gradient(left, #154c79 0%, #0e0820 100%);
    background: -ms-linear-gradient(left, #154c79 0%, #0e0820 100%);
    background: linear-gradient(to right, #154c79 0%, #0e0820 100%);
    color: #fff;
}

.btn-custom.focus,
.btn-custom:focus,
.btn-custom:hover {
    background: #154c79;
    background: -moz-linear-gradient(left, #154c79 0%, #0e0820 100%);
    background: -webkit-linear-gradient(left, #154c79 0%, #0e0820 100%);
    background: -ms-linear-gradient(left, #154c79 0%, #0e0820 100%);
    background: linear-gradient(to right, #154c79 0%, #0e0820 100%);
    color: #fff;
}

.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover {
    background-color: #154c79;
    border-color: #154c79;
}

.pagination > li > a,
.pagination > li > span {
    color: #154c79;
}

.page-link:hover {
    color: #154c79;
}

.page-link:focus {
    box-shadow: unset;
}

.page-item.active .page-link {
    background-color: #154c79;
    border-color: #154c79;
}

.dropdown-menu {
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 3px;
    transform-origin: left top 0;
    box-shadow: inherit;
    background-color: #fff;
}

.navbar-nav .open .dropdown-menu {
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.1);
}

.dropdown-menu {
    font-size: 12px;
}

.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
    box-shadow: none;
}

.btn-link {
    color: #333;
}

.nav .open > a,
.nav .open > a:focus,
.nav .open > a:hover {
    background-color: rgba(0, 0, 0, 0.2);
}

.form-text {
    color: #999;
    font-size: 12px;
    margin-bottom: 7px;
    margin-top: 7px;
}

.btn.focus,
.btn:focus {
    box-shadow: unset;
}

.dropdown-item.active,
.dropdown-item:active {
    background-color: #154c79;
}

.list-group-item {
    border: 1px solid #e3e3e3;
}

.custom-file {
    height: 44px;
}

.custom-file .custom-file-label {
    border: 1px solid #e3e3e3;
    height: 44px;
    margin-bottom: 0;
    padding: 10px 15px;
}

.custom-file input[type="file"] {
    height: 44px;
}

.bg-inverse-primary {
    background: rgba(77, 138, 240, 0.2) !important;
    color: #4d8af0 !important;
}

.bg-inverse-secondary {
    background: rgba(194, 198, 209, 0.2) !important;
    color: #c2c6d1 !important;
}

.bg-inverse-success {
    background-color: rgba(15, 183, 107, 0.12) !important;
    color: #26af48 !important;
}

.bg-inverse-purple {
    background: rgba(108, 97, 246, 0.2) !important;
    color: #6c61f6 !important;
}

.bg-inverse-warning {
    background-color: rgba(255, 152, 0, 0.12) !important;
    color: #f39c12 !important;
}

.bg-inverse-danger {
    background-color: rgba(242, 17, 54, 0.12) !important;
    color: #e63c3c !important;
}

.bg-inverse-light {
    background: rgba(223, 223, 223, 0.2) !important;
    color: #dfdfdf !important;
}

.bg-inverse-dark {
    background: rgba(116, 118, 123, 0.2) !important;
    color: #74767b !important;
}

.bg-inverse-white {
    background: rgba(255, 255, 255, 0.2) !important;
    color: #fff !important;
}

.bg-inverse-info {
    background-color: rgba(2, 182, 179, 0.12) !important;
    color: #1db9aa !important;
}

.bg-inverse-default {
    background-color: rgba(40, 52, 71, 0.12) !important;
    color: #283447 !important;
}

.bg-gradient-primary {
    background: linear-gradient(to right, #14092c, #154c79);
}

.bg-gradient-secondary {
    background: linear-gradient(to bottom right, #f35c38 0, #f35c38 100%);
}

.bg-gradient-success {
    background: linear-gradient(to bottom right, #0ba408 0, #28e224 100%);
}

.bg-gradient-info {
    background: linear-gradient(to bottom right, #69c7de 0, #1e9fc4 100%);
}

.bg-gradient-warning {
    background: linear-gradient(to bottom right, #ecd53e 0, #efaf28 100%);
}

.bg-gradient-teal {
    background: linear-gradient(to bottom right, #00796b 0, #4db6ac 100%);
}

.bg-gradient-blue {
    background: linear-gradient(to right, #1976d2 0, #64b5f6 100%);
}

.bg-gradient-danger {
    background: linear-gradient(to right, #ffbf96, #fe7096);
}

.bg-gradient-purple {
    background: linear-gradient(to right, #14092c 0, #154c79 100%);
}

/*-----------------
  5. Animation
-----------------------*/

@-moz-keyframes pulse {
    0% {
        -moz-transform: scale(0);
        opacity: 0;
    }
    25% {
        -moz-transform: scale(0);
        opacity: 0.1;
    }
    50% {
        -moz-transform: scale(0.1);
        opacity: 0.3;
    }
    75% {
        -moz-transform: scale(0.5);
        opacity: 0.5;
    }
    100% {
        -moz-transform: scale(1);
        opacity: 0;
    }
}

@-webkit-keyframes pulse {
    0% {
        -webkit-transform: scale(0);
        opacity: 0;
    }
    25% {
        -webkit-transform: scale(0);
        opacity: 0.1;
    }
    50% {
        -webkit-transform: scale(0.1);
        opacity: 0.3;
    }
    75% {
        -webkit-transform: scale(0.5);
        opacity: 0.5;
    }
    100% {
        -webkit-transform: scale(1);
        opacity: 0;
    }
}

@-webkit-keyframes taskHighlighter {
    0% {
        background: #feeb99;
    }
    100% {
        background: #fff;
    }
}

@keyframes taskHighlighter {
    0% {
        background: #feeb99;
    }
    100% {
        background: #fff;
    }
}

/*-----------------
  6. Toggle Button
-----------------------*/

.check {
    display: block;
    margin: 0;
    padding: 0;
    width: 0;
    height: 0;
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
    position: absolute;
}

.checktoggle {
    background-color: #e0001a;
    border-radius: 12px;
    cursor: pointer;
    display: block;
    font-size: 0;
    height: 24px;
    margin-bottom: 0;
    position: relative;
    width: 48px;
}

.checktoggle:after {
    content: " ";
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(5px, -50%);
    width: 16px;
    height: 16px;
    background-color: #fff;
    border-radius: 50%;
    transition: left 300ms ease, transform 300ms ease;
}

.check:checked + .checktoggle {
    background-color: #55ce63;
}

.check:checked + .checktoggle:after {
    left: 100%;
    transform: translate(calc(-100% - 5px), -50%);
}

.onoffswitch {
    margin-left: auto;
    position: relative;
    width: 73px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}

.onoffswitch-checkbox {
    display: none;
}

.onoffswitch-label {
    display: block;
    overflow: hidden;
    cursor: pointer;
    border-radius: 20px;
    margin-bottom: 0;
}
.form-control-input.is-valid ~ .form-control-label,
.was-validated .form-control-input:valid ~ .form-control-label {
    color: #28a745;
}
.custom-file-input {
    position: relative;
    z-index: 2;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    margin: 0;
    overflow: hidden;
    opacity: 0;
}
.custom-file input[type="file"] {
    height: 44px;
    position: absolute;
}
.input-group.input-group-lg .form-control {
    height: 46px;
}
.form-row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -5px;
    margin-left: -5px;
}
.form-row > .col,
.form-row > [class*="col-"] {
    padding-right: 5px;
    padding-left: 5px;
}
.custom-file input[type="file"] {
    height: 44px;
    position: absolute;
}
.input-group.input-group-lg .form-control {
    height: 46px;
}
.custom-file input[type="file"] {
    height: 44px;
    position: absolute;
}
.custom-file-input.is-invalid ~ .custom-file-label,
.was-validated .custom-file-input:invalid ~ .custom-file-label {
    border-color: #dc3545;
    width: 100%;
}
.custom-file .custom-file-label {
    border: 1px solid #e3e3e3;
    height: 44px;
    margin-bottom: 0;
    padding: 10px 15px;
}

.is-invalid ~ .invalid-feedback,
.is-invalid ~ .invalid-tooltip,
.was-validated :invalid ~ .invalid-feedback,
.was-validated :invalid ~ .invalid-tooltip {
    display: block;
}
.form-group {
    margin-bottom: 1rem;
}
.invalid-feedback {
    display: none;
    width: 100%;
    margin-top: 0.25rem;
    font-size: 0.875em;
    color: #dc3545;
}
.custom-file {
    position: relative;
    display: inline-block;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    margin-bottom: 0;
}
.onoffswitch-inner {
    display: block;
    margin-left: -100%;
    transition: margin 0.3s ease-in 0s;
    width: 200%;
}

.onoffswitch-inner:before,
.onoffswitch-inner:after {
    box-sizing: border-box;
    color: #fff;
    display: block;
    float: left;
    font-size: 14px;
    height: 30px;
    line-height: 32px;
    padding: 0;
    width: 50%;
}

.onoffswitch-inner:before {
    background-color: #55ce63;
    color: #fff;
    content: "ON";
    padding-left: 14px;
}

.onoffswitch-inner:after {
    content: "OFF";
    padding-right: 14px;
    background-color: #ccc;
    color: #fff;
    text-align: right;
}

.onoffswitch-switch {
    background: #fff;
    border-radius: 20px;
    bottom: 0;
    display: block;
    height: 20px;
    margin: 5px;
    position: absolute;
    right: 43px;
    top: 0;
    transition: all 0.3s ease-in 0s;
    width: 20px;
}

.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-inner {
    margin-left: 0;
}

.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch {
    right: 0px;
}

/*-----------------
  7. Modal
-----------------------*/

.modal {
    -webkit-overflow-scrolling: touch;
}

.modal-footer.text-center {
    justify-content: center;
}

.modal-footer.text-left {
    justify-content: flex-start;
}

.modal-dialog.modal-md {
    max-width: 600px;
}

.custom-modal .modal-content {
    border: 0;
    border-radius: 10px;
}

.custom-modal .modal-footer {
    border: 0;
}

.custom-modal .modal-header {
    border: 0;
    justify-content: center;
    padding: 30px 30px 0;
}

.custom-modal .modal-footer {
    border: 0;
    justify-content: center;
    padding: 0 30px 30px;
}

.custom-modal .modal-body {
    padding: 30px;
}

.custom-modal .close {
    background-color: #a0a0a0;
    border-radius: 50%;
    color: #fff;
    font-size: 12px;
    height: 20px;
    line-height: 20px;
    margin: 0;
    opacity: 1;
    padding: 0;
    position: absolute;
    right: 10px;
    top: 10px;
    width: 20px;
    z-index: 99;
}

.custom-modal .modal-title {
    font-size: 20px;
}

.modal-backdrop.show {
    opacity: 0;
    -webkit-transition-duration: 400ms;
    transition-duration: 400ms;
}

.modal .card {
    box-shadow: unset;
}

.error-container option,
.error-container optgroup {
    display: none !important;
}
/*-----------------
  8. Header
-----------------------*/

.header {
    max-height: max-content;
    z-index: 999;
    display: flex;
    justify-content: start;
    align-items: center;
    padding: 0.5em 1rem;
    position: relative;
    top: 0;
    width: 100%;
}
.header-name-value {
    display: flex;
    justify-content: start;
    align-items: center;
    padding: 0 10px;
    color: rgba(0, 0, 0, 0.8);
    font-size: 16px;
    font-weight: 700;
    white-space: nowrap;
}
.max-sidebar {
    width: 100vw;
    height: 100vh;
    display: flex;
    align-items: center;
    position: absolute;
    max-width: 1800px;
}

.top-header-panel-contents {
    position: absolute;
    right: 0;
    top: 70px;
    width: 302px;
    height: auto;
    border-radius: 18px 0px 0px 18px;
    background: #fff;
    box-shadow: -5px 0px 28px 0px rgba(0, 0, 0, 0.33);
    max-height: 1800px;
    min-height: 400px;
}
.top-header-panel-contents.active {
    display: block !important;
}
.notifications-title {
    color: #152756;
    font-size: 12px;
    font-weight: 600;
}
.back-notification-icon {
    width: 20px;
    height: 20px;
    cursor: pointer;
}
.notification-back-container {
    width: 120px;
    height: 25px;
    border-radius: 4px;
    background: rgba(55, 137, 251, 0.3);
    box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.18);
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    position: relative;
    margin-top: 2px;
}
.notification-individual-link.unread,
.notification-individual-link-tr.unread {
    background: rgba(239, 247, 255, 0.9);
}
.notification-individual-link-tr .notification-individual-link:hover {
    background: none;
}
.notifications-count {
    width: 23px;
    height: 23px;
    background: #004dbf;
    color: #fff;
    font-size: 10px;
    font-weight: 600;
    border-radius: 50%;
    padding: 2px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    right: 0%;
    top: 0;
    transform: translate(80%, -80%);
    overflow: hidden;
}
.notifications-count-outside {
    width: 23px;
    height: 23px;
    background: rgba(0, 107, 255, 0.36);
    color: #094394;
    font-size: 12px;
    font-weight: 500;
    border-radius: 50%;
    padding: 2px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    right: 0%;
    top: 0;
    transform: translate(60%, -60%);
    overflow: hidden;
}
.notifications-count-outside-container {
    position: relative;
    height: 30px;
}
.notification-individual-link:hover {
    background: rgba(103, 145, 134, 0.1);
}
.notification-top-container {
    padding: 20px 1em 0.5em;
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
    align-items: center;
}
.notification-tab-title {
    color: rgba(0, 0, 0, 0.5);
    font-size: 12px;
    font-weight: 600;
    cursor: pointer;
}
.notifications-tab-list {
    display: flex;
    gap: 0.5em;
    align-items: center;
    padding: 0 1em;
    border-bottom: 1px solid rgba(217, 217, 217, 0.5);
}
.notification-tab.active {
    color: #000;
    font-size: 12px;
    font-weight: 600;
    border-bottom: 1px solid rgba(0, 0, 0, 0.7);
}
.notification-tab-notifications {
    display: grid;
    gap: 0.5em;
    border-bottom: 2px solid rgba(217, 217, 217, 0.5);
}
.notifications-tabs-container {
    margin-top: 1em;
    overflow: hidden auto;
    max-height: 100%;
}
.notification-user-img {
    width: 28px;
    height: 28px;
}
.notification-individual-tab {
    display: grid;
    grid-template-columns: 28px calc(100% - 35px);
    align-items: center;
    gap: 1em;
}
.notifications-container-sub {
    width: 1200px;
    max-width: 100%;
}
@media (max-width: 1350px) {
    .notifications-container-sub {
        width: auto;
    }
}
.notifications-container-main {
    display: grid;
    justify-content: center;
}
.notification-second-col {
    display: grid;
}
.user-full-name,
.notification-title {
    color: #094394;
    font-size: 12px;
    font-weight: 600;
}
.notification-user {
    display: flex;
    align-items: center;
    height: 100%;
}
.notification-created-at {
    color: rgba(0, 0, 0, 0.6);
    font-size: 10px;
    font-weight: 500;
}
.notification-message {
    color: rgba(0, 0, 0, 0.8);
    font-size: 12px;
    font-weight: 400;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0 5px;
}
.notification-individual-link {
    padding: 0.5em;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.notification-tab-separator {
    width: 1px;
    height: 9px;
    border-radius: 5px;
    background: #d9d9d9;
}
.mark-as-read-notifications-container {
    color: #fff;
    font-size: 12px;
    font-weight: 500;
    display: flex;
    width: max-content;
    height: 22px;
    padding: 8px 18px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    border-radius: 4px;
    background: #3981d7;
    box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.4);
    cursor: pointer;
}
.delete-notifications-container {
    color: #fff;
    font-size: 12px;
    font-weight: 500;
    display: flex;
    width: max-content;
    height: 22px;
    padding: 8px 18px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    border-radius: 4px;
    background: #cc2f2f;
    box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.4);
    cursor: pointer;
}
.top-header-top {
    width: 100%;
    height: 33px;
    border-radius: 9px 9px 0px 0px;
    background: #3789fb;
}
.top-header-bottom {
    width: 100%;
    height: 42px;
    border-radius: 0px 0px 9px 9px;
    background: #3789fb;
}
.top-header-middle {
    max-height: 225px;
    min-height: 70px;
    border: 0.5px solid rgba(0, 0, 0, 0.2);
    background: #fff;
    overflow: hidden auto;
}
.welcome h4 {
    color: rgba(0, 0, 0, 0.6);
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    display: flex;
    flex-direction: column;
}
.welcome span {
    color: rgba(0, 0, 0, 0.4);
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
.other-items {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1em;
    height: 100%;
    max-width: 100%;
    width: 100%;
}
.other-items-first {
    display: flex;
    align-items: center;
    gap: 1em;
    flex-wrap: nowrap;
}
@media (max-width: 1215px) {
    .top-header-panel.todaydate {
        margin-right: 0 !important;
    }
}
@media (max-width: 1150px) {
    .today-date-container-header {
        display: none !important;
    }
}
@media (max-width: 756px) {
    ul.user-menu-first {
        display: none !important;
    }
}
@media screen and (max-width: 1300px) {
    .dashboard-temporary-container {
        margin-top: 2em;
    }
}
/* @media screen and (max-width:800px){
        .mini .header, .header {
            padding: 3rem 1rem 1rem 1rem;
        }
    } */
.mini .sidebar-logo,
.mini .sidebar-groups {
    display: none;
}
.mini .active .sidebar-menu-icon-main {
    background: rgba(77, 147, 244, 0.3);
}
.mini .sidebar-menu-icon-main {
    opacity: 0.48;
    background: radial-gradient(
        50% 50% at 50% 50%,
        rgba(77, 147, 244, 0.3) 0%,
        rgba(163, 59, 59, 0) 100%
    );
    padding: 16px;
    border-radius: 12px;
    border: 0.5px solid rgba(245, 239, 235, 0.16);
    position: relative;
    left: 50%;
    transform: translate(-50%, 0%);
}
.mini .sidebar-groups {
    display: grid;
    grid-template-columns: 50% 50%;
}
.mini .sidebar-group .sidebar-group-title::first-letter {
    font-size: 14px;
}
.mini .sidebar-group .sidebar-group-title {
    font-size: 0px;
}
.mini .sidebar-group {
    width: 100%;
}
.mini .sidebar-main-container {
    width: 100vw;
    height: 100vh;
    margin: 0;
}
.mini .sidebar-menu > ul > li > a {
    display: grid;
    width: 100%;
    max-width: 100%;
    justify-content: center;
    gap: 3px;
    padding: 8px 16px;
    flex-wrap: wrap;
}
.mini .sidebar-menu > ul > li > a {
    text-align: center;
}
.sidebar *{
    transition: all 0.3s ease !important;
    -webkit-transition: all 0.3s ease !important;
    -moz-transition: all 0.3s ease !important;
}
.mini .sidebar-menu .active {
    background: none;
}
.sidebar-logo {
    padding: 1rem 1rem 0.5rem 1rem;
    display: grid;
}
.logo-text {
    color: #242220;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    max-width: 150px;
}
.line-container {
    width: 100%;
    text-align: center;
    overflow: hidden;
    margin-bottom: 1em;
}
.line {
    width: 100%;
    background: radial-gradient(
        50% 50% at 50% 50%,
        #432c2c 0%,
        rgba(80, 28, 28, 0) 100%
    );
    height: 1px;
    opacity: 0.24;
}
.header-icons-img {
    width: 30px;
    height: 30px;
    cursor: pointer;
    object-fit: scale-down;
}
.header-icons {
    display: flex;
    gap: 10px;
    height: 60px;
    align-items: center;
}
.search-icon-main-header {
    position: absolute;
    top: 50%;
    left: 1em;
    display: flex;
    justify-content: start;
    align-items: center;
    height: 100%;
    transform: translateY(-50%) rotate(100deg);
    transition: width 1s ease, transform 1s ease;
}
.top-nav-search input:hover ~ .search-icon-main-header,
.top-nav-search input:focus ~ .search-icon-main-header {
    transform: translateY(-50%) rotate(360deg) scale(1.8);
    transition: width 1s ease, transform 1s ease;
}

/* @media (max-width:1200px){
    .top-nav-search input{
        width: 300px;
        transition:  width 1s ease, transform 1s ease;
    }
    .top-nav-search input:hover,.top-nav-search input:focus{
        width: 400px;
        transition:  width 1s ease, transform 1s ease;
    }   
}
@media (min-width:1201px){
    .top-nav-search input{
        width: 300px;
        transition:  width 1s ease, transform 1s ease;
    }
    .top-nav-search input:hover,.top-nav-search input:focus{
        width: 400px;
        transition:  width 1s ease, transform 1s ease;
    }   
} */

div#result {
    position: absolute;
    bottom: -225px;
    left: 0;
    height: 225px;
    overflow: hidden auto;
    width: 100%;
}
#result li {
    border-radius: 9px;
    border: 0;
    background: #fff;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.07);
    width: 100%;
    min-height: 45px;
    height: auto;
    padding: 0 !important;
    position: relative;
    z-index: 9;
}
#result li:hover {
    background: #eff7ff;
}
span.first-box {
    position: absolute;
    width: 1em;
    height: 45px;
    border-radius: 9px 0px 0px 9px;
    border: 1px solid rgba(0, 0, 0, 0.2);
    background: #3789fb;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.07);
}
.second-box {
    display: flex;
    justify-content: space-between;
    padding: 0 0.5em 0 1.2em;
}
.search-info-1 {
    display: grid;
}
span.search-lead-name {
    color: rgba(0, 0, 0, 0.7);
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    height: auto;
}
span.search-lead-phone {
    height: 20px;
    color: #3789fb;
    font-size: 12px;
    font-style: normal;
    font-weight: 800;
}
span.search-lead-date_of_birth {
    height: 30px;
    color: rgba(0, 0, 0, 0.5);
    font-size: 12px;
    font-style: normal;
    font-weight: 800;
}
.top-nav-search {
    position: relative;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.sidebar-inner-small ul {
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: center;
}
.sidebar-group {
    display: flex;
    width: 113px;
    height: 28px;
    justify-content: center;
    align-items: center;
    border-radius: 6px;
    background: rgba(77, 147, 244, 0.3);
    box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.25);
}
.sidebar-group.active,
.sidebar-group:hover {
    border-radius: 6px;
    background: rgba(77, 147, 244, 0.9);
    box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.25);
}
.sidebar-groups {
    display: flex;
    justify-content: center;
    margin: 1em;
    gap: 1em;
}
.sidebar-group-title {
    color: #094394;
    font-size: 12px;
    font-weight: 500;
}
.sidebar-group.active .sidebar-group-title,
.sidebar-group:hover .sidebar-group-title {
    color: #fff;
}

.header .header-left .logo {
    display: inline-block;
    line-height: 55px;
}

.bar-icon {
    display: inline-block;
    width: 21px;
}

.bar-icon span {
    background-color: #999;
    border-radius: 500px;
    display: block;
    float: left;
    height: 2px;
    margin-bottom: 5px;
    width: 21px;
}

.bar-icon span:nth-child(2) {
    width: 15px;
}

.bar-icon span:nth-child(3) {
    margin-bottom: 0;
}

.header .navbar-nav .badge {
    position: absolute;
    right: 7px;
    top: 4px;
}

.header .dropdown-menu > li > a {
    position: relative;
}
.dropdown-menu.active {
    display: block;
}
.top-header-panel.todaydate {
    display: flex;
    align-items: center;
    gap: 5px;
    flex-wrap: nowrap;
    margin-right: 3em;
}
.today-date-container-header {
    color: rgba(0, 0, 0, 0.7);
    font-size: 12px;
    font-weight: 400;
    white-space: nowrap;
    border-radius: 8px;
    background: var(--System-Background-Light-Primary, #fff);
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.41);
    display: flex;
    gap: 1em;
    padding: 6px;
}
#today-time-main-container {
    border-radius: 6px;
    background: rgba(55, 137, 251, 0.3);
    display: flex;
    align-items: center;
    gap: 6px;
    height: auto;
    padding: 3px 3px 3px 6px;
}
.date-item {
    color: rgba(0, 0, 0, 0.62);
    font-size: 12px;
    font-weight: 600;
}
#today-date-main-container {
    display: flex;
    align-items: center;
    gap: 6px;
    height: 25px;
}
.time-item.am-pm {
    display: flex;
    gap: 3px;
    border-radius: 4px;
    background: rgba(9, 67, 148, 0.24);
    padding: 2px;
}
.am-pm-item {
    color: white;
}
.time-item {
    color: #094394;
    font-weight: 600;
}
.am-pm-item.active {
    background: var(--System-Background-Light-Primary, #fff);
    stroke-width: 0.5px;
    stroke: rgba(0, 0, 0, 0.04);
    filter: drop-shadow(0px 3px 1px rgba(0, 0, 0, 0.04))
        drop-shadow(0px 3px 8px rgba(0, 0, 0, 0.12));
    border-radius: 3px;
    color: #000;
    padding: 0 2px;
    font-weight: 600;
}
.header .dropdown-toggle::after {
    display: none;
}

.header .has-arrow .dropdown-toggle:after {
    border-top: 0;
    border-left: 0;
    border-bottom: 2px solid #999;
    border-right: 2px solid #999;
    content: "";
    height: 8px;
    display: inline-block;
    pointer-events: none;
    -webkit-transform-origin: 66% 66%;
    -ms-transform-origin: 66% 66%;
    transform-origin: 66% 66%;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
    width: 8px;
    vertical-align: 2px;
}

.header .has-arrow .dropdown-toggle[aria-expanded="true"]:after {
    -webkit-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    transform: rotate(-135deg);
}

.page-title-box {
    border-radius: 0;
    padding: 0;
    align-items: center;
    display: grid;
    height: 42px;
    transition: all 0.3s ease;
}
.page-title-box h3 {
    color: #333;
    font-size: 18px;
    font-weight: normal;
    margin: 0;
}

.user-menu {
    position: relative;
    z-index: 99;
    flex-wrap: nowrap;
}

.user-menu.nav > li > a {
    color: #333;
    font-size: 13px;
    line-height: 60px;
    padding: 0 5px;
    height: 60px;
}

.user-menu.nav > li > a:hover,
.user-menu.nav > li > a:focus {
    background-color: rgba(0, 0, 0, 0.2);
}

.flag-nav img {
    margin-right: 5px;
}

.flag-nav .dropdown-menu {
    max-height: 150px;
    min-width: 120px;
    overflow-y: auto;
}

.flag-nav .dropdown-menu .dropdown-item {
    padding: 5px 15px;
}

.user-img {
    display: flex;
    position: relative;
    align-items: center;
    height: 100%;
    justify-content: center;
}

.main-drop .user-img img {
    border-radius: 50%;
    width: 30px;
}
ul.user-menu-first {
    display: flex;
}
.user-img .status {
    border: 2px solid #fff;
    bottom: 0;
    height: 10px;
    margin: 0;
    position: absolute;
    right: 0;
    width: 10px;
}

.user-menu .user-img .status {
    bottom: 12px;
}

.status {
    background-color: #263238;
    border-radius: 50%;
    display: inline-block;
    height: 10px;
    width: 10px;
}

.status.online {
    background-color: #55ce63;
}

.status.offline {
    background-color: #f62d51;
}

.status.away {
    background-color: #faa937;
}

.main-drop .dropdown-menu {
    min-width: 130px;
    padding: 0;
}

.crms-title .col {
    padding: 0;
}

/*-----------------
  9. Sidebar
-----------------------*/
@media only screen and (max-height: 670px) {
    body.mini {
        overflow: hidden auto;
    }
}
.mini .sidebar {
    height: 100vh;
    width: 100vw;
}
.sidebar-menu > ul > li {
    position: relative;
}
.sidebar {
    border-radius: 0px 20.551px 20.551px 0px;
    background: transparent;
    width: 100%;
    max-width: 100%;
    z-index: 1001;
    height: 100vh;
    position: absolute;
    left: 0;
    filter: drop-shadow(-2px 0px 10px rgba(0, 0, 0, 0.45));
    bottom:0;
    top: 0;
    transition: all 0.3s ease;
}
.sidebar-group {
    cursor: pointer;
}

.mini ul.sub-menus {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    border-radius: 16px;
    border: 0.5px solid rgba(245, 239, 235, 0.4);
    background: #fff;
    box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.25);
}
.sidebar-menu a.active {
    color: #242220;
}
.mini .sidebar-inner {
    height: 100vh;
}
.sidebar-inner {
    overflow: hidden auto;
    height: 100vh;
    max-height: 100%;
}
.mini .sidebar-inner {
    overflow: visible auto;
}
.mini-sidebar {
    width: 100vw;
    height: 100vh;
    display: flex;
    align-items: center;
    position: absolute;
    max-width: 1800px;
    margin: auto 0;
}

.mini #sidebar_small {
    height: auto !important;
}
.mini .small-menu-compress-icon-arrow {
    transform: rotate(180deg) translate(50%,0);
    left: 80px;
    right: 0;
}
.mini #sidebar-menu .submenusmall {
    width: 100%;
    height: 30px;
    position: relative;
    left: 0;
    right: 0;
    display: flex;
    justify-content: center;
    margin-bottom: 10px;
}
.mini #sidebar-menu > ul > .submenusmall:hover > .sub-menus-small {
    display: block;
    position: absolute;
    left: 48px;
    top: 0;
    width: 160px;
    height: auto;
    background: #fff;
    padding: 30px 0 10px 0;
    background-color: #fff;
    border-width: 0.2px;
    border-style: solid;
    border-color: rgba(0, 0, 0, 0.4);
    box-shadow: 15px 1px 20px rgba(0, 0, 0, 0.18);
    border-radius: 5px;
}
.mini
    #sidebar-menu
    > ul
    > .submenusmall:hover
    > .sub-menus-small
    > .submenusmall:hover
    > .sub-menus-small {
    display: block;
    position: absolute;
    left: 160px;
    top: 0;
    width: 160px;
    height: auto;
    background: #fff;
    padding: 0 0 10px 0;
}
.small-menu-expand-icon-container > * {
    cursor: pointer;
}
.sub-menus-small li a {
    width: 100%;
    display: flex;
    gap: 5px;
    padding: 5px 15px;
    align-items: center;
}
.sub-menus-small li:hover {
    background-color: #3789fb;
}
.sub-menus-small .sidebar-menu-icon {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 15px;
    height: 15px;
}
.sub-menus-small > li:hover {
    background: url("/assets/img/Rectangle 383.svg") no-repeat;
    background-size: 170px;
    background-position: center;
}
.sub-menus-small > li:hover > a > span {
    color: white;
}
.sub-menus-small > li > a > span {
    color: rgba(0, 0, 0, 0.6);
    font-size: 12px;
    font-weight: 400;
    display: flex;
    justify-content: center;
    align-items: center;
}
.mini #sidebar-menu {
    z-index: 11;
    position: relative;
}
.small-menu-expand-icon-container {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 0;
    bottom: 0;
    z-index: 7;
    opacity: 0;
}
.mini .small-menu-expand-icon-container {
    opacity: 1;
}
.small-menu-compress-icon-arrow.arrow {
    height: 10px;
    width: 15px;
    transform: rotate(180deg);
    margin: 5px 2.5px 5px 2.5px;
}
.small-menu-compress-icon-arrow {
    position: absolute;
    left: 255px;
    top: 1em;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 1;
    height: 20px;
    width: 20px;
    z-index: 9999;
    cursor: pointer;
    transform: translate(-50%,0);
}
.sidebar-user-profile-img {
    width: 48px;
    height: 48px;
    background: lightgray;
    border-radius: 50%;
}
.sidebar-user-profile {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 1em;
}
.small-menu-expand-icon-arrow {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 15;
    left: 55px;
}
.mini #sidebar-menu ul .submenusmall:hover .sub-menus-small li {
    z-index: 12;
    position: relative;
    height: auto;
    margin-bottom: 0;
}
#success .modal-body {
    width: auto;
    height: auto;
}

.mini #sidebar-menu > ul {
    position: relative;
    z-index: 9;
    /* background: white; */
    /* border-radius: 0 0 20.5px 0; */
    width: 80px;
    padding: 1em 0;
}
.submenusmall > a {
    display: flex;
    align-items: center;
}
.sub-menus-small,
.submenusmall > a > span {
    display: none;
}
.small-menu-main-title-img {
    position: absolute;
    top: -28px;
    left: 20px;
    width: 100%;
    height: 76px;
    z-index: 9;
}
.small-menu-main-title {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    color: white;
    font-size: 11px;
    font-weight: 700;
    z-index: 10;
}
.sidebar-inner-small ul {
    list-style: none;
}

.sidebar-menu {
    padding: 0;
    text-transform: capitalize;
}

.sidebar-menu > ul {
    /* filter: drop-shadow(-2px 0px 10px rgba(0, 0, 0, 0.45)); */
    border-radius: 0px 20.551px 20.551px 0px;
    background: white;
    font-size: 13px;
    list-style-type: none;
    margin: 1em 0;
    padding: 1em 0 0 0;
    position: relative;
    width: 255px;
    height: calc(100vh - 2em);
}

.sidebar-menu li a {
    height: auto;
    color: rgba(36, 34, 32, 0.56);
    font-size: 12px;
    font-weight: 500;
}

.sidebar-menu li .sub-menus a:hover {
    background-color: #3789fb;
}

.sidebar-menu li.active a {
    color: #fff;
    background-color: #154c79;
}

.menu-title {
    color: #9e9e9e;
    display: flex;
    font-size: 12px;
    opacity: 1;
    padding: 5px 15px;
    white-space: nowrap;
}

.menu-title > i {
    float: right;
    line-height: 40px;
}

.sidebar-menu li.menu-title a {
    color: #154c79;
    display: inline-block;
    margin-left: auto;
    padding: 0;
}

.sidebar-menu li.menu-title a.btn {
    color: #fff;
    display: block;
    float: none;
    font-size: 13px;
    margin-bottom: 15px;
    padding: 10px 15px;
}

.sidebar-menu ul ul a.active,
.sidebar-menu li .sub-menus a:hover,
body:not(.mini) .sidebar-menu li > a:hover {
    border-radius: 12px;
    border: 0.5px solid rgba(245, 239, 235, 0.16);
    background: rgba(77, 147, 244, 0.2);
}
.mini .submenu:hover .sidebar-menu-icon-main {
    background: rgba(36, 34, 32, 0.11);
}
.sidebar-menu .active {
    background: rgba(77, 147, 244, 0.2);
}

.mobile-user-menu {
    color: #fff;
    display: none;
    float: right;
    font-size: 22px;
    height: 60px;
    line-height: 60px;
    padding: 0 20px;
    position: absolute;
    right: 0;
    text-align: right;
    top: 0;
    width: 60px;
    z-index: 10;
}

.mobile-user-menu > a {
    color: #333;
    padding: 0;
}

.mobile-user-menu a:hover {
    color: #333;
}

.mobile-user-menu > .dropdown-menu {
    min-width: 130px;
}

.mobile-user-menu > .dropdown-menu > a {
    line-height: 23px;
}

.profile-rightbar {
    display: none !important;
    color: #bbb;
    font-size: 24px;
    margin-left: 15px;
}

.mobile_btn {
    display: none;
    float: left;
}

.sidebar .sidebar-menu > ul > li > a span {
    display: inline-block;
    color: rgba(0, 0, 0, 0.6);
    font-size: 13px;
    font-weight: 700;
    max-width: 126px;
}
ul.sub-menus li a span {
    max-width: 126px;
}
.mini .sidebar-menu > ul > li:hover > ul {
    display: block !important;
    position: absolute;
    left: 70px;
    top: 50%;
    transform: translateY(-50%);
    width: auto;
    max-width: 150px;
    height: auto;
}
.mini .sidebar-menu > ul > li:hover > ul li:hover ul {
    display: block !important;
    position: absolute;
    left: 150px;
    top: 0;
}
.sidebar .sidebar-menu > ul > .nav-profile > a span {
    margin-left: 8px;
}

.sidebar .sidebar-menu > ul > li > a span.chat-user {
    margin-left: 0;
    overflow: hidden;
    text-overflow: ellipsis;
}

.sidebar .sidebar-menu > ul > li > a span.badge {
    margin-left: auto;
}
.header-left-small {
    position: absolute;
    left: 0;
    top: 0;
    height: 40px;
    width: 48px;
}
.sidebar-menu ul ul a {
    font-size: 12px;
    padding: 9px 10px 9px 25px;
    position: relative;
    color: rgba(0, 0, 0, 0.6);
    display: flex;
    width: 150px;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    margin: 2px auto;
    cursor: pointer;
}

.sidebar-menu ul ul {
    display: none;
    transition: all 0.1s ease;
}

body:not(.mini) .sidebar-menu ul ul ul a {
    margin-left: 70px;
}
.sub-menus li {
    position: relative;
}
.sidebar-menu ul ul ul ul a {
    padding-left: 90px;
}

.sidebar-menu > ul > li {
    position: relative;
}

.sidebar-menu .menu-arrow {
    -webkit-transition: -webkit-transform 0.15s;
    -o-transition: -o-transform 0.15s;
    transition: transform 0.15s;
    position: absolute;
    right: 15px;
    display: inline-block;
    font-family: "FontAwesome";
    text-rendering: auto;
    line-height: 40px;
    font-size: 16px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
    line-height: 18px;
    top: 11px;
}

.sidebar-menu .menu-arrow:before {
    content: " ";
}

.sidebar-menu li a.subdrop .menu-arrow {
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}

.noti-dot:before {
    content: "";
    width: 5px;
    height: 5px;
    border: 5px solid #154c79;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    background-color: #154c79;
    z-index: 10;
    position: absolute;
    right: 37px;
    top: 15px;
}

.noti-dot:after {
    content: "";
    border: 4px solid #154c79;
    background: transparent;
    -webkit-border-radius: 60px;
    -moz-border-radius: 60px;
    border-radius: 60px;
    height: 24px;
    width: 24px;
    -webkit-animation: pulse 3s ease-out;
    -moz-animation: pulse 3s ease-out;
    animation: pulse 3s ease-out;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    position: absolute;
    top: 8px;
    right: 30px;
    z-index: 1;
    opacity: 0;
}

.sidebar-menu ul ul a .menu-arrow {
    top: 6px;
}

.sidebar-menu a {
    line-height: 1.3;
    border-width: 0 !important;
}



.sidebar-menu > ul > li > a {
    width: 208px;
    position: relative;
    display: flex;
    padding: 16px;
    align-items: center;
    gap: 16px;
    border-radius: 12px;
    border: 0.5px solid rgba(245, 239, 235, 0.16);
    margin: 0 auto;
}
.sidebar-menu-small li .active span {
    color: white;
}
.sidebar-menu-small li a.active .menu-active {
    display: block;
}
.sidebar-menu-small li .menu-active,
.sidebar-menu-small li a.active .sidebar-menu-icon:not(.menu-active) {
    display: none;
}
.sidebar-menu ul li a i {
    display: inline-block;
    font-size: 20px;
    line-height: 24px;
    text-align: left;
    vertical-align: middle;
    width: 22px;
    transition: all 0.2s ease-in-out 0s;
    color: white;
}

.sidebar-menu ul li.menu-title a i {
    font-size: 14px !important;;
    margin-right: 0;
    text-align: right;
    width: auto;
}
.sidebar-menu li a > .badge {
    color: #fff;
}
.inactive-dot,
.active-dot {
    display: none;
}
.subdrop + .sub-menus li a:hover .inactive-dot {
    display: none;
}

/*-----------------
  10. Content
-----------------------*/
.page-wrapper .content.container-fluid {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    padding: 0 5px 0 5px;
    overflow: visible;
    height: 100%;
}
.modal {
    width: 100%;
    margin: auto;
}
.mini .page-wrapper {
    width: calc(100% - 80px - 1em);
    margin-left: calc(80px + 1em);
}
.page-wrapper {
    top: 0px;
    left: 0;
    position: fixed;
    transition: all 0.3s ease;
    width: calc(100% - 256px - 1em);
    height: 100vh;
    overflow: hidden;
    background: rgba(93, 123, 164, 0.1);
    margin-left: calc(256px + 1em);
    padding: 0 1em 1em 1em;
    border-radius: 25px 0 0 25px;
    margin-top: 5px;
    margin-bottom: 5px;
    z-index: 9999;
}
.page-header {
    margin-bottom: 1.875rem;
}

.page-header .breadcrumb {
    background-color: transparent;
    color: #6c757d;
    font-size: 1rem;
    font-weight: 500;
    margin-bottom: 0;
    padding: 0;
}

.page-header .breadcrumb a {
    color: #333;
}

.card {
    border: 1px solid #ededed;
    margin-bottom: 30px;
    border-radius: 10px;
    background: #fff;
    box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.25);
    overflow: hidden;
    height: 60vh;
    min-width: 440px;
    width: 100%;
    min-height: 400px;
    max-height: 500px;
}

.card-title {
    color: #1f1f1f;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 20px;
}

.card-header {
    background-color: #fff;
}

.card-footer {
    background-color: #fff;
}
div#eventContent,
div#taskcontent {
    overflow: hidden auto;
    border-radius: 10px;
    border: 2px solid rgba(0, 0, 0, 0.2);
    background: #fff;
    margin: 10px 0;
    height: 300px;
}
.page-title {
    color: #1f1f1f;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 0;
}

.badge-low {
    background: #679186;
}
.badge-medium {
    background: rgba(231, 193, 93, 0.7);
}
.badge-high {
    background: rgba(255, 12, 12, 0.61);
}
.badge {
    border-radius: 10px;
    color: #fff;
    font-size: 12px;
    font-weight: 500;
    width: 60px;
    height: 20px;
}
.breadcrumb {
    padding: 0;
}

.page-sub-title {
    color: #565656;
    font-size: 16px;
    font-weight: normal;
    margin-bottom: 20px;
}

.add-btn {
    background-color: #154c79;
    border: 1px solid #154c79;
    border-radius: 50px;
    color: #fff;
    float: right;
    font-weight: 500;
    min-width: 140px;
}

.add-btn:hover,
.add-btn:focus,
.add-btn:active {
    background-color: #ff851a;
    border: 1px solid #ff851a;
    color: #fff;
}

.add-btn i {
    margin-right: 5px;
}

.cal-icon {
    position: relative;
    width: 100%;
}

.cal-icon:after {
    color: #979797;
    content: "\f073";
    display: block;
    font-family: "FontAwesome";
    font-size: 13px;
    margin: auto;
    position: absolute;
    right: 15px;
    top: 10px;
}

.form-focus .cal-icon:after {
    top: 15px;
}

/*-----------------
  11. Login
-----------------------*/

.account-page {
    align-items: center;
    display: flex;
}

.account-page .main-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
}

.account-content {
    padding: 20px 0;
}

.account-title {
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 5px;
    text-align: center;
}

.account-subtitle {
    color: #4c4c4c;
    font-size: 16px;
    margin-bottom: 30px;
    text-align: center;
}

.account-box {
    background-color: #fff;
    border: 1px solid #ededed;
    border-radius: 4px;
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.2);
    margin: 0 auto;
    overflow: hidden;
    width: 480px;
}

.account-wrapper {
    padding: 30px;
}

.account-logo {
    margin-bottom: 30px;
    text-align: center;
}

.account-box .form-group {
    margin-bottom: 25px;
}

.account-box .account-btn {
    background: #154c79;
    background: -moz-linear-gradient(left, #154c79 0%, #0e0820 100%);
    background: -webkit-linear-gradient(left, #154c79 0%, #0e0820 100%);
    background: -ms-linear-gradient(left, #154c79 0%, #0e0820 100%);
    background: linear-gradient(to right, #154c79 0%, #0e0820 100%);
    border: 0;
    border-radius: 4px;
    display: block;
    font-size: 20px;
    padding: 10px 26px;
    width: 100%;
}

.account-box .account-btn:hover,
.account-box .account-btn:focus {
    border: 0;
    opacity: 0.8;
}

.account-box .form-control {
    background-color: #fbfbfb;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    height: 46px;
}

.account-box label {
    color: #1f1f1f;
    font-size: 14px;
    font-weight: normal;
    margin-bottom: 5px;
}

.account-logo img {
    width: 100px;
}

.account-footer {
    text-align: center;
}

.account-footer p {
    margin-bottom: 0;
}

.account-footer a {
    color: #154c79;
}

.account-footer a:hover {
    color: #154c79;
}

/*-----------------
  12. Dashboard
-----------------------*/

.card-table .card-header {
    background-color: #fff;
    border-bottom: 1px solid #ddd;
    padding: 15px;
}

.card-table .card-body {
    padding: 0;
}

.card-table .card-footer {
    background-color: #fff;
    text-align: center;
}

.card-table .card-footer a {
    color: #333;
}

.card-title > a.btn {
    color: #fff;
}

.custom-table tr {
    background-color: #fff;
    box-shadow: 0 0 3px #e5e5e5;
}

.table.custom-table > tbody > tr > td,
.table.custom-table > tbody > tr > th,
.table.custom-table > tfoot > tr > td,
.table.custom-table > tfoot > tr > th,
.table.custom-table > thead > tr > td,
.table.custom-table > thead > tr > th {
    padding: 10px 8px;
    vertical-align: middle;
}

.table.custom-table > tbody > tr > td:first-child,
.table.custom-table > thead > tr > th:first-child {
    padding-left: 15px;
}

.table.custom-table > tbody > tr > td:last-child,
.table.custom-table > thead > tr > th:last-child {
    padding-right: 15px;
}

.dash-widget-icon {
    background-color: rgba(255, 155, 68, 0.2);
    border-radius: 100%;
    color: #154c79;
    display: inline-block;
    float: left;
    font-size: 28px;
    height: 60px;
    line-height: 60px;
    margin-right: 10px;
    text-align: center;
    width: 60px;
}

.dash-widget-info {
    text-align: right;
}

.dash-widget-info > h3 {
    font-size: 28px;
    font-weight: 600;
}

.dash-widget-info > span {
    font-size: 14px;
}

.dash-statistics .stats-info {
    margin-bottom: 5px;
}

.dash-statistics .stats-info:last-child {
    margin-bottom: 0;
}

.dash-statistics .progress {
    height: 4px;
}

.dash-statistics .stats-list {
    height: auto;
}

.leave-info-box {
    border: 1px solid #e5e5e5;
    padding: 15px;
    margin-bottom: 15px;
}

.leave-info-box:last-child {
    margin-bottom: 0;
}

.load-more a {
    background-color: #fff;
    border: 1px solid #eaeaea;
    border-radius: 3px;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    display: inline-block;
    font-size: 12px;
    padding: 5px 15px;
}
.select2-container--default.select2-container--disabled
    .select2-selection--single {
    background-color: #eee;
    cursor: default;
    height: 42px;
}
.multiple-select-custom
    .select2-container--default.select2-container--disabled
    .select2-selection--single {
    height: auto;
    min-height: 42px;
}
.select2-container--open {
    z-index: 9999999999999999;
}

.select2-search__field:placeholder-shown {
    width: 100% !important; /*makes the placeholder to be 100% of the width while there are no options selected*/
    text-align: center;
}
.select2-container--default .select2-selection--single {
    min-height: 42px;
}
.select2-container li.select2-search,
.select2-search__field {
    height: 42px;
    margin-top: 0 !important;
}
.multiple-select-custom .select2-container li.select2-search,
.multiple-select-custom .select2-search__field {
    height: auto;
    min-height: 42px;
}
.form-control:disabled,
.form-control[readonly] {
    background-color: rgba(0, 0, 0, 0.05);
}
.select2-container--default
    .select2-selection--single
    .select2-selection__rendered {
    line-height: 42px;
    min-height: 42px;
}
.multiple-select-custom
    .select2-container--default
    .select2-selection--single
    .select2-selection__rendered {
    line-height: auto;
    min-height: 42px;
}
.select2-container--default
    .select2-selection--single
    .select2-selection__arrow {
    width: auto;
    min-height: 42px;
}
.select2-container .select2-selection--single {
    min-height: 42px;
    height: 42px;
    border: solid rgba(0, 0, 0, 0) 1px;
}
.select2-container .select2-selection--multiple {
    min-height: 42px;
    height: auto;
    border: solid rgba(0, 0, 0, 0) 1px;
}
.multiple-select-custom .select2-container .select2-selection--single,
.multiple-select-custom .select2-container .select2-selection--multiple {
    min-height: 42px;
    height: auto;
}
.select2-container--default.select2-container--focus
    .select2-selection--multiple {
    border: solid rgba(0, 0, 0, 0) 1px;
}
.select2-selection__rendered {
    height: 42px;
}
.multiple-select-custom .select2-selection__rendered {
    height: auto;
}
.select2.select2-container {
    /* width: 100% !important;
    height: 42px;
    padding: 0; */
    width: 100% !important;
    min-height: 42px;
    padding: 0;
    height: auto;
    display: flex;
    align-items: center;
}
.multiple-select-custom .select2.select2-container {
    height: auto;
}
.select2-container--default
    .select2-selection--single
    .select2-selection__arrow {
    right: 20px;
    width: 0px;
}
/*-----------------
  13. Activity
-----------------------*/

.activity-box {
    position: relative;
}

.activity-list {
    list-style: none;
    margin: 0 0 0 10px;
    padding: 0;
    position: relative;
}

.activity .activity-list {
    list-style: none;
    margin: 0;
    padding: 0;
    position: relative;
}

.activity .activity-list > li .activity-user {
    height: 32px;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 12px;
    left: 8px;
    width: 32px;
}

.activity .activity-list > li .activity-content {
    background-color: #fff;
    margin: 0 0 0 40px;
    padding: 0;
    position: relative;
}

.activity-list::before {
    background: #ddd;
    bottom: 0;
    content: "";
    left: 23px;
    position: absolute;
    top: 8px;
    width: 2px;
}

.activity .activity-list li::before {
    background: #ddd;
    bottom: 0;
    content: "";
    left: 22px;
    position: absolute;
    top: 12px;
    width: 2px;
}

.activity-list li::before {
    background: #eee;
    bottom: 0;
    content: "";
    left: 8px;
    position: absolute;
    top: 8px;
    width: 2px;
}

.activity-list > li {
    background-color: #fff;
    margin-bottom: 10px;
    padding: 10px;
    position: relative;
    border: 1px solid #ededed;
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.2);
}

.activity-list > li:last-child .activity-content {
    margin-bottom: 0;
}

.activity-user .avatar {
    height: 32px;
    line-height: 32px;
    margin: 0;
    width: 32px;
}

.activity-list > li .activity-user {
    background: #fff;
    height: 32px;
    left: -7px;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 3px;
    width: 32px;
}

.activity-list > li .activity-content {
    background-color: #fff;
    margin: 0 0 20px 40px;
    padding: 0;
    position: relative;
}

.activity-list > li .activity-content .timeline-content {
    color: #9e9e9e;
}

.activity-list > li .activity-content .timeline-content a {
    color: #616161;
}

.activity-list > li .time {
    color: #bdbdbd;
    display: block;
    font-size: 12px;
}

/*-----------------
  15. Nav Tabs
-----------------------*/

.nav-tabs .nav-link {
    border-radius: 0;
}

.nav-tabs > li > a {
    margin-right: 0;
    color: #888;
    border-radius: 0;
}

.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
    background-color: #eee;
    border-color: transparent;
    color: #333;
}

.nav-tabs.nav-justified > li > a {
    border-radius: 0;
    margin-bottom: 0;
}

.nav-tabs.nav-justified > li > a:hover,
.nav-tabs.nav-justified > li > a:focus {
    border-bottom-color: #ddd;
}

.nav-tabs.nav-justified.nav-tabs-solid > li > a {
    border-color: transparent;
}

.nav-tabs.nav-tabs-solid > li > a {
    color: #333;
}
.la-options-list > * span {
    width: 100%;
}

.nav-tabs.nav-tabs-solid > li > a.active,
.nav-tabs.nav-tabs-solid > li > a.active:hover,
.nav-tabs.nav-tabs-solid > li > a.active:focus {
    background-color: rgba(77, 147, 244, 0.2);
    border-color: rgba(77, 147, 244, 0.2);
    color: #2952a1;
    font-weight: 600;
}

.nav-tabs.nav-tabs-solid.nav-tabs-rounded {
    border-radius: 50px;
    gap: 1em;
}

.nav-tabs.nav-tabs-solid.nav-tabs-rounded > li > a {
    border-radius: 50px;
}

.nav-tabs.nav-tabs-solid.nav-tabs-rounded > li > a.active,
.nav-tabs.nav-tabs-solid.nav-tabs-rounded > li > a.active:hover,
.nav-tabs.nav-tabs-solid.nav-tabs-rounded > li > a.active:focus {
    border-radius: 50px;
}

.nav-tabs-justified > li > a {
    border-radius: 0;
    margin-bottom: 0;
}

.nav-tabs-justified > li > a:hover,
.nav-tabs-justified > li > a:focus {
    border-bottom-color: #ddd;
}

.nav-tabs-justified.nav-tabs-solid > li > a {
    border-color: transparent;
}

/*-----------------
  16. Holidays
-----------------------*/

.custom-table tr.holiday-completed {
    color: #aaa;
}

.dropdown.action-label {
    display: inline-block;
}

.action-label > a {
    display: inline-block;
    min-width: 103px;
}

.action-label .btn-sm {
    padding: 4px;
}

/*-----------------
  17. Delete Modal
-----------------------*/

.form-header {
    text-align: center;
    margin-bottom: 30px;
}

.form-header h3 {
    color: #333;
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 10px;
}

.form-header p {
    color: #929292;
    font-size: 13px;
    margin-bottom: 0;
}

.modal-btn > .row {
    margin-left: -8px;
    margin-right: -8px;
}

.modal-btn > .row > div {
    padding-left: 8px;
    padding-right: 8px;
}

.continue-btn {
    background-color: #fff;
    border: 1px solid #154c79;
    border-radius: 50px;
    color: #154c79;
    display: block;
    font-size: 16px;
    font-weight: 600;
    padding: 10px 20px;
    text-align: center;
}

.continue-btn:hover,
.continue-btn:focus,
.continue-btn:active {
    background-color: #154c79;
    border: 1px solid #154c79;
    color: #fff;
}

.cancel-btn {
    background-color: #fff;
    border: 1px solid #154c79;
    border-radius: 50px;
    color: #154c79;
    display: block;
    font-size: 16px;
    font-weight: 600;
    padding: 10px 20px;
    text-align: center;
}

.cancel-btn:hover,
.cancel-btn:focus,
.cancel-btn:active {
    background-color: #154c79;
    border: 1px solid #154c79;
    color: #fff;
}

/*-----------------
  18. Edit Profile
-----------------------*/

.profile-img-wrap {
    height: 120px;
    position: absolute;
    width: 120px;
    background: #fff;
    overflow: hidden;
}

.profile-basic {
    margin-left: 140px;
}

.profile-basic .cal-icon {
    width: 100%;
}

.profile-img-wrap img {
    border-radius: 50%;
    height: 120px;
    width: 120px;
}

.fileupload.btn {
    position: absolute;
    right: 0;
    bottom: 0;
    background: rgba(33, 33, 33, 0.5);
    border-radius: 0;
    padding: 3px 10px;
    border: none;
}

.fileupload input.upload {
    cursor: pointer;
    filter: alpha(opacity=0);
    font-size: 18px;
    margin: 0;
    opacity: 0;
    padding: 0;
    position: absolute;
    right: -3px;
    top: -3px;
    padding: 5px;
}

.btn-text {
    color: #fff;
}

.submit-section {
    text-align: center;
    margin-top: 40px;
}

.submit-btn {
    border-radius: 50px;
    font-size: 16px;
    font-weight: 600;
    min-width: 200px;
    padding: 10px 20px;
}

.form-scroll {
    max-height: 400px;
    overflow-y: auto;
}

.profile-img-wrap.edit-img {
    border-radius: 50%;
    margin: 0 auto 30px;
    position: relative;
}

.profile-img-wrap.edit-img .fileupload.btn {
    left: 0;
}

/*-----------------
  19. Chat
-----------------------*/

.chat-avatar-sm {
    display: inline-block;
    float: left;
    margin-left: 0 !important;
    margin-right: 10px;
    position: relative;
    width: 24px;
}

.chat-avatar-sm img {
    width: 24px;
}

.chat-avatar-sm.user-img .status {
    bottom: 0;
    right: -3px;
}

.chat-main-row {
    bottom: 0;
    left: 0;
    overflow: auto;
    padding-bottom: inherit;
    padding-top: inherit;
    position: absolute;
    right: 0;
    top: 0;
}

.chat-main-wrapper {
    display: table;
    height: 100%;
    table-layout: fixed;
    width: 100%;
}

.message-view {
    display: table-cell;
    height: 100%;
    float: none;
    padding: 0;
    position: static;
    vertical-align: top;
    width: 75%;
}

.chat-window {
    display: table;
    height: 100%;
    table-layout: fixed;
    width: 100%;
    background-color: #f7f7f7;
}

.fixed-header {
    background-color: #fff;
    border-bottom: 1px solid #eaeaea;
    padding: 10px 15px;
}

.fixed-header .navbar {
    border: 0 none;
    margin: 0;
    min-height: auto;
    padding: 0;
}

.fixed-header .user-info a {
    color: #555;
    text-transform: uppercase;
}

.typing-text {
    color: #154c79;
    font-size: 12px;
    text-transform: lowercase;
}

.last-seen {
    color: #888;
    display: block;
    font-size: 12px;
}

.custom-menu {
    margin-top: 6px;
}

.fixed-header .custom-menu {
    margin: 0 0 1px;
}

.custom-menu.nav > li > a {
    color: #bbb;
    font-size: 24px;
    line-height: 32px;
    margin-left: 15px;
    padding: 0;
}

.custom-menu.navbar-nav > li > a:hover,
.custom-menu.navbar-nav > li > a:focus {
    background-color: transparent;
}

.custom-menu .dropdown-menu {
    left: auto;
    right: 0;
}

.search-box {
    margin-top: 5px;
}

.search-box .input-group {
    background-color: #f7f7f7;
    border: 1px solid #e3e3e3;
    border-radius: 50px;
}

.search-box .input-group .form-control {
    background: transparent;
    border: none;
}

.search-box .btn {
    background-color: transparent;
}

.search-input {
    border-radius: 5px;
}

.chat-contents {
    display: table-row;
    height: 100%;
}

.chat-content-wrap {
    height: 100%;
    position: relative;
    width: 100%;
}

.chat-wrap-inner {
    bottom: 0;
    left: 0;
    overflow: auto;
    position: absolute;
    right: 0;
    top: 0;
}

.chats {
    padding: 30px 15px;
}

.chat-body {
    display: block;
    margin: 10px 0 0;
    overflow: hidden;
}

.chat-body:first-child {
    margin-top: 0;
}

.chat-right .chat-content {
    background-color: #f2f2f2;
    border: 1px solid #e3e3e3;
    border-radius: 20px 2px 2px 20px;
    clear: both;
    color: #727272;
    display: block;
    float: right;
    margin: 0;
    max-width: 60%;
    padding: 8px 15px;
    position: relative;
}

.chat-right .chat-body {
    padding-left: 48px;
    padding-right: 10px;
}

.chat-bubble {
    display: block;
    width: 100%;
    float: left;
    margin-bottom: 10px;
}

.chat-bubble:hover .chat-action-btns {
    display: block;
    float: left;
}

.chat-right .chat-bubble:hover .chat-action-btns {
    float: right;
    display: block;
}

.chat.chat-right .chat-bubble:last-child .chat-content {
    border-bottom-right-radius: 20px;
}

.chat.chat-right .chat-bubble:first-child .chat-content {
    border-top-right-radius: 20px;
}

.chat-content > p {
    margin-bottom: 0;
}

.chat-time {
    color: rgba(0, 0, 0, 0.5);
    display: block;
    font-size: 12px;
}

.chat-right .chat-time {
    text-align: right;
}

.chat-bubble .chat-action-btns {
    display: none;
}

.chat-action-btns {
    float: right;
}

.chat-action-btns ul {
    list-style: none;
    padding: 0;
    margin: 15px 15px 0 15px;
}

.chat-action-btns ul > li {
    display: inline-block;
    margin-left: 5px;
    font-size: 16px;
}

.chat-right .chat-action-btns {
    float: left;
}

.chat-bubble .chat-action-btns a {
    color: #8c8c8c;
}

.chat-line {
    border-bottom: 1px solid #eaeaea;
    height: 12px;
    margin: 7px 0 20px;
    position: relative;
    text-align: center;
}

.chat-date {
    background-color: #f7f7f7;
    color: #727272;
    font-size: 12px;
    padding: 0 11px;
}

.chat-avatar {
    float: right;
}

.chat-avatar .avatar {
    line-height: 30px;
    height: 30px;
    width: 30px;
}

.chat-left .chat-avatar {
    float: left;
}

.chat-left .chat-body {
    margin-right: 0;
    margin-left: 30px;
    padding-right: 20px;
}

.chat-left .chat-content {
    background-color: #fff;
    border: 1px solid #eaeaea;
    color: #888;
    float: left;
    position: relative;
    padding: 8px 15px;
    border-radius: 2px 20px 20px 2px;
    max-width: 60%;
}

.avatar {
    background-color: #aaa;
    border-radius: 50%;
    color: #fff;
    display: inline-block;
    font-weight: 500;
    height: 38px;
    line-height: 38px;
    margin: 0 10px 0 0;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    vertical-align: middle;
    width: 38px;
    position: relative;
    white-space: nowrap;
}

.avatar:hover {
    color: #fff;
}

.avatar.avatar-xs {
    width: 24px;
    height: 24px;
}

.avatar > img {
    border-radius: 50%;
    display: block;
    overflow: hidden;
    width: 100%;
}

.chat.chat-left .chat-bubble:first-child .chat-content {
    border-top-left-radius: 20px;
    margin-top: 0;
}

.chat.chat-left .chat-bubble:last-child .chat-content {
    border-bottom-left-radius: 20px;
}

.chat-left .chat-time {
    color: #a9a9a9;
}

.attach-list {
    color: #a3a3a3;
    padding: 5px 0 0;
    line-height: 24px;
    margin: 0;
    list-style: none;
}

.attach-list i {
    margin-right: 3px;
    font-size: 14px;
}

.chat-footer {
    background-color: #fff;
    border-top: 1px solid #eaeaea;
    padding: 15px;
}

.message-bar {
    display: table;
    height: 44px;
    position: relative;
    width: 100%;
}

.message-bar .message-inner {
    display: table-row;
    height: 100%;
    padding: 0 8px;
    width: 100%;
}

.message-bar .link {
    color: #777;
    display: table-cell;
    font-size: 18px;
    padding: 0 10px;
    position: relative;
    vertical-align: middle;
    width: 30px;
}

.message-bar .message-area {
    display: table-cell;
}

.message-area .input-group .form-control {
    background-color: #fff;
    border: 1px solid #eaeaea;
    box-shadow: none;
    color: #555;
    display: block;
    font-size: 12px;
    height: 44px;
    margin: 0;
    padding: 6px 12px;
    resize: none;
}

.message-area .btn {
    height: 44px;
    width: 50px;
}

.profile-right {
    display: table-cell;
    height: 100%;
    float: none;
    padding: 0;
    position: static;
    vertical-align: top;
}

.display-table {
    display: table;
    table-layout: fixed;
    border-spacing: 0;
    width: 100%;
    height: 100%;
}

.table-row {
    display: table-row;
    height: 100%;
}

.table-body {
    position: relative;
    height: 100%;
    width: 100%;
}

.table-content {
    bottom: 0;
    left: 0;
    overflow: auto;
    position: absolute;
    right: 0;
    top: 0;
}

.chat-profile-img {
    padding: 30px;
    position: relative;
    text-align: center;
}

.edit-profile-img {
    height: 120px;
    margin: 0 auto;
    position: relative;
    width: 120px;
    cursor: pointer;
}

.edit-profile-img img {
    border-radius: 50%;
    height: auto;
    margin: 0;
    width: 120px;
}

.change-img {
    background-color: rgba(0, 0, 0, 0.3);
    border-radius: 50%;
    color: #fff;
    display: none;
    height: 100%;
    left: 0;
    line-height: 120px;
    position: absolute;
    top: 0;
    width: 100%;
}

.edit-profile-img:hover .change-img {
    display: block;
}

.edit-profile-img img {
    height: auto;
    margin: 0;
    width: 120px;
    border-radius: 50%;
}

.user-name {
    color: #333;
}

.edit-btn {
    border-radius: 40px;
    height: 36px;
    position: absolute;
    right: 15px;
    top: 15px;
    width: 36px;
}

.chat-profile-info {
    padding: 15px;
}

.user-det-list {
    list-style: none;
    padding: 0;
}

.user-det-list > li {
    padding: 6px 15px;
}

.user-det-list .text-muted {
    color: #888;
}

.transfer-files .tab-content {
    padding-top: 0;
}

.files-list {
    list-style: none;
    padding-left: 0;
}

.files-list > li {
    border-bottom: 1px solid #eaeaea;
    border-radius: inherit;
    margin: 2px 0 0;
    padding: 10px;
}

.files-cont {
    position: relative;
}

.file-type {
    height: 48px;
    position: absolute;
    width: 48px;
}

.files-icon {
    background-color: #f3f7f9;
    border: 1px solid #e4eaec;
    border-radius: 4px;
    display: inline-block;
    height: 38px;
    line-height: 38px;
    text-align: center;
    width: 38px;
}

.files-icon i {
    color: #76838f;
    font-size: 18px;
}

.files-info {
    padding: 0 30px 0 50px;
}

.file-name a {
    color: #333;
}

.files-action {
    display: none;
    height: 30px;
    list-style: none;
    padding-left: 0;
    position: absolute;
    right: 0;
    text-align: right;
    top: 10px;
    width: 30px;
}

.files-list > li:hover .files-action {
    display: block;
}

.file-date {
    color: #888;
    font-size: 12px;
}

.file-author a {
    color: #154c79;
    font-size: 12px;
    text-decoration: underline;
}

.files-action .dropdown-menu {
    left: auto;
    right: 0;
}

.files-action > li > a {
    color: #777;
}

.chat-img-attach {
    border-radius: 4px;
    margin-bottom: 12px;
    margin-left: 12px;
    position: relative;
    float: right;
}

.chat-img-attach img {
    border-radius: 4px;
    display: inline-block;
    height: auto;
    max-width: 100%;
}

.chat-placeholder {
    background: rgba(69, 81, 97, 0.6);
    border-radius: 4px;
    color: #fff;
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: flex-end;
    left: 0;
    padding: 13px;
    position: absolute;
    top: 0;
    width: 100%;
}

.chat-img-name {
    font-size: 12px;
    font-weight: 700;
    line-height: 16px;
}

.chat-file-desc {
    font-size: 11px;
}

.chat-right .chat-content.img-content {
    background-color: transparent;
    border: 0;
    color: #76838f;
    padding: 0;
    text-align: right;
}

.chat-right .img-content .chat-time {
    color: #a3a3a3;
}

.chat-left .chat-img-attach {
    float: left;
}

.chat-left .chat-img-attach {
    float: left;
    margin-left: 0;
    margin-right: 12px;
}

.input-group .form-control-lg.form-control {
    border-radius: 4px 0 0 4px;
    height: 46px;
}

.chat-user-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.chat-user-list .media {
    border-bottom: 1px solid #eaeaea;
    border-radius: inherit;
    padding: 10px;
    background-color: #fff;
}

.chat-user-list .media:hover {
    background-color: #f7f7f7;
}

.designation {
    color: #9e9e9e;
    font-size: 12px;
}

.online-date {
    color: #9e9e9e;
    font-size: 12px;
}

.drop-zone {
    width: 100%;
    height: 205px;
    border: 2px dashed #adb7be;
    text-align: center;
    padding: 25px 0 0;
    margin-bottom: 20px;
}

.drop-zone .drop-zone-caption {
    font-weight: 600;
}

.upload-list {
    padding: 0;
    list-style: none;
    margin: 0;
}

.upload-list .file-list {
    background-color: #fff;
    border-top: 1px solid #e3e3e3;
    padding: 10px 0;
}

.upload-list .file-list:first-child {
    border-top: none;
}

.upload-list .upload-wrap {
    position: relative;
    padding: 0 20px 0 0;
    margin: 0 0 5px;
}

.upload-list .file-name,
.upload-list .file-size {
    display: inline-block;
    vertical-align: top;
    white-space: nowrap;
}

.upload-list .file-name {
    padding-right: 15px;
    overflow: hidden;
    max-width: 100%;
    text-overflow: ellipsis;
}

.upload-list .file-size {
    color: #888;
}

.upload-list .file-close {
    border: none;
    background: none;
    color: #ccc;
    position: absolute;
    right: 0;
    top: 2px;
}

.upload-list .file-close:hover {
    color: #f62d51;
}

.upload-list .upload-process {
    font-size: 10px;
    color: #888;
}

.upload-list .progress {
    margin-bottom: 5px;
}

.upload-list .file-name i {
    color: #888;
    margin: 0 5px 0 0;
    vertical-align: middle;
}

.upload-drop-zone {
    background-color: #fff;
    border: 2px dashed #e3e3e3;
    color: #ccc;
    height: 200px;
    line-height: 200px;
    margin-bottom: 20px;
    text-align: center;
}

.upload-drop-zone.drop {
    color: #222;
    border-color: #222;
}

.upload-text {
    font-size: 22px;
    margin-left: 10px;
}

.files-share-list {
    border: 1px solid #eaeaea;
    border-radius: 4px;
    margin-bottom: 20px;
    padding: 15px;
}

/*-----------------
  20. Focus Label
-----------------------*/

.form-focus {
    height: 50px;
    position: relative;
}

.form-focus .focus-label {
    font-size: 14px;
    font-weight: 400;
    opacity: 0.4;
    pointer-events: none;
    position: absolute;
    -webkit-transform: translate3d(0, 22px, 0) scale(1);
    -ms-transform: translate3d(0, 22px, 0) scale(1);
    -o-transform: translate3d(0, 22px, 0) scale(1);
    transform: translate3d(0, 22px, 0) scale(1);
    transform-origin: left top;
    transition: 240ms;
    left: 12px;
    top: -8px;
    z-index: 1;
    color: #888;
    margin-bottom: 0;
}

.form-focus.focused .focus-label {
    opacity: 1;
    font-weight: 300;
    top: -14px;
    font-size: 12px;
    z-index: 1;
}

.form-focus .form-control:focus ~ .focus-label,
.form-focus .form-control:-webkit-autofill ~ .focus-label {
    opacity: 1;
    font-weight: 300;
    top: -14px;
    font-size: 12px;
    z-index: 1;
}

.form-focus .form-control {
    height: 50px;
    padding: 21px 12px 6px;
}

.form-focus .form-control::-webkit-input-placeholder {
    color: transparent;
    transition: 240ms;
}

.form-focus .form-control:focus::-webkit-input-placeholder {
    transition: none;
}

.form-focus.focused .form-control::-webkit-input-placeholder {
    color: #bbb;
}

.form-focus.select-focus .focus-label {
    opacity: 1;
    font-weight: 300;
    top: -20px;
    font-size: 12px;
    z-index: 1;
}

.form-focus .select2-container .select2-selection--single {
    border: 1px solid #e3e3e3;
    /* height: 50px; */
}

.form-focus
    .select2-container--default
    .select2-selection--single
    .select2-selection__arrow {
    height: 48px;
    right: 7px;
}

.form-focus
    .select2-container--default
    .select2-selection--single
    .select2-selection__arrow
    b {
    border-color: #ccc transparent transparent;
    border-style: solid;
    border-width: 6px 6px 0;
    height: 0;
    left: 50%;
    margin-left: -10px;
    margin-top: -2px;
    position: absolute;
    top: 50%;
    width: 0;
}

.form-focus
    .select2-container--default.select2-container--open
    .select2-selection--single
    .select2-selection__arrow
    b {
    border-color: transparent transparent #ccc;
    border-width: 0 6px 6px;
}

.form-focus
    .select2-container
    .select2-selection--single
    .select2-selection__rendered {
    padding-right: 30px;
    padding-left: 12px;
    padding-top: 10px;
}

.form-focus
    .select2-container--default
    .select2-selection--single
    .select2-selection__rendered {
    color: #676767;
    font-size: 12px;
    font-weight: normal;
    line-height: 38px;
}

.form-focus
    .select2-container--default
    .select2-results__option--highlighted[aria-selected] {
    background-color: #0e0820;
}

.filter-row .btn {
    min-height: 50px;
    padding: 12px;
    text-transform: uppercase;
}

.action-label .label {
    display: inline-block;
    min-width: 85px;
    padding: 0.5em 0.6em;
}

.action-label i {
    margin-right: 3px;
}

.action-label .dropdown-menu .dropdown-item {
    padding: 5px 10px;
}

/*-----------------
  22. Employee
-----------------------*/

.action-icon {
    color: #777;
    font-size: 16px;
    display: inline-block;
}

.table .dropdown-menu {
    font-size: 12px;
    min-width: 120px;
    padding: 0;
}

.table .dropdown-menu .dropdown-item {
    padding: 5px 10px;
}

.dropdown-action .dropdown-toggle::after {
    display: none;
}

.profile-widget {
    background-color: #fff;
    border: 1px solid #ededed;
    border-radius: 4px;
    margin-bottom: 30px;
    padding: 20px;
    text-align: center;
    position: relative;
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.2);
    overflow: hidden;
}

.profile-widget .user-name > a {
    color: #333;
}

.dropdown.profile-action {
    position: absolute;
    right: 5px;
    text-align: right;
    top: 10px;
}

.profile-action .dropdown-toggle::after {
    display: none;
}

.profile-img {
    cursor: pointer;
    height: 80px;
    margin: 0 auto;
    position: relative;
    width: 80px;
}

.profile-img .avatar {
    font-size: 22px;
    height: 80px;
    line-height: 80px;
    margin: 0;
    width: 80px;
}

.mobile-no > a {
    color: #777;
    display: inline-block;
}

.staff-mail > a {
    color: #777;
    display: inline-block;
    margin-top: 5px;
}

.staff-action-btns {
    margin-top: 10px;
}

.staff-id {
    font-size: 12px;
    font-weight: 500;
    margin-top: 5px;
}

.view-icons {
    float: right;
    margin-right: 10px;
}

.view-icons .btn {
    background-color: #fff;
    border: 1px solid #e3e3e3;
    color: #888;
    font-size: 16px;
    margin-right: 5px;
    min-width: 40px;
    padding: 4px;
}

.view-icons .btn.active {
    color: #333;
}

/*-----------------
  23. Events
-----------------------*/

.calendar {
    float: left;
    margin-bottom: 0;
}

.fc-view {
    margin-top: 30px;
}
.fc-icon {
    border-radius: 4px;
    border: 1px solid var(--Neutral-N400, #d8dae5);
    background: var(--Neutral-N0, #fff);
}
.fc-daygrid-day-events {
    display: none;
}

.none-border .modal-footer {
    border-top: none;
}

.fc-toolbar h2 {
    font-size: 16px;
    font-weight: 600;
    font-family: "Nunito", sans-serif;
    line-height: 30px;
    text-transform: uppercase;
}

.fc-day-grid-event .fc-time {
    font-family: "Nunito", sans-serif;
}

.fc-day {
    background: #fff;
}

.fc-toolbar .fc-state-active,
.fc-toolbar .ui-state-active,
.fc-toolbar button:focus,
.fc-toolbar button:hover,
.fc-toolbar .ui-state-hover {
    z-index: 0;
}

.fc th.fc-widget-header {
    background: #eeeeee;
    font-size: 12px;
    line-height: 20px;
    padding: 10px 0;
    text-transform: uppercase;
}

.fc-unthemed th,
.fc-unthemed td,
.fc-unthemed thead,
.fc-unthemed tbody,
.fc-unthemed .fc-divider,
.fc-unthemed .fc-row,
.fc-unthemed .fc-popover {
    border-color: #f3f3f3;
}

.fc-button {
    background: #f1f1f1;
    border: none;
    color: #797979;
    text-transform: capitalize;
    box-shadow: none !important;
    border-radius: 3px !important;
    margin: 0 3px !important;
    padding: 6px 12px !important;
    height: auto !important;
}

.fc-text-arrow {
    font-family: inherit;
    font-size: 14px;
}

.fc-state-hover {
    background: #f3f3f3;
}

.fc-state-highlight {
    background: #f0f0f0;
}

.fc-state-down,
.fc-state-active,
.fc-state-disabled {
    background-color: #154c79 !important;
    color: #fff !important;
    text-shadow: none !important;
}

.fc-cell-overlay {
    background: #f0f0f0;
}

.fc-unthemed .fc-today {
    background: #fff;
}

.fc-event {
    border-radius: 2px;
    border: none;
    cursor: move;
    font-size: 12px;
    margin: 1px 7px;
    padding: 5px 5px;
    text-align: center;
}

.external-event {
    cursor: move;
    margin: 10px 0;
    padding: 6px 10px;
}

.external-event.bg-primary {
    background-color: rgba(127, 193, 252, 0.3) !important;
    color: #7fc1fc;
}

.external-event.bg-success {
    background-color: rgba(75, 211, 150, 0.3) !important;
    color: #4bd396;
}

.external-event.bg-info {
    background-color: rgba(58, 201, 214, 0.3) !important;
    color: #3ac9d6;
}

.external-event.bg-warning {
    background-color: rgba(249, 200, 81, 0.3) !important;
    color: #f9c851;
}

.external-event.bg-danger {
    background-color: rgba(245, 112, 122, 0.3) !important;
    color: #f5707a;
}

.external-event.bg-pink {
    background-color: rgba(240, 98, 146, 0.3) !important;
    color: #f06292;
}

.external-event.bg-purple {
    background-color: rgba(107, 95, 181, 0.3) !important;
    color: #154c79;
}

.external-event.bg-inverse {
    background-color: rgba(59, 62, 71, 0.3) !important;
    color: #3b3e47;
}

.external-event.bg-orange {
    background-color: rgba(255, 152, 0, 0.3) !important;
    color: #ff9800;
}

.external-event.bg-brown {
    background-color: rgba(141, 110, 99, 0.3) !important;
    color: #8d6e63;
}

.external-event.bg-teal {
    background-color: rgba(38, 166, 154, 0.3) !important;
    color: #26a69a;
}

.fc-basic-view td.fc-week-number span {
    padding-right: 8px;
    font-weight: 700;
    font-family: "Nunito", sans-serif;
}

.fc-basic-view td.fc-day-number {
    padding-right: 8px;
    font-weight: 700;
    font-family: "Nunito", sans-serif;
}

.event-form .input-group .form-control {
    height: 40px;
}

/*-----------------
  24. Profile
-----------------------*/

.profile-details {
    text-align: center;
}

.personal-info li .title {
    color: #4f4f4f;
    float: left;
    font-weight: 500;
    margin-right: 30px;
    width: 25%;
}

.personal-info li .text {
    color: #8e8e8e;
    display: block;
    overflow: hidden;
}

.personal-info li {
    margin-bottom: 10px;
}

.personal-info {
    list-style: none;
    margin-bottom: 0;
    padding: 0;
}

.profile-view {
    position: relative;
}

.profile-view .profile-img-wrap {
    height: 120px;
    width: 120px;
}

.profile-view .profile-img {
    width: 120px;
    height: 120px;
}

.profile-view .profile-img .avatar {
    font-size: 22px;
    height: 120px;
    line-height: 120px;
    margin: 0;
    width: 120px;
}

.profile-view .profile-basic {
    margin-left: 140px;
    padding-right: 50px;
}

.profile-view .pro-edit {
    position: absolute;
    right: 0;
    top: 0;
}

.edit-icon {
    background-color: #eee;
    border: 1px solid #e3e3e3;
    border-radius: 24px;
    color: #bbb;
    float: right;
    font-size: 12px;
    line-height: 24px;
    min-height: 26px;
    text-align: center;
    width: 26px;
}

.edit-icon:hover {
    background-color: #154c79;
    border-color: #154c79;
    color: #fff;
}

.delete-icon {
    color: #e30b0b;
    float: right;
    font-size: 16px;
}

.delete-icon:hover {
    color: #e30b0b;
}

.staff-msg {
    margin-top: 30px;
}

.experience-box {
    position: relative;
}

.experience-list {
    list-style: none;
    margin: 0;
    padding: 0;
    position: relative;
}

.experience-list::before {
    background: #ddd;
    bottom: 0;
    content: "";
    left: 8px;
    position: absolute;
    top: 8px;
    width: 2px;
}

.experience-list > li {
    position: relative;
}

.experience-list > li:last-child .experience-content {
    margin-bottom: 0;
}

.experience-user .avatar {
    height: 32px;
    line-height: 32px;
    margin: 0;
    width: 32px;
}

.experience-list > li .experience-user {
    background: #fff;
    height: 10px;
    left: 4px;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 4px;
    width: 10px;
}

.experience-list > li .experience-content {
    background-color: #fff;
    margin: 0 0 20px 40px;
    padding: 0;
    position: relative;
}

.experience-list > li .experience-content .timeline-content {
    color: #9e9e9e;
}

.experience-list > li .experience-content .timeline-content a.name {
    color: #616161;
    font-weight: bold;
}

.experience-list > li .time {
    color: #bdbdbd;
    display: block;
    font-size: 12px;
    line-height: 1.35;
}

.before-circle {
    background-color: #ddd;
    border-radius: 50%;
    height: 10px;
    width: 10px;
}

.skills > span {
    border: 1px solid #ccc;
    border-radius: 500px;
    display: inline-block;
    margin-bottom: 10px;
    padding: 6px 12px;
    text-align: center;
}

.profile-info-left {
    border-right: 2px dashed #ccc;
}

.bootstrap-tagsinput {
    background-color: #fff;
    border: 1px solid #e3e3e3;
    border-radius: 0;
    box-shadow: unset;
    display: block;
    min-height: 44px;
    padding: 6px 6px 0;
}

.bootstrap-tagsinput .badge {
    font-size: 12px;
    font-weight: normal;
    margin-bottom: 6px;
    padding: 10px 15px;
}

.add-more a {
    color: #154c79;
}

.add-more a:hover {
    color: #ff851a;
}

.avatar-box {
    float: left;
}

.pro-overview .personal-info li .title {
    width: 50%;
}

/*.profile-box {
	min-height: 250px;
}

*/
/*-----------------
  25. Notifications
-----------------------*/

.notifications {
    padding: 0;
}

.notifications .noti-content {
    height: 290px;
    width: 350px;
    overflow-y: auto;
    position: relative;
}

.notifications .notification-heading {
    margin: 0;
    font-size: 12px;
    font-weight: normal;
    line-height: 1.45;
    color: #616161;
}

.notifications .notification-time {
    font-size: 12px;
    line-height: 1.35;
    color: #bdbdbd;
}

.notification-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.notifications ul.notification-list > li {
    margin-top: 0;
    border-bottom: 1px solid #f5f5f5;
}

.notifications ul.notification-list > li:last-child {
    border-bottom: none;
}

.notifications ul.notification-list > li a {
    display: block;
    padding: 12px;
    border-radius: 2px;
}

.notifications ul.notification-list > li a:hover {
    background-color: #fafafa;
}

.notifications ul.notification-list > li .list-item {
    border: 0;
    padding: 0;
    position: relative;
}

.notifications .media {
    margin-top: 0;
    border-bottom: 1px solid #f5f5f5;
}

.notifications .media:last-child {
    border-bottom: none;
}

.notifications .media a {
    display: block;
    padding: 12px;
    border-radius: 2px;
}

.notifications .media a:hover {
    background-color: #fafafa;
}

.notifications .media-list .media-left {
    padding-right: 8px;
}

.topnav-dropdown-header {
    border-bottom: 1px solid #eee;
    text-align: center;
}

.topnav-dropdown-header,
.topnav-dropdown-footer {
    font-size: 12px;
    height: 32px;
    line-height: 32px;
    padding-left: 12px;
    padding-right: 12px;
}

.topnav-dropdown-header .notification-title {
    color: #333;
    display: block;
    float: left;
    font-size: 12px;
}

.topnav-dropdown-header .clear-noti {
    color: #f83f37;
    float: right;
    font-size: 11px;
    text-transform: uppercase;
}

.topnav-dropdown-footer a {
    display: block;
    text-align: center;
    color: #333;
}

.user-menu.nav > li > a .badge {
    color: #fff;
    font-weight: 700;
    position: absolute;
    right: 3px;
    top: 6px;
}

.user-menu.nav > li > a .badge {
    background: linear-gradient(to right, #da8cff, #154c79);
}

.user-menu.nav > li > a:hover,
.user-menu.nav > li > a:focus {
    background: none;
}

.user-menu.nav > li > a > i {
    font-size: 16px;
    line-height: 60px;
}

.noti-details {
    color: #989c9e;
    margin-bottom: 0;
}

.noti-title {
    color: #333;
}

.noti-time {
    margin: 0;
}

/*-----------------
  27. Chat Right Sidebar
-----------------------*/

.fixed-header .custom-menu {
    margin: 1px 0 0;
}

.topnav-dropdown-footer {
    border-top: 1px solid #eee;
}

.list-box {
    list-style: none;
    padding-left: 0;
}

.list-item {
    border-bottom: 1px solid #eaeaea;
    padding: 10px;
    position: relative;
}

.list-left {
    height: 48px;
    position: absolute;
    width: 48px;
}

.files-icon {
    background-color: #f5f5f5;
    border: 1px solid #ddd;
    border-radius: 4px;
    display: inline-block;
    height: 38px;
    line-height: 38px;
    text-align: center;
    width: 38px;
}

.files-icon i {
    color: #777;
    font-size: 18px;
}

.list-body {
    padding: 0 0 0 50px;
}

.message-author {
    color: #333;
    float: left;
    font-weight: 500;
    width: 175px;
    display: block;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.message-time {
    color: #888;
    float: right;
    font-size: 11px;
}

.message-content {
    color: #333;
    font-size: 12px;
    display: block;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.files-action .dropdown-menu {
    left: auto;
    right: 0;
}

/*-----------------
  30. Task
-----------------------*/

.task-chat-contents {
    background-color: #fff;
}

.task-chat-contents .chat-left .chat-content {
    max-width: 100%;
}

.task-chat-view {
    border-left: 1px solid #eaeaea;
}

.task-left-sidebar {
    width: 58.3333%;
}

.task-right-sidebar {
    width: 41.6667%;
}

.task-chat-view .chat-left .chat-content {
    border: 0;
    padding: 0;
}

.task-chat-view .chat-left .chat-body {
    margin-left: 50px;
}

.task-chat-view .chat-date {
    background-color: #fff;
}

.task-chat-view .chats {
    padding: 15px 15px 30px;
}

.task-chat-view .avatar {
    width: 30px;
    height: 30px;
    line-height: 30px;
}

.followers-add {
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 50%;
    color: #ccc;
    display: inline-block;
    font-size: 18px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    width: 30px;
}

.followers-add:hover {
    border: 1px solid #8c8c8c;
    color: #8c8c8c;
}

.completed-task-msg {
    margin-bottom: 30px;
    margin-left: 50px;
}

.task-chat-contents .chat.chat-left {
    margin-bottom: 20px;
}

.file-attached {
    color: #333;
    font-size: 12px;
}

.file-attached i {
    font-size: 14px;
}

.task-attach-img > img {
    border: 1px solid #eaeaea;
    max-width: 100%;
}

.attach-img-download {
    margin-bottom: 5px;
}

.task-chat-view .chat-left .chat-time {
    color: #a3a3a3;
    display: inline-block;
    font-size: 11px;
}

.task-chat-user {
    color: #333;
    font-size: 12px;
}

.task-chat-view .chat-content > p {
    font-size: 12px;
    margin-bottom: 0;
}

.task-time {
    color: #a3a3a3;
    display: inline-block;
    font-size: 11px;
}

.task-success {
    color: #55ce63;
    font-size: 12px;
}

.task-success a {
    color: #55ce63;
}

.task-attach-img {
    margin-bottom: 20px;
}

.task-assign {
    float: left;
}

.assign-title {
    float: left;
    margin-right: 10px;
    margin-top: 5px;
}

.task-assign > a {
    float: left;
}

.followers-add > i {
    line-height: 28px;
}

.task-followers {
    display: flex;
    margin-top: 15px;
}

.followers-title {
    margin: 5px 10px 0 0;
}

.task-line {
    border-color: #eaeaea;
}

.task-information {
    color: #a3a3a3;
    font-size: 11px;
    line-height: 17px;
    min-width: 1px;
    margin-left: 50px;
}

.task-info-line {
    overflow-wrap: break-word;
}

.task-user {
    color: #888;
    font-weight: 500;
}

.task-information .task-time {
    display: inline-block;
    padding-left: 10px;
}

.task-btn-right {
    display: none !important;
}

.task:hover .task-btn-right {
    display: table-cell !important;
}

.task-action-btn.task-check {
    text-align: left !important;
    width: 40px;
}

.add-task-btn {
    cursor: pointer;
    padding: 6px 10px;
    text-transform: uppercase;
}

.action-circle {
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 100%;
    height: 20px;
    width: 20px;
    display: inline-block;
    text-align: center;
    cursor: pointer;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.action-circle .material-icons {
    color: #ccc;
    font-size: 16px;
    vertical-align: -3px;
}

.action-circle.completed {
    background: #35ba67;
    border: 1px solid #2fa65c;
}

.action-circle.completed .material-icons {
    color: #fff;
}

.action-circle.large {
    height: 24px;
    width: 24px;
}

.action-circle.large .material-icons {
    font-size: 14px;
    vertical-align: -4px;
}

.task-wrapper {
    padding: 20px;
    width: 100%;
    margin: 0 auto;
    box-sizing: border-box;
}

.task-wrapper .mark-all-tasks {
    text-align: right;
    padding-bottom: 15px;
}

.task-wrapper .mark-all-tasks .mark-all-tasks-container {
    overflow: hidden;
    position: relative;
}

.task-wrapper .mark-all-tasks .mark-all-btn {
    cursor: pointer;
    display: inline-block;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}

.task-wrapper .mark-all-tasks .mark-all-btn#mark-all-finished {
    color: #35ba67;
}

.task-wrapper .mark-all-tasks .mark-all-btn#mark-all-incomplete {
    color: #666;
}

.task-wrapper .mark-all-tasks .mark-all-btn#mark-all-incomplete .action-circle {
    border: 1px solid #666;
}

.task-wrapper
    .mark-all-tasks
    .mark-all-btn#mark-all-incomplete
    .action-circle
    .material-icons {
    color: #666;
}

.task-wrapper .mark-all-tasks .mark-all-btn.move-up {
    -webkit-transform: translateY(-30px);
    -moz-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    -o-transform: translateY(-30px);
    transform: translateY(-30px);
    position: absolute;
    right: 0;
}

.task-wrapper .mark-all-tasks .mark-all-btn.move-down {
    -webkit-transform: translateY(30px);
    -moz-transform: translateY(30px);
    -ms-transform: translateY(30px);
    -o-transform: translateY(30px);
    transform: translateY(30px);
    position: absolute;
    right: 0;
}

.task-wrapper .task-list-header h3,
.task-wrapper .task-list-footer h3 {
    font-size: 22px;
    font-weight: 400;
    color: #666;
}

.task-wrapper .task-list-body {
    max-height: 500px;
    overflow: auto;
}

.task-wrapper #task-list {
    list-style: none;
    margin: 0;
    padding: 0;
    border-bottom: 1px solid #eaeaea;
}

.task-wrapper #task-list li {
    margin: 0;
    padding: 0;
}

.task-wrapper #task-list li .task-container {
    display: table;
    background: #fff;
    padding: 8px 15px;
    width: 100%;
    border: 1px solid #eaeaea;
    border-bottom: none;
    box-sizing: border-box;
    position: relative;
    -webkit-transition: background 200ms ease;
    -moz-transition: background 200ms ease;
    -ms-transition: background 200ms ease;
    -o-transition: background 200ms ease;
    transition: background 200ms ease;
}

.task-wrapper #task-list li .task-container .task-label {
    display: table-cell;
    font-weight: 400;
    vertical-align: middle;
    color: #333;
    word-break: break-all;
}

.task-wrapper #task-list li .task-container .task-action-btn {
    display: table-cell;
    vertical-align: middle;
    text-align: right;
}

.task-wrapper
    #task-list
    li
    .task-container
    .task-action-btn
    .action-circle:hover {
    border: 1px solid #8c8c8c;
    background: #fff;
}

.task-wrapper
    #task-list
    li
    .task-container
    .task-action-btn
    .action-circle:hover
    .material-icons {
    color: #8c8c8c;
}

.task-wrapper #task-list li .task-container:hover {
    background: #ebeeef;
}

.task-wrapper #task-list li.completed .task-container {
    background: #f9f9f9;
}

.task-wrapper #task-list li.completed .task-container .complete-btn {
    background: #35ba67;
    border: 1px solid #2fa65c;
}

.task-wrapper
    #task-list
    li.completed
    .task-container
    .complete-btn
    .material-icons {
    color: #fff;
}

.task-wrapper #task-list li.completed .task-container .complete-btn:hover {
    background: #35ba67;
    border: 1px solid #2fa65c;
}

.task-wrapper
    #task-list
    li.completed
    .task-container
    .complete-btn:hover
    .material-icons {
    color: #fff;
}

.task-wrapper #task-list li.completed .task-container .task-label {
    color: #ccc;
}

.task-wrapper #task-list li.new .task-container {
    -webkit-animation: taskHighlighter 2000ms linear 1;
    animation: taskHighlighter 2000ms linear 1;
}

.task-wrapper .task-list-footer {
    position: relative;
}

.task-wrapper .task-list-footer .add-task-btn-wrapper {
    text-align: center;
}

.task-wrapper .task-list-footer .add-task-btn {
    cursor: pointer;
    border: 2px solid #9b1bcc;
    display: inline-block;
    height: 35px;
    width: 35px;
    border-radius: 10px;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.task-wrapper .task-list-footer .add-task-btn.hide {
    opacity: 1;
    visibility: visible;
    display: block;
}

.task-wrapper .task-list-footer .add-task-btn:hover {
    background: #9b1bcc;
}

.task-wrapper .task-list-footer .add-task-btn:hover .material-icons {
    color: #ebeeef;
}

.task-wrapper .task-list-footer .add-task-btn .material-icons {
    color: #9b1bcc;
    font-size: 32px;
}

.task-wrapper .task-list-footer .new-task-wrapper {
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
    max-height: 0;
    overflow: hidden;
}

.task-wrapper .task-list-footer .new-task-wrapper::after {
    content: "";
    display: block;
    clear: both;
}

.task-wrapper .task-list-footer .new-task-wrapper textarea {
    box-sizing: border-box;
    width: 100%;
    border: 1px solid #eaeaea;
    border-top: 0;
    height: 45px;
    resize: none;
    padding: 10px 15px;
    margin-bottom: 20px;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.task-wrapper .task-list-footer .new-task-wrapper textarea:focus {
    border: 1px solid #bfbfbf;
    outline: none;
}

.task-wrapper .task-list-footer .new-task-wrapper textarea.error {
    border: 1px solid #d93737;
    outline: none;
}

.task-wrapper .task-list-footer .new-task-wrapper .error-message {
    color: #d93737;
    font-style: italic;
}

.task-wrapper .task-list-footer .new-task-wrapper .btn {
    padding: 6px 12px;
    float: right;
    cursor: pointer;
}

.task-wrapper .task-list-footer .new-task-wrapper .add-new-task-btn {
    background: #fff;
    border: 1px solid #ccc;
}

.task-wrapper .task-list-footer .new-task-wrapper.visible {
    max-height: 300px;
    overflow: auto;
}

.notification-popup {
    z-index: 1051;
    position: fixed;
    top: 20px;
    right: 10px;
    width: 300px;
    display: inline-block;
    background: #1f8fef;
    border: 1px solid #1082e4;
    color: #fff;
    padding: 20px;
    opacity: 0.8;
    border-radius: 2px;
    box-sizing: border-box;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.notification-popup.success {
    background: #35ba67;
    border: 1px solid #2fa65c;
}

.notification-popup p {
    margin-top: 0;
    margin-bottom: 0px;
}

.notification-popup .task {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    max-width: 100%;
    display: inline-block;
}

.notification-popup .notification-text {
    font-size: 12px;
    display: inline-block;
    overflow: hidden;
}

.notification-popup.hide {
    opacity: 0;
    visibility: hidden;
}

.sidebar-overlay {
    display: none;
    position: fixed;
    z-index: 90;
    height: 100%;
    left: 0;
    top: 60px;
    width: 100%;
    z-index: 1040;
    background-color: rgba(0, 0, 0, 0.6);
}

.sidebar-overlay.opened {
    display: block;
}

.sidebar-menu.opened {
    opacity: 1;
    -webkit-transform: translateX(0px);
    -moz-transform: translateX(0px);
    -ms-transform: translateX(0px);
    -o-transform: translateX(0px);
    transform: translateX(0px);
    margin-left: 0;
}

html.menu-opened {
    overflow: hidden;
}

html.menu-opened body {
    overflow: hidden;
}

.task-chat-view.opened {
    margin-right: 0;
}

.chat-profile-view.opened {
    margin-right: 0;
}

.task-header {
    display: flex;
}

.task-header .assignee-info {
    align-items: center;
    border: 1px solid transparent;
    border-radius: 10px;
    display: inline-flex;
    flex: 0 1 180px;
    padding: 5px 10px 5px 5px;
    position: relative;
}

.task-header .assignee-info > a {
    align-items: center;
    color: #333;
    display: flex;
}

.task-header .task-head-title {
    color: #8e8e8e;
    font-size: 12px;
}

.task-assignee {
    font-size: 12px;
    max-width: 120px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.assignee-info:hover {
    border-color: #e3e3e3;
}

.remove-icon {
    align-items: center;
    background-color: #e3e3e3;
    border-radius: 50%;
    color: #333;
    cursor: pointer;
    display: flex;
    height: 20px;
    justify-content: center;
    margin-right: 10px;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    visibility: hidden;
    width: 20px;
}

.remove-icon:hover {
    background-color: #d3d3d3;
}

.task-header .assignee-info:hover .remove-icon {
    visibility: visible;
}

.remove-icon i {
    color: #8e8e8e;
    font-size: 12px;
}

.due-icon span {
    align-items: center;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 50%;
    color: #ccc;
    display: flex;
    height: 30px;
    justify-content: center;
    line-height: 30px;
    margin-right: 10px;
    width: 30px;
}

.due-icon span i {
    font-size: 16px;
}

.due-info .due-date {
    color: #f62d51;
    font-size: 12px;
}

.task-header .task-due-date:hover .remove-icon {
    visibility: visible;
}

.task-desc {
    align-items: flex-start;
    display: flex;
    margin-bottom: 15px;
    margin-top: 5px;
}

.task-textarea {
    display: flex;
    width: 100%;
}

.task-desc-icon {
    color: #ccc;
    margin-right: 10px;
    margin-top: 5px;
}

.task-textarea .form-control {
    border: 1px solid transparent;
    border-radius: 5px;
    font-size: 12px;
    resize: none;
}

.task-textarea:hover .form-control {
    border-color: #e3e3e3;
}

.task-complete-btn {
    align-items: center;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 5px;
    color: #333;
    display: flex;
    font-size: 12px;
    padding: 6px 10px;
}

.task-complete-btn:hover {
    background-color: #f7f7f7;
    color: #333;
}

.task-complete-btn i {
    font-size: 18px;
    margin-right: 3px;
}

.task-completed {
    background-color: #35ba67;
    border-color: #2fa65c;
    color: #fff;
}

.task-completed:hover {
    background-color: #35ba67;
    border-color: #2fa65c;
    color: #fff;
}

.dataTables_wrapper.container-fluid {
    padding-left: 0;
    padding-right: 0;
}

/*-----------------
  36. Inbox
-----------------------*/

.table-inbox input[type="radio"],
.table-inbox input[type="checkbox"] {
    cursor: pointer;
}

.mail-list {
    list-style: none;
    padding: 0;
}

.mail-list > li > a {
    color: #333;
    display: block;
    padding: 10px;
}

.mail-list > li.active > a {
    color: #154c79;
    font-weight: bold;
}

.unread .name,
.unread .subject,
.unread .mail-date {
    color: #000;
    font-weight: 600;
}

.table-inbox .fa-star {
    color: #ffd200;
}

.table-inbox .starred.fa-star {
    color: #ffd200;
}

.table.table-inbox > tbody > tr > td,
.table.table-inbox > tbody > tr > th,
.table.table-inbox > tfoot > tr > td,
.table.table-inbox > tfoot > tr > th,
.table.table-inbox > thead > tr > td,
.table.table-inbox > thead > tr > th {
    border-bottom: 1px solid #f2f2f2;
    border-top: 0;
}

.table-inbox {
    font-size: 12px;
    margin-bottom: 0;
}

.note-editor.note-frame {
    border: 1px solid #ccc;
    box-shadow: inherit;
}

.note-editor.note-frame .note-statusbar {
    background-color: #fff;
}

.note-editor.note-frame.fullscreen {
    top: 60px;
}

.mail-title {
    font-weight: bold;
    text-transform: uppercase;
}

.form-control.search-message {
    border-radius: 4px;
    height: 38px;
    margin-left: 5px;
    width: 180px;
}

.table-inbox tr {
    cursor: pointer;
}

table.table-inbox tbody tr.checked {
    background-color: #ffffcc;
}

.mail-label {
    font-size: 14px !important;;
    margin-right: 5px;
}

/*-----------------
  37. Mail View
-----------------------*/

.attachments {
    list-style: none;
    margin: 0;
    padding: 0;
}

.attachments li {
    border: 1px solid #eee;
    float: left;
    margin-bottom: 10px;
    margin-right: 10px;
    width: 200px;
}

.attach-file {
    color: #777;
    font-size: 70px;
    padding: 10px;
    text-align: center;
    min-height: 153px;
}

.attach-file > i {
    line-height: 133px;
}

.attach-info {
    background-color: #f4f4f4;
    padding: 10px;
}

.attach-filename {
    color: #777;
    font-weight: bold;
}

.attach-filesize {
    color: #999;
    font-size: 12px;
}

.attach-file img {
    height: auto;
    max-width: 100%;
}

.mailview-header {
    border-bottom: 1px solid #ddd;
    margin-bottom: 20px;
    padding-bottom: 15px;
}

.mailview-footer {
    border-top: 1px solid #ddd;
    margin-top: 20px;
    padding-top: 15px;
}

.mailview-footer .btn-white {
    min-width: 102px;
}

.sender-img {
    float: left;
    margin-right: 10px;
    width: 40px;
}

.sender-name {
    display: block;
}

.receiver-name {
    color: #777;
}

.right-action {
    text-align: right;
}

.mail-view-title {
    font-weight: 500;
    font-size: 22px;
    margin: 0;
}

.mail-view-action {
    float: right;
}

.mail-sent-time {
    float: right;
}

/*-----------------
  43. Chat Sidebar
-----------------------*/

.chat-sidebar {
    background-color: #fff;
    border-left: 1px solid #eaeaea;
    width: 300px;
}

.chat-sidebar .chat-contents {
    background-color: #fff;
}

.chat-sidebar .chat-left .chat-content {
    border: 0;
    padding: 0;
    border-radius: 0 !important;
    background-color: transparent;
    max-width: 100%;
}

.chat-sidebar .chat-left .chat-body {
    margin-left: 50px;
    padding-right: 0;
}

.chat-sidebar .chat-date {
    background-color: #fff;
}

.chat-sidebar .chats {
    padding: 15px 15px 30px;
}

.chat-sidebar .avatar {
    width: 30px;
    height: 30px;
    line-height: 30px;
}

.chat-sidebar .chat.chat-left {
    margin-bottom: 20px;
}

.chat-sidebar .chat.chat-left:last-child {
    margin-bottom: 0;
}

.chat-sidebar .chat-left .chat-time {
    color: #888;
    display: inline-block;
    font-size: 11px;
}

.chat-sidebar .chat-content > p {
    font-size: 12px;
    margin-bottom: 0;
}
.report-btn .btn:hover img {
    filter: invert(0) brightness(100);
}
.report-btn .btn:hover {
    color: #ffffff;
    background: linear-gradient(to right, #da8cff, #154c79);
    border: 2px solid #da8cff;
}
.chat-sidebar.opened {
    margin-right: 0;
}

/*-----------------
  46. Notification Settings
-----------------------*/

.notification-list .list-group-item {
    padding: 15px;
}

.notification-list .status-toggle {
    float: right;
}

/*-----------------
  48. Termination
-----------------------*/

.add-group-btn {
    display: flex;
}

.add-group-btn .btn {
    align-items: center;
    display: flex;
    margin-left: 10px;
}

.add-group-btn .btn i {
    margin-right: 5px;
}

.bootstrap-datetimepicker-widget table td.active,
.bootstrap-datetimepicker-widget table td.active:hover {
    background-color: #154c79;
    text-shadow: unset;
}

/*-----------------
  49. Loader
-----------------------*/

#loader-wrapper {
    background-color: #fff;
    bottom: 0;
    height: 100%;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 9999;
}

#loader {
    background-position: center center;
    background-repeat: no-repeat;
    height: 200px;
    left: 50%;
    margin: -100px 0 0 -100px;
    position: absolute;
    top: 50%;
    width: 200px;
}

.loader-ellips {
    font-size: 18px;
    position: relative;
    width: 64px;
    margin: 100px auto 0;
}

.loader-ellips__dot {
    display: block;
    width: 1em;
    height: 1em;
    border-radius: 0.5em;
    position: absolute;
    animation-duration: 0.5s;
    animation-timing-function: ease;
    animation-iteration-count: infinite;
}

.loader-ellips__dot:nth-child(1),
.loader-ellips__dot:nth-child(2) {
    left: 0;
}

.loader-ellips__dot:nth-child(3) {
    left: 1.5em;
}

.loader-ellips__dot:nth-child(4) {
    left: 3em;
}

.loader-ellips__dot:nth-child(1) {
    animation-name: reveal;
}

.loader-ellips__dot:nth-child(2),
.loader-ellips__dot:nth-child(3) {
    animation-name: slide;
}

.loader-ellips__dot:nth-child(4) {
    animation-name: reveal;
    animation-direction: reverse;
}

@keyframes reveal {
    from {
        transform: scale(0.001);
    }
    to {
        transform: scale(1);
    }
}

@keyframes slide {
    to {
        transform: translateX(1.5em);
    }
}

.loader-ellips__dot:nth-child(1) {
    background: #404040;
}

.loader-ellips__dot:nth-child(2) {
    background: #154c79;
}

.loader-ellips__dot:nth-child(3) {
    background: #404040;
}

.loader-ellips__dot:nth-child(4) {
    background: #404040;
}

/*-----------------
  51. Error
-----------------------*/

.error-page {
    align-items: center;
    background-color: rgba(238, 238, 238, 0.2);
    color: #1f1f1f;
    display: flex;
}

.error-page .main-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
}

.error-box {
    margin: 0 auto;
    max-width: 480px;
    padding: 40px 0;
    text-align: center;
    width: 100%;
}

.error-box h1 {
    color: #154c79;
    font-size: 10em;
}

.error-box p {
    margin-bottom: 30px;
}

.error-box .btn {
    border-radius: 50px;
    font-size: 16px;
    font-weight: 600;
    min-width: 200px;
    padding: 10px 20px;
}

.settings-widget + .settings-widget {
    margin-top: 30px;
}

.row.row-sm {
    margin-left: -5px;
    margin-right: -5px;
}

.row.row-sm > div {
    padding-left: 5px;
    padding-right: 5px;
}

.set-btn {
    min-height: 44px;
}

/*-----------------
  55. Components
-----------------------*/

.comp-buttons .btn {
    margin-bottom: 5px;
}

.comp-dropdowns .btn-group {
    margin-bottom: 5px;
}

.progress-example .progress {
    margin-bottom: 1.5rem;
}

.progress-xs {
    height: 4px;
}

.progress-sm {
    height: 15px;
}

.progress.progress-sm {
    height: 6px;
}

.progress.progress-md {
    height: 8px;
}

.progress.progress-lg {
    height: 18px;
}

.stickyside .sidebar-menu > ul > li > a.active {
    color: #fff;
}

.comp-section {
    padding-top: 30px;
}

.comp-section:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
}

.comp-section .section-title {
    font-size: 1.125rem;
    margin-bottom: 20px;
    text-decoration: underline;
    text-transform: uppercase;
}

/*-----------------
  56. Search
-----------------------*/

.main-search {
    margin-bottom: 20px;
}

.search-result {
    margin-bottom: 30px;
}

.search-result u {
    color: #154c79;
}

.search-result p {
    color: #777;
    margin-bottom: 0;
}

.search-lists .nav-tabs.nav-tabs-solid {
    background-color: #fff;
    border: 1px solid #e3e3e3;
}

.top-nav-search form {
    margin-top: 10px;
    position: relative;
    width: 230px;
}

.top-nav-search .form-control {
    padding: 10px 15px 10px 50px;
    border-radius: 12px;
    background: #fff;
}
.top-nav-search .btn {
    background-color: transparent;
    border-color: transparent;
    color: #999;
    min-height: 40px;
    padding: 7px 15px;
    position: absolute;
    right: 0;
    top: 0;
}
.search-icon {
    position: absolute;
    top: 0;
    left: 1em;
    display: flex;
    justify-content: start;
    align-items: center;
    width: 30px;
    height: 30px;
    cursor: pointer;
    object-fit: scale-down;
}
.search-input-custom {
    padding: 10px 15px 10px 15px;
    border-radius: 12px;
    background: #fff;
    box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.05);
}
.search-container-custom {
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}
.top-nav-search .form-control::-webkit-input-placeholder {
    color: #999;
}

.top-nav-search .form-control::-moz-placeholder {
    color: #999;
}

.top-nav-search .form-control:-ms-input-placeholder {
    color: #999;
}

.top-nav-search .form-control::-ms-input-placeholder {
    color: #999;
}

.top-nav-search .form-control::placeholder {
    color: #999;
}
input::placeholder {
    color: #999 !important;
}

.responsive-search {
    display: none;
    color: #333;
    font-size: 18px;
    height: 60px;
    line-height: 60px;
    padding: 0 15px;
}

.top-nav-search.active form {
    display: block;
    left: 0;
    position: absolute;
}
.dashboard-counters {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    padding: 1rem 0.5rem;
}
.dashboard-counter {
    width: 282px;
    height: 70px;
    border-radius: 10px;
    background: #fff;
    box-shadow: 0px 0px 13.9px 0px rgba(0, 0, 0, 0.25);
    display: flex;
    align-items: center;
    justify-content: start;
}
.counters-img img {
    width: 40px;
    height: 40px;
}
.counters-img {
    width: 85%;
    display: flex;
    justify-content: start;
    gap: 1rem;
    align-items: center;
    padding: 0 1rem;
}
span.counters-text,
.counter-value {
    color: rgba(0, 0, 0, 0.5);
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
}
/*-----------------
  58. FAQ
-----------------------*/

.faq-card .card-header {
    background-color: #fff;
    padding: 20px;
    position: relative;
}

.faq-card .card {
    border-color: #ddd;
    border-radius: 3px;
    box-shadow: none;
    margin-bottom: 20px;
    overflow: hidden;
}

.faq-card .card .card-header h4 {
    margin-bottom: 0;
}

.faq-card .card .card-header h4 > a {
    color: #090909;
    display: block;
    font-size: 14px;
    font-weight: 400;
    padding-right: 60px;
    position: relative;
}

.faq-card .card .card-header h4 > a:after {
    font-family: FontAwesome;
    font-size: 17px;
    position: absolute;
    right: 0px;
    font-weight: 400;
}

.faq-card .card .card-header h4 > a.collapsed:after {
    content: "\f067";
}

.faq-card .card .card-header h4 > a:not(.collapsed):after {
    content: "\f068";
}

.faq-card .card .card-header h4 > label {
    color: #fff;
    cursor: pointer;
    display: flex;
    font-size: 22px;
    font-weight: 400;
    margin: 0;
    padding-right: 60px;
    position: relative;
}

.faq-card .card .card-header h4 > label:after {
    font-family: FontAwesome;
    font-size: 17px;
    position: absolute;
    right: 0px;
    font-weight: 400;
    top: 0;
}

.faq-card .card .card-header h4 > label.collapsed:after {
    content: "\f067";
}

.faq-card .card .card-header h4 > label:not(.collapsed):after {
    content: "\f068";
}

.small-container {
    margin: auto;
    max-width: 1100px;
    padding: 30px;
}

.inner-header {
    margin-bottom: 30px;
}

/*-----------------
  61. Kanban Board
-----------------------*/

.card > .task-header {
    line-height: 15px;
    display: flex;
    justify-content: space-between;
}

.task-header {
    font-size: 12px;
    font-weight: 500;
    padding: 15px 15px 5px;
}

.task-header a {
    color: #1f1f1f;
}

.task-body {
    padding: 0 15px 15px;
    font-size: 12px;
}

.kanban-list:last-child {
    margin-right: 0;
}

.kanban-list > .kanban-header {
    align-items: center;
    display: flex;
    justify-content: space-between;
    padding: 10px 20px;
}

.kanban-list > .kanban-header > .status-title {
    color: #fff;
    font-size: 14px;
    font-weight: 500;
}

.kanban-list > .kanban-wrap {
    padding: 20px;
}

.kanban-list > .kanban-wrap > .drag-placeholder {
    height: 146px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    background-color: rgba(0, 0, 0, 0.05);
    margin-bottom: 12px;
}

.kanban-list > .kanban-wrap.ks-empty > .card.drop-here {
    display: block;
}

.kanban-list > .kanban-wrap > .card {
    border: 1px solid #e3e3e3;
    border-radius: 2px;
    box-shadow: unset;
    margin: 0 0 12px;
}

.kanban-list > .kanban-wrap > .card.drop-here {
    display: none;
    text-align: center;
    background: transparent;
    padding: 15px;
    border-style: dashed;
}

.kanban-list > .kanban-wrap > .card.drop-here > a {
    color: #333;
    font-weight: 500;
}

.kanban-list > .kanban-wrap > .card:last-child {
    margin-bottom: 0;
}

.kanban-list > .kanban-wrap > .card.ui-sortable-helper {
    box-shadow: 0 2px 20px 0 #d7dceb;
}

.kanban-list > .kanban-wrap > .card > .task-header {
    font-size: 12px;
    font-weight: 500;
    border: none;
    padding: 15px 15px 5px;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.kanban-list > .kanban-wrap > .card > .task-body {
    padding: 0 15px 15px;
}

.kanban-list > .kanban-wrap > .card > .kanban-box > .task-body > .kanban-info {
    display: flex;
    align-items: center;
    font-size: 12px;
}

.kanban-list
    > .kanban-wrap
    > .card
    > .kanban-box
    > .task-body
    > .kanban-info
    > .progress {
    margin-bottom: 0;
    margin-right: 10px;
    width: 100%;
}

.kanban-list
    > .kanban-wrap
    > .card
    > .kanban-box
    > .task-body
    > .kanban-info
    > .progress
    .progress-bar {
    background-color: #42a5f5;
}

.kanban-list
    > .kanban-wrap
    > .card
    > .kanban-box
    > .task-body
    > .kanban-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 12px;
    margin-top: 10px;
}

.kanban-list
    > .kanban-wrap
    > .card
    > .kanban-box
    > .task-body
    > .kanban-footer
    .ks-icon {
    color: #d7dceb;
    font-size: 18px;
    display: inline-block;
    margin-right: 3px;
    position: relative;
    top: 1px;
}

.kanban-list
    > .kanban-wrap
    > .card
    > .kanban-box
    > .task-body
    > .kanban-footer
    > .task-users
    > .task-avatar
    > img {
    width: 24px;
    height: 24px;
}

.kanban-list
    > .kanban-wrap
    > .card
    > .kanban-box
    > .task-body
    > .kanban-footer
    > .task-users
    > .ks-amount {
    font-size: 10px;
    font-weight: 500;
    display: inline-block;
    margin-left: 3px;
    position: relative;
    top: 1px;
}

.kanban-list.kanban-danger {
    background-color: #fef7f6;
}

.kanban-list.kanban-danger > .kanban-header {
    background-color: #ef5350;
}

.kanban-list.kanban-danger > .kanban-wrap > .card.drop-here {
    border-color: #f7c1b7;
}

.kanban-list.kanban-danger
    > .kanban-wrap
    > .card
    > .kanban-box
    > .task-body
    > .kanban-info
    > .progress
    .progress-bar {
    background-color: #ef5350;
}

.kanban-list.kanban-success {
    background-color: #edf7ee;
}

.kanban-list.kanban-success > .kanban-header {
    background-color: #4caf50;
}

.kanban-list.kanban-success > .kanban-wrap > .card.drop-here {
    border-color: #abebc6;
}

.kanban-list.kanban-success
    > .kanban-wrap
    > .card
    > .kanban-box
    > .task-body
    > .kanban-info
    > .progress
    .progress-bar {
    background-color: #4caf50;
}

.kanban-list.kanban-info {
    background-color: #e7f3fe;
}

.kanban-list.kanban-info > .kanban-header {
    background-color: #42a5f5;
}

.kanban-list.kanban-info > .kanban-wrap > .card.drop-here {
    border-color: #a6dbf9;
}

.kanban-list.kanban-warning {
    background-color: #fdfcf3;
}

.kanban-list.kanban-warning > .kanban-header {
    background-color: #ffb300;
}

.kanban-list.kanban-warning > .kanban-wrap > .card.drop-here {
    border: 1px solid #f2e49e;
}

.kanban-list.kanban-warning
    > .kanban-wrap
    > .card
    > .kanban-box
    > .task-body
    > .kanban-info
    > .progress
    .progress-bar {
    background-color: #ffb300;
}

.task-avatar {
    border-radius: 50%;
    position: relative;
}

.kanban-box.ui-sortable-handle {
    cursor: move;
}

.card > .task-board-header {
    line-height: 15px;
    display: flex;
    justify-content: space-between;
}

.task-board-header {
    font-size: 12px;
    font-weight: 500;
    padding: 15px 15px 5px;
    display: flex;
    justify-content: space-between;
}

.task-board-header a {
    color: #1f1f1f;
}

.task-board-body {
    padding: 0 15px 15px;
    font-size: 12px;
}

.progress > .progress-bar {
    background-color: #25628f;
}

.kanban-cont {
    display: flex;
    overflow: auto;
    padding-bottom: 20px;
}

.kanban-list {
    align-self: flex-start;
    margin-right: 30px;
    min-width: 300px;
    width: 300px;
}

.kanban-list:last-child {
    margin-right: 0;
}

.kanban-list > .kanban-header {
    align-items: center;
    display: flex;
    justify-content: space-between;
    padding: 10px 20px;
}

.kanban-list > .kanban-header > .status-title {
    color: #fff;
    font-size: 14px;
    font-weight: 500;
}

.kanban-list > .kanban-wrap {
    padding: 20px;
}

.kanban-list > .kanban-wrap > .drag-placeholder {
    height: 146px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    background-color: rgba(0, 0, 0, 0.05);
    margin-bottom: 12px;
}

.kanban-list > .kanban-wrap > .card {
    background-color: #fff;
    border: 1px solid #e3e3e3;
    border-radius: 2px;
    box-shadow: unset;
    margin: 0 0 12px;
}

.kanban-list > .kanban-wrap > .card.active {
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
}

.kanban-list > .kanban-wrap > .card:last-child {
    margin-bottom: 0;
}

.kanban-list > .kanban-wrap > .card.ui-sortable-helper {
    box-shadow: 0 2px 20px 0 #d7dceb;
}

.kanban-list > .kanban-wrap > .card > .task-board-header {
    font-size: 12px;
    font-weight: 500;
    border: none;
    padding: 15px 15px 5px;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.kanban-list > .kanban-wrap > .card > .task-board-body {
    padding: 0 15px 15px;
}

.kanban-list
    > .kanban-wrap
    > .card
    > .kanban-box
    > .task-board-body
    > .kanban-info {
    display: flex;
    align-items: center;
    font-size: 12px;
}

.kanban-list
    > .kanban-wrap
    > .card
    > .kanban-box
    > .task-board-body
    > .kanban-info
    > .progress {
    margin-bottom: 0;
    margin-right: 10px;
    width: 100%;
}

.kanban-list
    > .kanban-wrap
    > .card
    > .kanban-box
    > .task-board-body
    > .kanban-info
    > .progress
    .progress-bar {
    background-color: #42a5f5;
}

.kanban-list
    > .kanban-wrap
    > .card
    > .kanban-box
    > .task-board-body
    > .kanban-footer {
    display: flex;
    justify-content: space-between;
    font-size: 12px;
    margin-top: 10px;
    align-items: end;
}

.kanban-list
    > .kanban-wrap
    > .card
    > .kanban-box
    > .task-board-body
    > .kanban-footer
    > .task-users
    > .task-avatar
    > img {
    width: 24px;
    height: 24px;
}

.kanban-list
    > .kanban-wrap
    > .card
    > .kanban-box
    > .task-board-body
    > .kanban-footer
    > .task-users
    > .task-user-count {
    font-size: 10px;
    font-weight: 500;
    display: inline-block;
    margin-left: 3px;
    position: relative;
    top: 1px;
}

.kanban-list.kanban-danger > .kanban-wrap > .card.active {
    border-color: #ef5350;
}

.kanban-list.kanban-success > .kanban-wrap > .card.active {
    border-color: #4caf50;
}

.kanban-list.kanban-info > .kanban-wrap > .card.active {
    border-color: #42a5f5;
}

.kanban-list.kanban-warning > .kanban-wrap > .card.active {
    border-color: #ffb300;
}

.kanban-list.kanban-danger {
    background-color: #fef7f6;
}

.kanban-list.kanban-danger > .kanban-header {
    background-color: #ef5350;
}

.kanban-list.kanban-danger
    > .kanban-wrap
    > .card
    > .kanban-box
    > .task-board-body
    > .kanban-info
    > .progress
    .progress-bar {
    background-color: #ef5350;
}

.kanban-list.kanban-success {
    background-color: #edf7ee;
}

.kanban-list.kanban-success > .kanban-header {
    background-color: #4caf50;
}

.kanban-list.kanban-success
    > .kanban-wrap
    > .card
    > .kanban-box
    > .task-board-body
    > .kanban-info
    > .progress
    .progress-bar {
    background-color: #4caf50;
}

.kanban-list.kanban-info {
    background-color: #e7f3fe;
}

.kanban-list.kanban-info > .kanban-header {
    background-color: #42a5f5;
}

.kanban-list.kanban-warning {
    background-color: #fdfcf3;
}

.kanban-list.kanban-warning > .kanban-header {
    background-color: #ffb300;
}

.kanban-list.kanban-warning
    > .kanban-wrap
    > .card
    > .kanban-box
    > .task-board-body
    > .kanban-info
    > .progress
    .progress-bar {
    background-color: #ffb300;
}

.kanban-list.kanban-purple {
    background-color: #f1effd;
}

.kanban-list.kanban-purple > .kanban-header {
    background-color: #7460ee;
}

.kanban-list.kanban-purple
    > .kanban-wrap
    > .card
    > .kanban-box
    > .task-board-body
    > .kanban-info
    > .progress
    .progress-bar {
    background-color: #7460ee;
}

.kanban-list.kanban-primary {
    background-color: #fff5ec;
}

.kanban-list.kanban-primary > .kanban-header {
    background-color: #154c79;
}

.kanban-list.kanban-primary
    > .kanban-wrap
    > .card
    > .kanban-box
    > .task-board-body
    > .kanban-info
    > .progress
    .progress-bar {
    background-color: #154c79;
}

.task-avatar {
    border-radius: 50%;
    position: relative;
}

.kanban-box.ui-sortable-handle {
    cursor: move;
}

.kanban-action > a {
    color: #fff;
    background-color: rgba(0, 0, 0, 0.3);
    display: inline-flex;
    align-items: center;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    justify-content: center;
}

.task-board-color .board-color-list {
    display: flex;
    height: 45px;
}

.task-board-color .board-color-list .board-control {
    position: relative;
    display: inline-flex;
    min-height: 1.5rem;
    padding-left: 1.5rem;
    margin-right: 1rem;
    cursor: pointer;
    padding-left: 0;
    cursor: pointer;
    width: 36px;
    height: 36px;
}

.task-board-color .board-control-input {
    position: absolute;
    z-index: -1;
    opacity: 0;
}

.board-control > .board-control-input:checked ~ .board-indicator:before {
    content: "\f00c";
    display: block;
    width: 16px;
    height: 16px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    color: #fff;
    border: none;
    position: relative;
    font-family: FontAwesome;
    text-align: center;
    line-height: 16px;
}

.board-control > .board-control-input:checked ~ .board-indicator::before {
    width: 36px;
    height: 36px;
    line-height: 36px;
}

.board-control > .board-indicator {
    width: 36px;
    height: 36px;
}

.board-control.board-primary > .board-indicator {
    background: #154c79;
}

.board-control.board-success > .board-indicator {
    background: #4caf50;
}

.board-control.board-info > .board-indicator {
    background: #42a5f5;
}

.board-control.board-purple > .board-indicator {
    background: #7460ee;
}

.board-control.board-warning > .board-indicator {
    background: #ffb300;
}

.board-control.board-danger > .board-indicator {
    background: #ef5350;
}

.kanban-board.task-wrapper .kanban-list {
    width: 100%;
}

.board-view-header {
    margin-bottom: 30px;
}

.pro-teams {
    display: inline-flex;
    margin-right: 15px;
    text-align: center;
    margin-bottom: 20px;
}

.pro-teams .pro-team-members {
    margin-left: 15px;
    display: flex;
    align-items: center;
}

.pro-teams h4 {
    margin-bottom: 0;
    margin-right: 6px;
    font-size: 14px;
}

.pro-team-lead {
    display: flex;
    align-items: center;
}

.board-view-header .view-icons {
    float: right;
    margin-right: 0;
    background-color: #fff;
    border: 1px solid #ccc;
    padding: 2px 7px;
    border-radius: 4px;
}

.board-view-header .view-icons .btn {
    margin: 0;
    padding: 0;
}

.board-view-header .view-icons a.btn + a.btn {
    margin-left: 5px;
}

.pro-progress-bar {
    display: flex;
    align-items: center;
}

.pro-progress-bar h4 {
    margin-bottom: 0;
    margin-right: 10px;
    font-size: 12px;
    text-transform: uppercase;
}

.pro-progress-bar .progress {
    width: 100%;
    margin-bottom: 0;
    margin-right: 10px;
    height: 15px;
    background-color: #e3e3e3;
    box-shadow: unset;
}

.pro-progress-bar .progress > .progress-bar {
    background-color: #154c79;
}

.pro-teams .avatar-group {
    display: inline-flex;
}

.pro-teams .avatar-group .avatar {
    margin-right: 0;
    position: relative;
    display: inline-block;
    width: 34px;
    height: 34px;
    background-color: transparent;
}

.pro-teams .avatar-group .avatar + .avatar {
    margin-left: -0.75rem;
}

.pro-teams .avatar-group .avatar .border {
    border: 3px solid #fff !important;
}

.pro-teams .avatar-group .avatar > img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 50%;
}

.border-white {
    border-color: #fff !important;
}

.pro-teams .avatar-group .avatar:hover {
    z-index: 1;
}

.pro-teams .avatar .avatar-title {
    font-size: 12px;
    border-radius: 50%;
}

.pro-teams .avatar-title {
    width: 100%;
    height: 100%;
    background-color: #154c79;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.task-date {
    display: block;
}

.task-priority {
    padding: 0.3em 0.6em 0.3em;
}

.task-follower-list {
    display: flex;
    margin-top: 15px;
}

.task-follower-list span {
    position: relative;
}

.task-follower-list span i {
    cursor: pointer;
    position: absolute;
    top: -5px;
    right: 5px;
    color: #f00;
}

.add-new-task {
    text-align: center;
    padding: 0 20px 20px;
}

.add-new-task a {
    color: #333;
    font-size: 12px;
}

.project-add-form {
    display: none;
    margin-top: 10px;
}

.project-add-form.opened {
    display: block;
}

/*-----------------
  62. File Manager
-----------------------*/

.file-wrap {
    border: 1px solid #e0e3e4;
    display: flex;
    flex-wrap: wrap;
    position: relative;
}

.file-wrap .file-sidebar {
    border-right: 1px solid #e0e3e4;
    left: 0;
    position: absolute;
    z-index: 5;
    width: 300px;
    transition: 0.3s ease-in-out;
}

.file-wrap .file-sidebar .file-header {
    align-items: center;
    background-color: #fff;
    border-bottom: 1px solid #e0e3e4;
    color: #324148;
    display: flex;
    height: 72px;
    justify-content: space-between;
    padding: 0 15px;
}

.file-wrap .file-sidebar .file-header span {
    font-size: 18px;
    font-weight: 600;
    text-transform: capitalize;
}

.file-wrap .file-sidebar .file-search {
    background-color: #f5f5f6;
    border-bottom: 1px solid #e5e5e5;
    padding: 10px 15px;
    width: 100%;
}

.file-wrap .file-sidebar .file-search .input-group {
    width: 100%;
}

.file-wrap .file-sidebar .file-search .input-group .form-control {
    background-color: #fff;
    border-radius: 50px;
    padding-left: 36px;
}

.file-wrap .file-sidebar .file-search .input-group .form-control:focus {
    border-color: #ccc;
    box-shadow: none;
}

.file-wrap .file-sidebar .file-search .input-group .input-group-prepend {
    align-items: center;
    bottom: 0;
    color: #666;
    display: flex;
    left: 15px;
    pointer-events: none;
    position: absolute;
    top: 0;
    z-index: 4;
}

.file-wrap .file-scroll {
    max-height: calc(100vh - 259px);
    min-height: 497px;
    overflow-y: auto;
}

.file-wrap .file-sidebar .file-pro-list {
    background-color: #fff;
    padding: 15px;
}

.file-side-close {
    display: none;
    background-color: #eee;
    border: 1px solid #e3e3e3;
    border-radius: 24px;
    color: #bbb;
    font-size: 12px;
    line-height: 24px;
    min-height: 26px;
    text-align: center;
    width: 26px;
    position: absolute;
    right: 15px;
}

.file-wrap .file-content {
    flex: 0 0 100%;
    max-width: 100%;
}

.file-wrap .file-content .file-header {
    align-items: center;
    background-color: #fff;
    border-bottom: 1px solid #e0e3e4;
    display: flex;
    height: 72px;
    justify-content: space-between;
    padding: 0 15px;
}

.file-wrap .file-content .file-body {
    background-color: #f5f5f6;
}

.dropdown-file {
    position: absolute;
    top: 10px;
    right: 10px;
}

.dropdown-file .dropdown-link {
    color: #777;
    width: 24px;
    height: 24px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.dropdown-file .dropdown-link:hover,
.dropdown-file .dropdown-link:focus {
    color: #1b2e4b;
}

.dropdown-file .dropdown-item {
    font-size: 12px;
    display: flex;
    align-items: center;
    padding: 5px 10px;
}

.card-file {
    padding: 10px;
    position: relative;
    transition: all 0.2s ease-in-out;
}

.card-file:hover,
.card-file:focus {
    border-color: #ccc;
}

.card-file .card-body {
    padding: 15px 0 0;
}

.card-file .card-footer {
    font-size: 11px;
    color: #a9a9a9;
    padding: 10px 0 0;
    border-top-width: 0;
    background-color: transparent;
}

.card-file h6 {
    margin-bottom: 0;
    font-size: 0.875rem;
}

.card-file h6 a {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    display: block;
    width: 100%;
    color: #333;
}

.card-file span {
    font-size: 12px;
    color: #888;
}

.card-file-thumb {
    align-items: center;
    background-color: #f5f5f5;
    color: #777;
    display: flex;
    font-size: 48px;
    height: 120px;
    justify-content: center;
}

.file-wrap .file-content .file-body .file-content-inner {
    padding: 15px;
    width: 100%;
}

.file-wrap.file-sidebar-toggle .file-sidebar {
    left: -331px;
}

.file-wrap.file-sidebar-toggle .file-cont-wrap {
    margin-left: 0;
}

.file-wrap .file-cont-wrap {
    display: flex;
    flex-wrap: wrap;
    margin-left: 300px;
    transition: 0.4s ease-in-out;
}

.file-wrap .file-cont-wrap .file-cont-inner {
    flex: 0 0 100%;
    max-width: 100%;
}

.file-wrap .file-cont-wrap .file-cont-inner .file-cont-header {
    align-items: center;
    background: #fff;
    border-bottom: 1px solid #e0e3e4;
    display: flex;
    height: 72px;
    justify-content: space-between;
    padding: 0 15px;
}

.file-wrap .file-cont-wrap .file-cont-inner .file-cont-header > span {
    color: #333;
    font-size: 18px;
    font-weight: 600;
}

.file-wrap
    .file-cont-wrap
    .file-cont-inner
    .file-cont-header
    .file-sidebar-toggle {
    color: #333;
}

.file-wrap .file-cont-wrap .file-cont-inner .file-cont-header .file-options {
    display: flex;
}

.file-wrap .file-cont-wrap .file-cont-inner .file-cont-header .file-options > a,
.file-wrap
    .file-cont-wrap
    .file-cont-inner
    .file-cont-header
    .file-options
    > span {
    color: #333;
    display: inline-block;
    font-size: 18px;
    margin-left: 25px;
}

.file-wrap
    .file-cont-wrap
    .file-cont-inner
    .file-cont-header
    .file-options
    > a:first-child,
.file-wrap
    .file-cont-wrap
    .file-cont-inner
    .file-cont-header
    .file-options
    > span:first-child {
    margin-left: 0;
}

.file-wrap .file-content .file-search {
    background-color: #f5f5f6;
    border-bottom: 1px solid #e5e5e5;
    padding: 10px 15px;
    width: 100%;
}

.file-wrap .file-content .file-search .input-group {
    width: 100%;
}

.file-wrap .file-content .file-search .input-group .form-control {
    background-color: #fff;
    border-radius: 50px;
    padding-left: 36px;
}

.file-wrap .file-content .file-search .input-group .form-control:focus {
    border-color: #ccc;
    box-shadow: none;
}

.file-wrap .file-content .file-search .input-group .input-group-prepend {
    align-items: center;
    bottom: 0;
    color: #666;
    display: flex;
    left: 15px;
    pointer-events: none;
    position: absolute;
    top: 0;
    z-index: 4;
}

.btn-file {
    display: inline-block;
    overflow: hidden;
    position: relative;
    vertical-align: middle;
}

.btn-file input {
    cursor: pointer;
    direction: ltr;
    filter: alpha(opacity=0);
    font-size: 21px;
    height: 100%;
    margin: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
}

.file-menu {
    display: inline-block;
    margin: 0 0 10px;
    padding: 0;
    width: 100%;
}

.file-menu li {
    display: inline-block;
    width: 100%;
}

.file-menu li + li {
    margin-top: 2px;
}

.file-menu li a {
    color: #333;
    display: inline-block;
    padding: 10px 15px;
    width: 100%;
    text-transform: capitalize;
    -webkit-transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    transition: 0.3s ease;
}

.file-menu li a i {
    font-size: 14px;
    padding-right: 10px;
    color: #878787;
}

.file-menu li a:hover,
.file-menu li.active a,
.file-menu li a:focus {
    background: rgba(33, 33, 33, 0.05);
}

.show-more {
    text-align: center;
}

.show-more a {
    position: relative;
    padding: 0 20px 0 15px;
}

.show-more a:before {
    content: "\f107";
    top: 50%;
    right: 0;
    position: absolute;
    font-size: 16px;
    line-height: inherit;
    font-family: "FontAwesome";
    transform: translateY(-50%);
}

/*new styles*/

.all-actions a {
    padding: 6px;
    border-radius: 50px;
}

.label-icon:hover {
    background: none !important;
}

.right .tab-pane .card-body {
    padding: 10px;
}

.cd-breadcrumb.triangle .active:after {
    content: "\2713";
    display: inline-block;
    color: #fff;
    position: absolute;
    right: 30px;
    left: unset;
    top: 10px;
}

.slimScrollDiv .card {
    margin: 0;
    border: 0;
}

.dropdown-item:focus,
.dropdown-item:hover {
    color: #16181b;
    text-decoration: none;
    background-color: #f6f6f6;
}

.checkBox {
    width: 3%;
}

.right .dataTables_info,
.right .pagination,
.right .dataTables_length {
    display: none;
}

.right .table .dropdown .dropdown-menu {
    height: auto;
    min-height: auto;
}

.right .table.custom-table > tbody > tr > td,
.right .table.custom-table > thead > tr > th {
    padding: 12px 8px;
}

.graphs .col-md-6 {
    margin-bottom: 30px;
}

table .badge {
    position: relative;
    top: 6px;
}

.container-checkbox {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 20px;
    cursor: pointer;
    font-size: 20px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.container-checkbox input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

.container-checkbox .checkmark {
    position: absolute;
    top: 0px;
    left: 0;
    height: 20px;
    width: 20px;
    border: 1px solid #ccc;
}

.container-checkbox:hover input ~ .checkmark {
    background-color: #ccc;
}

.container-checkbox input:checked ~ .checkmark {
    background-color: #154c79;
}

.container-checkbox .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.container-checkbox input:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */

.container-checkbox .checkmark:after {
    left: 7px;
    top: 3px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

/* The container */

.container-radio {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 20px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Hide the browser's default radio button */

.container-radio input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

/* Create a custom radio button */

.container-radio .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #eee;
    border-radius: 50%;
}

/* On mouse-over, add a grey background color */

.container-radio:hover input ~ .checkmark {
    background-color: #ccc;
}

/* When the radio button is checked, add a blue background */

.container-radio input:checked ~ .checkmark {
    background-color: #2196f3;
}

/* Create the indicator (the dot/circle - hidden when not checked) */

.container-radio .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the indicator (dot/circle) when checked */

.container-radio input:checked ~ .checkmark:after {
    display: block;
}

/* Style the indicator (dot/circle) */

.container-radio .checkmark:after {
    top: 9px;
    left: 9px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: white;
}

.table.custom-table > tbody > tr > td,
.table.custom-table > thead > tr > th {
    padding: 16px 14px;
}

/*kanban view*/

#sortableKanbanBoards .panel-heading .closed:after {
    content: none !important;
}

.kanban-views .kanban-label h2 {
    color: #000 !important;
    position: relative;
    cursor: pointer;
}

.kanban-views .panel-body {
    max-height: 550px !important;
}

#sortableKanbanBoards .panel-heading {
    display: flex;
    border-radius: 2px;
    line-height: 15px;
}

.flat a.won,
.flat a.won:after {
    background: #0bb325;
    content: "";
}

#sortableKanbanBoards .panel-heading h4,
#sortableKanbanBoards .panel-heading h4:after {
    background: #da8cff;
    content: "";
}

.pipeline-project .planing.won,
.pipeline-project .planing.won:after {
    background: #d3d3d3;
    content: "";
}
.Prjt-pipilines a span {
    margin-top: 13px !important;
}
#sortableKanbanBoards .panel-heading h4:first-child {
    padding: 20px 45px;
    border-radius: 2px 0 0 2px;
}

.kanban-label {
    position: relative;
}

/*.kanban-centered {
	border-right: 1px solid #ccc;
}
*/
.kanban-label .nav-profile {
    position: absolute;
    top: 9px;
    right: -5px;
}

.kanban-label .dropdown .dropdown-toggle:after {
    content: none;
}

#sortableKanbanBoards .panel-heading h4 {
    width: -webkit-fill-available;
    text-decoration: none;
    outline: none;
    display: block;
    float: left;
    font-size: 12px;
    color: #fff;
    /* min-width: 285px;
  max-width: 50px;*/
    width: 100%;
    min-width: 100%;
    position: relative;
}

#sortableKanbanBoards .panel-heading h4:after {
    content: "";
    position: absolute;
    top: 2px;
    right: 0;
    width: 50px;
    height: 50px;
    -webkit-transform: scale(0.707) rotate(45deg);
    -ms-transform: scale(0.707) rotate(45deg);
    -moz-transform: scale(0.707) rotate(45deg);
    transform: scale(0.707) rotate(45deg);
    z-index: 1;
    /* background: #666; */
    /* background: linear-gradient(135deg,#666,#333); */
    -webkit-box-shadow: 2px -2px 0 1px rgba(255, 255, 255, 1),
        3px -3px 0 2px rgba(255, 255, 255, 0.1);
    box-shadow: 2px -2px 0 1px rgba(255, 255, 255, 1),
        3px -3px 0 2px rgba(255, 255, 255, 0.1);
    border-radius: 0 5px 0 50px;
}

.kanban-centered {
    position: relative;
    margin-bottom: 30px;
}

.kanban-centered:before,
.kanban-centered:after {
    content: " ";
    display: table;
}

.kanban-centered:after {
    clear: both;
}

.kanban-centered:before,
.kanban-centered:after {
    content: " ";
    display: table;
}

.kanban-centered:after {
    clear: both;
}

.kanban-centered:before {
    content: "";
    position: absolute;
    display: block;
    width: 2px;
    /*background: #f5f5f6;*/
    top: 20px;
    bottom: 20px;
    /*margin-left: 18px;*/
}

.kanban-centered .kanban-entry {
    position: relative;
    /*width: 50%;
        float: right;*/
    margin: 10px 8px;
    clear: both;
    border-radius: 4px;
    -webkit-box-shadow: 1px 1px 2px 0px rgba(50, 50, 50, 0.5);
    -moz-box-shadow: 1px 1px 2px 0px rgba(50, 50, 50, 0.5);
    box-shadow: 1px 1px 2px 0px rgba(50, 50, 50, 0.5);
}

.kanban-centered .kanban-entry:before,
.kanban-centered .kanban-entry:after {
    content: " ";
    display: table;
}

.kanban-centered .kanban-entry:after {
    clear: both;
}

.kanban-centered .kanban-entry:before,
.kanban-centered .kanban-entry:after {
    content: " ";
    display: table;
}

.kanban-centered .kanban-entry:after {
    clear: both;
}

.kanban-centered .kanban-entry.begin {
    margin-bottom: 0;
}

.kanban-centered .kanban-entry.left-aligned {
    float: left;
}

.kanban-centered .kanban-entry.left-aligned .kanban-entry-inner {
    margin-left: 0;
    margin-right: -18px;
}

.kanban-centered .kanban-entry.left-aligned .kanban-entry-inner .kanban-time {
    left: auto;
    right: -100px;
    text-align: left;
}

.kanban-centered .kanban-entry.left-aligned .kanban-entry-inner .kanban-icon {
    float: right;
}

.kanban-centered .kanban-entry.left-aligned .kanban-entry-inner .kanban-label {
    margin-left: 0;
    margin-right: 70px;
}

.kanban-centered
    .kanban-entry.left-aligned
    .kanban-entry-inner
    .kanban-label:after {
    left: auto;
    right: 0;
    margin-left: 0;
    margin-right: -9px;
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.kanban-centered .kanban-entry .kanban-entry-inner {
    position: relative;
    /*margin-left: -24px;*/
}

.kanban-centered .kanban-entry .kanban-entry-inner:before,
.kanban-centered .kanban-entry .kanban-entry-inner:after {
    content: " ";
    display: table;
}

.kanban-centered .kanban-entry .kanban-entry-inner:after {
    clear: both;
}

.kanban-centered .kanban-entry .kanban-entry-inner:before,
.kanban-centered .kanban-entry .kanban-entry-inner:after {
    content: " ";
    display: table;
}

.kanban-centered .kanban-entry .kanban-entry-inner:after {
    clear: both;
}

.kanban-centered .kanban-entry .kanban-entry-inner .kanban-time {
    position: absolute;
    left: -100px;
    text-align: right;
    padding: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.kanban-centered .kanban-entry .kanban-entry-inner .kanban-time > span {
    display: block;
}

.kanban-centered
    .kanban-entry
    .kanban-entry-inner
    .kanban-time
    > span:first-child {
    font-size: 13px;
    font-weight: bold;
}

.kanban-centered
    .kanban-entry
    .kanban-entry-inner
    .kanban-time
    > span:last-child {
    font-size: 12px;
}

.kanban-centered .kanban-entry .kanban-entry-inner .kanban-icon {
    background: #fff;
    color: #737881;
    display: block;
    width: 25px;
    height: 25px;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    text-align: center;
    -moz-box-shadow: 0 0 0 4px #f5f5f6;
    -webkit-box-shadow: 0 0 0 4px #f5f5f6;
    box-shadow: 0 0 0 4px #f5f5f6;
    float: left;
    margin-top: 6px;
}

.kanban-centered .kanban-entry .kanban-entry-inner .kanban-icon.bg-primary {
    background-color: #303641;
    color: #fff;
}

.kanban-centered .kanban-entry .kanban-entry-inner .kanban-icon.bg-secondary {
    background-color: #ee4749;
    color: #fff;
}

.kanban-centered .kanban-entry .kanban-entry-inner .kanban-icon.bg-success {
    background-color: #00a651;
    color: #fff;
}

.kanban-centered .kanban-entry .kanban-entry-inner .kanban-icon.bg-info {
    background-color: #21a9e1;
    color: #fff;
}
.form-group {
    margin-bottom: 1rem;
}
.kanban-centered .kanban-entry .kanban-entry-inner .kanban-icon.bg-warning {
    background-color: #fad839;
    color: #fff;
}

.kanban-centered .kanban-entry .kanban-entry-inner .kanban-icon.bg-danger {
    background-color: #cc2424;
    color: #fff;
}

.kanban-centered .kanban-entry .kanban-entry-inner .kanban-label {
    position: relative;
    padding: 16px;
    box-shadow: 0px 0px 20px 2px #f1f1f1;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.kanban-centered .kanban-entry .kanban-entry-inner .kanban-label h2,
.kanban-centered .kanban-entry .kanban-entry-inner .kanban-label p {
    color: #737881;
    font-family: "Noto Sans", sans-serif;
    font-size: 12px;
    margin: 0;
    line-height: 1.428571429;
}

.kanban-centered .kanban-entry .kanban-entry-inner .kanban-label p + p {
    margin-top: 15px;
}

.kanban-centered .kanban-entry .kanban-entry-inner .kanban-label h2 {
    font-size: 14px;
    margin-bottom: 10px;
}

.kanban-centered .kanban-entry .kanban-entry-inner .kanban-label h2 a {
    color: #4a8cf7;
    font-weight: 500;
}

.kanban-centered .kanban-entry .kanban-entry-inner .kanban-label h2 span {
    -webkit-opacity: 0.6;
    -moz-opacity: 0.6;
    opacity: 0.6;
    -ms-filter: alpha(opacity=60);
    filter: alpha(opacity=60);
}

.kanban-col {
    width: 25%;
    margin-right: 20px;
    float: left;
}

.kanban-label {
    cursor: pointer;
}

.kanban-label .nav-profile,
.kanban-label .nav-profile a:hover {
    background: none;
}

table td {
    font-size: 12px;
}

.report-img {
    width: 30px;
}

.advanced-report {
    padding-top: 6px;
}

.nav-profile,
.nav-profile a:hover {
    background: linear-gradient(to right, #154c79, #0e0820);
}

.nav-profile {
    margin-bottom: 10px;
}

.nav-profile img {
    width: 40px;
    height: 40px;
    border-radius: 100%;
}

.nav-profile span {
    color: #fff;
}

.page-title .page-title-icon {
    display: inline-block;
    width: 36px;
    height: 36px;
    border-radius: 4px;
    text-align: center;
    -webkit-box-shadow: 0px 3px 8.3px 0.7px rgba(163, 93, 255, 0.35);
    box-shadow: 0px 3px 8.3px 0.7px rgba(163, 93, 255, 0.35);
}

.page-title .page-title-icon i {
    font-size: 0.9375rem;
    line-height: 36px;
}

.crms-title .breadcrumb {
    padding-top: 5px;
}

table .progress {
    height: 7px;
}

::-webkit-scrollbar {
    width: 10px;
    height: 10px;
    border-radius: 25px;
    position: absolute;
    z-index: -1;
}

::-webkit-scrollbar-track {
    background: #fff;
}

::-webkit-scrollbar-thumb {
    background: #ccc;
    position: absolute;
    z-index: -1;
}

/* Handle */

table .fa-star {
    color: #ffc107;
}

table th {
    color: rgba(0, 0, 0, 0.8);
    font-size: 12px;
    font-weight: 600;
}

/*badge styles*/

table .badge {
    border-radius: 0.125rem;
    font-size: 11px;
    font-weight: initial;
    line-height: 1;
    padding: 0.375rem 0.5625rem;
    font-family: "Nunito", sans-serif;
}

.badge-gradient-danger {
    background: -webkit-gradient(
        linear,
        left top,
        right top,
        from(#ffbf96),
        to(#fe7096)
    );
    background: linear-gradient(to right, #ffbf96, #fe7096);
    color: #ffffff;
}

.bg-gradient-success {
    background: -webkit-gradient(
        linear,
        left top,
        right top,
        from(#84d9d2),
        to(#07cdae)
    ) !important;
    background: linear-gradient(to right, #84d9d2, #07cdae);
}

.badge-gradient-success {
    background: -webkit-gradient(
        linear,
        left top,
        right top,
        from(#84d9d2),
        to(#07cdae)
    ) !important;
    background: linear-gradient(to right, #84d9d2, #07cdae);
    color: #ffffff;
}

.bg-gradient-info {
    background: -webkit-gradient(
        linear,
        left top,
        right top,
        from(#90caf9),
        color-stop(99%, #047edf)
    ) !important;
    background: linear-gradient(to right, #90caf9, #047edf 99%);
}

.badge-gradient-info {
    background: -webkit-gradient(
        linear,
        left top,
        right top,
        from(#90caf9),
        color-stop(99%, #047edf)
    ) !important;
    background: linear-gradient(to right, #90caf9, #047edf 99%);
    color: #ffffff;
}

.bg-gradient-warning {
    background: -webkit-gradient(
        linear,
        left top,
        right top,
        from(#f6e384),
        to(#ffd500)
    ) !important;
    background: linear-gradient(to right, #f6e384, #ffd500);
}

.badge-gradient-warning {
    background: -webkit-gradient(
        linear,
        left top,
        right top,
        from(#f6e384),
        to(#ffd500)
    ) !important;
    background: linear-gradient(to right, #f6e384, #ffd500);
    color: #ffffff;
}

/*btn styles*/

.btn-gradient-primary {
    background: linear-gradient(to right, #da8cff, #154c79);
    font-size: 12px;
    padding: 10px 30px;
    color: #fff;
    border: 0;
    border-radius: 50px;
}

form .btn-secondary {
    font-size: 12px;
    padding: 10px 30px;
    color: #fff;
}

form .btn-gradient-primary {
    font-size: 12px;
    padding: 10px 40px;
    color: #fff;
}

.rounded {
    border-radius: 50px;
}

/* btn style ends*/

.add-lists .dropdown-toggle::after {
    content: none;
}

.fa-th,
.nav-profile-text i {
    color: #154c79;
}

/*right side modal styles*/

.modal.left .modal-dialog,
.modal.right .modal-dialog {
    position: fixed;
    margin: auto;
    width: 800px;
    height: 100%;
    -webkit-transform: translate3d(0%, 0, 0);
    -ms-transform: translate3d(0%, 0, 0);
    -o-transform: translate3d(0%, 0, 0);
    transform: translate3d(0%, 0, 0);
}

.modal.left .modal-content,
.modal.right .modal-content {
    height: 100%;
    /*overflow-y: auto;*/
}

/*.modal.left .modal-body,
.modal.right .modal-body {
  padding: 15px 15px 80px;
}*/

/*Right*/

.modal.right.fade .modal-dialog {
    right: 0;
    -webkit-transition: opacity 0.3s linear, right 0.3s ease-out;
    -moz-transition: opacity 0.3s linear, right 0.3s ease-out;
    -o-transition: opacity 0.3s linear, right 0.3s ease-out;
    transition: opacity 0.3s linear, right 0.3s ease-out;
}

.modal.right.fade.in .modal-dialog {
    right: 0;
}

.right .modal-dialog {
    max-width: 800px;
}

.right form h4 {
    padding: 10px 10px;
    background: #f3f1f1;
}

.User-name {
    font-size: 12px;
    color: #9e9b9b;
    position: absolute;
    left: 18%;
    top: 0px;
}

.md-close {
    display: none;
}

.right .close {
    position: absolute;
    right: 12px !important;
    width: auto;
    height: auto;
    background: none;
    color: #000;
    left: unset;
    top: 18px;
}

/*tabs style*/

.crms-tasks {
    font-size: 1rem;
    width: 100%;
    margin: 0 auto;
    border-radius: 5px;
}

.accordion-header,
.accordion-body {
    background: white;
}

.accordion-header {
    padding: 15px 15px;
    background: #fff;
    color: #000;
    cursor: pointer;
    font-size: 12px;
    letter-spacing: 0.1em;
    transition: all 0.3s;
}

.crms-tasks .badge-secondary {
    position: relative;
    right: 7%;
    top: 5px;
}

.accordion-header:after {
    font-family: "FontAwesome";
    content: "\f078";
    float: right;
    color: #a7a1a1;
}

.active .accordion-header:after {
    /* symbol for "collapsed" panels */
    content: "\f078";
    color: #a7a1a1;
}

.tasks__item {
    border-bottom: 1px solid #ccc;
}

.tasks__item .tasks__item {
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}

.accordion-header:hover {
    background: #eaeaea;
    position: relative;
    z-index: 5;
}

.accordion-body {
    background: #fcfcfc;
    color: #353535;
    display: none;
}

.accordion-body__contents {
    padding: 1em 0em;
    font-size: 0.85em;
}

.tasks__item.active:last-child .accordion-header {
    border-radius: 0;
}

.accordion:first-child > .tasks__item > .accordion-header {
    border-bottom: 1px solid transparent;
}

.tasks__item > .accordion-header:after {
    /*content: "\f078";*/
    font-size: 1.2em;
    float: right;
    position: relative;
    top: -2px;
    transition: 0.3s all;
    transform: rotate(0deg);
}

.tasks__item.active > .accordion-header:after {
    transform: rotate(-180deg);
}

.tasks__item.active .accordion-header {
    background: #eaeaea;
}

.crms-tasks .active {
    background: #fff;
}

.tasks__item .tasks__item .accordion-header {
    background: #fff;
    color: #353535;
}

.card.card-img-holder .card-img-absolute {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
}

.task-related .card-body {
    padding: 10px;
}

.due-dates span {
    color: #a9a7a7;
}
.due-dates .card-body {
    padding-top: 10px;
    padding-bottom: 10px;
}
.due-dates {
    margin: 0;
}

.user-image {
    width: 100%;
}

.company_img {
    width: 10%;
    margin-right: 10px;
}

.recently-viewed {
    margin-top: 10px;
    display: block;
}

.person-circle {
    border-radius: 100%;
    padding: 4px;
    border-radius: 50%;
    color: rgba(255, 255, 255, 0.87);
    font-size: 12px;
    height: 30px;
    text-align: center;
    width: 30px;
    display: inline-block;
    margin-right: 10px;
}

.person-circle-a {
    background: #ef5350;
}

.person-circle-b {
    background: #7e57c2;
}

.person-circle-c {
    background: #43a047;
}

.person-circle-d {
    background: #ff5722;
}

.person-circle-e {
    background: #7e57c2;
}

.person-circle-f {
    background: #900c3f;
}

.person-circle-g {
    background: #f54291;
}

.person-circle-h {
    background: #ad6989;
}

.person-circle-i {
    background: #cf7500;
}

.person-circle-j {
    background: #15cda8;
}

.person-circle-k {
    background: #438a5e;
}

.person-circle-l {
    background: #ec823a;
}

.person-circle-m {
    background: #79d70f;
}

.person-circle-n {
    background: #b5076b;
}

.person-circle-o {
    background: #ad6989;
}

/*pipeline tabs style*/

/* Custom nav-tabs */

.flat a.planning,
.flat a.planning:after {
    background: #d3d3d3 !important;
}

.pipeline-tabs {
    border-bottom: 1px solid #ddd;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    display: block;
    border-radius: 0 0 0.25em 0.25em;
}

.pipeline-tabs .tab-pane {
    text-align: left;
    padding: 10px;
}

.pipeline-tabs .tab-pane h3 {
    margin: 0;
}

.cd-breadcrumb {
    margin: 0;
    background-color: transparent;
    border-radius: 0.25em 0.25em 0 0;
}

.cd-breadcrumb.nav-tabs {
    border-bottom: none;
}

.cd-breadcrumb.nav-tabs > li.active > a,
.cd-breadcrumb.nav-tabs > li.active > a:hover,
.cd-breadcrumb.nav-tabs > li.active > a:focus {
    color: #fff;
    background-color: #43a047;
    border: 0px solid #43a047;
    cursor: default;
}

.cd-breadcrumb.nav-tabs > li > a {
    margin-right: inherit;
    line-height: inherit;
    height: 48px;
    border: inherit;
    border-radius: inherit;
    border-color: #edeff0;
}

.cd-breadcrumb li {
    display: inline-block;
    float: left;
    margin: 0.5em 0;
}

.cd-breadcrumb li::after {
    /* this is the separator between items */
    display: inline-block;
    content: "\00bb";
    margin: 0 0.6em;
    color: #144677;
}

.cd-breadcrumb li:last-of-type::after {
    /* hide separator after the last item */
    display: none;
}

.cd-breadcrumb li > * {
    display: inline-block;
    font-size: 1.4rem;
    color: #144677;
}

.cd-breadcrumb li.current > * {
    color: #144677;
}

.cd-breadcrumb a:hover {
    color: #144677;
}

.cd-breadcrumb.custom-separator li::after {
    content: "";
    height: 16px;
    width: 16px;
    vertical-align: middle;
}

.cd-breadcrumb li {
    margin: 1.2em 0;
}

.cd-breadcrumb li::after {
    margin: 0 1em;
}

.cd-breadcrumb li > * {
    font-size: 1.6rem;
}

.cd-breadcrumb.triangle li {
    position: relative;
    padding: 0;
    margin: 0;
}

.cd-breadcrumb.triangle li:last-of-type {
    margin-right: 0;
}

.cd-breadcrumb.triangle li .octicon {
    margin-right: 10px;
}

.cd-breadcrumb.triangle li > * {
    position: relative;
    padding: 0.8em 0.8em 0.7em 2.5em;
    color: #333;
    background-color: #edeff0;
    border-color: #edeff0;
}

.cd-breadcrumb.triangle li {
    width: 25%;
}

.cd-breadcrumb.triangle li.active > * {
    /* selected step */
    color: #fff;
    background-color: #144677;
    border-color: #144677;
}

.cd-breadcrumb.triangle li:first-of-type > * {
    padding-left: 1.6em;
    border-radius: 4px 0 0 4px;
    font-size: 12px;
}

.cd-breadcrumb.triangle li a {
    font-size: 12px;
    width: 100%;
    line-height: 30px;
    text-align: center;
    padding: 10px;
}

.cd-breadcrumb.triangle .active,
.cd-breadcrumb.triangle li .active > *::after {
    background: #43a047 !important;
    color: #fff;
}

.cd-breadcrumb.triangle li:last-of-type > * {
    padding-right: 1.6em;
    border-radius: 0 0.25em 0.25em 0;
}

.cd-breadcrumb.triangle a:hover {
    /* steps already visited */
    color: #fff;
    background-color: #43a047;
    border-color: #43a047;
    text-decoration: none;
}

.cd-breadcrumb.triangle li::after,
.cd-breadcrumb.triangle li > *::after {
    content: "";
    position: absolute;
    top: 0;
    left: 100%;
    content: "";
    height: 0;
    width: 0;
    /* border: 24px solid transparent;*/
    border-right-width: 0;
    border-left-width: 20px;
}

.cd-breadcrumb.triangle li::after {
    z-index: 1;
    -webkit-transform: translate(4px, 0);
    -ms-transform: translate(4px, 0);
    -o-transform: translate(4px, 0);
    transform: translate(4px, 0);
    border-left-color: #fff;
    /* reset style */
    margin: 0;
}

.cd-breadcrumb.triangle li > *::after {
    /* this is the colored triangle after each element */
    z-index: 2;
    border-left-color: inherit;
}

.cd-breadcrumb.triangle li:last-of-type::after,
.cd-breadcrumb.triangle li:last-of-type > *::after {
    /* hide the triangle after the last step */
    display: none;
}

/*pipeline styles*/

.modal-body .pipeline-small a {
    max-width: 17%;
    height: 40px;
    text-align: center;
}

.pipeline-small {
    display: flex;
    overflow: hidden;
    border-radius: 2px;
    line-height: 15px;
}

.flat a.won,
.flat a.won:after {
    background: #0bb325;
    content: "";
}

.pipeline-project a.won,
.pipeline-project a.won:after {
    background: #007bff;
    content: "";
}

.pipeline-project .planing.won,
.pipeline-project .planing.won:after {
    background: #d3d3d3;
    content: "";
}

.pipeline-small a:first-child {
    padding-left: 6px;
    border-radius: 2px 0 0 2px;
}

.pipeline-small a {
    width: -webkit-fill-available;
    text-decoration: none;
    outline: none;
    display: block;
    float: left;
    font-size: 12px;
    color: #fff;
    min-width: 30px;
    max-width: 50px;
    background: #666;
    background: -webkit-gradient(
        linear,
        left top,
        left bottom,
        from(#666),
        to(#333)
    );
    background: linear-gradient(#666, #333);
    position: relative;
}

.pipeline-small a:after {
    content: "";
    position: absolute;
    top: -1px;
    right: -4px;
    width: 15px;
    height: 18px;
    -webkit-transform: scale(0.707) rotate(45deg);
    -ms-transform: scale(0.707) rotate(45deg);
    -moz-transform: scale(0.707) rotate(45deg);
    -transform: scale(0.707) rotate(45deg);
    z-index: 1;
    background: #666;
    background: linear-gradient(135deg, #666, #333);
    -webkit-box-shadow: 2px -2px 0 1px rgba(255, 255, 255, 1),
        3px -3px 0 2px rgba(255, 255, 255, 0.1);
    box-shadow: 2px -2px 0 1px rgba(255, 255, 255, 1),
        3px -3px 0 2px rgba(255, 255, 255, 0.1);
    border-radius: 0 5px 0 50px;
}

.page-header .dropdown-menu {
    transform: translate3d(-75px, 38px, 0px);
    z-index: 999999;
}

.modal-body .pipeline-small a {
    max-width: 17%;
    height: 40px;
    text-align: center;
    flex: 0 0 17%;
}

.due-dates p {
    font-size: 12px;
    margin-bottom: 0;
}

.won {
    cursor: pointer;
}

.project-pipeline .pipeline-small a {
    max-width: 25%;
    height: 40px;
    text-align: center;
    cursor: pointer;
}

.modal-body .pipeline-small i {
    position: absolute;
    top: 20%;
    left: 45%;
}

#reports .nav-link {
    border: 0 none;
    padding: 10px;
}

.modal-body .pipeline-small a:after {
    width: 40px;
    height: 40px;
}

.padding {
    padding: 10px;
}

.pipeline-small .padding:after {
    display: none;
}

.pipeline-small a span {
    font-size: 9px;
    margin-top: 7px;
    display: inline-block;
}

.pipeline-project .planing.won,
.pipeline-project .planing.won:after {
    background: #d3d3d3;
    content: "";
}

.pipeline-project a.won,
.pipeline-project a.won:after {
    background: #007bff;
    content: "";
}

.project-pipeline .pipeline-small a {
    max-width: 25%;
    height: 40px;
    text-align: center;
    cursor: pointer;
    flex: 0 0 25%;
}

.cancel-button {
    font-size: 12px;
    padding: 9px 26px;
}

.all-reports .nav-tabs .nav-link.active,
.all-reports .nav-tabs .nav-link:hover {
    background: #f6f6f6;
}

/*theme settings*/

.theme-title {
    color: #949090;
    font-size: 12px;
    margin: 0;
    padding-bottom: 10px;
}

.black-mode {
    background: #23272b;
}

.darkness {
    border: 1px solid #ccc;
    padding: 5px 12px;
    color: #fff;
    border-radius: 50px;
    border: 0;
    cursor: pointer;
}

.reset {
    background: #7d7d7d !important;
}

.sidebar-contact {
    position: fixed;
    top: 0%;
    right: -350px;
    /*transform: translateY(-50%);*/
    width: 350px;
    height: auto;
    /*padding:40px;*/
    background: #fff;
    box-sizing: border-box;
    transition: 0.5s;
    z-index: 9999;
}

.sidebar-contact .modal-body {
    overflow-y: auto;
}

.sidebar-contact p {
    font-size: 12px;
    color: #847d7d;
}

.apexcharts-zoom-icon,
.apexcharts-reset-icon,
.apexcharts-menu-icon,
.apexcharts-title-text {
    display: none;
}

.sidebar-contact h4 {
    background: #efefef;
    padding: 1rem;
}

.scroll {
    height: 100vh;
}

.right .modal-header .col-md-5 {
    display: none;
}

.scroll ul {
    border: 1px solid #eaeaea;
    margin-bottom: 10px;
}

.crms-title {
    margin: 0;
    padding: 10px;
}

.scroll h5 {
    font-size: 14px;
    margin: 0;
}

.scroll hr {
    margin: 0;
}

.scroll p {
    color: #949090;
    font-size: 12px;
    margin: 0;
    padding-bottom: 10px;
}

.scroll .list-group-item {
    padding: 8px;
}

.settings.right .modal-dialog {
    width: 400px;
}

.settings .modal-content {
    border-radius: 0;
}

.settings .close {
    position: absolute;
    right: 20px !important;
    width: auto;
    height: auto;
    background: none;
    color: #000;
    left: unset;
    top: 16px;
}

.sidebar-contact.active {
    right: 0;
}

.sidebar-icon-only #mail-label,
.sidebar-icon-only .contacts {
    display: none;
}

.sidebar-icon-only .sidebar .nav .nav-item .nav-link:hover {
    padding-left: 20px;
}

.mail-menu .active {
    background: #154c79;
}

.mail-menu .active,
.mail-menu .active i {
    color: #fff !important;
}

.mobile-view {
    display: none;
}

.modal {
    z-index: 99999;
}
.xdsoft_datetimepicker {
    position: absolute !important;
    left: unset !important;
    top: unset !important;
    bottom: unset !important;
    width: 240px !important;
    min-width: 240px !important;
    height: 240px !important;
    min-height: 240px !important;
    z-index: 99999999999999;
    margin-right: calc(var(--bs-gutter-x) * 0.5);
    margin-left: calc(var(--bs-gutter-x) * 0.5);
}
.datetimepickerCustom .xdsoft_datetimepicker {
    position: absolute !important;
    left: unset !important;
    top: 45px !important;
    bottom: unset !important;
    width: 310px !important;
    min-width: 310px !important;
    height: 240px !important;
    min-height: 240px !important;
    z-index: 99999999999999;
}
.modal.show {
    background: rgba(0, 0, 0, 0.4);
    z-index: 999999;
}
.modal-dialog {
    width: 100vw;
    max-width: 900px;
}
.datetimepicker-container-custom {
    position: relative;
}
.col {
    padding: 0;
}
.modal form {
    padding: 0 10px;
    /* overflow: hidden auto;
    max-height: 100vh; */
}
form .form-sub-header-title {
    margin: 0 1em 1em 0;
}

.form-sub-header {
    position: relative;
    width: auto;
    max-width: 220px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: -15px 0px 10px -30.5px;
}
.modalFormsCustom {
    display: none;
    border-radius: 21px;
    background: #fff;
    padding: 1em;
    position: relative;
}
.modalFormsCustom > .row {
    padding: 0 1em;
}
.form input[type="password"],
.form input[type="text"],
.form input[type="tel"],
.form input[type="email"],
.form input[type="number"],
form input[type="password"],
form input[type="text"],
form input[type="tel"],
form input[type="email"],
form input[type="number"] {
    width: 265px;
    height: auto;
    border-radius: 8px;
    border: 0.5px solid rgba(0, 0, 0, 0.19);
    background: rgba(0, 0, 0, 0.05);
    padding: 0.375rem 0.75rem;
    color: rgba(0, 0, 0, 0.8);
    min-height: 42px;
    max-width: 100%;
}
.select2-selection__rendered {
    border-radius: 8px;
    background: rgba(0, 0, 0, 0.05);
}
.custom-background .select2-selection__rendered {
    background: white !important;
    border: 1px solid rgba(0, 0, 0, 0.19);
}
.select2-container--default .select2-selection--single {
    border: none;
    border-radius: 8px;
    background: transparent;
}
.textarea {
    border-radius: 8px;
    border: 0.5px solid rgba(0, 0, 0, 0.19);
    background: rgba(0, 0, 0, 0.05);
    color: rgba(0, 0, 0, 0.7);
    width: 265px;
    max-width: 100%;
    padding: 0.375rem 0.75rem;
    min-height: 42px;
}
@media (max-width: 1000px) {
    .modal-content {
        max-width: 100% !important;
    }
    .textarea {
        min-width: unset;
    }
}
.cke_contents {
    border-radius: 0 0 8px 8px;
    border: 0.5px solid rgba(0, 0, 0, 0.19) !important;
    background: rgba(0, 0, 0, 0.05) !important;
}
.cke_chrome {
    border: none !important;
}
.cke_top {
    border: 0.5px solid rgba(0, 0, 0, 0.19) !important;
    border-radius: 8px 8px 0 0 !important;
    background: white !important;
}
.form-sub-header-title {
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    width: max-content;
    height: 29px;
    border-radius: 5px;
    background-color: #559fe4;
    padding: 5px 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.form-sub-header-title-img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 50px;
    object-fit: cover;
}
[id$="AddFormSubmitButton"],
[id$="EditFormSubmitButton"] {
    color: #094394;
    font-weight: 600;
    font-size: 14px;
    display: flex;
    border-radius: 8px;
    background: rgba(55, 137, 251, 0.3);
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.25);
    border: none;
    height: max-content;
    width: max-content;
    justify-content: center;
    align-items: center;
    padding: 3px 15px;
}
[id$="AddFormSubmitButton"]:hover,
[id$="EditFormSubmitButton"]:hover {
    border-radius: 8px;
    background: rgba(9, 67, 148, 0.77);
    box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.25);
    color: white !important;
}
.edit [id$="EditFormSubmitButton"] {
    position: absolute;
    background: transparent;
    box-shadow: none;
    border: none;
    z-index: 99;
    bottom: 0px;
    right: -10px;
    color: white;
    font-weight: 700;
    font-size: 18px;
    width: 100px;
}
.AddFormButtonContainer {
    width: 100%;
    display: flex;
    justify-content: end;
    padding-bottom: 0 !important;
    gap: 1em;
    cursor: pointer;
}
.AddFormSubmitImg {
    position: absolute;
    right: -25px;
    bottom: 0px;
    z-index: 9;
}

.SubmitFormButtonContainer {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin-top: 50px;
    width: 100%;
    height: 27px;
    display: flex;
    justify-content: center;
    align-items: center;
}

[id$="SubmitFormSubmitButton"] {
    position: absolute;
    background: transparent;
    box-shadow: none;
    border: none;
    z-index: 99;
    bottom: 0px;
    right: 0;
    left: 0;
    color: white;
    font-weight: 400;
    font-size: 14px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 250px;
    height: 27px;
    margin: 0 auto;
}

.SubmitFormSubmitImg {
    position: absolute;
    right: 0;
    bottom: 0px;
    z-index: 9;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 27px;
}
.CvDetailsTitle {
    cursor: pointer;
}
.add-form-modal {
    width: 25px;
    height: 25px;
    border-radius: 0px 8px 8px 0px;
    background: rgba(77, 147, 244, 0.2);
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}
.add-img-service {
    width: 20px;
    height: 20px;
}
[type="radio"] + label {
    margin-right: 5px;
}
.input-group input {
    border-radius: 0px 8px 8px 0 !important;
}
.add-form-modal-container {
    position: relative;
    display: flex;
    align-items: center;
}
.select2-container {
    box-sizing: border-box;
    display: inline-block;
    margin: 0;
    position: relative;
    vertical-align: middle;
    top: unset;
}
.col-form-label {
    display: flex;
    text-transform: capitalize;
}
.modal-content {
    margin: auto;
    min-width: 300px;
    width: fit-content;
}
.addImg,
.removeStatus {
    cursor: pointer;
}
.form-group.row.status-row {
    margin-bottom: 5px;
}
.remove-button-custom {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    margin-left: 3px;
}
.add-img {
    position: absolute;
    left: 0;
    top: 0;
    width: 15px;
    height: 15px;
}

.add-form-modal-text {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    color: #fff;
    font-size: 13px;
    font-weight: 500;
}
#source,
#destination,
#editSource,
#editDestination {
    width: 310.407px !important;
    height: 313px !important;
    overflow: hidden auto;
    border-radius: 9px;
    border: 1px solid rgba(0, 0, 0, 0.5);
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    padding: 15px 22px;
    align-items: center;
    gap: 10px;
    display: flex;
}
.checklist-main-container {
    display: none;
}
.document-checklist-container {
    max-width: 805px;
    height: 380px;
    flex-shrink: 0;
    border-radius: 9px;
    border: 0.5px solid rgba(0, 0, 0, 0.3);
    background: #d9d9d9;
    margin: auto;
}

.well {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
}

.checklist-row {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}

.move-buttons-container {
    display: flex;
    height: 100%;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 1em;
}

.choose-required-document-title {
    margin: 1em 0;
    width: max-content;
    padding: 0 1em;
    border-radius: 8px;
    background: rgba(77, 147, 244, 0.2);
    color: rgba(0, 0, 0, 0.7);
    font-size: 16px;
    font-weight: 500;
}

.remove-button-custom-img-rectangle {
    position: absolute;
    z-index: 9;
    width: 25px;
    height: 25px;
}
.remove-button-custom-img-x {
    position: absolute;
    z-index: 10;
    width: 25px;
    height: 25px;
}
.phone-code-main-container .select2 {
    position: absolute;
    max-width: 100px !important;
    height: 42px;
}
.description-container label {
    width: 15%;
}
.description-container textarea {
    width: 85%;
}
.description-container {
    display: flex;
    flex-wrap: wrap;
}
.phone-code-main-container .select2-selection__rendered {
    width: 100px;
}
.phone-code-main-container .select2-selection__rendered {
    border-radius: 8px;
    background: none;
}
.phone-code-main-container {
    position: relative;
}

.phoneNumber-sub-container input {
    padding: 0 5px !important;
}

.phone-sub-container input {
    width: 100% !important;
    padding-left: 100px !important;
}
[id*="SearchContainer"] {
    position: relative;
}
.modal-title {
    width: 100%;
    color: rgba(0, 0, 0, 0.6);
    font-size: 20px;
    font-weight: 800;
}
.right .btn-primary {
    padding: 10px 30px;
}

.right .btn-secondary {
    padding: 8px 25px;
}

#compose-mail .btn-primary {
    padding: 0.375rem 0.75rem;
}
.select2.select2-container {
    max-width: 265px;
}
.datatables th {
    width: 20%;
}

.chartContainer {
    height: 370px;
    width: 100%;
}
.UpdateFormButtonContainer {
    position: relative;
    margin: 1em 0;
}
.FormUpdateButtonCustom {
    display: flex;
    width: auto;
    height: auto;
    padding: 2px 15px;
    justify-content: center;
    align-items: center;
    border-radius: 9px;
    background: #3789fb;
    position: absolute;
    right: 0;
    bottom: 0;
    color: #fff;
    font-size: 19px;
    font-weight: 700;
    border-color: transparent;
}
.settings .modal-title {
    padding-left: 5px;
}

.form-items {
    border-radius: 8px;
    background: #fff;
    box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.25);
    margin: 1em;
    padding: 2em 2em 1em 2em !important;
}
.modal-close-button-container,
.form-close-button-container {
    position: absolute;
    top: -3.5px;
    right: 10px;
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    z-index: 999999;
}
.modal-close-button-container-box,
.form-close-button-container-box {
    width: 30px;
    height: 30px;
}
.modal-close-button-x-img,
.form-close-button-x-img {
    width: 30px;
    height: auto;
    top: 10px;
    position: absolute;
}
.main-wrapper {
    visibility: visible;
    position: relative;
}

.modal-header {
    position: absolute;
    left: 1em;
    right: 0;
    top: 1em;
    height: 50px;
    border: none;
}

.right .table {
    margin-bottom: 0;
}

.accordion-body__contents {
    padding: 5px 0;
}

.right table.dataTable {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

#compose-mail .modal-body,
#compose-mail .card-body {
    padding-bottom: 0 !important;
}

/*-----------------
   Settings
-----------------------*/

.settings-menu-links .nav-tabs.menu-tabs {
    border: none;
    margin-bottom: 20px;
    margin-top: 20px;
}
.nav-tabs.menu-tabs .nav-item {
    padding-right: 10px;
    margin-bottom: 10px;
    display: inline-block;
}
.nav-tabs.menu-tabs .nav-item.active .nav-link {
    color: #fff;
    background: #154c79;
}
.nav-tabs.menu-tabs .nav-link {
    position: relative;
    border: none;
    outline: none;
    display: inline-flex;
    align-items: center;
    background: transparent;
    font-weight: 400;
    font-size: 12px;
    padding: 10px 20px;
    border-radius: 5px;
    color: #000000;
    background: #9a55ff14;
}
.card .card-header .card-title {
    margin-bottom: 0;
    font-size: 14px;
}
.settings-form {
    margin-top: 20px;
}
.settings-label {
    margin-bottom: 10px;
}
.settings-btn {
    border: 1px solid #d7d7d7;
    border-radius: 5px;
    color: #000000;
    cursor: pointer;
    font-weight: 400;
    padding: 15px 15px;
    position: relative;
    width: 100%;
    height: 46px;
}
.settings-btn .hide-input {
    position: relative;
    z-index: 1;
    cursor: pointer;
    min-height: auto;
    padding-left: 4px;
    padding-top: 0;
    line-height: 10px;
    width: 100%;
    opacity: 0;
}
.settings-btn .upload {
    position: absolute;
    z-index: 11;
    background: #154c79;
    border-radius: 5px;
    right: 2px;
    top: 1.5px;
    width: 41px;
    height: 41px;
    font-size: 18px;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
}
.settings-size {
    font-size: 12px;
    color: #131523;
    font-style: italic;
    margin-top: 10px;
    margin-bottom: 0;
}
.settings-size span {
    font-weight: 700;
}
.upload-images {
    background: rgba(255, 255, 255, 0.8);
    border: 1px solid #e4e4e4;
    border-radius: 5px;
    display: flex;
    margin-top: 30px;
    width: 196px;
    height: 78px;
    justify-content: space-around;
    align-items: center;
    position: relative;
}
.upload-images img {
    max-height: 45px;
    width: auto;
}
.upload-images .btn-icon {
    color: #154c79;
    font-size: 14px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    position: absolute;
    padding: 0;
    width: 20px;
    height: 20px;
    display: -ms-inline-flexbox;
    display: inline-flex;
    right: 0px;
    top: 0px;
    justify-content: center;
    -webkit-justify-content: center;
}
.invoice-load-btn {
    text-align: center;
    margin-top: 30px;
    margin-bottom: 30px;
}
.invoice-load-btn .btn {
    font-weight: 700;
    font-size: 14px;
    color: #3e45eb;
    min-width: 170px;
    padding: 12px 15px;
    background: #ffffff;
    border: 2px solid #3e45eb;
    border-radius: 6px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}
.invoice-load-btn .btn span {
    display: inline-block;
    width: 25px;
    height: 25px;
    margin-right: 8px;
    vertical-align: 0;
    border: 3px solid #3e45eb7d;
    border-right-color: #3e45eb;
    border-radius: 50%;
    -webkit-animation: 0.75s linear infinite spinner-border;
    animation: 0.75s linear infinite spinner-border;
}
.upload-size {
    width: 82px;
    height: 82px;
}
.check {
    display: block;
    margin: 0;
    padding: 0;
    width: 0;
    height: 0;
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
    position: absolute;
}
.checktoggle {
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.25);
    border-radius: 12px;
    cursor: pointer;
    display: block;
    font-size: 0;
    height: 24px;
    margin-bottom: 0;
    position: relative;
    width: 48px;
}
.checktoggle:after {
    content: " ";
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(5px, -50%);
    width: 16px;
    height: 16px;
    background-color: rgba(0, 0, 0, 0.25);
    border-radius: 50%;
    transition: left 300ms ease, transform 300ms ease;
}
.check:checked + .checktoggle {
    background-color: #154c79;
    border: 1px solid #154c79;
}
.star-red {
    color: #ff0000;
}
.check:checked + .checktoggle:after {
    background-color: #fff;
    left: 100%;
    transform: translate(calc(-100% - 5px), -50%);
}
.card-header {
    padding: 15px;
    border: none;
}

.settings-form .custom_radio {
    color: #000;
    display: inline-block;
    position: relative;
    font-size: 12px;
    font-size: 0.9375rem;
    padding-left: 30px;
    margin-bottom: 0px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.custom_radio input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}
.settings-form .custom_radio .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: #fff;
    border: 1px solid #154c79;
    border-radius: 50%;
}
.custom_radio input:checked ~ .checkmark::after {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    visibility: visible;
}

.settings-form .custom_radio .checkmark:after {
    display: block;
    content: "";
    position: absolute;
    opacity: 0;
    top: 3px;
    left: 3px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #154c79;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.settings-form .social-icon {
    width: 50px;
    height: 42px;
    margin-right: 6px;
    color: #fff;
    background: #154c79;
    border: 1px solid #154c79;
    border-radius: 5px;
    font-size: 22px;
    display: flex;
    justify-content: space-around;
    align-items: center;
    position: relative;
    padding: 4px;
}
.settings-form .links-cont .social-icon::after {
    content: "";
    border-top: 0.2em solid;
    border-right: 0.2em solid transparent;
    border-bottom: 0;
    border-left: 0.2em solid transparent;
    margin-left: 4px;
}
.settings-form .trash {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 42px;
    width: 46px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    background-color: #154c79;
    color: #fff;
    position: relative;
    font-size: 18px;
}
.add-links {
    background-color: #154c79;
    color: #fff !important;
    font-size: 12px;
    font-weight: 700;
    padding: 10px 26px;
    border-radius: 4px;
}
.bootstrap-tagsinput input {
    border: none;
    box-shadow: none;
    outline: none;
    background-color: transparent;
    padding: 0 6px;
    margin: 0;
    width: auto;
    max-width: inherit;
}
.settings-form .bootstrap-tagsinput .tag {
    margin-right: 5px;
    margin-bottom: 0px;
    color: #000000;
    background: #e4e4e4 !important;
    border-radius: 0px;
    font-size: 13px;
    font-weight: 500;
    padding: 12px 12px;
}
.settings-form .bootstrap-tagsinput {
    display: block;
    border-radius: 5px;
    color: #333;
    background: #ffffff;
    border: 1px solid #d7d7d7;
    box-shadow: unset;
    min-height: 46px;
    padding-top: 4px;
    padding-left: 5px;
    padding-right: 10px;
    padding-bottom: 4px;
}
.form-row.links-cont {
    margin-bottom: 0px;
}
textarea.form-control {
    resize: vertical;
}

textarea.form-control {
    height: auto;
    max-width: 1200px;
}
@media (max-width: 1200px) {
    textarea.form-control {
        max-width: 100%;
    }
}
.settings-form .form-group label {
    margin-bottom: 10px;
}
/*-----------------
  46. Notification Settings
-----------------------*/

.notification-list .list-group-item {
    padding: 15px;
}

.notification-list .status-toggle {
    float: right;
}
.invoice-load-btn {
    text-align: center;
    margin-top: 30px;
    margin-bottom: 30px;
}
.invoice-load-btn .btn {
    font-weight: 700;
    font-size: 14px;
    color: #154c79;
    min-width: 170px;
    padding: 12px 15px;
    background: #ffffff;
    border: 2px solid #154c79;
    border-radius: 6px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}
.invoice-load-btn .btn:hover span {
    border: 3px solid #ffffff7a;
    border-right-color: #fff;
}
.invoice-load-btn .btn:hover {
    background: #154c79;
    color: #fff;
}
.invoice-load-btn .btn span {
    display: inline-block;
    width: 25px;
    height: 25px;
    margin-right: 8px;
    vertical-align: 0;
    border: 3px solid #9a55ff21;
    border-right-color: #154c79;
    border-radius: 50%;
    -webkit-animation: 0.75s linear infinite spinner-border;
    animation: 0.75s linear infinite spinner-border;
}
.invoices-grid-card .card-footer .badge {
    border-radius: 6px;
    font-size: 12px;
    font-weight: 400;
    padding: 7px 18px;
}

.invoices-grid-card .bg-success-dark {
    background: #008f64;
}
.invoices-grid-card .bg-success-dark {
    background: #008f64;
}
.invoices-grid-card .bg-danger-dark {
    background: #ff0000;
}
.invoices-grid-card .bg-secondary-dark {
    background: #154c79;
}
.invoices-grid-card .bg-primary-dark {
    background: #2196f3;
}
.invoices-grid-card .text-sm {
    font-size: 12px;
}
.invoices-page-header {
    background: #ffffff;
    border-radius: 10px;
    padding: 12px;
}
.page-header .breadcrumb {
    background-color: transparent;
    color: #6c757d;
    font-size: 1rem;
    font-weight: 500;
    margin-bottom: 0;
    padding: 0;
}
.invoices-page-header .invoices-breadcrumb-item i {
    color: #fff;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    margin-right: 10px;
    background: #154c79;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
}
.invoices-create-btn .invoices-preview-link {
    font-weight: 600;
    color: #154c79;
    margin-right: 30px;
}
.invoices-create-btn .delete-invoice-btn {
    background: #6c757d;
    margin-right: 10px;
}
.invoices-create-btn .btn {
    font-weight: 600;
    font-size: 14px;
    color: #fff;
    border-radius: 8px;
    padding: 10px 0px;
    min-width: 160px;
    position: relative;
}
.check:checked + .checktoggle {
    background-color: #154c79;
    border: 1px solid #154c79;
}
.payment-details {
    width: 266px;
    border-radius: 4px;
    padding: 15px;
    background: #154c79;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.payment-details p {
    color: #fff;
    max-width: 140px;
    font-weight: 400;
    margin-bottom: 0;
}
.invoices-create-btn .save-invoice-btn {
    background: #154c79;
}
.invoices-add-card {
    background: #ffffff;
    border-radius: 10px;
}
.invoices-main-form {
    padding-bottom: 15px;
    margin-bottom: 30px;
    border-bottom: 1px solid #e5e5e5;
}
.multipleSelection {
    position: relative;
    margin-bottom: 20px;
}
.invoices-form .multipleSelection .selectBox {
    border: 2px solid #154c79;
    border-radius: 6px;
}
.multipleSelection #checkBoxes-one {
    display: none;
    position: absolute;
    width: 100%;
    left: 0;
    z-index: 1;
    margin-top: 10px;
    padding: 20px;
    background: #ffffff;
    border: 1px solid #f2ecff;
    box-shadow: 0px 4px 44px rgb(231 234 252 / 75%);
    border-radius: 6px;
}
.invoice-details-title {
    font-weight: 500;
    font-size: 18px;
    color: #1b2559;
    margin-bottom: 0.5rem;
}
.invoice-details-box {
    background: #ffffff;
    border: 1px solid #e5e5e5;
    border-radius: 10px;
}
.invoice-inner-head {
    padding: 26px;
    border-bottom: 1px solid #e5e5e5;
}
.invoice-inner-head span {
    color: #1b2559;
}
.invoice-inner-head span a {
    font-weight: 500;
    color: #154c79;
}
.invoice-inner-footer {
    padding: 0;
}
.invoice-inner-date {
    padding: 26px;
    border-right: 1px solid #e5e5e5;
}
.payment-details {
    width: 266px;
    border-radius: 4px;
    padding: 15px;
    background: #154c79;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.payment-details p {
    color: #fff;
    max-width: 140px;
    font-weight: 400;
    margin-bottom: 0;
}
.payment-details a {
    font-size: 24px;
    color: #fff;
}
.invoice-inner-footer .form-control {
    position: absolute;
    color: #154c79;
    background: transparent;
    border: 0;
    display: inline-block;
    width: auto;
    height: auto;
    padding: 0 10px;
}
.invoice-inner-footer span {
    font-weight: 500;
    color: #1b2559;
    position: relative;
}
.invoice-inner-datepic {
    border: 0;
    padding-left: 0;
}
.invoices-form .form-control {
    height: 50px;
    border: 1px solid #e5e5e5;
    border-radius: 6px;
}
.invoice-info {
    margin-bottom: 20px;
}
.invoice-item .customer-text {
    font-size: 18px;
    color: #000;
    font-weight: 600;
    margin-bottom: 16px;
    display: block;
}
.invoice-item .customer-text a {
    font-size: 12px;
    color: #154c79;
    margin-left: 12px;
}
.invoice-item .invoice-details-two {
    text-align: left;
    color: #000;
}
.invoice-add-table h4 {
    font-weight: 600;
    font-size: 18px;
    color: #154c79;
    margin-bottom: 30px;
}
.invoice-add-table .add-btns {
    color: #154c79;
}
.invoice-add-table .copy-btn {
    color: #c4c4c4;
}
.invoice-add-table .remove-btn {
    color: #ff0000;
}
.invoice-fields .field-title {
    font-weight: 600;
    font-size: 14px;
    color: #1b2559;
    margin-bottom: 15px;
}
.field-box {
    padding: 15px;
    background: #ffffff;
    border: 1px solid #e5e5e5;
    border-radius: 4px;
}
.field-box p {
    font-weight: 500;
    font-size: 12px;
    color: #1b2559;
    margin-bottom: 10px;
}
.field-box .btn {
    min-width: 266px;
    border-radius: 4px;
    padding: 30px 0;
}
.invoice-faq .faq-tab {
    padding-top: 10px;
}
.faq-tab .panel-title {
    background: #ffffff;
    border: 1px solid #e5e5e5;
    border-radius: 4px;
    padding: 10px 20px;
    margin-bottom: 0px;
    position: relative;
}
.faq-tab .panel-title a {
    color: #c4c4c4;
}
.faq-tab .panel-title a.collapsed::after {
    content: "\f067";
    font-family: "Font Awesome 5 Free";
    position: absolute;
    right: 20px;
    top: 10px;
    color: #f09e9e;
    font-weight: 600;
    font-size: 12px;
}
.faq-tab .panel-title a:not(.collapsed)::after {
    color: #ff0000;
}
.invoice-total-card .invoice-total-title {
    font-weight: 600;
    font-size: 14px;
    color: #1b2559;
    margin-bottom: 15px;
}
.invoice-total-box {
    background: #ffffff;
    border: 1px solid #e5e5e5;
    border-radius: 4px;
}
.invoice-total-inner {
    padding: 15px;
}
.invoice-total-box p {
    color: #1b2559;
    margin-bottom: 20px;
    position: relative;
}
.invoice-total-box p span {
    float: right;
}
.invoice-total-box .add-links {
    font-weight: 500;
    color: #154c79;
    margin-bottom: 20px;
    display: block;
}
.invoice-total-box .service-trash-one {
    margin-top: 10px;
    color: #1b2559;
}
.invoice-total-footer {
    border-top: 1px solid #e5e5e5;
    padding: 15px;
}
.invoice-total-footer h4 {
    font-size: 18px;
    margin-bottom: 0;
    color: #154c79;
}
.invoice-total-footer h4 span {
    float: right;
}
.upload-sign {
    float: right;
    margin-top: 20px;
}
.service-upload {
    border: 2px dashed #e5e5e5;
    text-align: center;
    padding: 30px 0;
    background-color: #fff;
    position: relative;
    width: 330px;
}
.service-upload span {
    font-size: 13px;
    color: #858585;
    display: block;
}
.service-upload input[type="file"] {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
}
.upload-sign .btn {
    border-radius: 8px;
    min-width: 198px;
    padding: 10px 0;
}

.invoice-total-box .service-amount {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    -ms-flex-pack: space-between;
}
.invoice-total-box .service-trash,
.invoice-total-box .service-trash1 {
    margin-bottom: 10px;
    color: #1b2559;
}
#show-invoices {
    display: none;
}
.invoice-total-box .service-trash i {
    color: #ec1361;
}
.check:checked + .checktoggles {
    background-color: #154c79;
    border: 1px solid #154c79;
}
.check:checked + .checktoggles:after {
    background-color: #fff;
    left: 100%;
    transform: translate(calc(-100% - 5px), -50%);
}
.checktoggles:after {
    content: " ";
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(5px, -50%);
    width: 8px;
    height: 8px;
    background-color: #fff;
    border-radius: 50%;
    transition: left 300ms ease, transform 300ms ease;
}
.checktoggles {
    background-color: #c4c4c4;
    border: 1px solid #c4c4c4;
    border-radius: 12px;
    cursor: pointer;
    font-size: 0;
    height: 15px;
    margin-left: 10px;
    top: 3px;
    margin-bottom: 0;
    position: absolute;
    width: 30px;
    display: inline-block;
}
.invoice-total-box .add-links1,
.add-links-one {
    font-weight: 500;
    color: #154c79;
    margin-bottom: 20px;
    display: block;
}
.invoice-add-table th {
    background: #f8f9fa;
    padding: 20px;
}
.table > :not(:first-child) {
    border-top: 0;
}
td.add-remove {
    padding: 20px;
}
.add-remove i {
    font-size: 16px;
    cursor: pointer;
}
.bank-details .modal-content {
    border: 1px solid #f2ecff;
    border-radius: 6px;
}
.bank-details .modal-header {
    border: 0;
    justify-content: space-between;
    padding: 30px;
    align-items: center;
    display: flex;
    border-bottom: 1px solid #e5e5e5;
}
.bank-details .close {
    background: transparent;
    border: 0;
    color: #1b2559;
    font-size: 26px;
    line-height: normal;
    top: 20px;
    width: auto;
    height: auto;
    right: 20px;
}
.bank-details .modal-body {
    padding-bottom: 10px;
    border-bottom: 1px solid #e5e5e5;
}
.bank-details .bank-inner-details .form-control {
    height: 50px;
}
.bank-details .modal-footer {
    justify-content: end;
    padding: 30px;
}
.bank-details .modal-footer > * {
    margin: 0;
}
.bank-details-btn .bank-cancel-btn {
    background: #1b2559;
}
.bank-details-btn .bank-save-btn {
    background: #154c79;
}
.bank-details-btn .btn {
    min-width: 160px;
    border-radius: 8px;
    padding: 10px 0;
    color: #fff;
}
.invoice-inner-footer .form-control {
    position: relative;
    color: #154c79;
    background: transparent;
    border: 0;
    display: inline-block;
    width: 120px;
    height: auto;
    padding: 0 10px;
}
.invoice-inner-footer span {
    font-weight: 500;
    color: #1b2559;
    position: relative;
    display: flex;
}
.invoice-inner-date {
    padding: 20px 15px;
    border-right: 1px solid #e5e5e5;
}
.invoice-info-card {
    border-radius: 14px;
}
.invoice-item-one {
    border-bottom: 1px solid rgba(231, 234, 252, 0.75);
}
.faq-tab .panel-title a:hover {
    color: #1b2559;
}
.faq-tab .panel-title a:not(.collapsed)::after {
    color: #ff0000;
}
.faq-tab .panel-title a::after {
    content: "\f068";
    font-family: "Font Awesome 5 Free";
    position: absolute;
    right: 20px;
    top: 10px;
    color: #f09e9e;
    font-weight: 600;
    font-size: 12px;
}
.faq-tab .panel-body textarea {
    min-height: 100px;
    border: 0;
    border-radius: 0 0 4px 4px;
}
.faq-tab .panel-body {
    padding: 10px 20px;
    border: 1px solid #e5e5e5;
}
.inovices-month-info {
    padding-top: 50px;
}
.invoice-add-table {
    padding-top: 20px;
    padding-bottom: 30px;
}
.invoice-item .invoice-logo {
    margin-bottom: 30px;
}
.invoice-item .invoice-logo img {
    width: auto;
    max-height: 52px;
}
.invoice-item .invoice-text h2 {
    color: #272b41;
    font-size: 34px;
    font-weight: 600;
}
.invoice-item .invoice-details {
    text-align: right;
    font-weight: 400;
}
.invoice-item .invoice-details strong {
    color: #272b41;
}
.invoice-item .invoice-details-two {
    text-align: left;
    color: #000;
}
.invoice-item .invoice-text {
    padding-top: 42px;
    padding-bottom: 36px;
}
.invoice-item .invoice-text h2 {
    font-weight: 400;
}
.invoice-info {
    margin-bottom: 20px;
}
.invoice-info p {
    margin-bottom: 0;
}
.invoice-info.invoice-info2 {
    text-align: right;
}
.invoice-item .customer-text {
    font-size: 18px;
    color: #000;
    font-weight: 600;
    margin-bottom: 16px;
    display: block;
}
.invoice-item .customer-text a {
    font-size: 12px;
    color: #154c79;
    margin-left: 12px;
}
.invoice-table tr th,
.invoice-table tr td,
.invoice-table-two tr th,
.invoice-table-two tr td {
    color: #272b41;
    font-weight: 600;
    padding: 15px 20px;
    line-height: inherit;
}
.invoice-table tr td,
.invoice-table-two tr td {
    font-weight: 500;
}
.invoice-table-two {
    margin-bottom: 0;
}
.invoice-table-two tr th,
.invoice-table-two tr td {
    border-top: 0;
}
.invoice-table-two tr td {
    text-align: right;
}
.invoice-info h5 {
    font-size: 14px;
    font-weight: 500;
}
.other-info {
    margin-top: 10px;
}
.file {
    visibility: hidden;
    position: absolute;
}
.btn-group,
.btn-group-vertical {
    position: relative;
    display: -inline-flexbox;
    display: inline-flex;
    vertical-align: middle;
}
.font-size-14 {
    font-size: 12px;
}
.invoice-info-card {
    border-radius: 14px;
}
.invoice-item-one {
    border-bottom: 1px solid rgba(231, 234, 252, 0.75);
}
.invoice-item-one .invoice-info {
    margin-bottom: 30px;
    text-align: right;
}
.customer-text-one {
    font-size: 18px;
    color: #1b2559;
    font-weight: 600;
    display: block;
    margin-bottom: 10px;
}
.invoice-name {
    color: #1b2559;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 10px;
    text-transform: capitalize;
}
.invoice-item-one .invoice-details {
    color: #1b2559;
    font-weight: 400;
}
.invoice-head h2 {
    font-weight: 600;
    font-size: 26px;
    color: #1b2559;
    text-transform: uppercase;
    margin-bottom: 0;
}
.invoice-head {
    margin-bottom: 30px;
}
.invoice-head p {
    font-weight: 400;
    font-size: 18px;
    color: #1b2559;
    margin-bottom: 0;
}
.invoice-item-two {
    padding-top: 30px;
    padding-bottom: 30px;
}
.invoice-item-two .invoice-details {
    color: #1b2559;
    font-weight: 400;
}
.invoice-item-box {
    background: #f7f7ff;
    border-radius: 5px;
    padding: 15px;
    width: 200px;
    float: right;
    margin-top: 20px;
}
.invoice-item-box p {
    color: #1b2559;
    font-weight: 400;
    margin-bottom: 10px;
}
.invoice-issues-box {
    background: #154c79;
    border-radius: 10px;
    text-align: center;
    padding: 10px;
    margin-bottom: 30px;
}
.invoice-issues-date {
    padding-top: 20px;
    padding-bottom: 20px;
}
.invoice-issues-date p {
    font-weight: 600;
    font-size: 14px;
    color: #ffffff;
    margin-bottom: 0;
}
.invoice-table-wrap {
    margin-bottom: 30px;
}
.invoice-table > thead > tr > th {
    background: #f5f7ff;
    border-top: 0;
    font-weight: 500;
    font-size: 14px;
    color: #1b2559;
}
.invoice-table > tbody > tr > td {
    font-weight: 400;
    color: #1b2559;
    padding: 15px 20px;
}
.invoice-terms {
    margin-bottom: 30px;
}
.invoice-terms h6 {
    font-weight: 500;
    font-size: 18px;
    color: #1b2559;
    margin-bottom: 6px;
}
.invoice-terms p {
    font-weight: 400;
    font-size: 14px;
    color: #8f9bba;
}
.invoice-sign {
    padding-top: 30px;
}
.invoice-sign span {
    color: #1b2559;
    margin-top: 18px;
}
.invoice-item-bg {
    background: #154c79;
    border-radius: 10px;
    margin-top: 30px;
    margin-bottom: 30px;
}
.invoice-circle-img {
    position: relative;
}
.invoice-circle-img .invoice-circle1 {
    position: absolute;
    left: 0;
    opacity: 0.1;
}
.invoice-circle-img .invoice-circle2 {
    position: absolute;
    right: 0;
    opacity: 0.1;
}
.invoice-item-bg .invoice-info {
    border-right: 1px solid #fff;
    padding: 30px;
    margin-top: 20px;
}
.invoice-item-bg .customer-text-one {
    color: #fff;
}
.invoice-item-bg .invoice-name {
    color: #fff;
}
.invoice-item-bg .invoice-details-two {
    color: #fff;
}
.invoice-item-bg .invoice-info-one p {
    color: #fff;
    margin-bottom: 10px;
}
.invoice-sign-box {
    margin-top: 30px;
}
.invoice-payment-box h4 {
    font-weight: 600;
    font-size: 14px;
    color: #1b2559;
    margin-bottom: 16px;
}
.invoice-payment-box .payment-details {
    background: transparent;
    border: 2px dashed #154c79;
}
.invoice-payment-box .payment-details p {
    font-weight: 600;
    font-size: 14px;
    color: #1b2559;
}
.invoices-preview .modal-body {
    padding: 0;
}
.settings-menu {
    margin-bottom: 30px;
}
.settings-menu ul {
    display: block;
    padding: 0;
    list-style: none;
}
.settings-menu ul li a.active {
    color: #154c79 !important;
    border: 0;
}
.settings-menu ul li {
    margin-bottom: 15px;
}
.settings-menu ul li a {
    color: #1b2559;
    padding: 0;
    border: 0 !important;
    display: inline-block;
}
.invoices-upload-btn {
    border: 1px solid #dee2e6;
    border-radius: 6px;
    color: #000000;
    cursor: pointer;
    font-weight: 400;
    padding: 15px 15px;
    position: relative;
    width: 100%;
    height: 50px;
}
.invoices-upload-btn .upload {
    position: absolute;
    background: #154c79;
    border-radius: 4px;
    right: 6px;
    top: 8px;
    width: 136px;
    height: 32px;
    font-size: 12px;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
}
.invoices-upload-btn .hide-input {
    position: relative;
    z-index: 1;
    cursor: pointer;
    min-height: auto;
    padding-left: 4px;
    padding-top: 0;
    line-height: 10px;
    width: 100%;
    opacity: 0;
}
.invoice-setting-btn .cancel-btn {
    background: #6c757d;
}

.invoice-setting-btn .btn {
    min-width: 160px;
    padding: 10px 0;
    color: #fff;
    border-radius: 8px;
    border: 0;
}
.invoice-setting-btn {
    display: flex;
    align-items: center;
    justify-content: end;
}
.paid-continue-btn {
    background-color: #154c79;
    border: 1px solid #154c79;
    border-radius: 5px;
    color: #fff;
    display: block;
    font-size: 16px;
    font-weight: 600;
    padding: 10px 20px;
    text-align: center;
}
.paid-cancel-btn {
    background-color: #fff;
    border: 1px solid #154c79;
    border-radius: 5px;
    color: #154c79;
    display: block;
    font-size: 16px;
    font-weight: 600;
    padding: 10px 20px;
    text-align: center;
}
.invoices-page-header .invoices-breadcrumb-item a {
    font-weight: 600;
    color: #154c79;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
}

/*-----------------
  Invoice
-----------------------*/
.invoice-inner-datepic {
    border: 0;
    padding-left: 0;
}
.invoice-inner-datepic {
    border: 0;
    padding-left: 0;
}
.inovices-month-info .form-control {
    height: 42px;
}
.app-listing {
    padding: 0;
    margin: 0 -15px;
    list-style: none;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.app-listing > li {
    width: 20%;
    padding-left: 10px;
    padding-right: 10px;
}
.multipleSelection {
    position: relative;
    margin-bottom: 20px;
}
.multipleSelection .selectBox,
.SortBy .selectBoxes {
    position: relative;
    background: #fff;
    width: 100%;
    padding: 13px 10px;
    font-weight: 400;
    background: #ffffff;
    border: 1px solid #f7f8f9;
    border-radius: 7px;
    display: flex;
    display: -ms-flexbox;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
}
.selectBox p {
    color: #1b2559;
    font-weight: 500;
}
.selectBox p .select-icon {
    color: #154c79;
    width: 20px;
    height: 20px;
}
.multipleSelection #checkBoxes,
.SortBy #checkBox {
    display: none;
    position: absolute;
    width: 300px;
    left: 0;
    z-index: 1;
    margin-top: 10px;
    padding: 20px;
    background: #ffffff;
    border: 1px solid #f2ecff;
    box-shadow: 0px 4px 44px rgb(231 234 252 / 75%);
    border-radius: 6px;
}
.multipleSelection #checkBoxes::before,
.SortBy #checkBox::before {
    border: 7px solid #f2ecff;
    border-color: transparent transparent #ffffff #ffffff;
    box-shadow: -2px 2px 2px -1px rgb(0 0 0 / 10%);
    content: "";
    left: 30px;
    position: absolute;
    top: 0;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
}
.checkbox-title {
    font-weight: 600;
    font-size: 14px;
    color: #154c79;
    margin-bottom: 14px;
}
#checkBoxes .form-custom {
    margin-bottom: 14px;
}
.selectBox-cont {
    height: 220px;
    overflow-y: auto;
    padding-right: 5px;
}
.custom_check {
    color: #1b2559;
    display: inline-block;
    position: relative;
    font-size: 12px;
    margin-bottom: 15px;
    padding-left: 30px;
    cursor: pointer;
    font-weight: 400;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.custom_check input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}
.custom_check .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    border: 1px solid #c4c4c4;
    background-color: transparent;
    border-radius: 0;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.custom_check input:checked ~ .checkmark:after {
    display: block;
}

.custom_check .checkmark::after {
    content: "\f00c";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    display: none;
    left: 5px;
    top: 2px;
    color: #ffffff;
    font-size: 9px;
}
#checkBoxes .btn,
#checkBox .btn {
    font-size: 12px;
    font-weight: 500;
    padding: 8px 0px;
}
#checkBoxes .btn-grey {
    background: rgba(231, 234, 252, 0.75);
    color: #1b2559;
    margin-top: 10px;
}
.feather {
    width: 18px;
    height: 18px;
}
.report-btn {
    margin-bottom: 20px;
}
.report-btn .btn {
    font-weight: 600;
    color: #154c79;
    background: #ffffff;
    border: 2px solid #154c79;
    border-radius: 8px;
    width: 100%;
    padding: 11px 0;
}

.selectBox-cont-one {
    overflow-y: inherit;
}
.date-picker {
    width: 50%;
    float: left;
    padding-right: 10px;
}
#checkBoxes .form-custom {
    margin-bottom: 14px;
}
#checkBoxes .date-picker .form-custom .form-control {
    padding-left: 10px;
}
.form-custom.cal-icon:after {
    font-size: 12px;
}
.cal-icon:after {
    color: #979797;
    content: "\f073";
    display: block;
    font-weight: 900;
    font-size: 13px;
    margin: auto;
    position: absolute;
    right: 15px;
    top: 10px;
}
.date-list ul {
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}
.date-list ul li {
    width: 100%;
    padding: 0;
    padding-bottom: 5px;
}
#checkBoxes .btn,
#checkBox .btn {
    font-size: 12px;
    font-weight: 500;
    padding: 8px 0px;
}
.date-list .date-btn {
    background: #fff;
    color: #1b2559;
    border: 1px solid #e7eafc;
    border-radius: 4px;
    padding: 10px 0 !important;
    width: 100%;
}
.date-list .date-btn:hover {
    background: #154c79;
    color: #fff;
    border: 1px solid #e7eafc;
}
.custom_check input:checked ~ .checkmark {
    background-color: #154c79;
    border-color: #154c79;
}
.invoices-tabs-card {
    background: transparent;
    box-shadow: none;
    border: 0;
}
.inovices-card .card-body {
    padding: 15px;
}
.invoices-main-tabs {
    border-bottom: 2px solid #f3f3f3;
    padding-bottom: 10px;
}
.invoices-tabs ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
.invoices-tabs ul li {
    position: relative;
    display: inline-block;
    margin-right: 36px;
}
.invoices-tabs ul li a.active {
    color: #154c79;
    border-bottom: 2px solid #154c79;
}
.invoices-settings-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: end;
    -webkit-justify-content: end;
    -ms-flex-pack: end;
}
.invoices-settings-icon {
    color: #154c79;
    margin-right: 20px;
}
.invoices-settings-btn .btn {
    font-weight: 600;
    color: #fff;
    padding: 12px 0;
    min-width: 167px;
    background: linear-gradient(to right, #da8cff, #154c79);
    border: 1px solid #da8cff;
    border-radius: 6px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
}
.inovices-card {
    border-radius: 5px;
}
.inovices-widget-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    -ms-flex-pack: space-between;
}
.inovices-widget-icon img {
    width: 50px;
}
.inovices-widget-header .inovices-amount {
    font-weight: 600;
    font-size: 22px;
    color: #154c79;
}
.inovices-all {
    font-weight: 600;
    color: #1b2559;
    margin-top: 16px;
}
.inovices-all span {
    font-size: 10px;
    margin-left: 15px;
}
.invoices-tabs ul li a {
    font-weight: 600;
    font-size: 14px;
    color: #1b2559;
    padding-bottom: 24px;
}
table .badge {
    border-radius: 6px;
    display: inline-block;
    font-size: 12px;
    min-width: 105px;
    padding: 8px 20px;
    font-weight: 500;
    text-align: center;
}
.bg-primary-light {
    background-color: rgba(17, 148, 247, 0.12) !important;
    color: #2196f3 !important;
}
.bg-success-light {
    background-color: rgba(15, 183, 107, 0.12) !important;
    color: #26af48 !important;
}
.bg-danger-light {
    background-color: rgb(255 218 218 / 49%) !important;
    color: #ff0000 !important;
}
.table .invoice-link {
    color: #154c79;
}
.invoices-links.active {
    color: #154c79;
}
.invoices-links:last-child {
    margin-right: 0px;
}
.invoices-links {
    color: #1b2559;
    margin-right: 20px;
}
.table .bg-success-dark {
    background: #008f64;
}
.table .bg-danger-dark {
    background: #ff0000;
}
.invoices-grid-card {
    background: #ffffff;
    box-shadow: 0px 4px 24px rgb(228 228 228 / 25%);
    border-radius: 10px;
    color: #1b2559;
}
.invoices-grid-card .card-header {
    padding: 20px;
    border: 0;
}
.invoice-grid-link {
    color: #1b2559;
}
.card-middle {
    padding: 20px;
    background: #f7f7ff;
}
.card-middle-avatar {
    align-items: center;
    display: inline-flex;
    font-size: 14px;
    margin: 0;
}
.card-middle-avatar a {
    color: #1b2559;
}
.invoices-grid-card .card-body {
    padding: 20px;
}
.invoices-grid-card .card-footer {
    padding: 20px;
    border: 0;
}
.card-footer:last-child {
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
}

/*-----------------
 Roles & Permissions
-----------------------*/

.roles-menu {
    margin-top: 20px;
}
.roles-menu > ul {
    background-color: #fff;
    border: 1px solid #e3e3e3;
    list-style: none;
    margin: 0;
    padding: 0;
}
.roles-menu > ul > li {
    display: block;
    position: relative;
}
.roles-menu > ul > li a {
    border-left: 3px solid transparent;
    color: #333;
    display: block;
    padding: 10px 15px;
    position: relative;
}
.roles-menu > ul > li.active a {
    border-color: #154c79;
    color: #154c79;
}
.roles-menu > ul > li a:hover {
    background-color: #eee;
    border-color: #154c79;
}
.role-action {
    float: right;
    display: none;
}
.roles-menu > ul > li a:hover .role-action {
    display: block;
}
.slide-nav .sidebar {
    margin-left: 0;
}
/*-----------------
  64. Responsive
-----------------------*/

@media only screen and (min-width: 768px) and (max-width: 1024px) {
    .modal.left .modal-dialog,
    .modal.right .modal-dialog {
        width: 92%;
    }
}

@media screen and (max-width: 767px) {
    .accordion-body .table {
        margin-bottom: 0;
    }
    #comp_tabs .nav-tabs .nav-link {
        padding: 2px 6px;
    }
    .comp-section {
        padding-top: 0;
        padding-bottom: 0;
    }
    .accordion-body__contents .btn-secondary {
        width: 100% !important;
    }
    .nav-link {
        display: block;
        padding: 0.2rem 0.5rem;
    }
    .crms-title {
        padding-top: 0;
        padding-bottom: 0;
    }
    .mobile-user-menu .fa-ellipsis-v {
        font-size: 14px;
    }
    .page-header i {
        font-size: 12px;
    }
    .user-menu.nav > li > a .badge {
        top: 9px;
        font-size: 10px;
    }
    .nav-profile img {
        top: 0;
    }
    .sidebar {
        box-shadow: none;
    }
    .dropdown a,
    div.dataTables_wrapper div.dataTables_length label,
    .sidebar-menu li a,
    table td,
    table th,
    div.dataTables_wrapper div.dataTables_info,
    div.dataTables_wrapper div.dataTables_paginate ul.pagination,
    .accordion-header,
    .sidebar-menu ul ul a {
        font-size: 10px;
    }
    .btn-gradient-primary {
        font-size: 10px;
    }
    .User-name {
        left: 61px;
    }
    #pipeline-task-details .row {
        margin: 0;
    }
    .right form h4 {
        margin: 10px 0;
    }
    #leads-details .row {
        margin: 0;
    }
    .scroll h5 {
        font-size: 12px;
    }
    .mail-view-title {
        font-size: 14px;
    }
    body {
        font-size: 0.75rem;
    }
    .card {
        margin-bottom: 10px;
    }
    .list-group .col-md-6,
    .list-group .col-md-7,
    .list-group .col-md-5,
    .Default-font .col-md-6 {
        padding: 0 15px !important;
    }
    .table-responsive {
        position: relative;
        z-index: 0;
    }
    #reports .nav-link {
        padding: 8px;
    }
    .cd-breadcrumb.triangle li {
        width: 100%;
        margin-bottom: 3px;
    }
    .crms-tasks .badge-secondary {
        right: 20%;
    }
    .nav-tabs.nav-justified {
        border: 0 none;
        border-bottom: 0;
    }
    .rating-star,
    .lock,
    .modal-header ul,
    .crms-title .text-right,
    .due-dates,
    .toggle-close {
        display: none;
    }
    .personal-info li {
        font-size: 12px;
    }
    .personal-info li .title {
        width: 35%;
    }
    .sender-img {
        float: none;
    }
    .attachments li {
        width: 100%;
    }
    .sender-name {
        padding-top: 14px;
    }
    /*.right .account .modal-title{
    position: relative;
    top: 13px;
    left: 3px;
  }*/
    .company_img {
        width: 14%;
    }
    .settings .modal-title {
        position: initial;
    }
    .right .modal-header .row {
        margin: 0;
    }
    .sidebar {
        box-shadow: none;
    }
    .web-view {
        display: none;
    }
    .faq-card .card .card-header h4 > a {
        font-size: 12px;
    }
    .email-header p {
        font-size: 12px;
    }
    .email-header .btn {
        font-size: 12px;
    }
    .modal-body .btn {
        border-radius: 50px;
        font-size: 10px;
    }
    .Reports {
        padding: 0;
        margin-top: 20px;
    }
    .cancel-button {
        padding: 6px 12px !important;
        font-size: 11px;
    }
    .advanced-report,
    h4 {
        font-size: 12px;
    }
    div.dataTables_wrapper div.dataTables_paginate ul.pagination {
        margin: 2px 0;
        white-space: nowrap;
        justify-content: center;
        padding-left: 0;
        padding-right: 25px;
    }
    .card-title {
        font-size: 12px;
    }
    .sidebar form {
        margin: 10px 10px 10px 10px;
        position: relative;
    }
    .sidebar form .btn {
        position: absolute;
        top: 3px;
        right: 0px;
    }
    .mobile-view {
        display: block !important;
    }
    .sidebar-contact {
        width: 320px;
        right: -320px;
    }
    .kanban-centered .kanban-entry {
        margin: 10px 0;
    }
    .sidebar-contact .toggle {
        right: 320px;
    }
    .crms-title .breadcrumb {
        padding-top: 18px;
    }
    .crms-title .text-right {
        padding: 0;
    }
    .graphs .mb-0 {
        margin-bottom: 30px !important;
    }
    .graphs .card {
        margin-bottom: 0;
    }
    .page-title .page-title-icon {
        width: 25px;
        height: 25px;
    }
    .page-title .page-title-icon i {
        line-height: 26px;
    }
    .btn-gradient-primary {
        padding: 8px 9px;
    }
    .modal-title,
    .right form h4 {
        font-size: 12px;
    }
    .col-form-label {
        font-size: 12px;
    }
    .list-inline-item:not(:last-child) {
        margin-right: 0;
    }
    #sortableKanbanBoards .panel-heading h4:first-child {
        padding: 20px 10px;
    }
    .kanban-col {
        width: 100%;
    }
    #sortableKanbanBoards .panel-heading h4:after {
        content: none;
    }
    #sortableKanbanBoards .panel-heading h4 {
        min-width: 100%;
    }
    .h-100 {
        height: auto !important;
    }
    .modal-body .pipeline-small {
        display: none;
    }
    .recently-viewed {
        padding-left: 0px;
    }
    .form-control,
    .select2-container--default
        .select2-selection--single
        .select2-selection__rendered {
        font-size: 12px;
    }
    .right .close {
        position: absolute;
        right: 12px !important;
        width: auto;
        height: auto;
        background: none;
        color: #000;
        left: unset;
        top: 15px;
        z-index: 999999;
    }
    .modal.left .modal-dialog,
    .modal.right .modal-dialog {
        width: 92%;
    }
    .md-close {
        display: none;
    }
    .xs-close {
        display: block;
    }
}

@media only screen and (min-width: 991px) {
    #toggle_btn {
        color: #999;
        font-size: 24px;
        line-height: 50px;
    }
}

@media only screen and (min-width: 768px) {
    .modal-md {
        width: 600px;
    }
    .nav-tabs.nav-justified.nav-tabs-top {
        border-bottom: 1px solid #ddd;
    }
    .nav-tabs.nav-justified.nav-tabs-top > li > a,
    .nav-tabs.nav-justified.nav-tabs-top > li > a:hover,
    .nav-tabs.nav-justified.nav-tabs-top > li > a:focus {
        border-width: 2px 0 0 0;
    }
    .nav-tabs.nav-tabs-top > li {
        margin-bottom: 0;
    }
    .nav-tabs.nav-tabs-top > li > a,
    .nav-tabs.nav-tabs-top > li > a:hover,
    .nav-tabs.nav-tabs-top > li > a:focus {
        border-width: 2px 0 0 0;
    }
    .nav-tabs.nav-tabs-top > li.open > a,
    .nav-tabs.nav-tabs-top > li > a:hover,
    .nav-tabs.nav-tabs-top > li > a:focus {
        border-top-color: #ddd;
    }
    .nav-tabs.nav-tabs-top > li + li > a {
        margin-left: 1px;
    }
    .nav-tabs.nav-tabs-top > li > a.active,
    .nav-tabs.nav-tabs-top > li > a.active:hover,
    .nav-tabs.nav-tabs-top > li > a.active:focus {
        border-top-color: #154c79;
    }
    .nav-tabs.nav-tabs-bottom > li {
        margin-bottom: -1px;
    }
    .nav-tabs.nav-tabs-bottom > li > a.active,
    .nav-tabs.nav-tabs-bottom > li > a.active:hover,
    .nav-tabs.nav-tabs-bottom > li > a.active:focus {
        border-bottom-width: 2px;
        border-color: transparent;
        border-bottom-color: #154c79;
        background-color: transparent;
        transition: none 0s ease 0s;
        -moz-transition: none 0s ease 0s;
        -o-transition: none 0s ease 0s;
        -ms-transition: none 0s ease 0s;
        -webkit-transition: none 0s ease 0s;
    }
    .nav-tabs.nav-tabs-solid {
        background-color: #fff;
        border: 0;
    }
    .tabs-separator-custom {
        width: 1px;
        height: auto;
        border-radius: 9px;
        background: #d9d9d9;
        margin: 0;
    }
    .nav-tabs.nav-tabs-solid > li {
        margin-bottom: 0;
    }
    .nav-tabs.nav-tabs-solid > li > a {
        border-color: transparent;
    }
    .nav-tabs.nav-tabs-solid > li > a:hover,
    .nav-tabs.nav-tabs-solid > li > a:focus {
        background-color: #f5f5f5;
    }
    .nav-tabs.nav-tabs-solid > .open:not(.active) > a {
        background-color: #f5f5f5;
        border-color: transparent;
    }
    .nav-tabs-justified.nav-tabs-top {
        border-bottom: 1px solid #ddd;
    }
    .nav-tabs-justified.nav-tabs-top > li > a,
    .nav-tabs-justified.nav-tabs-top > li > a:hover,
    .nav-tabs-justified.nav-tabs-top > li > a:focus {
        border-width: 2px 0 0 0;
    }
}

@media only screen and (max-width: 1199.98px) {
    .file-wrap .file-sidebar {
        left: -331px;
    }
    .file-wrap .file-cont-wrap {
        margin-left: 0;
    }
    .file-wrap.file-sidebar-toggle .file-sidebar {
        left: 0;
    }
    .file-wrap.file-sidebar-toggle .file-cont-wrap {
        margin-left: 0;
    }
    .file-side-close {
        display: inline-block;
    }
}

@media only screen and (max-width: 991.98px) {
    .profile-rightbar {
        display: inline-block !important;
    }
    .profile-info-left {
        border-right: none;
        border-bottom: 2px dashed #ccc;
        margin-bottom: 20px;
        padding-bottom: 20px;
    }
    .task-right-sidebar .task-chat-view {
        display: block;
        position: fixed;
        right: 0;
        -webkit-transition: all 0.4s ease;
        -moz-transition: all 0.4s ease;
        transition: all 0.4s ease;
        margin-right: 0;
    }
    .task-chat-view {
        display: none;
        -webkit-transition: all 0.4s ease;
        -moz-transition: all 0.4s ease;
        transition: all 0.4s ease;
        right: 0;
        transform: translateX(0px);
        z-index: 1041;
        width: 300px;
        position: fixed;
        transition: all 0.4s ease 0s;
        margin-right: -300px;
        display: table-cell;
        top: 0;
        padding-bottom: 60px;
        margin-top: 60px;
    }
    .chat-profile-view {
        display: none;
        -webkit-transition: all 0.4s ease;
        -moz-transition: all 0.4s ease;
        transition: all 0.4s ease;
        right: 0;
        transform: translateX(0px);
        z-index: 1041;
        width: 300px;
        position: fixed;
        transition: all 0.4s ease 0s;
        margin-right: -300px;
        display: table-cell;
        top: 0;
        padding-bottom: 60px;
        margin-top: 60px;
    }
    .message-view.task-view {
        width: 100%;
    }
    .float-left.ticket-view-details {
        width: 90%;
    }
    .chat-main-row {
        left: 0;
    }
    .header .header-left {
        position: absolute;
        width: 100%;
    }
    .mobile_btn {
        display: block;
    }
    a.mobile_btn {
        color: #333;
        font-size: 22px;
        height: 60px;
        left: 0;
        line-height: 60px;
        padding: 0 20px;
        position: absolute;
        top: 0;
        width: 60px;
        z-index: 10;
    }
    /* #toggle_btn {
		display: none;
	} */
    .page-wrapper {
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }
    .responsive-search {
        display: inline-block;
    }
    .top-nav-search form {
        display: none;
    }
    .header .has-arrow .dropdown-toggle > span:nth-child(2) {
        display: none;
    }
    .header .has-arrow .dropdown-toggle::after {
        display: none;
    }
}

@media only screen and (max-width: 767.98px) {
    .user-menu.nav > li > a {
        padding: 0 10px;
    }
    .top-nav-search form {
        width: 210px;
    }
    .profile-info-left {
        border-right: none;
        border-bottom: 2px dashed #ccc;
        margin-bottom: 20px;
        padding-bottom: 20px;
    }
    .navbar-nav .open .dropdown-menu {
        float: left;
        position: absolute;
    }
    .notifications {
        right: -48px;
    }
    .notifications::before,
    .notifications::after {
        right: 60px;
    }
    .header {
        z-index: 1040;
    }
    .task-wrapper #task-list li .task-container .task-label {
        padding-right: 50px;
        word-break: unset;
    }
    .task-btn-right {
        position: absolute;
        right: 8px;
    }
    .task-wrapper #task-list li .task-container {
        padding: 8px 10px;
    }
    .task-action-btn.task-check {
        width: 36px;
    }
    .roles-menu {
        margin-bottom: 20px;
    }
    .contacts-list {
        padding: 0 70px 0 15px;
    }
    .left-action {
        text-align: center;
        margin-bottom: 15px;
    }
    .right-action {
        text-align: center;
    }
    .top-action-left .float-left {
        float: none !important;
    }
    .top-action-left .btn-group {
        margin-bottom: 15px;
    }
    .top-action-right {
        text-align: center;
    }
    .top-action-right a.btn.btn-white {
        margin-bottom: 15px;
    }
    .mail-sent-time {
        float: left;
        margin-top: 10px;
        width: 100%;
    }
    .nav-tabs.nav-justified > li > a.active,
    .nav-tabs.nav-justified > li > a.active:hover,
    .nav-tabs.nav-justified > li > a.active:focus {
        border-color: transparent transparent transparent #154c79;
        border-left-width: 2px;
    }
    .nav-tabs {
        border-bottom: 0;
        position: relative;
        background-color: #fff;
        padding: 5px 0;
        /* border: 1px solid #ddd; */
        border-radius: 3px;
    }
    .nav-tabs .nav-item {
        margin-bottom: 0;
    }
    .nav-tabs > li > a {
        border-width: 2px;
        border-left-color: transparent;
    }
    .nav-tabs .nav-link {
        border-width: 2px;
    }
    .nav-tabs > li > a:hover,
    .nav-tabs > li > a:focus {
        background-color: #fafafa;
    }
    .nav-tabs .nav-item.show .nav-link,
    .nav-tabs .nav-link.active,
    .nav-tabs > li > a.active,
    .nav-tabs > li > a.active:hover,
    .nav-tabs > li > a.active:focus {
        background-color: #f5f5f5;
        border-color: transparent transparent transparent #154c79;
        border-left-width: 2px;
    }
    .nav-tabs > li.open:not(.active) > a,
    .nav-tabs > li.open:not(.active) > a:hover,
    .nav-tabs > li.open:not(.active) > a:focus {
        background-color: #fafafa;
    }
    .nav-tabs.nav-tabs-solid {
        padding: 5px;
    }
    .nav-tabs.nav-tabs-solid.nav-tabs-rounded {
        border-radius: 5px;
        gap: 1em;
    }
    .nav-tabs.nav-tabs-solid > li > a {
        border-left-width: 0 !important;
    }
    .nav-tabs-justified {
        border-bottom: 1px solid #ddd;
    }
    .nav-tabs-justified > li > a.active,
    .nav-tabs-justified > li > a.active:hover,
    .nav-tabs-justified > li > a.active:focus {
        border-width: 0 0 0 2px;
        border-left-color: #154c79;
    }
    .my-video ul li {
        width: 80px;
    }
    .voice-call-avatar .call-avatar {
        width: 120px;
        height: 120px;
    }
    .product-info {
        margin: 20px 0 30px;
    }
    .profile-bg {
        height: 280px;
    }
    .flag-nav > a > span {
        display: none;
    }
    .equal-height-cards > div > div.card {
        height: unset;
    }
}

@media only screen and (max-width: 575.98px) {
    .crms-title .col {
        padding: 0;
    }
    .crms-title .breadcrumb {
        font-size: 8px;
    }
    .contact-cat {
        padding-right: 70px;
    }
    .flag-nav {
        display: none;
    }
    .mobile-user-menu {
        display: block;
    }
    .search-box {
        display: none;
    }
    .filter-row {
        margin-bottom: 15px;
    }
    .page-wrapper > .content {
        padding: 15px 5px 15px 0;
    }
    .profile-view .profile-basic {
        margin-left: 0;
        padding-right: 0;
    }
    .profile-img-wrap {
        position: relative;
        margin: 0 auto;
    }
    .profile-info-left {
        text-align: center;
    }
    .profile-basic {
        margin-left: 0;
        margin-top: 15px;
    }
    .page-title {
        font-size: 14px;
        padding: 10px 0;
    }
    .fc-toolbar .fc-right {
        display: inline-block;
        float: none;
        margin: 10px auto 0;
        width: 200px;
        clear: both;
    }
    .fc-toolbar .fc-left {
        float: none;
        margin: 0 auto;
        width: 200px;
    }
    .upload-text {
        font-size: 16px;
    }
    .call-duration {
        display: block;
        margin-top: 0;
        margin-bottom: 10px;
        position: inherit;
    }
    .end-call {
        margin-top: 10px;
        position: inherit;
    }
    .chat-panel .chats {
        padding: 15px 0;
    }
    .chat-right .chat-content {
        max-width: 90%;
    }
    .chat-right .chat-body {
        padding-left: 0;
        padding-right: 0;
    }
    .chat-left .chat-content {
        max-width: 90%;
    }
    .chat-left .chat-body {
        padding-left: 0;
        padding-right: 0;
    }
    .chat-avatar .avatar {
        height: 20px;
        line-height: 20px;
        width: 20px;
    }
    .account-box {
        width: 100%;
        margin-bottom: 20px;
    }
    .float-left.ticket-view-details {
        width: 80%;
    }
    .custom-menu > li > a {
        margin-left: 10px;
    }
    .contact-alphapets {
        top: 113px;
    }
    .account-page .main-wrapper {
        flex-direction: column;
    }
    .otp-input {
        font-size: 16px;
        height: 50px;
        margin-right: 10px;
        width: 52px;
    }
    .account-wrapper {
        padding: 15px;
    }
    .leave-right {
        flex: 0 0 auto;
    }
    .pagination-lg .page-link {
        font-size: 1.2rem;
        padding: 0.5rem 0.85rem;
    }
    .call-box .call-avatar {
        height: 100px;
        max-width: 100px;
        min-width: 100px;
    }
    .call-box .call-wrapper .call-items .call-item {
        padding: 10px;
    }
    .call-box .call-wrapper .call-items .call-item.call-end {
        margin: 30px 5px 0;
        padding: 10px;
    }
    .submit-section .submit-btn {
        margin: 0 0 10px !important;
    }
    .leave-row {
        display: block;
    }
    .leave-box .subtitle {
        display: none;
    }
    .leave-right {
        margin-top: 20px;
    }
    .leave-inline-form {
        display: block;
    }
    .page-header .breadcrumb {
        display: none;
    }
    .add-btn {
        font-size: 12px;
        min-width: inherit;
    }
}
@media (max-width: 1199.98px) {
    .invoices-tabs ul li {
        margin-right: 10px;
    }
    .invoices-tabs ul li a {
        font-size: 12px;
    }
}
@media only screen and (max-width: 991.98px) {
    .app-listing li {
        width: 49%;
        display: inline-block;
    }
    .app-listing {
        display: inline-block;
    }
    .multipleSelection #checkBoxes,
    .SortBy #checkBox {
        width: 100%;
    }
    .inovices-month-info {
        padding-top: 20px;
    }
    .invoice-inner-date {
        padding: 10px;
    }
    .invoice-inner-date.invoice-inner-datepic {
        padding: 10px 0;
    }
    .field-box .btn {
        min-width: auto;
        border-radius: 4px;
        padding: 10px;
    }
    .invoice-inner-head {
        padding: 10px;
        border-bottom: 1px solid #e5e5e5;
    }
    .invoice-circle-img {
        display: none;
    }
    .invoice-item-bg .invoice-info {
        border-right: 1px solid #fff;
        padding: 10px 30px;
        margin-top: 20px;
    }
    .invoice-item-bg .invoice-info {
        border-right: 1px solid #fff;
        padding: 10px 30px;
        margin-top: 0;
    }
    .invoice-info {
        margin-bottom: 0;
    }
    .payment-details {
        width: auto;
    }
    .invoices-preview .modal-dialog {
        max-width: 700px;
    }
    .invoice-item-one .invoice-info {
        text-align: left;
    }
    .invoice-head h2 {
        font-size: 14px;
    }
    .invoice-head p {
        font-size: 12px;
    }
    .invoice-payment-box .payment-details {
        margin-bottom: 20px;
    }
    .invoice-faq .faq-tab {
        padding-bottom: 10px;
    }
    .service-upload {
        padding: 30px 0;
        width: auto;
    }
    .invoice-inner-date.invoice-inner-datepic {
        padding: 10px;
    }
    .bank-details-btn .btn {
        min-width: auto;
        padding: 10px;
    }
    .invoice-info-card .invoice-item-one .invoice-info {
        text-align: right;
    }
}
@media only screen and (max-width: 575.98px) {
    .app-listing li {
        width: 100%;
    }
    .invoices-tabs ul li {
        margin-right: 0;
        display: block;
        margin-bottom: 14px;
    }
    .invoices-tabs ul li a {
        padding-bottom: 0;
    }
    .invoices-settings-btn {
        justify-content: start;
    }
    .invoices-create-btn .btn {
        font-size: 12px;
        padding: 10px;
        min-width: auto;
    }
    .invoice-info-card .invoice-item-one .invoice-info {
        text-align: left;
    }
    .invoice-item .invoice-details {
        text-align: left;
    }
    .invoice-info.invoice-info2 {
        text-align: left;
    }
    .invoice-total-footer h4 {
        font-size: 12px;
    }
    .nav-tabs.menu-tabs .nav-link {
        padding: 10px;
    }
    ul.nav.nav-tabs.menu-tabs {
        padding: 10px;
    }
    .invoice-setting-btn .btn {
        min-width: auto;
        padding: 10px;
        cursor: pointer;
    }
}
.upload-overlay,
.main-upload-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: calc(100%);
    margin-left: 0;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 99999999;
    display: none;
}
.upload-overlay.active,
.main-upload-overlay.active {
    display: flex;
    align-items: center;
    justify-content: center;
}
.main-page-wrapper {
    display: none;
}
.upload-spinner {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border: 4px solid #f3f3f3; /* Light grey border */
    border-top: 4px solid #3498db; /* Blue border for the spinner */
    border-radius: 50%;
    width: 50px;
    height: 50px;
    animation: spin 1s linear infinite; /* Animation for spinning */
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
.actions-td img {
    cursor: pointer;
}
.actions-td {
    display: flex;
    gap: 10px;
    align-items: center;
}
.listview-or-tableview {
    border-radius: 4px;
    background: rgba(55, 137, 251, 0.3);
    color: rgba(21, 39, 86, 0.8);
    font-size: 12px;
    font-weight: 600;
    padding: 5px 10px;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    max-height: 25px;
    margin: auto 0;
}
.listview-or-tableview:hover,
#load-more-notification-btn:hover {
    background: rgba(9, 67, 148, 0.77);
    color: #fff;
}
#load-more-notification-btn {
    border-radius: 4px;
    background: rgba(55, 137, 251, 0.3);
    color: rgba(21, 39, 86, 0.8);
    font-size: 12px;
    font-weight: 600;
    padding: 5px 10px;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    max-height: 25px;
    margin: 10px auto;
    display: flex;
    width: max-content;
}
.table-la-options-list {
    position: absolute;
    right: 15px;
    top: 22px;
    width: 110px;
    height: auto;
    border-radius: 6px;
    background-color: white;
    box-shadow: 0px 2px 31px 2px rgba(0, 0, 0, 0.24);
    padding: 5px;
    z-index: 99;
}
.table-la-options-list > * {
    display: flex;
    width: 100%;
    color: rgba(0, 0, 0, 0.6);
    font-size: 12px;
    font-weight: 400;
    padding: 5px;
    cursor: pointer;
    display: flex;
}
.table-la-options-list {
    display: none;
}
.table-la-options-list.active {
    display: block;
}
.table-la-options-list > *:hover,
.dropdown-menu > .dropdown-item:hover {
    background: #bddeff;
    color: rgba(21, 39, 86, 0.8);
}
.processing-type-value-san {
    cursor: pointer;
}
.lead-tracker-top-container {
    margin: 10px;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    align-items: center;
}
.la-options-list > * a,
.table-la-options-list > * a {
    color: rgba(0, 0, 0, 0.6);
    width: 100%;
}
.actions-td img {
    position: relative !important;
    display: flex;
    align-items: center;
    left: unset;
    right: unset;
    bottom: unset;
    top: unset;
}
#qr_code_img {
    width: 200px;
    height: 200px;
    display: grid;
    margin: 0 auto;
}
.la-options-list:hover a {
    width: 100%;
    display: flex;
    height: 100%;
}
body * {
    font-family: "Inter" !important;
}

#sendEmailForm {
    width: 100%;
}

#messageSendEmail {
    height: 300px;
    width: 100%;
    max-width: 100%;
}

#sendEmailForm .select2.select2-container {
    max-width: unset;
}

#sendEmailForm .select2-selection__rendered {
    background: unset;
    text-align: left;
}
#select-template-container .select2-selection__rendered {
    border-radius: 10px;
    background: #fff;
    box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.25);
}
.select2-custom-container {
    position: relative;
}
#sendEmailForm .select2-selection__placeholder {
    color: rgba(0, 0, 0, 0.7) !important;
    font-size: 12px;
    font-weight: 600;
}
#sendEmailForm
    .select2-container--default.select2-container--focus
    .select2-selection--multiple,
#sendEmailForm .select2-container .select2-selection--single,
#sendEmailForm .select2-container .select2-selection--multiple {
    border: none;
}
#sendEmailForm input,
#sendEmailForm textarea {
    background: white;
    border: none;
    width: 100%;
}
.dateScheduleLabelContainer,
.toCustomSendEmailLabelContainer,
.toSendEmailLabelContainer,
.ccSendEmailLabelContainer,
.subjectSendEmailLabelContainer,
.attachmentSendEmailLabel,
.uploadSendEmailLabel {
    width: 130px;
}
#dateScheduleContainer,
#toCustomSendEmailContainer,
#toSendEmailContainer,
#ccSendEmailContainer,
.subjectInputContainer,
.attachmentInputContainer,
.uploadInputContainer {
    width: calc(100% - 130px);
}

.form-group-container {
    align-items: center;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    padding: 6px 0;
}
.sai-edit-img,
.lac-edit-img {
    width: 20px;
}
.file-input-container {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.file-input-container > .form-group.row {
    width: 100%;
}
.no-notifications {
    padding: 10px;
    text-align: center;
}
.col-3.custom-label {
    display: flex;
}
.custom-label label {
    margin-bottom: 0;
}

.loader {
    width: 40px;
    aspect-ratio: 1.154;
    --_g: no-repeat radial-gradient(farthest-side, #000 90%, #0000);
    background: var(--_g) 50% 0, var(--_g) 0 100%, var(--_g) 100% 100%;
    background-size: 35% calc(35% * 1.154);
    animation: l16 1s infinite;
}
@keyframes l16 {
    50%,
    100% {
        background-position: 100% 100%, 50% 0, 0 100%;
    }
}
.cke_editable {
    background-color: rgba(0, 0, 0, 0.05) !important;
}
.custom-background.cke_editable {
    background-color: white !important;
}
.custom-file-label {
    display: flex;
    width: max-content;
    max-width: 300px;
    padding: 8px 18px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 4px;
    background: rgba(9, 67, 148, 0.7);
    cursor: pointer;
    box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.4);
    text-align: left;
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    text-wrap: nowrap;
}

.custom-file-label:hover {
    background: rgba(9, 67, 148, 0.85);
}
.cke_path {
    display: none;
}
.application-detail-container {
    color: #094394;
    font-size: 12px;
    font-weight: 400;
    padding: 1em;
}
.application-detail-container label {
    color: #094394;
    font-size: 12px;
    font-weight: 700;
}
form label {
    color: rgba(0, 0, 0, 0.8);
    font-size: 13px;
    font-weight: 600;
}
.vo-tab.col-4 > .row {
    display: flex;
    justify-content: start;
    align-items: center;
}
.tab-1-1.row > .id {
    border-radius: 8px;
    background: rgba(77, 147, 244, 0.3);
    width: max-content;
    color: #094394;
    font-size: 12px;
    font-weight: 600;
    height: max-content;
    padding: 5px;
}
.row.vo-tabs .row .col-6:last-child {
    color: #000;
}
.row.vo-tabs .row .col-6:first-child {
    color: rgba(0, 0, 0, 0.7);
    font-size: 12px;
    font-weight: 400;
}
td.note-description {
    overflow: auto;
}
div > .note-description {
    max-height: 120px;
    overflow: auto;
    margin: 1em 0;
    border-radius: 9px;
    border: 1px solid rgba(0, 0, 0, 0.07);
    background: #fff;
    box-shadow: 0px 1px 14px 1px rgba(0, 0, 0, 0.08);
}
.dollar-sign {
    display: flex;
    padding: 5px 7px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 8px 0px 0px 8px;
    background: rgba(77, 147, 244, 0.3);
    width: 25px;
    color: rgba(0, 0, 0, 0.4);
    font-size: 15px;
    font-weight: 500;
    position: absolute;
    height: 100%;
}
.percentage-sign {
    display: flex;
    padding: 5px 7px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 0px 8px 8px 0px;
    background: rgba(77, 147, 244, 0.3);
    width: 25px;
    color: rgba(0, 0, 0, 0.4);
    font-size: 15px;
    font-weight: 500;
    position: absolute;
    left: 240px;
    top: 0;
    height: 100%;
}
.dollar-input,
.percentage-input {
    position: relative;
}
.dollar-input input {
    padding-left: 30px !important;
}
.percentage-input input {
    padding-right: 30px !important;
}
.vo-tab {
    word-break: break-word;
}
.advancedSearchOptionsList {
    display: flex;
    flex-wrap: wrap;
    margin: 1em;
    border-radius: 20px;
    background: #fff;
    box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.3);
    padding: 1em;
    gap: 1em 0;
}
.load-more-button span {
    color: #000;
    font-size: 12px;
    font-weight: 400;
}
.load-more-button {
    display: flex;
    justify-content: end;
    align-items: center;
    gap: 5px;
}
.load-more-button > * {
    cursor: pointer;
}
.form-buttons-container .form-submit-button {
    display: flex;
    justify-content: end;
    align-items: center;
    width: 100%;
}
.load-more {
    display: none;
}
.load-more.active {
    display: block;
}
.load-more-btn-img {
    transform: rotate(180deg);
}
.advancedSearchOptionsList.active .load-more-btn-img {
    transform: rotate(0deg);
}
#assignUsersAFContainer {
    position: relative;
}
.processing-type-title-san {
    color: rgba(0, 0, 0, 0.6);
    font-size: 12px;
    font-weight: 600;
}
.processing-type-value-san {
    font-size: 12px;
    font-weight: 600;
    border-radius: 7px;
    padding: 5px 10px;
    background: rgba(55, 137, 251, 0.3);
    color: rgba(21, 39, 86, 0.8);
    text-wrap: nowrap;
}
.processing-type-value-san:hover {
    background: rgba(9, 67, 148, 0.77);
    color: #fff;
}
.san-top-container {
    display: flex;
    flex-wrap: nowrap;
    position: relative;
    height: 30px;
    justify-content: right;
    padding: 0 5px;
    align-items: center;
    margin-top: 10px;
    margin-right: -1em;
}
.san-content-container {
    padding: 5px;
    margin-bottom: 30px;
    gap: 5px;
    display: grid;
}
.email-log-mailto {
    color: #094394;
    font-size: 12px;
    font-weight: 500;
}
#email-log-template-container {
    border-radius: 8px;
    background: rgba(217, 217, 217, 0.16);
    min-height: 200px;
    padding: 1em;
    margin-top: 2em;
}
.email-log-subject {
    color: rgba(0, 0, 0, 0.7);
    font-size: 12px;
    font-weight: 700;
}
.email-log-to-container {
    display: flex;
    gap: 1em;
}
.email-log-to-list {
    display: flex;
    flex-wrap: wrap;
}
.email-log-message {
    border-radius: 8px;
    background: rgba(217, 217, 217, 0.46);
    padding: 1em;
    min-height: 200px;
    max-height: 350px;
    overflow: hidden auto;
}
#email-log-load-id {
    display: grid;
    gap: 1em;
}
.email-log-attachments {
    display: flex;
    gap: 1em;
    align-items: center;
    flex-wrap: wrap;
}
.single-attachment-container {
    border-radius: 20px;
    background: #fff;
    box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.25);
    padding: 2px 5px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.dashboard-right .task-manager-cards::-webkit-scrollbar-thumb,
.dashboard-right .visa-section-body::-webkit-scrollbar-thumb,
.filter::-webkit-scrollbar-thumb,
.service-manager-bottom .service-manager-body-right::-webkit-scrollbar-thumb {
    border-radius: 9px;
    background: rgba(0, 0, 0, 0.4);
}
.dashboard-right .task-manager-cards::-webkit-scrollbar,
.dashboard-right .visa-section-body::-webkit-scrollbar,
.filter::-webkit-scrollbar,
.service-manager-bottom .service-manager-body-right::-webkit-scrollbar {
    width: 4px;
    height: 4px;
}
.dashboard-right .task-manager-cards::-webkit-scrollbar-thumb:hover,
.dashboard-right .visa-section-body::-webkit-scrollbar-thumb:hover,
.filter::-webkit-scrollbar-thumb:hover,
.service-manager-bottom
    .service-manager-body-right::-webkit-scrollbar-thumb:hover {
    background: #555;
}

/* account-overview-page-css styles-starts-here */
/* .account-overview-label {
  border-radius: 5px;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.25);
}
.account-overview-shadow {
  border-radius: 8px;
  background: #fff;
  box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.25);
}
select.remove-select-down-arrow{
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}
.account-overview-select-input {
  border-radius: 10px;
background: #FFF;
box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.25), 0px 0px 17px 0px rgba(0, 0, 0, 0.09);
} */

/* components */
.view-all-button {
    border: none !important;
    display: flex;
    /* width: 85px; */
    height: 25px;
    padding: 8px 18px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    flex-shrink: 0;

    border-radius: 4px;
    background: rgba(55, 137, 251, 0.3);

    color: #094394;
    font-family: Inter;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.trash {
    height: 20px;
    width: 20px;
    position: absolute;
    bottom: 8px;
    right: 8px;
    cursor: pointer;
}
.trash:hover {
    cursor: pointer;
    transition: 0.3s ease-in-out;
    transform: scale(1.2);
}

.hidden {
    display: none !important;
}
table {
    border-collapse: collapse;
    width: 100%;
}

select {
    padding: 2px;
    border: none;
    border-radius: 3px;
    background: #fff;
    box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.25);
}
.stackbarchart-line2 {
    margin: 32px 0px 0px 0px !important;
    border: red;
    height: 1px;
    background-color: #eeeeee;
    width: 100%;
}
.stackbarchart-line1 {
    margin: 32px 0px;
    border: red;
    height: 1px;
    background-color: #eeeeee;
    width: 100%;
}

/* .line {
  position: relative;
  height: 1px;
  width: 300px;
  background-color: gray;
  top: 20px;
} */

.dark-shadow {
    box-shadow: 0px 1px 4px gray;
}

.width-200 {
    width: 200px !important;
}

.view-all-button:hover {
    cursor: pointer;
    transition: 0.3s ease-in-out;
    background: rgba(55, 137, 251, 0.6) !important;
}

/* Dashboard page css starts here */
/* .navbar {
  width: 1200px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: auto;
  background-color: slategray;
  display: "flex";
  position: "relative";
  gap: "2rem";
  justify-content: "space-between";
  align-items: "center";
}
.navbar .user-detail h1 {
  color: rgba(0, 0, 0, 0.8);
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.navbar .user-detail p {
  color: rgba(0, 0, 0, 0.80);
font-size: 12px;
font-style: normal;
font-weight: 400;
line-height: normal;
}


.navbar form input{
  width: 523px;
height: 42px;
flex-shrink: 0;
} */

/* styles.css */

/* Header Container */

.study_in_australiya_overview {
    padding: 8px 0px;
    max-width: 1200px;
    margin: auto;
    min-height: 100vh;
    background-color: #f6f6fb;
}
.header-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 2rem;
    position: relative;
}

/* User Info */
.user-info {
    padding: 0 2rem;
}

.user-info h1 {
    font-size: 1.125rem; /* text-lg */
    font-weight: bold;
}

.user-info p {
    font-size: 0.75rem; /* text-xs */
}

/* Search Form */
.search-form {
    display: flex;
    background: white;
    align-items: center;
    border-radius: 1rem;
    flex-grow: 1;
}

.search-icon {
    padding: 0 1rem;
    color: rgba(0, 0, 0, 0.5);
}

.search-form input {
    width: 100%;
    border-radius: 1rem;
    font-size: 0.75rem; /* text-xs */
    padding: 1rem;
    outline: none;
    border: none;
}

/* Notification */
.notification {
    align-items: center;
    gap: 0.25rem;
    display: flex;
}

.notification p {
    font-size: 0.75rem; /* text-xs */
    color: rgba(0, 0, 0, 0.5);
}

/* Alerts */
.alerts {
    position: relative;
}

.notification-icon {
    width: 1.5rem;
}

.notification-count {
    position: absolute;
    width: 0.875rem;
    height: 0.875rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    top: -0.5rem;
    right: -0.5rem;
    color: #094394;
    background: #bfdbfe; /* bg-blue-200 */
    font-size: 0.625rem; /* text-[10px] */
}

/* Profile */
.profile {
    padding-right: 12px;
}

/* Mobile Menu */
.mobile-menu {
    display: none;
}

/* Mobile Navigation */
.mobile-nav {
    z-index: 9999;
    /* display: none; */
    padding: 1.5rem 0.5rem;
    position: absolute;
    top: 100%;
    right: 0;
}

.mobile-nav ul {
    padding: 1rem 3rem;
    display: grid;
    gap: 1rem;
    background: white;
    box-shadow: 0 1rem 1.5rem rgba(0, 0, 0, 0.1);
    border-radius: 0.25rem;
    font-size: 0.75rem; /* text-xs */
}
.mobile-nav li {
    list-style-type: none;
}

a {
    text-decoration: none;
}

/* main homepage section starts here */
.main-dashboard {
    /* padding: 22px; */
    border-radius: 21px;
    background-color: #fff;
}

.main-dashboard .title {
    padding-bottom: 20px;
    color: rgba(0, 0, 0, 0.6);
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 1.36px;
}
.dashboard-container {
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 12px;
}

.main-dashboard-grid {
    display: grid;
    gap: 16px;
}

.main-dashboard .featured-banner {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;

    border-radius: 12px;
    background: linear-gradient(
        180deg,
        rgba(66, 118, 252, 0.8) 0%,
        rgba(217, 217, 217, 0.4) 100%
    );
    box-shadow: 0px 1px 11px 0px rgba(0, 0, 0, 0.53);
}

.main-dashboard .featured-banner .date {
    position: absolute;
    top: 0;
    left: 0;
    padding: 12px;
    color: white;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.main-dashboard .banner-grid {
    flex-grow: 1;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.main-dashboard .banner-grid .main {
    padding: 62px 0px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-grow: 1;
    position: relative;
}
.center-main {
    position: relative;
}
.main-dashboard .banner-grid .main .center {
    border-radius: 10px;
    background: rgba(250, 166, 49, 0.7);
    box-shadow: 0px 4px 24px 0px rgba(0, 0, 0, 0.25);
    padding: 20px;

    color: rgba(0, 0, 0, 0.61);
    font-size: 13px !important;;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    position: relative;
}
.rotating-image {
    animation: rotate 60s linear infinite;
}
@keyframes rotate {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}
.featured-banner-sub {
    width: 100%;
}
.main-dashboard .banner-grid .main div {
    cursor: pointer;
}
.main-dashboard .banner-grid .main > .center-main > div:hover {
    background: none;
    transition: all 0.5s ease-out;
    box-shadow: none;
}
.main-dashboard .banner-grid .main > .center-main > div:hover > h1 {
    transform: scale(1.5);
    transition: all 0.5s ease-out;
}
.main-dashboard .banner-grid .main .center h1 {
    padding: 12px;
    color: rgba(0, 0, 0, 0.61);
    font-size: 13px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;

    border-radius: 10px;
    background: rgba(250, 166, 49, 0.7);
    box-shadow: 0px 4px 24px 0px rgba(0, 0, 0, 0.25);
}

.main-dashboard .banner-grid .main .top-left {
    border-radius: 10px;
    box-shadow: 0px 4px 24px 0px rgba(0, 0, 0, 0.25);
    position: absolute;
    transform: translate(-80%, -80%);
    left: 0;
    top: 0;
}
.main-dashboard .banner-grid .main .top-left h1 {
    color: #fff;
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    background: rgba(0, 0, 0, 0.7);
    padding: 15px;
    border-radius: 10px;
}

.main-dashboard .banner-grid .main .bottom-left {
    padding: 15px;
    background: rgba(77, 147, 244, 0.5);
    border-radius: 8px;
    position: absolute;
    transform: translate(-80%, 50%);
    left: 0;
    bottom: 0;
}
.main-dashboard .banner-grid .main .bottom-left h1 {
    color: #fff;
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;

    padding: 17px 8px;

    border-radius: 10px;
    background: rgba(77, 147, 244, 0.6);
    box-shadow: 0px 4px 24px 0px rgba(0, 0, 0, 0.25);
}

.main-dashboard .banner-grid .main .right-top {
    padding: 15px;
    background: rgba(122, 205, 147, 0.5);
    border-radius: 8px;
    position: absolute;
    top: 0;
    right: 0;
    transform: translate(80%, -50%);
}
.main-dashboard .banner-grid .main .right-top h1 {
    color: #fff;
    font-family: Inter;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;

    padding: 8px 15px;
    border-radius: 10px;
    background: rgba(122, 205, 147, 0.7);
    box-shadow: 0px 4px 24px 0px rgba(0, 0, 0, 0.25);
}

.main-dashboard .banner-grid .main .right-bottom {
    padding: 15px;
    background: rgba(77, 147, 244, 0.5);
    border-radius: 8px;
    position: absolute;
    transform: translate(80%, 50%);
    bottom: 0;
    right: 0;
}
.main-dashboard .banner-grid .main .right-bottom h1 {
    color: #fff;
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;

    padding: 17px 8px;

    border-radius: 10px;
    background: rgba(77, 147, 244, 0.6);
    box-shadow: 0px 4px 24px 0px rgba(0, 0, 0, 0.25);
}

.banner-grid img {
    width: 189.418px;
    height: 209.221px;
    transform: rotate(-15deg);
    flex-shrink: 0;
}

.stats-container {
    position: relative;
    gap: 20px;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    border-radius: 16px;
}

.stats-container .stats-container-item {
    border-radius: 10px;
    background: #fff;
    box-shadow: 0px 3px 17.1px 0px rgba(0, 0, 0, 0.1);

    padding: 12px;
    display: flex;
    gap: 12px;
    align-items: center;
}
.stats-container .stats-container-item:hover {
    transition: 0.3s ease-in-out;
    translate: 0 -3px;
    border-radius: 10px;
    background: rgba(55, 137, 251, 0.3);
    box-shadow: 0px 4px 11px 0px rgba(0, 0, 0, 0.33);
}

.stats-container .stats-container-item h1 {
    color: rgba(0, 0, 0, 0.6);
    font-family: Inter;
    font-size: 17px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
.stats-container .stats-container-item p {
    padding: 0px 12px;
    font-size: 26px;
    font-style: normal;
    font-weight: 500;
    color: rgba(9, 67, 148, 0.7);
}

.activity-log {
    position: relative;
    padding: 16px;
    border-radius: 12px;
    box-shadow: 0px 0px 11px 0px rgba(0, 0, 0, 0.29);
    width: 100%;
}
form#reminder-add-formCV {
    padding: 1em;
}
.activity-log .activity-log-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.activity-log .activity-log-header h1 {
    color: rgba(0, 0, 0, 0.6);
    font-size: 13px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.activity-log .activity-log-body {
    display: grid;
}

.activity-log .activity-log-body .activity-log-item {
    padding: 8px;
}

.activity-log .activity-log-body .activity-log-item .activity-log-item-top {
    display: flex;
    gap: 4px;
    align-items: center;
    justify-content: space-between;
}
.activity-log-item-main-bottom h2 {
    line-height: 20px !important;
}
.activity-log
    .activity-log-body
    .activity-log-item
    .activity-log-item-top
    span {
    color: rgba(0, 0, 0, 0.6);
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.activity-log
    .activity-log-body
    .activity-log-item
    .activity-log-item-top
    span {
    color: rgba(0, 0, 0, 0.6);
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.activity-log .activity-log-body .activity-log-item .activity-log-item-main {
    border-radius: 8px;
    border: 0.2px solid rgba(0, 0, 0, 0.2);
    background: #fff;
    box-shadow: 0px 1px 8px 0px rgba(0, 0, 0, 0.15);
}

.activity-log
    .activity-log-body
    .activity-log-item
    .activity-log-item-main
    .activity-log-item-main-top {
    padding: 12px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.activity-log
    .activity-log-body
    .activity-log-item
    .activity-log-item-main
    .activity-log-item-main-top
    div {
    display: flex;
    gap: 8px;
    align-items: center;
}

.activity-log
    .activity-log-body
    .activity-log-item
    .activity-log-item-main
    .activity-log-item-main-top
    button {
    color: white;
    padding: 4px;
    border: none;
    border-radius: 4px;
    background: rgba(55, 137, 251, 0.7);
    box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.25);
    font-size: 10px;
    font-style: normal;
    font-weight: 500;
}

.activity-log
    .activity-log-body
    .activity-log-item
    .activity-log-item-main
    .activity-log-item-main-top
    h1 {
    color: rgba(0, 0, 0, 0.7);
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.activity-log
    .activity-log-body
    .activity-log-item
    .activity-log-item-main
    .activity-log-item-main-top
    p {
    color: rgba(0, 0, 0, 0.4);
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.activity-log
    .activity-log-body
    .activity-log-item
    .activity-log-item-main
    .activity-log-item-main-bottom {
    padding: 12px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.activity-log
    .activity-log-body
    .activity-log-item
    .activity-log-item-main
    .activity-log-item-main-bottom
    div {
    display: flex;
    align-items: center;
    gap: 4px;
}

.activity-log
    .activity-log-body
    .activity-log-item
    .activity-log-item-main
    .activity-log-item-main-bottom
    h2 {
    color: rgba(0, 0, 0, 0.6);
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.activity-log
    .activity-log-body
    .activity-log-item
    .activity-log-item-main
    .activity-log-item-main-bottom
    p {
    color: rgba(0, 0, 0, 0.4);
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

/* service manager section starts here */
.service-manager .service-manager-body {
    padding: 12px;
    display: flex;
    gap: 12px;
    /* padding: 12px; */
}

.service-manager-body-lefttttt {
    display: flex;
    flex-direction: column;
    gap: 12px;
}
.service-manager-body-left-itemmm {
    display: flex;
    align-items: center;
}
.service-manager-body-left-itemmm .active,
.service-manager-body-left-itemmm .service-type-selector:hover {
    color: #094394 !important;
    font-family: Inter;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    background: rgba(77, 147, 244, 0.3);
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}
.service-manager-body-left-itemmm button {
    color: rgba(64, 61, 59, 0.75);
    font-family: Inter;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    padding: 4px 8px;
    font-size: 12px;
    border: none;
    border-radius: 4px;
    width: 100%;
    background: rgba(238, 238, 238, 0.59);
}

.service-manager-body-left-itemmm svg {
    display: inline-flex;
    height: 16px;
    padding: 3px 4px;
    align-items: flex-start;
    gap: 10px;
    flex-shrink: 0;
    border-radius: 0px 20px 20px 0px;
    background: rgba(77, 147, 244, 0.2);
    width: 20px;
    height: 20px;
}

.relative {
    position: relative;
}

.absolute {
    position: absolute;
}

.new {
    position: absolute;
    top: -0.8em;
    right: 0px;
    width: 3em;
    height: 2em;
}

.service-manager .service-manager-body-left {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.service-manager .service-manager-body-left div {
    display: flex;
    align-items: center;
    /* gap: 4px; */
}

.service-manager .service-manager-body-left button {
    padding: 2px 8px;
    border: none;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    border-radius: 4px;
}

.service-manager .service-manager-body-left .active {
    color: #094394;
    background: rgba(77, 147, 244, 0.3);
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}

.service-manager-body-right {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(auto-fill, 155px);
    gap: 35px 20px;
    max-height: 350px;
    overflow: hidden auto;
    padding: 1em;
}
.load-more-visa-expiry-container {
    display: flex;
    justify-content: center;
    padding-top: 2em;
}
.service-manager-body-right-grid-item div {
    padding: 8px;
}
.service-manager-body-right-grid-item h5 {
    color: #fff;
    text-align: right;
    font-size: 12px;
    font-weight: 500;
}
.service-manager-body-right-grid-item p {
    color: #fff;
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: capitalize;
}

.service-manager-body-right-grid-item h1 {
    padding: 8px 0px;
    color: white;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
}

.service-manager-body-right-grid-item {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    height: max-content;
    /* box-shadow: 0px 11px 11px 0px rgba(0, 0, 0, 0.33); */
}
.service-manager-body-right-grid-item:hover {
    translate: 0 -3px;
    transition: 0.3s ease-in-out;
    box-shadow: 0px 11px 11px 0px rgba(0, 0, 0, 0.33);
}

.service-manager-body-right-grid-item-1 {
    background: linear-gradient(
        97deg,
        rgba(9, 67, 148, 0.68) 3.01%,
        rgba(93, 160, 252, 0.68) 98.75%
    );
}
.service-manager-body-right-grid-item-1:hover {
    animation: moveGradient1 0.3s forwards;
}
.service-manager-body-right-grid-item-2 {
    background: linear-gradient(
        97deg,
        rgba(255, 0, 0, 0.39) 3.01%,
        rgba(93, 160, 252, 0.78) 98.75%
    );
}
.service-manager-body-right-grid-item-2:hover {
    animation: moveGradient2 0.3s forwards;
}
.service-manager-body-right-grid-item-3 {
    background: linear-gradient(
        97deg,
        rgba(48, 167, 83, 0.55) 3.01%,
        rgba(93, 160, 252, 0.78) 98.75%
    );
}
.service-manager-body-right-grid-item-3:hover {
    animation: moveGradient3 0.3s forwards;
}
/* client invoice section starts here */
.client-invoice-body-left {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.client-invoice-body-left button {
    padding: 4px 8px;
    border: none;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    border-radius: 4px;

    color: rgba(64, 61, 59, 0.75);
    font-family: Inter;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    background: rgba(238, 238, 238, 0.59);
}
.client-invoice-body-left .active,
.client-invoice-type-selector:hover {
    color: #094394;
    background: rgba(77, 147, 244, 0.3);
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}

.client-invoice-body-right-grid-item h1 {
    font-size: 12px !important;;
}
.dashboard-container > div:only-child {
    grid-column: span 2;
}

/* targeted-dashboard-body */

.targeted-dashboard,
.favorite-dashboard,
.lead-dashboard,
.service-dashboard,
.visa-dashboard,
.lead-visa-expiry-dashboard {
    position: relative;
    margin: 16px 0px;
    padding: 16px;
    border-radius: 12px;
    box-shadow: 0px 0px 11px 0px rgba(0, 0, 0, 0.29);
    width: 100%;
}
.targeted-dashboard-header,
.favorite-dashboard-header,
.lead-dashboard-header,
.service-dashboard-header,
.visa-dashboard-header,
.lead-visa-expiry-dashboard-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.targeted-dashboard-header h1,
.favorite-dashboard-header h1,
.lead-dashboard-header h1,
.service-dashboard-header h1,
.lead-visa-expiry-dashboard-header h1,
.visa-dashboard-header h1 {
    color: rgba(0, 0, 0, 0.6);
    font-size: 13px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.targeted-dashboard-body,
.favorite-dashboard-body,
.lead-dashboard-body,
.service-dashboard-body,
.visa-dashboard-body,
.lead-visa-expiry-dashboard-body {
    padding: 16px;
    display: grid;
    gap: 12px;
    overflow: hidden;
}
.task-description-container-dashboard * {
    overflow: hidden;
}
.targeted-dashboard-item {
    display: flex;
    gap: 12px;
    align-items: center;
    justify-content: space-between;
}

.targeted-dashboard-body .targeted-dashboard-item .progress-target {
    position: relative;
    width: calc(50% - 45px);
    height: 4px;
    border-radius: 5px;
    background: linear-gradient(
        90deg,
        rgba(255, 0, 0, 0.5) 0%,
        #f8944c 26.31%,
        #ffe609 51.84%,
        #b8ff8e 76.53%,
        #24b200 100%
    );
    margin: 0 22.5px;
}
.targeted-dashboard-body
    .targeted-dashboard-item
    .progress-target
    .progress-tooltip {
    position: absolute;
    top: -32px;
}
.targeted-dashboard-body
    .targeted-dashboard-item
    .progress-target
    .progress-tooltip
    p {
    position: absolute;
    color: white;
    padding: 2px;
    font-size: 12px;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
}

.targeted-dashboard-item .targeted-dashboard-item-left {
    padding: 12px;
    border-radius: 7px;
    background: #fff;
    box-shadow: 0px 1px 9px 0px rgba(0, 0, 0, 0.25);
    flex-shrink: 0;
}

.targeted-dashboard-item .targeted-dashboard-item-right {
    padding: 12px;
    border-radius: 7px;
    background: #fff;
    flex-shrink: 0;
}

.targeted-dashboard-item .targeted-dashboard-item-left h1,
.targeted-dashboard-item .targeted-dashboard-item-right h1 {
    color: rgba(0, 0, 0, 0.6);
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.targeted-dashboard-item .targeted-dashboard-item-left span,
.targeted-dashboard-item .targeted-dashboard-item-left p,
.targeted-dashboard-item .targeted-dashboard-item-right p {
    color: rgba(0, 0, 0, 0.6);
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
.targeted-dashboard-item-left-status {
    padding: 2px 0px;
}
.targeted-dashboard-item-left-status-p {
    border-radius: 2px;
    background: rgba(77, 147, 244, 0.15);
}

/* service manager bottom */
.service-manager {
    position: relative;
}
/* .service-manager-bottom table {
  width: 860px;
  overflow: scroll;
} */

.service-manager-body-left-item svg {
    display: inline-flex;
    height: 16px;
    padding: 3px 4px;
    align-items: flex-start;
    gap: 10px;
    flex-shrink: 0;
    border-radius: 0px 20px 20px 0px;
    background: rgba(77, 147, 244, 0.2);
    width: 16px;
    height: 16px;

    /* padding: 4px; */
    background: rgba(77, 147, 244, 0.2);
    border-radius: 0px 15px 15px 0px;
}

.service-manager-bottom .service-manager-body-left-item {
    display: flex !important;
}
.service-manager-bottom .service-manager-body-left-item button {
    display: flex !important;
    flex-grow: 1;
    justify-content: center;
}

.service-manager-bottom .service-manager-body-left-item button {
    color: rgba(64, 61, 59, 0.75);
    font-family: Inter;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;

    padding: 4px 8px;
    border: none;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    border-radius: 4px;
}
.service-manager-bottom .service-manager-body-left-item .active {
    color: #094394;
    background: rgba(77, 147, 244, 0.3);
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}

.service-manager-bottom .service-manager-body-right {
    height: 160px;
    overflow-x: auto;
    border-radius: 12px;
    background: rgba(217, 217, 217, 0.15);
    width: 100%;
    display: flex;
}

.service-manager-bottom .service-manager-body-right thead th {
    text-align: left;
    padding: 4px 20px;
    color: rgba(0, 0, 0, 0.8);
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.service-manager-bottom .service-manager-body-right thead svg {
    display: inline-flex;
    padding: 6px 0px 0px 0px;
}

.service-manager-bottom .service-manager-body-right tbody tr td {
    flex-grow: 1;
    padding: 4px 20px;
    color: rgba(0, 0, 0, 0.8);
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.service-manager-bottom .service-manager-body-right tbody .email {
    color: #094394;
}

/* module add section */
.module-add {
    padding: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* dashbiard right task manager header */
.dashboard-right {
    padding: 4px;
    gap: 20px;
    width: 100%;
    overflow: hidden;
}
.dashboard-right .task-manager {
    /* min-width: 310px;
  max-width: 366px; */
    position: relative;
    display: grid;
    gap: 16px;

    padding: 16px;
    border-radius: 11px;
    box-shadow: 0px 4px 14px 0px rgba(0, 0, 0, 0.25);
}
.dashboard-right .task-manager-cards {
    padding: 15px 0px;
    display: grid;
    gap: 16px;

    max-height: 350px;
    overflow-y: scroll;
}

.dashboard-right .task-manager-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.dashboard-right .task-manager-header-right {
    display: flex;
    align-items: center;
    gap: 4px;
}
.dashboard-right .task-manager-header h1 {
    color: rgba(20, 20, 20, 0.8);
    font-size: 17px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}
.dashboard-right .task-manager-header select {
    padding: 2px;
    border: none;
    border-radius: 3px;
    background: #fff;
    box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.25);
}

.dashboard-right .task-manager-header button {
    border-radius: 4px;
    background: rgba(55, 137, 251, 0.3);
    padding: 4px 18px;
    border: none;
}
.dashboard-right .task-manager .filter {
    overflow-x: auto;
    display: flex;
    padding: 8px 0px;
    gap: 12px;
    align-items: center;
}

/* card */
.dashboard-right .card {
    cursor: pointer;
    display: grid;
    gap: 8px;
    margin: 0px 2px;
    padding: 6px 10px;
    border-radius: 11px;
    box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.25);
}
.dashboard-right .card:hover {
    transition: 0.5s ease-in-out;

    translate: 0 -2px;
    border-radius: 12px;
    /* background: linear-gradient(97deg, rgba(9, 67, 148, 0.68) 3.01%, rgba(93, 160, 252, 0.68) 98.75%); */
    box-shadow: 0px 11px 11px 0px rgba(0, 0, 0, 0.33);
}

/* .dashboard-right .card:hover > img{
  filter: grayscale(0%);
  rotate: 100deg;
} */

.dashboard-right .high,
.dashboard-right .medium {
    border-radius: 3px;
    background: rgba(255, 0, 0, 0.4);
    display: inline-flex;
    padding: 4px 11px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    font-size: 12px;
    font-weight: 500;
    color: white;
}
.dashboard-right .card .date {
    color: rgba(0, 0, 0, 0.7);
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.dashboard-right .card h1 {
    color: rgba(0, 0, 0, 0.8);
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
.dashboard-right .card .time {
    color: rgba(0, 0, 0, 0.7);
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.dashboard-right .card .card-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.dashboard-right .card .card-bottom .completed {
    color: #094394;
    padding: 4px 15px;

    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    border-radius: 4px;
    background: rgba(48, 167, 83, 0.38);
}

.dashboard-right .card .card-bottom .pending {
    color: #094394;
    padding: 4px 15px;

    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    border-radius: 4px;
    background: #e3f2ff;
}
.dashboard-right .card .card-bottom .cancelled {
    color: #f94005;

    padding: 4px 15px;

    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    border-radius: 4px;
    background: #ffe9e1;
}

.dashboard-right .add-btn {
    background-color: transparent;
    margin: auto;
    border: none;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* visda section */
.dashboard-right .visa-section {
    margin: 16px 0px;
    position: relative;
    padding: 16px;

    border-radius: 12px;
    background: #fff;
    box-shadow: 0px 0px 11px 0px rgba(0, 0, 0, 0.29);
}

.dashboard-right .visa-section-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.dashboard-right .visa-section-header h1 {
    padding: 12px 0px;
    color: rgba(20, 20, 20, 0.8);
    font-size: 17px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}
.dashboard-right .visa-section-header select {
    padding: 2px;
    border: none;
    border-radius: 3px;
    background: #fff;
    box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.25);
}
.dashboard-right .visa-section-body {
    margin-bottom: 10px;
    height: auto;
    overflow: auto;
    padding: 0px 0px 16px 0px;
}
.dashboard-right .visa-section-body table {
    width: 100%;
}
.dashboard-right .visa-section-body .expiry {
    width: fit-content;
    padding: 4px 6px;

    border-radius: 4px;
    background: rgba(255, 0, 0, 0.12);
    color: #d73e3e;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
.dashboard-right .visa-section-body .th-name {
    width: fit-content;
    padding: 4px 6px;

    display: flex;
    justify-content: center;
    border-radius: 4px;
    background: rgba(48, 167, 83, 0.08);
    color: #167e46;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
.dashboard-right .visa-section-body tbody tr {
    margin: 4px 0px;
}

.dashboard-right .visa-section-body tbody .left {
    margin: 4px 0px;
    display: flex;
    align-items: center;
}
.dashboard-right .visa-section-body tbody .reg-no {
    margin: 4px 0px;
    border-radius: 8px;
    background: rgba(217, 217, 217, 0.4);
    padding: 4px;
    color: rgba(0, 0, 0, 0.5);
    text-align: center;
    font-feature-settings: "clig" off, "liga" off;
    font-size: 12px;

    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
.dashboard-right .visa-section-body tbody p {
    padding: 4px;
    color: rgba(0, 0, 0, 0.6);
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
.dashboard-right .visa-section-body tbody .name {
    padding: 4px 0px;
    color: rgba(0, 0, 0, 0.7);
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
.dashboard-right .visa-section-body tbody button {
    margin: 4px 0px;
    padding: 3px 4px;
    border: none;
    color: #094394;
    font-size: 10px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;

    border-radius: 4px;
    background: rgba(55, 137, 251, 0.3);
}

/* check ng */
.dashboard-right .check-in {
    margin: 16px 0px;
    position: relative;
    padding: 16px;

    border-radius: 12px;
    background: #fff;
    box-shadow: 0px 0px 11px 0px rgba(0, 0, 0, 0.29);
}

.dashboard-right .check-in-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.dashboard-right .check-in-header h1 {
    /* padding: 12px 0px; */
    color: rgba(0, 0, 0, 0.6);
    font-size: 13px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

/* .dashboard-right .check-in-header button {
    color: #094394;
    border-radius: 4px;
    background: rgba(55, 137, 251, 0.3);
    padding: 2px 18px;
    border: none;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
} */

.dashboard-right .check-in-body {
    padding: 16px 0px;
    display: grid;
    gap: 16px;
    grid-template-columns: repeat(auto-fill, 255px);
    justify-content: center;
}
.dashboard-right .check-in-body .card {
    padding: 19px;
    display: flex;
    gap: 16px;
    align-items: center;
    justify-content: space-between;
    flex-shrink: 0;
    border-radius: 12px;
    background: linear-gradient(
        97deg,
        rgba(9, 67, 148, 0.68) 3.01%,
        rgba(93, 160, 252, 0.68) 98.75%
    );
    transition: all 0.3s ease;
}
.dashboard-right .check-in-body .card:hover {
    box-shadow: 0px 11px 11px 0px rgba(0, 0, 0, 0.33);
}
.dashboard-right .check-in-body .card-1 {
    background: linear-gradient(
        97deg,
        rgba(9, 67, 148, 0.68) 3.01%,
        rgba(93, 160, 252, 0.68) 98.75%
    );
}
.dashboard-right .check-in-body .card-1:hover {
    animation: moveGradient1 0.3s forwards;
}
@keyframes moveGradient1 {
    0% {
        background: linear-gradient(
            97deg,
            rgba(9, 67, 148, 0.68) 3.01%,
            rgba(93, 160, 252, 0.68) 98.75%
        );
    }
    25% {
        background: linear-gradient(
            97deg,
            rgba(9, 67, 148, 0.68) 28%,
            rgba(93, 160, 252, 0.68) 98.75%
        );
    }
    50% {
        background: linear-gradient(
            97deg,
            rgba(9, 67, 148, 0.68) 53%,
            rgba(93, 160, 252, 0.68) 98.75%
        );
    }
    75% {
        background: linear-gradient(
            97deg,
            rgba(9, 67, 148, 0.68) 78%,
            rgba(93, 160, 252, 0.68) 98.75%
        );
    }
    100% {
        background: linear-gradient(
            to right,
            rgba(9, 67, 148, 0.68) 100%,
            rgba(9, 67, 148, 0.68) 100%
        );
    }
}
.dashboard-right .check-in-body .card-2 {
    background: linear-gradient(
        97deg,
        rgba(255, 0, 0, 0.39) 3.01%,
        rgba(93, 160, 252, 0.78) 98.75%
    );
}
.dashboard-right .check-in-body .card-2:hover {
    animation: moveGradient2 0.3s forwards;
}
@keyframes moveGradient2 {
    0% {
        background: linear-gradient(
            97deg,
            rgba(255, 0, 0, 0.39) 3.01%,
            rgba(93, 160, 252, 0.78) 98.75%
        );
    }
    25% {
        background: linear-gradient(
            97deg,
            rgba(255, 0, 0, 0.39) 28%,
            rgba(93, 160, 252, 0.78) 98.75%
        );
    }
    50% {
        background: linear-gradient(
            97deg,
            rgba(255, 0, 0, 0.39) 53%,
            rgba(93, 160, 252, 0.78) 98.75%
        );
    }
    75% {
        background: linear-gradient(
            97deg,
            rgba(255, 0, 0, 0.39) 78%,
            rgba(93, 160, 252, 0.78) 98.75%
        );
    }
    100% {
        background: linear-gradient(
            to right,
            rgba(255, 0, 0, 0.39) 100%,
            rgba(93, 160, 252, 0.78) 98.75%
        );
    }
}
.dashboard-right .check-in-body .card-3 {
    background: linear-gradient(
        97deg,
        rgba(48, 167, 83, 0.55) 3.01%,
        rgba(93, 160, 252, 0.78) 98.75%
    );
}
.dashboard-right .check-in-body .card-3:hover {
    animation: moveGradient3 0.3s forwards;
}
@keyframes moveGradient3 {
    0% {
        background: linear-gradient(
            97deg,
            rgba(48, 167, 83, 0.55) 3.01%,
            rgba(93, 160, 252, 0.78) 98.75%
        );
    }
    25% {
        background: linear-gradient(
            97deg,
            rgba(48, 167, 83, 0.55) 28%,
            rgba(93, 160, 252, 0.78) 98.75%
        );
    }
    50% {
        background: linear-gradient(
            97deg,
            rgba(48, 167, 83, 0.55) 53%,
            rgba(93, 160, 252, 0.78) 98.75%
        );
    }
    75% {
        background: linear-gradient(
            97deg,
            rgba(48, 167, 83, 0.55) 78%,
            rgba(93, 160, 252, 0.78) 98.75%
        );
    }
    100% {
        background: linear-gradient(
            to right,
            rgba(48, 167, 83, 0.55) 100%,
            rgba(93, 160, 252, 0.78) 98.75%
        );
    }
}
.dashboard-right .check-in-body .card .card-left {
    display: grid;
    gap: 2px;
    flex-grow: 1;
}

.dashboard-right .check-in-body .card h1 {
    color: #fff;
    font-size: 13px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.dashboard-right .check-in-body .card p {
    color: #fff;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.dashboard-right .check-in-body .card h2 {
    color: #fff;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

/* model */
.model-container {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, -100%);
    z-index: 999;
    padding: 0;
    width: auto;
    height: auto;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0px 0px 43px 0px rgba(0, 0, 0, 0.43);
}

.model-container .model-header {
    padding: 6px 12px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.model-container .model-header h1 {
    color: rgba(0, 0, 0, 0.6);
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0.96px;
}
.model-container .model-header button {
    border: none;
    cursor: pointer;
    background: white;
}
.model-container .model-grid {
    padding: 15px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    overflow: hidden auto;
}
.model-container .model-grid .card {
    padding: 17px 23px;
    display: flex;
    gap: 10px;
    align-items: center;
    justify-content: space-between;
    padding: 10px;
    border-radius: 6px;
    background: #fff;
    box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.25);
}
.model-container .model-grid .card h1 {
    color: rgba(0, 0, 0, 0.6);
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 0.64px;
}

/* Media Queries */
/* @media (max-width: 1130px) {
  .task-manager-header h1,
  .visa-section-header h1 {
    font-size: 13px !important;;
  }
} */
@media (max-width: 1024px) {
    .main-dashboard {
        margin: 12px;
        padding: 18px;
        border-radius: 21px;
        background-color: #fff;
    }

    .main-dashboard .title {
        font-size: 23px;
    }
    .main-dashboard .featured-banner .date {
        font-size: 14px;
    }
    .main-dashboard .banner-grid .main .center h1 {
        padding: 8px;
        font-size: 12px;
    }
    .main-dashboard .banner-grid .main .center {
        padding: 14px;
    }

    .service-manager-body-right-grid-item svg {
        height: 60px;
    }
}
@media (max-width: 1024px) {
    .dashboard-container {
        display: grid !important;
        grid-template-columns: 1fr !important;
    }
}
@media (max-width: 768px) {
    .close-big-menu {
        display: none;
    }
    .service-manager-body-right-grid-item svg {
        height: 55px;
    }
    .search-form {
        display: none;
    }
    .alerts {
        display: none;
    }
    .profile {
        display: none;
    }

    .mobile-menu {
        padding-right: 12px;
        display: flex;
    }

    .hidden {
        display: none !important;
    }

    /* faetured */
    .main-dashboard .title {
        font-size: 16px !important;;
    }
    .main-dashboard .featured-banner .date {
        font-size: 14px;
    }
    .main-dashboard .banner-grid .main .center h1 {
        padding: 8px;
        font-size: 12px;
    }
    .main-dashboard .banner-grid .main .center {
        padding: 14px;
    }
    .main-dashboard .banner-grid .main .top-left {
        padding: 0px;
        background: transparent;
        border-radius: 8px;
    }
    .main-dashboard .banner-grid .main .top-left h1 {
        padding: 8px;
    }
    .main-dashboard .banner-grid .main .bottom-left {
        padding: 0px;
        background: transparent;
        border-radius: 8px;
    }
    .main-dashboard .banner-grid .main .bottom-left h1 {
        padding: 8px;
    }
    .main-dashboard .banner-grid .main .right-top {
        padding: 0px;
        background: transparent;
        border-radius: 8px;
    }
    .main-dashboard .banner-grid .main .right-top h1 {
        padding: 8px;
    }
    .main-dashboard .banner-grid .main .right-bottom {
        padding: 0px;
        background: transparent;
        border-radius: 8px;
    }
    .main-dashboard .banner-grid .main .right-bottom h1 {
        padding: 8px;
    }

    /* stats-container */

    .stats-container .stats-container-item {
        padding: 12px;
        gap: 8px;
    }
    .stats-container-item img {
        width: 32px;
    }
    .stats-container .stats-container-item h1 {
        font-size: 13px;
    }
    .stats-container .stats-container-item p {
        padding: 0px 8px;
        font-size: 16px;
    }

    /* service section */
    .service-manager-body-right {
        width: 100%;
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 8px;
    }
    .service-manager-body-right-grid-item h1 {
        padding: 0px 8px;
        font-size: 16px;
    }
    /* .service-manager-body-right-grid-item svg {
    width: 100px;
    height: 40px;
  } */

    .service-manager-body-lefttttt {
        padding: 12px 0px;
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 4px;
    }
    .service-manager-body-lefttttt button {
        padding: 4px 0px;
    }

    /* targeted dashboard */
    .targeted-dashboard-item {
        gap: 4px;
    }
    .targeted-dashboard-item .targeted-dashboard-item-left h1,
    .targeted-dashboard-item .targeted-dashboard-item-right h1 {
        font-size: 11px;
        font-weight: 600;
    }
    .targeted-dashboard-item .targeted-dashboard-item-left span,
    .targeted-dashboard-item .targeted-dashboard-item-left p,
    .targeted-dashboard-item .targeted-dashboard-item-right p {
        color: rgba(0, 0, 0, 0.6);
        font-size: 9px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
    }

    /* service manager bottom */
    .service-manager .service-manager-body {
        padding: 12px;
        display: block;
        gap: 12px;
        /* padding: 12px; */
    }

    .service-manager .service-manager-body-left {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 8px;
    }

    .service-manager .service-manager-body-left {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 8px;
    }

    /* model */
    .model-container {
        padding: 15px;
        width: 300px;
        height: auto;
    }

    .model-container .model-header h1 {
        font-size: 13px;
    }

    .model-container .model-grid {
        padding: 5px;
        display: grid;
        grid-template-columns: 1fr;
        gap: 8px;
    }
    .model-container .model-grid .card {
        gap: 8px;
        padding: 4px;
    }
    .model-container .model-grid .card h1 {
        font-size: 12px;
    }

    .service-manager-bottom .service-manager-body-right tbody tr td {
        flex-grow: 1;
        padding: 4px 20px;
        color: rgba(0, 0, 0, 0.8);
        font-size: 10px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
    }
}

@media (max-width: 500px) {
    .service-manager-body-right-grid-item svg {
        height: 65px;
    }
    /* main dahboard */
    .main-dashboard .title {
        font-size: 16px !important;;
        padding: 10px 0px;
    }

    .main-dashboard {
        margin: 10px;
        padding: 8px;
        border-radius: 0px;
        background-color: #fff;
    }
    /* banner */
    .banner-grid img {
        width: 150px;
        height: 150px;
        transform: rotate(-15deg);
        flex-shrink: 0;
    }

    .main-dashboard .banner-grid .main .right-top h1 {
        font-size: 10px;
    }
    .main-dashboard .banner-grid .main .right-bottom h1 {
        font-size: 10px;
    }
    .main-dashboard .banner-grid .main .top-left h1 {
        font-size: 10px;
    }
    .main-dashboard .banner-grid .main .bottom-left h1 {
        font-size: 10px;
    }

    /* stats */
    .stats-container {
        grid-template-columns: 1fr;
    }

    /* activity */

    .activity-log .activity-log-body .activity-log-item {
        padding: 8px 0px;
    }

    .activity-log
        .activity-log-body
        .activity-log-item
        .activity-log-item-main
        .activity-log-item-main-top
        h1 {
        font-size: 12px;
    }

    .activity-log
        .activity-log-body
        .activity-log-item
        .activity-log-item-main
        .activity-log-item-main-top
        p {
        color: rgba(0, 0, 0, 0.4);
        font-size: 12px;
    }

    .activity-log
        .activity-log-body
        .activity-log-item
        .activity-log-item-main
        .activity-log-item-main-bottom
        h2 {
        color: rgba(0, 0, 0, 0.6);
        font-size: 11px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
    }

    .activity-log
        .activity-log-body
        .activity-log-item
        .activity-log-item-main
        .activity-log-item-main-bottom
        p {
        padding: 0px 0px 0px 4px;
        font-size: 11px;
    }

    .activity-log
        .activity-log-body
        .activity-log-item
        .activity-log-item-main
        .activity-log-item-main-top
        div {
        display: grid;
        gap: 2px;
    }

    /* service section */
    .service-manager-body-right {
        display: grid;
        grid-template-columns: 1fr;
        gap: 4px;
    }

    /* task manager */
    .dashboard-right .task-manager-header {
        display: flex;
        flex-wrap: wrap;
    }
    .dashboard-right .task-manager-header h1 {
        font-size: 13px;
    }
    .dashboard-right .visa-section-header h1 {
        padding: 12px 0px;
        font-size: 13px;
    }

    /* target dashboard */
    .targeted-dashboard-body {
        overflow: hidden;
    }
    .targeted-dashboard-item {
        min-width: 300px;
        overflow: scroll;
    }
    .targeted-dashboard-item .targeted-dashboard-item-left {
        padding: 12px;
        border-radius: 7px;
        background: #fff;
        box-shadow: none;
        flex-shrink: 1;
    }
    .targeted-dashboard-body .targeted-dashboard-item .progress-target {
        /* rotate: -90deg; */
        width: calc(50% - 45px);
        height: 4px;
        border-radius: 5px;
        background: linear-gradient(
            90deg,
            rgba(255, 0, 0, 0.5) 0%,
            #f8944c 26.31%,
            #ffe609 51.84%,
            #b8ff8e 76.53%,
            #24b200 100%
        );
    }

    .targeted-dashboard-body
        .targeted-dashboard-item
        .progress
        .progress-tooltip {
        position: absolute;
        top: -32px;
        right: -20px;
    }
    .targeted-dashboard-body
        .targeted-dashboard-item
        .progress
        .progress-tooltip
        svg {
        height: 20px;
    }
    .targeted-dashboard-body
        .targeted-dashboard-item
        .progress
        .progress-tooltip
        p {
        padding: 2px 6px;
        font-size: 8px;
    }
}

/********************************** study_in_australiya_overview section starts here ****************************************/
.australia-overview-main {
    /* display: grid; */
    gap: 32px;
    padding: 18px;
    border-radius: 21px;
    background-color: white;
}
.australia-overview-main-title {
    display: inline;
    width: 100%;
    color: #fff;
    -webkit-text-stroke-width: 0.5;
    -webkit-text-stroke-color: rgba(0, 0, 0, 0.16);

    padding: 2px 12px;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    border-radius: 8px;
    background: #559fe4;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.25);
}

.australia-overview-main-grid {
    padding: 32px;
    display: grid;
    gap: 32px;
    width: 100%;
}
.australia-overview-main-grid-first {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 18px;
}
.australia-overview-main-grid-first-item {
    padding: 14px;
    border-radius: 12px;
    background: #fff;
    box-shadow: 0px 0px 11px 0px rgba(0, 0, 0, 0.25);
    height: auto;
    overflow: hidden auto;
    justify-content: center;
}
.australia-overview-main-grid-first-item-first p,
.australia-overview-main-grid-second-title {
    color: rgba(21, 39, 86, 0.8);
    font-size: 13px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}
.australia-overview-main-grid-first-item-first-line-chart {
    width: 100%;
}
.australia-overview-main-grid-first-item-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.australia-overview-main-grid-first-item-footer-left {
    padding: 0px 20px;
    display: grid;
    gap: 8px;
}

.australia-overview-main-grid-first-item-footer-left > div {
    color: var(--Neutral-800, #191d23);
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    display: flex;
    align-items: center;
    gap: 8px;
}

.australia-overview-main-grid-first-item-footer-left span {
    width: 10px;
    height: 10px;
    border-radius: 5px;
}

.australia-overview-main-grid-first-item-footer-left .circle.label-1 {
    background: #559fe4;
}
.australia-overview-main-grid-first-item-footer-left .circle.label-2 {
    background: #bfbfbf;
}

.australia-overview-main-grid-first-item-first-button {
    border: none;
    /* float: right; */
    border-radius: 4px;
    background: rgba(55, 137, 251, 0.3);
    padding: 5px 8px;
    color: #094394;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.australia-overview-main-grid-first-item-second {
    display: grid;
    grid-template-columns: repeat(auto-fill, 155px);
    gap: 35px 16px;
}
.australia-overview-main-grid-first-item-second-item {
    display: flex;
    justify-content: space-between;
    /* align-items: center; */
    flex-direction: column;
    /* text-align: center; */
    padding: 8px;
    border-radius: 12px;
    background: linear-gradient(
        97deg,
        rgba(9, 67, 148, 0.68) 3.01%,
        rgba(93, 160, 252, 0.68) 98.75%
    );
}
.australia-overview-main-grid-first-item-second-item img {
    width: 100%;
}
.australia-overview-main-grid-first-item-second-item p {
    padding: 0px 8px;
    color: #fff;
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.australia-overview-main-grid-first-item-second-item h1 {
    padding: 0px 12px;
    color: #fff;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.australia-overview-main-grid-first-item-second-item h5 {
    /* float: right; */
    text-align: right;
    padding-bottom: 4px;
    color: #fff;
    font-size: 8px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.australia-overview-main-grid-first-item-second-item svg {
    width: 100%;
    text-align: center;
    display: flex;
}
.australia-overview-main-grid-first-item-second-item-1 {
    border-radius: 12px;
    background: linear-gradient(
        97deg,
        rgba(9, 67, 148, 0.68) 3.01%,
        rgba(93, 160, 252, 0.68) 98.75%
    );
}
.australia-overview-main-grid-first-item-second-item-2 {
    border-radius: 12px;
    background: linear-gradient(
        97deg,
        rgba(255, 0, 0, 0.39) 3.01%,
        rgba(93, 160, 252, 0.78) 98.75%
    );
}
.australia-overview-main-grid-first-item-second-item-3 {
    background: linear-gradient(
        97deg,
        rgba(48, 167, 83, 0.55) 3.01%,
        rgba(93, 160, 252, 0.78) 98.75%
    ) !important;
}
.australia-overview-main-grid-first-item-second-item-4 {
    border-radius: 12px;
    background: linear-gradient(
        97deg,
        rgba(9, 67, 148, 0.68) 3.01%,
        rgba(93, 160, 252, 0.68) 98.75%
    );
}
.australia-overview-main-grid-first-item-second-item-5 {
    border-radius: 12px;
    background: linear-gradient(
        97deg,
        rgba(255, 0, 0, 0.39) 3.01%,
        rgba(93, 160, 252, 0.78) 98.75%
    );
}
.australia-overview-main-grid-first-item-second-item-6 {
    background: linear-gradient(
        97deg,
        rgba(48, 167, 83, 0.55) 3.01%,
        rgba(93, 160, 252, 0.78) 98.75%
    ) !important;
}
.australia-overview-main-grid-second-main {
    display: grid;
    padding: 32px 64px;
    flex-direction: column;
    align-items: flex-start;
    gap: 32px;

    border-radius: 10px;
    background: var(--Shades-White, #fff);
    box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.25);
}

.australia-overview-main-grid-second-item {
    width: 100%;
    display: flex;
    padding: 8px;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
}
.australia-overview-main-grid-second-item-first-p {
    color: var(--Neutral-500, #64748b);
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
/* .australia-overview-main-grid-second-item-first-grid{
  display: flex;
  align-items: center;
  gap: 4px;
} */
.australia-overview-main-grid-second-item-first-stats {
    display: flex;
    align-items: center;
    gap: 4px;
}
.australia-overview-main-grid-second-item-first-stats h1 {
    color: var(--Neutral-800, #191d23);
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.australia-overview-main-grid-second-item-first-stats p {
    color: rgba(255, 0, 0, 0.7);
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.australia-overview-main-grid-second-item-first select {
    padding: 8px 12px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    flex: 1 0 0;
    align-self: stretch;
    border: none;
    border-radius: 3px;
    background: var(--Neutral-100, #e7eaee);
}
.australia-overview-main-grid-labels div {
    padding: 4px 0px;
    display: flex;
    align-items: center;
    gap: 8px;

    color: var(--Neutral-800, #191d23);
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.australia-overview-main-grid-labels .circle {
    width: 8px;
    height: 8px;
    border-radius: 100%;
}
.australia-overview-main-grid-labels .label-1 {
    background-color: #094394;
}
.australia-overview-main-grid-labels .label-2 {
    background-color: #3789fb;
}
.australia-overview-main-grid-labels .label-3 {
    background: #4d93f44d;
}

.second-chart-title {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    justify-content: space-between;
    align-items: center;
}

/* .grid{
  display: grid;
}

.grid-cols-2{
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.gap-4{
  gap: 1rem;
} */
.australia-bottom-overview {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px;
}

.australia-bottom-overview-1 {
    padding: 16px;

    border-radius: 12px;
    background: #fff;
    box-shadow: 0px 0px 11px 0px rgba(0, 0, 0, 0.25);
}
.australia-bottom-overview-1-title-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.australia-bottom-overview-1-title {
    color: rgba(21, 39, 86, 0.8);
    font-size: 13px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}
.australia-bottom-overview-1-view-all {
    padding: 5px 8px;
    border: none;
    color: #094394;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    border-radius: 3px;
    background: rgba(77, 147, 244, 0.3);
    box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.3);
}
.australia-bottom-overview-1-body {
    padding: 12px 0px;
    display: flex;
    align-items: center;
    gap: 8px;
}
.australia-bottom-overview-1-body-left {
    display: grid;
    gap: 8px;
}
.australia-bottom-overview-1-body-left .uni-detail-left {
    display: flex;
    align-items: center;
    gap: 12px;
}
.uni-detail-left .uni-initials {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 42px;
    height: 38px;
    flex-shrink: 0;
    border-radius: 10px;
    background: #dddbff;
    box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.35);
    color: #6c65ff;
    font-size: 23px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
.uni-detail-left .uni-full-name {
    padding: 8px;
    color: rgba(0, 0, 0, 0.7);
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.uni-detail-left .uni-full-name-active {
    padding: 8px;
    color: rgba(0, 0, 0, 0.7);
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;

    border-radius: 8px;
    background: rgba(221, 219, 255, 0.5);
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.25);
}

.australia-bottom-overview-1-body-right-scores {
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    width: 130px;
}
.australia-bottom-overview-1-body-right-scores-bottom {
    border-top: 2px solid blue;
}

@media (max-width: 1024px) {
    .australia-overview-main-grid-first-item-second {
        gap: 8px;
    }
    .australia-overview-main-grid-first-item-second-item h1 {
        padding: 4px 12px;
        font-size: 16px;
    }
    /* .australia-overview-main-grid-first-item-second-item svg{
  width: auto;
} */
    .australia-overview-main-grid-second-item {
        padding: 0px;
        gap: 0px;
    }
    .australia-overview-main-grid-second-item-first-p {
        font-size: 12px;
        text-align: left;
    }
    .australia-overview-main-grid-second-item-first-stats h1 {
        font-size: 16px;
    }
    .australia-overview-main-grid-second-item-first-stats p {
        font-size: 10px;
    }
    .australia-overview-main-grid-labels div {
        padding: 4px 16px;
    }
}
@media (max-width: 768px) {
    .australia-overview-main-title {
        font-size: 14px;
        padding: 6px;
        margin: 0px 8px;
    }
    .australia-overview-main-grid {
        padding: 16px;
        gap: 16px;
    }
    .australia-overview-main-grid-first {
        display: grid;
        grid-template-columns: 1fr;
    }
    .australia-bottom-overview {
        display: grid;
        grid-template-columns: 1fr;
    }

    .australia-overview-main-grid-second-main {
        padding: 16px;
    }
    .australia-overview-main-grid-second {
        padding: 16px;
    }
    .stackbarchart-line1 {
        margin: 16px 0px;
    }
    .australia-overview-main-grid-second-item {
        padding: 0px;
        gap: 16px;

        flex-wrap: wrap;
    }
    .australia-overview-main-grid-second-item-first-p {
        font-size: 12px;
        text-align: left;
    }
    .australia-overview-main-grid-second-item-first-stats h1 {
        font-size: 16px;
    }
    .australia-overview-main-grid-second-item-first-stats p {
        font-size: 10px;
    }
    .australia-overview-main-grid-labels div {
        padding: 4px 16px;
    }
}
@media (max-width: 650px) {
    .uni-detail-left .uni-full-name {
        font-size: 12px !important;
    }
    .australia-overview-main-grid-first-item {
        display: grid;
        padding: 14px 0px;
    }
    .australia-overview-main-grid-first-item-p {
        padding: 8px 14px;
    }
    .australia-overview-main-grid-first-item-first-button {
        margin-right: 8px;
    }
    .australia-overview-main-grid {
        padding: 16px 8px;
    }
    .australia-overview-main {
        padding: 18px 0px;
    }
    .australia-overview-main-grid-first-item-second {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 16px;
        box-shadow: none;
    }
    .australia-bottom-overview-1-body {
        display: grid;
    }
    .australia-overview-main-grid-second-title {
        font-size: 14px;
    }
    .australia-bottom-overview-1-body-right {
        margin: auto;
    }
}
#targetDashboard {
    padding: 1em;
}
.card {
    max-height: unset;
    max-width: unset;
    min-height: unset;
    min-width: unset;
    height: auto;
    width: auto;
    margin-bottom: unset;
    border: unset;
    overflow: unset;
    flex-direction: unset;
}
.activity-log-body {
    max-height: 430px;
    overflow: hidden auto;
    margin: 1em;
}
.check-in-body {
    height: 290px;
    overflow: hidden auto;
    margin: 1em 0;
}
.dropdown-menu,
.dropdown-menu.active {
    border-radius: 6px;
    background-color: white;
    box-shadow: 0px 2px 31px 2px rgba(0, 0, 0, 0.24);
    padding: 5px;
    z-index: 99;
}
#australia-overview-main-grid-first-item-first-line-chart {
    max-width: 100% !important;
    width: fit-content !important;
    height: auto !important;
    max-height: 250px;
}
#applicationMonthFilterForm,
#intakeMonthFilterForm {
    display: flex;
    gap: 6px;
    align-items: center;
}
.main-svg {
    width: 100% !important;
    height: auto !important;
}
.australia-overview-main-grid-labels {
    display: flex;
    gap: 1em;
    flex-wrap: wrap;
}
.uni-full-name {
    cursor: pointer;
}
.grid-cols-auto-fill {
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
}
@media (max-width: 767px) {
    .space-y-4 {
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
        margin-bottom: 1em;
        align-items: center;
    }
    .space-y-4 > div:first-child {
        width: 100%;
    }
    .space-y-4 > div {
        width: 50%;
    }
}
.formCustomBorder {
    padding: 1em 2em;
    margin-top: 1em;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.35);
}
:focus-visible {
    outline: none;
}
#notifyUserApplyOfferContainer,
#select-template-container {
    position: relative;
}
.cke_editable {
    overflow: auto;
}
[name="statuses[][position]"] {
    display: none;
}
.status-individual-container {
    display: flex;
    align-items: center;
}
.error-container {
    display: flex;
    justify-content: start;
    align-items: center;
}
.add-checklist-item-container {
    display: flex;
    align-items: center;
}
.checklist {
    display: flex;
    justify-content: start;
    align-items: center;
    gap: 5px;
}
button.btn.btn-danger.remove {
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.activity-log-item a {
    color: #0d6efd;
}
.table-la-options-list .la-options-list-sub {
    right: calc(100% + 5px);
    left: unset;
}
.btn-danger {
    background: #bd495f;
    border: 1px solid #bd495f;
}
.my-task-details-section {
    max-width: 100%;
    width: 100%;
}
#CVRight {
    min-width: 300px;
}
.table.border-none td {
    border: none;
}
.notifications-filter-container {
    display: flex;
    margin: 0 1em;
}
.rso-container:hover,
.rso-container.active {
    background: rgba(9, 67, 148, 0.77);
    color: #fff;
}
.rso-container {
    display: flex;
    padding: 8px 18px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 8px;
    background: rgba(55, 137, 251, 0.3);
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.25);
    color: #094394;
    font-size: 12px;
    font-weight: 700;
    cursor: pointer;
}
.notifications-tabs-container .rso-container {
    width: max-content;
    margin: 1em auto;
}
.qr-code-text {
    padding: 3px;
    font-size: 13px;
}
.add_2fa_form_container {
    padding: 1em;
}

.send-mass-email-button-container {
    display: flex;
    justify-content: end;
    padding-right: 1em;
    position: relative;
}
.send-mass-email-dropdown-arrow {
    width: 9px;
    height: 6px;
}
#sendMassEmailAddFormSubmitButton {
    display: flex;
    gap: 0.5em;
    align-items: center;
}
.all-results-container {
    text-wrap: nowrap;
}
.all-results-container,
.selected-container {
    display: flex;
    gap: 3px;
}
.selectItemTable {
    margin-right: 6px;
}
.selectItemTableTH {
    margin-left: 20px;
}
.main-title-header {
    display: flex;
    align-items: center;
}

.tasks-assigned-dashboard {
    max-width: 100%;
    width: 100%;
    display: grid;
    gap: 1em;
}
.tasks-assigned-dashboard * {
    white-space: nowrap;
    text-overflow: ellipsis;
}
/* .form input[type="text"][readonly] {
    background: rgba(0, 0, 0, 0.2);
} */
.line-through {
    text-decoration: line-through;
}
.menu-arrow-custom {
    position: absolute;
    right: 1em;
    top: 50%;
    transform: translateY(-50%);
    width: 12px;
    height: 6.8px;
}
.menu-arrow-custom.sub {
    width: 15px;
    height: 15px;
}
.subdrop .menu-arrow-custom {
    transform: translateY(-50%) rotate(180deg);
}
.mini .menu-arrow-custom {
    display: none;
}
.advancedSearchOptionsList
    > div
    > div
    > *:not(.load-more-button):not(.form-submit-button) {
    display: flex;
    justify-content: center;
}
.australia-overview-main-grid-first-item {
    max-height: 350px;
    overflow: hidden auto;
}
#toSendEmailContainer {
    border-radius: 11px;
    /* border: 1px solid rgba(0, 0, 0, 0.2); */
    background: rgba(217, 217, 217, 0);
    margin: 9px 0;
}
.user-name-dropdown-menu-container {
    color: rgba(0, 0, 0, 0.7);
    font-size: 12px;
    font-weight: 500;
}
.user-email-dropdown-menu-container {
    color: rgba(0, 0, 0, 0.7);
    font-size: 12px;
    font-weight: 400;
}
.sidebar-user-type {
    text-transform: capitalize;
    border-radius: 4px;
    background: rgba(55, 137, 251, 0.3);
    color: #094394;
    font-size: 12px;
    font-weight: 500;
    padding: 3px 6px;
}
.user-role-dropdown-container {
    display: flex;
    align-items: center;
}
.user-info-dropdown-menu-container {
    display: flex;
    gap: 0 1em;
    margin-bottom: 1em;
    padding: 6px;
}
.main-dropdown-menu-item {
    display: flex;
    gap: 1em;
    align-items: center;
    padding: 6px;
}
.user-info-dropdown-first-container {
    display: grid;
}
.logout-button-dropdown-menu:hover {
    box-shadow: 0px 3px 10.1px 0px rgba(0, 0, 0, 0.3);
}
.logout-button-dropdown-menu {
    border-radius: 5px;
    background: rgba(243, 0, 0, 0.09);
    padding: 6px 9px;
    display: flex;
    align-items: center;
    gap: 6px;
    color: #de0000;
    font-size: 12px;
    font-weight: 600;
}

.logout-button-dropdown-menu-container {
    width: 100%;
    display: flex;
    justify-content: center;
    margin: 1em 0 6px 0;
}
.dropdown-menu-header-main {
    padding: 1em;
}
.sa-sort-img {
    cursor: pointer;
}
.sa-sort-img.asc {
    transform: rotate(180deg) scaleX(-1);
}
.sa-button {
    display: flex;
    padding: 5px 17px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 4px;
    background: #559fe4;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    width: max-content;
}
.master-button-img,
.module-add-button-img {
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    width: 40px;
    cursor: pointer;
    background-image: url("/assets/img/masterButton.svg");
}
.module-add-button-img {
    height: 48px;
    width: 48px;
}
.notification-panel-header-icon {
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 30px;
    width: 30px;
    cursor: pointer;
    background-image: url("/assets/img/Notification.svg");
    display: block !important;
}
.notification-panel-header-icon:hover,
.notification-panel-header-icon.active {
    background-image: url("/assets/img/NotificationHover.svg");
}
.user-image-default {
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 30px;
    width: 30px;
    cursor: pointer;
    background-image: url("/users_avatar/default.svg");
}
.user-image-default:hover,
.user-image-default:focus,
.user-image-default.active {
    background-image: url("/users_avatar/defaultHover.svg");
}

.master-button-img:hover,
.master-button-img.active,
.module-add-button-img:hover {
    background-image: url("/assets/img/masterButtonHover.svg");
}
.master-button-container,
.master-add-button {
    display: flex;
    align-items: center;
}
.master-add-buttons {
    display: grid;
    grid-template-columns: 125px 125px;
    gap: 1em;
    margin-top: 1em;
}
.application.master-add-buttons {
    grid-template-columns: auto;
}
.back-button-img {
    width: 30px;
}
.favourite-img,
.favourite-client:hover .star-img {
    display: none !important;
}
.favourite-client:hover .favourite-img {
    display: block !important;
}
.star-img,
.favourite-img {
    width: 20px;
    height: 20px;
}
.favourite-client.active .star-img {
    display: none !important;
}

.favourite-client.active .favourite-img {
    display: block !important;
}
.favourite-client {
    display: flex;
    align-items: center;
}
.tableLengthContainer .select2-selection {
    min-width: unset !important;
}
.tableLengthContainer {
    width: 100px;
}
.tableLengthContainer .select2.select2-container {
    max-width: 100% !important;
}
input:not([type="radio"]):not([type="checkbox"]):not(
        .select2-search__field
    ):hover,
input:not([type="radio"]):not([type="checkbox"]):not(
        .select2-search__field
    ):focus {
    border: 1px solid #4a9dec;
    box-shadow: 0px 0px 0px 7px rgb(74, 157, 236, 20%);
    background-color: white;
}
textarea:hover,
textarea:focus,
select:hover,
select:focus {
    box-shadow: 0px 0px 0px 7px rgba(74, 157, 236, 0.2);
    background-color: white;
}
input.custom-background:not([type="radio"]),
textarea.custom-background {
    background: white !important;
}
.tooltip-inner {
    min-width: 100px;
    max-width: 100%;
}

@media (max-width: 320px) {
    .tooltip-inner {
        min-width: initial;
        max-width: 320px;
    }
}
.col-12.col-md-6.col-lg-4.col-xl-3.vo-tab:not(:last-child) {
    border-right: 1px solid #d9d9d9;
}
.select2-container--open .select2-selection__rendered {
    background-color: white;
    border: 1px solid rgba(0, 0, 0, 0.19);
}
.comment-section-container,
.reminder-section-container {
    display: grid;
    min-width: 265px;
}
.activity-log-item a,
.note-description a {
    border-radius: 4px;
    background: rgba(55, 137, 251, 0.7);
    box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.25);
    color: white;
    padding: 4px 9px;
    margin: 0 3px;
}
.activity-log-item a:hover {
    background: rgba(9, 67, 148, 0.77);
}
@media (max-width: 756px) {
    .activity-log .activity-log-item a {
        line-height: 3em;
    }
}
.activity-reminder-comment-section-container label {
    margin-bottom: 3px;
}
.tab-1-1.row > div:last-child {
    font-weight: 600;
}
.remove-button-dd.hide {
    opacity: 0;
}
.sai-view-img,
.lead-view-img {
    background-image: url("/assets/img/Eye.svg");
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 20px;
    width: 20px;
}

.sai-view-img:hover,
.lead-view-img:hover {
    background-image: url("/assets/img/EyeHover.svg");
}

.sai-edit-img,
.course-edit-img,
.contact-edit-img,
.location-edit-img,
.intake-edit-img,
.agent-edit-img,
.branch-edit-img {
    background-image: url("/assets/img/CreateCV.svg");
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 20px;
    width: 20px;
}
.lead-add-button-top,
.form-modal-add-button {
    background-image: url("/assets/img/PlusLeads.svg");
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 17px;
    width: 17px;
}
.custom-box:hover .lead-add-button-top,
.add-form-modal:hover .form-modal-add-button {
    background-image: url("/assets/img/PlusLeadsHover.svg");
}
.task-add-dashboard {
    background-image: url("/assets/img/taskAddDashboard.svg");
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 41px;
    width: 41px;
}
.reminders-img {
    background-image: url("/assets/img/reminders.svg");
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 30px;
    width: 30px;
}
.reminders-img:hover {
    background-image: url("/assets/img/remindersHover.svg");
}
.task-add-dashboard:hover {
    background-image: url("/assets/img/taskAddDashboardHover.svg");
}
.table-la-options-img {
    background-image: url("/assets/img/Menu Vertical.svg");
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 22px;
    width: 22px;
}
.table-la-options-img:hover,
.table-la-options-img:focus,
.table-la-options-img.active {
    background-image: url("/assets/img/Menu VerticalHover.svg");
}
.custom-box:hover,
.add-form-modal:hover {
    background: #094394;
}
.back-button-img,
.form-close-button-x-img,
.modal-close-button-x-img,
.gbtca-img,
.modal-close-button-x-img,
.task-section-back,
.my-task-log-section-back,
.my-task-comment-section-back {
    background-image: url("/assets/img/closeModal.svg");
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 25px;
    width: 25px;
}
.back-button-img:hover,
.form-close-button-x-img:hover,
.modal-close-button-x-img:hover,
.gbtca-img:hover,
.modal-close-button-x-img:hover,
.task-section-back:hover,
.my-task-log-section-back:hover,
.my-task-comment-section-back:hover {
    background-image: url("/assets/img/closeModalHover.svg");
}
.add-button-custom {
    background-image: url("/assets/img/Add.svg");
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 30px;
    width: 30px;
}
.add-button-custom:hover {
    background-image: url("/assets/img/AddHover.svg");
}
.sai-edit-img:hover,
.course-edit-img:hover,
.contact-edit-img:hover,
.location-edit-img:hover,
.intake-edit-img:hover,
.agent-edit-img:hover,
.branch-edit-img:hover {
    background-image: url("/assets/img/CreateCVHover.svg");
}

.timeline-body {
    display: grid !important;
}
.task-created-time-ago {
    margin-left: 1em;
}
.select2-selection__rendered li.select2-selection__choice {
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    width: calc(100% - 30px);
}
.CVPPImg {
    position: relative;
}
#upload-cv-photo-form {
    display: none;
}
.camera-upload-client {
    width: 30px !important;
    height: auto !important;
    position: absolute;
    right: 0;
    transform: translate(0px, 15px);
    top: 0;
    cursor: pointer;
}
.camera-upload-client:hover {
    background: black;
}
.label-individual-color {
    width: 12px;
    height: 12px;
    border-radius: 4px;
}
.label-individual-color.total-count {
    background: #606060;
}
.label-individual-color.country-name {
    background: #4492ff;
}
.label-individual-color.percentage {
    background: #094394;
}
.lbn-label-individual {
    display: flex;
    align-items: center;
    gap: 10px;
}
.lbn-labels {
    display: flex;
    gap: 2em;
    margin: 1em 1em 0 1em;
}
.total-contacts-count {
    color: #08397c;
    font-size: 12px;
    font-weight: 600;
    width: auto;
    height: auto;
    background: #f8f8f8;
    border-radius: 6px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 6px;
    padding: 3px 6px;
}
.priority-individual-container {
    display: flex;
    width: max-content;
    height: 17px;
    padding: 1px 6px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 4px;
    color: #fff;
    font-size: 12px;
    font-weight: 600;
}
.priority-individual-container.\31 {
    background: rgba(103, 145, 134, 0.7);
}
.priority-individual-container.\32 {
    background: rgb(191 149 38 / 70%);
}
.priority-individual-container.\33 {
    background: rgba(239, 6, 6, 0.4);
}
.new-counters {
    color: #fff;
    font-size: 12px;
    font-weight: 500;
    padding: 1em 1em 0 1em;
}
.new-counters span {
    border-radius: 6px;
    background: rgb(46, 114, 208);
    gap: 6px;
    height: auto;
    padding: 3px;
}
.closemobilemenu,
.mobilemenuimg {
    cursor: pointer;
    display: none;
    z-index: 99999;
}
@media (min-width: 1000px) {
    .page-wrapper {
        display: block !important;
    }
}
@media (max-width: 1000px) {
    .other-items-first {
        flex-wrap: nowrap;
    }
    .mobilemenuimg,
    .closemobilemenu.active,
    .sidebar-main-container.active {
        display: block;
    }
    .close-big-menu,
    .sidebar-main-container {
        display: none;
    }
    .closemobilemenu {
        position: absolute;
        top: 3em;
        left: 3em;
        z-index: 99999;
    }
    .page-wrapper {
        width: 100%;
        margin-left: 0;
        padding: 0;
        border-radius: 0 0 0 0;
        margin-top: 0;
        margin-bottom: 0;
    }
    .main-dashboard {
        margin: 0;
    }
    .sidebar-main-container.active .sidebar {
        height: calc(100% - 4em) !important;
        width: calc(100% - 4em) !important;
        max-width: 100% !important;
        position: absolute;
        top: 2em;
        left: 2em;
        border-radius: 28px;
        border: 1px solid rgba(0, 0, 0, 0.3);
        filter: none;
    }
    .sidebar-menu ul{
        width: 100%;
    }
    .sidebar-menu > ul {
        filter: unset;
        border-radius: unset;
        background: unset;
    }
    .sidebar-main-container.active {
        margin: 0 !important;
        height: 100vh !important;
    }
    .sidebar-main-container.active .sidebar-groups {
        display: grid !important;
        grid-template-columns: 50% 50% !important;
    }
    .sidebar-main-container.active .sidebar-group {
        width: 100% !important;
    }
    .sidebar-main-container.active .sidebar-menu > ul > li > a {
        width: 90%;
    }
    .sidebar-main-container.active .sidebar-menu ul ul a {
        width: 80%;
    }
    .client-invoice-body-left {
        display: grid;
    }
    .main-dashboard-grid,
    .dashboard-container {
        display: flex !important;
        flex-direction: column;
    }
}
@media (max-width: 756px) {
    .client-invoice-body-left {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
    }
}
.select2-selection__rendered:hover,
.select2-selection__rendered:focus {
    border: 1px solid #4a9dec;
    box-shadow: 0px 0px 0px 7px rgb(74, 157, 236, 20%);
    border-radius: 12px;
}
.cv-main-container-main,
.lead-main-container,
.homepage {
    overflow: hidden auto;
    height: calc(100vh - 100px);
    padding-bottom: 2em;
}
.form-group.row > .col-12.col-md-6:not(:last-child) {
    margin-bottom: 1rem;
}
.toast {
    opacity: 1 !important;
}

#toast-container > div {
    opacity: 1 !important;
}
.expired {
    border-radius: 5px;
    background: #c00;
    color: white !important;
    margin-left: 6px;
    width: max-content;
    padding: 3px 6px;
}
.notexpired {
    border-radius: 5px;
    background: rgba(9, 67, 148, 0.7);
    color: white !important;
    margin-left: 6px;
    width: max-content;
    padding: 3px 6px;
}
.expired.visa,
.notexpired.visa {
    margin-left: 0;
}

.new-assigned-container {
    margin: 1em 0;
}
.phone-code-main-container .select2-selection.select2-selection--single {
    min-width: unset !important;
}
.modal-content .formCustomBorder {
    background: none;
    box-shadow: none;
}
menu,
ol,
ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.file-input-container {
    display: inline-flex;
    align-items: center;
}

.file-input-container input[type="file"] {
    opacity: 0;
    position: absolute;
    width: auto;
    height: auto;
    cursor: pointer;
}

.file-input-label {
    position: relative;
    font-size: 12px;
    color: #555;
    background-color: #f8f9fa;
    padding: 8px 12px;
    border-radius: 4px;
    border: 1px solid #ccc;
    cursor: pointer;
    white-space: nowrap;
    width: auto;
    max-width: 100%;
    height: 42px;
}
.image-preview {
    max-width: 100px;
    max-height: 100px;
    object-fit: cover;
    display: none;
}
.photo-preview-container {
    padding: 0;
    display: flex;
    gap: 1em;
    flex-wrap: wrap;
}
.select2-results__group {
    text-transform: capitalize;
}
.doubleScroll-scroll-wrapper {
    width: 100% !important;
}
.form-label {
    font-weight: 500;
}
.filters-main-container {
    width: 100%;
}
.user-activity.Active,
.active-user-container {
    background: #4bae4b;
    color: white;
    display: flex;
    width: max-content;
    padding: 3px 6px;
    border-radius: 6px;
    font-weight: bold;
}
.user-activity.Inactive,
.suspend-user-container {
    background: red;
    color: white;
    display: flex;
    width: max-content;
    padding: 3px 6px;
    border-radius: 6px;
    font-weight: bold;
}
[id*="FilterContainer"] {
    position: relative;
}

.nepali-date-container {
    width: 265px;
    max-width: 100%;
    position: relative;
    margin-bottom: 3px;
}
.nepali-date-container::after {
    content: "BS";
    display: flex;
    padding: 5px 7px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 0px 8px 8px 0px;
    background: rgba(77, 147, 244, 0.3);
    width: 30px;
    color: rgba(0, 0, 0, 0.4);
    font-size: 15px;
    font-weight: 500;
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
}
.english-date-container {
    width: 265px;
    max-width: 100%;
    position: relative;
}
.english-date-container::after {
    content: "AD";
    display: flex;
    padding: 5px 7px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 0px 8px 8px 0px;
    background: rgba(77, 147, 244, 0.3);
    width: 30px;
    color: rgba(0, 0, 0, 0.4);
    font-size: 15px;
    font-weight: 500;
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
}
