/* font-family */
@import url("../fonts/font.css");

/*=== Begin-common ===*/
body {
    font-family: "Public Sans";
    color: #4b465c;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.flex-nowrap {
    flex-wrap: nowrap !important;
    -webkit-flex-wrap: nowrap !important;
}
.no-wrap {
    white-space: nowrap;
}
.flex-wrap {
    flex-wrap: nowrap !important;
    -webkit-flex-wrap: nowrap !important;
}
.flex-one-auto {
    flex: 1 1 auto;
}
.flex-zero-auto {
    flex: 0 0 auto;
}
.background-img {
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
    background-size: cover;
    background-position: center;
}
.background-img-80 {
    width: 80px;
    height: 80px;
}
.menu-tooltips {
    left: -30px !important;
}
a:hover {
    color: #1d6b6d;
}
/* typography */
.text-10 {
    /* 10 */
    font-size: 10px;
    line-height: 14px;
}
.text-11 {
    /* 11 */
    font-size: 11px;
    line-height: 16px;
}
.text-12 {
    /*12*/
    font-size: 12px;
    line-height: 18px;
}
.text-13 {
    /*13*/
    font-size: 13px;
    line-height: 18px;
    letter-spacing: -0.12px;
}
.text-14 {
    /*14*/
    font-size: 14px;
    line-height: 22px;
}
.text-15 {
    /*15*/
    font-size: 15px;
    line-height: 22px;
    letter-spacing: -0.12px;
}
.text-16 {
    /*16*/
    font-size: 16px;
    line-height: 22px;
    letter-spacing: -0.25px;
}
.text-17 {
    /*17*/
    font-size: 17px;
    line-height: 24px;
}
.text-18 {
    /*18*/
    font-size: 18px;
    line-height: 24px;
    letter-spacing: -0.25px;
}
.text-20 {
    /*20*/
    font-size: 20px;
    line-height: 30px;
}
.text-24 {
    /*24*/
    font-size: 24px;
    line-height: 32px;
}
.text-32px {
    /*32px*/
    font-size: 32px;
    line-height: 44px;
}
.text-primary {
    color: #25878a !important;
}
a.text-primary:hover {
    color: #2b7274 !important;
}
.text-success {
    color: #47b872 !important;
}
.text-pending {
    color: #f3c32f !important;
}
.text-danger {
    color: #ed3e3e !important;
}
.text-gray {
    color: #4b465c !important;
}
.text-gray-900 {
    color: #5d586c !important;
}
.text-gray-800 {
    color: #6f6b7d !important;
}
.text-gray-600 {
    color: #b7b5be !important;
}
.text-gray-500 {
    color: #a5a2ad !important;
}
.text-Secondary-500 {
    color: #646565;
}
.text-dark-500 {
    color: #1b2850 !important;
}
.text-upload {
    color: #a5a3ae;
}
.text-pink {
    color: #e33aff !important;
}
.text-blue {
    color: #4a3aff !important;
}
.white-space-wrap {
    white-space: pre-wrap;
}
.text-light-gray-500 {
    color: #a4a5b5 !important;
}
.text-danger-badge {
    color: #ea5455;
}
.text-warning-badge {
    color: #d4a20d;
}
.text-tertiary-danger {
    color: #f45b69;
}
.text-darkblue-500 {
    color: #1b2850;
}
.break-all {
    word-break: break-all;
}
.border-color-dark {
    border-color: #dbdade !important;
}
/*=== Begin-progress ===*/
.progress {
    background: #e2e2e7;
    border-radius: 10px;
}
.progress-bar {
    background: #25878a !important;
    border-radius: 10px;
}
/*=== Begin-progress ===*/

/*=== Begin-border-radius ===*/
.radius-0 {
    -webkit-border-radius: 0px !important;
    -moz-border-radius: 0px !important;
    border-radius: 0px !important;
}
.radius-4 {
    -webkit-border-radius: 4px !important;
    -moz-border-radius: 4px !important;
    border-radius: 4px !important;
}
.radius-8 {
    -webkit-border-radius: 8px !important;
    -moz-border-radius: 8px !important;
    border-radius: 8px !important;
}
.radius-10 {
    -webkit-border-radius: 10px !important;
    -moz-border-radius: 10px !important;
    border-radius: 10px !important;
}
/*=== End-border-radius ===*/
/* bg color */
.bg-success {
    background-color: #25878a !important;
}
.bg-primary {
    background-color: #25878a !important;
}
.bg-pending {
    background-color: #f3c32f !important;
}
.bg-danger {
    background-color: #ed3e3e !important;
}
.bg-light-gray {
    background-color: #e2e2e7 !important;
}
.bg-progress-danger {
    background: #f45b69 !important;
}
.bg-progress-warning {
    background: #f3c32f !important;
}
.bg-progress-success {
    background: #47b872 !important;
}
.list-height {
    max-height: 140px;
    overflow: auto;
}
.bg-badge-danger-light {
    background-color: rgba(234, 84, 85, 0.16) !important;
}
.bg-badge-warning-light {
    background-color: rgba(243, 195, 47, 0.2) !important;
}
.bg-light-icon {
    background-color: rgba(37, 135, 138, 0.05) !important;
}
.bg-btn-light {
    background-color: rgba(37, 135, 138, 0.05);
}
/*===Custom box-shadow classes===*/
.bx-shadow-dropdown {
    box-shadow: 0px 4px 18px rgba(75, 70, 92, 0.1) !important;
}
/*===End Custom box-shadow===*/

/*===Background with opacity(rgba)===*/
.bg-light-gray-200 {
    background-color: rgba(164, 165, 181, 0.2) !important;
}
.bg-light-green-500 {
    background-color: rgba(37, 135, 138, 0.05) !important;
}
.bg-primary-200 {
    background-color: rgba(37, 135, 138, 0.2) !important;
}
.bg-upload {
    background-color: rgba(100, 101, 101, 0.05) !important;
}
/*===End Background with opacity(rgba)===*/
/*=== border radius====*/
.rounded-2 {
    border-radius: 8px !important;
}
.rounded-3 {
    border-radius: 10px !important;
}
/*=== Font weight ===*/
.fw-semibold {
    font-weight: 600 !important;
}
/*=== end-common ===*/

/*=== Begin-custom-row ===*/
.row-8 {
    margin-left: -8px;
    margin-right: -8px;
}
.row-8 > [class*="col-"] {
    padding-left: 8px;
    padding-right: 8px;
}
/*=== end-custom-row ===*/
/*=== Begin-button ===*/
.btn {
    text-align: center;
    border-radius: 8px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.btn.check-ic {
    padding-left: 42px;
}
.btn.check-ic:before {
    font-family: "icomoon" !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\e909";
    font-size: 24px;
    position: absolute;
    left: 8px;
}
.btn:hover,
.btn:focus {
    box-shadow:
        0 14px 26px -12px rgba(75, 70, 92, 0.42),
        0 4px 23px 0 rgba(0, 0, 0, 0.12),
        0 8px 10px -5px rgba(75, 70, 92, 0.2) !important;
    /* opacity: 1; */
}
.btn.btn-outline-primary {
    border: 1px solid #25878a;
    color: #25878a;
    background-color: transparent;
}

.btn.btn-outline-primary:hover,
.btn.btn-outline-primary:not(:disabled):not(.disabled):active,
.btn.btn-outline-primary:focus {
    background-color: #25878a;
    border: 1px solid #25878a;
    color: #fff;
}
.btn.btn-primary {
    background-color: #25878a;
    border: 1px solid #25878a;
    border: #25878a;
}
.btn.btn-primary:hover,
.btn.btn-primary:not(:disabled):not(.disabled):active,
.btn.btn-primary:focus {
    background-color: #30a3a7;
    border: 1px solid #30a3a7;
    border: #30a3a7;
}
.btn.btn-h56 {
    height: 56px;
}
.btn.btn-h40 {
    height: 40px;
}

.btn.btn-w114 {
    min-width: 114px;
    text-align: center;
}
.flex-wrap {
    flex-wrap: wrap !important;
    -webkit-flex-wrap: wrap !important;
}
/*=== end-button ===*/

/*=== Begin-dropdown ===*/
.dropdown-menu {
    background: #ffffff;
    box-shadow: 0px 4px 18px rgba(75, 70, 92, 0.1);
    border-radius: 6px;
    padding: 8px 0px;
    border: none;
}
.dropdown-menu .dropdown-item {
    padding: 7px 24px;
    font-weight: 400;
    font-size: 15px;
    line-height: 22px;
    cursor: pointer;
}
.u-pro .dropdown-menu {
    max-width: 230px;
}
/*=== end-dropdown ===*/
/*=== Begin-auth ===*/
#main-wrapper {
    padding: 0px !important;
}

.main-auth {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    min-height: 100vh;
    position: relative;
}

.onboard-logo {
    margin-bottom: 100px;
    max-width: 75px;
}

@media (max-width: 1199px) {
    .onboard-logo {
        margin-bottom: 40px;
    }
}

