.swal2-title{
    font-size: 1.2rem !important;
}

.fade-hidden {
    opacity: 0;
    transition: opacity 0.4s ease;
}
.fade-show {
    opacity: 1;
    transition: opacity 0.4s ease;
}

.logocrop{
    width: 300px;
    height: 180px;
    object-fit: cover;
    object-position: center;
}

.dropdown-box__content{
    z-index: 9999 !important;
}

.table td {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
}

.table th {
    font-weight: 500;
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
    font-size: 0.8rem !important;
}

.img-center{
    display: flex;
    justify-content: center;
}