#onlineCheckForm {
  background: white;
  padding: 10px;
}

form#onlineCheckForm canvas {
  background: white !important;
}

.guestHeader i {
  border-radius: 9999px;
  padding: 9px 17px;
}

.guestread {
  height: fit-content
}

@media (min-width: 768px) and (max-width: 1024px) {
  .guestInputs {
    justify-content: space-between;
  }

  .ewCon {
    width: 48%;
  }

  .oAppHotelContent .basketPInfo {
    justify-content: start;
  }

  .oAppHotelContent .lastContainer {
    justify-content: center;
  }

  .oAppHotelContent .lastContainer>div {
    flex-direction: column;
    width: 100%;
    gap: 8px;
    height: 100%;
    justify-content:center;
  }


  .clearSign {
    padding: 8px 16px;
    border-radius: 12px;
    font-weight: 600;
    font-size: 14px;
  }
}



#OnlineHeading {
  font-weight: 700;
  font-size: 25px;
}

#OnlineHeading>span {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
}

.definitionsItem img {
  width: 50px;
  margin: auto;
  object-fit: cover;
}

.definitionsItem {
  text-align: center;
  border: 1px solid #e3e3e3;
  margin: 10px;
  padding: 10px;
  min-height: 90px;
  cursor: pointer;
}

.onlineAppCreditCardArea {
  padding: 0px 15px;
}

.definitionsItem:hover {
  background: whitesmoke;
}

.definitionsItem i {
  font-size: 40px;
}

.giveScore i {
  cursor: pointer;
}

.taskSubmitArea {
  display: flex;
  gap: 15px;
  align-items: center;
  justify-content: space-between;
}

.taskActions {
  display: flex;
  gap: 15px;
  width: 35%;
}

.taskActions .cbutton {
  padding: 10px;
}

.taskListItem {
  display: flex;
  gap: 15px;
  justify-content: space-between;
  margin: 10px 0;
  border: 1px solid #d2d2d2;
  padding: 10px;
  border-radius: 5px;
}

.taskLabel {
  font-weight: 700;
  font-size: 20px;
}

.taskUpdate {
  width: 20%;
  display: flex;
  gap: 15px;
  align-items: center;
  justify-content: center;
}

.statusBar {
  font-size: 20px;
  text-align: center;
}

.statusBar i {
  color: #fff;
  padding: 5px;
  border-radius: 50%;
  margin: 5px 0;
}

.taskUpdate .cbutton {
  padding: 5px !important;
  height: 30px;
}

input#taskTime {
  width: 240px;
  border: 1px solid #c3c3c3;
  padding: 7px;
  border-radius: 5px;
}

.dateBar {
  display: flex;
  justify-content: space-between;
}

.dateInner {
  display: flex;
  gap: 10px;
  align-items: center;
}

.dayItem {
  font-weight: 700;
  font-size: 35px;
}

.dateDay {
  font-weight: 700;
}

.tableNo {
  font-weight: 500;
  font-size: 20px;
}

.tableItem {
  margin: 5px !important;
}

.success-message {
  display: flex;
  gap: 5px;
  background: whitesmoke;
  padding: 8px;
  font-weight: 700;
  align-items: center;
}

.success-message i {
  background: green;
  color: #fff;
  padding: 5px;
  border-radius: 50px;
}

.restName {
  font-weight: 700;
  white-space: nowrap;
  overflow: hidden;
  width: 100%;
  text-overflow: ellipsis;
}

.activityInfo {
  display: flex;
  gap: 5px;
  align-items: center;
}

.activityInfo>div {
  display: flex;
  flex-direction: column;
  width: 100%;
  overflow: hidden;
}

.activityInfo img {
  width: 65px;
  cursor: pointer;
  object-fit: cover;
}

.activityTable {
  width: 100%;
  overflow: auto;
}

.activityTable table.card td:first-child {
  position: sticky;
  left: 0;
  z-index: 10;
  background: #fff;
  min-width: 250px;
}

.activityTable table.card th:first-child {
  position: sticky;
  left: 0;
  z-index: 10;
  background: #fff;
  min-width: 250px;
}

.historyButtons {
  display: flex;
  align-items: center;
  gap: 20px;
  font-size: 25px;
  justify-content: center;
}

.historyButtons * {
  cursor: pointer;
}

.historyButtons .fa-whatsapp {
  color: green;
}

.disabled {
  background: whitesmoke !important;
  color: #8080805e !important;
  pointer-events: none;
}