.onboard-form-wrap {
    padding: 112px 100px 20px 100px;
    width: 100%;
    max-width: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

@media (max-width: 1199px) {
    .onboard-form-wrap {
        padding: 50px 50px 20px 50px;
    }
}

@media (max-width: 991px) {
    .onboard-form-wrap {
        max-width: 100%;
        padding: 15px;
    }
}

.onboard-form {
    max-width: 520px;
    width: 100%;
    margin: 0 auto;
}

.onboard-heading {
    font-weight: 700;
    font-size: 24px;
    line-height: 32px;
    letter-spacing: -0.45px;
    color: #4b465c;
    margin-bottom: 20px;
}

.onboard-subheading,
.previous-text {
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: -0.25px;
    margin-bottom: 30px;
}

.onboard-subheading a,
.previous-text {
    color: #25878a;
    border-bottom: 2px solid #25878a;
    cursor: pointer;
}

.onboard-info-section {
    position: fixed;
    right: 0px;
    top: 0px;
    height: 100%;
    max-width: 50%;
    width: 100%;
    padding: 100px 93px;
    background-color: #25878a;
    overflow: hidden;
}

.onboard-info-heading {
    font-style: normal;
    font-weight: 400;
    font-size: 40px;
    line-height: 56px;
    color: #fff;
}

.onboard-info-inner-heading {
    font-weight: bold;
    display: block;
}

.onboard-info-subheading {
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: -0.25px;
    color: #ffffff;
    max-width: 500px;
}

.onboard-info-section:before {
    background-image: url("../images/auth-background.svg");
    max-width: 100%;
    width: 100%;
    background-position: 0% 0px;
    background-repeat: no-repeat;
    background-size: cover;
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: -1;
    transform: translate(-30%, 0px);
    height: 100vh;
}

.onboard-info-img {
    position: fixed;
    right: 0px;
    width: 45%;
}

.onboard-info-img img {
    width: 100%;
}

.auth-action-block {
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 30px;
}

.auth-action-block .forgot-password-text {
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    text-align: right;
    letter-spacing: -0.25px;
    color: #25878a;
}
@media (max-width: 991px) {
    .onboard-info-section {
        display: none;
    }
}

/*=== end-auth ===*/
/*=== Begin-signup-multi-step-form ===*/
.multi-step-form fieldset:not(:first-child) {
    display: none;
}
.profile-circle-wrap input {
    display: none;
}
.profile-circle-block {
    width: 84px;
    height: 84px;
    border: 2px dashed #9de2e4;
    border-radius: 100px;
    background: #d6f2f3;
    display: flex;
    align-items: center;
    justify-content: center;
}
.profile-circle-block [class*="icon-"] {
    font-size: 24px;
    color: #25878a;
}
/* font-family */
@import url("../fonts/font.css");
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700;900&family=Work+Sans:wght@300;400;500;600;700;800;900&display=swap");
/*=== Begin-common ===*/
body {
    font-family: "Public Sans";
}
/*=== end-common ===*/
/*=== Begin-button ===*/
.btn.btn-primary {
    background-color: #25878a;
    border: #25878a;
}

.btn.btn-primary:hover,
.btn.btn-primary:focus {
    background-color: #30a3a7;
    border: #30a3a7;
}

.btn.btn-h56 {
    height: 56px;
}
/*=== end-button ===*/

/*=== Begin-form ===*/
/* switch */
.switch label input[type="checkbox"] + .lever {
    height: 24px;
    width: 48px;
}
.switch label input[type="checkbox"]:checked + .lever.switch-col-light-blue {
    background-color: #25878a;
}
.switch label input[type="checkbox"] + .lever:after {
    height: 18px;
    width: 18px;
    top: 3px;
    left: 3px;
}
.switch label input[type="checkbox"]:checked + .lever:after {
    background-color: #ffffff;
    left: 27px;
}
/* switch */
.form-group {
    margin-bottom: 25px;
}
.input-group .input-group-append .btn {
    border-radius: 8px;
    z-index: 3;
}
.input-group .input-group-append {
    margin-left: -8px;
}
.input-group .form-control {
    border-right: none !important;
}
.form-group label {
    font-weight: 400;
    font-size: 13px;
    line-height: 18px;
    letter-spacing: -0.03px;
    color: #4b465c;
    margin-bottom: 2px;
    padding: 0px;
    display: flex;
}

.form-control,
.form-group .form-control {
    border: 1px solid #a5a3ae;
    padding: 9px 16px 9px 16px;
    font-weight: 400;
    font-size: 15px;
    line-height: 22px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: #5d596c;
    background-image: none;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    letter-spacing: -0.25px;
    box-shadow: none !important;
    border-radius: 8px;
}
.form-control:not(textarea),
.form-group .form-control:not(textarea) {
    height: 40px;
}
textarea.form-control,
.form-group textarea.form-control {
    min-height: 80px !important;
}
.form-control.pickadate {
    background-image: url("../images/calendar-event.svg");
    background-repeat: no-repeat;
    background-size: 20px;
    background-position: calc(100% - 16px) center;
    padding-right: 35px;
}
.form-control:not(textarea),
.form-group .form-control:not(textarea) {
    line-height: 40px;
}

.form-control::placeholder {
    color: #a5a3ae;
    font-weight: 400;
    font-size: 15px;
}
.form-control-lg::placeholder {
    color: #a5a3ae;
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
}
.form-control::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #a5a3ae;
}
.form-control::-moz-placeholder {
    /* Firefox 19+ */
    color: #a5a3ae;
}
.form-control:-ms-input-placeholder {
    /* IE 10+ */
    color: #a5a3ae;
}
.form-control:-moz-placeholder {
    /* Firefox 18- */
    color: #a5a3ae;
}
textarea.form-control {
    min-height: 84px;
    resize: auto;
}
.form-group .form-control-lg {
    padding: 12px 24px 16px 24px;
    height: 56px !important;
    font-size: 18px;
    line-height: 24px;
}
.custom-checkbox .custom-control-indicator {
    display: inline-block;
    width: 1rem;
    height: 1rem;
    position: relative;
}
.custom-checkbox .custom-control-input ~ .custom-control-indicator {
    border: 2px solid #25878a;
    border-radius: 4px;
    top: 4px;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-indicator {
    border: 2px solid #25878a;
    border-radius: 4px;
    background-color: #25878a;
    background-image: none;
}
.custom-checkbox .custom-control-input:checked ~ .custom-control-indicator:after {
    content: "";
    display: block;
    position: absolute;
    top: 0px;
    left: 3px;
    width: 6px;
    height: 10px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}
.custom-checkbox {
    display: flex;
}
.custom-checkbox-lg .custom-control-indicator {
    width: 24px;
    height: 24px;
}
.custom-checkbox-lg .custom-control-input:checked ~ .custom-control-indicator:after {
    top: 3px;
    left: 7px;
}

.custom-checkbox-lg .custom-control-input ~ .custom-control-indicator {
    top: 0px;
}
.custom-checkbox:not(.custom-checkbox-lg) .custom-control-indicator {
    top: 0px;
}

.custom-control-description {
    font-weight: 400;
    font-size: 13px;
    line-height: 17px;
    letter-spacing: -0.03px;
    color: #4b465c;
    padding-left: 10px;
}
.custom-checkbox-lg .custom-control-description {
    font-weight: 400;
    font-size: 17px;
    line-height: 24px;
    letter-spacing: -0.22px;
    color: #4b465c;
}
/* badge */
.label {
    margin: 0px;
    padding: 3px 8px;
    font-weight: 400;
    font-size: 13px;
    line-height: 18px;
    letter-spacing: -0.03px;
}
/* calender */
.datepicker-default table tr th.prev,
.datepicker-default table tr th.next,
.datepicker-switch {
    padding: 0px !important;
}
.datepicker-default table tr td {
    border-radius: 100% !important;
    border: none;
}

.datepicker-default table tr td,
.datepicker-default table tr th {
    padding: 12px !important;
    height: 40px;
    width: 40px;
}
.datepicker th.datepicker-switch {
    padding: 0px !important;
}
.datepicker-default > div {
    padding: 0px 5px;
}
.datepicker-default table tr th.prev,
.datepicker-default table tr th.next {
    border-radius: 100% !important;
    border: none;
    background: rgba(75, 70, 92, 0.08);
}
.datepicker-default table tr th.prev:hover,
.datepicker-default table tr th.next:hover {
    background-color: #25878a;
    color: #fff !important;
}
.datepicker table tr td.active.active:hover {
    color: #fff;
    background: rgba(37, 135, 138, 0.8);
    border-color: rgba(37, 135, 138, 0.8);
}
.datepicker table tr td.active.active {
    color: #fff;
    background: rgba(37, 135, 138, 0.5);
    border-color: rgba(37, 135, 138, 0.5);
}
/*=== end-form ===*/

/*=== Begin-select ===*/
.select2 .select2-selection,
.select2-container--bootstrap.select2-container--focus .select2-selection,
.select2-container--bootstrap.select2-container--open .select2-selection {
    border: 1px solid #a5a3ae !important;
    border-radius: 8px !important;
    height: 40px;
    display: flex;
    align-items: center;
    box-shadow: none;
}
.select2.error .select2-selection,
.select2-container--bootstrap.select2-container--focus.error .select2-selection,
.select2-container--bootstrap.select2-container--open.error .select2-selection {
    border-color: #ff5c6c !important;
}
.select2 .select2-selection.select2-selection--multiple,
.select2-container--bootstrap.select2-container--focus .select2-selection.select2-selection--multiple,
.select2-container--bootstrap.select2-container--open .select2-selection.select2-selection--multiple {
    height: auto;
    padding: 8px 8px 8px 8px;
    max-height: 80px;
    overflow: auto;
}
.select2 .select2-selection.select2-selection--multiple {
    padding-top: 0px !important;
}
.select2-search--inline {
    padding: 0 !important;
    display: inline-block !important;
}
.select2 .select2-selection.select2-selection--multiple > ul > li {
    margin-top: 8px !important;
}
.select2 .select2-selection.select2-selection--multiple,
.select2-container--bootstrap.select2-container--focus .select2-selection.select2-selection--multiple {
    align-items: flex-start;
    padding-right: 38px;
}
.select2-container--bootstrap .select2-selection--multiple.form-control-sm .select2-selection__choice,
.select2-container--bootstrap .select2-selection--multiple .select2-selection__choice {
    padding: 3px 8px !important;
    margin: 0px;
    background: rgba(37, 135, 138, 0.05);
    border-radius: 6px;
    color: #25878a;
    font-weight: 600;
    font-size: 13px;
    line-height: 14px;
    display: flex;
    flex-flow: row-reverse;
    /* margin-bottom: 8px; */
}
.select2-container--bootstrap .select2-selection--multiple .select2-selection__choice__remove {
    margin-right: 0px;
    margin-left: 6px;
    font-size: 16px;
    font-weight: normal;
    color: #25878a;
    display: flex;
    align-items: center;
    line-height: 11px;
}
.select2-container--bootstrap .select2-selection--multiple .select2-selection__choice:not(:first-child) {
    margin-left: 6px;
}
.select2-container--bootstrap .select2-selection--multiple .select2-search--inline .select2-search__field::placeholder {
    font-size: 15px;
    line-height: 22px;
    color: #a5a3ae;
}
.select2-container--bootstrap
    .select2-selection--multiple
    .select2-search--inline
    .select2-search__field::-webkit-input-placeholder {
    font-size: 15px;
    line-height: 22px;
    color: #a5a3ae;
}
.select2-container--bootstrap
    .select2-selection--multiple
    .select2-search--inline
    .select2-search__field::-moz-placeholder {
    font-size: 15px;
    line-height: 22px;
    color: #a5a3ae;
}
.select2-container--bootstrap
    .select2-selection--multiple
    .select2-search--inline
    .select2-search__field:-ms-input-placeholder {
    font-size: 15px;
    line-height: 22px;
    color: #a5a3ae;
}

.select2-container--bootstrap .select2-selection--single .select2-selection__placeholder {
    font-size: 15px;
    line-height: 22px;
    color: #a5a3ae;
}
.select-lg + .select2 .select2-selection .select2-selection__rendered,
.select-lg + .select2-container--bootstrap .select2-selection--single .select2-selection__placeholder,
.form-control-lg + .select2-container--bootstrap .select2-selection--single .select2-selection__placeholder,
.form-control-lg + .select2 .select2-selection .select2-selection__rendered {
    font-size: 18px;
    line-height: 24px;
}
.select2-container--bootstrap .select2-selection--single {
    padding-right: 2.375rem;
}
.select-lg + .select2 .select2-selection,
.form-control-lg + .select2 .select2-selection {
    height: 56px;
}
.select2 .select2-selection,
.select2-container--bootstrap.select2-container--focus .select2-selection,
.select2-container--bootstrap.select2-container--open .select2-selection {
    padding-left: 16px;
}
.select2 .select2-selection b,
.select2-container--bootstrap .select2-selection--single .select2-selection__arrow b {
    border: none;
    margin: 0px;
    padding: 0px;
    top: 50%;
    transform: translate(-50%, -50%);
    height: auto;
    height: 24px;
    width: 24px;
    font-size: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    right: -10px;
    left: auto;
}
.select2 .select2-selection .select2-selection__rendered {
    font-weight: 400;
    font-size: 15px;
    line-height: 22px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    letter-spacing: -0.25px;
    flex-wrap: wrap;
}
span.select2-selection__clear {
    position: absolute;
    right: 30px;
    top: 50%;
    transform: translateY(-50%);
    margin-top: 0px !important;
    margin-right: 0px !important;
}
.select2 .select2-selection b:before {
    content: "\e90b";
    font-family: "icomoon" !important;
    speak: never;
    color: #4b465c;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.select2-container .select2-dropdown {
    border: 1.5px solid rgba(165, 166, 182, 0.2);
    box-shadow: 0px 2px 4px rgba(165, 163, 174, 0.3);
    border-radius: 8px;
}
.select2-container--bootstrap .select2-results__option--highlighted[aria-selected] {
    background: #25878a;
    color: #fff;
}
.select2-container--bootstrap .select2-results__option[aria-selected="true"] {
    background: #319ea1;
    color: #fff;
}

/* multi select */
.select2-container--bootstrap .select2-selection--multiple .select2-search--inline .select2-search__field {
    height: 24px;
    padding-left: 8px;
}
/* ::placeholder,
::-webkit-input-placeholder,
:-ms-input-placeholder,
:-moz-placeholder { 
    font-size: 15px!important;
    line-height: 22px!important;
    letter-spacing: -0.25px!important;
  } */
.select2-container--bootstrap .select2-selection--multiple .select2-search__field {
    font-size: 15px !important;
    line-height: 22px !important;
    letter-spacing: -0.25px !important;
}
span.select2-selection.select2-selection--multiple:before {
    content: "\e90b";
    font-family: "icomoon" !important;
    speak: never;
    color: #4b465c;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    right: 8px;
    font-size: 24px;
    top: 9px;
}
/*=== end-select ===*/

/*=== Begin-auth ===*/

#main-wrapper {
    padding: 0px !important;
}

.main-auth {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    min-height: 100vh;
    position: relative;
}

.onboard-logo {
    margin-bottom: 100px;
    max-width: 75px;
}

@media (max-width: 1199px) {
    .onboard-logo {
        margin-bottom: 40px;
    }
}

