.form-check-input {
  border: 1px solid #dbdade !important;
}

.card-header.crud {
  border-bottom: 1px solid var(--bs-border-color) !important;
  margin-bottom: 15px !important;
  padding-bottom: 15px !important;
}
.disabled {
  color: rgba(114, 135, 236, 0.5);
  background-color: rgba(141, 153, 213, 0.05);
  pointer-events: none;
  cursor: default;
  opacity: 0.6;
}
.was-validated .custom-select:invalid + .select2 .select2-selection {
  border-color: #dc3545 !important;
}
.was-validated .custom-select:valid + .select2 .select2-selection {
  border-color: #28a745 !important;
}
*:focus {
  outline: 0px;
}
.was-validated .custom-select:invalid + .select2 .select2-selection {
  border-color: #dc3545 !important;
}
.was-validated .custom-select:valid + .select2 .select2-selection {
  border-color: #28a745 !important;
}
*:focus {
  outline: 0px;
}

.loader {
  position: fixed;
  height: 100%;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99999;
  background: #fffdfd61;
  display: none;
}
.loader.active-loader {
  display: block;
}
.loader .ajax-content {
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
}

.fancybox__container{
  z-index: 1080 !important;
}

.ui-sortable-helper {
  display: table;
}

.tox .tox-promotion {
  display: none !important;
}

.container-fluid.a4page{
  max-width: 1080px !important;
}
@media print {
  #toggle-content{
    margin-top: -95px;
  }
  .hide_on_print{
    display: none !important;
  }
}
