:root {
  --calCell: 30;
}

.cs-wrapper.mp-rate-calender {
  min-width: 100%;
  width: auto;
}

.listing-wrapper.calander-rate-section {
  padding-right: 0;
  padding-top: 0px;
  padding-left: 0;
  width: 100%;
  /* overflow: auto; */
  /* max-height: calc(100vh - 80px); */
  display: flex;
  flex-wrap: wrap;
}

.calander-rate-section .ns-room-list {
  padding: 30px 0 10px 30px;
  /* width: 100%; */
  display: flex;
  flex-wrap: wrap;
  width: auto;
  min-width: 100%;
}

.ns-calendar-header-block {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 90px;
  box-shadow: 0 5px 12px rgba(0, 0, 0, 0.1);
  flex-wrap: nowrap;
  /* width: 100%; */
  background: #fff;
  left: 0;
  padding-left: 40px;
  min-width: 100%;
  z-index: 5;
  position: sticky;
  top: 67px;
}

.ns-hote-group:last-child .ns-room-number-item {
  border-radius: 0 0 0 25px;
}

.room-avalible-count .room-count-num {
  position: relative;
}

.room-avalible-count .room-count-num.weekend:before {
  content: "";
  position: absolute;
  left: -10px;
  bottom: -17px;
  width: 50px;
  height: 65px;
  z-index: -1;
  background: rgb(255 222 218 / 55%);
}

.ns-date-picker {
  display: flex;
  position: relative;
  z-index: 6;
  align-items: center;
  cursor: pointer;
  flex: 0 0 290px;
  margin-right: 40px;
  top: 2px;
}

.react-date-picker
  .react-date-picker__wrapper
  button.react-date-picker__button {
  position: inherit;
  width: auto;
}

.ns-calander-icon {
  display: grid;
  place-items: center;
  margin-right: 10px;
}

.ns-date-picker p.ns-cal-date {
  font-weight: 600;
  color: var(--pri);
}

.ns-date-picker .react-date-picker .react-date-picker__wrapper {
  box-shadow: none;
}

.ns-date-picker .react-date-picker * {
  font-size: 15px;
  /* font-weight: 600;
  color: var(--pri); */
}

.react-calendar__tile:disabled,
.react-calendar__navigation button[disabled] {
  background-color: transparent;
  opacity: 0.3;
}

.react-calendar__month-view__days__day--weekend {
  color: inherit;
}

.ns-calendar-header-block .ns-dateSelect-btns {
  display: flex;
  flex-wrap: nowrap;
  height: 40px;
  margin-left: 15px;
}