.onboard-form-wrap {
    padding: 112px 100px 20px 100px;
    width: 100%;
    max-width: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

@media (max-width: 1199px) {
    .onboard-form-wrap {
        padding: 50px 50px 20px 50px;
    }
}

@media (max-width: 991px) {
    .onboard-form-wrap {
        max-width: 100%;
        padding: 15px;
    }
}

.onboard-form {
    max-width: 520px;
    width: 100%;
    margin: 0 auto;
}

.onboard-heading {
    font-weight: 700;
    font-size: 24px;
    line-height: 32px;
    letter-spacing: -0.45px;
    color: #4b465c;
    margin-bottom: 20px;
}

.onboard-subheading,
.previous-text {
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: -0.25px;
    margin-bottom: 30px;
}

.onboard-subheading a,
.previous-text {
    color: #25878a;
    border-bottom: 2px solid #25878a;
    cursor: pointer;
}

.onboard-info-section {
    position: fixed;
    right: 0px;
    top: 0px;
    height: 100%;
    max-width: 50%;
    width: 100%;
    padding: 100px 93px;
    background-color: #25878a;
    overflow: hidden;
}

.onboard-info-heading {
    font-style: normal;
    font-weight: 400;
    font-size: 40px;
    line-height: 56px;
    color: #fff;
}

.onboard-info-inner-heading {
    font-weight: bold;
    display: block;
}

.onboard-info-subheading {
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: -0.25px;
    color: #ffffff;
    max-width: 500px;
}

.onboard-info-section:before {
    background-image: url("../images/auth-background.svg");
    max-width: 100%;
    width: 100%;
    background-position: 0% 0px;
    background-repeat: no-repeat;
    background-size: cover;
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: -1;
    transform: translate(-30%, 0px);
    height: 100vh;
}

.onboard-info-img {
    position: fixed;
    right: 0px;
    width: 45%;
}

.onboard-info-img img {
    width: 100%;
}

.auth-action-block {
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 30px;
}

.auth-action-block .forgot-password-text {
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    text-align: right;
    letter-spacing: -0.25px;
    color: #25878a;
}
@media (max-width: 991px) {
    .onboard-info-section {
        display: none;
    }
}

/*=== end-auth ===*/
/*=== Begin-signup-multi-step-form ===*/
.multi-step-form fieldset:not(:first-child) {
    display: none;
}
.profile-circle-wrap input {
    display: none;
}
.profile-circle-block {
    width: 84px;
    height: 84px;
    border: 2px dashed #9de2e4;
    border-radius: 100px;
    background: #d6f2f3;
    display: flex;
    align-items: center;
    justify-content: center;
}
.profile-circle-block [class*="icon-"] {
    font-size: 24px;
    color: #25878a;
}
/*=== end-signup-multi-step-form ===*/

/*=== Begin-header ===*/

.fix-header .left-sidebar {
    padding-top: 62px;
}
.topbar .top-navbar {
    min-height: 62px;
    border: none;
}
.mini-sidebar.fix-header .topbar {
    z-index: 100;
}
.topbar .top-navbar .navbar-header {
    height: 62px;
    line-height: 59px;
    border: none;
    transition: all 0.5s;
}
.left-sidebar {
    transition: width 0.5s;
}
.topbar
    .top-navbar
    .navbar-header
    .sidenav-menu-item:not(.mini-sidebar .topbar .top-navbar .navbar-header .sidenav-menu-item) {
    padding-left: 10px;
}
.sidebar-nav > ul > li {
    padding: 0px 10px;
}
.mini-sidebar .sidebar-nav > ul > li {
    padding: 0px 8px;
}
.topbar .top-navbar .navbar-header:not(.mini-sidebar .topbar .top-navbar .navbar-header),
.left-sidebar:not(.mini-sidebar .left-sidebar) {
    width: 260px;
}

.sidenav-menu-item .logo-large,
.fix-sidebar.mini-sidebar .logo-large {
    display: inline-block;
    max-width: 26px;
}
a.nav-link.sidebartoggler.update-user-ux-preferences {
    display: flex;
    align-items: center;
    margin-left: 13px;
}

.navbar-nav [class*="icon-"] {
    font-size: 26px;
}
.topbar .navbar-collapse {
    box-shadow: 0px 2px 4px rgba(165, 163, 174, 0.3);
}
.topbar .profile-pic img,
.topbar ul.dropdown-user li .dw-user-box .u-img,
.topbar ul.dropdown-user li .dw-user-box .u-img img {
    width: 38px;
    height: 38px;
}
.topbar ul.dropdown-user li .dw-user-box .u-img .online-status {
    top: 28px;
}
.topbar ul.dropdown-user li .dw-user-box {
    padding: 8px 24px 2px;
}
.topbar ul.dropdown-user li a {
    padding: 7px 24px;
}
.topbar .top-navbar .navbar-nav > .nav-item > .nav-link {
    line-height: 44px;
}
.topbar .top-navbar .navbar-nav > .nav-item .icon-indent-increase {
    position: absolute;
    opacity: 0;
    left: 50%;
    transform: translateX(-50%);
}
.mini-sidebar .top-navbar .navbar-nav > .nav-item .icon-indent-decrease {
    opacity: 0;
    opacity: 0;
}
.mini-sidebar .top-navbar .navbar-nav > .nav-item .icon-indent-increase {
    opacity: 1;
}
.topbar .top-navbar .navbar-nav > .nav-item [class*="icon-"] {
    transition: opacity 0.5s;
}
.topbar ul.dropdown-user li .dw-user-box .u-text .btn-primary:hover {
    background-color: #30a3a7;
    border: #30a3a7;
}
.notification-status {
    background: #ea5455;
    position: absolute;
    top: 0px;
    right: -7px;
    width: 18px;
    height: 18px;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    font-size: 12px;
    line-height: 14px;
    color: #fff;
}
.online-status {
    background: #28c76f;
    border: 2px solid #ffffff;
    position: absolute;
    top: 33px;
    right: 0px;
    width: 10px;
    height: 10px;
    border-radius: 100%;
}
.fix-header .page-wrapper {
    padding-top: 62px;
}
@media (min-width: 768px) {
    .mini-sidebar li.sidenav-menu-item:not(.has-submenu) {
        width: 90px;
    }
    .navbar-header .navbar-brand {
        min-width: 75px;
        transition: all 0.5s;
        text-align: center;
        transform: translate(-16px, 0px);
    }
    .topbar .top-navbar .navbar-header .sidenav-menu-item {
        transition: all 0.2s;
    }
    .sidenav-menu-item .logo-large {
        transform: translate(0%, 0%);
        left: 0%;
        position: relative;
        transition: all 0.5s;
    }

    .sidebar-nav > ul > li {
        transition: all 0.5s;
    }

    .mini-sidebar .navbar-header .navbar-brand {
        min-width: 75px;
        /* text-align: center; */
        transform: translate(0px, 0px);
    }
    .mini-sidebar .sidebar-nav #sidebarnav li a {
        border-radius: 4px;
    }
    .mini-sidebar .sidebar-nav #sidebarnav > li > ul {
        width: 228px;
        padding-left: 24px;
        top: 44px;
        border-radius: 0px 0px 4px 4px;
    }
    .mini-sidebar .sidebar-nav #sidebarnav > li:hover > a {
        background: #25878a;
    }

    .mini-sidebar .sidebar-nav #sidebarnav > li:hover > a i {
        color: #ffffff;
    }
    .mini-sidebar .sidebar-nav #sidebarnav > li > ul,
    .mini-sidebar .sidebar-nav ul li ul li a {
        background: #25878a;
        color: #ffffff;
    }

    .mini-sidebar .page-wrapper {
        margin-left: 70px;
    }
}
@media (min-width: 1024px) {
    .page-wrapper {
        margin-left: 260px;
        transition: all 0.5s;
    }
    .topbar .top-navbar .navbar-header:not(.mini-sidebar .topbar .top-navbar .navbar-header),
    .left-sidebar:not(.mini-sidebar .left-sidebar) {
        width: 260px;
    }
}
@media (max-width: 767px) {
    .topbar .navbar-collapse {
        box-shadow: none;
    }
    .topbar .top-navbar {
        box-shadow: 0px 2px 4px rgba(165, 163, 174, 0.3);
    }
    .sidenav-menu-item {
        border: none;
    }
    .sidenav-menu-item.logo {
        text-align: center;
    }
}
/*=== end-header ===*/
/*=== Begin-sidebar ===*/

#main-sidenav {
    padding-right: 0px;
}
.sidebar-nav {
    display: flex;
    flex-direction: column;
    height: auto !important;
    min-height: 100%;
}
#sidebarnav {
    padding: 0px;
    /* overflow: auto; */
    flex: 1 1 auto;
}
.sidebar-nav > ul > li {
    margin-bottom: 4px;
    margin-top: 4px;
    padding: 0px 14px;
}
.mini-sidebar .sidebar-nav > ul > li.has-submenu.active {
    background: transparent;
}
.mini-sidebar .sidebar-nav > ul > li.has-submenu i {
    margin-right: 10px;
}
.sidebar-nav > ul > li > a {
    display: flex;
    border: none;
}
.sidebar-nav > ul > li > a .hide-menu {
    font-weight: 400;
    font-size: 15px;
    line-height: 22px;
    letter-spacing: -0.12px;
    color: #4b465c;
}
.sidebar-nav > ul > li.active > a .hide-menu {
    color: #25878a;
}
.sidebar-nav > ul > li > a .hide-menu:hover,
.sidebar-nav > ul > li > a:hover i {
    color: #25878a;
}
.sidebar-nav > ul > li.active > a {
    /* background: rgba(37, 135, 138, 0.05); */
    /* border-radius: 6px; */
    border: none;
    color: #25878a;
}
.sidebar-nav > ul > li.has-submenu.active > a:after {
    border-color: #ffffff;
}
.sidebar-nav.mini-sidebar > ul > li.has-submenu.active {
    /* background: rgba(37, 135, 138, 0.05); */
    background: #25878a;
}
body:not(.mini-sidebar) .sidebar-nav > ul > li.has-submenu.active > a {
    /* background: rgba(37, 135, 138, 0.05); */
    background: #25878a;
}
.sidebar-nav > ul > li.active > a .hide-menu {
    font-weight: 600;
    color: #ffffff;
}
.sidebar-nav > ul > li.active > a,
.sidebar-nav > ul > li.active > a i,
.sidebar-nav.mini-sidebar > ul > li.active ul li a {
    color: #ffffff;
}
.sidebar-nav > ul > li.has-submenu.active ul li a,
.sidebar-nav > ul > li.has-submenu ul li a {
    background: transparent;
}
.sidebar-nav > ul > li.active ul li a {
    background: transparent;
    border-radius: 0px;
}
.sidebar-nav > ul > li.has-submenu ul li {
    position: relative;
    white-space: nowrap;
}
.sidebar-nav > ul > li.has-submenu ul li a:before {
    content: "\e924";
    font-family: "icomoon" !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    position: absolute;
    left: 3px;
    margin-top: 1px;
    font-size: 18px;
}
body:not(.mini-sidebar) .sidebar-nav > ul > li.has-submenu ul li a:before {
    content: "\e92d";
    left: 22px;
    transform: rotate(-90deg);
    font-size: 14px;
    top: 11px;
    transition: left 0.2s;
}
body:not(.mini-sidebar) .sidebar-nav > ul > li.has-submenu ul li:hover a:before {
    left: 25px;
}
.sidebar-nav > ul > li.has-submenu ul {
    padding-left: 60px;
}
.sidebar-nav > ul > li.has-submenu ul li a {
    padding-left: 0px;
}
.sidebar-nav > ul > li.has-submenu ul li::marker {
    font-size: 18px;
}
.sidebar-nav > ul > li.active > a i {
    color: #25878a;
}
.sidebar-nav ul li a {
    padding: 9px 16px;
}
.sidebar-nav ul li.active a,
.sidebar-nav ul li:hover a {
    background: #25878a;
    border-radius: 4px;
}
.sidebar-nav ul li.active a::after,
.sidebar-nav ul li:hover a::after {
    border-color: #ffffff;
}
.sidebar-nav ul li.active a i,
.sidebar-nav ul li:hover a i,
.sidebar-nav ul li.active a .hide-menu,
.sidebar-nav ul li:hover a .hide-menu,
.sidebar-nav ul li.active a::after,
.sidebar-nav ul li:hover a::after {
    color: #ffffff;
}
.sidebar-nav .has-arrow::after {
    transform: rotate(225deg);
    transform-origin: center;
    top: 38%;
    border-color: #6f6b7d;
}
.sidebar-nav .active > .has-arrow::after,
.sidebar-nav li > .has-arrow.active::after,
.sidebar-nav .has-arrow[aria-expanded="true"]::after {
    transform: rotate(45deg) translate(0px, 0px);
    margin-top: 0px;
    top: 18px;
}
.logout-block {
    padding: 15px 30px 15px 30px;
    display: flex;
    align-items: center;
}
.logout-block a {
    color: #787f91;
}
.mini-sidebar.fix-sidebar .logout-block {
    padding: 15px 30px 15px 25px;
}
.logout-text {
    font-weight: 400;
    font-size: 15px;
    line-height: 22px;
    text-decoration: none;
    color: #4b465c;
    display: inline-block;
    white-space: nowrap;
}
.logout-block [class*="icon-"] {
    font-size: 22px;
    margin-right: 10px;
    transition: all 0.5s;
    color: #787f91;
}
.logout-block [class*="icon-"]:hover {
    color: #25878a;
}
.mini-sidebar .left-sidebar #sidebarnav {
    padding-bottom: 0px;
}
/* body:not(.mini-sidebar) .sidebar-nav > ul > li.has-submenu{
    padding: 0px;
} */

body:not(.mini-sidebar) .sidebar-nav > ul > li.has-submenu > a:after::before {
    right: 33px;
}
body:not(.mini-sidebar) .sidebar-nav > ul > li.has-submenu ul {
    padding-left: 0px;
    list-style: none;
}
body:not(.mini-sidebar) .sidebar-nav > ul > li.has-submenu ul li a {
    padding: 9px 30px 9px 50px;
    margin-bottom: 4px;
    margin-top: 4px;
    border-radius: 4px;
    color: #a4a5b5;
    font-weight: 500;
}
body:not(.mini-sidebar) .sidebar-nav > ul > li.has-submenu ul li:hover a,
body:not(.mini-sidebar) .sidebar-nav > ul > li.has-submenu ul li.active a {
    background-color: #2e9ea2;
    color: #fff;
}

@media (min-width: 768px) {
    .mini-sidebar .scroll-sidebar {
        /* padding-bottom: 0px; */
        position: absolute;
        height: calc(100% - 62px);
    }
    .mini-sidebar .logout-text {
        display: none;
    }
    body:not(.mini-sidebar) .sidebar-nav #sidebarnav > li > a i {
        transition: none;
    }
    body:not(.mini-sidebar) .sidebar-nav #sidebarnav > li.active > a i {
        color: #fff;
    }
    .mini-sidebar .sidebar-nav #sidebarnav > li > a {
        padding: 12px 17px;
        width: 55px;
    }
    .sidebar-nav #sidebarnav > li > a {
        transition: padding 0.5s;
    }

    .mini-sidebar .sidebar-nav #sidebarnav > li > ul {
        padding-left: 0px;
    }
    .mini-sidebar .sidebar-nav #sidebarnav > li > ul li {
        padding-left: 24px;
        transition: all 0.5s;
    }
    .mini-sidebar .sidebar-nav #sidebarnav > li > ul li:hover {
        background-color: #2e9ea2;
    }
    .mini-sidebar .sidebar-nav #sidebarnav > li > ul li a {
        background-color: transparent !important;
    }
    /* .sidebar-nav > ul > li > a i{
        transition: all 0.5s;
    } */
    .mini-sidebar .sidebar-nav > ul > li > a i {
        width: 21px;
    }
}
/*=== end-sidebar ===*/
/*=== Begin-right-sidebar ===*/
.right-sidebar .rpanel-title {
    padding: 30px;
    font-weight: 600;
    font-size: 18px;
    line-height: 24px;
}
.right-panel-body {
    display: flex;
    flex-flow: column;
}
.right-panel-wrap {
    flex: 1 1 auto;
}
.right-sidebar .buttons-block {
    text-align: right;
}
.page-wrapper-overlay {
    z-index: 1041;
}
.right-sidebar {
    z-index: 1042;
}

