/*============================ [Table of CSS] 1. General 2. Table 3. Helper Class 4. Bootstrap Classes 5. Modal 6. Select2 7. Nav Tabs 8. Components 9. Header 10. Chat 11. Search 12. Sidebar 13. Calendar 14. Inbox 15. Mail View 16. Error 17. Content 18. Login 19. Notifications 20. Dashboard 21. Invoices 22. Settings 23. Switch Buttons 24. Profile 25. Responsive ========================================*/
/*----------------- 1. General -----------------------*/
@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');
}

@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');
}

html {
    height: 100%;
}

body {
    background-color: #f7f8f9;
    color: #1a1549;
    font-family: 'CircularStd', sans-serif;
    font-size: 0.9375rem;
    height: 100%;
    line-height: 1.5;
    overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'CircularStd', sans-serif;
    margin-top: 0;
    color: #2c3038;
}

a:hover,
a:active,
a:focus {
    outline: none;
    text-decoration: none;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus {
    -webkit-box-shadow: 0 0 0px 1000px white inset !important;
}

.tooltip {
    position: relative;
    display: inline-block;
    border-bottom: 1px dotted black;
    opacity: 1 !important;
    z-index: unset;
}

.tooltip .tooltiptext {
    visibility: hidden;
    width: 50px;
    background-color: black;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;
    /* Position the tooltip */
    position: absolute;
    z-index: 1;
}

.tooltip:hover .tooltiptext {
    visibility: visible;
}
.font-0{
    font-size: 0px !important;
}
div.dataTables_wrapper div.dataTables_length select {
    width: 60px !important;
}

select.assigned_to {
    border-width: 0;
    background-image: url('');
}

.form-control {
    border: 1px solid #dee2e6;
    box-shadow: none;
    color: #333;
    padding: .54688rem .875rem;
    font-size: .875rem;
    height: calc(1.6em + 1.21875rem);
    line-height: 1.6;
    font-weight: 400;
    color: #1e2022;
}

/* Ensure native selects stay under the sidebar */
select,
select.form-control {
    position: relative;
    z-index: 1;
}

.form-control:focus {
    box-shadow: 0 0 10px rgba(136, 136, 136, 0.125);
    outline: 0 none;
    border-color: #c1c9d0;
    ;
}

.form-control-sm {
    height: calc(1.5em + 1rem);
    padding: .4375rem .65625rem;
    font-size: .8125rem;
    line-height: 1.5;
    border-radius: .25rem;
}

.form-control-lg {
    height: calc(1.5em + 1.875rem);
    padding: .875rem 1.09375rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .3125rem;
}

a {
    color: #377dff;
}

a:hover {
    color: #0052ea;
    text-decoration: none;
}

p {
    margin-top: 0;
    margin-bottom: 1rem;
}

p:last-child {
    margin-bottom: 0;
}

dl,
ol,
ul {
    margin-top: 0;
    margin-bottom: 0;
}

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

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

input[type="file"] {
    height: auto;
    min-height: calc(1.5em + .75rem + 2px);
}

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

textarea.form-control {
    resize: vertical;
}

.navbar-nav>li {
    float: left;
}

.form-group {
    margin-bottom: 1.25rem;
}

.form-group img {
    width: 100%;
}

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

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

.material-icons {
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    font-size: 24px;
    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';
}

ul li {
    list-style: none;
}

p:last-child {
    margin-bottom: 0;
}

/*----------------- 2. Table -----------------------*/
.table {
    color: #333;
    max-width: 100%;
    margin-bottom: 0;
    width: 100%;
}

.table-striped>tbody>tr:nth-of-type(2n+1) {
    background-color: #f8f9fa;
}

.table.no-border>tbody>tr>td,
.table>tbody>tr>th,
.table.no-border>tfoot>tr>td,
.table.no-border>tfoot>tr>th,
.table.no-border>thead>tr>td,
.table.no-border>thead>tr>th {
    padding: 10px 8px;
}

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

.table.dataTable {
    border-collapse: collapse !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 a {
    color: #333;
}

table.table td h2 a:hover {
    color: #1a1549;
}

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

.table thead {
    background-color: #1a1549;
    color: white;
    border-bottom: 0;
}

.table thead tr th {
    font-weight: 500;
}

.table.table-center td,
.table.table-center th {
    vertical-align: middle;
}

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

.table td,
.table th {
    vertical-align: middle;
}

/*white-space: nowrap;
*/
.table-bordered {
    border: 1px solid rgba(0, 0, 0, 0.05) !important;
}

.table-bordered td:first-child {
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
}

.table-bordered td:last-child {
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
}

.table-bordered th,
.table-bordered td {
    border-color: rgba(0, 0, 0, 0.05);
}

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

.card-table .card-body .table>thead>tr>th {
    border-top: 0;
}

.card-table .card-body .table tr td:first-child,
.card-table .card-body .table tr th:first-child {
    padding-left: 1.5rem;
}

.card-table .card-body .table tr td:last-child,
.card-table .card-body .table tr th:last-child {
    padding-right: 1.5rem;
}

.card-table .table td,
.card-table .table th {
    border-top: 1px solid #e2e5e8;
    padding: 1rem 0.75rem;
    white-space: nowrap;
}

/*----------------- 3. Helper Class -----------------------*/
.block {
    display: block !important;
}

.bullets li {
    list-style: inherit;
}

#toggle_btn i {
    font-size: 22px;
}

.bg-1 {
    background-color: #ffeec3;
}

.bg-1 i {
    color: #ffb800;
}

.bg-2 {
    background-color: #d1f3ff;
}

.bg-2 i {
    color: #42cdff;
}

.bg-3 {
    background-color: #ceffd5;
}

.bg-3 i {
    color: #52fb6a;
}

.bg-4 {
    background-color: #e354d4;
}

.bg-4 i {
    color: #f555ff;
}

.bg-5 {
    background-color: #e891ed;
}

pre {
    font-size: 1.0em !important;
    font-family: var(--bs-font-sans-serif) !important;
    font-style: unset !important;
}

.bg-6 {
    background-color: #42cdff;
}

.bg-7 {
    background-color: #52fb6a;
}

.bg-8 {
    background-color: #f555ff;
}

.bg-10 {
    background-color: #1a1549;
}

.bg-11 {
    background-color: #FFB6C1;
}

.table .btn {
    white-space: nowrap;
}

table .badge {
    border-radius: 3px;
    display: inline-block;
    font-size: 13px;
    min-width: 75px;
    padding: 4px 12px;
    text-align: center;
}

.feather {
    width: 18px;
    height: 18px;
}

/*----------------- 4. Bootstrap Classes -----------------------*/
.btn.focus,
.btn:focus {
    box-shadow: unset;
}

.btn-white {
    background-color: #fff;
    border-color: #e7eaf3;
}

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

.bg-primary,
.badge-primary {
    background-color: #1a1549 !important;
}

.darker-blue {
    background: #7539ff !important;
}

a.bg-primary:focus,
a.bg-primary:hover,
button.bg-primary:focus,
button.bg-primary:hover {
    background-color: #621aff !important;
}

.bg-success,
.badge-success {
    background-color: #22cc62 !important;
}

a.bg-success:focus,
a.bg-success:hover,
button.bg-success:focus,
button.bg-success:hover {
    background-color: #1eae55 !important;
}

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

a.bg-info:focus,
a.bg-info:hover,
button.bg-info:focus,
button.bg-info:hover {
    background-color: #028ee1 !important;
}

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

a.bg-warning:focus,
a.bg-warning:hover,
button.bg-warning:focus,
button.bg-warning:hover {
    background-color: #e9ab2e !important;
}

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

a.bg-danger:focus,
a.bg-danger:hover,
button.bg-danger:focus,
button.bg-danger:hover {
    background-color: #e63333 !important;
}

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

.bg-purple,
.badge-purple {
    background-color: #9368e9 !important;
}

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

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

.text-danger,
.dropdown-menu>li>a.text-danger {
    color: #ef3737 !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: #757575 !important;
}

.btn-primary {
    background-color: #1a1549 !important;
    border: 1px solid #1a1549 !important;
    color: #fff !important;
}

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

.br-10 {
    border-radius: 10px !important;
}

.ck.ck-editor__main>.ck-editor__editable:not(.ck-focused) {
    border-color: var(--ck-color-base-border);
    height: 400px;
}

.btn-secondary {
    color: #fff !important;
    background-color: #6c757d !important;
    border-color: #6c757d;
}

.right {
    text-align: right !important
}

.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: #99103b !important;
    border: 1px solid #99103b !important;
}

.btn-primary.active:not(:disabled):not(.disabled),
.btn-primary:active:not(:disabled):not(.disabled),
.show>.btn-primary.dropdown-toggle {
    background-color: #621aff;
    border-color: #621aff;
    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: #1a1549;
    border-color: #1a1549;
    color: #fff;
}

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

.btn-success {
    background-color: #22cc62;
    border: 1px solid #22cc62
}

.btn-success:hover,
.btn-success:focus,
.btn-success.active,
.btn-success:active,
.open>.dropdown-toggle.btn-success {
    background-color: #1eae55;
    border: 1px solid #1eae55;
    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-color: #1eae55;
    border: 1px solid #1eae55
}

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

.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: #22cc62;
    border-color: #22cc62;
    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:not(:disabled):not(.disabled),
.btn-info:active:not(:disabled):not(.disabled),
.show>.btn-info.dropdown-toggle {
    background-color: #028ee1;
    border-color: #028ee1;
    color: #fff;
}

.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-color: #ffbc34;
    border: 1px solid #ffbc34
}

.btn-warning:hover,
.btn-warning:focus,
.btn-warning.active,
.btn-warning:active,
.open>.dropdown-toggle.btn-warning {
    background-color: #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-color: #e9ab2e;
    border: 1px solid #e9ab2e
}

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

.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;
}

.badge-secondary {
    background-color: #621aff !important;
}

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

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

.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-color: #ec1313;
    border: 1px solid #ec1313;
}

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

.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-light.active:focus:not(:disabled):not(.disabled),
.btn-light:active:focus:not(:disabled):not(.disabled),
.show>.btn-light.dropdown-toggle:focus {
    box-shadow: unset;
}

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

.btn-outline-primary {
    color: #1a1549;
    border-color: #1a1549;
}

.btn-outline-primary:hover {
    background-color: #1a1549;
    border-color: #1a1549;
}

.btn-outline-primary:focus,
.btn-outline-primary.focus {
    box-shadow: none;
}

.btn-outline-primary.disabled,
.btn-outline-primary:disabled {
    color: #1a1549;
    background-color: transparent;
}

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

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

.btn-outline-success {
    color: #22cc62;
    border-color: #22cc62;
}

.btn-outline-success:hover {
    background-color: #22cc62;
    border-color: #22cc62;
}

.btn-outline-success:focus,
.btn-outline-success.focus {
    box-shadow: none;
}

.btn-outline-success.disabled,
.btn-outline-success:disabled {
    color: #22cc62;
    background-color: transparent;
}

.btn-outline-success:not(:disabled):not(.disabled):active,
.btn-outline-success:not(:disabled):not(.disabled).active,
.show>.btn-outline-success.dropdown-toggle {
    background-color: #22cc62;
    border-color: #22cc62;
}

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

.btn-outline-info {
    color: #00bcd4;
    border-color: #00bcd4;
}

.btn-outline-info:hover {
    color: #fff;
    background-color: #00bcd4;
    border-color: #00bcd4;
}

.btn-outline-info:focus,
.btn-outline-info.focus {
    box-shadow: none;
}

.btn-outline-info.disabled,
.btn-outline-info:disabled {
    background-color: transparent;
    color: #00bcd4;
}

.btn-outline-info:not(:disabled):not(.disabled):active,
.btn-outline-info:not(:disabled):not(.disabled).active,
.show>.btn-outline-info.dropdown-toggle {
    background-color: #00bcd4;
    border-color: #00bcd4;
}

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

.btn-outline-warning {
    color: #ffbc34;
    border-color: #ffbc34;
}

.btn-outline-warning:hover {
    color: #212529;
    background-color: #ffbc34;
    border-color: #ffbc34;
}

.btn-outline-warning:focus,
.btn-outline-warning.focus {
    box-shadow: none;
}

.btn-outline-warning.disabled,
.btn-outline-warning:disabled {
    background-color: transparent;
    color: #ffbc34;
}

.btn-outline-warning:not(:disabled):not(.disabled):active,
.btn-outline-warning:not(:disabled):not(.disabled).active,
.show>.btn-outline-warning.dropdown-toggle {
    color: #212529;
    background-color: #ffbc34;
    border-color: #ffbc34;
}

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

.btn-outline-danger {
    color: #ef3737;
    border-color: #ef3737;
}

.btn-outline-danger:hover {
    color: #fff;
    background-color: #ef3737;
    border-color: #ef3737;
}

.btn-outline-danger:focus,
.btn-outline-danger.focus {
    box-shadow: none;
}

.btn-outline-danger.disabled,
.btn-outline-danger:disabled {
    background-color: transparent;
    color: #ef3737;
}

.btn-outline-danger:not(:disabled):not(.disabled):active,
.btn-outline-danger:not(:disabled):not(.disabled).active,
.show>.btn-outline-danger.dropdown-toggle {
    background-color: #ef3737;
    border-color: #ef3737;
}

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

.btn-outline-light {
    color: #ababab;
    border-color: #e6e6e6;
}

.btn-outline-light.disabled,
.btn-outline-light:disabled {
    color: #ababab;
}

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

.pagination>li>a,
.pagination>li>span {
    color: #1a1549;
}

.page-link:hover {
    color: #1a1549;
}

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

.page-item.active .page-link {
    background-color: #1a1549;
    border-color: #1a1549;
}

.dropdown-menu {
    border: 1px solid #eff2f7;
    border-radius: .8rem;
    transform-origin: left top 0;
    background-color: #fff;
    box-shadow: 0 0 1.25rem rgba(31, 45, 61, .08);
}

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

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

.card {
    background: #fff;
    -webkit-box-shadow: 0 0 13px 0 rgba(82, 63, 105, 0.05);
    box-shadow: 0 0 13px 0 rgba(82, 63, 105, 0.05);
    margin-bottom: 10px;
    border-radius: 20px;
}

.card-body {
    position: relative;
    padding: 0.75rem !important;
}

.card .card-header {
    border-color: #f0f1f5;
    background-color: #fff;
    padding: 1.5rem 1.875rem 1.25rem;
}

.card-header:first-child {
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}

.card-footer:last-child {
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
}

.card-footer {
    background-color: #fff;
    border-top: 1px solid #e6e6e6;
    padding: 1rem;
}

.table .thead-light th {
    /* color: #495057;
     */
    line-height: 27px;
    color: #fff;
    background-color: #1a1549;
    border-color: #1a1549;
}

.card .card-header .card-title {
    margin-bottom: 0;
}

.modal-footer.text-left {
    text-align: left;
}

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

.btn-light {
    border-color: #e6e6e6;
    color: #a6a6a6;
}

.bootstrap-datetimepicker-widget table td.active,
.bootstrap-datetimepicker-widget table td.active:hover {
    background-color: #1a1549;
    text-shadow: unset;
}

.bootstrap-datetimepicker-widget table td.today:before {
    border-bottom-color: #1a1549;
}

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

.bg-primary-light {
    background-color: rgba(17, 148, 247, 0.12) !important;
    color: #2196f3 !important;
}

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

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

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

.bg-purple-light {
    background-color: rgba(197, 128, 255, 0.12) !important;
    color: #c580ff !important;
}

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

/*----------------- 5. 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: 13px;
    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: 22px;
}

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

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

/*----------------- 6. Select2 -----------------------*/
.select2-container .select2-selection--single {
    border: 1px solid #ddd;
    height: 40px;
}

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

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #ddd 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;
}

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

.select2-container .select2-selection--single .select2-selection__rendered {
    padding-right: 30px;
    padding-left: 15px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #333;
    font-size: 15px;
    font-weight: normal;
    line-height: 38px;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #1a1549;
}

.select2-container--default .select2-selection--multiple {
    border: 1px solid #ddd;
    min-height: 40px;
    max-height: 40px;
}

/*----------------- 7. Nav Tabs -----------------------*/
.nav-tabs {
    border-bottom: 1px solid #e6e6e6;
}

.card-header-tabs {
    border-bottom: 0;
}

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

.nav-tabs>li>a:hover,
.nav-tabs>li>a:focus {
    border-color: transparent;
    color: #333;
}

.nav-tabs.nav-tabs-solid>li>a {
    color: #333;
}

.nav-tabs.nav-tabs-solid>.active>a,
.nav-tabs.nav-tabs-solid>.active>a:hover,
.nav-tabs.nav-tabs-solid>.active>a:focus {
    background-color: #1a1549;
    border-color: #1a1549;
    color: #fff;
}