.noteArea,
.priceArea {
  margin: 30px 0;
}

#seanceList {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  background-color: white;
  /* margin: 10px; */
  padding: 10px;
}

.seanceItem {
  display: flex;
  align-items: center;
  gap: 5px;
  margin: 5px !important;
}

.seanceItem label {
  padding: 0;
}

.prices {
  display: flex;
  gap: 20px;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
}

.activityButtons {
  display: flex;
  gap: 10px;
  width: 20%;
}

.activityButtons * {
  padding: 8px;
}

.activityServicesItem {
  display: flex;
  align-items: center;
  gap: 15px;
  margin: 10px 0;
}

.activityServicesItem span {
  font-weight: 500;
  margin-top: 20px;
}

.activityServicesItem input {
  width: 65px;
}

.cbutton {
  background: var(--primary);
  width: 100%;
  color: #fff;
  text-align: center;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  cursor: pointer;
  border-radius: 5px;
}

.OnlineItemsArea {
  display: flex;
  gap: 14px;
  text-align: center;
  flex-wrap: wrap;
}

.OnlineItems {
  background: rgb(63, 81, 181);
  color: #fff;
  padding: 10px;
  border-radius: 5px;
  width: 9%;
  cursor: pointer;
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.disabledItem {
  opacity: 0.5;
  pointer-events: none;
}

.OnlineItems * {
  color: #fff;
}

a.OnlineItems i {
  width: 100%;
}

.OnlineItems i {
  font-size: 50px;
}

.itemName {
  font-size: 12px;
  line-height: 16px;
  margin: 8px 0 0 0;
  font-weight: 300;
}

.main.newMain {
  margin-top: 55px !important;
  margin-bottom: 45px;
}

.checkinConLeftSlice {
  margin-top: 50px;
  position: relative;
}

.ersRow {
  margin: 0 auto;
  background: white;
}

.ersRow .ersCon .checkinConHotelInfos {
  width: 100%;
  display: flex;
  border: 1px solid #d8d8d8;
  -webkit-border-radius: 5px;
  -webkit-border-bottom-left-radius: 0;
  -moz-border-radius: 5px;
  -moz-border-radius-bottomleft: 0;
  border-radius: 5px 5px 5px 0;
  box-sizing: border-box;
}

.ersRow .ersCon .checkinConHotelInfos .checkinConImg {
  width: 30%;
  float: left;
}

.ersRow .ersCon .checkinConHotelInfos .checkinConImg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.ersRow .ersCon .checkinConHotelInfos .checkinHotelInfoCon {
  width: 35%;
  float: left;
  color: #333;
  line-height: 26px;
  font-size: 14px;
  position: relative;
  padding-bottom: 10px;
}

.ersRow .ersCon .checkinConHotelInfos .checkinHotelCheckinInfoCon {
  width: 30%;
  float: left;
  color: #333;
  line-height: 26px;
  font-size: 14px;
  height: 100%;
  display: flex;
  position: relative;
}

.ersRow .ersCon .checkinConHotelInfos .checkinHotelResInfoCon {
  width: 35%;
  float: left;
}

.ersRow .ersCon .checkinConHotelInfos .checkinHotelResInfoCon .checkinHotelResInfo {
  width: 95%;
  display: inline-block;
  font-size: 14px;
  color: #333;
  line-height: 26px;
  margin-top: 10px;
  margin-left: 5%;
}

.ersRow .ersCon .checkinConHotelInfos .checkinHotelInfoCon .checkinHotelText {
  width: 92%;
  margin-left: 8%;
  margin-top: 10px;
}

.ersRow .ersCon .checkinConHotelInfos .checkinHotelCheckinInfoCon .hotelCheckinLeftCon .hotelCheckinContent {
  width: 100%;
  margin-top: 10px;
}

.ersRow .ersCon .checkinConHotelInfos .checkinHotelCheckinInfoCon .hotelCheckinRightCon .hotelCheckinPerson {
  width: 100%;
  display: inline-block;
  margin-top: 10px;
}

.ersRow .ersCon .checkinConHotelInfos .checkinHotelCheckinInfoCon .hotelCheckinRightCon {
  width: 35%;
  float: right;
}

.ersRow .ersCon .checkinConHotelInfos .checkinHotelInfoCon {
  width: 35%;
  float: left;
  color: #333;
  line-height: 26px;
  font-size: 14px;
  position: relative;
  padding-bottom: 10px;
}

.ersRow .ersCon .checkinConHotelInfos .checkinHotelInfoCon .checkinHotelText .checkinHotelContent {
  width: 100%;
  display: inline-block;
  font-weight: 600;
}

.ersRow .ersCon .checkinConHotelInfos .checkinHotelInfoCon :after,
.checkinHotelCheckinInfoCon:after {
  content: ' ';
  width: 1px;
  height: 80%;
  background-color: #d8d8d8;
  position: absolute;
  right: 10px;
  top: 20px;
}

.Deposit .checkinHotelInfoCon :after,
.Deposit .checkinHotelCheckinInfoCon:after {
  height: 150px !important;
}

.Deposit .checkinHotelCheckinInfoCon {
  width: 100% !important;
}

.ersRow .ersCon .checkinConHotelInfos .checkinHotelResInfoCon .checkinHotelResInfo .checkinResNob {
  font-weight: 700;
  font-size: 18px;
}

.ersRow .ersCon .checkinConHotelInfos .checkinHotelCheckinInfoCon .hotelCheckinLeftCon .hotelCheckinContent .checkinHotelContent {
  width: 100%;
  display: inline-block;
  font-weight: 600;
}

.ersRow .ersCon .checkinConHotelInfos .checkinHotelCheckinInfoCon .hotelCheckinRightCon .hotelCheckinPerson .checkinHotelContent {
  width: 100%;
  display: inline-block;
  font-weight: 600;
}

.guestReader {
  display: flex;
  gap: 10px;
}

.guestread {
  width: 50%;
  background: whitesmoke;
}

.guestArea {
  cursor: pointer;
  width: 100%;
}

.guestHeader {
  border-bottom: 3px solid gold;
  padding: 10px;
  margin: 10px 0;
  font-size: 25px;
  font-weight: 700;
}

.guestHeader i {
  background: gold;
  padding: 10px;
  color: #fff;
  border-radius: 50%;
  padding: 9px 14px;
  margin-right: 10px;
}

.toggleIcon {
  background: none !important;
  color: inherit !important;
}

.guestInputs {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  margin: 15px 0;
}

.signature {
  width: 100%;
  border: 1px solid #cbcbcb;
  height: 110px;
}

.signAreaSection {
  display: flex;
  width: 100%;
  margin-top: 20px;
}

.signArea {
  position: relative;
  width: 40%;
  margin: 20px 0;
}

.signArea label {
  position: absolute;
  left: 20px;
  background: #fff;
  top: -18px;
  padding: 5px;
  font-size: 16px;
}

.signAgreement {
  width: 60%;
}

.uploadButton {
  display: inline-block;
  background-color: indigo;
  color: #fff;
  padding: 0.5rem;
  font-family: sans-serif;
  border-radius: 0.3rem;
  cursor: pointer;
  margin-top: 1rem;
}

.checkboxInput label.error {
  display: none !important;
}

.scannerButton {
  width: 100%;
  border-radius: 0;
  margin: 2px 0;
  text-align: center;
  background: #26a514;
  border: none;
  color: #fff;
  font-size: 15px;
  font-weight: 600;
  padding: 5px;
  cursor: pointer;
}

.checkIn {
  font-size: 25px;
  display: block;
  height: 75px;
  color: #fff;
  display: flex;
  align-items: center;
  padding: 10px 20px;
  cursor: pointer;
}

.guestItem label {
  width: fit-content;
}

.guestItem select {
  width: 100%;
  height: 35px;
  border: 1px solid #ccc;
  border-radius: 5px;
}

.clearButton {
  width: 100%;
  border: none;
  border-radius: 0;
  background: red;
  margin-top: 15px;
  padding: 5px;
  text-align: center;
  color: #fff;
  font-weight: 700;
  cursor: pointer;
}





@media (min-width:721px) and (max-width:920px) {
  .OnlineItems {
    width: 18%;
  }
}

@media (max-width: 720px) {
  .activityButtons {
    width: 100%;
  }

  .guestItem {
    width: 100%;
  }

  .taskSubmitArea {
    flex-wrap: wrap;
  }

  .taskSubmitArea>* {
    width: 100% !important;
  }

  .catalogItem img {
    max-height: 120px !important;
  }

  .OnlineItems {
    width: 30%;
  }

  .guestReader {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
  }

  .guestread {
    width: 100% !important;
  }

  .signArea,
  .signAgreement {
    width: 100%;
  }

  .signAreaSection {
    flex-wrap: wrap;
  }

  .clearSign {
    bottom: 3px;
  }
}

@media (max-width: 959.99px) {
  .ersRow .ersCon .checkinConHotelInfos {
    display: inline-block;
  }

  .checkinConImg {
    display: none;
  }

  .ersRow .ersCon .checkinConHotelInfos .checkinHotelInfoCon,
  .ersRow .ersCon .checkinConHotelInfos .checkinHotelResInfoCon,
  .ersRow .ersCon .checkinConHotelInfos .checkinHotelCheckinInfoCon {
    width: 100%;
  }

  .hotelCheckinContent {
    margin-left: 8%;
  }
}

.clearSign {
  position: absolute;
  background: whitesmoke;
  padding: 8px;
  bottom: 16px;
  right: 2px;
  cursor: pointer;
}

span.agrements {
  text-decoration: underline;
  line-height: 25px;
  font-size: 16px;
  cursor: pointer;
}

.checkboxInput {
  display: grid;
  align-items: center;
  gap: 12px;
  margin: 10px 0;
  grid-template-columns: auto auto;
  justify-content: flex-start;
}

.checkboxInput input {
  width: 24px;
  height: 24px;
}

.checkboxInput.error {
  color: red;
}

.noCheckIn {
  text-align: center;
  font-size: 18px;
  background: whitesmoke;
  width: fit-content;
  margin: auto;
  padding: 10px;
}

.catalogTitle {
  background: #f5f5f5;
  text-align: center;
  padding: 10px 5px;
  margin-top: 10px;
}

.dirty>label {
  text-decoration: line-through;
}

span.questionOrder {
  background: var(--primary);
  color: #fff;
  width: 20px;
  display: inline-block;
  text-align: center;
  border-radius: 50%;
}

.question-container {
  margin: 10px 0;
}

.smile {
  direction: rtl;
}


.stars {
  margin: 10px 0;
}

.surveyStar {
  border-radius: 5px !important;
}

.chooseArea i {
  font-size: 46px;
  margin: 15px 9px;
  padding: 7px;
  box-shadow: 1px 1px 8px gray;
  border-radius: 50%;
  cursor: pointer;
}

.btn-container {
  margin: 10px 0;
  display: flex;
  justify-content: flex-end;
  gap: 15px;
}

.btn-container button {
  border-radius: 5px;
}

.chooseArea .selected {
  background: var(--primary) !important;
  color: #fff;
}

.chooseArea .starSelected {
  background: #ffc904 !important;
  color: white !important;
}

.chooseButtonArea {
  display: flex;
  align-items: center;
  width: fit-content;
  gap: 20px;
  margin: 10px 0;
}

.chooseButtonArea .cbutton {
  padding: 10px 20px;
  background: #fff;
  color: #000;
  border: 1px solid #ababab;
}

.wakeUpListItem {
  text-align: center;
  font-size: 16px;
}

.wakeUpListItem .cbutton {
  width: fit-content;
  padding: 0 28px;
  margin: 10px auto;
  background: gold;
  color: #000;
}

.wakeUpStatus {
  color: red;
}

.payinfo {
  margin: 10px;
}

.paymentStartButton {
  background: var(--primary);
  color: #fff;
  text-align: center;
  width: fit-content;
  padding: 5px;
  margin: 10px auto;
  cursor: pointer;
}

select#findvoucherSelect {
    border: 1px solid #d5d5d5;
    padding: 5px;
    background: whitesmoke;
    margin: 5px 0;
}

