.gy-40 {
    --bs-gutter-y: 40px;
}
.gy-80 {
    --bs-gutter-y: 80px;
}

.gy-20 {
    --bs-gutter-y: 20px;
}

.gx-40 {
    --bs-gutter-x: 40px;
}


.gx-180 {
    --bs-gutter-x: 110px;
}

.gx-50 {
    --bs-gutter-x: 50px;
}

.gx-20 {
    --bs-gutter-x: 20px;
}

.fullscreen-page {
    height: calc(100vh - var(--header-fixed-padding));
}

@supports (height: calc(100dvh - var(--header-fixed-padding))) {
    .fullscreen-page {
        height: calc(100dvh - var(--header-fixed-padding));
    }
}

.fullscreen-page .container,
.fullscreen-page .section {
    height: 100%;
}

.section {
    display: flex;
    flex-direction: column;
    padding-top: 55px;
    background-color: #eef2fa;
}

.section__body {
    flex: auto;
}

.section__footer {
    display: flex;
    align-items: center;
    background-color: #e1e8f5;
    padding-top: 25px;
    padding-bottom: 25px;
}

.section__footer.--sticky {
    position: sticky;
    bottom: 0;
}

.scroll-block {
    overflow: auto;
}

.scroll-block::-webkit-scrollbar {
    width: 4px;
    height: 4px;
}

.scroll-block::-webkit-scrollbar-track {
    background-color: transparent;
}

.scroll-block::-webkit-scrollbar-thumb {
    border-radius: 4px;
    background-color: rgba(26, 101, 158, 0.5);
}

.scroll-block::-webkit-scrollbar-thumb:hover {
    background-color: var(--primary);
}

.section-subtitle {
    font-weight: normal;
    font-size: 24px;
    line-height: 24px;
    color: rgba(51, 51, 51, 0.69);
}

.input-custom__wrap-input {
    position: relative;
}

.input-custom__input {
    display: flex;
    align-items: center;
    border: 1px solid rgba(93, 103, 126, 0.53);
    background-color: #fff;
    padding: 7px 10px;
    font-size: 16px;
    line-height: 24px;
    width: 100%;
    min-height: 40px;
}

.label {
    display: flex;
    align-items: center;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    text-align: left;
    color: #333;
    margin-bottom: 12px;
}

.input-custom__icon-left {
    position: absolute;
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
}

.input-custom__icon-right {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
}

.drop-area {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 100%;
    text-align: center;
    padding: 12px;
    background-color: var(--white);
    height: 228px;
    border-radius: 8px;
    overflow: hidden;
    border: 1px dashed #1A659E;
}

.drop-area.uploaded {
    border: 0;
}

.drop-area .preview {
    position: absolute;
    max-width: 100%;
    height: 100%;
    object-fit: contain;
}

.drop-area .preview {
    height: 100%;
}

.drop-area .overlay {
    display: none;
}

.drop-area.drag-over .overlay,
.drop-area.uploaded .overlay {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: rgba(93, 103, 126, 0.75);
    backdrop-filter: blur(4px);
    pointer-events: none;
}

.drop-area.drag-over * {
    pointer-events: none;
}

.drop-area .info {
    font-weight: normal;
    font-size: 13px;
    line-height: 24px;
    color: rgba(19, 21, 21, 0.5)
}

.drop-area .browse {
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    text-align: left;
    color: #0165ff;
    cursor: pointer;
    text-decoration: underline;
}

.upload-cancel {
    display: none;
    background-color: transparent;
    position: absolute;
    top: 15px;
    right: 15px;
}

.drop-area.uploaded .upload-cancel {
    display: flex;
}

.custom-number-input {
    display: flex;
    align-items: center;
}

.custom-number-input input {
    text-align: center;
    width: 100%;
    min-height: 40px;
    background-color: #fff;
    border-top: 1px solid rgba(93, 103, 126, 0.53);
    border-bottom: 1px solid rgba(93, 103, 126, 0.53);
}

.custom-number-input input::-webkit-outer-spin-button,
.custom-number-input input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.custom-number-input input[type="number"] {
    -moz-appearance: textfield;
}

.custom-number-input .minus-btn,
.custom-number-input .plus-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    width: 40px;
    height: 40px;
    background-color: #f6f9fc;
    border: 1px solid rgba(93, 103, 126, 0.53);
}

.custom-number-input .minus-btn:hover,
.custom-number-input .plus-btn:hover {
    background-color: rgba(93, 103, 126, 0.53);
}

.image-shadow-100 {
    width: 100px;
    height: 100px;
    filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.16));
}

.image-shadow-100 img {
    width: 100%;
    height: 100%;
}

.card {
    position: relative;
    display: flex;
    flex-direction: column;
}

.card .card-edit-button {
    position: absolute;
    top: 20px;
    right: 25px;
}


.steps {
    background-color: #f0f5f9;
}

.steps__container {
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 0px;
    padding-right: 0px;
    overflow: auto;
}


.steps__container::-webkit-scrollbar {
    width: 4px;
    height: 4px;
}

.steps__container::-webkit-scrollbar-track {
    background-color: transparent;
}

.steps__container::-webkit-scrollbar-thumb {
    border-radius: 4px;
    background-color: rgba(26, 101, 158, 0.5);
}

.steps__container::-webkit-scrollbar-thumb:hover {
    background-color: var(--primary);
}

.steps__list {
    display: flex;
    align-items: end;
    width: 100%;
    align-items: flex-end;
    -webkit-align-items: flex-end;
}

.step__item {
    position: relative;
    --step-icon-size: 30px;
    flex: 1;
    min-width: 128px;
}

.step__icon-wrapper {
    position: relative;
    width: 100%;
}

.step__icon {
    width: var(--step-icon-size);
    height: var(--step-icon-size);
    min-width: var(--step-icon-size);
    color: rgba(102, 102, 102, 0.17);
}

.step__item+.step__item .step__icon::before {
    content: "";
    position: absolute;
    top: 50%;
    right: 100%;
    transform: translateY(-50%);
    width: calc(100% - var(--step-icon-size));
    height: 2px;
    background-color: #e5e5e5;
}

.step__item:first-child .step__icon {
    color: rgba(102, 102, 102, 0.57);
}

.step__item.active .step__icon {
    color: #10c01c;
}

.step__item.active+.step__item.active .step__icon::before {
    background-color: #10c01c;
}

.bg-white {
    background-color: var(--white);
}

.bg-secondary-2 {
    background-color: #F0F5F9;
}

.step__item .info {
    font-family: var(--roboto);
    font-weight: normal;
    font-size: 13px;
    text-align: left;
    color: #666;
    margin-top: 12px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    padding-right: 10px;
}

.message-cloud {
    --arrow-size: 10px;
    position: relative;
    width: fit-content;
    max-width: 100%;
    padding: 8px;
    background-color: var(--white);
    border-radius: 5px;
    margin-bottom: calc(var(--arrow-size) + 13px);
}

.message {
    font-weight: 500;
    font-size: 12px;
    color: #ff0303;
}

.message-cloud::before {
    content: "";
    position: absolute;
    top: 100%;
    left: calc(var(--margin-left) * -1 + var(--step-icon-size) / 2);
    width: 0;
    height: 0;
    border: var(--arrow-size) solid transparent;
    border-top-color: var(--white);
    transform: translateX(-50%);
}

