.navbar-collapse {
 position: relative;
}
/** Back **/
.back-to-login {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    overflow: hidden;
    font-size: 0;
    border-radius: 50%;
    background-color: #3D3D3D;
    width: 48px;
    height: 48px;
    left: 64px;
    top: 44px;
    cursor: pointer;
    z-index: 22!important;
}
.back-to-login a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}
.back-to-login:before {
    content: '';
    display: block;
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.4995 16.6L7.06621 11.1667C6.42454 10.525 6.42454 9.475 7.06621 8.83334L12.4995 3.4' stroke='white' stroke-width='1.5' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}

.site-signup-action {
    position: relative;
}

/** Action promoCode **/
.action-promocode {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
}

.action-promocode > div {
    min-width: max-content;
    position: absolute;
    right: 0;
    top: 0;
}
.action-promocode-result {
    display: none;
}

.action-promocode button {
    display: flex;
    border: none;
    padding: 0;
    font-family: 'Rethink Sans', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.2;
    text-align: right;
    letter-spacing: -0.4px;
    text-decoration-line: underline;
    color: #FFFFFF;
    cursor: pointer;
    transition: all .3s linear;
}

.action-promocode button:hover {
    text-decoration-line: none;
    color: #6a46e3;
}

.action-promocode__wrap, .action-promocode__info {
    display: flex;
    align-items: center;
}

.action-promocode__wrap {
    gap: 7px;
}

.action-promocode__info {
    gap: 7px;
}

button.btnRemovePromo {
    gap: 7px;
    color: rgba(255, 255, 255, .6);
}
button.btnRemovePromo:hover {
    color: #cc2e4c;
}
/* animate icon */
.check-icon {
    overflow: visible;
    display: flex;
    width: 16px;
    height: 16px;
    transform: scale(1.2);
    transition: transform .6s;
}

.check-icon .circle {
    transform-origin: center;
    transform: scale(0);
    transition: transform 0.3s ease;
}

.check-icon .tick {
    stroke-dasharray: 10;
    stroke-dashoffset: 10;
    transition: stroke-dashoffset 0.4s ease 0.2s;
}

/* when active */
.check-icon.active .circle {
    transform: scale(1);
}

.check-icon.active .tick {
    stroke-dashoffset: 0;
}
.check-icon.finished {
    transform: scale(1);
}

.show-on-mobile  {
    opacity: 0
}

/** remodal promocode **/
.promocodeRemodal {
    max-width: 640px;
    border-radius: 16px;
    padding: 70px 44px;
    .remodal-close {
        width: 13px;
        height: 13px;
        left: unset;
        top: 20px;
        right: 20px;
    }
    .input-errors {
        position: absolute;
        bottom: -24px;
        left: 0;
        font-size: 12px;
        color: #DF4646;
    }
    .success .input-errors {
        color: #47B973;
    }
    form {
        position: relative;
    }
    form.loading {
        opacity: .4;
        pointer-events: none;
    }
    .input-errors svg {
        margin-right: 4px;
    }

    .btn-validate-promocode {
        margin-top: 36px;
    }
    .promocodeRemodal__wrapper {
        max-width: 343px;
        margin:0 auto;
    }
    .field-signupform-promocode  {
        text-align: left;
    }
    .remodal-close:before {
        display: none;
    }
    .title {
        font-size: 32px;
        line-height: 1.4;
        text-align: center;
        margin-bottom: 24px;
    }
    .promocodeRemodal__back {
        margin: 24px auto 0;
        font-style: normal;
        font-weight: 700;
        font-size: 14px;
        line-height: 1.4;
        display: flex;
        align-items: center;
        text-align: center;
        letter-spacing: -0.4px;
        text-decoration-line: underline;
        color: #000000;
    }
}

@media screen and (max-width: 1024px){
    .show-on-mobile {
        opacity: 1
    }
    .back-to-login {
        width: 38px;
        height: 38px;
        left: 24px;
        top: 24px;
    }

    .promocodeRemodal {
        border-radius: 16px;
        padding: 40px 24px;
    }

    .promocodeRemodal .title {
        font-size: 28px;
        line-height: 1.4;
        text-align: center;
        margin-bottom: 14px;
    }
    .action-promocode {
        position: relative;
        min-height: 28px;
    }
    .action-promocode > div {
        right: unset;
    }
}

.navbar-expand-md {
    padding: 1.2rem 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0.7) 100%);
    transition: all 0.3s ease, box-shadow 0.3s ease;
}

.full-block {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #000;
    position: relative;
    height: 100dvh;
    width: 100%;
    overflow: hidden;
}
.full-aria {
    grid-column: 1/-1;
}
.fpl-account-bg {
    background-image: url("/assets/img/fpl-account-full-thumb.webp");
    background-size: cover;
    background-repeat: no-repeat;
}
.fpl-account-bg:before {
    content: '';
    position: absolute;
    margin: auto;
    inset: 0;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7));
}