.fItem label {
    margin: 5px 0;
    padding: 4px;
}



.fItem {
  margin: 10px;
}

.fItem .cbutton {
  display: flex;
  gap: 6px;
  font-size: 18px;
}

.medicalItem {
  padding-right: 20px;
  margin: 5px 0;
}

.medicalItem textarea {
  height: 60px;
}

.transferItem {
  margin: 10px 10px 0 0;
}

.transferItem textarea {
  height: 60px;
  margin-bottom: 25px;
}

.seatItemArea {
  display: flex;
  gap: 15px;
  align-items: center;
}

.commentItem {
  margin: 10px 0;
}

.reviewName {
  text-align: center;
  background: gray;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
}

.agencyLoginButton {
  visibility: hidden;
}

.catalogItem img {
  max-height: 250px;
  margin: auto;
}

.warningContent {
  background-color: #f44336;
  color: #fff;
  display: flex;
  padding: 10px;
  align-items: center;
  gap: 10px;
  display: none;
}

#activityTotalPrice {
  font-size: 25px;
  font-weight: 700;
}

#dailyMenu .lb-content {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}

#dailyMenu .dailyMenu {
  width: 22%;
}

.activityInfoTwo {
  display: flex;
  justify-content: flex-end;
  gap: 10px;
  font-size: 15px;
}

