/* override some values in starter.css */
#top-bar-container {
    box-sizing: initial;
    line-height: initial;
    max-width: initial;
    display: block !important;
}
#top-bar-container img {
    max-width: initial;
}
#top-bar-container form {
    margin: 0;
}
/* global font rendering from ch5 */
#top-bar-container {
    font-smooth: antialiased;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
}

#top-bar-container {
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1000;
}

#top-bar-container p {
    margin: 0;
}

.overlay-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    /* Web browsers that does not support RGBa */
    background: rgb(0, 0, 0);
    /* IE9/FF/chrome/safari supported */
    background: rgba(0, 0, 0, 0.9);
    /* IE 8 suppoerted */
    /* Here some time problem for Hover than you can use background color/image */
    -ms-filter: 'progid:DXImageTransform.Microsoft.gradient(startColorstr=#88000000, endColorstr=#88000000)';
    display: none;
    z-index: 11;
}

#overlay-container-foreground {
    z-index: 12;
}

.overlay-container:after {
    clear: both;
    display: block;
    content: '';
}

/* Fix position of popups during scroll */
#top-bar-container .overlay-container {
    position: fixed;
}

#popupFullContainer {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
}

#popupLarge {
    height: 60vh;
    width: 50vh;
    background: linear-gradient(180deg, rgba(237, 244, 255, 1) 45%, rgba(195, 212, 241, 1) 100%);
    border-radius: 2vh;
    border-style: solid;
    border-width: 0.45vh;
    border-color: #9b95ea;
}

#popupLargeButtons {
    height: 60vh;
    width: 50vh;
    background: linear-gradient(180deg, rgba(237, 244, 255, 1) 45%, rgba(195, 212, 241, 1) 100%);
    border-radius: 2vh;
    border-style: solid;
    border-width: 0.45vh;
    border-color: #9b95ea;
}

#popupSmall {
    height: 60vh;
    width: 50vh;
    background: linear-gradient(180deg, rgba(237, 244, 255, 1) 45%, rgba(195, 212, 241, 1) 100%);
    border-radius: 2vh;
    border-style: solid;
    border-width: 0.45vh;
    border-color: #9b95ea;
}

#popupSmallTimeout {
    height: 30vh;
    width: 50vh;
    background: linear-gradient(180deg, rgba(237, 244, 255, 1) 45%, rgba(195, 212, 241, 1) 100%);
    border-radius: 2vh;
    border-style: solid;
    border-width: 0.45vh;
    border-color: #9b95ea;
}

#popupSmallBlank {
    height: 60vh;
    width: 50vh;
    background: linear-gradient(180deg, rgba(237, 244, 255, 1) 45%, rgba(195, 212, 241, 1) 100%);
    border-radius: 2vh;
    border-style: solid;
    border-width: 0.45vh;
    border-color: #9b95ea;
}

#popupContainer {
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
    align-items: center;
    position: relative;
}

#timeoutReasonDiv {
    width: 90%;
}

#selfExclusionReasonDiv {
    width: 90%;
}

#FailedLoginsReasonDiv {
    width: 90%;
}

.popupSignInButtons {
    height: 100%;
    width: 100%;
}

.popupSignInEmail {
    height: 100%;
    width: 100%;
}

.popupRegisterButtons {
    height: 100%;
    width: 100%;
}

.popupRegisterEmail {
    height: 100%;
    width: 100%;
}

.popupContainerLarge {
    height: 100%;
    width: 100%;
}

.popupContainerMedium {
    height: 80%;
    width: 100%;
    margin-top: 30%;
}

.popupContainerSmall {
    height: 100%;
    width: 100%;
}

.popupContainerSmallBlank {
    height: 100%;
    width: 100%;
}

.popupHeader {
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
    align-items: flex-start;
    text-align: left;
    width: 70%;
}

.popupBody {
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
    align-items: flex-start;
    text-align: left;
    height: 60%;
    width: 90%;
}

.popupRegisterEmail .popupBody {
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
    align-items: flex-start;
    text-align: left;
    height: 70%;
    width: 90%;
    margin-top: 20%;
}

.lbv .popupRegisterEmail .popupBody {
    height: 65%;
}

.lbv .popupRegister #popupLarge {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.popupSignInEmail .popupBody {
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
    align-items: flex-start;
    text-align: left;
    height: 50%;
    width: 90%;
    margin-top: 12%;
}

.popupSubBody {
    display: flex;
    flex-flow: row nowrap;
    width: 85%;
    height: 10%;
    justify-content: space-between;
}

.popupFooter {
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
    align-items: center;
    width: 90%;
}

.popupFooterMultiAccount {
    display: flex;
    flex-flow: row wrap;
    align-items: baseline;
    justify-content: center;
    position: absolute;
    bottom: -12.75%;
    width: 100%;
    height: 15%;
    background: linear-gradient(180deg, rgb(198 214 242) 45%, rgba(195, 212, 241, 1) 100%);
    border-radius: 0 0 2vh 2vh;
    border-style: solid;
    border-width: 0 0.45vh 0.45vh 0.45vh;
    border-color: #9b95ea;
}

.footerContainer {
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    justify-content: center;
    gap: 2%;
    position: absolute;
    bottom: -0.75%;
    width: 102%;
    height: 12%;
    background: linear-gradient(180deg, rgba(214, 64, 255, 1) 40%, rgba(172, 30, 255, 1) 100%);
    border-radius: 0 0 2vh 2vh;
    border-style: none;
    border-width: 0.75vw;
    border-color: #9b95ea;
}

.forgotPWHeader {
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
    align-items: center;
    width: 90%;
    height: 20%;
    margin-bottom: 1vh;
}

.forgotPWBody {
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
    align-items: flex-start;
    text-align: left;
    height: 25%;
    width: 90%;
}

.forgotPWFooter {
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
    align-items: center;
    width: 90%;
    height: 15%;
}

#forgotPWFooter {
    height: 0%;
}

#forgotPWContinue {
    height: 34%;
    width: 84%;
}

#signInEmail {
    height: 19%;
}

#signInSocial {
    height: 43%;
    justify-content: center;
}

.fbEnabled #signInSocial {
    height: 48%;
}

#or {
    margin-top: 2.5vw;
    font-size: 3.75vw;
}

.logoContainer {
    position: absolute;
    top: 3%;
    width: 90%;
    height: 11%;
    text-align: center;
}

.logoContainer img {
    height: 100%;
}

.popupRegisterButtons #headerTextPosition,
.popupSignInButtons #headerTextPosition {
    top: 22%;
}

