#invoice-modal .modal-dialog {
  max-width: 71% !important;
}
#invoice-modal .modal-dialog table td,
#invoice-modal .modal-dialog table th {
  padding: 5px 10px !important;
}
#invoice-modal .modal-dialog table td {
  font-size: 16px !important;
}

.page-item.active .page-link {
  background-color: var(--primary) !important;
  border-color: var(--primary) !important;
  color: #fff;
}
ul li {
  list-style: none;
}
.page-link {
  color: var(--primary);
  border-radius: 7px;
}
label {
  text-align: start;
  color: var(--black);
  color: var(--black);
  /* width: 100%; */
}
.modal-content td {
  word-break: normal !important;
}
.vue-switcher-theme--bootstrap.vue-switcher-color--danger.vue-switcher--unchecked
  div {
  background-color: var(--gray-bg) !important;
}
.vue-switcher-theme--bootstrap.vue-switcher-color--danger.vue-switcher--unchecked
  div:after {
  background-color: var(--placeholder) !important;
}
.vue-switcher-theme--bootstrap.vue-switcher-color--danger div {
  background-color: var(--primary) !important;
}
.vue-switcher-theme--bootstrap.vue-switcher-color--danger div:after {
  background-color: #fff !important;
}
.vue-switcher div:after {
  height: 19px !important;
  width: 19px !important;
  top: 50% !important;
  transform: translate(0px, -50%) !important;
}
.flatpickr-input[readonly] {
  background-color: #fff !important;
}
.table-actions {
  /* max-width: 300px !important; */
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px 0px;
}
.v-select .vs__dropdown-toggle {
  margin: 0px !important;
  padding: 0px !important;
  height: 38.8px !important;
}
.aside_content .dropdown-toggle {
  white-space: wrap !important;
}
.modal-dialog {
  width: 80% !important;
  max-width: 800px !important;
}
.table td:last-child:has(.btn) {
  align-items: center;
  white-space: wrap !important;
  gap: 10px;
}
.table td:last-child > .d-flex {
  flex-wrap: wrap;
  column-gap: 5px;
  min-width: max-content;
}
/* .table-hover tbody tr:hover {
    background-color: transparent !important;
} */

.table-hover .table-warning:hover {
  background-color: rgb(252.48, 237.92, 200.96) !important;
}
.table-hover .table-warning:hover > td,
.table-hover .table-warning:hover > th {
  background-color: rgb(252.48, 237.92, 200.96) !important;
}
.list-group {
  list-style: disc;
}
.list-group-item {
  border: 0px;
  padding: 3px !important;
  display: list-item;
}
td:last-child > div > button,
td:last-child > div > a {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}
.btn:has(> .fa-print):not(:has(> :not(.fa-print))) {
  min-width: unset !important;
  border-radius: 3px;
}
.btn:has(> .fa-print):not(:has(> :not(.fa-print))) {
  min-width: unset !important;
  border-radius: 4px;
  width: 30px;
  height: 30px;
}
.reports_card {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 20px;
  justify-content: center;
}
.reports_card .card {
  margin: 0px !important;
  height: 100% !important;
}
.reports_card .card-body {
  display: flex;
  flex-direction: column;
}
.reports_card .card-body .card-title {
  flex-grow: 1;
}
div:has(> img[title*="Excel"]) {
  padding: 0px !important;
  margin: 0px 15px;
  min-width: unset !important;
}
.table thead th {
  white-space: nowrap;
}
.badge-primary {
  background-color: var(--primary) !important;
}
.badge {
  color: #fff !important;
  padding-block: 9px !important;
}
.vs__search,
.vs__search:focus {
  margin-top: 0px !important;
  -webkit-text-fill-color: var(--dark-gray-text) !important;
}
.form-group {
  text-align: start;
}
/* roles actions page */
.roles_actions {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 20px;
  justify-content: center;
}
.roles_actions .btn-link {
  width: 100%;
  justify-content: start;
  font-weight: 500;
  text-decoration: none !important;
  white-space: wrap;
  text-align: start;
}
.roles_actions .form-group {
  display: flex;
  align-items: start;
  flex-direction: row-reverse;
  gap: 4px;
  width: min-content;
  width: 100%;
  margin: 0px;
  justify-content: start;
}
.roles_actions .form-group label {
  font-size: 12px;
  margin-bottom: 0px !important;
}
.roles_card_action {
  min-width: min-content;
}
.roles_actions .form-control-plaintext {
  width: max-content;
  padding-block: 0px !important;
}
.roles_actions .vue-switcher--bold div {
  top: 0px !important;
}
.roles_actions .vue-switcher--bold div {
  height: 20px !important;
}
.roles_actions .vue-switcher div:after {
  height: 14px !important;
  width: 14px !important;
}

