* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}



html {
    font-size: 14px !important;
}

:root {
    --bs-font-sans-serif: Inter,Roboto,Arial,sans-serif !important;
    --bs-border-color: #aaaaaa;
}

@font-face {
    font-family: Inter !important;
    src: url('Inter-VariableFont_slnt,wght.ttf') format('truetype') !important;
}

.documentFrame {
    height: 720px !important;
    width: 100% !important;
}

/* BOOTSTRAP CLASSES */
.card {
    border-color: #0000001a !important;
}


.e-calendar .e-content .e-cell.personal-appointment span.e-day,
.e-calendar .e-content td:hover.e-cell.personal-appointment span.e-day,
.e-calendar .e-content td.e-selected.e-focused-date.e-cell.personal-appointment span.e-day {
    color: #ff5464;
    font-weight: 700;
}

.e-calendar .e-content .e-cell.official-appointment span.e-day,
.e-calendar .e-content td:hover.e-cell.official-appointment span.e-day,
.e-calendar .e-content td.e-selected.e-focused-date.e-cell.official-appointment span.e-day {
    color: #ff5464;
    font-weight: 700;
}

.taskDashRow td {
    min-width: 110px;
}

.e-calendar .e-content td.e-selected.e-focused-date.e-cell.personal-appointment span.e-day,
.e-calendar .e-content td.e-selected.e-focused-date.e-cell.official-appointment span.e-day {
    background-color: #ffc6d95e;
    box-shadow: 0 0 0 1px #d13438;
}

.taskComment {
    border: 1px solid #e0e0e0;
    border-radius: 5px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
    padding-bottom: 0px;
    margin: 10px 0;
    background-color: #f2f2f2 !important;
    margin-bottom: 0px;
}

.border-0 {
    border: none !important;
    border-radius: 0 !important;
}

.subItemsList div ul li {
    height: 50px !important;
}

.toDoItemsList div ul li {
    height: fit-content !important;
}

.button-badge {
    background-color: crimson;
    border-radius: 50%;
    width: 15px !important;
    height: 15px !important;
    margin-left: 5px;
    justify-content: center;
    align-items: center;
    font-size: 10px;
}

.checkbox-round {
    width: 1em;
    height: 1em;
    background-color: white;
    border-radius: 50%;
    vertical-align: middle;
    border: 1px solid #222;
    appearance: none;
    -webkit-appearance: none;
    outline: none;
    cursor: pointer;
}

    .checkbox-round:checked {
        border: 1px solid #1337B8;
        background-color: #6783E9;
    }

.fullScreenWrapper {
    max-height: calc(100vh - 70px);
}

.w-input,
.w-select {
    display: block;
    width: 100%;
    height: 38px;
    padding: 8px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333333;
    vertical-align: middle;
    background-color: #ffffff;
    border: 1px solid #cccccc;
}

.w-icon-dropdown-toggle {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    margin-right: 20px;
    width: 1em;
    height: 1em;
}


.nav-pills > * .nav-link {
    height: 36px !important;
    color: #0f239c !important;
    background-color: #fff !important;
    margin: 10px 0 10px 10px !important;
    font-size: 14px;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    background-color: #eaf0ff !important;
    color: #0f238d !important;
}

.nav {
    background-color: white !important;
    width: auto;
}

.progress-bar {
    background-color: #0f238d !important;
}

.e-checkbox-wrapper label {
    margin: 7px 0 0 0;
}



/*.table-responsive {
    min-height: 112px;
}*/
/*:root {*/
/* --bs-body-font-size: 0.8rem !important;*/
/*--bs-blue: #0f238d;
    --bs-indigo: #6610f2;
    --bs-purple: #6f42c1;
    --bs-pink: #d63384;
    --bs-red: #dc3545;
    --bs-orange: #fd7e14;
    --bs-yellow: #ffc107;
    --bs-green: #198754;
    --bs-teal: #20c997;
    --bs-cyan: #0dcaf0;
    --bs-black: #000;
    --bs-white: #fff;
    --bs-gray: #6c757d;
    --bs-gray-dark: #343a40;
    --bs-gray-100: #f8f9fa;
    --bs-gray-200: #e9ecef;
    --bs-gray-300: #dee2e6;
    --bs-gray-400: #ced4da;
    --bs-gray-500: #adb5bd;
    --bs-gray-600: #6c757d;
    --bs-gray-700: #495057;
    --bs-gray-800: #343a40;
    --bs-gray-900: #212529;
    --bs-primary: #0f238d !important;
    --bs-secondary: #5e6c80;
    --bs-success: #198754;
    --bs-info: #0dcaf0;
    --bs-warning: #ffc107;
    --bs-danger: #dc3545;
    --bs-light: #f8f9fa;
    --bs-dark: #212529;
}*/
@font-face {
    font-family: Inter;
    src: url('Inter-VariableFont_slnt,wght.ttf') format('truetype');
    /* Additional font properties can be specified here, such as font-weight and font-style */
}

.btn {
    border-radius: 0.2rem;
    font-size: 0.9rem;
}

.btn-primary {
    --bs-btn-color: #fff;
    --bs-btn-bg: #0f238d;
    --bs-btn-border-color: #0f238d;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #0b5ed7;
    --bs-btn-hover-border-color: #0a58ca;
    --bs-btn-focus-shadow-rgb: 49,132,253;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #0a58ca;
    --bs-btn-active-border-color: #0a53be;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #0f238d;
    --bs-btn-disabled-border-color: #0f238d;
}

.btn-secondary {
    --bs-btn-color: #1d2467;
    --bs-btn-bg: #dbe4fc;
    --bs-btn-border-color: #dbe4fc;
    --bs-btn-hover-color: #1d2467;
    --bs-btn-hover-bg: #bdc9e7;
    --bs-btn-hover-border-color: #bdc9e7;
    --bs-btn-focus-shadow-rgb: 130,138,145;
    --bs-btn-active-color: #1d2467;
    --bs-btn-active-bg: #d4dbec;
    --bs-btn-active-border-color: #d4dbec;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #151515;
    --bs-btn-disabled-bg: #abb6c0;
    --bs-btn-disabled-border-color: #91979d;
    font-weight: 500;
}

.btn-outline-primary {
    --bs-btn-color: #0f238d;
    --bs-btn-bg: #fff;
    --bs-btn-border-color: #0f238d;
    --bs-btn-hover-color: #0f238d;
    --bs-btn-hover-bg: #eef3ff;
    --bs-btn-hover-border-color: #0f238d;
    --bs-btn-focus-shadow-rgb: 130,138,145;
    --bs-btn-active-color: #0f238d;
    --bs-btn-active-bg: #dbe4fc;
    --bs-btn-active-border-color: #0f238d;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #151515;
    --bs-btn-disabled-bg: #abb6c0;
    --bs-btn-disabled-border-color: #91979d;
    font-weight: 500;
}

