@font-face {
  font-family: "IRANSans";
  font-style: normal;
  font-weight: normal;
  src: url("../font/IRANSans/eot/IRANSansWeb.eot");
  src: url("../font/IRANSans/eot/IRANSansWeb.eot?#iefix") format("embedded-opentype"),
    /* IE6-8 */
    url("../font/IRANSans/woff2/IRANSansWeb.woff2") format("woff2"),
    /* FF39+,Chrome36+, Opera24+*/
    url("../font/IRANSans/woff/IRANSansWeb.woff") format("woff"),
    /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
    url("../font/IRANSans/ttf/IRANSansWeb.ttf") format("truetype");
}

* {
  touch-action: manipulation;
}

.product figure {
  cursor: pointer;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

.rtl .sidebar-wrap.sidebar-overlay .sidebar {
  float: left;
  right: auto !important;
  left: -300px;
  direction: ltr;
}

.rtl.menu-open .sidebar-wrap.sidebar-overlay .sidebar {
  left: 0;
}

.show-fac .modal-dialog {
  max-width: 100% !important;
}

.show-fac .modal-content.product {
  max-width: 95% !important;
}

.show-fac .modal-body .row:last-child hr {
  display: block;
}

/* .table-col
{
  z-index: 0;
}

.dark-mode .card{
  z-index: -1;
} */

.dropdown-item {
  cursor: pointer;
  padding: 0.5rem 1rem;
}

.table-col .dropdown .dropdown-menu {
  transform: translate(0px, -40px) !important;
}

.rtl .sidebar-wrap .sidebar .nav .nav-item .nav-link>.icon {
  margin-right: 15px;
  margin-left: 0;
}

.sidebar .text-opac {
  color: #fff !important;
}

::-webkit-scrollbar {
  width: 0px !important;
  height: 0px !important;
  display: none !important;
}

body {
  font-family: "IRANSans", sans-serif;
  /* overflow: hidden; */
  background: url("/assets/img/other/bg.jpg") repeat;
}

body::before {
  position: fixed;
  content: " ";
  background: rgba(255, 255, 255, 90%);
  height: 100%;
  width: 100%;
  z-index: -1;
}

.dark-mode body::before {
  position: fixed;
  content: " ";
  background: rgb(0 0 0 / 90%);
  height: 100vh;
  width: 100%;
  z-index: -1;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: "IRANSans", sans-serif;
}

/* .dark-mode .header {
  background-color: rgb(0 0 0 / 30%);
} */

.header {
  padding: 10px 15px;
  height: unset;
}

/*
====================================================================
            Loader
====================================================================
*/

.container.loader {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  max-width: 100% !important;
}

.container.loader:before {
  content: " ";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  opacity: 1;
  background-color: #000;
}

.container.loader.loader-hide {
  display: none;
}

.container.loader.loader-show {
  display: block;
}

.loader-cube-wrap.loader {
  width: 16px;
  height: 16px;
  margin-top: 70px;
}

.splash footer {
  background: none !important;
  background-color: none !important;
  backdrop-filter: unset !important;
  box-shadow: none !important;
  padding: 20px;
  text-align: center;
}

.splash .logo {
  max-width: 300px;
  margin-top: 80px;
}

.side.filter i.bi-clock {
  padding-left: 5px;
}

.loader-cube-wrap .loader-cube:before {
  background-color: #000;
}

.container.loader:before {
  background-color: #fff;
}

.side.filter .btn-select {
  border-radius: 0px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  color: #000;
  height: 34px;
  font-size: 14px;
}

.side.filter small {
  line-height: 18px;
}

.side.filter small.Dev {
  z-index: 1;
  text-align: center;
  padding: 0px 7px 7px 7px;
  font-size: 12px;
  line-height: 20px;
}

.side.filter small.Dev a {
  color: #000;
  text-decoration: none;
}

.dark-mode .side.filter small.Dev a {
  color: #fff;
}

/*
====================================================================
           End Loader
====================================================================
*/

.dark-mode .sidemenu.filter .card .card-body {
  /* background-color: rgb(255 255 255 / 50%); */
  border-radius: 10px;
}

.res-group {
  position: fixed;
  left: 10px;
  right: 10px;
  top: 76px;
}

.res-group .filter-btn {
  width: 90px;
  padding: 0px;
  height: 62px;
}

.dark-mode .res-group .filter-btn {
  background-color: rgb(255 193 7 / 73%);
}

.res-group .filter-btn i {
  position: relative;
  top: 10px;
  font-size: 21px;
}

.res-group .col.main {
  padding-right: 0px;
  padding-left: 14px;
}

.res-group .col.main .card {
  height: 62px;
}

.res-group .col.main h6 {
  line-height: 18px;
}

.res-group .card-body {
  padding-top: 11px;
  padding-bottom: 10px;
}

.sidemenu.filter .card-body.active {
  border: 2px solid #ffc107;
  border-radius: 10px;
}

/* * {
  scroll-behavior: smooth;
  scroll-padding-top: 150px; 
} */

.sidemenu.filter {
  position: fixed;
  z-index: 10;
  width: 110px;
  right: 0px;
  top: 138px;
  height: calc(100% - 145px);
  overflow-y: hidden;
  padding: 10px;
}

.sidemenu.filter .card.shadow {
  padding: 10px 7px;
  overflow: hidden;
}

.sidemenu.filter .card-body {
  padding: 0.5rem;
  height: 70px;
  text-align: center;
}

/* .sidemenu.filter .categoriesswiper .swiper-wrapper .swiper-slide img {
  max-height: 55px;
  position: relative;
  top: -2px;
} */

.sidemenu.filter .categoriesswiper {
  overflow-y: scroll;
}

.sidemenu.filter .categoriesswiper img {
  max-height: 55px;
  position: relative;
  top: -2px;
}

.swiper-slide {
  height: auto;
}

/* .sidemenu.filter .categoriesswiper .swiper-wrapper .swiper-slide {
  width: 75px;
} */

.sidemenu.filter .categoriesswiper .swiper-slide {
  width: 75px;
}

.sidemenu.filter .categoriesswiper .col {
  margin-bottom: 2px;
}

.categoriesswiper .categoryname {
  font-size: 12px;
  line-height: 30px;
  text-align: center;
}

main.has-header {
  padding-top: 75px;
}

.main-container.home {
  /* width: calc(100% - 100px);
  margin: 0px auto 0px 0px; */
}

.resgroup .card-body {
  padding: 10px 15px 10px 15px;
}

.resgroup .swiper-wrapper .swiper-slide {
  padding-left: 0px;
}

.food {
  overflow: auto;
  height: 100vh;
  padding-bottom: 155px;
  position: fixed;
  left: 12px;
  right: 10px;
  top: 147px;
  right: 112px;
}

.food .card-body figure {
  height: 200px;
}

.food .card-body figure img {
  height: 100%;
  width: 100%;
  object-fit: contain;
  padding: 5px;
}

.food small del {
  color: red;
  position: relative;
  bottom: -14px;
  font-size: 14px;
}

.food .card-body {
  padding: 0.7rem 0.7rem;
}

.swiper-container {
  height: 100%;
}

.food .card-body small {
  color: #000;
  font-size: 11px;
  line-height: 19px;
}

.food .card-body h6 {
  font-size: 16px;
}

.dark-mode .food .card-body small {
  color: #fff;
}

.food .card-body .price {
  float: left;
  font-size: 16px;
}

.mode-change i {
  font-size: 18px;
}

.header .logo-small img {
  width: 75px;
}

.p-404 {
  font-size: 150px;
}

.btn-danger {
  color: #fff;
  background-color: #fb737c;
  border-color: #fb737c;
}

.form-floating>.form-control.is-validline+label::after,
.form-floating>.form-select.is-validline+label::after {
  content: "";
  height: 80%;
  width: 6px;
  border-radius: 4px;
  background-color: #52e5a5;
  position: absolute;
  left: 4px;
  top: 10%;
}

.form-floating>.form-control,
.form-floating>.form-select {
  padding-right: 20px;
  padding-left: unset;
}

.vh-100 {
  height: 100vh !important;
}

.align-self-center-50mt {
  margin-top: 200px;
}

label.left-align {
  left: 0 !important;
  direction: ltr !important;
  right: auto !important;
}

.form-floating>.form-control:not(:placeholder-shown)+label {
  transform: scale(0.83) translateY(0rem) translateX(0.5rem) !important;
}

.footer .nav .nav-item .nav-link span .nav-icon {
  font-size: 25px;
}

input.center-align {
  direction: ltr !important;
  text-align: center !important;
}

.form-floating>.form-control.center-align {
  padding-right: 0px;
  padding-left: unset;
}

.tooltip-btn.ltr {
  right: 5px;
  left: auto;
}

[class*=" bi-"]::before,
[class^="bi-"]::before {
  vertical-align: -0.35em;
}

.loader-hide {
  display: none;
}

.table-list .table-num h1 {
  height: 100px;
  line-height: 100px;
  font-size: 50px;
}

.table-list .btn-col {
  text-align: center;
}

.table-list .status {
  font-size: 15px;
  color: #ffc400;
}

.table-list .status.text-color-theme {
  color: #4caf50;
}

.table-list .IsUsed {
  color: #ff1c52;
}

.table-list .reload {
  padding-left: 10px;
  color: #ffc400;
}

.btn-gradient-red {
  background: #ff1c52;
  background: -moz-linear-gradient(top, #ff7db1 0%, #ff1a68 50%, #8900aa 100%);
  background: -webkit-linear-gradient(top,
      #ff7db1 0%,
      #ff1a68 50%,
      #8900aa 100%);
  background: linear-gradient(to bottom, #ff7db1 0%, #ff1a68 50%, #8900aa 100%);
  color: #ffffff;
  background-size: cover;
  border: 0;
}

.header .link {
  text-align: left;
}

form-floating>.form-control:not(:placeholder-shown)~label,
.form-floating>.form-control:not(:placeholder-shown)+label {
  transform: scale(0.83) translateY(0rem) translateX(1.4rem);
}

.filter {
  width: 300px;
  z-index: 10;
}

hr {
  opacity: 0.5;
  margin: 5px 0px 5px 0px !important;
}

del {
  color: #ff1c52;
}

.dark-mode .text-opac {
  opacity: 1 !important;
  padding-top: 7px;
  color: #52e5a5;
  font-size: 13px;
}

.dark-mode .text-opac.title {
  color: #ffc400;
}

.usercard-list {
  padding-bottom: 0px;
}

.usercard-list .counter-number>span {
  min-width: 30px;
}

.btn-block {
  width: 100%;
}

.card .card-header {
  height: 65px;
}

.card .card-header h5 {
  line-height: 35px;
}

.card .form-control {
  padding-top: 33px !important;
}

.invoice-card .card-header .table-num {
  text-align: end;
}

.invoice-card .card-header .table-num span {
  border: 1px solid rgba(255, 255, 255, 0.1);
  padding: 5px 10px 5px 10px;
  border-radius: 5px;
}

.dark-mode .modal .modal-dialog .modal-content {
  background-color: rgb(0 0 0 / 70%) !important;
}

hr.black-bg {
  background-color: rgb(255 255 255 / 50%);
}

.modal .modal-dialog .modal-content.product {
  max-width: 350px;
}

.card.card-theme::before {
  background-color: rgba(255, 28, 82, 0.5);
}

.card textarea.form-control {
  height: 100px;
}

.card .card-body.usercard-list .row:last-child hr {
  display: none;
}

.card .card-body.product .row:last-child hr {
  display: none;
}

.modal-body .row:last-child hr {
  display: none;
}

.modal-body {
  padding-bottom: 5px;
}

.card select.form-control {
  height: 65px;
}

@media (min-width: 1400px) {

  .container,
  .container-sm,
  .container-md,
  .container-lg,
  .container-xl,
  .container-xxl {
    max-width: 100%;
  }
}