
.btn-primary, .btn-primary.disabled {
    background: #1c3c63;
    border: 1px solid #1c3c63;
    -webkit-transition: 0.2s ease-in;
    -o-transition: 0.2s ease-in;
    transition: 0.2s ease-in;
}
.page-item.active .page-link {
    background-color: #1c3c63;
    border-color: #1c3c63;
}
.topbar ul.dropdown-user li .dw-user-box .u-text {
    display: block;
    padding-top: 10px;
}

.light-logo {
    width: 100%;
    max-width: 200px;
    /* background-color: rgba(255, 255, 255, 0.7); */
    /* padding: 5px 2px; */
    /* border-radius: 5px; */
}
.mini-sidebar .logogram {
    width: 100%;
    max-width: 40px;
    display: block;
    margin: 0 auto;
    background-color: rgba(255, 255, 255, 0.7);
    padding: 2px;
    border-radius: 5px;
}
.dropdown-menu.dropdown-action.show {
    font-size: 0.9rem !important;
}

.dropdown-menu.dropdown-action .dropdown-item {
    padding: 4px 1rem !important;
    cursor:pointer !important;
}

.card-no-border .left-sidebar-int, .card-no-border .sidebar-nav .left-sidebar-int {
    background:  #3e1f20 !important;
}
.topbar-int {
    background: #442d2f !important;
}
.switch-btn, .switch-btn i {
    color:#fff !important;
    font-size: 0.75rem !important;
}

.slide-panel {
    position: fixed;
    top: 0;
    right: -100%;
    width: 80%;
    height: 100%;
    background-color: #fff;
    transition: right 0.4s ease-in-out;
    z-index: 1051;
    overflow-y: auto;
  }
  
  .slide-panel.open {
    right: 0;
  }
  
  .slide-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4); /* semi-transparent */
    z-index: 1050;
    display: none;
  }
  .slide-overlay.active {
    display: block;
  }
