.separator {
    display: block;
    height: 0;
    border-bottom: 2px solid #dbdbdb;
}
.dropdown-menu[data-bs-popper] {
    left: unset;
}
/* dashboard header styles start */
@media screen and (max-width: 991px) {
    .navbar-brand.logo img {
        max-height: 42px;
    }
    .header {
        overflow-y: unset;
    }
}

@media (min-width: 992px) {
    .navbar-brand.logo img {
        max-height: 60px;
    }
    .navbar-expand-lg {
        justify-content: space-between !important;
    }
}
@media (max-width: 767px) {
    .profile-dropdown {
        flex: 1;
        display: flex;
        justify-content: flex-end;
    }

    .navbar__left,
    .navbar__right {
        width: 100%;
    }

    .navbar__right {
        margin-top: 15px;
    }

    .navbar-search {
        flex: 1;
    }
}

.navbar__right button {
    background-color: transparent;
    position: relative;
}

.navbar__right button i {
    color: #5b6e88;
    text-shadow: 1px 2px 5px rgba(0, 0, 0, 0.15);
    font-size: 1.5rem;
}

@media (max-width: 420px) {
    .navbar__right .dropdown-menu {
        position: fixed;
        top: 60px;
        left: 15px;
        right: 15px;
        width: 91% !important;
        /* min-width: 91% !important; */
    }
}

.navbar-user {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: center;
}

.navbar-user__thumb {
    width: 35px;
}

.navbar-user__thumb img {
    width: 35px;
    height: 35px;
    object-fit: cover;
    -o-object-fit: cover;
    object-position: center;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}
@media (min-width: 768px) {
    .navbar-user__info {
        text-align: left;
        padding-left: 10px;
        display: flex;
        flex-direction: column;
    }
}

@media (max-width: 767px) {
    .navbar-user__info.upper {
        display: none;
    }
    .navbar-user__info {
        text-align: left;
        padding-left: 10px;
        display: flex;
        flex-direction: column;
    }
}

.navbar-user__name {
    font-size: 0.75rem;
    font-weight: 700;
    color: #34495e;
}

.navbar-user__desig {
    font-size: 0.75rem;
}

.navbar-user .icon {
    padding-left: 10px;
}

.navbar-user .icon i {
    font-size: 0.875rem;
}

.navbar__action-list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: center;
}

.navbar__action-list li {
    margin-right: 10px;
}

@media (max-width: 575px) {
    .navbar__action-list li {
        margin-right: 5px;
    }
}

.navbar__action-list li:last-child {
    margin-right: 0;
}

.navbar__action-list .nice-select {
    padding: 0 12px 0 0 !important;
    border: none;
    height: 30px !important;
    min-height: 30px !important;
    line-height: 30px !important;
}

.navbar__action-list .nice-select::after {
    right: 0;
    margin-top: -3px;
}

.dropdown-menu.dropdown-menu--md {
    min-width: 18rem;
}

.dropdown-menu.dropdown-menu--sm {
    min-width: 17rem;
}

.dropdown-menu__header {
    padding: 15px 15px;
    /* border-bottom: 1px solid #e5e5e5; */
}

.dropdown-menu__header .caption {
    font-size: 0.75rem;
    font-weight: 700;
}

.dropdown-menu__header p {
    font-size: 0.75rem;
}

.dropdown-menu__item {
    display: block;
    /* border-bottom: 1px solid #e5e5e5; */
}

.dropdown-menu__item:hover {
    background-color: #f7f7f7;
}

.dropdown-menu__item .dropdown-menu__icon {
    font-size: 1.25rem;
    color: #34495e;
    text-shadow: 1px 2px 5px rgba(0, 0, 0, 0.15);
}

.dropdown-menu__item .dropdown-menu__caption {
    color: #34495e;
    font-size: 0.875rem;
    font-weight: 500;
}

.dropdown-menu__item .dropdown-menu__icon ~ .dropdown-menu__caption {
    padding-left: 8px;
}

.dropdown-menu .slimScrollDiv .slimScrollBar {
    background-color: #000000 !important;
    width: 3px !important;
    opacity: 0.15 !important;
}

.dropdown-menu__footer {
    border-top: 1px solid #e5e5e5;
}

.dropdown-menu__footer .view-all-message {
    font-size: 0.75rem;
    display: block;
    padding: 15px 15px;
    text-align: center;
    color: #34495e;
    font-weight: 600;
}

.dropdown-menu__footer .view-all-message:hover {
    color: #4634ff;
}

/* dashboard header styles end */

/* Reset Bootstrap input styles */
input.form-control,
select.form-select,
select.form-control,
textarea.form-control {
    box-shadow: none; /* Remove shadow */
}

/* Optionally remove focus styles */
input.form-control:focus,
select.form-control:focus,
select.form-select:focus,
textarea.form-control:focus {
    box-shadow: none; /* Remove outline on focus */
    border: 1px solid #ced4da; /* Optional: keep a light border */
}

.btn:focus,
.btn-close:focus,
.form-check:focus,
.form-switch:focus {
    box-shadow: none; /* Remove outline on focus */
    border: 1px solid #ced4da; /* Optional: keep a light border */
}

.size-6 {
    width: 1.5rem;
    height: 1.5rem;
}

input[type="checkbox"]:checked,
input[type="checkbox"]:focus {
    box-shadow: none;
}

.checkbox:checked,
.checkbox[aria-checked="true"],
.checkbox[checked="true"] {
    background-color: #377dff;
    border-color: #377dff;
}

.table-responsive {
    overflow-x: auto;
}
.dashboard-widget__number {
    font-weight: 500 !important;
}