.ns-dateSelect-btns .ns-dateSelect-btn {
  background-color: rgba(var(--pri-rgb), 0.12);
  padding: 5px;
  cursor: pointer;
  transition: 0.2s;
  width: 34px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.ns-dateSelect-btns .ns-dateSelect-btn img {
  max-width: 10px;
}

.ns-dateSelect-btns .ns-dateSelect-btn:hover {
  background-color: rgba(var(--pri-rgb), 0.2);
}

.ns-dateSelect-btns .ns-dateSelect-btn:first-child {
  border-top-left-radius: 18px;
  border-bottom-left-radius: 18px;
}

.ns-dateSelect-btns .ns-dateSelect-btn:last-child {
  border-top-right-radius: 18px;
  border-bottom-right-radius: 18px;
}

.ns-dateSelect-btns .ns-dateSelect-btn:last-child img {
  transform: rotate(180deg);
}

.ns-date-picker .react-date-picker__clear-button {
  display: none !important;
}

.ns-date-picker .react-date-picker__calendar-button {
  width: auto !important;
}

.ns-date-picker .react-date-picker__inputGroup {
  display: none !important;
}

.ns-date-picker .react-date-picker {
  min-width: 175px;
}

.ns-top-dates {
  display: grid;
  grid-template-columns: repeat(calc(var(--calCell) + 2), 50px);
  place-items: center;
  border: 2px solid var(--greylt3);
  border-top-left-radius: 26px;
  border-bottom: none;
  border-right: none;
  padding: 0 10px;
}

.ns-top-dates .ns-top-cal-btn {
  width: 100%;
  height: 100%;
  display: grid;
  place-items: center;
  cursor: pointer;
  transition: filter 0.1s;
}

.ns-top-dates .ns-top-cal-btn:hover {
  filter: brightness(1);
}

.ns-top-dates .ns-top-cal-btn img {
  max-width: 10px;
  filter: brightness(0);
}

.ns-top-dates .ns-top-cal-btn:last-child {
  position: sticky;
  right: 0;
  background-color: #fff;
}

.ns-top-dates .ns-top-cal-btn:last-child img {
  transform: rotate(180deg);
}

.ns-top-dates .ns-top-dates-item {
  padding: 7px;
  text-align: center;
  color: var(--grey);
  width: 100%;
}

.ns-top-dates .ns-top-dates-item.active {
  color: var(--pri);
}

.ns-top-dates .ns-top-dates-item .ns-top-day {
  font-size: 12px;
  font-weight: 600;
}

.ns-top-dates .ns-top-dates-item .ns-top-date {
  font-size: 26px;
  font-weight: 900;
}

.ns-top-dates .ns-top-dates-item .ns-top-mon {
  font-size: 12px;
  font-weight: 400;
}

.ns-top-dates .ns-top-dates-item + .ns-top-dates-item {
  border-left: 1px solid var(--greylt3);
}

.ns-top-dates .ns-top-dates-item span {
  display: block;
}

.ns-room-list {
  padding: 30px;
}

/* room list style starts */

.ns-room-list-item + .ns-room-list-item {
  margin-top: 20px;
}

.ns-room-list-item .ns-roomitem-header {
  display: flex;
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
  padding: 10px 0 10px 20px;
  border-top-left-radius: 18px;
  border-bottom-left-radius: 18px;
  position: relative;
  z-index: 4;
  /* top: 74px; */
  background-color: #fff;
  min-height: 64px;
}

.ns-room-name {
  display: flex;
  align-items: center;
  flex: 0 0 330px;
}

.ns-room-name p {
  white-space: nowrap;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  cursor: pointer;
}

.ns-room-name img {
  max-width: 24px;
  margin-right: 10px;
}

.ns-room-number-available,
.ns-roomitem-header .room-avalible-count {
  display: grid;
  grid-template-columns: repeat(calc(var(--calCell)), 50px);
  padding-left: 50px;
  padding-right: 50px;
}

.ns-room-number-available {
  width: 848px;
  min-width: 848px;
  display: block;
}

.ns-room-available {
  display: flex;
  padding-left: 50px;
  border-bottom: 1px solid var(--greylt3);
  padding-right: 60px;
  grid-template-columns: repeat(calc(var(--calCell) + 2), 50px);
}

.ns-room-available .ns-room-available-item {
  position: relative;
  border-left: 1px solid #e8e8e8;
  height: 49px;
}

.ns-room-available .ns-room-available-item:last-child,
.ns-room-available:last-child {
  border-right: 1px solid #e8e8e8;
}

.room-avalible-count .room-avalible-count-item {
  border-left: 1px solid transparent;
  width: 100%;
  padding: 7px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
}

.room-avalible-count .room-count-num {
  width: 30px;
  height: 30px;
  border-radius: 7px;
  box-shadow: inset -1px 3px 7px rgba(0, 0, 0, 0.15);
  display: grid;
  place-items: center;
  background: var(--white);
}

.room-avalible-count .room-count-num.active {
  color: var(--pri);
}

.ns-room-number-available {
  position: relative;
  z-index: 1;
  padding-left: 0;
  padding-right: 46px;
}

.ns-room-number {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: nowrap;
  background-color: var(--white);
  position: relative;
  left: 20px;
  box-shadow: -5px 5px 15px rgba(0, 0, 0, 0.15);
  border-radius: 0 0 25px 25px;
  overflow: hidden;
  max-width: calc(100% - 20px);
  max-height: 0;
  overflow: hidden;
  transition: 0.25s;
}

.ns-room-number.show {
  max-height: 100%;
  overflow: inherit;
}

.ns-room-available-item,
.ns-room-number-item {
  height: 50px;
  display: flex;
  align-items: center;
  width: 50px;
  justify-content: center;
  background-color: white;
}

.ns-room-number-item {
  border-bottom: 1px solid var(--greylt3);
}

.ns-room-number-item span.ns-info-icon {
  margin-left: 15px;
  cursor: pointer;
}

.ns-room-number-item span.ns-info-icon img {
  filter: brightness(0.4);
  max-width: 20px;
}

.ns-room-available:last-child,
.ns-room-available:last-child .ns-room-available-item,
.ns-room-number-item:last-child {
  border-bottom: none;
}

.ns-room-number-list {
  flex: 1;
  width: 100%;
  left: 59px;
  min-width: 324px;
}

.ns-room-number-list .ns-room-number-item {
  width: 100%;
  justify-content: flex-start;
  padding-left: 30px;
}

.ns-room-available-item.no-data img {
  display: none;
}

.ns-room-available-item.no-data::before {
  position: absolute;
  inset: 0px;
  background-color: rgba(255, 255, 0, 0.4);
  content: "-";
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 10px;
}

.ns-room-available:last-child {
  border-right: none;
}

.ns-calendar-header-block ul li {
  float: left;
  margin-left: 10px;
}

/* Rate Tab css  */

.rackrate-head label {
  font-size: 13px;
  margin-right: 20px;
  min-width: 130px;
  word-break: break-all;
}

.channel-dropdown {
  height: 34px;
  line-height: 34px;
  color: var(--pri);
  padding: 0 45px 0 20px;
  border-radius: 50px;
  position: relative;
  cursor: pointer;
  font-size: 13px;
  white-space: nowrap;
}

.channel-dropdown.active {
  background-color: 0 0 0px 10px rgba(var(--pri-rgb), 0.1);
}

.channel-dropdown::before {
  content: "";
  position: absolute;
  right: 25px;
  top: 13px;
  width: 7px;
  height: 7px;
  border-left: 2px solid;
  border-bottom: 2px solid;
  transform: rotate(-135deg);
}

.channel-dropdown.active::before {
  transform: rotate(-45deg);
  top: 10px;
}

.rackrate-head {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #e8e8e8;
}

.rackrate-head:last-child {
  border-bottom: none;
}

.rackrate-head .ns-room-number-item {
  padding: 8px 0 8px 32px;
  border-bottom: none;
  /* width: auto; */
}

.hotel-rate-rack {
  display: flex;
  flex-wrap: wrap;
}

.ns-hote-group {
  width: 100%;
}

.hotel-rate-rack .ns-room-available-item,
.hotel-rate-rack .ns-room-number-item {
  height: 50px;
  font-size: 13px;
}

.ns-room-number-item.ht-list-ui strong {
  margin-right: 5px;
}

.rackrate-list {
  width: 100%;
  background-color: #ffffff;
  max-height: 0;
  overflow: hidden;
  transition: 0.25s;
}

.rackrate-list .rackrate-head:nth-child(odd) {
  background-color: #eef1f3;
}

.ns-hote-group:last-child .rackrate-list {
  border-radius: 0 0 25px 25px;
}

.rackrate-list.show {
  max-height: 100%;
  overflow: visible;
}

.rackrate-list .ns-room-available-item,
.rackrate-list .ns-room-number-item {
  background-color: transparent;
}

.rackrate-list .ns-room-number-item.ht-list-ui {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  word-wrap: inherit;
  vertical-align: middle;
  display: inline-block;
  padding: 16px 30px 16px 72px;
  min-width: 332px;
}

.ns-room-available-item:hover {
  background: #ffe0cd;
  cursor: pointer;
}

.ns-room-available-item.weekend,
.ns-top-dates-item.weekend {
  background: rgb(255 222 218 / 55%);
}

.rackrate-head.head-channel-row .ns-room-available-item:hover {
  background: initial;
  cursor: default;
}

/* .hotel-rate-rack .ns-room-number-item {
	margin-right: -30px;
} */

/* .hotel-rate-rack .ns-room-available, .rate-tab-content .ns-room-list-item .ns-roomitem-header .ns-room-available{
    padding-right: 46px;
} */

.tab-block {
  position: fixed;
  top: -2px;
  left: 80px;
  z-index: 12;
  border-bottom: 1px solid #d7d7d7;
  width: 310px;
}

.tab-block ul {
  display: inline-flex;
}

header .left {
  position: relative;
}

.tab-block a {
  height: 52px;
  display: inline-block;
  line-height: 52px;
  color: #000;
  padding: 0 12px;
  position: relative;
  cursor: pointer;
}

.tab-block a:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  height: 3px;
  background-color: var(--pri);
  margin: auto;
  width: 0;
  bottom: 0;
}

.tab-block a.active:before {
  width: 100%;
}

.rate-tab-content .ns-room-list-item .ns-roomitem-header {
  padding: 0;
}

.rate-tab-content .ns-room-list-item .ns-room-name {
  padding: 10px 0 10px 20px;
}
.rate-tab-content .ns-room-list-item .ns-room-name span {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

/* .rate-tab-content .ns-room-available .ns-room-available-item{
    height: 63px;
} */

.grid-hide {
  visibility: hidden;
}

.rate-tab-content
  .ns-room-available
  .ns-room-available-item.no-data
  .cs-tooltip {
  visibility: visible;
}

/* Calender Css start */

.react-date-picker__calendar .react-calendar {
  border-radius: 17px;
  overflow: hidden;
  border: none;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.5);
}

