/* Sidebar */
.navbar-brand-box{
    display: flex;
    align-items: center;
}
.logo{
    display: flex;
    align-items: center;
    line-height: normal;
}
.logo-text{
    display: flex;
    flex-direction: column;
    margin-left: 10px;
    text-align: left;
}
.logo-text-custom,
.logo-text-custom-2{
    font-size: .7rem;
}
.logo-text-custom{
    margin-top: .2rem;
}

#sidebar-menu ul li a{
    display: flex;
}

/* Select 2 */
.select2-dropdown,
.select2-container--default .select2-selection--single{
    border: 1px solid #d7d1d1 !important;
}
.select2-container .select2-selection--single{
    height: 32px !important;
}
.select2-container--default .select2-selection--single .select2-selection__rendered{
    line-height: 31px !important;
}
.select2-container--default .select2-selection--single .select2-selection__arrow{
    height: 30px !important;
}
.select2-container--open .select2-selection--single .select2-selection__arrow b{
    border-width: 0 4px 4px 4px!important;
}
.select2-container--default .select2-search--dropdown .select2-search__field{
    border: 1px solid #d7d1d1 !important;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}
.select2-container--default .select2-results__option[aria-selected=true]{
    background-color: #f1f0f0 !important;
}
.select2-container--default .select2-results__option--highlighted,
.select2-container--default .select2-results__option--highlighted[aria-selected]{
    background-color: var(--bs-purple) !important;
}

.slick-dots{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}
.slick-dots li{
    list-style: none !important;
}
.slick-dots li button{
    background-color: transparent;
    border: none;
    outline: 0;
    width: 30px;
    height: 30px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}
.slick-dots li.slick-active button{
    font-weight: bold;
    color: #556ee6;
    background-color: #f9ecec;
}

@media screen and (min-width: 268px) {
    .dashboard-greeting-truncate-text{
        max-width: 280px;
    }
}
@media screen and (min-width: 576px) {
    .dashboard-greeting-truncate-text{
        max-width: 400px;
    }
}
@media screen and (min-width: 768px) {
    .dashboard-greeting-truncate-text{
        max-width: 580;
    }
}
@media screen and (min-width: 992px) {
    .logo span.logo-lg{
        display: flex;
        align-items: center;
    }
    .dashboard-greeting-truncate-text{
        max-width: 800;
    }
}
@media screen and (min-width: 1200px) {
    .dashboard-greeting-truncate-text{
        max-width: 200px;
    }
}