.tabel_karyawan {
    overflow-y: scroll;
    height: 65vh;
    font-size: 12px;
}

.tabel_gaji {
    overflow-y: hidden;
    height: 13vh;
    font-size: 12px;
}

.tabel_absen_full {
    overflow-y: scroll;
    height: 100vh;
    font-size: 12px;
}

.tabel_absen {
    overflow-y: scroll;
    height: 65vh;
    font-size: 12px;
}

.detail_karyawan {

    height: 70vh;
    overflow-x: hidden;
    overflow-y: scroll;

}

.detail_karyawan img {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    object-fit: cover;
}

.detail_karyawan p {
    font-size: 12px;
}


.detail_absen {

    height: 70vh;
    overflow-x: hidden;
    overflow-y: scroll;

}

.detail_absen img {
    width: 150px;
    height: 100px;
    object-fit: cover;
}

.detail_absen p {
    font-size: 12px;
}

/* HTML: <div class="loader"></div> */
.loading {
    position: fixed;
    background-color: white;
    width: 100vw;
    height: 100vh;
    display: flex;
    flex-direction: column;
    gap: 10px;
    justify-content: center;
    align-items: center;

    z-index: 10 !important;
    overflow-y: hidden;
    overflow-x: hidden;
}

/* HTML: <div class="loader"></div> */
.loader {
    width: 50px;
    aspect-ratio: 1;
    border-radius: 50%;
    border: 8px solid #514b82;
    animation:
        l20-1 0.8s infinite linear alternate,
        l20-2 1.6s infinite linear;
}

@keyframes l20-1 {
    0% {
        clip-path: polygon(50% 50%, 0 0, 50% 0%, 50% 0%, 50% 0%, 50% 0%, 50% 0%)
    }

    12.5% {
        clip-path: polygon(50% 50%, 0 0, 50% 0%, 100% 0%, 100% 0%, 100% 0%, 100% 0%)
    }

    25% {
        clip-path: polygon(50% 50%, 0 0, 50% 0%, 100% 0%, 100% 100%, 100% 100%, 100% 100%)
    }

    50% {
        clip-path: polygon(50% 50%, 0 0, 50% 0%, 100% 0%, 100% 100%, 50% 100%, 0% 100%)
    }

    62.5% {
        clip-path: polygon(50% 50%, 100% 0, 100% 0%, 100% 0%, 100% 100%, 50% 100%, 0% 100%)
    }

    75% {
        clip-path: polygon(50% 50%, 100% 100%, 100% 100%, 100% 100%, 100% 100%, 50% 100%, 0% 100%)
    }

    100% {
        clip-path: polygon(50% 50%, 50% 100%, 50% 100%, 50% 100%, 50% 100%, 50% 100%, 0% 100%)
    }
}

@keyframes l20-2 {
    0% {
        transform: scaleY(1) rotate(0deg)
    }

    49.99% {
        transform: scaleY(1) rotate(135deg)
    }

    50% {
        transform: scaleY(-1) rotate(0deg)
    }

    100% {
        transform: scaleY(-1) rotate(-135deg)
    }
}

.set_jam {
    height: 30vh;
}

.bri {

    background-image: url("assets/img/bri.png");
    background-size: contain;
    background-repeat: no-repeat;
    width: 100px;



}

.bni {

    background-image: url("assets/img/bni.jpg");
    background-size: contain;
    background-repeat: no-repeat;
    width: 100px;


}

.item-cash {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    width: 300px;
    cursor: pointer;
}

.logo-cash {
    font-size: 30px;
}

.percent {
    display: flex;
    flex-direction: column;
    font-size: 10px;
    color: rgb(0, 0, 0);
}

.line-percent {
    display: flex;
    flex-direction: column;
    border-radius: 10px;
    padding: 3px;
}

.admin-photo {
    object-fit: cover;
    width: 100px;
    height: 100px;
}


