:root {
    --sandbox-header-height: 84px;
    --btn-clr-hover: #e4e4e4;
}

* {
    margin: 0;
    padding: 0;
}

body {
    font-family: var(--base-font);
    position: relative;

}

.erply-sandbox {
    background-color: #020417;
}

.signup {
    height: 100vh;
    display: grid;
    grid-template-columns: minmax(0, 690px) minmax(0, 1fr);
}

.signup__wrapper--left {
    --left: #020417;
    background-color: var(--left);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 40px 40px 30px;
    position: relative;
}

.signup__wrapper--left::after {
    content: '';
    position: absolute;
    left: 0%;
    bottom: 0;
    height: 100%;
    width: 100%;
    /* background: radial-gradient(245.02% 109.58% at 50% -7.58%, rgba(0, 0, 0, 0) 0%, rgba(37, 46, 255, 0.38) 76.07%, #2D88DC 100%); */
    background: radial-gradient(245.02% 109.58% at 50% 9.24%, rgba(0, 0, 0, 0) 0%, rgba(37, 46, 255, 0.38) 53.07%, #2D88DC 100%);
}

.signup h1 {
    font-family: 'TWK Lausanne', var(--base-font);
    font-size: 56px;
    font-weight: 600;
    line-height: 67px;
    letter-spacing: 0.008em;
    text-align: left;  
    color: #fff;
    margin-bottom: 40px;
}

.sign-in__title {
    font-size: 62px;
    font-style: normal;
    font-weight: 750;
    line-height: 75px;
    letter-spacing: -0.768px;
    background: linear-gradient(180deg, #f5f6ff 0%, #7386c9 100%);
    background-clip: border-box;
    background-clip: border-box;
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-top: 130px;
    margin-bottom: 50px;
    margin-right: 10px;
    word-break: keep-all;
}

.banner__text-gradient {
    background: -webkit-linear-gradient(#ffffff, #F5F6FF, #7386C9);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.banner__cta {
    color: white;
    font-weight: 650;
    font-size: 15px;
    padding-bottom: 1px; /* for dashed */
}

.banner__cta.banner__cta--gradient {
    background: linear-gradient(180deg, rgba(144 200 232 / 8%), rgba(144 200 232 / 20%));
    border: 1.5px solid rgba(144 200 232 / 32%);
    border-radius: 4px;
    padding: 12px 20px;
}

.banner__cta.banner__cta--dashed {
    border-bottom: 1px dashed rgba(85 149 208 / 80%);
}

.signup__footer--left > div {
    display: flex;
    align-items: center;
    gap: 40px;
    padding-top: 30px;
}

.signup__footer--left > div > div {
    display: flex;
    align-items: center;
    gap: 12px;
}

.signup__footer--left > div > div:last-of-type {
    flex-direction: column;
    align-items: flex-end;
    flex: 1;
    gap: 0;
}

.signup .circle {
    background-color: white;
    width: 20px;
    height: 20px;
    border-radius: 100%;
    display: inline-block;
}

.signup__wrapper--right {
    --right: #fff;
    background-color: var(--right);
    min-height: 100vh;
    height: 100%;
    width: 100%;
    box-shadow: 100vmax 0 0 100vmax var(--right);
    position: relative;
    z-index: 1;
    overflow: auto;
    /* padding-bottom: 56px; */
}

/* localization */
.localization {
    padding: 28px 16px 56px;

    display: flex;
    align-items: center;
    justify-content: center;
}

.localization > a {
    display: none;
}

.localization form {
    margin-left: auto;
    width: max-content;
    display: flex;
    align-items: center;
    gap: 2px;
}

.localization form span {
    font-family: 'TWK Lausanne', var(--base-font);
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    letter-spacing: 0.016em;
    text-align: center;
    color: rgba(41, 42, 47, 1);
    cursor: pointer;
}

/* form */
.signup .form {
    width: 100%;
    max-width: 496px;
    margin: 0 auto;
    padding-left: 16px;
    padding-right: 16px;
}

.form--title {
    margin-bottom: 40px;
    font-family: 'TWK Lausanne', var(--base-font);
    font-size: 32px;
    font-weight: 700;
    line-height: 40px;
    letter-spacing: 0.008em;
    text-align: left;
    color: rgba(28, 30, 33, 1);
}

.hidden-pass {
    position: relative;
    width: 22px;
    height: 22px;
}
/*
[data-error="false"] {
    display: none;
}

[data-error="true"] {
    display: flex;
}*/

.hidden-pass::before {
    content: '';
    /* background: orange; */
    position: absolute;
    left: 0;
    top: 0;
    z-index: 10;
    height: 100%;
    width: 100%;
}

.absolute-label {
    position: absolute;
    left: 20px;
    top: 20px;
    z-index: 10;
    transition: top 100ms ease;
    color: rgba(166, 169, 173, 1);
}

.input-text {
    background-color: transparent;
    border-radius: 4px!important;
    border: none!important;
}

.input-submit {
    background-color: transparent;
    color: white;
    font-size: 17px;
    font-weight: 500;
    font-family: inter;
}

.input-submit::before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    /* background-color: orange; */
    z-index: 10;
}

.absolute-label:has(+ .input-text:focus),
.float {
    top: 10px!important;
    font-size: 13px;
    font-weight: 650;
    color: #45474D;
}

.input--field {
    position: relative;
    width: 100%;
    height: 64px;
    border: 1px solid rgba(213, 215, 218, 1);
    border-radius: 6px;
    /* margin-bottom: 16px; */
}

.input--field:has(.input-text:focus-within) {
    border: 2px solid rgba(39, 103, 227, 1);
    box-shadow: 0 0 0 4px rgba(39 103 227 / 25%);
    border-radius: 4px;
}

.input--field .input-text:focus,
.transform {
    outline: none;
    color: rgba(41, 42, 47, 1);
    font-weight: 450;
    padding-top: 30px!important;
    padding-bottom: 14px !important;
}

.input--field input,
.input--field select {
    appearance: none;
    position: absolute;
    width: 100%;
    height: 100%;
    padding: 20px;
    padding-right: calc(32px + 24px);
    border: 1px solid transparent;
    border-radius: 10px;
    font-family: 'TWK Lausanne', var(--base-font);
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0.016em;
    text-align: left;    
    left: 0;
    top: 0;
}

.input--field select {
    padding-top: 10px;
    padding-bottom: 0;
}

.input--field select option {
    margin-top: 10rem;
}

.input--field svg {
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
}

.input--checkbox {
    height: unset;
    border: 0;
}

.input--checkbox input {
    padding: 0;
    width: unset;
}

.form .misc {
    font-family: 'TWK Lausanne', var(--base-font);
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0.016em;
    text-align: left;    
    color: rgba(41, 42, 47, 1);
}

.form .misc a {
    color: rgba(39, 103, 227, 1);
}

.input--field:has(.checkbox) {
    margin-bottom: 0;
}

#terms {
    width: 24px;
    height: 24px;
    border: 2px solid rgba(213, 215, 218, 1);
    border-radius: 6px;
    position: relative;
    display: block;
    /* left: 0;
    top: 50%;
    transform: translateY(-50%); */
    cursor: pointer;
}

[for="terms"] ~ .misc {
    margin-left: 36px;
}

#terms:checked {
    background-color: #2D88DC;
    border-color: #2D88DC;
    background-image: url('../icons/check.svg');
    background-repeat: no-repeat;
    background-position: center;
}

