body {
  height: 100%;
  width: 100%;
  overflow: hidden;
  max-width: 100%;
  margin: 0 auto;
  z-index: -1;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  font-family: "Open Sans", sans-serif;
}

body,
html {
  --webkit-overflow-scrolling: touch !important;
}

.fix__title {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  width: 100%;
  z-index: 1;
  padding: 20px 0;
}

.fix__title.bar__title {
  height: 60px;
}

.fix__title.bar__title .btn {
  font-size: 20px;
  padding: 2px 4px;
}

.fix__title .fix__tc {
  overflow: hidden;
  position: fixed;
  top: 15px;
  bottom: 0;
  right: 7.5px;
  left: 7.5px;
  overflow: hidden;
  width: calc(100% - 15px);
  height: 45px;
  max-width: 800px;
  margin: 0 auto;
}

.wBody {
  font-family: "Helvetica Neue", Roboto, Arial, "Droid Sans", sans-serif;
  overflow: hidden;
  position: absolute;
  top: 60px;
  bottom: 0;
  right: 0;
  left: 0;
  overflow: hidden;
  width: 100%;
  height: calc(100% - 60px);
  max-width: 100%;
  margin: 0 auto;
  z-index: -1;
}

@media (min-width: 576px) {
  body.hbg {
    height: 100%;
    width: 100%;
    overflow: hidden;
    max-width: 100%;
    margin: 0;
    background: transparent;
  }
  body.hbg .fix__tc {
    right: 53px;
  }
  body.hbg::before {
    margin: 0;
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background: url("../images/IndexBg.png");
    background-repeat: no-repeat;
    background-size: cover;
    z-index: -2;
    width: 100vw;
    height: 100vh;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .wBody {
    right: -5%;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .wBody {
    right: -10%;
  }
}

@media (min-width: 1200px) {
  .wBody {
    right: -20%;
  }
}

.scroll__auto {
  overflow: auto;
  --webkit-overflow-scrolling: touch !important;
}

.scroll__y {
  --webkit-overflow-scrolling: touch !important;
  overflow-y: auto;
  overflow-x: hidden;
}

.scroll__x {
  overflow-x: auto;
  overflow-y: hidden;
}

.t--up {
  text-transform: uppercase;
}

.t--cap {
  text-transform: capitalize;
}

.t--cap__f:first-letter {
  text-transform: capitalize;
}

.t--low {
  -webkit-transform: lowercase;
          transform: lowercase;
}

.t--break {
  word-break: break-all;
}

.t--nowrap {
  white-space: nowrap;
}

.queue__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit- flex;
  display: -moz- flex;
  display: -ms- flex;
  -ms-align-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
}

.queue__row .se {
  margin: auto 0;
}

.queue__row .info {
  -moz-flex: 1;
  -ms-flex: 1;
  -webkit-box-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit- flex;
  display: -moz- flex;
  display: -ms- flex;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
}

.fileContainer {
  overflow: hidden;
  position: relative;
  cursor: pointer;
  height: auto;
  min-height: 40px;
  width: 100%;
  text-align: center;
  border-radius: 10px;
  float: left;
  margin-top: -1.5rem;
}

.fileContainer:before {
  font-family: "Font Awesome 5 Pro";
  content: "\f0ee";
  cursor: pointer;
  font-size: 50px;
  line-height: 50px;
}

.fileContainer.hasStamp {
  margin-top: 0;
}

.fileContainer.hasStamp:before {
  content: "";
  line-height: 0;
}

input[type="file"].hidde-file {
  display: block;
  font-size: 0px;
  filter: alpha(opacity=0);
  height: 1px;
  width: 1px;
  opacity: 0;
  position: absolute;
  right: -2px;
  text-align: right;
  cursor: pointer;
}

.btn__imgdel {
  float: right;
}

.fileContainer img {
  width: 100%;
  display: inline-block;
}

.fileContainer img[src=""] {
  display: none;
}

.relateCheckInput {
  -moz-align-items: center;
  -ms-align-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.relateCheckInput input[type="radio"] + label,
.relateCheckInput input[type="checkbox"] + label {
  padding: 0.375rem 0.75rem;
  line-height: 1.5;
  height: auto;
  border-width: 1px;
  border-style: solid;
  -o-border-image: initial;
     border-image: initial;
  border-radius: 0.25rem 0 0 0.25rem;
  text-align: center;
  min-width: 3rem;
}

.relateCheckInput input[type="radio"] + label::before,
.relateCheckInput input[type="checkbox"] + label::before {
  display: none;
}

.relateCheckInput input[type="radio"] + label.no,
.relateCheckInput input[type="checkbox"] + label.no {
  visibility: hidden;
}

.relateCheckInput.format input[type="radio"] + label,
.relateCheckInput.format input[type="checkbox"] + label {
  width: 20%;
}

.relateCheckInput.lg input[type="radio"] + label,
.relateCheckInput.lg input[type="checkbox"] + label {
  min-width: 60px;
  min-width: 3.75rem;
}

.relateCheckInput label + input[type="radio"] + label,
.relateCheckInput label + input[type="checkbox"] + label {
  border-radius: 0;
}

.relateCheckInput label + input[type="radio"] + label:last-child,
.relateCheckInput label + input[type="checkbox"] + label:last-child {
  border-width: 1px;
  border-radius: 0 0.25rem 0.25rem 0;
}

.relateCheckInput label.no + input[type="radio"] + label,
.relateCheckInput label.no + input[type="checkbox"] + label {
  border-radius: 0.25rem 0 0 0.25rem;
}

.relateCheckInput input[type="radio"]:checked + label,
.relateCheckInput input[type="checkbox"]:checked + label {
  border-width: 1px;
}

.relateCheckInput input[type="radio"]:checked + label + input[type="radio"] + label,
.relateCheckInput input[type="checkbox"]:checked + label + input[type="checkbox"] + label {
  border-width: 1px 0;
}

.relateCheckInput input[type="tel"],
.relateCheckInput input[type="text"] {
  text-align: center;
}

.booking__subtext {
  opacity: 0.8;
}

.booking__subtext i {
  opacity: 0.78;
  margin: 0.25rem 0.35rem 0 0;
}

input[type="radio"] + label.booking__min,
input[type="checkbox"] + label.booking__min {
  height: auto;
  line-height: 1;
}

.booking__time,
.booking__entity,
.booking__min {
  min-width: 6.75rem;
  padding: 0.5rem 1.5rem;
  margin: 0 0.25rem 0.25rem 0.5rem;
  border: 0.5px solid #a8a8a8;
  border-radius: 0.25rem;
}

.booking__time:disabled .booking__subtext,
.booking__time:disabled .booking__subtext i,
.booking__entity:disabled .booking__subtext,
.booking__entity:disabled .booking__subtext i,
.booking__min:disabled .booking__subtext,
.booking__min:disabled .booking__subtext i {
  opacity: 1;
}

.booking__staff {
  min-width: none;
}

.booking__staff .booking__time,
.booking__staff .booking__entity,
.booking__staff .booking__min {
  padding: 0.375rem 0.5rem;
  margin: 0 0.25% 0.25rem 0.5%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 49.25%;
  flex: 0 0 49.25%;
  max-width: 49.25%;
}

@media only screen and (max-width: 767px) {
  .booking__min {
    -ms-flex: 0 0 19.25%;
    -webkit-box-flex: 0;
            flex: 0 0 19.25%;
    max-width: 19.25%;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .booking__staff .booking__time,
  .booking__staff .booking__entity,
  .booking__staff .booking__min {
    -ms-flex: 0 0 32.583333333333333%;
    -webkit-box-flex: 0;
            flex: 0 0 32.583333333333333%;
    max-width: 32.583333333333333%;
  }
}

@media (min-width: 992px) {
  .booking__staff .booking__time,
  .booking__staff .booking__entity,
  .booking__staff .booking__min {
    -ms-flex: 0 0 24.25%;
    -webkit-box-flex: 0;
            flex: 0 0 24.25%;
    max-width: 24.25%;
  }
}

.store__row.is--showstore {
  padding: 0.75rem;
  margin-top: 0.75rem;
  border: 0.5px solid #a8a8a8;
  border-radius: 0.25rem;
  background: #fff;
}

.store__row.is--showstore .store__target {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit- flex;
  display: -moz- flex;
  display: -ms- flex;
  -ms-align-content: flex-start;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
}

.store__row.is--showstore .booking__time--row {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 91.666667%;
  flex: 0 0 91.666667%;
  max-width: 91.666667%;
  margin-left: auto !important;
}

.store__row .booking__entity--row {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 95.666667%;
  flex: 0 0 95.666667%;
  max-width: 95.666667%;
  margin-left: auto !important;
}

.table__stat .store__row.is--hiddenstore .store__target,
.table__stat .store__row.is--showstore .store__target,
.store__row.is--hiddenstore .store__target {
  display: none;
}

.table__stat .store__row.is--hiddenstore .booking__time--row,
.table__stat .store__row.is--showstore .booking__time--row,
.store__row.is--hiddenstore .booking__time--row {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

.table__stat {
  padding: 0;
}

.table__stat .store__row.is--hiddenstore, .table__stat .store__row.is--showstore {
  border-color: transparent;
  background-color: transparent;
  padding: 0.75rem 0.375rem;
}

.qrcode__layout, .qrcode__btn {
  width: 80%;
  max-width: 12.5rem;
  margin: 0 auto;
}

.qrcode__btn {
  margin: 0.5rem auto;
}

.sort__container.sort__container--calendar .sort__row label {
  margin-right: 0;
  opacity: 1;
}

.sort__container.sort__container--calendar .sort__row label.p--0 {
  padding: 0;
}

.sort__container.sort__container--calendar .swiper-button-next,
.sort__container.sort__container--calendar .swiper-button-prev {
  right: 0;
}

.sort__container .calendar--min {
  height: 100%;
}

.sort__container .dayblock {
  text-align: center;
}

.dayblock {
  height: 100%;
}

.dayblock,
.dayblock * {
  cursor: pointer;
}

.dayblock.disabled {
  cursor: not-allowed;
}

.calendar--max {
  height: 100%;
}

.calendar--max .swiper-slide {
  padding: 1% 0 0 0;
}

.calendar--max .dayblock {
  height: 16.5%;
}

.calendar--min .swiper-slide {
  padding: 0;
}

.calendar .dayblock {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 14.2857142857142857142%;
  flex: 0 0 14.2857142857142857142%;
  max-width: 14.2857142857142857142%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit- flex;
  display: -moz- flex;
  display: -ms- flex;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -ms-align-content: space-between;
  -ms-flex-line-pack: justify;
      align-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0.375rem;
}

.calendar--compact {
  width: 100%;
  /* flex: 1; */
  max-width: 24rem;
}

.calendar--compact .dayblock {
  -ms-flex: 0 0 100%;
  -webkit-box-flex: 0;
          flex: 0 0 100%;
  max-width: 100%;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  -ms-align-content: space-around;
  -ms-flex-line-pack: distribute;
      align-content: space-around;
  -moz-justify-content: space-around;
  -ms-justify-content: space-around;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -moz-align-items: center;
  -ms-align-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.calendar--compact .swiper-slide {
  padding: 0 2rem;
}

.calendar.week .dayblock {
  padding: 0;
}

.calendar .showday {
  position: absolute;
  -webkit-transform: translate(0%, 300%);
          transform: translate(0%, 300%);
  height: 0.5rem;
  width: 0.5rem;
  border-radius: 50%;
}

.calendar .swiper-button-next,
.calendar .swiper-button-prev {
  width: 3rem;
  height: 1.2rem;
  background-size: 1.5rem;
  margin-top: -0.6rem;
}

.sort__container .calendar--compact .swiper-button-next,
.sort__container .calendar--compact .swiper-button-prev {
  top: 1.3rem;
  width: 2rem;
}

.visib--h {
  visibility: hidden !important;
}

.num__group--default .input-group-prepend,
.num__group--default .input-group-append {
  height: 100%;
}

.num__text {
  font-family: Helvetica Neue;
}

.float--r, .float--l {
  position: relative;
}

.float--r {
  float: right;
}

.float--l {
  float: left;
}

.l__detail {
  width: 120px;
  width: 7.5rem;
}

.l__detail.en-us {
  width: 160px;
  width: 10rem;
}

.paystat {
  padding: 0.5rem 0.75rem;
  border-radius: 0.35rem;
}

.swiper__row .paystat {
  padding: 0.3rem 0.5rem;
  margin-top: 0.25rem;
}

.swiper__row .paystat + input[type="hidden"] + .paystat {
  margin-left: 0.5rem;
}

.input__group {
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  padding: 0.375rem 0.75rem 0.25rem;
  overflow: hidden;
  -webkit-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
  margin: 0 0.25rem 0.375rem 0;
  -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}

.input__group.overflow--in {
  overflow: inherit;
}

.input__group p,
.input__group label {
  margin-bottom: 0.1rem;
  text-transform: capitalize;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.input__group p .sbtext,
.input__group label .sbtext {
  margin-left: 0.5rem;
  color: #ccc;
}

.input__group p + .relateCheckInput,
.input__group label + .relateCheckInput {
  margin-top: 8px;
  margin-top: 0.5rem;
}

.input__group--switch label {
  margin-bottom: 0;
}

.input__group--switch.row {
  -moz-align-items: center;
  -ms-align-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.input__group--switch.row label:first-child {
  cursor: pointer;
  -ms-flex: 1;
  -webkit-box-flex: 1;
          flex: 1;
}

.input__group--switch.related.is--show, .input__group--switch.related.no--hidden {
  margin-bottom: 0;
  border-radius: 0.25rem 0.25rem 0 0;
}

.input__group--switch.related + .input__group.is--show {
  border-width: 0 1px 1px 1px;
  border-radius: 0 0 0.25rem 0.25rem;
}

.input__group--switch.related + .group__relate.is--show {
  padding-bottom: 0.375rem;
}

.input__group--switch.related + .group__relate.is--show .input__group {
  border-width: 0 1px 1px 1px;
  border-radius: 0;
  margin-bottom: 0;
}

.input__group--switch.related.no--hidden + .row.input__group.is--hidden {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-width: 0 1px 1px 1px;
  border-radius: 0 0 0.25rem 0.25rem;
}

.input__group.relatedtarget.is--show + .input__group.relatedtarget.is--show {
  margin-top: -0.375rem;
  border-width: 0 1px 1px 1px;
  border-radius: 0 0 0.25rem 0.25rem;
}

.input__group .form-control {
  border-width: 0;
  min-height: 2rem;
  padding: 0;
  background: 0;
  font-size: 1.1rem;
}

.input__group .form-control:focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0rem rgba(0, 123, 255, 0);
          box-shadow: 0 0 0 0rem rgba(0, 123, 255, 0);
}

.input__group .form-group {
  margin-bottom: 0;
}

.input__group .form-group .input-group-addon {
  line-height: 2rem;
  text-align: center;
  width: 2rem;
}

.input__group input[type="radio"] + label,
.input__group input[type="checkbox"] + label {
  font-size: 1.1rem;
}

.input__group.has--border .form-control,
.input__group.has--border .form-control[class*="is--"] {
  border-width: 1px;
  padding: 0.375rem 0.75rem;
}

.input__group.required:after {
  color: #f94816;
  content: "*";
  font-family: arial;
  font-size: 20px;
  position: absolute;
  right: 12px;
  top: 6px;
}

.input__group.is--focus, .input__group.hover:hover {
  border-color: #80bdff;
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.input__group.input__group--rotate label:first-child {
  -webkit-transition: 0.4s;
  transition: 0.4s;
  position: absolute;
  background-color: #fff;
}

.input__group.input__group--rotate.is--focus label:first-child, .input__group.input__group--rotate.has--value label:first-child {
  -webkit-transition: 0.4s;
  transition: 0.4s;
  position: absolute;
  -webkit-transform: translate(0px, -20px);
          transform: translate(0px, -20px);
  font-size: 0.8rem;
}

.input__group.input__group--compact {
  padding: 0.25rem 0.75rem 0.25rem;
  margin: 0;
  border-radius: 0;
}

.input__group.input__group--compact.is--focus {
  border-color: #80bdff;
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.1rem rgba(0, 123, 255, 0.25);
          box-shadow: 0 0 0 0.1rem rgba(0, 123, 255, 0.25);
}

input[type="radio"] + label.input__group,
input[type="checkbox"] + label.input__group {
  height: auto;
  line-height: 1;
  border-color: #ced4da;
  padding-top: 0.8rem;
  padding-bottom: 0;
}

input[type="radio"] + label.input__group .progress,
input[type="checkbox"] + label.input__group .progress {
  margin: 0.5rem 0 0 2rem;
  width: calc(100% - 2rem);
}

input[type="radio"] + label.btncheck::before,
input[type="checkbox"] + label.btncheck::before {
  opacity: 0;
  width: 0;
  padding: 0;
}

input[type="radio"] + label.relate__input,
input[type="checkbox"] + label.relate__input {
  display: inline-block;
  overflow: initial;
}

input[type="radio"] + label.relate__input .form-control,
input[type="checkbox"] + label.relate__input .form-control {
  display: inline-block;
}

input[type="radio"] + label.relate__input .form-control.is--hidden,
input[type="checkbox"] + label.relate__input .form-control.is--hidden {
  display: none;
}

input[type="radio"]:checked + label.relate__input .form-control.is--hidden,
input[type="checkbox"]:checked + label.relate__input .form-control.is--hidden {
  display: inline-block;
}

input[type="radio"]:disabled + label,
input[type="checkbox"]:disabled + label {
  opacity: 0.7;
}

.row__tree .input__group {
  margin-bottom: 0;
  border-radius: 0;
}

.row__tree .input__group.first {
  padding-left: 2.5rem;
}

.row__tree .input__group.second {
  padding-left: 5rem;
}

.row__tree .input__group:first-child {
  border-radius: 0.25rem 0.25rem 0 0;
}

.row__tree .input__group:last-child {
  border-radius: 0 0 0.25rem 0.25rem;
}

.swpier__info.sms + .input__group {
  margin-top: 8px;
  margin-top: 0.5rem;
}

.tag,
input[type="radio"] + label.tag,
input[type="checkbox"] + label.tag {
  border-radius: 0.25rem;
  display: inline-block;
  position: relative;
  margin: 0.375rem 0.75rem 0;
  padding: 0 0.75rem;
  height: 24px;
  height: 1.5rem;
  line-height: 24px;
  line-height: 1.5rem;
  font-size: 1rem;
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
  overflow: initial;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.tag:before,
input[type="radio"] + label.tag:before,
input[type="checkbox"] + label.tag:before {
  padding: 0;
  opacity: 1;
  content: "";
  float: left;
  position: absolute;
  top: 0;
  left: 11.2px;
  left: -0.7rem;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 12px 12px 12px 0;
  border-width: 0.75rem 0.75rem 0.75rem 0;
}

.tag:after,
input[type="radio"] + label.tag:after,
input[type="checkbox"] + label.tag:after {
  content: "";
  position: absolute;
  top: 8.8px;
  top: 0.55rem;
  left: 0.2rem;
  float: left;
  width: 5px;
  height: 5px;
  border-radius: 50%;
}

.tag,
input[type="radio"] + label.tag,
input[type="checkbox"] + label.tag {
  background: #5890e0;
  color: #fff;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}

.tag:before,
input[type="radio"] + label.tag:before,
input[type="checkbox"] + label.tag:before {
  border-color: transparent #5890e0 transparent transparent;
}

.tag:after,
input[type="radio"] + label.tag:after,
input[type="checkbox"] + label.tag:after {
  background: #fff;
  -webkit-box-shadow: -1px -1px 2px rgba(0, 0, 0, 0.4);
  box-shadow: -1px -1px 2px rgba(0, 0, 0, 0.4);
}

input[type="radio"] + label.tag,
input[type="checkbox"] + label.tag {
  background: #a8a8a8;
}

input[type="radio"] + label.tag:before,
input[type="checkbox"] + label.tag:before {
  border-color: transparent #a8a8a8 transparent transparent;
}

input[type="radio"]:checked + label.tag,
input[type="checkbox"]:checked + label.tag {
  background: #5890e0;
}

input[type="radio"]:checked + label.tag:before,
input[type="checkbox"]:checked + label.tag:before {
  -webkit-animation: none;
          animation: none;
  border-color: transparent #5890e0 transparent transparent;
}

.swal2-checkbox,
.swal2-radio {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  font-size: 1.1rem;
}

.swal2-checkbox input[type="radio"],
.swal2-checkbox input[type="checkbox"],
.swal2-radio input[type="radio"],
.swal2-radio input[type="checkbox"] {
  display: inline-block;
}

.swpier__info label:first-letter,
.input__group label:first-letter {
  text-transform: capitalize;
}

.swiper__row.sub--show {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit- flex;
  display: -moz- flex;
  display: -ms- flex;
}

.swiper__row.sub--hidden {
  display: none;
}

.swiper__row.col-sm-12 {
  width: calc(100% - 1rem);
  /* -webkit-box-flex: 0; */
  -ms-flex: 0 0 calc(50% - 1.2rem);
  -webkit-box-flex: 0;
          flex: 0 0 calc(100% - 1rem);
  max-width: calc(100% - 1rem);
}

.sl__view .form-control {
  border-width: 0;
  background: transparent;
}

.sl__view .form-control:focus {
  background: #fff;
}

.sl__view .input__group:not(.focused) {
  background-color: transparent;
  border: 1px solid transparent;
  padding-bottom: 0;
  margin-bottom: 0;
}

.sl__view .input__group:not(.focused).is--unactive {
  background-color: #ddd;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  opacity: 0.7;
}

.sl__view .input__group:not(.focused).is--unactive.is--focus {
  border: 1px solid transparent;
  background-color: transparent;
  opacity: 1;
}

.sl__view .input__group:not(.focused) label {
  display: none;
  margin-bottom: 0;
}

.sl__view .input__group.is--focus {
  background-color: #fff;
  border: 1px solid #ced4da;
  padding-bottom: 0.25rem;
  margin-bottom: 0.375rem;
}

.sl__view .input__group.is--focus label {
  display: inline-block;
  margin-bottom: 0.1rem;
}

.info__row.h-button {
  padding: 12px 4px;
  padding: 0.75rem 0.25rem;
  border-radius: 0.25rem;
  -webkit-transition: box-show 0.25s ease;
  transition: box-show 0.25s ease;
  -webkit-box-shadow: 0 -2px 0 rgba(124, 163, 205, 0.15) inset;
          box-shadow: 0 -2px 0 rgba(124, 163, 205, 0.15) inset;
  text-align: center;
}

.info__row.h-button:hover, .info__row.h-button:focus {
  -webkit-box-shadow: 0 0 0 100px rgba(124, 163, 205, 0.1) inset;
          box-shadow: 0 0 0 100px rgba(124, 163, 205, 0.1) inset;
  padding: 0 0.25rem;
}

.info__row.h-button,
.info__row.h-button * {
  cursor: pointer;
}

.h-button span:not(.qq):not(.no) {
  display: none;
  min-width: 0.3em;
  text-transform: uppercase;
  -webkit-transition: 0.25s cubic-bezier(0.5, -1, 0.5, 2);
  transition: 0.25s cubic-bezier(0.5, -1, 0.5, 2);
  opacity: 0;
  -webkit-transform: translate(0, -20px);
          transform: translate(0, -20px);
}

.h-button:hover .qq, .h-button:focus .qq {
  opacity: 0;
  display: none;
}

.h-button:hover span:not(.qq), .h-button:focus span:not(.qq) {
  display: inline-block;
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

.h-button:hover span:not(.qq):nth-child(1), .h-button:focus span:not(.qq):nth-child(1) {
  -webkit-transition-delay: 0.025s;
          transition-delay: 0.025s;
}

.h-button:hover span:not(.qq):nth-child(2), .h-button:focus span:not(.qq):nth-child(2) {
  -webkit-transition-delay: 0.05s;
          transition-delay: 0.05s;
}

.h-button:hover span:not(.qq):nth-child(3), .h-button:focus span:not(.qq):nth-child(3) {
  -webkit-transition-delay: 0.075s;
          transition-delay: 0.075s;
}

.h-button:hover span:not(.qq):nth-child(4), .h-button:focus span:not(.qq):nth-child(4) {
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}

.h-button:hover span:not(.qq):nth-child(5), .h-button:focus span:not(.qq):nth-child(5) {
  -webkit-transition-delay: 0.125s;
          transition-delay: 0.125s;
}

.h-button:hover span:not(.qq):nth-child(6), .h-button:focus span:not(.qq):nth-child(6) {
  -webkit-transition-delay: 0.15s;
          transition-delay: 0.15s;
}

.h-button:hover span:not(.qq):nth-child(7), .h-button:focus span:not(.qq):nth-child(7) {
  -webkit-transition-delay: 0.175s;
          transition-delay: 0.175s;
}

.data__sort {
  padding: 0 0.75rem;
  border-top: 0.5px solid #ddd;
}

.data__sort [class*="fl--"] {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.data__sort .sort {
  opacity: 0.8;
  padding: 0 0.2rem 0 0.375rem;
  margin: 0.625rem 0rem;
  cursor: pointer;
  border: 0.5px solid #fff;
  border-right-color: #ddd;
}

.data__sort .sort:after {
  opacity: 0.25;
  padding-left: 0.2rem;
}

.data__sort .sort.is--active {
  opacity: 1;
  color: #00989d;
  border-bottom: 2px;
}

.data__sort .sort.is--active:after {
  color: #00989d;
  opacity: 1;
}

.row__data + .row__data {
  border-style: solid;
  border-color: #ddd;
  border-width: 0.5px 0 0 0;
}

.row__data {
  padding: 0.25rem 0.75rem;
}

.row__data [class*="fl--"] {
  padding: 0 1.2rem 0 0.375rem;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.row__data .switch {
  margin: 0 0.25rem;
}

.row__data.useless {
  padding: 24px 0;
  padding: 1.5rem 0;
  border-width: 0 0 0 0;
}

.w--switch {
  width: 3.5rem;
}

.data__sort input[type="radio"] + label,
.data__sort input[type="checkbox"] + label,
.row__data input[type="radio"] + label,
.row__data input[type="checkbox"] + label {
  padding: 0;
}

.input__group.input__group--switch {
  padding: 0.7rem 0.75rem;
}

.switch {
  width: 3rem;
  height: 1.5rem;
}

.switch .slider.round {
  border-radius: 1.5rem;
}

.switch .slider:before {
  height: 1.125rem;
  width: 1.125rem;
  left: 0.1875rem;
  bottom: 0.1875rem;
}

.switch input:checked + .slider:before {
  -webkit-transform: translateX(1.5rem);
  transform: translateX(1.5rem);
}

.switch:before, .switch:after {
  font-weight: 900;
  font-family: "Font Awesome 5 Pro";
  position: absolute;
  line-height: 1.5rem;
  z-index: 999;
  font-size: 0.8rem;
  color: #fff;
  opacity: 0;
}

.switch:after {
  content: "\f00d";
  right: 0.5rem;
}

.switch:before {
  content: "\f00c";
  left: 0.5rem;
  opacity: 0;
}

.sort__row.no--arrow,
.scroll__y,
.swiper-slide {
  scrollbar-width: none;
  -ms-overflow-style: none;
  /* IE 10+ */
}

.sort__row.no--arrow::-webkit-scrollbar,
.scroll__y::-webkit-scrollbar,
.swiper-slide::-webkit-scrollbar {
  height: 3px;
  width: 3px;
  left: -5px;
}

.sort__row.no--arrow::-webkit-scrollbar-thumb,
.scroll__y::-webkit-scrollbar-thumb,
.swiper-slide::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, 0.25);
  border-radius: 1px;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.75);
  -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.75);
}

input[type="color"].form-control {
  width: calc(50% - 0.25rem);
  height: 48px;
  height: 3rem;
  margin: 0.5rem 0.25rem 0.5rem 0;
}

input[type="color"].form-control::after {
  content: attr(data-name);
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  text-align: center;
  vertical-align: middle;
  line-height: 48px;
  line-height: 3rem;
  border-radius: 0.25rem;
  color: #fff;
}

input[type="color"].form-control + input[type="color"].form-control {
  margin: 0.5rem 0 0.5rem 0.25rem;
}

.select__date {
  width: 160px;
  width: 10rem;
}

.select__date .input-group-text {
  padding: 0.375rem;
  margin-left: 1rem;
  border-right: transparent;
}

.select__date .form-control {
  padding: 0.375rem;
  border-left: transparent;
}

.input-group .arrow_box {
  width: 100%;
}

.bar__side {
  position: fixed;
  z-index: 999;
  top: 38.4px;
  top: 2.4rem;
  height: calc(100% - 38.4px);
  height: calc(100% - 2.4rem);
  bottom: 0;
  height: 100%;
  width: 320px;
  width: 20rem;
  -webkit-transition: width 0.5s ease;
  transition: width 0.5s ease;
}

.bar__side--r {
  width: 0;
  right: 0;
}

.bar__side--r label,
.bar__side--r i {
  display: none;
}

.bar__side--r.is--show, .bar__side--r.js--show {
  width: 100%;
}

.bar__side--r.is--show label,
.bar__side--r.is--show i, .bar__side--r.js--show label,
.bar__side--r.js--show i {
  display: inherit;
}

.bar__side .info__card {
  height: 168px;
  height: 10.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit- flex;
  display: -moz- flex;
  display: -ms- flex;
  -ms-align-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -moz-align-items: center;
  -ms-align-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.bar__side .sContent {
  -ms-flex: 1;
  -webkit-box-flex: 1;
          flex: 1;
  overflow-y: auto;
  overflow-x: hidden;
}

.bar__side .sContent.is--hidden {
  display: none;
}

.bar__side .row--x,
.bar__side .row--y {
  padding: 8px 24px;
}

.bar__work.is--hidden {
  display: none;
}

.bar__side--b {
  background: white;
  position: fixed;
  z-index: 999;
  bottom: 0;
  height: 0;
  width: 100%;
  -webkit-transition: height 0.5s ease;
  transition: height 0.5s ease;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit- flex;
  display: -moz- flex;
  display: -ms- flex;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -ms-align-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -moz-justify-content: start;
  -ms-justify-content: start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
}

.bar__side--b .fContent,
.bar__side--b .side__row {
  display: none;
}

.bar__side--b.no--trans {
  height: calc(100% - 40px);
  height: calc(100% - 2.5rem);
  display: none;
}

.bar__side--b .progress {
  height: 0.5rem;
  margin-left: 20%;
  width: 80%;
  border-radius: 8px;
}

.bar__side--b .progress .progress-bar {
  border-radius: 8px;
  background-color: #6ad7c2;
}

.bar__side--b .bar__work {
  padding-left: 0;
}

.bar__side--b .row--x,
.bar__side--b .row--y {
  padding: 4px;
}

.bar__side--b .scroll_wb {
  height: calc(100% - 42px);
  height: calc(100% - 2.6rem);
  overflow-y: auto;
}

.bar__side--b .sContent.sms .side__row {
  height: 48px;
  height: 3rem;
  padding: 0 0.25rem;
  border: 0.5px solid #eee;
  border-width: 0 0 1px 0;
}

.bar__side--b .sContent.sms .side__row:hover {
  background: transparent;
}

.bar__side--b .sContent.sms .side__row:hover label {
  color: #424242;
}

.bar__side--b .sContent.sms .side__row.subInfo {
  padding: 0.85rem 0;
  padding-left: 0;
  height: auto;
  border: 0.5px solid #eee;
  border-width: 0 0 1px 0;
  margin-left: 3rem;
  -moz-align-items: start;
  -ms-align-items: start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}

.bar__side--b .sContent.sms .row--y + .side__row {
  border-width: 1px 0;
}

.bar__side--b .sContent.sms section .row--y + .side__row {
  border-width: 0;
}

.bar__side--b .sContent.sms section .row--y,
.bar__side--b .sContent.sms section .row--x,
.bar__side--b .sContent.sms section .side__row {
  padding-left: 3rem;
  border-width: 0;
}

.bar__side--b .sContent.sms section .row--y:last-child,
.bar__side--b .sContent.sms section .row--x:last-child,
.bar__side--b .sContent.sms section .side__row:last-child {
  border-width: 0 0 1.5px 0;
}

.bar__side--b .sContent.sms section .row--y.sectionTop,
.bar__side--b .sContent.sms section .row--x.sectionTop,
.bar__side--b .sContent.sms section .side__row.sectionTop {
  border-width: 1.5px 0 0 0;
  padding-left: 0;
}

.bar__side--b .sContent.sms .side__row.sectionTop {
  padding-left: 0;
}

.bar__side--b .sContent.sms .row--y {
  padding: 16px 4px;
}

.bar__side--b .side__row i,
.bar__side--b .nest__row i {
  width: 4rem;
  text-align: center;
}

.bar__side--b * {
  opacity: 0;
}

.bar__side--b .sContent {
  -ms-flex: 1;
  -webkit-box-flex: 1;
          flex: 1;
  overflow-y: auto;
}

.bar__side--b.qrcode .sContent * {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.bar__side--b.is--show, .bar__side--b.js--show {
  height: calc(100% - 40px);
  height: calc(100% - 2.5rem);
}

.bar__side--b.is--show.no--trans, .bar__side--b.js--show.no--trans {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit- flex;
  display: -moz- flex;
  display: -ms- flex;
}

.bar__side--b.is--show *, .bar__side--b.js--show * {
  opacity: 1;
}

.bar__side--b.is--show.qrcode .sContent *, .bar__side--b.js--show.qrcode .sContent * {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}

.bar__side--b.is--show .fContent,
.bar__side--b.is--show .side__row, .bar__side--b.js--show .fContent,
.bar__side--b.js--show .side__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit- flex;
  display: -moz- flex;
  display: -ms- flex;
}

.bar__side--b.is--show .fContent.is--hidden,
.bar__side--b.is--show .side__row.is--hidden, .bar__side--b.js--show .fContent.is--hidden,
.bar__side--b.js--show .side__row.is--hidden {
  display: none;
}

.bar__side--b .side__row:first-child {
  border: 0px;
}

.bar__side--b .nest__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit- flex;
  display: -moz- flex;
  display: -ms- flex;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  padding: 1rem 0;
  border: 0.5px solid #eee;
  border-width: 0.5px 0 0 0;
}

.bar__side--b .nest__row:first-child {
  border-width: 0;
}

.bar__side--b .nest__row.is--hidden {
  display: none;
}

.bar__side--b .nest__row .content {
  padding-right: 1rem;
  -ms-flex: 1;
  -webkit-box-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit- flex;
  display: -moz- flex;
  display: -ms- flex;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -ms-align-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -moz-justify-content: start;
  -ms-justify-content: start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
}

.bar__side--b .nest__row.info__card {
  padding: 1.5rem 0.75rem;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -ms-align-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.bar__side--b .nest__row.info__card i.bighead {
  width: auto;
  font-size: 3.5rem;
  margin-bottom: 1rem;
}

.bar__side--b .nest__row.info__card .content {
  text-align: center;
  -ms-align-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0 0.25rem;
}

.bar__side--b .nest__row.info__card .content label {
  -ms-align-content: space-around;
  -ms-flex-line-pack: distribute;
      align-content: space-around;
  -moz-justify-content: space-around;
  -ms-justify-content: space-around;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  font-size: 1rem;
  margin-bottom: 0.5rem;
  line-height: 1rem;
}

.bar__side--b .nest__row.info__card .content small {
  margin-right: 0.5rem;
}

.bar__side--b .inlineInput {
  background: rgba(255, 255, 255, 0.35);
  margin: 0.5rem 0;
}

.smsmin {
  min-width: 5.25rem;
}

@media (min-width: 1440px) {
  .bar__side--r.is--show, .bar__side--r.js--show,
  .bar__side--b.is--show,
  .bar__side--b.js--show {
    width: 100%;
  }
  .bar__side--b {
    width: 100%;
  }
}

[class*="bar__side"] .fContent {
  -ms-flex: 1;
  -webkit-box-flex: 1;
          flex: 1;
  overflow-y: auto;
  overflow-x: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit- flex;
  display: -moz- flex;
  display: -ms- flex;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
}

[class*="bar__side"] .fContent.is--hidden {
  display: none;
}

.wavedishicon {
  height: 100%;
  background: url("../images/wavedishicon.svg");
  background-repeat: no-repeat;
  background-position: center;
}

.side__row:hover .wavedishicon {
  background: url("../images/wavedishiconhover.svg");
  background-repeat: no-repeat;
  background-position: center;
}

.meicon {
  height: 100%;
  background: url("../images/wavedishicon.svg");
  background-repeat: no-repeat;
  background-position: center;
}

.side__row:hover .meicon {
  background: url("../images/wavedishiconhover.svg");
  background-repeat: no-repeat;
  background-position: center;
}

.fix__btn {
  position: absolute;
  height: 45px;
  width: 45px;
  border-radius: 50%;
  top: 5px;
  left: 5px;
  z-index: 989;
}

.fix__btn.mttitle {
  top: 45px;
}

.fix__btn--bottom {
  position: absolute;
  z-index: 99;
  right: 1rem;
  bottom: 4rem;
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
}

.fix__btn--bottom.low {
  bottom: 3rem;
  right: .5rem;
}

.fix__btn--bottom.min {
  bottom: 1rem;
  width: 2.5rem;
  height: 2.5rem;
}

.out__overlay {
  overflow: hidden;
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  overflow: hidden;
  width: 100%;
  height: 100%;
  display: none;
  max-width: 100%;
  margin: 0 auto;
  z-index: 995;
}

.out__overlay.is--show {
  display: block;
}

.default__overlay {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 888;
  overflow: fixed;
  max-width: 100%;
  margin: 0 auto;
}

.default__overlay.call--bar {
  top: 40px;
  top: 2.5rem;
  height: calc(100% - 40px);
  height: calc(100% - 2.5rem);
}

.default__overlay .plbc {
  padding-top: 16px;
  color: rgba(255, 255, 255, 0.8);
}

.default__overlay .pltc {
  padding-bottom: 16px;
  color: #33b1e4;
}

.default__overlay * {
  display: none;
}

.default__overlay.is--show,
.default__overlay.is--show *:not(input) {
  display: inherit;
}

.default__overlay.is--show.Privacy,
.default__overlay.is--show.Privacy * {
  display: block;
}

.default__overlay.is--show.Privacy li,
.default__overlay.is--show.Privacy * li {
  display: list-item;
}

.default__overlay .Privacy__content {
  color: #fff;
  margin: 50px 0 0 0;
  height: calc(100% - 100px);
}

.default__overlay .Privacy__content li {
  display: list-item;
}

.default__overlay.is--show.flover {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit- flex;
  display: -moz- flex;
  display: -ms- flex;
  -ms-align-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -moz-align-items: center;
  -ms-align-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.btn-a {
  color: #33b1e4;
  background: transparent;
  padding: 0;
}

.price__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit- flex;
  display: -moz- flex;
  display: -ms- flex;
  -ms-align-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  -moz-align-items: center;
  -ms-align-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow-y: auto;
  overflow-x: hidden;
  width: 100%;
}

.price__container .price__content {
  width: 35%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit- flex;
  display: -moz- flex;
  display: -ms- flex;
  -ms-align-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -moz-align-items: center;
  -ms-align-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: .25rem;
  z-index: 88;
}

.price__container .price__content .plmt {
  margin-top: 32px;
}

.price__container .price__content .plmb {
  margin-bottom: 32px;
}

.price__container .price__content .price__tag {
  font-size: 1.75rem;
  margin: 16px 0 0 0;
  font-weight: 700;
}

.price__container .price__content .price__s {
  margin-bottom: 16px;
}

.price__container .price__content.is--active {
  margin: 0 -2.5%;
  z-index: 99;
  zoom: 1.1;
}

body {
  background-color: #f8f9fa;
  background: #f8f9fa;
}

@media (max-width: 768px) {
  body {
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(90.9%, #e6eaeb), to(white));
    background-image: linear-gradient(180deg, #e6eaeb 90.9%, white 100%);
  }
}

.main__content {
  background: #f8f9fa;
  color: #282d3c;
}

.bar__side {
  background: #fff;
}

input:checked + .slider {
  background-color: #3bbe9a;
}

[class*="bar__side"] .title {
  color: #a8a8a8;
  padding: 1rem 0;
}

[class*="bar__side"] .title.is--active {
  color: #3bbe9a;
}

[class*="bar__side"] .title.is--active .bar {
  display: block;
}

[class*="bar__side"] .ani__bar {
  position: absolute;
  height: 0.125rem;
  width: 10%;
  background-color: #3bbe9a;
  top: 2.5rem;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

[class*="bar__side"] .ani__bar.active--0 {
  -webkit-transform: translateX(80%);
          transform: translateX(80%);
}

[class*="bar__side"] .ani__bar.active--1 {
  -webkit-transform: translateX(480%);
          transform: translateX(480%);
}

.fix__title.bar__title {
  background: #a1a1a1;
}

.fileContainer:before {
  color: rgba(50, 59, 68, 0.5);
}

.form-control ::-webkit-input-placeholder {
  color: #a8a8a8;
}

/* line 80, ../sass/general/_input_general.scss */
.form-control:-moz-placeholder {
  color: #a8a8a8;
}

/* line 84, ../sass/general/_input_general.scss */
.form-control::-moz-placeholder {
  color: #a8a8a8;
}

/* line 89, ../sass/general/_input_general.scss */
.form-control:-ms-input-placeholder {
  color: #a8a8a8 !important;
}

/* line 93, ../sass/general/_input_general.scss */
.form-control::-ms-input-placeholder {
  color: #a8a8a8;
}

/* line 98, ../sass/general/_input_general.scss */
.form-control::-webkit-input-placeholder {
  color: #a8a8a8;
}
.form-control:-ms-input-placeholder {
  color: #a8a8a8;
}
.form-control::-ms-input-placeholder {
  color: #a8a8a8;
}
.form-control::placeholder {
  color: #a8a8a8;
}

.panel__row {
  background: #bdbdbd;
  color: #fff;
  margin-top: 4px;
}

.panel__row.bgm2--active {
  background: #33b1e4;
  color: #fff;
}

.panel__row.bgm2--active:hover {
  background: #33b1e4;
}

.bar__work.bar__work--tab.bgm6 {
  background: #00aad0;
}

.lsort {
  border: 1px solid transparent;
  color: #a8a8a8;
}

.lsort:after {
  opacity: 0.5;
  color: #a8a8a8;
}

.lsort.desc, .lsort.asc {
  color: #33b1e4;
  border: 1px solid #77cbed;
}

.lsort.desc:after, .lsort.asc:after {
  color: #77cbed;
  opacity: 1;
}

.bar__sort .dropdown__select {
  background: transparent;
}

.bar__sort .dropdown__select.is--select {
  background: white;
  color: #33b1e4;
  border: 1px solid #77cbed;
  border-width: 1px 0 1px 1px;
}

.bar__sort .dropdown__select.nosort.is--select {
  border-width: 1px;
  border-radius: 0.5rem;
}

.bar__sort--round .dropdown__select.nosort.is--select {
  opacity: 1;
  border-width: 0;
  border-radius: 1rem;
}

.bar__sort .dropdown__select + .lsort {
  border: 1px solid transparent;
  border-width: 1px 1px 1px 0;
}

.bar__sort .dropdown__select + .lsort.desc, .bar__sort .dropdown__select + .lsort.asc {
  border-width: 1px 1px 1px 0;
}

.bar__flag .dropdown__select {
  background: transparent;
}

.bar__flag .dropdown__select.is--select, .bar__flag .dropdown__select.js--active {
  background: white;
  color: #33b1e4;
  border-width: 0;
}

.bar__flag .dropdown-menu li {
  padding: 0.75rem 0.5rem;
}

.bar__flag .dropdown__select + .lsort {
  background: transparent;
}

.bar__flag .dropdown__select + .lsort.desc, .bar__flag .dropdown__select + .lsort.asc {
  border-width: 0;
}

.bar__flag .dropdown__select.is--select + .lsort,
.bar__flag .dropdown__select.js--active + .lsort {
  background: white;
}

.cm0 {
  color: #282d3c;
}

.cm0.b--1 {
  border: 1px solid #282d3c;
}

.cm0:hover {
  color: #3c445b;
}

.bg0 {
  background: #282d3c;
}

.bg0:hover {
  background: #3c445b;
}

.cm1 {
  color: #0f4c81;
}

.cm1.b--1 {
  border: 1px solid #0f4c81;
}

.cm1:hover {
  color: #1467af;
}

.bg1 {
  background: #0f4c81;
}

.bg1:hover {
  background: #1467af;
}

.cm2 {
  color: #00758f;
}

.cm2.b--1 {
  border: 1px solid #00758f;
}

.cm2:hover {
  color: #009fc2;
}

.bg2 {
  background: #00758f;
}

.bg2:hover {
  background: #009fc2;
}

.cm3 {
  color: #edf1ff;
}

.cm3.b--1 {
  border: 1px solid #edf1ff;
}

.cm3:hover {
  color: white;
}

.bg3 {
  background: #edf1ff;
}

.bg3:hover {
  background: white;
}

.cm4 {
  color: #798ea4;
}

.cm4.b--1 {
  border: 1px solid #798ea4;
}

.cm4:hover {
  color: #97a8b9;
}

.bg4 {
  background: #798ea4;
}

.bg4:hover {
  background: #97a8b9;
}

.cm5 {
  color: #858585;
}

.cm5.b--1 {
  border: 1px solid #858585;
}

.cm5:hover {
  color: #9f9f9f;
}

.bg5 {
  background: #858585;
}

.bg5:hover {
  background: #9f9f9f;
}

.cm6 {
  color: #00aad0;
}

.cm6.b--1 {
  border: 1px solid #00aad0;
}

.cm6:hover {
  color: #04d1ff;
}

.bg6 {
  background: #00aad0;
}

.bg6:hover {
  background: #04d1ff;
}

.cmcomp1 {
  color: #d15902;
}

.cmcomp1.b--1 {
  border: 1px solid #d15902;
}

.cmcomp1:hover {
  color: #fc6f0a;
}

.bgcomp1 {
  background: #d15902;
  color: #fff;
}

.bgcomp1:hover {
  background: #fc6f0a;
}

.cmcomp2 {
  color: #fd8d3c;
}

.cmcomp2.b--1 {
  border: 1px solid #fd8d3c;
}

.cmcomp2:hover {
  color: #feab6e;
}

.bgcomp2 {
  background: #fd8d3c;
  color: #fff;
}

.bgcomp2:hover {
  background: #feab6e;
}

.cmactive {
  color: #33b1e4;
}

.cmactive.b--1 {
  border: 1px solid #33b1e4;
}

.cmactive:hover {
  color: #60c2ea;
}

.bgactive {
  background: #33b1e4;
  color: #fff;
}

.bgactive:hover {
  background: #60c2ea;
}

.cminfo {
  color: #33b1e4;
}

.cminfo.b--1 {
  border: 1px solid #33b1e4;
}

.cminfo:hover {
  color: #60c2ea;
}

.bginfo {
  background: #33b1e4;
  color: #fff;
}

.bginfo:hover {
  background: #60c2ea;
}

.cmdanger {
  color: #cd212a;
}

.cmdanger.b--1 {
  border: 1px solid #cd212a;
}

.cmdanger:hover {
  color: #e04149;
}

.bgdanger {
  background: #cd212a;
  color: #fff;
}

.bgdanger:hover {
  background: #e04149;
}

.cmwarning {
  color: #fa7a35;
}

.cmwarning.b--1 {
  border: 1px solid #fa7a35;
}

.cmwarning:hover {
  color: #fb9b67;
}

.bgwarning {
  background: #fa7a35;
  color: #fff;
}

.bgwarning:hover {
  background: #fb9b67;
}

.cmsuccess {
  color: #5cb85c;
}

.cmsuccess.b--1 {
  border: 1px solid #5cb85c;
}

.cmsuccess:hover {
  color: #80c780;
}

.bgsuccess {
  background: #5cb85c;
  color: #fff;
}

.bgsuccess:hover {
  background: #80c780;
}

.cmgrand {
  color: #824ca7;
}

.cmgrand.b--1 {
  border: 1px solid #824ca7;
}

.cmgrand:hover {
  color: #9b6bbb;
}

.bggrand {
  background: #824ca7;
  color: #fff;
}

.bggrand:hover {
  background: #9b6bbb;
}

.cmsecond {
  color: #aaa;
}

.cmsecond.b--1 {
  border: 1px solid #aaa;
}

.cmsecond:hover {
  color: #c4c4c4;
}

.bgsecond {
  background: #aaa;
  color: #fff;
}

.bgsecond:hover {
  background: #c4c4c4;
}

.cmscomp {
  color: #e4be33;
}

.cmscomp.b--1 {
  border: 1px solid #e4be33;
}

.cmscomp:hover {
  color: #eacc60;
}

.bgscomp {
  background: #e4be33;
  color: #fff;
}

.bgscomp:hover {
  background: #eacc60;
}

.bgque1 {
  background: #fa7a35;
  color: #fff;
}

.bgque2 {
  background: #b89b72;
  color: #fff;
}

.bar__work.bgm2,
.nest__row.bgm2 {
  background: #008aa9;
}

.info__card {
  color: #fff;
}

.info__card small {
  color: rgba(255, 255, 255, 0.8);
}

.btn.bgtrap {
  color: #fff;
  background: transparent;
}

.btn.bg--trap {
  background: transparent;
}

.bar__imgt,
.bar__info {
  background: #f8f9fa;
}

.form-control.js--success {
  border: 1px solid #28a745;
}

.form-control.js--warning {
  border: 1px solid #fa7a35;
}

.form-control.js--danger {
  border: 1px solid #cd212a;
}

.is--success.row--x,
.is--success.row--y {
  color: #28a745;
}

.is--success.row--x .form-control,
.is--success.row--y .form-control {
  border: 1px solid #28a745;
}

.is--success {
  color: #28a745;
}

.is--success.form-control {
  border: 1px solid #28a745;
  -webkit-box-shadow: 0 0 0 0.1rem rgba(40, 167, 69, 0.15);
          box-shadow: 0 0 0 0.1rem rgba(40, 167, 69, 0.15);
}

.is--success.form-control:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.is--success.input__group {
  background: rgba(40, 167, 69, 0.15);
}

.is--success.input__group.is--focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.is--warning.row--x,
.is--warning.row--y {
  color: #fa7a35;
}

.is--warning.row--x .form-control,
.is--warning.row--y .form-control {
  border: 1px solid #fa7a35;
}

.is--warning {
  color: #fa7a35;
}

.is--warning.form-control {
  border: 1px solid #fa7a35;
  -webkit-box-shadow: 0 0 0 0.1rem rgba(250, 122, 53, 0.15);
          box-shadow: 0 0 0 0.1rem rgba(250, 122, 53, 0.15);
}

.is--warning.form-control:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(250, 122, 53, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(250, 122, 53, 0.25);
}

.is--warning.input__group {
  background: rgba(250, 122, 53, 0.15);
}

.is--warning.input__group.is--focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(250, 122, 53, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(250, 122, 53, 0.25);
}

.is--danger.row--x,
.is--danger.row--y {
  color: #cd212a;
}

.is--danger.row--x .form-control,
.is--danger.row--y .form-control {
  border: 1px solid #cd212a;
}

.is--danger {
  color: #cd212a;
}

.is--danger.form-control {
  border: 1px solid #cd212a;
  -webkit-box-shadow: 0 0 0 0.1rem rgba(205, 33, 42, 0.15);
          box-shadow: 0 0 0 0.1rem rgba(205, 33, 42, 0.15);
}

.is--danger.form-control:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(205, 33, 42, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(205, 33, 42, 0.25);
}

.is--danger.input__group {
  background: rgba(205, 33, 42, 0.15);
}

.is--danger.input__group.is--focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(205, 33, 42, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(205, 33, 42, 0.25);
}

.input__group .form-control[class*="is--"] {
  outline: 0;
  border-width: 0;
  -webkit-box-shadow: 0 0 0 0rem rgba(0, 123, 255, 0);
          box-shadow: 0 0 0 0rem rgba(0, 123, 255, 0);
}

.input__group .form-control[class*="is--"]:focus {
  -webkit-box-shadow: 0 0 0 0rem rgba(0, 123, 255, 0);
          box-shadow: 0 0 0 0rem rgba(0, 123, 255, 0);
}

.input__group.disabled, .input__group.readonly {
  background: #e9e9e9;
}

.input__group .bootstrap-datetimepicker-widget {
  border-color: #fff;
}

select option:disabled {
  background: #e9e9e9;
}

input[type="radio"] + label,
input[type="checkbox"] + label {
  border: 1px solid transparent;
  border-radius: 5px;
}

input[type="radio"] + label.js--success,
input[type="checkbox"] + label.js--success {
  border: 1px solid #28a745;
  color: #28a745;
}

input[type="radio"] + label.js--warning,
input[type="checkbox"] + label.js--warning {
  border: 1px solid #fa7a35;
  color: #fa7a35;
}

input[type="radio"] + label.js--danger,
input[type="checkbox"] + label.js--danger {
  border: 1px solid #cd212a;
  color: #cd212a;
}

.relateCheckInput input[type="radio"] + label,
.relateCheckInput input[type="checkbox"] + label {
  background: #fff;
  border-color: #ced4da;
}

.relateCheckInput input[type="radio"]:checked + label,
.relateCheckInput input[type="checkbox"]:checked + label {
  color: #1a97c8;
  border-color: #31b2e4;
  background-image: linear-gradient(135deg, white 80.9%, #31b2e4 80%);
}

.relateCheckInput input[type="radio"]:disabled + label,
.relateCheckInput input[type="checkbox"]:disabled + label {
  border-color: #ced4da;
  background-color: #949494;
  color: #fff;
  opacity: 0.65;
}

.relateCheckInput .custominput {
  border-color: #ced4da;
}

.booking__time,
.booking__entity input[type="radio"] + label.booking__min,
input[type="checkbox"] + label.booking__min {
  border-color: #a8a8a8;
  background-color: #fff;
}

.booking__time:disabled,
.booking__entity input[type="radio"] + label.booking__min:disabled,
input[type="checkbox"] + label.booking__min:disabled {
  background-color: #b8b8b6;
  color: #fff;
}

input[type="radio"]:checked + label.booking__min,
input[type="checkbox"]:checked + label.booking__min {
  color: #1a97c8;
  border-color: #31b2e4;
  background-image: linear-gradient(135deg, white 90.9%, #31b2e4 90%);
}

.booking__time.is--active,
.booking__entity.is--active {
  color: #1a97c8;
  border-color: #31b2e4;
  background-image: linear-gradient(135deg, white 90.9%, #31b2e4 90%);
}

.booking__time.is--active:disabled,
.booking__entity.is--active:disabled {
  color: #fff;
  background-image: linear-gradient(135deg, #b8b8b6 90.9%, #31b2e4 90%);
}

.booking__time.is--seated,
.booking__entity.is--seated {
  color: #27975f;
  border-color: #31c078;
  background-image: linear-gradient(135deg, white 90.9%, #31c078 90%);
}

.booking__time.is--seated:disabled,
.booking__entity.is--seated:disabled {
  color: #fff;
  background-image: linear-gradient(135deg, #b8b8b6 90.9%, #31c078 90%);
}

.booking__time.is--remove,
.booking__entity.is--remove {
  color: #fa7a35;
  border-color: #fb9b67;
  background-image: linear-gradient(135deg, white 90.9%, #fb9b67 90%);
}

.booking__time.is--remove:disabled,
.booking__entity.is--remove:disabled {
  color: #fff;
  background-image: linear-gradient(135deg, #b8b8b6 90.9%, #fb9b67 90%);
}

.booking__time.is--booking,
.booking__entity.is--booking {
  color: #834da7;
  border-color: #9b6bbb;
  background-image: linear-gradient(135deg, white 90.9%, #9b6bbb 90%);
}

.booking__time.is--booking:disabled,
.booking__entity.is--booking:disabled {
  color: #fff;
  background-image: linear-gradient(135deg, #b8b8b6 90.9%, #9b6bbb 90%);
}

.store__row.is--showstore {
  border-color: #a8a8a8;
  background-color: #fff;
}

.store__row.is--showstore.is--active {
  border-color: #31b2e4;
  background-image: linear-gradient(-135deg, #31b2e4 2%, white 2.01%);
}

.cm5 a {
  color: #858585;
}

.bar__func .btn {
  background: transparent;
}

.bar__func .btn,
.bar__func .btn i {
  color: #bdbdbd;
}

.bar__func .btn.is--active,
.bar__func .btn.is--active i {
  color: #3bbe9a;
}

.bar__func .btn.center__add {
  background: #3bbe9a;
}

.bar__func .btn.center__add i,
.bar__func .btn.center__add span {
  color: #fff;
}

.side__row label {
  color: #424242;
}

.side__row:not(.nohover) i {
  color: #798ea4;
}

.side__row:not(.nohover):hover, .side__row:not(.nohover).is--active {
  background: #33b1e4;
}

.side__row:not(.nohover):hover label,
.side__row:not(.nohover):hover i, .side__row:not(.nohover).is--active label,
.side__row:not(.nohover).is--active i {
  color: #fff;
}

.side__row.nohover:hover, .side__row.nohover.is--active {
  background: transparent;
}

.side__row.nohover:hover label, .side__row.nohover.is--active label {
  color: #424242;
}

.side__row.nohover.readonly {
  background: #e9e9e9;
}

.side__row.nohover.readonly:hover {
  background: #e9e9e9;
}

.side__row.nohover:hover .title {
  color: #a8a8a8;
}

.side__row.nohover:hover .title.is--active {
  color: #3bbe9a;
}

.btn.btn--edit {
  height: 45px;
  width: 45px;
  border-radius: 50%;
}

.bxs {
  -webkit-box-shadow: 1px 1px #eee, -1em 0 0.4em #eee;
          box-shadow: 1px 1px #eee, -1em 0 0.4em #eee;
}

.sb__bar {
  height: 10px;
  width: 100%;
}

.list__row.b--1,
.row--x.b--1 {
  border: 1px solid #ddd;
  border-width: 0.5px 0 0 0;
}

.list__row.b--1 .btn,
.row--x.b--1 .btn {
  border: 1px solid #ddd;
  border-width: 0 0.5px 0 0;
  border-radius: 0;
}

.list__row.b--1 .btn:last-child,
.row--x.b--1 .btn:last-child {
  border-width: 0;
}

.bgtrap {
  background: transparent;
}

.bgw {
  background: #fff;
}

.lxs--r {
  float: right;
  margin-right: 8px;
  font-size: 14px;
}

.lxs--r i {
  font-size: 12px;
}

.lxs--r.count {
  color: #767676;
}

.lxs--r.count i {
  color: rgba(118, 118, 118, 0.8);
}

.price__container .price__content {
  background: #fff;
}

.price__container .price__content small,
.price__container .price__content .small__tip {
  color: #a8a8a8;
}

.price__container .price__content.is--active {
  color: #fff;
  background: #33b1e4;
}

.price__container .price__content.is--active .small__tip,
.price__container .price__content.is--active small {
  color: rgba(255, 255, 255, 0.6);
}

.out__overlay {
  background: rgba(255, 255, 255, 0.9);
}

.default__overlay {
  background: rgba(0, 0, 0, 0.67);
}

.swiper__row {
  background: #fff;
}

.lquenum {
  color: #2cac6b;
}

.lquemain {
  color: #0f4c81;
}

.lquesub {
  color: #858585;
}

.lquesub a {
  color: #858585;
}

.lquetime {
  color: #767676;
}

.lquecall {
  color: #33b1e4;
}

.lquetag {
  color: #065fd4;
}

.lquemoney {
  color: #9b7159;
}

.modrow {
  opacity: 0.7;
}

.modrow .border1,
.modrow .border2,
.modrow .border3,
.modrow .border4 {
  border-color: #858585;
  background-color: #858585;
  opacity: 0.3;
}

.swiper__row.is--call .lquemain, .swiper__row.is--call .lquecall {
  color: #1b97c9;
}

.swiper__row.is--history {
  background: #eee;
}

.swiper__row.is--history.dark {
  background: #d8d8d8;
}

.swiper__row.is--history .lquenum, .swiper__row.is--history .lquemain {
  color: #525252;
}

.swiper__row.is--history.is--reserve {
  background: #eae1e8;
}

.swiper__row .center.time {
  color: #6c6c6c;
}

.swiper__row .center.time .cmwarning {
  color: #fb9b67;
}

.result__row .re__label {
  color: #858585;
}

.questat.sms {
  color: #fff;
  background: #bdbdbd;
}

.questat.sms.is--active {
  background: #00758f;
}

.questat.number.is--active {
  color: #00758f;
}

.questat.number + .questat.number {
  border: 1px solid #ced4da;
  border-width: 0 0 0 1px;
}

.title__search {
  width: 40px;
  width: 2.5rem;
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}

.title__search.form-control {
  color: #fff;
  border: 1px solid transparent;
  background-image: url("../images/search.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 20px;
  background-color: rgba(255, 255, 255, 0.25);
}

.title__search.form-control:focus, .title__search.form-control.is--focus {
  background: rgba(255, 255, 255, 0.25);
  width: 100%;
  -webkit-box-shadow: 0 0 0 0.1rem rgba(255, 255, 255, 0.35);
          box-shadow: 0 0 0 0.1rem rgba(255, 255, 255, 0.35);
}

.title__search.form-control::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.8);
}

.title__search.form-control:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.8) !important;
}

.title__search.form-control::-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.8);
}

.title__search.form-control::placeholder {
  color: rgba(255, 255, 255, 0.8);
}

.sign__title .l--child.is--active {
  color: #33b1e4;
  border-color: #33b1e4;
}

[class*="smsstat"] {
  padding: 4px 10px 4px 6px;
  border-radius: 4px;
  color: #fff;
}

[class*="smsstat"]:before {
  font-weight: 900;
  font-family: "Font Awesome 5 Pro";
  padding: 0 4px;
  text-align: center;
  margin-right: 4px;
}

.smsstat--0 {
  background: #bdbdbd;
}

.smsstat--0:before {
  content: "\f4ab";
}

.smsstat--1 {
  background: #cd212a;
}

.smsstat--1:before {
  content: "\f4a5";
}

.smsstat--2 {
  background: #fa7a35;
}

.smsstat--2:before {
  content: "\f650";
}

.smsstat--3 {
  background: #33b1e4;
}

.smsstat--3:before {
  content: "\f4a2";
}

.herfa a {
  color: #007bff;
}

.herfa a:link {
  color: #007bff;
  text-decoration: underline;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

.herfa a:hover {
  color: #0056b3;
  text-decoration: underline;
}

.side__row label.boxColor {
  text-align: center;
}

.boxColor {
  height: 40px;
  height: 2.5rem;
  line-height: 40px;
  line-height: 2.5rem;
  width: 40px;
  width: 2.5rem;
  border-radius: 5px;
  text-align: center;
  font-size: 1rem;
  margin-left: 0.25rem;
}

.boxColor.blue {
  color: #0f4c81;
  border: 1px solid #0f4c81;
  background-color: #fff;
}

.boxColor.black {
  color: #c9b469;
  border: 1px solid #c9b469;
  background-color: #171515;
}

.imgcheck input[type="radio"] + label.boxColor,
.imgcheck input[type="checkbox"] + label.boxColor {
  height: 40px;
  height: 2.5rem;
  line-height: 35.2px;
  line-height: 2.2rem;
  width: 40px;
  width: 2.5rem;
  border-radius: 5px;
}

.imgcheck input[type="radio"] + label.boxColor.blue,
.imgcheck input[type="checkbox"] + label.boxColor.blue {
  color: #0f4c81 !important;
  background-color: #fff;
  border: 2px solid #0f4c81;
}

.imgcheck input[type="radio"] + label.boxColor.black,
.imgcheck input[type="checkbox"] + label.boxColor.black {
  color: #c9b469 !important;
  background-color: #171515;
  border: 2px solid #c9b469;
}

.imgcheck input[type="radio"] + label.boxColor.default,
.imgcheck input[type="checkbox"] + label.boxColor.default {
  color: #33b1e4 !important;
  background-color: transparent;
  border: 2px solid #33b1e4;
}

.imgcheck input[type="radio"] + label.boxColor.wdefault--0,
.imgcheck input[type="checkbox"] + label.boxColor.wdefault--0 {
  color: #fff !important;
  background-color: #ed8924;
  border: 2px solid #ed8924;
}

.imgcheck input[type="radio"] + label.boxColor.wdefault--1,
.imgcheck input[type="checkbox"] + label.boxColor.wdefault--1 {
  color: #fff !important;
  background-color: #417505;
  border: 2px solid #417505;
}

.imgcheck input[type="radio"] + label.boxColor.wdefault--2,
.imgcheck input[type="checkbox"] + label.boxColor.wdefault--2 {
  color: #fff !important;
  background-color: #cf001a;
  border: 2px solid #cf001a;
}

.imgcheck input[type="radio"] + label.boxColor.wdefault--3,
.imgcheck input[type="checkbox"] + label.boxColor.wdefault--3 {
  color: #fff !important;
  background-color: #ff6201;
  border: 2px solid #ff6201;
}

.imgcheck input[type="radio"] + label.boxColor.wdefault--4,
.imgcheck input[type="checkbox"] + label.boxColor.wdefault--4 {
  color: #fff !important;
  background-color: #14c2c4;
  border: 2px solid #14c2c4;
}

.imgcheck input[type="radio"] + label.boxColor.wdefault--5,
.imgcheck input[type="checkbox"] + label.boxColor.wdefault--5 {
  color: #fff !important;
  background-color: #0397d6;
  border: 2px solid #0397d6;
}

.imgcheck input[type="radio"] + label.boxColor.wdefault--6,
.imgcheck input[type="checkbox"] + label.boxColor.wdefault--6 {
  color: #fff !important;
  background-color: #172444;
  border: 2px solid #172444;
}

.imgcheck input[type="radio"] + label.boxColor i.fas,
.imgcheck input[type="checkbox"] + label.boxColor i.fas {
  color: #33b1e4;
  font-size: 1.2rem;
  width: auto;
}

.imgcheck input[type="radio"] + label.boxColor i.fas.Landscape,
.imgcheck input[type="checkbox"] + label.boxColor i.fas.Landscape {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.imgcheck input[type="radio"] + label.boxColor.ad--0 i.fas,
.imgcheck input[type="checkbox"] + label.boxColor.ad--0 i.fas {
  color: #fa7a35;
}

.imgcheck input[type="radio"] + label.boxColor.ad--1,
.imgcheck input[type="checkbox"] + label.boxColor.ad--1 {
  background: -webkit-gradient(linear, left top, right top, from(#fa7a35), color-stop(49%, #fa7a35), color-stop(50%, white), to(white));
  background: linear-gradient(90deg, #fa7a35 0%, #fa7a35 49%, white 50%, white 100%);
}

.imgcheck input[type="radio"] + label.boxColor.ad--2,
.imgcheck input[type="checkbox"] + label.boxColor.ad--2 {
  background: -webkit-gradient(linear, right top, left top, from(#fa7a35), color-stop(49%, #fa7a35), color-stop(50%, white), to(white));
  background: linear-gradient(270deg, #fa7a35 0%, #fa7a35 49%, white 50%, white 100%);
}

.imgcheck input[type="radio"] + label.boxColor.ad--3,
.imgcheck input[type="checkbox"] + label.boxColor.ad--3 {
  background: -webkit-gradient(linear, left top, left bottom, from(#fa7a35), color-stop(49%, #fa7a35), color-stop(50%, white), to(white));
  background: linear-gradient(180deg, #fa7a35 0%, #fa7a35 49%, white 50%, white 100%);
}

.imgcheck input[type="radio"] + label.boxColor.ad--4,
.imgcheck input[type="checkbox"] + label.boxColor.ad--4 {
  background: -webkit-gradient(linear, left top, left bottom, from(0), color-stop(0%, #fa7a35), color-stop(49%, #fa7a35), color-stop(50%, white), to(white));
  background: linear-gradient(0, #fa7a35 0%, #fa7a35 49%, white 50%, white 100%);
}

.imgcheck input[type="radio"]:checked + label.boxColor.blue,
.imgcheck input[type="checkbox"]:checked + label.boxColor.blue {
  color: #0f4c81 !important;
  background-color: #fff;
  border: 2px solid #0f4c81;
}

.imgcheck input[type="radio"]:checked + label.boxColor.blue .imgcheck_icon i:before,
.imgcheck input[type="checkbox"]:checked + label.boxColor.blue .imgcheck_icon i:before {
  background: #0f4c81;
}

.imgcheck input[type="radio"]:checked + label.boxColor.black,
.imgcheck input[type="checkbox"]:checked + label.boxColor.black {
  color: #c9b469 !important;
  background-color: #171515;
  border: 2px solid #c9b469;
}

.imgcheck input[type="radio"]:checked + label.boxColor.black .imgcheck_icon i:before,
.imgcheck input[type="checkbox"]:checked + label.boxColor.black .imgcheck_icon i:before {
  background: #c9b469;
}

.imgcheck input[type="radio"]:checked + label.boxColor.default,
.imgcheck input[type="checkbox"]:checked + label.boxColor.default {
  color: #33b1e4 !important;
  background-color: transparent;
  border: 2px solid #33b1e4;
}

.imgcheck input[type="radio"]:checked + label.boxColor.default .imgcheck_icon i:before,
.imgcheck input[type="checkbox"]:checked + label.boxColor.default .imgcheck_icon i:before {
  background: #33b1e4;
}

.imgcheck input[type="radio"]:checked + label.boxColor.wdefault--0,
.imgcheck input[type="checkbox"]:checked + label.boxColor.wdefault--0 {
  color: #fff !important;
  background-color: #ed8924;
  border: 2px solid #ed8924;
}

.imgcheck input[type="radio"]:checked + label.boxColor.wdefault--0 .imgcheck_icon i:before,
.imgcheck input[type="checkbox"]:checked + label.boxColor.wdefault--0 .imgcheck_icon i:before {
  background: #fff;
}

.imgcheck input[type="radio"]:checked + label.boxColor.wdefault--1,
.imgcheck input[type="checkbox"]:checked + label.boxColor.wdefault--1 {
  color: #fff !important;
  background-color: #417505;
  border: 2px solid #417505;
}

.imgcheck input[type="radio"]:checked + label.boxColor.wdefault--1 .imgcheck_icon i:before,
.imgcheck input[type="checkbox"]:checked + label.boxColor.wdefault--1 .imgcheck_icon i:before {
  background: #fff;
}

.imgcheck input[type="radio"]:checked + label.boxColor.wdefault--2,
.imgcheck input[type="checkbox"]:checked + label.boxColor.wdefault--2 {
  color: #fff !important;
  background-color: #cf001a;
  border: 2px solid #cf001a;
}

.imgcheck input[type="radio"]:checked + label.boxColor.wdefault--2 .imgcheck_icon i:before,
.imgcheck input[type="checkbox"]:checked + label.boxColor.wdefault--2 .imgcheck_icon i:before {
  background: #fff;
}

.imgcheck input[type="radio"]:checked + label.boxColor.wdefault--3,
.imgcheck input[type="checkbox"]:checked + label.boxColor.wdefault--3 {
  color: #fff !important;
  background-color: #ff6201;
  border: 2px solid #ff6201;
}

.imgcheck input[type="radio"]:checked + label.boxColor.wdefault--3 .imgcheck_icon i:before,
.imgcheck input[type="checkbox"]:checked + label.boxColor.wdefault--3 .imgcheck_icon i:before {
  background: #fff;
}

.imgcheck input[type="radio"]:checked + label.boxColor.wdefault--4,
.imgcheck input[type="checkbox"]:checked + label.boxColor.wdefault--4 {
  color: #fff !important;
  background-color: #14c2c4;
  border: 2px solid #14c2c4;
}

.imgcheck input[type="radio"]:checked + label.boxColor.wdefault--4 .imgcheck_icon i:before,
.imgcheck input[type="checkbox"]:checked + label.boxColor.wdefault--4 .imgcheck_icon i:before {
  background: #fff;
}

.imgcheck input[type="radio"]:checked + label.boxColor.wdefault--5,
.imgcheck input[type="checkbox"]:checked + label.boxColor.wdefault--5 {
  color: #fff !important;
  background-color: #0397d6;
  border: 2px solid #0397d6;
}

.imgcheck input[type="radio"]:checked + label.boxColor.wdefault--5 .imgcheck_icon i:before,
.imgcheck input[type="checkbox"]:checked + label.boxColor.wdefault--5 .imgcheck_icon i:before {
  background: #fff;
}

.imgcheck input[type="radio"]:checked + label.boxColor.wdefault--6,
.imgcheck input[type="checkbox"]:checked + label.boxColor.wdefault--6 {
  color: #fff !important;
  background-color: #172444;
  border: 2px solid #172444;
}

.imgcheck input[type="radio"]:checked + label.boxColor.wdefault--6 .imgcheck_icon i:before,
.imgcheck input[type="checkbox"]:checked + label.boxColor.wdefault--6 .imgcheck_icon i:before {
  background: #fff;
}

.bar__side--b .sContent.sms .side__row.sectionTop.btn--1:hover {
  background-color: rgba(92, 184, 92, 0.25);
}

.bar__side--b .sContent.sms .side__row.sectionTop.btn--2:hover {
  background-color: rgba(237, 137, 36, 0.25);
}

.bar__side--b .sContent.sms .side__row.sectionTop.btn--3:hover {
  background-color: rgba(49, 178, 228, 0.25);
}

.bar__side--b .sContent.sms .side__row.sectionTop.btn--4:hover {
  background-color: rgba(130, 76, 167, 0.25);
}

.bar__side--b .sContent.sms .side__row.sectionTop:hover {
  background-color: rgba(92, 184, 92, 0.25);
}

.sectionTop.btn--1 {
  background-color: rgba(92, 184, 92, 0.15);
}

.sectionTop.btn--1:hover {
  background-color: rgba(92, 184, 92, 0.25);
}

.sectionTop.btn--2 {
  background-color: rgba(237, 137, 36, 0.15);
}

.sectionTop.btn--2:hover {
  background-color: rgba(237, 137, 36, 0.25);
}

.sectionTop.btn--3 {
  background-color: rgba(49, 178, 228, 0.15);
}

.sectionTop.btn--3:hover {
  background-color: rgba(49, 178, 228, 0.25);
}

.sectionTop.btn--4 {
  background-color: rgba(130, 76, 167, 0.15);
}

.sectionTop.btn--4:hover {
  background-color: rgba(130, 76, 167, 0.25);
}

.sectionTop.btn--5 {
  background-color: rgba(59, 190, 154, 0.15);
}

.sectionTop.btn--5:hover {
  background-color: rgba(59, 190, 154, 0.25);
}

.cmwhite {
  color: #fff;
}

.cmwhite:hover {
  color: #fff;
}

.sectionTop[class*="btn--"]:before {
  font-family: "Font Awesome 5 Pro";
  text-align: center;
  padding: 0;
  padding: 0 1.25rem;
  content: "\f054";
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.sectionTop[class*="btn--"].is--show:before {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.sectionTop[class*="btn--"].sub {
  background: #e7e8e9;
}

.sectionTop[class*="btn--"].sub.is--show {
  background: #f7f8f9;
}

section.sub {
  background: #f7f8f9;
}

section.sub.is--hidden {
  background: none;
}

.togglePanel:after {
  font-family: "Font Awesome 5 Pro";
  text-align: center;
  padding: 0;
  padding: 0 0.5rem;
  content: "\f053";
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  float: right;
}

.togglePanel.is--show:after {
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.nemu__shadow {
  -webkit-box-shadow: 5px 5px 5px #cdcfcf, -5px -5px 5px #f7f8f9;
          box-shadow: 5px 5px 5px #cdcfcf, -5px -5px 5px #f7f8f9;
}

.btn-info.active.is--active, .btn-info.active.is--active:not(:disabled):not(.disabled):focus,
.btn-danger.active.is--active,
.btn-danger.active.is--active:not(:disabled):not(.disabled):focus,
.btn-info.active.is--active,
.btn-info.active.is--active:not(:disabled):not(.disabled):focus,
.btn-secondary.active.is--active,
.btn-secondary.active.is--active:not(:disabled):not(.disabled):focus,
.btn-success.active.is--active,
.btn-success.active.is--active:not(:disabled):not(.disabled):focus {
  -webkit-box-shadow: 0 0 0 0.375rem #8b117a;
          box-shadow: 0 0 0 0.375rem #8b117a;
}

.bgsecondary {
  background-color: #949494;
  color: #fff;
}

.bgdanger.active.is--active, .bgdanger.active.is--active:not(:disabled):not(.disabled):focus,
.bginfo.active.is--active,
.bginfo.active.is--active:not(:disabled):not(.disabled):focus,
.bgsecond.active.is--active,
.bgsecond.active.is--active:not(:disabled):not(.disabled):focus,
.bgsecondary.active.is--active,
.bgsecondary.active.is--active:not(:disabled):not(.disabled):focus,
.bgsuccess.active.is--active,
.bgsuccess.active.is--active:not(:disabled):not(.disabled):focus,
.bgwarning.active.is--active,
.bgwarning.active.is--active:not(:disabled):not(.disabled):focus,
.bg__gr6.active.is--active,
.bg__gr6.active.is--active:not(:disabled):not(.disabled):focus {
  -webkit-box-shadow: 0 0 0 0.3rem #b133e4;
          box-shadow: 0 0 0 0.3rem #b133e4;
}

.bginfo-out {
  background-color: #fff;
  color: #1886b3;
  border: 1px solid #33b1e4;
}

.bgsecondary-out {
  background-color: #eee;
  color: #6e6e6e;
  border: 1px solid #949494;
}

.bgsuccess-out {
  background-color: rgba(61, 205, 133, 0.1);
  color: #27975f;
  border: 1px solid #3dcd85;
}

.bgwarning-out {
  background-color: rgba(250, 122, 53, 0.1);
  color: #dd5105;
  border: 1px solid #fa7a35;
}

.btn-secondary.disabled.active.is--active, .btn-secondary.disabled.active.is--active:not(:disabled):not(.disabled):focus,
.btn-secondary:disabled.active.is--active,
.btn-secondary:disabled.active.is--active:not(:disabled):not(.disabled):focus {
  background: #000;
  border-color: #000;
  -webkit-box-shadow: 0 0 0 0.375rem #8b117a;
          box-shadow: 0 0 0 0.375rem #8b117a;
}

.btn-warning.active.is--active {
  -webkit-box-shadow: 0 0 0 0.375rem #8b117a;
          box-shadow: 0 0 0 0.375rem #8b117a;
}

.js--checktime[class*="col-"],
.js--table[class*="col-"] {
  margin: 0 1% 0.5rem;
}

@media (max-width: 767px) {
  .js--checktime.col-3, .js--checktime.col-sm-3,
  .js--table.col-3,
  .js--table.col-sm-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 23%;
    flex: 0 0 23%;
    max-width: 23%;
  }
  .js--checktime.col-6, .js--checktime.col-sm-6,
  .js--table.col-6,
  .js--table.col-sm-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 48%;
    flex: 0 0 48%;
    max-width: 48%;
  }
  .js--checktime.col-4, .js--checktime.col-sm-4,
  .js--table.col-4,
  .js--table.col-sm-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 31.333333%;
    flex: 0 0 31.333333%;
    max-width: 31.333333%;
  }
  .js--checktime.col-12, .js--checktime.col-sm-12,
  .js--table.col-12,
  .js--table.col-sm-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 98%;
    flex: 0 0 98%;
    max-width: 98%;
  }
}

@media (min-width: 768px) {
  .js--checktime.col-3, .js--checktime.col-md-3,
  .js--table.col-3,
  .js--table.col-md-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 23%;
    flex: 0 0 23%;
    max-width: 23%;
  }
  .js--checktime.col-6, .js--checktime.col-md-6,
  .js--table.col-6,
  .js--table.col-md-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 48%;
    flex: 0 0 48%;
    max-width: 48%;
  }
  .js--checktime.col-4, .js--checktime.col-md-4,
  .js--table.col-4,
  .js--table.col-md-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 31.333333%;
    flex: 0 0 31.333333%;
    max-width: 31.333333%;
  }
  .js--checktime.col-12, .js--checktime.col-md-12,
  .js--table.col-12,
  .js--table.col-md-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 98%;
    flex: 0 0 98%;
    max-width: 98%;
  }
}

.btn-outline-dark {
  background-color: #fff;
}

.btn-outline-dark:not(:disabled):not(.disabled).active,
.btn-outline-dark:not(:disabled):not(.disabled):active,
.show > .btn-outline-dark.dropdown-toggle,
.btn-outline-dark:hover {
  color: #fff;
  background-color: #0f4c81;
  border-color: #0f4c81;
}

.form-control.n--b {
  border-color: #e9ecef;
}

.form-control.n--b:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0);
          box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0);
}

.container {
  max-width: 100% !important;
}

.pop__overlay.pop__booking .multi_step_form fieldset .btn.title_link:first-of-type, .pop__overlay.pop__booking .multi_step_form fieldset .btn.title_link {
  color: #424242;
  border-color: #ddd;
  background-color: #fff;
}

.subcontent .booking__inforow {
  background-color: #ddd;
}

.subcontent .btn.title_link {
  color: #424242;
  border-color: #ddd;
  background-color: #fff;
}

.linear__color {
  color: #ea4848;
}

.is--unactive {
  background-color: #ddd;
  opacity: 0.7;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}

.is--unactive .form-control {
  background: transparent;
}

.is--unactive.is--focus {
  background-color: transparent;
  opacity: 1;
}

.calendar {
  background-color: #fff;
}

.calendar .dayblock {
  border: 0.25px solid #ced4da;
}

.calendar .dayblock:hover {
  background-color: rgba(51, 122, 183, 0.5);
}

.calendar .dayblock.disabled {
  background-color: #949494;
  color: #fff;
  opacity: 0.65;
}

.calendar .dayblock.none {
  border-color: #fff;
}

.calendar .dayblock.none:hover {
  background-color: #fff;
}

.calendar .dayblock.nodata {
  background-color: #f1f2f3;
}

.calendar .dayblock.nodata:hover {
  background-color: #f1f2f3;
}

.calendar.week .dayblock {
  border-color: #fff;
}

.calendar .showday {
  background-color: #798ea4;
}

.calendar .showday.is--none {
  background-color: transparent;
}

.dayblock.is--active {
  background-color: #337ab7;
  color: #fff;
}

.dayblock.is--active .cm5 {
  color: #fff;
}

.dayblock.is--active .showday {
  background-color: #fff;
}

.dayblock.is--active .showday.is--none {
  background-color: transparent;
}

.dayblock.disabled .cm5 {
  color: #525252;
}

.dayblock.is--today:not(.is--active) {
  background: linear-gradient(135deg, white 0%, white 94.9%, #337ab7 95%, #337ab7 100%);
}

.calendar--compact .dayblock {
  border-color: #fff;
}

.calendar--compact .dayblock.is--active {
  background-color: #fff;
  color: #212529;
}

.calendar--compact .dayblock.is--active .cm5 {
  color: #858585;
}

.calendar--compact .dayblock.is--active .showday {
  background-color: #798ea4;
}

.calendar--compact .dayblock .day {
  background-color: #ddd;
}

.calendar--compact .dayblock.is--today {
  background: #fff;
}

.calendar--compact .dayblock.is--today .day {
  background-color: #337ab7;
  color: #fff;
}

.calendar--compact .dayblock.disabled .day {
  background-color: #525252;
}

.sort__container.sort__container--calendar .calendar {
  background-color: #fff;
}

.select__date .input-group-text,
.select__date .form-control {
  background: transparent;
  color: #fff;
  border-color: #fff;
}

.select__date .input-group-text:focus,
.select__date .form-control:focus {
  -webkit-box-shadow: 0 0 0 0rem rgba(0, 0, 0, 0);
          box-shadow: 0 0 0 0rem rgba(0, 0, 0, 0);
}

.fl--cen,
.fl.fl--cen {
  -ms-align-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.bar__title {
  height: 40px;
  height: 2.5rem;
}

.bar__btn {
  height: 40px;
  height: 2.5rem;
}

.bar__work {
  height: 40px;
  height: 2.5rem;
}

.bar__flag {
  height: 32px;
  height: 2rem;
}

.bar__tab {
  height: 40px;
  height: 2.5rem;
}

.bar__func {
  height: 56px;
  height: 3.5rem;
}

.bar__imgt {
  height: 168px;
  height: 10.5rem;
}

.bar__title {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.bar__func {
  position: -webkit-sticky;
  position: sticky;
  bottom: 0;
}

.bar__func.is--hidden {
  display: none;
}

.bar__info {
  min-height: 136px;
  min-height: 8.5rem;
  padding: 16px 4px;
}

.wxs {
  width: 16px;
  width: 1rem;
}

.wmd {
  width: 40px;
  width: 2.5rem;
}

.wlg {
  min-width: 56px;
  min-width: 3.5rem;
}

.wauto.form-control {
  margin: 0 auto;
  width: auto !important;
}

.login__content {
  width: 100%;
  margin: 0 auto;
  max-width: 768px;
}

.food__content {
  border-radius: 5px;
  margin-top: 8px;
  padding: 8px 4px;
}

.food__content img {
  width: 100%;
}

.bar__flag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit- flex;
  display: -moz- flex;
  display: -ms- flex;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  -ms-align-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0.5rem 0.5rem 0 0.5rem;
  width: calc(100% - 1rem);
  padding: 0.2rem;
  border-radius: 0.5rem;
}

.main__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit- flex;
  display: -moz- flex;
  display: -ms- flex;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  height: calc(100% - 40px);
  height: calc(100% - 2.5rem);
}

.main__container.hasbarfunc {
  height: calc(100% - 96px);
  height: calc(100% - 6rem);
}

.main__container.is--hidden {
  display: none;
}

body,
.wBody {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit- flex;
  display: -moz- flex;
  display: -ms- flex;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
}

.bar__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit- flex;
  display: -moz- flex;
  display: -ms- flex;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  text-align: center;
}

.info__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit- flex;
  display: -moz- flex;
  display: -ms- flex;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
}

.list__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit- flex;
  display: -moz- flex;
  display: -ms- flex;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
}

.row--x {
  padding: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit- flex;
  display: -moz- flex;
  display: -ms- flex;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
}

.row--y {
  padding: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit- flex;
  display: -moz- flex;
  display: -ms- flex;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
}

.row--y label {
  font-size: 14px;
  margin-bottom: 4px;
  margin-bottom: 0.25rem;
}

.row--y input[type="text"],
.row--y input[type="tel"] {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}

.row--y input[type="text"]:focus,
.row--y input[type="tel"]:focus {
  color: #495057;
  background-color: #fff;
  border-color: #80bdff;
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.row--y input[readonly="readonly"],
.row--y input[readonly] {
  background-color: #e9ecef;
}

.row--y input[readonly="readonly"]:focus,
.row--y input[readonly]:focus {
  background-color: #e9ecef;
}

.sign__content .row--x,
.sign__content .row--x {
  padding: 0;
}

.main__content {
  -ms-flex: 1;
  -webkit-box-flex: 1;
          flex: 1;
  overflow-y: auto;
  overflow-x: hidden;
  --webkit-overflow-scrolling: touch !important;
}

.main__content.pictureForm .row--y,
.main__content.pictureForm .row--x {
  margin: 8px;
  background: #fff;
}

.main__content.pictureForm .btn {
  padding: 0 1rem;
  background: transparent;
}

.error_show {
  position: absolute;
  top: 0;
  bottom: 0;
  width: auto;
  height: 100%;
  -webkit-transition: height 5s ease;
  transition: height 5s ease;
}

.error_show::after {
  display: none;
  font-family: "Font Awesome 5 Pro";
  text-align: center;
  color: #fff;
  font-size: 24px;
  width: 100%;
  font-weight: 900;
}

.error_show.is--show::after {
  display: block;
}

.error_show.bginfo::after {
  content: "\f675";
}

.error_show.bgwarning::after {
  content: "\f235";
}

.error_show.bgsuccess::after {
  content: "\f00c";
}

.error_show.bgdanger::after {
  content: "\f05e";
}

.rotate--i {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.rotate--i.is--show, .rotate--i.is--select {
  background: #b89b72;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.circleicon {
  opacity: 0.8;
  text-align: center;
  border-radius: 50%;
  color: #fff;
  margin-right: 8px;
  font-size: 12px;
  height: 28px;
  width: 28px;
  border: 3px double rgba(255, 255, 255, 0.5);
  line-height: 22px;
}

.summary__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit- flex;
  display: -moz- flex;
  display: -ms- flex;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  margin: 8px;
  padding: 8px;
  border-radius: 8px;
  background: #fff;
  -webkit-box-shadow: 1px 1px #eee, -1em 0 0.4em #eee;
          box-shadow: 1px 1px #eee, -1em 0 0.4em #eee;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  user-select: none;
}

.summary__container .sw__bar {
  height: 0.5px;
  padding: 0 8px;
  background: #eee;
  margin: 4px 0;
}

.summary__container .summary__content {
  padding-top: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit- flex;
  display: -moz- flex;
  display: -ms- flex;
  -ms-align-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -moz-justify-content: start;
  -ms-justify-content: start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  -moz-align-items: center;
  -ms-align-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  white-space: nowrap;
}

.summary__container .summary__content .summary__party {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit- flex;
  display: -moz- flex;
  display: -ms- flex;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  padding: 0 2px;
  border: 0.5px dashed #ddd;
  border-top: 0;
}

.summary__container .summary__content .summary__party:first-child {
  border-left: 0;
}

.summary__container .summary__content .slmain {
  font-size: 20px;
  color: #424242;
  height: 34px;
  line-height: 34px;
}

.summary__container .quew {
  width: 50%;
}

.summary__container .quew:nth-child(3), .summary__container .quew:nth-child(4) {
  margin-top: 8px;
}

.summary__container.fixed {
  position: fixed;
  right: 0;
  left: 0;
  margin: 0;
  border-radius: 0;
}

.summary__container.fixed .fh {
  display: none;
}

.summary__container .questat,
.round__tmp .questat {
  font-weight: 700;
  border-radius: 16px;
  opacity: 0.8;
  margin-right: 8px;
  padding: 2px 12px 2px 8px;
}

.summary__container .questat .size,
.round__tmp .questat .size {
  position: relative;
  font-size: 12px;
  margin-right: 4px;
  border: 1px solid #ddd;
  border-radius: 2px;
  padding: 0 2px;
  top: -1px;
}

.summary__container .questat.is--active,
.round__tmp .questat.is--active {
  opacity: 1;
}

.summary__container .questat.number,
.round__tmp .questat.number {
  border-radius: 0;
  margin: 0;
}

.summary__title--c {
  -ms-flex: 1;
  -webkit-box-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit- flex;
  display: -moz- flex;
  display: -ms- flex;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
}

.summary__title--r {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit- flex;
  display: -moz- flex;
  display: -ms- flex;
  -ms-align-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -moz-justify-content: start;
  -ms-justify-content: start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  -moz-align-items: center;
  -ms-align-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (min-width: 512px) {
  .summary__container .quew {
    width: 26.66667%;
  }
  .summary__container .quew:first-child {
    width: 20%;
  }
  .summary__container .quew:nth-child(3), .summary__container .quew:nth-child(4) {
    margin-top: 0;
  }
}

@media (max-width: 375px) {
  .summary__container .summary__content .summary__party {
    width: 16.66667%;
  }
}

@media (min-width: 375px) and (max-width: 395px) {
  .summary__container .summary__content .summary__party {
    width: 16.66667%;
  }
}

@media (min-width: 395px) and (max-width: 415px) {
  .summary__container .summary__content .summary__party {
    width: 15.38462%;
  }
}

@media (min-width: 415px) and (max-width: 435px) {
  .summary__container .summary__content .summary__party {
    width: 14.28571%;
  }
}

@media (min-width: 435px) and (max-width: 455px) {
  .summary__container .summary__content .summary__party {
    width: 13.33333%;
  }
}

@media (min-width: 455px) and (max-width: 475px) {
  .summary__container .summary__content .summary__party {
    width: 12.5%;
  }
}

@media (min-width: 475px) and (max-width: 495px) {
  .summary__container .summary__content .summary__party {
    width: 11.76471%;
  }
}

@media (min-width: 495px) and (max-width: 515px) {
  .summary__container .summary__content .summary__party {
    width: 11.11111%;
  }
}

@media (min-width: 515px) and (max-width: 535px) {
  .summary__container .summary__content .summary__party {
    width: 10.52632%;
  }
}

@media (min-width: 535px) and (max-width: 555px) {
  .summary__container .summary__content .summary__party {
    width: 10%;
  }
}

@media (min-width: 555px) and (max-width: 575px) {
  .summary__container .summary__content .summary__party {
    width: 9.52381%;
  }
}

@media (min-width: 555px) {
  .summary__container .summary__content .summary__party {
    width: 9.52381%;
  }
}

@media only screen and (max-width: 374px) {
  .summary__container .summary__content.xxs {
    -ms-align-content: center;
    -ms-flex-line-pack: center;
        align-content: center;
    -moz-justify-content: space-around;
    -ms-justify-content: space-around;
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
  .summary__container .questat {
    margin-right: 4px;
  }
  .summary__container .questat i {
    font-size: 12px;
    line-height: 29.5px;
  }
}

@media (min-width: 375px) {
  .summary__container .summary__content .summary__party {
    width: 14.28571%;
  }
}

.questat {
  padding: 0 4px;
  border-radius: 4px;
}

.questat:before {
  padding: 0 4px;
  text-align: center;
}

.questat.il:before {
  margin-right: 4px;
  float: left;
}

.questat.ir:before {
  margin-left: 4px;
  float: right;
}

.questat[class*="bg"] {
  color: #fff;
}

.questat[class*="bg"]:before {
  color: #fff;
}

.queicon {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
}

.queicon:before,
.questat:before {
  font-weight: 900;
  font-family: "Font Awesome 5 Pro";
}

.queicon.bginfo:before, .queicon.cminfo:before,
.questat.bginfo:before,
.questat.cminfo:before {
  content: "\f675";
}

.queicon.bgwarning:before, .queicon.cmwarning:before,
.questat.bgwarning:before,
.questat.cmwarning:before {
  content: "\f235";
}

.queicon.bgsuccess:before, .queicon.cmsuccess:before,
.questat.bgsuccess:before,
.questat.cmsuccess:before {
  content: "\f00c";
}

.queicon.bgdanger:before, .queicon.cmdanger:before,
.questat.bgdanger:before,
.questat.cmdanger:before {
  content: "\f05e";
}

.queicon.bggrand:before, .queicon.cmgrand:before,
.questat.bggrand:before,
.questat.cmgrand:before {
  content: "\f0c0";
}

.queicon.bgscomp:before, .queicon.cmscomp:before,
.questat.bgscomp:before,
.questat.cmscomp:before {
  content: "\f4fd";
}

.swiper__footer {
  height: 0.1rem;
  margin: 1rem auto 0.25rem;
  border-radius: 0.25rem;
  width: 80%;
  max-width: 15rem;
}

.swiper__footer .center__page {
  padding: 0 1rem;
  background: #fff;
  height: 1rem;
  -webkit-transform: translateY(-0.38rem);
          transform: translateY(-0.38rem);
}

.swiper__footer.noPage {
  max-width: 50%;
  margin: 1rem 25% 0.25rem;
}

.swiper__footer.noPage .center__page {
  display: none;
}

.row.fixedrow {
  position: fixed;
  bottom: 0;
  width: 100%;
  max-width: 100%;
}

.row.fixedrow .btn {
  padding: 0.75rem 1.25rem;
  margin: 0 0.5rem;
}

.row.fixedrow .btn + .btn {
  margin-left: 0;
}

.swiper__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit- flex;
  display: -moz- flex;
  display: -ms- flex;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  margin: 0.5rem;
  padding: 8px;
  border-radius: 0.5rem;
  -webkit-box-shadow: 1.5px 1.5px 1.5px #ccc, -0.5rem 0 0.2rem #eee;
          box-shadow: 1.5px 1.5px 1.5px #ccc, -0.5rem 0 0.2rem #eee;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  user-select: none;
  border: 1px solid #ddd;
}

.swiper__row.fl--row {
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
}

.swiper__row .row--x,
.swiper__row .row--y {
  padding: 0;
}

.swiper__row .list__row.b--1,
.swiper__row .row--x.b--1 {
  margin-bottom: -8px;
}

.swiper__row.is--hidden {
  display: none;
}

.swiper__row .swpier__info {
  padding-bottom: 2px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit- flex;
  display: -moz- flex;
  display: -ms- flex;
  -ms-align-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  -moz-align-items: center;
  -ms-align-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.swiper__row .tag__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit- flex;
  display: -moz- flex;
  display: -ms- flex;
  -ms-align-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -moz-justify-content: start;
  -ms-justify-content: start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  -moz-align-items: center;
  -ms-align-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.swiper__row.useless {
  visibility: hidden;
}

.swiper__row.non__fun {
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: 0px;
  margin: 0;
  border: 0.5px solid #ddd;
  border-width: 0 0 0.5px;
}

.swiper__row span,
.swiper__row a {
  font-size: 14px;
  font-size: 0.875rem;
}

.swiper__row span.normal,
.swiper__row a.normal {
  font-size: 17.6px;
  font-size: 1.1rem;
}

.swiper__row i {
  font-size: 12px;
  font-size: 0.75rem;
}

.swiper__row i.fs--lg {
  font-size: 20px;
  font-size: 1.25rem;
}

.swiper__row i.fs--md {
  font-size: 19.2px;
  font-size: 1.2rem;
}

.swiper__row i.llg {
  font-size: 16px;
  font-size: 1rem;
}

.swiper__row i.lmd {
  font-size: 14px;
  font-size: 0.875rem;
}

.swiper__row.remove {
  height: 0;
}

.swiper__row.remove .error_show {
  height: 0;
}

.swiper__row.remove * {
  height: 0;
  display: none;
}

.swiper__row .btn {
  background: transparent;
}

.swiper__row .phone {
  margin-right: 0.5rem;
}

.swiper__row .hidden--check {
  display: none;
}

.swiper__row .is--hidden {
  display: none;
}

.swiper__row .swiper__row--title {
  margin: -0.5rem -0.5rem 0 -0.5rem;
  padding: 8px;
  border-radius: 0.5rem 0.5rem 0 0;
}

.showpwd {
  position: absolute;
  right: 3.75rem;
  margin-top: 2.2rem;
  z-index: 1;
  cursor: pointer;
}

.showpwd.showpwd--login {
  position: relative;
  right: 0;
  margin-top: 0;
  -webkit-transform: translate(90%, -25px);
          transform: translate(90%, -25px);
  float: right;
  height: 16px;
  margin-bottom: -16px;
}

.compact .swiper__row {
  margin: 0;
  padding: 0.5rem;
  border-radius: 0;
  -webkit-box-shadow: 0px 0px 0px #ccc, 0px 0 0px #eee;
          box-shadow: 0px 0px 0px #ccc, 0px 0 0px #eee;
}

.compact .swiper__row.useless {
  padding: 1rem;
}

.compact__mid .swiper__row {
  margin: 0.5rem 0.375rem 0;
}

@media only screen and (max-width: 767px) {
  .container {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
}

.input__group label.fl--1.col-sm-12 {
  width: 100%;
}

@media (min-width: 768px) {
  .rwd.compact .swiper__row {
    padding: 0.5rem 0 0.5rem 0.5rem;
  }
  .rwd .swiper__row {
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
  }
  .rwd .swiper__row .swpier__info.sm--show {
    display: none;
  }
  .rwd .swiper__row .hidden--check {
    visibility: hidden;
  }
  .rwd .swiper__row .list__row.b--1,
  .rwd .swiper__row .row--x.b--1 {
    margin-bottom: 0;
    border: 0px solid #ddd;
    border-width: 0;
  }
  .rwd .swiper__row .list__row.b--1 .btn,
  .rwd .swiper__row .row--x.b--1 .btn {
    border: 0px solid #ddd;
    border-width: 0;
    padding: 0.25rem 0 0 0;
  }
  .rwd .swiper__row .btn {
    width: 3.2rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: -webkit- flex;
    display: -moz- flex;
    display: -ms- flex;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    -moz-align-items: center;
    -ms-align-items: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-align-content: center;
    -ms-flex-line-pack: center;
        align-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .rwd .swiper__row .btn i.fas {
    margin-right: 0;
  }
  .rwd .swiper__row .btn.is--hidden {
    display: none;
  }
  .rwd .center {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: -webkit- flex;
    display: -moz- flex;
    display: -ms- flex;
    -moz-align-items: center;
    -ms-align-items: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 4.2rem;
  }
  .rwd .center.icon {
    width: 6.5rem;
  }
  .rwd .center.icon.nonumber {
    width: 2rem;
  }
  .rwd .center.gc {
    -ms-align-content: flex-start;
    -ms-flex-line-pack: start;
        align-content: flex-start;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    width: 6.5rem;
  }
  .rwd .center.gc.y {
    width: 5.5rem;
  }
  .rwd .center.time {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: -webkit- flex;
    display: -moz- flex;
    display: -ms- flex;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    -moz-align-items: center;
    -ms-align-items: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-align-content: center;
    -ms-flex-line-pack: center;
        align-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .rwd .center.md--hidden {
    display: none;
  }
  input[type="color"].form-control.col-md-12 {
    margin: 0.5rem;
    width: 100%;
  }
  input[type="color"].form-control.col-md-12 + input[type="color"].form-control {
    margin: 0.5rem;
  }
  .input__group label.fl--1.col-md-auto {
    width: auto;
  }
  body.layout--l {
    width: calc(100% - 3rem);
    left: 3rem;
  }
  body.layout--l .bar__func {
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    width: 3rem;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    height: 100%;
    z-index: 999;
    -webkit-transition: width 0.5s ease;
    transition: width 0.5s ease;
  }
  body.layout--l .bar__func.is--show {
    width: 320px;
    width: 20rem;
  }
}

@media (min-width: 992px) {
  .rwd .swiper__row .swpier__info.md--show {
    display: none;
  }
  .rwd .swiper__row .btn {
    width: 4rem;
  }
  .rwd .center.icon {
    width: 7rem;
  }
  .rwd .center.gc {
    width: 6.3rem;
  }
  .rwd .center.gc.y {
    width: 6rem;
  }
  .rwd .center.md--hidden {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: -webkit- flex;
    display: -moz- flex;
    display: -ms- flex;
  }
}

.dropdown__select.icononly .dropdown-menu {
  min-width: 18rem;
}

.dropdown__select.icononly .dropdown-menu li span {
  width: 1.75rem;
}

.swiper__row .swpier__info:first-child {
  border-style: solid;
  border-color: #ddd;
  border-width: 0 0 0 4px;
  padding-left: 5px;
  margin-left: -8px;
}

.swiper__row.is--call .swpier__info:first-child {
  border-color: #31b2e4;
}

.swiper__row ul.row--x + ul.row--x {
  padding-top: 0.5rem;
}

.swiper__row ul.row--x.pt--2,
.swiper__row ul.row--y.pt--2 {
  padding-top: 0.5rem;
}

.swiper__row .btn--min {
  padding-top: 0;
  padding-bottom: 0;
}

.swiper__row ul .btn--min {
  width: 3.25rem;
}

.swiper__row .swiper__row--title .btn--min,
.swiper__row ul.pt--2 .btn--min {
  margin: -0.25rem 0;
  height: calc(100% + 0.5rem);
}

.row--x li,
.row--x ul,
.row--y li,
.row--y ul,
.swiper__row li,
.swiper__row ul {
  list-style: none;
  margin-bottom: 0;
}

.row--x ul + ul,
.row--y ul + ul,
.swiper__row ul + ul {
  margin-top: 0.5rem;
  padding-top: 0.5rem;
  border-top: 0.01rem solid #ddd;
}

.modrow {
  font-size: 0.9rem;
}

.modrow .border1,
.modrow .border2,
.modrow .border3,
.modrow .border4 {
  border: 0.1rem solid;
  height: 1.8rem;
  margin: auto 0.375rem auto 0;
}

.modrow .border1,
.modrow .border2 {
  height: 0.9rem;
}

.lquenum {
  font-weight: 700;
  font-size: 24px;
  font-size: 1.5rem;
}

.lquemain {
  font-size: 18px;
  font-weight: 700;
}

.fa-asterisk.cmdanger {
  font-size: 4px;
  font-size: 0.25rem;
}

.fa-asterisk.form {
  margin: 16px -7px 0 -3px;
  z-index: 999;
}

.fa-asterisk.form + .form-control {
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.minsms {
  display: inline-block;
}

.minsms .switch {
  bottom: -4px;
}

*.is--hidden {
  display: none;
}

.side__row,
.input__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit- flex;
  display: -moz- flex;
  display: -ms- flex;
  -ms-align-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  -moz-align-items: center;
  -ms-align-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 48px;
  padding: 0 24px;
  border: 0.5px solid #eee;
  border-width: 0.5px 0 0 0;
}

.side__row label,
.input__row label {
  text-align: left;
}

.side__row.nohover .btn i,
.input__row.nohover .btn i {
  font-size: 18px;
  margin: 4px 0 0 0;
}

.side__row.nohover .btn:last-child,
.input__row.nohover .btn:last-child {
  margin-right: -8px;
}

.side__row {
  padding: 0;
}

.input__row {
  border: 0px;
  margin-bottom: 8px;
}

.bar__sort {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit- flex;
  display: -moz- flex;
  display: -ms- flex;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  -moz-align-items: center;
  -ms-align-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: calc(100% - 1rem);
  margin: 0.5rem 0.5rem 0 0.5rem;
}

.bar__sort.bar__sort--auto {
  width: auto;
  margin: 0;
}

.bar__sort .dropdown__select .select,
.bar__sort .dropdown__select i {
  height: 32px;
  height: 2rem;
  line-height: 32px;
  line-height: 2rem;
}

.bar__sort .dropdown__select i {
  margin-left: 0.5rem;
  margin-right: 0.25rem;
}

.bar__sort .dropdown__select,
.bar__flag .dropdown__select {
  border-radius: 0.5rem 0 0 0.5rem;
}

.bar__sort .dropdown__select + .lsort,
.bar__flag .dropdown__select + .lsort {
  width: 2rem;
  text-align: center;
}

.bar__sort .dropdown__select + .lsort.none,
.bar__flag .dropdown__select + .lsort.none {
  width: 0.25rem;
  padding: 0 0.2rem;
}

.bar__sort .dropdown__select + .lsort:after,
.bar__flag .dropdown__select + .lsort:after {
  padding-left: 0;
}

.bar__sort--round {
  padding-left: 0.35rem;
}

.bar__sort--round .dropdown__select {
  padding: 0.35rem 0.75rem;
  margin-right: 0.1rem;
  opacity: 0.85;
  font-size: 1rem;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  user-select: none;
  border-radius: 1rem;
  border: 0;
  height: auto;
  line-height: 16px;
  line-height: 1rem;
}

.bar__sort--round .dropdown__select .select,
.bar__sort--round .dropdown__select i {
  height: 16px;
  height: 1rem;
  line-height: 16px;
  line-height: 1rem;
}

.lsort {
  height: 100%;
  font-size: 1rem;
  line-height: 2rem;
  padding: 0 0.25rem;
  margin-right: 0.25rem;
  border-radius: 0 0.5rem 0.5rem 0;
  background: white;
}

.lsort:after {
  content: "\f0dc";
  font-family: "Font Awesome 5 Pro";
  padding-left: 0.25rem;
}

.lsort.desc:after {
  content: "\f0dd";
}

.lsort.asc:after {
  content: "\f0de";
}

.lsort.none:after {
  content: "";
}

.bar__sort.bar__sort--auto .lsort {
  height: auto;
}

.sort:after {
  content: "\f0de";
  font-family: "Font Awesome 5 Pro";
  float: right;
  padding-left: 6px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.sort.desc:after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.sort.asc:after {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}

.result__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit- flex;
  display: -moz- flex;
  display: -ms- flex;
  -ms-align-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  -moz-align-items: center;
  -ms-align-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  padding: 0 8px;
}

.result__row .re__label {
  font-size: 14px;
  margin-bottom: 8px;
}

.result__row .re__label:first-child {
  margin-right: 8px;
  text-align: right;
}

.m--singup,
.form-control.m--singup {
  margin-left: 20px;
  margin-right: 20px;
  width: calc(100% - 40px);
}

.sign__content {
  height: calc(100% - 40px);
}

@media screen and (max-width: 375px) {
  .m--singup,
  .form-control.m--singup {
    margin-left: 8px;
    margin-right: 8px;
    width: calc(100% - 16px);
  }
  .m--singup .btn,
  .form-control.m--singup .btn {
    padding: 0.375rem 0.01rem;
  }
}

.panel__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit- flex;
  display: -moz- flex;
  display: -ms- flex;
  -ms-align-content: space-between;
  -ms-flex-line-pack: justify;
      align-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  padding: 8px;
  width: 100%;
}

.panel__row.panel--active i {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

.content--cc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit- flex;
  display: -moz- flex;
  display: -ms- flex;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -moz-align-items: center;
  -ms-align-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.bar__btn,
.bar__btn,
.bar__title,
.bar__func {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit- flex;
  display: -moz- flex;
  display: -ms- flex;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
}

.bar__btn.Store__bar .btn {
  margin-right: 0.25rem;
}

.bar__btn.Store__bar .btn:last-child {
  margin-right: 0;
}

@media only screen and (max-width: 414px) {
  .bar__btn.Store__bar {
    padding: 0 0.25rem;
  }
  .bar__btn.Store__bar .btn {
    margin-right: 0.2rem;
  }
  .bar__btn.Store__bar .btn:last-child {
    margin-right: 0;
  }
  .bar__btn.Store__bar .btn {
    padding: 0.2rem 0.2rem;
  }
  .bar__btn.Store__bar .btn span {
    font-size: 0.9rem;
  }
}

.bar__work {
  padding-left: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit- flex;
  display: -moz- flex;
  display: -ms- flex;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  -moz-align-items: center;
  -ms-align-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.bar__work label:first-child {
  -ms-flex: 4;
  -webkit-box-flex: 4;
          flex: 4;
}

.bar__work label:last-child {
  -ms-flex: 1.2;
  -webkit-box-flex: 1.2;
          flex: 1.2;
}

.bar__func {
  -ms-align-content: space-around;
  -ms-flex-line-pack: distribute;
      align-content: space-around;
  -moz-justify-content: space-around;
  -ms-justify-content: space-around;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.bar__func .btn {
  padding: 0;
}

.bar__func .btn span {
  display: block;
  margin-top: -4px;
}

.bar__func .btn.center__add {
  height: 2.7rem;
  width: 2.7rem;
  border-radius: 0.5rem;
  position: relative;
  top: 0.25rem;
  z-index: 3;
}

.bar__imgt .upload__text {
  background: rgba(255, 255, 255, 0.5);
  width: 100%;
  height: 100%;
  line-height: 100%;
  font-weight: 700;
  font-size: 48px;
  color: #fff;
  text-align: center;
}

.bar__imgt > input[type="file"] {
  height: 100%;
  width: 100%;
  opacity: 0;
  cursor: pointer;
}

.upload__imgt {
  min-height: 40px;
  width: 100%;
  margin-top: 8px;
  padding: 8px;
}

.upload__imgt > input[type="file"] {
  height: 100%;
  width: 100%;
  opacity: 0;
  cursor: pointer;
}

.upload__imgt > input[type="file"]::before {
  content: "\f0dc";
  font-family: "Font Awesome 5 Pro";
  background: rgba(255, 255, 255, 0.5);
  width: 100%;
  height: 100%;
  line-height: 100%;
  font-weight: 700;
  font-size: 48px;
  text-align: center;
  color: #fff;
  text-align: center;
}

.bar__title .tran--op {
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}

.bar__title .clone {
  padding-left: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit- flex;
  display: -moz- flex;
  display: -ms- flex;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  -moz-align-items: center;
  -ms-align-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 40px;
  right: 40px;
  top: 0;
  position: absolute;
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
  opacity: 0;
  -ms-flex: 1;
  -webkit-box-flex: 1;
          flex: 1;
}

.bar__title.is--tran .ltoggle {
  opacity: 0;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
  -webkit-transform: translateY(-40px);
          transform: translateY(-40px);
}

.bar__title.is--tran .clone {
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
  opacity: 1;
}

.bar__title.is--tranout .clone {
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
  opacity: 0;
}

.bar__title.is--tranout .ltoggle {
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
  opacity: 1;
}

.bar__title .clone .circleicon {
  opacity: 1;
  margin-right: 2px;
  font-size: 10px;
}

.bar__title .summary__title--r label {
  color: #fff;
  font-weight: 700;
}

.bar__title .summary__title--r .cm5 {
  color: rgba(255, 255, 255, 0.87);
}

.bar__title .summary__title--r.quew {
  width: 26.66667%;
}

.bar__title .summary__title--r.quew:first-child {
  width: 20%;
}

@media only screen and (max-width: 399px) {
  .bar__title .summary__title--r.quew {
    width: 25%;
  }
  .bar__title .summary__title--r.quew:first-child {
    width: 25%;
  }
  .bar__title .summary__title--r span.cm5 {
    display: none;
  }
  .data__sort .sort {
    padding: 0;
  }
  .data__sort .sort:after {
    padding-left: 0;
  }
  .data__sort .w--3,
  .row__data .w--3 {
    width: 28.8px;
    width: 1.8rem;
  }
  .data__sort .w--3.h--3,
  .row__data .w--3.h--3 {
    height: 28.8px;
    height: 1.8rem;
    line-height: 28.8px;
    line-height: 1.8rem;
  }
  .data__sort .w--5,
  .row__data .w--5 {
    width: 64px;
    width: 4rem;
  }
  .data__sort .switch,
  .row__data .switch {
    margin: 0;
  }
  .data__sort .w--switch,
  .row__data .w--switch {
    width: 48px;
    width: 3rem;
  }
  .row__data [class*="fl--"] {
    padding: 0;
  }
}

.bar__title .ltc {
  line-height: 40px;
  line-height: 2.5rem;
}

.bar__title.btn-1 .clone {
  width: calc(100% - 40px);
  width: calc(100% - 2.5rem);
}

.bar__title.btn-2 .clone {
  width: calc(100% - 80px);
  width: calc(100% - 5rem);
}

.bar__title.btn-l1 .ltc {
  margin-left: -40px;
  margin-left: -2.5rem;
}

.bar__title.btn-l2 .ltc {
  margin-left: -80px;
  margin-left: -5rem;
}

.bar__title.btn-r1 .ltc {
  margin-right: -40px;
  margin-right: -2.5rem;
}

.bar__title.btn-r2 .ltc {
  margin-right: -80px;
  margin-right: -5rem;
}

.bar__title .btn {
  z-index: 99;
}

.bar__btn {
  padding: 0 8px;
  padding: 0 0.5rem;
}

.bar__imgt {
  background-image: url("../../../Content/build/images/beforepc.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100vw;
}

@media (min-width: 576px) {
  .bar__imgt {
    background-size: contain;
  }
}

.lxlg {
  font-size: 24px;
  font-size: 1.5rem;
}

.llg {
  font-size: 18px;
  font-size: 1.125rem;
}

.lmd {
  font-size: 14px;
  font-size: 0.875rem;
}

.lxs {
  font-size: 12px;
  font-size: 0.75rem;
}

.lnum {
  font-size: 100px;
}

.mauto {
  margin: auto;
}

input[type="radio"] + label.autow,
input[type="checkbox"] + label.autow {
  z-index: 3;
  display: block;
  height: auto;
  line-height: 1;
  padding: 0 16px 0 20px;
  cursor: pointer;
  text-transform: inherit;
  overflow: hidden;
  text-overflow: inherit;
  white-space: inherit;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  user-select: none;
}

input[type="radio"] + label.autow:before,
input[type="checkbox"] + label.autow:before {
  margin: 0 0 0 -16px;
  padding: 0;
  line-height: 24px;
}

.login__img {
  width: 160px;
  margin: 20px auto;
  background-position: center;
  /* Center the image */
  background-repeat: no-repeat;
  /* Do not repeat the image */
  background-size: cover;
}

.list__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit- flex;
  display: -moz- flex;
  display: -ms- flex;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  margin-top: 4px;
  padding-top: 4px;
  background: #fff;
  border-radius: 0;
}

.sign__title {
  margin-top: 16px;
  margin-bottom: 16px;
}

.sign__title .l--child {
  color: #858585;
  padding-bottom: 8px;
  font-size: 18px;
  -ms-flex: 1;
  -webkit-box-flex: 1;
          flex: 1;
  text-align: center;
  border: 2px solid transparent;
  border-width: 0 0 2px 0;
}

.wp--100 {
  width: 100%;
}

.menu__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit- flex;
  display: -moz- flex;
  display: -ms- flex;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -ms-align-content: space-around;
  -ms-flex-line-pack: distribute;
      align-content: space-around;
  -moz-justify-content: space-around;
  -ms-justify-content: space-around;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  margin: auto 0;
  height: 16px;
  width: 40px;
  padding: 0 13px;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  user-select: none;
  z-index: 1;
}

.menu__button.button {
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid transparent;
  background: transparent;
}

.menu__button .bar {
  width: 14px;
  height: 2.3px;
  background: #edf1ff;
  border-radius: 1px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.menu__button.is--active .bar:nth-of-type(1) {
  -webkit-transform: translateY(4px) rotate(-45deg);
  transform: translateY(4px) rotate(-45deg);
}

.menu__button.is--active .bar:nth-of-type(2) {
  opacity: 0;
}

.menu__button.is--active .bar:nth-of-type(3) {
  -webkit-transform: translateY(-6px) rotate(45deg);
  transform: translateY(-6px) rotate(45deg);
}

@media (min-width: 768px) {
  .menu__button {
    height: 20px;
    padding: 0 5px;
  }
  .menu__button .bar {
    width: 20px;
    height: 3px;
  }
  .menu__button.is--active .bar:nth-of-type(1) {
    -webkit-transform: translateY(4px) rotate(-45deg);
    transform: translateY(4px) rotate(-45deg);
  }
  .menu__button.is--active .bar:nth-of-type(2) {
    opacity: 0;
  }
  .menu__button.is--active .bar:nth-of-type(3) {
    -webkit-transform: translateY(-6px) rotate(45deg);
    transform: translateY(-8.5px) rotate(45deg);
  }
}

.btn-swal {
  margin: 0.3125em;
  padding: 0.625em 2em;
  -webkit-box-shadow: none;
          box-shadow: none;
  font-weight: 500;
  border: 0;
  border-radius: 0.25em;
  color: #fff;
  font-size: 1.0625em;
}

.fix__drop {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 989;
  padding: 0.375rem 0.75rem;
  border-radius: 0.375rem;
  background: rgba(255, 255, 255, 0.85);
}

.bar__title .fix__drop {
  z-index: 989;
  padding: 0;
  border-radius: 0rem;
  background: rgba(255, 255, 255, 0);
  color: #fff;
  width: 4rem;
  height: 3rem;
  line-height: 40px;
  height: 2.5rem;
  line-height: 2.5rem;
  text-align: left;
  padding-left: 0.75rem;
}

.minRed {
  position: relative;
  z-index: 999;
  display: block;
  margin: -0.3rem 0 -0.3rem -0.6rem;
  height: 0.6rem;
  width: 0.6rem;
  background: #cd212a;
  border-radius: 50%;
}

@media (min-width: 768px) {
  .swiper__row.col-md-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(50% - 1rem);
    flex: 0 0 calc(50% - 1rem);
    max-width: calc(50% - 1rem);
  }
}

input[type="radio"].nobefore + label:before,
input[type="checkbox"].nobefore + label:before {
  content: "";
  display: none;
}

input[type="radio"].nobefore:checked + label:before,
input[type="checkbox"].nobefore:checked + label:before {
  content: "";
  display: none;
}

input[type="radio"].is--hidden + label,
input[type="radio"].is--hidden + label:before,
input[type="checkbox"].is--hidden + label,
input[type="checkbox"].is--hidden + label:before {
  content: "";
  display: none;
}

.sort__container .sort__row.radio {
  padding: 0.4rem 0 0;
}

.sort__container .sort__row.compact {
  padding: 0;
}

.sort__container .sort__row.pt--0 {
  padding: 0rem 0.35rem 0.4rem;
}

.sort__container .sort__row input[type="radio"].nobefore + label,
.sort__container .sort__row input[type="checkbox"].nobefore + label {
  height: auto;
  padding-right: 0.75rem;
  line-height: 16px;
  line-height: 1rem;
}

.sort__container .sort__row.top__func {
  border: 1px solid #ddd;
  border-radius: 0.25rem;
  min-width: 8rem;
}

.sort__container .sort__row.top__func:nth-child(1) {
  border: 0;
  min-width: auto;
}

.radio__row {
  border-radius: 5px;
  background-color: #ddd;
}

.radio__row input[type="radio"].nobefore + label,
.radio__row input[type="checkbox"].nobefore + label {
  border: 0.125rem solid #ddd;
  opacity: 0.8;
  padding-right: 0;
  height: 28.8px;
  height: 1.8rem;
  line-height: 22.4px;
  line-height: 1.4rem;
}

.radio__row input[type="radio"].nobefore:checked + label,
.radio__row input[type="checkbox"].nobefore:checked + label {
  opacity: 1;
  background-color: #fff;
}

.customrow {
  margin-bottom: -0.375rem;
}

.buttonrow .btn + .btn {
  margin-left: 2%;
}

.buttonrow .btn {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 32%;
  flex: 0 0 32%;
  max-width: 32%;
}

@media (min-width: 576px) {
  .customrow .col-sm-6 {
    margin-right: -0.4rem;
  }
}

@media only screen and (max-width: 767px) {
  .sm--hidden {
    display: none;
  }
  [class*="orderstat--"] .btn i.fas {
    margin-right: 0;
  }
  .setbookrow {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: -webkit- flex;
    display: -moz- flex;
    display: -ms- flex;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
    -ms-align-content: space-between;
    -ms-flex-line-pack: justify;
        align-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -moz-align-items: center;
    -ms-align-items: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0.25rem 0.375rem 0.25rem 0;
  }
  .setbookrow .custominput {
    text-align: right;
    padding-right: 0.5rem;
  }
}

@media (min-width: 768px) {
  .qrcode__layout, .qrcode__btn {
    max-width: 18.75rem;
  }
}

.sm--show,
.md--show {
  display: none;
}

@media only screen and (max-width: 991px) {
  .md--show {
    display: block;
  }
  .md--hidden {
    display: none;
  }
  .sort__container.sort__container--calendar .sort__row.radio {
    padding: 0;
  }
  .sort__container.sort__container--calendar .swiper-container .dayblock {
    padding: 0 0 1rem 0;
    -moz-align-items: center;
    -ms-align-items: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-color: #fff;
  }
  .sort__container.sort__container--calendar .swiper-button-next,
  .sort__container.sort__container--calendar .swiper-button-prev {
    top: 70%;
    width: 1.5rem;
    height: 1.2rem;
    background-size: 1.375rem;
  }
  .sort__container.sort__container--calendar .swiper-container.calendar--compact .dayblock {
    padding: 0.375rem;
  }
  .sort__container.sort__container--calendar .swiper-container.calendar--compact .swiper-button-next,
  .sort__container.sort__container--calendar .swiper-container.calendar--compact .swiper-button-prev {
    top: 1.3rem;
    width: 2rem;
  }
  .sort__container.sort__container--calendar .calendar .showday {
    -webkit-transform: translate(0%, 350%);
            transform: translate(0%, 350%);
    padding: 0;
  }
}

@media only screen and (max-width: 767px) {
  .sm--hidden {
    display: none;
  }
  .sm--show {
    display: block;
  }
  .calendar .dayblock {
    -ms-align-content: center;
    -ms-flex-line-pack: center;
        align-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
    padding: 0;
  }
  .sort__container.sort__container--calendar .swiper-container .dayblock {
    padding: 0 0 0.75rem 0;
  }
  .sort__container.sort__container--calendar .calendar .showday {
    -webkit-transform: translate(0%, 230%);
            transform: translate(0%, 230%);
  }
}

.xs--show {
  display: none;
}

@media only screen and (max-width: 575px) {
  .xs--show {
    display: initial;
  }
  .xs--hidden {
    display: none;
  }
  .swiper__row .paystat {
    padding: 0.3rem 0.2rem;
  }
}

.status__row {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: calc(100% - 1rem);
}

.status__row.col-1 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 8.33333%;
  flex: 0 0 8.33333%;
  max-width: calc(8.33333% - 1rem);
}

.input__group.col-1 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 8.33333%;
  flex: 0 0 8.33333%;
  max-width: calc(8.33333% - 0.25rem);
}

.status__row.col-2 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 16.66667%;
  flex: 0 0 16.66667%;
  max-width: calc(16.66667% - 1rem);
}

.input__group.col-2 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 16.66667%;
  flex: 0 0 16.66667%;
  max-width: calc(16.66667% - 0.25rem);
}

.status__row.col-3 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: calc(25% - 1rem);
}

.input__group.col-3 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: calc(25% - 0.25rem);
}

.status__row.col-4 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.33333%;
  flex: 0 0 33.33333%;
  max-width: calc(33.33333% - 1rem);
}

.input__group.col-4 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.33333%;
  flex: 0 0 33.33333%;
  max-width: calc(33.33333% - 0.25rem);
}

.status__row.col-5 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 41.66667%;
  flex: 0 0 41.66667%;
  max-width: calc(41.66667% - 1rem);
}

.input__group.col-5 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 41.66667%;
  flex: 0 0 41.66667%;
  max-width: calc(41.66667% - 0.25rem);
}

.status__row.col-6 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: calc(50% - 1rem);
}

.input__group.col-6 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: calc(50% - 0.25rem);
}

.status__row.col-7 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 58.33333%;
  flex: 0 0 58.33333%;
  max-width: calc(58.33333% - 1rem);
}

.input__group.col-7 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 58.33333%;
  flex: 0 0 58.33333%;
  max-width: calc(58.33333% - 0.25rem);
}

.status__row.col-8 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 66.66667%;
  flex: 0 0 66.66667%;
  max-width: calc(66.66667% - 1rem);
}

.input__group.col-8 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 66.66667%;
  flex: 0 0 66.66667%;
  max-width: calc(66.66667% - 0.25rem);
}

.status__row.col-9 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: calc(75% - 1rem);
}

.input__group.col-9 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: calc(75% - 0.25rem);
}

.status__row.col-10 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 83.33333%;
  flex: 0 0 83.33333%;
  max-width: calc(83.33333% - 1rem);
}

.input__group.col-10 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 83.33333%;
  flex: 0 0 83.33333%;
  max-width: calc(83.33333% - 0.25rem);
}

.status__row.col-11 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 91.66667%;
  flex: 0 0 91.66667%;
  max-width: calc(91.66667% - 1rem);
}

.input__group.col-11 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 91.66667%;
  flex: 0 0 91.66667%;
  max-width: calc(91.66667% - 0.25rem);
}

.status__row.col-12 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: calc(100% - 1rem);
}

.input__group.col-12 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: calc(100% - 0.25rem);
}

.pop__date.is--show {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit- flex;
  display: -moz- flex;
  display: -ms- flex;
}

.pop__date .pop__date--content {
  margin-top: 85px;
}

.pop__date .pop__date--content.mulit {
  margin-top: 0;
  padding: 0.375rem 0.75rem;
  border-radius: 0.5rem;
}

@media (min-width: 576px) {
  .status__row.col-sm-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: calc(8.33333% - 1rem);
  }
  .input__group.col-sm-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: calc(8.33333% - 0.25rem);
  }
  .status__row.col-sm-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: calc(16.66667% - 1rem);
  }
  .input__group.col-sm-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: calc(16.66667% - 0.25rem);
  }
  .status__row.col-sm-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: calc(25% - 1rem);
  }
  .input__group.col-sm-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: calc(25% - 0.25rem);
  }
  .status__row.col-sm-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: calc(33.33333% - 1rem);
  }
  .input__group.col-sm-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: calc(33.33333% - 0.25rem);
  }
  .status__row.col-sm-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: calc(41.66667% - 1rem);
  }
  .input__group.col-sm-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: calc(41.66667% - 0.25rem);
  }
  .status__row.col-sm-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: calc(50% - 1rem);
  }
  .input__group.col-sm-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: calc(50% - 0.25rem);
  }
  .status__row.col-sm-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: calc(58.33333% - 1rem);
  }
  .input__group.col-sm-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: calc(58.33333% - 0.25rem);
  }
  .status__row.col-sm-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: calc(66.66667% - 1rem);
  }
  .input__group.col-sm-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: calc(66.66667% - 0.25rem);
  }
  .status__row.col-sm-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: calc(75% - 1rem);
  }
  .input__group.col-sm-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: calc(75% - 0.25rem);
  }
  .status__row.col-sm-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: calc(83.33333% - 1rem);
  }
  .input__group.col-sm-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: calc(83.33333% - 0.25rem);
  }
  .status__row.col-sm-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: calc(91.66667% - 1rem);
  }
  .input__group.col-sm-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: calc(91.66667% - 0.25rem);
  }
  .status__row.col-sm-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: calc(100% - 1rem);
  }
  .input__group.col-sm-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: calc(100% - 0.25rem);
  }
}

@media (max-width: 575px) {
  .pop__date--content.mulit {
    margin: 0.75rem;
    height: calc(100% - 1.5rem);
    overflow-y: auto;
  }
}

@media (min-width: 768px) {
  .status__row.col-md-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: calc(8.33333% - 1rem);
  }
  .input__group.col-md-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: calc(8.33333% - 0.25rem);
  }
  .status__row.col-md-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: calc(16.66667% - 1rem);
  }
  .input__group.col-md-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: calc(16.66667% - 0.25rem);
  }
  .status__row.col-md-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: calc(25% - 1rem);
  }
  .input__group.col-md-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: calc(25% - 0.25rem);
  }
  .status__row.col-md-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: calc(33.33333% - 1rem);
  }
  .input__group.col-md-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: calc(33.33333% - 0.25rem);
  }
  .status__row.col-md-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: calc(41.66667% - 1rem);
  }
  .input__group.col-md-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: calc(41.66667% - 0.25rem);
  }
  .status__row.col-md-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: calc(50% - 1rem);
  }
  .input__group.col-md-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: calc(50% - 0.25rem);
  }
  .status__row.col-md-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: calc(58.33333% - 1rem);
  }
  .input__group.col-md-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: calc(58.33333% - 0.25rem);
  }
  .status__row.col-md-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: calc(66.66667% - 1rem);
  }
  .input__group.col-md-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: calc(66.66667% - 0.25rem);
  }
  .status__row.col-md-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: calc(75% - 1rem);
  }
  .input__group.col-md-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: calc(75% - 0.25rem);
  }
  .status__row.col-md-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: calc(83.33333% - 1rem);
  }
  .input__group.col-md-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: calc(83.33333% - 0.25rem);
  }
  .status__row.col-md-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: calc(91.66667% - 1rem);
  }
  .input__group.col-md-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: calc(91.66667% - 0.25rem);
  }
  .status__row.col-md-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: calc(100% - 1rem);
  }
  .input__group.col-md-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: calc(100% - 0.25rem);
  }
  .pop__date--content {
    width: 50%;
    margin: 0 auto;
  }
  .pop__date--content.mulit {
    width: 80%;
  }
  .relateCheckInput.format input[type="radio"] + label,
  .relateCheckInput.format input[type="checkbox"] + label {
    width: 10%;
  }
  .data__sort .show--2.is--hidden,
  .row__data .show--2.is--hidden {
    display: initial;
  }
}

@media (min-width: 992px) {
  .status__row.col-lg-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: calc(8.33333% - 1rem);
  }
  .input__group.col-lg-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: calc(8.33333% - 0.25rem);
  }
  .status__row.col-lg-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: calc(16.66667% - 1rem);
  }
  .input__group.col-lg-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: calc(16.66667% - 0.25rem);
  }
  .status__row.col-lg-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: calc(25% - 1rem);
  }
  .input__group.col-lg-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: calc(25% - 0.25rem);
  }
  .status__row.col-lg-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: calc(33.33333% - 1rem);
  }
  .input__group.col-lg-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: calc(33.33333% - 0.25rem);
  }
  .status__row.col-lg-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: calc(41.66667% - 1rem);
  }
  .input__group.col-lg-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: calc(41.66667% - 0.25rem);
  }
  .status__row.col-lg-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: calc(50% - 1rem);
  }
  .input__group.col-lg-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: calc(50% - 0.25rem);
  }
  .status__row.col-lg-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: calc(58.33333% - 1rem);
  }
  .input__group.col-lg-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: calc(58.33333% - 0.25rem);
  }
  .status__row.col-lg-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: calc(66.66667% - 1rem);
  }
  .input__group.col-lg-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: calc(66.66667% - 0.25rem);
  }
  .status__row.col-lg-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: calc(75% - 1rem);
  }
  .input__group.col-lg-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: calc(75% - 0.25rem);
  }
  .status__row.col-lg-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: calc(83.33333% - 1rem);
  }
  .input__group.col-lg-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: calc(83.33333% - 0.25rem);
  }
  .status__row.col-lg-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: calc(91.66667% - 1rem);
  }
  .input__group.col-lg-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: calc(91.66667% - 0.25rem);
  }
  .status__row.col-lg-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: calc(100% - 1rem);
  }
  .input__group.col-lg-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: calc(100% - 0.25rem);
  }
}

@media (min-width: 1200px) {
  .status__row.col-lg-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: calc(8.33333% - 1rem);
  }
  .input__group.col-lg-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: calc(8.33333% - 0.25rem);
  }
  .status__row.col-lg-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: calc(16.66667% - 1rem);
  }
  .input__group.col-lg-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: calc(16.66667% - 0.25rem);
  }
  .status__row.col-lg-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: calc(25% - 1rem);
  }
  .input__group.col-lg-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: calc(25% - 0.25rem);
  }
  .status__row.col-lg-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: calc(33.33333% - 1rem);
  }
  .input__group.col-lg-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: calc(33.33333% - 0.25rem);
  }
  .status__row.col-lg-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: calc(41.66667% - 1rem);
  }
  .input__group.col-lg-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: calc(41.66667% - 0.25rem);
  }
  .status__row.col-lg-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: calc(50% - 1rem);
  }
  .input__group.col-lg-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: calc(50% - 0.25rem);
  }
  .status__row.col-lg-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: calc(58.33333% - 1rem);
  }
  .input__group.col-lg-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: calc(58.33333% - 0.25rem);
  }
  .status__row.col-lg-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: calc(66.66667% - 1rem);
  }
  .input__group.col-lg-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: calc(66.66667% - 0.25rem);
  }
  .status__row.col-lg-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: calc(75% - 1rem);
  }
  .input__group.col-lg-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: calc(75% - 0.25rem);
  }
  .status__row.col-lg-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: calc(83.33333% - 1rem);
  }
  .input__group.col-lg-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: calc(83.33333% - 0.25rem);
  }
  .status__row.col-lg-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: calc(91.66667% - 1rem);
  }
  .input__group.col-lg-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: calc(91.66667% - 0.25rem);
  }
  .status__row.col-lg-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: calc(100% - 1rem);
  }
  .input__group.col-lg-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: calc(100% - 0.25rem);
  }
}

.swal_fix {
  position: absolute;
  margin-left: 8rem;
}

.swal2-actions .btn {
  min-width: 25%;
  padding: 0.5rem 1rem;
}

.swal2-actions .btn + .btn {
  margin-left: 0.25rem;
}

.swal2-actions .btn.col-4 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: calc(33.333333% - 0.16666666666666rem);
}

.swal2-actions .btn.col-6 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: calc(50% - 0.125rem);
}

.swal__row .btn {
  width: calc(50% - 0.25rem);
  margin-bottom: 4px;
  margin-bottom: 0.25rem;
  text-align: center;
  padding: 0.5rem 0.6rem;
}

.swal__row .btn + .btn {
  margin-left: 0.25rem;
}

.swal2-title:first-letter {
  text-transform: capitalize;
}

.swal__row .btn:nth-child(3) {
  margin-left: 0;
}

@media (min-width: 768px) {
  .swal__row .btn {
    width: calc(25% - 0.25rem);
    margin-bottom: 0;
  }
  .swal__row .btn:nth-child(3) {
    margin-left: 0.25rem;
  }
}

.w--status {
  width: 208px;
  width: 13rem;
}

.detail__btn--row {
  margin: 0 0.5rem;
}

.detail__btn--row .w--status {
  width: auto;
  -ms-flex: 1;
  -webkit-box-flex: 1;
          flex: 1;
}

.detail__btn--row .is--hidden {
  display: none;
}

[class*="pack--"] {
  font-weight: 700;
}

[class*="pack--"]:before {
  font-weight: 900;
  font-family: Font Awesome\ 5 Pro;
  padding: 0 0 0 .25rem;
  text-align: center;
  font-size: 0.75rem;
}

.pack--0 {
  color: #824ca7;
}

.pack--1 {
  color: #CD212A;
}

.pack--2 {
  color: #7ab5b1;
}

.pack--3 {
  color: #53aa66;
}

.pack--4 {
  color: #824ca7;
}

input[type="radio"] + label[class*="pack--"]:before,
input[type="checkbox"] + label[class*="pack--"]:before {
  font-size: 1rem;
}

.pack--1:before {
  content: "\f05e";
}

.pack--2:before {
  content: "\f5c2";
}

.pack--3:before {
  content: "\f3a5";
}

.pack--4:before {
  content: "\f521";
}

.pay__content {
  -ms-flex: 1;
  -webkit-box-flex: 1;
          flex: 1;
  width: 100%;
  padding: 0 0.5rem 0.25rem;
}

.pay__content.is--hidden {
  display: none;
}

.pay__content.is--hidden * {
  display: none;
}

.pay__content .fixbox {
  position: absolute;
  top: -75%;
  right: -30%;
  left: -30%;
  width: 160%;
  height: 100%;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.15);
  z-index: 1;
}

.pay__content .swiper-slide {
  border-radius: 0.5rem;
}

.pay__content .swiper-slide.pay-Standard {
  background-image: linear-gradient(-45deg, #4cae4c, #5cb85c, #6ec06e);
}

.pay__content .swiper-slide.pay-Value {
  background-image: linear-gradient(-45deg, #e57c13, #ed8924, #ef963c);
}

.pay__content .swiper-slide.pay-Premier {
  background-image: linear-gradient(-45deg, #1da8de, #31b2e4, #48bae7);
}

.pay__content .swiper-slide.pay-Adds {
  background-image: linear-gradient(-45deg, #744495, #824ca7, #8f59b3);
}

.pay__content .title,
.pay__content .content {
  font-family: Comic Sans MS;
  color: rgba(255, 255, 255, 0.9);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit- flex;
  display: -moz- flex;
  display: -ms- flex;
  -ms-align-content: space-around;
  -ms-flex-line-pack: distribute;
      align-content: space-around;
  -moz-justify-content: space-around;
  -ms-justify-content: space-around;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
}

.pay__content .highlight {
  color: #cd212a;
  font-weight: 900;
  font-size: 1.25rem;
}

.pay__content .btn-buy {
  position: relative;
  width: 50%;
  border-radius: 1.5rem;
  margin: 0 30% 2% 20%;
  background: #fff;
  font-weight: 700;
}

.pay__content .pay-Value .btn-buy {
  color: #ed8924;
}

.pay__content .pay-Premier .btn-buy {
  color: #31b2E4;
}

.pay__content .pay-Adds .content {
  -ms-align-content: start;
  -ms-flex-line-pack: start;
      align-content: start;
  -moz-justify-content: start;
  -ms-justify-content: start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  padding: 0 10%;
}

.pay__content .pay-Adds .btn-buy {
  color: #824ca7;
}

.pay__content .pay-Adds label {
  line-height: 40px;
  line-height: 2.5rem;
}

.pay__content .pay-Adds label .btn-buy {
  width: auto;
  margin: 0;
  float: right;
}

.pay__content .title {
  height: 25%;
  text-align: center;
}

.pay__content .content {
  min-height: 75%;
  text-align: left;
  padding-left: 10%;
}

.pay__content label.check:before {
  font-family: Font Awesome\ 5 Pro;
  content: "\f00c";
  cursor: pointer;
  font-size: 1rem;
  padding-right: 0.5rem;
}

.pay__content label.none {
  opacity: 0.4;
  text-decoration: line-through;
}

.pay__content label.none:before {
  font-family: Font Awesome\ 5 Pro;
  content: "\f00d";
  cursor: pointer;
  font-size: 1rem;
  padding-right: 0.5rem;
}

.bar__work.swiper-pagination-data {
  -ms-align-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.bar__work.swiper-pagination-data .swiper-pagination-bullet {
  width: auto;
  height: auto;
  display: inline-block;
  border-radius: 0;
  background: transparent;
  opacity: 1;
  color: #a8a8a8;
  border: 2px solid transparent;
  border-width: 0 0 2px 0;
  margin-right: 1rem;
}

.bar__work.swiper-pagination-data .swiper-pagination-bullet-active {
  opacity: 1;
  color: #31b2E4;
  border-color: #31b2E4;
}

.imgcheck_icon {
  display: none;
  vertical-align: middle;
  background: 0 0;
  width: 100%;
  height: 12px;
  height: 0.75rem;
  position: absolute;
  left: 0;
  bottom: 0;
  -webkit-transition: ease .3s;
  transition: ease .3s;
}

.imgcheck_icon i:before {
  content: "";
  width: 30px;
  height: 40px;
  position: absolute;
  display: block;
  background: #31b2E4;
  right: 0;
  top: -12px;
  -webkit-transform: rotate(45deg) translate(50%);
  transform: rotate(45deg) translate(50%);
}

.imgcheck_icon i:after {
  content: "\f00c";
  font-family: Font Awesome\ 5 Pro;
  font-weight: 900;
  color: #fff;
  font-size: .75rem;
  line-height: 1;
  position: absolute;
  right: 0;
  bottom: 0;
  -webkit-transform: scale(0.9, 0.9);
  transform: scale(0.9, 0.9);
}

.imgcheck input[type="radio"] + label,
.imgcheck input[type="checkbox"] + label {
  position: relative;
  width: calc(25% - 0.25rem);
  max-width: 6rem;
  height: auto;
  line-height: 1;
  padding-right: 0.25rem;
  text-overflow: inherit;
  border: 2px solid transparent;
}

.imgcheck input[type="radio"] + label:before,
.imgcheck input[type="checkbox"] + label:before {
  padding: 0;
  content: "";
}

.imgcheck input[type="radio"]:checked + label,
.imgcheck input[type="checkbox"]:checked + label {
  border-color: #31b2E4;
}

.imgcheck input[type="radio"]:checked + label:before,
.imgcheck input[type="checkbox"]:checked + label:before {
  content: "";
}

.imgcheck input[type="radio"]:checked + label .imgcheck_icon,
.imgcheck input[type="checkbox"]:checked + label .imgcheck_icon {
  display: inline-block;
}

.imgcheck img {
  width: 100%;
}

.sContent.pay__content div label:first-child {
  font-size: 14px;
  margin-bottom: 0.25rem;
}

.sContent.pay__content div label:first-child:after {
  content: " : ";
}

.flag {
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 20px solid #333;
  border-bottom: 20px solid #333;
  width: 100px;
  height: 40px;
  position: absolute;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  top: 30px;
  right: 0;
}

.flag span {
  position: relative;
  margin-top: -30px;
}

.button-content:before {
  content: '';
  width: 20px;
  height: 0%;
  border: 15px solid;
  border-color: transparent #B2DE34 transparent transparent;
  position: absolute;
  right: 65px;
  top: 0px;
}

.button-content {
  width: 65px;
  height: 30px;
  background-color: #B2DE34;
  font-size: small;
  line-height: 30px;
  text-align: center;
  position: absolute;
  top: 5px;
  right: 0;
}

.colon::after {
  content: ":";
  padding: 0 .375rem;
}

.calander__overlay {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 888;
  overflow: fixed;
  max-width: 100%;
  margin: 0 auto;
  background: rgba(0, 0, 0, 0.67);
  padding: 0 0.25rem;
}

.calander__overlay.is--show {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit- flex;
  display: -moz- flex;
  display: -ms- flex;
  -ms-align-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -moz-align-items: center;
  -ms-align-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.calander__overlay .swiper-container-horizontal > .swiper-pagination-bullets,
.calander__overlay .swiper-pagination-custom,
.calander__overlay .swiper-pagination-fraction {
  top: 0px;
  bottom: auto;
  height: 2.25rem;
  background: #fff;
  line-height: 2.25rem;
}

.calander__overlay .swiper-pagination-bullet {
  width: 100%;
  height: 100%;
  display: none;
  border-radius: 0;
  background: #fff;
}

.calander__overlay .swiper-pagination-bullet-active {
  display: inline-block;
  background: #fff;
}

.calander__overlay .swiper-container {
  height: 80%;
  max-height: 21rem;
  width: 100%;
  background: #fff;
  border-radius: 0.25rem;
}

.calander__overlay .swiper-container .swiper-wrapper {
  top: 2.25rem;
  width: 100%;
  height: 18.75rem;
}

.calander__overlay .swiper-container .swiper-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit- flex;
  display: -moz- flex;
  display: -ms- flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
}

.calander__overlay .swiper-container .swiper-slide .btn {
  background: transparent;
  width: calc(100%/7);
  height: calc(100%/4);
}

.calander__overlay .swiper-container .swiper-slide .btn.bgactive {
  background: #33b1e4;
}

/*font Variables*/
/*Color Variables*/
.mulit_pro {
  padding: 0;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit- flex;
  display: -moz- flex;
  display: -ms- flex;
}

.mulit_pro.is--hidden {
  display: none;
}

.mulit_pro li {
  list-style-type: none;
  color: #99a2a8;
  font-size: 0.75rem;
  -ms-flex: 1;
  -webkit-box-flex: 1;
          flex: 1;
  float: left;
  position: relative;
  text-align: center;
}

.mulit_pro li:nth-child(2):before {
  content: "2";
}

.mulit_pro li:nth-child(3):before {
  content: "3";
}

.mulit_pro li:nth-child(4):before {
  content: "4";
}

.mulit_pro li:nth-child(5):before {
  content: "5";
}

.mulit_pro li:nth-child(6):before {
  content: "6";
}

.mulit_pro li:nth-child(7):before {
  content: "7";
}

.mulit_pro li:nth-child(8):before {
  content: "8";
}

.mulit_pro li:nth-child(9):before {
  content: "9";
}

.mulit_pro li:nth-child(10):before {
  content: "10";
}

.mulit_pro li:before {
  font-size: 1rem;
  content: "1";
  width: 40px;
  height: 40px;
  line-height: 40px;
  display: block;
  background: #eaf0f4;
  border-radius: 50%;
  margin: 0 auto 10px auto;
}

.mulit_pro li:after {
  content: '';
  width: 100%;
  height: 5px;
  background: #eaf0f4;
  position: absolute;
  left: -50%;
  top: 17.5px;
  z-index: -1;
}

.mulit_pro li:last-child:after {
  width: 150%;
}

.mulit_pro li.active {
  color: #5cb85c;
}

.mulit_pro li.active:before, .mulit_pro li.active:after {
  background: #5cb85c;
  color: white;
}

.multi_step_form .btn {
  margin: 0.5rem;
}

.multi_step_form fieldset {
  border: 0;
  position: relative;
  width: 100%;
  left: 0;
  right: 0;
}

.multi_step_form fieldset:not(:first-of-type) {
  display: none;
}

.multi_step_form fieldset .btn i {
  margin-right: 0.5rem;
}

.multi_step_form fieldset .btn:first-of-type {
  background: #bdbdbd;
  color: #fff;
}

.multi_step_form.is--test fieldset:not(:first-of-type) {
  display: block;
}

.sContent.pay__content div.rowP label:first-child {
  margin-bottom: 0;
}

.pay__content .rowP {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit- flex;
  display: -moz- flex;
  display: -ms- flex;
  -ms-align-content: space-between;
  -ms-flex-line-pack: justify;
      align-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  -moz-align-items: center;
  -ms-align-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 12px 9px;
}

.pay__content .rowP.is--hidden {
  display: none;
}

.pay__content .rowP label {
  margin-bottom: 0;
}

.pay__content .rowP.item {
  border: 0.5px solid #ddd;
  border-width: 0 0 0.5px 0;
}

.sort__container {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit- flex;
  display: -moz- flex;
  display: -ms- flex;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  background: #fff;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  z-index: 66;
  -webkit-box-shadow: 1.5px 1.5px 1.5px #ccc, -0.5rem 0 0.2rem rgba(0, 0, 0, 0);
          box-shadow: 1.5px 1.5px 1.5px #ccc, -0.5rem 0 0.2rem rgba(0, 0, 0, 0);
}

.sort__container .sort__row {
  padding: .4rem .35rem;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit- flex;
  display: -moz- flex;
  display: -ms- flex;
  -ms-align-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -moz-justify-content: start;
  -ms-justify-content: start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  -moz-align-items: center;
  -ms-align-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  white-space: nowrap;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.sort__container .sort__row.clone {
  display: none;
}

.sort__container .sort__row .separationbar {
  height: 100%;
  background: rgba(133, 133, 133, 0.9);
  margin-right: .5rem;
  padding: 0 .1rem;
}

.sort__container .sort__row.no--arrow {
  padding: 0 .35rem;
}

.sort__container .sort__row.w--auto {
  width: auto;
}

.sort__container.state_sticky .sort__row {
  display: none;
}

.sort__container.state_sticky .sort__row.clone {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit- flex;
  display: -moz- flex;
  display: -ms- flex;
}

.customgroup.input-group {
  width: 2.5rem;
}

.customgroup .form-control {
  margin: 0;
  display: none;
}

.customgroup .btn.btn--sends {
  display: none;
}

.customgroup .btn-outline-secondary {
  border-color: transparent;
}

.customgroup.is--focus {
  width: 100%;
}

.customgroup.is--focus .form-control {
  border-color: #ced4da;
  display: block;
}

.customgroup.is--focus .btn-outline-secondary {
  border-color: #ced4da;
}

.customgroup.is--focus .btn.btn--sends {
  display: inline-block;
}

.sort__row .form-control {
  margin: -.4rem 0;
}

.sort__row label,
.sort__row .lsort {
  padding: .35rem .75rem;
  margin-right: .5rem;
  opacity: 1;
  font-size: 1rem;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  user-select: none;
  border-radius: 1rem;
  border: 0;
  height: auto;
  line-height: 16px;
  line-height: 1rem;
}

.sort__row label.mulit,
.sort__row .lsort.mulit {
  border-radius: 0rem;
}

.sort__row.no--arrow {
  padding: 0 .35rem;
}

.sort__row.no--arrow label,
.sort__row.no--arrow .lsort {
  padding: .75rem .75rem;
  border-radius: 0;
}

.sort__row.no--arrow .s--bar {
  width: 100%;
  height: .25rem;
  background: #fff;
  bottom: 0;
  position: relative;
  /* margin: 1rem 0 -.5rem 0; */
  margin-top: -.25rem;
  -webkit-transform: translate(-0.75rem, 0.75rem);
          transform: translate(-0.75rem, 0.75rem);
  width: calc(100% + 1.5rem);
  border-radius: .25rem .25rem 0 0;
}

.sort__row.row {
  border: .5px solid #ddd;
  border-width: 0 0 .5px 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}

.sort__row.row label,
.sort__row.row .lsort {
  margin-right: 0;
}

.sort__row.row label {
  padding: 0.5rem 0;
}

.sort__row.row .lsort {
  padding: 0.5rem .75rem;
  margin-left: -.1rem;
  border-radius: 0.35rem;
}

.detail__row .col-3,
.detail__row .col-5 {
  padding-left: .75rem;
}

.detail__row .border--l {
  border-width: 0 0 0 0.3125rem;
  padding-left: 1.0625rem;
  margin-left: -1.3125rem;
}

@media only screen and (max-width: 575px) {
  .detail__row .col-3,
  .detail__row .col-5 {
    padding-left: .2rem;
  }
  .detail__row .border--l {
    border-width: 0 0 0 0.25rem;
    padding-left: 0.45rem;
    margin-left: -0.7rem;
  }
  .sort__row.row .lsort {
    padding: 0.3rem .2rem;
  }
}

.sort__container .sort__row.is--hidden,
.maincontent .sort__row.is--hidden {
  display: none;
}

.sort__container .sort__row label.is--active, .sort__container .sort__row label.js--active,
.sort__container .sort__row .lsort.is--active,
.sort__container .sort__row .lsort.js--active,
.maincontent .sort__row label.is--active,
.maincontent .sort__row label.js--active,
.maincontent .sort__row .lsort.is--active,
.maincontent .sort__row .lsort.js--active {
  background: rgba(0, 152, 157, 0.1);
  color: #00989d;
  opacity: 1;
  font-weight: 700;
}

.sort__container .sort__row label.is--active.orderstat--10, .sort__container .sort__row label.js--active.orderstat--10,
.sort__container .sort__row .lsort.is--active.orderstat--10,
.sort__container .sort__row .lsort.js--active.orderstat--10,
.maincontent .sort__row label.is--active.orderstat--10,
.maincontent .sort__row label.js--active.orderstat--10,
.maincontent .sort__row .lsort.is--active.orderstat--10,
.maincontent .sort__row .lsort.js--active.orderstat--10 {
  color: #3ca26f;
  background: rgba(82, 191, 137, 0.15);
}

.sort__container .sort__row label.is--active.orderstat--20, .sort__container .sort__row label.js--active.orderstat--20,
.sort__container .sort__row .lsort.is--active.orderstat--20,
.sort__container .sort__row .lsort.js--active.orderstat--20,
.maincontent .sort__row label.is--active.orderstat--20,
.maincontent .sort__row label.js--active.orderstat--20,
.maincontent .sort__row .lsort.is--active.orderstat--20,
.maincontent .sort__row .lsort.js--active.orderstat--20 {
  color: #1b97c9;
  background: rgba(51, 177, 228, 0.15);
}

.sort__container .sort__row label.is--active.orderstat--30, .sort__container .sort__row label.js--active.orderstat--30,
.sort__container .sort__row .lsort.is--active.orderstat--30,
.sort__container .sort__row .lsort.js--active.orderstat--30,
.maincontent .sort__row label.is--active.orderstat--30,
.maincontent .sort__row label.js--active.orderstat--30,
.maincontent .sort__row .lsort.is--active.orderstat--30,
.maincontent .sort__row .lsort.js--active.orderstat--30 {
  color: #c9a41b;
  background: rgba(228, 190, 51, 0.15);
}

.sort__container .sort__row label.is--active.orderstat--40, .sort__container .sort__row label.js--active.orderstat--40,
.sort__container .sort__row .lsort.is--active.orderstat--40,
.sort__container .sort__row .lsort.js--active.orderstat--40,
.maincontent .sort__row label.is--active.orderstat--40,
.maincontent .sort__row label.js--active.orderstat--40,
.maincontent .sort__row .lsort.is--active.orderstat--40,
.maincontent .sort__row .lsort.js--active.orderstat--40 {
  color: #673c84;
  background: rgba(130, 76, 167, 0.15);
}

.sort__container .sort__row label.is--active.orderstat--99, .sort__container .sort__row label.js--active.orderstat--99,
.sort__container .sort__row .lsort.is--active.orderstat--99,
.sort__container .sort__row .lsort.js--active.orderstat--99,
.maincontent .sort__row label.is--active.orderstat--99,
.maincontent .sort__row label.js--active.orderstat--99,
.maincontent .sort__row .lsort.is--active.orderstat--99,
.maincontent .sort__row .lsort.js--active.orderstat--99 {
  color: #a11a21;
  background: rgba(205, 33, 42, 0.15);
}

.sort__container .sort__row label.is--active.orderstat--959, .sort__container .sort__row label.js--active.orderstat--959,
.sort__container .sort__row .lsort.is--active.orderstat--959,
.sort__container .sort__row .lsort.js--active.orderstat--959,
.maincontent .sort__row label.is--active.orderstat--959,
.maincontent .sort__row label.js--active.orderstat--959,
.maincontent .sort__row .lsort.is--active.orderstat--959,
.maincontent .sort__row .lsort.js--active.orderstat--959 {
  color: #ed8e2b;
  background: rgba(241, 167, 90, 0.15);
}

.sort__container .sort__row label.is--active.orderstat--000, .sort__container .sort__row label.js--active.orderstat--000,
.sort__container .sort__row .lsort.is--active.orderstat--000,
.sort__container .sort__row .lsort.js--active.orderstat--000,
.maincontent .sort__row label.is--active.orderstat--000,
.maincontent .sort__row label.js--active.orderstat--000,
.maincontent .sort__row .lsort.is--active.orderstat--000,
.maincontent .sort__row .lsort.js--active.orderstat--000 {
  color: #6c6c6c;
  background: rgba(133, 133, 133, 0.15);
}

.sort__container .sort__row label.is--active.orderstat--0, .sort__container .sort__row label.js--active.orderstat--0,
.sort__container .sort__row .lsort.is--active.orderstat--0,
.sort__container .sort__row .lsort.js--active.orderstat--0,
.maincontent .sort__row label.is--active.orderstat--0,
.maincontent .sort__row label.js--active.orderstat--0,
.maincontent .sort__row .lsort.is--active.orderstat--0,
.maincontent .sort__row .lsort.js--active.orderstat--0 {
  color: #5ac263;
  background: rgba(127, 208, 134, 0.15);
}

.sort__container .sort__row label.is--active.orderstat--1, .sort__container .sort__row label.js--active.orderstat--1,
.sort__container .sort__row .lsort.is--active.orderstat--1,
.sort__container .sort__row .lsort.js--active.orderstat--1,
.maincontent .sort__row label.is--active.orderstat--1,
.maincontent .sort__row label.js--active.orderstat--1,
.maincontent .sort__row .lsort.is--active.orderstat--1,
.maincontent .sort__row .lsort.js--active.orderstat--1 {
  color: #dca148;
  background: rgba(228, 183, 115, 0.15);
}

.sort__container .sort__row label.is--active.orderstat--2, .sort__container .sort__row label.js--active.orderstat--2,
.sort__container .sort__row .lsort.is--active.orderstat--2,
.sort__container .sort__row .lsort.js--active.orderstat--2,
.maincontent .sort__row label.is--active.orderstat--2,
.maincontent .sort__row label.js--active.orderstat--2,
.maincontent .sort__row .lsort.is--active.orderstat--2,
.maincontent .sort__row .lsort.js--active.orderstat--2 {
  color: #8b4bde;
  background: rgba(167, 118, 230, 0.15);
}

.sort__container .sort__row label.is--active.orderstat--3, .sort__container .sort__row label.js--active.orderstat--3,
.sort__container .sort__row .lsort.is--active.orderstat--3,
.sort__container .sort__row .lsort.js--active.orderstat--3,
.maincontent .sort__row label.is--active.orderstat--3,
.maincontent .sort__row label.js--active.orderstat--3,
.maincontent .sort__row .lsort.is--active.orderstat--3,
.maincontent .sort__row .lsort.js--active.orderstat--3 {
  color: #3a7dda;
  background: rgba(101, 153, 226, 0.15);
}

.sort__container .sort__row label.is--active.orderstat--8, .sort__container .sort__row label.js--active.orderstat--8,
.sort__container .sort__row .lsort.is--active.orderstat--8,
.sort__container .sort__row .lsort.js--active.orderstat--8,
.maincontent .sort__row label.is--active.orderstat--8,
.maincontent .sort__row label.js--active.orderstat--8,
.maincontent .sort__row .lsort.is--active.orderstat--8,
.maincontent .sort__row .lsort.js--active.orderstat--8 {
  color: #afb7c3;
  background: rgba(204, 209, 217, 0.15);
}

.sort__container .sort__row .lsort,
.maincontent .sort__row .lsort {
  color: #424242;
}

.sort__container .sort__row .lsort.desc, .sort__container .sort__row .lsort.asc,
.maincontent .sort__row .lsort.desc,
.maincontent .sort__row .lsort.asc {
  border-width: 0;
  color: #00989d;
}

.sort__container .sort__row .lsort.desc:after, .sort__container .sort__row .lsort.asc:after,
.maincontent .sort__row .lsort.desc:after,
.maincontent .sort__row .lsort.asc:after {
  color: #00989d;
}

input[type="radio"] + label.check__itemst,
input[type="checkbox"] + label.check__itemst {
  color: #a8a8a8 !important;
  border: 1px solid #e7e8e9;
  background: #e7e8e9;
  height: auto;
  line-height: 24px;
  line-height: 1.5rem;
  border-radius: 0.75rem;
  padding: 0 .5rem 0 .2rem;
}

input[type="radio"] + label.check__itemst:before,
input[type="checkbox"] + label.check__itemst:before {
  content: " ";
  padding: 0;
}

input[type="radio"] + label.checkWithBtn .form-control,
input[type="checkbox"] + label.checkWithBtn .form-control {
  pointer-events: none;
  opacity: 0.7;
}

input[type="radio"]:checked + label.check__itemst.is--show,
input[type="checkbox"]:checked + label.check__itemst.is--show {
  color: #52bf89 !important;
  background: rgba(82, 191, 137, 0.25);
  border: 1px solid rgba(82, 191, 137, 0.25);
}

input[type="radio"]:checked + label.check__itemst.is--stamp,
input[type="checkbox"]:checked + label.check__itemst.is--stamp {
  color: #824ca7 !important;
  background: rgba(130, 76, 167, 0.25);
  border: 1px solid rgba(130, 76, 167, 0.25);
}

input[type="radio"]:checked + label.check__itemst.is--soldout,
input[type="checkbox"]:checked + label.check__itemst.is--soldout {
  color: #dca148 !important;
  background: rgba(220, 161, 72, 0.25);
  border: 1px solid rgba(220, 161, 72, 0.25);
}

input[type="radio"]:checked + label.check__itemst.is--presoldout,
input[type="checkbox"]:checked + label.check__itemst.is--presoldout {
  color: #CD212A !important;
  background: rgba(205, 33, 42, 0.25);
  border: 1px solid rgba(205, 33, 42, 0.25);
}

input[type="radio"]:checked + label.check__itemst:before,
input[type="checkbox"]:checked + label.check__itemst:before {
  content: " ";
  padding: 0;
}

input[type="radio"]:checked + label.checkWithBtn .form-control,
input[type="checkbox"]:checked + label.checkWithBtn .form-control {
  pointer-events: auto;
  opacity: 1;
}

.swiper-button-next,
.swiper-button-prev {
  width: 1.5rem;
  height: 2rem;
  background-size: 1.5rem 2rem;
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  opacity: 0;
}

.swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%2300989d'%2F%3E%3C%2Fsvg%3E") !important;
}

.swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%2300989d'%2F%3E%3C%2Fsvg%3E") !important;
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  right: .2rem;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  left: .2rem;
}

.sort__container .swiper-button-next,
.sort__container .swiper-button-prev {
  width: 3rem;
  height: 1.2rem;
  background-size: 1.5rem;
  top: 2rem;
}

.sort__container .swiper-button-next.swiper-button-disabled,
.sort__container .swiper-button-prev.swiper-button-disabled {
  opacity: .35;
}

.sort__container .sort__row.swiper-pagination-data {
  width: calc(100% - 6rem);
  margin: 0 3rem;
  overflow: hidden;
}

.sort__container .sort__row.swiper-pagination-data.no--arrow {
  width: calc(100%);
  margin: 0;
  overflow-x: auto;
}

body.cStore {
  background: #fff;
}

body.cStore.sb {
  background: #f1f3f4;
}

.sbfooter {
  position: -webkit-sticky;
  position: sticky;
  bottom: 0;
  background: #fff;
}

.sbfooter .btn {
  background: transparent;
  color: #a8a8a8;
}

.sbbanner {
  color: #fff;
  width: calc(100% + 1.5rem);
  margin: 0 -0.75rem 0.25rem;
  padding: 0.5rem 0.75rem;
  background: inherit;
  background-position: center;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 999;
}

.sbbanner label {
  z-index: 1000;
  position: relative;
}

.sbbanner::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 4px;
  left: 0;
  background: inherit;
  background-position: center;
  background-attachment: fixed;
  -webkit-filter: blur(4px);
          filter: blur(4px);
}

.sbbanner::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0rem;
  left: 0;
  background: rgba(0, 0, 0, 0.25);
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.15)), color-stop(85%, rgba(0, 0, 0, 0)));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.15) 0%, rgba(0, 0, 0, 0) 85%);
}

.swiper-slide {
  padding: 0rem 0.75rem 0.5rem;
}

.swiper-slide img {
  width: 100%;
  border-radius: 0.45rem;
}

.swiper-slide.p--0 {
  padding: 0;
}

.img__container {
  background-attachment: fixed;
  position: relative;
  min-height: 12.5rem;
  width: 100%;
  padding: 0rem 0.75rem 0.5rem;
  background-size: 200% 100%;
  background-repeat: no-repeat;
}

.img__container::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: inherit;
  background-position: center;
  background-attachment: fixed;
  -webkit-filter: blur(4px);
          filter: blur(4px);
}

.img__container::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: -1rem;
  left: 0;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.25)), color-stop(85%, #f1f3f4));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.25) 0%, #f1f3f4 85%);
}

.img__container .img__content {
  position: relative;
  width: 100%;
  border-radius: 0.45rem;
  z-index: 1;
  padding-bottom: 1rem;
}

.img__container img {
  width: 100%;
  border-radius: 0.45rem;
}

.img__container .card__content {
  padding: 0.75rem;
  background: #fff;
  border-radius: 0.45rem;
  border: 0.5rem double #ddd;
}

.textHolder {
  color: #fff;
  width: 100%;
  height: auto;
  position: absolute;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
  overflow: hidden;
  border-radius: 0 0 0.45rem 0.45rem;
}

.textHolder::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: inherit;
  background-attachment: fixed;
  -webkit-filter: blur(4px);
          filter: blur(4px);
}

.textHolder::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(35%, rgba(0, 0, 0, 0.45)));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.45) 35%);
}

.textHolder label {
  z-index: 1;
  position: relative;
}

.textHolder a {
  color: #fff;
}

.textHolder label:last-child {
  margin-bottom: 0.1rem;
}

.img__content .lxlg + .lmd {
  margin-top: 0.25rem;
}

.img__content .lmd + .lmd {
  margin-top: 0.15rem;
}

.funcbutton {
  -ms-flex: 1;
  -webkit-box-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit- flex;
  display: -moz- flex;
  display: -ms- flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-align-content: start;
  -ms-flex-line-pack: start;
      align-content: start;
  -moz-justify-content: start;
  -ms-justify-content: start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
}

.funcbutton input {
  font-size: 1.25rem;
  background: transparent;
  margin-top: 5%;
}

.funcbutton .btnOType {
  width: calc(50% - 1.125rem);
  height: calc(50% - 1.125rem);
  background: #fff;
  border-radius: 0.45rem;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit- flex;
  display: -moz- flex;
  display: -ms- flex;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -ms-align-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.funcbutton .btnOType:nth-child(1) {
  margin: 0.75rem 0.375rem 0.375rem 0.75rem;
}

.funcbutton .btnOType:nth-child(2) {
  margin: 0.75rem 0.75rem 0.375rem 0.375rem;
}

.funcbutton .btnOType:nth-child(3) {
  margin: 0.375rem 0.375rem 0.75rem 0.75rem;
}

.funcbutton .btnOType:nth-child(4) {
  margin: 0.375rem 0.75rem 0.75rem 0.375rem;
}

.funcbutton .btnOType:before {
  font-family: "Font Awesome 5 Pro";
  width: 3rem;
  height: 3rem;
  border-radius: 5rem;
  font-weight: 900;
  text-align: center;
  line-height: 3rem;
  font-size: 1.25rem;
}

.funcbutton .btnOType.btnOType--0 input {
  color: #3faa48;
}

.funcbutton .btnOType.btnOType--0:before {
  color: #3faa48;
  background: linear-gradient(125deg, rgba(127, 208, 134, 0.25) 0%, rgba(127, 208, 134, 0.55) 100%);
}

.funcbutton .btnOType.btnOType--1 input {
  color: #ca8927;
}

.funcbutton .btnOType.btnOType--1:before {
  color: #ca8927;
  background: linear-gradient(125deg, rgba(228, 183, 115, 0.25) 0%, rgba(228, 183, 115, 0.55) 100%);
}

.funcbutton .btnOType.btnOType--2 input {
  color: #7026d0;
}

.funcbutton .btnOType.btnOType--2:before {
  color: #7026d0;
  background: linear-gradient(125deg, rgba(167, 118, 230, 0.25) 0%, rgba(167, 118, 230, 0.55) 100%);
}

.funcbutton .btnOType.btnOType--3 input {
  color: #2464bd;
}

.funcbutton .btnOType.btnOType--3:before {
  color: #2464bd;
  background: linear-gradient(125deg, rgba(101, 153, 226, 0.25) 0%, rgba(101, 153, 226, 0.55) 100%);
}

.funcbutton .btnOType.btnOType--99 input {
  color: #c26a10;
}

.funcbutton .btnOType.btnOType--99:before {
  color: #c26a10;
  background: linear-gradient(125deg, rgba(240, 157, 72, 0.25) 0%, rgba(240, 157, 72, 0.55) 100%);
}

.funcbutton .btnOType.btnOType--999 input {
  color: #490c0f;
}

.funcbutton .btnOType.btnOType--999:before {
  color: #490c0f;
  background: linear-gradient(125deg, rgba(161, 26, 33, 0.25) 0%, rgba(161, 26, 33, 0.55) 100%);
}

.funcbutton .btnOType.btnOType--0:before {
  content: "\f2e6";
}

.funcbutton .btnOType.btnOType--1:before {
  content: "\f81c";
}

.funcbutton .btnOType.btnOType--2:before {
  content: "\f21c";
}

.funcbutton .btnOType.btnOType--3:before {
  content: "\f47b";
}

.fixcontent {
  z-index: 99;
  border-radius: 0 0 0.45rem 0.45rem;
  background: #f1f3f4;
  -webkit-box-shadow: 0.08812rem 0.08812rem 0.1875rem rgba(128, 128, 128, 0.5);
  box-shadow: 0.08812rem 0.08812rem 0.1875rem rgba(128, 128, 128, 0.5);
}

body.cStore.sb .fixcontent {
  -webkit-box-shadow: 0.08812rem 0.08812rem 0.1875rem rgba(128, 128, 128, 0);
  box-shadow: 0.08812rem 0.08812rem 0.1875rem rgba(128, 128, 128, 0);
}

.fixicon {
  position: absolute;
  right: 0;
  line-height: 3rem;
  font-size: 1.5rem;
  color: #a8a8a8;
  width: 2.5rem;
  background: transparent;
  z-index: 1024;
  text-align: center;
  bottom: 0;
  background: transparent;
  display: none;
}

.fixicon.hasicon {
  display: inline-block;
}

.fixbutton {
  width: 100%;
  z-index: 1;
  min-height: 3rem;
  display: inline-block;
  overflow-y: auto;
  white-space: nowrap;
  padding: 0.375rem 0.75rem;
}

.fixbutton.hasicon {
  width: calc(100% - 2.5rem);
}

.fixbutton.hasicon .fixicon {
  display: inline-block;
}

.fixbutton.popbutton {
  padding: 1.875rem 0.75rem 0.375rem;
  margin-top: -1.5rem;
}

.btn.btnType {
  width: 100%;
  padding: 0;
  height: 3rem;
  line-height: 3rem;
  border-radius: 0.45rem;
  background: #fff;
  -webkit-box-shadow: 0.01rem 0.01rem 0.35rem rgba(128, 128, 128, 0.5);
  box-shadow: 0.01rem 0.01rem 0.35rem rgba(128, 128, 128, 0.5);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit- flex;
  display: -moz- flex;
  display: -ms- flex;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
}

.btn.btnType i {
  width: 5rem;
  margin-top: -1px;
  height: 3rem;
  line-height: 3rem;
  text-align: center;
  border-radius: 0 0.45rem 0.45rem 0;
}

.btn.btnType i:before {
  width: 5rem;
  color: #fff;
  text-align: right;
  margin-top: -1px;
  height: 3rem;
  line-height: 3rem;
  font-size: 1.15rem;
  padding-right: 1rem;
}

.btn.btnType.sb i {
  width: 3rem;
  border-radius: 0.45rem 0 0 0.45rem;
}

.btn.btnType.sb i:before {
  width: 3rem;
  text-align: center;
  padding-right: 0;
}

.btn.btnType span {
  -ms-flex: 1;
  -webkit-box-flex: 1;
          flex: 1;
  text-align: center;
  font-size: 1.15rem;
  margin-top: -1px;
  height: 3rem;
  line-height: 3rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.btn.btnType i + span {
  margin-left: -1.5rem;
}

.btn.btnType.btnType--0 {
  color: #3faa48;
}

.btn.btnType.btnType--0.sb {
  color: #fff;
  background: linear-gradient(125deg, #7fd086 0%, #6cc974 100%);
}

.btn.btnType.btnType--0 i {
  background: linear-gradient(125deg, #fff 29%, #7fd086 30%);
}

.btn.btnType.btnType--0.sb i {
  background: #6cc974;
}

.btn.btnType.btnType--0.disabled i, .btn.btnType.btnType--0:disabled i {
  background: linear-gradient(125deg, #ddd 29%, #7fd086 30%);
}

.btn.btnType.btnType--0.sb.disabled i, .btn.btnType.btnType--0.sb:disabled i {
  background: #6cc974;
}

.btn.btnType.btnType--1 {
  color: #ca8927;
}

.btn.btnType.btnType--1.sb {
  color: #fff;
  background: linear-gradient(125deg, #e4b773 0%, #e0ac5e 100%);
}

.btn.btnType.btnType--1 i {
  background: linear-gradient(125deg, #fff 29%, #e4b773 30%);
}

.btn.btnType.btnType--1.sb i {
  background: #e0ac5e;
}

.btn.btnType.btnType--1.disabled i, .btn.btnType.btnType--1:disabled i {
  background: linear-gradient(125deg, #ddd 29%, #e4b773 30%);
}

.btn.btnType.btnType--1.sb.disabled i, .btn.btnType.btnType--1.sb:disabled i {
  background: #e0ac5e;
}

.btn.btnType.btnType--2 {
  color: #7026d0;
}

.btn.btnType.btnType--2.sb {
  color: #fff;
  background: linear-gradient(125deg, #a776e6 0%, #9960e2 100%);
}

.btn.btnType.btnType--2 i {
  background: linear-gradient(125deg, #fff 29%, #a776e6 30%);
}

.btn.btnType.btnType--2.sb i {
  background: #9960e2;
}

.btn.btnType.btnType--2.disabled i, .btn.btnType.btnType--2:disabled i {
  background: linear-gradient(125deg, #ddd 29%, #a776e6 30%);
}

.btn.btnType.btnType--2.sb.disabled i, .btn.btnType.btnType--2.sb:disabled i {
  background: #9960e2;
}

.btn.btnType.btnType--3 {
  color: #2464bd;
}

.btn.btnType.btnType--3.sb {
  color: #fff;
  background: linear-gradient(125deg, #6599e2 0%, #508bde 100%);
}

.btn.btnType.btnType--3 i {
  background: linear-gradient(125deg, #fff 29%, #6599e2 30%);
}

.btn.btnType.btnType--3.sb i {
  background: #508bde;
}

.btn.btnType.btnType--3.disabled i, .btn.btnType.btnType--3:disabled i {
  background: linear-gradient(125deg, #ddd 29%, #6599e2 30%);
}

.btn.btnType.btnType--3.sb.disabled i, .btn.btnType.btnType--3.sb:disabled i {
  background: #508bde;
}

.btn.btnType.btnType--99 {
  color: #c26a10;
}

.btn.btnType.btnType--99.sb {
  color: #fff;
  background: linear-gradient(125deg, #f09d48 0%, #ee9030 100%);
}

.btn.btnType.btnType--99 i {
  background: linear-gradient(125deg, #fff 29%, #f09d48 30%);
}

.btn.btnType.btnType--99.sb i {
  background: #ee9030;
}

.btn.btnType.btnType--99.disabled i, .btn.btnType.btnType--99:disabled i {
  background: linear-gradient(125deg, #ddd 29%, #f09d48 30%);
}

.btn.btnType.btnType--99.sb.disabled i, .btn.btnType.btnType--99.sb:disabled i {
  background: #ee9030;
}

.btn.btnType.btnType--999 {
  color: #490c0f;
}

.btn.btnType.btnType--999.sb {
  color: #fff;
  background: linear-gradient(125deg, #a11a21 0%, #8b161d 100%);
}

.btn.btnType.btnType--999 i {
  background: linear-gradient(125deg, #fff 29%, #a11a21 30%);
}

.btn.btnType.btnType--999.sb i {
  background: #8b161d;
}

.btn.btnType.btnType--999.disabled i, .btn.btnType.btnType--999:disabled i {
  background: linear-gradient(125deg, #ddd 29%, #a11a21 30%);
}

.btn.btnType.btnType--999.sb.disabled i, .btn.btnType.btnType--999.sb:disabled i {
  background: #8b161d;
}

.btn.btnType.disabled, .btn.btnType:disabled {
  opacity: 0.45;
  background: #ddd;
}

.btn.btnType.btnType--0 i:before {
  content: "\f2e6";
}

.btn.btnType.btnType--1 i:before {
  content: "\f81c";
}

.btn.btnType.btnType--2 i:before {
  content: "\f21c";
}

.btn.btnType.btnType--3 i:before {
  content: "\f47b";
}

.btn.btnType.btnType--99 i:before {
  content: "\f0a6";
}

.btnOType {
  border-radius: 0.45rem 0 0 0.45rem;
  background: transparent;
  -webkit-box-shadow: 0.01rem 0.01rem 0.35rem rgba(128, 128, 128, 0.5);
  box-shadow: 0.01rem 0.01rem 0.35rem rgba(128, 128, 128, 0.5);
}

.btnOType input {
  background: transparent;
  height: 3rem;
  font-size: 1.25rem;
  border-radius: 0.45rem 0 0 0.45rem;
  z-index: 2;
  position: relative;
  background: #fff;
}

.btnOType:after {
  font-family: "Font Awesome 5 Pro";
  width: 5rem;
  height: 3rem;
  border-radius: 0 0.45rem 0.45rem 0;
  position: absolute;
  font-weight: 900;
  color: #fff;
  text-align: right;
  line-height: 3rem;
  font-size: 1.25rem;
  padding-right: 1.25rem;
  -webkit-box-shadow: 0.01rem 0.01rem 0.35rem rgba(128, 128, 128, 0.5);
  box-shadow: 0.01rem 0.01rem 0.35rem rgba(128, 128, 128, 0.5);
}

.btnOType.btnOType--0 input {
  color: #3faa48;
}

.btnOType.btnOType--0:after {
  background: linear-gradient(125deg, #fff 29%, #7fd086 30%);
}

.btnOType.btnOType--1 input {
  color: #ca8927;
}

.btnOType.btnOType--1:after {
  background: linear-gradient(125deg, #fff 29%, #e4b773 30%);
}

.btnOType.btnOType--2 input {
  color: #7026d0;
}

.btnOType.btnOType--2:after {
  background: linear-gradient(125deg, #fff 29%, #a776e6 30%);
}

.btnOType.btnOType--3 input {
  color: #2464bd;
}

.btnOType.btnOType--3:after {
  background: linear-gradient(125deg, #fff 29%, #6599e2 30%);
}

.btnOType.btnOType--99 input {
  color: #c26a10;
}

.btnOType.btnOType--99:after {
  background: linear-gradient(125deg, #fff 29%, #f09d48 30%);
}

.btnOType.btnOType--999 input {
  color: #490c0f;
}

.btnOType.btnOType--999:after {
  background: linear-gradient(125deg, #fff 29%, #a11a21 30%);
}

.btnOType.btnOType--0:after {
  content: "\f2e6";
}

.btnOType.btnOType--1:after {
  content: "\f81c";
}

.btnOType.btnOType--2:after {
  content: "\f21c";
}

.btnOType.btnOType--3:after {
  content: "\f47b";
}

.btnOType.btnOType--99 {
  width: 100%;
  border-radius: 0.45rem;
}

.btnOType.btnOType--99 input {
  width: calc(100% - 4.8rem);
}

.btnOType.btnOType--99:after {
  content: "\f0a6";
}

.btnOType + .btnOType {
  margin-left: 5.2rem;
}

.stickybutton {
  position: -webkit-sticky;
  position: sticky;
  width: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit- flex;
  display: -moz- flex;
  display: -ms- flex;
}

.stickybutton.block {
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-align-content: flex-start;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.stickybutton.list {
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
}

.stickybutton .btnOType {
  background: #fff;
  font-size: 1.2rem;
  white-space: normal;
}

.stickybutton .btnOType.btnOType--0 {
  color: #318538;
}

.stickybutton .btnOType.btnOType--0 i {
  color: #7fd086;
}

.stickybutton .btnOType.btnOType--1 {
  color: #9f6c1f;
}

.stickybutton .btnOType.btnOType--1 i {
  color: #e4b773;
}

.stickybutton .btnOType.btnOType--2 {
  color: #591ea5;
}

.stickybutton .btnOType.btnOType--2 i {
  color: #a776e6;
}

.stickybutton .btnOType.btnOType--3 {
  color: #1c4d92;
}

.stickybutton .btnOType.btnOType--3 i {
  color: #6599e2;
}

.stickybutton .btnOType.btnOType--99 {
  color: #93500c;
}

.stickybutton .btnOType.btnOType--99 i {
  color: #f09d48;
}

.stickybutton .btnOType.btnOType--999 {
  color: #1d0506;
}

.stickybutton .btnOType.btnOType--999 i {
  color: #a11a21;
}

.stickybutton .btnOType.btnOType--0 i:before {
  content: "\f2e6";
}

.stickybutton .btnOType.btnOType--1 i:before {
  content: "\f81c";
}

.stickybutton .btnOType.btnOType--2 i:before {
  content: "\f21c";
}

.stickybutton .btnOType.btnOType--3 i:before {
  content: "\f47b";
}

.stickybutton.block .btnOType {
  -ms-flex: 1;
  -webkit-box-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit- flex;
  display: -moz- flex;
  display: -ms- flex;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -moz-align-items: center;
  -ms-align-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-align-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}

.stickybutton.block .btnOType i {
  padding: 0.25rem;
  border-radius: 0.25rem;
}

.stickybutton.block .btnOType {
  border-radius: 0;
}

.stickybutton.block.btn--1 .btnOType:nth-child(1) {
  border-radius: 0.45rem 0.45rem 0 0;
}

.stickybutton.block.btn--2 .btnOType:nth-child(1) {
  border-radius: 0.45rem 0 0 0;
}

.stickybutton.block.btn--2 .btnOType:nth-child(2) {
  border-radius: 0 0.45rem 0 0;
}

.stickybutton.block.btn--3 .btnOType:nth-child(1) {
  border-radius: 0.45rem 0 0 0;
}

.stickybutton.block.btn--3 .btnOType:nth-child(3) {
  border-radius: 0 0.45rem 0 0;
}

.stickybutton.block.btn--4 .btnOType {
  min-width: 50%;
}

.stickybutton.block.btn--4 .btnOType:nth-child(1) {
  border-radius: 0.45rem 0 0 0;
}

.stickybutton.block.btn--4 .btnOType:nth-child(2) {
  border-radius: 0 0.45rem 0 0;
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 2px;
}

.swiper-pagination-bullet {
  width: 0.5rem;
  height: 0.375rem;
  display: inline-block;
  border-radius: 0.1875rem;
  background: #000;
  opacity: 0.2;
}

.swiper-pagination-bullet-active {
  opacity: 1;
  background: #fff;
  width: 0.75rem;
}

.swiper-container-horizontal > .swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  left: 0;
  width: 100%;
  bottom: 1rem;
}

.pop__overlay,
.pop__date {
  overflow: hidden;
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  overflow: hidden;
  width: 100%;
  height: 100%;
  display: none;
  max-width: 100%;
  margin: 0 auto;
  z-index: 995;
}

.shine__overlay {
  overflow: hidden;
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  overflow: hidden;
  width: 100%;
  height: 100%;
  display: none;
  max-width: 100%;
  margin: 0 auto;
  z-index: 1024;
}

.shine__overlay.is--shine {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit- flex;
  display: -moz- flex;
  display: -ms- flex;
  -webkit-animation: shinein 3s ease 0s infinite alternate;
          animation: shinein 3s ease 0s infinite alternate;
}

@-webkit-keyframes shinein {
  0% {
    background: rgba(0, 0, 0, 0.4);
  }
  5% {
    background: rgba(255, 0, 0, 0.4);
  }
  10% {
    background: rgba(0, 0, 0, 0.4);
  }
  15% {
    background: rgba(0, 255, 0, 0.4);
  }
  20% {
    background: rgba(0, 0, 0, 0.4);
  }
  25% {
    background: rgba(0, 0, 255, 0.4);
  }
  30% {
    background: rgba(0, 0, 0, 0.4);
  }
  35% {
    background: rgba(255, 0, 255, 0.4);
  }
  40% {
    background: rgba(0, 0, 0, 0.4);
  }
  45% {
    background: rgba(0, 255, 255, 0.4);
  }
  50% {
    background: rgba(0, 0, 0, 0.4);
  }
  55% {
    background: rgba(255, 255, 0, 0.4);
  }
  60% {
    background: rgba(0, 0, 0, 0.4);
  }
  65% {
    background: rgba(255, 255, 255, 0.4);
  }
  70% {
    background: rgba(0, 0, 0, 0.4);
  }
  75% {
    background: rgba(255, 0, 0, 0.4);
  }
  80% {
    background: rgba(0, 0, 0, 0.4);
  }
  85% {
    background: rgba(0, 255, 0, 0.4);
  }
  90% {
    background: rgba(0, 0, 0, 0.4);
  }
  95% {
    background: rgba(0, 255, 255, 0.4);
  }
  100% {
    background: rgba(0, 0, 0, 0.4);
  }
}

@keyframes shinein {
  0% {
    background: rgba(0, 0, 0, 0.4);
  }
  5% {
    background: rgba(255, 0, 0, 0.4);
  }
  10% {
    background: rgba(0, 0, 0, 0.4);
  }
  15% {
    background: rgba(0, 255, 0, 0.4);
  }
  20% {
    background: rgba(0, 0, 0, 0.4);
  }
  25% {
    background: rgba(0, 0, 255, 0.4);
  }
  30% {
    background: rgba(0, 0, 0, 0.4);
  }
  35% {
    background: rgba(255, 0, 255, 0.4);
  }
  40% {
    background: rgba(0, 0, 0, 0.4);
  }
  45% {
    background: rgba(0, 255, 255, 0.4);
  }
  50% {
    background: rgba(0, 0, 0, 0.4);
  }
  55% {
    background: rgba(255, 255, 0, 0.4);
  }
  60% {
    background: rgba(0, 0, 0, 0.4);
  }
  65% {
    background: rgba(255, 255, 255, 0.4);
  }
  70% {
    background: rgba(0, 0, 0, 0.4);
  }
  75% {
    background: rgba(255, 0, 0, 0.4);
  }
  80% {
    background: rgba(0, 0, 0, 0.4);
  }
  85% {
    background: rgba(0, 255, 0, 0.4);
  }
  90% {
    background: rgba(0, 0, 0, 0.4);
  }
  95% {
    background: rgba(0, 255, 255, 0.4);
  }
  100% {
    background: rgba(0, 0, 0, 0.4);
  }
}

.popcontainer {
  background: rgba(253, 253, 248, 0.9);
  width: 100%;
  height: auto;
  border-radius: 0.45rem;
  max-width: 30rem;
  margin: 0 auto;
}

@media (min-width: 992px) {
  .popcontainer.min {
    width: 60%;
  }
}

@media (min-width: 1440px) {
  .popcontainer.min {
    width: 50%;
  }
}

.cStore .dropup {
  z-index: 989;
  color: #fff;
  font-size: 1.2rem;
}

.pop__date {
  background: rgba(0, 0, 0, 0.4);
}

.pop__overlay {
  padding: 0.5rem 8% 0.5rem;
  background: rgba(0, 0, 0, 0.4);
}

.pop__overlay * {
  display: none;
}

.pop__overlay.is--show {
  background: rgba(0, 0, 0, 0.5);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit- flex;
  display: -moz- flex;
  display: -ms- flex;
  -ms-align-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
}

.pop__overlay.is--show.sb {
  background: rgba(0, 0, 0, 0.78);
}

.pop__overlay.is--show * {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.pop__overlay.is--show .container {
  display: block;
  padding-top: 1rem;
  padding-bottom: 1rem;
  background: rgba(253, 253, 248, 0.9);
  border-radius: 0.45rem;
  max-width: 30rem;
}

.pop__overlay.is--show .container > .container,
.pop__overlay.is--show .container fieldset > .container {
  background: transparent;
  padding: 0.2rem;
}

.pop__overlay.is--show .container .btnrow {
  padding-right: 0.2rem;
  padding-left: 0.2rem;
}

.pop__overlay.is--show.big {
  -ms-align-content: flex-start;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.pop__overlay.is--show.big .container {
  max-width: 100%;
}

.pop__overlay.is--show.big .StoreList {
  max-height: 43vh;
  overflow-y: auto;
}

.pop__overlay.is--show.big.long .StoreList {
  max-height: 70vh;
}

.pop__overlay.is--show .container.is--hidden {
  display: none;
}

.pop__overlay.is--show .container.is--hidden * {
  display: none;
}

.pop__overlay.is--show .btn.count {
  margin-right: 0.3rem;
}

.pop__overlay.is--show .btn.change {
  margin-right: 0.3rem;
}

.pop__overlay.is--show .btn.change.popBtn {
  margin-right: 0;
}

.pop__overlay.is--show .btn.change.is--hidden {
  visibility: hidden;
}

.pop__overlay.is--show .relateCheckInput input[type="radio"] + label,
.pop__overlay.is--show .relateCheckInput input[type="checkbox"] + label {
  -ms-align-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.pop__overlay .title__func--row {
  padding: 0.125rem;
  background: #ddd;
  border-radius: 0.5rem;
}

.pop__overlay .title__func {
  border: 0.15rem solid transparent;
  padding: 0.375rem 0.75rem;
  background-color: transparent;
  border-radius: 0.5rem;
}

.pop__overlay .title__func.is--active {
  background-color: #fff;
  border-color: #ddd;
}

body.sb .pop__overlay {
  padding: 3rem 8% 0.5rem;
}

body.sb .pop__overlay.is--show {
  -ms-align-content: flex-start;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

@media (max-width: 768px) {
  .pop__overlay.is--show.big.long .StoreList {
    max-height: 60vh;
  }
}

@media (min-width: 768px) {
  .pop__overlay.is--show.big .StoreList.rl {
    overflow-y: hidden;
    height: 100%;
  }
  .pop__overlay.is--show.big .StoreList.rl .row--rl {
    height: 100%;
  }
  .pop__overlay.is--show.big .StoreList.rl .row--l,
  .pop__overlay.is--show.big .StoreList.rl .row--r {
    overflow: auto;
    height: 100%;
  }
}

.pop__overlay .poptitle,
.color__container .poptitle {
  font-size: 1.35rem;
  padding: 0 0.75rem;
  margin: 0.25rem 0;
}

.pop__overlay .popBtn,
.color__container .popBtn {
  padding: 0.6rem 1rem;
  margin-top: 0.5rem;
  border-radius: 0.45rem;
}

.pop__overlay .align-self-center.change,
.color__container .align-self-center.change {
  margin-top: 0.5rem;
}

.pop__overlay .btn.back,
.color__container .btn.back {
  background-image: linear-gradient(170deg, #e7e8e9 64.9%, #dadbdd 65%);
}

.pop__overlay .btn.back:not(:disabled):not(.disabled).active, .pop__overlay .btn.back:not(:disabled):not(.disabled):active, .pop__overlay .btn.back.active, .pop__overlay .btn.back:active,
.color__container .btn.back:not(:disabled):not(.disabled).active,
.color__container .btn.back:not(:disabled):not(.disabled):active,
.color__container .btn.back.active,
.color__container .btn.back:active {
  background-image: linear-gradient(170deg, #e7e8e9 64.9%, #dadbdd 65%);
}

.pop__overlay .btn.count,
.color__container .btn.count {
  padding: 0.1rem 0.6rem;
  border-radius: 0.2rem;
  margin-top: 0.5rem;
  color: #fff;
  opacity: 0.85;
}

.pop__overlay .btn.change,
.color__container .btn.change {
  padding: 0.2rem 0.6rem;
  border-radius: 1.5rem;
  margin-top: 0.5rem;
  color: #fff;
  background-image: linear-gradient(170deg, #e4575e 64.9%, #df3841 65%);
}

.pop__overlay .btn.change:not(:disabled):not(.disabled).active, .pop__overlay .btn.change:not(:disabled):not(.disabled):active, .pop__overlay .btn.change.active, .pop__overlay .btn.change:active,
.color__container .btn.change:not(:disabled):not(.disabled).active,
.color__container .btn.change:not(:disabled):not(.disabled):active,
.color__container .btn.change.active,
.color__container .btn.change:active {
  background-image: linear-gradient(170deg, #e4575e 64.9%, #df3841 65%);
}

.pop__overlay .btn.change.popBtn,
.color__container .btn.change.popBtn {
  padding: 0.6rem 1rem;
  margin-top: 0.5rem;
  border-radius: 0.45rem;
}

.pop__overlay .btn.go,
.color__container .btn.go {
  color: #fff;
  background-image: linear-gradient(170deg, #fb8a4e 64.9%, #fa7026 65%);
}

.pop__overlay .btn.go:not(:disabled):not(.disabled).active, .pop__overlay .btn.go:not(:disabled):not(.disabled):active, .pop__overlay .btn.go.active, .pop__overlay .btn.go:active,
.color__container .btn.go:not(:disabled):not(.disabled).active,
.color__container .btn.go:not(:disabled):not(.disabled):active,
.color__container .btn.go.active,
.color__container .btn.go:active {
  background-image: linear-gradient(170deg, #fb8a4e 64.9%, #fa7026 65%);
}

.pop__overlay .btn.save,
.color__container .btn.save {
  color: #fff;
  background-image: linear-gradient(170deg, #6ec06e 64.9%, #51b351 65%);
}

.pop__overlay .btn.save:not(:disabled):not(.disabled).active, .pop__overlay .btn.save:not(:disabled):not(.disabled):active, .pop__overlay .btn.save.active, .pop__overlay .btn.save:active,
.color__container .btn.save:not(:disabled):not(.disabled).active,
.color__container .btn.save:not(:disabled):not(.disabled):active,
.color__container .btn.save.active,
.color__container .btn.save:active {
  background-image: linear-gradient(170deg, #6ec06e 64.9%, #51b351 65%);
}

.pop__overlay .StoreList,
.color__container .StoreList {
  max-height: 60vh;
  overflow-y: auto;
}

.pop__overlay .StoreList.container,
.color__container .StoreList.container {
  padding: 0.5rem 0.75rem;
}

.pop__overlay .StoreGroup,
.color__container .StoreGroup {
  background: #f7f8f9;
  border-radius: 0.45rem;
  -webkit-box-shadow: 0.08812rem 0.08812rem 0.1875rem rgba(128, 128, 128, 0.5);
  box-shadow: 0.08812rem 0.08812rem 0.1875rem rgba(128, 128, 128, 0.5);
}

.pop__overlay .StoreGroup label,
.color__container .StoreGroup label {
  line-height: 1;
  margin-right: 0.75rem;
  margin-left: 0.75rem;
}

.pop__overlay .StoreGroup label.msg,
.color__container .StoreGroup label.msg {
  line-height: 1.5;
}

.pop__overlay .StoreGroup label:last-child,
.color__container .StoreGroup label:last-child {
  margin-bottom: 0.75rem;
}

.pop__overlay .StoreGroup label.align-self-center.change,
.color__container .StoreGroup label.align-self-center.change {
  margin-right: 0;
}

.pop__overlay .StoreGroup.colorful,
.color__container .StoreGroup.colorful {
  border-width: 0.1rem;
  border-style: solid;
}

.pop__overlay .StoreGroup.colorful label:not(.nonecolor),
.color__container .StoreGroup.colorful label:not(.nonecolor) {
  border-width: 0 0 0 0.3rem;
  border-style: solid;
  margin-left: -0.23rem;
  padding-left: 0.45rem;
}

.pop__overlay .StoreGroup.colorful label:not(.nonecolor):last-child,
.color__container .StoreGroup.colorful label:not(.nonecolor):last-child {
  padding-top: 0.5rem;
  padding-bottom: 0.25rem;
  margin-bottom: 0.5rem;
}

.pop__overlay .StoreGroup.btnOType--0,
.color__container .StoreGroup.btnOType--0 {
  border-color: #7fd086;
}

.pop__overlay .StoreGroup.btnOType--0 label,
.color__container .StoreGroup.btnOType--0 label {
  border-color: #7fd086;
}

.pop__overlay .StoreGroup.btnOType--1,
.color__container .StoreGroup.btnOType--1 {
  border-color: #e4b773;
}

.pop__overlay .StoreGroup.btnOType--1 label,
.color__container .StoreGroup.btnOType--1 label {
  border-color: #e4b773;
}

.pop__overlay .StoreGroup.btnOType--2,
.color__container .StoreGroup.btnOType--2 {
  border-color: #a776e6;
}

.pop__overlay .StoreGroup.btnOType--2 label,
.color__container .StoreGroup.btnOType--2 label {
  border-color: #a776e6;
}

.pop__overlay .StoreGroup.btnOType--3,
.color__container .StoreGroup.btnOType--3 {
  border-color: #6599e2;
}

.pop__overlay .StoreGroup.btnOType--3 label,
.color__container .StoreGroup.btnOType--3 label {
  border-color: #6599e2;
}

.pop__overlay .StoreGroup.btnOType--99,
.color__container .StoreGroup.btnOType--99 {
  border-color: #f09d48;
}

.pop__overlay .StoreGroup.btnOType--99 label,
.color__container .StoreGroup.btnOType--99 label {
  border-color: #f09d48;
}

.pop__overlay .StoreGroup.btnOType--999,
.color__container .StoreGroup.btnOType--999 {
  border-color: #a11a21;
}

.pop__overlay .StoreGroup.btnOType--999 label,
.color__container .StoreGroup.btnOType--999 label {
  border-color: #a11a21;
}

.pop__overlay .StoreGroup .storename,
.color__container .StoreGroup .storename {
  margin-top: 0.5rem;
}

.pop__overlay .StoreGroup img,
.color__container .StoreGroup img {
  max-width: 100%;
  width: 100%;
  border-radius: 0.45rem 0.45rem 0 0;
  min-height: auto;
  -ms-flex-item-align: start;
      align-self: flex-start;
}

.pop__overlay .StoreGroup + .StoreGroup,
.color__container .StoreGroup + .StoreGroup {
  margin-top: 1rem;
}

.pop__overlay .StoreGroup.is--active,
.pop__overlay .btnType.is--active,
.color__container .StoreGroup.is--active,
.color__container .btnType.is--active {
  -webkit-box-shadow: 0 0 0.75rem #337eed;
  box-shadow: 0 0 0.75rem #337eed;
}

.pop__overlay .btnType + .btnType,
.color__container .btnType + .btnType {
  margin-top: 1.25rem;
}

.color__container .StoreGroup {
  background-color: #fff;
}

.color__container .StoreGroup.is--disabled {
  background-color: #e7e8e9;
}

.TimeOutMsg {
  padding: 0.375rem 0.75rem;
  margin: 0.25rem 0 1rem 0;
  border-radius: 0.45rem;
  line-height: 1.25;
}

.TimeOutMsg i {
  margin-right: 0.5rem;
  line-height: 1.25;
}

.TimeOutMsg.TimeOutMsg--0 {
  color: #318538;
}

.TimeOutMsg.TimeOutMsg--0 i {
  color: #318538;
}

.TimeOutMsg.TimeOutMsg--1 {
  color: #9f6c1f;
}

.TimeOutMsg.TimeOutMsg--1 i {
  color: #9f6c1f;
}

.TimeOutMsg.TimeOutMsg--2 {
  color: #591ea5;
}

.TimeOutMsg.TimeOutMsg--2 i {
  color: #591ea5;
}

.TimeOutMsg.TimeOutMsg--3 {
  color: #1c4d92;
}

.TimeOutMsg.TimeOutMsg--3 i {
  color: #1c4d92;
}

.TimeOutMsg.TimeOutMsg--99 {
  color: #93500c;
}

.TimeOutMsg.TimeOutMsg--99 i {
  color: #93500c;
}

.TimeOutMsg.TimeOutMsg--999 {
  color: #1d0506;
}

.TimeOutMsg.TimeOutMsg--999 i {
  color: #1d0506;
}

.StoreContent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit- flex;
  display: -moz- flex;
  display: -ms- flex;
  -ms-align-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
}

.pop__overlay.Stamp .StoreList.container {
  padding: 0;
  min-height: 60vh;
}

.pop__overlay.Stamp .poptitle {
  padding: 0;
}

.pop__overlay.Stamp .popBtn {
  margin-left: 0;
}

.pop__overlay .StoreList.Stamp.container {
  padding: 0;
  min-height: 60vh;
}

.pop__overlay img.Stamp {
  width: 3.25rem;
  margin-right: 0.5rem;
}

.pop__overlay .name {
  font-weight: 500;
  font-size: 1rem;
  -moz-flex: 1;
  -ms-flex: 1;
  -webkit-box-flex: 1;
          flex: 1;
  margin: 0.5rem 0;
}

.pop__overlay.is--show input[type="radio"],
.pop__overlay.is--show input[type="checkbox"],
.pop__overlay.is--show .row.is--hidden,
.pop__overlay.is--show *.is--hidden {
  display: none;
}

.pop__overlay .stamprow {
  padding: 0.375rem;
  background: #fefefe;
  border-radius: 0.5rem;
  border: 0.125rem solid #fefefe;
  -webkit-transition: border 500ms ease-out;
  transition: border 500ms ease-out;
}

.pop__overlay .stamprow.is--active {
  border: 0.125rem solid rgba(71, 152, 179, 0.75);
}

.pop__overlay .stamprow .mHrow {
  min-height: 3.25rem;
}

.pop__overlay .stamprow + .stamprow {
  margin-top: 0.5rem;
}

.pop__overlay .stampID {
  background: #e7e8e9;
  padding: 0.35rem 0.75rem;
  border-radius: 0.5rem;
  margin-right: 0.5rem;
}

.btn.sectionRotate i {
  cursor: pointer;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.btn.sectionRotate.is--show i {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.pop__overlay.btnType .StoreList.container,
.swiper__row.btnType .StoreList.container {
  padding: 0;
  min-height: 65vh;
}

.pop__overlay.btnType .poptitle,
.swiper__row.btnType .poptitle {
  padding: 0;
}

.pop__overlay.btnType .popBtn,
.swiper__row.btnType .popBtn {
  margin-left: 0;
}

.pop__overlay .repeatRow,
.swiper__row .repeatRow {
  padding: 0 0.5rem;
}

.pop__overlay .closedRow,
.swiper__row .closedRow {
  padding: 0 0.5rem 0.5rem;
  margin-left: -8px;
}

.pop__overlay .repeatRow,
.swiper__row .repeatRow {
  margin-bottom: 0.75rem;
  border: 0.08812rem solid #ddd;
  border-width: 0 0 0.08812rem 0;
}

.pop__overlay .input__group .repeatRow,
.swiper__row .input__group .repeatRow {
  margin-bottom: 0;
  border: 0 solid #ddd;
  border-width: 0 0 0 0;
}

.pop__overlay .btnRepday.is--hidden,
.swiper__row .btnRepday.is--hidden {
  display: none;
}

.pop__overlay .btnTyperow,
.swiper__row .btnTyperow {
  min-height: 12vh;
  background: #f7f8f9;
  border-radius: 0.45rem;
  -webkit-box-shadow: 0.08812rem 0.08812rem 0.1875rem rgba(128, 128, 128, 0.5);
  box-shadow: 0.08812rem 0.08812rem 0.1875rem rgba(128, 128, 128, 0.5);
  padding: 0.75rem 0.5rem;
  margin-top: 0.5rem;
}

.pop__overlay .btnTyperow .btnTypeDay,
.swiper__row .btnTyperow .btnTypeDay {
  width: 1.8rem;
  height: 1.8rem;
  background: #d7d8d9;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 50%;
  color: #fff;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  user-select: none;
}

.pop__overlay .btnTyperow.btnType--1 .btnTypeDay.is--active,
.swiper__row .btnTyperow.btnType--1 .btnTypeDay.is--active {
  background: #7fd086;
}

.pop__overlay .btnTyperow.btnType--1 .btnTypeDay.is--select,
.swiper__row .btnTyperow.btnType--1 .btnTypeDay.is--select {
  -webkit-box-shadow: 0 0 0.3rem 0.2rem #b7e5bb;
  box-shadow: 0 0 0.3rem 0.2rem #b7e5bb;
}

.pop__overlay .btnTyperow.btnType--2 .btnTypeDay.is--active,
.swiper__row .btnTyperow.btnType--2 .btnTypeDay.is--active {
  background: #e4b773;
}

.pop__overlay .btnTyperow.btnType--2 .btnTypeDay.is--select,
.swiper__row .btnTyperow.btnType--2 .btnTypeDay.is--select {
  -webkit-box-shadow: 0 0 0.3rem 0.2rem #f0d8b3;
  box-shadow: 0 0 0.3rem 0.2rem #f0d8b3;
}

.pop__overlay .btnTyperow.btnType--3 .btnTypeDay.is--active,
.swiper__row .btnTyperow.btnType--3 .btnTypeDay.is--active {
  background: #a776e6;
}

.pop__overlay .btnTyperow.btnType--3 .btnTypeDay.is--select,
.swiper__row .btnTyperow.btnType--3 .btnTypeDay.is--select {
  -webkit-box-shadow: 0 0 0.3rem 0.2rem #d1b7f2;
  box-shadow: 0 0 0.3rem 0.2rem #d1b7f2;
}

.pop__overlay .btnTyperow.btnType--4 .btnTypeDay.is--active,
.swiper__row .btnTyperow.btnType--4 .btnTypeDay.is--active {
  background: #6599e2;
}

.pop__overlay .btnTyperow.btnType--4 .btnTypeDay.is--select,
.swiper__row .btnTyperow.btnType--4 .btnTypeDay.is--select {
  -webkit-box-shadow: 0 0 0.3rem 0.2rem #a5c4ee;
  box-shadow: 0 0 0.3rem 0.2rem #a5c4ee;
}

.pop__overlay .btnTyperow.btnType--99 .btnTypeDay.is--active,
.swiper__row .btnTyperow.btnType--99 .btnTypeDay.is--active {
  background: #ed8924;
}

.pop__overlay .btnTyperow.btnType--99 .btnTypeDay.is--select,
.swiper__row .btnTyperow.btnType--99 .btnTypeDay.is--select {
  -webkit-box-shadow: 0 0 0.3rem 0.2rem #f3af6b;
  box-shadow: 0 0 0.3rem 0.2rem #f3af6b;
}

.pop__overlay .repeatRow .btnRepday,
.swiper__row .repeatRow .btnRepday {
  padding: 0.5rem;
  opacity: 0.25;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  user-select: none;
  font-size: 1.5rem;
}

.pop__overlay .repeatRow.repeatRow--1 .btnRepday.is--active,
.swiper__row .repeatRow.repeatRow--1 .btnRepday.is--active {
  color: #3faa48;
  font-weight: 700;
  opacity: 1;
}

.pop__overlay .repeatRow.repeatRow--2 .btnRepday.is--active,
.swiper__row .repeatRow.repeatRow--2 .btnRepday.is--active {
  color: #ca8927;
  font-weight: 700;
  opacity: 1;
}

.pop__overlay .repeatRow.repeatRow--3 .btnRepday.is--active,
.swiper__row .repeatRow.repeatRow--3 .btnRepday.is--active {
  color: #7026d0;
  font-weight: 700;
  opacity: 1;
}

.pop__overlay .repeatRow.repeatRow--4 .btnRepday.is--active,
.swiper__row .repeatRow.repeatRow--4 .btnRepday.is--active {
  color: #2464bd;
  font-weight: 700;
  opacity: 1;
}

.pop__overlay .repeatRow.repeatRow--99 .btnRepday.is--active,
.swiper__row .repeatRow.repeatRow--99 .btnRepday.is--active {
  color: #9e560d;
  font-weight: 700;
  opacity: 1;
}

.pop__overlay .choseHMRow,
.swiper__row .choseHMRow {
  background: #f7f8f9;
  border-radius: 0.45rem;
  -webkit-box-shadow: 0.08812rem 0.08812rem 0.1875rem rgba(128, 128, 128, 0.5);
  box-shadow: 0.08812rem 0.08812rem 0.1875rem rgba(128, 128, 128, 0.5);
  padding: 0.5rem 0;
  margin-top: 0.5rem;
}

.pop__overlay .row--y,
.pop__overlay .row--x,
.swiper__row .row--y,
.swiper__row .row--x {
  padding: 0;
}

.pop__overlay .minsY,
.swiper__row .minsY {
  border: 1px solid #dde;
  padding-left: 1%;
  border-width: 0 0 0 1px;
}

.pop__overlay .choseHMRow .hour,
.pop__overlay .choseHMRow .mins,
.pop__overlay .row--y .hour,
.pop__overlay .row--y .mins,
.pop__overlay .row--x .hour,
.pop__overlay .row--x .mins,
.swiper__row .choseHMRow .hour,
.swiper__row .choseHMRow .mins,
.swiper__row .row--y .hour,
.swiper__row .row--y .mins,
.swiper__row .row--x .hour,
.swiper__row .row--x .mins {
  min-width: 18%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 1.1rem;
  margin-bottom: 0;
  padding: 0.5rem;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  user-select: none;
}

.pop__overlay .btnType--1 .hour.is--active,
.pop__overlay .btnType--1 .mins.is--active,
.pop__overlay .btnType--2 .hour.is--active,
.pop__overlay .btnType--2 .mins.is--active,
.swiper__row .btnType--1 .hour.is--active,
.swiper__row .btnType--1 .mins.is--active,
.swiper__row .btnType--2 .hour.is--active,
.swiper__row .btnType--2 .mins.is--active {
  color: #6fac2b;
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(211, 237, 182, 0.85)), to(rgba(211, 237, 182, 0.85)));
  background-image: linear-gradient(90deg, rgba(211, 237, 182, 0.85) 0%, rgba(211, 237, 182, 0.85) 100%);
}

.pop__overlay .btnType--1 .hour.is--active.start,
.pop__overlay .btnType--1 .mins.is--active.start,
.pop__overlay .btnType--2 .hour.is--active.start,
.pop__overlay .btnType--2 .mins.is--active.start,
.swiper__row .btnType--1 .hour.is--active.start,
.swiper__row .btnType--1 .mins.is--active.start,
.swiper__row .btnType--2 .hour.is--active.start,
.swiper__row .btnType--2 .mins.is--active.start {
  background: rgba(171, 236, 214, 0.85);
}

.pop__overlay .btnType--1 .hour.is--active.end,
.pop__overlay .btnType--1 .mins.is--active.end,
.pop__overlay .btnType--2 .hour.is--active.end,
.pop__overlay .btnType--2 .mins.is--active.end,
.swiper__row .btnType--1 .hour.is--active.end,
.swiper__row .btnType--1 .mins.is--active.end,
.swiper__row .btnType--2 .hour.is--active.end,
.swiper__row .btnType--2 .mins.is--active.end {
  background: rgba(251, 237, 150, 0.85);
}

.pop__overlay .btnType--1 .hour.is--active.start.end,
.pop__overlay .btnType--1 .mins.is--active.start.end,
.pop__overlay .btnType--2 .hour.is--active.start.end,
.pop__overlay .btnType--2 .mins.is--active.start.end,
.swiper__row .btnType--1 .hour.is--active.start.end,
.swiper__row .btnType--1 .mins.is--active.start.end,
.swiper__row .btnType--2 .hour.is--active.start.end,
.swiper__row .btnType--2 .mins.is--active.start.end {
  background-image: linear-gradient(135deg, #abecd6 49.9%, #fbed96 50%);
}

.pop__overlay .btnType--1 .hour.is--active.btnTitle.start,
.pop__overlay .btnType--1 .mins.is--active.btnTitle.start,
.pop__overlay .btnType--2 .hour.is--active.btnTitle.start,
.pop__overlay .btnType--2 .mins.is--active.btnTitle.start,
.swiper__row .btnType--1 .hour.is--active.btnTitle.start,
.swiper__row .btnType--1 .mins.is--active.btnTitle.start,
.swiper__row .btnType--2 .hour.is--active.btnTitle.start,
.swiper__row .btnType--2 .mins.is--active.btnTitle.start {
  color: #25a67a;
}

.pop__overlay .btnType--1 .hour.is--active.btnTitle.start.is--active,
.pop__overlay .btnType--1 .mins.is--active.btnTitle.start.is--active,
.pop__overlay .btnType--2 .hour.is--active.btnTitle.start.is--active,
.pop__overlay .btnType--2 .mins.is--active.btnTitle.start.is--active,
.swiper__row .btnType--1 .hour.is--active.btnTitle.start.is--active,
.swiper__row .btnType--1 .mins.is--active.btnTitle.start.is--active,
.swiper__row .btnType--2 .hour.is--active.btnTitle.start.is--active,
.swiper__row .btnType--2 .mins.is--active.btnTitle.start.is--active {
  background: rgba(171, 236, 214, 0.35);
}

.pop__overlay .btnType--1 .hour.is--active.btnTitle.end,
.pop__overlay .btnType--1 .mins.is--active.btnTitle.end,
.pop__overlay .btnType--2 .hour.is--active.btnTitle.end,
.pop__overlay .btnType--2 .mins.is--active.btnTitle.end,
.swiper__row .btnType--1 .hour.is--active.btnTitle.end,
.swiper__row .btnType--1 .mins.is--active.btnTitle.end,
.swiper__row .btnType--2 .hour.is--active.btnTitle.end,
.swiper__row .btnType--2 .mins.is--active.btnTitle.end {
  color: #bea407;
}

.pop__overlay .btnType--1 .hour.is--active.btnTitle.end.is--active,
.pop__overlay .btnType--1 .mins.is--active.btnTitle.end.is--active,
.pop__overlay .btnType--2 .hour.is--active.btnTitle.end.is--active,
.pop__overlay .btnType--2 .mins.is--active.btnTitle.end.is--active,
.swiper__row .btnType--1 .hour.is--active.btnTitle.end.is--active,
.swiper__row .btnType--1 .mins.is--active.btnTitle.end.is--active,
.swiper__row .btnType--2 .hour.is--active.btnTitle.end.is--active,
.swiper__row .btnType--2 .mins.is--active.btnTitle.end.is--active {
  background: rgba(251, 237, 150, 0.35);
}

.pop__overlay .btnType--1 .hour.is--active.first,
.pop__overlay .btnType--2 .hour.is--active.first,
.swiper__row .btnType--1 .hour.is--active.first,
.swiper__row .btnType--2 .hour.is--active.first {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(171, 236, 214, 0.85)), to(rgba(211, 237, 182, 0.85)));
  background-image: linear-gradient(90deg, rgba(171, 236, 214, 0.85) 0%, rgba(211, 237, 182, 0.85) 100%);
}

.pop__overlay .btnType--1 .hour.is--active.last,
.pop__overlay .btnType--2 .hour.is--active.last,
.swiper__row .btnType--1 .hour.is--active.last,
.swiper__row .btnType--2 .hour.is--active.last {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(211, 237, 182, 0.85)), to(rgba(251, 237, 150, 0.85)));
  background-image: linear-gradient(90deg, rgba(211, 237, 182, 0.85) 0%, rgba(251, 237, 150, 0.85) 100%);
}

.pop__overlay .btnType--1 .hour.is--active.last.first,
.pop__overlay .btnType--2 .hour.is--active.last.first,
.swiper__row .btnType--1 .hour.is--active.last.first,
.swiper__row .btnType--2 .hour.is--active.last.first {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(171, 236, 214, 0.85)), to(rgba(251, 237, 150, 0.85)));
  background-image: linear-gradient(90deg, rgba(171, 236, 214, 0.85) 0%, rgba(251, 237, 150, 0.85) 100%);
}

.pop__overlay .btnType--1.btnTitle.start,
.pop__overlay .btnType--2.btnTitle.start,
.swiper__row .btnType--1.btnTitle.start,
.swiper__row .btnType--2.btnTitle.start {
  color: #2fcf99;
}

.pop__overlay .btnType--1.btnTitle.start.is--active,
.pop__overlay .btnType--2.btnTitle.start.is--active,
.swiper__row .btnType--1.btnTitle.start.is--active,
.swiper__row .btnType--2.btnTitle.start.is--active {
  background: #2fcf99;
  color: #fff;
}

.pop__overlay .btnType--1.btnTitle.end,
.pop__overlay .btnType--2.btnTitle.end,
.swiper__row .btnType--1.btnTitle.end,
.swiper__row .btnType--2.btnTitle.end {
  color: #efcf09;
}

.pop__overlay .btnType--1.btnTitle.end.is--active,
.pop__overlay .btnType--2.btnTitle.end.is--active,
.swiper__row .btnType--1.btnTitle.end.is--active,
.swiper__row .btnType--2.btnTitle.end.is--active {
  background: #efcf09;
  color: #fff;
}

.pop__overlay .btnType--3 .hour.is--active,
.pop__overlay .btnType--3 .mins.is--active,
.pop__overlay .btnType--4 .hour.is--active,
.pop__overlay .btnType--4 .mins.is--active,
.swiper__row .btnType--3 .hour.is--active,
.swiper__row .btnType--3 .mins.is--active,
.swiper__row .btnType--4 .hour.is--active,
.swiper__row .btnType--4 .mins.is--active {
  color: #fff;
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(175, 177, 237, 0.85)), to(rgba(175, 177, 237, 0.85)));
  background-image: linear-gradient(90deg, rgba(175, 177, 237, 0.85) 0%, rgba(175, 177, 237, 0.85) 100%);
}

.pop__overlay .btnType--3 .hour.is--active.start,
.pop__overlay .btnType--3 .mins.is--active.start,
.pop__overlay .btnType--4 .hour.is--active.start,
.pop__overlay .btnType--4 .mins.is--active.start,
.swiper__row .btnType--3 .hour.is--active.start,
.swiper__row .btnType--3 .mins.is--active.start,
.swiper__row .btnType--4 .hour.is--active.start,
.swiper__row .btnType--4 .mins.is--active.start {
  background: rgba(199, 168, 239, 0.85);
}

.pop__overlay .btnType--3 .hour.is--active.end,
.pop__overlay .btnType--3 .mins.is--active.end,
.pop__overlay .btnType--4 .hour.is--active.end,
.pop__overlay .btnType--4 .mins.is--active.end,
.swiper__row .btnType--3 .hour.is--active.end,
.swiper__row .btnType--3 .mins.is--active.end,
.swiper__row .btnType--4 .hour.is--active.end,
.swiper__row .btnType--4 .mins.is--active.end {
  background: rgba(151, 186, 235, 0.85);
}

.pop__overlay .btnType--3 .hour.is--active.start.end,
.pop__overlay .btnType--3 .mins.is--active.start.end,
.pop__overlay .btnType--4 .hour.is--active.start.end,
.pop__overlay .btnType--4 .mins.is--active.start.end,
.swiper__row .btnType--3 .hour.is--active.start.end,
.swiper__row .btnType--3 .mins.is--active.start.end,
.swiper__row .btnType--4 .hour.is--active.start.end,
.swiper__row .btnType--4 .mins.is--active.start.end {
  background-image: linear-gradient(135deg, #c7a8ef 49.9%, #97baeb 50%);
}

.pop__overlay .btnType--3 .hour.is--active.first,
.pop__overlay .btnType--4 .hour.is--active.first,
.swiper__row .btnType--3 .hour.is--active.first,
.swiper__row .btnType--4 .hour.is--active.first {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(199, 168, 239, 0.85)), to(rgba(175, 177, 237, 0.85)));
  background-image: linear-gradient(90deg, rgba(199, 168, 239, 0.85) 0%, rgba(175, 177, 237, 0.85) 100%);
}

.pop__overlay .btnType--3 .hour.is--active.last,
.pop__overlay .btnType--4 .hour.is--active.last,
.swiper__row .btnType--3 .hour.is--active.last,
.swiper__row .btnType--4 .hour.is--active.last {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(175, 177, 237, 0.85)), to(rgba(151, 186, 235, 0.85)));
  background-image: linear-gradient(90deg, rgba(175, 177, 237, 0.85) 0%, rgba(151, 186, 235, 0.85) 100%);
}

.pop__overlay .btnType--3 .hour.is--active.last.first,
.pop__overlay .btnType--4 .hour.is--active.last.first,
.swiper__row .btnType--3 .hour.is--active.last.first,
.swiper__row .btnType--4 .hour.is--active.last.first {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(199, 168, 239, 0.85)), to(rgba(151, 186, 235, 0.85)));
  background-image: linear-gradient(90deg, rgba(199, 168, 239, 0.85) 0%, rgba(151, 186, 235, 0.85) 100%);
}

.pop__overlay .btnType--3.btnTitle.start,
.pop__overlay .btnType--4.btnTitle.start,
.swiper__row .btnType--3.btnTitle.start,
.swiper__row .btnType--4.btnTitle.start {
  color: #7427d7;
}

.pop__overlay .btnType--3.btnTitle.start.is--active,
.pop__overlay .btnType--4.btnTitle.start.is--active,
.swiper__row .btnType--3.btnTitle.start.is--active,
.swiper__row .btnType--4.btnTitle.start.is--active {
  background: #7427d7;
  color: #fff;
}

.pop__overlay .btnType--3.btnTitle.end,
.pop__overlay .btnType--4.btnTitle.end,
.swiper__row .btnType--3.btnTitle.end,
.swiper__row .btnType--4.btnTitle.end {
  color: #2667c3;
}

.pop__overlay .btnType--3.btnTitle.end.is--active,
.pop__overlay .btnType--4.btnTitle.end.is--active,
.swiper__row .btnType--3.btnTitle.end.is--active,
.swiper__row .btnType--4.btnTitle.end.is--active {
  background: #2667c3;
  color: #fff;
}

.pop__overlay .hour.is--active.start,
.pop__overlay .mins.is--active.start,
.swiper__row .hour.is--active.start,
.swiper__row .mins.is--active.start {
  border-radius: 0.5rem;
}

.pop__overlay .hour.is--active.end,
.pop__overlay .mins.is--active.end,
.swiper__row .hour.is--active.end,
.swiper__row .mins.is--active.end {
  border-radius: 0.5rem;
}

.pop__overlay .hour.is--active.start.end,
.pop__overlay .mins.is--active.start.end,
.swiper__row .hour.is--active.start.end,
.swiper__row .mins.is--active.start.end {
  border-radius: 0.5rem;
}

.pop__overlay .hour.is--active.start,
.swiper__row .hour.is--active.start {
  border-radius: 0.5rem 0 0 0.5rem;
}

.pop__overlay .hour.is--active.end,
.swiper__row .hour.is--active.end {
  border-radius: 0 0.5rem 0.5rem 0;
}

.pop__overlay .hour.is--disabled,
.swiper__row .hour.is--disabled {
  opacity: 0.5;
}

.pop__overlay .btnTitle,
.swiper__row .btnTitle {
  padding: 0.25rem 0.75rem;
  background: transparent;
  border-radius: 1.5rem;
  border-radius: 0.5rem;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  user-select: none;
}

.swiper__row .HMPA label {
  text-align: center;
}

.swiper__row .popcontainer {
  max-width: 100%;
}

.swiper__row .container {
  padding-right: 0.25rem;
  padding-left: 0.25rem;
  max-width: 100%;
}

.swiper__row.btnType .StoreList.container {
  min-height: 20vh;
}

.swiper__row .choseHMRow {
  background-color: #fff;
  -webkit-box-shadow: 1.5px 1.5px 1.5px #ccc, -0.5rem 0 0.2rem #eee;
          box-shadow: 1.5px 1.5px 1.5px #ccc, -0.5rem 0 0.2rem #eee;
}

.swiper__row .choseHMRow.inside {
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 1px solid #ced4da;
  border-width: 1px 0;
  border-radius: 0;
}

.swiper__row .btnTyperow {
  background-color: #fff;
  -webkit-box-shadow: 1.5px 1.5px 1.5px #ccc, -0.5rem 0 0.2rem #eee;
          box-shadow: 1.5px 1.5px 1.5px #ccc, -0.5rem 0 0.2rem #eee;
}

.swiper__row .btnTyperow .btnTypeDay {
  line-height: 1.8rem;
  text-align: center;
}

.swiper__row .closedRow {
  margin-left: 0;
}

.swiper__row h5 span {
  font-size: 1.25rem;
}

@media (min-width: 768px) {
  .swiper__row .container {
    max-width: 100%;
  }
}

@media (min-width: 576px) {
  .swiper__row .container {
    max-width: 100%;
  }
}

.pop__overlay.is--show .mulit_pro li {
  display: block;
}

.pop__overlay.is--show .bookingst {
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-align: left;
}

@media only screen and (max-width: 575px) {
  .pop__overlay {
    padding: 0.3rem 1% 0.3rem;
  }
  .pop__overlay .container.StoreList {
    padding: 0;
  }
  .pop__overlay.is--show.big .StoreList {
    max-height: 38vh;
  }
  .pop__overlay.is--show .bookingst {
    width: 100%;
    max-width: 100%;
  }
}

@media (min-width: 576px) and (max-width: 991px) {
  .pop__overlay.is--show .bookingst {
    width: 100%;
    max-width: 50%;
  }
}

@media (min-width: 992px) {
  .pop__overlay.is--show .bookingst {
    width: 100%;
    max-width: 33.3333%;
  }
}

.row.Set {
  padding: .75rem 0;
  background: #fff;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  user-select: none;
}

.row.Set.input__group {
  border: .5px solid #ddd;
  border-radius: 0;
  margin: 0;
}

.row.Set.input__group + .input__group {
  border-width: 0 .5px .5px .5px;
}

.row.Set .Icon {
  color: #798EA4;
  width: 4rem;
  text-align: center;
  line-height: 1.25;
}

.row.Set label {
  color: #424242;
  text-transform: capitalize;
}

.row.Set .row div:not(.subInfo) {
  text-transform: capitalize;
}

.row.Set .subInfo {
  color: #858585;
}

.row.Set .subInfo:first-letter {
  text-transform: capitalize;
}

.subShow .scrollSub {
  width: 100%;
  top: 5rem;
  bottom: 3.5rem;
  height: calc(100% - 8rem);
  display: block;
  position: absolute;
  --webkit-overflow-scrolling: touch !important;
  overflow-y: auto;
  overflow-x: hidden;
}

.subShow .scrollSub.nofixedbtn {
  bottom: .5rem;
  height: calc(100% - 5rem);
}

.subShow .swiperSub {
  width: 100%;
  top: 7.5rem;
  bottom: 3.5rem;
  height: calc(100% - 10.5rem);
  display: block;
  position: absolute;
  --webkit-overflow-scrolling: touch !important;
}

.subShow .swiperSub.horizontal .swiper-slide {
  overflow-y: auto;
  overflow-x: hidden;
}

.subShow .swiperSub.filterbar {
  top: 10.5rem;
  bottom: 3.5rem;
  height: calc(100% - 14rem);
}

.subShow .swiperSub.filterbar.nofixedbtn {
  top: 10.5rem;
  bottom: 0;
  height: calc(100% - 10.5rem);
}

.subShow .swiperSub.vertical {
  overflow-y: auto;
  overflow-x: hidden;
}

.subShow .swiperSub.nofixedbtn {
  bottom: .5rem;
  height: calc(100% - 7.5rem);
}

.subShow .swiperSub form,
.subShow .swiperSub .swiper-container {
  height: 100%;
}

.subShow .bar__work,
.subShow .sort__container {
  position: fixed;
  top: 2.5rem;
  z-index: 777;
  width: 100%;
  max-width: 100%;
}

.subShow .bar__work + .sort__container {
  top: 80px;
  top: 5rem;
}

.btn[class*="fixed"] {
  padding: .75rem;
  margin: 0 .5rem;
  position: fixed;
  bottom: 0;
  width: calc(100% - 1rem);
  max-width: 100%;
  z-index: 777;
}

.btn.fixedsecond,
.btn.second {
  background-image: linear-gradient(170deg, #e7e8e9 64.9%, #dadbdd 65%);
}

.btn.fixedsecond:not(:disabled):not(.disabled).active, .btn.fixedsecond:not(:disabled):not(.disabled):active, .btn.fixedsecond.active, .btn.fixedsecond:active,
.btn.second:not(:disabled):not(.disabled).active,
.btn.second:not(:disabled):not(.disabled):active,
.btn.second.active,
.btn.second:active {
  background-image: linear-gradient(170deg, #e7e8e9 64.9%, #dadbdd 65%);
}

.btn.fixedsecond i,
.btn.fixedsecond span,
.btn.second i,
.btn.second span {
  font-size: 1rem;
}

.btn.fixedsecond i + span,
.btn.second i + span {
  margin-left: .5rem;
}

.btn.fixeddelete,
.btn.delete {
  color: #fff;
  background-image: linear-gradient(170deg, #e4575e 64.9%, #df3841 65%);
}

.btn.fixeddelete:not(:disabled):not(.disabled).active, .btn.fixeddelete:not(:disabled):not(.disabled):active, .btn.fixeddelete.active, .btn.fixeddelete:active,
.btn.delete:not(:disabled):not(.disabled).active,
.btn.delete:not(:disabled):not(.disabled):active,
.btn.delete.active,
.btn.delete:active {
  background-image: linear-gradient(170deg, #e4575e 64.9%, #df3841 65%);
}

.btn.fixeddelete i,
.btn.fixeddelete span,
.btn.delete i,
.btn.delete span {
  font-size: 1rem;
}

.btn.fixeddelete i + span,
.btn.delete i + span {
  margin-left: .5rem;
}

.btn.fixedsave,
.btn.save {
  color: #fff;
  background-image: linear-gradient(170deg, #6ec06e 64.9%, #51b351 65%);
  border-radius: 0.25rem;
}

.btn.fixedsave:not(:disabled):not(.disabled).active, .btn.fixedsave:not(:disabled):not(.disabled):active, .btn.fixedsave.active, .btn.fixedsave:active,
.btn.save:not(:disabled):not(.disabled).active,
.btn.save:not(:disabled):not(.disabled):active,
.btn.save.active,
.btn.save:active {
  background-image: linear-gradient(170deg, #6ec06e 64.9%, #51b351 65%);
}

.btn.fixedsave i,
.btn.fixedsave span,
.btn.save i,
.btn.save span {
  font-size: 1rem;
}

.btn.fixedsave i + span,
.btn.save i + span {
  margin-left: .5rem;
}

.btn.fixedadd,
.btn.add {
  color: #fff;
  background-image: linear-gradient(170deg, #7aa7e6 64.9%, #5890e0 65%);
}

.btn.fixedadd:not(:disabled):not(.disabled).active, .btn.fixedadd:not(:disabled):not(.disabled):active, .btn.fixedadd.active, .btn.fixedadd:active,
.btn.add:not(:disabled):not(.disabled).active,
.btn.add:not(:disabled):not(.disabled):active,
.btn.add.active,
.btn.add:active {
  background-image: linear-gradient(170deg, #7aa7e6 64.9%, #5890e0 65%);
}

.btn.fixedadd i,
.btn.fixedadd span,
.btn.add i,
.btn.add span {
  font-size: 1rem;
}

.btn.fixedadd i + span,
.btn.add i + span {
  margin-left: .5rem;
}

.btn.fixedcancel,
.btn.cancel {
  color: #fff;
  background-image: linear-gradient(170deg, #fb8a4e 64.9%, #fa7026 65%);
}

.btn.fixedcancel:not(:disabled):not(.disabled).active, .btn.fixedcancel:not(:disabled):not(.disabled):active, .btn.fixedcancel.active, .btn.fixedcancel:active,
.btn.cancel:not(:disabled):not(.disabled).active,
.btn.cancel:not(:disabled):not(.disabled):active,
.btn.cancel.active,
.btn.cancel:active {
  background-image: linear-gradient(170deg, #fb8a4e 64.9%, #fa7026 65%);
}

.btn.fixedcancel i,
.btn.fixedcancel span,
.btn.cancel i,
.btn.cancel span {
  font-size: 1rem;
}

.btn.fixedcancel i + span,
.btn.cancel i + span {
  margin-left: .5rem;
}

.btn.fixedgrand,
.btn.grand {
  color: #fff;
  background-image: linear-gradient(170deg, #8f59b3 64.9%, #7a479c 65%);
}

.btn.fixedgrand:not(:disabled):not(.disabled).active, .btn.fixedgrand:not(:disabled):not(.disabled):active, .btn.fixedgrand.active, .btn.fixedgrand:active,
.btn.grand:not(:disabled):not(.disabled).active,
.btn.grand:not(:disabled):not(.disabled):active,
.btn.grand.active,
.btn.grand:active {
  background-image: linear-gradient(170deg, #8f59b3 64.9%, #7a479c 65%);
}

.btn.fixedgrand i,
.btn.fixedgrand span,
.btn.grand i,
.btn.grand span {
  font-size: 1rem;
}

.btn.fixedgrand i + span,
.btn.grand i + span {
  margin-left: .5rem;
}

input[type="radio"] + label.np,
input[type="checkbox"] + label.np {
  padding-right: 0px;
  margin-right: -2px;
}

input[type="radio"] + label.np:before,
input[type="checkbox"] + label.np:before {
  padding: 0 4px 0 0;
}

.fa-spin {
  -webkit-animation: fa-spin 1s linear infinite;
  animation: fa-spin 1s linear infinite;
}

.hOverlay {
  position: absolute;
  z-index: 999;
  height: 3.125rem;
  width: 6.25rem;
  text-align: center;
}

.canvascontent {
  min-height: 17.5rem;
}

.detailcontent {
  padding-top: 1.5rem;
}

.detailcontent .detail__row:not(.useless) {
  font-family: Helvetica, Arial, sans-serif;
  margin: 0 -.5rem;
  padding: .5rem .25rem;
}

.detailcontent .detail__row:not(.useless).is--active {
  background: rgba(0, 152, 157, 0.1);
  color: #00989d;
}

.detailcontent .detail__row:not(.useless).is--focus {
  -webkit-box-shadow: 0 0 0.75rem #337eed;
  box-shadow: 0 0 0.75rem #337eed;
}

.detailcontent .detail__row:not(.useless) .withIcon span.icon {
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 50%;
  text-align: center;
  line-height: 1.5rem;
  background: rgba(0, 152, 157, 0.55);
  color: #fff;
  display: inline-block;
  margin-right: 0.5rem;
  font-weight: 700;
}

.detailcontent .detail__row:not(.useless) .withIcon span.icon.bgdanger {
  background: #df373f;
}

.detailcontent .detail__row:not(.useless) .withIcon span.icon.bgsuccess {
  background: #77c477;
}

.detailcontent .detail__row:not(.useless) .withIcon span.icon.bgsecond {
  background: #bebebe;
}

.detailcontent .detail__row + .detail__row:not(.useless) {
  border: .5px solid #ddd;
  border-width: .5px 0 0 0;
}

.sort__row + .detailcontent {
  padding-top: 0;
}

canvas {
  width: auto !important;
  height: auto !important;
  max-width: 100%;
}

.sort__row .swiper-pagination-bullet {
  width: auto;
  background: transparent;
}

.sort__row .swiper-pagination-bullet-active {
  background: rgba(0, 152, 157, 0.1);
  color: #00989d;
  opacity: 1;
  font-weight: 700;
}

.progress.minprogress {
  height: .5rem;
  border-radius: 0.5rem;
  margin-top: .5rem;
}

.progress.blue .progress-bar {
  background: #00dbde;
}

.progress.purple .progress-bar {
  background: #954ce9;
}

.reportff {
  font-family: Helvetica, Arial, sans-serif;
}

.bar__work.report {
  color: #777;
}

.bar__work label.week:first-child {
  -webkit-box-flex: 0;
      -ms-flex: 0;
          flex: 0;
  min-width: 7rem;
}

.bar__work .week {
  width: auto;
  min-width: 7rem;
  text-align: center;
  padding: 0 .75rem;
  margin-top: .5rem;
  height: 2rem;
  background: rgba(255, 255, 255, 0.8);
  line-height: 2rem;
  opacity: .75;
  border-radius: 0.5rem 0.5rem 0 0;
}

.bar__work .week.is--active {
  opacity: 1;
  background: white;
  color: #00989d;
}

.monthly__row {
  margin: .5rem;
}

.monthly__row .child + .child {
  border: 1px solid #ddd;
  border-width: 0 0 0 1px;
  margin-left: .5rem;
}

.monthly__row .child {
  padding: .5rem;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: calc(50% - .25rem);
  border-radius: .5rem;
  -webkit-box-shadow: 1.5px 1.5px 1.5px #ccc;
          box-shadow: 1.5px 1.5px 1.5px #ccc;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  user-select: none;
  border: 1px solid #ddd;
  background: #fff;
}

.monthly__row .child .child__title {
  margin-bottom: .5rem;
  border-style: solid;
  border-color: #ed8e2b;
  border-width: 0 0 0 5px;
  margin-left: -.5rem;
  padding-left: 5px;
}

.table__content.container.popcontainer {
  height: auto;
  max-height: 100%;
}

.table__container {
  height: auto;
  max-height: calc(100% - 3rem);
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0;
}

.table__container.hassort {
  height: calc(100% - 8.6rem);
}

.table__container .hp--100 {
  height: 100%;
}

.table__container .content {
  padding: .375rem 0;
  position: relative;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
  height: 100%;
  --webkit-overflow-scrolling: touch !important;
  overflow-y: auto;
  overflow-x: hidden;
}

.table__container .content.content--l {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 16.666667%;
  flex: 0 0 16.666667%;
  max-width: 200px;
}

.table__container .content__fixed--r {
  position: absolute;
  background: #f00;
  /* height: 100%; */
  top: 5.1rem;
  bottom: 3.5rem;
  right: 0;
  width: 0;
  -webkit-transition: width 0.5s;
  transition: width 0.5s;
}

.table__container .content__fixed--r.is--show {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit- flex;
  display: -moz- flex;
  display: -ms- flex;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
}

.table__container .content__fixed--r .title {
  height: 40repx;
  height: 2.5rerem;
}

.table__container .content__fixed--r .bottom {
  height: 40repx;
  height: 2.5rerem;
}

.table__container .table__block {
  width: calc(33.333333333333% - .25rem);
  border-radius: 0.25rem;
  margin: 0 0.25rem 0.25rem 0;
  border-width: .25px;
  border-style: solid;
  padding: .25rem .375rem;
}

.table__container .table__block .row--y,
.table__container .table__block .row--x {
  padding: 0;
}

.table__container .group__content {
  width: 33.33333px;
  width: 2.08333rem;
  word-wrap: break-word;
  font-size: 32px;
  font-size: 2rem;
}

.table__container .table__block {
  border-color: #ced4da;
}

.table__container .table__block.is--select, .table__container .table__block.is--select.is--default {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.table__container .table__block.is--default {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(155, 107, 187, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(155, 107, 187, 0.25);
}

.tablestat--0 {
  color: #fff;
}

.bgtablestat--0 {
  background-color: #fff;
  color: #fff;
}

.bgtablestat--0.subcolor,
.bgtablestat--0 .subcolor {
  color: #cccccc;
}

.tablestat--1 {
  color: #e04149;
}

.bgtablestat--1 {
  background-color: #e04149;
  color: #fff;
}

.bgtablestat--1.subcolor,
.bgtablestat--1 .subcolor {
  color: #a11a21;
}

.tablestat--2 {
  color: #858585;
}

.bgtablestat--2 {
  background-color: #858585;
  color: #fff;
}

.bgtablestat--2.subcolor,
.bgtablestat--2 .subcolor {
  color: #525252;
}

.tablestat--3 {
  color: #6599e2;
}

.bgtablestat--3 {
  background-color: #6599e2;
  color: #fff;
}

.bgtablestat--3.subcolor,
.bgtablestat--3 .subcolor {
  color: #2464bd;
}

.tablestat--4 {
  color: #9b6bbb;
}

.bgtablestat--4 {
  background-color: #9b6bbb;
  color: #fff;
}

.bgtablestat--4.subcolor,
.bgtablestat--4 .subcolor {
  color: #673c84;
}

.tablestat--5 {
  color: #f1a75a;
}

.bgtablestat--5 {
  background-color: #f1a75a;
  color: #fff;
}

.bgtablestat--5.subcolor,
.bgtablestat--5 .subcolor {
  color: #d37412;
}

.bgtablestat--0 {
  color: #424242;
}

@media only screen and (max-width: 767px) {
  .table__container .content {
    height: auto;
    overflow-y: hidden;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .table__container .content.content--l {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}

.table__container .table__block {
  height: 100px;
  height: 6.25rem;
  max-width: 100px;
  max-width: 6.25rem;
}

.table__container .row--y label.table__fs,
.table__container .table__fs {
  font-size: 16px;
  font-size: 1rem;
}

.table__container .row--y label.table__fs--md,
.table__container .table__fs--md {
  font-size: 14.4px;
  font-size: 0.9rem;
}

.table__container .content__fixed--r.is--show {
  width: 250px;
  width: 15.625rem;
}

@media (min-width: 768px) and (max-width: 991px) {
  .table__container .table__block {
    height: 112px;
    height: 7rem;
    max-width: 112px;
    max-width: 7rem;
  }
  .table__container .row--y label.table__fs,
  .table__container .table__fs {
    font-size: 17.6px;
    font-size: 1.1rem;
  }
  .table__container .row--y label.table__fs--md,
  .table__container .table__fs--md {
    font-size: 16px;
    font-size: 1rem;
  }
  .table__container .content__fixed--r.is--show {
    width: 280px;
    width: 17.5rem;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .table__container .table__block {
    height: 124px;
    height: 7.75rem;
    max-width: 124px;
    max-width: 7.75rem;
  }
  .table__container .row--y label.table__fs,
  .table__container .table__fs {
    font-size: 18px;
    font-size: 1.125rem;
  }
  .table__container .row--y label.table__fs--md,
  .table__container .table__fs--md {
    font-size: 16.4px;
    font-size: 1.025rem;
  }
  .table__container .content__fixed--r.is--show {
    width: 310px;
    width: 19.375rem;
  }
}

@media (min-width: 1200px) {
  .table__container .table__block {
    height: 136px;
    height: 8.5rem;
    max-width: 136px;
    max-width: 8.5rem;
  }
  .table__container .row--y label.table__fs,
  .table__container .table__fs {
    font-size: 18.4px;
    font-size: 1.15rem;
  }
  .table__container .row--y label.table__fs--md,
  .table__container .table__fs--md {
    font-size: 16.8px;
    font-size: 1.05rem;
  }
  .table__container .content__fixed--r.is--show {
    width: 340px;
    width: 21.25rem;
  }
}

.btn.glow-on-hover:before {
  content: "";
  background: linear-gradient(45deg, #ff0000, #ff7300, #fffb00, #48ff00, #00ffd5, #002bff, #7a00ff, #ff00c8, #ff0000);
  position: absolute;
  left: -2px;
  bottom: 0;
  background-size: 400%;
  z-index: -1;
  -webkit-filter: blur(5px);
          filter: blur(5px);
  width: calc(100%);
  height: 5rem;
  -webkit-animation: glowing 20s linear infinite;
          animation: glowing 20s linear infinite;
  opacity: 1;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
  border-radius: 10px;
}

.btn.glow-on-hover:after {
  z-index: -1;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: transparent;
  left: 0;
  top: 0;
  border-radius: 10px;
}

@-webkit-keyframes glowing {
  0% {
    background-position: 0 0;
  }
  50% {
    background-position: 400% 0;
  }
  100% {
    background-position: 0 0;
  }
}

@keyframes glowing {
  0% {
    background-position: 0 0;
  }
  50% {
    background-position: 400% 0;
  }
  100% {
    background-position: 0 0;
  }
}

svg {
  border-radius: 0.45rem;
  height: 3rem;
  width: calc(100% - 1.5rem);
  position: absolute;
  left: 0.75rem;
  right: 0.75rem;
  fill: none;
  stroke-width: 3;
  stroke: #fff;
  stroke-dasharray: 150 480;
  stroke-dashoffset: 150;
  animation: strokeset 1.5s ease-in-out infinite alternate;
  animation-delay: 1s;
  -webkit-animation: strokeset 1.5s ease-in-out infinite alternate;
  -webkit-animation-delay: 1s;
  -moz-animation: strokeset 1.5s ease-in-out infinite alternate;
  -moz-animation-delay: 1s;
  -ms-animation: strokeset 1.5s ease-in-out infinite alternate;
  -ms-animation-delay: 1s;
  -o-animation: strokeset 1.5s ease-in-out infinite alternate;
  -o-animation-delay: 1s;
}

@-webkit-keyframes strokeset {
  0% {
    -webkit-animation-delay: 2s;
    opacity: 0.77;
    stroke-dashoffset: 150;
    stroke: #f7e346;
  }
  10% {
    stroke-dashoffset: 150;
  }
  50% {
    opacity: 1;
  }
  90% {
    stroke-dashoffset: -400;
  }
  100% {
    opacity: 0.77;
    stroke-dashoffset: -400;
    -webkit-animation-delay: 2s;
    stroke: #fff;
  }
}

@keyframes strokeset {
  0% {
    -webkit-animation-delay: 2s;
    opacity: 0.77;
    stroke-dashoffset: 150;
    stroke: #f7e346;
  }
  10% {
    stroke-dashoffset: 150;
  }
  50% {
    opacity: 1;
  }
  90% {
    stroke-dashoffset: -400;
  }
  100% {
    opacity: 0.77;
    stroke-dashoffset: -400;
    -webkit-animation-delay: 2s;
    stroke: #fff;
  }
}

@media (min-width: 768px) {
  svg {
    stroke-width: 3;
    stroke-dasharray: 300 1500;
    stroke-dashoffset: 800;
    animation: strokeset 1.5s ease-in-out infinite alternate;
    animation-delay: 1s;
    -webkit-animation: strokeset 1.5s ease-in-out infinite alternate;
    -webkit-animation-delay: 1s;
    -moz-animation: strokeset 1.5s ease-in-out infinite alternate;
    -moz-animation-delay: 1s;
    -ms-animation: strokeset 1.5s ease-in-out infinite alternate;
    -ms-animation-delay: 1s;
    -o-animation: strokeset 1.5s ease-in-out infinite alternate;
    -o-animation-delay: 1s;
  }
  @-webkit-keyframes strokeset {
    0% {
      -webkit-animation-delay: 2s;
      opacity: 0.77;
      stroke-dashoffset: 800;
      stroke: #f7e346;
    }
    10% {
      stroke-dashoffset: 800;
    }
    50% {
      opacity: 1;
    }
    90% {
      stroke-dashoffset: -1000;
    }
    100% {
      opacity: 0.77;
      stroke-dashoffset: -1000;
      -webkit-animation-delay: 2s;
      stroke: #fff;
    }
  }
  @keyframes strokeset {
    0% {
      -webkit-animation-delay: 2s;
      opacity: 0.77;
      stroke-dashoffset: 800;
      stroke: #f7e346;
    }
    10% {
      stroke-dashoffset: 800;
    }
    50% {
      opacity: 1;
    }
    90% {
      stroke-dashoffset: -1000;
    }
    100% {
      opacity: 0.77;
      stroke-dashoffset: -1000;
      -webkit-animation-delay: 2s;
      stroke: #fff;
    }
  }
}

@media (min-width: 1024px) {
  svg {
    stroke-width: 5;
    stroke-dasharray: 300 2000;
    stroke-dashoffset: 1000;
    animation: strokeset 1.5s ease-in-out infinite alternate;
    animation-delay: 1s;
    -webkit-animation: strokeset 1.5s ease-in-out infinite alternate;
    -webkit-animation-delay: 1s;
    -moz-animation: strokeset 1.5s ease-in-out infinite alternate;
    -moz-animation-delay: 1s;
    -ms-animation: strokeset 1.5s ease-in-out infinite alternate;
    -ms-animation-delay: 1s;
    -o-animation: strokeset 1.5s ease-in-out infinite alternate;
    -o-animation-delay: 1s;
  }
  @-webkit-keyframes strokeset {
    0% {
      -webkit-animation-delay: 2s;
      opacity: 0.77;
      stroke-dashoffset: 1500;
      stroke: #f7e346;
    }
    10% {
      stroke-dashoffset: 1500;
    }
    50% {
      opacity: 1;
    }
    90% {
      stroke-dashoffset: -1000;
    }
    100% {
      opacity: 0.77;
      stroke-dashoffset: -1000;
      -webkit-animation-delay: 2s;
      stroke: #fff;
    }
  }
  @keyframes strokeset {
    0% {
      -webkit-animation-delay: 2s;
      opacity: 0.77;
      stroke-dashoffset: 1500;
      stroke: #f7e346;
    }
    10% {
      stroke-dashoffset: 1500;
    }
    50% {
      opacity: 1;
    }
    90% {
      stroke-dashoffset: -1000;
    }
    100% {
      opacity: 0.77;
      stroke-dashoffset: -1000;
      -webkit-animation-delay: 2s;
      stroke: #fff;
    }
  }
}

.btnType.animate__span {
  display: block;
  overflow: hidden;
}

.btnType.animate__span i {
  float: left;
}

.animate__span span {
  position: relative;
  display: inline-block;
  -webkit-animation: wt-btn_sign-marquee 2s linear infinite alternate;
  animation: wt-btn_sign-marquee 2s linear infinite alternate;
}

.animate__span span:after {
  content: attr(data-text);
  position: absolute;
  left: 100%;
  padding: 0 23px;
}

@-webkit-keyframes wt-btn_sign-marquee {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  100% {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

@keyframes wt-btn_sign-marquee {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  100% {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

.bgsuccess.animate__bg {
  -webkit-animation: tran-bgsuccess 2s linear infinite alternate;
  animation: tran-bgsuccess 2s linear infinite alternate;
}

@-webkit-keyframes tran-bgsuccess {
  0% {
    background-color: #31c078;
  }
  100% {
    background-color: #31c0c0;
  }
}

@keyframes tran-bgsuccess {
  0% {
    background-color: #31c078;
  }
  100% {
    background-color: #31c0c0;
  }
}

.animate__wrap {
  position: fixed;
  visibility: inherit;
  z-index: 1033;
  display: none;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.animate__wrap.is--shine {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.animate__wrap .btn {
  font-family: "Nunito", sans-serif;
  text-transform: uppercase;
  letter-spacing: 1.3px;
  font-weight: 700;
  color: #fff;
  border: none;
  border-radius: 1000px;
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  cursor: pointer;
  outline: none;
  position: relative;
  padding: 10px;
}

.animate__wrap button::before {
  content: "";
  border-radius: 1000px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

.animate__wrap button::after {
  content: "";
  border-radius: 100%;
  position: absolute;
  z-index: -1;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.animate__wrap {
  height: 225px;
  bottom: 56px;
  left: 50px;
}

.animate__wrap .btn {
  min-width: 100px;
  min-height: 100px;
  font-size: 48px;
  padding: 8px;
}

.animate__wrap button::before {
  content: "";
  min-width: calc(225px + 12px);
  min-height: calc(100px + 12px);
}

.animate__wrap button::after {
  content: "";
  width: 22.5px;
  height: 22.5px;
  -webkit-animation: ring 1.5s infinite;
          animation: ring 1.5s infinite;
}

@-webkit-keyframes ring {
  0% {
    width: 22.5px;
    height: 22.5px;
    opacity: 1;
  }
  100% {
    width: 225px;
    height: 225px;
    opacity: 0;
  }
}

@keyframes ring {
  0% {
    width: 22.5px;
    height: 22.5px;
    opacity: 1;
  }
  100% {
    width: 225px;
    height: 225px;
    opacity: 0;
  }
}

@media only screen and (max-width: 767px) {
  .animate__wrap {
    height: 150px;
  }
  .animate__wrap .btn {
    min-width: 80px;
    min-height: 80px;
    font-size: 34px;
    padding: 8px;
  }
  .animate__wrap button::before {
    content: "";
    min-width: calc(150px + 12px);
    min-height: calc(80px + 12px);
  }
  .animate__wrap button::after {
    content: "";
    width: 15px;
    height: 15px;
    -webkit-animation: ringmin 1.5s infinite;
            animation: ringmin 1.5s infinite;
  }
  @-webkit-keyframes ringmin {
    0% {
      width: 15px;
      height: 15px;
      opacity: 1;
    }
    100% {
      width: 150px;
      height: 150px;
      opacity: 0;
    }
  }
  @keyframes ringmin {
    0% {
      width: 15px;
      height: 15px;
      opacity: 1;
    }
    100% {
      width: 150px;
      height: 150px;
      opacity: 0;
    }
  }
}

.animate__wrap.acinfo .btn {
  background: #4fd1c5;
  background: -webkit-gradient(linear, left top, right top, from(#4fd1c5), to(#4fd1c5));
  background: linear-gradient(90deg, #4fd1c5 0%, #4fd1c5 100%);
  -webkit-box-shadow: 12px 12px 24px rgba(79, 209, 197, 0.64);
          box-shadow: 12px 12px 24px rgba(79, 209, 197, 0.64);
}

.animate__wrap.acinfo button::before {
  border: 6px solid #00ffcb;
  -webkit-box-shadow: 0 0 60px rgba(0, 255, 203, 0.64);
          box-shadow: 0 0 60px rgba(0, 255, 203, 0.64);
}

.animate__wrap.acinfo button::after {
  border: 6px solid #00ffcb;
}

.animate__wrap.acdanger .btn {
  background: #d14f4f;
  background: -webkit-gradient(linear, left top, right top, from(#d14f4f), to(#d14f4f));
  background: linear-gradient(90deg, #d14f4f 0%, #d14f4f 100%);
  -webkit-box-shadow: 12px 12px 24px rgba(209, 79, 79, 0.64);
          box-shadow: 12px 12px 24px rgba(209, 79, 79, 0.64);
}

.animate__wrap.acdanger button::before {
  border: 6px solid #ff0040;
  -webkit-box-shadow: 0 0 60px rgba(255, 0, 64, 0.64);
          box-shadow: 0 0 60px rgba(255, 0, 64, 0.64);
}

.animate__wrap.acdanger button::after {
  border: 6px solid #ff0040;
}

.animate__wrap.acsuccess .btn {
  background: #53d14f;
  background: -webkit-gradient(linear, left top, right top, from(#53d14f), to(#53d14f));
  background: linear-gradient(90deg, #53d14f 0%, #53d14f 100%);
  -webkit-box-shadow: 12px 12px 24px rgba(83, 209, 79, 0.64);
          box-shadow: 12px 12px 24px rgba(83, 209, 79, 0.64);
}

.animate__wrap.acsuccess button::before {
  border: 6px solid #33ff00;
  -webkit-box-shadow: 0 0 60px rgba(51, 255, 0, 0.64);
          box-shadow: 0 0 60px rgba(51, 255, 0, 0.64);
}

.animate__wrap.acsuccess button::after {
  border: 6px solid #33ff00;
}

.animate__wrap.acwarning .btn {
  background: #d1a84f;
  background: -webkit-gradient(linear, left top, right top, from(#d1a84f), to(#d1a84f));
  background: linear-gradient(90deg, #d1a84f 0%, #d1a84f 100%);
  -webkit-box-shadow: 12px 12px 24px rgba(209, 168, 79, 0.64);
          box-shadow: 12px 12px 24px rgba(209, 168, 79, 0.64);
}

.animate__wrap.acwarning button::before {
  border: 6px solid #ffae00;
  -webkit-box-shadow: 0 0 60px rgba(255, 174, 0, 0.64);
          box-shadow: 0 0 60px rgba(255, 174, 0, 0.64);
}

.animate__wrap.acwarning button::after {
  border: 6px solid #ffae00;
}

.customtable {
  border-collapse: collapse;
  cursor: pointer;
}

.customtable thead,
.customtable td {
  border-style: solid;
  border-width: .5px 0 0 0;
}

.customtable tr td {
  border-style: solid;
  border-width: 1px;
}

.customtable tr td.col1,
.customtable tr th.col1 {
  border-width: 1px 0;
}

.customtable .header-cell {
  padding: 0;
  text-align: left;
  height: auto;
  border-width: 0 0 0 .5px;
}

.customtable .titlecount {
  min-width: 3rem;
}

.customtable .col1 {
  text-align: center;
  font-size: 2rem;
  font-weight: 700;
  min-width: 8rem;
  max-width: 8rem;
}

.customtable .col2 {
  min-width: 12rem;
}

.customtable .col2.no-data {
  min-height: 5rem;
}

.customtable .col2.no-data.minH {
  height: 5rem;
}

.customtable .swiper__row {
  margin: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  height: 100%;
}

.customtable thead,
.customtable td {
  border-color: #ddd;
}

.customtable tr:nth-child(2n+1) {
  background: #fff;
}

.customtable tr:nth-child(2n) {
  background: #f1ecf8;
}

.customtable tr td {
  border-color: #ccc;
}

.customtable .header-cell {
  background-color: #fff;
}

.customtable .group--2,
.customtable .group--4,
.customtable .group--6 {
  background: #eef6f4;
}

.customtable .group--1 + .group--2,
.customtable .group--2 + .group--3,
.customtable .group--3 + .group--4,
.customtable .group--4 + .group--5,
.customtable .group--5 + .group--6,
.customtable .group--6 + .group--7 {
  border-width: .5px .5px .5px 2px;
  border-color: #ccc #ccc #ccc #b0d8cc;
}

.customtable tr:nth-child(2n) .group--2,
.customtable tr:nth-child(2n) .group--4,
.customtable tr:nth-child(2n) .group--6 {
  background: #b0d8cc;
}

.customtable tr:nth-child(2n) .is--disabled,
.customtable td.is--disabled {
  background: #ddd;
}

.customtable th.is--now .row {
  border-radius: 0.3rem 0.3rem 0 0;
  background: #337ab7;
  color: #fff;
}

.customtable th.is--now .cm5 {
  color: rgba(255, 255, 255, 0.8);
}

.customtable tr:nth-child(2n) .is--now,
.customtable tr td.is--now {
  border-color: #ccc #337ab7 #ccc #337ab7;
  border-width: .5px 2px .5px 2px;
}

.customtable tr:nth-child(1) .is--now {
  border-color: #337ab7 #337ab7 #ccc #337ab7;
  border-width: 2px 2px .5px 2px;
}

.sbmax .sb__pgtitle {
  font-size: 2rem;
}

.sbmax .bar__info {
  min-height: auto;
  padding: .875rem 0 0 0;
}

.sbmax .bar__imgt {
  height: 160px;
}

@media only screen and (max-width: 374px) {
  .sbmax .bar__info {
    padding: .3rem 0 0 0;
  }
  .sbmax .sb__pgtitle {
    font-size: 1.5rem;
  }
  .sbmax .lxlg {
    font-size: 1.35rem;
  }
  .sbmax .bar__imgt {
    height: 120px;
  }
  .sbmax .info__row.p--2 {
    padding: .3rem;
  }
  .sbmax .lmd {
    font-size: 0.775rem;
  }
  .sbmax .mb--2 {
    margin-bottom: .3rem;
  }
  .sbmax .ml--2 {
    margin-left: .3rem;
  }
}

@media (min-width: 768px) {
  .col-md-6.detailcontent {
    padding-top: 0;
    padding-left: .5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: -webkit- flex;
    display: -moz- flex;
    display: -ms- flex;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    -ms-align-content: center;
    -ms-flex-line-pack: center;
        align-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.fixbutton.is--hidden {
  display: none;
}

.sbbtnrow {
  position: fixed;
  bottom: 10%;
  right: 3%;
  left: 3%;
  z-index: 99;
}

body.xl .img__container::after {
  bottom: 0;
}

body.xl .fa-asterisk.cmdanger {
  font-size: 16px;
  font-size: 1rem;
}

body.xl .minlogo {
  width: 1.7rem;
}

body.xl .fs--sm {
  font-size: 14px;
  font-size: 0.875rem;
}

body.xl .fs--md {
  font-size: 19.2px;
  font-size: 1.2rem;
}

body.xl .fs--lg,
body.xl label.fs--lg,
body.xl input[type='text'].fs--lg {
  font-size: 20px;
  font-size: 1.25rem;
}

body.xl .fs--slg {
  font-size: 28px;
  font-size: 1.75rem;
}

body.xl .fs--mlg {
  font-size: 32px;
  font-size: 2rem;
}

body.xl .fs--llg {
  font-size: 48px;
  font-size: 3rem;
}

body.xl .mulit_pro li {
  font-size: 12px;
  font-size: 0.75rem;
}

body.xl .fs--sb {
  font-size: 16px;
  font-size: 1rem;
  padding: .75rem 0;
  margin-top: 1.875rem;
}

body.xl .btn.btnType {
  width: calc(100% - 1.5rem);
  margin: .375rem .75rem .375rem;
}

body.xl .btn.btnType span,
body.xl .btn.btnType i:before {
  font-size: 20px;
  font-size: 1.25rem;
}

body.xl .double.fixbutton {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit- flex;
  display: -moz- flex;
  display: -ms- flex;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
}

body.xl .double.fixbutton .btn.btnType {
  width: calc(50% - .75rem);
  margin: .35rem .75rem .35rem;
}

body.xl .sbbtnrow .btn.btnType {
  border-radius: 1.5rem;
}

body.xl .sbbtnrow .btn.btnType span {
  margin-left: 0;
  margin-top: 0;
}

body.xl .pop__overlay {
  position: absolute;
}

body.xl .pop__overlay.is--show .container {
  z-index: -1;
  background: #f7f8f9;
}

body.xl .pop__overlay.is--show .container.StoreList {
  z-index: 1;
}

body.xl .input-group.num__group .form-control {
  -webkit-box-flex: 0;
  -ms-flex: 0;
  flex: 0;
  width: 80px;
  width: 5rem;
  height: 80px;
  height: 5rem;
  font-size: 40px;
  font-size: 2.5rem;
  text-align: center;
}

body.xl .input-group.num__group .input-group-prepend,
body.xl .input-group.num__group .input-group-append {
  margin: 0 6.5%;
}

body.xl .input-group.num__group--round {
  background-color: #fff;
  width: 100%;
  border-radius: 0.45rem;
}

body.xl .input-group.num__group--round .input-group-prepend,
body.xl .input-group.num__group--round .input-group-append,
body.xl .input-group.num__group--round .btn {
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  user-select: none;
}

body.xl .input-group.num__group--round .form-control {
  border-radius: 0.5rem;
  border: 1px solid transparent;
  height: 80px;
  height: 5rem;
  font-size: 40px;
  font-size: 2.5rem;
  text-align: center;
}

body.xl .input-group.num__group--round .input-group-prepend {
  margin: 1rem 0 1rem 1rem;
}

body.xl .input-group.num__group--round .input-group-append {
  margin: 1rem 1rem 1rem 0;
}

body.xl .multi_step_form fieldset .input-group.num__group .btn, body.xl .multi_step_form fieldset .input-group.num__group .btn:first-of-type {
  margin: 0;
  color: #17a2b8;
  background-color: transparent;
  background-image: none;
  border-color: #17a2b8;
  width: 48px;
  width: 3rem;
  height: 48px;
  height: 3rem;
  font-size: 24px;
  font-size: 1.5rem;
  border-radius: 50%;
  text-align: center;
}

body.xl .multi_step_form fieldset .input-group.num__group .btn i, body.xl .multi_step_form fieldset .input-group.num__group .btn:first-of-type i {
  margin-right: 0;
}

body.xl .multi_step_form fieldset .input-group.num__group--round .btn, body.xl .multi_step_form fieldset .input-group.num__group--round .btn:first-of-type {
  background: #aaa;
  color: #fff;
  margin: 0;
  width: 48px;
  width: 3rem;
  height: 48px;
  height: 3rem;
  font-size: 24px;
  font-size: 1.5rem;
  border-radius: 0.45rem;
  text-align: center;
  border: 1px solid transparent;
}

body.xl .multi_step_form fieldset .input-group.num__group--round .btn i, body.xl .multi_step_form fieldset .input-group.num__group--round .btn:first-of-type i {
  margin-right: 0;
}

body.xl .multi_step_form fieldset .input-group.num__group--round .btn.btn-outline-info {
  background: #31b2E4;
  color: #fff;
}

body.xl .input-group.num__group--round.bg--trap {
  background-color: transparent;
}

body.xl .input-group.num__group--round.bg--trap .form-control {
  background-color: transparent;
}

body.xl .input-group.num__group--round.bg--trap .input-group-prepend {
  margin: 1rem .5rem;
}

body.xl .input-group.num__group--round.bg--trap .input-group-append {
  margin: 1rem .5rem;
}

body.xl .multi_step_form fieldset .input-group.num__group--round.bg--trap .btn, body.xl .multi_step_form fieldset .input-group.num__group--round.bg--trap .btn:first-of-type {
  background: transparent;
  color: #aaa;
  border: 1px solid #aaa;
  border-radius: 50%;
}

body.xl .multi_step_form fieldset .input-group.num__group--round.bg--trap .btn.btn-outline-info {
  background: transparent;
  color: #c07831;
  border: 1px solid #c07831;
  border-radius: 50%;
}

body.xl .multi_step_form fieldset .input-group.num__group--round.bg--trap .btn.btn-outline-info:not(:disabled):not(.disabled).active:focus, body.xl .multi_step_form fieldset .input-group.num__group--round.bg--trap .btn.btn-outline-info:not(:disabled):not(.disabled):active:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(192, 120, 49, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(192, 120, 49, 0.5);
}

.pop__overlay.is--show .inlinelabel {
  display: inline-block !important;
}

.pop__overlay.is--show .inlinelabel a {
  display: inline-block !important;
  color: #007bff;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

.pop__overlay .StoreList.nobtn {
  max-height: 80vh;
}

@media (max-width: 320px) {
  .pop__overlay .StoreList.container {
    padding: 0;
  }
}

@media (min-width: 768px) {
  body.xl {
    max-width: 100%;
  }
  body.xl .minlogo {
    width: 2rem;
  }
  body.xl .pop__overlay {
    max-width: 100%;
  }
  body.xl .pop__overlay .StoreList {
    max-height: 75vh;
  }
  body.xl .pop__overlay .StoreList.nobtn {
    max-height: 80vh;
  }
  body.xl .pop__overlay.is--ios .StoreList.nobtn {
    max-height: 73vh;
  }
  body.xl .pop__overlay.is--show .container {
    max-width: 880px;
    max-width: 55rem;
  }
  body.xl .pop__overlay.is--show.big.long .StoreList {
    max-height: 70vh;
  }
  body.xl .fs--sm {
    font-size: 18px;
    font-size: 1.125rem;
  }
  body.xl .fs--md {
    font-size: 23.2px;
    font-size: 1.45rem;
  }
  body.xl .fs--lg,
  body.xl label.fs--lg,
  body.xl input[type='text'].fs--lg,
  body.xl .arrow_box {
    font-size: 28px;
    font-size: 1.75rem;
  }
  body.xl .fs--slg {
    font-size: 36px;
    font-size: 2.25rem;
  }
  body.xl .fs--mlg {
    font-size: 40px;
    font-size: 2.5rem;
  }
  body.xl .fs--llg {
    font-size: 56px;
    font-size: 3.5rem;
  }
  body.xl .mulit_pro li {
    font-size: 20px;
    font-size: 1.25rem;
  }
  body.xl .arrow_box {
    padding: .5rem;
  }
  body.xl .fs--sb {
    font-size: 40px;
    font-size: 2.5rem;
  }
  body.xl .btn.btnType,
  body.xl .btn.btnType span,
  body.xl .btn.btnType i:before,
  body.xl .btn.btnType svg {
    height: 192px;
    height: 12rem;
    line-height: 192px;
    line-height: 12rem;
  }
  body.xl .btn.btnType.small,
  body.xl .btn.btnType.small span,
  body.xl .btn.btnType.small i:before,
  body.xl .btn.btnType.small svg {
    height: 96px;
    height: 6rem;
    line-height: 96px;
    line-height: 6rem;
  }
  body.xl .sbbtnrow .btn.btnType {
    border-radius: 6rem;
  }
  body.xl .btn.btnType,
  body.xl .btn.btnType span,
  body.xl .btn.btnType i:before {
    font-size: 64px;
    font-size: 4rem;
  }
  body.xl .btn.btnType.small,
  body.xl .btn.btnType.small span,
  body.xl .btn.btnType.small i:before {
    font-size: 32px;
    font-size: 2rem;
  }
  body.xl .btn.btnType.sb i {
    width: 160px;
    width: 10rem;
  }
  body.xl .btnType.glow-on-hover:before {
    height: 120px;
    height: 7.5rem;
  }
  body.xl .fixbutton.popbutton {
    margin-top: 0;
  }
  body.xl .input-group.num__group .form-control {
    width: 160px;
    width: 10rem;
    height: 160px;
    height: 10rem;
    font-size: 80px;
    font-size: 5rem;
  }
  body.xl .input-group.num__group--round {
    width: 320px;
    width: 20rem;
    border-radius: 0.45rem;
  }
  body.xl .input-group.num__group--round .form-control {
    height: 112px;
    height: 7rem;
    font-size: 48px;
    font-size: 3rem;
  }
  body.xl .multi_step_form fieldset .input-group.num__group .btn, body.xl .multi_step_form fieldset .input-group.num__group .btn:first-of-type {
    width: 80px;
    width: 5rem;
    height: 80px;
    height: 5rem;
    font-size: 48px;
    font-size: 3rem;
    border-radius: 50%;
  }
  body.xl .multi_step_form fieldset .input-group.num__group--round .btn, body.xl .multi_step_form fieldset .input-group.num__group--round .btn:first-of-type {
    width: 80px;
    width: 5rem;
    height: 80px;
    height: 5rem;
    font-size: 44.8px;
    font-size: 2.8rem;
    border-radius: 0.45rem;
  }
}

@media (min-width: 1024px) {
  body.xl .minlogo {
    width: 2.5rem;
  }
  body.xl .pop__overlay.is--show .container {
    max-width: 960px;
    max-width: 60rem;
  }
  body.xl .fs--sm {
    font-size: 20px;
    font-size: 1.25rem;
  }
  body.xl .fs--md {
    font-size: 25.2px;
    font-size: 1.575rem;
  }
  body.xl .fs--lg,
  body.xl label.fs--lg,
  body.xl input[type='text'].fs--lg,
  body.xl .arrow_box {
    font-size: 30px;
    font-size: 1.875rem;
  }
  body.xl .fs--slg {
    font-size: 38px;
    font-size: 2.375rem;
  }
  body.xl .fs--mlg {
    font-size: 42px;
    font-size: 2.625rem;
  }
  body.xl .fs--llg {
    font-size: 58px;
    font-size: 3.625rem;
  }
  body.xl .mulit_pro li {
    font-size: 28px;
    font-size: 1.75rem;
  }
  body.xl .arrow_box {
    padding: .625rem;
  }
  body.xl .fs--sb {
    font-size: 48px;
    font-size: 3rem;
  }
  body.xl .btn.btnType,
  body.xl .btn.btnType span,
  body.xl .btn.btnType i:before,
  body.xl .btn.btnType svg {
    height: 196px;
    height: 12.25rem;
    line-height: 196px;
    line-height: 12.25rem;
  }
  body.xl .btn.btnType.small,
  body.xl .btn.btnType.small span,
  body.xl .btn.btnType.small i:before,
  body.xl .btn.btnType.small svg {
    height: 98px;
    height: 6.125rem;
    line-height: 98px;
    line-height: 6.125rem;
  }
  body.xl .sbbtnrow .btn.btnType {
    border-radius: 6.125rem;
  }
  body.xl .btn.btnType,
  body.xl .btn.btnType span,
  body.xl .btn.btnType i:before,
  body.xl .btn.btnType svg {
    font-size: 78px;
    font-size: 4.875rem;
  }
  body.xl .btn.btnType.small,
  body.xl .btn.btnType.small span,
  body.xl .btn.btnType.small i:before,
  body.xl .btn.btnType.small svg {
    font-size: 62px;
    font-size: 3.875rem;
  }
  body.xl .btn.btnType.sb i {
    width: 170px;
    width: 10.625rem;
  }
  body.xl .btnType.glow-on-hover:before {
    height: 100px;
    height: 6.25rem;
  }
  body.xl .fixbutton.popbutton {
    margin-top: 0;
  }
  body.xl .input-group.num__group .form-control {
    width: 160px;
    width: 10rem;
    height: 160px;
    height: 10rem;
    font-size: 80px;
    font-size: 5rem;
  }
  body.xl .input-group.num__group--round {
    border-radius: 0.45rem;
  }
  body.xl .input-group.num__group--round .form-control {
    height: 112px;
    height: 7rem;
    font-size: 48px;
    font-size: 3rem;
  }
  body.xl .multi_step_form fieldset .input-group.num__group .btn, body.xl .multi_step_form fieldset .input-group.num__group .btn:first-of-type {
    width: 80px;
    width: 5rem;
    height: 80px;
    height: 5rem;
    font-size: 48px;
    font-size: 3rem;
    border-radius: 50%;
  }
  body.xl .multi_step_form fieldset .input-group.num__group--round .btn, body.xl .multi_step_form fieldset .input-group.num__group--round .btn:first-of-type {
    width: 80px;
    width: 5rem;
    height: 80px;
    height: 5rem;
    font-size: 44.8px;
    font-size: 2.8rem;
    border-radius: 0.45rem;
  }
}

.shiny {
  /*   positioning */
  position: absolute;
  opacity: 0;
  width: 15%;
  transform: skew(-10deg, 0deg);
  -webkit-transform: skew(-10deg, 0deg);
  -moz-transform: skew(-10deg, 0deg);
  -ms-transform: skew(-10deg, 0deg);
  -o-transform: skew(-10deg, 0deg);
}

.btn.btnType.sb i.shiny {
  height: 100%;
  width: 15%;
}

.shiny {
  /*   positioning */
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), color-stop(1%, rgba(255, 255, 255, 0.35)), color-stop(30%, rgba(255, 255, 255, 0.7)), color-stop(50%, rgba(255, 255, 255, 0.95)), color-stop(70%, rgba(255, 255, 255, 0.95)), color-stop(71%, rgba(255, 255, 255, 0.95)), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.35) 1%, rgba(255, 255, 255, 0.7) 30%, rgba(255, 255, 255, 0.95) 50%, rgba(255, 255, 255, 0.95) 70%, rgba(255, 255, 255, 0.95) 71%, rgba(255, 255, 255, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#00ffffff', GradientType=1);
  animation: movetwo 2s;
  animation-iteration-count: infinite;
  animation-delay: 0s;
  -webkit-animation: movetwo 2s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-delay: 0s;
  -moz-transform: skew(-10deg, 0deg);
  -moz-animation: movetwo 2s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-delay: 0s;
  -ms-transform: skew(-10deg, 0deg);
  -ms-animation: movetwo 2s;
  -ms-animation-iteration-count: infinite;
  -ms-animation-delay: 0s;
  -o-transform: skew(-10deg, 0deg);
  -o-animation: movetwo 2s;
  -o-animation-iteration-count: infinite;
  -o-animation-delay: 0s;
}

@-webkit-keyframes move {
  0% {
    left: 0;
    opacity: 0;
  }
  5% {
    opacity: 0.1;
  }
  48% {
    opacity: 0.2;
  }
  90% {
    opacity: 0.0;
  }
  100% {
    left: 92%;
  }
}

@keyframes move {
  0% {
    left: 0;
    opacity: 0;
  }
  5% {
    opacity: 0.1;
  }
  48% {
    opacity: 0.2;
  }
  90% {
    opacity: 0.0;
  }
  100% {
    left: 92%;
  }
}

@-webkit-keyframes movetwo {
  0% {
    left: 0;
    opacity: 0;
  }
  5% {
    opacity: 0.1;
  }
  48% {
    opacity: 0.45;
  }
  90% {
    opacity: 0.0;
  }
  100% {
    left: 92%;
  }
}

@keyframes movetwo {
  0% {
    left: 0;
    opacity: 0;
  }
  5% {
    opacity: 0.1;
  }
  48% {
    opacity: 0.45;
  }
  90% {
    opacity: 0.0;
  }
  100% {
    left: 92%;
  }
}

.btnType.btnAnimate {
  background: #31c078;
  color: #fff;
  -webkit-animation: mymove 2s infinite alternate;
          animation: mymove 2s infinite alternate;
}

@-webkit-keyframes mymove {
  0% {
    background-color: #619370;
  }
  100% {
    background-color: #319fc0;
  }
}

@keyframes mymove {
  0% {
    background-color: #619370;
  }
  100% {
    background-color: #319fc0;
  }
}

.pop__overlay.pop__booking.is--ios .container,
.pop__overlay.pop__booking.pop__entry.is--ios .container {
  height: 58%;
}

.pop__overlay.pop__booking .container,
.pop__overlay.pop__booking.pop__entry .container {
  height: 100%;
}

.pop__overlay.pop__booking.long .container,
.pop__overlay.pop__booking.pop__entry.long .container {
  height: 100%;
}

.pop__overlay.pop__booking section,
.pop__overlay.pop__booking fieldset,
.pop__overlay.pop__booking.pop__entry section,
.pop__overlay.pop__booking.pop__entry fieldset {
  height: 100%;
}

.pop__overlay.pop__booking .StoreList.container,
.pop__overlay.pop__booking.pop__entry .StoreList.container {
  max-height: none !important;
  height: calc(100% - 4rem);
}

.pop__overlay.pop__booking.is--show .booking__inforow,
.pop__overlay.pop__booking.pop__entry.is--show .booking__inforow {
  display: none;
}

.pop__overlay.pop__booking.long.hasBookingRow .StoreList.container,
.pop__overlay.pop__booking.pop__entry.long.hasBookingRow .StoreList.container {
  height: calc(100% - 9rem);
}

.pop__overlay.pop__booking.long.hasBookingRow .StoreList.container.hasstore,
.pop__overlay.pop__booking.pop__entry.long.hasBookingRow .StoreList.container.hasstore {
  height: calc(100% - 11rem);
}

.pop__overlay.pop__booking.long.hasBookingRow.is--show .booking__inforow,
.pop__overlay.pop__booking.pop__entry.long.hasBookingRow.is--show .booking__inforow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.pop__overlay.pop__booking.pop__entry section,
.pop__overlay.pop__booking.pop__entry fieldset {
  height: calc(100% - 2rem);
}

.pop__overlay.pop__booking.pop__entry .StoreList.container {
  max-height: none !important;
  height: calc(100% - 4rem);
}

.pop__overlay.pop__booking.pop__entry.long.hasBookingRow .StoreList.container {
  height: calc(100% - 4.5rem);
}

.pop__overlay.pop__booking .multi_step_form .btn {
  margin: .375rem .375rem 0 0;
}

@media only screen and (max-width: 767px) {
  .fixbutton {
    padding: .2rem .6rem;
  }
  body.xl .double.fixbutton .btn.btnType {
    width: calc(50% - .2rem);
    margin: .35rem .2rem .35rem;
  }
}

@media only screen and (max-width: 374px) {
  .fixbutton {
    padding: .2rem 0;
  }
  body.xl .double.fixbutton .btn.btnType {
    width: calc(50% - .1rem);
    margin: .35rem .1rem .35rem;
  }
  .pop__overlay.pop__booking .StoreList.container {
    height: calc(100% - 4.75rem);
  }
  .pop__overlay.pop__booking.long.hasBookingRow .StoreList.container {
    height: calc(100% - 12.125rem);
  }
  .pop__overlay.pop__booking.long.hasBookingRow.is--show .booking__inforow i {
    display: none;
  }
  .pop__overlay.pop__booking.pop__entry section,
  .pop__overlay.pop__booking.pop__entry fieldset {
    height: calc(100% - 2rem);
  }
  .pop__overlay.pop__booking.pop__entry .StoreList.container {
    max-height: none !important;
    height: calc(100% - 4rem);
  }
  .pop__overlay.pop__booking.pop__entry.long.hasBookingRow .StoreList.container {
    height: calc(100% - 4.5rem);
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .pop__overlay.pop__booking.is--ios .container {
    height: 68%;
  }
  .pop__overlay.pop__booking.long .container {
    height: 100%;
  }
  .pop__overlay.pop__booking .StoreList.container {
    height: calc(100% - 5rem);
  }
  .pop__overlay.pop__booking.long.hasBookingRow .StoreList.container {
    height: calc(100% - 10rem);
  }
  .pop__overlay.pop__booking.long.hasBookingRow .StoreList.container.hasstore {
    height: calc(100% - 12rem);
  }
  .pop__overlay.pop__booking.pop__entry.long.hasBookingRow .StoreList.container {
    height: calc(100% - 6rem);
  }
}

@media (min-width: 992px) {
  .pop__overlay.pop__booking.is--ios .container {
    height: 68%;
  }
  .pop__overlay.pop__booking.long .container {
    height: 100%;
  }
  .pop__overlay.pop__booking .StoreList.container {
    height: calc(100% - 5rem);
  }
  .pop__overlay.pop__booking.long.hasBookingRow .StoreList.container {
    height: calc(100% - 11rem);
  }
  .pop__overlay.pop__booking.pop__entry.long.hasBookingRow .StoreList.container {
    height: calc(100% - 6rem);
  }
}

.pop__overlay.is--fixed .container {
  position: fixed;
  top: 0;
  bottom: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  border-radius: 0;
  max-width: 1440px;
  width: 100%;
}

.subcontent {
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  border-radius: 0;
  max-width: 1440px;
  width: 100%;
  background-color: #fff;
  z-index: -1;
  display: none;
}

.subcontent.is--show {
  z-index: 1024;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: flex;
  display: -webkit- flex;
  display: -moz- flex;
  display: -ms- flex;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -ms-align-content: flex-start;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.subcontent .booking__inforow {
  position: fixed;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  padding: .375rem .75rem;
}

.subcontent .booking__inforow .title_link + .title_link {
  margin-left: .375rem;
}

.subcontent .booking__inforow .row + .row {
  padding-top: .375rem;
}

body .bootstrap-datetimepicker-widget {
  background: #fff;
  padding: 0.75rem;
  border-radius: 0.25rem;
  border: 1px solid #ced4da;
}

body table.table-condensed tr,
body table.table-condensed thead {
  width: 100%;
}

body table.table-condensed thead th {
  border-radius: 0.25rem;
}

body table.table-condensed tbody tr:first-child td:first-child {
  border-radius: 0.25rem 0 0 0;
}

body table.table-condensed tbody tr:first-child td:last-child {
  border-radius: 0 0.25rem 0 0;
}

body table.table-condensed tbody tr:last-child td:first-child {
  border-radius: 0 0 0 0.25rem;
}

body table.table-condensed tbody tr:last-child td:last-child {
  border-radius: 0 0 0.25rem 0;
}

body table.table-condensed td.day.old {
  visibility: hidden;
  border-color: #fff #fff #ced4da #fff;
}

body table.table-condensed td.day.old + .day:not(.old):not(.disabled) {
  background-image: -webkit-gradient(linear, left top, right top, from(#ced4da), color-stop(0.99%, #ced4da), color-stop(1%, white), to(white));
  background-image: linear-gradient(90deg, #ced4da 0%, #ced4da 0.99%, white 1%, white 100%);
}

body table.table-condensed td.day.old + .day:not(.old):not(.disabled).active, body table.table-condensed td.day.old + .day:not(.old):not(.disabled).active:hover {
  background-image: none;
  background-color: #337ab7;
}

body table.table-condensed td.day.new {
  display: none;
}

body .bootstrap-datetimepicker-widget table td {
  -moz-flex: 1;
  -ms-flex: 1;
  -webkit-box-flex: 1;
          flex: 1;
  -ms-align-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

body .bootstrap-datetimepicker-widget.usetwentyfour td.hour {
  height: 40px;
  height: 2.5rem;
  line-height: 40px;
  line-height: 2.5rem;
}

body .bootstrap-datetimepicker-widget .timepicker-hour,
body .bootstrap-datetimepicker-widget .timepicker-minute,
body .bootstrap-datetimepicker-widget .timepicker-second,
body .bootstrap-datetimepicker-widget table td span {
  width: 100%;
  -ms-align-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

body .bootstrap-datetimepicker-widget .timepicker-hour,
body .bootstrap-datetimepicker-widget .timepicker-minute {
  height: 100%;
}

body .bootstrap-datetimepicker-widget table td span.month,
body .bootstrap-datetimepicker-widget table td span.year {
  width: 24%;
}

body .bootstrap-datetimepicker-widget table td.day:hover,
body .bootstrap-datetimepicker-widget table td.hour:hover,
body .bootstrap-datetimepicker-widget table td.minute:hover,
body .bootstrap-datetimepicker-widget table td.second:hover,
body .bootstrap-datetimepicker-widget table td span.month:hover,
body .bootstrap-datetimepicker-widget table td span.year:hover {
  background-color: rgba(51, 122, 183, 0.5);
}

body .bootstrap-datetimepicker-widget.usetwentyfour {
  width: 100%;
  /* display: inline-flex; */
  min-height: 16rem;
}

body .bootstrap-datetimepicker-widget.usetwentyfour ul,
body .bootstrap-datetimepicker-widget.usetwentyfour li,
body .bootstrap-datetimepicker-widget.usetwentyfour .datepicker-months,
body .bootstrap-datetimepicker-widget.usetwentyfour .datepicker,
body .bootstrap-datetimepicker-widget.usetwentyfour tbody,
body .bootstrap-datetimepicker-widget.usetwentyfour .datepicker-months,
body .bootstrap-datetimepicker-widget.usetwentyfour .datepicker-years {
  width: 100%;
}

body .datepicker-months thead,
body .datepicker-years thead {
  height: 3rem;
}

body .datepicker-days {
  width: 100%;
}

body .table-condensed .picker-switch {
  -moz-flex: 1;
  -ms-flex: 1;
  -webkit-box-flex: 1;
          flex: 1;
}

body .table-condensed thead tr th {
  -ms-align-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

body td.minute {
  -ms-align-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

body .bootstrap-datetimepicker-widget table td.day,
body .bootstrap-datetimepicker-widget table th {
  height: 3.2rem;
  line-height: 3.2rem;
}

body .bootstrap-datetimepicker-widget table td,
body .bootstrap-datetimepicker-widget table th {
  border-radius: 0;
}

body .bootstrap-datetimepicker-widget table td.day {
  border: 0.5px solid #ced4da;
  max-width: 14%;
}

body .bootstrap-datetimepicker-widget table td.disabled,
body .bootstrap-datetimepicker-widget table td.disabled:hover {
  background-color: #949494;
  color: #fff;
  opacity: 0.65;
}

body .bootstrap-datetimepicker-widget table th.disabled,
body .bootstrap-datetimepicker-widget table th.disabled:hover {
  visibility: hidden;
}

body .bootstrap-datetimepicker-widget table td span {
  width: auto;
  height: auto;
  line-height: 1;
  margin: 0;
  border-radius: 0.25rem;
}

body .bootstrap-datetimepicker-widget a[data-action] {
  padding: 0;
  height: 80%;
  width: 60%;
  -ms-align-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

body .bootstrap-datetimepicker-widget a[data-action] span {
  height: 100%;
  width: 100%;
}

body .multi_step_form fieldset .timepicker-picker a.btn:first-of-type {
  color: #007bff;
  text-decoration: none;
  background-color: transparent;
}

@media (min-width: 768px) {
  .datepicker.col-md-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 60%;
    flex: 0 0 60%;
    max-width: 60%;
  }
  .timepicker.col-md-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 40%;
    flex: 0 0 40%;
    max-width: 40%;
  }
}

.datepicker-days {
  width: 100%;
}

body[data-color="wsir"] {
  color: #424242;
  background-color: #f8f9fa;
  background: #f8f9fa;
}

body[data-color="wsir"] .bar__func {
  background: #fff;
}

body[data-color="wsir"] .sort__row .swiper-pagination-bullet-active {
  background: rgba(237, 137, 36, 0.1);
  color: #ed8924;
}

body[data-color="wsir"] .sort__row.no--arrow .swiper-pagination-bullet-active {
  background: rgba(237, 137, 36, 0);
  color: #ed8924;
}

body[data-color="wsir"] .sort__row.no--arrow .swiper-pagination-bullet-active .s--bar {
  background: #ed8924;
}

body[data-color="wsir"] .sort__row.no--arrow .swiper-pagination-bullet-active.cmdanger {
  color: #cd212a;
}

body[data-color="wsir"] .sort__row.no--arrow .swiper-pagination-bullet-active.cmdanger .s--bar {
  background: #cd212a;
}

body[data-color="wsir"] .side__row:not(.nohover):hover, body[data-color="wsir"] .side__row:not(.nohover).is--active {
  background: #f1a75a;
}

body[data-color="wsir"] .side__row:not(.nohover):hover label,
body[data-color="wsir"] .side__row:not(.nohover):hover i, body[data-color="wsir"] .side__row:not(.nohover).is--active label,
body[data-color="wsir"] .side__row:not(.nohover).is--active i {
  color: #fff;
}

body[data-color="wsir"] .bgactive,
body[data-color="wsir"] .price__container .price__content.is--active {
  background: #ed8924;
}

body[data-color="wsir"] .bgactive:hover {
  background: #ef963c;
}

body[data-color="wsir"] .panel__row.bgm2--active {
  background: #f3af6b;
}

body[data-color="wsir"] .panel__row.bgm2--active:hover {
  background: #f5bc82;
}

body[data-color="wsir"] .bgsuccess,
body[data-color="wsir"] input[type="color"].form-control::after {
  background: #52bf89;
}

body[data-color="wsir"] .bgsuccess:hover {
  background: #65c696;
}

body[data-color="wsir"] .bginfo {
  background: #33b1e4;
}

body[data-color="wsir"] .bginfo:hover {
  background: #4abae7;
}

body[data-color="wsir"] .lsort.desc, body[data-color="wsir"] .lsort.asc {
  color: #ed8924;
  border-color: #ed8924;
}

body[data-color="wsir"] .lsort.desc:after, body[data-color="wsir"] .lsort.asc:after {
  color: #ed8924;
  opacity: 1;
}

body[data-color="wsir"] .bar__flag .dropdown__select.is--select {
  color: #ed8924;
}

body[data-color="wsir"] .cmsuccess {
  color: #43b57c;
}

body[data-color="wsir"] .cmsuccess.b--1 {
  border: 1px solid #43b57c;
}

body[data-color="wsir"] .cmdanger {
  color: #b71d26;
}

body[data-color="wsir"] .cmdanger.b--1 {
  border: 1px solid #b71d26;
}

body[data-color="wsir"] .bar__func .btn.is--active,
body[data-color="wsir"] .bar__func .btn.is--active i {
  color: #ed8924;
}

body[data-color="wsir"] .cmactive {
  color: #ed8924;
}

body[data-color="wsir"] .cmactive.b--1 {
  border: 1px solid #ed8924;
}

body[data-color="wsir"] .cmactive i {
  color: #ed8924;
}

body[data-color="wsir"] .bar__work.bgm2,
body[data-color="wsir"] .nest__row.bgm2,
body[data-color="wsir"] .row.bgm2 {
  background: #f1a75a;
}

body[data-color="wsir"] .bar__title.bgm2 {
  background: #ab753f;
}

body[data-color="wsir"] .bar__title.bgm2 label.cm3 {
  color: #fff;
}

body[data-color="wsir"] .cm1 {
  color: #9e560d;
}

body[data-color="wsir"] .swiper__row.is--call .lquemain,
body[data-color="wsir"] .swiper__row.is--call .cminfo {
  color: #31b2e4;
}

body[data-color="wsir"] .swiper__row.is--call .swpier__info:first-child {
  border-color: #31b2e4;
}

body[data-color="wsir"] .cm2 {
  color: #ed8924;
}

body[data-color="wsir"] .swiper__row .lquemain {
  color: #341c04;
}

body[data-color="wsir"] .swiper__row .lquetag {
  color: #0b4d8f;
}

body[data-color="wsir"] .cm4 {
  color: #a8a8a8;
}

body[data-color="wsir"] .questat.sms.is--active {
  background: #ed8924;
}

body[data-color="wsir"] .questat.number.is--active {
  color: #ed8924;
}

body[data-color="wsir"] .sign__title .l--child.is--active {
  color: #ed8924;
  border-color: #ed8924;
}

body[data-color="wsir"] [class*="bar__side"] .title.is--active {
  color: #ed8924;
  border-color: #ed8924;
}

body[data-color="wsir"] input:checked + .slider {
  background-color: #ed8924;
}

body[data-color="wblue"] {
  color: #424242;
  background-color: #f8f9fa;
  background: #f8f9fa;
}

body[data-color="wblue"] .bar__func {
  background: #fff;
}

body[data-color="wblue"] .sort__row .swiper-pagination-bullet-active {
  background: rgba(49, 178, 228, 0.1);
  color: #31b2e4;
}

body[data-color="wblue"] .sort__row.no--arrow .swiper-pagination-bullet-active {
  background: rgba(49, 178, 228, 0);
  color: #31b2e4;
}

body[data-color="wblue"] .sort__row.no--arrow .swiper-pagination-bullet-active .s--bar {
  background: #31b2e4;
}

body[data-color="wblue"] .sort__row.no--arrow .swiper-pagination-bullet-active.cmdanger {
  color: #cd212a;
}

body[data-color="wblue"] .sort__row.no--arrow .swiper-pagination-bullet-active.cmdanger .s--bar {
  background: #cd212a;
}

body[data-color="wblue"] .side__row:not(.nohover):hover, body[data-color="wblue"] .side__row:not(.nohover).is--active {
  background: #31b2e4;
}

body[data-color="wblue"] .side__row:not(.nohover):hover label,
body[data-color="wblue"] .side__row:not(.nohover):hover i, body[data-color="wblue"] .side__row:not(.nohover).is--active label,
body[data-color="wblue"] .side__row:not(.nohover).is--active i {
  color: #fff;
}

body[data-color="wblue"] .bgactive,
body[data-color="wblue"] .price__container .price__content.is--active {
  background: #31b2e4;
}

body[data-color="wblue"] .bgactive:hover {
  background: #48bae7;
}

body[data-color="wblue"] .panel__row.bgm2--active {
  background: #75cbed;
}

body[data-color="wblue"] .panel__row.bgm2--active:hover {
  background: #8bd4f0;
}

body[data-color="wblue"] .bgsuccess,
body[data-color="wblue"] input[type="color"].form-control::after {
  background: #31c078;
}

body[data-color="wblue"] .bgsuccess:hover {
  background: #3dcd85;
}

body[data-color="wblue"] .bginfo {
  background: #31b2e4;
}

body[data-color="wblue"] .bginfo:hover {
  background: #48bae7;
}

body[data-color="wblue"] .lsort.desc, body[data-color="wblue"] .lsort.asc {
  color: #31b2e4;
  border-color: #31b2e4;
}

body[data-color="wblue"] .lsort.desc:after, body[data-color="wblue"] .lsort.asc:after {
  color: #31b2e4;
  opacity: 1;
}

body[data-color="wblue"] .cmsuccess {
  color: #2cac6b;
}

body[data-color="wblue"] .cmsuccess.b--1 {
  border: 1px solid #2cac6b;
}

body[data-color="wblue"] .cmdanger {
  color: #b71d26;
}

body[data-color="wblue"] .cmdanger.b--1 {
  border: 1px solid #b71d26;
}

body[data-color="wblue"] .bar__func .btn.is--active,
body[data-color="wblue"] .bar__func .btn.is--active i {
  color: #31b2e4;
}

body[data-color="wblue"] .cmactive {
  color: #31b2e4;
}

body[data-color="wblue"] .cmactive.b--1 {
  border: 1px solid #31b2e4;
}

body[data-color="wblue"] .cmactive i {
  color: #31b2e4;
}

body[data-color="wblue"] .bar__work.bgm2,
body[data-color="wblue"] .nest__row.bgm2,
body[data-color="wblue"] .row.bgm2 {
  background: #48bae7;
}

body[data-color="wblue"] .bar__title.bgm2 {
  background: #31b2e4;
}

body[data-color="wblue"] .bar__title.bgm2 label.cm3 {
  color: #fff;
}

body[data-color="wblue"] .cm1 {
  color: #14759b;
}

body[data-color="wblue"] .swiper__row .lquemain {
  color: #0f4c81;
}

body[data-color="wblue"] .swiper__row.is--call .swpier__info:first-child {
  border-color: #31b2e4;
}

body[data-color="wblue"] .swiper__row.is--call .lquemain,
body[data-color="wblue"] .swiper__row.is--call .lquenum,
body[data-color="wblue"] .swiper__row.is--call .cminfo {
  color: #31b2e4;
}

body[data-color="wblue"] .cm2 {
  color: #31b2e4;
}

body[data-color="wblue"] .cm4 {
  color: #a8a8a8;
}

body[data-color="wblue"] .questat.sms.is--active {
  background: #31b2e4;
}

body[data-color="wblue"] .questat.number.is--active {
  color: #31b2e4;
}

body[data-color="wblue"] .sign__title .l--child.is--active {
  color: #31b2e4;
  border-color: #31b2e4;
}

body[data-color="wblue"] [class*="bar__side"] .title.is--active {
  color: #31b2e4;
  border-color: #31b2e4;
}

body[data-color="wblue"] input:checked + .slider {
  background-color: #31b2e4;
}

body[data-color="wcir"] {
  color: #424242;
  background-color: #f8f9fa;
  background: #f8f9fa;
}

body[data-color="wcir"] .bar__func {
  background: #fff;
}

body[data-color="wcir"] .sort__row .swiper-pagination-bullet-active {
  background: rgba(48, 158, 191, 0.1);
  color: #309ebf;
}

body[data-color="wcir"] .sort__row.no--arrow .swiper-pagination-bullet-active {
  background: rgba(48, 158, 191, 0);
  color: #309ebf;
}

body[data-color="wcir"] .sort__row.no--arrow .swiper-pagination-bullet-active .s--bar {
  background: #309ebf;
}

body[data-color="wcir"] .sort__row.no--arrow .swiper-pagination-bullet-active.cmdanger {
  color: #bf4f30;
}

body[data-color="wcir"] .sort__row.no--arrow .swiper-pagination-bullet-active.cmdanger .s--bar {
  background: #bf4f30;
}

body[data-color="wcir"] .side__row:not(.nohover):hover, body[data-color="wcir"] .side__row:not(.nohover).is--active {
  background: #309ebf;
}

body[data-color="wcir"] .side__row:not(.nohover):hover label,
body[data-color="wcir"] .side__row:not(.nohover):hover i, body[data-color="wcir"] .side__row:not(.nohover).is--active label,
body[data-color="wcir"] .side__row:not(.nohover).is--active i {
  color: #fff;
}

body[data-color="wcir"] .row__data:hover {
  background-color: rgba(48, 158, 191, 0.1);
}

body[data-color="wcir"] .row__data .btn {
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
  -webkit-box-shadow: 0 -2px 0 rgba(0, 0, 0, 0.15) inset;
          box-shadow: 0 -2px 0 rgba(0, 0, 0, 0.15) inset;
}

body[data-color="wcir"] .row__data .btn:hover {
  -webkit-box-shadow: 0 0 0 26px rgba(0, 0, 0, 0.1) inset;
          box-shadow: 0 0 0 26px rgba(0, 0, 0, 0.1) inset;
}

body[data-color="wcir"] .bgactive,
body[data-color="wcir"] .price__container .price__content.is--active {
  background: #309ebf;
}

body[data-color="wcir"] .panel__row.bgm2--active {
  background: #64bdd8;
}

body[data-color="wcir"] .panel__row.bgm2--active:hover {
  background: #78c6dd;
}

body[data-color="wcir"] .lsort.desc, body[data-color="wcir"] .lsort.asc {
  color: #309ebf;
  border-color: #309ebf;
}

body[data-color="wcir"] .lsort.desc:after, body[data-color="wcir"] .lsort.asc:after {
  color: #309ebf;
  opacity: 1;
}

body[data-color="wcir"] input[type="color"].form-control::after {
  background: #619370;
}

body[data-color="wcir"] .cmsuccess {
  color: #578464;
}

body[data-color="wcir"] .cmsuccess.b--1 {
  border: 1px solid #578464;
}

body[data-color="wcir"] .cmactive {
  color: #309ebf;
}

body[data-color="wcir"] .cmactive:hover {
  color: #3bacce;
}

body[data-color="wcir"] .cmactive.b--1 {
  border: 1px solid #2b8dab;
}

body[data-color="wcir"] .cmactive i {
  color: #309ebf;
}

body[data-color="wcir"] .cmactive.btn {
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
  -webkit-box-shadow: 0 -2px 0 rgba(48, 158, 191, 0.15) inset;
          box-shadow: 0 -2px 0 rgba(48, 158, 191, 0.15) inset;
}

body[data-color="wcir"] .cmactive.btn:hover {
  -webkit-box-shadow: 0 0 0 26px rgba(48, 158, 191, 0.3) inset;
          box-shadow: 0 0 0 26px rgba(48, 158, 191, 0.3) inset;
}

body[data-color="wcir"] .bgactive {
  background: #309ebf;
}

body[data-color="wcir"] .bgactive:hover {
  background: #3bacce;
}

body[data-color="wcir"] .cminfo {
  color: #309ebf;
}

body[data-color="wcir"] .cminfo:hover {
  color: #3bacce;
}

body[data-color="wcir"] .cminfo.b--1 {
  border: 1px solid #2b8dab;
}

body[data-color="wcir"] .cminfo i {
  color: #309ebf;
}

body[data-color="wcir"] .cminfo.btn {
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
  -webkit-box-shadow: 0 -2px 0 rgba(48, 158, 191, 0.15) inset;
          box-shadow: 0 -2px 0 rgba(48, 158, 191, 0.15) inset;
}

body[data-color="wcir"] .cminfo.btn:hover {
  -webkit-box-shadow: 0 0 0 26px rgba(48, 158, 191, 0.3) inset;
          box-shadow: 0 0 0 26px rgba(48, 158, 191, 0.3) inset;
}

body[data-color="wcir"] .bginfo {
  background: #309ebf;
}

body[data-color="wcir"] .bginfo:hover {
  background: #3bacce;
}

body[data-color="wcir"] .cmsuccess {
  color: #619370;
}

body[data-color="wcir"] .cmsuccess:hover {
  color: #6e9f7d;
}

body[data-color="wcir"] .cmsuccess.b--1 {
  border: 1px solid #578464;
}

body[data-color="wcir"] .cmsuccess i {
  color: #619370;
}

body[data-color="wcir"] .cmsuccess.btn {
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
  -webkit-box-shadow: 0 -2px 0 rgba(97, 147, 112, 0.15) inset;
          box-shadow: 0 -2px 0 rgba(97, 147, 112, 0.15) inset;
}

body[data-color="wcir"] .cmsuccess.btn:hover {
  -webkit-box-shadow: 0 0 0 26px rgba(97, 147, 112, 0.3) inset;
          box-shadow: 0 0 0 26px rgba(97, 147, 112, 0.3) inset;
}

body[data-color="wcir"] .bgsuccess {
  background: #619370;
}

body[data-color="wcir"] .bgsuccess:hover {
  background: #6e9f7d;
}

body[data-color="wcir"] .cmdanger {
  color: #bf4f30;
}

body[data-color="wcir"] .cmdanger:hover {
  color: #ce5b3b;
}

body[data-color="wcir"] .cmdanger.b--1 {
  border: 1px solid #ab472b;
}

body[data-color="wcir"] .cmdanger i {
  color: #bf4f30;
}

body[data-color="wcir"] .cmdanger.btn {
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
  -webkit-box-shadow: 0 -2px 0 rgba(191, 79, 48, 0.15) inset;
          box-shadow: 0 -2px 0 rgba(191, 79, 48, 0.15) inset;
}

body[data-color="wcir"] .cmdanger.btn:hover {
  -webkit-box-shadow: 0 0 0 26px rgba(191, 79, 48, 0.3) inset;
          box-shadow: 0 0 0 26px rgba(191, 79, 48, 0.3) inset;
}

body[data-color="wcir"] .bgdanger {
  background: #bf4f30;
}

body[data-color="wcir"] .bgdanger:hover {
  background: #ce5b3b;
}

body[data-color="wcir"] .cmwarning {
  color: #fa7a35;
}

body[data-color="wcir"] .cmwarning:hover {
  color: #fb8a4e;
}

body[data-color="wcir"] .cmwarning.b--1 {
  border: 1px solid #f96a1c;
}

body[data-color="wcir"] .cmwarning i {
  color: #fa7a35;
}

body[data-color="wcir"] .cmwarning.btn {
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
  -webkit-box-shadow: 0 -2px 0 rgba(250, 122, 53, 0.15) inset;
          box-shadow: 0 -2px 0 rgba(250, 122, 53, 0.15) inset;
}

body[data-color="wcir"] .cmwarning.btn:hover {
  -webkit-box-shadow: 0 0 0 26px rgba(250, 122, 53, 0.3) inset;
          box-shadow: 0 0 0 26px rgba(250, 122, 53, 0.3) inset;
}

body[data-color="wcir"] .bgwarning {
  background: #fa7a35;
}

body[data-color="wcir"] .bgwarning:hover {
  background: #fb8a4e;
}

body[data-color="wcir"] .cmgrand {
  color: #6c30bf;
}

body[data-color="wcir"] .cmgrand:hover {
  color: #783bce;
}

body[data-color="wcir"] .cmgrand.b--1 {
  border: 1px solid #602bab;
}

body[data-color="wcir"] .cmgrand i {
  color: #6c30bf;
}

body[data-color="wcir"] .cmgrand.btn {
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
  -webkit-box-shadow: 0 -2px 0 rgba(108, 48, 191, 0.15) inset;
          box-shadow: 0 -2px 0 rgba(108, 48, 191, 0.15) inset;
}

body[data-color="wcir"] .cmgrand.btn:hover {
  -webkit-box-shadow: 0 0 0 26px rgba(108, 48, 191, 0.3) inset;
          box-shadow: 0 0 0 26px rgba(108, 48, 191, 0.3) inset;
}

body[data-color="wcir"] .bggrand {
  background: #6c30bf;
}

body[data-color="wcir"] .bggrand:hover {
  background: #783bce;
}

body[data-color="wcir"] .bar__func .btn.is--active,
body[data-color="wcir"] .bar__func .btn.is--active i {
  color: #309ebf;
}

body[data-color="wcir"] .bar__work.bgm2,
body[data-color="wcir"] .bar__title.bgm2,
body[data-color="wcir"] .nest__row.bgm2,
body[data-color="wcir"] .linebgm2 {
  background-image: -webkit-gradient(linear, left top, right top, from(#3bacce), to(#2d94b3));
  background-image: linear-gradient(90deg, #3bacce 0%, #2d94b3 100%);
}

body[data-color="wcir"] .bar__title.bgm2 label.cm3 {
  color: #fff;
}

body[data-color="wcir"] .cm1 {
  color: #1c5b6d;
}

body[data-color="wcir"] .swiper__row .lquemain {
  color: #8f9396;
}

body[data-color="wcir"] .swiper__row.is--call .swpier__info:first-child {
  border-color: #309ebf;
}

body[data-color="wcir"] .swiper__row.is--call .lquemain,
body[data-color="wcir"] .swiper__row.is--call .lquenum,
body[data-color="wcir"] .swiper__row.is--call .cminfo {
  color: #309ebf;
}

body[data-color="wcir"] .cm2 {
  color: #309ebf;
}

body[data-color="wcir"] .cm4 {
  color: #a8a8a8;
}

body[data-color="wcir"] .questat.sms.is--active {
  background: #309ebf;
}

body[data-color="wcir"] .questat.number.is--active {
  color: #309ebf;
}

body[data-color="wcir"] .sign__title .l--child.is--active {
  color: #309ebf;
  border-color: #309ebf;
}

body[data-color="wcir"] [class*="bar__side"] .title.is--active {
  color: #309ebf;
  border-color: #309ebf;
}

body[data-color="wcir"] input:checked + .slider {
  background-color: #309ebf;
}

body[data-color="wcir"] .btn.fixedsecond,
body[data-color="wcir"] .btn.second {
  background-image: linear-gradient(170deg, #f4f5f5 0%, #dfe0e2 100%);
}

body[data-color="wcir"] .btn.fixedsecond:not(:disabled):not(.disabled).active, body[data-color="wcir"] .btn.fixedsecond:not(:disabled):not(.disabled):active, body[data-color="wcir"] .btn.fixedsecond.active, body[data-color="wcir"] .btn.fixedsecond:active,
body[data-color="wcir"] .btn.second:not(:disabled):not(.disabled).active,
body[data-color="wcir"] .btn.second:not(:disabled):not(.disabled):active,
body[data-color="wcir"] .btn.second.active,
body[data-color="wcir"] .btn.second:active {
  background-image: linear-gradient(170deg, #f4f5f5 0%, #dfe0e2 100%);
}

body[data-color="wcir"] .btn.fixeddelete,
body[data-color="wcir"] .btn.delete {
  background-image: linear-gradient(170deg, #ce5b3b 0%, #b34a2d 100%);
}

body[data-color="wcir"] .btn.fixeddelete:not(:disabled):not(.disabled).active, body[data-color="wcir"] .btn.fixeddelete:not(:disabled):not(.disabled):active, body[data-color="wcir"] .btn.fixeddelete.active, body[data-color="wcir"] .btn.fixeddelete:active,
body[data-color="wcir"] .btn.delete:not(:disabled):not(.disabled).active,
body[data-color="wcir"] .btn.delete:not(:disabled):not(.disabled):active,
body[data-color="wcir"] .btn.delete.active,
body[data-color="wcir"] .btn.delete:active {
  background-image: linear-gradient(170deg, #ce5b3b 0%, #b34a2d 100%);
}

body[data-color="wcir"] .btn.fixedgo,
body[data-color="wcir"] .btn.go {
  background-image: linear-gradient(170deg, #fb8a4e 0%, #fa7026 100%);
}

body[data-color="wcir"] .btn.fixedgo:not(:disabled):not(.disabled).active, body[data-color="wcir"] .btn.fixedgo:not(:disabled):not(.disabled):active, body[data-color="wcir"] .btn.fixedgo.active, body[data-color="wcir"] .btn.fixedgo:active,
body[data-color="wcir"] .btn.go:not(:disabled):not(.disabled).active,
body[data-color="wcir"] .btn.go:not(:disabled):not(.disabled):active,
body[data-color="wcir"] .btn.go.active,
body[data-color="wcir"] .btn.go:active {
  background-image: linear-gradient(170deg, #fb8a4e 0%, #fa7026 100%);
}

body[data-color="wcir"] .btn.fixedsave,
body[data-color="wcir"] .btn.save {
  background-image: linear-gradient(170deg, #6e9f7d 0%, #5b8a69 100%);
}

body[data-color="wcir"] .btn.fixedsave:not(:disabled):not(.disabled).active, body[data-color="wcir"] .btn.fixedsave:not(:disabled):not(.disabled):active, body[data-color="wcir"] .btn.fixedsave.active, body[data-color="wcir"] .btn.fixedsave:active,
body[data-color="wcir"] .btn.save:not(:disabled):not(.disabled).active,
body[data-color="wcir"] .btn.save:not(:disabled):not(.disabled):active,
body[data-color="wcir"] .btn.save.active,
body[data-color="wcir"] .btn.save:active {
  background-image: linear-gradient(170deg, #6e9f7d 0%, #5b8a69 100%);
}

body[data-color="wcir"] .btn.fixedadd,
body[data-color="wcir"] .btn.add {
  background-image: linear-gradient(170deg, #3bacce 0%, #2d94b3 100%);
}

body[data-color="wcir"] .btn.fixedadd:not(:disabled):not(.disabled).active, body[data-color="wcir"] .btn.fixedadd:not(:disabled):not(.disabled):active, body[data-color="wcir"] .btn.fixedadd.active, body[data-color="wcir"] .btn.fixedadd:active,
body[data-color="wcir"] .btn.add:not(:disabled):not(.disabled).active,
body[data-color="wcir"] .btn.add:not(:disabled):not(.disabled):active,
body[data-color="wcir"] .btn.add.active,
body[data-color="wcir"] .btn.add:active {
  background-image: linear-gradient(170deg, #3bacce 0%, #2d94b3 100%);
}

body[data-color="wcir"] .btn.fixedgrand,
body[data-color="wcir"] .btn.grand {
  background-image: linear-gradient(170deg, #783bce 0%, #652db3 100%);
}

body[data-color="wcir"] .btn.fixedgrand:not(:disabled):not(.disabled).active, body[data-color="wcir"] .btn.fixedgrand:not(:disabled):not(.disabled):active, body[data-color="wcir"] .btn.fixedgrand.active, body[data-color="wcir"] .btn.fixedgrand:active,
body[data-color="wcir"] .btn.grand:not(:disabled):not(.disabled).active,
body[data-color="wcir"] .btn.grand:not(:disabled):not(.disabled):active,
body[data-color="wcir"] .btn.grand.active,
body[data-color="wcir"] .btn.grand:active {
  background-image: linear-gradient(170deg, #783bce 0%, #652db3 100%);
}

.paystat--0 {
  color: #3ca26f;
}

.paystat--0.withIcon i.fas {
  background: rgba(82, 191, 137, 0.9);
}

.bgpaystat--0 {
  color: #fff;
  background-color: #52bf89;
}

.paystat--1 {
  color: #ed8e2b;
}

.paystat--1.withIcon i.fas {
  background: rgba(241, 167, 90, 0.9);
}

.bgpaystat--1 {
  color: #fff;
  background-color: #f1a75a;
}

.paystat--2 {
  color: #cc3027;
}

.paystat--2.withIcon i.fas {
  background: rgba(220, 82, 74, 0.9);
}

.bgpaystat--2 {
  color: #fff;
  background-color: #dc524a;
}

.paystat--3 {
  color: #a11a21;
}

.paystat--3.withIcon i.fas {
  background: rgba(205, 33, 42, 0.9);
}

.bgpaystat--3 {
  color: #fff;
  background-color: #cd212a;
}

.paystat--2318 {
  color: #9f9f9f;
}

.paystat--2318.withIcon i.fas {
  background: rgba(184, 184, 184, 0.9);
}

.bgpaystat--2318 {
  color: #fff;
  background-color: #b8b8b8;
}

.bar__sort--round .dropdown__select.is--select {
  color: #00989d;
  background: rgba(0, 152, 157, 0.1);
}

.bar__sort--round .dropdown__select.is--select.paystat--0 {
  color: #3ca26f;
  background: rgba(82, 191, 137, 0.1);
}

.bar__sort--round .dropdown__select.is--select.paystat--1 {
  color: #ed8e2b;
  background: rgba(241, 167, 90, 0.1);
}

.bar__sort--round .dropdown__select.is--select.paystat--2 {
  color: #cc3027;
  background: rgba(220, 82, 74, 0.1);
}

.bar__sort--round .dropdown__select.is--select.paystat--3 {
  color: #a11a21;
  background: rgba(205, 33, 42, 0.1);
}

.bar__sort--round .dropdown__select.is--select.paystat--2318 {
  color: #9f9f9f;
  background: rgba(184, 184, 184, 0.1);
}

.sort__container .sort__row.top__func label {
  background: #fff;
  color: initial;
  border-color: #ddd;
}

.sort__container .sort__row.top__func label.orderstat--10:hover {
  background: rgba(82, 191, 137, 0.1);
}

.sort__container .sort__row.top__func label.orderstat--10.is--active {
  color: #fff;
  background: #52bf89;
}

.sort__container .sort__row.top__func label.orderstat--10.is--active.b--1 {
  border-style: solid;
  border-color: #52bf89;
  border-width: 1px;
}

.sort__container .sort__row.top__func label.orderstat--10.is--active:hover {
  background: #3ca26f;
}

.sort__container .sort__row.top__func label.orderstat--20:hover {
  background: rgba(51, 177, 228, 0.1);
}

.sort__container .sort__row.top__func label.orderstat--20.is--active {
  color: #fff;
  background: #33b1e4;
}

.sort__container .sort__row.top__func label.orderstat--20.is--active.b--1 {
  border-style: solid;
  border-color: #33b1e4;
  border-width: 1px;
}

.sort__container .sort__row.top__func label.orderstat--20.is--active:hover {
  background: #1b97c9;
}

.sort__container .sort__row.top__func label.orderstat--30:hover {
  background: rgba(228, 190, 51, 0.1);
}

.sort__container .sort__row.top__func label.orderstat--30.is--active {
  color: #fff;
  background: #e4be33;
}

.sort__container .sort__row.top__func label.orderstat--30.is--active.b--1 {
  border-style: solid;
  border-color: #e4be33;
  border-width: 1px;
}

.sort__container .sort__row.top__func label.orderstat--30.is--active:hover {
  background: #c9a41b;
}

.sort__container .sort__row.top__func label.orderstat--40:hover {
  background: rgba(130, 76, 167, 0.1);
}

.sort__container .sort__row.top__func label.orderstat--40.is--active {
  color: #fff;
  background: #824ca7;
}

.sort__container .sort__row.top__func label.orderstat--40.is--active.b--1 {
  border-style: solid;
  border-color: #824ca7;
  border-width: 1px;
}

.sort__container .sort__row.top__func label.orderstat--40.is--active:hover {
  background: #673c84;
}

.sort__container .sort__row.top__func label.orderstat--99:hover {
  background: rgba(205, 33, 42, 0.1);
}

.sort__container .sort__row.top__func label.orderstat--99.is--active {
  color: #fff;
  background: #cd212a;
}

.sort__container .sort__row.top__func label.orderstat--99.is--active.b--1 {
  border-style: solid;
  border-color: #cd212a;
  border-width: 1px;
}

.sort__container .sort__row.top__func label.orderstat--99.is--active:hover {
  background: #a11a21;
}

.sort__container .sort__row.top__func label.orderstat--959:hover {
  background: rgba(241, 167, 90, 0.1);
}

.sort__container .sort__row.top__func label.orderstat--959.is--active {
  color: #fff;
  background: #f1a75a;
}

.sort__container .sort__row.top__func label.orderstat--959.is--active.b--1 {
  border-style: solid;
  border-color: #f1a75a;
  border-width: 1px;
}

.sort__container .sort__row.top__func label.orderstat--959.is--active:hover {
  background: #ed8e2b;
}

.sort__container .sort__row.top__func label.orderstat--000:hover {
  background: rgba(133, 133, 133, 0.1);
}

.sort__container .sort__row.top__func label.orderstat--000.is--active {
  color: #fff;
  background: #858585;
}

.sort__container .sort__row.top__func label.orderstat--000.is--active.b--1 {
  border-style: solid;
  border-color: #858585;
  border-width: 1px;
}

.sort__container .sort__row.top__func label.orderstat--000.is--active:hover {
  background: #6c6c6c;
}

.sort__container .sort__row.top__func label.orderstat--0:hover {
  background: rgba(127, 208, 134, 0.1);
}

.sort__container .sort__row.top__func label.orderstat--0.is--active {
  color: #fff;
  background: #7fd086;
}

.sort__container .sort__row.top__func label.orderstat--0.is--active.b--1 {
  border-style: solid;
  border-color: #7fd086;
  border-width: 1px;
}

.sort__container .sort__row.top__func label.orderstat--0.is--active:hover {
  background: #5ac263;
}

.sort__container .sort__row.top__func label.orderstat--1:hover {
  background: rgba(228, 183, 115, 0.1);
}

.sort__container .sort__row.top__func label.orderstat--1.is--active {
  color: #fff;
  background: #e4b773;
}

.sort__container .sort__row.top__func label.orderstat--1.is--active.b--1 {
  border-style: solid;
  border-color: #e4b773;
  border-width: 1px;
}

.sort__container .sort__row.top__func label.orderstat--1.is--active:hover {
  background: #dca148;
}

.sort__container .sort__row.top__func label.orderstat--2:hover {
  background: rgba(167, 118, 230, 0.1);
}

.sort__container .sort__row.top__func label.orderstat--2.is--active {
  color: #fff;
  background: #a776e6;
}

.sort__container .sort__row.top__func label.orderstat--2.is--active.b--1 {
  border-style: solid;
  border-color: #a776e6;
  border-width: 1px;
}

.sort__container .sort__row.top__func label.orderstat--2.is--active:hover {
  background: #8b4bde;
}

.sort__container .sort__row.top__func label.orderstat--3:hover {
  background: rgba(101, 153, 226, 0.1);
}

.sort__container .sort__row.top__func label.orderstat--3.is--active {
  color: #fff;
  background: #6599e2;
}

.sort__container .sort__row.top__func label.orderstat--3.is--active.b--1 {
  border-style: solid;
  border-color: #6599e2;
  border-width: 1px;
}

.sort__container .sort__row.top__func label.orderstat--3.is--active:hover {
  background: #3a7dda;
}

.sort__container .sort__row.top__func label.orderstat--8:hover {
  background: rgba(204, 209, 217, 0.1);
}

.sort__container .sort__row.top__func label.orderstat--8.is--active {
  color: #fff;
  background: #ccd1d9;
}

.sort__container .sort__row.top__func label.orderstat--8.is--active.b--1 {
  border-style: solid;
  border-color: #ccd1d9;
  border-width: 1px;
}

.sort__container .sort__row.top__func label.orderstat--8.is--active:hover {
  background: #afb7c3;
}

.orderstat--10 {
  color: #3ca26f;
}

.orderstat--10.btncheck {
  color: #fff;
  background: #52bf89;
}

.orderstat--10.b--1 {
  border-style: solid;
  border-color: #52bf89;
  border-width: 1px;
}

.orderstat--10 .count {
  background: rgba(82, 191, 137, 0.9);
}

.orderstat--10.bgdarken {
  background: #3ca26f;
}

.orderstat--10.darken {
  color: #2e7d56;
}

.orderstat--10.withIcon i.fas {
  background: rgba(82, 191, 137, 0.9);
}

.orderstat--10.border--l {
  border-style: solid;
  border-color: #52bf89;
  color: #424242;
}

.swiper__footer.orderstat--10 {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(82, 191, 137, 0.26)), color-stop(10%, rgba(82, 191, 137, 0.46)), color-stop(10.01%, rgba(82, 191, 137, 0)), color-stop(12.79%, rgba(82, 191, 137, 0)), color-stop(12.8%, rgba(82, 191, 137, 0.46)), color-stop(26.8%, rgba(82, 191, 137, 0.66)), color-stop(26.89%, rgba(82, 191, 137, 0)), color-stop(29.49%, rgba(82, 191, 137, 0)), color-stop(29.5%, rgba(82, 191, 137, 0.66)), color-stop(47.5%, rgba(82, 191, 137, 0.86)), color-stop(47.59%, rgba(82, 191, 137, 0)), color-stop(52.79%, rgba(82, 191, 137, 0)), color-stop(52.8%, rgba(82, 191, 137, 0.86)), color-stop(70.8%, rgba(82, 191, 137, 0.66)), color-stop(70.89%, rgba(82, 191, 137, 0)), color-stop(73.49%, rgba(82, 191, 137, 0)), color-stop(73.5%, rgba(82, 191, 137, 0.66)), color-stop(87.5%, rgba(82, 191, 137, 0.46)), color-stop(87.59%, rgba(82, 191, 137, 0)), color-stop(90.19%, rgba(82, 191, 137, 0)), color-stop(90.2%, rgba(82, 191, 137, 0.46)), to(rgba(82, 191, 137, 0.26)));
  background-image: linear-gradient(90deg, rgba(82, 191, 137, 0.26) 0%, rgba(82, 191, 137, 0.46) 10%, rgba(82, 191, 137, 0) 10.01%, rgba(82, 191, 137, 0) 12.79%, rgba(82, 191, 137, 0.46) 12.8%, rgba(82, 191, 137, 0.66) 26.8%, rgba(82, 191, 137, 0) 26.89%, rgba(82, 191, 137, 0) 29.49%, rgba(82, 191, 137, 0.66) 29.5%, rgba(82, 191, 137, 0.86) 47.5%, rgba(82, 191, 137, 0) 47.59%, rgba(82, 191, 137, 0) 52.79%, rgba(82, 191, 137, 0.86) 52.8%, rgba(82, 191, 137, 0.66) 70.8%, rgba(82, 191, 137, 0) 70.89%, rgba(82, 191, 137, 0) 73.49%, rgba(82, 191, 137, 0.66) 73.5%, rgba(82, 191, 137, 0.46) 87.5%, rgba(82, 191, 137, 0) 87.59%, rgba(82, 191, 137, 0) 90.19%, rgba(82, 191, 137, 0.46) 90.2%, rgba(82, 191, 137, 0.26) 100%);
}

.swiper__row.typestat--10 {
  border-color: #52bf89;
}

.swiper__row.bgtypestat--10 {
  background: rgba(82, 191, 137, 0.05);
}

.swpier__info.sms.orderstat--10 {
  border-color: #52bf89;
}

.orderstat--10.checkWithBtn {
  height: 48px;
  height: 3rem;
  line-height: 48px;
  line-height: 3rem;
}

.orderstat--10.checkWithBtn .form-control {
  color: #3ca26f;
  width: calc(100% - 3rem);
  display: inline-block;
  background: rgba(82, 191, 137, 0.25);
  border: 1px solid rgba(82, 191, 137, 0.25);
}

.orderstat--10.checkWithBtn:before {
  color: #3ca26f;
}

.bgorderstat--10.swiper__row--title {
  background-color: rgba(82, 191, 137, 0.1);
}

.orderstat--20 {
  color: #1b97c9;
}

.orderstat--20.btncheck {
  color: #fff;
  background: #33b1e4;
}

.orderstat--20.b--1 {
  border-style: solid;
  border-color: #33b1e4;
  border-width: 1px;
}

.orderstat--20 .count {
  background: rgba(51, 177, 228, 0.9);
}

.orderstat--20.bgdarken {
  background: #1b97c9;
}

.orderstat--20.darken {
  color: #15759c;
}

.orderstat--20.withIcon i.fas {
  background: rgba(51, 177, 228, 0.9);
}

.orderstat--20.border--l {
  border-style: solid;
  border-color: #33b1e4;
  color: #424242;
}

.swiper__footer.orderstat--20 {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(51, 177, 228, 0.26)), color-stop(10%, rgba(51, 177, 228, 0.46)), color-stop(10.01%, rgba(51, 177, 228, 0)), color-stop(12.79%, rgba(51, 177, 228, 0)), color-stop(12.8%, rgba(51, 177, 228, 0.46)), color-stop(26.8%, rgba(51, 177, 228, 0.66)), color-stop(26.89%, rgba(51, 177, 228, 0)), color-stop(29.49%, rgba(51, 177, 228, 0)), color-stop(29.5%, rgba(51, 177, 228, 0.66)), color-stop(47.5%, rgba(51, 177, 228, 0.86)), color-stop(47.59%, rgba(51, 177, 228, 0)), color-stop(52.79%, rgba(51, 177, 228, 0)), color-stop(52.8%, rgba(51, 177, 228, 0.86)), color-stop(70.8%, rgba(51, 177, 228, 0.66)), color-stop(70.89%, rgba(51, 177, 228, 0)), color-stop(73.49%, rgba(51, 177, 228, 0)), color-stop(73.5%, rgba(51, 177, 228, 0.66)), color-stop(87.5%, rgba(51, 177, 228, 0.46)), color-stop(87.59%, rgba(51, 177, 228, 0)), color-stop(90.19%, rgba(51, 177, 228, 0)), color-stop(90.2%, rgba(51, 177, 228, 0.46)), to(rgba(51, 177, 228, 0.26)));
  background-image: linear-gradient(90deg, rgba(51, 177, 228, 0.26) 0%, rgba(51, 177, 228, 0.46) 10%, rgba(51, 177, 228, 0) 10.01%, rgba(51, 177, 228, 0) 12.79%, rgba(51, 177, 228, 0.46) 12.8%, rgba(51, 177, 228, 0.66) 26.8%, rgba(51, 177, 228, 0) 26.89%, rgba(51, 177, 228, 0) 29.49%, rgba(51, 177, 228, 0.66) 29.5%, rgba(51, 177, 228, 0.86) 47.5%, rgba(51, 177, 228, 0) 47.59%, rgba(51, 177, 228, 0) 52.79%, rgba(51, 177, 228, 0.86) 52.8%, rgba(51, 177, 228, 0.66) 70.8%, rgba(51, 177, 228, 0) 70.89%, rgba(51, 177, 228, 0) 73.49%, rgba(51, 177, 228, 0.66) 73.5%, rgba(51, 177, 228, 0.46) 87.5%, rgba(51, 177, 228, 0) 87.59%, rgba(51, 177, 228, 0) 90.19%, rgba(51, 177, 228, 0.46) 90.2%, rgba(51, 177, 228, 0.26) 100%);
}

.swiper__row.typestat--20 {
  border-color: #33b1e4;
}

.swiper__row.bgtypestat--20 {
  background: rgba(51, 177, 228, 0.05);
}

.swpier__info.sms.orderstat--20 {
  border-color: #33b1e4;
}

.orderstat--20.checkWithBtn {
  height: 48px;
  height: 3rem;
  line-height: 48px;
  line-height: 3rem;
}

.orderstat--20.checkWithBtn .form-control {
  color: #1b97c9;
  width: calc(100% - 3rem);
  display: inline-block;
  background: rgba(51, 177, 228, 0.25);
  border: 1px solid rgba(51, 177, 228, 0.25);
}

.orderstat--20.checkWithBtn:before {
  color: #1b97c9;
}

.bgorderstat--20.swiper__row--title {
  background-color: rgba(51, 177, 228, 0.1);
}

.orderstat--30 {
  color: #c9a41b;
}

.orderstat--30.btncheck {
  color: #fff;
  background: #e4be33;
}

.orderstat--30.b--1 {
  border-style: solid;
  border-color: #e4be33;
  border-width: 1px;
}

.orderstat--30 .count {
  background: rgba(228, 190, 51, 0.9);
}

.orderstat--30.bgdarken {
  background: #c9a41b;
}

.orderstat--30.darken {
  color: #9c7f15;
}

.orderstat--30.withIcon i.fas {
  background: rgba(228, 190, 51, 0.9);
}

.orderstat--30.border--l {
  border-style: solid;
  border-color: #e4be33;
  color: #424242;
}

.swiper__footer.orderstat--30 {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(228, 190, 51, 0.26)), color-stop(10%, rgba(228, 190, 51, 0.46)), color-stop(10.01%, rgba(228, 190, 51, 0)), color-stop(12.79%, rgba(228, 190, 51, 0)), color-stop(12.8%, rgba(228, 190, 51, 0.46)), color-stop(26.8%, rgba(228, 190, 51, 0.66)), color-stop(26.89%, rgba(228, 190, 51, 0)), color-stop(29.49%, rgba(228, 190, 51, 0)), color-stop(29.5%, rgba(228, 190, 51, 0.66)), color-stop(47.5%, rgba(228, 190, 51, 0.86)), color-stop(47.59%, rgba(228, 190, 51, 0)), color-stop(52.79%, rgba(228, 190, 51, 0)), color-stop(52.8%, rgba(228, 190, 51, 0.86)), color-stop(70.8%, rgba(228, 190, 51, 0.66)), color-stop(70.89%, rgba(228, 190, 51, 0)), color-stop(73.49%, rgba(228, 190, 51, 0)), color-stop(73.5%, rgba(228, 190, 51, 0.66)), color-stop(87.5%, rgba(228, 190, 51, 0.46)), color-stop(87.59%, rgba(228, 190, 51, 0)), color-stop(90.19%, rgba(228, 190, 51, 0)), color-stop(90.2%, rgba(228, 190, 51, 0.46)), to(rgba(228, 190, 51, 0.26)));
  background-image: linear-gradient(90deg, rgba(228, 190, 51, 0.26) 0%, rgba(228, 190, 51, 0.46) 10%, rgba(228, 190, 51, 0) 10.01%, rgba(228, 190, 51, 0) 12.79%, rgba(228, 190, 51, 0.46) 12.8%, rgba(228, 190, 51, 0.66) 26.8%, rgba(228, 190, 51, 0) 26.89%, rgba(228, 190, 51, 0) 29.49%, rgba(228, 190, 51, 0.66) 29.5%, rgba(228, 190, 51, 0.86) 47.5%, rgba(228, 190, 51, 0) 47.59%, rgba(228, 190, 51, 0) 52.79%, rgba(228, 190, 51, 0.86) 52.8%, rgba(228, 190, 51, 0.66) 70.8%, rgba(228, 190, 51, 0) 70.89%, rgba(228, 190, 51, 0) 73.49%, rgba(228, 190, 51, 0.66) 73.5%, rgba(228, 190, 51, 0.46) 87.5%, rgba(228, 190, 51, 0) 87.59%, rgba(228, 190, 51, 0) 90.19%, rgba(228, 190, 51, 0.46) 90.2%, rgba(228, 190, 51, 0.26) 100%);
}

.swiper__row.typestat--30 {
  border-color: #e4be33;
}

.swiper__row.bgtypestat--30 {
  background: rgba(228, 190, 51, 0.05);
}

.swpier__info.sms.orderstat--30 {
  border-color: #e4be33;
}

.orderstat--30.checkWithBtn {
  height: 48px;
  height: 3rem;
  line-height: 48px;
  line-height: 3rem;
}

.orderstat--30.checkWithBtn .form-control {
  color: #c9a41b;
  width: calc(100% - 3rem);
  display: inline-block;
  background: rgba(228, 190, 51, 0.25);
  border: 1px solid rgba(228, 190, 51, 0.25);
}

.orderstat--30.checkWithBtn:before {
  color: #c9a41b;
}

.bgorderstat--30.swiper__row--title {
  background-color: rgba(228, 190, 51, 0.1);
}

.orderstat--40 {
  color: #673c84;
}

.orderstat--40.btncheck {
  color: #fff;
  background: #824ca7;
}

.orderstat--40.b--1 {
  border-style: solid;
  border-color: #824ca7;
  border-width: 1px;
}

.orderstat--40 .count {
  background: rgba(130, 76, 167, 0.9);
}

.orderstat--40.bgdarken {
  background: #673c84;
}

.orderstat--40.darken {
  color: #4b2c61;
}

.orderstat--40.withIcon i.fas {
  background: rgba(130, 76, 167, 0.9);
}

.orderstat--40.border--l {
  border-style: solid;
  border-color: #824ca7;
  color: #424242;
}

.swiper__footer.orderstat--40 {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(130, 76, 167, 0.26)), color-stop(10%, rgba(130, 76, 167, 0.46)), color-stop(10.01%, rgba(130, 76, 167, 0)), color-stop(12.79%, rgba(130, 76, 167, 0)), color-stop(12.8%, rgba(130, 76, 167, 0.46)), color-stop(26.8%, rgba(130, 76, 167, 0.66)), color-stop(26.89%, rgba(130, 76, 167, 0)), color-stop(29.49%, rgba(130, 76, 167, 0)), color-stop(29.5%, rgba(130, 76, 167, 0.66)), color-stop(47.5%, rgba(130, 76, 167, 0.86)), color-stop(47.59%, rgba(130, 76, 167, 0)), color-stop(52.79%, rgba(130, 76, 167, 0)), color-stop(52.8%, rgba(130, 76, 167, 0.86)), color-stop(70.8%, rgba(130, 76, 167, 0.66)), color-stop(70.89%, rgba(130, 76, 167, 0)), color-stop(73.49%, rgba(130, 76, 167, 0)), color-stop(73.5%, rgba(130, 76, 167, 0.66)), color-stop(87.5%, rgba(130, 76, 167, 0.46)), color-stop(87.59%, rgba(130, 76, 167, 0)), color-stop(90.19%, rgba(130, 76, 167, 0)), color-stop(90.2%, rgba(130, 76, 167, 0.46)), to(rgba(130, 76, 167, 0.26)));
  background-image: linear-gradient(90deg, rgba(130, 76, 167, 0.26) 0%, rgba(130, 76, 167, 0.46) 10%, rgba(130, 76, 167, 0) 10.01%, rgba(130, 76, 167, 0) 12.79%, rgba(130, 76, 167, 0.46) 12.8%, rgba(130, 76, 167, 0.66) 26.8%, rgba(130, 76, 167, 0) 26.89%, rgba(130, 76, 167, 0) 29.49%, rgba(130, 76, 167, 0.66) 29.5%, rgba(130, 76, 167, 0.86) 47.5%, rgba(130, 76, 167, 0) 47.59%, rgba(130, 76, 167, 0) 52.79%, rgba(130, 76, 167, 0.86) 52.8%, rgba(130, 76, 167, 0.66) 70.8%, rgba(130, 76, 167, 0) 70.89%, rgba(130, 76, 167, 0) 73.49%, rgba(130, 76, 167, 0.66) 73.5%, rgba(130, 76, 167, 0.46) 87.5%, rgba(130, 76, 167, 0) 87.59%, rgba(130, 76, 167, 0) 90.19%, rgba(130, 76, 167, 0.46) 90.2%, rgba(130, 76, 167, 0.26) 100%);
}

.swiper__row.typestat--40 {
  border-color: #824ca7;
}

.swiper__row.bgtypestat--40 {
  background: rgba(130, 76, 167, 0.05);
}

.swpier__info.sms.orderstat--40 {
  border-color: #824ca7;
}

.orderstat--40.checkWithBtn {
  height: 48px;
  height: 3rem;
  line-height: 48px;
  line-height: 3rem;
}

.orderstat--40.checkWithBtn .form-control {
  color: #673c84;
  width: calc(100% - 3rem);
  display: inline-block;
  background: rgba(130, 76, 167, 0.25);
  border: 1px solid rgba(130, 76, 167, 0.25);
}

.orderstat--40.checkWithBtn:before {
  color: #673c84;
}

.bgorderstat--40.swiper__row--title {
  background-color: rgba(130, 76, 167, 0.1);
}

.orderstat--99 {
  color: #a11a21;
}

.orderstat--99.btncheck {
  color: #fff;
  background: #cd212a;
}

.orderstat--99.b--1 {
  border-style: solid;
  border-color: #cd212a;
  border-width: 1px;
}

.orderstat--99 .count {
  background: rgba(205, 33, 42, 0.9);
}

.orderstat--99.bgdarken {
  background: #a11a21;
}

.orderstat--99.darken {
  color: #751318;
}

.orderstat--99.withIcon i.fas {
  background: rgba(205, 33, 42, 0.9);
}

.orderstat--99.border--l {
  border-style: solid;
  border-color: #cd212a;
  color: #424242;
}

.swiper__footer.orderstat--99 {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(205, 33, 42, 0.26)), color-stop(10%, rgba(205, 33, 42, 0.46)), color-stop(10.01%, rgba(205, 33, 42, 0)), color-stop(12.79%, rgba(205, 33, 42, 0)), color-stop(12.8%, rgba(205, 33, 42, 0.46)), color-stop(26.8%, rgba(205, 33, 42, 0.66)), color-stop(26.89%, rgba(205, 33, 42, 0)), color-stop(29.49%, rgba(205, 33, 42, 0)), color-stop(29.5%, rgba(205, 33, 42, 0.66)), color-stop(47.5%, rgba(205, 33, 42, 0.86)), color-stop(47.59%, rgba(205, 33, 42, 0)), color-stop(52.79%, rgba(205, 33, 42, 0)), color-stop(52.8%, rgba(205, 33, 42, 0.86)), color-stop(70.8%, rgba(205, 33, 42, 0.66)), color-stop(70.89%, rgba(205, 33, 42, 0)), color-stop(73.49%, rgba(205, 33, 42, 0)), color-stop(73.5%, rgba(205, 33, 42, 0.66)), color-stop(87.5%, rgba(205, 33, 42, 0.46)), color-stop(87.59%, rgba(205, 33, 42, 0)), color-stop(90.19%, rgba(205, 33, 42, 0)), color-stop(90.2%, rgba(205, 33, 42, 0.46)), to(rgba(205, 33, 42, 0.26)));
  background-image: linear-gradient(90deg, rgba(205, 33, 42, 0.26) 0%, rgba(205, 33, 42, 0.46) 10%, rgba(205, 33, 42, 0) 10.01%, rgba(205, 33, 42, 0) 12.79%, rgba(205, 33, 42, 0.46) 12.8%, rgba(205, 33, 42, 0.66) 26.8%, rgba(205, 33, 42, 0) 26.89%, rgba(205, 33, 42, 0) 29.49%, rgba(205, 33, 42, 0.66) 29.5%, rgba(205, 33, 42, 0.86) 47.5%, rgba(205, 33, 42, 0) 47.59%, rgba(205, 33, 42, 0) 52.79%, rgba(205, 33, 42, 0.86) 52.8%, rgba(205, 33, 42, 0.66) 70.8%, rgba(205, 33, 42, 0) 70.89%, rgba(205, 33, 42, 0) 73.49%, rgba(205, 33, 42, 0.66) 73.5%, rgba(205, 33, 42, 0.46) 87.5%, rgba(205, 33, 42, 0) 87.59%, rgba(205, 33, 42, 0) 90.19%, rgba(205, 33, 42, 0.46) 90.2%, rgba(205, 33, 42, 0.26) 100%);
}

.swiper__row.typestat--99 {
  border-color: #cd212a;
}

.swiper__row.bgtypestat--99 {
  background: rgba(205, 33, 42, 0.05);
}

.swpier__info.sms.orderstat--99 {
  border-color: #cd212a;
}

.orderstat--99.checkWithBtn {
  height: 48px;
  height: 3rem;
  line-height: 48px;
  line-height: 3rem;
}

.orderstat--99.checkWithBtn .form-control {
  color: #a11a21;
  width: calc(100% - 3rem);
  display: inline-block;
  background: rgba(205, 33, 42, 0.25);
  border: 1px solid rgba(205, 33, 42, 0.25);
}

.orderstat--99.checkWithBtn:before {
  color: #a11a21;
}

.bgorderstat--99.swiper__row--title {
  background-color: rgba(205, 33, 42, 0.1);
}

.orderstat--959 {
  color: #ed8e2b;
}

.orderstat--959.btncheck {
  color: #fff;
  background: #f1a75a;
}

.orderstat--959.b--1 {
  border-style: solid;
  border-color: #f1a75a;
  border-width: 1px;
}

.orderstat--959 .count {
  background: rgba(241, 167, 90, 0.9);
}

.orderstat--959.bgdarken {
  background: #ed8e2b;
}

.orderstat--959.darken {
  color: #d37412;
}

.orderstat--959.withIcon i.fas {
  background: rgba(241, 167, 90, 0.9);
}

.orderstat--959.border--l {
  border-style: solid;
  border-color: #f1a75a;
  color: #424242;
}

.swiper__footer.orderstat--959 {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(241, 167, 90, 0.26)), color-stop(10%, rgba(241, 167, 90, 0.46)), color-stop(10.01%, rgba(241, 167, 90, 0)), color-stop(12.79%, rgba(241, 167, 90, 0)), color-stop(12.8%, rgba(241, 167, 90, 0.46)), color-stop(26.8%, rgba(241, 167, 90, 0.66)), color-stop(26.89%, rgba(241, 167, 90, 0)), color-stop(29.49%, rgba(241, 167, 90, 0)), color-stop(29.5%, rgba(241, 167, 90, 0.66)), color-stop(47.5%, rgba(241, 167, 90, 0.86)), color-stop(47.59%, rgba(241, 167, 90, 0)), color-stop(52.79%, rgba(241, 167, 90, 0)), color-stop(52.8%, rgba(241, 167, 90, 0.86)), color-stop(70.8%, rgba(241, 167, 90, 0.66)), color-stop(70.89%, rgba(241, 167, 90, 0)), color-stop(73.49%, rgba(241, 167, 90, 0)), color-stop(73.5%, rgba(241, 167, 90, 0.66)), color-stop(87.5%, rgba(241, 167, 90, 0.46)), color-stop(87.59%, rgba(241, 167, 90, 0)), color-stop(90.19%, rgba(241, 167, 90, 0)), color-stop(90.2%, rgba(241, 167, 90, 0.46)), to(rgba(241, 167, 90, 0.26)));
  background-image: linear-gradient(90deg, rgba(241, 167, 90, 0.26) 0%, rgba(241, 167, 90, 0.46) 10%, rgba(241, 167, 90, 0) 10.01%, rgba(241, 167, 90, 0) 12.79%, rgba(241, 167, 90, 0.46) 12.8%, rgba(241, 167, 90, 0.66) 26.8%, rgba(241, 167, 90, 0) 26.89%, rgba(241, 167, 90, 0) 29.49%, rgba(241, 167, 90, 0.66) 29.5%, rgba(241, 167, 90, 0.86) 47.5%, rgba(241, 167, 90, 0) 47.59%, rgba(241, 167, 90, 0) 52.79%, rgba(241, 167, 90, 0.86) 52.8%, rgba(241, 167, 90, 0.66) 70.8%, rgba(241, 167, 90, 0) 70.89%, rgba(241, 167, 90, 0) 73.49%, rgba(241, 167, 90, 0.66) 73.5%, rgba(241, 167, 90, 0.46) 87.5%, rgba(241, 167, 90, 0) 87.59%, rgba(241, 167, 90, 0) 90.19%, rgba(241, 167, 90, 0.46) 90.2%, rgba(241, 167, 90, 0.26) 100%);
}

.swiper__row.typestat--959 {
  border-color: #f1a75a;
}

.swiper__row.bgtypestat--959 {
  background: rgba(241, 167, 90, 0.05);
}

.swpier__info.sms.orderstat--959 {
  border-color: #f1a75a;
}

.orderstat--959.checkWithBtn {
  height: 48px;
  height: 3rem;
  line-height: 48px;
  line-height: 3rem;
}

.orderstat--959.checkWithBtn .form-control {
  color: #ed8e2b;
  width: calc(100% - 3rem);
  display: inline-block;
  background: rgba(241, 167, 90, 0.25);
  border: 1px solid rgba(241, 167, 90, 0.25);
}

.orderstat--959.checkWithBtn:before {
  color: #ed8e2b;
}

.bgorderstat--959.swiper__row--title {
  background-color: rgba(241, 167, 90, 0.1);
}

.orderstat--000 {
  color: #6c6c6c;
}

.orderstat--000.btncheck {
  color: #fff;
  background: #858585;
}

.orderstat--000.b--1 {
  border-style: solid;
  border-color: #858585;
  border-width: 1px;
}

.orderstat--000 .count {
  background: rgba(133, 133, 133, 0.9);
}

.orderstat--000.bgdarken {
  background: #6c6c6c;
}

.orderstat--000.darken {
  color: #525252;
}

.orderstat--000.withIcon i.fas {
  background: rgba(133, 133, 133, 0.9);
}

.orderstat--000.border--l {
  border-style: solid;
  border-color: #858585;
  color: #424242;
}

.swiper__footer.orderstat--000 {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(133, 133, 133, 0.26)), color-stop(10%, rgba(133, 133, 133, 0.46)), color-stop(10.01%, rgba(133, 133, 133, 0)), color-stop(12.79%, rgba(133, 133, 133, 0)), color-stop(12.8%, rgba(133, 133, 133, 0.46)), color-stop(26.8%, rgba(133, 133, 133, 0.66)), color-stop(26.89%, rgba(133, 133, 133, 0)), color-stop(29.49%, rgba(133, 133, 133, 0)), color-stop(29.5%, rgba(133, 133, 133, 0.66)), color-stop(47.5%, rgba(133, 133, 133, 0.86)), color-stop(47.59%, rgba(133, 133, 133, 0)), color-stop(52.79%, rgba(133, 133, 133, 0)), color-stop(52.8%, rgba(133, 133, 133, 0.86)), color-stop(70.8%, rgba(133, 133, 133, 0.66)), color-stop(70.89%, rgba(133, 133, 133, 0)), color-stop(73.49%, rgba(133, 133, 133, 0)), color-stop(73.5%, rgba(133, 133, 133, 0.66)), color-stop(87.5%, rgba(133, 133, 133, 0.46)), color-stop(87.59%, rgba(133, 133, 133, 0)), color-stop(90.19%, rgba(133, 133, 133, 0)), color-stop(90.2%, rgba(133, 133, 133, 0.46)), to(rgba(133, 133, 133, 0.26)));
  background-image: linear-gradient(90deg, rgba(133, 133, 133, 0.26) 0%, rgba(133, 133, 133, 0.46) 10%, rgba(133, 133, 133, 0) 10.01%, rgba(133, 133, 133, 0) 12.79%, rgba(133, 133, 133, 0.46) 12.8%, rgba(133, 133, 133, 0.66) 26.8%, rgba(133, 133, 133, 0) 26.89%, rgba(133, 133, 133, 0) 29.49%, rgba(133, 133, 133, 0.66) 29.5%, rgba(133, 133, 133, 0.86) 47.5%, rgba(133, 133, 133, 0) 47.59%, rgba(133, 133, 133, 0) 52.79%, rgba(133, 133, 133, 0.86) 52.8%, rgba(133, 133, 133, 0.66) 70.8%, rgba(133, 133, 133, 0) 70.89%, rgba(133, 133, 133, 0) 73.49%, rgba(133, 133, 133, 0.66) 73.5%, rgba(133, 133, 133, 0.46) 87.5%, rgba(133, 133, 133, 0) 87.59%, rgba(133, 133, 133, 0) 90.19%, rgba(133, 133, 133, 0.46) 90.2%, rgba(133, 133, 133, 0.26) 100%);
}

.swiper__row.typestat--000 {
  border-color: #858585;
}

.swiper__row.bgtypestat--000 {
  background: rgba(133, 133, 133, 0.05);
}

.swpier__info.sms.orderstat--000 {
  border-color: #858585;
}

.orderstat--000.checkWithBtn {
  height: 48px;
  height: 3rem;
  line-height: 48px;
  line-height: 3rem;
}

.orderstat--000.checkWithBtn .form-control {
  color: #6c6c6c;
  width: calc(100% - 3rem);
  display: inline-block;
  background: rgba(133, 133, 133, 0.25);
  border: 1px solid rgba(133, 133, 133, 0.25);
}

.orderstat--000.checkWithBtn:before {
  color: #6c6c6c;
}

.bgorderstat--000.swiper__row--title {
  background-color: rgba(133, 133, 133, 0.1);
}

.orderstat--0 {
  color: #5ac263;
}

.orderstat--0.btncheck {
  color: #fff;
  background: #7fd086;
}

.orderstat--0.b--1 {
  border-style: solid;
  border-color: #7fd086;
  border-width: 1px;
}

.orderstat--0 .count {
  background: rgba(127, 208, 134, 0.9);
}

.orderstat--0.bgdarken {
  background: #5ac263;
}

.orderstat--0.darken {
  color: #3faa48;
}

.orderstat--0.withIcon i.fas {
  background: rgba(127, 208, 134, 0.9);
}

.orderstat--0.border--l {
  border-style: solid;
  border-color: #7fd086;
  color: #424242;
}

.swiper__footer.orderstat--0 {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(127, 208, 134, 0.26)), color-stop(10%, rgba(127, 208, 134, 0.46)), color-stop(10.01%, rgba(127, 208, 134, 0)), color-stop(12.79%, rgba(127, 208, 134, 0)), color-stop(12.8%, rgba(127, 208, 134, 0.46)), color-stop(26.8%, rgba(127, 208, 134, 0.66)), color-stop(26.89%, rgba(127, 208, 134, 0)), color-stop(29.49%, rgba(127, 208, 134, 0)), color-stop(29.5%, rgba(127, 208, 134, 0.66)), color-stop(47.5%, rgba(127, 208, 134, 0.86)), color-stop(47.59%, rgba(127, 208, 134, 0)), color-stop(52.79%, rgba(127, 208, 134, 0)), color-stop(52.8%, rgba(127, 208, 134, 0.86)), color-stop(70.8%, rgba(127, 208, 134, 0.66)), color-stop(70.89%, rgba(127, 208, 134, 0)), color-stop(73.49%, rgba(127, 208, 134, 0)), color-stop(73.5%, rgba(127, 208, 134, 0.66)), color-stop(87.5%, rgba(127, 208, 134, 0.46)), color-stop(87.59%, rgba(127, 208, 134, 0)), color-stop(90.19%, rgba(127, 208, 134, 0)), color-stop(90.2%, rgba(127, 208, 134, 0.46)), to(rgba(127, 208, 134, 0.26)));
  background-image: linear-gradient(90deg, rgba(127, 208, 134, 0.26) 0%, rgba(127, 208, 134, 0.46) 10%, rgba(127, 208, 134, 0) 10.01%, rgba(127, 208, 134, 0) 12.79%, rgba(127, 208, 134, 0.46) 12.8%, rgba(127, 208, 134, 0.66) 26.8%, rgba(127, 208, 134, 0) 26.89%, rgba(127, 208, 134, 0) 29.49%, rgba(127, 208, 134, 0.66) 29.5%, rgba(127, 208, 134, 0.86) 47.5%, rgba(127, 208, 134, 0) 47.59%, rgba(127, 208, 134, 0) 52.79%, rgba(127, 208, 134, 0.86) 52.8%, rgba(127, 208, 134, 0.66) 70.8%, rgba(127, 208, 134, 0) 70.89%, rgba(127, 208, 134, 0) 73.49%, rgba(127, 208, 134, 0.66) 73.5%, rgba(127, 208, 134, 0.46) 87.5%, rgba(127, 208, 134, 0) 87.59%, rgba(127, 208, 134, 0) 90.19%, rgba(127, 208, 134, 0.46) 90.2%, rgba(127, 208, 134, 0.26) 100%);
}

.swiper__row.typestat--0 {
  border-color: #7fd086;
}

.swiper__row.bgtypestat--0 {
  background: rgba(127, 208, 134, 0.05);
}

.swpier__info.sms.orderstat--0 {
  border-color: #7fd086;
}

.orderstat--0.checkWithBtn {
  height: 48px;
  height: 3rem;
  line-height: 48px;
  line-height: 3rem;
}

.orderstat--0.checkWithBtn .form-control {
  color: #5ac263;
  width: calc(100% - 3rem);
  display: inline-block;
  background: rgba(127, 208, 134, 0.25);
  border: 1px solid rgba(127, 208, 134, 0.25);
}

.orderstat--0.checkWithBtn:before {
  color: #5ac263;
}

.bgorderstat--0.swiper__row--title {
  background-color: rgba(127, 208, 134, 0.1);
}

.orderstat--1 {
  color: #dca148;
}

.orderstat--1.btncheck {
  color: #fff;
  background: #e4b773;
}

.orderstat--1.b--1 {
  border-style: solid;
  border-color: #e4b773;
  border-width: 1px;
}

.orderstat--1 .count {
  background: rgba(228, 183, 115, 0.9);
}

.orderstat--1.bgdarken {
  background: #dca148;
}

.orderstat--1.darken {
  color: #ca8927;
}

.orderstat--1.withIcon i.fas {
  background: rgba(228, 183, 115, 0.9);
}

.orderstat--1.border--l {
  border-style: solid;
  border-color: #e4b773;
  color: #424242;
}

.swiper__footer.orderstat--1 {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(228, 183, 115, 0.26)), color-stop(10%, rgba(228, 183, 115, 0.46)), color-stop(10.01%, rgba(228, 183, 115, 0)), color-stop(12.79%, rgba(228, 183, 115, 0)), color-stop(12.8%, rgba(228, 183, 115, 0.46)), color-stop(26.8%, rgba(228, 183, 115, 0.66)), color-stop(26.89%, rgba(228, 183, 115, 0)), color-stop(29.49%, rgba(228, 183, 115, 0)), color-stop(29.5%, rgba(228, 183, 115, 0.66)), color-stop(47.5%, rgba(228, 183, 115, 0.86)), color-stop(47.59%, rgba(228, 183, 115, 0)), color-stop(52.79%, rgba(228, 183, 115, 0)), color-stop(52.8%, rgba(228, 183, 115, 0.86)), color-stop(70.8%, rgba(228, 183, 115, 0.66)), color-stop(70.89%, rgba(228, 183, 115, 0)), color-stop(73.49%, rgba(228, 183, 115, 0)), color-stop(73.5%, rgba(228, 183, 115, 0.66)), color-stop(87.5%, rgba(228, 183, 115, 0.46)), color-stop(87.59%, rgba(228, 183, 115, 0)), color-stop(90.19%, rgba(228, 183, 115, 0)), color-stop(90.2%, rgba(228, 183, 115, 0.46)), to(rgba(228, 183, 115, 0.26)));
  background-image: linear-gradient(90deg, rgba(228, 183, 115, 0.26) 0%, rgba(228, 183, 115, 0.46) 10%, rgba(228, 183, 115, 0) 10.01%, rgba(228, 183, 115, 0) 12.79%, rgba(228, 183, 115, 0.46) 12.8%, rgba(228, 183, 115, 0.66) 26.8%, rgba(228, 183, 115, 0) 26.89%, rgba(228, 183, 115, 0) 29.49%, rgba(228, 183, 115, 0.66) 29.5%, rgba(228, 183, 115, 0.86) 47.5%, rgba(228, 183, 115, 0) 47.59%, rgba(228, 183, 115, 0) 52.79%, rgba(228, 183, 115, 0.86) 52.8%, rgba(228, 183, 115, 0.66) 70.8%, rgba(228, 183, 115, 0) 70.89%, rgba(228, 183, 115, 0) 73.49%, rgba(228, 183, 115, 0.66) 73.5%, rgba(228, 183, 115, 0.46) 87.5%, rgba(228, 183, 115, 0) 87.59%, rgba(228, 183, 115, 0) 90.19%, rgba(228, 183, 115, 0.46) 90.2%, rgba(228, 183, 115, 0.26) 100%);
}

.swiper__row.typestat--1 {
  border-color: #e4b773;
}

.swiper__row.bgtypestat--1 {
  background: rgba(228, 183, 115, 0.05);
}

.swpier__info.sms.orderstat--1 {
  border-color: #e4b773;
}

.orderstat--1.checkWithBtn {
  height: 48px;
  height: 3rem;
  line-height: 48px;
  line-height: 3rem;
}

.orderstat--1.checkWithBtn .form-control {
  color: #dca148;
  width: calc(100% - 3rem);
  display: inline-block;
  background: rgba(228, 183, 115, 0.25);
  border: 1px solid rgba(228, 183, 115, 0.25);
}

.orderstat--1.checkWithBtn:before {
  color: #dca148;
}

.bgorderstat--1.swiper__row--title {
  background-color: rgba(228, 183, 115, 0.1);
}

.orderstat--2 {
  color: #8b4bde;
}

.orderstat--2.btncheck {
  color: #fff;
  background: #a776e6;
}

.orderstat--2.b--1 {
  border-style: solid;
  border-color: #a776e6;
  border-width: 1px;
}

.orderstat--2 .count {
  background: rgba(167, 118, 230, 0.9);
}

.orderstat--2.bgdarken {
  background: #8b4bde;
}

.orderstat--2.darken {
  color: #7026d0;
}

.orderstat--2.withIcon i.fas {
  background: rgba(167, 118, 230, 0.9);
}

.orderstat--2.border--l {
  border-style: solid;
  border-color: #a776e6;
  color: #424242;
}

.swiper__footer.orderstat--2 {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(167, 118, 230, 0.26)), color-stop(10%, rgba(167, 118, 230, 0.46)), color-stop(10.01%, rgba(167, 118, 230, 0)), color-stop(12.79%, rgba(167, 118, 230, 0)), color-stop(12.8%, rgba(167, 118, 230, 0.46)), color-stop(26.8%, rgba(167, 118, 230, 0.66)), color-stop(26.89%, rgba(167, 118, 230, 0)), color-stop(29.49%, rgba(167, 118, 230, 0)), color-stop(29.5%, rgba(167, 118, 230, 0.66)), color-stop(47.5%, rgba(167, 118, 230, 0.86)), color-stop(47.59%, rgba(167, 118, 230, 0)), color-stop(52.79%, rgba(167, 118, 230, 0)), color-stop(52.8%, rgba(167, 118, 230, 0.86)), color-stop(70.8%, rgba(167, 118, 230, 0.66)), color-stop(70.89%, rgba(167, 118, 230, 0)), color-stop(73.49%, rgba(167, 118, 230, 0)), color-stop(73.5%, rgba(167, 118, 230, 0.66)), color-stop(87.5%, rgba(167, 118, 230, 0.46)), color-stop(87.59%, rgba(167, 118, 230, 0)), color-stop(90.19%, rgba(167, 118, 230, 0)), color-stop(90.2%, rgba(167, 118, 230, 0.46)), to(rgba(167, 118, 230, 0.26)));
  background-image: linear-gradient(90deg, rgba(167, 118, 230, 0.26) 0%, rgba(167, 118, 230, 0.46) 10%, rgba(167, 118, 230, 0) 10.01%, rgba(167, 118, 230, 0) 12.79%, rgba(167, 118, 230, 0.46) 12.8%, rgba(167, 118, 230, 0.66) 26.8%, rgba(167, 118, 230, 0) 26.89%, rgba(167, 118, 230, 0) 29.49%, rgba(167, 118, 230, 0.66) 29.5%, rgba(167, 118, 230, 0.86) 47.5%, rgba(167, 118, 230, 0) 47.59%, rgba(167, 118, 230, 0) 52.79%, rgba(167, 118, 230, 0.86) 52.8%, rgba(167, 118, 230, 0.66) 70.8%, rgba(167, 118, 230, 0) 70.89%, rgba(167, 118, 230, 0) 73.49%, rgba(167, 118, 230, 0.66) 73.5%, rgba(167, 118, 230, 0.46) 87.5%, rgba(167, 118, 230, 0) 87.59%, rgba(167, 118, 230, 0) 90.19%, rgba(167, 118, 230, 0.46) 90.2%, rgba(167, 118, 230, 0.26) 100%);
}

.swiper__row.typestat--2 {
  border-color: #a776e6;
}

.swiper__row.bgtypestat--2 {
  background: rgba(167, 118, 230, 0.05);
}

.swpier__info.sms.orderstat--2 {
  border-color: #a776e6;
}

.orderstat--2.checkWithBtn {
  height: 48px;
  height: 3rem;
  line-height: 48px;
  line-height: 3rem;
}

.orderstat--2.checkWithBtn .form-control {
  color: #8b4bde;
  width: calc(100% - 3rem);
  display: inline-block;
  background: rgba(167, 118, 230, 0.25);
  border: 1px solid rgba(167, 118, 230, 0.25);
}

.orderstat--2.checkWithBtn:before {
  color: #8b4bde;
}

.bgorderstat--2.swiper__row--title {
  background-color: rgba(167, 118, 230, 0.1);
}

.orderstat--3 {
  color: #3a7dda;
}

.orderstat--3.btncheck {
  color: #fff;
  background: #6599e2;
}

.orderstat--3.b--1 {
  border-style: solid;
  border-color: #6599e2;
  border-width: 1px;
}

.orderstat--3 .count {
  background: rgba(101, 153, 226, 0.9);
}

.orderstat--3.bgdarken {
  background: #3a7dda;
}

.orderstat--3.darken {
  color: #2464bd;
}

.orderstat--3.withIcon i.fas {
  background: rgba(101, 153, 226, 0.9);
}

.orderstat--3.border--l {
  border-style: solid;
  border-color: #6599e2;
  color: #424242;
}

.swiper__footer.orderstat--3 {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(101, 153, 226, 0.26)), color-stop(10%, rgba(101, 153, 226, 0.46)), color-stop(10.01%, rgba(101, 153, 226, 0)), color-stop(12.79%, rgba(101, 153, 226, 0)), color-stop(12.8%, rgba(101, 153, 226, 0.46)), color-stop(26.8%, rgba(101, 153, 226, 0.66)), color-stop(26.89%, rgba(101, 153, 226, 0)), color-stop(29.49%, rgba(101, 153, 226, 0)), color-stop(29.5%, rgba(101, 153, 226, 0.66)), color-stop(47.5%, rgba(101, 153, 226, 0.86)), color-stop(47.59%, rgba(101, 153, 226, 0)), color-stop(52.79%, rgba(101, 153, 226, 0)), color-stop(52.8%, rgba(101, 153, 226, 0.86)), color-stop(70.8%, rgba(101, 153, 226, 0.66)), color-stop(70.89%, rgba(101, 153, 226, 0)), color-stop(73.49%, rgba(101, 153, 226, 0)), color-stop(73.5%, rgba(101, 153, 226, 0.66)), color-stop(87.5%, rgba(101, 153, 226, 0.46)), color-stop(87.59%, rgba(101, 153, 226, 0)), color-stop(90.19%, rgba(101, 153, 226, 0)), color-stop(90.2%, rgba(101, 153, 226, 0.46)), to(rgba(101, 153, 226, 0.26)));
  background-image: linear-gradient(90deg, rgba(101, 153, 226, 0.26) 0%, rgba(101, 153, 226, 0.46) 10%, rgba(101, 153, 226, 0) 10.01%, rgba(101, 153, 226, 0) 12.79%, rgba(101, 153, 226, 0.46) 12.8%, rgba(101, 153, 226, 0.66) 26.8%, rgba(101, 153, 226, 0) 26.89%, rgba(101, 153, 226, 0) 29.49%, rgba(101, 153, 226, 0.66) 29.5%, rgba(101, 153, 226, 0.86) 47.5%, rgba(101, 153, 226, 0) 47.59%, rgba(101, 153, 226, 0) 52.79%, rgba(101, 153, 226, 0.86) 52.8%, rgba(101, 153, 226, 0.66) 70.8%, rgba(101, 153, 226, 0) 70.89%, rgba(101, 153, 226, 0) 73.49%, rgba(101, 153, 226, 0.66) 73.5%, rgba(101, 153, 226, 0.46) 87.5%, rgba(101, 153, 226, 0) 87.59%, rgba(101, 153, 226, 0) 90.19%, rgba(101, 153, 226, 0.46) 90.2%, rgba(101, 153, 226, 0.26) 100%);
}

.swiper__row.typestat--3 {
  border-color: #6599e2;
}

.swiper__row.bgtypestat--3 {
  background: rgba(101, 153, 226, 0.05);
}

.swpier__info.sms.orderstat--3 {
  border-color: #6599e2;
}

.orderstat--3.checkWithBtn {
  height: 48px;
  height: 3rem;
  line-height: 48px;
  line-height: 3rem;
}

.orderstat--3.checkWithBtn .form-control {
  color: #3a7dda;
  width: calc(100% - 3rem);
  display: inline-block;
  background: rgba(101, 153, 226, 0.25);
  border: 1px solid rgba(101, 153, 226, 0.25);
}

.orderstat--3.checkWithBtn:before {
  color: #3a7dda;
}

.bgorderstat--3.swiper__row--title {
  background-color: rgba(101, 153, 226, 0.1);
}

.orderstat--8 {
  color: #afb7c3;
}

.orderstat--8.btncheck {
  color: #fff;
  background: #ccd1d9;
}

.orderstat--8.b--1 {
  border-style: solid;
  border-color: #ccd1d9;
  border-width: 1px;
}

.orderstat--8 .count {
  background: rgba(204, 209, 217, 0.9);
}

.orderstat--8.bgdarken {
  background: #afb7c3;
}

.orderstat--8.darken {
  color: #929cad;
}

.orderstat--8.withIcon i.fas {
  background: rgba(204, 209, 217, 0.9);
}

.orderstat--8.border--l {
  border-style: solid;
  border-color: #ccd1d9;
  color: #424242;
}

.swiper__footer.orderstat--8 {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(204, 209, 217, 0.26)), color-stop(10%, rgba(204, 209, 217, 0.46)), color-stop(10.01%, rgba(204, 209, 217, 0)), color-stop(12.79%, rgba(204, 209, 217, 0)), color-stop(12.8%, rgba(204, 209, 217, 0.46)), color-stop(26.8%, rgba(204, 209, 217, 0.66)), color-stop(26.89%, rgba(204, 209, 217, 0)), color-stop(29.49%, rgba(204, 209, 217, 0)), color-stop(29.5%, rgba(204, 209, 217, 0.66)), color-stop(47.5%, rgba(204, 209, 217, 0.86)), color-stop(47.59%, rgba(204, 209, 217, 0)), color-stop(52.79%, rgba(204, 209, 217, 0)), color-stop(52.8%, rgba(204, 209, 217, 0.86)), color-stop(70.8%, rgba(204, 209, 217, 0.66)), color-stop(70.89%, rgba(204, 209, 217, 0)), color-stop(73.49%, rgba(204, 209, 217, 0)), color-stop(73.5%, rgba(204, 209, 217, 0.66)), color-stop(87.5%, rgba(204, 209, 217, 0.46)), color-stop(87.59%, rgba(204, 209, 217, 0)), color-stop(90.19%, rgba(204, 209, 217, 0)), color-stop(90.2%, rgba(204, 209, 217, 0.46)), to(rgba(204, 209, 217, 0.26)));
  background-image: linear-gradient(90deg, rgba(204, 209, 217, 0.26) 0%, rgba(204, 209, 217, 0.46) 10%, rgba(204, 209, 217, 0) 10.01%, rgba(204, 209, 217, 0) 12.79%, rgba(204, 209, 217, 0.46) 12.8%, rgba(204, 209, 217, 0.66) 26.8%, rgba(204, 209, 217, 0) 26.89%, rgba(204, 209, 217, 0) 29.49%, rgba(204, 209, 217, 0.66) 29.5%, rgba(204, 209, 217, 0.86) 47.5%, rgba(204, 209, 217, 0) 47.59%, rgba(204, 209, 217, 0) 52.79%, rgba(204, 209, 217, 0.86) 52.8%, rgba(204, 209, 217, 0.66) 70.8%, rgba(204, 209, 217, 0) 70.89%, rgba(204, 209, 217, 0) 73.49%, rgba(204, 209, 217, 0.66) 73.5%, rgba(204, 209, 217, 0.46) 87.5%, rgba(204, 209, 217, 0) 87.59%, rgba(204, 209, 217, 0) 90.19%, rgba(204, 209, 217, 0.46) 90.2%, rgba(204, 209, 217, 0.26) 100%);
}

.swiper__row.typestat--8 {
  border-color: #ccd1d9;
}

.swiper__row.bgtypestat--8 {
  background: rgba(204, 209, 217, 0.05);
}

.swpier__info.sms.orderstat--8 {
  border-color: #ccd1d9;
}

.orderstat--8.checkWithBtn {
  height: 48px;
  height: 3rem;
  line-height: 48px;
  line-height: 3rem;
}

.orderstat--8.checkWithBtn .form-control {
  color: #afb7c3;
  width: calc(100% - 3rem);
  display: inline-block;
  background: rgba(204, 209, 217, 0.25);
  border: 1px solid rgba(204, 209, 217, 0.25);
}

.orderstat--8.checkWithBtn:before {
  color: #afb7c3;
}

.bgorderstat--8.swiper__row--title {
  background-color: rgba(204, 209, 217, 0.1);
}

.swpier__info [class*="orderstat--"] {
  font-weight: 700;
}

.custominput {
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid transparent;
  border-radius: 0.25rem;
  -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  text-indent: 0.25rem;
  padding: 0.375rem 0;
}

.custominput:focus {
  color: #495057;
  background-color: #fff;
  border-color: #80bdff;
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

[class*="orderstat--"] .count,
[class*="paystat--"] .count {
  display: inline-block;
  text-align: center;
  color: #fff;
  opacity: 0.7;
  border-radius: 1rem;
  padding: 0 0.5rem;
  margin-right: 0.25rem;
}

[class*="orderstat--"] .count.sm--hidden,
[class*="paystat--"] .count.sm--hidden {
  display: none;
}

[class*="orderstat--"] .count.op--10,
[class*="paystat--"] .count.op--10 {
  opacity: 1;
}

[class*="orderstat--"] .count.op--8,
[class*="paystat--"] .count.op--8 {
  opacity: 0.8;
}

[class*="orderstat--"] .count.op--9,
[class*="paystat--"] .count.op--9 {
  opacity: 0.9;
}

[class*="orderstat--"].mulit .count,
[class*="paystat--"].mulit .count {
  border-radius: 0rem;
}

[class*="orderstat--"] i.fas:not(.nomr),
[class*="paystat--"] i.fas:not(.nomr) {
  margin-right: 0.25rem;
}

[class*="orderstat--"].withIcon i.fas,
[class*="paystat--"].withIcon i.fas {
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 50%;
  text-align: center;
  line-height: 1.5rem;
  color: #fff;
}

[class*="orderstat--"].is--active .count,
[class*="paystat--"].is--active .count {
  opacity: 1;
}

@media (min-width: 768px) {
  [class*="orderstat--"] .count.sm--show,
  [class*="paystat--"] .count.sm--show {
    display: none;
  }
  [class*="orderstat--"] .count.sm--hidden,
  [class*="paystat--"] .count.sm--hidden {
    display: inline-block;
  }
}

.sort__row .subinfo {
  display: none;
}

.sort__row.has--size .count {
  padding: 0.2rem 0.5rem;
}

.sort__row.has--size .count .size {
  position: relative;
  font-size: 0.9rem;
  margin-right: 0.25rem;
  border: 1px solid #fff;
  border-radius: 2px;
  padding: 0 2px;
}

.sort__row.has--size .subinfo {
  display: inherit;
}

.bar__flag {
  background: #e7e8e9;
}

.bar__flag [class*="orderstat--"].is--active {
  font-weight: 700;
  border-radius: 0.35rem;
}

.bar__flag .dropdown__select .select,
.bar__flag .dropdown__select i {
  height: 28.8px;
  height: 1.8rem;
  line-height: 28.8px;
  line-height: 1.8rem;
}

.orderstat--99 i.fas:not(.nochange):before {
  content: "\f05e";
}

.orderstat--959 i.fas:not(.nochange):before {
  content: "\f155";
}

.orderstat--0 i.fas:before {
  content: "\f2e6";
}

.orderstat--1 i.fas:not(.nochange):before {
  content: "\f81c";
}

.orderstat--2 i.fas:not(.nochange):before {
  content: "\f21c";
}

.orderstat--3 i.fas:not(.nochange):before {
  content: "\f47b";
}

.qtype---1 i.fas:not(.nochange):before {
  content: "\f518";
}

.qtype--0 i.fas:not(.nochange):before {
  content: "\f507";
}

.mulit_pro.defaultsuccess li.active:before,
.mulit_pro li.active:after {
  background: #31c078;
}

.orderstat--99 .paystat--0:not(.dropdown__select) i.fas:before,
.paystat--0:not(.dropdown__select) i.fas:before {
  content: "\f81d";
}

.orderstat--99 .paystat--0:not(.dropdown__select).pos i.fas:before,
.paystat--0:not(.dropdown__select).pos i.fas:before {
  content: "\f1d8";
}

.orderstat--99 .paystat--1:not(.dropdown__select) i.fas:before,
.paystat--1:not(.dropdown__select) i.fas:before {
  content: "\f81d";
}

.orderstat--99 .paystat--1:not(.dropdown__select).pos i.fas:before,
.paystat--1:not(.dropdown__select).pos i.fas:before {
  content: "\f1d8";
}

.orderstat--99 .paystat--2:not(.dropdown__select) i.fas:before,
.paystat--2:not(.dropdown__select) i.fas:before {
  content: "\f81d";
}

.orderstat--99 .paystat--2:not(.dropdown__select).pos i.fas:before,
.paystat--2:not(.dropdown__select).pos i.fas:before {
  content: "\f1d8";
}

.orderstat--99 .paystat--3:not(.dropdown__select) i.fas:before,
.paystat--3:not(.dropdown__select) i.fas:before {
  content: "\f05e";
}

@-webkit-keyframes barbtnani {
  0% {
    top: 0;
    font-size: 24px;
  }
  25% {
    top: -5px;
    font-size: 26px;
  }
  50% {
    top: -3px;
    font-size: 30px;
  }
  75% {
    top: -5px;
    font-size: 28px;
  }
  100% {
    top: 0;
    font-size: 24px;
  }
}

@keyframes barbtnani {
  0% {
    top: 0;
    font-size: 24px;
  }
  25% {
    top: -5px;
    font-size: 26px;
  }
  50% {
    top: -3px;
    font-size: 30px;
  }
  75% {
    top: -5px;
    font-size: 28px;
  }
  100% {
    top: 0;
    font-size: 24px;
  }
}

@-webkit-keyframes controlsidebtnani {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  50% {
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg);
  }
  100% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
}

@keyframes controlsidebtnani {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  50% {
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg);
  }
  100% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
}

.ani {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.round__tmp,
.default__tmp {
  height: 100%;
  width: 100%;
  overflow: hidden;
  max-width: 100%;
  margin: 0 auto;
  z-index: -1;
}

.round__tmp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit- flex;
  display: -moz- flex;
  display: -ms- flex;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
}

.round__tmp .bar__work {
  height: 64px;
  height: 4rem;
}

.round__tmp .bar__title,
.round__tmp .bar__title .clone,
.round__tmp .bar__func {
  height: 48px;
  height: 3rem;
}

.round__tmp .bar__title .ltc,
.round__tmp .bar__title .clone .ltc,
.round__tmp .bar__func .ltc {
  line-height: 48px;
  line-height: 3rem;
}

.round__tmp .default__overlay.call--bar {
  top: 48px;
  top: 3rem;
  height: calc(100% - 48px);
  height: calc(100% - 3rem);
}

.round__tmp .bar__func {
  z-index: 1;
}

.round__tmp .bar__func .btn {
  width: 40px;
  width: 2.5rem;
}

.round__tmp .bar__func .btn span {
  display: none;
}

.round__tmp .bar__func .btn i {
  position: relative;
  font-size: 24px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.round__tmp .bar__func .btn.center__add {
  height: 3.2rem;
  width: 3.2rem;
  border-radius: 50%;
  position: relative;
  top: -1.3rem;
  z-index: 3;
}

.round__tmp .bar__func .btn.is--active i {
  -webkit-animation: barbtnani 0.5s ease;
          animation: barbtnani 0.5s ease;
}

.round__tmp .main__container {
  height: calc(100% - 48px);
  height: calc(100% - 3rem);
}

.round__tmp .main__container.hasbarfunc {
  height: calc(100% - 96px);
  height: calc(100% - 6rem);
}

.round__tmp .bar__work {
  padding: 0.25rem 0.5rem 0 1rem;
  margin-bottom: -1rem;
  -moz-align-items: start;
  -ms-align-items: start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}

.round__tmp .bar__work .work__lh {
  line-height: 2.5rem;
}

.round__tmp .swiper__row {
  padding: 0.5rem 0.75rem;
}

.round__tmp .swiper__row.useless {
  padding: 0 0 0.75rem 0;
}

.round__tmp .swpier__info.sms {
  border: 0.25rem solid transparent;
  border-width: 0 0 0 0.25rem;
  border-radius: 0.25rem 0 0 0;
  padding-left: 0.5rem;
  margin-left: -0.75rem;
}

.round__tmp .bar__side--b.is--show, .round__tmp .bar__side--b.js--show {
  height: calc(100% - 48px);
  height: calc(100% - 3rem);
}

.round__tmp .bar__side--b.is--show.qrcode, .round__tmp .bar__side--b.js--show.qrcode {
  height: 320px;
  height: 20rem;
}

.round__tmp .btn__cside {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.round__tmp .btn__cside.is--active i {
  -webkit-animation: controlsidebtnani 0.5s ease;
          animation: controlsidebtnani 0.5s ease;
}

.round__tmp .title__search.form-control,
.round__tmp .bar__work .btn,
.round__tmp .swiper__row,
.round__tmp [class*="smsstat"],
.round__tmp .questat,
.round__tmp .bar__func,
.round__tmp .input__row .btn {
  border-radius: 1.25rem;
}

.round__tmp .bar__work,
.round__tmp .bar__imgt,
.round__tmp .bar__side--b {
  border-radius: 1rem 1rem 0 0;
}

.round__tmp .main__content,
.round__tmp .default__overlay.call--bar {
  border-radius: 1rem;
}

.main__content.noscroll {
  overflow-y: hidden;
}

.abs__round {
  position: absolute;
  height: 50px;
  width: 50px;
  background: transparent;
}

.abs__round--l {
  left: 50%;
}

.abs__round--r {
  right: 50%;
}

.abs__round .child {
  position: absolute;
  width: 34px;
  height: 34px;
  height: 2.3rem;
  width: 2rem;
  z-index: 3 -1;
}

.abs__round--r .child {
  top: -1px;
  right: -1px;
  border-radius: 0 0 0 2.1rem;
}

.abs__round--l .child {
  top: -1px;
  left: -1px;
  border-radius: 0 0 2.1rem 0;
}

.round__tmp .bar__work .swiper-pagination-bullet {
  padding: .35rem .75rem;
  margin-right: .5rem;
  opacity: .85;
  font-size: 1rem;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  user-select: none;
  border-radius: 1rem;
  border: 0;
  height: auto;
  width: auto;
  line-height: 16px;
  line-height: 1rem;
}

.round__tmp .bar__work .swiper-pagination-bullet-active {
  opacity: 1;
  font-weight: 700;
}

.round__tmp .bar__work--row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit- flex;
  display: -moz- flex;
  display: -ms- flex;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  -moz-align-items: center;
  -ms-align-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  white-space: nowrap;
}

.round__tmp .bar__work--row.swiper-pagination-edit {
  width: calc(100% - 6rem);
  margin: 0 3rem;
}

.round__tmp .swiper-form,
.round__tmp .swiper-form .swiper-container,
.round__tmp .swiper-form .swiper-slide {
  width: 100%;
  height: 100%;
}

.round__tmp .swiper-form .swiper__row {
  width: 100%;
}

.round__tmp .swiper-slide {
  overflow-y: auto;
  overflow-x: hidden;
}

.round__tmp .main__container .swiper-button-next,
.round__tmp .main__container .swiper-button-prev {
  right: 0;
  top: 8.5rem;
  width: 3rem;
  height: 1.2rem;
  background-size: 1.5rem;
}

body[data-color=""] .round__tmp {
  background: #00758F;
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(40%, #fff)), -webkit-gradient(linear, left top, right top, from(#006076), color-stop(#006b82), to(#007d99));
  background-image: linear-gradient(to bottom, transparent, #fff 40%), linear-gradient(90deg, #006076, #006b82, #007d99);
}

body[data-color=""] .round__tmp .bar__title {
  background: transparent;
}

body[data-color=""] .round__tmp .bar__work {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0.2)), color-stop(rgba(255, 255, 255, 0.3)), to(rgba(255, 255, 255, 0.1)));
  background-image: linear-gradient(90deg, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0.1));
}

body[data-color=""] .round__tmp .bar__work.bgm2 {
  background-color: transparent;
}

body[data-color=""] .round__tmp .bar__work.bar__work--tab {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0.3)), color-stop(rgba(255, 255, 255, 0.5)), to(rgba(255, 255, 255, 0.4)));
  background-image: linear-gradient(90deg, rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0.4));
}

body[data-color=""] .round__tmp .bar__work.bar__work--row {
  background: #f8f9fa;
}

body[data-color=""] .round__tmp .bar__work .swiper-pagination-bullet-active {
  background: rgba(0, 117, 143, 0.1);
  color: #00758F;
}

body[data-color=""] .round__tmp .side__row:not(.nohover):hover,
body[data-color=""] .round__tmp .side__row:not(.nohover).is--active {
  background: #00758F;
}

body[data-color=""] .bar__func .btn.center__add {
  background: #3bbe9a;
}

body[data-color="wsir"] .round__tmp {
  background: #ed8924;
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(40%, #fff)), -webkit-gradient(linear, left top, right top, from(#e57c13), color-stop(#e97f13), to(#ec8116));
  background-image: linear-gradient(to bottom, transparent, #fff 40%), linear-gradient(90deg, #e57c13, #e97f13, #ec8116);
}

body[data-color="wsir"] .round__tmp .bar__title {
  background: transparent;
}

body[data-color="wsir"] .round__tmp .bar__work {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0.12)), color-stop(rgba(255, 255, 255, 0.12)), to(rgba(255, 255, 255, 0.12)));
  background-image: linear-gradient(90deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.12));
}

body[data-color="wsir"] .round__tmp .bar__work.bgm2 {
  background-color: transparent;
}

body[data-color="wsir"] .round__tmp .bar__work.bar__work--tab {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0.25)), color-stop(rgba(255, 255, 255, 0.25)), to(rgba(255, 255, 255, 0.25)));
  background-image: linear-gradient(90deg, rgba(255, 255, 255, 0.25), rgba(255, 255, 255, 0.25), rgba(255, 255, 255, 0.25));
}

body[data-color="wsir"] .round__tmp .bar__work.bar__work--row {
  background: #f8f9fa;
}

body[data-color="wsir"] .round__tmp .bar__work .swiper-pagination-bullet-active {
  background: rgba(237, 137, 36, 0.1);
  color: #ed8924;
}

body[data-color="wsir"] .round__tmp .side__row:not(.nohover):hover,
body[data-color="wsir"] .round__tmp .side__row:not(.nohover).is--active {
  background: #ed8924;
}

body[data-color="wsir"] .bar__func .btn.center__add {
  background: #31c078;
}

body[data-color="wblue"] .round__tmp {
  background: #31b2E4;
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(40%, #fff)), -webkit-gradient(linear, left top, right top, from(#1786b1), color-stop(#1990bf), to(#1b9bcc));
  background-image: linear-gradient(to bottom, transparent, #fff 40%), linear-gradient(90deg, #1786b1, #1990bf, #1b9bcc);
}

body[data-color="wblue"] .round__tmp .bar__title {
  background: transparent;
}

body[data-color="wblue"] .round__tmp .bar__work {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0.12)), color-stop(rgba(255, 255, 255, 0.12)), to(rgba(255, 255, 255, 0.12)));
  background-image: linear-gradient(90deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.12));
}

body[data-color="wblue"] .round__tmp .bar__work.bgm2 {
  background-color: transparent;
}

body[data-color="wblue"] .round__tmp .bar__work.bar__work--tab {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0.25)), color-stop(rgba(255, 255, 255, 0.25)), to(rgba(255, 255, 255, 0.25)));
  background-image: linear-gradient(90deg, rgba(255, 255, 255, 0.25), rgba(255, 255, 255, 0.25), rgba(255, 255, 255, 0.25));
}

body[data-color="wblue"] .round__tmp .bar__work.bar__work--row {
  background: #f8f9fa;
}

body[data-color="wblue"] .round__tmp .bar__work .swiper-pagination-bullet-active {
  background: rgba(49, 178, 228, 0.1);
  color: #31b2E4;
}

body[data-color="wblue"] .round__tmp .side__row:not(.nohover):hover,
body[data-color="wblue"] .round__tmp .side__row:not(.nohover).is--active {
  background: #31b2E4;
}

body[data-color="wblue"] .bar__func .btn.center__add {
  background: #31c078;
}

body[data-color="wdadmin"] .round__tmp {
  background: #6ca18d;
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(40%, #fff)), -webkit-gradient(linear, left top, right top, from(#4b7565), color-stop(#517f6e), to(#578876));
  background-image: linear-gradient(to bottom, transparent, #fff 40%), linear-gradient(90deg, #4b7565, #517f6e, #578876);
}

body[data-color="wdadmin"] .round__tmp .bar__title {
  background: transparent;
}

body[data-color="wdadmin"] .round__tmp .bar__work {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0.12)), color-stop(rgba(255, 255, 255, 0.12)), to(rgba(255, 255, 255, 0.12)));
  background-image: linear-gradient(90deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.12));
}

body[data-color="wdadmin"] .round__tmp .bar__work.bgm2 {
  background-color: transparent;
}

body[data-color="wdadmin"] .round__tmp .bar__work.bar__work--tab {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0.25)), color-stop(rgba(255, 255, 255, 0.25)), to(rgba(255, 255, 255, 0.25)));
  background-image: linear-gradient(90deg, rgba(255, 255, 255, 0.25), rgba(255, 255, 255, 0.25), rgba(255, 255, 255, 0.25));
}

body[data-color="wdadmin"] .round__tmp .bar__work.bar__work--row {
  background: #f8f9fa;
}

body[data-color="wdadmin"] .round__tmp .bar__work .swiper-pagination-bullet-active {
  background: rgba(108, 161, 141, 0.1);
  color: #6ca18d;
}

body[data-color="wdadmin"] .round__tmp .side__row:not(.nohover):hover,
body[data-color="wdadmin"] .round__tmp .side__row:not(.nohover).is--active {
  background: #6ca18d;
}

body[data-color="wdadmin"] .bar__func .btn.center__add {
  background: #f7b39c;
}

.default__tmp {
  background: #fff;
}

.round__tmp .bar__title {
  background: transparent;
}

.round__tmp .bar__work .btn {
  background: transparent;
  color: #fff;
}

.round__tmp .bar__work .swiper-pagination-bullet {
  background: transparent;
}

.round__tmp .title__search.form-control {
  background-color: rgba(255, 255, 255, 0);
}

.round__tmp .title__search.form-control:focus, .round__tmp .title__search.form-control.is--focus {
  background: rgba(255, 255, 255, 0.25);
}

.round__tmp .bar__func {
  background: transparent;
}

.round__tmp .bar__func .btn {
  background: transparent;
}

.round__tmp .bar__func .btn.center__add {
  background-image: linear-gradient(125deg, #3bbe9a, #5fcdaf 40%, #3bbe9a, #35ab8a);
}

.round__tmp .bar__func .btn.center__add i {
  color: #fff;
}

.round__tmp .main__content {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f8f9fa), to(#e9ecef));
  background-image: linear-gradient(180deg, #f8f9fa, #e9ecef);
  -webkit-box-shadow: 1px 3px #e9ecef;
          box-shadow: 1px 3px #e9ecef;
}

.round__tmp .abs__round .child {
  border: 1px solid #e9ecef;
  background: #e9ecef;
}

.round__tmp .bgsuccess {
  background: #53aa66;
  background-image: linear-gradient(125deg, #53aa66, #4b995c 40%, #53aa66, #5db06f);
}

.round__tmp .bgdanger {
  background: #CD212A;
  background-image: linear-gradient(125deg, #CD212A, #b71d26 40%, #CD212A, #da232d);
}

.round__tmp .bgwarning {
  background: #FA7A35;
  background-image: linear-gradient(125deg, #FA7A35, #f96a1c 40%, #FA7A35, #fa8444);
}

.round__tmp .bgactive {
  background: #3bbe9a;
  background-image: linear-gradient(125deg, #3bbe9a, #35ab8a 40%, #3bbe9a, #44c5a1);
}

.round__tmp .smsstat--0 {
  background: #bdbdbd;
  background-image: linear-gradient(125deg, #bdbdbd, #b0b0b0 40%, #bdbdbd, #c5c5c5);
}

.round__tmp .smsstat--1 {
  background: #CD212A;
  background-image: linear-gradient(125deg, #CD212A, #b71d26 40%, #CD212A, #da232d);
}

.round__tmp .smsstat--2 {
  background: #FA7A35;
  background-image: linear-gradient(125deg, #FA7A35, #f96a1c 40%, #FA7A35, #fa8444);
}

.round__tmp .smsstat--3 {
  background: #4395df;
  background-image: linear-gradient(125deg, #4395df, #2d89db 40%, #4395df, #509ce1);
}

.swpier__info.sms.stat--0 {
  border-color: #bdbdbd;
}

.swpier__info.sms.stat--1 {
  border-color: #CD212A;
}

.swpier__info.sms.stat--2 {
  border-color: #FA7A35;
}

.swpier__info.sms.stat--3 {
  border-color: #4395df;
}

.header {
  width: 100%;
  float: left;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  left: 0;
  z-index: 10;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit- flex;
  display: -moz- flex;
  display: -ms- flex;
  -ms-align-content: space-between;
  -ms-flex-line-pack: justify;
      align-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -moz-align-items: center;
  -ms-align-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
}

.header img {
  width: 100px;
  height: 45px;
}

.header.wait img {
  width: 130px;
  height: 45px;
}

.header .hover--show {
  display: none;
  max-height: 45px;
  overflow: hidden;
}

.header.is--show .hover--show {
  display: inline-block;
  margin-right: 0.375rem;
  margin-left: 0.375rem;
}

body.n {
  max-width: 100%;
}

.n {
  -moz-align-items: center;
  -ms-align-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.n .fix__drop {
  position: relative;
  padding: 0;
  width: 32px;
}

.n .fl--1.scroll__y,
.n .booking__inforow {
  max-width: 1024px;
  width: 100%;
}

.n .img__container {
  padding: 0;
}

.n .img__container::after {
  bottom: 3rem;
}

.n .booking__inforow .btn.large {
  padding: 0.5625rem 0.375rem;
  font-size: 1.25rem;
}

.n .booking__inforow .btn.large:first-letter {
  text-transform: capitalize;
}

.n .booking__inforow .btn.bg__comp {
  margin-left: 0.375rem;
}

.n .m__pa {
  padding: 0.375rem 0.75rem;
}

.n .m__pa.p--0 {
  padding-bottom: 0;
}

.n .mt__pa {
  padding-top: 0.375rem;
}

.n .container {
  padding-right: 0;
  padding-left: 0;
}

.n .container.m__pa {
  padding: 0.375rem 0.75rem;
}

.n .container img {
  width: calc(100% - 1.5rem);
  margin: 0.375rem 0.75rem;
  border-radius: 0.375rem;
}

.n .btn.info__menu {
  padding: 0.375rem 1.125rem;
  border-radius: 2rem;
  margin-left: 0.375rem;
}

.n .booking__time,
.n .booking__entity,
.n .booking__min {
  padding: 0.45rem 0;
  margin: 0 0.25rem 0.25rem 0;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: calc(25% - 0.1875rem);
  width: calc(25% - 0.1875rem);
}

.n .booking__time:nth-child(4n + 1),
.n .booking__entity:nth-child(4n + 1),
.n .booking__min:nth-child(4n + 1) {
  margin-right: 0;
}

.n .booking__min:nth-child(4n + 1) {
  margin-right: 0.25rem;
}

.n .booking__min:nth-child(8n + 1) {
  margin-right: 0;
}

.n .booking__time,
.n .booking__entity,
.n .booking__min {
  min-width: 0;
  text-align: center;
}

.n .booking__time span.col-12,
.n .booking__entity span.col-12,
.n .booking__min span.col-12 {
  -ms-align-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.n .title {
  border-style: solid;
  border-color: #ddd;
  border-width: 0 0 1px 0;
  padding: 0.75rem;
  margin-bottom: 0.375rem;
  text-transform: capitalize;
}

.n .footer {
  border-style: solid;
  border-color: #ddd;
  border-width: 1px 0 0 0;
  padding: 0.75rem;
  margin-top: 0.375rem;
}

.n .no__container {
  border: 1px solid #ddd;
  margin: auto;
  border-radius: 0.375rem;
  padding: 0.375rem 0;
}

.n .no__container .no__cotent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit- flex;
  display: -moz- flex;
  display: -ms- flex;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -moz-align-items: center;
  -ms-align-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex: 1;
  -webkit-box-flex: 1;
          flex: 1;
}

.n .no__container.info .right {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

.n .no__container.info .left {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: calc(50% - 0.1875rem);
  margin-right: 0.1875rem;
  text-align: right;
}

.n .no__container.info .left + .right {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: calc(50% - 0.1875rem);
  margin-left: 0.1875rem;
  text-align: left;
}

.n .no__container.info .row + .row {
  padding-top: 0.375rem;
}

.n .no__container .StoreGroup .col-10.ml--7 {
  margin-left: 1.95rem;
}

.n .no__container + .no__container {
  margin: 0.375rem auto auto;
}

.n .no__container + .footer {
  margin-top: 0.75rem;
}

.n .fs--xlg {
  font-size: 3rem;
}

.n .fs--llg {
  font-size: 2rem;
}

.n .fs--lg {
  font-size: 1.75rem;
}

.n .fs--slg {
  font-size: 1.5rem;
}

.n .fs--lmd {
  font-size: 1.25rem;
}

.n .fs--md {
  font-size: 1.125rem;
}

.n .fs--xs {
  font-size: 0.75rem;
}

.n .fs--sm {
  font-size: 0.6rem;
}

.n .m__broder {
  border-style: solid;
  border-width: 0 0 1px 0;
}

.n .m__broder:last-child {
  border-width: 0;
}

.n .row.m__mg.col-12 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: calc(100% - 0.25rem);
}

.n .row.m__mg {
  margin: 0 0.25rem 0.375rem 0;
}

.n .container.result {
  max-width: 768px !important;
}

.n .no__container.list .papa {
  border-style: solid;
  border-color: #ddd;
  border-width: 0 1px 0 0;
}

.n .no__container.list .child {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit- flex;
  display: -moz- flex;
  display: -ms- flex;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.n .no__container.list .child.mix {
  -moz-align-items: flex-st;
  -ms-align-items: flex-st;
  -webkit-box-align: flex-st;
      -ms-flex-align: flex-st;
          align-items: flex-st;
  border-width: 0px;
  border-style: solid;
  border-color: #ddd;
}

.n .no__container.list .child.mix + .mix {
  border-width: 1px 0 0 0;
}

.n .no__container.list .child.date {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 65%;
  flex: 0 0 65%;
  max-width: 65%;
}

.n .no__container.list .child.time {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 35%;
  flex: 0 0 35%;
  max-width: 35%;
}

.n .no__container.list .child.re1, .n .no__container.list .child.re2, .n .no__container.list .child.count {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

.n .no__container.list .child.count {
  border-style: solid;
  border-color: #ddd;
  border-width: 0px;
}

.n .no__container.list .child.count + .count {
  border-width: 1px 0 0 0;
}

.n .no__container.list .child.re1, .n .no__container.list .child.re2 {
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.n .no__container.list .child.re1 i, .n .no__container.list .child.re2 i {
  -webkit-transform: translateY(4px);
          transform: translateY(4px);
}

.n .no__container.list .btn {
  height: 2.25rem;
  margin: 0.375rem;
  margin-bottom: 0;
  width: calc(100% - 0.75rem);
}

.n .no__container.list .btn[class*="orderstat--"] {
  cursor: initial;
}

.n .no__container.list .btn:first-letter {
  text-transform: capitalize;
}

.n .no__container.list--select {
  -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}

.n .no__container.list--select:hover {
  outline: 0;
}

@media only screen and (max-width: 767px) {
  .n .container.form {
    padding: 0.375rem 0.75rem;
  }
  .n .no__container.list .papa {
    border-width: 0;
  }
}

@media (min-width: 768px) {
  .n .booking__time,
  .n .booking__entity,
  .n .booking__min {
    padding: 0.45rem 0;
    margin: 0 0.25rem 0.25rem 0;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 12.5%;
    flex: 0 0 12.5%;
    max-width: calc(12.5% - 0.21875rem);
    width: calc(12.5% - 0.21875rem);
  }
  .n .booking__time:nth-child(4n + 1),
  .n .booking__entity:nth-child(4n + 1),
  .n .booking__min:nth-child(4n + 1) {
    margin-right: 0.25rem;
  }
  .n .booking__time:nth-child(8n + 1),
  .n .booking__entity:nth-child(8n + 1),
  .n .booking__min:nth-child(8n + 1) {
    margin-right: 0;
  }
  .n .booking__min:nth-child(8n + 1) {
    margin-right: 0.25rem;
  }
  .n .booking__min:nth-child(16n + 1) {
    margin-right: 0;
  }
  .n .no__container.list .child.re1, .n .no__container.list .child.re2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    height: 100%;
  }
  .n .no__container.list .child.date, .n .no__container.list .child.time {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .n .no__container.list .child.mix:nth-child(2n) {
    border-width: 1px 0 0 1px;
  }
  .n .no__container.list .child.mix:nth-child(2) {
    border-width: 0 0 0 1px;
  }
  .n .no__container.list .child.mix--3:nth-child(2) {
    border-width: 0 0 1px 1px;
  }
  .n .no__container.list .btn {
    margin: auto;
    width: auto;
  }
}

.togglehour {
  -webkit-transform: translateX(1.5rem);
          transform: translateX(1.5rem);
  margin-left: -1.5rem;
}

.hour--row {
  max-width: 18.75rem;
}

@media screen and (max-width: 374px) {
  html {
    font-size: 15px;
  }
  .n .no__container.info .left {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 55%;
    flex: 0 0 55%;
    max-width: calc(55% - 0.1875rem);
  }
  .n .no__container.info .left + .right {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 45%;
    flex: 0 0 45%;
    max-width: calc(45% - 0.1875rem);
  }
  .n .m__pa,
  .n .container.m__pa {
    padding: 0.375rem 0;
  }
}

.header {
  background-color: transparent;
}

.header img {
  content: url("../../../Content/build/images/qrcode_logo.svg");
}

.header .logo {
  -webkit-mask: url("../../../Content/build/images/qrcode_logo.svg") 0 0/150px 45px;
  mask: url("../../../Content/build/images/qrcode_logo.svg") 0 0/150px 45px;
}

.header .logo.wd {
  background-color: #ed8924;
}

.header.wait img {
  content: url("../../../p/img/qrcode_logo.png");
}

.booking__inforow.form,
.header.is--show {
  background-color: #fff;
  -webkit-box-shadow: 0.01rem 0.01rem 0.35rem rgba(128, 128, 128, 0.5);
  box-shadow: 0.01rem 0.01rem 0.35rem rgba(128, 128, 128, 0.5);
}

.n {
  background-color: #fff;
  background: #fff;
}

.n .c__m {
  color: #045576;
}

.n .c__m.b--1 {
  border: 1px solid #045576;
}

.n .c__m:hover {
  color: #0679a7;
}

.n .bg__m {
  background: #045576;
}

.n .bg__m:hover {
  background: #0679a7;
}

.n .c__s {
  color: #f1f2f3;
}

.n .c__s.b--1 {
  border: 1px solid #f1f2f3;
}

.n .c__s:hover {
  color: white;
}

.n .bg__s {
  background: #f1f2f3;
}

.n .bg__s:hover {
  background: white;
}

.n .c__comp {
  color: #d36135;
}

.n .c__comp.b--1 {
  border: 1px solid #d36135;
}

.n .c__comp:hover {
  color: #dc825f;
}

.n .bg__comp {
  background: #d36135;
}

.n .bg__comp:hover {
  background: #dc825f;
}

.n .csuccess {
  color: #628b48;
}

.n .csuccess.b--1 {
  border: 1px solid #628b48;
}

.n .csuccess:hover {
  color: #7aaa5c;
}

.n .bgsuccess {
  background: #628b48;
}

.n .bgsuccess:hover {
  background: #7aaa5c;
}

.n .cwarning {
  color: #d36135;
}

.n .cwarning.b--1 {
  border: 1px solid #d36135;
}

.n .cwarning:hover {
  color: #dc825f;
}

.n .bgwarning {
  background: #d36135;
}

.n .bgwarning:hover {
  background: #dc825f;
}

.n .cgrand {
  color: #8c5383;
}

.n .cgrand.b--1 {
  border: 1px solid #8c5383;
}

.n .cgrand:hover {
  color: #a76b9e;
}

.n .bggrand {
  background: #8c5383;
}

.n .bggrand:hover {
  background: #a76b9e;
}

.n .btn[class*="bg__"] {
  color: #fff;
}

.n .fix__drop {
  background: transparent;
  color: #323b44;
}

.n input[type="radio"] + label.booking__min,
.n input[type="checkbox"] + label.booking__min {
  border-color: #a8a8a8;
}

.n input[type="radio"]:checked + label.booking__min,
.n input[type="checkbox"]:checked + label.booking__min {
  color: #023145;
  border-color: #045576;
  background-image: linear-gradient(135deg, white 85.9%, #045576 86%);
}

.n .booking__time.is--active,
.n .booking__entity.is--active {
  color: #023145;
  border-color: #045576;
  background-image: linear-gradient(135deg, white 85.9%, #045576 86%);
}

.n .booking__time.is--active:disabled,
.n .booking__entity.is--active:disabled {
  color: #fff;
  background-image: linear-gradient(135deg, #b8b8b6 85.9%, #045576 86%);
}

.n .booking__time.is--seated,
.n .booking__entity.is--seated {
  color: #4a6937;
  border-color: #628b48;
  background-image: linear-gradient(135deg, white 85.9%, #628b48 86%);
}

.n .booking__time.is--seated:disabled,
.n .booking__entity.is--seated:disabled {
  color: #fff;
  background-image: linear-gradient(135deg, #b8b8b6 85.9%, #628b48 86%);
}

.n .booking__time.is--remove,
.n .booking__entity.is--remove {
  color: #af4c26;
  border-color: #d36135;
  background-image: linear-gradient(135deg, white 85.9%, #d36135 86%);
}

.n .booking__time.is--remove:disabled,
.n .booking__entity.is--remove:disabled {
  color: #fff;
  background-image: linear-gradient(135deg, #b8b8b6 85.9%, #d36135 86%);
}

.n .booking__time.is--booking,
.n .booking__entity.is--booking {
  color: #6c4065;
  border-color: #8c5383;
  background-image: linear-gradient(135deg, white 85.9%, #8c5383 86%);
}

.n .booking__time.is--booking:disabled,
.n .booking__entity.is--booking:disabled {
  color: #fff;
  background-image: linear-gradient(135deg, #b8b8b6 85.9%, #8c5383 86%);
}

.n .btnrow {
  background-color: #fff;
}

.n .m__broder {
  border-color: #ddd;
}

.n .no__container.list--select {
  -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}

.n .no__container.list--select:hover {
  border-color: rgba(4, 85, 118, 0.25);
  -webkit-box-shadow: 0 0 0 0.2rem rgba(4, 85, 118, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(4, 85, 118, 0.25);
}

.n .no__container.list--select.is--active {
  background-color: rgba(4, 85, 118, 0.1);
}

body.c__repair {
  background-image: url("../../../Content/build/images/calling__bg--6.png");
  background-repeat: no-repeat;
  /* Do not repeat the image */
  background-size: cover;
}