@font-face {
  font-family: "Cairo Arabic Font";
  src: url("../fonts/Cairo-Regular.ttf");
}

@font-face {
  font-family: "Cairo Arabic Font";
  src: url("../fonts/Cairo-Medium.ttf");
}

@font-face {
  font-family: "Cairo Arabic Font";
  src: url("../fonts/Cairo-SemiBold.ttf");
}

@font-face {
  font-family: "Cairo Arabic Font";
  src: url("../fonts/Cairo-Light.ttf");
}

:root {
  --bs-g: #009688;
}

* {
  font-family: Cairo Arabic Font;
}

hr:not([size]) {
  height: 1px;
  color: #a6a6a6;
  width: 100%;
}

.table > :not(caption) > * > * {
  white-space: nowrap;
  padding: 2px;
  font-size: 14px;
}

.material-icons {
  margin: auto 4px;
}

.btn {
  padding: 2px 7px;
  font-size: 14px;
}

form table button.btn[type="submit"] {
  padding: 2px 7px;
}

form button.btn[type="submit"] {
  padding: 6px 30px;
}

body {
  background: #f3f3f3;
}

#header {
  height: 55px;
  display: block;
  position: relative;
  box-shadow: 1px 2px 5px #262626;
}
#header .navbar {
  height: 55px;
  background: #232323 !important;
  justify-content: space-between;
}
#header .navbar-nav {
  display: flex;
  flex-direction: row;
  align-items: center;
}
#pg {
  width: 100%;
}
#menu {
  margin-top: 2px;
  z-index: 1;
  padding-top: 10px;
  /* box-shadow: -1px 2px 5px #262626; */
  border-top-left-radius: 50px;
  background: #232323 !important;

}

#menu.collapse:not(.show) {

}

.navbar-toggler{
    display: block !important;
}

.bg-dark {
  background-color: #009688 !important;
}

#header .nav-item {
  margin: 5px 12px;
}

#header .nav-item .nav-link {
  display: flex;
  font-size: 14px;
  align-items: flex-end;
}

#header .nav-item .nav-link:hover {
  box-shadow: 0px 1px 0px #fff;
  color: #fff;
}

#header .nav-item .nav-link.active {
  box-shadow: 0px 1px 0px #fff;
}

#header .navbar {
}

#menu .nav {
  width: 100%;
}

#menu .nav li {
  width: 100%;
}

#menu .nav li a {
  color: #fff;
  display: flex;
  padding: 13px;
}

#menu .nav li a.active {
  color: #000;
  background: var(--bs-gold);
}

.px-0 {
}

#dir {
  display: flex;
  align-items: center;
  width: 100%;
  margin-bottom: 25px;
}

#dir .material-icons {
  font-size: 34px;
}

#dir .slash {
  font-size: 35px;
  font-weight: bold;
  padding: 0px 5px;
}

#content {
  width: 100%;
  padding: 20px;
  background: #fff;
  margin: 5px 0px;
}

fieldset,
legend {
  all: revert;
}

fieldset {
  margin-top: 30px !important;
  margin-bottom: 10px;
}

fieldset legend {
  font-size: 16px !important;
}

.col-auto.input-group {
  width: auto;
}

.input-group-text img {
  width: 30px;
}

.status_form {
  width: 100%;
  margin: 40px 0px;
  text-align: center;
}

.sk-fading-circle {
  margin: 100px auto;
  width: 40px;
  height: 40px;
  position: relative;
}