.btn-outline-danger {
    --bs-btn-color: #dc3545;
    --bs-btn-bg: #fff;
    --bs-btn-border-color: #dc3545;
    --bs-btn-hover-color: #dc3545;
    --bs-btn-hover-bg: #ffdee2;
    --bs-btn-hover-border-color: #dc3545;
    --bs-btn-focus-shadow-rgb: 220, 53, 69;
    --bs-btn-active-color: #dc3545;
    --bs-btn-active-bg: #ffcdd2;
    --bs-btn-active-border-color: #dc3545;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #dc3545;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #dc3545;
    --bs-gradient: none;
}

.btn-danger-soft {
    background-color: #fae1e3;
}


.form-control:disabled {
    background-color: #f6f8fa;
    opacity: 1;
}

.form-select {
    cursor: pointer;
}

.form-select-sm {
    border: none;
    background-color: #dbe4fca8;
}

.invalid {
    outline: 1px solid red !important;
}

.input-group .btn {
    z-index: 1 !important;
}



/* table style */
table {
    width: 100%;
    table-layout: auto;
    border-collapse: collapse;
    border-spacing: 0;
    font-size: 14px;
    color: #131313;
}

.table-light {
    border-bottom: 1pt solid #979797;
}

.table {
    --bs-table-hover-bg: rgb(248 249 250);
}

th {
    padding: 8px 6px;
    text-align: left;
    font-weight: 600;
    vertical-align: bottom;
    background-color: #f6f8fa;
    color: #0f238d;
    font-size: 13px;
}

td {
    padding: 12px 6px;
    text-align: left;
    vertical-align: middle;
    border-bottom: 0.5px solid #eee;
    word-wrap: anywhere;
}




/* SYNCFUSION CLASSES */
.e-schedule .e-vertical-view .e-all-day-appointment-wrapper .e-appointment .e-appointment-details {
    padding: 0 !important;
    margin-top: -5px !important;
}

.e-schedule .e-vertical-view .e-day-wrapper .e-appointment {
    background: #c5cbfa !important;
    border-left: 10px solid #5b5fc7 !important;
    border-image: repeating-linear-gradient(45deg, #e8ebfa, #5b5fc7 3px, #e8ebfa 6px) 1 !important;
}

.e-schedule .e-month-view .e-appointment {
    background: #c5cbfa !important;
}

.e-control,
.e-input-group,
.e-multi-select-wrapper .e-dropdownbase,
.e-dropdownbase .e-list-item {
    font-family: Inter !important;
}

.datepickersf,
.e-control-wrapper {
    line-height: 1.25 !important;
    border-radius: 0.375rem !important;
    border: var(--bs-border-width) solid var(--bs-border-color) !important;
}

.e-ddl {
    border-radius: 0.375rem !important;
    border: var(--bs-border-width) solid var(--bs-border-color) !important;
}

.syncfusionddl {
    height: calc(3.5rem + calc(var(--bs-border-width) * 2)) !important;
    line-height: 1.25 !important;
    border-radius: 0.375rem !important;
    border: none;
    font-family: Inter;
}

.e-mention .e-mention-chip {
    background: #0c66e4;
    border-radius: 2px;
    color: #fff;
    cursor: default;
    padding: 2px 4px;
    font-size: 12px;
}

.e-input-group {
    padding-left: 0 !important;
    width: 100% !important;
    font-size: 1rem !important;
    font-weight: 400 !important;
    color: var(--bs-body-color) !important;
    background-color: var(--bs-form-control-bg) !important;
    background-clip: padding-box !important;
    border: var(--bs-border-width) solid var(--bs-border-color) !important;
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    appearance: none !important;
    border-radius: 0.375rem !important;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out !important;
}

.e-recurrenceeditor .e-form-right,
.e-recurrenceeditor .e-input-wrapper-side.e-form-right {
    padding-left: 10px !important;
}

.e-float-text.e-label-top,
.e-end-on-label,
.e-week-expander-label {
    margin-bottom: 3px !important;
    padding-left: 4px !important;
    color: #474a62 !important;
    font-size: 13px !important;
    line-height: 20px !important;
    font-weight: 500 !important;
    text-transform: capitalize !important;
    left: 3% !important;
}

.e-input-group:not(.e-disabled):active:not(.e-success):not(.e-warning):not(.e-error),
.e-input-group.e-control-wrapper:not(.e-disabled):active:not(.e-success):not(.e-warning):not(.e-error) {
    color: var(--bs-body-color) !important;
    background-color: var(--bs-form-control-bg) !important;
    border-color: #86b7fe !important;
    outline: 0 !important;
    box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25) !important;
}

.e-input-group.e-input-focus:not(.e-success):not(.e-warning):not(.e-error),
.e-input-group.e-control-wrapper.e-input-focus:not(.e-success):not(.e-warning):not(.e-error) {
    color: var(--bs-body-color) !important;
    background-color: var(--bs-form-control-bg) !important;
    border-color: #86b7fe !important;
    outline: 0 !important;
    box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25) !important;
}

.e-input-group.e-control-wrapper.e-input-focus.e-success {
    color: var(--bs-body-color) !important;
    background-color: var(--bs-form-control-bg) !important;
    border-color: #86b7fe !important;
    outline: 0 !important;
    box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25) !important;
    outline: 1px solid #fff !important;
}

.e-dialog {
    border: 1px none #cfd0d6 !important;
    border-radius: 8px !important;
}

    .e-dialog .e-dlg-header-content {
        border-bottom: 1px solid #cacaca !important;
        padding: 16px 18px 12px !important;
    }

.e-dlg-overlay {
    background-color: rgba(26, 30, 60, 0.5) !important;
}

.e-control.e-datetimepicker.e-lib.e-input.e-keyboard,
.e-control.e-datepicker.e-lib.e-input.e-keyboard {
    height: 22px !important;
}

.e-schedule .e-vertical-view .e-all-day-appointment-wrapper .e-appointment {
    background-color: #c5cbfa !important;
}

.e-ddl .e-lib .valid .e-input-group .e-control-container .e-control-wrapper .e-float-input .e-valid-input {
    height: 42px !important;
}

.e-schedule .e-vertical-view .e-day-wrapper .e-appointment .e-appointment-details {
    width: 100% !important;
    height: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
}

.e-ddl.e-input-group .e-input-value,
.e-ddl.e-input-group .e-input-value {
    margin: auto !important;
}

.e-float-text.e-label-top {
    padding-bottom: 5px !important;
}

.e-multiselect-border-red {
    border-color: red !important;
}

