@import "theme.css";
@import "dots-loading.css";
@import "slider.css";
@import "scroll.css";

.notice-me {
  color: Tomato;
}

.logged-out iframe {
    display: none;
    width: 0;
    height: 0;
}

.page-container {
    grid-template-columns: minmax(420px, min(30%, 591px)) 1fr;
    grid-template-rows: 1fr;
    height: 100%;
    width: 100%;
    display: none;
}

body,
* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    -webkit-font-smoothing: antialiased;
}

img {
    user-select: none;
    pointer-events: none;
}

body {
    width: 100%;
    height: 100vh;
}

.left-section {
    position: relative;
    background: var(--sg-left-section-background);
    padding: 22px;
    overflow: hidden;
}

.right-section {
    position: relative;
    border-right: 14px solid var(--mdc-theme-primary);
    background: linear-gradient(45deg, var(--mdc-theme-primary) 1f, #ffffff);
}

    .right-section .sharegain-logo {
        height: 25px;
        margin-top: min(36px, 3.4vmin);
        margin-left: min(60px, 5.5vmin);
        position: absolute;
        z-index: 5;
    }

    .right-section .form-container {
        display: flex;
        align-items: center;
        flex-direction: column;
        max-width: 270px;
        margin: 0 auto;
        padding-bottom: 20px;
        position: relative;
    }

.email-icon {
    fill: var(--mdc-theme-primary);
}

.lender-polygon {
    display: none;
    position: absolute;
    top: 30%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.borrower-big-ball {
    display: none;
    position: absolute;
    left: -130px;
    top: -80px;
    z-index: 1;
    animation: big-ball 30s alternate infinite;
}

@keyframes big-ball {
    33% {
        transform: translate(15%, 0%);
    }

    66% {
        transform: translate(0%, 15%);
    }

    99% {
        transform: translate(0%, 0%);
    }
}

.borrower-small-ball {
    display: none;
    position: absolute;
    z-index: 0;
    left: 375px;
    bottom: -70px;
    overflow: hidden;
    animation: small-ball 60s alternate infinite;
}

@keyframes small-ball {
    20% {
        transform: translateY(-200%);
    }

    40% {
        transform: translate(-200%, -200%);
    }

    60% {
        transform: translate(-200%, 0%);
    }

    80% {
        transform: translate(0%);
    }

    100% {
        transform: translate(-100%, -400%);
    }
}

/* WIDTH START */
/* Small  */
@media (max-width: 425px) {
    h1 {
        text-align: center;
        white-space: unset;
    }
}

@media (max-width: 1365px) {
    .page-container {
        grid-template-columns: 1fr;
    }

    /* .right-section:before {
        content: "SM";
        position: absolute;
        left: calc(100% - 100px);
        font-size: 50px;
        font-weight: bold;
        opacity: 0.5;
        font-family: sans-serif;
    } */

    .left-section {
        display: none;
    }
}
/* Medium */
@media (min-width: 1366px) and (max-width: 1535px) {
    /* .right-section:before {
        content: "MD";
        position: absolute;
        left: calc(100% - 100px);
        font-size: 50px;
        font-weight: bold;
        opacity: 0.5;
        font-family: sans-serif;
    } */
}
/* Large */
@media (min-width: 1536px) and (max-width: 1919px) {
    /* .right-section:before {
        content: "LG";
        position: absolute;
        left: calc(100% - 100px);
        font-size: 50px;
        font-weight: bold;
        opacity: 0.5;
        font-family: sans-serif;
    } */
}
/* Extra Large */
@media (min-width: 1920px) {
    /* .right-section:before {
        content: "XL";
        position: absolute;
        left: calc(100% - 100px);
        font-size: 50px;
        font-weight: bold;
        opacity: 0.5;
        font-family: sans-serif;
    } */
}
/* WIDTH END */

/* HEIGHT START */
/* Small  */
@media (max-height: 863px) {
    .form-container {
        padding-top: 146px;
    }

    .slide-item-container {
        padding-top: calc(146px - 30px - 22px);
    }

    .error-notification {
        top: calc(146px - 34px - 26px);
    }
    .navigation-buttons{
        margin-top: 0;
    }
}
/* Medium */
    @media (min-height: 864px) and (max-height: 1079px) {
        .form-container {
        padding-top: 184px;
    }

    .slide-item-container {
        padding-top: calc(184px - 30px - 22px);
    }

    .error-notification {
        top: calc(184px - 34px - 26px);
    }
}
/* Large & Extra Large */
@media (min-height: 1080px) {
    .form-container {
        padding-top: 255px;
    }

    .slide-item-container {
        padding-top: calc(217px - 30px - 22px);
    }

    .error-notification {
        top: calc(255px - 34px - 26px);
    }
}
/* HEIGHT END */

/* Password */
.password-secure {
    font-family: "Roboto", sans-serif;
    /* background: rgb(43 62 225 / 10%); #f2f2f8 for lender */
    color: var(--mdc-theme-primary);
    font-size: 12px;
    font-style: italic;
    font-weight: 500;
    line-height: 15.35px;
    display: flex;
    align-items: center;
    gap: 2px;
    display: none;
}

    .password-secure .icon {
        font-size: 13px;
        color: var(--mdc-theme-primary);
    }

.password-strength {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.strength-row {
    display: flex;
    align-items: center;
    min-width: 119px;
}

    .strength-row .strength-label {
        font-family: "Roboto", sans-serif;
        font-size: 10px;
        line-height: 15.34px;
        font-style: italic;
        margin-left: 2px;
    }

    .strength-row .icon {
        font-size: 12px;
    }

    .strength-row.checked .icon {
        color: var(--mdc-theme-primary);
    }

    .strength-row.checked .strength-label {
        color: var(--sg-theme-dark-grey);
        text-decoration: line-through;
    }

    .strength-row.not-checked .icon {
        color: var(--sg-theme-grey);
    }

    .strength-row.not-checked .strength-label {
        color: var(--sg-theme-grey);
    }

.sso-brand-img {
    height: 14px;
    transform: translateY(-2px);
    margin-right: 8px;
}

.dot-flashing {
    display: none;
}

.sharegain-link {
    font-family: "Roboto", sans-serif;
    font-weight: inherit;
    font-size: inherit;
    text-decoration: inherit;
    line-height: inherit;
    cursor: pointer;
    color: inherit;
    user-select: inherit;
    white-space: inherit;
}

.sg-full-height {
    height: 100%;
    min-height: inherit;
}