.btn {
    border: 0;
    display: grid;
    place-items: center;
    width: 100%;
    border-radius: 4px;
    padding: 12px;

    font-family: 'TWK Lausanne', var(--base-font);
    font-size: 18px;
    font-weight: 600;
    line-height: 28px;
    letter-spacing: 0.016em;
    text-align: center;    

    background-color: rgba(39, 103, 227, 1);
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.06);
    color: #fff;
    cursor: pointer;
}

.sign--in {
    margin-top: 24px;
    padding-bottom: 24px;
    margin-bottom: 24px;
    border-bottom: 1px solid rgba(235, 236, 238, 1);
}

.misc.terms {
    font-size: 14px;
}

/* verification */
.signup .verify {
    width: 100%;
    max-width: 480px;
    margin: 176px auto 0;
    position: relative;
}

.signup .verify .to--verify {
    position: absolute;
    left: calc(-120px - 32px);
    top: 46px;
}

@media (width < 1440px) {
    .signup .verify .to--verify {
        right: 0;
        left: auto;
        scale: 2;
        top: -40%;
    }
}


.verify--title {
    font-family: 'TWK Lausanne', var(--base-font);
    font-size: 32px;
    font-weight: 700;
    line-height: 40px;
    letter-spacing: 0.008em;
    text-align: left;
    color: rgba(28, 30, 33, 1);
    margin-top: 32px;
}

