#account {
    position: fixed;   
    z-index: 100;
    display: none;
}

.account-action-body {
    position: fixed;
    transition: all 0.2s;
    height: calc(100% - 30px);
    width: 60%;
    margin: auto;
    margin-block: 15px;
    top: 0;
    right: 0 !important;
    left: 0;
    bottom: 0;
    border-radius: 15px;
    overflow-x: hidden;
    scale: 0.8;
    opacity: 0;
    display: none;
    box-shadow: 0 0 10px rgba(0,0,0,0.5);
    transition: all 0.2s;
    z-index: 100;
    
}

.account-action-body > div {
    width: 50%;
    height: 100%;
    position: relative;
}


.account-action-body > div > h4 {
    font-size: 18px;
    padding-inline: 20px;
    font-weight: 700;
}
.account-action-body > div > h4 > span {
    font-size: 14px;
    font-weight: 400;
    vertical-align: middle;
    margin-left: 10px;
}
.account-action-body > div > h4 > span > strong {
    font-weight: 600;
}




#account-cover {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0,0,0,0.5);
    backdrop-filter: blur(2px);
    z-index: -1;
}

.account-close-icon {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 18px;
    padding: 5px;
    margin: 20px;
    border-radius: 5px;
    cursor: pointer;
    
}

.account-action-body .progress {
    display: flex;
    margin: 15px;
    /* justify-content: center; */
    /* margin-inline: auto; */
}
/* .progress > div {
    border-radius: 50%;
    display: block;
    background: var(--theme-color);
    color: white;
    margin-block: auto;
    aspect-ratio: 1/1 !important;
    padding: 3px;
    text-align: center;
    height: 32px;
    width: 32px;
    font-size: 14px;
    border: 3px solid  rgb(0, 91, 228);
}
.progress > hr {
    width: 30px;
    height: 5px;
    background: linear-gradient(rgb(0, 91, 228));
    border: none;
    margin-inline: 0;
    margin-block: auto;
    scale: 1.02;
} */

.account-action-body .progress > span {
    margin-block: auto;
    font-size: 18px;
    padding: 5px;
    margin-right: 5px;
    border-radius: 50%;
    cursor: pointer;
    display: none;
}
.account-action-body .progress > p {
    font-size: 12px;
    margin-block: auto;
    margin-left: 5px;
}
.account-action-body .progress > p:nth-of-type(2) {
    font-size: 16px;
    font-weight: 500;
    margin-block: auto;
    margin-left: 15px;
}

#account form > section {
    min-height: 206px;
}

#account #verify-email {
    position: fixed;
    z-index: 110;
    width: 100%;
    height: 100%;
    display:none;
}
#account #verify-email > .cover {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    backdrop-filter: blur(1px);
    z-index: -1;
}
#account #verify-email > .main {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    height: min-content;
    width: 100%;
    max-width: 400px;
    border-radius: 10px;
    box-shadow: 0 0 5px rgba(0,0,0,0.5);
    display: none;
    scale: 0.8;
    opacity: 0;
    transition: all 0.2s; 
}
#account #verify-email > .main > .header {
    padding: 10px;
    display: flex;
    justify-content: space-between;
}
#account #verify-email > .main > .header > p {
    font-size: 16px;
    margin-block: auto;
    font-weight: 500;
    margin-inline: 5px;
}
#account #verify-email > .main > .header > span {
    font-size: 18px;
    padding: 3px;
    border-radius: 5px;
    cursor: pointer;
}
#account #verify-email > .main > .body {
    padding-inline: 25px;
    padding-block: 10px;
}
#account #verify-email > .main > .body > p {
    margin-block: 0;
    font-size: 14px;
    text-align: center;
}
#account #verify-email > .main > .body > p > strong {
    font-weight: 600;
}
#account #verify-email > .main > .body > div {
    margin-block:  10px;
}
#account #verify-email > .main > .body > div > input {
    padding: 10px;
    outline: 0;
    font-size: 14px;
    font-family: var(--font-1);
    padding-block: 10px;
    padding-inline: 15px;
    border-radius: 10px;
    display: block;
    width: 100%;
    text-align: center;
}
#account #verify-email > .main > .body > div > input:hover {
    border-color: rgb(75, 75, 75) !important;
}
#account #verify-email > .main > .body > div > input:focus {
    border-color: var(--theme-color) !important;
}
#account #verify-email > .main > .body > span {
    margin-block: 0;
    font-size: 14px;
    text-align: center;
    display: block;
}
#account #verify-email .error-body {
    margin: 0;
    padding: 0;
    max-height: 0;
    min-height: 0;
    overflow: hidden;
    transition: all 0.2s;
}
#account #verify-email .error-body > div {
    display: flex;
    color: #ff3232;
    padding-top: 5px;
}
#account #verify-email .error-body > div > span {
    margin-right: 10px;
    font-size: 16px;
    font-weight: 400;
    margin-block: auto;
}
#account #verify-email .error-body > div > p {
    font-size: 12px;
    margin: 0;
    padding: 0;
    font-weight: 400;
    margin-block: auto;
}

