.rd-page-deatil {
  display: flex;
  padding: 0px;
  background-color: #f7f7f7;
  align-items: flex-start;
}

.rd-left-detail {
  max-height: calc(100vh - 182px);
  overflow: auto;
}

.rd-left-detail,
.rd-right-block {
  flex: 0 0 20%;
  max-width: 20%;
  position: sticky;
  top: 182px;
}

.rd-right-block {
  overflow: auto;
  padding-bottom: 30px;
}

.rd-mid-block {
  flex: 0 0 60%;
  max-width: 60%;
  padding: 26px 26px;
  background-color: #fff;
  align-self: stretch;
}

.rd-v-card {
  color: #000;
  padding: 30px 20px;
  background: #fff;
  box-shadow: 0px 3px 6px #00000029;
  position: relative;
  display: flex;
  align-items: center;
  cursor: pointer;
  justify-content: space-between;
}

.rd-user-fig img {
  width: 42px;
  height: 42px;
  object-fit: cover;
  display: block;
  border-radius: 80px;
}

.rd-user-contact-info {
  padding-left: 20px;
}

.rd-user-contact-info h4 {
  color: #000000;
  font-size: 22px;
  margin-bottom: 2px;
}

.rd-user-contact-info ul {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
}

.rd-user-contact-info ul li {
  font-size: 10px;
  letter-spacing: 0.2px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.rd-user-contact-info ul li i.cs-icon {
  font-size: 16px;
}

.accordian-detail-show {
  display: none;
}

.head-acc-rd {
  display: flex;
  align-items: center;
  padding: 20px 0px;
  border-bottom: 1px solid #d7d7d7;
  justify-content: space-between;
  cursor: pointer;
}

.head-acc-rd .left-acc {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 12px;
}

.left-acc h5 {
  font-weight: 400;
  font-size: 12px;
}

.right-acc-arrow {
  display: inline-flex;
  align-items: center;
}

.right-acc-arrow span.rd-badge {
  min-width: 22px;
  height: 16px;
  top: -5px;
  left: 10px;
  font-size: 10px;
  box-shadow: none;
  border: none;
  text-align: center;
  color: #fff;
  line-height: 16px;
  padding: 1px 2px;
  background: #000000;
  border-radius: 7px;
  display: inline-block;
  font-weight: 700;
}

.right-acc-arrow .icon-arrow-right-page {
  font-size: 22px;
  color: black;
}

.rd-accordian-items.show .accordian-detail-show {
  display: block;
}

.accordian-detail-show li {
  display: flex;
  align-items: center;
  padding: 10px 12px;
  margin: 10px 0;
  border-radius: 10px;
  justify-content: space-between;
  cursor: pointer;
}

.accordian-detail-show li label,
.accordian-detail-show li span {
  flex: 0 0 33.3%;
  font-size: 10px;
  cursor: pointer;
}

.accordian-detail-show li label {
  color: #000000;
}

.accordian-detail-show li span {
  color: #9c9d9e;
  text-align: right;
}

.accordian-detail-show li.active {
  background-color: #000000;
  box-shadow: 0px 4px 10px #4041430d;
}

.accordian-detail-show li.active label {
  font-weight: 700;
}

.accordian-detail-show li.active label,
.accordian-detail-show li.active span {
  color: #ffffff;
}

.rd-accordian-items.show .head-acc-rd h5 {
  font-weight: 700;
}

.head-acc-rd .left-acc i.cs-icon {
  font-size: 20px;
}

/* .rd-accordian-items.show .right-acc-arrow span.rd-badge {
  background-color: #05d272;
} */

.rd-accordian-items.show .right-acc-arrow .icon-arrow-right-page {
  transform: rotate(90deg);
}

.accordian-record-block {
  padding-top: 30px;
  padding-left: 20px;
  padding-right: 20px;
}

.rd-date-filter {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 20px;
  border-bottom: 1px solid #c4c4c4;
}

.rd-date-filter .rd-id {
  display: inline-flex;
  flex-direction: column;
  font-size: 16px;
}

.rd-date-filter .rd-id label {
  font-size: 25px;
  font-weight: 700;
  padding-top: 4px;
}

.rd-date-filter .devider-date {
  font-size: 23px;
  margin: 0 20px;
}

.rd-date-filter-card {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.passanger-info-card {
  display: grid;
  grid-template-columns: repeat(3, 3fr);
  gap: 30px;
  padding: 20px 0;
  border-bottom: 1px solid #c4c4c4;
}

.rd-complete-info {
  padding-top: 20px;
}

.rd-complete-info .cs-row {
  row-gap: 20px;
}

.rd-complete-info label {
  display: block;
  font-size: 10px;
  margin: 0 0 8px 0;
  color: #404143;
}

.rd-field-info {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: calc(100% - 162px);
  padding: 0 0 0 50px;
  align-items: center;
  display: flex;
  font-size: 12px;
  position: relative;
  background-color: #f8f8f8;
  border-radius: 10px;
  width: 100%;
  height: 40px;
  cursor: pointer;
}

.rd-field-info i.cs-icon {
  position: absolute;
  left: 0;
  top: 0;
  width: 40px;
  height: 100%;
  background-color: #ebebeb;
  border-radius: 9px 0 0 9px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
}

.rd-grid-add {
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: space-between;
}

.rd-card-select {
  width: 100%;
}

.silent-text {
  margin-left: auto;
  padding-right: 20px;
  opacity: 0.7;
}

.rd-date-update {
  display: inline-flex;
  align-items: center;
  gap: 30px;
}

.rd-date-update .rd-date-filter-card {
  gap: 30px;
  cursor: pointer;
}

button.edit-date-calender {
  width: 36px;
  height: 36px;
  background-color: #f5f5f5;
  border-radius: 9px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  cursor: pointer;
  transition: all 0.4s ease;
}

button.edit-date-calender:hover {
  background-color: #000000;
  color: #ffffff;
}

.head-change-date {
  text-align: center;
  padding-top: 40px;
  padding-bottom: 26px;
}

.head-change-date h3 {
  font-weight: 400;
  font-size: 18px;
}

.action-update-date {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  padding-top: 25px;
}

.action-update-date button.simple-btn {
  padding: 2px 0 10px 0;
  color: #000;
}

.action-update-date button {
  cursor: pointer;
}

.rd-pass-card {
  height: 40px;
  background: #ffffff;
  box-shadow: 0px 4px 10px #4041430d;
  border-radius: 9px;
  display: flex;
  align-items: center;
  padding: 0 20px;
  justify-content: space-between;
  cursor: pointer;
  transition: all 0.4s ease;
}

.rd-pass-card:hover {
  box-shadow: 0px 4px 10px #40414336;
}

.rd-pass-card label {
  color: #000000;
  font-size: 12px;
}

.rd-pass-card span {
  color: #000000;
  font-size: 12px;
  display: inline-flex;
  font-weight: 700;
  align-items: center;
}

.rd-pass-card .cs-icon {
  font-size: 16px;
  margin-left: 6px;
}

.rd-complete-info button.btn.btn-gray.btn-book {
  min-width: 150px;
  text-align: center;
  background-color: #9e9fa0;
  color: #fff;
  padding-left: 10px;
  padding-right: 10px;
}

.rd-complete-info button.btn.btn-gray.btn-book:hover {
  background-color: #000000;
}

.rd-complete-info label span {
  margin-left: 12px;
  opacity: 0.5;
}

.rd-selected-room-rates {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 4px 20px 4px 0px;
}

.rd-left-selected span {
  display: block;
  color: #000000;
  font-size: 12px;
  margin-bottom: 2px;
}

.rd-left-selected strong {
  display: block;
  color: #000000;
  font-size: 10px;
}

.rd-right-selected {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.rd-right-selected span {
  color: #000000;
  font-size: 12px;
  font-weight: 700;
}

.rd-right-selected label {
  margin: 0;
  color: #000000;
  font-size: 18px;
  font-weight: 700;
}

.rd-field-info .MuiInputBase-input {
  height: 40px !important;
}

.rd-card-select fieldset {
  border: none !important;
}

.rd-card-select .MuiSelect-select:before,
.rd-card-select .MuiAutocomplete-inputRoot:before {
  content: "";
  position: absolute;
  right: 17px;
  top: 0;
  width: 6px;
  height: 6px;
  border-left: 2px solid;
  border-bottom: 2px solid;
  transform: rotate(-45deg);
  color: #000;
  border-radius: 1px;
  bottom: 6px;
  margin: auto;
  pointer-events: none;
}

.rd-card-select .MuiSelect-select ~ .MuiSelect-icon,
.rd-card-select .MuiAutocomplete-inputRoot .MuiSvgIcon-root {
  opacity: 0;
}

.additional-info-block {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.additional-info-block .card {
  padding: 0 15px;
}

.additional-info-block .rd-field-info i.cs-icon {
  background: transparent;
}

.additional-info-block .rd-field-info {
  background-color: transparent;
  height: 60px;
}

.disable-control-title .rd-field-info {
  padding-left: 15px;
}

.rd-complete-info button.btn {
  text-transform: inherit;
}

.rd-top-info {
  display: grid;
  grid-gap: 9px;
  gap: 9px;
  align-items: center;
  margin-bottom: 18px;
  grid-template-columns: repeat(3, 1fr);
  justify-content: center;
}

.rd-top-info button {
  min-width: 77px;
  height: 40px;
  background: #ffffff;
  border-radius: 9px;
  font-size: 10px;
  padding: 0 8px;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  justify-content: center;
  transition: all 0.4s ease;
  cursor: pointer;
}

.rd-top-info button:hover {
  box-shadow: 0px 4px 10px #4041430d;
}

.rd-top-info button .icon-down-arrow {
  font-size: 5px;
  transform: rotate(-90deg);
}

.rd-top-info button.btn-time {
  color: #03cc67;
}

.rd-right-block {
  padding-top: 10px;
  padding-left: 12px;
  padding-right: 12px;
  display: inline-flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: calc(100vh - 236px);
}

.cancel-reservation {
  position: sticky;
  bottom: 0;
}

.status-reservation-card {
  margin-bottom: 20px;
  /* border: 1px dashed #03cc67; */
  border-radius: 12px;
  /* padding: 7px; */
  background-color: #9e9fa017;
}

.status-reservation-card label {
  width: 100%;
  text-align: center;
  display: block;
  font-size: 20px;
  font-weight: 500;
  cursor: pointer;
}

button.btn.btn-checkin {
  width: 100%;
  background: #03cc67;
  border: none;
  color: #fff;
  font-size: 12px;
  font-weight: 400;
  text-transform: inherit;
  letter-spacing: 0.28px;
  transition: all 0.4s ease;
  flex-wrap: wrap;
  height: auto;
  padding: 10px 0;
  min-height: 52px;
}

button.btn.btn-checkin:hover {
  background: #01a452;
}

.rd-nav-right li {
  cursor: pointer;
  height: 40px;
  background: #ffffff;
  box-shadow: 0px 4px 10px #4041430d;
  border-radius: 9px;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 0 20px;
  font-size: 10px;
  color: #404143;
  transition: all 0.3s ease;
}

.rd-nav-right li:hover {
  background-color: #000000;
  color: #ffffff;
}

.rd-nav-right li i.cs-icon {
  font-size: 14px;
  width: 14px;
  text-align: center;
}

.cancel-reservation button.btn.pink-btn {
  width: 100%;
  background: #fff;
  border: none;
  height: 40px;
  color: #f56060;
  box-shadow: 0px 4px 10px #4041430d;
  font-size: 10px;
  font-weight: 600;
  transition: all 0.4s ease;
}

.cancel-reservation button.btn.pink-btn:hover {
  background-color: #f56060;
  color: #ffffff;
}

.cs-commmon-dialogue-content.popup-content.modal-inner-component
  .MuiPaper-root {
  max-width: 1190px;
}

.modal-inner-component .head-new-Modal {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-right: 50px;
  padding-left: 0;
}

.srp-addOns-block .right-head-modal {
  gap: 30px;
  display: inline-flex;
}

.head-new-Modal .srp-edit-btn.filled {
  font-size: 12px;
  text-align: center;
  justify-content: center;
  text-transform: inherit;
  font-weight: 600;
  min-width: 154px;
}

.rd-head-detail {
  position: relative;
  z-index: 2;
}

.collapse-head-user {
  height: 20px;
  background: #ffffff;
  box-shadow: 0px 3px 6px #00000029;
  border-radius: 6px;
  width: 38px;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  bottom: -11px;
  z-index: -1;
  cursor: pointer;
}

.go-back {
  padding: 8px 30px 2px;
  background-color: #f8f8f8;
  position: relative;
  z-index: 3;
}

button.move-back-link {
  display: inline-flex;
  align-items: center;
  height: 40px;
  font-size: 12px;
  cursor: pointer;
}

.move-back-link i.cs-icon {
  transform: rotate(90deg);
  margin-right: 12px;
  position: relative;
  top: 0px;
}

.rd-head-detail .rd-user-info-block {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 2;
}

.rd-head-detail .rd-user-info-block .addGuest-block {
  overflow: auto;
  max-height: calc(100vh - 180px);
  background-color: #fff;
  min-height: 250px;
  position: inherit;
}

.rd-head-detail .rd-v-card {
  box-shadow: none;
}

.rd-head-detail {
  box-shadow: 0px 3px 6px #00000029;
  position: sticky;
  top: var(--headheight);
}

.dropshow-userinfo {
  position: fixed;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  z-index: -1;
}

.rd-head-detail .tab-head-btns {
  top: -10px;
}

/* .rd-head-detail .tab-head-btns ul{
  padding-top: 0px;
} */

/* .rd-page-deatil:after {
    content: "";
    height: 20px;
    background: #ffffff;
    box-shadow: 0px 3px 6px #00000029;
    border-radius: 6px;
    width: 38px;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom: -11px;
    z-index: -1;
    cursor: pointer;
} */

.rd-user-info-block .tab-ui-nw {
  padding-top: 0;
  margin-top: -30px;
}

.modal-inner-component .srp-addOns-block {
  border: none;
  padding: 0;
}

.modal-inner-component .srp-select-room {
  padding: 0;
}

.card.rooms-and-rates-content.selected,
.best-rate-items-block.selected {
  /* width: 30px; */
  box-shadow: 0px 6px 20px #80828529;
  border: 2px solid #404143;
}

.best-available-rate-item i.cs-icon.icon-check,
.pos-search-result .guest-search-item i.cs-icon.icon-check {
  width: 30px;
  height: 30px;
  position: absolute;
  right: -10px;
  top: -10px;
  border: 2px solid;
  border-radius: 30px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  background-color: #fbfafb;
  transition: all 0.4s ease;
  transform: scale(0.5);
  opacity: 0;
  visibility: hidden;
}

.update-rooms-modal .selected .best-available-rate-item {
  position: relative;
}

.best-rate-items-block
  .selected
  .best-available-rate-item
  i.cs-icon.icon-check {
  visibility: visible;
  opacity: 1;
  transform: scale(1);
}

.edit-date-head {
  text-align: center;
  padding-bottom: 20px;
  padding-top: 28px;
}

.edit-date-head h2 {
  font-size: 14px;
  font-weight: 500;
}

.cs-commmon-dialogue-content.popup-content.modal-inner-component.modal-change-dates
  .MuiPaper-root {
  max-width: 800px;
}

.modal-card-notes {
  padding: 0 26px 30px;
}

.items-notes {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #d7d7d7;
  padding: 10px 0;
}

.items-notes:last-child {
  border-bottom: none;
}

.items-notes .left-user-info {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  flex: 0 0 calc(100% - 140px);
}

.items-notes .left-user-info img {
  width: 30px;
  height: 30px;
  object-fit: cover;
  border-radius: 50px;
}

.notes-user-info h4 {
  font-size: 14px;
  margin-bottom: 2px;
}

.notes-user-info h4 span {
  padding: 0;
  font-size: 10px;
  font-weight: 400;
  color: #6e6e6e;
  vertical-align: middle;
  margin-left: 10px;
}

.notes-user-info p {
  font-size: 12px;
  line-height: 1.6;
}

.modal-card-notes .form-control .MuiFormControl-root textarea {
  height: 80px !important;
}

.notes-items {
  padding-bottom: 15px;
  /* max-height: calc(100vh - 560px); */
  overflow: auto;
  /* min-height: 220px; */
}

.notes-items:empty {
  display: none;
}

.notes-modal-ui form {
  padding-top: 0;
}

.action-notes-modal {
  display: flex;
  align-items: center;
  gap: 20px;
}

.payment-method-item .form-control.cs-radio-buttons > label {
  display: none;
}

.payment-method-item .form-control.cs-radio-buttons {
  top: 0;
  margin-bottom: 4px;
}

.payment-method-item .contact-payment {
  margin-bottom: 18px;
}

.payment-method-item {
  padding-bottom: 15px;
}

.deposit-summery .rate-item-cell.discription-right-rate {
  flex: 0 0 100%;
  padding-top: 28px;
}

.deposit-summery table {
  width: 100%;
}

.deposit-summery thead {
  padding: 10px 10px;
  background-color: #f7f7f7;
}

.deposit-summery td.col-grid-rate,
.deposit-summery th.col-grid-rate {
  padding: 8px 10px;
  font-weight: 400;
}

.deposit-summery tbody tr:last-child td.col-grid-rate {
  font-weight: 600;
}

.cs-commmon-dialogue-content.popup-content .deposit-summery .header {
  margin: 0;
}

.wallet-page h4 {
  font-size: 14px;
  margin-bottom: 18px;
}

.wallet-page .default-payment-contact {
  max-width: 460px;
  position: relative;
  border: 2px solid transparent;
}

.card--item {
  display: flex;
  margin: 0 0 18px 0;
  gap: 14px;
}

.wallet-page .default-payment-contact.selected {
  box-shadow: 0px 6px 20px #80828529;
  border: 2px solid #404143;
}

.wallet-page .default-payment-contact i.cs-icon.icon-check {
  width: 24px;
  height: 24px;
  position: absolute;
  right: -8px;
  top: -13px;
  border: 2px solid;
  border-radius: 30px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  background-color: #fbfafb;
  transition: all 0.4s ease;
  transform: scale(0.5);
  opacity: 0;
  visibility: hidden;
}

.wallet-page .default-payment-contact.selected i.cs-icon.icon-check {
  visibility: visible;
  opacity: 1;
  transform: scale(1);
}

.wallet-page .card--item {
  flex-direction: column;
  max-width: 460px;
  row-gap: 5px;
}

.add-new-card-block object {
  width: 100%;
  height: 390px;
  display: inline-block;
}

.default-payment-contact,
.default-payment-contact * {
  cursor: pointer;
}

.action-card-wallet {
  display: flex;
  justify-content: center;
  padding: 0 10px 20px;
  gap: 10px;
  font-size: 12px;
  max-height: 0;
  overflow: hidden;
  padding-top: 0;
  padding-bottom: 0;
  transition: all 0.4s ease;
}

.action-card-wallet a {
  display: inline-flex;
  gap: 7px;
  padding: 10px;
  cursor: pointer;
  transition: all 0.4s ease;
  white-space: nowrap;
}

.action-card-wallet a:hover {
  color: #000000;
  font-weight: 700;
}

.action-card-wallet a i.cs-icon {
  font-size: 14px;
}

.wallet-page .card--item.active .action-card-wallet {
  max-height: 150px;
  padding-top: 3px;
  padding-bottom: 8px;
}

.remove-action {
  display: inline-flex;
  align-items: center;
  grid-gap: 10px;
  gap: 10px;
  color: #000;
  transition: all 0.6s ease;
  width: 0;
  overflow: hidden;
  height: 34px;
  white-space: nowrap;
  opacity: 0;
  visibility: hidden;
}

.remove-action .remove-btns {
  height: 25px;
  width: auto;
  padding: 0 8px;
  font-size: 11px;
  color: #000;
  background: #f7f7f7;
  min-width: 42px;
  border-radius: 5px;
  cursor: pointer;
  transition: all 0.4s ease;
}

.remove-action .remove-btns:hover {
  background-color: #000;
  color: #ffffff;
}

.remove-alert a:not(.remove) {
  width: 0;
  overflow: hidden;
  padding-left: 0;
  padding-right: 0;
  height: 0;
}

.action-card-wallet.remove-alert .remove-action {
  width: 210px;
  height: 34px;
  visibility: visible;
  opacity: 1;
}

.wallet-page {
  max-width: 1280px;
}

.card-grid {
  display: flex;
  gap: 20px;
}

.col-card-cell button {
  display: flex;
  align-items: center;
  border: 1px solid #000;
  padding: 14px 10px 14px 30px;
  border-radius: 9px;
  gap: 8px;
  width: 100%;
  font-size: 14px;
  font-weight: 500;
  min-height: 72px;
}

.col-card-cell button i.cs-icon.icon-plus {
  margin-bottom: 0;
  margin-right: 12px;
}

.col-card-cell img {
  width: 110px;
}

.card-grid .col-card-cell {
  width: 50%;
}

.col-card-cell button i.cs-icon.icon-plus {
  font-size: 28px;
  width: 38px;
  display: inline-flex;
  height: 38px;
  justify-content: center;
  align-items: center;
  border-radius: 90px;
  background-color: var(--pri);
  margin-bottom: 0;
  position: relative;
  box-shadow: 0 0 0px 7px rgba(var(--pri-rgb), 0.1);
  color: #fff;
}

.remove-alert a.remove {
  font-weight: 700;
  color: #000;
}

.addCredit-add {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 38px 40px 30px 40px;
  border: 1px dashed #d9d9d9;
  max-width: 350px;
  margin: 0 auto;
  border-radius: 5px;
  cursor: pointer;
  transition: all 0.4s ease;
}

.addCredit-add:hover {
  border-color: #000000;
}

.add-box {
  transition: all 0.3s ease;
  backface-visibility: hidden;
}

.addCredit-add:hover .add-box {
  transform: scale(1.05);
}

.addCredit-add span {
  color: #626262;
  font-size: 14px;
  margin-bottom: 14px;
}

.addCredit-add img {
  max-width: 180px;
}

.add-new-card-block {
  padding-left: 30px;
  border-left: 1px solid #d7d7d7;
  position: sticky;
  top: 80px;
  min-height: 300px;
}

.cardLoader svg {
  width: 60px;
}

.add-new-card-block .cardLoader {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #ffffffc2;
}

.add-new-card-block .cardLoader.hide {
  display: none;
}

.cardLoader img {
  width: 60px;
}

.wallet-page.no-card .cs-row .cs-col-6 {
  flex: 0 0 100%;
  max-width: 100%;
}

.wallet-page.no-card .addCredit-add {
  max-width: 480px;
}

.wallet-page.no-card .add-new-card-block {
  max-width: 600px;
  margin: 0 auto 0;
  padding: 30px 30px 0px 30px;
  box-shadow: none;
  text-align: center;
  border-radius: 10px;
  border: none;
  min-height: 200px;
  top: 0;
  position: inherit;
  padding-top: 0;
}

.contact-payment.update-Card {
  display: flex;
  align-items: center;
  gap: 6px;
}

.tab-content-ui-nw .addCredit-add {
  max-width: 510px;
}

.head-new-Modal:empty {
  display: none;
}

.payment-method-item .cs-row .cs-col-6 {
  flex: 0 0 100%;
  max-width: 100%;
}

.payment-method-item .cs-col-6:last-child h4 {
  display: none;
}

.payment-method-item .add-new-card-block {
  padding: 0;
  border: none;
  max-width: 460px;
}

.payment-method-item .add-new-card-block {
  padding: 0;
  border: none;
}

.summary-deposit-card {
  flex: 1;
  display: flex;
  flex-direction: column;
  padding-top: 0;
}

.summary-list-card.summary-deposit-card > ul {
  min-height: 0;
  max-height: inherit;
}

.summary-deposit-card .summary-total {
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  gap: 20px;
  width: 100%;
  margin-top: 20px;
  padding-top: 25px;
}

.summary-deposit-card .summary-total .item-total {
  display: flex;
  justify-content: space-between;
  font-size: 14px;
}

.deposit-due-request {
  background-color: #fff5c2;
  border-radius: 9px;
  padding: 15px;
  margin-bottom: 24px;
}

.deposit-due-request h4 {
  font-size: 12px;
  letter-spacing: 0.24px;
  font-weight: 500;
  margin-bottom: 8px;
}

.deposit-due-request p {
  letter-spacing: 0.22px;
  font-size: 11px;
  font-weight: 600;
  line-height: 1.4;
  margin: 0;
}

.deposit-due-date {
  display: flex;
  align-items: center;
  padding-top: 12px;
  justify-content: space-between;
  letter-spacing: 0.2px;
  font-size: 11px;
}

.deposit-summery-block {
  padding: 30px 8px;
}

.heading-deposit {
  margin-bottom: 25px;
}

.heading-deposit h4 {
  font-size: 16px;
  letter-spacing: 0.32px;
}

.deposit-payment-card .title-main-payment {
  margin-bottom: 5px;
}

.deposit-payment-card .title-main-payment h1 {
  letter-spacing: 0.38px;
  font-size: 14px;
}

.deposit-payment-card .form-control.cs-radio-buttons {
  margin-bottom: 10px;
}

.deposit-payment-card .payment-method-item {
  padding-bottom: 0;
}

.deposit-payment-card .wallet-page {
  margin-bottom: 20px;
}

.deposit-summery-block > .cs-row {
  margin: 0 0 0 -15px;
}

.deposit-summery-block > .cs-row > .cs-col-6 {
  padding: 0 15px;
}

.deposit-col {
  display: flex;
  flex-direction: column;
}

.deposit-payment-card .add-box i.cs-icon.icon-plus {
  width: 50px;
  height: 50px;
  font-size: 38px;
  margin-bottom: 20px;
}

.deposit-payment-card .wallet-page .addCredit-add {
  padding: 27px 0 20px 0;
}

.action-modal.deposit-action-modal {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.deposit-card-block .MuiDialogContent-root {
  padding: 0 !important;
}

.deposit-card-block .deposit-summery-block {
  padding: 0;
}

.deposit-col-left {
  height: 100%;
  display: flex;
  flex-direction: column;
  padding: 50px 30px;
  background-color: #f8f8f8;
}

.deposit-col-right {
  padding: 50px 20px 50px 0;
}

.deposit-col-left .summary-list-card li {
  font-weight: 400;
  font-size: 14px;
}

.deposit-col-left .summary-list-card li span {
  font-weight: 600;
}

.f-700 {
  font-weight: 700;
}

.summary-list-card.summary-deposit-card {
  padding-top: 14px;
}

.rd-guest-card-left {
  display: inline-flex;
}

.toggle-guest-profile ul {
  display: inline-flex;
  align-items: center;
  gap: 15px;
}

.toggle-guest-profile ul button {
  width: 60px;
  height: 40px;
  background-color: var(--pri);
  border-radius: 30px;
  color: #fff;
  font-size: 18px;
}

.toggle-guest-profile ul button i.cs-icon {
  display: block;
}

.toggle-guest-profile ul button.btn-navy {
  background-color: #2a4071;
}

.toggle-guest-profile ul button.btn-brown {
  background-color: #652727;
}

.toggle-guest-profile ul button.btn-green {
  background-color: #266d76;
}

.rating-modal .MuiDialogContent-root {
  padding: 0;
}

.rating-modal .MuiPaper-root {
  width: 100%;
  max-width: 260px;
}

.rating-card {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 30px;
  color: #ffffff;
}

.rd-rating-block {
  background-color: #000000;
  position: relative;
}

.rating-card h4 {
  padding-top: 10px;
  font-size: 20px;
}

.rd-rating-block figure {
  width: 40px;
  height: 40px;
}

.rd-rating-block figure img {
  display: block;
  width: 40px;
  height: 40px;
  border-radius: 50px;
  border: 2px solid #ffffff;
}

.thumb-guest-info {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0 10px;
}

.thumb-guest-info i.cs-icon.icon-thumb-outline {
  width: 65px;
  height: 40px;
  border-radius: 50px;
  margin-top: -20px;
  position: relative;
  background-color: #fff;
  display: flex;
  align-items: center;
  font-size: 18px;
  justify-content: center;
}

.msg-rating h4 {
  display: block;
  letter-spacing: 0.28px;
  font-size: 14px;
  font-weight: 700;
}

.msg-rating {
  margin-bottom: 12px;
}

.rating-preview {
  display: flex;
  align-items: center;
  gap: 5px;
  max-width: 200px;
  background-color: #f8f8f8;
  height: 40px;
  width: 100%;
  justify-content: center;
  border-radius: 9px;
}

.rating-preview .rate-view {
  margin-left: 8px;
  letter-spacing: 0.4px;
  font-size: 20px;
  font-weight: 500;
}

.rating-preview .rate-view small {
  font-size: 12px;
}

.total-reviews {
  font-size: 10px;
  letter-spacing: 0.2px;
  padding-top: 5px;
  padding-bottom: 10px;
}

.rating-preview i.cs-icon {
  font-size: 18px;
}

.review-rate-percentage {
  width: 100%;
  padding: 10px 10px 20px;
  border-bottom: 1px solid #c4c4c4;
}

.review-rate-percentage ul {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.review-rate-percentage li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  letter-spacing: 0.2px;
  color: #c4c4c4;
  font-size: 10px;
}

.review-rate-percentage li .review-percentage {
  flex: 1;
}

.review-rate-percentage li .review-percentage {
  flex: 1;
  height: 6px;
  background: #f5f5f5;
  border-radius: 5px;
  margin: 0 17px;
}

.review-rate-percentage li span {
  min-width: 80px;
}

.review-rate-percentage li span {
  min-width: 34px;
}

.review-rate-percentage li span:last-child {
  text-align: right;
}

.review-rate-percentage li .review-percentage i.percentage-line {
  height: 100%;
  background: #c4c4c4;
  display: block;
  vertical-align: top;
  border-radius: 10px;
}

.rate-guest-btn {
  padding: 10px 0;
}

.rate-guest-btn button.btn-rate {
  display: flex;
  color: #000000;
  font-size: 12px;
  align-items: center;
  grid-gap: 6px;
  gap: 6px;
  padding: 5px 20px;
  text-align: center;
  width: 100%;
  justify-content: center;
  margin-bottom: 6px;
}

.rate-guest-btn button.btn-rate i.cs-icon {
  font-size: 16px;
}

.rate-guest-btn.active button.btn-rate i.cs-icon {
  transform: rotate(90deg);
  font-size: 20px;
}

.rate-guest-btn.active button.btn-rate {
  font-weight: 700;
}

.rate-guest-ui-star {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 0;
  overflow: hidden;
  visibility: hidden;
  opacity: 0;
}

.rate-guest-ui-star span.MuiRating-root {
  font-size: 24px;
}

.show-rate-selected {
  width: 100%;
  text-align: center;
  letter-spacing: 0.2px;
  color: #c4c4c4;
  font-size: 12px;
  padding-top: 2px;
  padding-bottom: 12px;
}

.form-control.guest-rate-msg .MuiFormControl-root textarea {
  height: 50px !important;
}

.form-control.guest-rate-msg .MuiInputLabel-formControl {
  font-size: 11px !important;
}

.rate-guest-ui-star .action-modal {
  flex-direction: column;
}

.rate-guest-ui-star .action-modal {
  flex-direction: column;
  width: 100%;
  padding-bottom: 20px;
}

.guest-rate-msg.form-control {
  margin-bottom: 10px;
}

.rate-guest-btn.active .rate-guest-ui-star {
  height: 226px;
  visibility: visible;
  opacity: 1;
}

.pay-ammount-payment {
  display: grid;
  grid-template-columns: repeat(3, 5fr);
  gap: 20px;
  text-align: center;
  margin-bottom: 14px;
  padding: 15px 10px;
  background: white;
  box-shadow: 0px 4px 10px #4041430d;
  border-radius: 9px;
}

.pay-ammount-payment .item {
  display: inline-flex;
  flex-direction: column;
  gap: 8px;
  position: relative;
}

.pay-ammount-payment .item label {
  font-size: 13px;
}

.pay-ammount-payment .item span {
  font-size: 16px;
  font-weight: 600;
}

.pay-ammount-payment .item:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 70%;
  width: 1px;
  background: #d5d5d5;
  right: -2px;
}

.pay-ammount-payment .item:last-child:before {
  display: none;
}

.guest-wallet {
  /* max-height: calc(100vh - 420px); */
  overflow: auto;
  margin-bottom: 24px;
}

.add-new-card-block h4.inner-title {
  margin-bottom: 0;
}

.inner-credit-cancel {
  justify-content: center;
  display: flex;
  gap: 28px;
}

.inner-credit-cancel button.btn.btn-filled {
  min-width: 160px;
}

.wallet-page .card--item {
  margin-right: 20px;
}

.rd-rating-block .popup-content .close:before,
.rd-rating-block .popup-content .close:after {
  height: 14px;
  background-color: #ffffff;
}

.cs-disable {
  opacity: 0.5;
  cursor: not-allowed;
}

.cs-disable * {
  cursor: not-allowed;
}

.head-stay-block {
  display: none;
}

.resOverlay {
  display: none;
}

.block-checkout-payment h5 {
  font-size: 14px;
  margin-bottom: 8px;
}
.block-checkout-payment {
  margin-bottom: 32px;
  display: block;
}
.gift-card-form {
  margin-top: 20px;
  position: relative;
}

.gift-card-form button.btn-primary-md {
  position: absolute;
  right: 8px;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 36px;
  border-radius: 5px;
}
.GiftCard-applied {
  background: #f7f7f7;
  border-radius: 5px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  padding: 10px 88px 10px 18px;
  position: relative;
  color: #333;
  max-width: 460px;
  margin-top: 6px;
}
.GiftCard-applied label {
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 6px;
  color: #000;
}
.gift-card-form {
  max-width: 456px;
}
.GiftCard-applied strong {
  user-select: all;
}
.GiftCard-applied span {
  font-size: 12px;
}
.GiftCard-applied span strong {
  font-weight: 500;
}
.GiftCard-applied button {
  position: absolute;
  right: 11px;
  width: auto;
  padding: 12px 10px;
  color: #000;
  top: 10px;
  font-size: 12px;
}

@media screen and (min-width: 1800px) {
  .rd-accordian-items.show .head-acc-rd h5 {
    font-size: 14px;
  }

  .head-acc-rd .left-acc i.cs-icon {
    font-size: 25px;
  }

  .accordian-detail-show li label,
  .accordian-detail-show li span {
    font-size: 14px;
  }

  .accordian-detail-show li {
    padding: 16px 18px;
  }

  .rd-user-contact-info ul li {
    font-size: 13px;
  }

  .rd-user-contact-info ul li i.cs-icon {
    font-size: 18px;
  }

  .rd-user-contact-info h4 {
    font-size: 24px;
    margin-bottom: 4px;
  }

  .rd-user-fig img {
    width: 52px;
    height: 52px;
  }

  button.edit-date-calender {
    width: 46px;
    height: 46px;
    font-size: 22px;
  }

  .rd-pass-card label,
  .rd-pass-card span {
    font-size: 14px;
  }

  .rd-pass-card span br {
    display: none;
  }

  .rd-pass-card .cs-icon {
    font-size: 22px;
  }

  .rd-complete-info label {
    font-size: 12px;
  }

  .rd-top-info button {
    font-size: 14px;
  }

  .rd-nav-right li {
    font-size: 14px;
  }

  .rd-nav-right li i.cs-icon {
    font-size: 18px;
    width: 25px;
  }

  .rd-nav-right li {
    height: 50px;
  }

  .cancel-reservation button.btn.pink-btn {
    font-size: 14px;
    font-weight: 600;
    height: 50px;
  }

  .rd-field-info {
    height: 50px;
  }

  .rd-field-info i.cs-icon {
    width: 50px;
  }

  .rd-field-info {
    padding-left: 60px;
  }

  button.move-back-link {
    font-size: 14px;
  }

  button.move-back-link .cs-icon {
    top: 1px;
  }
}

@media screen and (min-width: 1300px) {
  .rd-nav-right li.stay-sm-view {
    display: none;
  }
}

@media screen and (min-width: 1600px) {
  .rd-complete-info button.btn.btn-gray.btn-book {
    height: 50px;
  }
}

@media screen and (min-width: 1600px) and (max-width: 1950px) {
  .rd-mid-block {
    flex: 0 0 54%;
    max-width: 54%;
  }

  .rd-left-detail,
  .rd-right-block {
    flex: 0 0 23%;
    max-width: 23%;
  }

  .accordian-detail-show li label,
  .accordian-detail-show li span {
    font-size: 13px;
  }

  .rd-top-info button {
    font-size: 12px;
  }
}

@media screen and (max-width: 1700px) {
  .rd-mid-block {
    flex: 0 0 56%;
    max-width: 56%;
  }

  .rd-left-detail,
  .rd-right-block {
    flex: 0 0 22%;
    max-width: 22%;
  }
}

@media screen and (max-width: 1600px) {
  .rd-left-detail,
  .rd-right-block {
    flex: 0 0 23%;
    max-width: 23%;
  }

  .rd-mid-block {
    flex: 0 0 54%;
    max-width: 54%;
  }

  .accordian-detail-show li {
    padding: 10px 8px;
  }

  .rd-date-update .rd-date-filter-card {
    gap: 18px;
  }

  .rd-date-update {
    gap: 16px;
  }

  .rd-date-filter .rd-id label {
    font-size: 23px;
  }

  .rd-date-filter .rd-id {
    font-size: 14px;
  }

  .accordian-record-block {
    padding-top: 10px;
  }

  .accordian-detail-show li label,
  .accordian-detail-show li span {
    flex: 0 0 auto;
  }

  .accordian-detail-show li label {
    min-width: 90px;
  }

  .rd-head-detail .rd-v-card {
    padding: 15px 20px;
  }

  .rd-left-detail,
  .rd-right-block {
    top: 144px;
    max-height: calc(100vh - 144px);
  }

  .rd-user-info-block .tab-ui-nw {
    margin-top: -10px;
  }

  .pay-ammount-payment .item label {
    font-size: 10px;
  }

  .pay-ammount-payment .item span {
    font-size: 12px;
  }

  .col-card-cell button {
    font-size: 13px;
  }

  .col-card-cell button i.cs-icon.icon-plus {
    width: 32px;
    height: 32px;
    font-size: 18px;
    margin-right: 8px;
  }

  button.btn.btn-checkin {
    font-size: 11px;
  }

  .rd-right-block {
    min-height: calc(100vh - 179px);
  }
}
@media screen and (max-width: 1400px) {
  .gift-card-form button.btn-primary-md {
    height: 30px;
    font-size: 12px;
    right: 6px;
  }
}
@media screen and (max-width: 1300px) {
  .accordian-record-block {
    padding-left: 10px;
    padding-right: 10px;
    flex: 1;
    overflow: auto;
  }

  .pay-ammount-payment {
    padding: 12px 10px;
    gap: 10px;
  }

  .pay-ammount-payment .item span {
    font-size: 10px;
  }

  .pay-ammount-payment .item label {
    font-size: 8px;
  }

  .pay-ammount-payment .item {
    gap: 4px;
  }

  button.btn.btn-checkin {
    font-size: 10px;
  }

  .status-reservation-card label {
    font-size: 16px;
  }

  .btn-time i.cs-icon,
  .btn-guest-info .cs-icon {
    display: none;
  }

  .rd-top-info button {
    min-width: 0;
    gap: 7px;
    height: 34px;
  }

  .rd-top-info {
    gap: 5px;
  }

  .rd-nav-right li {
    height: 32px;
    border-radius: 5px;
    padding: 0 12px;
  }

  .rd-date-filter {
    flex-wrap: wrap;
    gap: 12px;
  }

  .rd-date-filter .rd-id label {
    padding-top: 0;
  }

  .srp-check-date {
    margin-left: 2px;
  }

  .accordian-detail-show li {
    flex-wrap: wrap;
    padding: 8px 12px;
  }

  .accordian-detail-show li label {
    min-width: 100%;
  }

  .accordian-detail-show li label {
    font-size: 12px;
  }

  .rd-date-filter .rd-id {
    font-size: 12px;
  }

  .rd-date-filter .rd-id label {
    font-size: 22px;
  }

  .rd-info-guest-name {
    gap: 16px;
  }

  .rd-mid-block {
    flex: 0 0 66%;
    max-width: 66%;
  }

  .rd-right-block {
    flex: 0 0 34%;
    max-width: 34%;
  }

  .rd-page-deatil {
    flex-wrap: wrap;
  }

  .head-stay-block {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 16px 22px;
  }

  .rd-left-detail {
    flex: 0 0 100%;
    position: fixed;
    top: 0;
    right: 0;
    width: 80%;
    z-index: 15;
    background-color: #fff;
    height: 100%;
    max-height: inherit;
    padding: 0;
    max-width: 400px;

    overflow: auto;
    display: flex;
    flex-direction: column;
    transform: translateX(100%);
    transition: all 0.4s ease;
  }

  .rd-left-detail.active {
    transform: translateX(0);
    box-shadow: -8px 0px 20px 0 #0000001a;
  }

  .rd-page-deatil .accordian-record-block {
    padding: 0px 20px;
  }

  .head-stay-block {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 14px 22px;
    border-bottom: 1px solid #d8d8d8;
    margin-bottom: 18px;
  }

  .rd-user-contact-info h4 {
    font-size: 14px;
  }

  .head-stay-block h4 {
    font-size: 16px;
    font-weight: 500;
  }

  button.close-reservation {
    width: 30px;
    height: 30px;
    font-size: 24px;
    font-weight: 300;
  }

  .rd-user-contact-info ul {
    row-gap: 2px;
    padding-top: 5px;
  }

  .toggle-guest-profile ul button {
    width: 48px;
    height: 32px;
    font-size: 16px;
  }

  .toggle-guest-profile ul {
    gap: 8px;
  }

  .guest-field-flex .form-control {
    margin-bottom: 20px;
  }

  .rd-user-contact-info ul li {
    gap: 4px;
    font-size: 9px;
  }

  .rd-user-contact-info {
    padding-left: 10px;
  }

  button.move-back-link {
    height: 25px;
  }

  .go-back {
    padding: 4px 20px 4px;
  }

  .rd-field-info {
    font-size: 11px;
  }

  .resOverlay {
    position: fixed;
    top: 0;
    left: 0;
    background: #00000073;
    width: 100%;
    height: 100%;
    z-index: 14;
    visibility: hidden;
    opacity: 0;
    transition: all 0.2s ease;
    pointer-events: none;
    display: block;
  }

  .resOverlay.active {
    display: block;
    opacity: 1;
    visibility: visible;
    pointer-events: inherit;
  }
}

@media screen and (max-width: 1100px) {
  .wallet-page .card--item {
    margin-right: 22px;
  }

  .add-new-card-block {
    padding-left: 32px;
  }

  .col-card-cell button {
    padding: 14px 8px 14px 22px;
    gap: 6px;
  }
}

@media screen and (max-width: 991px) {
  .wallet-page .cs-col-6 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .add-new-card-block {
    padding-left: 0;
    border-left: none;
  }

  .rd-right-selected {
    gap: 6px;
  }

  .rd-selected-room-rates {
    padding-right: 10px;
  }

  .rd-field-info i.cs-icon {
    font-size: 15px;
  }

  .rd-mid-block {
    padding: 18px 15px;
  }

  .rd-head-detail .rd-v-card {
    padding: 13px 15px;
  }

  .head-new-Modal h2 {
    font-size: 16px;
    margin: 0 0 4px 0;
  }

  .srp-addOns .card {
    padding: 10px 16px;
  }

  .adonCard.active .disc-adons {
    padding-top: 14px;
    padding-bottom: 6px;
  }

  .left-adons-head span.arrow-room {
    width: 38px;
    height: 38px;
    flex: 0 0 38px;
  }
}

/* @media screen and (max-width: 1600px) {
  .accordian-record-block {
    padding-left: 10px;
    padding-right: 10px;
  }

  .head-acc-rd {
    padding: 12px 10px;
  }

  .head-acc-rd .left-acc {
    font-size: 16px;
  }

  .accordian-detail-show li {
    padding: 12px 16px;
  }

  .accordian-detail-show li label,
  .accordian-detail-show li span {
    font-size: 12px;
  }

  .rd-left-detail,
  .rd-right-block {
    flex: 0 0 24%;
    max-width: 24%;
  }

  .rd-mid-block {
    flex: 0 0 54%;
    max-width: 54%;
  }
} */

@media screen and (max-width: 767px) {
  .deposit-summery-block .cs-col-6 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .deposit-summery-block .deposit-col {
    padding-bottom: 30px !important;
  }

  .heading-deposit {
    margin-top: 10px;
    margin-bottom: 14px;
  }

  .summary-list-card li {
    margin-bottom: 16px;
  }

  .summary-deposit-card .summary-total {
    padding: 26px 0 0 0;
    gap: 15px;
  }

  .payment-method-item .MuiFormGroup-root {
    row-gap: 0;
    margin-bottom: 12px;
  }

  .deposit-summery-block {
    padding-top: 0;
  }

  .upload-block-nw span {
    font-size: 12px;
  }

  .upload-block-nw figure {
    width: 30px;
    height: 30px;
  }

  .edit-date-head {
    text-align: center;
    padding-bottom: 12px;
    padding-top: 14px;
  }

  .cs-date-rage-picker .rmdp-wrapper {
    padding: 10px 0 0 0;
    box-shadow: none;
  }

  .action-update-date {
    background-color: #fff;
    position: sticky;
    bottom: 0;
    z-index: 2;
  }

  .modal-reservation-comon .right-head-modal {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 0 0 6px 0;
  }

  .main.modal-reservation-comon {
    padding-bottom: 60px;
    position: relative;
  }

  .main.modal-reservation-comon .head-new-Modal {
    padding-top: 8px;
    margin-bottom: 12px;
  }

  .modal-reservation-comon .right-head-modal button.btn.srp-edit-btn.filled {
    width: auto;
  }
  .rd-mid-block {
    padding-top: 36px;
  }
}

@media screen and (max-width: 700px) {
  .rd-mid-block,
  .rd-right-block {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .rd-complete-info button.btn.btn-gray.btn-book {
    min-width: 110px;
    height: 40px;
  }

  .rd-field-info {
    flex-basis: calc(100% - 120px);
    padding-left: 40px;
    border-radius: 4px;
  }

  .rd-field-info i.cs-icon {
    width: 34px;
    font-size: 13px;
  }

  .rd-user-fig img {
    width: 32px;
    height: 32px;
  }

  .rd-user-contact-info ul {
    display: none;
  }

  .rd-info-guest-name {
    flex-wrap: wrap;
    gap: 8px;
    row-gap: 4px;
  }

  .rd-guest-card-left {
    align-items: center;
  }

  /* .toggle-guest-profile {
    position: absolute;
    top: 70px;
    right: 21px;
    z-index: 99;
  } */

  .toggle-guest-profile button.btn.btn-filled {
    height: 30px;
    padding: 0 18px;
    min-height: 0;
  }

  .toggle-guest-profile ul button {
    width: 32px;
    height: 26px;
    font-size: 12px;
  }
}

@media screen and (max-width: 575px) {
  .card-grid {
    flex-direction: column;
  }

  .card-grid .col-card-cell {
    width: 100%;
  }
  .rd-date-filter .rd-id label {
    font-size: 20px;
  }
}
