::-webkit-scrollbar {
    width: 8px;
    height: 8px;
}

::-webkit-scrollbar-track {
    background: #F4F6F9;
    border-radius: 0px;
}

::-webkit-scrollbar-thumb {
    background: #0069d9;
    border-radius: 0px;
}

::-webkit-scrollbar-thumb:hover {
    background: #0056b3;
}

.btn-eb-green {
    background-color: #dcfde4;
    color: #28a745;
    font-weight: bold;
}

.btn-eb-green:hover {
    background-color: #9bf8b2;
    color: #28a745;
}

.btn-eb-blue {
    background-color: #d3e7fd;
    color: #007BFF;
    font-weight: bold;
}

.btn-eb-blue:hover {
    background-color: #9acafd;
    color: #007BFF;
}

.btn-eb-gray {
    background-color: #e0e0e0;
    color: #757575;
    font-weight: bold;
}

.btn-eb-gray:hover {
    background-color: #c9c9c9;
    color: #757575;
}

.btn-eb-red {
    background-color: #fdd4d8;
    color: #C82333;
    font-weight: bold;
}

.btn-eb-red:hover {
    background-color: #ffadb5;
    color: #C82333;
}

.btn-eb-blue-dark {
    background-color: #020138;
    color: #fff;
    font-weight: bold;
    padding: 1px 10px 1px 10px;
}
.btn-eb-blue-dark:hover {
    background-color: #bab9ff;
    color: #020138;
}

.btn-eb-yellow {
    background-color: #fff5d6;
    color: #FFC107;
    font-weight: bold;
}

.btn-eb-yellow:hover {
    background-color: #ffebae;
    color: #FFC107;
}

.btn-eb-orange {
    background-color: #ffe5d6;
    color: #ff6a07;
    font-weight: bold;
}

.btn-eb-orange:hover {
    background-color: #ffd5ae;
    color: #ff6a07;
}

.btn-eb-purple {
    background-color: #f7d9ff;
    color: #5b0074;
    font-weight: bold;
}

.btn-eb-purple:hover {
    background-color: #f2c5ff;
    color: #5b0074;
}

.btn-eb-cian {
    background-color: #A2F4FD;
    color: #104E64;
    font-weight: bold;
}

.btn-eb-cian:hover {
    background-color: #80f2ff;
    color: #104E64;
}

.bg-content-blue {
    background-color: #f7f9ff;
}

.bg-dark-blue {
    background-color: #020138;
}

.badge-ebf {
    font-weight: bold;
    padding: 1px 10px;
    text-decoration: none;
    font-size: 0.9rem;
    border-radius: 50px;
    color: #FFF;
}

.badge-eb {
    font-weight: bold;
    padding: 1px 7px;
    text-decoration: none;
    font-size: 0.9rem;
    border-radius: 50px;
    transition: all 0.2s ease-in-out;
}

.badge-eb:hover {
    text-decoration: none;
    color: #FFF;
}

.badge-eb-blue {
    background-color: #cae4ff;
    border: 2px solid #007BFF;
    color: #007BFF;
}

.badge-eb-red {
    background-color: #fde4e7;
    border: 2px solid #C82333;
    color: #C82333;
}

.badge-eb-green {
    background-color: #c6ebce;
    border: 2px solid #28a745;
    color: #28a745;
}

.badge-eb-yellow {
    background-color: #fff4d1;
    border: 2px solid #FFC107;
    color: #FFC107;
}

.badge-eb-gray {
    background-color: #c5c5c5;
    border: 2px solid #6C757D;
    color: #6C757D;
}

@media only screen and (max-width: 991px) {
    .div-card-auth{
        width: 70%;
    }

    .modal-slide-up {
        left: 0;
        width: 100%;
    }
}

@media only screen and (min-width: 992px) {
    .div-card-auth{
        width: 25%;
    }
    
    .modal-slide-up {
        left: 75px;
        width: calc(100% - 75px);
    }
}

.nav-link-a{
    transition: all 0.2s ease-in-out !important;
}

.nav-link-a:hover {
    color: #fff !important;
}

tr, td{
    vertical-align: middle !important; 
    white-space: nowrap !important;
}

th {
    padding: 10px !important;
}

.modal-content{
    box-shadow: none !important;
    border: none !important;
}

.tippy-box[data-theme~='custom-tippy'] {
    max-width: 300px;
    text-align: center;
    white-space: normal;
}

.dt-search label{
    display: none;
}

.modal-slide-up {
    position: fixed;
    bottom: 0;
    right: 0;
    height: 94%;
    background-color: #ffffff;
    transform: translateY(100%);
    transition: transform 0.4s ease-in-out;
    z-index: 1000;
    padding: 20px 10px;
    overflow: auto;
}

.modal-slide-up.active {
    transform: translateY(0%);
}

.dt-top-bar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 3px;
}

.dt-info {
    display: flex;
    justify-content: space-between;
    margin-top: 2px;
}

.dt-top-left {
    display: flex;
    align-items: center;
}

.dt-top-left select {
    min-width: 200px;
    height: 31px;
    padding-left: 5px;
    padding-top: 0px;
    padding-bottom: 0px;
}