.sk-fading-circle .sk-circle {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.sk-fading-circle .sk-circle:before {
  content: "";
  display: block;
  margin: 0 auto;
  width: 15%;
  height: 15%;
  background-color: var(--bs-g);
  border-radius: 100%;
  -webkit-animation: sk-circleFadeDelay 1.2s infinite ease-in-out both;
  animation: sk-circleFadeDelay 1.2s infinite ease-in-out both;
}

.sk-fading-circle .sk-circle2 {
  -webkit-transform: rotate(30deg);
  -ms-transform: rotate(30deg);
  transform: rotate(30deg);
}

.sk-fading-circle .sk-circle3 {
  -webkit-transform: rotate(60deg);
  -ms-transform: rotate(60deg);
  transform: rotate(60deg);
}

.sk-fading-circle .sk-circle4 {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.sk-fading-circle .sk-circle5 {
  -webkit-transform: rotate(120deg);
  -ms-transform: rotate(120deg);
  transform: rotate(120deg);
}

.sk-fading-circle .sk-circle6 {
  -webkit-transform: rotate(150deg);
  -ms-transform: rotate(150deg);
  transform: rotate(150deg);
}

.sk-fading-circle .sk-circle7 {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.sk-fading-circle .sk-circle8 {
  -webkit-transform: rotate(210deg);
  -ms-transform: rotate(210deg);
  transform: rotate(210deg);
}

.sk-fading-circle .sk-circle9 {
  -webkit-transform: rotate(240deg);
  -ms-transform: rotate(240deg);
  transform: rotate(240deg);
}

.sk-fading-circle .sk-circle10 {
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}

.sk-fading-circle .sk-circle11 {
  -webkit-transform: rotate(300deg);
  -ms-transform: rotate(300deg);
  transform: rotate(300deg);
}

.sk-fading-circle .sk-circle12 {
  -webkit-transform: rotate(330deg);
  -ms-transform: rotate(330deg);
  transform: rotate(330deg);
}

.sk-fading-circle .sk-circle2:before {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}

.sk-fading-circle .sk-circle3:before {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}

.sk-fading-circle .sk-circle4:before {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}

.sk-fading-circle .sk-circle5:before {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}

.sk-fading-circle .sk-circle6:before {
  -webkit-animation-delay: -0.7s;
  animation-delay: -0.7s;
}

.sk-fading-circle .sk-circle7:before {
  -webkit-animation-delay: -0.6s;
  animation-delay: -0.6s;
}

.sk-fading-circle .sk-circle8:before {
  -webkit-animation-delay: -0.5s;
  animation-delay: -0.5s;
}

.sk-fading-circle .sk-circle9:before {
  -webkit-animation-delay: -0.4s;
  animation-delay: -0.4s;
}

.sk-fading-circle .sk-circle10:before {
  -webkit-animation-delay: -0.3s;
  animation-delay: -0.3s;
}

.sk-fading-circle .sk-circle11:before {
  -webkit-animation-delay: -0.2s;
  animation-delay: -0.2s;
}

.sk-fading-circle .sk-circle12:before {
  -webkit-animation-delay: -0.1s;
  animation-delay: -0.1s;
}

@-webkit-keyframes sk-circleFadeDelay {
  0%,
  39%,
  100% {
    opacity: 0;
  }

  40% {
    opacity: 1;
  }
}

@keyframes sk-circleFadeDelay {
  0%,
  39%,
  100% {
    opacity: 0;
  }

  40% {
    opacity: 1;
  }
}

form .btn-primary {
  font-size: 15px;
  min-width: 210px;
  margin-top: 30px;
  color: #ffffff;
  background-color: #3f51b5;
  border-color: #d5d5d5;
}

legend {
  color: #000000;
}

#loading {
  display: none;
}

.section {
  width: 100%;
  margin-top: 35px;
}

.btn-add {
  display: inline-flex;
  margin: 10px 2px;
  padding: 4px 22px;
  font-size: 16px;
}

.btn-add .material-icons {
  margin: 0px 2px;
}

.filepond--credits {
  display: none;
}

.filepond--drop-label.filepond--drop-label label {
  display: flex !important;
  align-items: center;
}

#form-content {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  flex-wrap: wrap;
  text-align: center;
  padding-top: 70px;
}

#form-content .form-signin {
  min-width: 330px;
  border: 6px solid var(--bs-gold);
  border-radius: 22px;
  padding: 10px;
  width: 32%;
  background: var(--bs-dark);
}

#form-content .h3.mb-3 {
  color: #ebbe61;
}

#form-content .form-signin .input-group-text {
  background: var(--bs-gold);
  border-color: var(--bs-gold);
}

#form-content .form-signin .input-group {
  border-color: var(--bs-gold);
}

