/* ukuran logo sidebar */

.brand-image{
height:30px !important;
width:auto !important;
margin-right:5px;
}

/* warna sidebar merah KPU */

.sidebar-dark-danger .nav-sidebar>.nav-item>.nav-link.active{
background-color:#dc3545;
}

/* hover menu */

.nav-sidebar .nav-link:hover{
background-color:#dc3545;
color:#fff;
}


/* footer */

.main-footer{
/* border-top:3px solid #c62828; */
font-size:13px;
}




/* navbar merah KPU */

/* .main-header.navbar{
background:#c62828 !important;
} */

/* teks navbar */

/* .main-header small{
font-size:11px;
} */

/* logo */

/* .main-header img{
border-radius:3px;
} */


/* background */

.login-bg{

background: linear-gradient(
135deg,
#8e0000,
#c62828
);

height:100vh;

display:flex;

align-items:center;

justify-content:center;

font-family: 'Segoe UI', sans-serif;

}


/* wrapper */

.login-wrapper{

width:100%;
max-width:420px;
text-align:center;

}


/* card */

.login-card{

background:white;

padding:35px;

border-radius:10px;

box-shadow:0 10px 25px rgba(0,0,0,0.25);

}


/* logo */

.login-logo{

height:80px;

}


/* subtitle */

.login-subtitle{

font-weight:600;
margin-bottom:5px;

}


/* button */

.btn-kpu{

background:#c62828;
color:white;
font-weight:600;
border:none;

}

.btn-kpu:hover{

background:#8e0000;

}


/* footer */

.login-footer{

margin-top:20px;

color:white;

font-size:12px;

}



/* Fix Select2 agar sama dengan form-control -- MANUAL*/
/* .select2-container--default .select2-selection--single{
    height:40px !important;
}

.select2-container--default .select2-selection__rendered{
    line-height:40px !important;
} */


/* ===== FIX SELECT2 ADMINLTE FORM ===== */

.select2-container {
    width: 100% !important;
}

.select2-container--default .select2-selection--single{
    height:38px !important;
    border:1px solid #ced4da !important;
    border-radius:0.25rem !important;
    padding:4px 12px !important;
}

.select2-container--default .select2-selection__rendered{
    line-height:28px !important;
    padding-left:0 !important;
    color:#495057;
}

.select2-container--default .select2-selection__placeholder{
    color:#6c757d;
}

.select2-container--default .select2-selection__arrow{
    height:36px !important;
    right:10px !important;
}

.select2-dropdown{
    border:1px solid #ced4da;
}