#property-info {
  display: flex;
  justify-content: space-between;
  padding-right: 0;
}

.hint-note:empty {
  display: none;
}

#property-info > .left {
  width: 100%;
  position: relative;
}

#property-info > .left .property-wrapper {
  float: left;
  width: 100%;
}

/* #property-info > .right {
  width: 346px;
  position: sticky;
  top: 0;
  padding: 20px 0 0;
  background: radial-gradient(ellipse at 60% 80%, #eff4fe 40%, #ffffff);
} */

#property-info .left .inner-wrapper .left {
  width: 40%;
  display: inline-flex;
  padding: 0 12px;
}

#property-info .left .inner-wrapper .right {
  width: 60%;
  display: inline-flex;
  padding: 0 12px;
}

#property-info .left .inner-wrapper {
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  flex-wrap: wrap;
  margin-bottom: 38px;
  margin: 0 -12px 33px;
}

#property-info .left .inner-wrapper .left .img-block {
  border-radius: 10px;
  overflow: hidden;
  width: 100%;
  max-height: 256px;
  box-shadow: 0px 6px 20px rgb(128 130 133 / 16%);
  background: #f3f3f3;
}

#property-info .left .inner-wrapper .left .img-block img {
  width: 100%;
  float: left;
  height: 100%;
  object-fit: cover;
}

#property-info .left .inner-wrapper .left .front-desk {
  box-shadow: 0px 6px 20px rgb(128 130 133 / 16%);
  border-radius: 10px;
  background-color: white;
  width: 100%;
  padding: 22px;
  position: relative;
}

#property-info .left .header {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 14px;
}

#property-info .left .header h3 {
  color: var(--grey2);
  font-size: 17px;
  font-family: var(--latoBlack);
}

#property-info
  .left
  .inner-wrapper
  .left
  .front-desk
  .timing-wrapper
  .timing-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 15px;
}

#property-info
  .left
  .inner-wrapper
  .left
  .front-desk
  .timing-wrapper
  .timing-inner
  span {
  color: var(--grey);
  font-size: 13px;
}

#property-info
  .left
  .inner-wrapper
  .left
  .front-desk
  .timing-wrapper
  .timing-inner
  .right
  span {
  color: var(--lt-grey);
}

#property-info
  .left
  .inner-wrapper
  .left
  .front-desk
  .timing-wrapper
  .timing-inner
  .right {
  justify-content: flex-end;
}

#property-info
  .left
  .inner-wrapper
  .left
  .front-desk
  .timing-wrapper
  .timing-inner
  .left {
  width: 40%;
  padding-left: 0px;
}

#property-info .left .header img {
  max-width: 17px;
  cursor: pointer;
}

#property-info .left .inner-wrapper .right .profile-wrapper {
  box-shadow: 0px 6px 20px rgb(128 130 133 / 16%);
  border-radius: 10px;
  width: 100%;
  overflow: hidden;
  position: relative;
  background: var(--white);
}

#property-info .left .inner-wrapper .right .profile-wrapper .header {
  margin: 0;
  width: 55%;
  padding: 0;
}

#property-info .left .inner-wrapper .right .profile-wrapper .header-block {
  padding: 22px;
}

#property-info
  .left
  .inner-wrapper
  .right
  .profile-wrapper
  .profile-listing
  .listing-wrapper {
  padding: 12px 22px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 64px;
  border-bottom: 1px solid #edededde;
  transition: 0.3s all ease;
  background: var(--white);
  overflow: hidden;
}

#property-info
  .left
  .inner-wrapper
  .right
  .profile-wrapper
  .profile-listing
  .listing-wrapper:last-of-type {
  border: none;
}

#property-info
  .left
  .inner-wrapper
  .right
  .profile-wrapper
  .profile-listing
  .listing-wrapper
  .left {
  position: relative;
  display: inline-flex;
  align-items: center;
  padding-left: 34px;
  width: calc(100% - 185px);
  flex: 1;
}

#property-info
  .left
  .inner-wrapper
  .right
  .profile-wrapper
  .profile-listing
  .listing-wrapper
  .left
  img {
  position: absolute;
  left: 0;
}

html.dark
  #property-info
  .left
  .inner-wrapper
  .right
  .profile-wrapper
  .profile-listing
  .listing-wrapper
  .left
  img {
  filter: invert(8) brightness(0);
}

.profile-listing .listing-wrapper .left i.cs-icon {
  font-size: 24px;
  color: var(--pri);
  position: absolute;
  left: 0;
  top: -3px;
}

.profile-listing .listing-wrapper .left i.cs-icon.icon-dashboard {
  font-size: 18px;
}

#property-info
  .left
  .inner-wrapper
  .right
  .profile-wrapper
  .profile-listing
  .listing-wrapper
  .left
  h4 {
  font-size: 14px;
  color: var(--grey2);
  font-weight: 400;
  word-wrap: break-word;
  white-space: pre-wrap;
  width: 100%;
}

