.select2-cities-home span.select2-selection.select2-selection--single{
    border: unset;
    background: transparent;
}
.select2-cities-home .selection{
    width: 100%;
}

.toast-success, .toast-error, .toast-info, .toast-warning {
    opacity: 1 !important; /* Remove transparency */
    background-color: #28a745 !important; /* Set a solid background color for success */
}

.toast-error {
    background-color: #dc3545 !important; /* Solid background for error */
}

/*.paginations nav div:first-of-type {*/
/*    display: none;*/
/*}*/
.pagination li a{
    background: white;
    color: gray;
}
.pagination .active>.page-link, .page-link.active{
    width: 45px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    border-radius: 8px;
}

.user-dash-nav{
    color: #ea4d08;
    text-decoration: none;
}
