﻿.box {
    display: flex;
    justify-content: space-between;
}

.mark {
    text-decoration: line-through;
}

.inactiveLink {
    pointer-events: none;
    cursor: default;
}

.btnsubmit {
    font-family: corpo-s-text, Arial, Verdana, Helvetica, sans-serif;
    margin-right: 17%;
    float: right;
    border-radius: 30px;
    background-color: #0078d6;
    color: #ffff !important;
    padding: 15px 25px !important;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    /* margin-left: 15px; */
    width: 150px;
}

.modal-header {
    background: #0078d6 !important;
}

.input-error {
    border: 1px solid red !important;
}

.iti.iti--allow-dropdown.iti--separate-dial-code {
    width: 100%;
}


.input-error-checkbox {
    outline: 2px solid red; 
    outline-offset: 2px; 
}


.captcha-box {
    display: flex;
    align-items: center;
    gap: 15px;
    background: #f7f7f7;
    border-radius: 12px;
    padding: 6px 4px;
    box-shadow: 0 2px 6px rgba(0,0,0,0.1);
    width: fit-content;
    margin-bottom: 15px;
}

.captcha-display {
    font-size: 19px;
    letter-spacing: 2px;
    padding: 10px 20px;
    background: white;
    border-radius: 10px;
    box-shadow: inset 0 0 4px rgba(0,0,0,0.15);
    user-select: none;
}

.captcha-refresh {
    background: #0078d6;
    border: none;
    color: white;
    padding: 10px 16px;
    font-size: 14px;
    border-radius: 8px;
    cursor: pointer;
    transition: 0.2s;
}

    .captcha-refresh:hover {
        background: #0078d6;
    }

.captcha-input {
    margin-top: 6px;
    padding: 10px;
    width: 140px;
    border-radius: 8px;
    border: 1px solid #ccc;
    font-size: 15px;
    font-family: corpo-s-text, Arial, Verdana, Helvetica, sans-serif;
}

.iti__selected-dial-code {
    font-family: corpo-s-text, Arial, Verdana, Helvetica, sans-serif;
    font-size: 14px;
}