.verify--info {
    font-family: 'TWK Lausanne', var(--base-font);
    font-size: 20px;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: 0.016em;
    text-align: left;
    color: rgba(41, 42, 47, 1);
    margin-top: 16px;
}

.verify--info strong {
    font-size: 20px;
    font-weight: 600;
    line-height: 28px;
    letter-spacing: 0.016em;
    text-align: left;
}

.verify .btn--email-resend {
    width: max-content;
    padding-left: 24px;
    padding-right: 24px;
    font-family: 'TWK Lausanne', var(--base-font);
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    letter-spacing: 0.016em;
    text-align: center;
    color: rgba(41, 42, 47, 1);
    background-color: rgba(241, 242, 243, 1);
    border-radius: 6px;
    margin-top: 32px;
    margin-bottom: 48px;
}

.verify .contact {
    color: rgba(69, 71, 77, 1);
    font-family: 'TWK Lausanne', var(--base-font);
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0.016em;
    text-align: left;
    padding-top: 24px;
    border-top: 1px solid rgba(235, 236, 238, 1);
}

.verify .contact a {
    color: rgba(39, 103, 227, 1);
}

/*
    Sandbox Welcome page (start)
*/
.card-hover {

    cursor: pointer;
    
    /* transition: border-color 150ms ease; */
}

.card-btn__text {
    /* transition: opacity 150ms ease; */
}

.card-btn rect {
    /* transition: all 150ms ease; */
    fill: rgba(136, 139, 144);
}

.card-hover:hover {
    border-color: rgb(166 169 174 / 100%);
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.04), 0px 6px 4px -6px rgba(0, 0, 0, 0.02);

}

.card-hover:hover .card-btn__text {
    opacity: 1;
}

.card-hover:hover .card-btn rect {
    fill: rgba(39, 103, 227); /* default*/
}
/*
    Sandbox Welcome page (finish)
*/

/*
    Sandbox Standalone language localization flyout (start)
*/
.sandbox-lang-popover,
.sandbox-profile-popover {
    display: none;
    position: absolute;
    top: calc(100% + 8px);
    right: 0;
    background-color: var(--system-clr-bg-default);
    box-shadow: var(--system-clr-floating-shadow);
    border-radius: 8px;
    width: 320px;
    z-index: 50;
}

.sandbox-lang-popover .lang {
    transform: background-color 250ms ease;
}           

.sandbox-lang-popover .lang:hover {
    background-color: #F1F2F3;
}

.sandbox-settings {
    display: none;
}
/*
    Sandbox Standalone language localization flyout (finish)
*/

/*
    Sandbox dashboard (start)
*/
.sandbox-fixed-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    border-bottom: 1px solid rgba(235, 236, 238, 1);
    padding: 0;

}

.l-sandbox-main {
    display: grid;
    grid-template-columns: 264px minmax(0, 1fr);
}

.l-sandbox-main main {
    min-height: 100vh;
}

.l-sandbox-aside {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 100%;
    max-width: 264px;
    height: calc(100vh - 75px);
    border-right: 1px solid var(--system-clr-border-min);
    border-top: 1px solid var(--system-clr-border-min);
    background-color: var(--system-clr-bg-default);
    margin-top: -15px;

    position: fixed;
    top: var(--sandbox-header-height);
    left: 0;
    z-index: 75;
    transition: left 450ms ease-in-out;
}

.sandbox-dashboard__menu-slider {
    position: fixed;
    top: 0;
    left: -100%; /* hidden by default */
    height: 100vh;
    width: 100%;
    max-width: 560px;
    padding: 40px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    box-shadow: 16px 0 48px rgba(0 0 0 / 16%);
    background-color: var(--system-clr-bg-default);
    z-index: 100;
    transition: left 450ms ease-in-out;
}

