* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

@font-face {
  font-family: 'iransans';
  src: url("../fonts/IRANSansWeb_FaNum_.woff2") format("woff2"),
    url("../fonts/IRANSansWeb_FaNum_.eot") format("eot"),
    url("../fonts/IRANSansWeb_FaNum_.ttf") format("ttf"),
    url("../fonts/IRANSansWeb_FaNum_.woff") format("woff");
}

body {
  font-family: iransans;
  height: 100%;
  width: 100%;
  margin: 0;
}

::-webkit-scrollbar {
  width: 4px;
  background-color: #F5F5F5;
  border-radius: 5px;
}

::-webkit-scrollbar-track {
  border-radius: 5px;
  background-color: #F5F5F5;
}

::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background-color: #e19f31;
}

a:hover {
  text-decoration: none !important;
}

.content {
  direction: rtl;
  text-align: right;
}

.change_pass,
.copyclipboard {
  text-align: left;
  font-weight: 900;
  cursor: pointer;
}

.outline-success-panel {
  cursor: pointer;
  font-size: 40px;
  color: var(--green);
}

.outline-danger-panel {
  cursor: pointer;
  font-size: 40px;
  color: var(--red);
}

.alert {
  text-align: center;
}

#site_pdf,
#site_edit,
.alert-danger {
  display: none;
}

.dropdown-items-page {
  text-align: center;
}

.tim-icons {
  font-size: 20px !important;
}

.containers {
  padding: 50px 10%;
}

.box {
  position: relative;
  width: 100%;
}

.box-header {
  color: #444;
  display: block;
  padding: 10px;
  position: relative;
  border-bottom: 1px solid #f4f4f4;
  margin-bottom: 10px;
}

.box-tools {
  position: absolute;
  right: 10px;
  top: 5px;
}

.dropzone-wrapper {
  border: 2px dashed #91b0b3;
  color: #92b0b3;
  position: relative;
  height: 150px;
}

.dropzone-desc {
  position: absolute;
  margin: 0 auto;
  left: 0;
  right: 0;
  text-align: center;
  width: 40%;
  top: 50px;
  font-size: 16px;
}

.dropzone,
.dropzone:focus {
  position: absolute;
  outline: none !important;
  width: 100%;
  height: 150px;
  cursor: pointer;
  opacity: 0;
}

.dropzone-wrapper:hover,
.dropzone-wrapper.dragover {
  background: #a2ccff;
}

.preview-zone {
  text-align: center;
}

.preview-zone .box {
  box-shadow: none;
  border-radius: 0;
  margin-bottom: 0;
}

.btn-primary {
  background-color: crimson;
  border: 1px solid #212121;
}

.amount_paided_ {
  margin-top: 70px;
}

button.form-control.delete,
button.form-control.plus-type {
  padding: 5px;
  width: 30px;
  height: 30px;
  font-size: larger;
}

.page-sction-name {
  font-size: 20px;
}

.form-reserve-search {
  margin: 20px 0;
}

button.btn.btnds {
  margin: 25px 0;
}

#amount_all,
#amount_paid,
#amount_remaining,
#guset_number,
#flightwent,
#returnflight,
.amount_paided_priod,
#amount_sell,
.price_time_room,
.tel-input,
#phone_numbers,
#phone_patterns {
  direction: ltr;
  text-align: left;
}

.amount_all {
  cursor: pointer;
}

.amount_all.active {
  background-color: var(--cyan);
}

button:focus-visible,
span:focus-visible {
  outline: unset;
}

@media (max-width:750px) {

  .table-full-width,
  .table-responsive-reserve {
    overflow-x: auto;
  }
}

input[type="radio"] {
  height: 20px !important;
}

