.dropdown {
    max-width: max-content;
    margin: 0 auto;
}
.dropdown__body {
    display: none;
    position: fixed;
    background-color: white;
    box-shadow: 0px 11px 20px rgba(0, 0, 0, .2);
    overflow: auto;
    margin-top: 15px;
    z-index: 9999;
}

.fullscreen-page .section .scroll-block {
    padding: 40px 0;
}
.dropdown__body.is-open {
    display: block;
    white-space: nowrap;
}
.container-80{
    padding-left: 80px;
    padding-right: 80px;
}

.gx-16 {
    --bs-gutter-x: 16px;
}
.sidebar-fixed {
    padding-left: 430px;
}
.onboard-sidebar {
    background: #fff;
    /*box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.08);*/
    width: 430px;
    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: 30px 30px 0 30px;
    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: 12px;
    background: rgba(252, 196, 50, 0.23);
    padding: 12px 16px;
}
.fullscreen-page .section {
    padding-top: 0px;
  }
  .gy-20 {
    --bs-gutter-y: 20px;
  }
.progress-bar {
    width: 100%;
    height: 7px;
    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;
}
.onboard-sidebar__img {
    width: 60px;
    height: 60px;
    border-radius: 8px;
    background: #fff;
    flex: 0 0 60px;
    margin-right: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    box-shadow: 0px 1px 2px 0px rgba(91, 104, 113, 0.32), 0px 0px 1px 0px rgba(26, 32, 36, 0.32);
}
.onboard-sidebar__preview-content {
    flex: auto;
    overflow: hidden;
}
.sidebar-title {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
    text-overflow: ellipsis;
    margin-bottom: 12px;
}
.sidebar-subtitle {
    font-size: 13px;
    line-height: 16px;
    max-width: 100%;
    display: flex;
    align-items: center;
    gap: 4px;
}
.sidebar-subtitle span {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    flex: 1 0 0;
    overflow: hidden;
    text-overflow: ellipsis;
}
.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: 2px;
    padding-left: 14px;
    padding-right: 14px;
    overflow: hidden;
}
.onboard-sidebar-steps__title {
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 8px;
    max-width: 100%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    padding-right: 15px;
}
.onboard-sidebar-steps__text {
    font-weight: normal;
    font-size: 12px;
    line-height: 24px;
    max-width: 100%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    color: #131515;
    opacity: .5;
}
.input-custom__wrap-input.url-form {
    display: flex;
    gap: 8px;
}
.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;
    position: relative;
}
.onboard-sidebar-steps__item + .onboard-sidebar-steps__item {
    margin-top: 35px;
}
.onboard-sidebar-steps__icon {
    width: 26px;
    height: 26px;
    border-radius: 50%;
    flex: 0 0 26px;
    border: 2px solid rgba(172, 179, 193, 0.3);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 13px;
}

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

    position: absolute;
    top: 0;
    right: 0;
    width: 20px;
    height: 20px;
}
.onboard-sidebar-steps__item.active .onboard-sidebar-steps__icon {
    border-color:#326AB2;
}
.onboard-sidebar-steps__item.success,
.onboard-sidebar-steps__item.active {
    color: #131515;
}

.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;
}
.image-border-60 {
    border-radius: 5px;
    width: 60px;
    height: 60px;
    border: 1px solid #ECECEC;
}
.card-white-shadow {
    border-radius: 12px;
    background: #fff;
    box-shadow: 0px 1px 2px 0px rgba(91, 104, 113, 0.32), 0px 0px 1px 0px rgba(26, 32, 36, 0.32);
    overflow: hidden;
    /* max-width: 726px; */
    margin-left: auto;
    margin-right: auto;
    width: 100%;
}

.next-actions {
    padding: 30px 35px;
}

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

    font-style: normal;
    font-weight: 400;
    line-height: 16px;
}
.next-actions__list-content p {
    color: rgba(19, 21, 21, .5);
}
.next-actions__list-title {
    font-weight: 400;
    font-size: 20px;
    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 {
    flex: auto;
    max-width: 350px;
    display: flex;
    align-items: center;
    border-radius: 8px;
    background: #FFF;

    box-shadow: 0px 0.75px 2.25px 0px rgba(0, 0, 0, 0.16);
}
.table-heading > * {
    margin-bottom: 20px;
}
.search-form .input {
    padding:10px 14px;
    font-size: 14px;
    letter-spacing: 0.02em;
    border: 0;
    border-radius: 10px 0 0 10px;
}
.search-form  .btn {
    align-self: stretch;
    padding-right: 18px;
    border-radius: 0 10px 10px 0;
}

.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: 6px;
    height: 6px;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    right: -8px;
}
.sortable > span::after {
    top: 0;
    background-image: url(../img/caret-up.svg);
    /* bottom: 0; */
}

.sortable > span::before {
    bottom: 0px;
    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: 10px 26px;
    white-space: nowrap;
}
table .pill-status {
    padding: 6px 12px;
    max-width: max-content;
    min-width: 96px;
}
.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: 16px;
    padding: 4px 10px;
    border-radius: 5px;
}
.pill-status {
    display: flex;
    font-size: 13px;
    line-height: 16px;
    text-align: center;
    letter-spacing: 0.02em;
    border-radius: 360px;
    padding: 2px 12px;
    justify-content: center;
    align-items: center;
    min-height: 24px;
}

.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.17);
}
.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: 20px;
    font-weight: normal;
    font-size: 14px;
    text-align: left;
    line-height: normal;
}
.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-left: 8px;
}
.steps-status-list-text + .ico {
    margin-left: 4px;
}

.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(../img/select-arrow.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: 72px;
    padding-left: 12px;
    padding-right: 12px;
    padding-bottom: 12px;
    background: #FFF;
    border-left: 1px solid #ECECEC;
    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 #ECECEC;
    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: 45px;
    padding-right: 45px;
}
.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)); */
    border: 1.5px solid #fff;
}

.dashboard-header__title {
    display: flex;
    align-items: center;
}
.dashboard-header__title h4{
    /* font-family: var(--muli); */
    font-weight: bold;
    font-size: 16px;
    color: #000;
    margin-right: 6px;
    /* margin-bottom: 6px; */
}

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


.dashboard-header .header__body {
    min-height: 60px;
    padding: 10px 0;
}
.sidebar-dashboard-fixed {
    padding-left: 270px;
}
.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: 6px 10px 6px 14px;
    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;
}