#property-info
  .left
  .inner-wrapper
  .right
  .profile-wrapper
  .profile-listing
  .listing-wrapper
  .right {
  width: auto;
  cursor: pointer;
}

#property-info .left .inner-wrapper .right .header-block img {
  max-width: 17px;
}

#property-info .left .inner-wrapper .right .desc-wrapper {
  box-shadow: 0px 6px 20px rgb(128 130 133 / 16%);
  border-radius: 10px;
  padding: 22px;
  width: 100%;
  background: var(--white);
}

#property-info .left .inner-wrapper .right .desc-wrapper .header {
  margin-bottom: 11px;
  padding: 0;
}

.form-control.description .continue-btn {
  width: auto;
  min-width: 120px;
}

#property-info .text-wrapper p {
  font-size: 13px;
  line-height: 1.6;
  color: var(--grey);
  word-break: break-word;
}

#property-info .edit-block {
  min-width: 34px;
  min-height: 34px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  transition: 0.3s all ease;
  cursor: pointer;
  border: none;
  background-color: transparent;
  font-size: 16px;
}

#property-info .edit-block img {
  max-width: 17px;
}

#property-info .edit-block:hover {
  background: #e6e6e6;
}

#property-info .right .header {
  padding: 0 38px;
  margin-bottom: 10px;
}

#property-info .right .header h3 {
  font-size: 15px;
  color: var(--grey2);
  font-family: var(--latoBlack);
}

#property-info .right .header h3 span {
  font-family: var(--Stolzl);
  font-weight: 400;
}

#property-info .right .rooms-listing {
  padding: 20px 20px 0;
  overflow: auto;
  height: calc(100vh - 115px);
}

#property-info .right .rooms-listing .room-block {
  display: flex;
  padding: 10px 20px;
  min-height: 63px;
  background: var(--white);
  border-radius: 22px;
  align-items: center;
  margin-bottom: 15px;
}

#property-info .right .rooms-listing .room-block .img-block {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  box-shadow: 0px 3px 3.5px rgba(0, 0, 0, 0.16);
  overflow: hidden;
  margin-right: 13px;
}

#property-info .right .rooms-listing .room-block .img-block img {
  height: 100%;
}

#property-info .right .rooms-listing .room-block .text-wrapper {
  width: calc(100% - 48px);
}

#property-info .right .rooms-listing .room-block .text-wrapper h4 {
  font-size: 14px;
  color: var(--grey2);
  margin-bottom: 2px;
  width: 100%;
}

#property-info .right .rooms-listing .room-block .text-wrapper span {
  font-size: 11px;
  color: var(--grey);
}

#property-info
  .left
  .inner-wrapper
  .right
  .profile-wrapper
  .profile-listing
  .listing-wrapper
  .link {
  padding: 0 10px;
  min-height: 32px;
  font-size: 13px;
  text-transform: capitalize;
  background: var(--pri);
  justify-content: center;
  color: var(--white);
  font-weight: 700;
  margin-right: 5px;
}

#property-info
  .left
  .inner-wrapper
  .right
  .profile-wrapper
  .profile-listing
  .listing-wrapper
  .right-block {
  display: inline-flex;
  align-items: center;
}

#property-info .left .tile-common h2 {
  color: var(--black);
  margin-bottom: 6px;
  font-size: 24px;
}

#property-info .left .tile-common p {
  font-size: 14px;
  color: var(--grey);
}

#property-info .left .tile-common p span {
  color: var(--pri);
}

#property-info > .left:after {
  position: absolute;
  /* content: ""; */
  box-shadow: -4px 0px 6px #3030300f;
  right: -10px;
  top: 0;
  bottom: 0;
  width: 10px;
  z-index: 1;
}

#property-info > .left .scroll-wrapper {
  height: calc(100vh - 67px);
}

/* #property-info .profile-info > .right:before {
  position: absolute;
  background: var(--pri);
  width: 150px;
  height: 150px;
  border-radius: 50%;
  top: -10px;
  left: -5px;
  filter: blur(50px);
  opacity: 0.3;
  content: "";
} */

#property-info .profile-info > .right {
  position: relative;
}

/* 
#property-info .desk-hours > .left:before {
  position: absolute;
  background: var(--pri);
  width: 100px;
  height: 100px;
  border-radius: 50%;
  bottom: 0;
  left: 10px;
  filter: blur(50px);
  content: "";
  opacity: 0.8;
  top: unset;
} */

#property-info .desk-hours > .left {
  position: relative;
}

#property-info .gallery-block,
#property-info .gateway-block {
  box-shadow: 0px 6px 20px rgb(128 130 133 / 16%);
  border-radius: 22px;
  background-color: white;
  width: 100%;
  padding: 22px;
}

