﻿:root {
    --main-edw-bg: #203864;
    --edw-gray-clr: #6c757d;
    --edw-coral-red: #e34630;
}

.modal-content {
    border-radius: 8px;
}

.modal-header {
    background-color: white;
    color: black;
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;
}

.modal-body {
    background-color: white;
    padding: 20px;
    font-family: Arial;
    border-radius: 25px !important;
}

.modal-footer {
    background-color: white;
    border-bottom-left-radius: 7px;
    border-bottom-right-radius: 7px;
}

.otp-input {
    margin: 0 5px;
    text-align: center;
    font-size: 20px;
    width: 45px;
    height: 45px;
    background-color: #D3D3D3;
    border-radius: 8px;
}

.clr-coral-red {
    color: var(--edw-coral-red);
}

.edw-font-family {
    font-family: "dinnextltpro-boldcondensed";
}

.alter-edw-font-family {
    font-family: "opensans-regular,sans-serif";
}

.arial-family {
    font-family: "Arial";
}

#verifyOtpButton {
    background-color: var(--edw-coral-red);
    transition: background-color 0.2s;
}

    #verifyOtpButton:hover {
        background-color: #d23b29;
    }

.alert {
    width: 100%;
    margin-top: 10px;
}

.btn-link.disabled {
    pointer-events: none;
    color: var(--edw-gray-clr);
}

.text-gray-600 {
    color: var(--edw-gray-clr);
}

.modal-default-close {
    margin: 0;
    position: absolute;
    width: 30px;
    height: 30px;
    border-radius: 23px;
    background-color: red !important;
    color: #ffffff !important;
    font-size: 40px;
    opacity: 1;
    z-index: 10;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%);
}

.otp-modal-h4 {
    font-family: "dinnextltpro-boldcondensed";
    color: var(--main-edw-bg);
    letter-spacing: .03em;
    font-size: 1.5rem;
    font-weight: 500;
}

.form-check-input {
    border-color: var(--edw-gray-clr) !important;
}

    .form-check-input:checked {
        background-color: var(--main-edw-bg) !important;
        border-color: var(--main-edw-bg) !important;
    }

#reSendLink:hover {
    text-decoration: underline !important;
    color: #d23b29 !important;
    font-weight: 500;
    font-size: 1.3rem !important;
    font-family: "dinnextltpro-boldcondensed";
}
/*#captchaModal .modal-content {
    border-radius: 12px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
    *padding: 1.5rem 2rem;*/
/*max-width: 400px;*/
/*margin-left: 6%;*/
/*}

#captchaModal .modal-header {
    border-bottom: none;
    padding-bottom: 0;
}

#captchaModal .modal-title {
    font-weight: 600;
    font-size: 1.4rem;
    color: #222;
}

#captchaModal .modal-body {
    *margin: 1rem 0 1.5rem 0;*/
/*display: flex;*/
/*flex-direction: column;*/ /* Add this line */
/*align-items: center;*/ /* Center horizontally */
/*gap: 1rem;
}

#captchaModal .modal-footer {
    border-top: none;
    padding: 0 0 0 0 !important;
}

#captchaModal #captchaSubmitBtn {
    width: 50%;
    font-weight: 500;
    font-size: 0.7rem;*/
/*padding: 0.65rem;*/
/*border-radius: 8px;
}

    #captchaModal #captchaSubmitBtn:hover {
        background-color: #0046d5;
    }

#captchaModal .btn-close {
    font-size: 1.5rem;
    opacity: 0.7;
    transition: opacity 0.3s ease;
}

    #captchaModal .btn-close:hover {
        opacity: 1;
    }

#captchaModal .explanation-text {
    font-size: 0.9rem;
    color: #555;
    margin-top: -0.5rem;
    margin-bottom: 1rem;
}*/

/*#captchaModal .modal-content {
    border-radius: 12px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
    padding: 1.5rem 2rem;
    max-width: 500px;
}

#captchaModal .modal-header {
    border-bottom: none;
    padding-bottom: 0;
}

#captchaModal .modal-title {
    font-weight: 600;
    font-size: 1.4rem;
    color: #222;
}

#captchaModal .modal-body {
    margin: 1rem 0 1.5rem 0;
    display: flex;
    flex-direction: column;*/ /* Add this line */
/*align-items: center;*/ /* Center horizontally */
/*gap: 1rem;
}

#captchaModal .modal-footer {
    border-top: none;
}

#captchaModal #captchaSubmitBtn {
    width: 100%;
    font-weight: 600;
    font-size: 1.1rem;
    padding: 0.65rem;
    border-radius: 8px;
}

    #captchaModal #captchaSubmitBtn:hover {
        background-color: #0046d5;
    }

#captchaModal .btn-close {
    font-size: 1.5rem;
    opacity: 0.7;
    transition: opacity 0.3s ease;
}

    #captchaModal .btn-close:hover {
        opacity: 1;
    }

#captchaModal .explanation-text {
    font-size: 0.9rem;
    color: #555;
    margin-top: -0.5rem;
    margin-bottom: 1rem;
}*/

#captchaModal .modal-content {
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    padding: 1rem 1.25rem;
    max-width: 320px;
    /*max-height: 170px;*/ /* smaller width */
    margin: auto;
}

#captchaModal .modal-body {
    margin: 0.5rem 0 1rem 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.75rem;
    padding: 0; /* remove extra spacing */
}

#captchaModal .g-recaptcha {
    transform: scale(0.85); /* make captcha widget smaller */
    transform-origin: center;
}

#captchaModal .modal-footer {
    border-top: none;
    padding-top: 0.5rem;
    padding: 0;
    display: flex;
    justify-content: center;
    gap: 1rem; /* spacing between buttons */
}

#captchaModal #captchaSubmitBtn {
    width: auto;
    min-width: 120px;
    font-size: 1rem;
    font-weight: 600;
    padding: 0.5rem 1rem;
    border-radius: 6px;
    background-color: #f28b82; /* soft red */
    border: none;
    color: #fff;
    cursor: pointer;
}

    #captchaModal #captchaSubmitBtn:hover {
        background-color: #e57373; /* slightly darker red on hover */
    }

#captchaModal #captchaCancelBtn {
    min-width: 120px;
    font-size: 1rem;
    font-weight: 600;
    padding: 0.5rem 1rem;
    border-radius: 6px;
    background-color: #fff;
    border: 1px solid #ccc;
    color: #333;
    cursor: pointer;
}

    #captchaModal #captchaCancelBtn:hover {
        background-color: #f5f5f5;
        border-color: #999;
    }