@media (min-width: 768px) {
    .right-sidebar {
        width: 400px;
    }
    .right-sidebar:not(.shw-rside) {
        right: -400px;
    }
}
/*=== end-right-sidebar ===*/

/*=== Begin-crumbs-block ===*/
.crumbs-block h3 {
    font-weight: 600;
    font-size: 24px;
    line-height: 32px;
    letter-spacing: -0.45px;
    color: #25878a;
}
.crumbs-block .breadcrumb .breadcrumb-item {
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 22px;
    letter-spacing: -0.12px;
    color: #4b465c !important;
    text-transform: capitalize;
}
.page-titles .breadcrumb .breadcrumb-item.active {
    font-weight: 600;
}
.page-titles .breadcrumb .breadcrumb-item + .breadcrumb-item::before {
    content: "/";
    font-style: normal;
    font-weight: 600;
    font-size: 15px;
    line-height: 22px;
    color: #4b465c;
}

.bread-crumbs-action > [class*="col-"]:first-child {
    flex: 1 1 auto;
    max-width: initial;
    width: auto;
}
.bread-crumbs-action > [class*="col-"]:not(:first-child) {
    flex: 0 0 auto;
    max-width: 100%;
    width: auto;
}
@media (min-width:1200px) {
    .bread-crumbs-action{
        flex-wrap: nowrap;
    }
}
@media (max-width: 767px) {
    .bread-crumbs-action > [class*="col-"]:not(:first-child) {
        flex: 0 0 auto;
        max-width: 100%;
    }
}
/*=== end-crumbs-block ===*/

/*=== Begin-project list ===*/
.header-search {
    max-width: 183px;
}
.header-search i {
    top: 50%;
    transform: translateY(-50%);
}
.header-search input {
    padding-left: 48px;
    background-color: transparent !important;
    border: 1px solid #a5a3ae !important;
}

.list-actions-button {
    background-color: rgba(100, 101, 101, 0.05) !important;
    height: 40px;
    padding: 9px;
}
.list-actions-button.active {
    background-color: #e2e9ec !important;
    color: #a6b5bd !important;
    box-shadow:
        0 14px 26px -12px rgba(75, 70, 92, 0.42),
        0 4px 23px 0 rgba(0, 0, 0, 0.12),
        0 8px 10px -5px rgba(75, 70, 92, 0.2);
}
.list-actions-button i {
    color: #646565;
}
#list-page-actions .btn.active {
    background-color: #4eb3b8!important;
}

#list-page-actions .btn.active i{
    color: #fff;
}

#list-page-actions .list-actions-search,
#list-page-actions .edit-add-modal-button {
    height: 40px;
}
#list-page-actions .header-search,
#list-page-actions .list-actions-button,
#list-page-actions .edit-add-modal-button {
    /* margin-bottom: 8px; */
    margin-left: 10px;
}
#list-page-actions {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
}
#list-page-actions .form-group {
    flex: 1 1 auto;
}
#list-page-actions .btn,
#list-page-actions .label[class*="label-outline-"] {
    margin-left: 10px !important;
    text-align: center;
    border-radius: 8px;
    display: inline-flex;
    padding: 7px 12px;
    font-size: 15px;
    min-height: 40px;
    min-width: 40px;
    letter-spacing: -0.12px;
    line-height: 22px;
    position: relative;
    align-items: center;
    justify-content: center;
}
#list-page-actions i {
    font-size: 20px;
}
.row.page-titles {
    margin-bottom: 26px;
    padding-bottom: 16px;
    position: relative;
}
.row.page-titles:before {
    height: 1px;
    width: calc(100% - 30px);
    background-color: #dbdade;
    content: "";
    position: absolute;
    bottom: 0px;
    left: 50%;
    transform: translateX(-50%);
}
@media (max-width: 1400px) and (min-width: 1200px) {
    .project-list-column{
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }
}
@media (max-width: 767px) {
    #list-page-actions {
        justify-content: center;
    }
}
@media (max-width: 575px) {
    #list-page-actions .header-search,
    #list-page-actions .list-actions-button,
    #list-page-actions .edit-add-modal-button {
        margin-bottom: 8px;
        margin-left: 10px;
    }
}
/*=== end-project list ===*/
/*=== Begin-grid-card ===*/
.grid-card {
    padding: 0px;
}
.grid-card .x-title {
    padding: 15px;
    border-bottom: 1px solid #dbdade;
}
.grid-card .grid-card-content.project-card {
    height: auto;
    box-shadow: none;
}

.grid-card {
    box-shadow: none;
}

.grid-card .x-title .x-action-button {
    right: 24px;
    top: 16px;
}

.project-card-img-block {
    position: relative;
    width: 100%;
    padding-top: 100%;
}
.project-card-img-block.img-half-view {
    padding-top: 50%;
}
.project-card-img {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}
/*=== end-grid-card===*/