.fpl-account-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1.25rem;
    padding: 1.25rem;
}

.fpl-account {
    color: #fff;
}
.fpl-account__content {
    width: 100%;
    max-width: 44rem;
    padding: 3rem;
    margin: auto;
}
.fpl-account__content-check {
    max-width: 26rem;
}
.fpl-account__title {
    font-family: 'Rethink Sans', sans-serif;
    font-weight: 700;
    font-size: 1.5rem;
    text-align: center;
    letter-spacing: -0.03em;
    margin-bottom: .56rem;
}
.fpl-account__title span {
    color: #6a46e3;
}

h5.fpl-account__title {
    font-size: 1.12rem;
}

.fpl-account__text + .fpl-account__title {
    margin-top: 1.3em;
}

.fpl-account__text {
    text-align: center;
    font-family: 'Rethink Sans', sans-serif;
    font-weight: 400;
    font-size: .75rem;
    letter-spacing: -0.02em;
    color: #FFFFFF;
}
.fpl-account__text a {
    font-family: 'Rethink Sans', sans-serif;
    font-weight: 700;
}

.fpl-account__text.text-forgot {
    text-align: right;
    margin-bottom: .75rem;
}
.fpl-account__other {
    padding: 3rem 0;
    max-width: 19rem;
    margin: auto auto 0;
}
.fpl-account__other .fpl-account__text {
    font-size: .87rem;
}

.fpl-account__other a {
    text-decoration: underline;
}

.fpl-account__other a:hover {
    text-decoration: none;
}

.fpl-account__form {
    margin-top: .75rem;
}

.fpl-account__form form {
    display:grid;
    gap: .5rem;
    grid-auto-flow: dense;
}

.fpl-account__form .mb-3 {
    margin-bottom: 0!important;
}

.fpl-account__btn {
 max-width: 100%;
}

.fpl-account__block, .fpl-account__logo {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    height: 100%;
    width: 100%;
    z-index: 1;
}
.fpl-account__block, .fpl-account__block >div {
    position: relative;
}
.fpl-account__block > * {
    z-index: 2;
}
.fpl-account__logo {
    height: 2rem;
    width: 7.25rem;
    margin: 0 auto 2rem;
}

form .form-label {
    font-family: 'Rethink Sans', sans-serif;
    font-weight: 500;
    font-size: .75rem;
    letter-spacing: -0.02em;
}
.was-validated .form-control:invalid, .form-control.is-invalid {
    background-image: none;
    border-color: #DF4646;
}

.was-validated .form-control:valid, .form-control.is-valid {
    background-image: none;
}

.form-control {
    width: 100%;
    height: 3.4rem;
    padding-left: 3rem;
    padding-right: 3rem;
    background-color: #F9FAFB;
    border-radius: 2rem;
}
.form-control-input {
    position: relative;
}
.toggle-password {
    cursor: pointer;
}
.form-control-input .icon, .form-control-input .toggle-password {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 1.25rem;
    height: 1.25rem;
    z-index: 1;
}

.form-control-input .icon {
    left: 1rem;
}

.form-control-input .toggle-password {
    right: 1rem;
}
.form-control-input .invalid-feedback{
    position: absolute;
    bottom: 0.21rem;
    left: 3rem;
    font-size: .6rem;
    color: #DF4646;
}

.form-control::placeholder {
    font-family: 'Rethink Sans', sans-serif;
    font-weight: 500;
    font-size: .87rem;
    letter-spacing: -0.02em;
    color: #94959F;
}

.password-rules {
    margin-top: 1.2rem;
}

.password-rules .rule {
    display: flex;
    align-items: center;
    gap: 8px;
    margin: 5px 0;
    font-family: 'Rethink Sans', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: .7rem;
    letter-spacing: -0.02em;
}

.password-rules .icon {
    width: 12px;
    height: 12px;
    background-size: contain;
    background-repeat: no-repeat;
    display: inline-block;
}
.password-rules .rule.initial {
    color: #fff;
}
.password-rules .rule.valid {
    color: #47B973;
}

.password-rules .rule.invalid:not(.optional)  {
    color: #DF4646;
}

