.hide {
    display: none !important;
}

.main-content {
    background: linear-gradient(90deg, #f2f4f9 50%, #fff 50%);
    min-height: calc(100vh - 56px);
}

.inner-header-flex-mini {
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
}

.two-column-flex-wrapper {
    gap: 200px;
    height: 100%;
}

.column {
    flex: 1;
    padding-top: 40px;
    height: 100%;
}

.column:first-child {
    background: #f2f4f9;
}

.header {
    border-bottom: 1px solid #e1e6ea;
    transition: all 0s ease !important;
}

.sticky .header {
    position: fixed;
    top: 0;
    box-shadow: 0px 5px 80px rgba(0 0 0 / 10%);
    z-index: 99;
    width: 100%;
    background: #fff;
}

.sticky main {
    padding-top: 66px;
}

.inner-header-flex-mini>div {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 56px;
}

@media (max-width: 1080px) {
    .inner-header-flex-mini>div:nth-child(2) {
        flex-grow: 1;
        order: 1;
        text-align: center;
        height: 56px;
    }
}

/* list */
.header-steps-wrapper {
    width: 100%;
}

.header-steps {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    counter-reset: li;
    list-style-type: none;
    font-size: 12px;
    line-height: 18px;
    font-weight: 700;
    margin-bottom: 0px;
    padding: 0;
}

.header-steps li {
    display: inline;
    position: relative;
    padding-left: 28px;
    padding-right: 30px;
}

.header-steps li:before {
    content: counter(li);
    counter-increment: li;
    height: 20px;
    width: 20px;
    border: 1px solid #e1e6ea;
    background-color: #f7f9fb;
    border-radius: 50%;
    color: #899bad;
    text-align: center;
    position: absolute;
    top: -3px;
    left: 0;
    font-size: 11px;
}

.header-steps li.active:before {
    border: 1px solid #1872e7;
    background-color: #1872e7;
    color: #ffffff;
}

.header-steps li.done:before {
    content: url(https://autenti.com/hubfs/QES_Order/Icons/checked.svg);
    border: none;
    background-color: transparent;
    color: none;
}

.mobile-steps {
    display: none;
}

@media (max-width: 768px) {
    .header-menu .container {
        padding: 0;
        width: 100%;
    }

    .inner-header-flex-mini {
        flex-direction: column;
        align-items: start;
        justify-content: start;
        width: 100%;
    }

    .inner-header-flex-mini>div:nth-child(2) {
        flex-grow: 0;
        order: 0;
        text-align: center;
        height: 60px;
    }

    .header-menu {
        filter: drop-shadow(0px 4px 16px rgba(41, 51, 61, 0.08));
    }

    .header-steps-wrapper {
        width: 100%;
        height: 66px !important;
        border-top: 1px solid #e1e6ea;
    }

    .header-logo-container {
        height: 60px !important;
        margin-left: 5px;
    }

    .header-steps {
        display: none;
    }

    .mobile-steps {
        display: flex;
        flex-direction: column;
        width: 100%;
        justify-content: start;
        align-items: start;
    }

    .mobile-steps__step-name {
        font-size: 12px;
        line-height: 18px;
        color: #29333d;
        font-weight: 500;
        margin: 8px 0px;
    }

    .step__additional-info {
        width: 100%;
        display: flex;
        justify-content: space-between;
        margin-top: 4px;
    }

    .step-no {
        margin-left: auto;
    }

    .step__additional-info>p {
        font-size: 11px;
        line-height: 16px;
        color: #697d8e;
        margin-bottom: 8px;
    }

    .mobile-steps__bars-wrapper {
        display: flex;
        width: 100%;
        justify-content: space-between;
        gap: 8px;
    }

    .step-bar {
        display: block;
        height: 4px;
        flex: 1;
        border-radius: 99px;
        background: #e1e6ea;
        text-align: center;
    }

    .step-bar.active {
        border: none;
        background: #1872e7;
    }
}

.step__title {
    padding-top: 26px
}

.logo {
    padding-top: 18vh;
    width: 32px;
}

.ds-form {
    min-height: calc(100vh - 56px);
}

.column-right {
    display: flex;
    align-self: center;
    height: calc(100vh - 55px - 96px);
    /* overflow: scroll; */
    align-self: start;
}

.tab-right {
    width: 100%;
    margin: auto;
    /*   overflow-y: auto; */
    height: 100%;
    padding-bottom: 30px;
    display: flex;
}

.tab-right.checkboxes {
    padding-right: 8px;
}

.form-controls {
    width: 49vw;
    padding-top: 24px;
    padding-bottom: 24px;
    position: fixed;
    bottom: 0;
    right: 0;
    display: flex;
    align-items: flex-start;
    justify-content: flex-end;
    background: #fff;
    z-index: 99;
}

.form-controls__wrapper {
    display: flex;
    justify-content: flex-end;
    width: 100%;
    gap: 8px;
    max-width: calc(1440px / 2);
    margin: unset;
    margin-right: auto;
    padding-left: 0;
}

.calendar>summary {
    list-style: none;
}

.calendar>summary::-webkit-details-marker {
    display: none;
}

.tab__description {
    margin-bottom: 0;
}

.tab-right,
.tab-left {
    animation: fadeIn 0.4s ease-in;
}

.tab__header {
    position: sticky;
    width: 100%;
    background-color: #fff;
    top: 0;
    z-index: 999;
    margin-bottom: 4px;
}

.error-msg {
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    color: #dc3030;
    margin-bottom: 4px;
}

.error-msg:before {
    content: "";
    background-image: url(https://autenti.com/hubfs/autenti-design-system/icons/alerts/Error.svg);
    filter: invert(24%) sepia(75%) saturate(4333%) hue-rotate(348deg) brightness(92%) contrast(87%);
    background-size: 14px 14px;
    width: 14px;
    height: 14px;
    margin-right: 9px;
    display: inline-block;
    position: relative;
    top: 2px;
}

.input__wrapper {
    display: flex;
    flex-direction: column;
    max-width: 600px;
    gap: 24px;
    justify-content: center;
    align-content: center;
    margin: auto;
    height: 100%;
    width: 100%;
    position: relative;
}

.input__heading-wrapper {
    display: flex;
    justify-content: space-between;
    align-content: center;
    margin-bottom: 24px;
    gap: 16px;
}

.capsule-set {
    margin: auto;
    width: 100%;
}

.tooltip-parent {
    margin-left: auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

.tooltip-parent>img {
    filter: invert(52%) sepia(8%) saturate(1064%) hue-rotate(166deg) brightness(90%) contrast(82%);
}

.tooltip-text {
    font-weight: 400;
}

form input.number-input {
    width: unset !important;
    text-align: center;
    font-size: 16px;
    line-height: 24px;
    border-radius: 8px;
    padding: 11px;
    flex: 0;
    max-width: 167px;
}

input.number-input {
    min-width: 150px;
}

input.number-input.has-sufix {
    min-width: unset;
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

fieldset {
    padding: 0;
}

fieldset legend {
    font-weight: 700;
    font-size: 20px;
    line-height: 26px;
    color: #29333d;
    margin-bottom: 8px;
}

form label.slider-label {
    margin-bottom: 0;
    font-weight: 700;
    font-size: 20px;
    line-height: 26px;
    color: #29333d;
}

.centered-label-parent {
    position: relative
}

.centered-label {
    position: absolute;
    top: 0;
    left: 0;
    transform: translateX(10%)
}

.input-heading__title {
    display: flex;
    align-items: center;
    position: relative;
}

.input-heading__title .error-msg {
    position: absolute;
    bottom: -24px;
}


.input-with-sufix {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: nowrap;
}

.input-with-sufix:focus-within .sufix {
    background-color: #fff;
    border-color: #1872e7;
}

.input-with-sufix:hover .sufix,
.input-with-sufix:hover input.has-sufix {
    border-color: #1872e7;
    box-sizing: border-box;
    box-shadow: none;
}


.labels {
    display: flex;
    justify-content: space-between;
    color: #697D8E;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    margin-top: -18px;
}

input.has-sufix {
    border-radius: 8px 0px 0px 8px !important;
    padding-right: 5px !important;
    text-align: right !important;
    border-right: 0px !important;
    max-width: 90px !important;
    outline: 0 !important;
    box-shadow: none !important;
}

.input-with-sufix:focus-within,
.input-with-sufix:hover {
    box-shadow: 0px 4px 24px rgba(24, 114, 231, 0.16);
}

.sufix {
    border: 1px solid #e1e6ea;
    border-left: 0px;
    border-radius: 0px 8px 8px 0;
    padding: 11px 15px 11px 0;
    color: #697D8E;
    font-size: 12px;
    line-height: 24px;
    margin: 0;
}

.bread-crumbs {
    list-style: none;
    display: flex;
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    color: #465462;
    margin: 0;
    padding: 0;
}

.bread-crumbs>li {
    position: relative;
    padding-right: 7px;
    padding-left: 4px;
}

.bread-crumbs>li::after {
    position: absolute;
    content: "/";
    top: 0;
    right: 0;
}

.bread-crumbs>li:last-child {
    font-weight: 700;
}

.bread-crumbs>li:last-child::after {
    content: none;
}

button.hide-ico>div {
    display: none;
}

/* modal */
.calendar-modal {
    width: 100%;
    max-width: 820px;
    height: 80vh;
    border: 0;
    border-radius: 16px;
    padding: 24px;
    overflow: auto;
}

.calendar-modal iframe {
    height: 100%;
}

.calendar-modal__close-btn {
    position: absolute;
    top: 15px;
    right: 15px;
    width: 16px;
    height: 16px;
    padding: 5px;
    z-index: 4;
    border: none;
    background-color: #29333D;
    -webkit-mask-image: url(https://autenti.com/hubfs/autenti-main-navigation/icons/close.svg);
    -webkit-mask-size: contain;
    transition: all 0.3s ease-in-out;
    cursor: pointer;
}

.calendar-modal__modal:hover .hero-video__close-btn {
    display: block;
}

.meetings-iframe-container {
    position: relative;
    z-index: 3;
}

.calendar-modal__backdrop:hover {
    cursor: pointer;
}

.config-radio:after {
    display: none !important;
}

input[type=radio] {
    display: none !important;
}

.calendar>div {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin: auto;
    background: white;
    z-index: 3;
}

.calendar[open] summary::before {
    content: '';
    display: block;
    background: black;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0.6;
    z-index: 1;
}

/* succes page */
.succes-page__wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    flex-direction: column;
    margin: auto;
    max-width: 760px;
    text-align: center;
}

.main-content.succes {
    display: flex;
    background: #fff;
}

.succes-page__wrapper h4 {
    margin-bottom: 16px;
    margin-top: 24px;
}

.succes-page__ico {
    padding: 18px;
    border-radius: 12px;
    background: #E3FCEC;
}

/* button exeption */
.ds-btn {
    display: inline-block;
    text-align: center;
    border-radius: 100px;
    font-weight: bold;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
    text-decoration: none;
    font-weight: 700;
    border: 0;
    white-space: nowrap;
}

.ds-btn--L {
    font-size: 16px;
    line-height: 22px;
    padding: 13px 24px;
}

.ds-btn--primary {
    color: #fff;
    background-color: #1872e7;
}

.ds-btn:hover {
    text-decoration: none;
}

.ds-btn--primary:hover,
.ds-btn--primary:focus-visible {
    background: #004db3;
    box-shadow: 0px 4px 8px rgba(0, 109, 255, 0.16);
}

.ds-btn--primary:active {
    background: #003780;
    box-shadow: 0px 4px 8px rgba(0, 109, 255, 0.16);
}

@media (max-width: 768px) {
    .ds-btn {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
    }
}

@media (max-width: 480px) {
    .ds-btn--L {
        padding: 13px 16px;
    }
}


@media (max-width: 1440px) {
    .two-column-flex-wrapper {
        gap: 13.9vw;
        height: 100%;
    }
}

@media (max-width: 1024px) {
    .two-column-flex-wrapper {
        padding-left: 48px;
        padding-right: 48px;
    }

    .form-controls__wrapper {
        padding-right: 48px;
    }
}

@media (max-width: 960px) {
    .input__wrapper {
        max-width: 100%;
    }

    .main-content {
        background: none;
    }

    .two-column-flex-wrapper {
        flex-direction: column;
        gap: 0;
    }

    .column {
        width: 100%;
    }

    .column-right {
        padding-top: 32px;
        flex-direction: column;
        /* overflow: scroll; */
        align-self: start;
        padding-bottom: 0;
    }

    .column-left {
        padding-bottom: 32px;
        margin: 0 -48px;
        padding: 24px 48px 32px;
        width: 100vw;
    }

    .logo {
        padding-top: 24px;
    }

    .step__title {
        padding-top: 16px
    }

    .form-controls {
        position: relative;
        padding: 32px 0;
        width: 100%;
    }

    .form-controls__wrapper {
        margin: 0;
        width: unset;
        padding: 0;
    }

    .calendar-modal {
        width: 100%;
        max-width: 95vw;
    }
}

@media (max-width: 768px) {
    .column-left {
        margin: 0 -16px;
        padding: 24px 16px 32px;
    }

    .column-right {
        flex-direction: column;
    }

    .two-column-flex-wrapper {
        padding-left: 16px;
        padding-right: 16px;
    }
}

@media(max-width: 715px) {
    .calendar-modal {
        width: 100%;
        max-width: 460px;
    }
}

@media(max-width: 480px) {
    .calendar-modal {
        width: calc(100vw - 16px);
        padding: 16px;
    }
}