@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100..900&display=swap');

section#main-dash, section#main-dash h5, section#main-dash p, section#main-dash span, section#main-dash div{
    font-family: "Inter", serif !important;
    font-optical-sizing: auto;
    font-style: normal;
}
#card-blue{
    background: #F5F9FF;
    border-radius: 20px !important;
}
#card-blue > .card-body{
    height: calc(100vh - 110px)
}
.text-blue{
    color:#375CB4 !important;
}
.b-radius{
    border-radius: 20px !important;
}
#akt-list{
    height: calc(100vh - 220px);
    overflow-y: scroll;
    position: relative;
}
#akt-list .akt-box{
    height: 150px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    padding: 1rem;
}
.akt-item{
    width: calc(100% - 60px - 1rem);
}
.akt-header{
    font-size: 14px !important;
}
.akt-date, .akt-btn .btn, .akt-body{
    font-size: 12px !important;
}
.bold{
    font-weight: bold;
}
.progress-circle {
    position: relative;
    width: 60px !important;
    height: 60px !important;
    border-radius: 50%;
    background: conic-gradient(
        #4caf50 calc(var(--percentage) * 1%),
        #e0e0e0 0
    );
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: Arial, sans-serif;
    font-size: 20px !important;
    color: #333;
    font-weight: bold;
}
.progress-circle span{
    font-size: 20px !important;
}

.progress-circle::after {
    content: "";
    position: absolute;
    width: 90%;
    height: 90%;
    background: white;
    border-radius: 50%;
    z-index: 1; /* Ensure the inner circle is below the text */
}

.progress-circle span {
    position: relative;
    z-index: 2; /* Bring the text to the front */
}
.btn-blue{
    background: #375CB4;
    color: white;
    padding: 0px 10px !important;
    border-radius: 100px !important;
}
.btn-blue:hover{
    background: #375db4e9;
    color: white;
}
.bg-image{
    background-image: url('../asset_dore/img/bg-edu3.svg');
    background-size: 100%;
    background-repeat: no-repeat;
    border-radius: 16px;
    height: 230px;
    background-position-y:center;
}

@media screen and (max-width: 1024px) {
    .bg-image{
        background-image: url('../asset_dore/img/bg-edu3.svg');
        background-size: 100%;
        background-repeat: no-repeat;
        border-radius: 16px;
        height: 230px;
    }
}

.text-red{
    color: #FF0000;
}
.text-green{
    color: #61C554;
}
.truncate-custom {
    overflow: hidden; /* Hides the overflow */
    display: -webkit-box; /* Creates a flexbox-like structure */
    line-clamp: 2;
    -webkit-box-orient: vertical; /* Orients the box vertically */
    -webkit-line-clamp: 2; /* Limits the content to 2 lines */
    text-overflow: ellipsis; /* Optional: Adds '...' if truncated */
    white-space: normal; /* Ensures the text wraps within the container */
}

/* Hide scrollbar for Chrome, Safari and Opera */
#akt-list::-webkit-scrollbar {
    display: none;
}
#akt-list{
    -ms-overflow-style: none;  /* IE and Edge */
    scrollbar-width: none;  /* Firefox */
}

/* TABLE */
.dataTables_wrapper .paginate_button.previous {
    margin-right: 0px; 
}

.dataTables_wrapper .paginate_button.next {
    margin-left: 0px; 
}

div.dataTables_wrapper div.dataTables_paginate {
    margin-top: 25px; 
}

div.dataTables_wrapper div.dataTables_paginate ul.pagination {
    justify-content: right; 
}

.dataTables_wrapper .paginate_button.page-item {
    padding-left: 5px;
    padding-right: 5px; 
}

.page-item.disabled .page-link{
    border:none !important;
    color: #374957 !important;
}

.page-item.active .page-link{
    border:1px solid #000000 !important;
    color: #374957 !important;
}

.dataTables_length select {
    border: 0;
    background: none;
    box-shadow: none;
    border:none;
    width:120px !important;
    transition-duration: 0.3s; 
}
table.dataTable,
.DTFC_LeftBodyWrapper,
.DTFC_Cloned {
    border-collapse: collapse !important;
}
table th{
    color: #8B8A8D !important;
    font-weight: 500 !important;
}
table td{
    font-weight: bold !important;
}
table td, table th{
    padding: 8px !important;
    font-family: "Inter", serif !important;
    font-optical-sizing: auto;
    font-style: normal;
}

div.dataTables_paginate{
    margin-top: 0px !important;
}


.dataTables_scrollBody thead th{
    padding: 0px 8px !important;
}

.table-striped tr.odd td {
    background-color: #f3f3f3 !important;
}

#table-riwayat tbody tr{
    cursor: pointer;
}