.loading,
.image-data {
  position: fixed;
  z-index: 1050;
  overflow: show;
  margin: 0 20%;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

.loading {
  margin: 50vh 50vw;
}

.image-data>img {
  position: sticky;
  width: 100%;
}

.image-data:before,
.loading:before {
  content: '';
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: radial-gradient(rgba(20, 20, 20, .8), rgba(0, 0, 0, .8));
  background: -webkit-radial-gradient(rgba(20, 20, 20, .8), rgba(0, 0, 0, .8));
}

.loading:not(:required) {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.loading:not(:required):after {
  content: '';
  display: block;
  font-size: 50px;
  width: 1em;
  height: 1em;
  margin-top: -0.5em;
  -webkit-animation: tim-icons-spin 500ms infinite linear;
  -moz-animation: tim-icons-spin 500ms infinite linear;
  -ms-animation: tim-icons-spin 500ms infinite linear;
  -o-animation: tim-icons-spin 500ms infinite linear;
  animation: tim-icons-spin 500ms infinite linear;
  border-radius: 0.5em;
  -webkit-box-shadow: rgba(255, 255, 255, 0.75) 1.5em 0 0 0, rgba(255, 255, 255, 0.75) 1.1em 1.1em 0 0, rgba(255, 255, 255, 0.75) 0 1.5em 0 0, rgba(255, 255, 255, 0.75) -1.1em 1.1em 0 0, rgba(255, 255, 255, 0.75) -1.5em 0 0 0, rgba(255, 255, 255, 0.75) -1.1em -1.1em 0 0, rgba(255, 255, 255, 0.75) 0 -1.5em 0 0, rgba(255, 255, 255, 0.75) 1.1em -1.1em 0 0;
  box-shadow: rgba(255, 255, 255, 0.75) 1.5em 0 0 0, rgba(255, 255, 255, 0.75) 1.1em 1.1em 0 0, rgba(255, 255, 255, 0.75) 0 1.5em 0 0, rgba(255, 255, 255, 0.75) -1.1em 1.1em 0 0, rgba(255, 255, 255, 0.75) -1.5em 0 0 0, rgba(255, 255, 255, 0.75) -1.1em -1.1em 0 0, rgba(255, 255, 255, 0.75) 0 -1.5em 0 0, rgba(255, 255, 255, 0.75) 1.1em -1.1em 0 0;
}

.bootstrap-select.btn-group .dropdown-menu li {
  text-align: center;
}

.pagenation_number {
  width: 35px;
  height: 35px;
  border-radius: 5px;
  margin: 0 5px;
}

.box-shadow {
  box-shadow: 0 0px 4px 1px rgb(153 153 153), 0 1px 3px rgb(0 0 0 / 8%);
  padding: 20px;
  border-radius: 15px;
  margin: 20px;
}

input[type=checkbox].is_pick {
  height: 0;
  width: 0;
  visibility: hidden;
}

label.switchfor {
  cursor: pointer;
  text-indent: -9999px;
  width: 65px;
  height: 30px;
  background: grey;
  display: block;
  border-radius: 100px;
  position: relative;
}

label.switchfor:after {
  content: "";
  position: absolute;
  top: 5px;
  left: 5px;
  width: 20px;
  height: 20px;
  background: #fff;
  border-radius: 90px;
  transition: 0.3s;
}

input[type=checkbox].is_pick:checked+label.switchfor {
  background: #bada55;
}

input[type=checkbox].is_pick:checked+label.switchfor:after {
  left: calc(100% - 5px);
  transform: translateX(-100%);
}

label.switchfor:active:after {
  width: 100px;
}

.clone-picks {
  display: contents;
}

.append_form {
  overflow: auto;
}

.weekdays {
  width: 100%;
  text-align: center;
  display: flex;
  color: #247BA0;
}

.weekdays div {
  width: 100px;
  margin: 0 1%;
  padding: 10px;
}

.calendar {
  width: 100%;
  margin: 10px auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
}

.monthDisplay {
  color: #ff00008f;
  font-size: 24px;
  background-color: #ffe06f;
  display: none;
  padding: 6px;
  border-radius: 15px;
}

.delete.clanderDelete {
  float: left;
  display: inline;
}

.monthCalender {
  display: none;
}

.day {
  width: 100px;
  font-weight: bold;
  height: 150px;
  padding: 10px;
  border-radius: 20px;
  text-align: center;
  cursor: pointer;
  box-sizing: border-box;
  background-color: white;
  margin: 6px;
  box-shadow: 0px 0px 3px #CBD4C2;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.day:hover {
  background-color: #f7fae8;
}

.currentDay {
  background-color: #e8f4fa;
}

.day.pick {
  background-color: #3f51b594;
}

.day.notpick {
  background-color: antiquewhite;
}

.day.weekend {
  border: red 1px solid;
  color: red;
}

.day .price {
  margin: 3px 0;
  color: black;
  border-radius: 5px;
  max-height: 55px;
  overflow: hidden;
}

.day.clicked {
  background-color: #ffff2e;
}

.price.BB {
  background-color: #ffeb3b;
}

.price.FB {
  background-color: aquamarine;
}

.price.HB {
  background-color: hotpink;
}

.padding {
  cursor: default !important;
  background-color: #FFFCFF !important;
  box-shadow: none !important;
}

#newEventModal {
  display: none;
  z-index: 20;
  padding: 25px;
  background-color: #e8f4fa;
  box-shadow: 0px 0px 3px black;
  border-radius: 5px;
  width: 350px;
  top: 100px;
  left: calc(50% - 175px);
  position: fixed;
}

.eventTitleInput {
  direction: ltr;
  padding: 10px;
  width: 100%;
  box-sizing: border-box;
  margin-bottom: 25px;
  border-radius: 3px;
  outline: none;
  border: none;
  box-shadow: 0px 0px 3px gray;
  text-align: left;
}

.eventTitleInput.error {
  border: 2px solid red;
}

#modalBackDrop {
  display: none;
  top: 0px;
  left: 0px;
  z-index: 10;
  width: 100vw;
  height: 100vh;
  position: fixed;
  background-color: rgba(0, 0, 0, 0.8);
}