/*=== Begin-card ===*/
.card {
    background: #ffffff;
}
.light-card {
    padding: 10px;
    background: rgba(37, 135, 138, 0.05);
    border-radius: 8px;
    margin-bottom: 10px;
}
.card-border {
    border-radius: 8px !important;
    border: 1px solid rgba(164, 165, 181, 0.2) !important;
    overflow: hidden;
}
.card-header {
    padding: 0px 0px 15px 0px;
    background: transparent;
    border-bottom: 1px solid #e3e3e8;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}
.card:not(.card .card) {
    border: 1px solid rgba(164, 165, 181, 0.2);
    border-radius: 8px;
    background: #ffffff;
}
/*=== end-card ===*/

/*=== Begin-project card ===*/
.project-status {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.project-discription .ellipsis-text {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
}
.progress-text {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.progress-action {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 32px;
}

/* profile */
.profiles-block {
    margin-left: 10px;
}
.profile-tile {
    width: 32px;
    height: 32px;
    border: 2px solid #fff;
    border-radius: 100%;
    overflow: hidden;
    margin-left: -10px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}
.profile-tile img {
    height: 32px;
    width: 32px;
    object-fit: cover;
}
.profile-text {
    background: #f6f6f7;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 100%;
}
.profile-text .btn {
    border: none;
    background: transparent !important;
    box-shadow: none !important;
}
.action-icon-tile:not(:last-child) {
    margin-right: 10px;
}
.action-icon-tile {
    align-items: center;
}
/* budget */
.budget-info-wrap {
    border-color: #dbdade;
}
.budget-info-wrap > .card {
    border-top: 1px solid #dbdade;
    display: flex;
    justify-content: space-between;
    flex-direction: row;
}
.budget-text-block {
    display: flex;
    flex-flow: column;
    align-items: flex-start;
}
.budget-text-tile {
    padding: 8px 12px;
    background: rgba(75, 70, 92, 0.08);
    border-radius: 6px;
    display: inline-block;
}
.budget-text-tile:not(:last-child) {
    margin-bottom: 10px;
}
.budget-chart {
    width: 100%;
    max-width: 180px;
    margin: 0px;
}
#barChart {
    width: 100%;
    /* height: 100%; */
}
@media (max-width: 575px) {
    .budget-info-wrap > .card {
        flex-flow: column;
    }
    .budget-chart {
        max-width: 100%;
    }
}
/*=== end-project card ===*/

/*=== begin-tab===*/

.tab-pane > .card-body {
    padding: 0px;
}
.custom-navbar {
    border: none;
}
.custom-navbar li a.nav-link {
    font-weight: 600;
    font-size: 15px;
    line-height: 18px;
    display: flex;
    align-items: center;
    letter-spacing: 0.43px;
    border-radius: 0px;
    margin: 10px 20px 0px 20px;
    padding: 0px 0px 10px 0px;
    color: #a5a3ae;
}
.custom-navbar li:first-child a.nav-link {
    margin-left: 0px;
}
.custom-navbar li a.nav-link.active {
    background: transparent;
    color: #25878a;
    font-weight: 600;
    border: none;
    position: relative;
}
.custom-navbar li a.nav-link.active:before {
    content: "";
    left: 0px;
    width: 100%;
    bottom: 0;
    height: 2px;
    background-color: #25878a;
    position: absolute;
}
/*=== end-tab ===*/

/*=== Begin-Data-table ===*/
table td .list-table-action > *:not(:last-child) {
    margin-right: 10px;
    display: inline-block;
}
table td .list-table-action .list-table-action:not(:last-child) > *:not(.dropdown-menu),
table td .list-table-action ~ .list-table-action > *:not(.dropdown-menu) {
    margin-right: 0px;
    margin-left: 10px;
    display: inline-block;
}
.modal-body table {
    border: 1px solid #dbdade;
}
table .btn i {
    color: #6f6b7d;
    font-size: 24px;
}
table th[class*="_col_action"] {
    width: 210px;
}

.modal-body table,
.modal-body table td,
.modal-body table th {
    border-color: #dbdade;
}
.table-search-box .global-search-icon {
    position: absolute;
    z-index: 2;
    display: block;
    width: 2.375rem;
    line-height: 2.375rem;
    text-align: center;
    pointer-events: none;
    color: #aaa;
    border-radius: 8px;
    height: 34px;
    font-size: 14px;
    right: 2px;
    top: 1px;
    font-size: 18px;
    background-color: transparent;
}
.table-search-box .form-control {
    padding-right: 30px;
}
.table-search-box .form-control:focus {
    border: 2px solid rgba(165, 166, 182, 0.2);
}
.absolute-collaps {
    position: absolute;
    right: 0px;
    background: #fff;
    z-index: 49;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    overflow: auto;
    box-shadow:
        0px 20px 25px rgba(0, 0, 0, 0.1),
        0px 10px 10px rgba(0, 0, 0, 0.04);
}
.collaps-option {
    position: fixed;
    background: transparent;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 48;
    display: none;
}
[data-toggle="collapse"]:not(.collaps-option) {
    z-index: 49;
    position: relative;
}
.inner-collaps {
    height: 22px;
    cursor: pointer;
}

.inner-collaps.show {
    height: auto;
}
.inner-collaps p {
    opacity: 0;
    transition: all 0.5s;
}
.inner-collaps.show p {
    opacity: 1;
}
.inner-collaps .badge {
    opacity: 1;
}
.inner-collaps.show .badge {
    opacity: 0;
}
[aria-expanded="true"] ~ .collaps-option {
    display: block;
}
.absolute-collaps.collapsing {
    overflow: hidden;
}
.download-option {
    width: 420px;
}
.absolute-collaps .list-group-item {
    flex: 0 0 calc(100% / 3);
    border: none;
    border-radius: 0;
    align-items: center;
    padding: 0.3125rem 0.625rem;
    background: #fff;
}
.dataTables_wrapper [type="checkbox"] + label:after {
    border: 2px solid #25878a !important;
    border-radius: 4px !important;
    transform: none;
}
.dataTables_wrapper [type="checkbox"]:checked + label:after {
    background-color: #25878a;
}
.dataTables_wrapper [type="checkbox"]:checked + label:before {
    border: none;
    content: "\e909";
    font-family: "icomoon" !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    transform: none;
    color: #fff;
    z-index: 1;
    font-size: 17px;
    top: 0px;
    left: 0px;
    transition: none;
}
.dataTables_wrapper .custom-table {
    border: 1px solid rgba(164, 165, 181, 0.2);
    border-radius: 8px;
    background: #ffffff;
}
.dataTables_wrapper th {
    font-weight: 400;
    font-size: 13px;
    line-height: 18px;
    letter-spacing: -0.03px;
    color: #a4a5b5;
}
.dataTables_wrapper td {
    font-weight: 400;
    font-size: 15px;
    line-height: 22px;
    letter-spacing: -0.12px;
}
.save-format-option {
    border-left: 1px solid #ccc;
}
.filter-list:not(.filter-list .filter-list) {
    display: flex;
    flex-wrap: wrap;
    max-height: 500px;
    overflow: auto;
    margin: 0px -15px;
}
.filter-list > ul {
    flex: 1 1 auto;
    min-width: 250px;
    flex-wrap: wrap;
}
.filter-list > ul li {
    padding: 0px 15px;
}
.two-column-list .list-group-item {
    flex: 1 1 50%;
    max-width: 50%;
}
.two-column-list .list-group-item .form-label {
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
@media (max-width: 991px) {
    .download-option {
        width: 510px;
    }
}
@media (max-width: 767px) {
    .download-option {
        right: auto;
        left: 0px;
        width: 340px;
    }
    .right-actions-wrap {
        width: 100%;
    }
}

/*=== end-Data-table ===*/
/*=== Begin-theme table ===*/
.list-table-wrapper thead tr {
    background: #ffffff;
}
/* .list-table-wrapper thead tr th{
    padding: 19px 16px!important;
} */
.list-table-wrapper thead tr th:first-child {
    border-top-left-radius: 8px;
}
.list-table-wrapper thead tr th:last-child {
    border-top-right-radius: 8px;
}
.list-table-wrapper .table .list-checkboxes label {
    vertical-align: middle;
}
.checkbox-actions {
    box-shadow: none;
    border-radius: 8px;
    padding: 19px 16px !important;
}

.list-table-wrapper tbody tr,
.table-hover tbody tr:hover {
    background: #ffffff;
}
.list-table-wrapper tbody tr:first-child {
    border-bottom-left-radius: 8px;
}
.list-table-wrapper tbody tr:last-child {
    border-bottom-right-radius: 8px;
}
.list-table-wrapper tbody tr:last-child td:last-child {
    border-bottom-right-radius: 10px;
}
/* .list-table-wrapper thead tr:last-child th:last-child,
.list-table-wrapper tbody tr td:last-child {
    text-align: right;
} */
.list-table-wrapper tbody tr:last-child td:first-child {
    border-bottom-left-radius: 10px;
}
.list-table-wrapper tbody tr td[data-toggle="collapse"] {
    visibility: hidden;
}
.tasks_col_status {
    min-width: 172px;
}
/*=== end-theme table ===*/

/*=== Begin-project-basic-detail ===*/
.tab-content #list-page-actions-container {
    display: none;
}
.project-basic-tile {
    display: flex;
}
.project-basic-tile:not(:last-child) {
    margin-bottom: 6px;
}
.project-basic-block {
    border-bottom: 1px solid #dbdade;
    border-top: 1px solid #dbdade;
    padding-bottom: 18px;
}
.project-basic-heading,
.project-basic-value {
    flex: 1 1 50%;
}
/*=== end-project-basic-detail ===*/
/*=== Begin-info-block ===*/
.info-block {
    display: flex;
    align-items: center;
}
.info-block .info-img {
    flex: 0 0 38px;
    max-width: 38px;
    height: 38px;
    background: #8faabf;
    border-radius: 100%;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}
.info-img.with-text {
    font-weight: 600;
    font-size: 18px;
    line-height: 24px;
    color: #a8aaae;
}
.info-img.with-text .info-img-tile {
    background: #f1f1f2;
}
.info-img.with-icon {
    font-weight: 600;
    font-size: 18px;
    line-height: 24px;
    color: #25878a;
    background: transparent;
}
.info-img.with-icon .info-img-tile {
    background: rgba(37, 135, 138, 0.05);
}
.info-block .info-img.info-name-text {
    background: #002442;
    font-size: 15px;
    line-height: 22px;
    color: #fff;
}
.info-block .info-tile {
    flex: 1 1 auto;
    padding-left: 12px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.info-block .info-tile .info-text {
    display: flex;
    flex-flow: column;
    align-items: flex-start;
}
.info-block.d-inline-flex .info-tile {
    margin-right: 38px;
}
.info-block .info-tile .info-heading {
    text-transform: capitalize;
    word-break: break-all;
}
.info-img-tile {
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(100, 101, 101, 0.05);
}

/* info-xxl-block */

.info-xxl-block.d-inline-flex .info-tile {
    margin-right: 100px;
}
.info-xxl-block .info-img {
    flex: 0 0 100px;
    max-width: 100px;
    height: 100px;
    background: rgba(100, 101, 101, 0.05);
}
.info-block .h-px-70 {
    height: 70px;
}
.info-xxl-block .info-img .info-img-tile {
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
}
.info-xxl-block .info-tile {
    padding-left: 26px;
}
/* info-lg-block */
.info-lg-block.d-inline-flex .info-tile {
    margin-right: 40px;
}
.info-lg-block .info-img {
    flex: 0 0 40px;
    max-width: 40px;
    height: 40px;
    background: rgba(100, 101, 101, 0.05);
}
.info-lg-block .info-img.active {
    background: rgba(37, 135, 138, 0.05);
}
.info-lg-block .info-img .info-img-tile {
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
}
.info-lg-block .info-tile {
    padding-left: 26px;
}

/* info-sm-block */
.info-sm-block.d-inline-flex .info-tile {
    margin-right: 24px;
}
.info-sm-block .info-img {
    flex: 0 0 24px;
    max-width: 24px;
    height: 24px;
    background: rgba(100, 101, 101, 0.05);
}

.info-sm-block .info-img .info-img-tile {
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
}
.info-sm-block .info-tile {
    padding-left: 8px;
}

@media (max-width: 575px) {
    .info-block .info-tile {
        flex-flow: column;
        justify-content: flex-start;
        align-items: flex-start;
    }
    .info-block .info-tile .info-text + * {
        margin-top: 15px;
    }
}
/*=== end-info-block ===*/

/*=== Begin-task-status ===*/
.task-status {
    display: flex;
    flex-wrap: wrap;
}
.task-text {
    display: flex;
    align-items: center;
}
.task-text:not(:first-child) {
    margin-left: 16px;
}
.task-text:before {
    width: 8px;
    height: 8px;
    margin-right: 5px;
    border-radius: 100%;
    background: #ccc;
    content: "";
}
.task-text.circle-label-outline-ongoing:before {
    background: #25878a;
}
.task-text.circle-label-outline-pending:before {
    background: #f4be37;
}
.task-text.circle-label-outline-default:before {
    background: #47b872;
}
.task-text.circle-label-outline-primary:before {
    /*background: #004085;*/
    background: #6772e5;
}
.task-text.circle-label-outline-info:before {
    /*background: #004085;*/
    background: #fb3a3a;
}
.task-text.circle-label-outline-warning:before {
    background: #f4be37;
}
.task-text.circle-label-outline-success:before {
    background: #25878a;
}
.task-text.circle-label-outline-complete:before {
    background: #47b872;
}
.task-text.circle-label-outline-purple:before {
    background: #a020f0;
}
.design-task-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.task-chart-block {
    display: flex;
    flex-wrap: wrap;
    margin: 16px 0px 0px 0px;
}
.task-chart-tile.task-chart {
    flex: 1 1 auto;
    min-width: 200px;
    display: flex;
    justify-content: space-around;
    /* flex: 1 1 auto;
    min-width: 200px;
    margin: 0 auto;
    height: 200px; */
}
.task-chart-tile.task-chart #container {
    overflow: inherit !important;
}
.highcharts-credits {
    display: none;
}
.highcharts-subtitle {
    left: 50% !important;
    top: 50% !important;
    transform: translate(-50%, -50%);
}
.highcharts-subtitle .donut-text {
    font-weight: 600;
    font-size: 20px;
    line-height: 28px;
    display: block;
    text-align: center;
}
.highcharts-subtitle .donut-text .donut-heading,
.highcharts-subtitle .donut-text .donut-amount {
    display: block;
}
/* .task-chart .highcharts-container {
    margin: 0 auto;
} */
.task-chart-tile [class*="-tile"] {
    padding: 9px 12px;
}
.task-chart-tile [class*="-tile"]:not(:last-child) {
    margin-bottom: 10px;
}

.task-chart-tile > [class*="task-label"] {
    padding: 8px 12px;
    border-radius: 6px;
    border: 1px solid transparent;
    transition: all 0.5s;
}
.task-chart-tile > [class*="task-label"]:hover {
    box-shadow: 0px 0px 8px #e9e9e9;
}
.task-chart-tile > [class*="task-label"]:not(:last-child) {
    margin-bottom: 10px;
}
.task-label-outline-default {
    background: rgba(37, 135, 138, 0.05);
}
.task-label-outline-info {
    background: rgba(227, 240, 255, 0.4);
}
.task-label-outline-warning {
    background: #fefcf4;
}
.task-label-outline-success {
    background: #f5fbf8;
}
.task-label-outline-purple {
    background: #faf6fe;
}

a.task-label-outline-default:hover {
    background: rgba(37, 135, 138, 0.08);
    border: 1px solid rgba(37, 135, 138, 0.09);
}
a.task-label-outline-info:hover {
    background: rgba(234, 149, 157, 0.8);
    border: 1px solid rgb(169, 207, 250);
}
a.task-label-outline-warning:hover {
    background: #fff6d0;
    border: 1px solid #fbecaa;
}
a.task-label-outline-success:hover {
    background: #ceffe6;
    border: 1px solid #aefad3;
}
a.task-label-outline-purple:hover {
    background: #e3c8ff;
    border: 1px solid #c793fe;
}
a.task-label-outline-primary:hover {
    background: #b3bafc;
    border: 1px solid #c0ccf5;
}
.ongoing-label-outline-default .text-amount {
    color: #47b872;
}
.task-label-outline-info .text-amount {
    color: #fb3a3a;
}
.task-label-outline-default .text-amount {
    color: #47b872;
}
.task-label-outline-warning .text-amount {
    color: #f4be37;
}

.task-label-outline-success .text-amount {
    color: #25878a;
}
.task-label-outline-purple .text-amount {
    color: #a020f0;
}
.task-label-outline-primary .text-amount {
    color: #6772e5;
}

/*=== end-task-status ===*/

/*=== Begin-project stages ===*/
.project-stage-wrap .info-block:not(:last-child) {
    margin-bottom: 24px;
}
.project-stage-wrap .info-block .info-img-tile {
    color: #646565;
}

.project-stage-wrap .info-block .info-img-tile.active {
    background: rgba(37, 135, 138, 0.05);
    color: #25878a;
}
/*=== end-project stages ===*/

/*=== Begin-Empty message ===*/
.empty-message-icon .icon-plus {
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    background: #25878a;
    border-radius: 80px;
    color: #fff;
    margin: 0 auto 12px auto;
}

/*=== end-Empty message ===*/

/*=== Begin-Modal ===*/
#commonModalForm {
    width: 100%;
}
.modal .modal-content {
    background: #ffffff;
    border-radius: 8px;
    border: none;
}

.modal-lg {
    max-width: 700px;
    width: 100%;
}
.modal-sm {
    max-width: 382px;
    width: 100%;
}
.modal-xs {
    max-width: 382px;
    width: 100%;
}
.modal-xl {
    max-width: 1140px;
    width: 100%;
}
.modal-without-height .modal-body.min-h-200{
    min-height: auto;
}
.modal-xs {
    max-width: 500px;
    width: 100%;
}
.modal-header {
    padding: 30px 30px 0px 30px;
}
.modal .modal-dialog .modal-header .modal-title {
    font-weight: 600;
    font-size: 24px;
    line-height: 32px;
    letter-spacing: -0.45px;
    color: #5d586c;
}

.modal .modal-dialog .modal-body {
    padding: 24px 30px 0px 30px;
}
.modal .modal-dialog .modal-body .loading:after {
}

.modal .modal-dialog .modal-footer {
    padding: 0px 30px 30px 30px;
}
.modal .modal-dialog .modal-footer .btn {
    margin: 0px;
}
.modal .modal-dialog .modal-footer .btn:not(:last-child) {
    margin-right: 16px;
}
.modal .modal-dialog .modal-header button.close {
    top: 43px;
    right: 47px;
    background: rgba(100, 101, 101, 0.05);
    mix-blend-mode: normal;
    border-radius: 6px;
    font-size: 14px;
    width: 32px;
    height: 32px;
}
.modal .modal-content .x-extra-close-icon {
    top: 30px;
    right: 30px;
    font-size: 24px;
}
.modal .row {
    margin-left: -8px;
    margin-right: -8px;
}
.modal [class*="col-"]:not(.col-form-label) {
    padding-left: 8px;
    padding-right: 8px;
}
.modal .modal-dialog .modal-body .form-control {
    border: 1px solid #a5a3ae;
}
.modal .modal-dialog .modal-body .form-control:not(.form-control-sm) {
    min-height: 40px;
}
.inner-modal.show ~ .module-show-layer {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1040;
    width: 100vw;
    height: 100vh;
    background-color: #000;
    opacity: 0.5;
}
/*=== end-Modal ===*/
/*=== Begin-task ===*/
.kanban.kanban,
#tasks-view-wrapper {
    user-select: none;
}

