:root{
    --primary: #C70000;
    --primaryLight: #f2e4e3;
    --danger: #ec0b0b;
    --secondary: #053a6c;
    --dark: #333333;
    --light: #ffffff;
    --gary: #f4f4f4;
    --garyDark: #707070;
    --shadow: 0 0 17px -13px var(--dark);
}
body{
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 15px;
    color: var(--dark);
}
main{
    min-height: 90vh;
}
header{
    background-color: var(--light);
    border-top: 11px solid var(--primary);
    padding: 1.5rem 1rem;
}
.head-bottom{
    width: 100%;
    height: 30px;
    object-fit: cover;
}
.logo img{
    width: 180px;
    margin-right: 23px;
}
.logo a{
    text-decoration: none;
}
.logo p{
    color: var(--dark);
    font-size: 2vw;
    font-weight: 600;
    font-family: 'Oswald', sans-serif !important;
    margin: 0;
}
.header-links li{
    margin: 1rem;
}
.header-links a{
    color: var(--dark);
}
.header-links i{
    padding-right: 5px;
    display: block;
    text-align: center;
    font-size: 16px;
}
.system-login{
    padding: 100px 15px;
}
.heading{
    margin-bottom: 2rem;
}
.heading h3{
    font-size: 26px;
    font-weight: bold;
    color: var(--primary);
    text-transform: uppercase;
}
.heading h5{
    font-size: 20px;
    font-weight: bold;
    color: var(--primary);
    text-transform: uppercase;
}
.card-box{
    position: relative;
    padding: 20px;
    border-radius: 15px;
    box-shadow: 0 0 17px -13px var(--dark);
}
.form-group{
    margin-bottom: 1rem;
}
.form-select{
    font-size: 15px;
    font-weight: 100;
}
input::placeholder{
    font-size: 15px;
    font-weight: 100;
}
.btn_primary{
    background-color: var(--primary);
    color: var(--light);
    font-weight: 100;
    border-radius: 25px;
    padding: .3rem 1.3rem;
    font-size: 14px;
    font-weight: 400;
    width: fit-content;
    transition: .9s ease-in-out;
}
.btn_primary:hover, .btn_primary:focus{
    background-color: var(--secondary);
    color: var(--light);
}
.btn_success{
    background-color: var(--bs-green);
    color: var(--light);
    font-weight: 100;
    border-radius: 25px;
    padding: .3rem 1.3rem;
    font-size: 14px;
    font-weight: 400;
    width: fit-content;
    transition: .9s ease-in-out;
}
.btn_success:hover, .btn_success:focus{
    background-color: var(--bs-green);
    color: var(--light);
}
footer{
    background-color: var(--primary);
    padding: 40px 15px;
}
.footer_contact p{
    margin-bottom: 5px;
    color: var(--light);
}
.footer_contact i{
    margin-right: 3px;
}
.footer_contact a{
    color: var(--light);
    text-decoration: none;
}
.footer_border {
    padding: 0 10px 6px;
    border: 1px solid var(--light);
    margin-bottom: 7px;
}
.footer_border p {
    font-size: 14px;
    text-align: center;
    color: var(--light);
    margin-bottom: 0;
}
.footer_info p{
    color: var(--light);
    font-size: 14px;
    text-align: right;
    margin-bottom: 0;
}
.footer_info span{
    font-style: italic;
    font-weight: 200;
    font-size: 13px;
    color: var(--light);
    text-align: right;
    display: block;
}
.side-bar{
    background-color: var(--gary);
    padding: 26px 14px;
    min-height: 100vh;
    height: 100%;
    border-radius: 20px;
    box-shadow: var(--shadow);
}
.side-bar-item{
    text-decoration: none;
    color: var(--dark);
    font-size: 14px;
    border-radius: 10px;
    padding: 14px 13px;
    margin-bottom: 10px;
    width: 100%;
    display: flex;
    align-items: baseline;
    line-height: 1.2;
    transition: .4s ease-in-out;
}
.side-bar-item.active{
    background-color: var(--primaryLight);
    color: var(--primary);
}
.side-bar-item:hover{
    background-color: var(--primaryLight);
    color: var(--primary);
}
.side-bar i{
    margin-right: 5px;
}
.inner-page{
    padding: 60px 20px;
}
.heading h2{
    font-size: 30px;
    font-weight: 600;
    color: var(--primary);
}
.task_card{
    padding: 20px;
    border-radius: 15px;
    margin-bottom: 1rem;
    box-shadow: 0 0 17px -13px var(--dark);
}
.task_card h4{
    margin-bottom: 0;
    font-size: 20px;
    color: var(--primary);
}
.task_card .vr{
    width: 8px;
    border-radius: 25px;
    height: 40px;
    background-color: var(--primary);
    opacity: 1;
    display: block;
}
.option-box{
    padding: 20px;
    border-radius: 15px;
    box-shadow: 0 0 17px -13px var(--dark);
    margin-bottom: 2rem;
}
.option-box h3{
    font-size: 20px;
    color: var(--primary);
    text-align: center;
}
.option-box p{
    margin-bottom: 0;
}
.option-box img{
    width: 45px;
    margin: 0 auto 1rem;
    display: block;
}
.option-box h2{
    font-size: 40px;
    margin-bottom: 0;
}
.option-box .btn_primary{
    background-color: var(--bs-green);
}
.graph-text{
    color: var(--primary);
    font-weight: 500;
}
.circle-chart__circle {
    animation: circle-chart-fill 2s reverse; /* 1 */
    transform: rotate(-90deg); /* 2, 3 */
    transform-origin: center; /* 4 */
}
.circle-chart__circle--negative {
    transform: rotate(-90deg) scale(1,-1); /* 1, 2, 3 */
}
.circle-chart__info {
    animation: circle-chart-appear 2s forwards;
    opacity: 0;
    transform: translateY(0.3em);
}
@keyframes circle-chart-fill {
    to { stroke-dasharray: 0 100; }
}
@keyframes circle-chart-appear {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}
label{
    font-size: 14px;
    color: var(--dark);
}
.form-group input, select{
    border-color: var(--garyDark) !important;
    border-radius: 0 !important;
    box-shadow: none !important;
}
.table input{
    border-color: var(--garyDark) !important;
    border-radius: 0 !important;
    box-shadow: none !important;
}
.form-check-input:checked{
    background-color: var(--primary);
    border-color: var(--primary);
}
.table-status th{
    color: var(--primary);
    font-weight: bold;
}
.ststus-progress-option{
    position: relative;
    margin-bottom: 1rem;
}
.ststus-progress-option::after{
    content: "";
    position: absolute;
    background-color: var(--primary);
    width: 2px;
    height: 100%;
    top: 20%;
    left: -1.35%;
    border-radius: 50px;
}
.ststus-progress-option::before {
    content: "";
    position: absolute;
    background-color: var(--primary);
    width: 18px;
    height: 18px;
    border-radius: 50px;
    left: -2%;
    top: 3px;
}
.done::after{
    content: "";
    position: absolute;
    background-color: var(--bs-green);
    width: 2px;
    height: 100%;
    top: 20%;
    left: -1.35%;
    border-radius: 50px;
}
.done::before {
    content: "";
    position: absolute;
    background-color: var(--bs-green);
    width: 18px;
    height: 18px;
    border-radius: 50px;
    left: -2%;
    top: 3px;
}
.ststus-progress-option h4{
    font-size: 18px;
    font-weight: bold;
    color: var(--primary);
}
.ststus-progress-option p{
    font-size: 15px;
    color: var(--dark);
    margin-bottom: 0;
}
.ststus-progress-option.done h4{
    color: var(--bs-green);
}
/*.ststus-progress-option:last-child::before {*/
/*    background-color: var(--bs-green);*/
/*}*/
/*.ststus-progress-option:last-child::after {*/
/*    background-color: var(--bs-green);*/
/*}*/
.status-progress{
    padding-left: 2rem;
}
.text_primary{
    color: var(--primary);
}
.text_success{
    color: var(--bs-green);
}
.text_warning{
    color: var(--bs-yellow);
}
.text_blue{
    color: var(--bs-primary);
}
.text_secondary{
    color: var(--secondary);
}
#loader {
    position: fixed !important;
    left: 65px;
    top: 65px;
    right: 0;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: visible;
    background: none;
    border: none;
    cursor: wait;
    z-index: 12345;
}

#loader .loader-image {
    content: url('../images/loading.gif');
    margin:0 auto;
}
#total_selected_voters {
    font-size: 22px;
}