.card-header {
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 10px;
}
.card-header > h6 {
  flex-grow: unset !important;
}
.modal-title {
  flex-grow: unset !important;
}
.table thead th {
  vertical-align: middle !important;
}
th,
td {
  text-align: start !important;
}
td {
  width: fit-content;
  white-space: normal;   
}
/* swipper (wizard) */
.vue-form-wizard.md .wizard-navigation .wizard-progress-with-circle {
  width: 73% !important;
  right: 18% !important;
  transform: translate(0%, 0px) !important;
}
html[dir="ltr"]
  .vue-form-wizard.md
  .wizard-navigation
  .wizard-progress-with-circle {
  left: 18% !important;
  right: unset !important;
}
.vue-form-wizard .wizard-progress-bar {
  float: unset !important;
}
.v-select ul {
  max-height: 150px !important;
}
.v-select ul li:hover {
  background-color: var(--primary-light);
}
.v-select .vs__dropdown-menu {
  padding: 0 10px;
}
.v-select .vs__dropdown-menu li {
  line-height: 30px;
  margin: 4px 0;
  border-radius: 6px;
}
.v-select .vs__dropdown-menu li.vs__dropdown-option--selected,
.v-select ul li.v-selected,
.v-select .vs__dropdown-menu li[aria-selected="true"] {
  background-color: #f5f8fb !important;
  color: var(--primary) !important;
}
.wizard-nav .square_shape {
  border-radius: 5px !important;
}
.wizard-nav li .wizard-icon-circle.checked {
  border: 3px solid var(--primary) !important;
  background-color: var(--primary) !important;
  color: #fff;
}
.wizard-nav li.active .wizard-icon-container,
.wizard-nav li.active .wizard-icon-circle {
  background-color: #fff !important;
}
.wizard-nav li.active .wizard-icon {
  color: var(--primary) !important;
}
.wizard-progress-bar {
  background-color: var(--primary) !important;
}
.stepTitle {
  margin-top: 5px;
  color: var(--primary) !important;
  font-weight: 500;
}
.wizard-btn {
  background-color: var(--primary) !important;
  border-color: var(--primary) !important;
}
.breadcrumb-item + .breadcrumb-item:before {
  float: right !important;
}
.snotify-info {
  background: var(--primary) !important;
}
tr.bg-primary-light:hover {
  background-color: var(--primary-light) !important;
}
.vs__actions {
  padding: 4px 6px !important;
}
.custom-td > .form-group {
  display: flex;
  align-items: center;
  gap: 10px;
}
.custom-td > .form-group > label {
  margin-bottom: 0px;
}
.custom-td > .form-group > .v-select {
  flex-grow: 1;
}
.custom-td .vs__selected {
  position: absolute;
}
.check-perm.remove-perm {
  background-color: var(--primary) !important;
  border-color: var(--primary) !important;
}
.check-perm {
  border-color: var(--primary) !important;
}

.danger:hover {
  color: #f24135;
}

.vs__selected-options {
  overflow: auto !important;
}
.rounded-card-header {
  border-radius: 12px !important;
  padding: 8px 20px;
  border: 0px;
  color: #fff;
  text-align: start;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 10px;
}
html[dir="rtl"] .el-input__suffix {
  right: auto;
  left: 5px;
}


