.moci-event-form-container{max-width: 1000px;
    margin: 40px auto 40px;
    border-radius: 20px;
    padding: 50px 40px;
    background: #f2f2f2;}

    .code-field .select2-container--default .select2-selection--single{height: 60px; border: none; border-radius: 10px;}
 #select2-code-container,#select2-nationality-container, #select2-category-container, #select2-cr_cp-container, #select2-qid_pass-container {font-size: 1.125rem;color: #7a7b86 !important;line-height: 60px;font-family: 'Cairo', sans-serif !important;  }
 .code-field .select2-selection__arrow {top: 15px !important; }
 .code-field .select2-container--default .select2-selection--single .select2-selection__placeholder {color: #7a7b86 !important;}
 .introduction-detail-form .select2-container--default .select2-selection--multiple {
    border: 0;
    border-radius: 10px;
}

.introduction-detail-form .select2-container {
    max-width: 100%;
}
.moci-color {color: #8d1737;}
.datepicker th {background: inherit; color: inherit;}
.loader {
  margin:auto;
  border: 5px solid #fff;
  border-radius: 75%;
  border-top: 6px solid #3498db;
  width: 50px;
  height: 50px;
  -webkit-animation: spin 2s linear infinite; /* Safari */
  animation: spin 2s linear infinite;
}

/* Safari */
@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}
.introduction-detail-form #issue_decription {
  background: #ffffff;
  border-radius: 10px;
  border: 0;
  padding: 10px;
  height: auto !important;
  font-size: 1.125rem;
  color: #999999;
}