.fbEnabled .popupRegisterButtons #headerTextPosition,
.fbEnabled .popupSignInButtons #headerTextPosition {
    top: 19%;
}

.popupRegisterButtons #subtitleA,
.popupSignInButtons #subtitleA {
    margin-top: 13%;
}

.fbEnabled .popupRegisterButtons #subtitleA,
.fbEnabled .popupSignInButtons #subtitleA {
    margin-top: 10%;
}

.headerText {
    font-family: 'Noto Sans', sans-serif;
    font-size: 2.5vh;
    font-weight: 700;
    text-align: center;
    color: #431aa2;
    user-select: none;
    white-space: nowrap;
}

#headerTextPosition {
    position: absolute;
    top: 10%;
    display: flex;
    width: 90%;
    height: 0;
    justify-content: center;
    align-items: center;
}

#headerB {
    display: flex;
    width: 85%;
    height: 10%;
    justify-content: center;
    align-items: center;
}

#headerFPW {
    margin-bottom: 2vh;
}

#subtitleA {
    display: flex;
    width: 90%;
    text-align: center;
    justify-content: center;
    align-items: baseline;
    margin-bottom: 2vh;
}

#rememberMe {
    margin-left: 3.75vh;
    width: 20vh;
    pointer-events: none;
}

#forgotPassword {
    text-decoration: underline;
    margin-left: 24vh;
    font-weight: bold;
}

.bodyText {
    font-family: 'Noto Sans', sans-serif;
    font-size: 1.75vh;
    text-align: left;
    color: #431aa2;
    user-select: none;
    width: 100%;
}

#usernameSubtext {
    position: absolute;
    width: 90%;
    height: 0;
    top: 32%;
    left: 5%;
    font-size: 1.35vh;
}

.bodyTextCentered {
    font-family: 'Noto Sans', sans-serif;
    font-size: 1.75vh;
    text-align: center;
    color: #431aa2;
    user-select: none;
}

.accountLimitText {
    font-family: 'Noto Sans', sans-serif;
    font-size: 1.9vh;
    font-weight: 700;
    line-height: 1.3;
    text-align: center;
    color: #e52b20;
    user-select: none;
}

.accountLimitText2 {
    font-family: 'Noto Sans', sans-serif;
    font-size: 1.5vh;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    color: #e52b20;
    user-select: none;
}

#accountLimitTextPosition {
    position: absolute;
    bottom: 22%;
    display: flex;
    width: 90%;
    height: 0;
    justify-content: center;
    align-items: center;
}

.fbEnabled #accountLimitTextPosition {
    bottom: 20%;
}

#accountLimitTextPosition2 {
    position: absolute;
    bottom: 15%;
    display: flex;
    width: 90%;
    height: 0;
    justify-content: center;
    align-items: center;
}

.timeoutTextLarge {
    font-family: 'Noto Sans', sans-serif;
    font-size: 2.5vh;
    text-align: center;
    font-weight: bold;
    color: #431aa2;
    user-select: none;
    margin-bottom: 5%;
    margin-top: 2%;
}

.timeoutTextSmall {
    font-family: 'Noto Sans', sans-serif;
    font-size: 2vh;
    font-weight: 500;
    text-align: center;
    color: #431aa2;
    user-select: none;
    margin-bottom: 5%;
}

.footerText {
    font-family: 'Noto Sans', sans-serif;
    font-size: 1.75vh;
    font-weight: bold;
    text-align: center;
    color: #ffffff;
    user-select: none;
}

.footerTextCentered {
    font-family: 'Noto Sans', sans-serif;
    font-size: 1.85vh;
    font-weight: bold;
    text-align: center;
    color: #e52b20;
    user-select: none;
    width: 85%;
    margin-top: 2.75%;
}

.buttonTextWhite {
    font-family: 'Noto Sans', sans-serif;
    font-size: 1.8vh;
    font-weight: 600;
    text-align: left;
    color: #fff;
    user-select: none;
    white-space: nowrap;
}

.lbv .buttonTextWhite {
    color: #5a2b07;
}

.textEntry {
    border: none;
    width: 93.5% !important;
    height: 3.75vh;
    border-radius: 1.5vh;
    font-family: 'Noto Sans', sans-serif;
    font-size: 1.75vh;
    color: #431aa2;
    margin-bottom: 3.75vh;
    padding: 1.5vh;
    white-space: nowrap;
    background-color: #ffffff;
    box-shadow: 0 0 0 0.0625rem #dad3ff;
}

.textEntryUsername {
    margin-bottom: 5.5vh;
}

input::placeholder {
    color: #a18cd0;
}

input:focus {
    outline: none !important;
    border-color: #dad3ff;
    box-shadow: 0 0 0.5rem #dad3ff;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    -webkit-box-shadow: 0 0 0 6vh #ffff inset !important;
}

input:-webkit-autofill {
    -webkit-text-fill-color: #431aa2 !important;
}

.lbv input:-webkit-autofill {
    -webkit-text-fill-color: #ffffff !important;
}

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

.password-wrapper .toggle-password {
    position: absolute;
    right: 1em;
    top: 35%;
    transform: translateY(-50%);
    width: 1.75em;
    height: 1.75em;
    cursor: pointer;
    opacity: 0.6;
    transition: opacity 0.2s ease;
}

.password-wrapper .toggle-password:hover {
    opacity: 1;
}

.fb-disabled {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 90%;
    height: auto;
    margin: 0 auto;
    font-family: 'Noto Sans', sans-serif;
}

.fb-disabled img {
    max-width: 3.125rem;
    height: auto;
}

.fb-disabled span {
    padding-left: 0.625rem;
    font-size: 1.35vh;
    font-weight: bold;
    color: #431aa2;
}

.fb-disabled .red {
    color: red;
    text-decoration: underline;
    margin: 0;
    padding: 0;
}

.errorText {
    font-family: 'Noto Sans', sans-serif;
    font-size: 1.35vh;
    text-align: left;
    color: red;
    z-index: 3;
}

.errorText.usernameErrorRegister {
    position: absolute;
    width: 90%;
    height: 0;
    top: 32%;
    left: 5%;
}

.errorText.emailError {
    position: absolute;
    width: 90%;
    height: 0;
    top: 36%;
    left: 5%;
}

.errorText.emailErrorRegister {
    position: absolute;
    width: 90%;
    height: 0;
    top: 56.75%;
    left: 5%;
}

.errorText.emailErrorFPW {
    position: absolute;
    width: 90%;
    height: 0;
    top: 58.25%;
    left: 5%;
}

