.select2-container {
  width: 100% !important;
}
/* .drop-shadow , .card{
  filter: drop-shadow(0 1px 2px rgb(0 0 0 / 0.1)) drop-shadow(0 1px 1px rgb(0 0 0 / 0.06));
  border: 0;
} */
.slim-header-right .dropdown-c .nav-link .fa{
  font-size:15px;
}
.text-transform-none{
  text-transform: none;
}
.table th, .table td {
    border-top-color: #ebf0f5;
    color: #5b636a;
}
@keyframes spin {
    to {
        transform: rotate(1turn)
    }
}
.opacity-25{
  opacity: .25;
}
.opacity-75{
  opacity: .75;
}
.animate-spin{
      animation: spin 1s linear infinite;
}
/* .drop-shadow:hover, .section-wrapper:hover , .card:hover{
  filter: drop-shadow(0 10px 8px rgb(0 0 0 / 0.04)) drop-shadow(0 4px 3px rgb(0 0 0 / 0.1));
} */
.select2-container--default .select2-selection--single {
background-color: #fff;
border-color: #ced4da;
border-radius: 0;
height: calc(2.5005rem + 2px);
outline: none;
}
.showonfull{
  display: none;
}
.slim-full-width .showonfull{
  display: table-cell;
}
.modal-dialog {
    max-width: 800px;
}
.tableRowDoneHai .markOrderDoneCommonClass{
  display: none;
}
@media (min-width: 1200px){
  .container {
    max-width: 1600px;
  }
}

@media (min-width: 768px) {
  .d-md-flex {
    display: flex !important;
  }
}
@media(min-width: 992px){
  .d-lg-flex {
    display: flex !important;
  }
}
@media(max-width: 992px) {
    .tableResponsive {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar;
    }
    .modal {
      position: fixed;
      top: 0;
      right: 0;
      bottom: initial;
    }
    .modal-dialog{
      min-width:300px;
      max-width:900px;
      margin: 0;
    }
    /* .d-lg-flex {
      display: flex !important;
    } */

}

@media (max-width: 400px) {
    .container {
        padding: 0 !important;
        margin: 0 !important;
    }
}
.hand{
  cursor: pointer;
}
