.tengah-vertikal{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%; /* Sesuaikan dengan tinggi kontainer */
}

/* Menghilangkan default styling */
input[type="radio"] {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    width: 30px;
    /* Mengatur lebar */
    height: 30px;
    /* Mengatur tinggi */
    border-radius: 50%;
    border: 2px solid #ccc;
    /* Atur border untuk input radio */
    outline: none;
    /* Menghapus outline */
    cursor: pointer;
}

/* Gaya saat input radio di-hover */
input[type="radio"]:hover {
    border-color: #666;
    /* Atur warna border saat dihover */
}

/* Gaya saat input radio dipilih */
input[type="radio"]:checked {
    border-color: #c900bc;
    /* Atur warna border saat dipilih */
    background-color: #c900bc;
    /* Atur warna latar belakang saat dipilih */
}

/* Gaya label input radio */
.radio-label {
    margin-left: 5px;
    /* Sesuaikan margin dengan kebutuhan Anda */
    vertical-align: middle;
}

/* Style untuk elemen anchor */
a[data-toggle="collapse"] {
    font-size: 15px; /* Ukuran font */
    color:#520055;
    /* Tambahan gaya sesuai kebutuhan */
    background-color: #fff; /* Warna latar belakang */
    padding: 10px; /* Padding */
    display: block; /* Block display */
}
table.dataTable tbody tr.selected {
    background-color: #fff;
    color:#520055;
}
span.select-info{
    color:#fff;
}

 .small-box {
    border-radius: 5px;
    position: relative;
    display: block;
    margin-bottom: 20px;
    box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.3);
}
@font-face {
    font-family: 'tulisan_keren';
    src: url('../fonts/poppins/Poppins-Light.ttf');
}

.btn {
    border-radius: 20em;
}

.btn.btn-flat {
    border-radius: 20em;
}

@font-face {
    font-family: 'OCR A Extended';
    font-style: normal;
    font-weight: normal;
    src: local('OCR A Extended'), url('OCRAEXT_2.woff') format('woff');
}

body {
    font-family: 'tulisan_keren', me_quran;
    font-size: 12px;
    line-height: 1.42857143;
    color: #000;
}

 
.loader {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: url('../img/ajax-loader.gif') 50% 50% no-repeat rgb(249, 249, 249);
    opacity: .8;
}

.skin-red .sidebar a {
    color: #b1c9f5;
}

.form-control {
    border-radius: 0;
    box-shadow: none;
    border-color: #afc2e8;
}
 
.dropdown-menu > li > a:hover {
  background-color: #9f5ad1;
  color: #fff;
  border-radius: 20px;
}

thead {
     background: rgb(125,37,194);
     background: linear-gradient(90deg, rgba(125,37,194,1) 14%, rgba(212,152,255,0.8409488795518207) 89%);
     color:#fff;
}

thead:hover {
     background: rgb(125,37,194);
     background: linear-gradient(90deg, rgba(125,37,194,1) 14%, rgba(212,152,255,0.8409488795518207) 89%);
     color:#ff5aea;
}

.table-striped>tbody>tr:nth-of-type(odd) {
    background-color: #fff;
}

.info-box-number {
    display: block;
    font-weight: bold;
    font-size: 30px;
    color: #fff;
}
 