#form-content .form-signin input {
  border-color: var(--bs-gold);
}

#form-content .form-signin .btn {
  font-size: 15px;
  min-width: 210px;
  margin-top: 30px;
  color: #ffffff;
  background-color: var(--bs-gold);
  border-color: var(--bs-gold);
  color: var(--bs-dark);
}

.services-card .container {
  max-width: 900px;
  margin: 0 auto;
}

/**
  Component
**/

.card-title {
  font-size: 14px;
}

.card-text {
  font-size: 12px;
}

.breadcrumb-item a {
  color: #212529 !important;
}

.toggle-btn {
  cursor: pointer;
  background: #dee2e6;
  display: inline-block;
  padding: 9px;
  border-top-left-radius: 47px;
  color: #000000;
}

.btn-close {
  cursor: pointer;
}

#header .nav-item.lang-nav {
  display: flex;
}

#header .nav-item.lang-nav .nav-link {
  box-shadow: 0px 0px 0px var(--bs-gold);
  color: var(--bs-gold);
  display: flex;
  align-items: center;
}

.add_input {
  cursor: pointer;
  padding: 5px;
  background: #212529;
  color: var(--bs-gold);
  margin: 4px !important;
  width: 25px;
  height: 25px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  border-top-right-radius: 50% !important;
  border-bottom-right-radius: 50% !important;
  border-top-left-radius: 50% !important;
  border-bottom-left-radius: 50% !important;
}

.table thead:first-child {
  color: var(--bs-gold);
}

.input-group-text {
  background: #fff;
}

table .btn-edit {
  padding: 1px 6px;
}

.btn-edit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

td {
  text-align: center;
}

.card-edit-tool {
  position: absolute;
  top: 1px;
  width: 99%;
  background: #212529;
  box-shadow: 0px 5px 20px #b3b3b3;
  padding: 4px;
  border-radius: 4px;
  border: 1px solid #383838;
}

.card-edit-tool a {
  padding: 0px;
}

.card-edit-tool a span {
  font-size: 19px;
}

.places {
  position: relative;
}

.places .delplace {
  position: absolute;
  top: 20px;
  left: 0px;
  cursor: pointer;
}

.toast {
  position: absolute;
  z-index: 9;
}

.form-control {
  min-width: 50px;
}

.form-label,
.col-form-label {
  color: var(--bs-txt-gold);
  font-weight: bold;
}

fieldset {
  position: relative;
}

.btn-hide {
  position: absolute;
  width: 35px;
  height: 35px;
  left: 12px;
  display: flex;
  justify-content: center;
  align-items: center;
}

a:has(.card) {
  color: var(--bs-txt-gold);
  font-weight: bold;
  text-decoration: none;
}

a:has(.card-body) .card-body {
  background: var(--bs-dark);
}

.cards .card {
  padding: 0px;
  margin: 3px;
  border: 0px;
}

.cards .card span.card-img-top {
  font-size: 50px;
  margin: 5px 0px;
}

.cards .card a {
  display: contents;
  color: var(--bs-dark);
  font-weight: bold;
}

.cards .card .card-footer {
  background: #fff;
  border-top: 0px;
  color: var(--bs-dark) !important;
  font-size: 14px;
}

.main-card {
  border: 1px solid var(--bs-dark);
  margin: 3px 0.1em;
  padding: 0px;
}

.main-card .card-header {
  background: var(--bs-dark);
  color: var(--bs-gold);
  font-weight: bold;
  cursor: move;
}

.btn-primary {
  background-color: #3f51b5;
}

.arrow_back {
  transform: rotate(180deg);
}

.toast {
  background: #fff;
}

.btn-send {
  display: flex;
  justify-content: center;
  border-radius: 34px;
}

.form-sendmsg input,
.form-sendmsg textarea {
  border-radius: 40px;
  margin-top: 20px;
  padding: 10px 25px;
}

.select2-container--default .select2-selection--single {
  height: 33px;
  padding: 2px 24px;
  border-radius: 6px;
}