.calander-rate-section
  .react-date-picker__calendar.react-date-picker__calendar--open {
  top: 38px !important;
}

.react-date-picker__calendar.react-date-picker__calendar--open {
  top: 33px !important;
  left: -40px !important;
  position: absolute;
}

.ns-date-picker .react-date-picker .react-calendar__month-view__weekdays abbr {
  font-size: 12px;
  text-decoration: none;
  color: #000;
}

.react-date-picker
  .react-date-picker__wrapper
  button.react-date-picker__button
  svg {
  display: none;
}

.react-date-picker .react-calendar__tile--active abbr {
  color: #ffffff;
  background-color: var(--pri);
}

.react-date-picker .react-calendar__tile--active:enabled abbr {
  color: #ffffff;
  background-color: var(--pri) !important;
}

.react-date-picker .react-calendar__tile--active {
  background: transparent !important;
}

.react-calendar button.react-calendar__month-view__days__day abbr {
  display: inline-block;
  width: 32px;
  height: 32px;
  line-height: 32px;
  border-radius: 50px;
  font-size: 14px !important;
  /* width: 100%;
  height: 100%; */
}

.react-calendar
  button.react-calendar__year-view__months__month.react-calendar__tile--hasActive,
.react-calendar button.react-calendar__year-view__months__month abbr {
  background: transparent !important;
  padding: 8px;
  border-radius: 10px;
}

.react-calendar
  button.react-calendar__year-view__months__month.react-calendar__tile--hasActive
  abbr {
  background-color: var(--pri) !important;
  color: var(--white);
}

.react-calendar button {
  padding: 4px 0px;
}

.react-calendar__tile:enabled:hover,
.react-calendar__tile:enabled:focus {
  background-color: transparent !important;
}

.react-calendar__tile:enabled:hover abbr,
.react-calendar__tile:enabled:focus abbr {
  background-color: #e6e6e6;
}

.react-calendar__tile--now {
  background: transparent !important;
}

.react-calendar__tile--now abbr {
  background-color: #ffff76;
  color: #000000;
}

.react-calendar__navigation {
  display: flex;
  height: 60px;
  margin-bottom: 10px;
  margin: 0;
  padding: 10px 10px;
}

.react-calendar__navigation .react-calendar__navigation__arrow {
  width: 34px;
  height: 34px;
  border-radius: 50px;
  min-width: 0;
  transition: all 0.4s ease;
}

.react-calendar__navigation .react-calendar__navigation__label {
  background-color: transparent !important;
}

.react-calendar__navigation .react-calendar__navigation__label:hover {
  color: var(--pri);
}

.react-date-picker__calendar {
  max-width: 325px;
}

.react-calendar__month-view__days__day--neighboringMonth {
  color: #a2a2a2 !important;
}

/* 
.react-calendar .react-calendar__month-view__days  button {
  border: 1px solid #ededed;
} */

.ns-room-list-item {
  min-width: 100%;
}

.calander-rate-section .no-record {
  width: calc(100vw - 142px);
  position: sticky;
  left: 112px;
  margin: 20px 30px;
}

.rackrate-head.ns-room-number-list.rate-block-wrap {
  flex-wrap: wrap;
}

.main-rate-room {
  display: flex;
  width: 100%;
}

.restriction-rate {
  width: 100%;
}

.cs-row-restriction {
  display: flex;
  border-top: 1px solid #e8e8e8;
}

.cs-row-restriction .ns-room-available {
  position: relative;
}

.cs-row-restriction .ns-room-available .resName,
.resName.ns-res-name {
  position: absolute;
  left: 0;
  top: 0;
  width: 50px;
  height: 50px;
  text-align: center;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
}

.cs-row-restriction .ns-room-available .resName strong {
  font-weight: 400;
}

.resName.cs-tooltip-rel .cs-tooltip {
  padding: 10px 20px;
  width: 150px;
}

.rackrate-head .ns-room-available {
  position: relative;
}

.rackrate-head.head-channel-row .ns-room-available:before {
  content: "AVL";
  position: absolute;
  left: 0;
  top: 0;
  width: 50px;
  height: 50px;
  font-size: 13px;
  font-weight: 800;
  display: flex;
  align-items: center;
  justify-content: center;
}

.loading .ns-roomitem-header .ns-room-name,
.loading .room-count-num,
.loading .ns-room-number-item.ht-list-ui strong,
.loading .rackrate-list .ns-room-available-item {
  position: relative;
}

.loading .ns-roomitem-header .ns-room-name:before,
.loading .room-count-num:before,
.loading .ns-room-number-item.ht-list-ui strong:before,
.loading .rackrate-list .ns-room-available-item:before,
.loading .cs-row-restriction .ns-room-available .resName:before {
  content: "";
  will-change: transform;
  animation: placeHolderShimmer 1s linear infinite forwards;
  -webkit-backface-visibility: hidden;
  background: #e6e6e6;
  background: linear-gradient(90deg, #eee 8%, #ddd 18%, #eee 33%);
  background-size: 930px 124px;
  height: 100%;
  width: 101%;
  position: absolute;
  animation-duration: 0.7s;
  top: 0;
  z-index: 1;
  left: 0px;
}

.loading .ns-roomitem-header .ns-room-name:before {
  left: 12px;
}

.loading .rackrate-list .ns-room-available-item:before {
  max-width: 30px;
  max-height: 30px;
  margin: auto;
  right: 0;
  bottom: 0;
}

.loading.rate-tab-content .ns-roomitem-header .ns-room-name:before {
  display: none;
}

.loading .ns-room-number-item.ht-list-ui strong:before {
  width: 140px;
  height: 30px;
  top: -6px;
  left: -7px;
}

.loading .cs-row-restriction .ns-room-available .resName:before {
  width: 30px;
  height: 30px;
  right: 0;
  bottom: 0;
  margin: auto;
}

@keyframes placeHolderShimmer {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    background-position: -468px 0;
  }

  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    background-position: 468px 0;
  }
}

.filter-calender-main {
  width: 100%;
  padding: 15px 40px 15px calc(var(--sidenavWidh) + 30px);
  display: flex;
  justify-content: space-between;
  min-width: 1280px;
  position: fixed;
  left: 0;
  top: 67px;
  z-index: 6;
  background-color: #fff;
  transition: all 0.2s ease;
  align-items: center;
}

.sidebar-nav.show ~ .cs-wrapper .filter-calender-main {
  padding-left: calc(var(--sidebarWidth) + 30px);
}

.cs-dropdown {
  display: inline-flex;
  align-items: center;
  position: relative;
}

