@font-face {
  font-family: 'iransens';
  src: url('fonts/iransens.woff');
  src: url('fonts/iransens.woff') format('FontName-opentype'),
    url('fonts/iransens.woff') format('woff'),
    url('fonts/iransens.woff') format('truetype');
  font-weight: initial;
  font-style: normal;
}

.btn [class^="fa-"],
.btn [class*=" fa-"] {
  font-size: 1.6rem;
}

html,
body {
  font-family: 'iransens' !important;
  font-weight: normal;
  font-style: normal;
  font-size: 12px;
  direction: rtl;
}

.kt-header {
  background-color: #191919;
}

.swal2-icon:before {
  height: 113% !important;
}

.kt-portlet__body .table thead th,
.kt-portlet__body .table tfoot th {
  font-weight: bold;
  text-align: center;
}

.kt-portlet__body .table tbody td {
  text-align: center;
}

.card-reserve-time {
  border: 1px solid #5f5ca6;
  border-radius: 1rem;
  padding: 0;
}

.card-reserve-time.shift-men {
  border: 1px solid #5f5ca6;
}

.card-reserve-time.shift-women {
  border: 1px solid #f16d7d;
}

.card-reserve-time .card-header {
  color: #fff;
}

.card-reserve-time.shift-men .card-header {
  background: #5f5ca6;
  border-bottom: 1px solid #5f5ca6;
  border-radius: 1rem 1rem 0 0;
}

.card-reserve-time.shift-women .card-header {
  background: #f16d7d;
  border-bottom: 1px solid #f16d7d;
  border-radius: 1rem 1rem 0 0;
}

.card-reserve-time .btn {
  margin-bottom: -3rem;
}

.card-reserve-time.disabled {
  filter: grayscale(70%) !important;
  -webkit-filter: grayscale(70%) !important;
  -moz-filter: grayscale(70%) !important;
}

.card-reserve-time.disabled button:disabled {
  opacity: 100%;
}

.card-reserve-time .shift-title {
  display: none !important;
}

.spinner-wraper {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
  display: none;
  background: #000000;
  opacity: 50%;
}

.spinner {
  position: absolute;
  left: 50%;
  top: 50%;
  height: 60px;
  width: 60px;
  margin: 0px auto;
  -webkit-animation: rotation .6s infinite linear;
  -moz-animation: rotation .6s infinite linear;
  -o-animation: rotation .6s infinite linear;
  animation: rotation .6s infinite linear;
  border-left: 6px solid rgba(0, 174, 239, .15);
  border-right: 6px solid rgba(0, 174, 239, .15);
  border-bottom: 6px solid rgba(0, 174, 239, .15);
  border-top: 6px solid rgba(0, 174, 239, .8);
  border-radius: 100%;
}

@-webkit-keyframes rotation {
  from {
    -webkit-transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(359deg);
  }
}

@-moz-keyframes rotation {
  from {
    -moz-transform: rotate(0deg);
  }

  to {
    -moz-transform: rotate(359deg);
  }
}

@-o-keyframes rotation {
  from {
    -o-transform: rotate(0deg);
  }

  to {
    -o-transform: rotate(359deg);
  }
}

@keyframes rotation {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(359deg);
  }
}

.kt-portlet .alert {
  margin: 2px;
}

.max-w-100px {
  max-width: 100px;
}

.text-gray {
  color: #777;
}

.kt-aside-menu .kt-menu__nav>.kt-menu__item>.kt-menu__link {
  padding-left: 0px;
}

#kt_aside_menu .kt-menu__link svg {
  margin-left: 0;
  margin-right: auto;
}

.kt-menu__item--active span,
#kt_aside_menu .kt-menu__item--active>.kt-menu__link,
#kt_aside_menu .kt-menu__link:hover {
  color: #ed1c24 !important;
}

#kt_aside_menu .kt-menu__link {
  color: #5d5b6f;
  padding-top: 18px;
}




#kt_aside_menu .sub-menu .kt-menu__link {
  margin-right: 30px;
  margin-top: 0;
  margin-bottom: 0;
  line-height: 10px;
}

#kt_aside_menu .sub-menu {
  padding-top: 0;
  margin-top: 0;
}

#kt_aside_menu .dot {
  content: ' ';
  border: 1px solid #cccccc;
  padding: 3px 3px;
  border-radius: 100%;
  width: 3px;
  height: 3px;
  margin-left: 3px;
}

#kt_aside_menu .dot:hover {
  border-color: #ed1c24;
  background-color: #ed1c24;
}

.ordersList .nav-pills .nav-item .nav-link.active {
  background-color: #ffb822;
  color: #000000;
}

.kt-footer .kt-footer__wrapper .kt-footer__copyright>a:hover {
  color: #838692;
}

.kt-footer .kt-footer__wrapper .kt-footer__copyright>a:hover:after {
  border-bottom: 1px solid #838692;
}

.box {
  border-radius: 5px;
  padding: 10px;
  padding-right: 20px;
  border: 1px solid #ebedf2 !important;

}

.tab-link{
  border: 2px solid #959292;
  background: #fffcfc;
}
.tab-link.active{
  background: #ffb822;
}



@media (max-width: 1024px) {
  #kt_header_mobile {
    display: block !important;
  }
}

@media (max-width: 425px) {

  .kt-header-mobile__toolbar {
    display: block !important;
    /* margin-left: 50px !important; */
  }

  /* #kt_header_mobile,
  .admin-side-bar,
  .admin-side-bar-close {
    margin-right: -50px !important;
  } */
}

@media (min-width: 769px) {

  .admin-side-bar {
    margin-left: 10px !important;

  }


}