.signin-main {
    position: absolute;
    width: 100%;
    height: 100%;
    background: var(--bg);
    z-index: 3000;
    opacity: 1;
    transition: opacity 0.3s ease;
}
.signin-main.hide {
    opacity: 0;
    z-index: -3000;
}

.signin-modal {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;

    background: rgba(50, 50, 50, 0.2);
    backdrop-filter: blur(5px);
    opacity: 0;
    transition: opacity 0.3s;
}
.signin-modal.show {
    opacity: 1;
    z-index: 3004;
}

/*.dance-light {*/
/*    position: absolute;*/
/*    width: 350px;*/
/*    height: 350px;*/

/*    left: 50%;*/
/*    top: 50%;*/

/*    border-radius: 50%;*/
/*    background: var(--primary);*/

/*    filter: blur(115px);*/
/*    opacity: .8;*/
/*    pointer-events: none;*/

/*    will-change: transform;*/

/*    transform:*/
/*        translate(-50%, -50%)*/
/*        translate3d(0,0,0)*/
/*        scale(1);*/
/*}*/

.dance-light {
    position: absolute;
    width: 350px;
    height: 350px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    background: var(--primary);
    filter: blur(115px);
    opacity: .8;
    pointer-events: none;

    animation: danceLight 25s ease-in-out infinite alternate;
}

@keyframes danceLight {
    0% {
        transform: translate(-50%, -50%) translate3d(-250px, -180px, 0) scale(0.9);
    }

    20% {
        transform: translate(-50%, -50%) translate3d(220px, -120px, 0) scale(1.15);
    }

    40% {
        transform: translate(-50%, -50%) translate3d(280px, 170px, 0) scale(0.85);
    }

    60% {
        transform: translate(-50%, -50%) translate3d(-180px, 240px, 0) scale(1.2);
    }

    80% {
        transform: translate(-50%, -50%) translate3d(-320px, 40px, 0) scale(0.85);
    }

    100% {
        transform: translate(-50%, -50%) translate3d(-250px, -180px, 0) scale(0.8);
    }
}

.signin-page-container {
    display: flex;
    position: relative;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    height: 100%;
}

.signin-step {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    opacity: 0;
    z-index: -3001;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transition: opacity 0.3s ease;
}
.signin-step.show {
    opacity: 1;
    z-index: 3002;
}

.signin-logo-slogan-container, .signup-done-body {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
    gap: 16px;
    padding: 16px;
    box-sizing: border-box;
}

.signin-logo {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 70px;
    height: 70px;
}
.signin-logo img {
    width: 100%;
    height: 100%;
    pointer-events: none;
    user-select: none;
}

.signin-slogan {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.signin-slogan h5 {
    margin: 0;
    font-style: normal;
    font-weight: 700;
    font-size: 30px;
    line-height: 36px;
    text-align: center;
    color: #111827;
}

.signin-desc-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.signin-desc-container p {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 23px;
    text-align: center;
    color: #4B5563;
    margin: 0;
    user-select: none;
    pointer-events: none;
}

.signin-start-btn-container {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 16px;
    box-sizing: border-box;
}

.signin-start-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    background: var(--primary);
    box-shadow: 0px 4px 6px -4px rgba(135, 16, 40, 0.3), 0px 10px 15px -3px rgba(135, 16, 40, 0.3);
    border-radius: 9999px;
    height: 50px;
    cursor: pointer;
}
.signin-start-btn p {
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 28px;
    text-align: center;
    color: #FFFFFF;
    margin: 0;
    user-select: none;
    pointer-events: none;
}



.signin-step-header {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
    width: 100%;
    padding: 16px;
    box-sizing: border-box;
}

.signin-step-header p {
    margin: 0;
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 28px;
    color: #111827;
    user-select: none;
    pointer-events: none;
}

.signin-step-header-back-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    background: rgba(255, 255, 255, 0.4);
    border: 0.666667px solid rgba(255, 255, 255, 0.7);
    border-radius: 9999px;
    z-index: 3;
    cursor: pointer;
}

.signin-step-body {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 100%;
    overflow-y: auto;
}

.signup-phone-number-container {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    padding: 16px;
    width: 100%;
    box-sizing: border-box;
}

.signup-phone-number-title-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    gap: 16px;
}
.signup-phone-number-title-container h5 {
    margin: 0;
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 32px;
    color: #111827;
}
.signup-phone-number-title-container p {
    margin: 0;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #6B7280;
    user-select: none;
    pointer-events: none;
}