.cs-dropdown .preview-dropdown-filter {
  display: block;
  background-color: #fff;
  position: absolute;
  left: 0;
  top: 100%;
  box-shadow: 0 6px 12px rgb(0 0 0 / 24%);
  border-radius: 5px;
  width: 235px;
  transition: all 0.1s ease;
  transform-origin: top center;
  opacity: 0.5;
  visibility: hidden;
  max-height: 0;
  overflow: hidden;
}

.filter-calender-left label {
  font-size: 20px;
  font-weight: 600;
  color: var(--pri);
}

.cs-dropdown span {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  position: relative;
  padding: 10px 36px 12px 20px;
  display: inline-block;
  cursor: pointer;
  background: var(--pri);
  border-radius: 5px;
}

.filter-calender-left {
  display: inline-flex;
  align-items: center;
  gap: 12px;
}

.cs-dropdown:hover .preview-dropdown-filter {
  opacity: 1;
  visibility: visible;
  padding: 7px 0;
  max-height: 300px;
}

.cs-dropdown span:before {
  content: "";
  position: absolute;
  right: 14px;
  top: -2px;
  width: 6px;
  height: 6px;
  border-left: 2px solid;
  border-bottom: 2px solid;
  transform: rotate(-45deg);
  bottom: 0;
  margin: auto;
  color: #fff;
}

.filter-right-calendar .cs-form-control {
  margin-right: 15px;
}

.cs-dropdown .preview-dropdown-filter ul li {
  display: block;
  font-size: 18px;
  cursor: pointer;
  border-bottom: 1px solid #e7e7e7;
}

.cs-dropdown .preview-dropdown-filter ul li a {
  padding: 10px 18px;
  display: inline-block;
  width: 100%;
  font-size: 15px;
}

.cs-dropdown .preview-dropdown-filter ul li a.active {
  background-color: var(--pri);
  color: #fff;
}

.cs-dropdown .preview-dropdown-filter ul li:last-child {
  border-bottom: none;
}

.popup-content.modal-right-content {
  position: fixed;
  top: 0;
  right: 0;
  left: auto;
  transform: none !important;
  border-radius: 0;
  height: 100%;
  max-height: 100%;
  overflow: auto;
  width: 100%;
  max-width: 720px;
}

.bulk-update-modal-content.edit-profile-content .header h2 {
  margin: 0px;
}

.row-bulk-block {
  display: flex;
  flex-wrap: wrap;
  /* border-bottom: 1px solid #cccccc; */
  padding: 0px 0 20px 0;
}

.head-bulk-left {
  flex: 0 0 100%;
  text-align: left;
  padding-right: 18px;
  padding-top: 0px;
  font-weight: 700;
}

.head-bulk-left h3 {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 12px;
}

.content-bulk-right {
  width: 100%;
}

.date-rang-modal {
  display: grid;
  width: 100%;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 12px;
}

.date-rang-modal .MuiFormControl-root {
  margin-left: 8px;
}

.date-rang-modal .MuiFormControl-root:first-child {
  margin-left: 0;
}

.weekly-field-check label.MuiFormControlLabel-root {
  margin-right: 14px;
  margin-left: 0;
}

.weekly-field-check label.MuiFormControlLabel-root .MuiFormControlLabel-label {
  margin-left: 0px;
  font-size: 14px;
}

.weekly-field-check {
  padding-left: 0px;
  display: flex;
  justify-content: space-between;
  padding-right: 0px;
}

.repeated-date-row {
  margin-bottom: 12px;
}

.add-range {
  padding: 0 8px;
  margin-top: -8px;
}

.add-range a {
  color: var(--pri);
  font-size: 14px;
  display: inline-block;
  padding: 10px 0px;
  margin-top: 0px;
  cursor: pointer;
}

.bulk-update-modal-content .MuiInputBase-input.MuiInputBase-inputSizeSmall {
  height: 36px !important;
  padding: 5px 13px !important;
}

.bulk-update-modal-content .MuiInputLabel-formControl.MuiInputLabel-sizeSmall {
  transform: translate(6px, 9px) !important;
  font-size: 13px !important;
}

.ui-bulk-block {
  display: flex;
  align-items: center;
  background-color: #f8f8f8;
  padding: 12px 18px;
  border-radius: 10px;
  justify-content: space-between;
}

.content-bulk-right.range-date-picker {
  margin-bottom: 16px;
}

.bulk-update-modal-content
  .MuiInputLabel-formControl.MuiFormLabel-filled.MuiInputLabel-sizeSmall,
.bulk-update-modal-content
  .MuiInputLabel-formControl.Mui-focused.MuiInputLabel-sizeSmall {
  transform: translate(10px, -8px) scale(0.8) !important;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#f8f8f8+0,ffffff+52,ffffff+100 */
  background: #f8f8f8;
  /* Old browsers */
  background: -moz-linear-gradient(top, #f8f8f8 0%, #ffffff 52%, #ffffff 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(
    top,
    #f8f8f8 0%,
    #ffffff 52%,
    #ffffff 100%
  );
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #f8f8f8 0%, #ffffff 52%, #ffffff 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#f8f8f8', endColorstr='#ffffff', GradientType=0);
  /* IE6-9 */
}

.row-restription {
  display: flex;
  align-items: center;
}

.row-restription .left-action {
  flex: 0 0 55%;
  display: inline-flex;
  align-items: center;
  padding-right: 10px;
}

.row-restription .left-action > label {
  margin-right: 8px;
}

.row-restription .right-action {
  flex: 0 0 45%;
}

.bulk-update-modal-content .MuiCheckbox-root {
  padding: 5px 5px 5px 10px;
}

.row-restription .MuiCheckbox-root {
  padding: 0 6px 0 10px;
}

.left-action .MuiFormControlLabel-label {
  font-size: 14px;
}

.right-action {
  width: calc(100% - 160px);
}

.listing-room-bulk {
  border: 1px solid #d6d6d6;
  border-radius: 7px;
  margin-top: -1px;
  padding: 10px 20px;
  max-height: 250px;
  overflow: auto;
}

.listing-room-bulk .MuiBox-root {
  margin-left: 0;
  padding-left: 30px;
}

.row-bulk-block .MuiCheckbox-root .MuiSvgIcon-root {
  color: #c1c1c1;
  max-height: 1em;
  max-width: 1em;
}

.row-bulk-block .MuiCheckbox-root.Mui-checked .MuiSvgIcon-root {
  color: var(--pri);
}

.blk-selection .blk-title span {
  font-weight: 600;
}

.blk-rate-plan span.MuiTypography-root {
  font-size: 14px;
}

.grid-block-restrictions {
  width: 100%;
  display: flex;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 12px;
  flex-wrap: wrap;
}

