﻿.my-bullet-point {
    padding-bottom: 1rem;
}

    .my-bullet-point > span {
        font-size: large;
    }



.quck-nav {
    padding-top: 10px;
}

#header > .container {
    width: 100%;
    border-bottom: solid 1px yellowgreen;
}

.event-view {
    padding-top: 8rem;
}


.name {
    background-color: #1d00ec0a;
    padding: 0.5rem;
    padding-left: 1rem;
    border-style: groove;
    border-width: 1px;
    border-color: #1b00d740;
    border-radius: 6.5px;
    width: 100%;
}

.my-border {
    border: solid 1px black;
    border-radius: 13px;
    padding: 2rem;
}





/* Overlay modal background */
.auth-overlay {
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,0.6);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 999999;
}

/* Modal box */
/* Modal Box Design Upgrade */
.auth-box {
    background: #ffffff;
    padding: 35px 30px;
    border-radius: 14px;
    max-width: 520px;
    width: 90%;
    text-align: center;
    box-shadow: 0 15px 45px rgba(0,0,0,0.15);
    font-family: 'Poppins', sans-serif;
}

    /* Title */
    .auth-box h2 {
        font-size: 20px;
        font-weight: 700;
        line-height: 1.2;
        margin-bottom: 12px;
        color: #1c95b6;
    }

    /* Subtitle / paragraph */
    .auth-box p {
        font-size: 14px;
        color: #555;
        margin-bottom: 22px;
    }

    /* Input fields */
    .auth-box input[type="email"],
    .otp-inputs input {
        width: 100%;
        padding: 12px 14px;
        border: 1px solid #dcdcdc;
        border-radius: 50px;
        font-size: 14px;
        outline: none;
        transition: border 0.3s ease;
        margin-bottom: 0;
    }

.otp-inputs input {
    border-radius: 12px;
}

    .auth-box input[type="email"]:focus,
    .otp-inputs input:focus {
        border-color: #1c95b6;
    }

/* OTP input layout */
.otp-inputs {
    display: flex;
    justify-content: center;
    gap: 12px;
    margin-bottom: 15px;
}

    .otp-inputs input {
        width: 50px !important;
        height: 50px !important;
        text-align: center;
        font-size: 20px;
        font-weight: 600;
    }


/* Button */
.auth-box button {
    background: #1c95b6;
    color: #fff;
    border: none;
    padding: 12px 30px;
    border-radius: 30px;
    cursor: pointer;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 0.3px;
    transition: background 0.3s ease, transform 0.2s ease;
    margin-top: 20px;
}

    .auth-box button:hover {
        background: #157a94;
        transform: translateY(-2px);
    }

#emailModal button {
    width: 100%;
}

.input-em {
    width: 80%;
    margin: auto;
    margin-top: 20px;
}

#resendArea p {
    margin-bottom: 5px;
}

.auth-box button#resendBtn {
    background: transparent;
    color: #000;
    border: none;
    padding: 0px;
    width: 100%;
    border-radius: 30px;
    cursor: pointer;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.3px;
    transition: background 0.3s ease, transform 0.2s ease;
}

    .auth-box button#resendBtn:hover {
        background: transparent;
        transform: translateY(0px);
    }

.error-text {
    color: #e74c3c;
    font-size: 13px;
    margin-top: 5px;
    display: block;
    text-align: center;
    margin-bottom: 5px;
}

.input-error {
    border-color: #e74c3c !important;
}



/* Top Icon */
.auth-icon {
    width: 60px;
    height: 60px;
    background: #1c95b627;
    border-radius: 50%;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #1c95b6;
    font-size: 25px;
    border: 1px solid #1c95b64f;
    margin-bottom: 20px;
}












/* Mobile Responsive */
@media (max-width:480px) {
    .auth-box {
        padding: 28px 22px;
    }

        .auth-box h2 {
            font-size: 22px;
        }

    .otp-inputs input {
        width: 45px;
        height: 45px;
    }
}


/* Utility */
.d-none {
    display: none !important;
}

/* Mobile responsive */
@media(max-width:480px) {
    .otp-inputs input {
        width: 45px;
        height: 45px;
    }
}




/*----profile-choose-----*/