.sandbox-dashboard-active {
    width: 54px;
    height: 54px;
    border: 1.5px solid #0676EF;
    border-radius: 6px;
    display: grid;
    place-items: center;
}

.sandbox-company-slider:hover {
    background-color: var(--system-clr-active);
}

.sandbox-nav__link-icon {
    fill: #45474C;
}

.sandbox-nav__link:hover {
    background-color: var(--system-clr-light-active);   
    cursor: pointer;
}

.sandbox-nav__link-text {
    font-size: 15px;
    font-weight: 500;
    color: var(--system-clr-default);
}

.sandbox-nav__link:hover .sandbox-nav__link-text {
    color: #2767E3;
}

.sandbox-nav__link:hover .sandbox-nav__link-icon,
.sandbox-nav__link.sandbox-nav__link--active .sandbox-nav__link-icon {
    fill: #2767E3;
}
/*
.sandbox-wrapper {
    display: none;
}*/

.sandbox-apps {
    display: grid;
    grid-template-columns: repeat(2, minmax(0,1fr));
    column-gap: 20px;
    row-gap: 20px;
    padding-bottom: 40px;
}

.sandbox-app-card {
    box-shadow: 0 2px 4px rgba(0 0 0 / 4%);
    border: 1px solid #E4E6E8;
    border-radius: 6px;
    padding: 20px;
    display: flex;
    /* align-items: center; */
    justify-content: flex-start;
    column-gap: 20px;
    row-gap: 20px;
}

.sandbox-app__add {
    display: flex;
    align-items: center;
    padding: 12px 16px;
    background-color: #007BFF;
    border-radius: 4px;
}

.sandbox-app-card.sandbox-app-card--dashed {
    border-style: dashed;
    border-color: #CDCFD2;
}
/*
    Sandbox dashboard (finish)
*/

.sandbox-form,
.sandbox-content,
.sandbox-reset-form {
    display: none;
}

[data-submit-state="submitting"] {
    background-color: #0C46B9;
    color: white;
}

[data-submit-state="disabled"] {
    background-color: #E4E6E8;
    color: rgba(28 30 33 / 45%);
}

[data-submit-state="active"] {
    background-color: rgba(61, 138, 246, 1);
    color: white;
}

.signup-form-mini-header {
    /* background-color: white; */
    justify-content: flex-end;
}

.signup-form {
    max-width: calc(480px + 48px);
    padding: 24px;
    margin: 0 auto;
}

.sandbox-content__heading {
    padding-bottom: 16px;
    font-size: 33px;
    color: #1C1E21;
}

.sandbox-content__subheading {
    padding-bottom: 36px;
    font-size: 16px;
    color: #292A2F;
}

.form-btn--sso-text {
    font-size: 15px;
    font-weight: 650;
    color: #292A2F;
}

.form-btn {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 4px;
    padding: 12px;
}

.sandbox-divider {
    display: flex;
    align-items: center;
    padding: 26px 0;
    column-gap: 15px;
}

.sandbox-divider__line {
    display: block;
    background-color: rgb(235 236 238 / 100%);
    height: 1px;
    width: -webkit-fill-available;
}

.sandbox-divider__text {
    font-size: 14px;
    font-weight: 550;
    flex: 1;
    white-space: nowrap;
    color: #b9a5a6;
}

.reset-notif {
    border-radius: 6px;
    background-color: #E8FBF0;
    padding: 20px;
    display: flex;
    font-size: 15px;
}

.checkbox-label {
    font-size: 15px;
    font-weight: 500;
    padding-left: 12px;
}

.regular-text {
    font-size: 15px;
    color: #292A2F;
}

.back-text {
    font-size: 15px;
    color: #292A2F;
    font-weight: 600;
}

.forgot-pass {
    color: rgba(39, 103, 227, 1);
    white-space: nowrap;
    font-size: 15px;
    font-weight: 600;
    position: relative;
}

.sandbox-footer {
    display: none;
    padding: 164px 40px 24px;
}

