

@media (min-width: 1024.1px){
    .page-content {
     margin-top: 18px !important;
   }
  }
  
  /* form setting */
  
  .required-field-mark label::after {
    content: " *";
    color: #ed1b2e;
  }
  
  select[readonly] {
    background: var(--vz-input-disabled-bg);
    cursor: no-drop;
    pointer-events: none;
    opacity: 1;
  }
  
  select[readonly] option {
    display: none;
  }
  
  input[readonly] {
    background-color: var(--vz-input-disabled-bg);
    opacity: 1;
    cursor: no-drop;
    pointer-events: none;
  }
  /* form setting */

/* select 2 */
.select2-container--default .select2-selection--single {
  height: calc(1.5em + 1rem + 2px) !important;
}

.select2-container .select2-selection--single .select2-selection__rendered {
  line-height: 36px !important;
  padding-left: 11px !important;
}