#account #verify-email > .main > .body > span > a {
    color: var(--theme-color);
    cursor: pointer;
}
#account #verify-email > .main > .footer {
    display: flex;
    justify-content: right;
    padding: 15px;
}
#account #verify-email > .main > .footer > button {
    font-size: 14px;
    margin-right: 0;
    margin-left: 10px;
    padding-block: 7px;
    padding-inline: 30px;
    border-radius: 10px;
    text-wrap: nowrap;
    cursor: pointer;
}

#account #verify-email > .main > .footer > button:nth-of-type(1) {
    border: solid 1px;
    border-bottom-width: 2px;
    border-right-width: 1px;
    font-weight: 600;
}
#account #verify-email > .main > .footer > button:nth-of-type(2) {
    font-weight: 700;
    color: black !important;
    background-color: var(--theme-color);
    border: outset var(--theme-color);
    border-bottom-width: 2px;
    border-right-width: 1px;
}

#account .detail {
    border-radius: 10px;
    display: flex;
    margin: 20px;
}
#account .detail > span {
    padding: 8px;
    padding-right: 0;
    font-size: 20px;
    color: var(--theme-color);

    font-variation-settings:
    'FILL' 0,
    'wght' 400,
    'GRAD' 0,
    'opsz' 48;
}
#account .detail > p {
    font-size: 12px;
    width: 100%;
    margin: 8px;
}

.account-input {
    margin-inline: 20px;
    margin-block: 10px;
    position: relative;
}
.account-input:last-of-type {
    margin-bottom: 20px;
}
.account-input > span {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 24px;
    padding: 10px;
    cursor: pointer;
    font-variation-settings:
    'FILL' 1,
    'wght' 400,
    'GRAD' 0,
    'opsz' 48
}
.account-input > span.info {
    font-size: 20px;
    padding: 12px;
    font-variation-settings:
    'FILL' 0,
    'wght' 400,
    'GRAD' 0,
    'opsz' 48

}
.account-input > input {
    padding: 10px;
    outline: 0;
    font-size: 14px;
    font-family: var(--font-1);
    padding-block: 10px;
    padding-inline: 15px;
    border-radius: 10px;
    display: block;
    width: 100%;
}

.account-input > input:hover {
    border-color: rgb(75, 75, 75) !important;
}
.account-input > input:focus {
    border-color: var(--theme-color) !important;
}

.account-input > input[type="number"]::-webkit-outer-spin-button,
.account-input > input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;

}
.account-input > input:-webkit-autofill,
.account-input > input:-webkit-autofill:hover,
.account-input > input:-webkit-autofill:focus,
.account-input > input:-webkit-autofill:active {
    -webkit-box-shadow: 0 0 0px 1000px rgb(28, 28, 28) inset !important;
    -webkit-text-fill-color: var(--text-dark) !important;
    transition: background-color 5000s ease-in-out 0s;
}

.account-input > .error-body {
    margin: 0;
    padding: 0;
    max-height: 0;
    min-height: 0;
    overflow: hidden;
    transition: all 0.2s;
}
.account-input > .error-body > div {
    display: flex;
    color: #ff3232;
    padding-top: 5px;
}
.account-input > .error-body > div > span {
    margin-right: 10px;
    font-size: 16px;
    font-weight: 400;
    margin-block: auto;
}
.account-input > .error-body > div > p {
    font-size: 12px;
    margin: 0;
    padding: 0;
    font-weight: 400;
    margin-block: auto;
}
.account-input > .info-body {
    margin: 0;
    padding: 0;
    max-height: 0;
    min-height: 0;
    overflow: hidden;
    transition: all 0.2s;
}
.account-input > .info-body > div {
    display: flex;
    /* color: #ff3232; */
    padding-top: 5px;
}
.account-input > .info-body > div > span {
    margin-right: 10px;
    font-size: 16px;
    font-weight: 400;
    margin-block: auto;
}
.account-input > .info-body > div > p {
    font-size: 12px;
    margin: 0;
    padding: 0;
    font-weight: 400;
    margin-block: auto;
}

.account-input > .info-body > div > span.loader {
    background: transparent;
    border: 4px solid;
    width: 18px !important;
    height: 18px !important;
    margin-block: auto;
    border-radius: 50%;
    border-left-color: var(--theme-color);
    border-top-color: rgba(31, 113, 235, 0.5);
    border-bottom-color: rgba(31, 113, 235, 0.5);
    border-right-color: rgba(31, 113, 235, 0.5);
    animation-name: --loading;
    animation-timing-function: linear;
    animation-fill-mode: forwards;
    animation-duration: 1s;
    animation-iteration-count: infinite;
}
@keyframes --loading {
    from {
        rotate: 0deg;
    }
    to {
        rotate: 360deg;
    }
}

