.pace .pace-progress:before{
    margin: 5px 0px 0px 25px !important;    
    box-sizing: unset;
}
/* .skin-blue .main-header .logo{
    background-color: #222d32 !important;
} */

.swal2-popup{
    font-size: unset !important; 
}

.text-left {
    text-align: left !important;
}

tr.highlight {
    background-color: whitesmoke !important;
}


.range-wrap {
    position: relative;
    margin: 0 auto 3rem;
  }
  .range {
    width: 100%;
  }
  .bubble {
    background: #0075ff;
    color: white;
    padding: 4px 12px;
    position: absolute;
    border-radius: 4px;
    left: 50%;
    transform: translateX(-50%);
  }
  .bubble::after {
    content: "";
    position: absolute;
    width: 2px;
    height: 2px;
    background: #0075ff;
    top: -1px;
    left: 50%;
  }
  .mt-5 {
    margin-top: 5px;
  }
  
  .sidebar-menu li span {
    margin-left: 5px;
  }
  .font-weight-bold{
    font-weight: bold;
  }
  .dataTables_filter input { width: 253px !important; }
 div.dataTables_wrapper div.dataTables_processing {
    position: fixed;
    top: 50%;
    left: 50%;
    width: 200px;
    margin-left: 0px;
    margin-top: -26px;
    text-align: center;
    padding: 1em 0;
}
.panel {
	background-color: rgba(0, 0, 255, 0) !important;
	border:0px;
	box-shadow: none;
}
#overlay{
  background: #EFEFEF;
  color: #666666;
  position: fixed;
  height: 100%;
  width: 100%;
  z-index: 5000;
  top: 0;
  left: 0;
  float: left;
  text-align: center;
  padding-top: 25%;
  opacity: .70;
}
.skin-blue .main-header .navbar {
    background-color: #41a1fb !important;
}
.skin-blue .main-header .logo {
 background-color: #0584fa !important;
}