.tab-content {
    padding-top: 20px;
}

.nav-tabs .nav-link {
    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;
    padding: 10px 30px;
}

.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: #1a1549;
    border-color: #1a1549;
    color: #fff;
    padding: 10px 30px;
}

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

.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;
}

.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: #1a1549;
}

.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: #1a1549;
    background-color: transparent;
    transition: none 0s ease 0s;
    -moz-transition: none 0s ease 0s;
    -o-transition: none 0s ease 0s;
    -transition: none 0s ease 0s;
    -webkit-transition: none 0s ease 0s;
}

.nav-tabs.nav-tabs-solid {
    background-color: #fafafa;
    border: 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;
}

/*----------------- 8. Components -----------------------*/
.section-header {
    margin-bottom: 1.875rem;
}

.section-header .section-title {
    color: #333;
}

.line {
    background-color: #1a1549;
    height: 2px;
    margin: 0;
    width: 60px;
}

.comp-buttons .btn {
    margin-bottom: 5px;
}

.pagination-box .pagination {
    margin-top: 0;
}

.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;
}

.row.row-sm {
    margin-left: -3px;
    margin-right: -3px;
}

.row.row-sm>div {
    padding-left: 3px;
    padding-right: 3px;
}

.avatar {
    position: relative;
    display: inline-block;
    width: 3rem;
    height: 3rem
}

.avatar>img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.avatar-title {
    width: 100%;
    height: 100%;
    background-color: #1a1549;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.avatar-away:before,
.avatar-offline:before,
.avatar-online:before {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 25%;
    height: 25%;
    border-radius: 50%;
    content: '';
    border: 2px solid #fff;
}

.avatar-online:before {
    background-color: #22cc62;
}

.avatar-offline:before {
    background-color: #ef3737;
}

.avatar-away:before {
    background-color: #ffbc34;
}

.avatar .border {
    border-width: 3px !important;
}

.avatar .rounded {
    border-radius: 6px !important;
}

.avatar .avatar-title {
    font-size: 18px;
}

.avatar-xs {
    width: 1.65rem;
    height: 1.65rem;
}

.avatar-xs .border {
    border-width: 2px !important;
}

.avatar-xs .rounded {
    border-radius: 4px !important;
}

.avatar-xs .avatar-title {
    font-size: 12px;
}

.avatar-xs.avatar-away:before,
.avatar-xs.avatar-offline:before,
.avatar-xs.avatar-online:before {
    border-width: 1px;
}

.avatar-sm {
    width: 2.5rem;
    height: 2.5rem;
}

.avatar-sm .border {
    border-width: 3px !important;
}

.avatar-sm .rounded {
    border-radius: 4px !important;
}

.avatar-sm .avatar-title {
    font-size: 15px;
}

.avatar-sm.avatar-away:before,
.avatar-sm.avatar-offline:before,
.avatar-sm.avatar-online:before {
    border-width: 2px;
}

.avatar-lg {
    width: 3.75rem;
    height: 3.75rem;
}

.avatar-lg .border {
    border-width: 3px !important;
}

.avatar-lg .rounded {
    border-radius: 8px !important;
}

.avatar-lg .avatar-title {
    font-size: 24px;
}

.avatar-lg.avatar-away:before,
.avatar-lg.avatar-offline:before,
.avatar-lg.avatar-online:before {
    border-width: 3px;
}

.avatar-xl {
    width: 5rem;
    height: 5rem;
}

.avatar-xl .border {
    border-width: 4px !important;
}

.avatar-xl .rounded {
    border-radius: 8px !important;
}

.avatar-xl .avatar-title {
    font-size: 28px;
}

.avatar-xl.avatar-away:before,
.avatar-xl.avatar-offline:before,
.avatar-xl.avatar-online:before {
    border-width: 4px;
}

.avatar-xxl {
    width: 5.125rem;
    height: 5.125rem;
}

.avatar-xxl .border {
    border-width: 6px !important;
}

.avatar-xxl .rounded {
    border-radius: 8px !important;
}

.avatar-xxl .avatar-title {
    font-size: 30px;
}

.avatar-xxl.avatar-away:before,
.avatar-xxl.avatar-offline:before,
.avatar-xxl.avatar-online:before {
    border-width: 4px;
}

.avatar-group {
    display: inline-flex;
}

.avatar-group .avatar+.avatar {
    margin-left: -.75rem;
}

.avatar-group .avatar-xs+.avatar-xs {
    margin-left: -.40625rem;
}

.avatar-group .avatar-sm+.avatar-sm {
    margin-left: -.625rem;
}

.avatar-group .avatar-lg+.avatar-lg {
    margin-left: -1rem;
}

.avatar-group .avatar-xl+.avatar-xl {
    margin-left: -1.28125rem;
}

.avatar-group .avatar:hover {
    z-index: 1;
}

/*----------------- 9. Header -----------------------*/
.header {
    background: #fff;
    box-shadow: 0 0 13px 0 rgba(82, 63, 105, 0.05);
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 1;
    height: 60px;
    border-radius: 0px;
}

.header .header-left {
    float: left;
    height: 60px;
    padding: 0 20px;
    position: relative;
    text-align: center;
    width: 240px;
    z-index: 1;
    transition: all 0.2s ease-in-out;
}

.header .header-left .logo {
    display: inline-block;
    /* line-height: 60px; */
        padding: 9px;
   
}
.header .header-left .logo img, .mini-sidebar .header-left .logo img{
 margin-top:0 !important;
}
.header .header-left .logo img {
    max-height: 45px;
    width: auto;
}

.header-left .logo.logo-small {
    display: none;
}

.header .dropdown-menu>li>a {
    position: relative;
}

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

.header .has-arrow .dropdown-toggle:after {
    border-top: 0;
    border-left: 0;
    border-bottom: 2px solid #333;
    border-right: 2px solid #333;
    content: '';
    height: 8px;
    display: inline-block;
    pointer-events: none;
    -webkit-transform-origin: 66% 66%;
    -transform-origin: 66% 66%;
    transform-origin: 66% 66%;
    -webkit-transform: rotate(45deg);
    -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);
    -transform: rotate(-135deg);
    transform: rotate(-135deg);
}

.user-menu {
    float: right;
    margin: 0;
    position: relative;
    z-index: 99;
    display: flex !important;
    padding-right: 20px;
}

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

.user-menu.nav>li>a:hover i,
.user-menu.nav>li>a:focus i {
    opacity: .8;
}

.user-img {
    display: inline-block;
    margin-right: 3px;
    position: relative;
}

.user-img img {
    width: 32px;
    border-radius: 50%;
}

.dropdown-item img {
    margin-right: 5px;
}

.user-menu.nav>li>a.mobile_btn {
    border: 0;
    position: relative;
    padding: 0;
    margin: 0;
    cursor: pointer
}

.user-menu .dropdown-menu {
    min-width: 200px;
    padding: 0;
}

.user-menu .dropdown-menu .dropdown-item {
    display: flex;
    align-items: center;
    padding: 10px 15px;
}

.user-menu .dropdown-menu .dropdown-item:hover {
    color: #1a1549;
    background-color: transparent;
}

.header .dropdown-menu>li>a:focus,
.header .dropdown-menu>li>a:hover {
    background-color: #1a1549;
    color: #fff;
}

.header .dropdown-menu>li>a:focus i,
.header .dropdown-menu>li>a:hover i {
    color: #fff;
}

.header .dropdown-menu>li>a {
    padding: 10px 18px;
}

.header .dropdown-menu>li>a i {
    color: #1a1549;
    margin-right: 10px;
    text-align: center;
    width: 18px;
}

.header .user-menu .dropdown-menu>li>a i {
    color: #1a1549;
    font-size: 16px;
    margin-right: 10px;
    min-width: 18px;
    text-align: center;
}

.header .user-menu .dropdown-menu>li>a:focus i,
.header .user-menu .dropdown-menu>li>a:hover i {
    color: #fff;
}

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

.slide-nav .sidebar {
    margin-left: 0;
}

.menu-title {
    color: #a3a3a3;
    display: block;
    font-size: 14px;
    margin-bottom: 5px;
    padding: 0 25px;
}

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

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

html.menu-opened {
    overflow: hidden;
}

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

/*----------------- 10. Chat -----------------------*/
.chat-window {
    display: flex;
    flex-wrap: wrap;
    position: relative;
    margin-bottom: 1.875rem;
    box-shadow: 0 0 13px 0 rgba(82, 63, 105, 0.05);
    border-radius: 20px;
    overflow: hidden;
}

.chat-window .chat-cont-left {
    border-right: 1px solid #e5e5e5;
    flex: 0 0 35%;
    left: 0;
    max-width: 35%;
    position: relative;
    z-index: 4;
}

.chat-window .chat-cont-left .chat-header {
    align-items: center;
    background-color: #fff;
    border-bottom: 1px solid #e5e5e5;
    color: #324148;
    display: flex;
    height: 72px;
    justify-content: space-between;
    padding: 0 15px;
}

.chat-window .chat-cont-left .chat-header span {
    font-size: 20px;
    font-weight: 600;
    text-transform: capitalize;
}

.chat-window .chat-cont-left .chat-header .chat-compose {
    color: #8a8a8a;
    display: inline-flex;
}

.chat-window .chat-cont-left .chat-search {
    background-color: #f5f5f6;
    border-bottom: 1px solid #e5e5e5;
    padding: 10px 15px;
    width: 100%;
}

.chat-window .chat-cont-left .chat-search .input-group {
    width: 100%;
}

.chat-window .chat-cont-left .chat-search .input-group .form-control {
    background-color: #fff;
    border-radius: 50px;
    padding-left: 36px;
}

.chat-window .chat-cont-left .chat-search .input-group .form-control:focus {
    border-color: #ccc;
    box-shadow: none;
}

.chat-window .chat-cont-left .chat-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;
}

.chat-window .chat-scroll {
    max-height: calc(100vh - 255px);
    overflow-y: auto;
}

.chat-window .chat-cont-left .chat-users-list {
    background-color: #fff;
}

.chat-window .chat-cont-left .chat-users-list a.media {
    border-bottom: 1px solid #e5e5e5;
    padding: 10px 15px;
    transition: all 0.2s ease 0s;
}

.chat-window .chat-cont-left .chat-users-list a.media:last-child {
    border-bottom: 0;
}

.chat-window .chat-cont-left .chat-users-list a.media .media-img-wrap {
    margin-right: 15px;
    position: relative;
}

.chat-window .chat-cont-left .chat-users-list a.media .media-img-wrap .avatar {
    height: 45px;
    width: 45px;
}

.chat-window .chat-cont-left .chat-users-list a.media .media-img-wrap .status {
    bottom: 7px;
    height: 10px;
    right: 4px;
    position: absolute;
    width: 10px;
    border: 2px solid #fff;
}

.chat-window .chat-cont-left .chat-users-list a.media .media-body {
    display: flex;
    justify-content: space-between;
}

.chat-window .chat-cont-left .chat-users-list a.media .media-body>div:first-child .user-name,
.chat-window .chat-cont-left .chat-users-list a.media .media-body>div:first-child .user-last-chat {
    max-width: 250px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.chat-window .chat-cont-left .chat-users-list a.media .media-body>div:first-child .user-name {
    color: #333;
    text-transform: capitalize;
}

.chat-window .chat-cont-left .chat-users-list a.media .media-body>div:first-child .user-last-chat {
    color: #8a8a8a;
    font-size: 14px;
    line-height: 24px;
}

.chat-window .chat-cont-left .chat-users-list a.media .media-body>div:last-child {
    text-align: right;
}

.chat-window .chat-cont-left .chat-users-list a.media .media-body>div:last-child .last-chat-time {
    color: #8a8a8a;
    font-size: 13px;
}

.chat-window .chat-cont-left .chat-users-list a.media:hover {
    background-color: #f5f5f6;
}

.chat-window .chat-cont-left .chat-users-list a.media.read-chat .media-body>div:last-child .last-chat-time {
    color: #8a8a8a;
}

.chat-window .chat-cont-left .chat-users-list a.media.active {
    background-color: #f5f5f6;
}

.chat-window .chat-cont-right {
    flex: 0 0 65%;
    max-width: 65%;
}

.chat-window .chat-cont-right .chat-header {
    align-items: center;
    background-color: #fff;
    border-bottom: 1px solid #e5e5e5;
    display: flex;
    height: 72px;
    justify-content: space-between;
    padding: 0 15px;
}

.chat-window .chat-cont-right .chat-header .back-user-list {
    display: none;
    margin-right: 5px;
    margin-left: -7px;
}

.chat-window .chat-cont-right .chat-header .media {
    align-items: center;
}

.chat-window .chat-cont-right .chat-header .media .media-img-wrap {
    position: relative;
    display: flex;
    align-items: center;
    margin-right: 15px;
}

.chat-window .chat-cont-right .chat-header .media .media-img-wrap .avatar {
    height: 50px;
    width: 50px;
}

.chat-window .chat-cont-right .chat-header .media .media-img-wrap .status {
    border: 2px solid #fff;
    bottom: 0;
    height: 10px;
    position: absolute;
    right: 3px;
    width: 10px;
}

.chat-window .chat-cont-right .chat-header .media .media-body .user-name {
    color: #333;
    font-size: 16px;
    font-weight: 600;
    text-transform: capitalize;
}

.chat-window .chat-cont-right .chat-header .media .media-body .user-status {
    color: #666;
    font-size: 14px;
}

.chat-window .chat-cont-right .chat-header .chat-options {
    display: flex;
}

.chat-window .chat-cont-right .chat-header .chat-options>a {
    align-items: center;
    border-radius: 50%;
    color: #8a8a8a;
    display: inline-flex;
    height: 30px;
    justify-content: center;
    margin-left: 10px;
    width: 30px;
}

.chat-window .chat-cont-right .chat-body {
    background-color: #f5f5f6;
}

.chat-window .chat-cont-right .chat-body ul.list-unstyled {
    margin: 0 auto;
    padding: 15px;
    width: 100%;
}

.chat-window .chat-cont-right .chat-body .media .avatar {
    height: 30px;
    width: 30px;
}

.chat-window .chat-cont-right .chat-body .media .media-body {
    margin-left: 20px;
}

.chat-window .chat-cont-right .chat-body .media .media-body .msg-box>div {
    padding: 10px 15px;
    border-radius: .25rem;
    display: inline-block;
    position: relative;
}

.chat-window .chat-cont-right .chat-body .media .media-body .msg-box>div p {
    color: #333;
    margin-bottom: 0;
}

.chat-window .chat-cont-right .chat-body .media .media-body .msg-box+.msg-box {
    margin-top: 5px;
}

.chat-window .chat-cont-right .chat-body .media.received {
    margin-bottom: 20px;
}

.chat-window .chat-cont-right .chat-body .media:last-child {
    margin-bottom: 0;
}

.chat-window .chat-cont-right .chat-body .media.received .media-body .msg-box>div {
    background-color: #fff;
}

.chat-window .chat-cont-right .chat-body .media.sent {
    margin-bottom: 20px;
}

.chat-window .chat-cont-right .chat-body .media.sent .media-body {
    align-items: flex-end;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    margin-left: 0;
}

.chat-window .chat-cont-right .chat-body .media.sent .media-body .msg-box>div {
    background-color: #e3e3e3;
}

.chat-window .chat-cont-right .chat-body .media.sent .media-body .msg-box>div p {
    color: #333;
}

.chat-window .chat-cont-right .chat-body .chat-date {
    font-size: 14px;
    margin: 1.875rem 0;
    overflow: hidden;
    position: relative;
    text-align: center;
    text-transform: capitalize;
}

.chat-window .chat-cont-right .chat-body .chat-date:before {
    background-color: #e0e3e4;
    content: "";
    height: 1px;
    margin-right: 28px;
    position: absolute;
    right: 50%;
    top: 50%;
    width: 100%;
}

.chat-window .chat-cont-right .chat-body .chat-date:after {
    background-color: #e0e3e4;
    content: "";
    height: 1px;
    left: 50%;
    margin-left: 28px;
    position: absolute;
    top: 50%;
    width: 100%;
}

.chat-window .chat-cont-right .chat-footer {
    background-color: #fff;
    border-top: 1px solid #e0e3e4;
    padding: 10px 15px;
    position: relative;
}

.chat-window .chat-cont-right .chat-footer .input-group {
    width: 100%;
}

.chat-window .chat-cont-right .chat-footer .input-group .form-control {
    background-color: #f5f5f6;
    border: none;
    border-radius: 50px;
}

.chat-window .chat-cont-right .chat-footer .input-group .form-control:focus {
    background-color: #f5f5f6;
    border: none;
    box-shadow: none;
}

.chat-window .chat-cont-right .chat-footer .input-group .input-group-prepend .btn,
.chat-window .chat-cont-right .chat-footer .input-group .input-group-append .btn {
    background-color: transparent;
    border: none;
    color: #9f9f9f;
}

.chat-window .chat-cont-right .chat-footer .input-group .input-group-append .btn.msg-send-btn {
    background-color: #1a1549;
    border-color: #1a1549;
    border-radius: 50%;
    color: #fff;
    margin-left: 10px;
}

.msg-typing {
    width: auto;
    height: 24px;
    padding-top: 8px
}

.msg-typing span {
    height: 8px;
    width: 8px;
    float: left;
    margin: 0 1px;
    background-color: #a0a0a0;
    display: block;
    border-radius: 50%;
    opacity: .4
}

.msg-typing span:nth-of-type(1) {
    animation: 1s blink infinite .33333s
}

.msg-typing span:nth-of-type(2) {
    animation: 1s blink infinite .66666s
}

.msg-typing span:nth-of-type(3) {
    animation: 1s blink infinite .99999s
}

.chat-window .chat-cont-right .chat-body .media.received .media-body .msg-box {
    position: relative;
}

.chat-window .chat-cont-right .chat-body .media.received .media-body .msg-box:first-child:before {
    border-bottom: 6px solid transparent;
    border-right: 6px solid #fff;
    border-top: 6px solid transparent;
    content: "";
    height: 0;
    left: -6px;
    position: absolute;
    right: auto;
    top: 8px;
    width: 0;
}

.chat-window .chat-cont-right .chat-body .media.sent .media-body .msg-box {
    padding-left: 50px;
    position: relative;
}

.chat-window .chat-cont-right .chat-body .media.sent .media-body .msg-box:first-child:before {
    border-bottom: 6px solid transparent;
    border-left: 6px solid #e3e3e3;
    border-top: 6px solid transparent;
    content: "";
    height: 0;
    left: auto;
    position: absolute;
    right: -6px;
    top: 8px;
    width: 0;
}

.chat-msg-info {
    align-items: center;
    display: flex;
    clear: both;
    flex-wrap: wrap;
    list-style: none;
    padding: 0;
    margin: 5px 0 0;
}

.chat-msg-info li {
    font-size: 13px;
    padding-right: 16px;
    position: relative;
}

.chat-msg-info li:not(:last-child):after {
    position: absolute;
    right: 8px;
    top: 50%;
    content: '';
    height: 4px;
    width: 4px;
    background: #d2dde9;
    border-radius: 50%;
    transform: translate(50%, -50%)
}

.chat-window .chat-cont-right .chat-body .media.sent .media-body .msg-box .chat-msg-info li:not(:last-child)::after {
    right: auto;
    left: 8px;
    transform: translate(-50%, -50%);
    background: #aaa;
}

.chat-window .chat-cont-right .chat-body .media.received .media-body .msg-box>div .chat-time {
    color: rgba(50, 65, 72, 0.4);
}

.chat-window .chat-cont-right .chat-body .media.sent .media-body .msg-box>div .chat-time {
    color: rgba(50, 65, 72, 0.4);
}

.chat-msg-info li a {
    color: #777;
}

.chat-msg-info li a:hover {
    color: #2c80ff
}

.chat-seen i {
    color: #00d285;
    font-size: 16px;
}

.chat-msg-attachments {
    padding: 4px 0;
    display: flex;
    width: 100%;
    margin: 0 -1px
}

.chat-msg-attachments>div {
    margin: 0 1px
}

.chat-window .chat-cont-right .chat-body .media.sent .media-body .msg-box>div .chat-msg-info {
    flex-direction: row-reverse;
}

.chat-window .chat-cont-right .chat-body .media.sent .media-body .msg-box>div .chat-msg-attachments {
    flex-direction: row-reverse
}

.chat-window .chat-cont-right .chat-body .media.sent .media-body .msg-box>div .chat-msg-info li {
    padding-left: 16px;
    padding-right: 0;
    position: relative;
}

.chat-attachment img {
    max-width: 100%;
}

.chat-attachment {
    position: relative;
    max-width: 130px;
    overflow: hidden;
}

.chat-attachment {
    border-radius: .25rem;
}

.chat-attachment:before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #000;
    content: "";
    opacity: 0.4;
    transition: all .4s;
}