#tasks-view-wrapper {
}
.kanban.kanban .tab-body-embedded,
.kanban.kanban .project .tab-body-embedded {
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 0px !important;
}
.card-embed-fix {
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
}
/* .kanban.kanban .card:not(.card .card){
    border: none;
} */
#tasks-stats-wrapper {
    margin: 0px;
}
.kanban.kanban .boards .board .board-body {
    padding: 0px;
    border: none;
    border-radius: 0px;
    background: transparent;
}
/* .kanban.kanban .boards{
    overflow: auto;
} */
.kanban.kanban .boards .board .board-body .board-heading {
    font-weight: 600;
    font-size: 18px;
    line-height: 24px;
    color: #5d586c;
    margin-bottom: 16px;
    padding-bottom: 16px;
    border-bottom: 1px solid #dbdade;
}
.kanban.kanban .boards .board .board-body .content {
    padding-left: 0px;
    padding-right: 0px;
}
.kanban.kanban .kanban-card {
    border: 1px solid rgba(164, 165, 181, 0.2);
    border-radius: 6px;
    box-shadow: none;
    padding: 12px 16px;
}
.kanban.kanban #list-page-actions-container {
    display: none;
}
/*=== end-task ===*/
/*=== Begin-ck-editor ===*/
.mce-stack-layout .mce-btn-group {
    width: 100%;
    margin: 0px;
}
.mce-toolbar-grp {
    padding: 0px !important;
}
.mce-stack-layout .mce-btn-group .mce-btn button {
    padding: 15px;
}
.mce-stack-layout .mce-btn-group > div {
    display: flex;
    flex-wrap: wrap;
    border: 1px solid #a5a3ae;
    border-bottom-width: 0px;
    border-radius: 8px 8px 0px 0px;
    overflow: hidden;
}
/*=== end-task ===*/
/*=== Begin-notification ===*/
.read-status {
    background: #25878a;
    width: 10px;
    height: 10px;
    border-radius: 100%;
    opacity: 1;
    transition: all 0.5s;
    margin-right: -13px;
}
/* .info-block .icon-close-x{
    transition: all 0.5s;
    opacity: 0;
} */
.info-block:hover .icon-close-x {
    opacity: 1;
    cursor: pointer;
}
.info-block:hover .read-status {
    opacity: 0;
}
.notification-sidebar .info-block {
    padding: 16px 36px;
    cursor: pointer;
    align-items: flex-start;
}
.notification-sidebar .info-block:not(:last-child) {
    margin-bottom: 16px;
}
.notification-sidebar .info-block:hover {
    background: rgba(37, 135, 138, 0.05);
}
.activity-container .info-block {
    /*padding: 16px 36px;*/
    align-items: flex-start;
}
.activity-container .info-block:not(:last-child) {
    margin-bottom: 16px;
}
/*.activity-container .info-block:hover {
    background: rgba(37, 135, 138, 0.05);
}*/
.read-status-wrap {
    display: flex;
}
.read-status-wrap label {
    padding: 0px !important;
}
/*=== Begin theme notification  ===*/
#sidepanel-notifications-events .close-btn label {
    padding-left: 5px;
}
.close-btn label::before {
    display: none;
}
.close-btn label::after {
    display: none;
}

/*=== End theme notification ===*/
/*=== Begin comment block===*/
.comment-block:not(:first-child) {
    margin-bottom: 25px;
}
/*=== End comment block ===*/
/*=== Begin attachment===*/
.attachment-block .info-block {
    width: 100%;
}
.attachment-block .info-block .info-tile {
    max-width: calc(100% - 38px);
}
.attachment-block .info-block .info-tile .info-text {
    max-width: 100%;
}
/*=== End attachment ===*/
/*=== Begin files-uploaded list===*/
.tender-file-block {
    padding: 0px;
    list-style: none;
}
.tender-file-tile {
    border: 1px solid rgba(164, 165, 181, 0.2);
    border-radius: 8px;
    padding: 10px;
    background: #ccc;
    color: #0c5460;
    background-color: #cbebec;
    border-color: #bbe5e6;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.tender-file-tile:not(:last-child) {
    margin-bottom: 10px;
}
.tender-file-tile button.label {
    display: flex;
    align-items: center;
    justify-content: center;
}
/*=== End files-uploaded list ===*/
/*=== Begin other===*/
.task-checklist-block .checklist-default-label {
    cursor: default;
}
.tooltip {
    z-index: 1040;
}
.home-task-activity {
    transition: box-shadow 0.5s;
}
.home-task-activity:hover {
    box-shadow: 0px 2px 4px rgba(165, 163, 174, 0.3);
}
.home-task-activity .info-subheading a {
    display: block;
}
.tasks_col_status {
    min-width: 200px;
    width: 200px;
}
.home-task-activity .info-subheading > span {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}
/*=== End other ===*/
/*=== Begin print===*/
@media print {
    .topbar,
    .left-sidebar {
        display: none;
    }
    .fix-header .page-wrapper {
        margin-left: 0px;
        padding-top: 0px;
    }
    #list-page-actions {
        display: none;
    }
    .tender-right-card {
        border-left: none;
    }
    .list-table-wrapper {
        min-height: 0px;
        border: none;
        width: calc(100% - 2px);
        margin: 0 auto;
    }
}
/*=== End print===*/

/*=== Begin dev-m1===*/
/*====Table heading and filters====*/
.list-table-wrapper .btn.disabled {
    opacity: 0.65;
}
/* table {
    table-layout: fixed;
} */
table tr th,
table tr td {
    border-color: rgba(164, 165, 181, 0.2) !important;
}
.list-table-wrapper table.table  tr th{
    min-width: 160px;
}
.list-table-wrapper table.table tr th[class*="_name"]:not(.list-table-wrapper table.table tr th[class*="name_"]):not(.fixed-col),
.list-table-wrapper table.table tr th[class*="_title"]:not(.list-table-wrapper table.table tr th[class*="_title_"]):not(.fixed-col),
.list-table-wrapper table.table tr th[class*="_project"]:not(.list-table-wrapper table.table tr th[class*="_project_"]):not(.fixed-col),
.list-table-wrapper table.table tr th[class*="_leave_employee"]:not(.list-table-wrapper table.table tr th[class*="_leave_employee_"]):not(.fixed-col),
.list-table-wrapper table.table tr th[class*="_projectid"]:not(.list-table-wrapper table.table tr th[class*="projectid_"]):not(.fixed-col){
    width: 100%;
    min-width: 200px;
}
/*.list-table-wrapper table.table  tr [class*="_col_position"] {
    max-width: 100px!important;
    width: 100px!important;
    min-width: auto;
}*/
.list-table-wrapper table.table tr th[class*="_col_id"]:not(.list-table-wrapper table.table tr th[class*="col_id_"]):not(.fixed-col),
.list-table-wrapper table.table tr th[class*="_number"]:not(.list-table-wrapper table.table tr th[class*="_number_"]):not(.fixed-col){
    max-width: 150px;
    width: 150px;
    min-width: auto;
}

.fixed-col{
    background: var(--white);
    z-index: 1;
    max-width: 170px!important;
    width: 170px!important;
  
}
.fixed-col:not(th){
    margin-top: -1px;
}
.list-table-wrapper table.table tr .fixed-col[class*="_name"]:not(.list-table-wrapper table.table tr .fixed-col[class*="name_"]),
.list-table-wrapper table.table tr .fixed-col[class*="_title"]:not(.list-table-wrapper table.table tr .fixed-col[class*="_title_"]),
.list-table-wrapper table.table tr .fixed-col[class*="_project"]:not(.list-table-wrapper table.table tr .fixed-col[class*="_project_"]),
.list-table-wrapper table.table tr .fixed-col[class*="_leave_employee"]:not(.list-table-wrapper table.table tr .fixed-col[class*="_leave_employee_"]),
.list-table-wrapper table.table tr .fixed-col[class*="_projectid"]:not(.list-table-wrapper table.table tr th[class*="projectid_"]){
    max-width: 500px!important;
    min-width: 500px!important;
    width: 500px!important;
}
/* .list-table-wrapper table.table tr[style*="display:none;"]{
    display: block!important;
} */
.gu-mirror .fixed-col{
    position: static!important;
    max-width: unset!important;
    width: unset!important;

}
.list-table-wrapper table.table tr th[class*="leaves_col_"]{
    max-width: 140px;
    width: 140px;
    min-width: auto;
}
table tr td {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
table tr th,
table tr th a,
.table thead th a,
.table thead th,
table.table thead th a,
table.table thead th {
    color: #25878a !important;
    font-weight: normal !important;
    line-height: 27px;
}
table tbody tr td,
table tbody tr td a {
    color: #5d596c;
}
table tr th:hover,
table tr th a:hover {
    color: #25878a;
}
table tr th {
    color: #a4a5b5;
}
table tr td:not(.custom-padding),
table tr th:not(.custom-padding) {
    padding: 16px !important;
}
table tr td .progress {
    width: 120px;
}
table tr th .sorting-icons:before,
table tr th .sorting-icons::after {
    color: #4b465c;
    font-weight: 700;
    margin-right: 1px;
}

.aprover span {
    cursor: pointer;
    display: flex;
    font-weight: 700;
    height: 26px;
    justify-content: center;
    margin-left: -5px;
    position: relative;
    transition: transform 0.35s ease-in-out;
    width: 26px;
    align-items: center;
    overflow: hidden;
    border: 2px solid #ffffff;
    color: #5d586c;
}
.aprover span:hover {
    transform: scale(1.1);
}
.aprover span img {
    width: 26px;
    height: 26px;
}

@media (max-width: 1320px) {
    table {
        table-layout: auto;
    }
    .table thead th,
    .table th {
        min-width: 130px;
    }
}
/*==Custom icons css==*/
.approve-check-icon,
.circle-dot-icon {
    border-color: #4b465c !important;
    width: 17px;
    height: 17px;
    text-align: center;
    line-height: 16px;
}
.circle-dot-icon {
    font-style: normal;
    line-height: 14px;
}
/*==Sorting icon==*/
.sorting-icons {
    font-family: "icomoon" !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    display: inline-flex;
    margin-left: 15px;
    padding: 8px;
    border-radius: 4px;
}
.sorting-icons:hover,
.sorting-icons:focus {
    background-color: rgba(100, 101, 101, 0.05);
}
.sorting-icons:after {
    content: "\e92e";
    color: #a4a5b5;
    right: 0;
    position: relative;
}
.sorting-icons:before {
    content: "\e92d";
    color: #a4a5b5;
}
.sorting-icons:hover::after,
.sorting-icons:hover::before {
    color: #25878a;
}
.sorting-icons .ti-arrows-vertical {
    display: none;
}
/*== Employ Profile===*/
.employ-profile .profile-img {
    width: 140px;
    height: 140px;
}
.employ-profile .employ-profile-info h2 {
    font-size: 32px;
}
.employ-profile .employ-profile-info .details-wrap {
    padding-top: 20px;
    flex-wrap: wrap;
    padding-bottom: 5px;
}
.employ-profile .employ-profile-info .details-wrap .employ-details:nth-child(even) {
    padding-right: 0px;
}
.employ-profile .employ-profile-info .details-wrap .employ-details:nth-child(even) span {
    margin-right: 25px;
}
.employ-profile .employ-profile-info hr {
    width: 85%;
    margin: unset;
}
.employ-profile .employ-profile-info .details-wrap .employ-details:nth-child(odd) {
    padding-left: 0px;
}

.employ-profile .employ-profile-info .details-wrap .employ-details span {
    padding-left: 0px;
    padding-right: 0px;
    margin-right: 40px;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
}
.employ-profile .employ-work-status .icon-left {
    width: 44px;
    height: 44px;
}
.employ-profile .employ-work-status .status {
    color: rgba(58, 53, 65, 0.68);
}
.employ-profile .salary-info .form-control {
    color: #4b465c;
}
.employ-profile .salary-info .form-control::placeholder {
    color: #4b465c;
}
.employ-profile .salary-info .input-group-addon {
    position: absolute;
    z-index: 9;
    top: 1px;
    bottom: 0px;
    background: white;
    border: 0px;
    display: flex;
    align-items: center;
    padding-top: 0px;
    padding-bottom: 0px;
    height: 38px;
    justify-content: center;
    left: 2px;
    border-radius: 8px;
}
/*===End Employ Profile===*/
/*==Custom Checkbox==*/
table .form-group {
    margin-bottom: 0px;
}
.list_box thead tr th.check_box,
.list_box tbody tr td.check_box {
    width: 10px;
    text-align: center;
}
.list_box .form-group input {
    padding: 0;
    height: initial;
    width: initial;
    margin-bottom: 0;
    display: none;
    cursor: pointer;
}

.list_box .form-group label,
.list_box .form-check label {
    position: relative;
    cursor: pointer;
}
.list_box .form-group label {
    width: 20px;
    height: 20px;
}
.list_box .form-check label {
    padding-left: 0px;
    margin-bottom: 0px;
}
.list_box .form-check:first-child {
    padding-left: 0px;
}
.list_box .form-group label:before,
.list_box .form-check label:before {
    content: "";
    background-color: transparent;
    border: 2px solid #25878a;
    box-shadow:
        0 1px 2px rgba(0, 0, 0, 0.05),
        inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
    padding: 8px;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 5px;
    border-radius: 4px;
    transform: none;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
}
.list_box .form-group input[type="checkbox"]:checked + label:before,
.list_box .form-check input[type="checkbox"]:checked + label:before {
    background-color: #25878a;
}
.list_box .form-group input[type="checkbox"]:checked + label:after,
.list_box .form-check input[type="checkbox"]:checked + label:after {
    content: "";
    display: block;
    position: absolute;
    top: 2px;
    left: 7px;
    width: 6px;
    height: 14px;
    border: solid #fff;
    border-width: 0 3px 3px 0;
    transform: rotate(45deg);
}
/*===End checkbox===*/
/*===Theme checkbox===*/
.table .list-checkboxes label::after,
.list-checkboxes label::after {
    border: 2px solid #25878a !important;
    border-radius: 4px !important;
}
.table .list-checkboxes input[type="checkbox"]:checked + label:after,
.list-checkboxes input[type="checkbox"]:checked + label:after {
    background-color: #25878a !important;
}
.table tr .checkitem,
.checkitem {
    padding: 19px 14px;
}
/*===End theme checkbox===*/
/*==Timeline==*/
.timeline .border-right {
    border-right: 2px dotted #a4a5b5 !important;
}
.timeline .badge {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    padding: 0px;
}
.timeline .card {
    margin-bottom: 0px;
}
.timeline .card p {
    margin-bottom: 0px;
}
.timeline .card h4 {
    margin-bottom: 5px;
}
.listing-timeline table thead th {
    border-top: 1px solid #efeeee;
}
/*==End timeline==*/
/*==Gallery tab===*/
#projects-tab-single-screen .card.min-h-300 {
    border-radius: 8px;
    overflow-x: auto;
    width: 100%;
    border: 0px;
    background: transparent;
}
/*Task stats board==*/
/*==End gallery tab==*/
#fileupload_files .icon-upload,
.dropzone .icon-upload {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto auto 15px;
    border-radius: 10px;
}