.message__text {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.step-data {
    margin-bottom: 15px;
}

.step-data__label {
    font-weight: 500;
    font-size: 13px;
    color: #666;
    margin-bottom: 8px;
}

.step-data__value {
    font-weight: 500;
    font-size: 18px;
    text-align: left;
}


.steps__list--center .step__icon-wrapper {
    display: flex;
    justify-content: center;
}

.steps__list--center .step__item,
.steps__list--center .step__item .info {
    text-align: center;
}

.steps__list--center .absolute {
    left: 50%;
    transform: translateX(-50%);
}

.steps__list--center .step__item .info {
    padding-left: 10px;
    padding-right: 10px;
}

.steps__list--center .message-cloud {
    margin-left: auto;
    margin-right: auto;
}

.steps__list--center .step__item+.step__item .step__icon::before {
    right: calc(50% + (var(--step-icon-size) / 2));
}

.steps__list--center .step-data>* {
    text-align: center;
}

.message-cloud {
    filter: drop-shadow(0px 0px 2px rgba(26, 32, 36, 0.32));
}


.step__icon {
    --size: 30px;
    width: var(--size);
    height: var(--size);
    min-width: var(--size);
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #E8ECED;
    background: #E8ECED;
    border-radius: 300px;
}

.step__icon img,
.step__icon svg {
    opacity: 0.16;
    color: var(--defaultTextColor);
}

.steps.steps--secondary .step__icon {
    --size: 24px;
    background: rgba(102, 102, 102, 0.17);
}

.steps.steps--secondary .message-cloud {
    filter: none;
    box-shadow: none;
}

.steps.steps--secondary .steps__container {
    padding-top: 70px;
    padding-bottom: 70px;
}

.steps.steps--secondary .step__item:first-child .step__icon {
    background: rgba(102, 102, 102, 0.57);

}

.steps.steps--secondary .step__icon svg {
    opacity: 1;
    color: var(--white);
}

.step__item.active .step__icon img,
.step__item.active .step__icon svg {
    color: var(--white) !important;
    opacity: 1 !important;
}

.step__item.active .step__icon {
    background-color: #10c01c !important;
    border-color: #10c01c !important;
}

.message-cloud {
    opacity: 0;
    visibility: hidden;
    height: 0;
}

.step__item:first-child .message-cloud {
    opacity: 1;
    visibility: visible;
    height: max-content;
}

.step__item:not(.active) .step-data {
    opacity: 0;
    visibility: hidden;
    height: 0;
    margin: 0;
}

.step__item.active .message-cloud {
    opacity: 0;
    visibility: hidden;
    height: 0;
    margin: 0;
}

.step__item:first-child .step__icon {
    background-color: var(--white);
}

.step__item.active+.step__item:not(.active) .message-cloud {
    opacity: 1;
    visibility: visible;
    height: max-content;
}

.step__item.active+.step__item:not(.active) .step__icon {
    background-color: var(--white);
}

.steps__list {
    min-height: 150px;
    max-height: 150px;
}





.pill.card-edit-button {
    display: flex;
    align-items: center;
    border-radius: 300px;
    background: rgba(93, 103, 126, 0.23);
    font-family: var(--roboto);
    font-weight: 300;
    font-style: italic;
    font-size: 14px;
    line-height: 24px;
    color: #5d677e;
    padding: 5px 18px;
}

.double-fullpage {
    display: flex;
    min-height: 100vh;
    position: relative;
}

.double-fullpage .container {
    max-width: 100%;
    padding: 0;
    justify-content: center;
    display: flex;
}

.double-fullpage .row--item {
    height: 100%;
    padding: 22px;
    position: relative;
    display: flex;
    flex-direction: column;
}

.double-fullpage .row--item.bg-item {
    position: fixed;
    right: 0;
}

.bg-item {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.btn--56 {
    min-height: 56px;
    padding: 10px;
}

.input-icon {
    position: relative;
}

.input-icon.input-icon--right input {
    padding-right: 40px;
}

.input-icon .ico {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.input-icon.input-icon--right .ico {
    right: 10px;
}

.text-18 {
    font-size: 18px;
    line-height: 28px;
    color: #232323;
}

.otp-container {
    display: flex;
    align-items: center;
    width: 100%;
}

.otp-input {
    width: 45px;
    height: 45px;
    text-align: center;
    box-shadow: 0px 1px 4px rgba(16, 24, 40, 0.05);
}

.otp-input:not(:last-child) {
    margin-right: 30px;
}

.img-50 {
    width: 50px;
    height: 50px;
    min-width: 50px;
}

.nophoto-avatar {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #3fa5ff;
    font-weight: 600;
    font-size: 18px;
    letter-spacing: 0.03em;
    color: #fff;
    padding: 5px;
    width: 100%;
    height: 100%;
    border-radius: 300px;
    overflow: hidden;
}

.password-container {
    border-radius: 10px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
    padding: 20px;
    width: 300px;
    text-align: center;
}

.password-strength {
    display: flex;
    align-items: center;
    width: 100%;
}

#progress {
    position: relative;
    flex: auto;
    max-width: 220px;
    height: 8px;
    border-radius: 4px;
    background: rgba(93, 103, 126, 0.13);
    filter: drop-shadow(0px 1px 4px rgba(16, 24, 40, 0.05));
    margin: 0 4px;
}

#progress span {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    border-radius: 4px;
    color: transparent;
    filter: drop-shadow(0px 1px 4px rgba(16, 24, 40, 0.05));
    background: linear-gradient(270deg, currentColor 0%, #cfffd2 100%);
}

.strenght-text {
    font-size: 12px;
    line-height: 24px;
    color: #333;
}

.step-hotel-item.step-hotel-item--add {
    background-color: #f0f5f9;
    border-bottom: none;
}

.step-hotel-item.step-hotel-item--add .step-hotel-item__step {
    background-color: #f0f5f9;
}

.step-hotel-item.step-hotel-item--add .info {
    font-weight: normal;
    font-size: 14px;
    letter-spacing: 0.02em;
    text-align: left;
    color: #5d677e;
}

.step-hotel-list.step-hotel-list--shadow {
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}

.pill-lightgray {
    font-family: Inter;
    font-weight: 500;
    font-size: 12px;
    text-align: left;
    color: #5d677e;
    background: rgba(0, 0, 0, 0.05);
}

.color-danger {
    color: var(--danger) !important;
}

.color-success {
    color: #4bc248 !important;
}

.select-image-wrapper .select2-container--default .select2-selection--single .select2-selection__arrow b {
    background-image: url(../img/select-arrow--fill.svg);
    width: 10px;
    height: 8px;
}

.select-image-wrapper img {
    min-width: 30px;
    height: 100%;
}

.sidebar-2.sidebar-2--secondary {
    top: 0;
    height: 100%;
    width: 285px;
}

.sidebar-2,
.dashboard-header,
.sidebar-2-pl--secondary {
    transition: 0.2s;
}

.notification {
    position: relative;
}

.notification .badge {
    position: absolute;
    top: 0px;
    right: 0px;
    border-radius: 50%;
    background: red;
    color: white;
    width: 10px;
    height: 10px;
    background: #f54e4e;
    filter: drop-shadow(0px 1px 3px rgba(0, 0, 0, 0.16));
}

.card-shadow {
    border-radius: 24px;
    background: #FFF;
    box-shadow: 0px 1px 2px 0px rgba(91, 104, 113, 0.32), 0px 0px 1px 0px rgba(26, 32, 36, 0.32);
}

.card-shadow_head {
    border-bottom: 1px solid #DDD;
    padding: 20px 40px;
}

.card-shadow_body {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 40px;
    justify-content: space-between;
    border-radius: 0px 0px 24px 24px;
    background: #F0F5F9;
    padding: 20px 40px;
}

.progress-wrap {
    display: flex;
    align-items: center;
    flex: auto;
    height: 8px;
    /* background-color: #F0F5F9; */
    background-color: var(--white);
    position: relative;
    width: 130px;
    border-radius: 4px;
}

.progress {
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 4px;
    height: 100%;
    background-color: #35BB3A;
    z-index: 2;
}

.progress-value {
    display: block;
    color: #000;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    margin-left: 12px;
}

.progress-title {
    color: #5D677E;
    font-size: 12px;
    font-style: italic;
    font-weight: 400;
    line-height: 20px;
}

.btn-flag {
    display: flex;
    align-items: center;
}

.btn-flag.flag-red {
    color: #FF3030;
}

.btn-flag.flag-blue {
    color: #3248D6;
}

.btn-flag.flag-yelloy {
    color: #F9AC11;
}

.pill-progress {
    background-color: #5AB5D6;
    color: var(--white);
}

.pill-todo {
    background-color: #928E8E;
    color: var(--white);
}

.pill {
    display: flex;
    align-items: center;
    justify-content: center;
    width: max-content;
}

.group {
    --gap: unset;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: var(--gap);
}

.group--8 {
    --gap: 8px;
}

.group--12 {
    --gap: 12px;
}

.group--16 {
    --gap: 16px;
}

.group--20 {
    --gap: 20px;
}

.group--24 {
    --gap: 24px;
}

.group--30 {
    --gap: 30px;
}

.group--40 {
    --gap: 40px;
}

.ico-12 {
    width: 12px;
    min-width: 12px;
    height: 12px;
}

.ico-28 {
    width: 28px;
    min-width: 28px;
    height: 28px;
}

.ico-32 {
    width: 32px;
    min-width: 32px;
    height: 32px;
}


.tab-nav {
    display: flex;
    align-items: center;
    white-space: nowrap;
}

.right-line {
    margin-right: 35px;
    padding-right: 35px;
    border-right: 1px solid #ddd;
}

.tab-nav li a {
    display: flex;
    align-items: center;
    gap: 10px;
    min-height: 40px;
    border-radius: 8px;
    padding: 5px 16px;
    background: var(--white);
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.16);
    font-weight: normal;
    font-size: 15px;
    color: #516a78;
}

.tab-nav.tab-nav--secondary li a {
    border-radius: 4px;
    padding: 8px 12px;
    min-height: 36px;
    border-radius: 4px;
    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.16);
}