.e-multiselect {
    font-size: 14px !important;
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: var(--bs-body-color);
    background-color: var(--bs-form-control-bg);
    background-clip: padding-box;
    border: var(--bs-border-width) solid var(--bs-border-color);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0.375rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.e-valid-input {
    border: var(--bs-border-width) solid var(--bs-border-color) !important;
}

.e-popup.e-multi-select-list-wrapper {
    border: var(--bs-border-width) solid var(--bs-border-color) !important;
}


.my-appointment > span.e-day {
    color: #000 !important;
}

.e-schedule .e-vertical-view .e-selected-cell {
    background-color: lightblue !important;
    border-style: none !important;
    color: darkblue !important;
    font-weight: bold !important;
}


/* CUSTOM CLASSES */
/* sidebar scrollbar style */
.nav-wrap::-webkit-scrollbar {
    width: 10px;
}

.nav-wrap::-webkit-scrollbar-track {
    background: rgb(46, 52, 107);
    border-color: rgb(255, 255, 255);
}

.nav-wrap::-webkit-scrollbar-thumb {
    background: rgb(222, 217, 217);
    border-width: 2px;
    border-style: solid;
    border-color: rgb(46, 52, 107);
    border-radius: 5px;
}

/* general scrollbar style */
::-webkit-scrollbar {
    width: 10px;
}

::-webkit-scrollbar-track {
    background: #EEF1F5;
    border-color: #EEF1F5;
}

::-webkit-scrollbar-thumb {
    background: #a2a3af;
    border: 2px solid #EEF1F5;
    border-radius: 5px;
}

/* Multi step form */
.multi-step {
    width: 30px;
    height: 30px;
    border: 1px solid #111964;
    border-radius: 50%;
    background-color: #fff;
    color: #111964;
}

    .multi-step.active {
        width: 30px;
        height: 30px;
        border: 1px solid #111964;
        border-radius: 50%;
        background-color: #111964;
        color: #fff;
    }

/* Member lists */
.member-list {
    border: var(--bs-border-width) solid var(--bs-border-color);
    border-radius: 0.375rem;
    height: 150px;
    overflow-x: hidden;
    overflow-y: auto;
}

.tag-list {
    list-style-type: none;
    padding: 4px;
    margin: 0;
    display: inline-flex;
    flex-wrap: wrap;
}

.tag-item {
    display: inline;
    position: relative;
    padding: 4px 10px;
    background-color: #EAF0FF;
    margin: 0 4px 4px 0;
    border-radius: 4px;
    font-size: 13px;
    font-weight: 500;
}

.remove-item {
    cursor: pointer;
    padding: 6px;
    margin: 0 -10px 0 4px;
    transform: translate(0%, -50%)
}

    .remove-item:hover {
        background: #d7e1fd;
        border-radius: 4px;
    }

/*Task labels colors get from Trello*/
.label-color_grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 5px;
    margin: 6px 0;
}

    .label-color_grid > div {
        border-radius: 3px;
        width: 46px;
        height: 30px;
        cursor: pointer;
    }

.label-item {
    width: 100%;
    display: flex;
    flex-direction: column;
    padding: 6px 8px;
    background-color: #dae3f9;
    border-radius: 3px;
    color: #000;
}

.label-indicatior {
    width: 32px;
    height: 14px;
    border-radius: 4px;
}

.label-light-green {
    background-color: #b7ddb0;
    color: #000;
}

.label-light-yellow {
    background-color: #F5EA92;
    color: #000;
}

.label-light-orange {
    background-color: #fad29c;
    color: #000;
}

.label-light-red {
    background-color: #EFB3AB;
    color: #000;
}

.label-light-purple {
    background-color: #DFC0EB;
    color: #000;
}

.label-green {
    background-color: #7BC86C;
    color: #000;
}

.label-yellow {
    background-color: #F5DD29;
    color: #000;
}

.label-orange {
    background-color: #FFAF3F;
    color: #000;
}

.label-red {
    background-color: #EF7564;
    color: #000;
}

.label-purple {
    background-color: #CD8DE5;
    color: #000;
}

.label-dark-green {
    background-color: #5AAC44;
    color: #000;
}

.label-dark-yellow {
    background-color: #E6C60D;
    color: #000;
}

.label-dark-orange {
    background-color: #E79217;
    color: #000;
}

.label-dark-red {
    background-color: #CF513D;
    color: #fff;
}

.label-dark-purple {
    background-color: #A86CC1;
    color: #000;
}

.label-light-blue {
    background-color: #8BBDD9;
    color: #000;
}

.label-light-sky {
    background-color: #8FDFEB;
    color: #000;
}

.label-light-lime {
    background-color: #B3F1D0;
    color: #000;
}

.label-light-pink {
    background-color: #F9C2E4;
    color: #000;
}

.label-light-black {
    background-color: #505F79;
    color: #fff;
}

.label-blue {
    background-color: #5BA4CF;
    color: #000;
}

.label-sky {
    background-color: #29CCE5;
    color: #000;
}

.label-lime {
    background-color: #6DECA9;
    color: #000;
}

.label-pink {
    background-color: #FF8ED4;
    color: #000;
}

.label-black {
    background-color: #344563;
    color: #fff;
}

.label-dark-blue {
    background-color: #026AA7;
    color: #fff;
}

.label-dark-sky {
    background-color: #00AECC;
    color: #000;
}

.label-dark-lime {
    background-color: #4ED583;
    color: #000;
}

.label-dark-pink {
    background-color: #E568AF;
    color: #000;
}

.label-dark-black {
    background-color: #091E42;
    color: #fff;
}

.label-light-blue-purple {
    background-color: #c5cbfa;
    color: #3d3e78;
}

.div-centered {
    min-width: 300px;
    flex: 0 0 auto;
    text-align: center;
}

.aktiven {
    background-color: rgba(234, 240, 255, 0.2);
}

.backdrop {
    background-color: rgba(26, 30, 60, 0.5);
}

#GroupChatModalId,
#CustomConfirmationModalId {
    z-index: 99999 !important;
}

#expandMenu {
    display: none;
    padding: 5px;
    background-color: #dbe4fc;
    border-radius: 3px;
    border: 0;
}

#showMenu {
    padding: 5px;
    background-color: rgba(234, 240, 255, 0.1);
    border-radius: 3px;
    border: 0;
}

h3 {
    line-height: 24px;
    font-size: 1.6rem;
    font-weight: 700;
    color: #090f44;
}

h4 {
    line-height: 20px;
    font-size: 1.3rem;
    margin-top: 0.6rem;
    font-weight: 700;
    color: #090f44;
    align-self: flex-start;
}

.upload-label {
    width: 100%;
    padding: 4px;
    border: 1px solid #a2a3af;
    background-color: #fff;
    color: #111964;
    border-radius: 3px;
    vertical-align: bottom;
    cursor: pointer;
}

    .upload-label:hover {
        border-color: #2245be;
    }

    .upload-label:active {
        border-color: #597bf5;
    }

.upload-icon {
    display: inline-block;
    background-color: #dae3f9;
    padding: 2px 5px;
    border-radius: 3px;
}

.input-hide {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}

.button-div {
    padding: 8px 12px;
    border: 2px solid #dee7ff;
    background-color: #eaf0ff;
    border-radius: 3px;
}

    .button-div:hover {
        background-color: #dee7ff;
    }

body {
    background-color: #f6f8fa !important;
    font-family: Inter, Roboto, sans-serif !important;
    color: #474a62;
    font-size: 13px;
    line-height: 20px;
    margin: 0;
    min-height: 100%;
}