.password-rules .rule.initial .icon,
.password-rules .rule.optional .icon {
    background-image: url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='6' cy='6' r='6' fill='%23F9FAFB'/%3E%3Cpath d='M7.21933 3.71926C7.51196 3.42644 7.98629 3.4264 8.2789 3.71926C8.5714 4.01237 8.57148 4.48772 8.2789 4.78079L7.06405 5.99661L8.28183 7.21145L8.33358 7.26907C8.57349 7.5632 8.55635 7.99698 8.28183 8.27102C8.00707 8.5451 7.57188 8.56229 7.27694 8.32278L7.21933 8.27102L6.00351 7.05813L4.78573 8.27883C4.49309 8.57168 4.01878 8.57172 3.72616 8.27883C3.43367 7.98575 3.43367 7.51038 3.72616 7.21731L4.94198 5.99954L3.71933 4.77981C3.4262 4.48733 3.42628 4.01276 3.71933 3.72024C3.99414 3.44626 4.42933 3.4289 4.72421 3.66848L4.78183 3.72024L6.00155 4.93704L7.21933 3.71926Z' fill='%23161819'/%3E%3C/svg%3E%0A");
}

.password-rules .rule.invalid:not(.optional) .icon {
    background-image: url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6 0C2.6862 0 0 2.6862 0 6C0 9.3138 2.6862 12 6 12C9.3138 12 12 9.3138 12 6C12 2.6862 9.3138 0 6 0Z' fill='%23DF4646'/%3E%3Cpath d='M6 8.5V6' stroke='black' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M6.75 3.75C6.75 4.16421 6.41421 4.5 6 4.5C5.58579 4.5 5.25 4.16421 5.25 3.75C5.25 3.33579 5.58579 3 6 3C6.41421 3 6.75 3.33579 6.75 3.75Z' fill='black'/%3E%3C/svg%3E%0A");
}

.password-rules .rule.valid .icon {
    background-image: url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_179_427)'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M12 6C12 9.31371 9.31371 12 6 12C2.68629 12 0 9.31371 0 6C0 2.68629 2.68629 0 6 0C9.31371 0 12 2.68629 12 6Z' fill='%2347B973'/%3E%3Cpath d='M4 6.5L5.5 8L8 5' stroke='black' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_179_427'%3E%3Crect width='12' height='12' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
}

.password-field {
    position: relative;
    display: flex;
    align-items: center;
}
.password-field .toggle-password {
    position: absolute;
    right: 10px;
    cursor: pointer;
}
.password-field .icon-lock {
    position: absolute;
    left: 10px;
}
.password-field input {
    padding-left: 35px;
    padding-right: 35px;
}
/** Sing up **/
.password-rules {
    margin: .5rem 0;
}
.label-block {
    display: flex;
    align-items: center;
    gap: .5rem
}
.fpl-tooltip {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: transparent;
    padding: 0.25rem 0.375rem;
    gap: 0.625rem;
    border: 1px solid rgba(255, 255, 255, 0.4);
    border-radius: 0.375rem;
    flex-grow: 0;
    font-size: 0.625rem;
    cursor: pointer;
    margin-left: 1.2rem;
    line-height: 1;
    &:hover {
        background-color: #000;
        color: #fff;
    }
}

