ul {
    padding: 0;
}
.logo-login {
    width: 130px;
    margin: 25px auto 30px;
}
.box-shadow {
    box-shadow: 0 1px 7px 0px rgb(0 0 0 / 22%);
}
.color-1 {
    background-color: #f59441 !important;
}
.color-2 {
    background-color: #62528e !important;
}
.btn-color-1 {
    background-color: #f59441 !important;
    color: #fff !important;
    border: 1px solid #ee8045 !important;
}
.btn-color-1:hover {
    background-color: #ee8045 !important;
    color: #fff;
    border: 1px solid #f59441 !important;
}
.btn-color-2 {
    background-color: #62528e !important;
    color: #fff !important;
    border: 1px solid #62528e !important;
}
.btn-color-2:hover {
    background-color: #5a4a88 !important;
}
[type=checkbox]:checked:hover, [type=checkbox]:checked:focus, [type=radio]:checked:hover, [type=radio]:checked:focus {
    border-color: transparent;
    background-color: #62528e;
}
.text-decoration-none {
    text-decoration: none !important;
}
.btn-google {
    background-color: #4285F4; border-radius: 5px; text-decoration: none;
}
.btn-google:hover {
    background-color: #639cfa;
}
.btn-google img {
    background: #fff;
    padding: 2px 3px;
    border-radius: 3px;
    width: 30px;
}
input[disabled] {
    background-color: #dddddd !important;
    cursor: not-allowed !important;
}
/*
 *******************
    Select2
 *******************
*/
.select2-container {
    display: block !important;
    width: 100% !important;
}
.select2-container--default .select2-selection--single {
    border: 1px solid #dee2e6 !important;
    border-radius: 0.375rem !important;
    padding: .275rem 0 !important;
    line-height: 1.5 !important;
    height: 41.14px !important;
    box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075) !important;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 34px !important;
    padding: 0 .75rem !important;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 41.14px !important;
}
.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
    left: 6px;
}

.divider {
    display: flex;
    align-items: center;
    text-align: center;
    color: #333;
}
.divider::before {
    content: "";
    flex: 1;
    border-bottom: 1px solid #a3a3a3;
    margin-left: 5px;
}
.divider::after {
    content: "";
    flex: 1;
    border-bottom: 1px solid #a3a3a3;
    margin-right: 5px;
}
/* Contestant select */
.contestant-select-radio label {
    cursor: pointer;
    margin-bottom: 12px;
}
.contestant-select-radio label input[type=radio] {
    display: none;
}
.contestant-select-radio .contestant-card {
    border: 1px solid #ddd;
    border-radius: 10px;
    padding: 12px;
    text-align: center;
    background-color: #f8f9fa;
    transition: transform 0.2s, box-shadow 0.2s;
    cursor: pointer;
    display: flex;
    align-items: center;
}
.contestant-select-radio .contestant-card:hover {
    border: 1px solid #ea6951;
    transition: transform 0.2s, border 0.2s;
}
.contestant-select-radio .contestant-card img {
    width: 50px;
    margin-left: 10px;
}
.contestant-select-radio .contestant-card p {
    margin: 0;
    font-weight: bold;
}
.contestant-select-radio label input[type=radio]:checked + .contestant-card {
    border: 1px solid #ea6951;
    background-color: #ea69511f;
    transition: background-color 0.3s ease-in-out;
}
.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.8); /* شفاف */
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1000;
}