a {
    color: #2245be;
    text-decoration: underline;
    cursor: pointer;
}


.captions {
    color: rgb(16 25 55);
    font-size: 16px;
    font-weight: 600;
    margin: 16px 0 10px;
}

    .captions.no-m-top {
        margin-top: 0px;
    }

.body-copy {
    color: #474a62;
    font-size: 15px;
    line-height: 24px;
}

    .body-copy.small {
        color: #1a1e3c;
        font-size: 13px;
        line-height: 20px;
        font-weight: 400;
    }

    .body-copy.white-text {
        color: #eaf0ff;
        text-align: center;
    }


/* Notifications */
.icon-button__badge {
    position: absolute;
    top: -6px;
    right: -8px;
    width: 16px;
    height: 16px;
    background: crimson;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    z-index: 1;
    font-size: 9px;
}

.button_badge {
    margin-left: 5px;
    width: 16px;
    height: 16px;
    background: crimson;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    z-index: 1;
    font-size: 9px;
}

.notification-header {
    padding: 4px 8px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.notification-list {
    width: 450px !important;
    height: auto !important;
    margin-left: -400px !important;
    overflow: auto !important;
}

.notification-paragraph {
    font-size: 13px;
    font-weight: normal;
    padding: 8px;
    margin: 2px 0px;
    background-color: #fff;
    border-radius: 3px;
    cursor: pointer;
    height: max-content;
}

    .notification-paragraph:hover {
        background-color: #f4f7ff70;
    }

    .notification-paragraph.unread {
        background-color: #f4f7ff;
    }

        .notification-paragraph.unread:hover {
            background-color: #eaf0ff;
        }

        .notification-paragraph.unread::before {
            content: "";
            background: #4a62d6;
            display: inline-block;
            width: 8px;
            height: 8px;
            border-radius: 50%;
            margin-right: 8px;
        }

.notification-link {
    cursor: pointer;
    padding: 8px;
    margin-left: auto;
    text-align: right;
    font-size: 13px;
}

    .notification-link:hover {
        text-decoration: underline;
    }

/* Loader animations */
.chat-loader {
    border: 13px solid #f3f3f3;
    border-radius: 50%;
    border-top: 13px solid darkblue;
    margin: auto;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
}

.notification-loader {
    border: 15px solid #f3f3f3;
    border-radius: 50%;
    border-top: 15px solid darkblue;
    margin: auto;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
}

@@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

@@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

/* toggle switch */
.switch {
    position: relative;
    display: inline-block;
    width: 28px;
    height: 16px;
}

    .switch input {
        opacity: 0;
        width: 0;
        height: 0;
    }

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
    border-radius: 16px;
}

    .slider:before {
        position: absolute;
        content: "";
        height: 8px;
        width: 8px;
        left: 4px;
        bottom: 4px;
        background-color: white;
        -webkit-transition: .4s;
        transition: .4s;
        border-radius: 50%;
    }

input:checked + .slider {
    background-color: #2245be;
}

    input:checked + .slider:before {
        transform: translateX(12px);
    }

/* Input Fields */
.input_text-field {
    height: 34px;
    padding: 5px 8px;
    border-style: solid;
    border-width: 1px;
    border-color: #a2a3af;
    border-radius: 3px;
    font-size: 13px;
    line-height: 18px;
}

    .input_text-field:hover {
        border-color: #2245be;
    }

    .input_text-field:active,
    .input_text-field:focus {
        border-color: #597bf5;
    }

.input_label {
    margin-bottom: 2px;
    padding-left: 4px;
    color: #474a62;
    font-size: 13px;
    line-height: 20px;
    font-weight: 500;
    text-transform: capitalize;
}

/* Full-width Button (Switch menu modes) */
.btn_full-width.light-v {
    width: 100%;
    padding: 8px 12px;
    background: rgba(234, 240, 255, 0.12);
    color: #eaf0ff;
    border-radius: 3px;
    margin-top: 0;
    font-size: 12px;
}

    .btn_full-width.light-v:hover {
        background: rgba(234, 240, 255, 0.2);
    }



/* Checkboxes */
.checkbox {
    width: 16px;
    height: 16px;
    margin-top: 2px;
    float: left;
    border-color: #757789;
    background-color: #fff;
}

    .checkbox.w--redirected-checked {
        border-color: #2245be;
        background-color: #2245be;
    }

    .checkbox.w--redirected-focus {
        box-shadow: none;
    }

.checkbox-label {
    margin: 0px 0px 0px 5px;
    font-size: 13px;
    line-height: 18px;
}