.chat-attachment:hover:before {
    opacity: 0.6;
}

.chat-attach-caption {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    color: #fff;
    padding: 7px 15px;
    font-size: 13px;
    opacity: 1;
    transition: all .4s;
}

.chat-attach-download {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
    transition: all .4s;
    color: #fff;
    width: 32px;
    line-height: 32px;
    background: rgba(255, 255, 255, 0.2);
    text-align: center;
}

.chat-attach-download:hover {
    color: #495463;
    background: #fff;
}

.chat-attachment:hover .chat-attach-caption {
    opacity: 0;
}

.chat-attachment:hover .chat-attach-download {
    opacity: 1;
}

.chat-attachment-list {
    display: flex;
    margin: -5px;
}

.chat-attachment-list li {
    width: 33.33%;
    padding: 5px;
}

.chat-attachment-item {
    border: 5px solid rgba(230, 239, 251, 0.5);
    height: 100%;
    min-height: 60px;
    text-align: center;
    font-size: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.chat-window .chat-cont-right .chat-body .media.sent .media-body .msg-box>div:hover .chat-msg-actions {
    opacity: 1;
}

.chat-msg-actions {
    position: absolute;
    left: -30px;
    top: 50%;
    transform: translateY(-50%);
    opacity: 0;
    transition: all .4s;
    z-index: 2;
}

.chat-msg-actions>a {
    padding: 0 10px;
    color: #495463;
    font-size: 24px;
}

.chat-msg-actions>a:hover {
    color: #2c80ff;
}

@keyframes blink {
    50% {
        opacity: 1
    }
}

.btn-file {
    align-items: center;
    display: inline-flex;
    font-size: 20px;
    justify-content: center;
    overflow: hidden;
    padding: 0 0.75rem;
    position: relative;
    vertical-align: middle;
}

.btn-file input {
    cursor: pointer;
    filter: alpha(opacity=0);
    font-size: 23px;
    height: 100%;
    margin: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
}

/*----------------- 11. Search -----------------------*/
.top-nav-search {
    float: left;
    margin-left: 15px;
}

.top-nav-search form {
    margin-top: 10px;
    position: relative;
    width: 230px;
}

.top-nav-search .form-control {
    border: 1px solid #e5e5e5;
    border-radius: .5rem;
    color: #333;
    height: 40px;
    padding: 10px 50px 10px 15px;
    box-shadow: rgb(209 243 255 / 33%) 0px 0.2px 3px 0.1px;
}

.top-nav-search .btn {
    background-color: transparent;
    border-color: transparent;
    color: #333;
    min-height: 40px;
    padding: 7px 15px;
    position: absolute;
    right: 0;
    top: 0;
}

.top-nav-search.active form {
    display: block;
    left: 0;
    position: absolute;
}

/*----------------- 12. Sidebar -----------------------*/
.sidebar {
    background-color: #1a1549;
    bottom: 0;
    left: 0;
    margin-top: 0;
    position: fixed;
    top: 60px;
    transition: all 0.2s ease-in-out 0s;
    width: 240px;
    /* z-index: 1001; */
    z-index: 9999;
    border-top-right-radius: 0px;
    box-shadow: 0 0 13px 0 rgba(82, 63, 105, 0.05);
    overflow-y: hidden;
}

.sidebar.opened {
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.sidebar-inner {
    height: 100%;
    min-height: 100%;
    transition: all 0.2s ease-in-out 0s;
}

.sidebar-menu ul {
    font-size: 15px;
    list-style-type: none;
    margin: 0;
    padding: 15px 0;
    position: relative;
}

.sidebar-menu li a {
    /* color: #555a64;
     */
    color: #b2b8c7;
    display: block;
    font-size: 15px;
    height: auto;
    padding: 0 20px;
}

.sidebar-menu li a:hover {
    color: #1a1549;
}

.sidebar-menu>ul>li>a:hover {
    /* background-color: rgba(118, 56, 255, 0.05);
     */
    color: #fff;
}

.sidebar-menu li.active>a {
    /*background-color: rgba(118, 56, 255, 0.05);
     */
    color: #fff;
    position: relative;
}

.sidebar-menu li.active>a::before {
    width: 4px;
    content: "";
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: #00aeef;
    -webkit-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

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

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

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

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

.sidebar-menu ul ul a.active {
    color: #1a1549;
}

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

.sidebar .sidebar-menu>ul>li>a span {
    transition: all 0.2s ease-in-out 0s;
    display: inline-block;
    margin-left: 10px;
    white-space: nowrap;
    line-height: 19px;
    padding-top: 5px;
}

.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;
}

.sidebar-menu ul ul a {
    display: block;
    font-size: 15px;
    padding: 7px 10px 7px 45px;
    position: relative;
}

/* .sidebar-menu ul ul a span {
     float: right;
     color: #FF9800;
} */
.mini-sidebar .sidebar-menu ul ul li a {
    padding-left: 16px;
}

.sidebar-menu ul ul li a:hover {
    color: #fff !important;
}

.sidebar-menu ul ul {
    display: none;
}

.sidebar-menu ul ul ul a {
    padding-left: 65px;
}

.sidebar-menu ul ul ul ul a {
    padding-left: 85px;
}

.sidebar-menu>ul>li {
    margin-bottom: 3px;
    position: relative;
}

.sidebar-menu>ul>li:last-child {
    margin-bottom: 25px;
}

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

.sidebar-menu .menu-arrow:before {
    /* content: "\f105"; */
    content: "";
    display: inline-block;
    width: 7px;
    height: 7px;
    border-right: 1px solid #ffffff;
    border-bottom: 1px solid #ffffff;
    transform: rotate(-45deg);
    margin-left: 5px;
    position: relative;
    top: 4px;
}
.sidebar-menu li.active .submenu a::before {
    display: none;
}
.sidebar-menu li a.subdrop .menu-arrow {
    -transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}

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

.sidebar-menu>ul>li>a {
    align-items: center;
    display: flex;
    justify-content: flex-start;
    padding: 12px 15px;
    position: relative;
    transition: all 0.2s ease-in-out 0s;
}

.sidebar-menu a svg {
    width: 18px;
}

.sidebar-menu ul li a i {
    display: inline-block;
    font-size: 13px;
    line-height: 24px;
    text-align: left;
    vertical-align: middle;
    width: 20px;
    transition: all 0.2s ease-in-out 0s;
}

.sidebar-menu ul li.menu-title a i {
    font-size: 16px !important;
    margin-right: 0;
    text-align: right;
    width: auto;
}

.sidebar-menu li a>.badge {
    color: #fff;
}

/*----------------- 13. Calendar -----------------------*/
.calendar-events {
    border: 1px solid transparent;
    cursor: move;
    padding: 10px 15px;
}

.calendar-events:hover {
    border-color: #e9e9e9;
    background-color: #fff;
}

.calendar-events i {
    margin-right: 8px;
}

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

.fc-toolbar.fc-header-toolbar {
    margin-bottom: 1.5rem;
}

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

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

.fc-day-grid-event .fc-time {
    font-family: 'Roboto', 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: 14px;
    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-basic-view .fc-day-number,
.fc-basic-view .fc-week-number {
    padding: 2px 5px;
}

.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: 16px;
}

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

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

.fc-state-down,
.fc-state-active,
.fc-state-disabled {
    background-color: #1a1549 !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;
    color: #fff !important;
    cursor: move;
    font-size: 13px;
    margin: 1px 7px;
    padding: 5px 5px;
    text-align: center;
}

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

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

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

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

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

/*----------------- 14. Inbox -----------------------*/
.dropdown-action {
    margin-bottom: 5px;
}

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

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

.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: #1a1549;
    font-weight: bold;
}

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

.table-inbox .starred.fas.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: 15px;
    margin-bottom: 0;
}

.table.table-inbox thead {
    background-color: #fff;
}

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

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

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

.note-editor.note-frame .btn-light {
    background-color: #f9f9f9;
    box-shadow: unset;
    color: #333;
}

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

.form-control.search-message {
    border-color: #ccc;
    border-radius: 4px;
    height: 38px;
    width: 180px;
}

.table-inbox tr {
    cursor: pointer;
}

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

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

/*----------------- 15. 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: 180px;
}

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

.attach-file {
    color: #777;
    font-size: 70px;
    padding: 10px;
    min-height: 138px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.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 {
    margin-top: 10px;
    min-width: 102px;
}

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

.sender-name {
    display: block;
}

.receiver-name {
    color: #777;
}

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

.mail-view-action {
    float: right;
}

.mail-sent-time {
    float: right;
}

.inbox-menu {
    display: inline-block;
    margin: 0 0 1.875rem;
    padding: 0;
    width: 100%;
}

.inbox-menu li {
    display: inline-block;
    width: 100%;
}

.inbox-menu li+li {
    margin-top: 2px;
}

.inbox-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;
}

.inbox-menu li a i {
    font-size: 16px;
    padding-right: 10px;
    color: #878787;
}

.inbox-menu li a:hover,
.inbox-menu li.active a,
.inbox-menu li a:focus {
    background: rgba(33, 33, 33, 0.05);
}

.compose-btn {
    margin-bottom: 1.875rem;
}

.compose-btn a {
    font-weight: 600;
    padding: 8px 15px;
}

/*----------------- 16. Error -----------------------*/
.error-page {
    align-items: center;
    color: #1f1f1f;
    display: flex;
}

.error-page .main-wrapper {
    display: flex;
    flex-wrap: wrap;
    height: auto;
    justify-content: center;
    width: 100%;
    min-height: unset;
}

.error-box {
    margin: 0 auto;
    max-width: 480px;
    padding: 1.875rem 0;
    text-align: center;
    width: 100%;
}

.error-box h1 {
    color: #1a1549;
    font-size: 10em;
}

.error-box p {
    margin-bottom: 1.875rem;
}

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

/*----------------- 17. Content -----------------------*/
.main-wrapper {
    width: 100%;
    height: 100vh;
    min-height: 100vh;
}

.page-wrapper {
    margin-left: 240px;
    padding-top: 60px;
    position: relative;
    transition: all 0.4s ease;
}

.page-wrapper>.content {
    /* padding: 1.875rem 1.875rem 0;
     */
    padding: 0.775rem 1.875rem 0;
}

.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;
}

.page-title {
    color: #333;
    margin-bottom: 5px;
}

/*----------------- 18. Login -----------------------*/
.login-body {
    display: table;
    height: 100vh;
    min-height: 100vh;
}

.logo-dark {
    max-width: 180px;
    margin: auto;
    display: block;
}

.login-wrapper {
    width: 100%;
    height: 100%;
    display: table-cell;
    vertical-align: middle;
    padding-top: 1.875rem;
}

.login-wrapper .loginbox {
    background-color: #fff;
    border-radius: 20px;
    box-shadow: 0 0 13px 0 rgba(82, 63, 105, 0.05);
    display: flex;
    margin: 1.875rem auto;
    max-width: 450px;
    width: 100%;
}