.grid-block-restrictions .ui-bulk-block {
  flex: 0 0 calc(50% - 6px);
}

/* .grid-block-restrictions .ui-bulk-block:nth-child(1),
.grid-block-restrictions .ui-bulk-block:nth-child(2),
.grid-block-restrictions .ui-bulk-block:nth-child(3) {
  flex: 0 0 calc(33% - 6px);
} */

.btn-block-cs {
  display: flex;
  padding-top: 20px;
}

.btn-block-cs.btn-right {
  justify-content: flex-end;
  width: 100%;
}

.edit-profile-content.bulk-update-modal-content .MuiPaper-root {
  width: 100%;
  max-width: 950px;
}

.date-rang-modal .ns-date-picker {
  position: relative;
}

.bulk-update-popup .ns-date-picker {
  top: unset;
}

.bulk-update-popup .ns-date-picker button {
  min-height: 43px;
}

.bulk-update-popup .weekly-field-check {
  padding-left: 5px;
  padding-top: 10px;
}

.bulk-update-modal-content .bulk-update-popup .MuiCheckbox-root {
  padding: 5px;
}

.bulk-update-popup .repeated-date-row {
  margin-bottom: 0;
}

.bulk-update-popup .date-rang-modal .MuiFormControl-root {
  margin-left: 0;
}

.bulk-update-popup .date-rang-modal .ns-calander-icon {
  top: 50%;
  transform: translateY(-50%);
}

.filter-right-calendar .cs-row {
  /* align-items: center; */
  justify-content: flex-end;
}

.filter-right-calendar {
  width: calc(100% - 340px);
}

.filter-right-calendar .cs-form-control {
  width: calc(18% - 15px);
}

.filter-right-calendar .MuiOutlinedInput-root.MuiInputBase-root {
  padding-right: 50px;
}

.filter-right-calendar .MuiInputBase-input {
  height: 34px !important;
  padding: 0 0 0 10px !important;
  font-size: 14px;
}

.filter-right-calendar .MuiInputBase-root {
  min-height: 40px;
}

.filter-right-calendar .MuiAutocomplete-root .MuiInputBase-root {
  flex-wrap: nowrap;
  padding: 5px;
}

.filter-right-calendar .MuiAutocomplete-root .MuiAutocomplete-tag {
  max-width: 70%;
  margin: 0;
  height: unset;
  padding: 2px;
  gap: 3px;
  justify-content: space-between;
}

.filter-right-calendar .MuiAutocomplete-root .MuiChip-label {
  padding-left: 6px;
  padding-right: 6px;
  font-size: 12px;
}

.filter-right-calendar .MuiAutocomplete-root .MuiChip-deleteIcon {
  margin-right: 3px;
  font-size: 18px;
}

.filter-right-calendar .MuiAutocomplete-root .MuiChip-root + .MuiChip-root > * {
  display: none;
}

.filter-right-calendar .MuiAutocomplete-root .MuiChip-root + .MuiChip-root {
  display: none;
}

.filter-right-calendar
  .MuiAutocomplete-root
  .MuiChip-root
  + .MuiChip-root:nth-child(2) {
  display: block;
  position: relative;
  width: 10px;
  height: 2px;
  background-color: transparent;
}

.filter-right-calendar
  .MuiAutocomplete-root
  .MuiChip-root
  + .MuiChip-root:after {
  content: "...";
  position: absolute;
  width: 10px;
  height: 2px;
  display: block;
  top: -7px;
  left: 3px;
  line-height: 1;
}

.filter-right-calendar .MuiOutlinedInput-root.MuiInputBase-root p {
  white-space: nowrap;
  width: 100%;
  text-overflow: ellipsis;
  overflow: hidden;
  font-size: 14px;
  padding-right: 30px;
}

.filter-right-calendar
  .MuiOutlinedInput-root.MuiInputBase-root
  .MuiAutocomplete-input {
  position: absolute;
  left: 0;
  top: 0;
  height: 100% !important;
  width: 100%;
  background-color: #fff;
  border-radius: 10px;
  padding-right: 30px !important;
}

.filter-right-calendar
  .MuiOutlinedInput-root.MuiInputBase-root
  .MuiAutocomplete-input.MuiInputBase-inputAdornedStart {
  opacity: 0;
}

.filter-right-calendar .MuiAutocomplete-clearIndicator {
  position: absolute;
  right: 0;
  background-color: #fff;
  z-index: 1;
}

.filter-right-calendar .MuiAutocomplete-clearIndicator:hover {
  background-color: #ffffff !important;
}

.filter-right-calendar .MuiOutlinedInput-root.MuiInputBase-root {
  padding-right: 0px !important;
}

.filter-right-calendar
  .MuiOutlinedInput-root.MuiInputBase-root
  .MuiSelect-select {
  padding-right: 50px !important;
}

.MuiAutocomplete-popper li {
  display: flex;
  position: relative;
  padding-right: 26px !important;
  font-size: 14px;
  word-wrap: break-word;
  white-space: normal;
  padding-left: 6px !important;
}

.MuiAutocomplete-popper li label {
  font-size: 14px;
}

.MuiAutocomplete-popper li .MuiCheckbox-root {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  padding-right: 3px;
}

.date-rang-modal .ns-date-picker {
  margin: 0;
  padding: 0;
  flex: 0 0 50%;
}

.ns-date-picker .form-control {
  margin-bottom: 0px;
}

.ns-date-picker .form-control,
.ns-date-picker .form-control .MuiFormControl-root {
  width: 100%;
}

.ns-date-picker .form-control svg.MuiSvgIcon-root {
  fill: var(--pri);
}

.ns-date-picker .MuiButtonBase-root {
  position: absolute;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: flex-end;
  border-radius: 0;
  background: transparent !important;
}

.ns-date-picker .MuiButtonBase-root .MuiTouchRipple-root {
  display: none;
}

.date-rang-modal p.ns-cal-date span {
  font-weight: 400;
}

.ns-calander-icon i.cs-icon {
  font-size: 22px;
  color: var(--pri);
}

.collapse-room-btn {
  width: 28px;
  height: 28px;
  background: transparent;
  border-radius: 20px;
  display: inline-block;
  vertical-align: middle;
  margin-left: 5px;
  position: relative;
  cursor: pointer;
  transition: all 0.4s ease;
}

.collapse-room-btn:hover {
  background: #f7f7f7;
}

.collapse-room-btn:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 5px;
  margin: auto;
  border-left: 1px solid;
  width: 7px;
  height: 7px;
  border-bottom: 1px solid;
  transform: rotate(-45deg);
}

.blk-title label.MuiFormControlLabel-root,
.blk-rate-title label.MuiFormControlLabel-root {
  margin-right: 2px;
}