.errorText.passwordError {
    position: absolute;
    width: 90%;
    height: 0;
    top: 57%;
    left: 5%;
}

.errorText.passwordErrorRegister {
    position: absolute;
    width: 90%;
    height: 0;
    top: 78%;
    left: 5%;
}

.errorText.serverError {
    position: absolute;
    height: 0;
    top: 77.25%;
    width: 100%;
    text-align: center;
}

.lbv .errorText.serverError {
    top: 76%;
}

.errorText.serverErrorRegister {
    position: absolute;
    height: 0;
    top: 83.5%;
    width: 100%;
    text-align: center;
}

.lbv .errorText.serverErrorRegister {
    top: 81%;
}

.errorText.serverErrorFPW {
    position: absolute;
    top: 86%;
    width: 90%;
    text-align: center;
}

#codeError {
    position: relative;
    height: 0;
}

.registerButtonPopup {
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    align-items: center;
    background-color: #ff7b1b;
    width: 100%;
    height: 5.5vh;
    border-radius: 6.25vh;
    margin: 1.25vh;
}

.registerButtonPopup.disabled {
    width: 5.5vh;
}

.registerButtonPopup:hover {
    background-color: #ff9243;
    cursor: pointer;
}

.signInButtonPopup {
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    align-items: center;
    background-color: #ff7b1b;
    width: 100%;
    height: 5.5vh;
    border-radius: 6.25vh;
    margin: 1.25vh;
}

.signInButtonPopup.disabled {
    width: 5.5vh;
}

.signInButtonPopup:hover {
    background-color: #ff9243;
    cursor: pointer;
}

.emailButtonPopup {
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    align-items: center;
    background-color: #ff7b1b;
    width: 100%;
    height: 5.5vh;
    border-radius: 6.25vh;
    margin: 1.25vh;
}

.fbEnabled .emailButtonPopup {
    height: 7vh;
    margin: 1vh;
}

.emailButtonPopup.disabled {
    width: 5.5vh;
}

.emailButtonPopup:hover {
    background-color: #ff9243;
    cursor: pointer;
}

.googleButtonPopup {
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    width: 100%;
    height: 5.5vh;
    border-radius: 6.25vh;
    border-style: solid;
    border-width: 0.1vh;
    border-color: #baadff;
    margin: 1.25vh;
}

.fbEnabled .googleButtonPopup {
    height: 6.9vh;
    margin: 1vh;
}

.googleButtonPopup.disabled {
    width: 5.5vh;
}

.googleButtonPopup:hover {
    background-color: #fbfbfb;
    cursor: pointer;
}

.googleButtonPopup .buttonTextWhite {
    color: #353c43;
}

.appleButtonPopup {
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    width: 100%;
    height: 5.5vh;
    border-radius: 6.25vh;
    border-style: solid;
    border-width: 0.1vh;
    border-color: #baadff;
    margin: 1.25vh;
}

.fbEnabled .appleButtonPopup {
    height: 6.9vh;
    margin: 1vh;
}

.appleButtonPopup .buttonTextWhite {
    color: #353c43;
}

.appleButtonPopup.disabled {
    width: 5.5vh;
}

.appleButtonPopup:hover {
    background-color: #fbfbfb;
    cursor: pointer;
}

.facebookButtonPopup {
    display: none;
    flex-flow: row nowrap;
    justify-content: center;
    align-items: center;
    background-color: #1877f2;
    width: 100%;
    height: 7vh;
    border-radius: 6.25vh;
    margin: 1vh;
}

.facebookButtonPopup.disabled {
    width: 5.5vh;
}

.facebookButtonPopup:hover {
    background-color: #338cff;
    cursor: pointer;
}

.fbEnabled .facebookButtonPopup {
    display: flex;
}

.timeoutButtonPopup {
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    align-items: center;
    background-color: #ff7b1b;
    width: 90%;
    height: 5.5vh;
    border-radius: 6.25vh;
    margin: 1.25vh;
}

.timeoutButtonPopup.disabled {
    width: 5.5vh;
}

.timeoutButtonPopup:hover {
    background-color: #ff9243;
    cursor: pointer;
}

.close {
    position: absolute;
    height: 0;
    top: -6%;
    left: 90%;
}

.close:hover {
    cursor: pointer;
}

.closeFPW {
    position: relative;
    height: 0%;
    top: -24.5%;
    left: 46%;
}

.closeFPW:hover {
    cursor: pointer;
}

#closeButton {
    width: 8vh;
}

#questionButton {
    width: 1.65vh;
    margin-left: 0.15vh;
    margin-top: -0.5vh;
}

.back {
    position: absolute;
    height: 0;
    top: -6%;
    left: -6%;
}

.back:hover {
    cursor: pointer;
}

#backButton {
    width: 8vh;
}

#emailIcon {
    height: 3.25vh;
    position: absolute;
    left: 15%;
    user-select: none;
}

.lbv #emailIcon {
    content: url('../images/popups/lbv-email.png');
}

#facebookIcon {
    height: 3.25vh;
    position: absolute;
    left: 15%;
    user-select: none;
}

#appleIcon {
    height: 3.25vh;
    position: absolute;
    left: 15%;
    user-select: none;
}

#googleIcon {
    height: 3.25vh;
    position: absolute;
    left: 15%;
    user-select: none;
}

#popupContainer .processAnim {
    position: relative;
    width: 4vh;
    height: 4vh;
    display: none;
}

#popupContainer .processAnim img {
    width: 4vh;
    height: 4vh;
}

/* Tooltip CSS */
.infoUsername,
.infoPassword {
    display: inline;
    position: relative;
}

.infoUsernameTooltip,
.infoPasswordTooltip {
    visibility: hidden;
    width: 22vh;
    background-color: #fbfcff;
    color: #431aa2;
    border-radius: 2vh;
    padding: 1vh;
    text-align: center;
    box-shadow: 0 0.0625rem 0.0625rem 0.0625rem #a19cbd42;

    /* Position the tooltip */
    position: absolute;
    z-index: 3;
    top: calc(100% + -0.0625rem);
    left: 50%;
    margin-left: -2vh;
}

/* Add the arrow */
.infoUsernameTooltip::after,
.infoPasswordTooltip::after {
    content: '';
    position: absolute;
    bottom: 100%;
    left: 2vh;
    margin-left: -0.3125rem;
    border-width: 0.3125rem;
    border-style: solid;
    border-color: transparent transparent white transparent;
}