.login-wrapper .loginbox .login-left {
    align-items: center;
    background: linear-gradient(180deg, #8BC34A, #00bcd4);
    border-radius: 6px 0 0 6px;
    flex-direction: column;
    justify-content: center;
    padding: 80px;
    width: 450px;
    display: flex;
}

.login-wrapper .loginbox .login-right {
    align-items: center;
    display: flex;
    justify-content: center;
    padding: 2rem;
    width: 450px;
}

.login-wrapper .loginbox .login-right .login-right-wrap {
    max-width: 100%;
    flex: 0 0 100%;
}

.login-wrapper .loginbox .login-right h1 {
    font-size: 26px;
    font-weight: 500;
    margin-bottom: 5px;
    text-align: center;
}

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

.login-wrapper .loginbox .login-right .forgotpass a {
    color: #a0a0a0;
}

.login-wrapper .loginbox .login-right .forgotpass a:hover {
    color: #333;
    text-decoration: underline;
}

.login-wrapper .loginbox .login-right .dont-have {
    color: #a0a0a0;
    margin-top: 1.875rem;
}

.login-wrapper .loginbox .login-right .dont-have a {
    color: #333;
}

.login-wrapper .loginbox .login-right .dont-have a:hover {
    text-decoration: underline;
}

.social-login {
    text-align: center;
}

.social-login>span {
    color: #757575;
    margin-right: 8px;
}

.social-login>a {
    background-color: #ccc;
    border-radius: 4px;
    color: #fff;
    display: inline-block;
    font-size: 18px;
    height: 32px;
    line-height: 32px;
    margin-right: 6px;
    text-align: center;
    width: 32px;
}

.social-login>a:last-child {
    margin-right: 0;
}

.social-login>a.facebook {
    background-color: #4b75bd;
}

.social-login>a.google {
    background-color: #fe5240;
}

.login-or {
    color: #757575;
    margin-bottom: 20px;
    margin-top: 20px;
    padding-bottom: 10px;
    padding-top: 10px;
    position: relative;
}

.or-line {
    background-color: #e5e5e5;
    height: 1px;
    margin-bottom: 0;
    margin-top: 0;
    display: block;
}

.span-or {
    background-color: #fff;
    display: block;
    left: 50%;
    margin-left: -20px;
    position: absolute;
    text-align: center;
    text-transform: uppercase;
    top: 0;
    width: 42px;
}

.lock-user {
    margin-bottom: 20px;
    text-align: center;
}

.lock-user img {
    margin-bottom: 15px;
    width: 100px;
}

.toggle-password {
    position: absolute;
    right: 17px;
    top: 50%;
    transform: translateY(-50%);
    color: #757575;
    cursor: pointer;
}

.toggle-password.fa-eye {
    margin-right: 1px;
}

.pass-group {
    position: relative;
}

/*----------------- 19. Notifications -----------------------*/
.notifications {
    padding: 0;
}

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

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

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

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

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

.notifications .media>.avatar {
    margin-right: 10px;
}

.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: 14px;
    height: 40px;
    line-height: 40px;
    padding-left: 15px;
    padding-right: 15px;
}

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

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

.display-none {
    display: none;
}

.user-menu.nav>li>a .badge {
    background-color: #ef3737;
    display: block;
    font-size: 10px;
    font-weight: bold;
    min-height: 15px;
    min-width: 15px;
    color: #fff;
    position: absolute;
    right: 3px;
    top: 6px;
}

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

.user-menu.nav>li>a>svg {
    font-size: 1.5rem;
    line-height: 60px;
}

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

.noti-title {
    color: #333;
}

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

.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: 10px 15px;
    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;
}

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

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

.noti-time {
    margin: 0;
}

/*----------------- 20. Dashboard -----------------------*/
.dash-title {
    font-size: 14px;
    font-weight: 500;
}

.card-table .table td,
.card-table .table th {
    padding: 8px;
    font-size: 14px;
}

.card-table .card-body .table tr td,
.card-table .card-body .table tr th {
    border: 0.1px solid;
    border-color: #D0D0D0;
}

.dash-widget-icon {
    width: 3rem;
    height: 3rem;
    line-height: 3rem;
    font-size: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

.dash-count {
    font-size: 14px;
}

.dash-widget-info h3 {
    margin-bottom: 10px;
}

.dash-widget-header {
    align-items: center;
    display: flex;
}

.activity-feed {
    list-style: none;
    margin-bottom: 0;
    margin-left: 5px;
    padding: 0;
}

.activity-feed .feed-item {
    border-left: 2px solid #e4e8eb;
    padding-bottom: 19px;
    padding-left: 20px;
    position: relative;
}

.activity-feed .feed-item:last-child {
    border-color: transparent;
}

.activity-feed .feed-item:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: -7px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: #1a1549;
}

.activity-feed .feed-item .feed-date {
    display: block;
    position: relative;
    color: #777;
    text-transform: uppercase;
    font-size: 13px;
}

.activity-feed .feed-item .feed-text {
    color: #777;
    position: relative;
}

.activity-feed .feed-item .feed-text a {
    color: #333;
    font-weight: 600;
}

.modal-icon i {
    font-size: 42px;
    color: #6c757d;
}

.modal-footer {
    border-top: 0;
    padding-top: 0;
    padding-bottom: .75rem;
}

.add-remove i {
    font-size: 18px;
    cursor: pointer;
}

/*----------------- 21. Invoices -----------------------*/
.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: 36px;
    font-weight: 600;
}

.invoice-item .invoice-details {
    text-align: right;
    font-weight: 500
}

.invoice-item .invoice-details strong {
    color: #272b41
}

.invoice-item .invoice-details-two {
    text-align: left
}

.invoice-item .invoice-text {
    padding-top: 42px;
    padding-bottom: 36px
}

.invoice-item .invoice-text h2 {
    font-weight: 400
}

.invoice-info {
    margin-bottom: 30px;
}

.invoice-info p {
    margin-bottom: 0;
}

.invoice-info.invoice-info2 {
    text-align: right;
}

.invoice-item .customer-text {
    font-size: 18px;
    color: #272b41;
    font-weight: 600;
    margin-bottom: 8px;
    display: block
}

.invoice-table tr th,
.invoice-table tr td,
.invoice-table-two tr th,
.invoice-table-two tr td {
    color: #272b41;
    font-weight: 600;
    padding: 10px 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: 16px;
    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;
}

/*----------------- 22. Settings -----------------------*/
.settings-menu ul {
    display: block;
    padding: 0;
}

.settings-menu ul li+li {
    margin-top: 15px;
}

.settings-menu ul li a {
    color: #1a1549;
    padding: 0;
    border: 0 !important;
    display: inline-block;
}

.settings-menu ul li a:hover,
.settings-menu ul li a:focus {
    background-color: transparent !important;
    border: 0 !important;
}

.settings-menu ul li a.active {
    color: #1a1549 !important;
    border: 0;
}

.settings-menu ul li i {
    margin-right: 10px;
    font-size: 20px;
    min-width: 25px;
}

/*----------------- 23. Switch Buttons -----------------------*/
.toggle-switch {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer
}

.toggle-switch:not(.form-group) {
    margin-bottom: 0
}

.toggle-switch-input {
    position: absolute;
    z-index: -1;
    opacity: 0
}

.toggle-switch-content {
    -ms-flex: 1;
    flex: 1;
    margin-left: .5rem
}

.toggle-switch-label {
    position: relative;
    display: block;
    width: 3rem;
    height: 2rem;
    background-color: #e7eaf3;
    background-clip: content-box;
    border: .125rem solid transparent;
    border-radius: 6.1875rem;
    transition: .3s
}

.toggle-switch-indicator {
    position: absolute;
    left: .125rem;
    bottom: 50%;
    width: 1.5rem;
    height: 1.5rem;
    background-color: #fff;
    -webkit-transform: initial;
    transform: initial;
    box-shadow: 0 3px 6px 0 rgba(140, 152, 164, .25);
    border-radius: 50%;
    -webkit-transform: translate3d(0, 50%, 0);
    transform: translate3d(0, 50%, 0);
    transition: .3s
}

.toggle-switch-input:checked+.toggle-switch-label {
    background-color: #377dff
}

.toggle-switch-input:checked+.toggle-switch-label .toggle-switch-indicator {
    -webkit-transform: translate3d(1.025rem, 50%, 0);
    transform: translate3d(1.025rem, 50%, 0)
}

.toggle-switch-input.is-valid+.toggle-switch-label {
    background-color: #00c9a7
}

.toggle-switch-input.is-invalid+.toggle-switch-label {
    background-color: #ed4c78
}

.toggle-switch-input:disabled+.toggle-switch-label {
    background-color: rgba(231, 234, 243, .5)
}

.toggle-switch-input:checked:disabled+.toggle-switch-label {
    background-color: rgba(55, 125, 255, .5)
}

.toggle-switch-sm .toggle-switch-label {
    width: 2.5rem;
    height: 1.6125rem
}

.toggle-switch-sm .toggle-switch-indicator {
    width: 1.20938rem;
    height: 1.20938rem
}

.toggle-switch-sm .toggle-switch-input:checked+.toggle-switch-label .toggle-switch-indicator {
    -webkit-transform: translate3d(.81094rem, 50%, 0);
    transform: translate3d(.81094rem, 50%, 0)
}

/*----------------- 24. Profile -----------------------*/
.cal-icon {
    position: relative;
    width: 100%;
}

.replyDiv {
    display: none;
}

#sidebar-wrapper {
    z-index: 1000;
    position: fixed;
    right: 250px;
    width: 0;
    height: 100%;
    margin-right: -250px;
    overflow-y: auto;
    background: #222;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.cal-icon:after {
    color: #979797;
    content: "\f073";
    display: block;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 15px;
    margin: auto;
    position: absolute;
    right: 15px;
    top: 10px;
}

.profile-cover {
    position: relative;
    padding: 1.75rem 2rem;
    border-radius: .75rem;
    height: 10rem;
}

.profile-cover-wrap {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    height: 10rem;
    background-color: #e7eaf3;
    border-radius: .75rem;
}

.profile-cover-img {
    width: 100%;
    height: 10rem;
    -o-object-fit: cover;
    object-fit: cover;
    vertical-align: top;
    border-radius: .75rem;
}

.cover-content {
    position: relative;
    z-index: 1;
    padding: 1rem 2rem;
    position: absolute;
    bottom: 0;
    right: 0;
}

.custom-file-btn {
    position: relative;
    overflow: hidden;
}

.custom-file-btn-input {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    opacity: 0;
}

.profile-cover-avatar {
    display: -ms-flexbox;
    display: flex;
    margin: -6.3rem auto .5rem auto;
    border: 3px solid #fff;
    border-radius: 50%;
}

.profile-cover-avatar input[type="file"] {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: -1;
    opacity: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(19, 33, 68, .25);
    border-radius: 50%;
    transition: .2s;
}

.avatar-edit {
    position: absolute;
    bottom: 0;
    right: 0;
    cursor: pointer;
    border-radius: 50%;
    width: 36px;
    height: 36px;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    color: #677788;
    background-color: #fff;
    border-radius: 50%;
    transition: .2s;
    box-shadow: 0 3px 6px 0 rgba(140, 152, 164, .25);
}

.avatar-edit svg {
    width: 18px;
}

.card-table div.table-responsive>div.dataTables_wrapper>div.row:first-child {
    padding: 1.5rem 1.5rem 0;
}

.card-table div.table-responsive>div.dataTables_wrapper>div.row:last-child {
    padding: 0 1.5rem 1.5rem;
}

#filter_inputs {
    display: none;
}

.input-label {
    display: block;
    color: #1e2022;
    font-size: .875rem;
}

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

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

.card-body-height {
    height: 28rem;
    overflow: hidden;
    overflow-y: auto;
}

.profile-cover-avatar .avatar-img {
    display: block;
    max-width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    pointer-events: none;
    border-radius: 50%;
}

.profile-cover-avatar .avatar-img {
    display: block;
    max-width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    pointer-events: none;
    border-radius: 50%;
}

#toggle_btn i {
    font-size: 16px;
}

.fa-stack[data-count]:after {
    position: absolute;
    right: -1%;
    top: -22%;
    content: attr(data-count);
    font-size: 40%;
    padding: .7em;
    border-radius: 100%;
    line-height: .75em;
    color: white;
    background: rgba(255, 0, 0, .85);
    text-align: center;
    min-width: 20px;
    font-weight: bold;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

a#nitify_counts {
    width: 2.3rem;
    height: 2.3rem;
    background: #ddd;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    font-size: 1.2rem;
    text-decoration: none;
}

a#nitify_counts i {
    color: #1a1549;
}

.notificationIcons svg {
    width: 22px;
    height: 22px;
    stroke: #1a1549;
}

.user-menu.nav>li>a {
    display: flex;
    align-items: center;
    gap: 10px;
}

span.initial-wrap {
    width: 2.3rem;
    height: 2.3rem;
    overflow: hidden;
    border-radius: 6px;
    border: 2px solid #ccc;
    background: #e5f6ff;
    padding: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
}

span.initial-wrap img {
    width: 100%;
    vertical-align: top;
}

ul.nav.user-menu.align-items-center.notificationIcons {
    display: flex;
    align-items: center;
    gap: 0px;
}

.custom-breadcrumbs .breadcrumb {
    background: transparent;
    border-bottom: 2px solid #ddd;
    border-radius: 0;
}

.icon-box-wrap {
    border-radius: 6px;
}

.mini-sidebar .sidebar .sidebar-menu ul>li>a,
#toggle_btn {
    text-decoration: none;
}

.dash-widget-icon i {
    font-size: 15px;
    color: #fff;
}

.dashboard-row .card-body {
    padding: 8px !important;
}

.dash-widget-header {
    justify-content: space-between;
}

.icon-box-wrap {
    border-radius: 6px;
    position: relative;
    z-index: 0;
    /* overflow: hidden; */
}

.icon-box-wrap a.logo.logo-small {
    overflow: hidden;
    position: relative;
    height: 100%;
}

.icon-box-wrap .dash-title {
    font-size: 18px;
    color: #5D6772;
    font-weight: normal !important;
    letter-spacing: 0.3px;
}

.icon-box-wrap h2 {
    font-size: 20px;
}

/* .icon-box-wrap-bg:after {
     content: "";
     position: absolute;
     z-index: -1;
     right: 0;
     height: 100%;
     width: 100%;
     inset-inline-end: -1.85rem;
     background-image: url(../img/bg.png);
     background-repeat: no-repeat;
     opacity: 0.075;
     transform: scaleX(-1);
} */
/* .dash-widget-icon.bg-success, .dash-widget-icon.bg-info, .dash-widget-icon.bg-danger, .dash-widget-icon.bg-4, .dash-widget-icon.bg-5, .dash-widget-icon.bg-6 {
     border: 5px solid #ffffffcf;
} */
.icon-box-wrap .tab {
    display: flex;
    gap: 1px;
    align-items: center;
}

.placeTable .dataTables_wrapper .dataTables_paginate .paginate_button {
    position: relative;
    display: block !important;
    /* padding: .5rem .85rem !important; */
    margin-left: -1px !important;
    line-height: 1.25 !important;
    /* color: #007bff !important;
     */
    background-color: #fff !important;
    border: 1px solid #dee2e6 !important;
    font-size: 14px;
}

.placeTable .dataTables_wrapper .dataTables_paginate .paginate_button.current {
    background-color: #1a1549 !important;
    color: #fff !important;
}

.dataTables_paginate {
    display: flex;
    justify-content: end;
    align-items: center;
    margin-top: 20px;
}

.placeTable .dataTables_wrapper .dataTables_paginate span {
    display: flex;
}

table.dataTable thead .sorting {
    background-image: none;
}

table.dataTable>thead .sorting:before,
table.dataTable>thead .sorting_asc:before,
table.dataTable>thead .sorting_desc:before,
table.dataTable>thead .sorting_asc_disabled:before,
table.dataTable>thead .sorting_desc_disabled:before {
    right: 14px !important;
    content: "\f30c" !important;
    font-family: "Font Awesome 5 Free";
    top: 50% !important;
    color: #fff !important;
    font-size: 10px !important;
    opacity: 0.6 !important;
    position: absolute;
    line-height: 1px !important;
}

table.dataTable thead .sorting:after,
table.dataTable thead .sorting_asc:after,
table.dataTable thead .sorting_desc:after,
table.dataTable thead .sorting_asc_disabled:after,
table.dataTable thead .sorting_desc_disabled:after {
    right: 9px !important;
    content: "\f309" !important;
    font-family: "Font Awesome 5 Free";
    top: 50% !important;
    color: #fff !important;
    font-size: 10px !important;
    opacity: 0.6 !important;
    position: absolute;
    line-height: 1px !important;
}

a.ticket_ancher {
    text-decoration: underline;
    color: #99103bd6;
}

.btn.btn-sm i {
    font-size: 13px;
}

.custom-breadcrumbs-innerpage {
    border-bottom: 2px solid #ddd;
    padding: 11px;
    border-radius: 0;
}

.unreadmaill{
    background-color: #bababa !important;
}

.unreadmaill td:first-child:after {
    content: "\f0e0";
    position: absolute;
    top: 50%;
    right: 10px;
    font-family: 'Font Awesome 5 Free';
    color: #282453;
    transform: translateY(-50%);
}

.unreadmaill td:first-child {
    position: relative;
    padding-right: 30px;
}
table#Assigned .unreadmaill td:first-child:after {
    right: 27px;
}

.dashboard-row .card-body {
    padding: 8px !important;
}

a.ticket_ancher {
    text-decoration: underline;
    color: #99103bd6;
}

.custom-breadcrumbs-innerpage .page-title {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 22px;
    font-weight: 500;
    color: #1a1549;
}

.form-fields-curve input {
    border-radius: 4px;
    border-color: #ccc;
}

.gap-2 {
    gap: 0.5rem !important;
}

.btn-sizing {
    padding: 8px 9px !important;
    font-size: 12px !important;
    line-height: 14px !important;
}

.themesbutton {
    padding: 9px !important;
    font-size: 15px !important;
    line-height: 18px !important;
}

