#order-form label {
    font-weight: 600;
    font-size: 14px;
    line-height: 16px;
    color: #fff;
    margin-bottom: 16px;
    letter-spacing: -.03em;
  }

  .bootstrap-datetimepicker-widget.dropdown-menu.usetwentyfour.top {
      opacity: 1;
  }

  select:disabled {
    opacity: 0.5;
  }

  .select2-container--open .select2-dropdown--above {
        margin-top: 356px !important;
  }