.tab-nav li.active-tab a {
    background-color: #336BB3;
    color: var(--white);
    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.05);
}

.tab-nav li.active-tab .pill {
    background-color: rgba(255, 255, 255, 0.80);
    color: #336BB3;
    font-weight: 500;
}

.tab-nav li:not(:last-child) {
    margin-right: 20px;
}

.pill.pill-sm {
    padding: 0 8px;
    min-height: 20px;
}

.tab-disabled {
    pointer-events: none;
    filter: blur(3px);
}


.tab-nav:not(.tab-nav--secondary, .tab-nav--view-type) li:first-child.active-tab a {
    background-color: #EB662B;
    color: var(--white);
}

.tab-nav:not(.tab-nav--secondary, .tab-nav--view-type) li:first-child a {
    background: rgba(235, 102, 43, 0.16);
    color: #EB662B;
}

.sidebar-helper {
    --sidebar-width: 420px;
    position: fixed;
    display: flex;
    flex-direction: column;
    width: var(--sidebar-width);
    flex: 0 0 var(--sidebar-width);
    background-color: var(--white);
    border-left: 1px solid #DDD;
    top: var(--header-fixed-padding);
    height: calc(100vh - var(--header-fixed-padding));
    right: calc(var(--sidebar-width) * -1);
    transition: 0.3s;
    z-index: 100;
}


.wrapper:has(+ .sidebar-helper.open) {
    padding-right: 420px;
}

.sidebar-helper.open {
    right: 0;
}



.sidebar-helper.open+.sidebar-helper-button {
    display: none;
}

.sidebar-helper-button {
    position: fixed;
    right: 10px;
    bottom: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--white);
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.16);
    border-radius: 360px;
    color: var(--primary);
    width: 70px;
    height: 70px;
    font-size: 30px;
    font-weight: 600;
    opacity: 0.7;
    transition: 0.2s;
    cursor: pointer;
}

.sidebar-helper-button:hover {
    opacity: 1;
}

.sidebar-helper .sidebar-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    padding: 16px 20px;
    border-bottom: 1px solid #DDD;
}

.sidebar-helper .sidebar-body {
    display: flex;
    flex-direction: column;
    overflow: auto;
    flex: auto;
    border-bottom: 1px solid #DDD;
}

.sidebar-helper .sidebar-body--item {
    padding: 20px;
}

.sidebar-helper .sidebar-body--item:not(:last-child) {
    border-bottom: 1px solid #DDD;
}

.sidebar-helper .sidebar-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 40px;
}

.video-wrapper {
    width: 100%;
    height: 215px;
    position: relative;
    border-radius: 10px;
    overflow: hidden;
}

.video-wrapper video {
    width: 100%;
    height: 100%;
}

.play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 360px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(255, 255, 255, 0.30);
    backdrop-filter: blur(10px);
    width: 78px;
    height: 78px;
}

.color-gray-2 {
    color: #5D677E;
}


.accordion-btn {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    font-size: 14px;
    font-weight: 600;
    width: 100%;
    padding: 8px 0;
    text-align: left;
}

.accordion .accordion-btn .ico,
.accordion .accordion-arrow {
    transform: rotate(0deg);
    transition: 0.2s;
}

.active-accordion .accordion-btn .ico,
.active-accordion .accordion-arrow,
.active .accordion-arrow {
    transform: rotate(180deg);
}

.accordion-body {
    padding: 10px 0;
    color: #000;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 21px;
}

.btn--shadow {
    /* background-color: var(--white); */
    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.16);
}

.dropdrown-hover {
    border-bottom: 1px dashed currentColor;
    padding-bottom: 4px;
    cursor: pointer;
}

.dropdrown-hover:hover {
    border-bottom: 1px dashed transparent;
}


.sidebar-4 .sidebar-2__item {
    margin-bottom: 8px;
}

.sidebar-4 .sidebar-2__link .sidebar-2__link-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #5D677E;
}

.sidebar-4 .sidebar-2__link.active .sidebar-2__link-icon,
.sidebar-4 .sidebar-2__link:hover .sidebar-2__link-icon {
    color: #336BB3;
}

.sidebar-4 .sidebar-2__link {
    display: flex;
    align-items: center;
    padding: 8px 12px;
    border-radius: 4px;
}

.sidebar-4 .sidebar-2__link.active,
.sidebar-4 .sidebar-2__link:hover {
    background: #F0F5F9;
}

.sidebar-4 .sidebar-2__link.active .sidebar-2__link-text {
    font-weight: 500;
    font-size: 14px;
}

.sidebar-4 .sidebar-2__link .sidebar-2__link-text {
    color: #000;
    flex: auto;
}