.color-theme-btn {
    background: #1a1549 !important;
    display: flex !important;
    align-items: center;
    gap: 5px;
    border-color: #1a1549 !important;
}

.sidebarCustom ul {
    padding: 0;
    /* border: 1px solid #ddd; */
    border-radius: 6px;
    background: #fff;
    margin-bottom: 0;
    overflow: hidden;
}

.itemDatas a {
    color: #1a1549;
    font-weight: 600;
}

.sidebarCustom ul li.active a {
    color: #fff;
}

.sidebarCustom ul li:hover a {
    color: #1a1549;
}

.sidebarCustom ul li {
    border-bottom: 1px solid #ddd;
    padding: 6px 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.sidebarCustom ul li.active {
    background: #1a1549;
    color: #fff;
}

.itemDatas a:hover {
    color: #1a1549;
}

.sidebarCustom ul li:hover {
    background: #efefef;
    color: #1a1549;
}

.email-card {
    border: 1px solid #ddd;
    background: #fff;
    border-radius: 6px;
    -webkit-box-shadow: 0 0 13px 0 rgba(82, 63, 105, 0.05);
    box-shadow: 0 0 13px 0 rgba(82, 63, 105, 0.05);
    margin-bottom: 10px;
}

.card-headers {
    border-bottom: 1px solid #ddd;
    padding: 14px;
    box-sizing: border-box;
    background: #dddddd70;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
}

.from-users {
    font-weight: 600;
    font-size: 15px;
    color: #1a1549;
}

.from-users-profilpic {
    width: 30px;
    height: 30px;
    border-radius: 100%;
    border: 1px solid #ddd;
    background: #ddd;
    padding: 2px;
}

.from-users-profilpic img {
    width: 100%;
}

.dropdownsItem {
    cursor: pointer;
    padding-top: 3px;
    margin-left: -3px;
}

.dropdownsItem i {
    font-size: 11px;
    font-weight: 600;
    transition: transform 0.3s ease;
}

.to-users label {
    padding-left: 7px;
    max-width: 30px;
    width: 100%;
    font-weight: 600;
}

.cc-users label {
    padding-left: 7px;
    max-width: 30px;
    width: 100%;
    font-weight: 600;
}

.cc-users {
    font-size: 14px;
    word-break: break-word;
}

.to-users {
    font-size: 14px;
    word-break: break-word;
}

.tickets-ids label,
.date-time {
    font-size: 14px;
    font-weight: 600;
    color: #000;
}

.tickets-ids,
.date-time {
    color: #6c757d;
    font-size: 12px;
    font-weight: 600;
}

.email-text-body .card-text {
    padding: 14px;
}

.email-text-body .card-text {
    overflow-x: auto;
}

.attachments-padding {
    padding: 0 14px;
    margin-bottom: 5px;
}

.tkt-forms input.form-control,
.tkt-forms select.form-control,
.tkt-forms .select2-selection {
    height: 40px !important;
}

.tkt-forms input#horns {
    height: 20px !important;
    width: 20px;
}

.input-group.input-group-custom .form-control {
    height: auto;
    padding: 9.55px;
}

.btn.btn-primary.custom-file-uploader {
    padding: 7px 9px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    height: 100%;
    display: flex;
    align-items: center;
}


.custom-file-uploader input[type='file'] {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 5;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: default;
}

div.dataTables_wrapper div.dataTables_processing {
    z-index: 9;
}

button.dt-button.buttons-excel.buttons-html5.btn.btn-warning {
    background-color: green;
    color: white;
    margin-left: 20px;
    border-color: green;
    font-size: 12px;
}

#filter_inputs1 .form-group input {
    border-radius: 4px;
}

.reportFilter {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 10px;
}

.reportFilter>div:last-child {
    grid-column: 3 / -1;
    display: flex;
    align-items: center;
    justify-content: end;
    gap: 6px;
}

.reportFilterFields .form-group {
    margin-bottom: 0;
}

.multi-use-pop-up .modal-header {
    padding: 14px;
}

.multi-use-pop-up .modal-title {
    font-weight: 500;
    font-size: 17px;
    color: #1a1549;
}

.multi-use-pop-up .modal-footer {
    padding-bottom: 0;
    padding-right: 0;
}

.multi-use-pop-up form {
    margin-bottom: 0;
}

.multi-use-pop-up .modal-body label {
    font-size: 12px !important;
    line-height: 14px !important;
    color: #1a1549;
    font-weight: 500;
}

.paddingAdded {
    padding: 14px;
    width: 100%;
}

.card-footer.text-muted.email-sec-footer {
    background: #1a1549;
}

#r_error p {
    margin-bottom: 5px;
    font-size: 11px;
}

.card-footer.text-muted.email-sec-footer p {
    color: #fff;
}

.attachments-padding {
    padding: 0 14px;
    margin-bottom: 5px;
}

.attach-files {
    font-size: 11px;
    font-weight: 600;
}


.animate-ring {
    -webkit-animation: tada 1.5s ease infinite;
    animation: tada 1.5s ease infinite;
}

.select2-selection--multiple {
    height: 45.09px;
    border-radius: 0 !important;
    border-color: #6b7280 !important;
    line-height: 45px;
    padding-left: 10px;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
    line-height: 33px;
}

.col-auto.custom-flex {
    display: flex;
    align-items: end;
    gap: 15px;
}

.IconNotifications i {
    font-size: 18px;
    margin-bottom: 0px;
    color: #99103B;
}

#messagePopupBody, #confirmPopupMessage {
    font-size: 12px;
    margin-bottom: 15px;
    line-height: 14px !important;
    font-family: 'CircularStd', sans-serif;
}

#mergePopup h3,
#confirmationPopup h3,
#primaryTicketPopup h3 {
    font-weight: 500;
    font-size: 17px;
    color: rgb(26, 21, 73);
    text-align: left;
}

.selected-tickets-list h4 {
    font-size: 12px;
    margin-bottom: 5px;
    line-height: 14px !important;
    color: #1a1549;

}

.select2.select2-container ul.select2-selection__rendered li.select2-selection__choice {
    align-items: center;
    background: #1a1549;
    color: #fff;
    font-size: 12px;
    padding: 8px;
    box-sizing: border-box;
    line-height: 12px;
    display: flex;
    gap: 3px;
    border-color: #1a1549;
}

input.select2-search__field {
    line-height: 35px;
}

.select2-selection {
    border-radius: 4px !important;
    border-color: #ccc !important;
}

.select2.select2-container ul.select2-selection__rendered li.select2-selection__choice span.select2-selection__choice__remove {
    color: #fff;
}

table input.ticket-checkbox,
table input#selectAll {
    border-radius: 3px;
}

.btn-group-flex .btn-secondary {
    background: #6c757d;
    border-color: #6c757d;
}

.notifytheclient label {
    font-size: 12px;
    line-height: 26px;
    margin-bottom: 10px;
}

.confirmIcons i {
    margin-bottom: 10px;
    font-size: 31px;
}

#confirmationPopup h3 {
    text-align: center;
}

.notifytheclient input {
    border-radius: 3px;
}

.multi-use-pop-up .modal-header {
    background-color: #1a1549;
    display: flex;
    align-items: baseline;
}

.multi-use-pop-up .modal-header .modal-title {
    color: #fff;
}

.modal-header .close {
    color: #fff;
    opacity: 1;
}

.multi-use-pop-up .modal-body .form-control {
    border-color: #1a1549;
}

.IconNotifications span {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    border: 1.5px solid #99103B;
    border-radius: 100%;
}

.IconNotifications {
    margin-bottom: 18px;
}

/* #messagePopup {
    position: relative;
} */
#messagePopup button.close_btn.close {
    position: absolute;
    top: -11px;
    right: -10px;
    background: #fff;
    font-size: 12px;
    font-weight: 100;
    border: 1px solid #ddd;
    width: 20px;
    height: 20px;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 1;
}

.popup-header h3 {
    background: #1a1549;
    padding: 14px 16px;
    color: #fff !important;
    font-size: 17px !important;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
    margin-bottom: 0;
}

.merge-info {
    font-size: 12px;
}

.alertTextMSg {
    display: flex;
    gap: 8px;
    align-items: baseline;
}

.merge-info .alert.alert-info {
    padding: 12px 16px;
}

#confirmationPopup {
    padding: 16px;
}

.padding-16 {
    padding: 16px;
}

#confirmationPopup p {
    font-size: 12px;
}

.padding-16 .form-check.notifytheclient {
    text-align: left;
    margin-top: 13px;
    margin-bottom: 0;
}


.IconNotifications span.success-icon {
    border-color: green;
}

div#backurl a {
    padding: 11px !important;
}

.reportFilter.locFilter {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;

}

.reportFilter.locFilter>div:last-child {
    grid-column: 3 / -1;
    display: flex;
    align-items: center;
    justify-content: end;
    gap: 6px;
}

.reportFilter.locFilter input,
.reportFilter.locFilter select {
    border: 1px solid #ddd;
    height: 40px !important;
    border-radius: 4px;
}

.ticketInformationCard {
    padding: 10px !important;
    border-radius: 0 !important;
    box-sizing: border-box;
}

.sidebarCustom .payrollBtmBtn {
    max-width: 90%;
    padding: 10px !important;
    border-color: #99103B;
    color: #fff;
    font-weight: 500;
    position: relative;
}

/* .sidebarCustom .payrollBtmBtn:hover{
    background: #1a1549;
    color: #fff;
    border-color: #1a1549;
} */
.btn.btn1:hover {
    color: #99103B;
}

.btn.hover-filled-slide-left::before {
    top: 0;
    bottom: 0;
    left: 0;
    height: 100%;
    width: 100%;
}

.btn-1::before {
    background-color: #99103B;
    transition: 0.3s ease-out;
}

.btn-1::before,
.btn-2::after,
.btn-1 span::before,
.btn-2 span::after {
    position: absolute;
    content: "";
}

div#sidebar_detail .sidebarCustom .btn-1 span {
    /* color: #fff !important; */
    /* border: 1px solid rgb(28, 31, 30); */
    transition: 0.2s 0.1s;
    z-index: 1;
    position: relative;
}

.btn.hover-filled-slide-left:hover::before {
    width: 0%;
}

.btn.hover-filled-slide-left:hover span {
    color: #99103B;
}

.modal-title-labels {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 0;
    padding-top: 16px;
}

.modal-title-labels i {
    position: absolute;
}

.mxw-400 {
    max-width: 400px !important;
}

.IconNotifications.success span {
    border-color: #22cc62;
}

.IconNotifications.success i {
    font-size: 40px;
}

.card-header.payrolchangghistory {
    padding: 10px;
    box-sizing: border-box;
}

.payrolHistoryTable .thead-light tr th,
.payrolHistoryTable tbody tr td {
    padding: 4px 6px;
    font-size: 12px;
    box-sizing: border-box;
}

/* .height-equals {
    height: 45.9px;
    border-color: #ccc;
} */
.form-fields-curve input,
.form-fields-curve select,
.form-fields-curve .select2-container .select2-selection--single {
    height: 40px !important;
    border-color: #ccc;
}

.form-fields-curve .height-auto,
.form-fields-curve .height-auto+.select2-container--default .select2-selection--multiple,
select#process_description+.select2 .select2-selection--multiple {
    height: auto !important;
}

.custom-error {
    color: #f00;
    margin-top: 6px;
}

.form-fields-curve textarea {
    border-color: #ccc;
    height: auto !important;
}

.postionBtn button {
    position: absolute;
    left: 13%;
    z-index: 1;
}

#errorModalBody {
    font-size: 12px;
    margin-bottom: 15px;
    line-height: 20px !important;
}

.mx-width-400 {
    max-width: 400px;
}

.sidebar-menu ul ul li a {
    display: flex;
    gap: 10px;
    align-items: center;
    text-decoration: none;
}

/* .ticketInformationCard h5{
    color: #fff !important;
} */
.icontext a,
.truncatetxt {
    max-width: 200px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;

}

.grid-based {
    display: grid;
    gap: 8px;
    grid-template-columns: repeat(3, 1fr);
}

.max-width-280 {
    max-width: 280px;
}

.excelicons i,
.pdficons i {
    font-size: 13px;
}



.descp_wrapper {
    display: grid;
    grid-template-columns: 85% 10%;
    gap: 5px;
}

.templatesection input[type=checkbox] {
    width: 20px;
    height: 20px !important;
}

.templatesection table tr td:last-child,
.templatesection table tr td:nth-last-child(2),
.templatesection table tr td:nth-last-child(3),
.templatesection table tr td:nth-last-child(4) {
    text-align: left;
    width: 140px;
}

.defaultsTemplates input[type=checkbox],
.defaultsTemplates input[type=text],
.templateSelected input[type=checkbox],
.templateSelected input[type=text] {
    text-align: left;
    margin: 0 auto;
    display: flex;
    align-items: center;
}

.defaultsTemplates input[type=checkbox],
.templateSelected input[type=checkbox] {
    width: 20px;
    height: 20px !important;
}

.defaultsTemplates table tr th,
.templateSelected table tr th {
    font-size: 12px;
    vertical-align: middle;
    padding: 8px;
    line-height: 16px;
}

.defaultsTemplates table tr td,
.templateSelected table tr td,
.templateSelected table tr td textarea {
    font-size: 12px;
    padding: 7px;
    box-sizing: border-box;
    line-height: 16px;
}

.defaultsTemplates table tr td input[type=text],
.templateSelected table tr td input[type=text] {
    line-height: 18px;
    font-size: 12px;
    padding: 6px;
    height: auto !important;
    text-align: left;
}

.border-bottoms td {
    border-bottom-color: #1A1549 !important;
}

.border-bottom-colored {
    border-bottom-color: #cbcbcb !important;
}

.delete-descp,
.delete-row {
    background: #ff00004f !important;
    border-color: #ffb0b0 !important;
}

.delete-descp i,
.delete-row i {
    color: #dc2626;
}

.add-descp,
.addactions {
    background: #dbeafe !important;
    border-color: #dbeafe !important;
}

.add-descp i,
.addactions i,
.add-more-btn i {
    color: #2563eb;
}

.defaultsTemplates td div,
.templatesection td div {
    display: flex;
    align-items: center;
    gap: 5px;
}

#processTableBody #descp_container {
    display: block;
}

.add-more-btn {
    background: rgb(219, 234, 254) !important;
    border-color: rgb(219, 234, 254) !important;
    height: 40px !important;
}

.addtypereport {
    background: rgb(219, 234, 254) !important;
    border-color: rgb(219, 234, 254) !important;
}

.addtypereport i {
    color: #2563eb;
}

.rem-btn {
    background: rgba(255, 0, 0, 0.31) !important;
    border-color: rgb(255, 176, 176) !important;
    height: 40px !important;
}










.defaultsTemplates .templateheaders .headeritems {
    font-size: 12px;
    vertical-align: middle;
    padding: 8px;
    line-height: 16px;
    color: #fff;
}

.defaultsTemplates .templateheaders {
    display: grid;
    justify-content: space-between;
    align-items: center;
    background: #1a1549;
    grid-template-columns: 10% 28% 13% 13% 13% 13%;
}

.defaultsTemplates .templatebodyItem .items-templates-inner>div {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 5px;
}

.items-templates-inner>div input {
    line-height: 18px;
    font-size: 12px;
    padding: 6px;
    height: auto !important;
}

.defaultsTemplates .templatebodyItem {
    display: grid;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    padding: 0px 9px;
    box-sizing: border-box;
    grid-template-columns: 10% 28% 13% 13% 13% 13%;
}

.templatebodyitemWrap {
    border-bottom: 2px solid #e1e1e1;
}

.templatebodyitemWrap:last-child {
    border-bottom: 0;
    margin-bottom: 30px;
}

.items-templates-inner {
    font-size: 12px;
    line-height: 16px;
    padding: 5px 0;
}

.defaultsTemplates .templatebodyItem .items-templates-inner:nth-child(2) {
    border-bottom: 1px solid #ddd;
}

th.processor_cmt,
th.Reviewer1-approval,
th.Reviewer2-approval,
th.Reviewer3-approval,
th.dft_processor_cmt,
th.dft_Reviewer1-approval,
th.dft_Reviewer2-approval,
th.dft_Reviewer3-approval {
    text-align: center;
}

.btn-view a {
    background: #28a745;
    text-decoration: none;
    font-size: 10px;
    border-radius: 3px;
    padding: 2px 4px;
    box-sizing: border-box;
    display: flex;
    align-items: baseline;
    gap: 3px;
    color: #fff;
    min-width: 45px;
    height: 20px;
    justify-content: center;
}

.btn-view a:hover {
    background-color: #1a1549;
    color: #fff !important;
}

