img.table-img {
    border-radius: 5px !important;
}
.table-responsive {
    overflow-x: inherit;
}

.img-temp-preview{
    width: 150px;
    height: auto;
    margin-top: 10px;
    border-radius: 10px;
    margin-right: 10px;
}

.d-inline{
    display: inline-block;
}
.flex.rounded-lg.w-96.shadow-sm {
    width: 100%;
}

.card.login-view {
    border-radius: 30px;
}
.container-admin-text {
    /* -webkit-text-fill-color: transparent; */
    -webkit-background-clip: text;
    color: #7987a1;
    padding-top: 20px;
    font-size: 70px;
    font-weight: 800;
    animation: filling 3s ease forwards;
    /* filter: invert(1); */
}
.justify-content-space-around{
    justify-content: space-around;
    flex-wrap: wrap;
}
.table-img{
    width: auto;
    height: 40px;
}
.select2-container .select2-selection--multiple, .select2-container .select2-selection--single {
    height: 40px !important;
}