.form-check-inline .form-check-input {
  width: 30px;
}

#mali-reserve,
.tour-row,
.gateway-div {
  display: none;
}

tr.waitting {
  background: var(--info) !important;
}

.hidden,
.hide,
.visible-lg,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block,
.visible-md,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-print,
.visible-print-block,
.visible-print-inline,
.visible-print-inline-block,
.visible-sm,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-xs,
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block {
  display: none !important;
}

.bootstrap-select.btn-group .dropdown-menu.inner {
  display: block;
}

.bootstrap-select.btn-group .dropdown-menu li {
  padding: 5px;
}

.bootstrap-select.btn-group .dropdown-menu li:hover {
  background-color: #e8f4fa;
  color: #212121;
}

.resreve-dropdown.dropdown-menu.show {
  display: flex !important;
  align-items: center;
}

.dropdown-item-reserve {
  margin: 5px;
  padding: 5px;
  border-radius: 5px;
}

.convert_price {
  cursor: pointer;
  background-color: #ff6;

}

form#reserves {
  width: 85%;
  margin: 30px auto;
}

input.invalid {
  background-color: #ffdddd !important;
}

.tab {
  display: none;
}

.step {
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbbbbb;
  border: none;
  border-radius: 50%;
  display: inline-block;
  opacity: 0.5;
}

.step.finish {
  background-color: #54e600;
}

span.step.active {
  background: #3358f4;
}

.border-line {
  border-right: #00000075 1px solid;
  border-left: #00000075 1px solid;
  margin-bottom: 30px;
}

.switch-btn {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 20px;
  position: absolute;
  left: 10px;
}

.switch-btn input {
  opacity: 0;
  width: 0;
  height: 0;
}

.slider-btn {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider-btn:before {
  position: absolute;
  content: "";
  height: 15px;
  width: 16px;
  left: 4px;
  bottom: 2px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked+.slider-btn {
  background-color: #2196F3;
}

input:focus+.slider-btn {
  box-shadow: 0 0 1px #2196F3;
}

input:checked+.slider-btn:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded sliders */
.slider-btn.round {
  border-radius: 34px;
}

.slider-btn.round:before {
  border-radius: 50%;
}

.qty .count {
  color: #000;
  display: inline-block;
  vertical-align: top;
  font-size: 25px;
  font-weight: 700;
  line-height: 30px;
  padding: 0 2px;
  min-width: 35px;
  text-align: center;
}

.qty .plus {
  cursor: pointer;
  display: inline-block;
  vertical-align: top;
  color: white;
  width: 30px;
  height: 30px;
  font: 30px/1 Arial, sans-serif;
  text-align: center;
  border-radius: 50%;
}

.qty .minus {
  cursor: pointer;
  display: inline-block;
  vertical-align: top;
  color: white;
  width: 30px;
  height: 30px;
  font: 30px/1 Arial, sans-serif;
  text-align: center;
  border-radius: 50%;
  background-clip: padding-box;
}

.minus:hover {
  background-color: #717fe0 !important;
}

.plus:hover {
  background-color: #717fe0 !important;
}

.rotate {
  transform: rotate(180deg);
}

.disabled>*,
.disabled>*:hover {
  cursor: not-allowed;
  background: #8b8b8b !important;
}