.sidebar-4 .sidebar-2__pill {
    border-radius: 4px;
    padding: 4px 8px;
    color: var(--white);
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
}

.sidebar-2__pill.--primary {
    background-color: #336BB3;
}

.sidebar-2__pill.--gray {
    background-color: #8E98AF;
}

.sidebar-4 .sidebar-2__container {
    padding: 20px 24px;
    overflow-y: auto;
    overflow-x: hidden;
}

.sidebar-4 .sidebar-2__container:first-child {
    padding: 12px 24px;
}

.sidebar-4 .sidebar-2__link.disabled-link {
    background-color: rgba(255, 255, 255, 0.15);
    filter: blur(3px);
    pointer-events: none;
}

.tippy-box {
    color: inherit;
    background-color: transparent;
}

.property-tooltip {
    position: relative;
    border-radius: 8px;
    border: 1px solid #DDD;
    background: #FFF;
    box-shadow: 0px 1px 2px 0px rgba(91, 104, 113, 0.32), 0px 0px 1px 0px rgba(26, 32, 36, 0.32);
}

.property-tooltip .indicator {
    position: absolute;
    top: 10px;
    right: 10px;
}

.tippy-arrow {
    display: none;
}


.header__search-container,
.header__search {
    overflow: hidden;
    display: flex;
    align-items: center;
    transition: all 0.1s ease;
}

.header__search [data-search-toggle] {
    color: #516a78;
}

.open .header__search [data-search-toggle] {
    background-color: transparent;
    color: #516a78;
}

.header__search input {
    font-weight: normal;
    font-size: 15px;
    background-color: transparent;
    flex: auto;
}

.header__search input::placeholder {
    color: #516a78;
    opacity: 0.49;
}

.search-clue {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    background: #e7ebee;
    font-weight: normal;
    font-size: 12px;
    text-align: left;
    color: #516a78;
    padding: 3px 6px;
    white-space: nowrap;
    cursor: default;
}

.header__label {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 76px;
    min-height: 24px;
    border-radius: 4px;
    background-color: rgba(var(--color), 1);
    padding: 4px 6px;
    color: var(--white);
}

.header__actions {
    display: flex;
    align-items: center;
    margin-left: auto;
}

.header__actions>*:not(:last-child) {
    margin-right: 96px;
}

.btn--outline-gray {
    border: 1px solid #DDD;
    background-color: #FFF;
}

.checkbox {
    cursor: pointer;
    width: 100%;
    display: flex;
    align-items: center;
}

.checkbox .checkmark {
    display: flex;
    overflow: hidden;
    --size: 16px;
    width: var(--size);
    min-width: var(--size);
    height: var(--size);
    border-radius: 5px;
    border: 1px solid #D8D8DA;
    background-color: var(--white);
    cursor: pointer;
    position: relative;
}

.checkmark.checkmark-md {
    --size: 20px;
}

.checkbox .check-input:checked~.checkmark {
    border-color: #336BB3;
    background-color: #336BB3;
}

.checkbox .check-input:checked~.check-block .checkmark::after {
    opacity: 1;
}

.checkbox .check-input:checked~.checkmark::after {
    opacity: 1;
}

.checkbox .checkmark::after {
    content: "";
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    background: url("../img/checkmark.svg") no-repeat center center / 15px;
}

.checkbox .checkmark--all::after {
    background: url("../img/checkmark-all.svg") no-repeat center center / 15px;
}

.data-table-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    --footer-height: 45px;
    white-space: nowrap;
}

.data-table-container {
    position: relative;
    width: 100%;
    overflow: auto;
    padding-bottom: 15px;
    height: calc(100% - var(--footer-height));
}

.table-scroll-button {
    display: flex;
    position: absolute;
    top: 0;
    width: 100px;
    height: calc(100% - var(--footer-height));
    right: 0;
    z-index: 10;
    background: linear-gradient(93deg, rgba(0, 0, 0, 0.00) 2.79%, #000 903.45%);
    align-items: center;
    justify-content: center;
}

.table-scroll-button .ico {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    min-width: 30px;
}

.data-table-container table.dataTable.no-footer {
    border-bottom: none;
    width: 100%;
    background-color: var(--white);
    /* filter: drop-shadow(0px 1px 2px rgba(0, 0, 0, 0.16)); */
    background-color: var(--white);
    border-collapse: separate;
    -webkit-border-vertical-spacing: 4px;
    -webkit-border-horizontal-spacing: 0;
}

.data-table-container table.dataTable tbody tr {
    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.16);
}

.task-card .data-table-container table.dataTable tbody tr,
.task-card .data-table-container table.dataTable tbody tr td {
    border: 0;
    box-shadow: none;
}


.data-table-container table.dataTable tbody tr td {
    border-top: 1px solid rgba(221, 221, 221, 0.54);
    border-bottom: 1px solid rgba(221, 221, 221, 0.54);
}

.data-table-container table.dataTable tbody tr td:first-child {
    border-left: 1px solid rgba(221, 221, 221, 0.54);
}

.data-table-container table.dataTable tbody tr td:last-child {
    border-right: 1px solid rgba(221, 221, 221, 0.54);
}

.data-table-container table.dataTable.rounded-rows tbody tr {
    border-radius: 2px;
}

.data-table-container table.dataTable.rounded-rows tbody tr td:first-child {
    border-top-left-radius: 2px;
    border-bottom-left-radius: 2px;
}

.data-table-container table.dataTable.rounded-rows tbody tr td:last-child {
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
}

.data-table__footer {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
    font-weight: normal;
    font-size: 12px;
    color: #516a78;
    border: 1px solid rgba(0, 0, 0, 0);
    min-height: var(--footer-height);
    padding-top: 15px;
}

.data-table__footer>* {
    margin-right: 20px;
    margin-bottom: 10px;
}

.data-table-container table.dataTable tr td {
    font-weight: normal;
    font-size: 14px;
    color: #000;
    padding: 8px 12px;
    box-sizing: border-box;
}

.data-table-container table.dataTable tr:not(:last-child) td {
    /* border-bottom: 1px solid #ddd; */
}

.data-table-container table.dataTable tr.checked td {
    background-color: #f0f5f9;
}

.data-table-container table.dataTable tr td.highlighted {
    background-color: #FAFAFA;
}

.data-table-container table.dataTable tr.checked td.highlighted {
    background-color: #EBF0F4;
}

.data-table-container table.dataTable tr.disabled td {
    background-color: #F5F5F5;
    /* pointer-events: none; */
}

.data-table-container table.dataTable tr.disabled td>* {
    /* opacity: 0.5; */
}

.data-table-container table.dataTable tr th {
    font-weight: normal;
    font-size: 14px;
    color: #516a78;
    padding: 16px 12px;
    border-bottom: none;
    white-space: nowrap;
    background-color: var(--white);
}

.data-table-container table.dataTable thead {
    position: sticky;
    position: -webkit-sticky;
    position: -moz-sticky;
    position: -ms-sticky;
    position: -o-sticky;
    top: 0;
    z-index: 5;
}

.data-table__footer .dataTables_paginate {
    display: flex;
    align-items: center;
}

.data-table__footer .dataTables_paginate span {
    display: flex;
    align-items: center;
    margin-right: 3px;
}

.data-table__footer .paginate_button {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 16px;
    height: 16px;
    border-radius: 4px;
    background-color: transparent;
    font-weight: normal;
    font-size: 12px;
    letter-spacing: 0.1em;
    color: #516a78;
    cursor: pointer;
    transition: all 0.3s ease;
}