.gallery {
    display: flex;
    flex-wrap: wrap;
}
.gallery .date-block.collapsed p {
    margin-bottom: 0px !important;
}
.gallery-item {
    flex: 1 0 200px;
    margin: 1rem;
    border-radius: 10px;
    cursor: pointer;
}
.date-block {
    grid-column: 1 / -1;
    cursor: pointer;
}
.date-block p {
    position: relative;
    margin-bottom: 0px;
    color: #323338;
}
.date-block p::before {
    content: "";
    left: 0px;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    background-color: #dee2e6;
    position: absolute;
    height: 0.5px;
}
.date-block p span {
    cursor: pointer;
    background: #fff;
    z-index: 1;
    position: relative;
}
.gallery-image {
    overflow: hidden;
    border-radius: 10px;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.gallery-image img {
    display: block;
    width: 100%;
    height: 200px;
    object-fit: cover;
    transition: transform 400ms ease-out;
}
.gallery-image img:hover {
    transform: scale(1.15);
}
.gallery-item-filter {
    position: absolute;
    bottom: 0px;
    width: 100%;
    right: 0px;
    padding: 15px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.gallery-item-filter .icon-dots-vertical-center {
    float: right;
    cursor: pointer;
    background: white;
    border-radius: 4px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
.gallery-item-filter .dropdown-menu.show {
    transform: translate3d(87px, 50px, 0px) !important;
}
.set-thumbnail {
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 50%;
    visibility: hidden;
}
.set-thumbnail.success {
    display: flex;
    background-color: #ffffff;
    align-items: center;
    justify-content: center;
    visibility: visible;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
.gl-data:not(:first-child) .date-block.accordian {
    margin-top: 10px;
}
#files-table-wrapper .card-body {
    border: 1px solid rgba(164, 165, 181, 0.2);
    border-radius: 8px;
}

.jconfirm.jconfirm-modern .jconfirm-box {
    border-top: solid 6px #25878a !important;
}
.jconfirm.jconfirm-modern .jconfirm-box .jconfirm-buttons .btn {
    border-color: #25878a !important;
    min-width: 114px;
    text-align: center;
    border-radius: 8px;
    color: #25878a !important;
}
.jconfirm.jconfirm-modern .jconfirm-box .jconfirm-buttons .btn:hover,
.jconfirm.jconfirm-modern .jconfirm-box .jconfirm-buttons .btn:focus {
    background-color: #30a3a7 !important;
    border: #30a3a7 !important;
    color: white !important;
}
.jconfirm.jconfirm-modern .jconfirm-box .jconfirm-buttons .btn.btn-outline-danger {
    background-color: #25878a !important;
    color: white !important;
}
.jconfirm .jconfirm-box .jconfirm-content .x-details {
    color: #6f6b7d;
}
.jconfirm .jconfirm-box .jconfirm-title {
    font-weight: 600 !important;
    font-size: 24px !important;
    line-height: 32px !important;
    letter-spacing: -0.45px !important;
    color: #5d586c !important;
}
@supports (display: grid) {
    .gallery-block {
        display: grid;
        grid-template-columns: repeat(5, minmax(200px, 1fr));
        grid-gap: 2rem;
    }
    .gallery-block,
    .gallery-item {
        margin: 0;
        border-radius: 10px;
        position: relative;
    }
    .kanban.kanban .boards {
        display: grid;
        grid-gap: 26px;
        /* border-top: 1px solid #DBDADE; */
        padding-left: 0px;
        padding-right: 0px;
        /* padding-top: 16px; */
    }
    .kanban.kanban .boards .board {
        width: 100%;
        overflow-y: auto;
    }
    .time-block {
        display: none;
        position: relative;
    }
    .time-block p {
        position: relative;
        background: white;
        z-index: 9;
        display: inline;
        margin-bottom: 0px;
    }
    .time-block::before {
        content: "";
        left: 0px;
        top: 50%;
        transform: translateY(-50%);
        width: 100%;
        height: 2px;
        border: 1px dashed #dbdade;
        position: absolute;
    }
    @media (max-width: 1440px) {
        .gallery-block {
            grid-template-columns: repeat(3, minmax(200px, 1fr));
        }
        .kanban.kanban .boards {
            grid-template-columns: repeat(5, minmax(262px, 1fr));
        }
    }

    @media (min-width: 1441px) {
        .kanban.kanban .boards {
            display: grid;
            grid-template-columns: repeat(6, minmax(338px, 1fr));
            grid-gap: 26px;
        }
    }
    @media (max-width: 1200px) {
        .gallery-block {
            grid-template-columns: repeat(4, minmax(100px, 1fr));
        }
    }
    @media (max-width: 767px) {
        .gallery-block {
            grid-template-columns: repeat(auto-fit, minmax(24rem, 1fr));
        }
    }
    @media (max-width: 500px) {
        .gallery-item,
        .gallery,
        .gallery-block {
            display: block;
            margin-bottom: 20px;
        }
    }
}
/*===Project-task===*/
.task-details {
    min-height: auto !important;
}
.task-detail-overview .task-info .list-group-item {
    padding: 0px 0px;
    flex: 0 0 auto;
    /* max-width: 160px; */
    margin-right: 40px;
    align-items: flex-start;
    margin-bottom: 15px;
}
.timer-button-block .timer-button {
    display: inline-flex !important;
    cursor: pointer;
    width: 25px;
    height: 25px;
    background: rgba(100, 101, 101, 0.05);
    border-radius: 3px;
    align-items: center;
    justify-content: center;
}
.timer-button-block .timer-button > span {
    height: 16px;
}
.timer-button-block .timer-button i {
    font-size: 16px;
}
.timer-button-block .timer-button i.icon-player-pause {
    color: #ff5c6c;
}
.task-detail-overview .task-info .list-group-item .badge {
    width: max-content;
    padding: 5px 10px;
    white-space: normal;
}
.task-detail-overview .btn-outline-default {
    border-color: #a4a5b5;
}
.task-detail-overview .btn-outline-default:hover {
    color: #ffffff !important;
    background: #a4a5b5;
}
.task-subtask .list-group .list-group-item {
    padding: 0px;
    border: 0;
}
.task-subtask .list-group .list-group-item:not(:last-child) {
    margin-bottom: 20px;
}
.task-subtask .list-group .list-group-item:last-child {
    padding-bottom: 0px;
}
.task-subtask .list-group .list-group-item span,
.task-subtask .list-group .list-group-item span label {
    color: #1b2850;
}
.task-subtask .list-group .list-group-item span:not([class*="icon-"]),
.task-subtask .list-group .list-group-item span label:not([class*="icon-"]) {
    font-weight: 600;
}

.task-comment .media .icon-trash {
    right: 10px;
    top: 28px;
    cursor: pointer;
}
.task-attachments .info-action-icon-block .u-img {
    width: 24px;
    height: 24px;
}
.task-attachments .info-action-icon-block .u-img img {
    width: 100%;
    height: 100%;
}
.task-attachments .info-img-tile,
.task-attachments .with-icon {
    background-color: transparent;
    height: auto;
}
.task-attachments .attachment-wrapper {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(400px, 1fr));
    grid-gap: 1rem;
}
.files-view-tile .info-heading {
    width: 200px;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.flex-auto {
    flex: 0 0 auto !important;
}
/**==upload image==*/
.dropzone.dz-clickable {
    text-align: center;
}
.dz-image:before {
    content: "";
    background: rgba(0, 0, 0, 0.5);
    left: 0px;
    position: absolute;
    z-index: 1;
    right: 0px;
    top: 0px;
    bottom: 0px;
}
/* .dropzone .dz-preview .dz-details{
    position: relative;
    opacity:1;
    border-radius: 0px 0px 4px 4px !important;
  } */
.dropzone .dz-preview .dz-image {
    border-radius: 6px;
    height: 100%;
}
.dropzone .dz-preview .dz-image img {
    object-fit: cover;
}
.dropzone .dz-preview.dz-image-preview .dz-details {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    flex-direction: column;
}
.dropzone .dz-preview .dz-details .dz-filename span,
.dropzone .dz-preview .dz-details .dz-size span,
.dropzone .dz-preview .dz-details .dz-filename:hover span {
    background-color: transparent;
}
.dropzone .dz-preview .dz-remove {
    background-color: #25878a;
    border: #25878a;
}
.dropzone .dz-preview .dz-progress .dz-upload {
    background: linear-gradient(to bottom, #25878a, #25878a);
}
.dropzone .dz-preview .dz-details .dz-filename:hover span {
    border: 0px;
    overflow: hidden;
    display: block;
}
/*tab*/
.tab-menu ul {
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}
.tab-menu ul li {
    list-style-type: none;
}
.tab-menu ul li .tab-a {
    text-decoration: none;
    color: #a5a3ae;
    margin: 10px 20px 0px 20px;
    padding: 0px 0px 10px 0px;
    border-radius: 6px;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 0.43px;
}
.tab-menu ul li .tab-a:hover {
    color: #25878a;
}
.tab-menu ul li .tab-a.active-a {
    background: transparent;
    color: #25878a;
    font-weight: 600;
    border: none;
    position: relative;
}
.tab-menu ul li .tab-a.active-a:before {
    content: "";
    left: 0px;
    width: 100%;
    bottom: 0;
    height: 2px;
    background-color: #25878a;
    position: absolute;
}
.tab {
    display: none;
}
.tab h2 {
    color: rgba(0, 0, 0, 0.7);
}
.tab p {
    color: rgba(0, 0, 0, 0.6);
    text-align: justify;
}
.tab-active {
    display: block;
}
/*==Add edit leave modal==*/
#js-trigger-leaves-modal-add-edit #leave_description,
#js-trigger-leaves-modal-show textarea {
    height: 84px;
}
#js-trigger-leaves-modal-add-edit .form-control::placeholder {
    color: #a5a3ae;
}
#js-trigger-leaves-modal-show dl dd {
    margin-bottom: 0px;
    flex: 1 1 auto;
}
#js-trigger-leaves-modal-show dl dt {
    flex: 0 0 23%;
    max-width: 23%;
}
#js-trigger-leaves-modal-show .status {
    right: 16px;
    top: 16px;
}
#js-trigger-leaves-modal-show .media {
    padding: 16px;
}
#js-trigger-leaves-modal-show .media img {
    width: 38px;
    height: 38px;
}
#leaves-table-wrapper table tbody tr td,
#leaves-table-wrapper table tbody tr td a {
    color: #1b2850;
    font-size: 13px;
}
.response-option .form-group label::before,
.response-option .form-group label::after {
    width: 24px;
    height: 24px;
    margin: 0px;
}
/*==projects tabs table==*/
/* #project-process-table-wrapper table tfoot tr td,
  #project-attachment-table-wrapper table tfoot tr td{
    padding-bottom:0px !important;
  } */
