.r-calendar {
  max-width: 165vh;
  /* margin: 0 auto; */
  border: 1px solid #f4f4f5;
}
.r-calendar-main-table {
  border-spacing: 0px;
  border: 1px solid #f4f4f5;
}
.r-calendar-main-table td {
  padding: 0px 0;
  height: 40px;
  line-height: 3em;
  min-width: 70px;
  max-width: 70px;
  border: 1px solid #f4f4f5;
  background: white;
  font-weight: bold;
  vertical-align: baseline;
}
.r-calendar-main-table th {
  padding: 0px 0;
  height: 40px;
  line-height: 2em;
  min-width: 70px;
  max-width: 70px;
  border: 1px solid #f4f4f5;
  background: white;
}
.r-calendar-main-table tr td:first-child {
  min-width: 200px;
  max-width: 200px;
}
.booking-popup .row {
  margin-bottom: 10px;
}
.r-calendar-main-table tr th:first-child,
.r-calendar-main-table tr td:first-child {
  position: sticky;
  left: 0;
  z-index: 2;
  white-space: nowrap;
}

.r-calendar-main-table tr td:first-child,
.r-calendar-main-table tr th:first-child {
  background: white;
}
.r-calendar-main-table tr td:first-child > div {
  padding: 0 15px;
  text-align: right;
  color: #555;
  text-align: center;
}

.r-calendar-main-table thead th {
  font-weight: bold;
  cursor: col-resize;
  vertical-align: baseline;
}
.r-calendar-head-date {
  color: #333;
}
.r-calendar-head-month,
.r-calendar-main-table tr td:first-child > div {
  color: #666;
  font-size: 0.8em;
  padding: 0 7px;
  text-transform: uppercase;
}
.r-calendar-main-table tr td:first-child > div {
  border-right: 15px solid green;
}

.booking {
  padding: 0px 10px;
  z-index: 1;
  position: relative;
  line-height: 4em;
  color: #fff;
  width: 100%;
  max-height: 48px;
  font-size: 12px;
  margin-left: 15px;
  font-weight: bold;
  border-left: 15px solid;
  margin-bottom: 1px;
  margin-top: 1px;
  cursor: pointer;
  overflow:hidden;
}

.maintenance {
  padding: 0px 10px;
  z-index: 1;
  position: relative;
  line-height: 4em;
  color: #fff;
  width: 100%;
  max-height: 48px;
  font-size: 12px;
  margin-left: 15px;
  font-weight: bold;
  border-left: 15px solid;
  margin-bottom: 1px;
  margin-top: 1px;
  overflow:hidden;
}

.r-calendar .popup-wrapper {
  position: fixed;
  top: 0%;
  left: 0;
  padding-top: 2%;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  text-align: left;
}
.r-calendar .popup {
  width: 800px;
  max-width: 100%;
  margin: 0% auto 0;
}
.r-calendar .popup .card-header h5 {
  margin: 0;
  text-transform: capitalize;
}
.r-calendar .popup .card-header {
  background: desaturate(darken(rgb(143, 180, 204), 13%), 34%);
  color: #fff;
}
.r-calendar .popup #guest-list-table {
  color: #777;
  font-size: 0.9em;
}

#guest-list-table tr th:nth-child(1),
#guest-list-table tr td:nth-child(1) {
  width: 30px;
  text-align: center;
}
#guest-list-table tr th:nth-child(3),
#guest-list-table tr td:nth-child(3) {
  width: 80px;
  text-align: center;
}

.react-datepicker__input-container input {
  font-size: 13px;
  border-radius: 4px;
  border: 1px solid #aeaeae;
  line-height: 16px;
  padding: 10px;
}

.react-datepicker-popper {
  z-index: 10 !important;
}

.status-indicator {
  width: 15px;
  height: 15px;
  display: inline-block;
  margin-right: 10px;
  border-radius: 3px;
}

.day-indicator {
  width: 50px;
  margin-left: 10px;
  height: 25px;
  display: inline-block;
  margin-right: 10px;
  border-radius: 3px;
  vertical-align: middle;
  text-align: center;
  line-height: initial;
}

.ImageUploader {
  font-family: sans-serif;
  /* text-align: center; */
  min-height: 250px;
}

.image-item {
  display: inline-block;
  margin: 20px 10px;
}
.image-item__btn-wrapper {
  display: flex;
  flex-direction: column;
  margin-left: 10px;
}

.ImageUploader button {
  height: 40px;
}

thead tr th {
  background: #722bc1 !important;
  color: white !important;
}

thead tr th span,
thead tr th span svg,
thead tr th div {
  color: white !important;
}

.ql-editor {
  min-height: 100px;
}

.button-remove {
  color: #f44336 !important;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type="number"] {
  -moz-appearance: textfield;
}