.data-table__footer .paginate_button:hover {
    background-color: rgba(101, 101, 101, 0.25);
}

.data-table__footer .paginate_button:not(:last-child) {
    margin-right: 3px;
}

.data-table__footer .paginate_button.current {
    background-color: #516a78;
    color: var(--white);
}

table.data-table.dataTable thead>tr>th.no-sort:before {
    content: none;
}

table.data-table.dataTable thead>tr>th.no-sort::after {
    content: none;
}

.data-table-wrapper div.dataTables_length .select2-container {
    margin-right: 10px;
}

.data-table-wrapper div.dataTables_length .select2-container,
.tab-select .select2-container,
.data-table-wrapper div.dataTables_length .selection,
.tab-select .selection,
.data-table-wrapper div.dataTables_length .select2-selection,
.tab-select .select2-selection {
    width: 70px !important;
    height: 24px !important;
    background-color: transparent;
}

.data-table-wrapper div.dataTables_length .select2-selection {
    display: flex;
    align-items: center;
    padding-left: 12px;
    padding-right: 30px;
    border-color: transparent;
    border-radius: 3px !important;
    border: 1px solid #516a78;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.02);
}

.tab-select .select2-selection {
    display: flex;
    align-items: center;
    padding-left: 0;
    padding-right: 20px;
    border-color: transparent;
}

.data-table-wrapper div.dataTables_length .select2-container--open .select2-selection__arrow::after {
    transform: rotate(180deg);
}

.data-table-wrapper div.dataTables_length .select2-selection__rendered {
    height: max-content;
    padding: 0 !important;
    color: #5D677E;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
}

.tab-select .select2-container--default .select2-selection--single .select2-selection__rendered {
    height: max-content;
    padding: 0 !important;
    font-weight: normal;
    /* color: #5D677E; */
    color: inherit;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    text-decoration-line: underline;
}

.data-table-wrapper div.dataTables_length .select2-selection__arrow,
.tab-select .select2-selection__arrow {
    height: 100% !important;
    top: 0 !important;
    right: 0 !important;
    margin-left: 12px;
    margin-right: 12px;
}

.tab-select .select2-selection__arrow {
    margin-right: 0;
}

.data-table-wrapper div.dataTables_length .select2-selection__arrow::after,
.tab-select .select2-selection__arrow::after {
    content: "";
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    background: url("../img/select-arrow.svg") no-repeat center center / 10px;
}

.data-table-wrapper div.dataTables_length .select2-selection__arrow b,
.tab-select .select2-selection__arrow b {
    display: none;
}

.select2-dropdown.select2-dropdown--above {
    transform: translateY(-10px);
}

.select-secondary-drop.select2-dropdown .select2-results__option {
    font-size: 12px !important;
    line-height: normal !important;
    color: #516a78 !important;
}

.img-32 {
    width: 32px;
    min-width: 32px;
    height: 32px;
}

.data-table-container table.dataTable tr.tr-secondary td {
    color: #5D677E;
}

.data-table-container table.dataTable tr.tr-checked td {
    background-color: #F0F5F9;
}

.data-table-container table.dataTable tr.tr-inactive td {
    background-color: #F0F5F9;
    color: #5D677E;
}

.tabs-view {
    display: flex;
    align-items: center;
    gap: 16px;
}

.tabs-view li a {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #5D677E;
}

.tabs-view li.active-tab a {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #336BB3;
}

@keyframes appears {
    0% {
        opacity: 0;
        visibility: 0;
        opacity: 0;
        visibility: 0;
    }

    100% {
        opacity: 1;
        visibility: 1;
    }
}

.tab {
    display: none !important;
}

.tab.active-tab {
    display: block !important;
    animation-name: appears;
    animation-duration: 0.3s;
    animation-timing-function: ease;
    animation-fill-mode: forwards;
}

.card-contact {
    border-radius: 12px;
    background-color: var(--white);
    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.16);
    overflow: hidden;
}

.card-contact .card-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #DDD;
    background-color: #F0F5F9;
    padding: 12px;
}

.card-contact .card-body {
    display: flex;
    flex-direction: column;
    gap: 12px;
    padding: 12px;
    align-items: start;
}

.card-contact .card-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-top: 1px solid #DDD;
    padding: 16px;
}

.gx-24 {
    --bs-gutter-x: 24px;
}

.card-attention {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 40px;
    background-color: #FFF5E3;
}

.chart-bars {
    display: flex;
    align-items: center;
    gap: 8px;
}

.chart-bar {
    height: 30px;
    border-radius: 3px;
}

.block-title {
    color: #516A78;
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.card-overview {
    display: flex;
    flex-direction: column;
    padding: 20px;
    border-radius: 12px;
    border: 1px solid rgba(221, 221, 221, 0.54);
    background-color: var(--white);
    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.16);
    gap: 16px;
}

.progress-title {
    color: #516A78;
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.card-logo {
    display: flex;
    align-items: center;
    color: #516A78;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.chart-bars-block+.chart-bars-block {
    border-left: 1px dashed #8E98AF;
    margin-left: 4px;
    padding-left: 4px;
}

.table-legend td {
    color: #333;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    padding: 6px 0;
    padding-right: 16px;
}

.section-aside {
    position: relative;
    /* border-top: 1px solid #DDD; */
    border-right: 1px solid #DDD;
    padding: 24px 20px;
    width: 350px;
    flex: 0 0 350px;
    z-index: 2;
    background-color: var(--white);
}

.section-aside--sticky {
    position: sticky;
    top: var(--header-fixed-padding);
    height: calc(100vh - var(--header-fixed-padding));
}

.section-aside.section-aside--secondary {
    padding: 0;
    padding-top: 80px;
}

.section-aside.section-aside--secondary .block {
    padding: 12px;
}

.section-aside .block {
    display: flex;
    flex-direction: column;
    padding-top: 20px;
    padding-bottom: 12px;
    border-bottom: 1px solid #DDD;
    gap: 12px;
}

.section-aside .title {
    color: #516A78;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.swiper.swiper-overview {
    overflow: visible;
}

.pill-success {
    background: rgba(11, 158, 16, 0.10);
    color: #0B9E10;
}

.dropdown__body.--transparent {
    background: transparent;
    box-shadow: none;
    overflow: visible;
}

.pill-orange {
    background-color: #F59E22;
    color: var(--white);
}

.label-2 {
    display: flex;
    color: #000;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
}

.scroll-block {
    overflow: auto;
}

.scroll-block,
.tab-nav,
.sidebar,
.sidebar,
.sidebar-right__nav,
.sidebar-right,
.scroll-row,
.scroll-row,
.aside__container,
.chat__body__wrapper {
    scrollbar-width: none;
}

/* width */
*::-webkit-scrollbar {
    width: 10px;
    height: 10px;
}

/* Track */
*::-webkit-scrollbar-track {
    background: #dedede;
    width: 4px;
    height: 4px;
    border: 3px solid transparent;
}

/* Handle */
*::-webkit-scrollbar-thumb {
    background: #a39f9f;
    width: 10px;
    height: 10px;
    border-radius: 10px;
}

/* Handle on hover */
*::-webkit-scrollbar-thumb:hover {
    background: #928e8e;
}



.scroll-row-wrapper {
    position: relative;
    overflow: hidden;
    width: 100%;
    flex: auto;
}

.scroll-row {
    position: relative;
    display: flex;
    align-items: center;
    overflow: auto;
    flex-wrap: nowrap;
    padding: 5px 0;
}

.scroll-row__col {
    flex: 0 0 fit-content;
}

.scroll-row__btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 40px;
    background-color: #f8fbfe;
    box-shadow: -1px 0px 3px rgba(0, 0, 0, 0.16);
    z-index: 1;
    transition: all 0.3s ease;
}