.infoUsernameTooltip.visible,
.infoPasswordTooltip.visible {
    visibility: visible;
}

/*End Tooltip CSS */

/* Check Mark CSS */
#overlay-container #checkContainer {
    display: block;
    height: 3vh;
    width: 3vh;
}

#overlay-container .container {
    display: block;
    position: relative;
    cursor: pointer;
    font-size: 1.375rem;
    padding: 0;
}

#overlay-container .container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

#overlay-container .checkmark {
    position: absolute;
    top: -10%;
    left: 0;
    height: 2vh;
    width: 2vh;
    border: 0.3vh solid #270663;
    border-radius: 0.5vh;
}

#overlay-container .container:hover input ~ .checkmark {
    background-color: #ffffff00;
    cursor: pointer;
}

#overlay-container .container input:checked ~ .checkmark {
    background-color: #ffffff00;
}

#overlay-container .checkmark:after {
    content: '';
    position: absolute;
    display: none;
}

#overlay-container .container input:checked ~ .checkmark:after {
    display: block;
}

#overlay-container .container .checkmark:after {
    left: 43%;
    top: -43%;
    width: 35%;
    height: 100%;
    border: solid #270663;
    border-width: 0 0.5vh 0.5vh 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

/*End Check Mark CSS */

.textButton:hover {
    cursor: pointer;
}

#geoblock-error-icon {
    height: 40%;
    margin-bottom: 3%;
}

#geoblock-error-title {
    font-family: 'Noto Sans', sans-serif;
    font-size: 4.5vw;
    font-weight: 600;
    text-align: center;
    color: #270663;
    user-select: none;
    white-space: nowrap;
    width: 90%;
    height: 10%;
}

#geoblock-error-message {
    font-family: 'Noto Sans', sans-serif;
    font-size: 3.15vw;
    font-weight: 600;
    text-align: center;
    color: #270663;
    user-select: none;
    width: 90%;
    height: 15%;
}

.geoblock-error-cta-button {
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    align-items: center;
    background-color: #ff5c14;
    width: 85%;
    height: 9vw;
    border-radius: 6.25vw;
    margin: 5%;
    box-shadow:
        0 0.1875rem 0 0 #d72902,
        0 0.1875rem 0 0.1875rem #5524b8,
        0 0 0 0.1875rem #5524b8;
}

.geoblock-error-cta-button:hover {
    background-color: #ff7d44;
    cursor: pointer;
}

#closeGeoblock {
    top: -10%;
}

.timeout-confirm-button {
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    align-items: center;
    background-color: #ff5c14;
    width: 85%;
    height: 9vw;
    border-radius: 6.25vw;
    margin: 5%;
    box-shadow:
        0 0.1875rem 0 0 #d72902,
        0 0.1875rem 0 0.1875rem #5524b8,
        0 0 0 0.1875rem #5524b8;
}

/**
 * Copy over some stuff from top-bar.css, for the overlay container
 */
.overlay-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* Web browsers that does not support RGBa */
    background: rgb(0, 0, 0);
    /* IE9/FF/chrome/safari supported */
    background: rgba(0, 0, 0, 0.9);
    /* IE 8 suppoerted */
    /* Here some time problem for Hover than you can use background color/image */
    -ms-filter: 'progid:DXImageTransform.Microsoft.gradient(startColorstr=#88000000, endColorstr=#88000000)';
    display: none;
    z-index: 11;
}

#overlay-container-foreground {
    z-index: 12;
}

/* Pre-existing Account Popup Class */
.popupPreexistingAccount #popupSmallBlank {
    height: 33vh;
    width: 51vh;
    background: white;
    border-radius: 2vh;
    border-style: none;
}

#popupPreexistingAccountHeader,
#popupPreexistingAccountText {
    margin: 0 2rem;
    margin-top: 2rem;
}

#popupPreexistingAccountText {
    margin-top: 1rem;
    font-size: 2.25vh;
}

#popupPreexistingAccountButton {
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    align-items: center;
    background-color: #ff7b1b;
    width: 100%;
    height: 5.5vh;
    border-radius: 6.25vh;
    margin: 1.25vh;
}