#property-info .gateway-block {
  margin-bottom: 38px;
  float: left;
}

#property-info .gallery-block .gallery-inner {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-row-gap: 12px;
  grid-column-gap: 12px;
}

#property-info .gallery-block .gallery-inner .upload-block {
  border: 2px dashed var(--pri);
  border-radius: 5px;
  min-height: 125px;
}

#property-info .gallery-block .gallery-inner .upload-block input {
  width: 0;
  height: 0;
}

#property-info .gallery-block .gallery-inner .upload-block label {
  height: 100%;
  width: 100%;
  float: left;
}

#property-info .gallery-block .gallery-inner .upload-block label .upload-inner {
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  cursor: pointer;
}

#property-info
  .gallery-block
  .gallery-inner
  .upload-block
  label
  .upload-inner
  span {
  margin-top: 5px;
  font-size: 13px;
  font-weight: 700;
  color: var(--pri);
}

#property-info
  .gallery-block
  .gallery-inner
  .upload-block
  label
  .upload-inner
  img {
  width: 26px;
}

#property-info .gallery-block .gallery-inner .img-block img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#property-info .gateway-block .gateway-wrapper .inner-wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  background: #efefef;
  border-radius: 5px;
  padding: 10px;
  margin-bottom: 8px;
}

#property-info .gateway-block .gateway-wrapper .inner-wrapper h3 {
  width: 100%;
  font-size: 14px;
  margin-bottom: 4px;
  color: var(--black);
}

#property-info .gateway-block .gateway-wrapper > .inner-wrapper:last-of-type {
  margin: 0;
}

#property-info .gateway-block .gateway-wrapper .inner-wrapper ul li {
  font-size: 13px;
  margin-bottom: 4px;
  color: var(--black);
}

#property-info .gateway-block .header {
  margin-bottom: 17px;
}

#property-info
  .gateway-block
  .gateway-wrapper
  .inner-wrapper
  ul
  > li:last-of-type {
  margin-bottom: 0;
}

#property-info
  .left
  .inner-wrapper
  .right
  .profile-wrapper
  .header-block
  .right {
  width: auto;
}

/* PAYMENT GATEWAY POPUP */

.payment-gateway-content .customer-details h2 {
  font-size: 18px;
  margin-bottom: 15px;
  display: flex;
  align-items: center;
  gap: 3px;
}

.payment-gateway-content .customer-details h2 img {
  width: 38px;
  height: auto;
}

.payment-gateway-content .customer-details p {
  font-size: 13px;
  line-height: 1.4;
  margin-bottom: 16px;
}

.payment-gateway-content .customer-details .inner-wrapper .form-group {
  margin-bottom: 15px;
}

.payment-gateway-content .customer-details .inner-wrapper .inner-card {
  padding: 38px 17px 15px 18px;
}

.payment-gateway-content .customer-details .inner-wrapper .form-control h3 {
  font-size: 14px;
  margin-bottom: 10px;
  padding: 0;
}

.payment-gateway-content .customer-details .inner-wrapper .btn {
  width: 50%;
  background: var(--pri);
  justify-content: space-between;
  color: var(--white);
}

.payment-gateway-content .customer-details .inner-wrapper .btn:hover {
  padding: 0 25px;
  transform: none;
}

.payment-popup.cs-commmon-dialogue-content.payment-gateway .MuiPaper-root {
  width: 100%;
  max-width: 840px;
}

.payment-gateway-content .customer-details .inner-wrapper .form-group select {
  cursor: pointer;
}

.payment-gateway-content label {
  /* font-weight: 700; */
  background: transparent;
  text-transform: capitalize;
}

/* PAYMENT GATEWAY POPUP END */

/* FRONT DESK POPUP */

.frontdesk-popup-content .customer-details h2 {
  font-size: 16px;
  color: var(--black);
  font-family: var(--latoBlack);
  margin-bottom: 0;
}

.frontdesk-popup-content .customer-details p {
  margin: 0 !important;
  font-size: 14px;
  color: var(--grey);
}

.frontdesk-popup-content .customer-details form {
  margin-top: 10px;
}

.frontdesk-popup-content .customer-details form .switch-outer .switch {
  background: #e6e6e6;
  height: 16px;
  width: 45px;
  margin: 0;
  display: inline-flex;
  align-items: center;
  margin-bottom: 3px;
}

.business-hours .week-block .week-inner .status-block {
  margin-top: 8px;
  margin-bottom: -1px;
  padding-bottom: 10px;
  position: relative;
  width: auto;
}

.status-block .MuiOutlinedInput-root {
  padding: 4px 8px;
}

.status-block .field-error {
  right: -34px;
  bottom: 10px;
  top: auto;
}

.business-hours .week-block .week-inner {
  margin-bottom: 5px;
  padding: 6px 10px;
  border-radius: 10px;
}