.blk-title.active .collapse-room-btn:before,
.blk-rate-title.active .collapse-room-btn:before {
  transform: rotate(135deg);
  top: 8px;
}

.filter-right-calendar .MuiInputBase-root span.MuiTypography-root {
  line-height: 26px;
}

@media screen and (min-width: 1800px) {
  .rate-tab-content .ns-room-list-item .ns-room-name,
  .rackrate-list .ns-room-number-item.ht-list-ui {
    font-size: 16px;
  }
}

.date-rang-modal
  .react-date-picker
  .react-date-picker__wrapper
  button.react-date-picker__button {
  padding: 12px 10px 12px 40px;
  width: 100% !important;
  text-align: left !important;
  justify-content: flex-start;
  border: 1px solid #c4c4c4;
  border-radius: 10px !important;
}

.date-rang-modal .ns-calander-icon {
  position: absolute;
  left: 9px;
  top: 9px;
  z-index: 9;
  pointer-events: none;
}

.date-rang-modal
  .react-date-picker__calendar.react-date-picker__calendar--open {
  top: 43px !important;
  left: 0px !important;
}

.date-rang-modal
  .ns-date-picker:last-child
  .react-date-picker__calendar.react-date-picker__calendar--open {
  left: -56px !important;
}

.edit-profile-content.bulk-update-modal-content .btn-block-cs {
  padding-bottom: 22px;
  position: sticky;
  bottom: -20px;
  z-index: 2;
  padding-top: 20px;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&0+0,1+17,1+100 */
  background: -moz-linear-gradient(
    top,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 1) 17%,
    rgba(255, 255, 255, 1) 100%
  );
  /* FF3.6-15 */
  background: -webkit-linear-gradient(
    top,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 1) 17%,
    rgba(255, 255, 255, 1) 100%
  );
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(
    to bottom,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 1) 17%,
    rgba(255, 255, 255, 1) 100%
  );
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#ffffff', GradientType=0);
  /* IE6-9 */
}

.mob-filer-calendar {
  display: none;
}

.filter-right-calendar .mat-btn-sec {
  font-size: 13px;
  text-transform: capitalize;
  font-weight: 500;
  box-shadow: none !important;
  border-radius: 9px;
  background-color: #000000 !important;
  font-family: var(--f-pri);
  letter-spacing: normal;
}

.room-main-row .collapse-box {
  display: none;
}

.blk-title.active ~ .collapse-box,
.blk-rate-title.active ~ .collapse-box {
  display: block;
}

.bg-overlay {
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  background-color: #00000030;
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 1;
  top: 0;
  left: 0;
  transition: all 0.4s ease;
  display: none;
}

.btn-apply-mob {
  display: none;
}

.filter-right-calendar .form-control {
  margin: 0;
}

.calender-wrap {
  width: 100%;
  padding-bottom: 20px;
}

.ns-dateSelect-btns .ns-dateSelect-btn i.cs-icon {
  font-size: 22px;
  color: var(--pri);
}

.row-restription .right-action.bulk-error fieldset {
  border-color: #d32f2f !important;
}

.row-restription .right-action.bulk-error label.MuiInputLabel-root {
  color: #d32f2f !important;
}

.filter-right-calendar .form-control .MuiListItemText-root {
  margin: 4px 0;
}

