/* .invalid-feedback {
    display: block;
} */

.dropdown-toggle::after {
  border-top: 0;
}

.action-column {
  width: 1%;
  white-space: nowrap;
}

.select2-container--krajee-bs4 .select2-selection--single .select2-selection__clear {
  right: 2.5rem;
}

.gantt-active {
  background-color: #f58402;
}

.border-right-2 {
  border-right-width: 2px !important;
}

.border-right-3 {
  border-right-width: 3px !important;
}

ul.operation-month {
  list-style: none;
  white-space: nowrap;
}

ul.operation-month li {
  /* float: left; */
  width: 30px;
  display: inline-block;
}

.btn-default {
  background-color: #EEEEEE;
  border: 1px solid #f3f3f3;
  color: #313a46;
}

.table-1 thead th,
.table-1 thead td {
  background-color: #F8F8F8;
}

.datepicker {
  z-index: 10000 !important;
}

.select2-container--open {
  z-index: 9999999 !important;
}

.pro-user-name {
  font-weight: 600;
}

.notification-list .noti-icon-badge {
  display: inline-block;
  position: absolute;
  top: 16px;
  right: 25px;
}

.anchor-mt {
  scroll-margin-top: 70px;
}

/* .stepy-header li.stepy-active div {
  cursor: auto;
  border-color: #64c5b1;
  background-color: #64c5b1;
  color: #fff;
} */

@media (min-width: 1200px) {
  .modal-xl-1 {
    max-width: 1190px;
  }
}

@media (min-width: 1366px) {
  .modal-xl-1 {
    max-width: 1350px;
  }
}

@media (min-width: 1440px) {
  .modal-xl-1 {
    max-width: 1420px;
  }
}

@media print {
  .print-small-text {
    font-size: 12px !important;
  }

  .print-small-text td,
  .print-small-text th {
    padding-right: 1px;
    padding-left: 1px;
  }
}


@page {
  size: auto;
}

/* 
.btn-primary {
    color: #fff;
    background-color: #f58402;
    border-color: #f58402;
}

.btn-primary:hover {
    color: #fff;
    background-color: #f58402;
    border-color: #f58402;
}

.btn-primary:focus, .btn-primary.focus {
    -webkit-box-shadow: 0 0 0 0.15rem rgba(123, 206, 189, 0.5);
    box-shadow: 0 0 0 0.15rem rgba(123, 206, 189, 0.5);
}

.btn-primary.disabled, .btn-primary:disabled {
    color: #fff;
    background-color: #f58402;
    border-color: #f58402;
}

.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show>.btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #f58402;
    border-color: #f58402;
}

.btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus, .show>.btn-primary.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 0.15rem rgba(123, 206, 189, 0.5);
    box-shadow: 0 0 0 0.15rem rgba(123, 206, 189, 0.5);
} */

.sac_border-op7{border: 5px solid #83c4b4 !important; }
form div.required>label:after {
  content: " * ";
  color: red;
}