label.required::after{
   content: " *";
   color: #E23033 ;
}

.dropdown-menu {
   margin-top: 45px;
}

@media (min-width: 992px) {
   .label-custom {
      width: 12.5% !important;
   }
   .input-custom {
      width: 87.5% !important;
   }

   .block-custom {
      margin-left: -30px !important;
      margin-right: -30px !important;
      padding-left: 30px !important;
      padding-right: 30px !important;
   }
}

.cancel-cursor {
   pointer-events: auto !important;
   cursor: not-allowed !important;
}

#modal-loader {
   width: 180px;
   height: 180px;
   overflow: hidden;
   top: 50%;
   left: 50%;
   position: absolute;
   outline: none;
}

.loader {
   border: 16px solid #efefef; /* Light grey */
   border-top: 16px solid #3498db; /* Blue */
   border-radius: 50%;
   width: 180px;
   height: 180px;
   animation: spin 2s linear infinite;
}

.select2-container-multi {
   height: auto;
}

ul.no-style {
   list-style: none;
   margin: auto;
   padding: 0 0 0 8px;
}

.page-header {
    margin-top: 0px;
    margin-bottom: 15px;
}

.dt-buttons {
    margin-left: 10px;
}

.task-line:not(:first-child) {
    margin-top: 5px;
}