.business-hours .week-block .week-inner.active {
  box-shadow: 0px 2px 5px 0 rgb(0 0 0 / 7%);
}

.frontdesk-popup-content
  .business-hours
  .week-block
  .week-inner
  .switch-block
  .switch-outer {
  margin: 0 0px 0 18px;
}

.frontdesk-popup-content .business-hours .btn {
  background: var(--pri);
  color: var(--white);
  justify-content: space-between;
  margin-top: 15px;
}

.frontdesk-popup-content .business-hours .btn:hover {
  transform: none;
  padding: 0 25px;
}

.frontdesk-popup-content .business-hours .week-block .week-inner span {
  font-size: 14px;
}

.frontdesk-popup-content
  .business-hours
  .week-block
  .week-inner
  .dropdown-header
  span {
  font-size: 13px;
}

.frontdesk-popup-content .business-hours .week-block {
  position: relative;
}

.frontdesk-popup-content .business-hours .week-block .error {
  top: unset;
  bottom: -20px;
}

/* FRONT DESK POPUP END */

#property-info .gallery-block .gallery-inner .img-block {
  position: relative;
  overflow: hidden;
  border-radius: 5px;
  border: 1px solid #d7d7d7;
  min-height: 125px;
}

#property-info .gallery-block .gallery-inner .img-block img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#property-info .gallery-block .gallery-inner .img-block .title {
  position: absolute;
  right: 6px;
  bottom: 6px;
  background: var(--white);
  padding: 0 8px;
  min-height: 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  box-shadow: 0px 0px 4px #0000001c;
}

#property-info .gallery-block .gallery-inner .img-block .title span {
  color: var(--pri);
  font-size: 11px;
  font-weight: 700;
  line-height: 13px;
}

#property-info .gateway-wrapper .inner-wrapper label {
  text-transform: capitalize;
  color: #4c4c4c;
}

#property-info .left .inner-scroll {
  max-height: 262px;
}

#property-info .breadcrumb-wrapper {
  margin: 0;
}

.payment-gateway-content .customer-details p .link {
  color: var(--pri);
  cursor: pointer;
}

#property-info .gateway-block .img-block {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 21px;
}

#property-info .gateway-block .img-block img {
  width: 100%;
}

#property-info .gateway-block .hotel-block {
  display: inline-flex;
  align-items: center;
  width: 22%;
  min-width: 180px;
}

#property-info .gateway-block .paymen-col {
  width: 71%;
  min-width: 350px;
}

#property-info .gateway-block .paymen-col .payment-block {
  min-height: 49px;
  border-radius: 30px;
  background: var(--white);
  box-shadow: 0px 0px 3px #0000006b inset;
  padding: 10px 22px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 120px;
  margin-right: 55px;
}

#property-info .gateway-block .listing-block .listing-inner .list-item {
  margin-bottom: 15px;
}

#property-info
  .gateway-block
  .listing-block
  .listing-inner
  > .list-item:last-of-type {
  margin-bottom: 0;
}

#property-info .gateway-block .edit-col {
  width: 12%;
}

#property-info .gateway-block .property-col {
  width: 9%;
  min-width: 70px;
}

#property-info .gateway-block .header .manage {
  font-size: 14px;
  color: var(--pri);
  display: inline-flex;
  align-items: center;
  cursor: pointer;
  position: relative;
  padding-right: 17px;
}

#property-info .gateway-block .header .manage img {
  position: absolute;
  max-width: 7px;
  right: 0;
  transition: 0.3s all ease;
}

#property-info .gateway-block .header .manage:hover img {
  right: -3px;
}

#property-info .gateway-block .header .manage:hover {
  color: var(--pri2);
}

#property-info .gateway-block .no-record {
  box-shadow: none;
  width: 100%;
  padding: 10px 0;
}

.frontdesk-popup-content .customer-details h2 {
  display: inline-flex;
  align-items: center;
}

.frontdesk-popup-content .customer-details h2 img {
  max-width: 28px;
  margin-right: 10px;
}

img.blue-to-orange {
  filter: hue-rotate(141deg) brightness(210%);
}

.frontdesk-popup-content .business-hours .btn {
  min-width: 250px;
}

#property-info
  .left
  .inner-wrapper
  .right
  .profile-wrapper
  .profile-listing
  .listing-wrapper
  .right-block
  .verification-block {
  border: 1px solid #00000042;
  border-radius: 5px;
  height: 32px;
  margin-right: 15px;
  margin-top: 2px;
}

#property-info
  .left
  .inner-wrapper
  .right
  .profile-wrapper
  .profile-listing
  .listing-wrapper
  .right-block
  .verification-block
  > div {
  display: inline-flex;
  align-items: center;
  padding: 5px;
  min-width: 90px;
}

