@import url(https://fonts.googleapis.com/css?family=Nunito);
table.data-thumb-view.dataTable.no-border {
  border: none;
}

.table-responsive.dataTables_wrapper {
  overflow-x: initial;
}

body.dark-layout .vs--searchable .vs__dropdown-toggle {
  background: #262c49;
  color: #c2c6dc;
  line-height: 28px;
  border-radius: 4px;
  min-height: 38px;
}
body.dark-layout .vs--searchable .vs__dropdown-toggle:focus-within {
  border-color: #7367f0;
  outline: 0;
  box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.15);
}

.form-group label.form-label {
  margin-bottom: 0;
  line-height: 38px;
  text-align: end;
}

.frontend-page-container .select-kind, .frontend-page-container .results-page {
  min-height: calc(100vh - 113px - 403px);
}

.profile-page-container .dashboard-page {
  min-height: calc(100vh - 93px - 403px);
}
.profile-page-container .select-kind {
  min-height: calc(100vh - 93px - 403px);
}

.modal-backdrop {
  opacity: 0.5;
}

.select-background-white .vs__dropdown-toggle {
  border-radius: 7px;
  background-color: #fff;
}

.modal .vs__actions button {
  background: none;
  padding: 0;
  border-radius: 0;
}

.results-page .small-cart .cart-body h3.prediscount-price {
  position: relative;
  color: lightslategray;
}
.results-page .small-cart .cart-body h3.prediscount-price:before {
  position: absolute;
  content: "";
  left: 0;
  top: 50%;
  right: 0;
  border-top: 3px solid;
  border-color: inherit;
  transform: rotate(-5deg);
}

.discount-badge {
  position: absolute;
  top: -15px;
  right: 0;
  background-color: #ff5548;
  color: white;
  font-size: 20px;
  padding: 0 5px;
}

.form-hint {
  font-size: 0.8rem;
  margin-top: calc(19px - 0.4rem);
}

.v-select .vs__dropdown-menu {
  z-index: 1200;
  max-height: 200px;
}

.dashboard-page .nav-pills .show > .nav-link {
  background-color: transparent;
}

.ticket table.ticket__table tbody tr.ticket__table__unread {
  background-color: #ffae7e;
}
.ticket table.ticket__table tbody tr.ticket__table__unread > td {
  background-color: transparent;
  color: black;
  font-weight: bold;
}

.action-edit {
  padding-right: 1rem;
}

.person__login-as__form {
  display: inline;
}
.person__login-as__form button[type=submit] {
  background-color: transparent;
  border: none;
  color: #f0f8ff;
}

.profile-stats-table {
  background: white;
  border-radius: 20px;
  margin: 10px 5px;
  padding: 20px;
}

.track-btn {
  background: #ff5548;
  color: #ffffff;
  font-size: 18px;
  font-weight: bold;
  font-family: Tajawal;
  padding: 4.5px 50px;
}