.signup-phone-number-input-container, .signin-forgot-password-container, .signin-with-otp-container {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    width: 100%;
    padding: 16px 0;
    box-sizing: border-box;
}
.signup-phone-number-input-container input {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 16px 16px 16px 48px;
    height: 50px;
    width: 100%;
    background: rgba(255, 255, 255, 0.5);
    border: 0.666667px solid rgba(255, 255, 255, 0.7);
    box-shadow: inset 0px 2px 4px rgba(0, 0, 0, 0.02);
    backdrop-filter: blur(12px);
    border-radius: 16px;
    font-family: var(--font);
    font-feature-settings: "ss02";
}
.signup-phone-number-input-container input:focus {
    outline: none;
}

.signup-phone-number-btn-container, .signup-profile-btn-container, .signup-done-start-app {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 16px;
    box-sizing: border-box;
}

.signup-phone-number-btn, .signup-otp-btn, .signup-profile-btn, .signup-done-start-app-btn, .reset-password-start-app, .signin-with-otp-btn {
    display: flex;
    position: relative;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    width: 100%;
    height: 50px;
    background: #E4E4E4;
    color: #4B5563;
    border: 0.67px solid rgba(255, 255, 255, 0.7);
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.05);
    border-radius: 9999px;
    z-index: 3;
    pointer-events: none;
    cursor: not-allowed;
    transition: background-color 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease;
}
.signup-phone-number-btn p, .signup-otp-btn p, .signup-profile-btn p, .signup-done-start-app-btn p, .reset-password-start-app p, .signin-with-otp-btn p {
    margin: 0;
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 28px;
    text-align: center;
    user-select: none;
    pointer-events: none;
}

.signin-with-otp-btn {
    cursor: pointer;
}

.signup-phone-number-btn.active, .signup-otp-btn.active, .signup-profile-btn.active, .signup-done-start-app-btn.active, .reset-password-start-app.active {
    background: var(--primary);
    color: #FFFFFF;
    border-color: var(--primary);
    pointer-events: auto;
    cursor: pointer;
    box-shadow: 0px 4px 6px -4px rgba(135, 16, 40, 0.3), 0px 10px 15px -3px rgba(135, 16, 40, 0.3);
}
#signin-goto-otp-submit {
    pointer-events: auto;
    box-shadow: 0px 1px 2px -2px rgba(135, 16, 40, 0.3), 0px 10px 15px -3px rgba(135, 16, 40, 0.3);
}


.signup-otp-input-container {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 16px;
    gap: 8px;
    box-sizing: border-box;
}

.signup-otp-input {
    box-sizing: border-box;
    text-align: center;
    direction: ltr;
    font-size: 18px;
    font-weight: 550;
    width: 56px;
    height: 56px;
    background: rgba(255, 255, 255, 0.5);
    border: 0.666667px solid rgba(255, 255, 255, 0.7);
    box-shadow: inset 0px 2px 4px rgba(0, 0, 0, 0.02);
    backdrop-filter: blur(12px);
    border-radius: 16px;
    font-family: var(--font);
    font-feature-settings: "ss02";
}
.signup-otp-input-container input:focus {
    outline: none;
}

.resend-otp-btn-container{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 16px;
    box-sizing: border-box;
}

.resend-otp-btn, .resent-otp-timer {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #4B5563;
    pointer-events: none;
    cursor: not-allowed;
    transition: color 0.3s ease;
}
.resend-otp-btn p, .resent-otp-timer p {
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    margin: 0;
    text-align: center;
    user-select: none;
    pointer-events: none;
}
.resend-otp-btn.enable {
    color: var(--primary);
    pointer-events: auto;
    cursor: pointer;
}

.signin-set-image-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 16px;
    gap: 8px;
    box-sizing: border-box;
}

.signin-set-image-input {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    box-sizing: border-box;
    width: 112px;
    height: 112px;
    background: #E4E4E4;
    border: 0.67px solid rgba(255, 255, 255, 0.7);
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(12px);
    border-radius: 9999px;
    cursor: pointer;
}

.signin-set-image-bg {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 9999px;
}
.signin-set-image-bg img {
    pointer-events: none;
    user-select: none;

}