.rest {
  align-items: center;
  justify-content: space-between;
  display: flex;
  margin: 10px 0;
}

.activity-date-column {
  display: flex;
  padding: 4px;
}

.activity-date-column .day {
  line-height: 20px;
  font-size: 24px;
  font-weight: 500;
  margin-right: 5px;
}

.activity-date-column .month-container .day-str {
  line-height: 8px;
  font-size: 11px;
}

.activity-date-column .month-container.month-year {
  font-weight: 500;
  font-size: 14px;
}

.month-container {
  text-align: left;
}

.guestItem.allergyArea {
  width: 100%;
}

.allergyAreaItems {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin: 20px 8px;
  align-items: center;
}

.allergyItem {
  width: 32%;
}

.tableChooseButton {
  padding: 5px;
}

.tableGroupLabel {
  background: var(--primary);
  color: #fff;
  padding: 5px;
  min-width: 300px;
  text-align: center;
  border-radius: 5px !important;
  width: fit-content;
  margin: auto;
}

.NoteArea {
  padding: 16px;
  background: #e9b556;
  margin: 10px;
  width: 100%;
  color: #000;
  font-size: 14px;
}

.NoteArea i {
  background: #000;
  padding: 6px 10px 6px 10px;
  color: #e9b556;
  font-weight: 700;
  border-radius: 50%;
  margin-right: 6px;
}