.btn-add a {
    background: #007bff;
    text-decoration: none;
    font-size: 10px;
    border-radius: 3px;
    padding: 2px 4px;
    box-sizing: border-box;
    display: flex;
    align-items: baseline;
    gap: 3px;
    color: #fff;
    min-width: 45px;
    height: 20px;
    justify-content: center;
}

.btn-add a:hover {
    background-color: #1a1549;
    color: #fff !important;
}

.sidebarCustom ul li:hover .btn-add a,
.sidebarCustom ul li:hover .btn-view a {
    background-color: #1a1549;
    color: #fff !important;
}

.fa-1x+a,
.textsmalls {
    font-size: 13px;
}

.alertTextMSg.font-12 p {
    font-size: 12px;
    text-align: left;
    line-height: 16px;
}

.alertTextMSg.font-12 i {
    font-size: 12px;
    line-height: 15px;
}

.newBoxes.newBoxesUpdated a {
    flex-direction: row;
    padding: 8px;
    border-radius: 4px;
    background: #f8f9fa;
}

.newBoxes.newBoxesUpdated {
    border-color: #dddddd !important;
    box-shadow: none !important;
}

.newBoxes.newBoxesUpdated a small {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    text-align: left;
    font-size: 11px;
}

.newBoxes.newBoxesUpdated a i {
    font-size: 15px;
    margin-bottom: 0 !important;
}

.sidebar-menu>ul>li.active>a svg path {
    stroke: #fff;
}

.sidebar-menu>ul>li.active>a svg path.st0 {
    fill: #fff;
}

.custom-breadcrumbs-innerpage .page-title.svgicons svg {
    width: 28px;
}

.custom-breadcrumbs-innerpage .page-title.svgicons svg path {
    fill: #1a1549;
}

.svgiconssmall svg {
    width: 20px;

}

.svgiconssmall svg path {
    fill: #1a1549;
}

.itemHeaders svg {
    width: 20px;
}

.itemHeaders svg path {
    fill: #1a1549;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
    height: 100%;
    overflow-y: auto;
}

.reportFilterFields .select2-container--default .select2-selection--multiple {
    height: 40px;
}

.reportFilterFields .select2-container--default .select2-selection--multiple .select2-selection__choice {
    margin: 8px 2px;
}

.select2-container--default .select2-selection--multiple .select2-selection__clear {
    height: 100%;
    margin-top: 1px;
}

.reportFilterFields .select2-container--default .select2-selection--multiple .select2-selection__clear {
    height: 100%;
    margin-top: 1px;
}

.note-modal .modal-header.custom-modal-header {
    background: #1a1549;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: row-reverse;
    padding: 14px;
}

.note-modal .modal-header.custom-modal-header button {
    margin: 0;
    padding: 0;
}

.note-modal .modal-header.custom-modal-header h4 {
    color: #fff;
    font-weight: 500;
    font-size: 17px;
}

.note-group-select-from-files label,
.note-group-image-url label {
    font-size: 12px !important;
    line-height: 14px !important;
    color: #1a1549;
    font-weight: 500;
}

.note-group-select-from-files {
    margin-bottom: 10px;
}

.note-group-select-from-files input {
    padding: 6px;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    appearance: none;
    border-radius: .25rem;
    box-sizing: border-box;
}

.note-group-image-url input {
    padding: 9px 6px;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border-color: #ced4da !important;
    appearance: none;
    border-radius: .25rem;
    box-sizing: border-box;
    height: auto;
}

.note-group-image-url {
    margin-bottom: 0;
}

.modal-footer.summernode-custom-modal-footer {
    padding-top: 0;
    border: 0;
    padding-bottom: 7px;
    padding-right: 11px;
}

.note-modal .modal-dialog {
    box-shadow: none !important;
}

/* .defaultsTemplates .templatebody .templatebodyItem .items-templates-inner:nth-child(2){
    background:red;
} */


.modal-body#file-preview-body-attachment img {
    width: 100%;
}

.modal-body#file-preview-body-attachment,
.modal-body#filePreviewModalBody,
.modal-body#globalDocumentPreviewBody {
    height: 400px;
    overflow-y: auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

.fa-1x+a:focus,
.textsmalls:focus {
    outline: none;
}

.existing-files-container .file-item button.delete-attachment {
    top: 1px;
}

.file-preview-link {
    padding-right: 10px;
    font-weight: 500;
    color: #1a1549 !important;
    text-decoration: none;
}

#paymentInstructionModal button.delete-uploaded {
    top: 1px !important;
}

.d-flex>input[type='checkbox'] {
    width: 25px;
    height: 25px !important;
}

.customTableSet thead tr th:nth-child(2),
.customTableSet tbody tr td:nth-child(2),
.templatesection thead tr th:nth-child(2),
.templatesection tbody tr td:nth-child(2) {
    min-width: 550px;
    text-align: left;
}

.customTableSet thead tr th:nth-child(1),
.customTableSet tbody tr td:nth-child(1),
.defaultsTemplates table thead tr th:nth-child(1),
.defaultsTemplates table tbody tr th:nth-child(1),
.templatesection table tbody tr th:nth-child(1),
.templatesection table thead tr th:nth-child(1) {
    width: 150px;
}

.sidebar-menu>ul>li>a {
    text-decoration: none;
}

select.form-control.type-of-reports {
    padding: 10.35px 15px;
    height: auto !important;
}

.font-12 {
    font-size: 12px !important;
}

.mini-sidebar .sidebar-menu ul li ul.submenu {
    padding-left: 5px;
}

.mini-sidebar .sidebar-menu ul li ul.submenu a svg,
.mini-sidebar .sidebar-menu ul li ul.submenu a i {
    width: 16px;
    font-size: 13px;
}

.font-10 {
    font-size: 10px !important;
}

ul#subTicketList li {
    padding: 0 4px !important;
}

.d-blocks {
    top: 50%;
    transform: translateY(-50%) !important;
}

.multi-use-pop-up .modal-header .modal-title {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    /* max-width: 200px; */
}

.replyDiv .delete-uploaded {
    top: 1px !important;
}

.btn-sizing.tooltip, .btn-sizing.ac-btn {
    width: 30px;
    height: 30px;
    text-align: center;
}

.manage-clone-client {
    display: grid;
    grid-template-columns: 81% 18%;
}

.tagify__tag>div::before {
    background: #1a1549 !important;
    box-shadow: 0 0 0 var(--tag-inset-shadow-size) #1a1549 inset !important;
}

.tagify.form-control {
    height: auto;
}

.tagify__tag__removeBtn {
    margin-right: 0 !important;
    margin-left: 4px !important;
}

.tagify.form-control .tagify__tag__removeBtn:hover+div::before {
    box-shadow: none !important;
}

.tagify__tag__removeBtn:hover {
    background: transparent !important;
}

.tagify__tag {
    background: #1a1549 !important;
    border-radius: 4px;
    display: flex !important;
    flex-direction: row-reverse;
    overflow: hidden;
}

.tagify__tag>div,
.tagify__tag__removeBtn::after {
    color: #fff !important;
}

.select2-container {
    width: 100% !important;
}

.select2-container--default .select2-search--inline .select2-search__field {
    margin-top: 2px;
}

.customTableSet tr th {
    white-space: nowrap;
}

.customTableSet tr td {
    font-size: 12px;
}

.customTableSet input[type=text] {
    min-width: 110px;
}

.gap-1 {
    gap: 6px;
}

.swal-button--cancel {
    background: #6c757d;
    color: #fff;
    border-color: #6c757d;
    padding: 8px 9px !important;
    font-size: 12px !important;
    line-height: 14px !important;
}

.swal-button--cancel:hover {
    background: #6c757d !important;
}

.swal-button--danger,
.swal-button--confirm {
    padding: 8px 19px !important;
    font-size: 12px !important;
    line-height: 14px !important;
    background: #1a1549 !important;
    border-color: #1a1549 !important;
}

.downloadBtnandcloseicon {
    display: flex;
    align-items: center;
    gap: 10px;
}

.leftshift {
    font-size: 11px;
    position: absolute;
    right: 21px;
}

.seperateWidth {
    width: 20px;
}

.fa-1x+a,
.textsmalls {
    max-width: 280px !important;
    padding-right: 25px;
}

.sidebarCustom ul ul#subTicketList {
    background: transparent;
}

ul#subTicketList li:hover {
    background: #fff;
    border-radius: 3px;
}
.tooltip {
    z-index: 9999 !important;
    border-bottom: 0 !important;
}
.tooltip-inner{
    font-size: 10px;
}
.card-footer.email-sec-footer{
   display: flex;
   align-items: center;
   gap:10px;
}
.card-footer.email-sec-footer p{
    margin-bottom: 0;
}
.tooltip-inner{
    background-color:#353637 !important;
}
.bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow::before, .bs-tooltip-top .tooltip-arrow::before {
    border-top-color: #353637 !important;
}
.email-sec-footer button.btn.btn-danger:disabled {
    background: #bdbdbd !important;
    border-color: #bdbdbd !important;
}
.card-table .card-body .table.datatable tr td p.btn.btn-sm.btn-white.btn-danger.mr-2 {
    font-size: 9px;
    padding: 1px 5px;
    box-sizing: border-box;
}
/* Upgrate Tab on Dashboard*/
.tab .tablinks{
    border-bottom: 2px solid transparent;
        background: transparent;
}
.ui_tab_update {
    border-bottom: 1px solid #e5e7eb;
    padding-top: 12px;
}
.ui_tab_update .wrapCount {
    color: #000;
}
.tab.ui_tab_update button.active{
    background: #1a1549 !important;
    border-color: #1a1549;
   
}
.tab.ui_tab_update button{
    border-top-left-radius: 7px;
    border-top-right-radius: 7px !important;
}
 
.tab.ui_tab_update button.tablinks .wrapCount {
    color: #6c7585 !important;
}
.tab.ui_tab_update button.tablinks.active .wrapCount{
    color: #fff !important;
}
.tab.ui_tab_update button.tablinks .customBadges{
    color: #fff;
    background: #6c7585;
}
.innerUiTab{
    display: flex;
    align-items: center;
    gap: 3px;
}
.tab.ui_tab_update button.tablinks.active .customBadges{
    background: #ffffff;
    color: #000;
}
.tab.ui_tab_update button:hover {
    background: #1a1549 !important;
    border-color: #1a1549;
}
.tab.ui_tab_update button:hover .wrapCount{
    color: #fff !important;
}
.tab.ui_tab_update button:hover .customBadges
{
    background: #fff;
    color: #000;
}
ul.submenu li a i, ul.submenu li a svg {
    width: 20px !important;
}
.sidebar-menu ul li ul.submenu li a i{
    font-size: 14px !important;
}
.sidebar-menu ul li ul.submenu li a.payrplIconsSvg svg {
    width: 19px !important;
    padding-right: 4px;
}
div#monthInputs input {
    height: calc(2.25rem + 2px);
    border-radius: 3px;
    border-color: #dee2e6;
}
/* Dark Theme */

html.dark-mode body {
    background-color: #525151;
    /* color: white; */
}
html.dark-mode .dkmode tr td {
    color: #fff;
}

html.dark-mode .IconNotifications i.fa-exclamation{
    color: #e3c915 !important;
}
html.dark-mode .IconNotifications i.fa-exclamation + span{
    border-color: #e3c915;
}
html.dark-mode .email-sec-footer button.btn.btn-danger:disabled {
    background: #bdbdbd !important;
    border-color: #bdbdbd !important;
    color: #1a1549 !important;
}
html.dark-mode .header,
html.dark-mode .sidebar {
    background-color: #1a1549;
}
html.dark-mode .email-sec-footer button.btn.btn-danger:disabled svg path {
    fill: #1a1549 !important;
}
html.dark-mode .table-hover tbody tr.unreadmaill:hover td:first-child::after {
    color: #fff;
}
html.dark-mode .header{
    border-bottom: 1px solid #838383;
}
html.dark-mode a#toggle_btn {
    color: #fff;
}

html.dark-mode .custom-breadcrumbs-innerpage .page-title {
    color: #fff;
}

html.dark-mode .header .header-left .logo {
    background-color: #fff;
    border-radius: 5px;
    padding: 10px;
    box-sizing: border-box;
}
html.dark-mode .header .header-left .logo img {
    margin-top: 0px !important;
}
html.dark-mode .sidebar-menu li.active>a::before {
    background: #1a1d21;
}

html.dark-mode .btn-primary {
   background-color: #1a1549 !important;
    border: 1px solid #1a1549 !important;
    color: #fff !important;
}
html.dark-mode .custom-breadcrumbs-innerpage > .row >.col {
    color: #fff;
}
/* html.dark-mode .btn-primary.active.focus,
html.dark-mode .btn-primary.active:focus,
html.dark-mode .btn-primary.active:hover,
html.dark-mode .btn-primary.focus:active,
html.dark-mode .btn-primary:active:focus,
html.dark-mode .btn-primary:active:hover,
html.dark-mode .btn-primary:hover,
html.dark-mode .open>.dropdown-toggle.btn-primary.focus,
html.dark-mode .open>.dropdown-toggle.btn-primary:focus,
html.dark-mode .open>.dropdown-toggle.btn-primary:hover {
    background-color: #b2b8c7 !important;
    border-color: #b2b8c7 !important;
} */

html.dark-mode .card {
    background: #c5c5c5;
}
html.dark-mode .dashboard-row .card {
    background: #959494;
}

html.dark-mode .table .thead-light th,
html.dark-mode .table-hover tbody tr:hover{
    background-color: #1a1549 !important;
    color: #fff !important;
}

html.dark-mode .custom-breadcrumbs-innerpage .page-title.svgicons svg path {
    fill: #fff;
}
html.dark-mode table.dataTable, table.dataTable tr td {
    border: 1px solid #999696 !important;
}
/* html.dark-mode .viewdetailsitems h4 {
    color: #fff;
} */
html.dark-mode button.btn.btn-sm.btn-primary.ml-auto.delete-attachment {
    background: transparent !important;
    color: #000 !important;
    border: 0 !important;
} 
html.dark-mode .position-relative.overflow-hidden button.delete-uploaded {
    background: transparent !important;
    border: 0 !important;
    color: #000 !important;
    padding-left: 5px;
}

/* html.dark-mode .position-relative.overflow-hidden .bg-light {
    filter: grayscale(100%);
} */

html.dark-mode .downloadBtnandcloseicon,
html.dark-mode a.text-truncate.preview-file-link.document-preview {
    color: #000;
}

/* html.dark-mode .viewdetailsitems p {
    background: #262a2f;
} */

/* html.dark-mode .checklistTableBody {
    color: #fff !important;
} */
html.dark-mode .custom-breadcrumbs-innerpage .page-title svg path {
    stroke: #fff;
}
/* html.dark-mode textarea.form-control {
    -webkit-box-shadow: 0 0 0px 1000px #262a2f inset !important;
    -webkit-text-fill-color: white !important;
    caret-color: white !important;
} */

/* html.dark-mode div.dataTables_wrapper div.dataTables_length label,
html.dark-mode div.dataTables_wrapper div.dataTables_length label,
html.dark-mode div.dataTables_wrapper div.dataTables_filter label,
html.dark-mode .card-table .table td,
html.dark-mode .card-table .table th {
    color: #fff;
} 

html.dark-mode a.ticket_ancher {
    color: #ffffff;
}
*/
/* html.dark-mode .form-fields-curve input,
html.dark-mode .form-fields-curve select,
html.dark-mode .form-fields-curve .select2-container .select2-selection--single {
    border-color: #5f6264;
    background-color: #262a2f;
    color: #fff;
} */
html.dark-mode .table-hover tbody tr:hover a.ticket_ancher
{ 
color: #fff;
}

/* html.dark-mode [type='text']:focus,
html.dark-mode [type='email']:focus,
html.dark-mode [type='url']:focus,
html.dark-mode [type='password']:focus,
html.dark-mode [type='number']:focus,
html.dark-mode [type='date']:focus,
html.dark-mode [type='datetime-local']:focus,
html.dark-mode [type='month']:focus,
html.dark-mode [type='search']:focus,
html.dark-mode [type='tel']:focus,
html.dark-mode [type='time']:focus,
html.dark-mode [type='week']:focus,
html.dark-mode [multiple]:focus,
html.dark-mode textarea:focus,
html.dark-mode select:focus {
    background-color: #1a1d21;
    outline: 1px solid transparent;
    outline-offset: 1px;
    border-color: #5f6264;
} */

html.dark-mode .select2-results__options li,
html.dark-mode div.dataTables_wrapper div.dataTables_info {
    color: #1a1d21;
    /* color: #ffffff; */
}

/* html.dark-mode .multi-use-pop-up .modal-header {
    background-color: #191c1e;
} */