.signin-set-image-plus-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    position: absolute;
    width: 32px;
    height: 32px;
    right: 0px;
    bottom: 0px;
    z-index: 1;
    background: var(--primary);
    border: 2px solid #E5E5E5;
    border-radius: 9999px;
    cursor: pointer;
}
.signin-set-image-plus-btn img {
    pointer-events: none;
    user-select: none;
}

.signin-set-image-text {
    display: flex;
    justify-content: center;
    align-items: center;
}
.signin-set-image-text p {
    margin: 0;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #6B7280;
    user-select: none;
    pointer-events: none;
}

.signup-username-container {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.username-validation-container {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    gap: 4px;
    position: relative;
    height: 28px;
    max-height: 0;
    box-sizing: border-box;
    transition: max-height 0.3s ease;
}
.username-validation-container.show {
    max-height: 28px;
}

.username-validation-elements-container {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    gap: 8px;
    position: absolute;
    top: 8px;
    left: 0;
    opacity: 0;
    color: #1F2937;
    transition: opacity 0.3s ease;
}
.username-validation-elements-container.show {
    opacity: 1;
}
.username-validation-elements-container p {
    margin: 0;
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    user-select: none;
    pointer-events: none;
}

.signin-set-profile-input-container {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 8px 16px;
    position: relative;
    box-sizing: border-box;
}
.signin-set-profile-input {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    position: relative;
}
.signin-set-profile-input-container input, .signin-reset-password-input input {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 16px 16px 16px 48px;
    width: 100%;
    height: 50px;
    background: rgba(255, 255, 255, 0.5);
    border: 0.666667px solid rgba(255, 255, 255, 0.7);
    box-shadow: inset 0px 2px 4px rgba(0, 0, 0, 0.02);
    backdrop-filter: blur(12px);
    border-radius: 16px;
    font-family: var(--font);
    font-feature-settings: 'ss02';
    transition: z-index 0.3s ease, transform 0.3s ease;
}
.signin-set-profile-input-container input:focus {
    outline: none;
}
.hide-show-password {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    left: 15px;
    top: 15px;
    z-index: 1;
    user-select: none;
}
.signin-set-profile-input img {
    pointer-events: none;
    user-select: none;
}

.calendar-birth-date-panel {
    position: absolute;
    top: 99%;
    height: max-content;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    width: calc(100% - 32px);
    box-sizing: border-box;
    z-index: -3;
    opacity: 0;
    background: #E5E5E5;
    border: 0.666667px solid rgba(255, 255, 255, 0.6);
    box-shadow: 0px 25px 50px -12px rgba(0, 0, 0, 0.25);
    border-radius: 20px;
    transition: opacity 0.3s ease;
}
.calendar-birth-date-panel.show {
    opacity: 1;
    z-index: 5000;
}

.calendar-birth-date-panel-header {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 16px;
    box-sizing: border-box;
    background: rgba(255, 255, 255, 0.4);
    border-bottom: 0.666667px solid rgba(255, 255, 255, 0.6);
    backdrop-filter: blur(6px);
    border-radius: 20px 20px 0 0;
}

.calendar-birth-date-panel-header-title {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.calendar-birth-date-panel-header-title p {
    margin: 0;
    margin-right: -20px;
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 28px;
    color: #111827;
    user-select: none;
    pointer-events: none;
    transition: margin-right 0.3s ease;
}
.calendar-birth-date-panel-header-title.active p {
    margin-right: 0px;
    user-select: none;
    pointer-events: none;
}

.calendar-birth-date-panel-back-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 4px;
    border-radius: 5px;
    opacity: 0;
    cursor: pointer;
    background: transparent;
    transition: background 0.3s ease, opacity 0.3s ease;
}
.calendar-birth-date-panel-back-btn.show {
    opacity: 1;
    cursor: pointer;
}
.calendar-birth-date-panel-back-btn.disable {
    pointer-events: none;
}
.calendar-birth-date-panel-back-btn img {
    pointer-events: none;
    user-select: none;
    transform: rotate(180deg);
}
.calendar-birth-date-panel-close-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}
.calendar-birth-date-panel-close-btn img {
    pointer-events: none;
    user-select: none;
}
.calendar-birth-date-panel-body {
    display: flex;
    position: relative;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 290px;
    padding: 16px;
    box-sizing: border-box;
}

.signin-set-profile-gender-container {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 8px 16px;
    box-sizing: border-box;
    gap: 8px;
}