.scroll-row-wrapper::before,
.scroll-row-wrapper::after {
    content: "";
    top: 0;
    position: absolute;
    width: 130px;
    height: 100%;
    --gradient-direction: 90deg;
    background: linear-gradient(var(--gradient-direction),
            rgba(255, 255, 255, 0.07) 0%,
            #fff 100%);
    z-index: 1;
    transition: all 0.3s ease;
    pointer-events: none;
}

.scroll-row-wrapper::before {
    --gradient-direction: 270deg;
    left: 0;
    opacity: 0;
}

.scroll-row-wrapper::after {
    right: 0;
}


.scroll-row-wrapper {
    position: relative;
}

.scroll-row.--start~.scroll-row__btn--prev,
.scroll-row.--start::before {
    opacity: 0;
}

.scroll-row.--end~.scroll-row__btn--next,
.scroll-row.--end::after {
    opacity: 0;
}


.item-doc {
    display: flex;
    align-items: center;
    padding: 12px 16px;
    border-radius: 8px;
    background: var(--white);
    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.16);
}


.card-footer {
    border-top: 1px solid #ddd;
}

.card-body {
    padding: 20px;
    flex: auto;
}

.small-box-head {
    display: flex;
}

.small-box-text {
    flex: auto;
}

.small-box-actions {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    padding-left: 15px;
}

.small-box-name {
    font-weight: 500;
    font-size: 12px;
    color: #516a78;
    margin-bottom: 10px;
}

.color-primary-dark {
    color: #516a78;
}

.small-box-title {
    font-weight: 500;
    font-size: 24px;
    text-align: left;
    color: #000;
    margin-bottom: 10px;
    line-height: 120%;
}


.chart-wrapper {
    display: flex;
    align-items: center;
}

.doughnut-chart {
    width: 100px;
    height: 100px;
}

.chart-wrapper .legend {
    margin-right: 60px;
}

.legend__list .legend__item:not(:last-child) {
    margin-bottom: 20px;
}

.legend__item {
    cursor: pointer;
}

.legend__circle {
    display: block;
    width: 8px;
    height: 8px;
    min-width: 6;
    margin-right: 6px;
    border-radius: 100%;
}

.legend__label {
    display: flex;
    align-items: center;
    font-weight: 500;
    font-size: 12px;
    color: #516a78;
    margin-bottom: 4px;
}

.legend__value {
    font-weight: 500;
    font-size: 14px;
    color: #000;
}

.legend__total {
    display: flex;
    align-items: center;
    font-weight: 500;
    font-size: 16px;
    text-align: left;
    color: #000;
    white-space: nowrap;
}

.increase {
    font-weight: 500;
    font-size: 10px;
    color: #0b9e10;
}

