.thumbnail-image {
    position: relative;
    width: 20%;
}

.thumbnail-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* td img {
    width: 50%;
} */

.table td img {
    width: 150px;
    height: 150px;
    padding: 16px;
    border-radius: 24px;
}

.swal2-container {
    z-index: 20000 !important;
}

.bg-login {
    position: absolute;
    width: 100%;
    height: 100%;
    background: linear-gradient(
            0deg,
            rgba(0, 0, 0, 0.5),
            rgba(159, 143, 104, 0.8)
        ),
        url("/assets/images/bg-login.jpeg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
    background-attachment: fixed;
}

.form-control-login {
    width: 100%;
    border: none;
    height: 50px;
    color: white !important;
    border: 1px solid transparent;
    background: rgba(255, 255, 255, 0.5);
    border-radius: 40px;
    padding-left: 20px;
    padding-right: 20px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    font-weight: bold;
    transition: 0.3s;
}
@media (prefers-reduced-motion: reduce) {
    .form-control-login {
        -webkit-transition: none;
        -o-transition: none;
        transition: none;
    }
}
.form-control-login::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: rgba(255, 255, 255, 0.8) !important;
}
.form-control-login::-moz-placeholder {
    /* Firefox 19+ */
    color: rgba(255, 255, 255, 0.8) !important;
}
.form-control-login:-ms-input-placeholder {
    /* IE 10+ */
    color: rgba(255, 255, 255, 0.8) !important;
}
.form-control-login:-moz-placeholder {
    /* Firefox 18- */
    color: rgba(255, 255, 255, 0.8) !important;
}
.form-control-login:hover,
.form-control-login:focus {
    background: transparent;
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-color: rgba(255, 255, 255, 0.4);
}
.form-control-login:focus {
    border-color: rgba(255, 255, 255, 0.4);
}

.form-password {
    position: relative;
    width: 100%;
}

.icon-password {
    position: absolute;
    right: 0;
    margin-right: 16px;
    top: 16px;
}

.icon-modal-password {
    position: absolute;
    right: 0;
    margin-right: 16px;
    top: 42px;    
    color: rgba(159, 143, 104, 1);
}

.card-dashboard {
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.03);
    background-color: #f0c300;
    border-radius: 3px;
    border: none;
    position: relative;
    margin-bottom: 30px;
    color: white;
    background-repeat: no-repeat;
    background-size: cover;
    height: 200px;
}

.card-dashboard-primary {
    /* Gaya untuk elemen dengan class "child" di dalam elemen dengan class "parent" */
    background-image: url("../assets/img/bg-card.svg");
}
.card-dashboard-secondary {
    /* Gaya untuk elemen dengan class "child" di dalam elemen dengan class "parent" */
    background-image: url("../assets/img/bg-card-right.svg");
}

tr {
    color: black;
}

tbody tr {
    background-color: transparent !important;
    border-bottom: 1px solid black;
    /* display: flex;
    justify-content: space-between;
    align-items: center; */
}

.img-circle {
    aspect-ratio: 1 / 1 !important;
    padding: 0 !important;
    width: 140px !important;
    height: 140px !important;
    justify-self: center !important;
}

.table td,
.table th {
    vertical-align: middle !important;
    padding: 14px !important;
}