#project-attachment-table-wrapper .card > .card-body,
#project-process-table-wrapper .card > .card-body {
    overflow-x: auto;
    width: 100%;
    background: #ffffff;
    border-radius: 8px;
    border: 1px solid rgba(164, 165, 181, 0.2);
}
#project-attachment-table-wrapper table tr td .info-block .info-tile .info-heading {
    max-width: 200px;
    text-overflow: ellipsis;
    overflow: hidden;
}
.loadmore-button-container a {
    line-height: 24px;
}
#projects-tab-single-screen .card:not(.card .card) {
    border: 0px;
}
.design-task-wrap .select2-container--bootstrap .select2-selection--single .select2-selection__placeholder {
    color: #a5a3ae;
}
/**===Media===*/
@media (min-width: 1441px) {
    .task-chart-tile.task-chart {
        flex: 0 0 18%;
        max-width: 18%;
    }
    .task-text-tile {
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
}
@media (min-width: 1199px) and (max-width: 1440px) {
    .task-update {
        flex: 0 0 25%;
        max-width: 25%;
        flex-wrap: wrap;
    }
    .task-detail-overview .list-group {
        justify-content: flex-start;
    }
}
@media (max-width: 1368px) {
    .employ-profile .employ-profile-info .details-wrap .employ-details {
        padding-left: 0px;
        padding-right: 0px;
    }
    .employ-profile .employ-profile-info .details-wrap .employ-details span {
        margin-right: 10px;
    }
}
@media (max-width: 1199px) {
    .work-wrapper {
        display: flex;
        flex: 0 0 auto;
        margin-top: 20px;
        margin-left: 20px;
    }
    .work-wrapper .employ-work-status {
        margin-top: 0px !important;
        margin-right: 40px;
    }
    .employ-profile .employ-profile-info hr {
        width: 100%;
    }
    table tr td .progress {
        width: 100%;
    }
}

@media (min-width: 1200px) and (max-width: 1440px) {
    .employ-profile-info {
        flex: 0 0 75%;
        max-width: 75%;
    }
    .user_roles_model .select2-container .select2-selection--single .select2-selection__rendered {
        width: 200px;
    }
}

@media (max-width: 991px) {
    .task-detail-overview > div {
        margin-bottom: 30px;
    }
    .task-detail-overview .list-group {
        justify-content: flex-start;
        flex-wrap: wrap;
    }
    table {
        table-layout: inherit;
    }
}
@media (max-width: 767px) {
    .listing-timeline .container {
        max-width: 100%;
    }
    .employ-profile-info.p-l-25 {
        padding-left: 0px !important;
    }
    .employ-profile-info h2 {
        font-size: 24px;
    }
    .work-wrapper {
        margin-left: 0px;
    }
    .projects-tab-single-screen .card-body {
        padding-left: 0px;
        padding-right: 0px;
    }
    .task-detail-overview .task-info .list-group-item {
        margin-bottom: 20px;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
    .task-detail-overview > div {
        margin-bottom: 10px;
    }
    .info-block .info-tile .info-text + * {
        margin-top: 0px;
    }
}
@media (max-width: 575px) {
    .task-attachments .attachment-wrapper .info-block .info-tile {
        flex-flow: column;
    }
    .tender-card .tender-right-card .info-block .info-tile {
        align-items: center;
        flex-direction: row;
        justify-content: space-between;
    }
}
@media (max-width: 420px) {
    .employ-profile .employ-profile-info .details-wrap .employ-details {
        flex-direction: column;
        padding-right: 0px;
        align-items: start !important;
    }
    .employ-profile .employ-profile-info .details-wrap .employ-details span {
        margin-right: 20px;
        margin-bottom: 10px;
    }
    .task-attachments .attachment-wrapper .info-block .info-tile .info-text + * {
        margin-top: 0px;
    }
    .task-detail-overview .task-info .list-group-item {
        margin-bottom: 20px;
        flex: 0 0 100%;
        max-width: 100%;
        flex-direction: row !important;
        align-items: center;
        justify-content: start;
        gap: 20px;
    }
    .task-detail-overview .task-info .list-group-item span {
        margin-bottom: 0px !important;
        margin-top: 0px !important;
    }
    .task-attachments .attachment-wrapper {
        grid-template-columns: repeat(auto-fill, minmax(100%, 1fr));
    }
}
/*==Ratings==*/
/* @charset "UTF-8"; */
/* body {
        background: #f1f1f1;
    }
    body h1 {
        font-family: "Lobster", cursive;
        margin: 50px 20px 40px;
        font-size: 50px;
        letter-spacing: 0.5px;
        color: #999999;
        text-align: center;
    } */
    .rating label {
        position: relative;
        cursor: pointer;
        width: 30px;
        height: 30px !important;
        background: rgba(37, 135, 138, 0.2);
        border-radius: 50%;
        padding: 0px !important;
        margin-bottom: 0px;
        display: inline-flex !important;
        align-items: center;
        justify-content: center;
    }
    .rating input:checked ~ label {
        background: rgba(100, 101, 101, 0.05);
    }
    .rating label:not(:first-of-type) {
        padding-right: 2px;
    }
    .rating label:before {
        content: "\e942";
        font-size: 18px;
        margin: 0px;
        color: #25878a;
        position: static;
        line-height: 1;
        width: auto !important;
        height: auto !important;
        border: 0px !important;
        top: 4px !important;
        left: 6px !important;
        box-shadow: none !important;
        font-family: "icomoon" !important;
        speak: never;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        line-height: 1;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }
    
    .rating input {
        display: none !important;
    }
    .rating input:checked ~ label:before {
        color: #6f6b6f;
        transform: none;
    }
    .rating input + label:after {
        opacity: 0;
        display: none;
    }
    /*=== End dev-m1===*/
    
/*=== Begin dev-s2===*/
/*=== Begin-calendar ===*/
.fc-head {
    border-top: 1px solid #dbdade !important;
}
th.fc-day-header.fc-widget-header {
    font-weight: 600;
    font-size: 15px;
    line-height: 22px;
    color: #5d596c;
    padding: 3px 0px;
    background: #fff;
}
th.fc-day-header.fc-widget-header:not(:last-child) {
    border-right: 1px solid #dbdade !important;
}
.fc-toolbar.fc-header-toolbar {
    padding: 24px 30px;
    display: flex;
}
.fc-toolbar .fc-left {
    order: 2;
}
.fc-toolbar .fc-right {
    order: 1;
}
.fc-toolbar .fc-left h2 {
    font-weight: 600;
    font-size: 18px;
    line-height: 24px;
    color: #5d596c;
}
.fc-today-button {
    display: none;
}
.fc-button-group {
    margin: 0px !important;
}

.fc-button-group .fc-button {
    background: no-repeat;
    box-shadow: none;
    border: none;
    padding: 0px !important;
}
.fc button .fc-icon {
    top: 0px !important;
    margin: 0px !important;
    height: auto;
}
.fc button .fc-icon {
    margin-right: 15px !important;
}
.fc-icon.fc-icon-left-single-arrow:after {
    content: "\e90c";
    font-family: "icomoon" !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 22px !important;
}
.fc-icon.fc-icon-right-single-arrow:after {
    content: "\e90d";
    font-family: "icomoon" !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 22px !important;
}
.fc td.fc-today.fc-widget-content {
    border: 1px solid #dbdade;
    background: rgba(37, 135, 138, 0.05) !important;
    padding: 6px 12px;
}
.fc td.fc-today {
    background: none !important;
}
.fc-day-top {
    padding: 6px 12px 0px 12px !important;
}
.fc-today {
    text-align: left;
}

.fc td.fc-today .fc-day-number {
    color: #25878a;
    font-weight: 600;
    font-size: 15px;
    line-height: 22px;
}

.fc-day-number {
    float: none !important;
}
.fc-other-month .fc-day-number {
    color: #a5a2ad;
}
.fc-event-container {
    padding: 6px 12px !important;
}
.fc-event,
.fc-event-dot {
    border: none !important;
    padding: 7px 12px !important;
    background: #cfe7e7 !important;
    border-radius: 4px !important;
}
.fc-event {
    margin: 0px !important;
}
.fc .fc-row .fc-content-skeleton .fc-event-container {
    padding-top: 0px !important;
    padding-bottom: 8px !important;
}

.fc .fc-row .fc-content-skeleton tbody tr:last-child td {
    padding-bottom: 8px !important;
}
.fc .fc-row .fc-content-skeleton tbody tr:first-child td {
    padding-top: 8px !important;
}

.fc-event .fc-content {
    text-align: left;
}
.fc-event .fc-title {
    color: #25878a;
    font-weight: 600;
    font-size: 13px;
    line-height: 14px;
    text-align: left;
}
/* calender card view */
.calendar-body {
    padding: 30px 60px;
}
.calendar-main-wrap {
    display: flex;
    width: 100%;
    overflow: auto;
}
.calendar-wrap {
    flex: 1 1 33.3333%;
    max-width: 33.3333%;
    min-width: 200px;
}
.calendar-wrap:not(:last-child) {
    margin-right: 24px;
}
.calender-tile {
    padding: 10px;
    border: 1px solid #dbdade;
    border-radius: 8px;
}
.calender-tile .calender-date {
    color: #646565;
}
.info-block .info-tile.calender-info-tile {
    flex-flow: row;
    justify-content: space-between;
    align-items: flex-start;
}
.info-block .info-tile.calender-info-tile .info-text + .icon-close-x {
    margin: 0px;
}
/*=== end-calendar ===*/

.select2-search--inline {
    display: contents; /*this will make the container disappear, making the child the one who sets the width of the element*/
}

.select2-search__field:placeholder-shown {
    width: 100% !important; /*makes the placeholder to be 100% of the width while there are no options selected*/
}
/*=== Begin-project-details ===*/

.position-sticky-block {
    display: flex;
    align-items: flex-start;
}
.position-sticky-left {
    flex: 1 1 calc(100% - 452px);
    max-width: calc(100% - 452px);
    padding-right: 30px;
}
.position-sticky-right {
    right: 0px;
    flex: 0 0 452px;
    width: 100%;
    max-width: 452px;
}
.project-process-wrap {
    max-height: 400px;
    overflow: auto;
}
/* @media (min-width: 1399px) {
    .position-sticky-left {
        flex: 1 1 calc(100% - 600px);
        max-width: calc(100% - 600px);
        padding-right: 30px;
    }
    .position-sticky-right {
        flex: 0 0 600px;
        width: 100%;
        max-width: 600px;
    }
} */
@media (max-width: 991px) {
    .position-sticky-left {
        flex: 1 1 auto;
        padding-right: 0px;
        max-width: 100%;
    }
    .position-sticky-right {
        position: static !important;
        max-width: 100%;
    }
    .position-sticky-block {
        display: block;
    }
}
/*=== end-project-details ===*/
/*=== Begin-tender ===*/
.tender-card {
    display: flex;
    flex-direction: row;
}
.tender-left-card {
    flex: 1 1 auto;
}
.tender-right-card {
    flex: 0 0 370px;
    border-left: 1px solid #dbdade;
}
.tender-content {
    max-height: 600px;
    overflow: auto;
}
.tender-content ul {
    font-weight: 400;
    color: #6f6b7d;
}
.tender-content ul li {
    margin-bottom: 30px;
}
.column-view-block {
    display: flex;
    align-items: center;
}
.column-view-135 .column-view-tile {
    flex: 1 1 auto;
}
.column-view-135 .column-view-tile:first-child {
    flex: 0 0 135px;
}
.column-view-100 .column-view-tile {
    flex: 1 1 auto;
}
.column-view-100 .column-view-tile:first-child {
    flex: 0 0 100px;
}
.column-view-tile {
    flex: 1 1 50%;
}
.column-view-block:not(:last-child) .column-view-tile {
    margin-bottom: 6px;
}
@media (max-width: 991px) {
    .tender-card {
        display: block;
    }
    .tender-right-card {
        border-left: none;
        border-top: 1px solid #dbdade;
    }
}
@media (max-width: 575px) {
    .tender-card .tender-right-card .info-block .info-tile {
        align-items: center;
        flex-direction: row;
        justify-content: space-between;
    }
}
/*=== End-tender ===*/
/*=== Begin-tenader-third-view ===*/
.tender-third-view-block {
    padding: 25px;
}
.tender-third-view-block .tender-third-view {
    max-width: 766px;
    width: 100%;
    background: #ffffff;
    border-radius: 6px;
    padding: 25px 0px;
    margin: 0 auto;
}
.tender-third-view-heading {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.tender-logo img {
    width: 60px;
    margin: 0 auto;
}
/*=== End-tenader-third-view ===*/
/*==Commitee-card==*/
.committee-satus-card table thead tr:first-child th {
    border-top: 1px solid #dbdade;
}
.committee-satus-card table thead tr th,
.committee-satus-card table tbody tr td {
    border-color: #dbdade;
}
/*==End of commitee-card==*/

/*==Begin of commitee-card==*/
.mailbox .message-center a:not(:last-child) {
    margin-bottom: 8px;
}
/*==End of commitee-card==*/
/*==Begin of notfication card==*/
.notification-action-block {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.notification-action-tile {
    color: #fff !important;
    font-size: 15px;
    line-height: 22px;
    letter-spacing: -0.12px;
    min-width: 62px;
    padding: 9px;
    border-bottom: 2px solid rgba(255, 255, 255, 0.6);
    text-align: center;
}
.notification-action-tile.active {
    border-bottom: 2px solid #fff;
}

/*==End of notification-card==*/
/*==Begin task profile==*/
.task-profile-block {
    display: flex;
    justify-content: space-between;
    /* flex-wrap:wrap; */
}
.task-profile-info {
    flex: 0 0 300px;
    padding-right: 16px;
}
.task-profile-action {
    flex: 0 0 227px;
    padding-left: 16px;
}
.task-profile-status {
    flex: 1 1 auto;
}
@media (max-width: 1900px) {
    .task-detail-overview .task-info .list-group-item .badge {
        width: auto;
    }
}
@media (max-width: 1400px) {
    .task-profile-info {
        flex: 0 0 230px;
    }
}
@media (max-width: 1300px) {
    .task-profile-info {
        flex: 0 0 180px;
    }
    .task-profile-action {
        flex: 0 0 180px;
    }
}
@media (max-width: 1199px) {
    .task-profile-info {
        flex: 1 1 100%;
        margin-bottom: 16px;
        padding-right: 0px;
    }
    .task-profile-block {
        flex-wrap: wrap;
    }
}
@media (max-width: 991px) {
    .task-profile-status {
        flex: 1 1 100%;
    }
    .task-profile-action {
        padding: 0px;
    }
}
/*==End task profile==*/

/*=== End dev-s2===*/

/* ----------------------------------------------------------
* Table Config Icon
* --------------------------------------------------------*/
.with-table-config-icon .table-config-icon {
    position: absolute;
    top: 0px;
    right: 0; }
.with-table-config-icon .table-config-icon span {
    display: inline-block;
    padding: 10px;
    opacity: 40%;
    cursor: pointer; }
.with-table-config-icon .table-config-icon span i {
    font-size: 18px; }
.with-table-config-icon .table-config-icon span:hover {
    opacity: 100%; }

.table-config-checkbox-container {
    cursor: pointer; }