#property-info
  .left
  .inner-wrapper
  .right
  .profile-wrapper
  .profile-listing
  .listing-wrapper
  .right-block
  .verification-block
  > div {
  margin-right: 5px;
  /* max-width: 19px; */
}

#property-info
  .left
  .inner-wrapper
  .right
  .profile-wrapper
  .profile-listing
  .listing-wrapper
  .right-block
  .verification-block
  > div {
  font-size: 13px;
  color: #34a95e;
}

#property-info
  .left
  .inner-wrapper
  .right
  .profile-wrapper
  .profile-listing
  .listing-wrapper
  .right-block
  .verification-block
  > div
  img {
  max-width: 20px;
  margin-right: 5px;
}

#property-info
  .left
  .inner-wrapper
  .right
  .profile-wrapper
  .profile-listing
  .listing-wrapper
  .right-block
  .verification-block
  > div
  span {
  font-size: 13px;
  color: #34a95e;
}

#property-info
  .left
  .inner-wrapper
  .right
  .profile-wrapper
  .profile-listing
  .listing-wrapper
  .right-block
  .verification-block
  .not-verified {
  min-width: 116px;
}

#property-info
  .left
  .inner-wrapper
  .right
  .profile-wrapper
  .profile-listing
  .listing-wrapper
  .right-block
  .verification-block
  .not-verified
  span {
  color: #e5373e;
}

#property-info
  > .left
  .property-wrapper
  .tags-wrapper
  > .tags-block:last-of-type {
  margin-bottom: 0;
}

#property-info .rooms-block .text-wrapper {
  margin-bottom: 15px;
}

#property-info .rooms-block .text-wrapper p {
  font-size: 14px;
}

#property-info .rooms-block .header {
  width: calc(100% - 150px);
  margin: 0;
}

#property-info .rooms-block .header-block {
  margin-bottom: 17px;
  display: flex;
  justify-content: space-between;
}

#property-info .rooms-block .listing-inner {
  margin-top: 15px;
}

#property-info .left .tile-common .switch-sidebar {
  display: none;
}

#property-info .right .header .Close {
  display: none;
}

#property-info .gateway-block .listing-block .listing-inner .list-item {
  border: none;
  box-shadow: none;
  padding: 0;
}

#property-info .gateway-block .listing-block .listing-inner .list-item {
  overflow: auto;
}

.gateway-control-ui {
}

.gateway-control-ui .inner-card {
  display: flex;
  flex-wrap: wrap;
  width: auto;
  padding: 14px 10px 7px !important;
  margin-top: 0px;
  background: #3636360a;
}

.gateway-control-ui .inner-card .form-control {
  flex: 0 0 50%;
  max-width: 50%;
  word-break: break-all;
  padding: 0 8px;
  margin-bottom: 14px;
}

.gateway-control-ui .inner-card .form-control > label {
  position: inherit;
  bottom: inherit;
  top: 0;
  margin-bottom: 7px;
  font-size: 13px;
  display: block;
  color: #000;
  font-weight: 500;
}

.payment-gateway-content .customer-details .gateway-control-ui p {
  margin: 0;
}

.tabs-head-block {
  border: 1px solid var(--pri);
  border-radius: 6px;
}

.tabs-head-block span {
  display: inline-block;
  cursor: pointer;
  height: 40px;
  line-height: 40px;
  padding: 0 20px;
  margin: 0 0 0 -1px;
  min-width: 140px;
  text-align: center;
  color: #000;
  border-right: 1px solid var(--pri);
  font-size: 14px;
  transition: all 0.5s ease;
}

.tabs-head-block span.active {
  background-color: var(--pri);
  color: #fff;
  font-weight: 600;
}

.tabs-head-block span:first-child {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}

.tabs-head-block span:last-child {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
  border-right: none;
}

.hotel-info-block {
  display: flex;
}

.right-block-info {
  width: 346px;
  position: fixed;
  top: 130px;
  padding: 30px 0 0;
  background: radial-gradient(ellipse at 60% 80%, #eff4fe 40%, #ffffff);
  right: 0;
  height: calc(100% - 130px);
}

/* .hotel-info-block .left-block-info {
  flex: 0 0 calc(100% - 346px);
} */

.left-block-info {
  width: calc(100% - 346px);
  height: calc(100vh - 147px);
  overflow-y: auto;
  overflow-x: hidden;
}

.mp-info .common-block-ui {
  min-height: calc(100vh - 144px);
}

.gallery-block:empty {
  display: none;
}

.verification-block i.cs-icon {
  font-size: 18px;
  margin-right: 6px;
}

.verification-block .not-verified i.cs-icon {
  color: #e5373e;
}

@media screen and (max-width: 1600px) {
  .tabs-head-block span {
    font-size: 12px;
    min-width: 120px;
  }
}

@media screen and (max-width: 1400px) {
  .right-block-info {
    width: 250px;
  }

  #property-info .left .inner-wrapper .timing-inner .right {
    padding: 0;
  }
}

