.list-blade-filter {
    width: fit-content;
}

.form-select {
    padding: 1px;
    border-radius: 0.45rem;
    text-transform: uppercase;
    font-size: 75%;
    font-weight: 700;
    line-height: 1.7;
    text-align: center;
    background-color: #495057;
}

.form-select:hover {
    background-color: #16181a;
}

.btn-link {
    border: none;
    outline: none;
    background: none;
    cursor: pointer;
    color: #0000EE;
    padding: 0;
    text-decoration: underline;
    font-family: inherit;
    font-size: inherit;
}

.grafik-absen-container {
    width: 100%; 
    height: 500px;
}

.list-border-top-solid {
    border-top: solid;
}

.padding-80 {
    padding: 80px;
}

.height-40{
    height: 140px;
}

.form-antivirus {
    background-color: #F0F2F5;
    line-height: 40px;
    border-radius: 5px;
    padding: 0 16px;
    transition: all 0.3s;
}

.form-antivirus:focus {
    background-color: #F0F2F5;
}

.border-color-f0f2f5 {
    border-color: #f0f2f5;
}

.background-color-f0f2f5 {
    background-color: #f0f2f5;
}

.border-kategori {
    border-width: 1px;
    border-color: #dee2e6;
}

.container-detail {
    min-height: calc(100vh - 210px);
    overflow-y: auto; 
    overflow-x: hidden; 
    max-height: 100%; 
    position: relative;
}

.list-style-type-none {
    list-style-type: none;
}

.object-fit-cover {
    object-fit: cover;
}

.width-80 {
    width: 80%;
}

.border-none {
    border: none;
}

.filter-tahun {
    height: auto; 
    width: 150px;
}

.width-50 {
    width: 50px;
}

.overflow {
    overflow: hidden;
    border-radius: 25px;
}
.zoom {
    margin: 0 auto;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

.zoom:hover {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}

.width-250 {
    width: 250px;
}

.dokumentasi-gambar {
    min-width: 250px; 
    max-width: 250px; 
    object-fit: cover;
}   

.font-weight-inherit {
    font-weight: inherit;
}

.width-20 {
    width: 20px;
}

.height-30 {
    height: 30px;
}

.vertical-align-middle {
    vertical-align: middle;
}

.border-raduis-4 {
    border-radius: 4px;
}

.height-40 {
    height: 40px;
}

.max-width-500 {
    max-width: 500px;
}

.report-ip {
    border: none; 
    border-bottom: 1px solid black;
}