/** mobile phone display settings **/
@media all and (max-width: 47.9375rem) {
    #popupFullContainer {
        position: relative;
        top: 40%;
        transform: translateY(-40%);
        width: 85vw;
        height: 100vw;
        margin-left: 7.75%;
        padding: 0;
        background: linear-gradient(180deg, rgba(237, 244, 255, 1) 45%, rgba(195, 212, 241, 1) 100%);
        border-radius: 3vw;
        border-style: solid;
        border-width: 0.75vw;
        border-color: #9b95ea;
    }

    .lbv #popupFullContainer {
        background-image: none;
        background-color: rgb(52, 61, 70);
        border-style: none;
    }

    #popupFullContainer.popupTimeout {
        height: 55vw;
    }

    #popupLarge {
        height: 100%;
        width: 100%;
        background: none;
        border: none;
    }

    .lbv .popupRegisterLarge {
        height: 110% !important;
    }

    #popupLargeButtons {
        height: 100%;
        width: 100%;
        background: none;
        border: none;
    }

    #popupSmall {
        height: 100%;
        width: 100%;
        background: none;
        border: none;
    }

    #popupSmallTimeout {
        height: 100%;
        width: 90%;
        margin-left: 4%;
        background: none;
        border: none;
    }

    #popupSmallBlank {
        height: 100%;
        width: 100%;
        background: none;
        border: none;
    }

    #popupContainer {
        display: flex;
        flex-flow: column nowrap;
        justify-content: center;
        align-items: center;
        position: inherit;
    }

    .popupSignInButtons {
        margin-top: 3%;
        height: 100%;
        width: 100%;
    }

    .popupSignInEmail {
        margin-top: 10%;
        height: 90%;
        width: 100%;
    }

    .popupRegisterButtons {
        height: 100%;
        width: 100%;
    }

    .popupRegisterEmail {
        height: 105%;
        width: 100%;
    }

    .popupContainerLarge {
        height: 100%;
        width: 100%;
    }

    .popupContainerMedium {
        height: 80%;
        width: 100%;
        margin-top: 30%;
    }

    .popupContainerSmall {
        height: 100%;
        width: 100%;
    }

    .popupContainerSmallBlank {
        height: 100%;
        width: 100%;
    }

    .popupHeader {
        display: flex;
        flex-flow: column nowrap;
        justify-content: center;
        align-items: flex-start;
        text-align: left;
        width: 70%;
    }

    .popupForgotPassword > * .popupHeader {
        align-items: center;
    }

    .popupBody {
        display: flex;
        flex-flow: column nowrap;
        justify-content: center;
        align-items: flex-start;
        text-align: left;
        height: 60%;
        width: 90%;
    }

    .popupRegisterEmail .popupBody {
        display: flex;
        flex-flow: column nowrap;
        justify-content: center;
        align-items: flex-start;
        text-align: left;
        height: 63%;
        width: 90%;
        margin-top: 0;
    }

    .lbv .popupRegisterEmail .popupBody {
        position: relative;
        top: -6%;
    }

    .popupSignInEmail .popupBody {
        display: flex;
        flex-flow: column nowrap;
        justify-content: center;
        align-items: flex-start;
        text-align: left;
        height: 50%;
        width: 90%;
    }

    .popupSubBody {
        display: flex;
        flex-flow: row nowrap;
        width: 84%;
        height: 11%;
        justify-content: space-between;
        padding: 1.5vw;
    }

    .popupFooter {
        position: absolute;
        top: 30%;
        display: flex;
        flex-flow: column nowrap;
        align-items: center;
        width: 90%;
    }

    .popupFooterMultiAccount {
        display: flex;
        flex-flow: row wrap;
        align-items: baseline;
        justify-content: center;
        position: absolute;
        bottom: -12.75%;
        width: 100%;
        height: 14%;
        background: linear-gradient(180deg, rgb(198 214 242) 45%, rgba(195, 212, 241, 1) 100%);
        border-radius: 0 0 3vw 3vw;
        border-style: solid;
        border-width: 0 0.75vw 0.75vw 0.75vw;
        border-color: #9b95ea;
    }

    .popupRegisterButtons > .popupFooter {
        top: 22%;
    }

    .fbEnabled .popupRegisterButtons > .popupFooter {
        top: 20%;
    }

    .footerContainer {
        display: flex;
        flex-flow: row nowrap;
        align-items: center;
        justify-content: center;
        gap: 2%;
        position: absolute;
        bottom: -1%;
        width: 102%;
        height: 12%;
        background: linear-gradient(180deg, rgba(214, 64, 255, 1) 40%, rgba(172, 30, 255, 1) 100%);
        border-radius: 0 0 3vw 3vw;
        border-style: none;
        border-width: 0.75vw;
        border-color: #9b95ea;
    }

    .forgotPWHeader {
        display: flex;
        flex-flow: column nowrap;
        justify-content: center;
        align-items: center;
        width: 89%;
        height: 27%;
    }

    .forgotPWBody {
        display: flex;
        flex-flow: column nowrap;
        justify-content: center;
        align-items: flex-start;
        text-align: left;
        height: 20%;
        width: 89%;
    }

    .forgotPWFooter {
        display: flex;
        flex-flow: column nowrap;
        justify-content: center;
        align-items: center;
        width: 89%;
        height: 18%;
    }

    #forgotPWFooter {
        height: 26%;
    }

    #forgotPWContinue {
        top: 60%;
        height: 25%;
        width: 89%;
    }

    #signInEmail {
        top: 85%;
        height: 17%;
    }

    .lbv #signInEmail {
        top: 83%;
    }

    #signInSocial {
        justify-content: center;
    }

    #or {
        margin-top: 2.5vw;
        font-size: 3.75vw;
    }

    .logoContainer {
        position: absolute;
        top: 2%;
        width: 85%;
        height: 11%;
        text-align: center;
    }

    .logoContainer img {
        height: 100%;
    }

    .popupRegisterButtons #headerTextPosition,
    .popupSignInButtons #headerTextPosition {
        top: 16%;
    }

    .fbEnabled .popupRegisterButtons #headerTextPosition,
    .fbEnabled .popupSignInButtons #headerTextPosition {
        top: 14%;
    }

    .popupRegisterButtons #subtitleA,
    .popupSignInButtons #subtitleA {
        margin-top: 13%;
    }

    .fbEnabled .popupRegisterButtons #subtitleA,
    .fbEnabled .popupSignInButtons #subtitleA {
        margin-top: 7%;
    }

    .popupRegisterButtons .popupFooter,
    .popupSignInButtons .popupFooter {
        margin-top: 11%;
    }

    .fbEnabled .popupRegisterButtons .popupFooter,
    .fbEnabled .popupSignInButtons .popupFooter {
        margin-top: 1%;
    }

    .headerText {
        font-family: 'Noto Sans', sans-serif;
        font-size: 4.25vw;
        font-weight: 700;
        text-align: center;
        color: #431aa2;
        user-select: none;
        white-space: nowrap;
    }

    #headerTextPosition {
        position: absolute;
        top: 5%;
        width: 85%;
        justify-content: center;
        align-items: center;
        height: initial;
    }

    .lbv .registerHeaderText {
        top: 0% !important;
    }

    #headerB {
        display: flex;
        width: 85%;
        height: 10%;
        justify-content: center;
        align-items: center;
    }

    #headerFPW {
        margin-bottom: 2vh;
    }

    #subtitleA {
        position: absolute;
        top: 15%;
        width: 85%;
        text-align: center;
        justify-content: center;
    }

    #rememberMe {
        margin-left: 5.5vw;
        width: 30vw;
    }

    #forgotPassword {
        text-decoration: underline;
        margin-left: 40vw;
        font-weight: bold;
    }

    .bodyText {
        font-family: 'Noto Sans', sans-serif;
        font-size: 3.25vw;
        text-align: left;
        color: #431aa2;
        user-select: none;
        width: 100%;
        margin-bottom: 1vw;
    }

    #usernameSubtext {
        position: absolute;
        width: 90%;
        height: 0;
        top: 37%;
        left: 5%;
        font-size: 2.75vw;
    }

    .lbv #usernameSubtext {
        top: 29%;
        left: 1%;
    }

    .bodyTextCentered {
        font-family: 'Noto Sans', sans-serif;
        font-size: 3.25vw;
        color: #431aa2;
        user-select: none;
    }

    .accountLimitText {
        font-family: 'Noto Sans', sans-serif;
        font-size: 3.2vw;
        font-weight: 700;
        text-align: center;
        color: #e52b20;
        user-select: none;
    }

    .accountLimitText2 {
        font-family: 'Noto Sans', sans-serif;
        font-size: 1vh;
        font-weight: 700;
        line-height: 1;
        text-align: center;
        color: #e52b20;
        user-select: none;
    }

    #accountLimitTextPosition {
        position: absolute;
        bottom: 22%;
        display: flex;
        width: 90%;
        height: 0;
        justify-content: center;
        align-items: center;
    }

    .fbEnabled #accountLimitTextPosition {
        bottom: 18%;
    }

    #accountLimitTextPosition2 {
        position: absolute;
        bottom: 15%;
        display: flex;
        width: 90%;
        height: 0;
        justify-content: center;
        align-items: center;
    }

    .timeoutTextLarge {
        font-family: 'Noto Sans', sans-serif;
        font-size: 3.75vw;
        font-weight: bold;
        text-align: center;
        color: #431aa2;
        user-select: none;
        margin-bottom: 5%;
    }

    .timeoutTextSmall {
        font-family: 'Noto Sans', sans-serif;
        font-size: 3.75vw;
        font-weight: 500;
        text-align: center;
        color: #431aa2;
        user-select: none;
        margin-bottom: 5%;
    }

    .footerText {
        font-family: 'Noto Sans', sans-serif;
        font-size: 3.25vw;
        font-weight: bold;
        text-align: center;
        color: #ffffff;
        user-select: none;
        margin-bottom: 1vw;
    }

    .footerTextCentered {
        font-family: 'Noto Sans', sans-serif;
        font-size: 3vw;
        font-weight: bold;
        text-align: center;
        color: #e52b20;
        user-select: none;
        width: 85%;
        margin-top: 2%;
    }

    .buttonTextWhite {
        font-family: 'Noto Sans', sans-serif;
        font-size: 3vw;
        font-weight: 600;
        text-align: left;
        color: #fff;
        user-select: none;
        white-space: nowrap;
    }

    .textEntry {
        border: none;
        width: 94%;
        height: 6vw;
        border-radius: 2.5vw;
        font-family: 'Noto Sans', sans-serif;
        font-size: 2.75vw;
        color: #431aa2;
        padding: 2vw;
        margin-bottom: 4.75vw;
        white-space: nowrap;
        background-color: #ffffff;
        box-shadow: 0 0 0 0.0625rem #dad3ff;
    }

    .textEntryUsername {
        border: none;
        width: 94%;
        height: 6vw;
        border-radius: 2.5vw;
        font-family: 'Noto Sans', sans-serif;
        font-size: 2.75vw;
        color: #431aa2;
        padding: 2vw;
        margin-bottom: 8.75vw;
        white-space: nowrap;
        background-color: #ffffff;
        box-shadow: 0 0 0 0.0625rem #dad3ff;
    }

    input::placeholder {
        color: #a18cd0;
    }

    input:focus {
        outline: none !important;
        border-color: #dad3ff;
        box-shadow: 0 0 0.5rem #dad3ff;
    }

    input:-webkit-autofill,
    input:-webkit-autofill:hover,
    input:-webkit-autofill:focus,
    input:-webkit-autofill:active {
        -webkit-box-shadow: 0 0 0 8vw #ffff inset !important;
    }

    input:-webkit-autofill {
        -webkit-text-fill-color: #431aa2 !important;
    }

    .fb-disabled {
        position: absolute;
        top: 72%;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 90%;
        height: auto;
        margin: 0 auto;
        font-family: 'Noto Sans', sans-serif;
    }

    .fb-disabled img {
        max-width: 3.125rem;
        height: auto;
    }

    .fb-disabled span {
        padding-left: 0.625rem;
        font-size: 2.25vw;
        font-weight: bold;
        color: #431aa2;
        user-select: none;
    }

    .fb-disabled .red {
        color: red;
        text-decoration: underline;
        margin: 0;
        padding: 0;
    }

    .errorText {
        font-family: 'Noto Sans', sans-serif;
        font-size: 2.75vw;
        text-align: left;
        color: red;
        z-index: 3;
    }

    .errorText.usernameErrorRegister {
        position: relative;
        width: 90%;
        height: 0;
        /* TODO: determine top and left */
        top: 16.25%;
        left: 0%;
    }

    .lbv .errorText.usernameErrorRegister {
        top: 12.25%;
    }

    .errorText.emailError {
        position: relative;
        width: 90%;
        height: 0;
        top: 31.5%;
        left: 0%;
    }

    .errorText.emailErrorRegister {
        position: relative;
        width: 90%;
        height: 0;
        top: 38.75%;
        left: 0%;
    }

    .lbv .errorText.emailErrorRegister {
        top: 33%;
    }

    .errorText.emailErrorFPW {
        position: relative;
        width: 89%;
        height: 0;
        top: 15.5%;
        left: 0%;
    }

    .errorText.passwordError {
        position: relative;
        width: 90%;
        height: 0;
        top: 54%;
        left: 0%;
    }

    .errorText.passwordErrorRegister {
        position: relative;
        width: 90%;
        height: 0;
        top: 58%;
        left: 0%;
    }

    .lbv .errorText.passwordErrorRegister {
        top: 50%;
    }

    .errorText.serverError {
        position: relative;
        height: 0;
        top: 0%;
        width: 100%;
        text-align: center;
    }

    .lbv .errorText.serverError {
        top: 0%;
    }

    .errorText.serverErrorRegister {
        position: relative;
        height: 0;
        top: -1.5%;
        width: 100%;
        text-align: center;
    }

    .lbv .errorText.serverErrorRegister {
        top: -8%;
    }

    .errorText.serverErrorFPW {
        position: relative;
        height: 0;
        top: 40.5%;
        width: 95%;
        text-align: center;
    }

    #codeError {
        position: relative;
        height: 0;
    }

    .registerButtonPopup {
        display: flex;
        flex-flow: row nowrap;
        justify-content: center;
        align-items: center;
        background-color: #ff7b1b;
        width: 100%;
        height: 9vw;
        border-radius: 6.25vw;
        margin: 2vw;
    }

    .registerButtonPopup.disabled {
        width: 4vh;
    }

    .registerButtonPopup:hover {
        background-color: #ff9243;
        cursor: pointer;
    }

    .signInButtonPopup {
        display: flex;
        flex-flow: row nowrap;
        justify-content: center;
        align-items: center;
        background-color: #ff7b1b;
        width: 100%;
        height: 9vw;
        border-radius: 6.25vw;
        margin: 2vw;
    }

    .signInButtonPopup.disabled {
        width: 4vh;
    }

    .signInButtonPopup:hover {
        background-color: #ff9243;
        cursor: pointer;
    }

    .emailButtonPopup {
        display: flex;
        flex-flow: row nowrap;
        justify-content: center;
        align-items: center;
        background-color: #ff7b1b;
        width: 100%;
        height: 9vw;
        border-radius: 6.25vw;
        margin: 2vw;
    }

    .emailButtonPopup.disabled {
        width: 4vh;
    }

    .emailButtonPopup:hover {
        background-color: #ff9243;
        cursor: pointer;
    }

    .googleButtonPopup {
        display: flex;
        flex-flow: row nowrap;
        justify-content: center;
        align-items: center;
        background-color: #fff;
        width: 100%;
        height: 9vw;
        border-radius: 6.25vw;
        border-style: solid;
        border-width: 0.25vw;
        border-color: #baadff;
        margin: 2vw;
    }

    .googleButtonPopup.disabled {
        width: 4vh;
    }

    .googleButtonPopup:hover {
        background-color: #fbfbfb;
        cursor: pointer;
    }

    .googleButtonPopup .buttonTextWhite {
        color: #353c43;
    }

    .appleButtonPopup {
        display: flex;
        flex-flow: row nowrap;
        justify-content: center;
        align-items: center;
        background-color: #fff;
        width: 100%;
        height: 9vw;
        border-radius: 6.25vw;
        border-style: solid;
        border-width: 0.25vw;
        border-color: #baadff;
        margin: 2vw;
    }

    .appleButtonPopup .buttonTextWhite {
        color: #353c43;
    }

    .appleButtonPopup.disabled {
        width: 4vh;
    }

    .appleButtonPopup:hover {
        background-color: #fbfbfb;
        cursor: pointer;
    }

    .facebookButtonPopup {
        display: none;
        flex-flow: row nowrap;
        justify-content: center;
        align-items: center;
        background-color: #1877f2;
        width: 100%;
        height: 9vw;
        border-radius: 6.25vw;
        margin: 2vw;
    }

    .facebookButtonPopup.disabled {
        width: 4vh;
    }

    .facebookButtonPopup:hover {
        background-color: #338cff;
        cursor: pointer;
    }

    .fbEnabled .facebookButtonPopup {
        display: flex;
    }

    .timeoutButtonPopup {
        display: flex;
        flex-flow: row nowrap;
        justify-content: center;
        align-items: center;
        background-color: #ff7b1b;
        width: 100%;
        height: 9vw;
        border-radius: 6.25vw;
        margin: 2vw;
    }

    .timeoutButtonPopup.disabled {
        width: 4vh;
    }

    .timeoutButtonPopup:hover {
        background-color: #ff9243;
        cursor: pointer;
    }

    .close {
        position: absolute;
        height: 0%;
        top: -6%;
        left: 91%;
    }

    .lbv .popupRegisterLarge .registerClose {
        top: -10%;
    }

    .close:hover {
        cursor: pointer;
    }

    .closeFPW {
        position: relative;
        height: 0%;
        top: -24.5%;
        left: 46%;
    }

    .closeFPW:hover {
        cursor: pointer;
    }

    #closeButton {
        width: 12vw;
    }

    #questionButton {
        width: 2.75vw;
        margin-left: 0.5vw;
    }

    .back {
        position: absolute;
        height: 0%;
        top: -6%;
        left: -6%;
    }

    .lbv .popupRegisterLarge .registerBack {
        top: -10%;
    }

    .back:hover {
        cursor: pointer;
    }

    #backButton {
        width: 12vw;
    }

    #emailIcon {
        height: 6.25vw;
        position: absolute;
        left: 8%;
        user-select: none;
    }

    #facebookIcon {
        height: 6.25vw;
        position: absolute;
        left: 8%;
        user-select: none;
    }

    #appleIcon {
        height: 6.25vw;
        position: absolute;
        left: 8%;
        user-select: none;
    }

    #googleIcon {
        height: 6.25vw;
        position: absolute;
        left: 8%;
        user-select: none;
    }

    #popupContainer .processAnim {
        position: relative;
        width: 4vh;
        height: 4vh;
        display: none;
    }

    #popupContainer .processAnim img {
        width: 4vh;
        height: 4vh;
    }

    /* Tooltip CSS */
    .infoUsername,
    .infoPassword {
        display: inline;
        position: relative;
    }

    .infoUsernameTooltip,
    .infoPasswordTooltip {
        visibility: hidden;
        width: 40vw;
        background-color: #fbfcff;
        color: #431aa2;
        border-radius: 3vw;
        padding: 2vw;
        text-align: center;
        box-shadow: 0 0.0625rem 0.0625rem 0.0625rem #a19cbd42;
        /* Position the tooltip */
        position: absolute;
        z-index: 1;
        top: calc(100% + 0.1875rem);
        left: 50%;
        margin-left: -4vw;
    }

    /* Add the arrow */
    .infoUsernameTooltip::after,
    .infoPasswordTooltip::after {
        content: '';
        position: absolute;
        bottom: 100%;
        left: 4vw;
        margin-left: -0.3125rem;
        border-width: 0.3125rem;
        border-style: solid;
        border-color: transparent transparent white transparent;
    }

    .infoUsernameTooltip.visible,
    .infoPasswordTooltip.visible {
        visibility: visible;
    }

    /*End Tooltip CSS */
    /* Check Mark CSS */
    #overlay-container #checkContainer {
        display: block;
        height: 3vw;
        width: 3.5vw;
    }

    #overlay-container .container {
        display: block;
        position: relative;
        cursor: pointer;
        font-size: 1.375rem;
    }

    #overlay-container .container input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
        height: 0;
        width: 0;
    }

    #overlay-container .checkmark {
        position: absolute;
        top: 0;
        left: 0;
        height: 3vw;
        width: 3vw;
        border: 0.3vh solid #270663;
        border-radius: 0.5vh;
    }

    #overlay-container .container:hover input ~ .checkmark {
        background-color: #ffffff00;
        cursor: pointer;
    }

    #overlay-container .container input:checked ~ .checkmark {
        background-color: #ffffff00;
    }

    #overlay-container .checkmark:after {
        content: '';
        position: absolute;
        display: none;
    }

    #overlay-container .container input:checked ~ .checkmark:after {
        display: block;
    }

    #overlay-container .container .checkmark:after {
        left: 1.35vw;
        top: -1.5vw;
        width: 0.75vw;
        height: 3.25vw;
        border: solid #270663;
        border-width: 0 0.5vh 0.5vh 0;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
    }

    /*End Check Mark CSS */
    #geoblock-error-icon {
        height: 40%;
        margin-bottom: 3%;
    }

    #geoblock-error-title {
        font-family: 'Noto Sans', sans-serif;
        font-size: 4.5vw;
        font-weight: 600;
        text-align: center;
        color: #270663;
        user-select: none;
        white-space: nowrap;
        width: 90%;
        height: 10%;
    }

    #geoblock-error-message {
        font-family: 'Noto Sans', sans-serif;
        font-size: 3.15vw;
        font-weight: 600;
        text-align: center;
        color: #270663;
        user-select: none;
        width: 90%;
        height: 15%;
    }

    .geoblock-error-cta-button {
        display: flex;
        flex-flow: row nowrap;
        justify-content: center;
        align-items: center;
        background-color: #ff5c14;
        width: 85%;
        height: 9vw;
        border-radius: 6.25vw;
        margin: 5%;
        box-shadow:
            0 0.1875rem 0 0 #d72902,
            0 0.1875rem 0 0.1875rem #5524b8,
            0 0 0 0.1875rem #5524b8;
    }

    .geoblock-error-cta-button:hover {
        background-color: #ff7d44;
        cursor: pointer;
    }

    #closeGeoblock {
        top: -10%;
    }

    .textButton:hover {
        cursor: pointer;
    }

    /** * Copy over some stuff from top-bar.css, for the overlay container */
    .overlay-container {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        /* Web browsers that does not support RGBa */
        background: rgb(0, 0, 0);
        /* IE9/FF/chrome/safari supported */
        background: rgba(0, 0, 0, 0.9);
        /* IE 8 suppoerted */
        /* Here some time problem for Hover than you can use background color/image */
        -ms-filter: 'progid:DXImageTransform.Microsoft.gradient(startColorstr=#88000000, endColorstr=#88000000)';
        display: none;
        z-index: 11;
    }

    #overlay-container-foreground {
        z-index: 12;
    }

    /* Pre-existing Account Popup Class */
    #popupFullContainer.popupPreexistingAccount {
        height: 33vh;
        /* width: 51vh; */
        background: white;
        border-radius: 2vh;
        border-style: none;
    }

    #popupPreexistingAccountHeader,
    #popupPreexistingAccountText {
        text-align: center;
        margin: 0 2rem;
        margin-top: 2rem;
        white-space: wrap;
    }

    #popupPreexistingAccountText {
        margin-top: 1rem;
        font-size: 3.75vw;
    }

    .popupPreexistingAccount .popupFooter {
        position: relative;
        top: 1rem;
        display: flex;
        flex-flow: column nowrap;
        align-items: center;
        width: 90%;
    }

    #popupPreexistingAccountButton {
        display: flex;
        flex-flow: row nowrap;
        justify-content: center;
        align-items: center;
        background-color: #ff7b1b;
        width: 100%;
        height: 5.5vh;
        border-radius: 6.25vh;
        margin: 1.25vh;
    }
}