@media screen and (min-width: 1100px) {
  .calander-rate-section .ns-date-picker {
    height: 72px;
    background-color: #fff;
    z-index: 9;
    position: sticky;
    left: var(--sidenavWidh);
    margin-top: -2px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .rackrate-list .ns-room-number-item.ht-list-ui {
    background: #ffff;
    position: sticky;
    left: var(--sidenavWidh);
    z-index: 2;
  }

  .rackrate-list .rackrate-head:nth-child(odd) .ns-room-number-item.ht-list-ui {
    background-color: #eef1f3;
  }

  .rate-tab-content .ns-room-list-item .ns-room-name {
    padding: 10px 0 10px 20px;
    height: 64px;
    background: #ffff;
    position: sticky;
    left: var(--sidenavWidh);
    z-index: 2;
    border-top-left-radius: 18px;
    border-bottom-left-radius: 18px;
    flex: 0 0 308px;
    max-width: 308px;
  }
  .ns-room-number-list .ns-room-number-item {
    flex: 0 0 308px;
    max-width: 308px;
    position: sticky;
    left: var(--sidenavWidh);
    background-color: #ffffff;
    z-index: 1;
  }
  .cs-row-restriction .main-rate-room {
    display: flex;
    width: 100%;
    flex: 0 0 308px;
    max-width: 308px;
    position: sticky;
    left: var(--sidenavWidh);
    z-index: 1;
  }
  .rackrate-head .ns-room-available {
    margin-left: 40px;
  }
  .cs-row-restriction,
  .main-rate-room {
    justify-content: space-between;
  }
  /* .rate-tab-content .ns-room-list-item .ns-room-name:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: calc(100% + 20px);
    height: 100%;
    background: white;
    z-index: -1;
    border-top-left-radius: 18px;
    border-bottom-left-radius: 18px;
  } */
  .rackrate-list .ns-room-number-item.ht-list-ui {
    min-width: 308px;
    flex: 0 0 308px;
  }
}
@media screen and (min-width: 1400px) {
  .calander-rate-section .ns-date-picker {
    height: 77px;
    margin-top: 0;
  }
}

@media screen and (max-width: 1600px) {
  .mp-rate-calender .cs-dropdown span,
  .mp-rate-calender .filter-calender-left label {
    font-size: 17px;
  }

  .filter-right-calendar {
    width: calc(100% - 290px);
  }

  .filter-calender-main {
    padding-right: 22px;
  }

  .sidebar-nav.show ~ .cs-wrapper .filter-calender-main {
    padding-left: 130px;
  }

  .ui-bulk-block {
    padding: 8px 10px;
  }
}

@media screen and (max-width: 1500px) {
  .mp-rate-calender .cs-dropdown span,
  .mp-rate-calender .filter-calender-left label {
    font-size: 14px;
  }

  .cs-dropdown span:before {
    top: -5px;
    width: 6px;
    height: 6px;
  }

  .filter-right-calendar {
    width: calc(100% - 248px);
  }

  .filter-right-calendar button.btn-filled,
  .filter-right-calendar .mat-btn-sec {
    padding: 0 8px !important;
    font-size: 12px;
    font-weight: 400;
  }

  .filter-right-calendar button.btn-filled {
    margin-left: 8px !important;
  }

  .filter-right-calendar .cs-form-control {
    margin-right: 8px;
    width: 18%;
  }
}

@media screen and (max-width: 1400px) {
  /* .sidebar-nav.show~.cs-wrapper .filter-calender-main {
        padding-left: 330px;
    } */
  .ns-calendar-header-block {
    padding-top: 74px;
  }

  .ns-top-dates .ns-top-dates-item .ns-top-date {
    font-size: 22px;
  }

  .ns-top-dates .ns-top-dates-item .ns-top-mon {
    font-size: 11px;
  }

  .ns-top-dates .ns-top-dates-item .ns-top-day {
    font-size: 11px;
    font-weight: 500;
  }

  .ns-room-number-available,
  .ns-roomitem-header .room-avalible-count {
    font-size: 13px;
  }

  .ns-calander-icon i.cs-icon {
    font-size: 20px;
  }
}

@media screen and (max-width: 1200px) {
  .filter-calender-main,
  .sidebar-nav.show ~ .cs-wrapper .filter-calender-main {
    padding-left: 120px;
  }
}

@media screen and (max-width: 1100px) {
  .cs-wrapper.mp-rate-calender {
    width: 100%;
  }

  .listing-wrapper.calander-rate-section {
    width: 100%;
    overflow: hidden;
  }

  .filter-calender-main {
    min-width: 100%;
  }

  .ns-calendar-header-block {
    padding-top: 70px;
    top: 8px;
    left: auto;
    width: fit-content;
  }

  .calander-rate-section .ns-room-list {
    width: fit-content;
  }

  .calender-wrap {
    width: 100%;
    height: calc(100vh - 67px);
    overflow: auto;
  }

  .rackrate-list .ns-room-number-item.ht-list-ui {
    min-width: 334px;
  }

  .ns-room-name {
    flex: 0 0 364px;
  }

  .calander-rate-section .no-record {
    left: 0;
  }

  .ns-date-picker {
    flex: 0 0 240px;
  }

  .ns-date-picker {
    margin-right: 20px;
  }

  .ns-top-dates .ns-top-dates-item .ns-top-day {
    font-size: 10px;
  }

  .ns-top-dates .ns-top-dates-item .ns-top-date {
    font-size: 20px;
    line-height: 22px;
  }

  .ns-top-dates .ns-top-dates-item .ns-top-mon {
    font-size: 10px;
  }

  .ns-top-dates .ns-top-dates-item {
    padding: 4px 6px;
  }

  .ns-top-dates {
    grid-template-columns: repeat(calc(var(--calCell) + 2), 40px);
  }

  .ns-date-picker .react-date-picker {
    min-width: 125px;
  }

  .ns-calendar-header-block,
  .calander-rate-section .ns-room-list {
    padding-left: 22px;
  }

  /* .filter-calender-main,
  .sidebar-nav.show ~ .cs-wrapper .filter-calender-main {
    padding-left: 110px;
  } */
  .rackrate-list .ns-room-number-item.ht-list-ui {
    min-width: 252px;
    flex: 0 0 252px;
  }

  .ns-room-available {
    padding-left: 40px;
    grid-template-columns: repeat(calc(var(--calCell) + 2), 40px);
    padding-right: 20px;
  }

  .hotel-rate-rack .ns-room-available-item {
    height: 40px;
    font-size: 13px;
    width: 40px;
  }

  .hotel-rate-rack .ns-room-number-item {
    height: 40px;
    flex: 0 0 252px;
  }

  .cs-row-restriction .ns-room-available .resName,
  .resName.ns-res-name {
    width: 40px;
    height: 40px;
  }

  .rackrate-head label {
    min-width: 92px;
  }

  .channel-dropdown {
    height: 24px;
    line-height: 24px;
    font-size: 11px;
    padding: 0 23px 0 10px;
  }

  .channel-dropdown::before {
    top: 10px;
    width: 4px;
    height: 4px;
    border-width: 1px;
    right: 10px;
  }

  .channel-dropdown.active::before {
    top: 8px;
  }

  .rackrate-head.head-channel-row .ns-room-available:before {
    width: 40px;
    height: 40px;
    font-size: 10px;
  }

  .ns-room-name {
    flex: 0 0 270px;
  }

  .ns-room-number-available,
  .ns-roomitem-header .room-avalible-count {
    grid-template-columns: repeat(calc(var(--calCell)), 40px);
    padding-right: 0;
  }

  .ns-room-list-item .ns-roomitem-header {
    min-height: 54px;
  }

  .room-avalible-count .room-count-num.weekend:before {
    left: -5px;
    bottom: -12px;
    width: 40px;
    height: 54px;
  }

  .ns-roomitem-header .room-avalible-count {
    padding-right: 0px;
  }

  .mp-rate-calender .cs-dropdown span {
    padding-left: 0;
  }

  .mp-rate-calender .cs-dropdown span {
    padding: 6px 30px 6px 10px;
  }

  .cs-dropdown span:before {
    top: -2px;
    width: 5px;
    height: 5px;
    border-width: 1px;
  }

  .filter-calender-left {
    position: relative;
  }

  .filter-right-calendar {
    width: calc(100% - 110px);
  }

  .filter-right-calendar .cs-form-control {
    width: 18%;
  }

  .filter-right-calendar
    .MuiOutlinedInput-root.MuiInputBase-root
    .MuiAutocomplete-input {
    padding-right: 20px !important;
    font-size: 12px !important;
  }

  .cs-dropdown .preview-dropdown-filter ul li a {
    padding: 8px 12px;
    width: 100%;
    font-size: 12px;
  }

  .rate-tab-content .ns-room-list-item .ns-room-name {
    font-size: 14px;
  }

  .rackrate-list .ns-room-number-item.ht-list-ui {
    padding-left: 30px;
  }
}

@media screen and (max-width: 1100px) {
  .filter-right-calendar {
    display: block;
    position: fixed;
    bottom: 64px;
    right: 20px;
    width: 300px;
    background-color: #fff;
    padding: 16px 23px 56px 23px;
    border-radius: 10px;
    box-shadow: 0 0 7px 2px #0003;
    transform: scale(0.5);
    transform-origin: right bottom;
    transition: all 0.2s ease;
    opacity: 0;
    visibility: visible;
    min-height: 340px;
    pointer-events: none;
  }

  .filter-right-calendar.active {
    opacity: 1;
    visibility: visible;
    transform: scale(1);
    z-index: 2;
    pointer-events: inherit;
  }

  .filter-right-calendar .btn-bulk-update {
    display: none;
  }

  .mob-filer-calendar {
    display: inline-flex;
    align-items: center;
  }

  button.filter-btn {
    position: fixed;
    bottom: 12px;
    right: 65px;
    z-index: 9999;
    background: #000;
    width: 40px;
    height: 40px;
    border-radius: 100%;
    box-shadow: 0 0 7px 2px #0003;
  }

  .filter-btn i.cs-icon {
    font-size: 24px;
    color: #fff;
  }

  .filter-right-calendar .cs-form-control {
    width: 100%;
    margin: 0 0 12px 0;
  }

  .filter-right-calendar button.btn-filled,
  .filter-right-calendar .mat-btn-sec {
    padding: 5px 16px !important;
  }

  .mob-filer-calendar .btn-filled {
    min-height: 31px;
    font-size: 13px;
    padding: 3px 13px;
    border-radius: 6px;
  }

  .bg-overlay {
    display: block;
  }

  .bg-overlay.active {
    opacity: 1;
    visibility: visible;
    pointer-events: inherit;
  }

  .btn-apply-mob {
    display: inline-block;
  }

  .mp-rate-calender .cs-dropdown span {
    font-size: 16px;
  }

  .filter-right-calendar button.btn-filled.btn-apply-mob {
    position: absolute;
    bottom: 16px;
    right: 10px;
    min-height: 32px;
  }

  .filter-right-calendar button.mat-btn-sec {
    position: absolute;
    bottom: 16px;
    right: 94px;
  }

  .filter-btn i.cs-icon {
    font-size: 18px;
  }
}

@media only screen and (min-device-width: 480px) and (max-device-width: 640px) and (orientation: landscape) {
  /* .ns-calendar-header-block .ns-dateSelect-btns{
    display: none;
  } */
}

@media screen and (max-width: 767px) {
  .filter-calender-main,
  .sidebar-nav.show ~ .cs-wrapper .filter-calender-main {
    padding-left: 15px;
  }

  .ns-calendar-header-block {
    padding-top: 10px;
    padding-left: 0;
    padding-right: 0;
    flex-wrap: wrap;
  }

  .calander-rate-section .no-record {
    width: 100%;
    left: 0;
    margin: 0;
  }

  .ns-date-picker {
    margin-right: 0;
    width: 100%;
    flex: 100% 1;
    text-align: center;
    margin-bottom: 9px;
    justify-content: center;
    position: fixed;
    top: 125px;
    left: 0;
    z-index: 99;
    margin: 0;
    background-color: #fff;
    padding-bottom: 6px;
    padding-top: 6px;
  }

  .ns-date-picker .react-date-picker {
    min-width: 0;
    width: auto;
  }

  .content-bulk-right .ns-date-picker .react-date-picker {
    width: 100%;
  }

  .calender-wrap {
    padding-top: 103px;
  }

  .filter-calender-main {
    top: 64px;
  }

  .ns-top-dates {
    border-top: 2px solid var(--greylt3);
    border-bottom: 2px solid var(--greylt3);
    border-left: 0;
    border-right: 0;
    border-radius: 0;
    padding: 0;
  }

  .ns-calendar-header-block,
  .calander-rate-section .ns-room-list {
    padding: 0;
    box-shadow: none;
    margin-bottom: 8px;
  }

  .ns-room-list-item .ns-roomitem-header {
    box-shadow: none;
    border-radius: 0px;
    border-bottom: 1px solid #d7d7d7;
  }

  .ns-room-list-item .ns-roomitem-header {
    min-width: 38px;
  }

  .ns-room-number {
    max-width: 100%;
    left: 0;
  }

  .rackrate-head {
    flex-wrap: wrap;
    position: relative;
    left: 0;
  }

  .rackrate-head .ns-room-available {
    border-top: 1px solid #e8e8e8;
    background-color: #eef1f3;
    width: 100%;
  }

  .rackrate-list .ns-room-number-item.ht-list-ui {
    min-width: 100%;
  }

  .rackrate-list .rackrate-head:nth-child(odd) {
    background-color: #fff;
  }

  .inventory-tab-active .ns-room-list-item .ns-roomitem-header {
    flex-wrap: wrap;
    position: sticky;
    top: 68px;
  }

  .ns-roomitem-header .room-avalible-count {
    padding-bottom: 8px;
  }

  .rate-tab-content .ns-room-list-item .ns-room-name {
    color: var(--pri);
  }

  .hotel-rate-rack .ns-room-number-list > .ns-room-number-item.active-room {
    color: var(--pri);
  }

  .main-rate-room,
  .cs-row-restriction {
    flex-wrap: wrap;
  }

  .rackrate-list .ns-room-number-item.ht-list-ui:empty {
    display: none;
  }

  .head-channel-row .ns-room-available {
    display: none;
  }

  .ns-room-number-available,
  .ns-roomitem-header .room-avalible-count {
    padding-left: 44px;
  }

  .ns-top-dates .ns-top-cal-btn {
    position: sticky;
    left: 0;
    background-color: #fff;
  }

  .room-avalible-count .room-count-num.weekend:before {
    left: -5px;
    bottom: -8px;
    width: 40px;
    height: 46px;
  }

  .ns-room-number {
    border-radius: 0px;
  }

  .main-rate-room {
    position: sticky;
    top: 62px;
    background-color: #fff;
    z-index: 1;
  }

  .rackrate-list
    .rackrate-head:not(.rate-block-wrap)
    .ns-room-number-item.ht-list-ui {
    padding-left: 0;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    min-width: 0;
    width: 40px;
    padding: 0 5px;
    display: inline-flex;
    font-size: 11px;
  }

  .hotel-rate-rack .ns-room-available-item img {
    width: 16px;
  }

  .room-avalible-count .room-count-num {
    font-size: 13px;
  }

  .rate-tab-content .ns-room-list-item .ns-room-name {
    padding-left: 0;
  }

  .hotel-rate-rack .ns-room-available-item {
    font-size: 12px;
  }

  .cs-row-restriction .ns-room-available .resName,
  .resName.ns-res-name {
    font-size: 11px;
  }

  .filter-right-calendar {
    bottom: 62px;
  }
}

@media screen and (max-width: 575px) {
  .date-rang-modal {
    grid-template-columns: repeat(1, 1fr);
  }

  .bulk-update-modal-content.edit-profile-content.bulk-update-modal-content
    .MuiPaper-root {
    margin: 0;
  }

  .bulk-update-modal-content .MuiDialogContent-root {
    padding: 15px 20px;
  }

  .edit-profile-content .header {
    margin-bottom: 26px;
  }

  .head-bulk-left h3 {
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 6px;
  }

  .bulk-update-popup .weekly-field-check {
    flex-wrap: wrap;
    justify-content: flex-start;
  }

  .weekly-field-check
    label.MuiFormControlLabel-root
    .MuiFormControlLabel-label {
    font-size: 11px !important;
  }

  .ui-bulk-block {
    padding: 8px 12px;
  }

  .grid-block-restrictions .ui-bulk-block {
    flex-basis: 100%;
  }

  .row-bulk-block .MuiTypography-root {
    font-size: 12px !important;
  }
}
