/* Base Start */
@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;700&display=swap');

body {
    font-family: "DM Sans", sans-serif;
    color: #2F1C6A;
    background-color: #F4F5FF;
}

.container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.content {
    width: 376px;
    padding: 48px 40px;
    background-color: white;
    border: 1px solid #D8DAE0;
    border-radius: 16px;
}

.button {
    background-color: unset;
    border: unset;
    cursor: pointer;
}

.back-button {
    width: 100%;
    display: flex;
    gap: 6px;
    text-decoration: none;
    color: #2F1C6A;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
}

.tos {
    color: #6D7081;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}

.tos a {
    color: #6D7081;
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: none;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;
}

/* Base End */

/* Utilities Start */
.text-right {
    text-align: right;
}

.mb-12 {
    margin-bottom: 12px;
}

.mb-8 {
    margin-bottom: 8px;
}

.mb-10 {
    margin-bottom: 10px;
}

.mb-5 {
    margin-bottom: 5px !important;
}

.mt-4 {
    margin-top: 4px;
}

.mt-12 {
    margin-top: 12px;
}

.mt-100 {
    margin-top: 100px;
}

.mb-15 {
    margin-bottom: 15px;
}


.mb-16 {
    margin-bottom: 16px;
}

.mb-20 {
    margin-bottom: 20px !important;
}

.mb-25 {
    margin-bottom: 25px;
}

.mb-32 {
    margin-bottom: 32px;
}

.mr-5 {
    margin-right: 5px;
}

.mr-16 {
    margin-right: 16px;
}

.ml-16 {
    margin-left: 16px;
}

.w-100 {
    width: 100%;
}

.wh-22 {
    width: 22px;
    height: 22px;
}

.w-0 {
    width: 0;
}

.p-12-24 {
    padding: 12px 24px;
}

.p-16-24 {
    padding: 16px 24px;
}

.p-12 {
    padding: 12px;
}

.m-0 {
    margin: 0;
}

.d-flex {
    display: flex;
}

.gap-8 {
    gap: 8px;
}

.text-center {
    text-align: center;
}

.color-red {
    color: red;
}

.text-left {
    text-align: left;
}

.background-color-niaga {
    background-color: #673DE6;
}

.accent-color-niaga {
    accent-color: #673DE6;
}

.background-color-niaga:hover {
    background-color: #5025D1;
}

.background-color-hostinger {
    background-color: #673DE6;
}

button.background-color-hostinger:hover {
    background-color: #5025D1;
}

.accent-color-hostinger {
    accent-color: #673DE6;
}

.color-niaga {
    color: #673DE6;
}

.color-niaga:hover {
    color: #5025D1;
}

.color-hostinger {
    color: #673DE6;
}

.background-color-brandless {
    background-color: #673DE6;
}

button.background-color-brandless:hover {
    background-color: #5025D1;
}

.accent-color-brandless {
    accent-color: #673DE6;
}

.color-brandless {
    color: #673DE6;
}

.background-color-hostmania {
    background-color: #ff4546;
}

.background-color-hostmania:hover {
    background-color: #fd3b3c;
}

.color-hostmania {
    color: #ff2324;
}

.accent-color-hostmania {
    accent-color: #ff4546;
}

.background-color-hosting24 {
    background-color: #4671DD;
}

.background-color-hosting24:hover {
    background-color: #3762d9;
}

.color-hosting24 {
    color: #5e7ece;
}

.accent-color-hosting24 {
    accent-color: #4671DD;
}

.background-color-weblink {
    background-color: #4771B4;
}

.background-color-weblink:hover {
    background-color: #3065b7;
}

.color-weblink {
    color: #5a7cb2;
}

.accent-color-weblink {
    accent-color: #4771B4;
}

.justify-content-center {
    justify-content: center;
}

.align-items-center {
    align-items: center;
}

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

.gray-border {
    border: 1px solid #dadce0;
}

.m-lr-10 {
    margin-left: 10px;
    margin-right: 10px;
}

.b-radius-4 {
    border-radius: 4px;
}

.b-radius-8 {
    border-radius: 8px;
}

.d-block {
    display: block;
}

.position-relative {
    position: relative;
}

.position-absolute {
    position: absolute;
}

.text-decoration-none {
    text-decoration: none;
}

.color-black-50 {
    color: rgba(0, 0, 0, .5);
}

.color-black {
    color: #000;
}

.color-gray {
    color: #6D7081;
}

.fs-12 {
    font-size: 12px;
}

.fs-14 {
    font-size: 14px;
}

.fs-16 {
    font-size: 16px !important;
}

.fw-700 {
    font-weight: 700 !important;
}

.hidden {
    display: none !important;
}

.non-resizable {
    resize: none;
}

.border-box {
    box-sizing: border-box;
}

.max-width-450 {
    max-width: 450px;
}

/* Utilities End */


/* Components Start */
.logo img {
    padding: 20px 40px;
    margin-bottom: 24px;
}

.logo * {
    max-height: 30px;
}

.close-btn {
    margin-left: 15px;
    color: white;
    float: right;
    font-size: 1.25rem;
    cursor: pointer;
    transition: 0.3s;
    line-height: 16px;
}

.title {
    align-self: stretch;
    text-align: center;
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: 40px;
    margin-top: unset;
}

.input {
    -webkit-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased !important;
    direction: ltr;
    display: block;
    width: 100% !important;
    padding: .85em 1.15em !important;
    font-weight: 400 !important;
    line-height: 1.25 !important;
    background-color: #fff !important;
    background-clip: padding-box !important;
    transition: all .15s ease-in-out !important;
    font-size: 14px;
    vertical-align: middle;
    height: 48px !important;
    border: 1px solid #DADCE0 !important;
    box-sizing: border-box;
    border-radius: 8px !important;
    flex: none;
    order: 0;
    align-self: stretch;
    flex-grow: 0;
    box-shadow: none;
}

.label {
    width: 100%;
    color: #6D7081;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}

.height-unset {
    height: unset !important;
}

.primary-action {
    -webkit-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased !important;
    direction: ltr;
    vertical-align: middle;
    box-sizing: border-box;
    word-break: keep-all;
    white-space: nowrap;
    border-radius: 8px !important;
    border: 1px solid transparent;
    filter: none;
    width: 100% !important;
    padding: .7rem .9rem;
    margin-left: 0;
    margin-right: 0;
    color: #fff;
    -webkit-appearance: button;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 53px;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
}

.secondary-action {
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
}

.alert {
    padding: .75rem 1.25rem;
    margin-bottom: 15px;
    border-radius: 8px;
    font-size: 12px;
    text-align: center;
    line-height: 1.5;
    font-weight: 100;
}

.alert-success {
    background-color: #d4edda;
    border-color: #c3e6cb;
    color: #155724;
}

.alert-info {
    background-color: #EBE4FFFF;
    border-color: #ded3ff;
    color: #2F1C6AFF;
}

.alert-error {
    background-color: #f8d7da;
    color: #721c24;
    border-color: #f5c6cb;
}

.or-wrapper {
    height: 20px;
}

.or-wrapper hr {
    width: 100%;
    position: absolute;
    top: 2px;
    background-color: #dadce0;
    border: none;
    height: 1px;
}

.or-wrapper p {
    padding: 0 10px;
    background: #fff;
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #2F1C6A;
    font-size: 16px;
}

.facebook {
    background-color: #1877f2;
}

.github {
    background-color: #2f363d;
}

.social {
    width: 100%;
    display: flex;
    justify-content: center;
    height: 25px;
}

.show-password-eye {
    top: 13px;
    right: 10px;
    cursor: pointer;
}

.show-password-eye svg {
    fill: #727586;
}

.country-selector {
    line-height: 1.5;
    font-size: 14px;
    color: #2f1c6a;
    font-family: DM Sans, sans-serif;
    font-weight: 700;
    font-style: normal;
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    padding-top: 15px;
    padding-bottom: 15px;
    border: 1px solid #dadce0;
    border-radius: 4px;
    margin-bottom: 12px;
    text-decoration: none!important;
}

.full-height-container {
    height: 100vh;
}

@media (max-height: 500px) {
    .full-height-container {
        height: unset;
        margin: 8px;
    }
}

.consent-checkbox {
    width: 24px;
    height: 24px;
    margin-right: 8px;
    margin-top: unset;
}

.consent-text {
    margin-top: 3px;
}

.tooltip {
    background: unset;
    border: unset;
    padding: unset;
    vertical-align: middle;
    cursor: pointer;
}

.switcher-container-a {
    display: flex;
    position: relative;
    margin: auto;
    background-color: #F4F5FF;
    border-radius: 30px;
    padding: 8px 16px 8px 16px;
    width: fit-content;
    overflow: hidden;
    margin-bottom: 25px;
}

.switcher-option-a {
    padding: 12px 24px 12px 24px;
    font-family: DM Sans, sans-serif;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0px;
    color: #2F1C6A;
    text-decoration: none;
    font-weight: 700;
    cursor: pointer;
}

.switcher-option-a:first-of-type {
    margin-left: -8px;
    margin-right: 8px;
}

.switcher-option-a:last-of-type {
    margin-right: -8px;
}

.switcher-option-a.active {
    background-color: #cadcf8;
    border-radius: 30px;
    color: #2F1C6A;
    cursor: default;
}

.switcher-option-a:not(.active):hover {
    color: #673DE6;
}
/* Components End */

/* Pages Start */
.flag {
    width: 30px;
    height: 19px;
    display: inline-block;
    background-image: url("/assets/images/flag/flags.png");
    -ms-interpolation-mode: nearest-neighbor;
    image-rendering: pixelated;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-color: transparent;
    background-position: center center
}

.flag-gr {
    background-position: -5px -5px;
}

.flag-cz {
    background-position: -5px -63px;
}

.flag-sk {
    background-position: -5px -92px;
}

.flag-dk {
    background-position: -5px -121px;
}

.flag-de {
    background-position: -5px -150px;
}

.flag-gb {
    background-position: -5px -179px;
}

.flag-in {
    background-position: -5px -208px;
}

.flag-jp {
    background-position: -5px -237px;
}

.flag-ph {
    background-position: -5px -266px;
}

.flag-us {
    background-position: -5px -295px;
}

.flag-ca {
    background-image: url("/assets/images/flag/canada-flag.png");
    background-size: 30px 19px;
}

.flag-au {
    background-image: url("/assets/images/flag/australia-flag.png");
    background-size: 30px 19px;
}

.flag-es {
    background-position: -5px -324px;
}

.flag-ar {
    background-position: -5px -353px;
}

.flag-co {
    background-position: -5px -382px;
}

.flag-mx {
    background-position: -5px -411px;
}

.flag-et {
    background-position: -5px -440px;
}

.flag-ee {
    background-position: -5px -440px;
}

.flag-fi {
    background-position: -5px -469px;
}

.flag-fr {
    background-position: -5px -498px;
}

.flag-il {
    background-position: -5px -527px;
}

.flag-hr {
    background-position: -5px -556px;
}

.flag-hu {
    background-position: -5px -585px;
}

.flag-id {
    background-position: -5px -614px;
}

.flag-it {
    background-position: -5px -643px;
}

.flag-kr {
    background-position: -5px -672px;
}

.flag-lt {
    background-position: -5px -701px;
}

.flag-lv {
    background-position: -5px -730px;
}

.flag-my {
    background-position: -5px -759px;
}

.flag-nl {
    background-position: -5px -788px;
}

.flag-no {
    background-position: -5px -817px;
}

.flag-pk {
    background-position: -5px -1163px;
}

.flag-pl {
    background-position: -5px -846px;
}

.flag-pt {
    background-position: -5px -875px;
}

.flag-br {
    background-position: -5px -904px;
}

.flag-ro {
    background-position: -5px -933px;
}

.flag-ru {
    background-position: -5px -962px;
}

.flag-se {
    background-position: -5px -991px;
}

.flag-th {
    background-position: -5px -1020px;
}

.flag-tr {
    background-position: -5px -1049px;
}

.flag-ua {
    background-position: -5px -1078px;
}

.flag-vn {
    background-position: -5px -1107px;
}

.flag-cn {
    background-position: -5px -1136px;
}

/* Pages End */

/* Responsive Start */

@media (max-width: 768px) {
    .container {
        min-height: unset;
        padding: 16px;
        align-items: stretch;
    }

    .logo img {
        padding: 16px;
        margin-bottom: unset;
    }

    .title {
        font-size: 24px;
    }

    .content {
        padding: 32px 24px;
    }

    .content.register-promo-mobile-box.bottom-box.horizons.horizons-bottom-box {
        padding: 24px !important;
    }

    .register-promo-mobile-box.horizons {
        padding: 24px !important;
    }
}

@media (max-width: 480px) {
    .content {
        width: 100%;
        box-sizing: border-box;
    }
}

@media (max-width: 320px) {
    .social-login-block {
        flex-direction: column;
    }

    .social {
        width: 75%;
        margin-bottom: 12px;
    }
}

/* Responsive End */

/* Account recovery start*/

.account-recovery-reason-picker {
    border: 1px solid #D5DFFF;
    background: #FAFBFF;
}

.ar-content {
    width: 900px;
    max-width: calc(100vw - 48px);
}

.ar-tabs-nav {
    display: flex;
    flex-wrap: wrap;
    border-bottom: 2px solid #D8DAE0;
}

.ar-tab-btn {
    padding: 10px 16px;
    border: 1px solid transparent;
    border-bottom: none;
    border-radius: 6px 6px 0 0;
    background: transparent;
    cursor: pointer;
    font-size: 14px;
    font-weight: 500;
    color: #555;
    white-space: nowrap;
}

.ar-tab-btn:hover {
    background: #f5f5f5;
    color: #333;
}

.ar-tab-btn.ar-active {
    background: white;
    border-color: #D8DAE0;
    font-weight: 600;
    color: #2F1C6A;
    margin-bottom: -2px;
}

.ar-tab-panel {
    display: none;
    padding: 16px;
    border: 1px solid #D8DAE0;
    border-top: none;
    border-radius: 0 0 4px 4px;
}

.ar-tab-panel.ar-active {
    display: block;
}

.ar-examples-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    margin: 10px 0 14px;
}

.ar-example-box {
    border-radius: 6px;
    padding: 10px 12px;
}

.ar-example-box.ar-bad {
    background: #fef2f2;
    border: 1px solid #fca5a5;
}

.ar-example-box.ar-good {
    background: #f0fdf4;
    border: 1px solid #86efac;
}

.ar-example-label {
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 8px;
}

.ar-example-label.ar-bad {
    color: #dc2626;
}

.ar-example-label.ar-good {
    color: #16a34a;
}

.ar-example-list {
    margin: 0;
    padding-left: 18px;
    font-size: 13px;
    color: #444;
}

.ar-example-list li {
    margin-bottom: 4px;
}

.ar-tab-desc {
    font-size: 14px;
    color: #555;
    margin-bottom: 6px;
}

.ar-dropzone {
    border: 2px dashed #c8ccd4;
    border-radius: 6px;
    padding: 20px 12px;
    text-align: center;
    cursor: pointer;
    background: #fafbfc;
    transition: background 0.15s, border-color 0.15s;
    outline: none;
}

.ar-dropzone:hover, .ar-dropzone:focus-visible {
    background: #f2f4f7;
    border-color: #94a3b8;
}

.ar-dropzone--hover {
    background: #eff6ff !important;
    border-color: #3b82f6 !important;
}

.ar-dropzone-inner svg {
    display: block;
    margin: 0 auto 8px;
}

.ar-dropzone-inner strong {
    display: block;
    font-size: 14px;
    color: #333;
    margin-bottom: 4px;
}

.ar-dropzone-inner small {
    color: #777;
    font-size: 14px;
}

.ar-files-list {
    margin-top: 8px;
    font-size: 14px;
}

.ar-files-list td {
    border-bottom: 1px solid #c8ccd4;
}

@media (max-width: 700px) {
    .ar-content {
        width: 100%;
    }

    .ar-examples-grid {
        grid-template-columns: 1fr;
    }

    .ar-tab-btn {
        font-size: 12px;
        padding: 8px 10px;
    }
}

/* Account recovery end*/

/* Promo start */
body.promo-page {
    margin: 0;
    padding: 0;
    height: 100%;
}

.container-promo {
    display: flex;
    min-height: 100vh;
}
.register-promo-form, .register-promo-box {
    flex: 1;
    min-width: 0; /* flex min-width:auto would propagate children's intrinsic width past the viewport */
}
.register-promo-form {
    background-color: #F4F5FF;
}

.register-promo-box {
    background-color: #1F1346;
    background-image: url("/assets/images/register-promo/background-elements.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    justify-content: flex-start;
    color: white;
    padding: 168px 80px 80px 56px;
}

.register-promo-box.horizons {
    background: linear-gradient(to bottom,
    #060708 0%,
    #060708 60%,
    #673DE6 100%);
    padding-top: 125px;
}

.trial-container {
    padding: 30px;
}

.cancel-text {
    margin: 0;
    font-size: 18px;
    font-weight: 700;
    line-height: 24px;
    letter-spacing: 0px;
    color: #b6b2ff;
}

.trial-heading {
    margin: 0;
    margin-top: 12px;
    font-size: 36px;
    font-weight: 700;
    line-height: 40px;
    letter-spacing: 0px;
}

.description {
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0px;
}

.features {
    list-style: none;
    padding: 0;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0px;
}

.features li {
    margin-bottom: 16px;
    display: flex;
    align-items: center;
    gap: 16px;
}

.features img {
    width: 24px; /* Adjust size as needed */
    height: 24px;
}

.trustpilot-widget {
    margin-top: 130px;
}

.register-promo-form .content {
    margin-bottom: 16px;
}

.review-box {
    padding: 32px;
    background: rgba(255, 255, 255, 0.08) !important;
    border: 0 !important;
    border-radius: 16px;
    margin-top: 110px;
}

.horizons .trial-heading {
    font-weight: 400;
    font-size: 32px;
    line-height: 40px;
}

@media (max-width: 1024px) {
    .register-promo-box {
        display: none;
    }
    .register-promo-form {
        flex: 1; /* Ensure the left side takes full width */
    }

    .register-promo-mobile-box {
        background-color: #1F1346;
        background-image: url("/assets/images/register-promo/background-elements.png");
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        display: flex;
        justify-content: flex-start;
        color: white;
        margin-bottom: 16px;
        padding-top: 24px;
        padding-bottom: 24px;
    }

    .register-promo-mobile-box .trial-container {
        padding: 24px;
        text-align: center;
    }

    .register-promo-mobile-box.bottom-box .trial-container {
        padding: 0px;
        text-align: left;
    }

    .register-promo-mobile-box.horizons {
        padding: 24px 40px;
        text-align: center;
        background: #060708;
        background-image: none;
    }

    .register-promo-mobile-box.horizons .trial-container {
        text-align: center;
        width: 100%;
    }

    .trustpilot-widget {
        margin-top: 48px;
    }

    .description {
        margin-bottom: 24px;
    }

    .trial-heading {
        font-size: 24px;
        line-height: 32px;
    }

    h3.title {
        font-size: 24px;
        line-height: 32px;
    }

    .content.register-promo-mobile-box.horizons-bottom-box {
        background: linear-gradient(to bottom,
        #060708 0%,
        #060708 60%,
        #673DE6 100%);
        padding: 24px 40px;
    }

    .register-promo-mobile-box.horizons .slider {
        width: 100%;
        max-width: 335px;
        box-sizing: border-box;
        text-align: left;
    }

    .register-promo-mobile-box.horizons .role {
        font-size: 12px;
        line-height: 22px;
    }
}

@media (min-width: 1025px) {
    .register-promo-mobile-box {
        display: none;
    }
}
/* Promo end */

/* New Horizons promo */
.slider {
    width: 523px;
    background: #111;
    color: #fff;
    padding: 32px;
    border-radius: 10px;
    position: relative;
    font-family: "DM Sans", sans-serif;
    border: 0.5px solid rgba(255, 255, 255, 0.5);
    background: rgba(255, 255, 255, 0.07);
}
.quote {
    font-family: "DM Sans", sans-serif;
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 20px;
    margin-top: 0px;
    font-weight: 400;
    letter-spacing: 0px;
}
.author {
    display: flex;
    align-items: center;
}
.author img {
    border-radius: 50%;
    width: 48px;
    height: 48px;
    margin-right: 10px;
}
.name {
    font-size: 16px;
    line-height: 24px;
    font-weight: 700;
    letter-spacing: 0px;
}
.role {
    font-size: 14px;
    color: #888FAA;
    font-weight: 400;
    letter-spacing: 0px;
    line-height: 24px;
}
@keyframes slideInUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.slide {
    display: none;
}
.slide.active {
    display: block;
    animation: slideInUp 0.4s ease forwards;
}

@media (max-width: 1460px) {
    .slider {
        max-width: 450px;
        padding: 24px;
    }

    .quote {
        font-size: 20px;
        line-height: 28px;
    }
    .name {
        font-size: 14px;
        line-height: 22px;
    }
    .role {
        font-size: 12px;
        line-height: 22px;
    }
}

@media (max-width: 1366px) {
    .register-promo-box {
        padding: 128px 20px 20px 56px;
    }
}

@media (max-width: 1150px) {
    .slider {
        max-width: 380px;
        padding: 24px;
    }
}

.register-promo-box.reach {
    background-color: #1F1346;
    background-image: none !important;
}

.horizons-page .features {
    margin-top: 30px;
}

.horizons-page .mobile-slider {
    margin-top: 40px;
}

.horizons-page .register-promo-box .trial-container {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.horizons-page .tooltip::after {
    padding: 10px !important;
    font-size: 12px !important;
    max-width: 300px !important;
    min-width: 200px;
    white-space: normal !important;
}

@media (max-width: 450px) {
    .horizons-page .tooltip::after {
        max-width: 200px !important;
        min-width: 30vw;
    }
}
/* New Horizons end */

/* Progress Bar */

.progress-bar {
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    margin-bottom: 16px;
    font-size: 14px;
    letter-spacing: normal;
    line-height: 20px;
    font-weight: 700;
}

.progress-bar__step {
    display: flex;
    align-items: center;
    color: #6D7081;
}

.progress-bar__step--active {
    color: rgb(24, 24, 26);
}

.progress-bar__step-label {
    display: flex;
    align-items: center;
    gap: 8px;
}

.progress-bar__step-label a {
    color: inherit;
    font-weight: 700;
    font-size: 14px;
    letter-spacing: normal;
    line-height: 20px;
    text-decoration: none;
}

.progress-bar__line {
    width: 24px;
    height: 1px;
    background-color: #C8CBD8;
    margin: 0 8px;
}

.progress-bar__line--active {
    width: 24px;
    height: 1px;
    background-color: rgb(24, 24, 26);
    margin: 0 8px;
}

a.privacy-policy-link {
    font-weight: 400;
}

/* Login continue page */

body.login-continue-page {
    margin: unset;
}

.login-continue-page .container {
    height: 100vh;
    align-items: center;
}

.login-continue-page .content {
    max-width: 350px;
    width: 100%;
}

.login-continue-page .title {
    font-size: 24px;
    line-height: 1.5;
    margin-bottom: 25px;
}

.login-continue-page .flag {
    margin-right: 5px;
}

.login-continue-page .login-redirect {
    line-height: 1.5;
    color: #673de6;
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
    display: block;
    text-align: center;
    margin-top: 25px;
}

.login-continue-page .logo {
    margin-top: 25px;
    margin-left: 30px;
}

@media (min-width: 768px) {
    .login-continue-page .logo {
        position: absolute;
        top: 30px;
        left: 40px;
        margin: unset;
    }
}

/* Two-factor / risky-login verification pages */

.two-factor-page .container {
    height: 100vh;
    align-items: center;
}

.two-factor-page .content {
    max-width: 350px;
}

.two-factor-page .form-title {
    -webkit-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased !important;
    direction: ltr;
    text-rendering: optimizelegibility;
    box-sizing: border-box;
    font-size: 24px;
    color: #2F1C6A;
    line-height: 32px;
    text-align: center;
    margin: 8px 0  !important;
    font-weight: 700 !important;
}

.two-factor-page p {
    -webkit-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased !important;
    direction: ltr;
    border-radius: 0 !important;
    box-sizing: border-box;
    font-size: 14px;
    line-height: 24px;
    text-align: center;
    color: #727586;
    margin: 8px 0;
}

.two-factor-page .input {
    font-family: "DM Sans", sans-serif;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    border-radius: 4px !important;
    margin: 24px 0;
    color: #727586;
}

.two-factor-page .primary-action {
    border-radius: .25rem !important;
    margin: 0;
    margin-right: 1rem;
    height: 48px;
    font-size: 14px;
}

.two-factor-page .secondary-action {
    -webkit-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased !important;
    direction: ltr;
    border-radius: 0 !important;
    text-shadow: none !important;
    outline: 0;
    box-sizing: border-box;
    margin: 12px 0;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 12px 32px;
    height: 48px;
    font-style: normal;
    cursor: pointer;
}

.two-factor-page .background-color-niaga {
    background-color: #007dff;
}

.two-factor-page .background-color-niaga:hover {
    background-color: #0057b2;
}

.two-factor-page .background-color-hostinger {
    background-color: #6747c7;
}

.two-factor-page .color-niaga {
    color: #007dff;
}

.two-factor-page .color-niaga:hover {
    color: #0057b2;
}

.two-factor-page .color-hostinger:hover {
    background-color: #ebe4ff;
}

.two-factor-page .alert-error {
    padding: 20px;
    background-color: #f44336;
    color: white;
    margin-bottom: 15px;
    border-radius: 0.25rem;
    font-size: 14px;
}

.two-factor-page .alert-success {
    padding: 20px;
    background-color: #51A351;
    color: white;
    margin-bottom: 15px;
    border-radius: 0.25rem;
    font-size: 14px;
}

.two-factor-page .top {
    position: absolute;
    top: 15px;
    right: 15px;
}

/* OAuth consent page */

.consent-logo {
    display: flex;
    justify-content: center;
    margin-bottom: 24px;
}

.consent-user-box {
    background-color: #F4F5FF;
    border-radius: 12px;
    padding: 16px;
    width: 100%;
    box-sizing: border-box;
    margin-bottom: 20px;
}

.consent-user-label {
    font-size: 11px;
    font-weight: 700;
    color: #6D7081;
    text-transform: uppercase;
    letter-spacing: .5px;
    margin-bottom: 12px;
}

.consent-user {
    display: flex;
    align-items: center;
    gap: 12px;
}

.consent-user-avatar {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #673DE6;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 700;
    font-size: 14px;
    flex-shrink: 0;
}

.consent-user-name {
    font-weight: 700;
    color: #2F1C6A;
    font-size: 14px;
    line-height: 22px;
}

.consent-user-email {
    color: #6D7081;
    font-size: 14px;
    line-height: 20px;
    word-break: break-word;
}

.consent-allow {
    gap: 8px;
}

.consent-description {
    color: #6D7081;
    font-size: 14px;
    line-height: 1.6;
}

.consent-divider {
    border: none;
    border-top: 1px solid #D8DAE0;
    margin: 20px 0;
}