.account-checkbox {
    display: flex;
    margin-inline: 20px;
    margin-block: 10;
}
.account-checkbox > input {
    background: var(--theme-color);
    margin-right: 10px;
    margin-bottom: auto;
    margin-top: 5px;
}

.account-checkbox > p {
    font-size: 14px;
    margin: 0;
    text-align: left;
}
.account-checkbox > p > a {
    color: var(--theme-color);
    text-decoration: none;
}
.account-checkbox > p > a:hover {
    text-decoration: underline;
}

.account-forgot-password {
    display: flex;
    justify-content: right;
}
.account-forgot-password > a {
    display: block;
    font-size: 14px;
    text-align: right;
    margin-left: auto;
    font-weight: 500;
    margin-inline: 20px;
    cursor: pointer;
    width: fit-content;
    color: var(--theme-color);
}
.account-forgot-password > a:hover {
    text-decoration: underline;
}

@keyframes --loading-spinner {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

.account-action-btn {
    display: flex;
    width: calc(100% - 40px);
    margin: 20px;
    border-radius: 10px;
    cursor: pointer;
    justify-content: center;
    justify-items: center;
}
.account-action-btn > span:nth-of-type(1),
.verify-btn > span:nth-of-type(1) {
    font-size: 14px;
    text-align: center;
}
.account-action-btn > span.loader,
.verify-btn > span.loader {
    width: 18px;
    height: 18px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    border: 4px solid rgba(0,0,0,0.2);
    border-top-color: black;
    border-radius: 50%;
    animation: --loading-spinner 1s ease infinite;
    opacity: 1;
}
.account-action-btn > span.loader,
.verify-btn > span.loader {
    display: none;
}
.account-action-btn.loading > span:nth-of-type(1),
.verify-btn.loading > span:nth-of-type(1) {
    visibility: hidden;
}
.account-action-btn.loading > span.loader,
.verify-btn.loading > span.loader {
    display: block;
}

.account-options {
    font-size: 14px;
    text-align: left;
    margin-inline: 20px;
    margin-bottom: 20px;

}

.account-options a {
    color: var(--theme-color);
    font-weight: 500;
    cursor: pointer;
}
.account-options a:hover {
    text-decoration: underline;
}

.account-regst-methods {
    margin: 20px;
    position: absolute;
    bottom: 0;
    width: calc(100% - 40px);

}

.account-regst-methods > div:first-of-type > hr {
    border-color: gray;
}
.account-regst-methods > div:first-of-type > p {
    font-size: 12px;
    text-align: center;
    width: fit-content;
    margin-inline: auto;
    padding-inline: 15px;
    translate: 0 23px;
}

.account-regst-methods > div:last-of-type {
    display: flex;
    justify-content: center;
    margin-top: 20px;
}
.account-regst-methods > div:last-of-type > button {
    margin: 5px;
    padding: 0;
    border-radius: 10px;
    height: auto;
    border-width: 1px;
}
.account-regst-methods > div:last-of-type > button > span {
    padding: 8px;
    margin: 0;
    font-size: 24px;
}

.account-action-body > div:first-of-type > div {
    width: 100%;
    height: 60%;
    background: aqua;
    overflow: hidden;
    position: relative;
}
.account-action-body > div:first-of-type > div > img {
    width: 100%;
    height: 100%;
    object-position: 50%;
    object-fit: cover;

}

.account-action-body > div:first-of-type > div::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 40%;
    background: linear-gradient(180deg, rgba(0,0,0,0), #171c1f);
    bottom: 0;
    left: 0;
}

/* @media only screen and (max-width: 1025px) {
    .account-action-body {
        min-width: 700px;
    }
} */

@media only screen and (min-width: 600px) {
    .account-action-body > div:first-of-type > div::after {
        content: '';
        position: absolute;
        width: 30%;
        height: 100%;
        background: linear-gradient(90deg, rgba(0,0,0,0), #171c1f);
        top: 0;
        right: 0;
    }

    .account-action-body.account-action-body-open {
        min-width: 800px;
        display: flex !important;

    }
}

@media only screen and (max-width: 600px) {
    .account-action-body.account-action-body-open {
        height: 100%;
        width: 100%;
        border-radius: 0;
        box-shadow: none;
        display: block !important;
        margin: 0;
    }

    .account-action-body > div {
        height: auto;
        width: 100%;
    }

    .account-action-body > div:first-of-type > div {
        height: 250px;
    }

    .account-regst-methods {
        position: relative;
        width: auto;
        overflow: hidden;
    }

}