/*
@media screen and (min-width: 1800px) {
  #property-info .left .tile-common h2 {
    font-size: 30px;
  }

  #property-info .left .tile-common p {
    font-size: 18px;
  }

  #property-info .left .inner-wrapper .left .img-block {
    max-height: 300px;
  }

  #property-info
    .left
    .inner-wrapper
    .right
    .profile-wrapper
    .profile-listing
    .listing-wrapper
    .left
    h4 {
    font-size: 18px;
  }

  #property-info
    .left
    .inner-wrapper
    .right
    .profile-wrapper
    .profile-listing
    .listing-wrapper
    .left {
    padding-left: 38px;
  }

  #property-info
    .left
    .inner-wrapper
    .right
    .profile-wrapper
    .profile-listing
    .listing-wrapper {
    min-height: 75px;
  }

  #property-info .edit-block img {
    max-width: 18px;
  }

  #property-info
    .left
    .inner-wrapper
    .right
    .profile-wrapper
    .profile-listing
    .listing-wrapper
    .left
    img {
    width: 27px;
    top: -1px;
  }

  #property-info
    .left
    .inner-wrapper
    .right
    .profile-wrapper
    .profile-listing
    .listing-wrapper
    .right-block
    .verification-block
    > div
    span {
    font-size: 17px;
  }

  #property-info
    .left
    .inner-wrapper
    .right
    .profile-wrapper
    .profile-listing
    .listing-wrapper
    .right-block
    .verification-block {
    height: 42px;
  }

  #property-info
    .left
    .inner-wrapper
    .right
    .profile-wrapper
    .profile-listing
    .listing-wrapper
    .right-block
    .verification-block
    > div {
    padding: 10px 15px;
  }

  #property-info
    .left
    .inner-wrapper
    .right
    .profile-wrapper
    .profile-listing
    .listing-wrapper
    .right-block
    .verification-block
    .not-verified {
    min-width: 161px;
  }

  #property-info .left .header h3 {
    font-size: 22px;
  }

  #property-info
    .left
    .inner-wrapper
    .left
    .front-desk
    .timing-wrapper
    .timing-inner
    span {
    font-size: 18px;
  }

  #property-info
    .left
    .inner-wrapper
    .left
    .front-desk
    .timing-wrapper
    .timing-inner {
    margin-bottom: 15px;
  }

  #property-info .left .inner-wrapper .right .desc-wrapper .text-wrapper p {
    font-size: 18px;
  }

  #property-info .left .header img {
    max-width: 18px;
  }

  #property-info .gateway-block .header .manage {
    font-size: 17px;
  }
  .frontdesk-popup-content
    .business-hours
    .week-block
    .week-inner
    .switch-block
    .switch-outer {
    margin: 0 35px 0 45px;
  }
  .frontdesk-popup-content .customer-details h2 {
    font-size: 22px;
  }
  #property-info > .left {
    height: calc(100vh - 88px);
  }
  #property-info .right .rooms-listing {
    height: calc(100vh - 135px);
  }
  #property-info > .left {
    height: calc(100vh - 88px);
    width: calc(100% - 380px);
  }

  #property-info .right .rooms-listing {
    height: calc(100vh - 139px);
  }

  .right-block-info {
    width: 380px;
  }

  #property-info .right .header h3 {
    font-size: 18px;
  }

  #property-info .right .rooms-listing .room-block .text-wrapper h4 {
    font-size: 16px;
  }

  #property-info .right .rooms-listing .room-block .text-wrapper span {
    font-size: 14px;
  }

  #property-info .right .rooms-listing .room-block {
    min-height: 68px;
    align-items: center;
    margin-bottom: 18px;
  }

  #property-info .right .rooms-listing .room-block .img-block {
    width: 40px;
    height: 40px;
  }
  .frontdesk-popup-content .business-hours .week-block .week-inner {
    margin-bottom: 20px;
  }
  .frontdesk-popup-content .customer-details p {
    font-size: 16px;
  }
  .payment-gateway-content .customer-details p {
    font-size: 14px;
  }
  .frontdesk-popup-content .customer-details form {
    margin-top: 20px;
  }
  .payment-gateway-content .customer-details h2 {
    font-size: 22px;
  }
  .payment-gateway-content .customer-details .inner-wrapper .form-control h3 {
    font-size: 18px;
  }
}*/

@media screen and (max-width: 1450px) {
  .left-block-info {
    width: calc(100% - 280px);
  }

  .right-block-info {
    width: 280px;
  }

  #property-info
    .left
    .inner-wrapper
    .right
    .profile-wrapper
    .profile-listing
    .listing-wrapper {
    padding: 10px 14px;
    min-height: 58px;
  }

  #property-info
    .left
    .inner-wrapper
    .right
    .profile-wrapper
    .profile-listing
    .listing-wrapper
    .left
    h4 {
    font-size: 13px;
  }

  #property-info .left .inner-wrapper .left .front-desk {
    padding: 16px 16px;
  }

  #property-info .left .inner-wrapper .right .desc-wrapper {
    padding: 16px;
  }

  #property-info .left .header h3 {
    font-size: 16px;
  }
}

