/**
 * @author: dadeh kavi rezvan co.
 * @design: http://dkr.co.ir
 */
.dataTables_processing{
    z-index: 10;
}

.required > label::after,
.required .col-form-label::after {
  content: "*" !important;
  position: relative;
  font-size: inherit;
  color: #f1416c;
  padding-right: .25rem;
  font-weight: 700;
}

.required::after {
  content: none;
  color: transparent;
  padding: 0;
  font-weight: 0;
}

:is(.required) .invalid-feedback{
  display: block;
}

.dataTables_wrapper .category-list .category-item,
.table .category-list .category-item {
  padding: 0 5px;
}

table.dataTable.dtr-inline.collapsed > tbody > tr > td.dtr-control::before,
table.dataTable.dtr-inline.collapsed > tbody > tr > th.dtr-control::before {
  left: 5px;
}

.fileuploader {
   background: transparent; 
}
/**
 * Hint
 */
[data-hint]:after {
  font-family: 'Vazir';
}

[class*="hint--14"]::after {
  font-size: 14px;
}


.tempus-dominus-widget .toolbar {
  position: relative !important;
  height: auto !important;
  right: auto !important;
  top: auto !important;
  padding: .5rem 0 !important;
  box-shadow: none !important;
  align-items: normal !important;
  border-top: none !important;
}

.tempus-dominus-widget .separator {
  border-bottom: none;
}

@media (min-width: 576px) {
  .rounded-nav {
    border-radius: 50rem !important;
  }
}

@media (min-width: 576px) {
  .rounded-nav .nav-link {
    border-radius: 50rem !important;
  }
}

.timeline .timeline-action {
  padding: 15px;
}

.timeline .timeline-attachment {
  padding: 15px 0;
}

.status-box .node {
  cursor: pointer;
}

div.widget-liquid-left {
  position: sticky !important;
  position: -webkit-sticky !important;
  top: 60px;
}

.select2-container--krajee-bs4 .select2-selection--multiple .select2-selection__clear {
  top: 0.7rem;
}

.select2-container--krajee-bs4 .select2-selection--multiple .select2-selection__choice {
  margin: 0.275rem 0 0 0.375rem;
}

.select2-container--krajee-bs4[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-top: 4px;
}

.select2-dropdown {
  z-index: 1060;
}

.select2-container--krajee-bs4 .select2-selection--multiple .select2-selection__choice {
  padding: 0.1rem 0.05rem 0.25rem 0.25rem;
}

.dark-mode .select2-container--bootstrap .select2-results__option[aria-selected="false"] {
  color: #262626;
}

.dark-mode .select2-container--bootstrap .select2-results__option--highlighted[aria-selected] {
  color: #fff;
}

/**
 * File manager
 */
#file-area { 
  z-index: 90;
}

.file-preview-frame {
  float: right;
}

.file-error-message pre,
.file-error-message ul {
  text-align: right;
}

.file .file-info {
  overflow: hidden;
}

#update-form .modal-body .form-body{
  padding-top: 0;
  padding-bottom: 0;
}

.modal-full.modal-dialog {
 max-width:99%;
}
@media (max-width:768px) {
 .modal-full.modal-dialog {
  max-width:auto
 }
}

.symbol-owner {
  border: 2px solid #009ef7 !important;
}

@media print {
  .table.gy-5 td, .table.gy-5 th {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }
}
