.app-content .footer {
    padding-top: 0 !important;
}

.forgot-password {
    text-align: center;
}
.title-forgot-password {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 15px;
    color: #ffffff;
}
.description-forgot-password {
    font-size: 14px;
    color: #ffffff;
    margin-bottom: 30px;
}
.forgot-password .form-group {
    margin-bottom: 20px;
}
.forgot-password .form-control {
    width: 100%;
    padding: 12px;
    border-radius: 5px;
    border: 1px solid #ddd;
    font-size: 16px;
}
.forgot-password .control-label {
    display: block;
    text-align: left;
    margin-bottom: 5px;
    color: #ffffff;
    font-weight: 500;
}
.field-element .error {
    text-align: left;
}

.reset-password {
    text-align: center;
}
.title-reset-password {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 15px;
    color: #ffffff;
}
.description-reset-password {
    font-size: 14px;
    color: #ffffff;
    margin-bottom: 30px;
}
.reset-password .form-group {
    margin-bottom: 20px;
}
.reset-password .form-control {
    width: 100%;
    padding: 12px;
    border-radius: 5px;
    border: 1px solid #ddd;
    font-size: 16px;
}
.reset-password .control-label {
    display: block;
    text-align: left;
    margin-bottom: 5px;
    color: #ffffff;
    font-weight: 500;
}

.reset-password .password-input {
    height: 44px;
    line-height: 44px;
}

.password-input-wrapper {
    position: relative;
}
.password-input {
    padding-right: 70px;
}
.password-toggle-icon,
.password-clear-icon {
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    color: #666;
    font-size: 18px;
}
.password-clear-icon {
    right: 45px;
}
.password-toggle-icon:hover,
.password-clear-icon:hover {
    opacity: 0.7;
}
.password-requirements {
    margin-top: 10px;
    text-align: left;
}
.requirement-item {
    display: flex;
    align-items: center;
    margin-bottom: 8px;
    font-size: 14px;
    color: #ffffff;
}
.requirement-icon {
    margin-right: 8px;
    font-size: 16px;
    color: #fff;
    transition: color 0.3s;
}
.requirement-item.valid .requirement-icon, .requirement-item.valid .requirement-text {
    color: #00BF63;
}
.requirement-item.valid {
    background-color: unset;
}
.requirement-item.invalid .requirement-icon {
    color: #fff;
}
.error-message {
    display: none;
    align-items: flex-start;
    color: #ffff;
    font-size: 14px;
    margin-top: 5px;
    text-align: left;
    min-height: 20px;
    line-height: 1.4;
    gap: 6px;
}
.error-message.show {
    display: flex;
}
.error-message .error-icon {
    font-size: 16px;
    color: #ff0000;
    margin-top: 1px;
    flex-shrink: 0;
}
.error-message .error-text {
    flex: 1;
}
.form-control.error {
    border-color: #ff0000;
    background-color: #ffdedf;
    box-shadow: 0 0 0 2px rgba(255, 0, 0, 0.1);
}
.form-control.error:focus {
    border-color: #ff0000;
    outline: none;
    box-shadow: 0 0 0 3px rgba(255, 0, 0, 0.2);
}
.submit-text {
    width: 100%;
    background-color: #007bff;
    color: #ffffff;
    border: none;
    border-radius: 5px;
    font-size: 16px;
    cursor: pointer;
}
.submit-text:hover {
    background-color: #0056b3;
}

.button-group {
    display: flex;
    gap: 12px;
    padding: 20px 30px;
    margin-top: auto;
    position: fixed;
    width: 414px;
    margin: 0 auto;
    bottom: 50px;
    left: 0;
    right: 0;
}

.button-group .btn-back {
    background: #1A6844;
    color: #ffffff;
    border: 2px solid #00BF63;
    border-radius: 10px;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    transition: opacity 0.3s;
}
.button-group .btn-back:hover {
    opacity: 0.9;
    color: #ffffff;
    text-decoration: none;
}
.button-group .btn-continue {
    background: linear-gradient(180deg, #00BF63 3.72%, #008646 99.72%);
    color: #ffffff;
    border: none;
    border-radius: 10px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: background-color 0.3s;
}

.button-group .btn-continue:disabled {
    background: #838383;
    color: #C3C3C3;
    cursor: not-allowed;
}

.button-group .btn-back, .button-group .btn-continue {
    height: 38px;
    flex: 1;
}

.title-otp {
    text-align: left;
    padding: 0 16px;
    font-weight: 500;
    font-size: 16px;
    margin-bottom: 5px;
}
.resend-otp {
    color: #ffffff;
    font-size: 14px;
}
.otp p {
    margin-top: 10px;
}
.open_gift_btn {
    margin-top: 40%;
}
.custom-alert {
    background-color: rgba(0, 0, 0, 0.5);
    height: 100vh;
    width: 100vw;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1;
}
.custom-alert .customer-alert_alert {
    max-height: 95vh;
    width: 350px;
    max-width: 95vw;
    padding: 15px;
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -40%);
    background-color: rgba(255, 255, 255, 1);
    border-radius: 15px;
    text-align: center;
}
.custom-alert .customer-alert_alert_title {
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 10px;
}
.custom-alert .customer-alert_alert_icon {
    font-size: 45px;
    margin-bottom: 10px;
}
.custom-alert .customer-alert_alert_icon.success {
    color: #14A900;
}
.custom-alert .customer-alert_alert_icon.error {
    color: #ff3333;
}
.custom-alert .customer-alert_alert_content{
    font-size: 14px;
    margin-bottom: 10px;
}
.custom-alert .customer-alert_alert_btn {
    background-color: #14A900;
    border: none;
    border-radius: 10px;
    color: #ffffff;
    max-width: 100%;
    width: 300px;
    padding: 10px 5px;
    font-weight: 500;
    font-size: 18px;
}
.page-otp .btn-back {
    width: 100% !important;
}
.d-flex {
    display: flex;
}
.justify-content-between {
    justify-content: space-between;
}
.align-items-center {
    align-items: center;
}
.text-danger {
    color: #FF0808;
}