@media screen and (max-width: 1200px) {
  .left-block-info {
    width: calc(100% - 280px);
  }

  .right-block-info {
    width: 280px;
  }
}

@media screen and (max-width: 1200px) {
  .left-block-info .property-wrapper .tile-common {
    flex: 1;
  }

  /* #property-info .left .inner-wrapper .left {
    width: 35%;
  } */
  #property-info
    .left
    .inner-wrapper
    .right
    .profile-wrapper
    .profile-listing
    .listing-wrapper
    .left
    h4 {
    font-size: 13px;
  }

  #property-info
    .left
    .inner-wrapper
    .right
    .profile-wrapper
    .profile-listing
    .listing-wrapper {
    padding: 12px 18px;
  }

  #property-info
    .left
    .inner-wrapper
    .right
    .profile-wrapper
    .profile-listing
    .listing-wrapper
    .right-block
    .verification-block {
    margin-right: 10px;
  }

  .left-block-info {
    width: calc(100% - 260px);
  }

  .right-block-info {
    width: 260px;
  }

  #property-info .right .header {
    padding: 0 20px;
    margin-bottom: 5px;
  }

  #property-info .right .rooms-listing .room-block {
    padding: 10px 12px;
    min-height: 60px;
  }

  #property-info .right .rooms-listing .room-block .img-block {
    margin-right: 11px;
  }

  #property-info .left .header {
    margin-bottom: 20px;
  }

  #property-info .left .inner-wrapper .right .desc-wrapper .header {
    margin-bottom: 18px;
  }
}

@media screen and (max-width: 1100px) {
  .right-block-info {
    display: none;
  }

  .left-block-info {
    width: 100%;
  }
}

@media screen and (max-width: 991px) {
  #property-info .left .inner-wrapper > .left {
    width: 100%;
    margin-bottom: 20px;
  }

  #property-info .left .inner-wrapper .right {
    width: 100%;
  }

  #property-info .left .tile-common {
    margin-bottom: 20px;
  }

  #property-info .left .inner-wrapper {
    margin-bottom: 20px;
  }

  .tabs-head-block span {
    padding: 0 10px;
    min-width: 100px;
    font-size: 12px;
    height: 35px;
    line-height: 35px;
    white-space: nowrap;
  }
}

@media screen and (max-width: 767px) {
  .right-block-info {
    position: fixed;
    right: 0;
    top: 71px;
    bottom: 0;
    width: 300px;
    z-index: 1;
    box-shadow: 0px -4px 6px #00000026;
    transform: translateX(110%);
    transition: 0.3s all ease;
  }

  .right-block-info.show {
    transform: translateX(0);
  }

  .left-block-info {
    width: 100%;
  }

  #property-info .left .inner-wrapper .left .img-block {
    max-height: 235px;
  }

  #property-info .left .tile-common {
    margin-bottom: 0;
  }

  #property-info .left .tile-common h2 {
    padding-right: 30px;
  }

  #property-info .left .tile-common {
    position: relative;
  }

  #property-info .left .tile-common .switch-sidebar {
    position: absolute;
    right: 0;
    top: -5px;
    border-radius: 50%;
    background: var(--white);
    box-shadow: 0px 0px 4px #00000040;
    width: 34px;
    height: 34px;
    align-items: center;
    justify-content: center;
    display: inline-flex;
  }

  #property-info .left .tile-common .switch-sidebar img {
    max-width: 19px;
  }

  #property-info .right .header .Close {
    display: inline-flex;
  }

  #property-info .right .header .Close h3 {
    width: calc(100% - 30px);
  }

  #property-info .right .header {
    display: flex;
    justify-content: space-between;
  }

  #property-info .right .header .Close:before,
  #property-info .right .header .Close:after {
    background: var(--black);
  }

  .left-block-info .property-wrapper .table-card-ui {
    padding: 0 15px;
  }

  .left-block-info .property-wrapper {
    padding-bottom: 10px;
    padding-top: 18px;
  }

  .left-block-info {
    height: auto;
  }

  .info-hotel-preview {
    padding-top: var(--headheight);
  }

  .heading-inner-block {
    align-items: center;
    margin-bottom: 25px;
  }

  .business-hours .week-block .week-inner {
    margin-bottom: 0;
    padding: 4px 10px;
    border-radius: 10px;
  }
}

