body {
    /* font-family: 'Almoni Tzar AAA'; */
    background-color: #f1f1f1; /* #e8e6e6 */
}

#num_candidates input {
    direction: rtl;
}

input {
    direction: rtl !important;
}

p {
    width: 100%;
    margin-bottom: 2rem;
}


.login_brand_logo_container {
    position: absolute;
    height: 170px;
    width: 170px;
    top: -75px;
    border-radius: 50%;
    background: #f1f1f1;
    padding: 10px;
    text-align: center;
}
.login_brand_logo {
    height: 120px;
    /* width:  120px; */
}

.text-shadow-double {
    color: #3B82F6;
    text-shadow: 2px 2px 0 #3B82F6, 4px 4px 0 #EAB308;
}

.table thead th {
    border-bottom: 1.5px solid;
    color: #000;
    font-weight: 500;
}

.table>:not(:last-child)>:last-child>* {
    border-bottom-color: #EAB308;
}

.table thead th:first-child {
    text-align: right;
}

.table thead th:not(:first-child) {
    text-align: center;
}

.table tbody td:first-child {
    text-align: right;
}

.table tbody td:not(:first-child) {
    text-align: center;
}

.ui-datepicker .ui-datepicker-title {
    color: #000;
}

.ui-datepicker select.ui-datepicker-month, .ui-datepicker select.ui-datepicker-year {
    text-align: center;    
}