.gender-btn-selection {
    display: flex;
    justify-content: center;
    align-items: center;
    width: calc(33% - 0px);
    box-sizing: border-box;
    height: 50px;
    background: rgba(255, 255, 255, 0.5);
    border: 0.666667px solid rgba(255, 255, 255, 0.7);
    border-radius: 16px;
    color: #4B5563;
    z-index: 3003;
    cursor: pointer;
    transition: background 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease, color 0.3s ease;
}
.gender-btn-selection p {
    margin: 0;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    user-select: none;
    pointer-events: none;
}
.gender-btn-selection.active {
    background: var(--primary);
    border-color: var(--primary);
    box-shadow: 0px 2px 4px -2px rgba(0, 0, 0, 0.1), 0px 4px 6px -1px rgba(0, 0, 0, 0.1);
    color: #FFFFFF;
}

.signin-set-password-strong{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
    width: 100%;
    height: 156px;
    max-height: 0px;
    transition: max-height 0.4s ease;
}
.signin-set-password-strong.show {
    max-height: 156px;
}

.password-strong-amp-container{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 16px 0;
    gap: 4px;
    position: absolute;
    top: 0;
    opacity: 0;
    transition: opacity 0.3s ease;
}
.password-strong-amp-container.show {
    opacity: 1;
}
.password-strong-amp, .reset-password-strong-amp {
    flex: 1;
    height: 6px;
    background: rgba(209, 213, 219, 0.7);
    border-radius: 9999px;
    transform: scaleX(0.85);
    opacity: .4;
    transition:
        background-color .35s ease,
        transform .35s ease,
        opacity .35s ease;
}

.password-strong-amp.active, .reset-password-strong-amp.active {
    background: var(--primary);
    transform: scaleX(1);
    opacity: 1;
}

.password-strong-title {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    position: absolute;
    top: 38px;
    opacity: 0;
    transition: opacity 0.3s ease;
}
.password-strong-title.show {
    opacity: 1;
}
#strong-text-title, #reset-strong-text-title {
    margin: 0;
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    color: #6B7280;
}
#strong-text-repo, #reset-strong-text-repo {
    margin: 0;
    font-style: normal;
    font-weight: 700;
    font-size: 12px;
    line-height: 16px;
    color: #871028;
}
.strong-text-repo-container {
    display: flex;
    justify-content: center;
    align-items: center;
}

.password-strong-elements-container{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 16px 0 8px 0;
    gap: 8px;
    position: absolute;
    top: 54px;
    opacity: 0;
    transition: opacity 0.3s ease;
}
.password-strong-elements-container.show {
    opacity: 1;
}

.password-strong-element {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    gap: 8px;
    color: #6B7280;
    transition: color 0.3s ease, opacity 0.3s ease;
}
.password-strong-element.active {
    color: var(--primary);
}
.password-strong-element.hide {
    opacity: 0;
}
.password-strong-element p {
    margin: 0;
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    user-select: none;
    pointer-events: none;
}
.password-strong-element img {
    pointer-events: none;
    user-select: none;
}

.match-password-message-container {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 16px 0;
}

.signup-done-img {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 80px;
    height: 80px;
    background: #D3C8CA;
    box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.02), 0px 4px 20px -2px rgba(0, 0, 0, 0.05);
    border-radius: 9999px;
}
.signup-done-img img {
    pointer-events: none;
    user-select: none;
}

.signup-done-title {
    display: flex;
    justify-content: center;
    align-items: center;
}
.signup-done-title h6 {
    margin: 0;
    font-style: normal;
    font-weight: 700;
    font-size: 30px;
    line-height: 36px;
    text-align: center;
    color: #111827;
}