.select2-container--default[dir="rtl"]
  .select2-selection--single
  .select2-selection__arrow {
  left: 14px;
  right: auto;
  top: 6px;
}

.select2-container--default
  .select2-selection--single
  .select2-selection__arrow {
  right: 14px;
  left: auto;
  top: 6px;
}

.select2-container--default .select2-results__option .select2-results__option {
  font-size: 14px;
}

.select2-results__option {
  padding: 2px 6px;
}

.select2-container--default .select2-results__group {
  color: var(--bs-txt-gold);
}

#moreRecords {
  width: 100%;
  padding: 15px;
  font-size: 15px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 3rem;
}

#info {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border: 1px solid #000;
}

#info .info-tabs {
  margin: 14px 0px;
}

#bar {
  width: 100%;
  margin: 5px 5px 20px;
}

.filter {

    border: 1px solid #f3f3f3;
  padding: 10px;
  border-radius: 12px;
  box-shadow: 0px 0px 2px #dadada;
  margin-bottom: 29px;
}

.arr_clients {
  margin: 5px;
  box-shadow: 1px 0px 0px;
  padding: 0px 5px;
  background: whitesmoke;
  display: inline-block;
}

.form-add_trip .material-icons {
  font-size: 17px;
}

.navbar-toggler-icon {
  width: 1em;
  height: 1em;
}

@media print {
  @page {
    size: A4;
    margin: 0px 15px;
  }

  #header {
    display: none;
  }

  #menu {
    display: none !important;
  }

  .breadcrumb {
    display: none;
  }

  #bar {
    display: none;
  }

  .hide-info-tabs {
    display: none;
  }

  .filter {
    display: none;
  }

  .table-dark td {
    background: #fff !important;
    color: #000 !important;
  }

  .showprint-flex {
    display: flex !important;
  }

  .page-head {
    break-inside: avoid !important;
  }
}

.form-add_trip .form-label,
.col-form-label {
  font-size: 13px;
}

.form-add_trip .form-control {
  font-size: 13px;
}

@media (min-width: 576px) {
  .mb-sm-auto {
    margin-bottom: 60px !important;
  }

  .main-card.col-sm-6 {
    width: 49%;
  }
}

@media (max-width: 576px) {
  .form-label,
  .col-form-label {
    font-size: 10px;
    margin-bottom: 0px;
  }

  .select2-container--default .select2-selection--single {
    height: 30px;
    padding: 0px 23px;
    border-radius: 40px;
  }

  .select2-container[dir="rtl"]
    .select2-selection--single
    .select2-selection__rendered {
    font-size: 13px;
  }

  .arr_clients {
    margin: 1px;
    box-shadow: 1px 0px 0px;
    padding: 0px 1px;
    background: whitesmoke;
    display: inline-block;
  }

  .navbar {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  #header {
    height: 55px;
  }

  .table > :not(caption) > * > * {
    padding: 0px;
    font-size: 10px;
  }

  form button.btn[type="submit"] {
    padding: 5px 16px;
    font-size: 12px;
  }

  #menu .nav li a {
    justify-content: center;
  }

  #menu.collapse:not(.show) {
    display: none;
  }

  .hide-mobile {
    display: none;
  }
}

@media (max-width: 490px) {
  .writing-mode thead td,
  thead th {
    writing-mode: tb;
    vertical-align: middle;
    padding: 1px;
  }

  td {
    font-size: 11px;
  }

  .btn-edit,
  .btn-edit span {
    font-size: 11px;
  }

  .hide-mob {
    display: none;
  }

  .material-icons {
    font-size: 18px;
  }

  .table > :not(caption) > * > * {
    white-space: normal;
  }

  .form-control {
    height: 30px;
    font-size: 11px;
  }

  .input-group-text {
    padding: 0px;
  }

  .cards .card span.card-img-top {
    font-size: 30px;
    margin: 5px 0px;
  }

  .cards .card .card-footer {
    font-size: 12px;
  }

  .message-send {
    margin-left: 0px;
  }

  .message-receive {
    margin-right: 0px;
  }

  form button.btn[type="submit"] {
    padding: 2px 8px;
  }
}
