.wrapper {
    transition: padding .2s;
}

/* .dropdown {
    max-width: max-content;
    margin: 0 auto;
}  */
.modal__dialog--1668 {
    max-width: 1700px;
}
.modal__dialog--1112 {
    max-width: 1072px;
}
.dropdown__body { 
    display: none;
    position: fixed;
    align-items: flex-start;
    flex-direction: column;
    border-radius: 10px;
    background-color: var(--white);
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
    overflow: auto;
    margin-top: 15px;
    z-index: 9999;
    padding: 15px;
}

.dropdown__body.is-open {
    display: block;
}

.sidebar-fixed {
    padding-left: 575px;
}

.onboard-sidebar {
    background: #fff;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.08);
    width: 575px;
    position: fixed;
    height: calc(100% - var(--header-fixed-padding));
    left: 0;
    top: var(--header-fixed-padding);
    z-index: 30;
}

.onboard-sidebar__container {
    display: flex;
    flex-direction: column;
    height: 100%;
    padding: 40px 40px 0 40px;
    overflow: auto;
}

.onboard-sidebar__body {
    flex: auto;
    display: flex;
    flex-direction: column;
}

.onboard-sidebar__container::-webkit-scrollbar {
    width: 0;
    height: 0;
}

.onboard-sidebar__head {
    border-radius: 15px;
    background: rgba(252, 196, 50, 0.23);
    padding: 20px;
}

.progress-bar {
    width: 100%;
    height: 10px;
    border-radius: 50px;
    background-color: #fff;
}

.progress-bar span {
    display: block;
    height: 100%;
    background-color: #1a659e;
    border-radius: 50px;
}

.onboard-sidebar__preview {
    display: flex;
    align-items: center;
}

.image-verify {
    align-self: start;
    margin-top: 10px;
}

.onboard-sidebar__img {
    width: 100px;
    height: 100px;
    border-radius: 8px;
    background: #fff;
    flex: 0 0 100px;
    margin-right: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.16));
}

.onboard-sidebar__preview-content {
    flex: auto;
    overflow: hidden;
}

.sidebar-title {
    font-weight: 600;
    font-size: 24px;
    line-height: 29px;
    margin-bottom: 9px;
}