.fpl-tooltip:before {
    content: '';
    position: absolute;
    top: 50%;
    left: -1.25rem;
    transform: translateY(-50%);
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url("data:image/svg+xml,%3Csvg width='14' height='14' viewBox='0 0 14 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.00033 12.8333C10.2087 12.8333 12.8337 10.2083 12.8337 6.99999C12.8337 3.79166 10.2087 1.16666 7.00033 1.16666C3.79199 1.16666 1.16699 3.79166 1.16699 6.99999C1.16699 10.2083 3.79199 12.8333 7.00033 12.8333Z' stroke='white' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M7 4.66666V7.58332' stroke='white' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M6.99707 9.33334H7.00231' stroke='white' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
    width: .95rem;
    height: .95rem
}
.fpl-signup form {
    grid-template-columns: 1fr 1fr;
}
.full-aria > div {
    margin-bottom: 0!important;
}

/** Login **/
.fpl-login__block {
    background: #101010;
    border-radius: 24px;
    overflow: hidden;
}

.decor-corne:before, .decor-corne:after {
    content: '';
    position: absolute;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url("/assets/img/corner-dots.svg");
    width: 906px;
    height: 506px;
    z-index: 0;
}
.decor-corne:before {
    top: -54px;
    left: -54px;
}

.decor-corne:after {
    bottom: -54px;
    right: -54px;
    transform: rotate(180deg);
}

.fpl-account__thumbnail img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.pl-account__btn {
    max-width: 100%
}

.auth-clients {
    display: grid;
    gap: 6px;
    margin-top: 12px;
}
.auth-clients li {
    display: flex;
    margin: 0;
}

.auth-clients a {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 18px 48px;
    gap: 4px;
    width: 100%;
    height: 56px;
    border: 1px solid #FFFFFF;
    border-radius: 48px;
    font-family: 'Rethink Sans', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    text-align: center;
    color: #FFFFFF;
}

.auth-clients a:after {
    content: '';
    position: relative;
}
.auth-clients a.google:after {
    content: 'Sign in with Google';
}
.auth-icon.google {
    background-position: center;
    background-image: url("/assets/img/icon/google-icon.svg");
    margin: 0;
}

/**Reset Password */
.fpl-reset__logo {
    width: 4.7rem;
    height: 4.7rem;
}

/** s-privacy-condition **/
.site-contact__block {
    min-height: 73vh;
}

/* Container for policy content */
.s-privacy-condition {
    max-width: 1000px;
    margin: 0 auto;
    line-height: 1.4;
    padding-top: 9rem;
}

.s-privacy-condition .container {
    background-color: #ffffff0a;
    border: 1px solid rgba(255,255,255,.08);
    border-radius: 20px;
    overflow: hidden;
    padding: 30px 20px;
}

.yii-debug-toolbar {
    opacity: 0;
    visibility: hidden;
    z-index: -1;
}


    /* Headings */
.s-privacy-condition h1, .s-privacy-condition h2, .s-privacy-condition h3{
    font-family: "Rethink Sans", sans-serif;
    font-weight: 600;
}
.s-privacy-condition h1 {
    font-size: 3rem;
    margin-bottom: 1.5rem;
    font-weight: 700;
    line-height: 1.2;
}

.s-privacy-condition h2 {
    font-size: clamp(1.5rem, 2.2161vw + 0.838rem, 2.5rem);
    color: #FFFFFF;
    margin-top: 2.5rem;
    margin-bottom: 1rem;
}

.s-privacy-condition h3 {
    font-size: 1.3rem;
    margin-top: 2rem;
    margin-bottom: 0.8rem;
}

/* Paragraphs */
.s-privacy-condition p {
    font-size: 1.22rem;
    color: rgba(255, 255, 255, 0.7);
    margin-bottom: 1rem;
}

/* Lists */
.s-privacy-condition ul,
.s-privacy-condition ol {
    padding-left: 1.5rem;
    margin-bottom: 1.2rem;
    display: grid;
    gap: 0.8rem;
    font-weight: 500;
    font-size: 1.12rem;
    letter-spacing: -0.02em;
}

.s-privacy-condition li {
    font-size: 1rem;
    position: relative;
    padding-left: 1.8rem;
}

.s-privacy-condition ul li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    margin: 0 auto;
    width: 1.2rem;
    height: 1.2rem;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.99996 1.6665C5.40829 1.6665 1.66663 5.40817 1.66663 9.99984C1.66663 14.5915 5.40829 18.3332 9.99996 18.3332C14.5916 18.3332 18.3333 14.5915 18.3333 9.99984C18.3333 5.40817 14.5916 1.6665 9.99996 1.6665Z' fill='%235136C4'/%3E%3Cpath d='M13.9834 8.08314L9.25837 12.8081C9.1417 12.9248 8.98337 12.9915 8.8167 12.9915C8.65003 12.9915 8.4917 12.9248 8.37503 12.8081L6.0167 10.4498C5.77503 10.2081 5.77503 9.80814 6.0167 9.56647C6.25837 9.3248 6.65837 9.3248 6.90003 9.56647L8.8167 11.4831L13.1 7.1998C13.3417 6.95814 13.7417 6.95814 13.9834 7.1998C14.225 7.44147 14.225 7.83314 13.9834 8.08314Z' fill='white'/%3E%3C/svg%3E%0A");
}

/* Links */
.s-privacy-condition a {
    color: #fff;
    text-decoration: underline;
    transition: color 0.2s ease;
}

.s-privacy-condition a:hover {
    color: #6a46e3;
}

.pricing-page {
    padding-top: 7.8rem;
}
.footer {
    margin-top: auto;
}
@media screen and (max-width: 1024px) {
    .full-block {
        min-height: 100vh;
        overflow-y: auto;
    }
    .fpl-account__block {
        justify-content: flex-start;
    }
    .fpl-account-grid {
        grid-template-columns: 1fr;
        padding: 1rem;
    }
    .fpl-account__logo {
        margin-bottom: 1.5rem;
    }
    .fpl-account__thumbnail {
        display: none;
    }
    .fpl-account__content {
        width: 100%;
        max-width: 36.6rem;
        padding: 1rem;
    }
    .fpl-account__content-check {
        max-width: 18rem;
    }
    .fpl-account__other {
        padding: 12px 0;
    }
    .decor-corne::before {
        top: -154px;
        left: -102px;
    }
    .decor-corne::after {
        bottom: -154px;
        right: -116px;
    }
    .label-block {
        gap: .2rem;
    }
    .fpl-signup form {
        grid-template-columns: 1fr;
    }

    .s-privacy-condition {
        padding-top: 8rem;
    }
    .s-privacy-condition h1 {
        font-size: 2.4rem;
    }
    .s-privacy-condition p {
        font-size: 1rem;
    }
    .s-privacy-condition h2 {
        margin-top: 2rem;
    }
    .s-privacy-condition .container {
        width: calc(100% - 24px);
    }
}