/* Nav Menu Sidebar */
.sidebar {
    position: static;
    left: 0%;
    top: 0%;
    right: auto;
    bottom: 0%;
    z-index: 900;
    display: flex;
    width: 270px;
    height: 100%;
    padding: 24px 12px 6px;
    flex-direction: column;
    justify-content: space-between;
    background-image: -webkit-gradient(linear, left bottom, left top, from(#1a1e3c), to(#111964));
    background-image: linear-gradient(0deg, #1a1e3c, #111964);
    color: #fff;
}

    .sidebar.fixed {
        position: fixed;
        z-index: 100;
        display: grid;
        grid-template-columns: 1fr;
        grid-template-rows: auto 1fr auto auto;
    }



/* Sidebar children elements (wraps, sidebar menu items, dropdowns & icons, switch button bar) */
.nav-wrap {
    overflow-y: auto;
    border-top: 1px solid rgba(234, 240, 255, 0.16);
    border-bottom: 1px solid rgba(234, 240, 255, 0.16);
    padding: 8px;
}

.nav-link_toggle {
    display: flex;
    height: 48px;
    padding: 12px 40px 12px 8px;
    align-items: center;
    border-radius: 3px;
    font-weight: 500;
}

    .nav-link_toggle:hover {
        background-color: rgba(234, 240, 255, 0.12);
    }

    .nav-link_toggle:active,
    .nav-link_toggle:focus {
        background-color: rgba(234, 240, 255, 0.2);
    }

    .nav-link_toggle.w--open {
        height: 48px;
    }

    .nav-link_toggle.collapsed {
        padding-right: 8px;
        justify-content: center;
    }

.icon {
    margin-right: 8px;
    color: #fff;
}

.nav-link_dropdown-list {
    background-color: transparent;
}

    .nav-link_dropdown-list.w--open {
        position: static;
    }

.nav-link_dropdown {
    display: block;
    border-radius: 3px;
    color: #fff;
}

.nav-text {
    display: inline-block;
    color: #fff;
    font-size: 13px;
    font-weight: 400;
    text-transform: capitalize;
}

.nav-icon {
    width: 20px;
    height: 20px;
    margin-right: 16px;
    color: #fff;
}

    .nav-icon.collapsed {
        margin-right: 0px;
    }

.nav-link {
    display: flex;
    height: 48px;
    padding: 12px 12px 12px 8px;
    align-items: center;
    border-radius: 3px;
    font-weight: 500;
    text-decoration: none;
}

    .nav-link:hover {
        background-color: rgba(234, 240, 255, 0.12);
    }

    .nav-link:active,
    .nav-link:focus {
        background-color: rgba(234, 240, 255, 0.2);
    }

    .nav-link.collapsed {
        padding-right: 8px;
        justify-content: center;
    }

.fixed-item_wrap {
    padding-top: 6px;
    border-top: 1px solid rgba(234, 240, 255, 0.16);
}

.nav-link_dropdown-item {
    display: block;
    padding-top: 14px;
    padding-bottom: 14px;
    padding-left: 42px;
    border-radius: 3px;
    color: #fff;
    font-size: 13px;
    font-weight: 400;
    text-transform: capitalize;
    text-decoration: none;
}

    .nav-link_dropdown-item:hover {
        background-color: rgba(234, 240, 255, 0.12);
    }

    .nav-link_dropdown-item:active,
    .nav-link_dropdown-item:focus {
        background-color: rgba(234, 240, 255, 0.2);
    }


/* Utility pages layout */
.section-white {
    display: flex;
    height: 100vh;
    background-color: #fff;
}

.div-50-percent { /* row > col-md-6 d-flex h-100 justify-content-center align-items-center align-self-strtch */
    display: flex;
    width: 50%;
    height: 100%;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    align-self: stretch;
}

    .div-50-percent.dark-bg {
        height: auto;
        background-color: #1a1e3c;
        background-image: radial-gradient(circle farthest-corner at 0% 0%, #111964, #1a1e3c);
    }

.notification-overflow-container-y {
    display: grid;
    grid-gap: 3px;
    max-height: 440px;
    overflow-y: auto;
    overflow-x: hidden;
    border-top: 1px solid #cfd0d6;
    border-bottom: 1px solid #cfd0d6;
}

.search-icon {
    width: 16px;
    height: 16px;
}


/* Body render layout */

.content-wrapper { /* important! da ne se brise */
    height: 100%;
    margin-left: 270px;
    position: relative;
}

.nav-bar {
    display: flex;
    position: static;
    height: 48px;
    padding: 8px 16px 8px 24px;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #cfd0d6;
    background-color: #fff;
}

.icon-bar {
    display: flex;
    justify-content: space-between;
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    align-self: flex-start;
    align-items: flex-start;
}

/* Bagdes */
.bagde-large {
    display: flex;
    width: 90px;
    height: 90px;
    margin-right: 16px;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
    background-color: #a2a3af;
}

.bagde-small {
    display: flex;
    width: 36px;
    height: 36px;
    min-height: 36px;
    min-width: 36px;
    margin-right: 12px;
    justify-content: center;
    align-items: center;
    border-radius: 6px;
    background-color: #dbe4fc;
}


.badge-smaller {
    display: flex;
    width: 28px;
    height: 28px;
    min-height: 28px;
    min-width: 28px;
    margin-right: 7px;
    justify-content: center;
    align-items: center;
    border-radius: 6px;
    background-color: #dbe4fc;
}





.mobile_menu-icon {
    display: none;
}

.track-logo_dark {
    margin-bottom: 40px;
    align-self: center;
    flex: 0 auto;
}


.card-header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 24px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; /*
    grid-row-gap: 24px;*/
}

    .card-header.no-margin {
        margin-bottom: 0px;
    }

.twoFAImage {
    width: 200px;
    margin-left: auto;
    margin-right: auto;
}


.table-height {
    height: calc(100vh - 400px) !important;
    overflow-y: auto;
}


@media (max-width: 600px) {
    .table-height {
        height: calc(100vh - 400px) !important;
        overflow-y: auto;
    }
}

.timeEntryTimer {
    font-size: 16px;
    font-weight: 700;
}


.table-block.modal-window {
    overflow: auto;
    height: 500px;
    margin-top: 16px;
}

.form-control-time-entry {
    border: solid;
    border-width: 1px;
    border-color: transparent;
    box-shadow: none !important;
    outline: none !important;
}

    .form-control-time-entry:hover {
        /*text-decoration: underline;*/
        border-color: #4150a3;
    }

    .form-control-time-entry:focus {
        border: solid;
        border-width: 1px;
        border-color: transparent;
        /*text-decoration: underline;*/
        border-color: #4150a3;
    }

.form-select-timeentry {
    color: #4150a3;
    border: solid;
    border-width: 1px;
    border-color: transparent;
    box-shadow: none !important;
    outline: none !important;
}

    .form-select-timeentry:hover {
        /*text-decoration: underline;*/
        border-color: #4150a3;
    }

    .form-select-timeentry:focus {
        border: solid;
        border-width: 1px;
        border-color: transparent;
        /*text-decoration: underline;*/
        border-color: #4150a3;
    }



.table-cell {
    padding: 8px 6px;
    border-bottom: 1px solid #cfd0d6;
}


.input_text-area {
    min-height: 100px;
    border-style: solid;
    border-width: 1px;
    border-color: #a2a3af;
    border-radius: 3px;
    color: #474a62;
    font-size: 13px;
    resize: none;
}

    .input_text-area:hover {
        border-color: #2245be;
    }

    .input_text-area:active,
    .input_text-area:focus {
        border-color: #597bf5;
    }

.badge-icon_small {
    width: 18px;
    height: 18px;
}

.btn-wrap {
    display: flex;
    padding-top: 14px;
    justify-content: flex-end;
    align-items: flex-end;
    grid-column-gap: 8px;
}

    .btn-wrap.float-right {
        display: inline-block;
        width: 100%;
        padding: 5px 0;
    }

    .btn-wrap.sticky-modal {
        position: fixed;
        left: auto;
        top: -8px;
        right: 0%;
    }

    .btn-wrap.no-padding {
        padding-top: 0px;
    }

.member-title {
    color: #757789;
}

.profile-picture {
    width: 90px;
    height: 90px;
    border-radius: 50px;
    -o-object-fit: cover;
    object-fit: cover;
}

.div-block {
    display: flex;
    margin-top: 20px;
    flex-direction: column;
    flex: 1;
}



.radio-button {
    width: 16px;
    height: 16px;
    margin-right: 12px;
    border-color: #757789;
}


.radio-button-field {
    margin-top: 8px;
    margin-bottom: 8px;
}

.modal-window_fixed {
    position: fixed;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    z-index: 1100;
    display: flex;
    overflow: hidden;
    width: 100vw;
    height: 100vh;
    margin-right: auto;
    margin-left: auto;
    justify-content: center;
    align-items: center;
    background-color: rgba(26, 30, 60, 0.5);
}

.fixed-div_modal {
    position: absolute;
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
    padding: 0px 16px 16px;
    border-top: 1px solid #cfd0d6;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    background-color: #fff;
}

.confirmation-modal {
    width: 320px;
    height: 200px;
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.confirmation-password {
    width: 360px;
    height: 250px;
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.dropdown-toggle {
    padding: 5px 8px;
    border-radius: 3px;
}

    .dropdown-toggle:hover {
        background-color: #eaf0ff;
    }

.account-dropdown {
    border-radius: 3px;
    margin-left: 4px;
}

.dropdown-list {
    margin-left: -8px;
}

    .dropdown-list.w--open {
        width: 130px;
        margin-top: 15px;
        margin-left: -94px;
        padding: 4px;
        border-radius: 5px;
        background-color: #fff;
        box-shadow: 0 3px 8px 0 rgba(17, 25, 100, 0.16);
    }

.dropdown-link {
    border-radius: 3px;
    color: #111964;
}

    .dropdown-link:hover {
        background-color: #f6f8fa;
    }

    .dropdown-link:active {
        background-color: #f4f9fd;
    }

.divider {
    height: 1px;
    margin-top: 4px;
    margin-bottom: 4px;
    background-color: #cfd0d6;
}

/* Date picker calendar tabs navigation */
.date-tabs {
    z-index: 20;
    display: inline-block;
    margin-bottom: -34px;
    justify-content: flex-end;
    align-self: flex-end;
    border-style: solid;
    border-width: 1px;
    border-color: #fff;
    border-radius: 5px;
}

.next-link {
    margin-left: -1px;
    padding: 4px;
    border: 1px solid #cfd0d6;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

.prev-link {
    padding: 4px;
    border: 1px solid #cfd0d6;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

.date-current {
    display: inline-block;
    margin-left: 12px;
    font-size: 16px;
    line-height: 19px;
    font-weight: 400;
}

.text-span {
    font-weight: 600;
}

.date-picker {
    display: flex;
    flex-direction: column;
}

.date-span {
    font-weight: 400;
}

.tab-date {
    padding: 7px 12px;
    border-bottom: 2px solid #cfd0d6;
    background-color: transparent;
}

    .tab-date.w--current {
        border-bottom-color: #597bf5;
        background-color: rgba(234, 240, 255, 0.5);
    }

.date-nav {
    margin-bottom: 16px;
    display: flex;
    align-items: center;
}

input[type="date"]::-webkit-calendar-picker-indicator {
    /*display: none;
    -webkit-appearance: none;*/
    width: 18px;
    padding: 0px;
    margin: 0px;
    padding-inline-start: -1px;
    color: #111964;
}

.calendar-input {
    width: 33px;
    padding: 5px 7px 5px 8px;
    border: 1px solid #cfd0d6;
    border-radius: 5px;
    margin-left: 8px;
}

    .calendar-input:focus,
    .calendar-input:active {
        border: 1px solid #cfd0d6;
    }

/* Chat Component */
.chat-button {
    left: auto;
    top: auto;
    right: 2%;
    bottom: 2%;
    z-index: 2000;
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 60px;
    justify-content: center;
    align-items: center;
    border-radius: 100%;
    background-color: #0f238d;
    cursor: pointer;
    margin-top: 15px;
    transform: translate(0, 0);
}

.chat-column {
    position: fixed;
    left: auto;
    top: auto;
    right: 1%;
    bottom: 2%;
    z-index: 2100;
    width: 60px;
}

.chat-profile-image {
    border-radius: 50%;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.chat-profile-image-text {
    text-transform: capitalize;
    color: white;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    max-width: 60px;
}

.chat-button__badge {
    position: absolute;
    top: 0;
    right: 0;
    width: 22px;
    height: 22px;
    background: crimson;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    border: 2px solid white;
    font-size: 12px;
}

    .chat-button__badge.close-float {
        background: #6c7292;
    }

.chat-wrap {
    position: fixed;
    left: auto;
    top: auto;
    right: 80px;
    bottom: -25px;
    z-index: 2000;
    display: flex;
    width: 300px;
    height: 600px;
    margin-bottom: 40px;
    flex-direction: column;
    justify-content: flex-end;
    border-radius: 6px;
    background-color: #fff;
    box-shadow: 0 1px 8px -2px rgba(26, 30, 60, 0.45);
    color: #1a1e3c;
}

    .chat-wrap.open-chat {
        position: fixed;
        left: auto;
        top: auto;
        right: 390px;
        z-index: 2005;
        display: block;
        width: 400px;
        height: 600px;
    }

.chat-wrap {
    display: none;
}

.chat-header {
    display: flex;
    width: 100%;
    height: 48px;
    padding: 8px;
    justify-content: space-between;
    align-items: center;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    background-color: #0f238d;
    color: #f6f8fa;
    font-size: 14px;
}

    .chat-header.open-chat {
        width: 100%;
        height: 48px;
    }

.chat-nav {
    position: absolute;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: auto;
    width: 100%;
    height: 88px;
    border-bottom: 1px solid #cfd0d6;
    background-color: #f6f8fa;
}

    .chat-nav.open-chat {
        width: 100%;
        height: 48px;
        border-top-left-radius: 6px;
        border-top-right-radius: 6px;
    }

.chat_form-block {
    margin-bottom: 0px;
    padding: 8px;
    background-color: #f6f8fa;
}

.chat_search-field {
    height: 24px;
    margin-top: -21px;
    margin-bottom: 0px;
    padding: 0px 0px 0px 28px;
    border-style: solid;
    border-width: 1px;
    border-color: #a2a3af;
    border-radius: 4px;
    font-size: 13px;
    line-height: 18px;
}

.chat_input-wrap {
    height: auto;
    padding: 8px;
    border-top: 1px solid #cfd0d6;
    position: fixed;
    bottom: 15px;
    width: inherit;
}

.text-field {
    overflow: auto;
    max-height: 46px;
    margin-bottom: 0px;
    padding: 4px;
    border-style: solid;
    border-width: 1px;
    border-color: #a2a3af;
    border-radius: 4px;
    font-size: 13px;
    line-height: 18px;
    resize: none;
    overflow-wrap: anywhere;
}

.chat_send-btn {
    margin: 0 4px 0 8px;
    align-self: center;
}

.chat_user-info {
    display: flex;
    align-items: center;
    align-self: center;
    font-size: 13px;
    text-transform: capitalize;
}

.user-avatar {
    width: 28px;
    height: 28px;
    margin-right: 8px;
    border-radius: 50%;
    background-color: #e5e5e5;
    background-position: 0px 0px;
    background-size: cover;
    object-fit: cover;
}

    .user-avatar.small {
        position: relative;
        display: flex;
        flex-direction: column-reverse;
        align-items: center;
        justify-content: center;
        border: 2px solid #fff;
        width: 22px;
        height: 22px;
        margin-right: -4px;
        font-size: 8px;
        font-weight: 500;
    }

.chat_bubble-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: auto;
    width: auto;
    max-height: 470px;
    margin-top: 48px;
    padding: 8px 12px 0;
    flex-direction: column;
    justify-content: flex-start;
}

.chat_contacts-wrap {
    overflow: auto;
    height: 512px;
    margin-top: 88px;
    padding: 4px 8px 8px;
}

    .chat_bubble-wrap::-webkit-scrollbar,
    .chat_contacts-wrap::-webkit-scrollbar {
        width: 5px;
    }

    .chat_bubble-wrap::-webkit-scrollbar-track,
    .chat_contacts-wrap::-webkit-scrollbar-track {
        background: rgb(222, 217, 217);
        border-color: rgb(255, 255, 255);
    }

    .chat_bubble-wrap::-webkit-scrollbar-thumb,
    .chat_contacts-wrap::-webkit-scrollbar-thumb {
        background: #757789;
        border: 2px solid #757789;
        border-radius: 5px;
    }

.chat-contact {
    display: flex;
    padding: 6px 8px 6px 4px;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid rgba(207, 208, 214, 0.41);
    cursor: pointer;
}

    .chat-contact:hover {
        background-color: #eef3f8;
    }

    .chat-contact.new-message {
        font-weight: 600;
    }

.message-indicatior {
    width: 10px;
    height: 10px;
    border-radius: 20px;
    background-color: #597bf5;
}

.chat-bubble__received {
    position: relative;
    width: fit-content;
    max-width: 80%;
    margin-bottom: 6px;
    padding: 10px;
    align-self: flex-start;
    border-radius: 5px;
    background-color: #f3f3f4;
    font-size: 13px;
    overflow-wrap: break-word;
}

    .chat-bubble__received > a {
        color: #0f238d;
        text-decoration: underline;
    }

.chat-bubble__sent {
    position: relative;
    width: fit-content;
    max-width: 80%;
    margin-bottom: 6px;
    padding: 10px;
    align-self: flex-end;
    border-radius: 5px;
    background-color: #2245be;
    color: #fff;
    font-size: 13px;
    overflow-wrap: break-word;
}

    .chat-bubble__sent > span > a {
        color: #fff;
        text-decoration: underline;
    }

.chat_message-date {
    display: flex;
    margin-bottom: 24px;
    padding-top: 12px;
    justify-content: center;
    border-bottom: 1px solid #a2a3af;
    color: #757789;
    font-size: 12px;
}

.chat-date {
    margin-bottom: -10px;
    padding: 0 14px;
    background-color: #fff;
}

.chat_nametag {
    padding-right: 5px;
    font-size: 11px
}

.chat_ingroup-msg {
    display: flex;
    align-items: flex-start;
}

.chat_span-overflow-hidden {
    max-width: 220px;
    max-height: 20px;
    word-wrap: wrap;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.members-list__item {
    display: block;
    width: 100%;
    position: relative;
    padding: 4px 12px;
    background-color: #EAF0FF;
    margin-bottom: 4px;
    border-radius: 3px;
    font-size: 13px;
}

.chat__status-bar {
    position: fixed;
    bottom: 76px;
    width: inherit;
    display: flex;
    padding: 4px 22px 8px 12px;
}

.chat__status-msg {
    padding: 0 10px 2px;
    background: #f3f3f4;
    border-radius: 34px;
}


.chat__emoji-dropdown {
    position: absolute;
}

    .chat__emoji-dropdown.w--open {
        min-width: 270px;
        height: 178px;
        padding: 8px;
        margin-top: -230px;
        border-radius: 5px;
        background-color: #fff;
        box-shadow: 0 3px 8px 0 rgba(17, 25, 100, 0.30);
        overflow-y: auto;
        overflow-x: hidden;
    }

.chat__emoji-grid {
    display: inline-grid;
    grid-gap: 3px;
    grid-template-columns: repeat(8, 1fr);
}

    .chat__emoji-grid > span {
        padding: 5px 3px;
        border-radius: 3px;
        cursor: pointer;
        font-size: 18px;
    }

        .chat__emoji-grid > span:hover {
            background: #e5e5e5;
        }

/* Table Pagination */
.pagination-wrap {
    display: flex;
    justify-content: space-between;
    font-size: 12px;
    padding-top: 18px;
    border-top: 1px solid #ddd;
}

.pagination-grid {
    display: inline-grid;
    grid-gap: 10px;
    align-items: baseline;
    grid-template-columns: repeat(3, auto);
}

/* Task Modal Custom Classes */
.card-content.task-modal {
    width: 780px;
    padding: 0;
    position: absolute;
    margin: 40px 0;
}

progress {
    width: 100%;
    margin: 0 0 0 8px;
}

.input-large_task-title {
    height: 40px;
    max-width: 715px;
    padding: 5px 8px;
    margin-bottom: 0px;
    border: 1px solid #fff;
    border-radius: 3px;
    background-color: #fff;
    color: #111964;
    font-size: 18px;
    font-weight: 600;
}

    .input-large_task-title:hover {
        border-color: #2245be;
    }

    .input-large_task-title:active,
    .input-large_task-title:focus {
        border-color: #597bf5;
    }

.task-caption {
    font-weight: 600;
    color: #13245f;
    border: none;
}

.task-label {
    font-size: 13px;
    font-weight: 500;
    margin: 6px 0 0 3px;
    color: #13245f;
}

.e-card-task-container {
    align-items: center;
    width: 100%;
    justify-content: space-between;
}

.avatar-container {
    display: flex;
    flex-wrap: nowrap; /* Prevents wrapping to the next line */
    align-items: center; /* Vertically center avatars if needed */
}

.member-avatar {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #13245f;
    min-width: 28px;
    min-height: 28px;
    width: 28px;
    height: 28px;
    margin-right: 4px;
    background-color: #dae3f9;
    font-size: 12px;
    font-weight: 500;
    border: 1px solid #bac7e8;
    border-radius: 50%;
}

    .member-avatar.add-new {
        background-color: #e5e5e5;
        cursor: pointer;
        border: none;
    }

.label-content {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-evenly;
    margin-bottom: 4px;
}

.label-action {
    padding: 6px 8px;
    margin: 2px 0 2px 6px;
    border-radius: 14px;
    background-color: #d4dbec57;
    cursor: pointer;
}

.checklist-label-input {
    width: 100%;
    min-height: 28px;
    height: fit-content;
    border: 1px solid transparent;
    border-radius: 3px;
    padding: 4px;
    margin-left: 5px;
    font-size: 13px;
    background-color: transparent;
}

    .checklist-label-input:hover {
        border: 1px solid rgb(180 179 179 / 36%);
    }

    .checklist-label-input:focus,
    .checklist-label-input:active {
        border-color: #86b7fe;
        outline: 0;
        box-shadow: 0 0 0 0.25rem rgba(13,110,253,.25);
    }


.attach-thumbnail {
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #dae3f9;
    border-radius: 3px;
    margin-right: 10px;
    cursor: pointer;
}

.info-small {
    color: dimgray;
    font-size: 12px;
    margin-left: 3px;
}

.pop-over {
    position: absolute;
    top: 100%;
    left: 0%;
    width: 297px;
    padding: 12px;
    border: 1px none #cfd0d6;
    border-radius: 4px;
    background-color: #fff;
    box-shadow: 0 0 12px -1px #adaeb8;
    height: auto;
    z-index: 9999;
}

/* Media Queries */
@media screen and (max-width: 991px) {
    #expandMenu {
        display: none !important;
    }

    .mobileOpen {
        display: block;
        box-shadow: 4px -1px 20px -11px #474a62;
        transform: translate(0px, 0px);
    }

    .mobileClosed {
        box-shadow: 4px -1px 20px -11px #474a62;
        transform: translate(-270px, 0px);
    }

    .image-wrapper {
        padding-right: 4px;
        padding-left: 4px;
        justify-content: space-between;
    }

    .section-white {
        height: 100vh;
        flex-direction: column;
    }

    .div-50-percent {
        width: auto;
        height: 100%;
        background-image: none;
        background-size: auto;
        background-repeat: repeat;
    }

        .div-50-percent.dark-bg {
            display: none;
        }

    .content-wrapper {
        margin-left: 0px;
    }

    .nav-bar {
        padding-right: 24px;
    }

    .card-content.modal-window {
        max-width: 90%;
    }

    .mobile_menu-icon {
        display: block;
    }

    .chat-wrap {
        display: none;
    }
}

@media screen and (max-width: 767px) {

    #expandMenu {
        display: none;
    }

    .h2 {
        font-size: 20px;
    }

    .h4 {
        font-size: 16px;
    }

    .tabs-menu {
        justify-content: center;
    }

    .search-block {
        display: none;
    }

    .icon-bar {
        grid-column-gap: 16px;
    }

    .main-content {
        padding-right: 16px;
        padding-bottom: 16px;
        padding-left: 16px;
    }

    .card-content {
        padding: 16px;
    }

    .checkbox-wrapper.horizontal {
        justify-content: flex-start;
        flex-wrap: wrap;
        grid-column-gap: 24px;
        grid-row-gap: 12px;
    }

    .tabs {
        margin-top: 0px;
    }

    .btn-wrap {
        flex: 1;
    }

    .chat-wrap {
        display: none;
    }
}

@media screen and (max-width: 479px) {

    #expandMenu {
        display: none; /* d-none */
    }

    .h4 {
        margin-top: 0px;
        margin-bottom: 0px;
        align-self: center;
    }

    .body-copy.small {
        white-space: break-spaces;
    }

    .btn-secondary {
        align-self: flex-end;
    }

    .tabs-menu {
        justify-content: center;
        flex-wrap: wrap;
        grid-row-gap: 8px;
    }

    .div-centered {
        min-width: 260px;
    }

    .nav-bar {
        padding-right: 16px;
        padding-left: 12px;
    }

    .card-title {
        align-items: flex-start;
    }

    .btn-wrap {
        justify-content: flex-end;
        align-items: flex-end;
    }

    .chat-wrap {
        display: none;
    }
}

/*Task Boards css*/
.custom-kanban .e-kanban-content .e-content-row .e-content-cells .e-card-container {
    display: inline !important;
    padding: 0px !important;
    margin-left: auto;
    margin-right: auto;
}

    .custom-kanban .e-kanban-content .e-content-row .e-content-cells .e-card-container .e-card {
        display: inline-block !important;
        width: 250px !important;
        height: 100px !important;
        padding: 5px !important;
        margin: 10px !important;
    }

/*.custom-kanban .e-kanban-content .e-content-row .e-content-cells .e-card-container .e-card:nth-child(4n+1){
            border: 1px solid #1235af;
            border-left: 4px solid #1235af;
        }

        .custom-kanban .e-kanban-content .e-content-row .e-content-cells .e-card-container .e-card:nth-child(4n+2) {
            border: 1px solid #E44141;
            border-left: 4px solid #E44141;
        }

        .custom-kanban .e-kanban-content .e-content-row .e-content-cells .e-card-container .e-card:nth-child(4n+3) {
            border: 1px solid #FB8C00;
            border-left: 4px solid #FB8C00;
        }

        .custom-kanban .e-kanban-content .e-content-row .e-content-cells .e-card-container .e-card:nth-child(4n+4) {
            border: 1px solid #149F65;
            border-left: 4px solid #149F65;
        }
,*/


.e-control.e-datepicker.e-lib.e-input.e-keyboard {
    height: 22px !important;
    padding-left: 10px;
}

.e-control, .e-input-group, .e-multi-select-wrapper .e-dropdownbase, .e-dropdownbase .e-list-item {
    font-family: Inter !important;
}

/*.e-kanban .e-kanban-content .e-content-row .e-content-cells .e-card-container .e-card.e-draggable {
    cursor: pointer !important;
}*/

/* Spinner - please wait */
.spinner-container {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 9999;
}

.overlay-spinner {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 9998;
    pointer-events: auto;
}

/* Tour Descriptions */

.theme-default-wrapper {
    box-shadow: rgb(68 69 76 / 39%) 0px 3px 17px 5px !important;
}

.theme-default-step-wrapper .theme-default-step-header {
    padding: 14px 0 !important;
    background-color: #f1f1f1;
}

    .theme-default-step-wrapper .theme-default-step-header .theme-default-step-header-title {
        color: #090f44 !important;
        font-weight: 600 !important;
        font-size: 18px !important;
        background-color: #f1f1f1 !important;
    }

.theme-default-step-wrapper .theme-default-step-content {
    padding: 20px !important;
    max-width: 300px !important;
    border-top: 1px solid #d9d9d9;
    border-bottom: 1px solid #d9d9d9;
}

.theme-default-step-wrapper .theme-default-step-footer {
    display: flex;
    justify-content: end;
    border: none !important;
}

.element-highlight {
    border: solid 2px #05086f !important;
    border-radius: 4px !important;
}

.theme-default-button {
    color: white;
    padding: 6px 12px !important;
    font-weight: 500 !important;
}

    .theme-default-button.previous-button,
    .theme-default-button.next-button {
        background-color: #fff !important;
        color: #1d2e8a !important;
        border-color: #1d2e8a !important;
    }

    .theme-default-button.cancel-button {
        background-color: #fedada !important;
        color: #a40c10 !important;
        border-color: #a40c10 !important;
        margin-right: auto !important;
    }

    .theme-default-button.complete-button {
        background-color: #0f238d !important;
    }

        .theme-default-button.complete-button:hover {
            color: #fff !important;
        }


.guided-tour-wrapper .arrow::before {
    background: #f1f1f1 !important;
    width: 10px !important;
    height: 10px !important;
}

.guided-tour-wrapper[data-popper-placement^='right'] > .arrow {
    left: -6px !important;
}

.guided-tour-wrapper[data-popper-placement^='bottom'] > .arrow {
    top: -6px !important;
}

.guided-tour-wrapper[data-popper-placement^='left'] > .arrow {
    right: -3px;
}

.tour-btn {
    padding: 8px 16px;
    color: #111964;
    background-color: #fff;
    font-size: 10.5px;
    font-weight: 500;
    line-height: 12px;
    border: 1px solid #111964;
    border-radius: 0.2rem;
    text-transform: uppercase;
    box-shadow: rgb(9 20 77 / 31%) 2px 2px 2px 0px;
}

    .tour-btn:hover {
        background-color: #dbe4fc96;
    }