@media screen and (max-width: 600px) {
  .left-block-info {
    width: 100%;
  }

  #property-info .left .inner-wrapper .left .img-block {
    max-height: 200px;
  }

  #property-info .left .tile-common h2 {
    font-size: 20px;
  }

  #property-info .left .tile-common p {
    font-size: 13px;
  }

  #property-info
    .left
    .inner-wrapper
    .right
    .profile-wrapper
    .profile-listing
    .listing-wrapper {
    padding: 10px 15px;
  }

  #property-info
    .left
    .inner-wrapper
    .right
    .profile-wrapper
    .profile-listing
    .listing-wrapper
    .right-block
    .verification-block
    > div
    span {
    font-size: 11px;
  }

  #property-info
    .left
    .inner-wrapper
    .right
    .profile-wrapper
    .profile-listing
    .listing-wrapper
    .right-block
    .verification-block
    .not-verified {
    min-width: 98px;
  }

  #property-info
    .left
    .inner-wrapper
    .right
    .profile-wrapper
    .profile-listing
    .listing-wrapper
    .right-block
    .verification-block
    > div
    img {
    max-width: 15px;
    margin-right: 4px;
  }

  #property-info
    .left
    .inner-wrapper
    .right
    .profile-wrapper
    .profile-listing
    .listing-wrapper
    .right-block
    .verification-block {
    height: 28px;
    display: inline-flex;
    margin-right: 6px;
  }

  #property-info
    .left
    .inner-wrapper
    .right
    .profile-wrapper
    .profile-listing
    .listing-wrapper
    .left {
    width: calc(100% - 144px);
  }

  #property-info
    .left
    .inner-wrapper
    .right
    .profile-wrapper
    .profile-listing
    .listing-wrapper
    .left
    h4 {
    font-size: 12px;
    line-height: 16px;
  }

  #property-info .left .tile-common {
    margin-bottom: 15px;
  }

  #property-info .left .header h3 {
    font-size: 14px;
  }

  #property-info .left .inner-wrapper .left .front-desk {
    padding: 20px 18px;
  }

  #property-info .left .header img {
    max-width: 15px;
  }

  #property-info .left .header {
    margin-bottom: 15px;
  }

  #property-info
    .left
    .inner-wrapper
    .left
    .front-desk
    .timing-wrapper
    .timing-inner
    span {
    font-size: 12px;
  }

  #property-info .gateway-block .header .manage {
    font-size: 12px;
    padding-right: 12px;
  }

  #property-info .left .inner-wrapper .right .desc-wrapper .header {
    margin-bottom: 15px;
  }

  #property-info .gateway-block .no-record {
    padding: 20px 0;
  }

  .no-record h2 {
    font-size: 13px;
    margin-top: 4px;
  }

  .no-record img {
    max-width: 44px;
  }

  #property-info .left .inner-wrapper .right .desc-wrapper {
    padding: 20px 18px;
  }

  #property-info .gateway-block {
    padding: 20px 18px;
  }

  .frontdesk-popup-content .customer-details h2 {
    font-size: 16px;
  }

  .frontdesk-popup-content .customer-details p {
    font-size: 13px;
    line-height: 16px;
  }

  .payment-gateway-content .customer-details h2 {
    font-size: 16px;
  }

  #property-info
    .left
    .inner-wrapper
    .right
    .profile-wrapper
    .profile-listing
    .listing-wrapper {
    min-height: 50px;
  }

  .tabs-head-block {
    display: table;
    margin-top: 7px;
    width: 100%;
    border-radius: 8px;
  }

  .tabs-head-block span {
    padding: 0 10px;
    min-width: 0;
    font-size: 12px;
    margin: 0;
    display: table-cell;
    width: 33.3%;
  }
}

@media screen and (max-width: 450px) {
  .right-block-info {
    top: 68px;
    width: 100%;
  }
}

@media screen and (max-width: 340px) {
  #property-info
    .left
    .inner-wrapper
    .right
    .profile-wrapper
    .profile-listing
    .listing-wrapper
    .right-block
    .verification-block
    .not-verified
    span {
    display: none;
  }

  #property-info
    .left
    .inner-wrapper
    .right
    .profile-wrapper
    .profile-listing
    .listing-wrapper
    .right-block
    .verification-block
    .not-verified {
    min-width: 21px;
  }

  #property-info
    .left
    .inner-wrapper
    .right
    .profile-wrapper
    .profile-listing
    .listing-wrapper
    .right-block
    .verification-block
    > div
    img {
    max-width: 16px;
  }

  #property-info
    .left
    .inner-wrapper
    .right
    .profile-wrapper
    .profile-listing
    .listing-wrapper
    .left {
    width: calc(100% - 70px);
  }

  #property-info .left .header h3 {
    font-size: 13px;
  }
}

@media screen and (max-width: 320px) {
  #property-info .gateway-block .header .manage {
    font-size: 11px;
  }

  #property-info .gateway-block .header .manage img {
    max-width: 6px;
  }
}
