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

section#header-dash, section#header-dash h5, 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;
}
section#header-dash h5{
    font-size: 20px !important;
}
section#main-dash .card {
    border-radius: 10px !important;
    box-shadow: none !important;
}

section#header-dash .col-custom,section#main-dash .col-custom{
    padding-right: 10px !important;
    padding-left: 10px !important;
    display: grid;
}
section#header-dash .custom-row,section#main-dash .custom-row{
    margin-left: -10px !important;
    margin-right: -10px !important;
}
section#header-dash .box-filter {
    position: relative;
    height: 38px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: rgb(255, 255, 255);
    border-radius: 8px;
    padding: 0 0 0 0.8rem;
}
section#header-dash .box-filter .label {
    font-size: 12.8px;
    line-height: 15.49px;
    color: rgb(191, 191, 191);
}
section#header-dash .box-filter .dropdown-custom {
    position: relative;
}
section#header-dash .box-filter .dropdown-custom .filter-btn {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-left: 0 !important;
    width: 200px;
}
section#header-dash .box-filter .dropdown-custom .filter-btn span {
    font-size: 12.8px;
    font-weight: 600;
    line-height: 15.49px;
    color: rgb(0, 0, 0);
}
section#header-dash .box-filter .dropdown-custom .filter-btn img {
    margin-bottom: 2px;
}
section#header-dash .box-filter .dropdown-custom .dropdown-filter {
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgb(255, 255, 255);
    border-radius: 8px;
    z-index: 3;
    transform: translate3d(0px, 38px, 0px);
    padding: 0.5rem 0;
    display: none;
    height: 200px; 
    width: 200px; 
}

section#main-dash .text-green{
    color: #00B700 !important;
}

section#main-dash .text-red{
    color: #FF0000 !important;
}

section#main-dash .small-text{
    font-size: 10px !important;
}

section#main-dash .card-body{
    padding: 1rem !important;
}

section#main-dash .tugas-item{
    border-bottom: 1px solid #D9D9D9;
    padding-top: 1rem;
    padding-bottom: 1rem;
}

section#main-dash .tugas-icon-row{
    gap: 10px;
}
section#main-dash .tugas-icon-row .tugas-icon{
    border: 1px solid #D9D9D9;
    background: white;
    padding: 2px;
    font-size: 8px !important;
    border-radius: 2px;
}

section#main-dash .tugas-icon-row .tugas-icon img{
    height: 14px;
}

.bold{
    font-weight: bold;
}
section#main-dash .deadline-jam{
    border-radius: 10px;
    padding: 5px 10px;
    background: #DEE1E6 !important;
    color: #8B8A8D !important;
    font-size: 10px !important;
}
section#main-dash .deadline-kelas{
    font-size: 10px !important;
}
section#main-dash .deadline-materi{
    font-size: 10px;
    background: #ECF3FF;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    padding: 0.5rem;
    border-radius: 4px;
}

section#main-dash .deadline-red .deadline-materi{
    border-top: 4px solid #FF0000;
}

section#main-dash .deadline-green .deadline-materi{
    border-top: 4px solid #00B700;
}