.small-box-text {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.small-box-footer__date {
    font-weight: 500;
    color: #000;
    margin-right: 15px;
    line-height: normal;
}

.small-box-footer__day {
    font-size: 24px;
}

.small-box-footer__month {
    font-size: 12px;
}

.user-blok__text .user-blok__title:not(:last-child) {
    margin-bottom: 10px;
}

.card-header {
    flex-wrap: wrap;
    gap: 16px;
    padding: 20px;
    border-bottom: 1px solid #ddd;
}


.card-footer {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 12px;
    padding: 12px;
}

.small-box-footer {
    display: flex;
    align-items: center;
}

.small-box-footer .user-blok {
    flex: auto;
    overflow: hidden;
    margin-right: 10px;
}

.pill-primary {
    background: #2b53eb;
    color: white;
}

.pill img:first-child:not(:only-child) {
    margin-right: 10px;
}

.pill-success-2 {
    background-color: #3AC63A;
    color: var(--white);
}

.pill-success-3 {
    background-color: #0B9E10;
    color: var(--white);
}

.pill-warning-2 {
    background-color: #F9AC11;
    color: var(--white);
}


.status-trakck {
    background-color: #F8FAFB;
    border: 1px solid rgba(93, 103, 126, 0.17);
    border-radius: 10px;
}

.status-trakck__item:not(:last-child) {
    border-bottom: 1px solid rgba(93, 103, 126, 0.17);
}

.status-indicator {
    width: 10px;
    min-width: 10px;
    height: 10px;
    border-radius: 50%;
    display: block;
}

.status-group {
    display: flex;
    align-items: center;
    font-size: 14px;
    line-height: 14px;
    font-weight: 500;
    color: #516a78;
    white-space: nowrap;
}

.trakck-counter {
    display: flex;
    align-items: center;
    font-size: 16px;
    font-weight: bold;
    color: #000000;
    margin-bottom: 10px;
}

.status-trakck__item {
    display: flex;
    padding: 13px 15px;
}

.status-trakck__item-cell {
    flex: 0 0 33.33%;
    padding: 0 10px;
}

.trakck-counter-title {
    font-size: 14px;
    line-height: 14px;
    font-weight: 500;
    color: #516a78;
}

.users-list {
    display: flex;
    align-items: center;
}

.users-list>*:not(:first-child) {
    margin-left: -4px;
}

.users-list>* {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    min-width: 30px;
    border-radius: 360px;
    border: 1px solid var(--white);
}

.users-list .others {
    color: #333;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
    background-color: var(--Accent-Light-Grey, #F0F0F0);
    border: 1px solid rgba(221, 221, 221, 0.54);
}

.text-10 {
    font-size: 10px;
    line-height: 12px;
}


.sidebar__btn-back {
    display: flex;
    align-items: center;
    padding: 12px;
    font-weight: normal;
    font-size: 15px;
    color: rgb(0, 104, 182);
    border-radius: 4px;
    background-color: rgba(30, 117, 230, 0.10);
    margin: 0 auto;
}

.sidebar__btn-back .ico {
    background-color: rgba(0, 104, 182, 1);
    border-radius: 12px;
    border-radius: 5px;
    border: 1px solid rgba(221, 221, 221, 0.54);
}


.swiper-page-fractions {
    position: static;
    display: inline-block;
    width: auto;

}

.info-card-slide {
    width: 338px;
}

.swiper-page-warp .swiper-slide {
    height: auto;
}

.pagination-btn {
    width: 24px;
    height: 24px;
    min-width: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    border: 0.5px solid var(--Divider, rgba(221, 221, 221, 0.54));
    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.16);
}

.color-gray-3 {
    color: #516A78;
}

.accomplishments {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.accomplishments-list {
    overflow: auto;
    display: flex;
    gap: 16px;
    padding: 16px 12px;
    border-radius: 8px;
    background-color: #F0F5F9;
    width: 100%;
}

.accomplishments-item {
    flex: 0 0 276px;
    width: 276px;
}

.accomplishments-item__body {
    display: flex;
    flex-direction: column;
    gap: 12px;
}


.accomplishments-item__title {
    color: #516A78;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.accomplishments-item__head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 12px;
    border-bottom: 1px solid rgba(221, 221, 221, 0.54);
}

.accomplishments-item {
    border: 1px solid rgba(221, 221, 221, 0.54);
    border-radius: 8px;
}

.accomplishments-item__body {
    padding: 12px;
}

.accomplishments-monthly__item-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: transparent;
    padding: 8px 10px;
    border-radius: 20px;
    color: rgba(81, 106, 120, 0.75);
}

.accomplishments-monthly {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.accomplishments-monthly__item-btn.active {
    background-color: #f0f5f9;
    color: #000;
    font-weight: 600;
}

.counter-accomplishments-item__icon {
    display: flex;
    margin-right: 6px;
}

.accomplishments-monthly__item {
    margin-bottom: 10px;
    margin-right: 4px;
}

.counter-accomplishments-item {
    background-color: #dadfe3;
    border-radius: 12px;
    min-width: 32px;
    height: 24px;
    font-size: 12px;
    line-height: 12px;
    font-weight: 600;
    color: #000;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 4px 10px;
    margin-left: 10px;
}

.small-box-name.small-box-name--primary {
    color: #0168B6;
}


.table-wrapper {
    width: 100%;
    overflow: auto;
}

.table {
    width: 100%;
    white-space: nowrap;
}

.table.default {
    border-collapse: collapse;
    white-space: nowrap;
}

.table.default tbody tr td {
    font-size: 14px;
    color: #000;
}


.table.default tbody tr th {
    background-color: transparent;
    padding: 16px 12px;
    color: #516A78;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.table.default tbody tr td {
    /* border: 1px solid rgba(221, 221, 221, 0.54); */
    border-width: 1px 0 1px 0;
    background-color: var(--white);
    padding: 8px 12px;
}

.table.default tbody tr td:first-child {
    /* border: 1px solid rgba(221, 221, 221, 0.54); */
    border-radius: 8px 0 0 8px;
    border-right: 0;
}

.table.default tbody tr td:last-child {
    /* border: 1px solid rgba(221, 221, 221, 0.54); */
    border-radius: 0 8px 8px 0;
    border-left: 0;
}

.tr-gap {
    height: 4px;
}

.table.default tbody tr td:nth-child(2) {
    white-space: initial;
}

.timeline-wrapper {
    display: flex;
    flex-direction: column;
    gap: 16px;
    padding: 12px 16px;
    border-radius: 8px;
    background-color: #F0F5F9;
    width: 100%;
}

.timeline-item__btn {
    cursor: pointer;
}

.pill-danger-2 {
    background-color: #FF3030;
    color: var(--white);
}

.select-secondary-wrapper .select2-container--default .select2-selection--single {
    border: 0;
}

.select-secondary-wrapper .select2-container--default .select2-selection--single .select2-selection__rendered {
    font-size: 16px;
    color: #516A78;
}

.border-top {
    border-top: 1px solid #ddd;
}

.list-decimal li {
    list-style: decimal;
    list-style-position: inside;
}

.bg-primary-2 {
    background-color: #1E75E6;
}

.add-attachment-block {
    display: flex;
    border-top: 1px solid #ddd;
}

.add-attachment-body {
    flex: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 20px;
    border-left: 1px solid#ddd;
}

.add-attachment-inputs {
    display: flex;
    flex-direction: column;
    flex: 0 0 316px;
    padding-bottom: 22px;
}

.add-attachment-document-text {
    color: #5D677E;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
    max-width: 324px;
    width: 100%;
}

.drag-your-file {
    display: flex;
    align-items: center;
    padding: 15px 10px;
    background-color: #fff;
    border-radius: 10px;
    border: 1px dashed rgba(93, 103, 126, 0.53);
}


.tab-button.active,
.tabs.active .tab-button {
    background-color: #336BB3;
    box-shadow: 0px 1px 2px 0px rgba(91, 104, 113, 0.32), 0px 0px 1px 0px rgba(26, 32, 36, 0.32);
    position: relative;
    color: var(--white);
}

.tab-button.active::after,
.tabs.active .tab-button::after {
    content: '';
    width: 100%;
    position: absolute;
    bottom: -19px;
    left: 0;
    height: 2px;
    border-radius: 4px;
    background-color: #336BB3;
}


.tab-button.active .tab-arrow,
.tabs.active .tab-button .tab-arrow {
    transform: rotate(180deg);
    color: #fff;
}

.tab-button {
    display: flex;
    align-items: center;
    padding: 0 8px;
    background-color: #fff;
    border-radius: 4px;
    height: 32px;
    box-shadow: 0px 1px 2px 0px rgba(91, 104, 113, 0.32), 0px 0px 1px 0px rgba(26, 32, 36, 0.32);
    color: #5D677E;

}

.tab-arrow {
    display: flex;
    color: #404755;
}

.tab-nav.tab-nav--view-type li:not(:last-child) {
    margin-right: 12px;
}

.tab-nav.tab-nav--view-type li a {
    border-radius: 360px;
    background-color: transparent;
    color: #5D677E;
    box-shadow: none;
    fill: none;
}

.tab-nav.tab-nav--view-type li a {
    border-radius: 360px;
    background-color: transparent;
    color: #5D677E;
}

.tab-nav.tab-nav--view-type li.active-tab a {
    background-color: #E7EBEE !important;
    color: #000 !important;
}

.tab-nav.tab-nav--view-type li.active-tab a .ico {
    color: #336BB3;
}

.user-avatar--outline {
    border: 2px solid var(--white);
    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.16);
}

.btn--secondary-4 {
    background-color: #E7EBEE;
    color: rgba(93, 103, 126, 0.75);
}


:root {
    --slide-section-height: unset;
    --slide-section-position: 0px;
    --slide-section-header: 65px;
    --slide-section-closed-height: 145px;
    --slide-section-open-height: 610px;
    --slide-section-contant-height: calc(var(--slide-section-height) - var(--slide-section-closed-height));
}

.slide-section-fixed-bottom {
    padding-bottom: var(--slide-section-closed-height);
}

.slide-section {
    --height: calc(100vh - var(--header-fixed-padding));
    height: var(--slide-section-height, var(--slide-section-closed-height));
    position: fixed;
    bottom: calc(var(--slide-section-closed-height) - var(--height));
    top: calc(100vh - var(--slide-section-closed-height));
    z-index: 10;
    display: flex;
    flex-direction: column;
    transition: all 0.3s ease;
    width: 100%;
    left: 0 !important;
}

.slide-section .close-content {
    display: flex;
}

.slide-section .open-content {
    display: none;
}

.slide-section.open .close-content {
    display: none;
}

.slide-section.open .open-content {
    display: flex;
}

.slide-section__header {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 12px 130px 12px 20px;
    min-height: var(--slide-section-header);
    background-color: var(--white);
    border-top: 1px solid #DDD;

}

.slide-section__actions {
    position: absolute;
    top: calc(var(--slide-section-header) / 2);
    transform: translateY(-50%);
    right: 32px;


}

.slide-section .content {
    background-color: var(--white);
    flex: auto;
    /* max-height: calc(var(--slide-section-contant-height) - var(--slide-section-closed-height)); */
    /* height: 100%; */
}

/* .slide-section.ui-draggable-dragging .content {
    max-height: 100% !important;
    height: 100% !important;
} */

.slide-section-handle {
    display: flex;
    flex-direction: column;
    width: 100%;
    min-height: calc(var(--slide-section-closed-height) - var(--slide-section-header));
    /* pointer-events: none; */
    user-select: none;
    cursor: grab;
    transition: all 0.2s ease;
    opacity: 0;
    pointer-events: none;
}

.slide-section.open .slide-section-handle {
    opacity: 1;
    pointer-events: all;
}

.slide-section-handle__blur {
    flex: auto;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 13.56%, rgba(0, 0, 0, 0.90) 100%);
    width: 100%;
    opacity: 0.1;
}

