.kelas_top_menus{
    list-style: none;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 15px;
    padding: 0 0 15px 0;
    margin: 0;
    border-bottom: 1px solid #f96332;
} 
.kelas_top_menus li a{
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 8px 15px;
    border-radius: 4px; 
    text-decoration: none;
    background-color: var(--accent-color);
    color: var(--contrast-color);
    gap: 5px;
}
.kelas_top_menus li.active a{ 
    background-color: var(--green);
    color: #fff;
}
.kelas_top_menus li a:hover{ 
    background-color: var(--yellow); 
}
.alert.alert-success {
    background-color: #30802c;
}
.panel-header { 
    /* background: #f96332;
    background: -webkit-gradient(linear, left top, right top, from(#f96332), color-stop(60%, #f55c28), to(#f96e41));
    background: linear-gradient(to right, #f96332 0%, #f55c28 60%, #f96e41 100%);  */
    background: linear-gradient(to right, #1ec53a 0%, #5ba127 60%, #7de398 100%);
    min-height: 0;
    height: auto;
}
.panel-header .header .title {
    color: #FFFFFF;
    text-shadow: 0px 0px 10px #222222;
}
.list-custom{
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.list-custom > .list-item{
    display: flex;
    justify-content: space-between;
    align-items: center;  
    border-bottom: 1px solid #f3f3f3;
    padding-bottom: 10px;
}
.list-custom > .list-item:last-child{ 
    border-bottom: unset; 
}
/* .list-custom > .list-item.disabled{ 
    background-color: #e7e7e7;
    border: 1px solid #f4b6b6;
} */
.pagination{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px; 
}
.pagination li a{
    padding: 3px 5px;
    font-weight: bold;
    color: grey;
}
.pagination li.active a{
    color: #f55c28;
}
.table-responsive {
    overflow: unset; 
    overflow-x: auto;
    overflow-y: hidden;
}

.item_resul{
    display: flex;
    gap: 10px;
}
.item_resul a{
    cursor: pointer;
    display: inline-block;
    padding: 0 5px;
    border-radius: 7px;
    background: #e78282;
    color: #fff;
}
.list_selected{
    padding: 0;
    margin: 0;
    list-style: none;
}
.list_selected li{
    display: block; 
}
.list_selected li i{ 
    color: #f06a3e;
}
.btn-success {
    background-color: #22591f; 
}
.btn-success:hover {
    background-color: #297025; 
} 
.table>thead>tr>th { 
    font-size: inherit;
    font-weight: bold; 
}
.table>thead>tr>th, .table>tbody>tr>th, .table>tfoot>tr>th, .table>thead>tr>td, .table>tbody>tr>td, .table>tfoot>tr>td {
    padding: 5px 7px; 
    font-size: inherit;
}
.sidebar-wrapper li a{
    position: relative;
}
.sidebar-wrapper li a .badge{
    position: absolute;
    right: 10px;
    font-size: small;
    border-radius: 50%;
    min-width: 20px;
    top: calc(50% - 10px);
    text-align: center;
    height: 20px;
    display: inline-block;
}
.btn-link{
    background: #db7639;
    font-weight: bold;
    padding: 0 3px;
    border-radius: 5px;
    color: #fff;
}
.btn-round{
    border-radius: 10px;
}
.sidebar .nav li>a, .off-canvas-sidebar .nav li>a{
    border-radius: 10px;
    padding: 5px 10px;
}
.sidebar .nav i, .off-canvas-sidebar .nav i{
    font-size: 16px; 
}
.sidebar[data-color="orange"] .nav li.active>a:not([data-toggle="collapse"]) i, .off-canvas-sidebar[data-color="orange"] .nav li.active>a:not([data-toggle="collapse"]) i{ 
    color: #057009;
}
.sidebar[data-color="orange"]:after, .off-canvas-sidebar[data-color="orange"]:after {
    background: #3B9650;
}
.badge-danger {
    color: #fff;
    background-color: #2b6209;
}
.sidebar[data-color="orange"] .nav li.active>a:not([data-toggle="collapse"]), .off-canvas-sidebar[data-color="orange"] .nav li.active>a:not([data-toggle="collapse"]) {
    color: #057009;
}
.btn-primary {
    background-color: #3b9650;
    color: #FFFFFF;
}
.navbar.navbar-transparent {
    background-color: #1b7c04 !important; 
}
.card { 
    border-radius: 10px;  
    box-shadow: 0 1px 3px 0px rgba(39, 39, 39, 0.1);
}
.form-control, .form-group .form-control, .input-group .form-control {
    padding: 10px 15px;
    border-radius: 10px;
}
body, html, .wrapper{
    height: 100%;
    min-height: 100vh; 
}
.wrapper{ 
    overflow-y: auto;
}
footer {
    background: #ea5356 !important; 
    color: #fff;
}
.btn, .navbar .navbar-nav>a.btn{
    border-radius: 10px;
}
.list_kelas{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 15px;
}
.list_kelas .warning{
    display: flex;
    width: 100%;
    padding: 15px;
    border-radius: 10px;
    border: 1px solid #91ceb5;
    color: #f55c28;
    justify-content: center;
}
.list_kelas .icon{ 
    padding-right: 10px;
    width: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.list_kelas .icon > div{  
    height: 50px;
    width: 50px; 
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    border: 1px solid #91ceb5;
    overflow: hidden;
}
.list_kelas .icon img{ 
    width: 100%;
    height: 100%;
    max-height: 50px;
    max-width: 50px; 
}
.list_kelas .item_kelas{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    padding: 10px 15px;
    border-radius: 10px;
    border: 1px solid #b5b5b5;
    box-shadow: 0px 0px 10px 0px rgb(163 159 159 / 77%);
    cursor: pointer;
    position: relative;
    min-height: 100px;    
    color: #246908;
    max-width: 340px;
}
.list_kelas .item_kelas:hover{
    background: #056b40;
    color: #fff;
    text-decoration: none;
    box-shadow: 0px 0px 10px 0px rgba(17, 148, 82, 0.77);
}
.item_kelas .kelas_hot{
    position: absolute;
    top: -11px !important;
    right: -2px !important;
    margin: 0 !important;
}
.item_kelas .judul{
    font-size: 18px;
}