.signup-done-desc {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.signup-done-desc p {
    margin: 0;
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 22px;
    text-align: center;
    color: #4B5563;
    user-select: none;
    pointer-events: none;
}

.calendar-birth-date-panel-year {
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:4px;
    padding: 4px;
    box-sizing: border-box;
    position: absolute;
    border-radius: 0 0 20px 20px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: -1;
    overflow-y: auto;
    overflow-x: hidden;
    transition: opacity 0.3s ease;
}
.calendar-birth-date-panel-year.show {
    opacity: 1;
    z-index: 3;
}

.signin-calendar-year-item {
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    width: 100%;
    height: 45px;
    background: rgba(255, 255, 255, 0.5);
    border: 0.666667px solid rgba(255, 255, 255, 0.6);
    border-radius: 12px;
    color: #374151;
    cursor: pointer;
    transition: background 0.3s ease, color 0.3s ease;
}
.signin-calendar-year-item p {
    margin: 0;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    user-select: none;
    pointer-events: none;
}
.signin-calendar-year-item.active {
    background: var(--primary);
    color: #FFFFFF;
}

.calendar-birth-date-panel-month {
    display:grid;
    justify-content: center;
    align-items: center;
    grid-template-columns:repeat(3,1fr);
    gap:4px;
    padding: 4px;
    box-sizing: border-box;
    position: absolute;
    border-radius: 0 0 20px 20px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: -1;
    overflow-y: auto;
    overflow-x: hidden;
    transition: opacity 0.3s ease;
}
.calendar-birth-date-panel-month.show {
    opacity: 1;
    z-index: 3;
}

.signin-calendar-month-item {
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    width: 100%;
    height: 53px;
    background: rgba(255, 255, 255, 0.5);
    border: 0.666667px solid rgba(255, 255, 255, 0.6);
    border-radius: 12px;
    color: #374151;
    transition: background 0.3s ease, color 0.3s ease;
}
.signin-calendar-month-item p {
    margin: 0;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    user-select: none;
    pointer-events: none;
}
.signin-calendar-month-item.active {
    background: var(--primary);
    color: #FFFFFF;
}

.calendar-birth-date-panel-day{
    display:grid;
    justify-content: center;
    align-items: center;
    grid-template-columns:repeat(7,1fr);
    gap:4px;
    padding: 4px;
    box-sizing: border-box;
    position: absolute;
    border-radius: 0 0 20px 20px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: -1;
    overflow-y: auto;
    overflow-x: hidden;
    transition: opacity 0.3s ease;
}
.calendar-birth-date-panel-day.show {
    opacity: 1;
    z-index: 3;
}

.calendar-weekday{
    text-align:center;
    font-style: normal;
    font-weight: 600;
    font-size: 12px;
    line-height: 16px;
    color: #6B7280;
    width: 100%;
}

.calendar-day,
.calendar-empty{
    height:38px;
    width: 100%;
    display:flex;
    justify-content:center;
    align-items:center;
}

.calendar-day{
    display: flex;
    justify-content: center;
    align-items: center;
    cursor:pointer;
    box-sizing: border-box;
    background: rgba(242, 242, 242, 0.5);
    border: 0.67px solid rgba(255, 255, 255, 0.6);
    border-radius: 11px;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    color: #374151;
    transition: background 0.3s ease, color 0.3s ease;
}
.calendar-day.active {
    background: var(--primary);
    color: #FFFFFF;
}
.calendar-day:hover{
    background:#f3f3f3;
}

.signin-forgot-password {
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}
.signin-forgot-password p {
    user-select: none;
    pointer-events: none;
    margin: 0;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    color: #871028;
}

#crop-modal {
    display: flex;
    position: absolute;
    top: 16px;
    left: 16px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: calc(100% - 32px);
    height: 280px;
    opacity: 0;
    z-index: -3000;
    background: rgba(255, 255, 255, 0.5);
    border: 0.666667px solid rgba(255, 255, 255, 0.7);
    box-shadow: inset 0px 2px 4px rgba(0, 0, 0, 0.02);
    backdrop-filter: blur(12px);
    border-radius: 16px;
    transition: opacity 0.3s;
}
#crop-modal.show {
    opacity: 1;
    z-index: 3005;
}

.close-crop-modal {
    display: flex;
    position: absolute;
    left: 15px;
    top: 15px;
    border-radius: 50%;
    z-index: 3006;
    justify-content: center;
    align-items: center;
    padding: 5px;
    box-sizing: border-box;
    background: rgba(255, 255, 255, 0.7);
    backdrop-filter: blur(5px);
}

.crop-modal-img-container {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    left: 2%;
    top: 2%;
    width: 96%;
    border-radius: 14px;
    height: calc(98% - 66px);

}
.crop-modal-img-container img {
    width: 100%;
    height: 100%;
    border-radius: 14px;
    pointer-events: none;
    user-select: none;
    object-fit: cover;
}

#crop-save {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    width: 96%;
    left: 2%;
    bottom: 2%;
    align-self: flex-end;
    border-radius: 999px;
    height: 50px;
    background: var(--primary);
}

#crop-save p {
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 28px;
    text-align: center;
    color: #FFFFFF;
    margin: 0;
    user-select: none;
    pointer-events: none;
}

.cropper-view-box,
.cropper-face {
    border-radius: 50%;
}