.sidebar-subtitle {
    font-size: 16px;
    line-height: 19px;
    max-width: 100%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.onboard-sidebar__body-item {
    padding: 40px 15px;
}

.onboard-sidebar__body-item+.onboard-sidebar__body-item {
    border-top: 1px solid #d0d5dd;
}

.onboard-sidebar-steps__content {
    flex: auto;
    padding-top: 5px;
    padding-left: 14px;
    padding-right: 14px;
    overflow: hidden;
}

.onboard-sidebar-steps__title {
    font-weight: 600;
    font-size: 23px;
    line-height: 24px;
    margin-bottom: 10px;
    max-width: 100%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.onboard-sidebar-steps__text {
    font-weight: normal;
    font-size: 14px;
    line-height: 24px;
    max-width: 100%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.onboard-sidebar-steps__action {
    display: none;
    flex: 0 0 20px;
}

.onboard-sidebar-steps {
    font-weight: normal;
    color: rgba(102, 112, 133, 0.5);
}

.onboard-sidebar-steps__item {
    display: flex; 
    align-items: flex-start;
}

.onboard-sidebar-steps__item+.onboard-sidebar-steps__item {
    margin-top: 35px;
}

.onboard-sidebar-steps__icon {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    flex: 0 0 32px;
    border: 3px solid rgba(172, 179, 193, 0.3);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 18px;
}

.onboard-sidebar-steps__item.success .onboard-sidebar-steps__icon {
    background-color: #4bae4f;
    background-image: url(../img/check-icon-white.svg);
    border-color: #4bae4f;
}

.onboard-sidebar-steps__item.success .onboard-sidebar-steps__action {
    display: flex;
}

.onboard-sidebar-steps__item.active .onboard-sidebar-steps__icon {
    border-color: #acb3c1;
}

.onboard-sidebar-steps__item.success,
.onboard-sidebar-steps__item.active {
    color: #333;
}

.user-block {
    display: flex;
    align-items: center;
}

.user-block__img {
    width: 40px;
    height: 40px;
    flex: 0 0 40px;
    border-radius: 300px;
    overflow: hidden;
    display: flex;
    margin-right: 8px;
}

.user-block__img img {
    width: 100%;
}

.user-block__name {
    font-weight: normal;
    font-size: 16px;
    line-height: 19px;
    margin-bottom: 5px;
}

.user-block__prof {
    font-weight: normal;
    font-size: 12px;
    line-height: 15px;
}

.sidebar-btn {
    display: none;
}

.thank-you-page {
    display: flex;
    flex-direction: column;
}

.referens {
    display: flex;
    flex-direction: column;
    align-items: center;
    /* max-width: 262px;
    width: 100%; */
    padding: 8px 60px;
    border-radius: 37.5px;
    background: #f5feff;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.08);
    font-size: 14px;
    line-height: 30px;
    margin-left: auto;
    margin-right: auto;
}

.referens__number {
    font-size: 23px;
    color: #326AB2;
    position: relative;
    font-weight: 700;
}

.referens__number .btn {
    padding: 5px;
    position: absolute;
    top: 0px;
    right: -42px;
}

.card-white-shadow {
    border-radius: 16px;
    background: #fff;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.08);
    overflow: hidden;
    max-width: 726px;
    margin-left: auto;
    margin-right: auto; 
    width: 100%;
}

.next-actions {
    padding: 45px;
}

.next-actions__list li {
    display: flex;
    align-items: center;

}

.next-actions__list li>img {
    align-self: flex-start;
    margin-right: 30px;
}

.next-actions__list li+li {
    margin-top: 50px;
}

.next-actions__list-content {
    font-weight: normal;
    font-size: 18px;
    line-height: 24px;
}

.next-actions__list-title {
    font-weight: 600;
    font-size: 24px;
    line-height: 24px;
    margin-bottom: 8px;
}

.thank-you-contact {
    padding: 24px 20px 44px 187px;
    border-radius: 0px 0px 16px 16px;
    background: #effcff;
    border-top: 1px solid rgba(93, 103, 126, 0.18);
    background-position: left bottom;
    background-repeat: no-repeat;
}

.color-secondary-77 {
    color: rgba(51, 51, 51, 0.77);
}

.container-1470 {
    max-width: 1500px;
}

.table-heading {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.table-heading-title {
    font-weight: 600;
    font-size: 32px;
}

.search-form {
    display: flex;
    align-items: center;
    border-radius: 5px;
    background: #fff;
    border: 1px solid #e9edf9;
}

.table-heading>* {
    margin-bottom: 20px;
}

.search-form .input {
    padding: 14px;
    font-size: 15px;
    letter-spacing: 0.02em;
    border: 0;
}

.search-form .btn {
    align-self: stretch;
    padding-right: 18px;
}

.table {
    border-collapse: collapse;
    width: 100%;
}

.table th {
    text-align: left;
    font-weight: normal;
    font-size: 15px;
    letter-spacing: 0.02em;
    color: #090909;
    white-space: nowrap;
    padding: 16px 12px;
}

.sortable {
    cursor: pointer;
}

.sortable>span {
    position: relative;
    padding-right: 10px;
}

.sortable>span::after,
.sortable>span::before {
    content: '';
    width: 7px;
    height: 3px;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    right: 0;
}
 
.sortable>span::after {
    top: 3px;
    background-image: url(../img/caret-up.svg);

}

.sortable>span::before {
    bottom: 3px;
    background-image: url(../img/caret-down.svg);
}

.white-td {
    border-radius: 16px 16px 0 0;
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.16);
}

.gray-td {
    border-radius: 0 0 16px 16px;
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.16);
}

.white-td td {
    padding: 10px 12px;
    background: #fff;
    font-size: 15px;
    letter-spacing: 0.02em;
    text-align: left;
    color: #090909;
    white-space: nowrap;
}

.white-td td:first-child {
    border-top-left-radius: 16px;
}

.white-td td:last-child {
    border-top-right-radius: 16px;
}

.gray-td td:first-child {
    border-bottom-left-radius: 16px;
}

.gray-td td:last-child {
    border-bottom-right-radius: 16px;
}

.gray-td td {
    background: #f7f8f9;
    font-size: 15px;
    letter-spacing: 0.02em;
    text-align: left;
    color: #090909;
    padding: 12px 26px;
    white-space: nowrap;
}

.company-table-title {
    font-weight: bold;
    font-size: 14px;
    letter-spacing: 0.02em;
    text-align: left;
    color: #090909;
    max-width: 160px;
    min-width: 160px;
    white-space: normal;
}

.pill {
    font-size: 12px;
    line-height: 24px;
    padding: 4px 10px;
    border-radius: 4px;
}

.pill-status {
    display: flex;
    font-size: 14px;
    line-height: 16px;
    text-align: center;
    letter-spacing: 0.02em;
    border-radius: 4px;
    padding: 6px 15px;
    justify-content: center;
    align-items: center;
}

.pill-status-warning {
    color: #e36c0a;
    background: rgba(227, 108, 10, 0.1);
    border: 1px solid #e36c0a;
}

.pill-status-success {
    color: #10c01c;
    background: rgba(16, 192, 28, 0.1);
    border: 1px solid #10c01c;
}

.pill-status-primary {
    color: #3fa5ff;
    background: rgba(63, 165, 255, 0.1);
    border: 1px solid #3fa5ff;

}

.pill-gray {
    color: #000;
    background: rgba(93, 103, 126, 0.20);
}

.btn-table {
    width: 20px;
    height: 20px;
}

.btn-info-status {
    position: relative;
}

.btn-info-status:after {
    content: '';
    display: block;
    width: 10px;
    height: 10px;
    background: #f54e4e;
    position: absolute;
    border-radius: 50%;
    top: -2px;
    right: -2px;
}

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

.steps-status-list li {
    display: flex;
    align-items: center;
    margin-right: 26px;
    font-weight: normal;
    font-size: 14px;
    text-align: left;
    color: #666;
}

.steps-status-list-icon { 
    display: flex;
    align-items: center;
    justify-content: center;
    width: 14px;
    height: 14px;
    flex: 0 0 14px;
    background: rgba(102, 102, 102, 0.17);
    color: white;
    border-radius: 50%;

}

.success .steps-status-list-icon {
    background: #10c01c;
}

.steps-status-list-text {
    padding: 0 8px;
}

.table-responsive {
    overflow: auto;
    padding: 5px;
    margin: -5px;
}

.steps-status-list .success-danger {
    color: #ff4f01;
}


.modal__dialog--654 {
    max-width: 694px;
}

.modal-body-title {
    font-weight: bold;
    font-size: 20px;
}

.select2-container .select2-selection--single {
    height: 40px;
}

.select2-container--default .select2-selection--single {
    border: 1px solid rgba(93, 103, 126, 0.53);
    border-radius: 0;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 38px;
    color: #333;
    padding-right: 30px;
    font-size: 12px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: calc(100% - 2px);
    width: 30px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    border: 0;
    width: 16px;
    height: 9px;
    background-image: url('data:image/svg+xml,<svg width="17" height="16" viewBox="0 0 17 16" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M15.8359 5L9.34334 11L2.83594 5" stroke="%235D677E" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    margin-top: -4.5px;
    margin-left: -8px;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    transform: rotate(180deg);
}

.air-datepicker-global-container {
    z-index: 400;
}

.input-date {
    background-image: url(../img/data-icon.svg);
    background-position: center right 10px;
    background-repeat: no-repeat;
}

.sidebar-right {
    position: fixed;
    top: 0;
    right: 0;
    width: 60px;
    padding-top: 80px;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    background: #fcfcfc;
    filter: drop-shadow(-1px 0px 0px rgba(0, 0, 0, 0.1));
    overflow-y: auto;
    height: 100%;
    z-index: 20;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.sidebar-right::-webkit-scrollbar {
    width: 0;
    height: 0;
}

.line-hr {
    border: 0;
    border-top: 1px solid #ddd;
    width: 100%;
}

.btn-darck-shadow {
    background: #000;
    filter: drop-shadow(0px 2px 3px rgba(0, 0, 0, 0.2));
}

.sidebar-rigth-fixed {
    padding-right: 60px;
}

.container-full {
    max-width: none;
    padding-left: 40px;
    padding-right: 40px;
}

.sidebar-right .btn {
    width: 36px;
    min-height: 36px;
    position: relative;
}

.info-point {
    display: block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    position: absolute;
    top: -5px;
    right: -5px;
}

.info-point.success {
    background: #5fc85f;
    filter: drop-shadow(0px 1px 3px rgba(0, 0, 0, 0.16));
}

.info-point.danger {
    background: #ff4530;
    filter: drop-shadow(0px 1px 3px rgba(0, 0, 0, 0.16));
}

.dashboard-header__title { 
    display: flex;
    align-items: center;
}

.dashboard-header__title h4 {
    font-family: var(--muli);
    font-weight: bold;
    font-size: 20px;
    color: #000;
    margin-right: 6px;
    margin-bottom: 6px;
}

.dashboard-header .header-drop-btn {
    padding: 0;
    box-shadow: none;
}


.dashboard-header .header__body {
    min-height: 72px;
    padding: 16px 0;
}

.sidebar-dashboard-fixed {
    padding-left: 285px;
}

.filter-buttons {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.table-heading .filter-buttons {
    margin-bottom: 0 !important;
}

.filter-buttons .btn {
    font-family: var(--roboto);
    padding: 10px 10px 10px 20px;
    border-radius: 10px;
    background: #fff;
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.16);
    font-weight: normal;
    font-size: 15px;
    color: #516a78;
    margin-right: 20px;
    margin-bottom: 20px;
}

.filter-buttons .btn.active,
.filter-buttons .btn:hover {
    color: white;
    background: #326ab2;
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.16);
}

.filter-count {
    display: block;
    padding: 2px 6px;
    border-radius: 5px;
    background: #f0f0f0;
    font-weight: normal;
    font-size: 12px;
    text-align: left;
    color: #666;
    margin-left: 10px;
    transition: .2s;
}

.filter-buttons .btn.active .filter-count,
.filter-buttons .btn:hover .filter-count {
    background: rgba(255, 255, 255, 0.15);
    color: white;
}

.dashboard-header .container {
    padding: 0 32px 0 20px;
}

.sidebar {
    top: var(--header-fixed-padding);
    left: calc(var(--sidebar-width) * -1);
    width: var(--sidebar-width);
    position: fixed;
    transition: .2s;
    height: calc(100vh - var(--header-fixed-padding));
    overflow: auto;
    border-right: 1px solid rgba(101, 101, 101, 0.25);
    background-color: var(--white);
    z-index: 49;
}

.sidebar-open .sidebar {
    left: 0;
}

.sidebar__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 30px;
    margin-bottom: 20px;
}

.sidebar__container {
    padding: 15px 0;
}

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

.sidebar__group.sidebar__group--main {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 20px 20px 50px;
}

.sidebar__group .title {
    font-weight: 500;
    font-size: 12px;
    color: #87909e;
    padding: 20px 32px;
    cursor: pointer;
    width: 100%;
    text-transform: uppercase;
}

.sidebar__group.transition .title {
    user-select: none;
    pointer-events: none;
}

.sidebar__list {
    width: 100%;
    padding-bottom: 20px;
    padding-left: 32px;
    padding-right: 32px;
}

.sidebar__list li+li {
    margin-top: 10px;
}

.sidebar__link {
    display: flex;
    align-items: center;
    font-weight: normal;
    font-size: 14px;
    transition: all 0.3s ease;
    min-height: 30px;
    padding: 8px 12px;
    width: 100%;
    border-radius: 4px;
}

.sidebar__link .ico {
    color: #516a78;
    margin-right: 13px;
}

.sidebar .sidebar-2__pill {
    border-radius: 4px;
    background: #8E98AF;
    color: white;
}

.sidebar__link .info {
    flex: auto;
}

.sidebar__link.active,
.sidebar__link:hover {
    background-color: #f0f5f9;
}

.sidebar__link.active .ico,
.sidebar__link:hover .ico {
    color: #326ab2;
}

.sidebar__image {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100px;
    height: 100px;
    border-radius: 4px;
    font-weight: bold;
    font-size: 39px;
    text-align: center;
    padding: 10px;
    overflow: hidden;
}

.sidebar__image .text {
    color: #fff;
}

.sidebar__image.sidebar__image--2 {
    background-color: rgba(var(--color), 0.1);
    padding: 0;
    color: rgb(var(--color));
}

.sidebar__image.sidebar__image--2 .ico {
    margin: 10px;
}

.sidebar__image.sidebar__image--2 .text {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 35px;
    width: 100%;
    border-radius: 4px;
    margin-top: auto;
    font-size: 16px;
    background-color: rgba(var(--color), 1);
}

.sidebar__image img {
    width: 100%;
    height: 100%; 
}

.sidebar__title {
    font-weight: 500;
    font-size: 20px;
    line-height: 29px;
    text-align: center;
    color: #333;
}

.sidebar__title.sidebar__title--2 {
    font-size: 16px;
    line-height: 24px;
}

@supports (text-wrap: balance) {
    .sidebar__title {
        text-wrap: balance;
    }
} 

.sidebar__desc {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
    font-size: 14px;
    line-height: 19px;
    color: #333;
    white-space: nowrap;
    width: 100%;
}

.sidebar__desc .info {
    text-overflow: ellipsis;
    overflow: hidden;
}

.sidebar__btn-back {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 10px;
    font-weight: normal;
    font-size: 15px;
    width: 100%;
    border-radius: 12px;
    background-color: rgba(var(--color), 0.1);
    color: rgb(var(--color)); 
}

.sidebar__btn-back .ico {
    background-color: rgba(var(--color), 1);
    border-radius: 12px;
}

.sidebar__group--nav {
    padding: 10px 20px;
}
.pagination-head::-webkit-scrollbar{
    display: none;
}
.pagination-head {
    display: flex;
    /*flex-wrap: wrap;*/
    justify-content: space-between;
    padding: 10px 32px 10px 20px;
    align-items: center;
    gap: 24px;
    flex-shrink: 0;
    /* background: #fff; */
    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.16);
    z-index: 2;

    overflow-x: auto;
    white-space: nowrap;
}

.form-search .input {
    background-image: url('data:image/svg+xml,<svg width="19" height="18" viewBox="0 0 19 18" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M15.3939 8.11147C15.3939 9.51803 14.9769 10.893 14.1954 12.0625C13.414 13.232 12.3034 14.1435 11.0039 14.6817C9.70451 15.2199 8.27466 15.3607 6.89523 15.0862C5.51579 14.8117 4.24873 14.1343 3.25427 13.1397C2.25982 12.145 1.58265 10.8778 1.30838 9.49819C1.03412 8.11863 1.1751 6.68872 1.71348 5.38929C2.25186 4.08986 3.16347 2.97927 4.33301 2.19798C5.50255 1.41669 6.8775 0.999789 8.28398 1C10.1698 1.00028 11.9782 1.74965 13.3115 3.08328C14.6449 4.41691 15.3939 6.22557 15.3939 8.11147Z" stroke="%23516A78" stroke-opacity="0.75" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/><path d="M17.1711 17L13.3047 13.1333" stroke="%23516A78" stroke-opacity="0.75" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>');
    background-size: 16px;
    background-repeat: no-repeat;
    background-position: center left 12px;
    color: var(--Grey-Text-75, rgba(81, 106, 120, 0.75));
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
    padding-left: 36px; 
    min-height: 40px;
}

.hr-vertical {
    border: 0; 
    height: 100%;
    min-height: 32px;
    border-left: 1px solid rgba(221, 221, 221, 0.54);
}

.pagination-head__item {
    display: flex; 
    align-items: center;
    flex-wrap: wrap; 
    gap: 16px;  
}

.select-border-style-round .select2-container--default .select2-selection--single{
    border-radius: 8px;
    border: 1px solid var(--Divider, rgba(221, 221, 221, 0.54));
    background: var(--White, #FFF);
}

.select-border-style-round .select2-container--default .select2-selection--single .select2-selection__rendered {
    font-size: 15px;
}

.btn--primary.disabled {
    background: #CBCBCB;
    color: white;
    border-color: transparent;
    pointer-events: none;
    opacity: 1;
}

.step__item.active:first-child + .step__item .step__icon::before {
    background-color: #10C01C;
}

.steps__list--center .step-data> .pill { 
    margin-left: auto;
    margin-right: auto;
    line-height: 16px;
}
.info-sidebar {
    position: fixed;
    width: 464px;
    height: calc(100% - 134px);
    top: 134px;
    right: 0;
    border-top: 1px solid #DDD;
    background-color: #F0F5F9;
    box-shadow: 0px 1px 2px 0px rgba(91, 104, 113, 0.32), 0px 0px 1px 0px rgba(26, 32, 36, 0.32);
}
.info-sidebar .wsb-heading {
    background-color: #F0F5F9;
    padding: 0 16px;
}
.info-sidebar-item {
    padding: 20px;
    border-bottom: 1px solid #DDD;
}

.info-sidebar-item__body {
    border-radius: 12px;
    background: #FFF;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.16);
    overflow: hidden;
}

.info-sidebar-item__content {
    padding: 20px;
    height: 172px;
    overflow: auto;
    color: #000;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;    
}
.info-sidebar-item__footer,
.wsb-footer {
    padding: 14px 20px;
    display: flex;
    justify-content: flex-end;
    border-top: 1px solid #DDD;
    gap: 20px;
}
.wsb-footer {
    position: sticky;
    bottom: 0;
    background-color:#F0F5F9;
}
.info-sidebar-item__content ul {
    padding-left: 30px;
}
.info-sidebar-item__content li,
.info-sidebar-item__content ul {
    list-style: revert;
}

.info-sidebar-title {
    display: flex;
    align-items: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    gap: 12px;
}

.info-sidebar-btn {
    display: none;
    position: absolute;
    left: -40px;
    top: -1px;
    width: 40px;
    height: 53px;
    transform: rotate(180deg);
    background-color: #F0F5F9;
    border: 1px solid #bebfc1;
}

.contact-page-content {
    overflow: auto;
    max-height: calc(100vh - 135px);
}

.info-sidebar-gutter {
    padding-right: 464px;
}






/* pupop backlog */

.modal-backlog .modal__header {
    padding: 20px 40px;
    border-bottom: 1px solid #ddd;
}

.modal__header-title {
    font-weight: bold;
    font-size: 20px;
    color: #000;
    margin-right: 25px;
}

.modal-backlog .modal__body {
    padding: 0;
    justify-content: flex-start;
    overflow: hidden;
    flex-direction: column;
}

.modal-asides {
    display: flex;
    overflow: hidden;
}

.modal-asides > .modal-aside{
    display: flex;
    flex-direction: column;
    flex: 1;
    overflow: auto;
    /* height: 100%; */
}
.modal-asides > .modal-aside:not(:last-child){
    border-right: 1px solid #ddd;
}

.modal-aside > .modal-aside-item:not(:last-child){
    border-bottom: 1px solid #ddd;
}
.modal-aside-item{
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
    flex-direction: column;
}
.c-link {
    color: #0072bc;
}
.text-2 {
    font-size: 12px;
    font-weight: normal;
}
.c-text {
    color: rgba(23, 34, 67, 0.69);
}
.options{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: -10px;
}
.options > .option{
    display: flex;
    margin-bottom: 10px;
}
.options > .option:not(:last-child){
    margin-right: 10px;
}
.search-box.search-box-2 .search-box--header,
.search-box.search-box-2 .search-box--body{
    padding-left: 0;
    padding-right: 0;
}

.def-custom-list li{
    margin-bottom: 0 !important;
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #ddd;
}
.def-custom-list li:last-child{
    border-bottom: none;
}
.def-custom-list li .check-block{
    margin-top: -10px;
    margin-bottom: -10px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 5px;
    padding-right: 5px;
}
.check-block{
    display: flex;
    align-items: center;
    width: 100%;
}
.check-input:checked ~ .check-block{
    background: #f0f5f9;
}
.check-input:checked ~ .check-block .check-block--arrow{
    display: flex;
    flex: 0 0 10px;
}
.check-block--arrow{
    display: none;
}
.modal-backlog .modal__content {
    min-height: 500px;
    max-height: calc(100vh - 120px);
}

.check-text{
    cursor:pointer;
    width:100%;
    display: flex;
    align-items: center;
}
.check.check-sm{
    max-width: 16px;
    min-width: 16px;
    height: 16px;
    background-color: var(--white);
    border-color: #707070;
    border-radius: 3px;
}
.check.check-sm::after{
    background: url("../img/ico-check.svg") no-repeat center center / 10px;
}

.check-input:checked ~ .check.check-sm{
    border-color: #0068b6;
    background-color: #0068b6;
}


.check.check-md{
    max-width: 20px;
    min-width: 20px;
    height: 20px;
    background-color: var(--white);
    border-color: #707070;
    border-radius: 3px;
}
.check.check-md::after{
    background: url("../img/ico-check.svg") no-repeat center center / 14px;
}

.check-input:checked ~ .check.check-md{
    border-color: #0068b6;
    background-color: #0068b6;
}
.check-input:checked ~ .check-block .check.check-md{
    border-color: #0068b6;
    background-color: #0068b6;
}


.check{
    overflow: hidden;
    max-width: 24px;
    min-width: 24px;
    height: 24px;
    background: #ececec;
    border: 1px solid #ececec;
    cursor: pointer;
    position: relative;
}
.check-input:checked ~ .check{
    border-color: #0068b6;
    background-color: #0068b6;
}
.check-input:checked ~ .check-block .check::after{
    opacity: 1;
}
.check-input:checked ~ .check::after{
    opacity: 1;
}
.check::after{
    content: "";
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    background: url("../img/ico-check.svg") no-repeat center center / 15px;
}
.text-1{
    font-size: 14px;
    font-weight: normal;
}
.check-block > .text-1 {
    overflow: hidden;
    text-overflow: ellipsis;
}
.check-block {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.sidebar-right-search {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    min-height: 36px;
    border: 1px solid #ddd;
    padding: 0 16px;
}
.sidebar-right-search.search-st2 {
    border-radius: 5px;
    padding: 0 12px;
    overflow: hidden;
}
.sidebar-right-search input {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: transparent;
    font-weight: 500;
    font-size: 12px;
    padding: 0 46px;
}

.sidebar-right-search.search-st2 input {
    font-weight: normal;
    font-size: 15px;
    padding-left: 40px;
    padding-right: 20px;
}
.c-text-2 {
    color: #333;
}
.search-box .search-box--header + * {
    padding-top: 15px;
}
.ico-status {
    min-width: 10px;
    min-height: 10px;
    max-width: 10px;
    border-radius: 3px;
}
.ico-status-1 {
    background-color: #8f27ae;
}
.ico-status-2{
    background-color: #49b757;
}
.checklist-dropdown-btn {
    padding: 8px 12px;
    min-height: 36px;
    justify-content: space-between;
    border-radius: 8px;
    border: 1px solid var(--Border-and-Divider, #DDD);
    background: var(--White, #FFF);
    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.04);
}
.dropdown-criteria__title {
    font-weight: 500;
    font-size: 12px;
    color: #516a78;
    display: block;
    text-transform: uppercase;
    padding: 9px 12px 11px;
    width: 100%;
}
.btn-lg-2 {
    padding: 15px 20px;
}
.btn--primary-light {
    background: #f0f5f9;
}
.dropdown__body .btn {
    white-space: nowrap;
}
.dropdown__body a {
    font-weight: 500;
    font-size: 12px;
    text-align: left;
    color: #2a2e34;
}
.dropdown__body a:not(:last-child) {
    margin-bottom: 10px;
}

.dropdown-criteria__list {
    width: 100%;
}

.dropdown-criteria__list li {
    padding: 12px 20px;
    cursor: pointer;
}
.custom-radio__label {
    display: flex;
    flex-direction: column;
    font-size: 14px;
    line-height: 16px;
    padding-left: 10px;
}
.custom-radio__label-text {
    display: block;
    font-size: 12px;
    line-height: 15px;
    color: #404755;
}

.select-group-wrap .input-custom {
    border: 0;
    border-radius: 0;
}

.modal__dialog--1568 {
    max-width: 1608px;
}

.range {
    display: flex;
    flex-direction: column;
}


.range {
    display: flex;
    flex-direction: column;
}
.range-slider.noUi-target {
    height: 8px;
}
.range-slider {
    display: flex;
    flex-direction: column;
    background-color: #d0d5dd;
    border-color: transparent;
    box-shadow: none;
}
.range-slider.noUi-target .noUi-connect {
    background-color: #1674d2;
}
.range-slider.noUi-target .noUi-origin {
    height: 100%;
}

.range-slider--styler2.noUi-target .noUi-handle {
    border: 1px solid #1674d2 !important;
    overflow: hidden !important;
    background-color: transparent !important;
}

.range-slider.noUi-target .noUi-handle {
    box-shadow: none;
    width: 24px;
    height: 24px;
    background: var(--white);
    border: 1px solid #1674d2;
    filter: drop-shadow(0px 2px 8px rgba(16, 24, 40, 0.06));
    border-radius: 300px;
    top: 50%;
    transform: translateY(-50%);
}
.range-slider.noUi-target .noUi-handle::before, .range-slider.noUi-target .noUi-handle::after {
    display: none;
}
.range-slider--styler2.noUi-target .noUi-handle::before {
    content: "";
    width: 50%;
    height: 50%;
    display: block;
    position: absolute;
    background-color: var(--primary);
    border-radius: 50%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.range-slider--styler2.noUi-target .noUi-handle::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    display: block;
    background-color: rgba(26, 101, 158, 0.3);
    top: 0;
    left: 0;
}

.range-labels {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.range-label2 {
    font-size: 14px;
    line-height: 24px;
    font-weight: 500;
    color: #667085;
}
.form-group--flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.progress-wrapper {
    --color: 58, 198, 58;
    width: 100%;
    max-width: 155px;
    display: flex;
    align-items: center;
}

.progress-wrapper .progress {
    position: relative;
    width: 100%;
    height: 4px;
    border-radius: 3px;
    background-color: #E7EBEE;
}
.progress-wrapper .progress span {
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 4px;
    border-radius: 3px;
    background-color: rgba(var(--color), 1);
}
.progress-wrapper .progress-value {
    display: flex;
    font-weight: normal;
    font-size: 14px;
    color: #5d677e;
}

.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;
    padding-left: 8px;
    padding-right: 8px;
}