/* LBV theming: */
.lbv .toggle-password {
    content: url('../images/popups/icon-eye.svg');
}

.lbv #popupLarge {
    background: #343d46;
    border-style: none;
}

.lbv #popupLargeButtons {
    background: #343d46;
    border-radius: 2vh;
    border-style: none;
}

.lbv #popupSmall {
    background: #343d46;
    border-style: none;
}

.lbv #popupSmallTimeout {
    background-image: none;
    background-color: rgb(52, 61, 70);
    border-style: none;
}

.lbv #popupSmallBlank {
    background-image: none;
    background-color: rgb(52, 61, 70);
    border-style: none;
}

.lbv .popupFooterMultiAccount {
    background: #454f59;
    border-style: none;
    bottom: -12.25%;
}

.lbv .footerContainer {
    background: #454f59;
    width: 100%;
}

.lbv .logoContainer img {
    content: url('../images/popups/lbv-logo.png');
}

.lbv .headerText {
    color: #ffffff;
}

.lbv .bodyText {
    color: #ffffff;
}

.lbv .bodyTextCentered {
    color: #ffffff;
}

.lbv .accountLimitText {
    color: #f27b6e;
}

.lbv .timeoutTextLarge {
    color: white;
}

.lbv .timeoutTextSmall {
    color: white;
}