html.dark-mode .multi-use-pop-up .modal-body {
    background: #525151;
    color: #fff;
}

html.dark-mode .select2.select2-container ul.select2-selection__rendered li.select2-selection__choice {
    border-color: #dddddd;
    background: #dddddd;
    color: #000;
}
html.dark-mode .btn-primary:hover {
    background: #99103b !important;
    border-color: #99103b !important;
}
html.dark-mode .multi-use-pop-up .modal-body label {
    color: #ffffff;
}

/* html.dark-mode .multi-use-pop-up .modal-body .form-control {
    border-color: #5f6264;
    background: #262a2f;
} */

html.dark-mode .table thead {
    background-color: #1a1549;
}

html.dark-mode .select2.select2-container ul.select2-selection__rendered li.select2-selection__choice span.select2-selection__choice__remove {
    color: #000;
}

/* html.dark-mode .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #fff;
} */

/* html.dark-mode .select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #292e32;
} */
/* 
html.dark-mode input:-webkit-autofill,
html.dark-mode input:-webkit-autofill:hover,
html.dark-mode input:-webkit-autofill:focus, 
html.dark-mode .replyDiv input[type="text"],
html.dark-mode .note-image-input {
    -webkit-box-shadow: 0 0 0px 1000px #262a2f inset !important;
    -webkit-box-shadow: 0 0 0px 1000px #262a2f inset !important;
    -webkit-text-fill-color: white !important;
    caret-color: white !important;
} */
html.dark-mode .note-image-input{
    -webkit-text-fill-color: #8f8f8f !important;
    caret-color: #8f8f8f !important;
}
html.dark-mode .card-footer.text-muted.right{
    background: #dddddd;
}
html.dark-mode .modal-footer.summernode-custom-modal-footer {
    background: #191c1e;
}
html.dark-mode .modal-footer.summernode-custom-modal-footer {
    background: #525151;
}
html.dark-mode .note-image-url.form-control.note-form-control.note-input{
    color: #fff;
}
html.dark-mode .breadcrumb-item.active {
    color: #aaa;
}
html.dark-mode .panel-heading.note-toolbar {
    background: #dddddd;
}
html.dark-mode .note-editor.note-airframe, 
html.dark-mode .note-editor.note-frame {
    border: 1px solid rgb(217 217 217);
    border-radius: 5px;
}
/* html.dark-mode .select2-selection {
    background: #262a2f;
} */
/* html.dark-mode #paymentInstructionForm input{
    color: #fff;
} */
html.dark-mode a:hover {
    color: #dddddd;
}
html.dark-mode .table-bordered th,
html.dark-mode .table-bordered td {
    /* border-color: rgb(255 254 254 / 5%); */
    border: 1px solid rgb(163 163 163) !important;
}
button.dt-button.buttons-excel.buttons-html5.btn.btn-warning{
    filter: grayscale(100%);
}
html.dark-mode .checklistTableBody [type='checkbox']:checked:hover, 
html.dark-mode .checklistTableBody [type='checkbox']:checked:focus, 
html.dark-mode .checklistTableBody [type='radio']:checked:hover, 
html.dark-mode .checklistTableBody [type='radio']:checked:focus{
background-color: transparent !important;
}
html.dark-mode .sidebarCustom ul li.active {
    background: #292e32;
}
html.dark-mode .sidebarCustom ul {
    border: 1px solid #ddd;
    background: #c5c5c5;
}
/* html.dark-mode .itemHeaders svg path {
    fill: #fff;
} */
/* html.dark-mode .btn-add a,
html.dark-mode .btn-view a
 {
    background: #dddddd;
    color: #000000;
} */

html.dark-mode .email-card{
    /* background: #1a1d21 !important; */
    overflow: hidden;
}
/* html.dark-mode .card-header, 
html.dark-mode .card-footer.text-muted.email-sec-footer {
    background: #c5c5c5 !important;
} */
html.dark-mode  .ui_tab_update {
   
    background: #c5c5c5;
}
 .recall-btn {
    padding: 2px 8px !important;
    font-size: 11px  !important;
    line-height: 9px  !important;
    font-weight: 600  !important;
    display: flex  !important;
    align-items: center;
    position: absolute;
    right: 18px;
}
.recall-btn svg {
    width: 14px;
}
html.dark-mode .from-users,
html.dark-mode .tickets-ids, 
html.dark-mode .date-time,
html.dark-mode .tickets-ids label, 
html.dark-mode .date-time
{
    /* color: #fff; */
}
/* html.dark-mode .tagify {
    color: #fff !important;
} */
/* html.dark-mode .tagify__tag, 
html.dark-mode .tagify__tag > div::before
 {
    background: #dddddd !important;
        box-shadow: 0 0 0 var(--tag-inset-shadow-size) #ddd inset !important;
} */
html.dark-mode .card-footer.text-muted.email-sec-footer p{
    color: #000;
}
/* html.dark-mode .tagify__tag>div>* {
    color: #000;
} */
/* html.dark-mode .tagify__tag > div, 
html.dark-mode .tagify__tag__removeBtn::after {
    color: #000 !important;
} */
  html.dark-mode   .custom-breadcrumbs .breadcrumb li a, html.dark-mode  p#errorPopupMessage{
        color: #fff;
     }
html.dark-mode .modal-content{
    background-color: #525151;
}
html.dark-mode #sidebar_detail .sidebarCustom ul li.active:hover {
    color: #fff;
}
html.dark-mode .sidebarCustom ul .itemDatas #SubTicketData a {
    color: #fff !important;
}
html.dark-mode .sidebarCustom ul ul#subTicketList {
    background: transparent;
        border-color: #000 !important;
}
html.dark-mode .sidebarCustom ul .itemDatas #SubTicketData a {
    color: #040404 !important;
}
html.dark-mode .user-menu.nav>li>a{
    color: #fff !important;
}
html.dark-mode .header .has-arrow .dropdown-toggle:after{
border-bottom: 2px solid #ffffff;
    border-right: 2px solid #ffffff;
}
html.dark-mode span.initial-wrap i
{
    color: #000;
}
html.dark-mode .icon-box-wrap .dash-title,
html.dark-mode .icon-box-wrap h2{
    color: #fff;
}
html.dark-mode .position-absolute.end-0.bottom-0.z-n1 img {
    opacity: 0.1;
}
html.dark-mode span.dash-widget-icon {
    /* filter: grayscale(1); */
}
html.dark-mode .card.card-table.themeTables.icon-box-wrap {
    background: #c5c5c5;
}
html.dark-mode .card .card-body .tab {
    background: transparent !important;
}
/* html.dark-mode .tab button {
    background-color: #4e4e4e;
}
html.dark-mode .tab button.active{
    background-color: #1a1d21;
} 
html.dark-mode div#UnAssigned_info, 
html.dark-mode #allTable_info {
    color: #fff;
}*/
html.dark-mode  div.dataTables_processing>div:last-child>div{
background: rgb(175 175 175 / 90%);
}

html.dark-mode .dataTables_wrapper .dataTables_paginate .paginate_button.previous, 
html.dark-mode .dataTables_wrapper .dataTables_paginate .paginate_button.next,
html.dark-mode .dataTables_wrapper .dataTables_paginate span a.paginate_button {
    border-color: #777 !important;
    background: #9d9d9d !important;
}
button#theme-toggle, #fullscreenBtn {
    width: 2.3rem;
    height: 2.3rem;
    font-size: 1.2rem;
    background: rgb(221 221 221);
    border-radius: 6px;
    margin-right: 15px;
    color: #000;
}



.dashboard-row .card a.logo.logo-small:hover {
    box-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
}
.customBadges {
    background: #fff;
    padding: 3px 4px;
    border-radius: 4px;
    font-size: 10px;
    line-height: 8px;
    color:#1a1549;
}
.tab .tablinks {
        
        display: flex;
        align-items: center;
        gap: 9px;
    }
    .IconNotifications.text-info span {
    border-color:#1a1549;
}
.IconNotifications.text-info i{
    color: #1a1549;
}
.IconNotifications.text-success span{
    border-color: #198754;
}
.IconNotifications.text-success i{
    color: #198754;
}



.innerHeadersEmail {
    font-size: 12px;
}
.from-users, .to-users, .cc-users {
    font-size: 12px;
    line-height: 14px;
}
.from-users-profilpic {
    width: 20px;
    height: 20px;
}
.email-card .card-headers{
    padding: 9px;
}
.email-card  .email-text-body{
    font-size: 13px;
    line-height: 18px;
}
 .card-footer.text-muted.email-sec-footer {
    background: transparent;
    border-top: 0;
    padding-top: 0;
    padding-bottom: 30px;
    /* padding-right: 0; */
}
.card-footer.text-muted.email-sec-footer p {
    color: #64748b;
    background: #ddd;
    padding: 5px 8px;
    border-radius: 4px;
    width: auto;
    margin: 0 auto;
    font-size: 11px;
    line-height: 9px;
    font-weight: 600;
}
.custom-breadcrumbs-innerpage .page-title.newSeperateContent {
    display: grid;
    grid-template-columns: 78% 20%;
    gap: 20px;
    align-items: start;
}
.pagetitle-RS-Content{
    display: flex;
    justify-content: end;
}
.pagetitle-RS-Content #ticket_category_badge {
    white-space: inherit;
    display: flex;
    align-items: start;
    gap: 5px;
    font-size: 12px;
    line-height: 14px;
    background: transparent;
}
.pagetitle-RS-Content span#ticket_category_badge a {
    color: #1a1549;
    text-decoration: none;
    display: flex;
    gap: 0px;
}
.modal-dialog-centereds {
    position: relative;
    top: 50%;
    transform: translateY(-50%) !important;
}
.pagetitle-LS-Content{
    display: flex;
    align-items: flex-start;
    gap: 6px;
}






.sidebar-menu li a{
    font-size: 15px;
    color: #fff;
        border-radius: 0.5rem;
}
.sidebar-menu>ul>li>a{
    margin: 0.25rem 0.5rem;
    padding: 0.75rem 1.5rem;
}
.sidebar .sidebar-menu>ul>li>a span{
    line-height: 18px;
}
.sidebar-menu li.active>a, .sidebar-menu ul li ul.submenu li a:hover
{
    box-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
    background: #2a2559 !important;
}
.sidebar-menu>ul>li>a:hover{
    background: #2a2559;
  
}
.sidebar-menu li.active .menu-arrow:before {
    /* content: "\f105"; */
   
    transform: rotate(45deg);
  
    top: -5px;
}
ul.submenu {
    padding-top: 0;
    margin-left: 35px;
}

.sidebar-menu ul ul a{
    padding-left: 10px;
}
ul.submenu li a {
    font-size: 12px;
    line-height: 15px;
}

.sidebar-menu ul li ul.submenu li a {margin-bottom: 1px; font-size: 12px;line-height: 14px;padding-top: 4px;padding-bottom: 4px; color: #b2b8c7;}

.sidebar-menu ul li ul.submenu li a svg {
    width: 13px;
}

.sidebar-menu ul li ul.submenu li a i {
    font-size: 12px;
}
.sidebar-menu ul li ul.submenu li.active a {
    color: #fff;
}
.tab #mergeButton.tablinks-btn {
    padding: 8px 10px !important;
    margin-right: 20px;
    font-size: 12px;
    border-radius: 4px !important;
}
div.dataTables_wrapper div.dataTables_paginate, .placeTable .dataTables_wrapper .dataTables_paginate span{
    gap:3px;
}
.mini-sidebar .sidebar-menu ul li ul.submenu{
        margin-left: 17px;
}
.tabcontent{
    padding-left: 0px !important;
    padding-right: 0px !important;
}
.form-control.custmSearching {
    font-size: 12px;
    border-color: #ced4da;
    border-radius: 0.25em;
}
.asscotedeAchore {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px 10px;
    border: 1px solid #ddd;
    border-radius: 4px;
    margin-bottom: 10px;
    background: #1a1549;
}
.associateName {
    font-size: 14px;
    color: #fff;
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 5px;
}
.associateLine a {
    font-weight: 500;
    background: #007bff;
    text-decoration: none;
    font-size: 10px;
    border-radius: 3px;
    padding: 2px 4px;
    box-sizing: border-box;
    display: flex;
    align-items: baseline;
    gap: 3px;
    color: #fff;
    min-width: 45px;
    height: 20px;
    justify-content: center;
}
.associateLine a:hover{
    background: #28a745;
    color: #fff;
}
.associated-files-card .svgSizes svg path {
    fill: #fff;
}
.associated-files-card .card-header {
    padding: 10px 15px;
    background: #1a1549;
    border-radius: 0;
}
.associated-files-card .card-header h5{
    color: #fff;
    font-size: 14px;
    margin: 0;
    display: flex;
    align-items: center;
    gap: 10px;
}
.associated-files-card .svgSizes svg {
    width: 25px;
    
}
.documentsGrid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 10px;
}

.empty-stateNOdata svg{
    width: 40px;
}
.empty-stateNOdata svg path {
    fill: #757575;
}
.comprehensive-info-empty {
    display: flex;
    align-items: self-start;
    gap: 10px;
    justify-content: start;
    border: 1px solid #1a1549;
    border-radius: 4px;
    background: #1a1549;
    overflow: hidden;
}

.innerDatas {
    text-align: left;
    font-size: 14px;
}

.innerDatas p {
    font-size: 12px;
    color: #ddd;
}
.comprehensive-info-empty i {
    border-radius: 3px !important;
    width: 30px;
    font-size: 15px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff !important;
    background: rgb(0, 158, 251) !important;
}
.text-successs {
    font-size: 13px;
    font-weight: 600;
    border-bottom: 1px solid #ddd;
    padding-bottom: 9px;
}
.docIcons i {
    color: #ffbc34;
}
.docIcons {
    border-bottom: 1px solid #ddd;
    margin-bottom: 10px;
    padding-bottom: 4px;
}
.innerDatas h5 {
    font-weight: 600;
    color: #fff;
}

.associateLine.associatewhiteLine a {
    background: #fff;
    color: #000;
}

.associateLine.associatewhiteLine a:hover {
    background: #007bff;
    color: #fff;
}
/*-----------------
	25. Responsive
-----------------------*/



@media (min-width: 768px) {

    .avatar-xxl {

        width: 8rem;

        height: 8rem;

    }

    .avatar-xxl .border {

        border-width: 4px !important;

    }

    .avatar-xxl .rounded {

        border-radius: 12px !important;

    }

    .avatar-xxl .avatar-title {

        font-size: 42px;

    }

    .avatar-xxl.avatar-away:before,

    .avatar-xxl.avatar-offline:before,

    .avatar-xxl.avatar-online:before {

        border-width: 4px;

    }

}

@-webkit-keyframes tada {
    0% {
        -webkit-transform: scaleZ(1);
        transform: scaleZ(1)
    }

    10%,
    20% {
        -webkit-transform: scale3d(.95, .95, .95) rotate3d(0, 0, 1, -10deg);
        transform: scale3d(.95, .95, .95) rotate3d(0, 0, 1, -10deg)
    }

    30%,
    50%,
    70%,
    90% {
        -webkit-transform: scaleZ(1) rotate3d(0, 0, 1, 10deg);
        transform: scaleZ(1) rotate3d(0, 0, 1, 10deg)
    }

    40%,
    60%,
    80% {
        -webkit-transform: rotate3d(0, 0, 1, -10deg);
        transform: rotate3d(0, 0, 1, -10deg)
    }

    to {
        -webkit-transform: scaleZ(1);
        transform: scaleZ(1)
    }
}

@keyframes tada {
    0% {
        -webkit-transform: scaleZ(1);
        transform: scaleZ(1)
    }

    10%,
    20% {
        -webkit-transform: scale3d(.95, .95, .95) rotate3d(0, 0, 1, -10deg);
        transform: scale3d(.95, .95, .95) rotate3d(0, 0, 1, -10deg)
    }

    30%,
    50%,
    70%,
    90% {
        -webkit-transform: scaleZ(1) rotate3d(0, 0, 1, 10deg);
        transform: scaleZ(1) rotate3d(0, 0, 1, 10deg)
    }

    40%,
    60%,
    80% {
        -webkit-transform: rotate3d(0, 0, 1, -10deg);
        transform: rotate3d(0, 0, 1, -10deg)
    }

    to {
        -webkit-transform: scaleZ(1);
        transform: scaleZ(1)
    }
}

.end-0 {
    right: 0 !important;
}

.bottom-0 {
    bottom: 0 !important;
}

.z-n1 {
    z-index: -1 !important;
}

.z-1 {
    z-index: 1 !important;
}

.icon-box-wrap .dash-title {
    margin-bottom: 5px;
}


.placeTable .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
    color: #fff !important;
}