.sandbox-flyout__checkbox-icon {
    opacity: 0;
}

#system:checked ~ .body [for="system"] ~ .sandbox-flyout__checkbox-icon,
#light:checked ~ .body [for="light"] ~ .sandbox-flyout__checkbox-icon,
#dark:checked ~ .body [for="dark"] ~ .sandbox-flyout__checkbox-icon {
    opacity: 1;
}

#system:checked ~ .body [for="system"] ~ .sandbox-access__language-text,
#light:checked ~ .body [for="light"] ~ .sandbox-access__language-text,
#dark:checked ~ .body [for="dark"] ~ .sandbox-access__language-text {
    font-weight: 300;
}


.sandbox-dashboard__logo [fill]:not([fill=""]) {
    fill: var(--system-clr-strong);
}
.sandbox-dashboard__logo [stroke]:not([stroke=""]) {
    stroke: var(--system-clr-strong);
}

.sandbox-fixed-header {
    background-color: var(--system-clr-bg-default);
    /* border-color: var(--system-clr-border-min); */
}

.sandbox-header__company-title {
    font-size: var(--fs-zeta);
    font-weight: 600;
    color: var(--system-clr-default);
}

.sandbox-header__company-id {
    font-size: var(--fs-beta);
    font-weight: 600;
    color: var(--system-clr-default);
}

.sandbox-company-slider [fill]:not([fill=""]),
.sandbox-nav__link [fill]:not([fill=""]),
.mobile-menu [fill]:not([fill=""]) {
    fill: var(--system-clr-ico-default);
}

.sandbox-company-slider [stroke]:not([stroke=""]),
.sandbox-nav__link [stroke]:not([stroke=""]),
.mobile-menu [stroke]:not([stroke=""]) {
    stroke: var(--system-clr-ico-default);
}

.company-header__name {
    font-size: var(--fs-delta);
    font-weight: 500;
    color: var(--system-clr-default);
    padding-left: 8px;
    user-select: none;
}

.sandbox-app-card__title {
    font-size: var(--fs-kappa);
    font-weight: 600;
    color: var(--system-clr-default);
}

.sandbox-app-card__description {
    font-size: var(--fs-delta);
    font-weight: 400;
    color: var(--system-clr-subtle);
}

.sandbox-flyout__top-wrapper {
    border-bottom: 1px solid var(--system-clr-border-min-rgba);
}

.sandbox-flyout__default {
    color: var(--system-clr-default);
    font-size: var(--fs-delta);
}

.sandbox-flyout__subtle {
    color: var(--system-clr-subtle);
    font-size: var(--fs-charlie);
}

.sandbox-flyout__soft {
    color: var(--system-clr-soft);
    font-size: var(--fs-charlie);
    line-height: 18px;
}

.sandbox-flyout__nav-link {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 20px;
    position: relative;
    user-select: none;
}

.sandbox-flyout__nav-link:hover {
    background-color: var(--system-clr-hover);
}

.sandbox-flyout__next-icon [fill]:not([fill=""]),
.sandbox-flyout__next-icon [fill]:not([fill="none"]),
.sandbox-flyout__nav-link [fill]:not([fill=""]),
.sandbox-flyout__nav-link [fill]:not([fill="none"]) {
    fill: var(--system-clr-ico-default);
}

.sandbox-flyout__next-icon [stroke]:not([stroke=""]),
.sandbox-flyout__next-icon [stroke]:not([stroke="none"]),
.sandbox-settings--profile-lang [stroke]:not([stroke=""]),
.sandbox-settings--profile-lang [stroke]:not([stroke="none"]), 
.sandbox-settings--profile-appearance [stroke]:not([stroke=""]),
.sandbox-settings--profile-appearance [stroke]:not([stroke="none"]),
.sandbox-flyout__nav-link [stroke]:not([stroke=""]),
.sandbox-flyout__nav-link [stroke]:not([stroke="none"]) {
    stroke: var(--system-clr-ico-default);
}

.sandbox-flyout__appearance-ico circle,
.sandbox-flyout__appearance-ico--signout path {
    fill: transparent;
}

@media (max-width: 360px) {
    .sandbox-company-slider {
        padding-left: 0;
    }
}

