@font-face {
    src: url("../fonts/vendor/nunito-latin-400-normal.woff2");
    font-family: "Nunito";
}

.sidebar-wrapper .menu .sidebar-item.active>.sidebar-link {
    background-color: #3b8855;
}

.sidebar-wrapper .sidebar-header {
    font-size: 20px;
    font-weight: 700;
    padding: 2rem 2rem 1rem;
}

.sidebar-wrapper .menu .sidebar-link {
    font-size: 13px;
}

.idev-pagination .paginate_button {
    background: #ffffff;
    border: 1px solid #ffffff;
    color: #000000 !important;
    padding: 0.3em 0.8em;
}

.idev-pagination .paginate_button:hover {
    background: #787879;
    border: 1px solid #787879;
    color: #ffffff !important;
}

.idev-pagination .current {
    background: #9d9d9e;
    border: 1px solid #a1aab2;
    color: #ffffff !important;
    padding: 0.3em 0.8em;
    border-radius: 6px;
}

.btn-circle-icon{
    width: 30px;
    height: 30px;
    border-radius: 15px;
    text-align: center;
    font-size: 12px;
    padding: 0;
}
.font-kecil{
    font-size: 20px;
}
.text-tengah {
    display: flex;
    justify-content: center;
  }

.h5, h5 {
    font-size: 16px;
}

.h6, h6 {
    font-size: 13px;
}

label {
    display: inline-block;
    font-size: 12px;
}

.form-control{
    font-size: 12px;
}

.btn{
    font-size: 12px;
}

tbody, td, tfoot, th, thead, tr {
    border: 0 solid;
    border-color: inherit;
    font-size: 13px;
}

.btn-sm{
    font-size: 10px;
}

.col-action{
    max-width: 200px;
    width: 10%;
}

.txt-count-data{
    font-size: 12px;
}

.content-preview{
    font-size: 13px;
}

.font-small{
    font-size: 12px;
}

.border-top-1{
    border-top: 1px solid #ced4da;
}