.surveyChooseArea {
  display: flex;
  gap: 12px;
  margin: 15px 0;
  flex-wrap: wrap;
}

.surveyGrupHead {
  font-size: 20px;
  font-weight: 700;
  border-bottom: 1px solid #d3d3d3;
}

.surveyGrup {
  background: #ffffff;
  padding: 10px;
  border: 1px solid #cfcfcf;
  margin: 10px 0;
  border-radius: 5px;
}

.surveyItem {
  padding: 15px;
}

.surveyHead {
  font-size: 30px;
  font-weight: 600;
}

.surveyHeading {
  font-size: 18px;
}

.surveyHedadingText {
  color: gray;
}

.checkItem label {
  padding: 0;
}

.checkItem input {
  width: 20px !important;
  height: 20px !important;
}

.Founderror {
  font-size: 20px;
  text-align: center;
  border: 1px solid red;
  padding: 10px;
}

.signature .jSignature {
  height: 100% !important;
}

#CheckInComponent .card {
  background-color: white;
  margin: 10px 0;
  box-shadow: 0 3px 3px -2px #0003, 0 3px 4px #00000024, 0 1px 8px #0000001f;
}

.tableGroup.card {
  width: 100%;
}

/*Kiosk Css */

.kioskLangs {
    display: flex;
    padding: 5px;
    gap: 15px;
    justify-content: center;
        flex-wrap: wrap;
}

.kioskLangs .item {
    background: white;
    padding: 5px;
    border: 1px solid gray;
    border-radius: 5px;
    cursor: pointer;
    min-width: 100px;
    text-align: center;
}

.kioskLangs .item.active {
    background: #26a514;
    color: white;
}

.kioskHotelName {
    background: white;
    padding: 5px;
    text-align: center;
    width: fit-content;
    min-width: 300px;
    margin: 15px auto;
    border: 1px solid #beb3b3;
    border-radius: 5px;
    font-weight: 700;
    padding: 15px;
    font-size: 32px;
}

.kioskInput {
  margin: 10px 0;
}


.KioskLoginArea {
  max-width: 720px;
  margin: auto;
}

.KioskLoginArea .card {
  border-radius: 15px;
  padding: 25px;
}

.selectedKiosk {
    margin: 10px 0;
    padding: 5px;
    width: fit-content;
    border-radius: 5px;
    color: var(--primary);
    font-size: 15px;
    margin: auto;
}

.kiosk-option {
  font-size: 20px;
  line-height: 25px;
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 15px 0;
}

.kiosk-option input {
  width: 25px;
  height: 25px;
}

.onlineChekinFormClose {
  display: flex;
  justify-content: space-between;
}

.onlineChekinFormClose i {
  font-size: 30px;
  margin: 10px;
  cursor: pointer;
}


/*Kiosk Css End */