.reportFilterFields.resetSubmit-btn button[type='reset'] {
    color: #fff !important;
    border-color: #6c757d;
    background: #6c757d;
}

.reportFilterFields.resetSubmit-btn button i {
    margin-left: 4px;
}

button:focus,
a:focus,
input:focus,
textarea:focus {
    outline-offset: 3px;
    /* outline: rgb(221, 221, 221) solid 1px; */
}

.thm-hover:hover {
    color: #0052ea !important;
}

.delete-attachment,
.delete-uploaded {
    font-size: 15px;
    border-radius: 100%;
    width: 18px;
    height: 18px;
    display: flex;
    align-items: center;
    padding: 0;
    justify-content: center;
    line-height: 6px;
    background: transparent !important;
    border: 0 !important;
    color: #1a1549 !important;
}

.delete-attachment:hover,
.delete-attachment:focus,
.delete-attachment:active,
.delete-attachment:active:hover,
.delete-attachment:active:focus,
.delete-uploaded:hover,
.delete-uploaded:focus,
.delete-uploaded:active,
.delete-uploaded:active:hover,
.delete-uploaded:active:focus {
    background: transparent !important;
    border: 0 !important;
    color: #99103B !important;
}

.bg-light:has(.delete-attachment:hover),
.bg-light:has(.delete-uploaded:hover) {
    background-color: rgb(254 226 226) !important;
    border-color: #fecaca !important;
}

.grid-4 {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 10px;
}

.grid-4>div {
    width: 100%;
    box-sizing: border-box;
    overflow: hidden;
}

.grid-4 * {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.grid-4 i,
.grid-3 i {
    overflow: visible;
}

.grid-3,
.grid-03 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
}

.grid-3>div {
    width: 100%;
    box-sizing: border-box;
}

.mw-100px {
    font-size: 12px;
    max-width: 100px;
}

.grid-3 * {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.customgrid {
    display: grid;
    grid-template-columns: 89% 10%;
    gap: 5px;
}

.viewdetailswrapper {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}

.viewdetailsitems h4 {
    font-size: 15px;
    line-height: 24px;
    margin-bottom: 8px;
}

.viewdetailsitems p {
    font-size: 14px;
    line-height: 24px;
    border: 1px solid #ccc;
    padding: 8px;
    border-radius: 4px;
    background: #e9ecef;
    height: 40px;
}

.grid-04 {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

.grid-04>div {
    width: 100%;
    box-sizing: border-box;
}

.newBoxes a small {
    color: #1a1549 !important;
}

.newBoxes a i {
    color: #1a1549;
    font-size: 31px;
}

.newBoxes a small {
    color: #1a1549 !important;
    white-space: normal;
    line-height: 15px;
}

.newBoxes a {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 22px;
    box-sizing: border-box;
    gap: 10px;
}

.newBoxes {
    padding: 0 !important;
    margin: 0 !important;
    text-overflow: inherit !important;
    white-space: normal !important;
    height: auto !important;
    background: transparent !important;
    box-shadow: 1px 1px 8px #ddd;
    border-color: #1a1549 !important;
    transition: all 0.5s ease-in;
}

.newBoxes a:hover {
    background-color: rgb(254 226 226) !important;
    border-color: #fecaca !important;
    transition: all 0.5s ease-in;
}

.newBoxes a:hover i,
.newBoxes a:hover small {
    /* color: #fff !important; */
    transition: all 0.5s ease-in;
}

.existing-files-container.grid-3 .file-item:hover,
.uploaded-files-container.grid-3 .file-item:hover {
    background-color: rgb(254 226 226) !important;
    border-color: #fecaca !important;
    transition: all 0.5s ease-in;
}

.existing-files-container.grid-3 .file-item:hover a,
.uploaded-files-container.grid-3 .file-item:hover a {
    color: #1a1549 !important;
}


.file-upload {
    max-width: 200px;
}



/*----------------- 25. Responsive -----------------------*/
@media (max-width:1800px) {
    .icon-box-wrap .dash-title {
        font-size: 16px;
    }

    .icon-box-wrap .card-body {
        padding: 12px !important;
    }

    .dash-widget-icon {
        width: 2.5rem;
        height: 2.5rem;
        line-height: 2.5rem;
    }
}

@media (max-width:1600px) {
    .icon-box-wrap .dash-title {
        font-size: 13px;

    }

    .icon-box-wrap h2 {
        font-size: 17px;
    }

    .dash-widget-icon {
        width: 2rem;
        height: 2rem;
        line-height: 2rem;
    }
}

@media (max-width:1366px) {
button#theme-toggle, #fullscreenBtn {
    width: 2rem;
    height: 2rem;
    font-size: 14px;
}
.sidebar-menu li a{
    font-size: 12.5px;
}
html.dark-mode .header .header-left .logo {
    padding: 9px;
}

.sidebar{
    top:48px;
}
    .fa-1x+a,
    .textsmalls {
        font-size: 11px;
    }

    .d-flex>input[type='checkbox'] {
        width: 20px;
        height: 20px !important;
    }

    .addactions,
    .delete-row {
        font-size: 9px;
        padding: 7px;
        box-sizing: border-box;
        font-weight: 600;
        width: 25px;
        height: 30px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .actionbtnsofDesc .btn {
        font-size: 9px;
        padding: 4px 8px;
        box-sizing: border-box;
        width: 25px;
        height: 30px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .mini-sidebar .header .header-left {
        height: 48px;
    }

    div#backurl a {
        padding: 8px !important;
    }

    .icon-box-wrap .card-body {
        padding: 15px !important;
    }
    .boxes-row .icon-box-wrap .card-body{
          padding: 9px !important;
    }
    .fa-stack[data-count]:after {
        height: 17px;
        min-width: 17px;
        top: -16%;
    }

    span.initial-wrap {
        width: 2rem;
        height: 2rem;
    }

    a#nitify_counts {
        width: 2rem;
        height: 2rem;
        font-size: 14px;
    }

    .reportFilter {
        gap: 10px;
    }

    .sidebarCustom ul li {
        font-size: 13px;
    }

    .btn.btn-primary.custom-file-uploader {
        height: 100%;
        display: flex;
        align-items: center;
    }

    .themesbutton {
        padding: 8px 9px !important;
        font-size: 12px !important;
        line-height: 14px !important;
    }

    /* .icon-box-wrap .btn-primary {
        font-size: 12px;
    } */
    .custom-breadcrumbs-innerpage a.btn.btn-primary {
        font-size: 12px;
    }

    .custom-breadcrumbs-innerpage .page-title {
        font-size: 18px;
        line-height: 22px;
    }

    .custom-breadcrumbs-innerpage {
        padding-top: 5px;
        padding-bottom: 5px;
    }

    .placeTable .dataTables_wrapper .dataTables_paginate .paginate_button {
        /* padding: .4rem .65rem !important; */
        font-size: 12px;
    }

    .dash-widget-icon i {
        font-size: 11px;
    }

    .dash-widget-icon {
        width: 1.5rem;
        height: 1.5rem;
        line-height: 1.5rem;
        font-size: 0.8rem;
    }

    .select2-results__options li,
    div.dataTables_wrapper div.dataTables_info {
        font-size: 12px;
    }

    .icon-box-wrap .dash-title {
        font-size: 11px;
    }

    div.dataTables_wrapper div.dataTables_filter input {
        padding: 1px 5px !important;
    }

    .dataTables_wrapper .dataTables_length select {
        padding: 1px 5px !important;
        font-size: 12px;
    }

    .icon-box-wrap .tab {
        padding-left: 10px;
    }

    .tab .tablinks {
        font-size: 12px;
        padding: 10px;
    }

    .tab button {
        width: auto !important;
    }

    .icon-box-wrap h2 {
        font-size: 16px;
    }

    #toggle_btn,
    .user-menu.nav>li>a {
        height: 48px !important;
    }

    .icon-box-wrap {
        margin-bottom: 0;
    }

    div.dataTables_wrapper div.dataTables_length label,
    div.dataTables_wrapper div.dataTables_filter label {
        font-size: 12px;
    }

    .card-table .table td,
    .card-table .table th {
        padding: 4px 6px;
        font-size: 12px;
    }

    .icon-box-wrap {
        margin-bottom: 0;
    }

    .custom-breadcrumbs .breadcrumb li a,
    .custom-breadcrumbs .breadcrumb li {
        font-size: 12px;
    }

    .breadcrumb-item.active {
        color: #6c757d;
    }

    .page-wrapper {
        padding-top: 48px;
    }

    .custom-breadcrumbs .breadcrumb {
        padding: 7px;
        border-bottom-width: 1px;
    }

    .user-menu.nav>li>a {
        line-height: 44px;
    }

    .header {
        height: 3rem;
    }

    #toggle_btn,
    .user-menu.nav>li>a {
        height: 48px !important;
    }

    .mini-sidebar .header-left .logo img {
        margin-top: 0 !important;
    }

    .mini-sidebar .header-left .logo.logo-small {
        height: 100%;
        display: flex !important;
        align-items: center;
        height: 100%;
        justify-content: center;
    }

    .mini-sidebar .header .header-left {
        height: 48px;
    }

    .header .header-left .logo img,
    .mini-sidebar .header-left .logo img {
        max-height: 30px !important;
    }
}

@media (max-width:1199px) {}

@media (min-width: 768px) {
    .avatar-xxl {
        width: 8rem;
        height: 8rem;
    }

    .avatar-xxl .border {
        border-width: 4px !important;
    }

    .avatar-xxl .rounded {
        border-radius: 12px !important;
    }

    .avatar-xxl .avatar-title {
        font-size: 42px;
    }

    .avatar-xxl.avatar-away:before,
    .avatar-xxl.avatar-offline:before,
    .avatar-xxl.avatar-online:before {
        border-width: 4px;
    }
}

@media (min-width: 992px) {
    #toggle_btn {
        align-items: center;
        color: #333;
        display: inline-flex;
        float: left;
        font-size: 30px;
        height: 60px;
        justify-content: center;
        margin-left: 15px;
        padding: 0 15px;
    }

    .mini-sidebar .header-left .logo img {
        height: auto;
        max-height: 40px;
        width: auto;
    }

    .mini-sidebar .header .header-left .logo {
        display: none;
    }

    .mini-sidebar .header-left .logo.logo-small {
        display: block;
    }

    .mini-sidebar .header .header-left {
        padding: 0 5px;
        width: 78px;
    }

    .mini-sidebar .sidebar {
        width: 78px;
    }

    .mini-sidebar.expand-menu .sidebar {
        width: 240px;
    }

    .mini-sidebar .menu-title {
        visibility: hidden;
        white-space: nowrap;
    }

    .mini-sidebar.expand-menu .menu-title {
        visibility: visible;
    }

    .mini-sidebar .menu-title a {
        visibility: hidden;
    }

    .mini-sidebar.expand-menu .menu-title a {
        visibility: visible;
    }

    .modal-open.mini-sidebar .sidebar {
        z-index: 1051;
    }

    .mini-sidebar .sidebar .sidebar-menu ul>li>a span {
        display: none;
        transition: all 0.2s ease-in-out;
        opacity: 0;
    }

    .mini-sidebar.expand-menu .sidebar .sidebar-menu ul>li>a span {
        display: inline;
        opacity: 1;
    }

    .mini-sidebar .page-wrapper {
        margin-left: 78px;
    }
}

@media (max-width: 991.98px) {
    .header .header-left {
        position: absolute;
        width: 100%;
    }

    .add-item {
        margin-top: 10px;
    }

    .flag-nav {
        display: none;
    }

    .mobile_btn {
        color: #333;
        cursor: pointer;
        display: block;
        font-size: 24px;
        height: 60px;
        left: 0;
        line-height: 60px;
        padding: 0 15px;
        position: absolute;
        text-align: center;
        top: 0;
        z-index: 10;
    }

    #toggle_btn {
        display: none;
    }

    .top-nav-search {
        display: none;
    }

    .login-wrapper .loginbox .login-left {
        padding: 80px 50px;
        width: 50%;
    }

    .login-wrapper .loginbox .login-right {
        padding: 50px;
        width: 50%;
    }

    .sidebar {
        margin-left: -225px;
        width: 225px;
        -webkit-transition: all 0.4s ease;
        -moz-transition: all 0.4s ease;
        transition: all 0.4s ease;
        z-index: 1041;
    }

    .page-wrapper {
        margin-left: 0;
        padding-left: 0;
        padding-right: 0;
        -webkit-transition: all 0.4s ease;
        -moz-transition: all 0.4s ease;
        transition: all 0.4s ease;
    }

    .chat-window .chat-scroll {
        max-height: calc(100vh - 255px);
    }

    .chat-window .chat-cont-left,
    .chat-window .chat-cont-right {
        flex: 0 0 100%;
        max-width: 100%;
        transition: left 0.3s ease-in-out 0s, right 0.3s ease-in-out 0s;
        width: 100%;
    }

    .chat-window .chat-cont-left {
        border-right: 0;
    }

    .chat-window .chat-cont-right {
        position: absolute;
        right: calc(-100% + -1.875rem);
        top: 0;
    }

    .chat-window .chat-cont-right .chat-header {
        justify-content: start;
    }

    .chat-window .chat-cont-right .chat-header .back-user-list {
        display: block;
    }

    .chat-window .chat-cont-right .chat-header .chat-options {
        margin-left: auto;
    }

    .chat-window.chat-slide .chat-cont-left {
        left: calc(-100% + -1.875rem);
    }

    .chat-window.chat-slide .chat-cont-right {
        right: 0;
    }
}

@media (max-width: 767.98px) {
    body {
        font-size: 0.9375rem;
    }

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

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

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

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

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

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

    .header .has-arrow .dropdown-toggle:after {
        display: none;
    }

    .user-menu.nav>li>a>span:not(.user-img) {
        display: none;
    }

    .navbar-nav .open .dropdown-menu {
        float: left;
        position: absolute;
    }

    .navbar-nav.user-menu .open .dropdown-menu {
        left: auto;
        right: 0;
    }

    .header .header-left {
        padding: 0 15px;
    }

    .header .header-left .logo {
        display: none;
    }

    .header-left .logo.logo-small {
        display: inline-block;
    }

    .login-wrapper .loginbox .login-left {
        display: none;
    }

    .login-wrapper .loginbox {
        max-width: 450px;
        min-height: unset;
    }

    .login-wrapper .loginbox .login-right {
        float: none;
        padding: 1.875rem;
        width: 100%;
    }

    .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%;
    }

    .login-wrapper .loginbox .login-right h1 {
        font-size: 22px;
    }

    .error-box h1 {
        font-size: 6em;
    }

    .error-box .btn {
        font-size: 15px;
        min-width: 150px;
        padding: 8px 20px;
    }

    .dash-count {
        font-size: 16px;
        display: inline-block;
    }

    .dash-widget-header {
        display: block;
    }

    .nav {
        display: block;
    }
}

@media (max-width: 575.98px) {
    .card {
        margin-bottom: 0.9375rem;
    }

    .page-wrapper>.content {
        padding: 0.9375rem 0.9375rem 0;
    }

    .chat-window {
        margin-bottom: 0.9375rem;
    }

    .card-body {
        padding: 1.25rem;
    }

    .card-header {
        padding: .75rem 1.25rem;
    }

    .card-footer {
        padding: .75rem 1.25rem;
    }

    .page-header {
        margin-bottom: 0.9375rem;
    }

    .pagination-lg .page-link {
        font-size: 1.2rem;
        padding: 0.5rem 0.625rem;
    }

    .invoice-details {
        float: left;
        text-align: left;
    }

    .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;
    }

    .fc-toolbar .fc-center {
        display: inline-block;
        width: 100%;
        text-align: center;
    }

    .fc-toolbar .fc-center h2 {
        width: 100%;
    }

    .chat-window .chat-cont-right .chat-header .media .media-body {
        display: none;
    }

    .chat-window .chat-cont-left .chat-users-list a.media .media-body>div:first-child .user-name,
    .chat-window .chat-cont-left .chat-users-list a.media .media-body>div:first-child .user-last-chat {
        max-width: 160px;
    }

    .page-header .breadcrumb {
        display: none;
    }

    .a-white {
        color: white !important;
    }
}

.IconNotifications.success i {
    font-size: 40px;
}

.IconNotifications.error span {
    border-color: #dc3545;
}

.IconNotifications.error i {
    font-size: 40px;
    color: #dc3545;
}
.heightbody {
    min-height: 100px !important;
}

#paymentInstructionModal .multi-use-pop-up .modal-header .modal-title{
    max-width: 300px !important;
}

#ticket_category_badge{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    background: #cfcdd8;
    padding: 2px 5px;
    border-radius: 4px;
}
