@import url('https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wght@0,100..900;1,100..900&display=swap');

/* Account Delete Styles */
body {
    background-color: #25056b !important;
    background-image: unset !important;
}

body.lbv {
    background-color: #22272c !important;
}

.content.account-deletion {
    position: relative;
    background-color: #fbfcff;
    padding-top: 5rem;
    height: 50.25rem;
    background-image: url('../images/account-deletion-bg-desktop.png');
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: bottom;
    background-size: 100%;
    text-align: center;
    padding-left: 1.938rem;
    padding-right: 1.938rem;
}

body:has(footer.classic-main-footer) .content.account-deletion {
    height: calc(100vh - 1.563rem);
    overflow-x: hidden;
}

html:has(footer.classic-main-footer) {
    height: 100vh;
}

body:has(footer.classic-main-footer) {
    height: 100%;
    overflow: hidden;
}

.account-deletion .account-deletion-title {
    color: #432aa2;
    font-size: 1.5625rem;
    font-weight: 800;
    line-height: 1.28;
    letter-spacing: 0.0288rem;
    font-family: 'Noto Sans', 'Roboto, sans-serif';
    margin-top: 1rem;
}

.lbv .account-deletion .account-deletion-title {
    color: white;
}

#contents-main {
    width: 100%;
}

#contents-deleted {
    display: none;
    position: relative;
    width: 100%;
    top: 33%;
}

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

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

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

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

.lbv .top-nav {
    background-color: #22272c;
}

.lbv .top-nav .h5c-logo {
    background-image: url('../images/LBV_Logo_Black-Text.png');
}

.lbv .content.account-deletion {
    background-color: unset;
    background-image: url('../images/lbv-account-deletion-bg-desktop.png');
    background-size: cover;
    color: white;
}

.lbv footer#main-footer {
    background-color: #22272c;
}