.footer-text {
    font-family: 'TWK Lausanne', var(--base-font);
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0em;
    text-align: left;
    color: #6A7078;
}

.footer-text--sm {
    font-size: 12px;
}

.footer--text-bold {
    font-weight: bold;
}

.footer-misc {
    display: flex;
    align-items: flex-end;
    flex-direction: column;
}

.language {
    font-size: 15px;
}

@media (width < 1280px) {
    body {
        background-color: unset;
    }

    .signup::after {
        display: none;
    }

    .signup__page .g-container {
        padding: 0;
    }
    
    .signup {
        grid-template-columns: 1fr;
        height: unset;
    }

    .signup__wrapper--left {
        display: none;
    }

    .signup .form {
        max-width: unset;
    }

    .signup__wrapper--right {
        box-shadow: unset;
        width: max-content;
        margin: 0 auto;
        overflow: unset;
    }

    .localization > a {
        display: block;
    }
}

@media (width < 1280px) {
    .signup__wrapper--right {
        background: transparent;
    }
}

@media (width < 767px) {
    .signup__wrapper--right {
        width: calc(100% - 32px);
    }

    .localization,
    .signup .form {
        padding-left: 0;
        padding-right: 0;
    }

    .signup .verify .to--verify {
        right: 20%;
    }

    .signup .verify {
        overflow: unset;
        max-width: auto;
    }
}

@media (max-width: 1279px) {
    .signup__wrapper--right {
        width: 100%;
        background-color: white;
    }

    .signup-form-mini-header {
        padding: 24px 17px 0px 40px;
        justify-content: space-between;
    }

    .sandbox-lang-popover {
        right: -2px;
    }

    .signup-form {
        padding-top: 84px;
    }

    .sandbox-footer {
        display: flex;
    }
}

@media (max-width: 768px) {
    .sandbox-footer {
        padding: 164px 24px 24px;
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
    }

    .signup-form-mini-header {
        padding: 24px 17px 0px 24px;
    }

    .footer-line {
        flex-direction: column;
        padding-bottom: 24px;
        align-items: flex-start;
        row-gap: 12px;
        column-gap: 12px;
    }

    .footer-line > * {
        padding: 0;
    }

    .footer-misc {
        align-items: flex-start;
    }
}

@media (max-width: 360px) {
    .sandbox-lang-popover {
        position: fixed;
        top: 0;
        right: 0;
        border: none;
        width: 100vw;
        height: 100vh;
    }
}



.sandbox-notif {
    position: fixed;
    /* top: 28px; */
    top: -100px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 150;
    transition: all 150ms ease-in-out;
    color: var(--system-clr-inverse);
    background-color: var(--system-clr-bg-snackbar);
    font-size: var(--fs-delta);
    padding: 12px 20px;
    box-shadow: var(--system-clr-snackbar-shadow);
    border-radius: 8px;
}

.sandbox-notif__simulate {
    position: relative;
}

#sandbox_notif_simulate:active ~ .body .sandbox-notif {
    animation: showNotif 500ms linear forwards;
}

@keyframes showNotif {
    0% {
        top: 0;
        opacity: 1;
    }

    90% {
        top: 28px;
    }

    100% {
        top: -100px;
    }
}

.sandbox-dashboard__menu-slider-heading {
    color: var(--system-clr-strong);
    font-size: var(--fs-nu);
    font-weight: bold;
}

.sandbox-wrapper--pass h1,
.sandbox-wrapper--pass h2 {
    font-size: 29px;
}

.sandbox-form-heading {
    font-size: var(--fs-kappa);
    font-weight: bold;
    color: var(--system-clr-strong);
}

.sandbox-wrapper--pass .form-heading {
    font-size: 21px;
    font-weight: 600;
}

.sandbox-form__reset-pass {
    all: unset;
    font-weight: 500;
    font-size: var(--fs-delta);
    color: var(--system-clr-inverse);
    padding: 12px 20px;
    border-radius: 4px;
    background-color: var(--system-clr-accent);
}

.sandbox-wrapper--pass .sandbox-access__field-wrapper {
    margin: 0;
}