.lbv .footerTextCentered {
    color: #f27b6e;
}

.lbv .textEntry {
    background-color: #22272c;
    color: #ffffff;
    box-shadow: none;
}

.lbv .textEntryUsername {
    background-color: #22272c;
    color: #ffffff;
}

.lbv input::placeholder {
    color: #ffffff;
    opacity: 0.5;
}

.lbv input:focus {
    outline: none !important;
    border-color: none;
    box-shadow: none;
}

.lbv input:-webkit-autofill,
.lbv input:-webkit-autofill:hover,
.lbv input:-webkit-autofill:focus,
.lbv input:-webkit-autofill:active {
    -webkit-box-shadow: 0px 0 0 6vh #22272c inset !important;
}

.lbv .errorText {
    color: #f27b6e;
}

.lbv .signInButtonPopup {
    margin-top: 0;
    background-color: #efb433;
}

.lbv .signInButtonPopup:hover {
    background-color: #f1bb47;
}

.lbv .emailButtonPopup {
    background-color: #efb433;
}

.lbv .emailButtonPopup:hover {
    background-color: #f1bb47;
}

.lbv .timeoutButtonPopup {
    background-color: #efb433;
}

.lbv .timeoutButtonPopup:hover {
    background-color: #f1bb47;
}

.lbv .close img {
    content: url('../images/popups/lbv-close.png');
}

.lbv .back img {
    content: url('../images/popups/lbv-back.png');
}

.lbv #popupContainer .processAnim {
    content: url('../images/popups/lbv-loading.gif');
}

.lbv #popupContainer .appleButtonPopup .processAnim,
.lbv #popupContainer .googleButtonPopup .processAnim {
    content: url('../images/popups/lbv-loading-google.gif');
}

.lbv .infoUsername img,
.lbv .infoPassword img {
    content: url('../images/popups/lbv-question.png');
}

.lbv .infoUsernameTooltip,
.lbv .infoPasswordTooltip {
    background-color: #454f59;
    color: #ffffff;
}

.lbv .infoUsernameTooltip::after,
.lbv .infoPasswordTooltip::after {
    border-color: transparent transparent #454f59 transparent;
}

.lbv .checkmark {
    border-color: #ffffff !important;
}

.lbv .checkmark:after {
    border-color: #ffffff !important;
}

.lbv .popupPreexistingAccount #popupSmallBlank {
    height: 33vh;
    width: 51vh;
    background: #343d46;
    border-radius: 2vh;
    border-style: none;
}

.lbv #popupPreexistingAccountButton {
    background-color: #efb433;
}
