.sidebar-header {
  background-color: #48b0f7 !important;
}
.lightbox-custom{
  padding:30px;
  font-size: 16px;
  line-height: 26px;
  text-align: center;
}
.lightbox-custom h2{
  text-align: center;
  margin-bottom: 20px;

}
.noUi-target {
  margin: 1rem 0;
}

.noUi-target.noUi-vertical {
  display: inline-block;
  margin: 0 1rem;
}

.noUi-target.noUi-connect,
.noUi-target .noUi-connect {
  background-color: #33cabb;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.noUi-background {
  background: #f5f6f7;
}

.noUi-handle {
  background-color: #fff;
  border-radius: 50%;
  cursor: pointer;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
  border: 1px solid #ebebeb;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

.noUi-handle::before, .noUi-handle::after {
  display: none;
}

.noUi-handle:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.noUi-handle:hover .noUi-tooltip {
  display: block;
}

.noUi-handle:active {
  -webkit-transform: scale(1.3);
          transform: scale(1.3);
}

.noUi-horizontal {
  height: 4px;
  border-radius: 4px;
  background: #e8e9eb;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.noUi-horizontal .noUi-handle {
  width: 20px;
  height: 20px;
  left: -10px;
  top: -8px;
}

.noUi-vertical {
  width: 4px;
  height: 180px;
  border-radius: 4px;
  background: #f5f6f7;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.noUi-vertical .noUi-handle {
  width: 20px;
  height: 20px;
  left: -8px;
  top: -10px;
}

.noUi-tooltip {
  background-color: #323232;
  font-size: 0.75rem;
  border: none;
  color: #fff;
  padding: 0 6px;
  height: 24px;
  line-height: 25px;
  display: none;
}

.noUi-horizontal .noUi-tooltip {
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.noUi-horizontal .noUi-handle-upper .noUi-tooltip {
  bottom: auto;
  top: -32px;
}

.slider-primary.noUi-connect,
.slider-primary .noUi-connect {
  background-color: #33cabb !important;
}

.slider-secondary.noUi-connect,
.slider-secondary .noUi-connect {
  background-color: #e4e7ea;
}
.lookup input{

}
/*-- Gestion des overlay de création **/
#create-overlay .custom-control{
  padding-left:2.5rem;
}

.ui-menu {
    z-index: 9999999999 !important;
}
