.modal-content {
  width: 150%;
  margin-top: 0;
  margin-left: -20%;
}

#sidebar {
  display: block;
}

.bg-grey {
  background: #ddd;
}

.bg-primary {
  background: #0d1b33 !important;
}

.rdt_Table {
  min-height: 55vh !important;
}

.rdt_TableHeadRow {
  background: #435ebe !important;
  color: #fff !important;
}

.logo img{
  width: 200px !important;
  height: 100px !important;
  object-fit: contain;
}

/* The switch - the box around the slider */
.switch {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 16px;
}

/* Hide default HTML checkbox */
.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

/* The slider */
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0px;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 12px;
  width: 12px;
  left: 2px;
  bottom: 2px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
  background-color: #2196F3;
}

input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
  -webkit-transform: translateX(24px);
  -ms-transform: translateX(24px);
  transform: translateX(24px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}

.profile-menu {
  position: absolute;
  right: 40px;
  z-index: 99;
  width: 300px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
  overflow-y: auto;
  padding: 20px 20px 0px 20px;
  box-sizing: border-box;
  border-radius: 10px;
  background: #fff;
}

.display-none {
  display: none;
}

.progress {
  height: 20px;
  margin-top: 30px !important;
}

.progress-success {
  background: rgb(180, 255, 110);
}

.profile-list-menu li {
  padding: 0 10px;
  margin-top: 5px;
}

.profile-list-menu li:hover {
  background: #333 !important;
  color: #fff;
  border-radius: 5px;
}

#sidebar {
  z-index: 99;
  position: fixed;
}

.burger-btn {
  display: none;
}

#nprogress .bar {
  height: 4px !important;
}


.menu a:hover {
  color: #333 !important;
}


/* width */
::-webkit-scrollbar {
  width: 5px;
}

/* Track */
::-webkit-scrollbar-track {
  background: none; 
}
 
/* Handle */
::-webkit-scrollbar-thumb {
  background: #888; 
  border-radius: 100px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555; 
}

@media screen and (max-width: 768px) {
  #sidebar{
    display: none;
  }

  .active-mobile {
    display: block !important;
  }
  
  .shadow-Box {
    z-index: 90;
    width: 100%;
    display: none;
    height: 100vh;
    background: rgba(0, 0, 0, 0.9);
    position: absolute;
  }

  .burger-btn {
    display: block !important;
  }

  .display-block {
    display: block;
  }

  .modal-content {
    width: 100%;
    margin-top: 10px;
    margin-left: 0%;
  }
  
}

.submenu a{
  color: #fff!important;
}

.submenu a:hover{
  color:#fff !important;
}

.submenu .active a{
  color:#47B5FF !important;
  margin-left: 5px;
}

.sidebar-wrapper .menu .sidebar-item.active.has-sub .sidebar-link:after {
  content:url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-chevron-down"><path style="fill:none;stroke:%23fff;stroke-width:1" d="m6 9 6 6 6-6"/></svg>');
}

.tox {
  z-index: 0;
}