::-webkit-scrollbar {
  width: 10px;        
  height: 10px;
}

::-webkit-scrollbar-track {
  background: #e8e8e8;  
}

::-webkit-scrollbar-thumb {
  background-color: #222222;  
  border-radius: 10px;        
  border: 2px solid transparent;  
  background-clip: content-box;
}

::-webkit-scrollbar-thumb:hover {
  background-color: #000;
}

.sidebar-dark-primary .nav-sidebar>.nav-item>.nav-link.active {
  background: #fff;
  border-radius: 10px;
  color: #2e2e2e;
}

.dropdown-item.active, .dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #2e2e2e;
    border-radius: 5px;
    margin-top: 3px;
}

.image-opacity-none {
    opacity: 0;
}

.image-upload .thumb .profilePicPreview.logoPicPrev {
    background-size: contain !important;
    background-position: center center;
}

.image-upload .thumb .profilePicPreview {
    width: 100%;
    height: 310px;
    display: block;
    border: 3px solid #f1f1f1;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.25);
    border-radius: 10px;
    background-size: cover !important;
    background-position: top;
    background-repeat: no-repeat;
    position: relative;
    overflow: hidden;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background: #2e2e2e;
  color: #fff;
  border-color: #2e2e2e;
}

.select2-container--default .select2-results__option--highlighted[aria-selected], .select2-container--default .select2-results__option--highlighted[aria-selected]:hover {
  background: #2e2e2e;
  color: #fff;
  border-color: #2e2e2e;
}

.select2-container--default.select2-container--focus .select2-selection--multiple, .select2-container--default.select2-container--focus .select2-selection--single{
  border-color: #444444;
}

.form-switch-color:checked {
    background-color: #198754;
    border-color: #198754;
}

.form-switch-color:not(:checked) {
    background-color: #dc3545;
    border-color: #dc3545;
}

.page-item.active .page-link  {
    background-color: #222222;
    border-color: #222222;
}

.page-link {
    color: #2a2a2a;
}

.nav .nav-item>.nav-link:hover {
    border-radius: 10px !important;
}

.nav-item {
    border-radius: 10px;
}

.menu-open .nav-link {
    border-radius: 10px;
}

.menu-is-opening.menu-open .nav-link.active {
    border-radius: 10px;
}

.page-link:focus { 
    box-shadow: unset;
}


.btn.btn-sidebar {
    border-radius: 0px 15px 15px 0px;
}

.btn {
    border-radius: 10px;
}

.form-check-input:focus {
    box-shadow: unset;
}

.brand-link {
    display: flex;
    align-items: center;
}

.brand-image {
    flex-shrink: 0;
    margin-right: 8px;
}

.brand-text {
    display: block;
    word-break: break-word;
    overflow-wrap: break-word;
    line-height: 1.2;
}

@media (min-width: 768px) {
    .brand-link {
        display: flex;
        align-items: center;
    }

    .brand-image {
        flex-shrink: 0;
        margin-right: 8px;
    }

    .brand-text {
        display: block;
        white-space: normal !important;
        word-break: break-word;
        overflow-wrap: break-word;
        line-height: 1.2;
    }
}
/* Expanded sidebar */
.sidebar-expanded .brand-link {
    display: flex;
    align-items: center;
}

.sidebar-expanded .brand-image {
    flex-shrink: 0;
    width: 65px;
    max-height: 50px;
    margin-right: 8px;
}

.sidebar-expanded .brand-text {
    display: block;
    white-space: normal; /* allow wrapping */
    word-break: break-word;
    overflow-wrap: break-word;
    line-height: 1.2;
}

/* Collapsed sidebar */
.sidebar-collapsed .brand-text {
    display: none; /* hide text completely in collapsed state */
    white-space: nowrap;
    overflow: hidden;
}

