#popup-smart {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  display: none;
  background: rgba(0, 0, 0, 0.5);
  z-index: 100000;
}

/**
 * Choices plugin override
 */
.choices__inner {
  background: #ffffff!important;
  color: black!important;
}

/**
 * Masks
 */
.dark-mask {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.2);
  z-index: 1;
}

.pointer-events-off {
  pointer-events: none;
}

@media (min-width: 768px) {
  .w-md-50 {
     width:50% !important;
  }
}

/**
 * Restore theme navbar fixed
 */
.navbar-fixed {
  z-index: 100000;
}