.sandbox-wrapper--pass form {
    max-width: 480px;
}

.form-heading {
    font-size: 21px;
    color: #FAFBFC;
}

.form-wrapper   {
    max-width: 480px;
}

.name-initial {
    width: 32px;
    min-width: 32px;
    height: 32px;
    border-radius: 100%;
    background-color: #EE8728;
    display: grid;
    place-items: center;
}

.name-initial__text {
    font-size: 15px;
    font-weight: 500;
    color: #1C1E21;
    user-select: none;
}

.l-sandbox-content {
    padding: 48px 0 40px;
}

.l-sandbox-content p {
    color: var(--system-clr-default);
}

.l-sandbox-content h1,
.l-sandbox-content h2 {
    color: var(--system-clr-strong);
}

.l-sandbox-main {
    margin-top: var(--sandbox-header-height);
}

.sandbox-profile-popover p {
    font-size: 15px;
}


@media (min-width: 1280px) {
    .mobile-menu,
    .sm-screen-only {
        display: none !important;
    }
}

@media (max-width: 1279px) {
    .mobile-menu.mobile-menu--close,
    .mobile-menu.mobile-menu--open {
        display: none;
    }

    #mobile_menu_close:checked ~ .interactions-active .l-sandbox-main aside {
        left: -100%;
    }

    #mobile_menu_open:checked ~ .interactions-active .l-sandbox-main aside {
        left: 0;
    }

    #mobile_menu_close:checked ~ .interactions-active .mobile-menu--open,
    #mobile_menu_open:checked ~ .interactions-active .mobile-menu--close {
        display: grid;
    }

    .l-sandbox-main {
        grid-template-columns: minmax(0, 1fr);
    }

    .l-sandbox-main main {
        padding-bottom: 40px;
    }

    .l-sandbox-content {
        padding: 0px 0 60px;
    }
}

@media (max-width: 768px) { 
    .lg-screen-only {
        display: none!important;
    }

    .sandbox-dashboard__menu-slider {
        padding: 24px;
    }

    .sandbox-lang-popover, .sandbox-profile-popover {
        width: 100vw;
        border-radius: 0;
        box-shadow: 0;
        border-width: 1px;
        right: -8px;
    }
    
    .name-initial {
        width: 40px;
        min-width: 40px;
        height: 40px;
    }

    .sandbox-apps {
        grid-template-columns: minmax(0, 1fr);
    }

    .sandbox-app-card__image {
        width: 48px;
        height: 48px;
    }

    .sandbox-app-card__image svg {
        height: inherit;
        width: inherit;
    }

    .sandbox-app-card__title {
        font-size: 21px;
    }

    .card-btn__text {
        display: none;
    }

    .name-initial {
        padding: 0;
    }
}

@media (max-width: 375px) {
    .l-sandbox-aside {
        max-width: 100%;
    }

    .sandbox-app-card__content-wrapper {
        display: flex;
        align-self: center;
    }

    .sandbox-app-card__title {
        font-size: 19px;
        margin-bottom: 0;
    }

    .sandbox-app-card__description {
        display: none;
    }

    .card-btn__icon {
        place-items: center;
    }
}

/* animations */
.rotate {
    animation: rotate 750ms infinite linear;
}

@keyframes rotate {
    from { rotate: 0deg; }
    to { rotate: 360deg; }
}

.password-container {
	position: relative;
	display: flex;
	align-items: center;
	width: 100%;
}

/* Input password field */
.sandbox-access__field-input-password {
	flex: 1;
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	width: 100%;
	border: 1px solid var(--border-main-clr);
	border-radius: 4px;
	padding: 30px 20px 14px;
	outline: none;
	font-size: 15px;
	background: transparent;
	color: var(--system-clr-default);

	padding-right: 30px;
}

.sandbox-access__field-input-password::placeholder {
	opacity: 0;
}

.sandbox-access__field-input-password::-webkit-autofill,
.sandbox-access__field-input-password::-webkit-autofill:hover,
.sandbox-access__field-input-password::-webkit-autofill:focus {
	-webkit-text-fill-color: white !important;
	background-color: transparent;
}

/* Focus within style */