.slide-section-handle__arrow {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 20px;
    border-top: 1px solid #DDD;
    background-color: #F0F5F9;
}

.slide-section.open .slide-section-toggler>* {
    transform: rotateX(180deg);
}


.step-widget {
    display: flex;
    align-items: flex-end;
    flex-wrap: wrap;
    width: 100%;
    margin-bottom: -8px;
}

.step-widget>* {
    margin-bottom: 8px;
}

.step-widget>*:not(:last-child) {
    margin-right: 15px;
}

.step-text {
    color: var(--defaultTextColor);
    font-weight: 500;
    font-size: 12px;
    letter-spacing: 0.02em;
}

.step-list {
    display: flex;
    flex-wrap: nowrap;
    flex: auto;
}

.step-list .step-list--item:not(:first-child) .step-text {
    right: 0;
    left: auto;
}

.step-list .step-list--item:not(:first-child) .step-point {
    right: 0;
}

.step-point {
    display: block;
    width: 10px;
    min-width: 10px;
    height: 10px;
    background-color: var(--white);
    border: 1px solid #fb3c3c;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 300px;
    z-index: 1;
}

.step-text {
    position: absolute;
    top: 0;
    left: 0;
}

.step-list--item {
    position: relative;
    width: 100%;
    display: block;
    padding-top: 30px;
}

.step-list--item.--success .step-point {
    border-color: #2abc1f;
}

.step-list--item.--success .step-content::after {
    background-color: #2abc1f;
}

.step-list--item.--success:not(:last-child, :first-child) .step-text {
    text-decoration: line-through;
}

.step-widget.--success-w .status-step::after {
    content: attr(data-time);
    color: #2abc1f;
}

.text-label {
    font-style: italic;
    font-size: 10px;
    letter-spacing: 0.02em;
    text-align: left;
    color: #7e8392;
    font-weight: 300;
}

.status-step {
    line-height: 0.5em;
}

.status-step::after {
    content: attr(data-risk);
    font-weight: 500;
    font-size: 12px;
    letter-spacing: 0.02em;
    color: #fb3c3c;
}

.step-content {
    position: relative;
    height: 4px;
    width: 100%;
}

.step-content::after {
    content: "";
    width: 100%;
    height: 100%;
    display: flex;
    position: absolute;
    background-color: #fb3c3c;
}

.step-list .step-list--item:first-child .step-content::after {
    border-top-left-radius: 2px;
    border-bottom-left-radius: 2px;
}

.step-list .step-list--item:last-child .step-content::after {
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
}

.progress-value--box {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 22px;
    height: 16px;
    border-radius: 3px;
    background: rgba(var(--color), 0.15);
    border: 1px solid rgba(var(--color), 1);
    font-weight: normal;
    font-size: 10px;
    text-align: left;
    color: rgba(var(--color), 1);
    margin-right: 5px;
    text-transform: uppercase;
}

.step-widget--secondary .step-text,
.step-widget--secondary {
    font-weight: normal;
    font-size: 10px;
    text-align: left;
    color: #516a78;
}

.step-widget--secondary .step-list--item {
    padding-top: 20px;
}

.step-widget--secondary.step-widget .step-list {
    margin-right: 1px;
}

.screen-height-section {
    height: calc(100vh - var(--header-fixed-padding));
    display: flex;
    flex-direction: column;
    flex: auto;
}

.slide-section .open-content {
    display: none;
}

.slide-section.open .close-content {
    display: none;
}

.slide-section.open .open-content {
    display: flex;
}


.task-card {
    background-color: var(--white);
    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.16);
    border-radius: 12px;
    overflow: hidden;
}

.task-card__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding-top: 12px;
    padding-bottom: 12px;
    background-color: #F0F5F9;
    cursor: pointer;

}

.task-card__header,
.task-card__footer,
.task-card__body {
    padding-left: 12px;
    padding-right: 12px;
}

.task-card__footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 20px;
    padding-bottom: 20px;
}

.pill-gray-blue {
    background-color: #5ab5d6;
    color: var(--white);
}

.task-card__desc {
    color: #5D677E;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;

}

.task-card__title {
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
}

.pill-gray-3 {
    background-color: #DEDFE2;
    color: #5D677E;
}

.pill--secondary {
    display: flex;
    min-height: 20px;
    padding: 0px 8px;
    justify-content: center;
    align-items: center;
    font-size: 12px;
    border-radius: 4px;
}

.task-list {
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.btn--md-3 {
    min-height: 32px;
    padding: 5px 16px;
}

.servises {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.servises-link {
    display: flex;
    align-items: center;
    min-width: 300px;
    padding: 12px 16px;
    gap: 10px;
    border-radius: 8px;
    border: 1px solid rgba(221, 221, 221, 0.54);
    background-color: var(--white);
    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.16);
}

.servises-link__icon {
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--white);
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
    border-radius: 4px;
    padding: 8px;
    min-height: 8px;
}

.servises-link__text {
    color: #000;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    flex: auto;
}

.servises-link__arrow {
    display: flex;
    align-items: center;
    justify-content: center;
}

.works-cards {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
}

.works-card {
    display: flex;
    align-items: center;
    border-radius: 4px;
    background-color: #E6F0F8;
    height: 32px;
    padding: 4px 8px;
    gap: 10px;
    flex: auto;
    justify-content: space-between;
}

.works-card__text {
    color: #000;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
}

.works-card__icon {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    background-color: #0168B6;
    color: #FFF;
    font-size: 8px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    display: flex;
    height: 100%;
    padding: 5px 10px 5px 11px;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
}


.rating-row {
    display: flex;
    align-items: center;
}

.rating-row .ico {
    color: #c6d7e5;
}

.rating-row .ico.active {
    color: #0068b6;
}

.accomplishment {
    display: flex;
    flex-direction: column;
    width: 100%;
    padding: 8px 0;
    border-radius: 4px;
    border: 1px solid rgba(221, 221, 221, 0.54);
    background-color: #F0F5F9;
    gap: 12px;
}

.accomplishment__header {
    display: flex;
    align-items: center;
    padding: 0 12px;
}

.accomplishment__header .ico {
    margin-right: 14px;
}

.accomplishment__title {
    color: #516A78;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
    margin-bottom: 4px;
}

.accomplishment__desc {
    font-size: 12px;
}

.accomplishment .link {
    font-size: 12px;
    text-decoration: underline;
    color: #0068b6;
}

.accomplishment__count {
    color: #000;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.accomplishment__footer {
    display: flex;
    align-items: center;
    padding: 0 12px;
}

.accomplishment__footer.--border {
    padding-top: 15px;
    border-top: 1px solid #dce6ee;
}

.accomplishment__footer .rating-row {
    margin-right: 12px;
}

.accomplishment__impact {
    display: flex;
    align-items: center;
    font-weight: 500;
    font-size: 10px;
}

.accomplishment__impact.--medium {
    color: #1e75e6;
}

.accomplishment__impact.--low {
    color: #716211;
}

.accomplishment__impact.--high {
    color: #ff5757;
}
