@media (min-width: 768px) {
  .content-heading {
      padding-top: 0;
  }
  .table-responsive {
      display: table;
  }
  .modal-dialog {
    min-height: calc(100vh - 100px);
    display: flex;
    flex-direction: column;
    justify-content: center;
    overflow: auto;
  }
}

@media (max-width: 767px) {
  .table-responsive {
      display: block;
  }
  .modal-dialog {
    min-height: calc(100vh - 50px);
  }
}

.css-checkbox .css-control-input:checked~.css-control-indicator {
  border: none !important;
}
.content-heading {
    padding-top: 0;
}
.border-0 {
  border: 0;
}
.file-input {
  margin-top: 12px;
}
.file-preview {
  border-radius: 0;
}
.file-drop-zone.clickable:hover {
  border: 1px dashed #227d82;
}
table tbody tr > td,
table thead tr > th {
  text-align: center;
}
.badge {
  padding: 6px 5px;
  font-size: 100%;
}
.img-show-small {
  width: 150px;
  height: 150px;
  object-fit: cover;
}
.krajee-default.file-preview-frame {
  padding : 0;
}
.img-trash {
  width: 252.5px;
  height: 150px;
  object-fit: cover;
}
.css-radio .css-control-input~.css-control-indicator::after {
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
}
.img-table {
  width: 100%;
  height: 100px;
  object-fit: cover;
}
.form-material .form-control[disabled] {
  color: #ccc;
}
.border-b-3 {
  border-bottom: 3px solid;
}
.py-25 {
  padding: 25px 0;
}
.py-29 {
  padding: 29px 0;
}
.img-avatar {
  object-fit: cover;
}
.justify-content-center {
  justify-content: center;
}
.css-control-input:focus ~ .css-control-indicator {
  box-shadow: none !important;
}
/* Chrome, Safari, Edge, Opera */
input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

/* custom datatable */
td.details-control:after {
  content: "\f055";
  cursor: pointer;
  top: 10px;
  right: 6px;
  bottom: auto;
  font-family: FontAwesome,"Font Awesome 5 Free","Font Awesome 5 Pro";
  font-weight: 900;
  font-size: 14px;
  opacity: .6;
}
tr.shown td.details-control:after {
  content: "\f056";
}