.sandbox-access__field:focus-within .sandbox-access__field-input-password,
.sandbox-access__field-input-password:not(:placeholder-shown)+.sandbox-access__field-text {
	color: var(--system-clr-subtle);
}

/* Toggle password icon container */
.sandbox-access__toggle-password {
    position: absolute;
    right: 12px; 
    top: 28px;
    cursor: pointer;
    display: flex;
    align-items: center;
}

.eyeOpen i {
    font-size: 20px;
    color: var(--system-clr-placeholder)
}


/* Icon styles */
.sandbox-access__toggle-password svg {
	width: 20px;
	height: 20px;
}

/* Display logic for icons */
.password-container .eyeOpen {
	display: block;
	cursor: pointer;
}

.password-container .eyeClose {
	display: none;
}

.password-container input[type="text"]~.sandbox-access__toggle .eyeOpen {
	display: none;
}

.password-container input[type="text"]~.sandbox-access__toggle .eyeClose {
	display: block;
	cursor: pointer;
}

.sandbox-access__field-password:focus-within>.sandbox-access__field-text,
.sandbox-access__field-input-password:not(:placeholder-shown)+.sandbox-access__field-text {
	color: var(--system-clr-subtle);
	transform: translateY(10px);
	font-weight: 600;
	font-size: var(--fs-beta);
}

#lightMode,
#darkMode {
	background-color: transparent;
}

.sandbox-access__field-text.select-version-label {
	margin-top: 10px;
}



.theme-toggle i {
  font-size: 26px;
  display: flex; 
  align-items: center;
  justify-content: center;
}

.sandbox-access__field-text:focus-within>.select-version-label,
.sandbox-access__field-text:not(:placeholder-shown)+.select-version-label {
	transform: translateY(0px);
	transition: none;

}

/* Active state for the label */
.sandbox-access__field-text.active {
	color: var(--system-clr-subtle);
	transform: translateY(10px);
	font-size: 13px;
	font-weight: 600;
}

.sandbox-access__btn--submit:disabled:hover {
	background: rgba(213, 215, 218, 1);
	color: rgba(28, 30, 33, 0.45);
}

.sandbox-access__btn--submit:hover {
	background: #007BFF;
}

.sandbox-link:hover {
	text-decoration: underline dashed 1px solid #2767E3;
	text-underline-offset: 4px;
	color: #2767E3;
}
.sandbox-access__signin-sso:hover {
	background: var(--btn-clr-hover);
}

.sandbox-access__cta--underline:hover {
	text-decoration: none;
}

.sandbox-access__cta--gradient:hover {
	background: linear-gradient(180deg, rgba(144, 200, 232, 0.2), rgba(144, 200, 232, 0.4));
	border-color: rgba(144, 200, 232, 0.64);
}

.sandbox-access__signin-sso-icon {
	transition: stroke 0.3s;
}

.sandbox-access__back-btn:hover {
	color: #007BFF;
}

.sandbox-access__back-btn:hover .sandbox-access__signin-sso-icon path {
	stroke: #007BFF;
}

/* Button hovers*/
    .sandbox-access__btn--submit:disabled:hover {
        background: rgba(213, 215, 218, 1);
        color: rgba(28, 30, 33, 0.45);
    }
    
    .sandbox-access__btn--submit:hover {
        background: #007BFF;
    }
    
    .sandbox-link:hover {
        text-decoration: underline dashed 1px solid #2767E3;
        text-underline-offset: 4px;
        color: #2767E3;
    }
    .sandbox-access__signin-sso:hover {
        background: var(--btn-clr-hover);
    }
    
    .sandbox-access__cta--underline:hover {
        text-decoration: none;
    }
    
    .sandbox-access__cta--gradient:hover {
        background: linear-gradient(180deg, rgba(144, 200, 232, 0.2), rgba(144, 200, 232, 0.4));
        border-color: rgba(144, 200, 232, 0.64);
    }
    
    .sandbox-access__signin-sso-icon {
        transition: stroke 0.3s;
    }
    
    .sandbox-access__back-btn:hover {
        color: #007BFF;
    }
    
    .sandbox-access__back-btn:hover .sandbox-access__signin-sso-icon path {
        stroke: #007BFF;
    }