#yellowBackground {
  background-color: #fff;
}

#darkyellowBackground {
  background-color: #ffc600;
}

#darkblueBackground {
  background-color: #0c2f53;
}

#defaultBackgroundColor {
  background-color: #fdfcfc;
}

#fontColorYellow {
  color: #fff000;
}

#fontColorDarkyellow {
  color: #ffc600;
}

#fontColorDarkblue {
  color: #0c2f53;
}

#moduleNameStyle {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
}

#buttonBlueBackgroundWhiteFont {
  background-color: #0c2f53;
  color: #fff;
  font-size: 18px;
}

html,
body {
  background-color: #fcfcfc;
}

.menuHeader {
  overflow: hidden;
  position: fixed;
  top: 0;
  width: 100%;
  height: 10vh;
  z-index: 999;
  background-color: #fcfcfc;
}

.headerWithArrow {
  overflow: hidden;
  position: fixed;
  top: 0;
  width: 100%;
  /* height: 15vh; */
  height: 111px;
  z-index: 999;
  background-color: #fcfcfc;
}

.headerWithArrowAndCalendarMenu {
  /* overflow: hidden; */
  position: fixed;
  top: 0;
  width: 100%;
  height: 17vh;
  z-index: 5;
  background-color: #fcfcfc;
}

.footer {
  overflow: hidden;
  position: fixed;
  z-index: 5;
  width: 100%;
  height: 9vh;
  bottom: 0;
}

.ui.active.dimmer {
  position: fixed;
}

#boxResult {
  background-color: #cfd1d2;
  padding: 15px;
  margin: 20px;
  border-radius: 15px;
  font-size: 16px;
}

#searchResultHeader {
  color: #0c2f53 !important;
  font-size: 18px;
}

.textReservation {
  color: #fff;
  font-size: 70px;
  margin-top: -70px;
  z-index: 200;
  position: absolute;
  bottom: 0;
  padding-left: 30px;
}

.boxing15px {
  padding: 15px;
}

.overflowWithDot {
  text-overflow: ellipsis;
  overflow: hidden;
  width: 100%;
  height: 1.2em;
  white-space: nowrap;
}

/* ////////////////  drop down style /////////////////  */

#slotModalDateTime {
  padding-top: 30px !important;
}

#slotModalDateTime > .column > .ui.active.selection.dropdown {
  /* color: white;
    background: inherit;
    font-style: inherit;
    border: none;
    text-align: center; */
}

#slotModalDateTime > .column > .ui.dropdown .menu > .item,
#slotModalDateTime > .column > .ui.selection.dropdown .menu > .item {
  /* color: #ccc;
    text-align: center; */
}

#slotModalDateTime > .column > .ui.selection.visible.dropdown > .text:not(.default) {
  /* color: #fff;
    text-align: center;
    font-weight: 600;
    font-size: 18px; */
}

#slotModalDateTime > .column > .ui.selection.active.dropdown:hover .menu,
#slotModalDateTime > .column > .ui.selection.active.dropdown .menu {
  /* border: none;
    background-color: transparent;
    height: 180px;
    overflow: auto; */
}

#slotModalDateTime > .column > .ui.selection.dropdown .menu > .item {
  /* border-top: none; */
}

/* ////////////////////////////////////////////// */

.buttonSlotSelectTime {
  margin: 0px 5px 0px 5px !important;
  width: 100px;
  font-size: 18px !important;
}

/* /////////////////  date picker black modal ///////////////////*/

#dateBlackModal > .react-datepicker {
  margin-top: 50px;
}

#dateBlackModal > .react-datepicker__day--selected,
#dateBlackModal > .react-datepicker__day--in-selecting-range,
#dateBlackModal > .react-datepicker__day--in-range {
  color: #0c2f53;
}

/* //////////// */

#selectTap {
  background-color: #737892;
  color: #fff;
  padding: 5px;
  /* height: 30px; */
  font-size: 18px;
}

#nonSelectTap {
  color: #fff;
  padding: 5px;
  /* height: 30px; */
  font-size: 18px;
  background-color: #0c2f53;
}

#selectDate {
  background-color: #ffc600;
  color: #fff;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: inline-block;
  text-align: center;
  font-weight: 600;
}

#eventDate {
  background-color: #fff000;
  color: #000;
  display: inline-block;
  text-align: center;
  width: 50px;
  height: 30px;
  box-shadow: 2px 2px #ccc;
  border-radius: 5px;
}

.eventItem {
  background-color: #0c2f53;
  margin: 0px;
  padding: 0px;
  /* border-bottom: 1px solid #ccc; */
  color: #ccd !important;
}

.qrBackground {
  /* margin-bottom: 4em; */
  background-image: url("/assets/images/QR_bg-01.jpg");
  /* Full height */
  height: 100%;
  /* Center and scale the image nicely */
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 75vh;
  position: fixed;
  width: 100%;
  overflow-y: scroll;
}

/* 
text-align: center;
min-height: 550px;
} */

.ui.dropdown > .dropdown.icon {
  display: none;
}

.fc-time-grid-event.fc-short .fc-title,
.fc-time-grid-event .fc-time {
  font-size: 18px !important;
}

.inlineText {
  font-size: 18px !important;
}

#noneBorder {
  border: none !important;
}

#margin5 {
  margin: 5px !important;
}

@media only screen and (max-width: 767px) {
  .ui.selection.dropdown .menu {
    max-height: 180px;
  }
}

#buttonEventDetail {
  width: 80px;
  height: 80px;
  padding: 5px;
  cursor: pointer;
  display: inline-block;
}
#buttonEventDetailMobile {
  width: 45px;
  height: 45px;
  padding: 5px;
  cursor: pointer;
  display: inline-block;
}

/* ///////////////full calendar/////////////// */

.fc {
  /* height: 50vh; */
}

.fc-time-grid-container {
  height: 35vh !important;
}

.body-roomslots {
  height: 100vh;
  padding-top: 111px;
  padding-bottom: 70px;
  /* padding: "0px 20px"; */
  padding-left: 20px;
  padding-right: 20px;
  overflow-y: scroll;
}

.body-roomslots::-webkit-scrollbar {
  display: none;
}

.body-roomslots {
  -ms-overflow-style: none;
}

.body-roomslots {
  overflow: -moz-scrollbars-none;
}
