@font-face{
    font-family: 'dtac';
    src: url('./assets/fonts/dtacRegular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

html, body{
    /* color:#010101; */
    background-color: #494949;
    /* background-image:url('./assets/images/background4.jpg'); */
    font-size: 14px;
    background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	background-attachment: fixed;
    height: auto;
    /* max-width: 480px; */
}

body, a, p, h1, h2, h3, h4, h5, h6, .ui.form input[type=text], .ui.form input[type=number],.ui.form input[type=password], .ui.form textarea, button,div,.ui.form .field>label , .ui[class*="left icon"].input>input{
    font-family: 'dtac' !important;
    color:#010101;
}
a, p, div{
    font-size: 14px !important;
}

.headerLogin { 
  display: block;
  font-size: 4em !important;
  margin-top: 0.67em;
  margin-bottom: 0.67em;
  margin-left: 0;
  margin-right: 0;
  font-weight: bold;
  color : #009edf;
  text-align: center;
}

.DeleteText{
  /* position: relative; */
  /* float: right; */
  /* bottom: 20px; */
  /* opacity: 0.5; */
  background-image: url(./assets/images/icon-delete-01.png);
  background-size: cover;
  width: 60px;
  height: 60px;
  margin: auto;
vertical-align: middle;

}

.EditText{
  /* position: relative; */
  /* float: right; */
  /* bottom: 20px; */
  /* opacity: 0.5; */
  background-image: url(./assets/images/icon-edit-01.png);
  background-size: cover;
  width: 60px;
  height: 60px;
  margin: auto;
vertical-align: middle;

}

.OrderText{
  /* position: relative; */
  /* float: right; */
  /* bottom: 20px; */
  /* opacity: 0.5; */
  background-image: url(./assets/images/icon-order-01.png);
  background-size: cover;
  width: 60px;
  height: 60px;
  margin: auto;
vertical-align: middle;

}

.ReportText{
  /* position: relative; */
  /* float: right; */
  /* bottom: 20px; */
  /* opacity: 0.5; */
  background-image: url(./assets/images/icon-report-01.png);
  background-size: cover;
  width: 60px;
  height: 60px;
  margin: auto;
vertical-align: middle;

}

.BackText{
  /* position: relative; */
  /* float: right; */
  /* bottom: 20px; */
  /* opacity: 0.5; */
  background-image: url(./assets/images/icon-back-01.png);
  background-size: cover;
  width: 60px;
  height: 60px;
  margin: auto;
vertical-align: middle;

}

.CheckinStatus{
  /* position: relative; */
  /* float: right; */
  /* bottom: 20px; */
  /* opacity: 0.5; */
  background-image: url(./assets/images/icon-b_checkin-01.png);
  background-size: cover;
  width: 60px;
  height: 60px;
  margin: auto;
vertical-align: middle;

}

.CancelStatus{
  /* position: relative; */
  /* float: right; */
  /* bottom: 20px; */
  /* opacity: 0.5; */
  background-image: url(./assets/images/icon-b_cancel-01.png);
  background-size: cover;
  width: 60px;
  height: 60px;
  margin: auto;
vertical-align: middle;

}
.errors, .invalidEmailType{color:red}
.cancelText{
    /* position: relative; */
    /* float: right; */
    /* bottom: 20px; */
    /* opacity: 0.5; */
    background-image: url(./assets/images/error.png);
    background-size: cover;
    width: 60px;
    height: 60px;
    margin: auto;
vertical-align: middle;

}
.checkInText{
    /* position: relative; */
    /* float: right; */
    /* bottom: 20px; */
    /* opacity: 0.5; */
    background-image: url(./assets/images/success.png);
    background-size: cover;
    width: 60px;
    height: 60px;
    margin: auto;
vertical-align: middle;

}

.checkInOrder{
  /* position: relative; */
  /* float: right; */
  /* bottom: 20px; */
  /* opacity: 0.5; */
  background-image: url(./assets/images/icon-order-01.png);
  background-size: cover;
  width: 60px;
  height: 60px;
margin: auto;
vertical-align: middle;

}


.checkInIcon{
    /* position: relative; */
    /* float: right; */
    /* bottom: 20px; */
    /* opacity: 0.5; */
    background-image: url(./assets/images/icon-checkin-01.png);
    background-size: cover;
    width: 60px;
    height: 60px;
	margin: auto;
	vertical-align: middle;
}

.cancelIcon{
    /* position: relative; */
    /* float: right; */
    /* bottom: 20px; */
    /* opacity: 0.5; */
    background-image: url(./assets/images/icon-cancel-01.png);
    background-size: cover;
    width: 60px;
	height: 60px;
	margin: auto;
	vertical-align: middle;
}

.autoCancelIcon{
  /* position: relative; */
  /* float: right; */
  /* bottom: 20px; */
  /* opacity: 0.5; */
  background-image: url(./assets/images/icon-autocancel.png);
  background-size: cover;
  width: 60px;
  height: 60px;
  margin: auto;
  vertical-align: middle;
}

.viewEventIcon{
    /* position: relative; */
    /* float: right; */
    /* bottom: 20px; */
    /* opacity: 0.5; */
    background-image: url(./assets/images/icon-viewevent.png);
    background-size: cover;
    width: 60px;
    height: 60px;
	margin: auto;
	vertical-align: middle;
}

.viewRoomIcon{
    /* position: relative; */
    /* float: right; */
    /* bottom: 20px; */
    /* opacity: 0.5; */
    background-image: url(./assets/images/icon-viewroom-01.png);
    background-size: cover;
    width: 60px;
    height: 60px;
	margin: auto;
	vertical-align: middle;
}

.calendar-container,
.calendar,
.calendar-header,
td,
tr {
    padding: 0;
    margin: 0;
}

.calendar-container {
    border: 2px solid gray;
    border-radius: 15px
}

.calendar {
    border-spacing: 0;
    border-collapse: collapse;
    width: 100%;
}

.calendar-header {
    border-bottom: 1px dashed skyblue;
    font-size: 3em;
}

.calendar-header td {
    border-spacing: 0;
    text-align: center;
}
@media only screen and (max-width: 360px) {
  .day,
  .empty-slot,
  .week-day {
      text-align: center;
      height: 50px;
      width: 50px;
  }

  .week-day {
      font-size: 1.5em;
  }

  .day {
      font-size: 1.5em;
  }

  .day {
      width: 50px;
      height: 50px;
      cursor: pointer;
      border : 3px solid white;
      line-height: 37px;
  }

  .weekend-day {
    font-size: 1.5em;
    color : grey !important;
  }

  .booking-day {
      background-color:#666666; 
      color: white !important;
      display: inline-block;
      width : 30px;
      height : 30px; 
      /* margin: 3px; */
      border-radius: 50%;
      text-align: -webkit-center;
  }
  .current-day {
      background-color:#2B9BCA; 
      color: white;
      display: inline-block;
      width : 30px;
      height : 30px;
      /* margin: 3px; */
      border-radius: 50%;
      text-align: -webkit-center;
  }  
}
@media only screen and (min-width: 362px) {
  .day,
  .empty-slot,
  .week-day {
      text-align: center;
      height: 50px;
      width: 50px;
  }

  .week-day {
      font-size: 1.5em;
  }

  .day {
      font-size: 1.5em;
  }

  .day {
      width: 50px;
      height: 50px;
      cursor: pointer;
      border : 3px solid white;
      line-height: 37px;
  }

  .weekend-day {
    font-size: 1.5em;
    color : grey;
  }

  .booking-day {
      background-color:#666666; 
      color: white !important;
      display: inline-block;
      width : 35px;
      /* margin: 3px; */
      border-radius: 50%;
      text-align: -webkit-center;
  }
  .current-day {
      background-color:#2B9BCA; 
      color: white;
      display: inline-block;
      width : 35px;
      /* margin: 3px; */
      border-radius: 50%;
      text-align: -webkit-center;
  }  
}
.month-popup {
    position: absolute;
    padding: 5px;
    background: white;
    border: 2px solid skyblue;
}

.month-popup div {
    padding: 0.3em;
}

.nav-month {
    position: absolute;
    top: 0.6em;
    font-size: 0.6em;
    right:3px;
}

.editor-year {
    max-width: 3.6em;
}

.label-month,
.label-year {
    font-size: 2em;
    padding-top: 10px
}

.label-month {
    cursor: pointer;
}

.ui.header.customH1black{
    margin-top: 10px;
    color:#010101 !important;
}

table {
    border-collapse: separate;
    border-spacing: 0;
}
.boxStyle{
margin-top: 10vh;
background-color: #d0d2d3;
border-radius: 15px;
 /* padding: 10px 10px */
}
.boxStyleNew{
    margin-top: 5vh;
    background-color: rgba(0, 0, 0, 0.712);
    border-radius: 15px;
     padding: 10px 10px
    }
.calendarBoxStyle{
    color: #fff !important;
    margin-bottom : 60px;
}

.ui.button.buttonSubmit,
.ui.button.buttonInfo,
.ui.button.buttonCancel,
.ui.button.buttonBack,
.ui.button.buttonOrder,
.ui.button.buttonReport{
    color:#fff;
    padding: 10px;
    margin: 5px;
    font-size: 16px !important;
    font-weight: bold;
    min-width: 100px;
}
.ui.button.buttonSubmit {
    background-color: #19b241;
}
.ui.button.buttonInfo {
    background-color: #00a4e4;
}
.ui.button.buttonCancel {
    background-color: #da0202;
}
.ui.button.buttonBack {
    background-color: #787878;
}
.ui.button.buttonOrder {
    background-color: #eba103;
}
.ui.button.buttonReport{
    background-color: #670fcd;
}

a:hover{
    cursor: pointer;
}

#headerStyle {
    background-color: #000000;
    height: 55px;
}

#buttonCircle{
    padding: 10px;
    text-align: center;
    border-radius: 50%;
    margin: 0;
}
.hiddenBox{
    display: none;
}
.showBox{
    display: inherit;
}



@media (max-width: 480px) {
#circle {
    background-size: cover;
    border-radius:50% 50% 50% 50%;
    width:100px;
    height:100px;
    display:block;
    margin:auto;
}
}

@media (min-width: 480px) {
    #circle {
        background-size: cover;
        border-radius:50% 50% 50% 50%;
        width:200px;
        height:200px;
        display:block;
        margin:auto;
    }
}

@media only screen and (max-width: 991px) and (min-width: 768px) {
    #search-image #image {
        background-image:  url('../assets/images/dtac1500x1500.png');
        background-repeat: no-repeat;
        background-position: center;
        background-size: 100% 100%;
    }

    #title-2 {
        display: none;
    }

    .ui.modal {
      width: 60%;
      margin: 0px 0px 0px -30%;
  }
}

@media only screen and (max-width: 1199px) and (min-width: 992px) {
    #search-image #image {
        background-image:  url('../assets/images/dtac1500x600.png');
        background-repeat: no-repeat;
        background-position: center;
        background-size: 100% 100%;
    }

    #title-1 {
        display: none;
    }
}


@media only screen and (max-width: 1199px) and (min-width: 992px) and (max-height: 1400px) and (min-height: 1300px) {
    #search-image #image {
        background-image:  url('../assets/images/dtac1500x1500.png');
        background-repeat: no-repeat;
        background-position: center;
        background-size: 100% 100%;
    }

    #title-2 {
        display: none;
    }

    #title-1 {
        display: block;
    }
}

@media only screen and (min-width: 1200px) {
    #search-image #image {
        background-image:  url('../assets/images/dtac1500x600.png');
        background-repeat: no-repeat;
        background-position: center;
        background-size: 100% 100%;
    }

    #title-1 {
        display: none;
    }
}

#text-search .field .field {
    text-align: left;
}
.disableRoom{
    opacity: 0.3;
}

.dayInput{
    border: none;
    cursor: pointer
}

.defalutStartSlot{
    background-color: #00a4e4;
}

.rdt {
    position: relative;
    /* width: 20vh; */
  }
  .rdt input{
    width: 100px;
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: 5px;
  }
  .rdtPicker {
    display: none;
    position: absolute;
    width: 150px;
    padding: 4px;
    margin-top: 1px;
    z-index: 99999 !important;
    background: #fff;
    box-shadow: 0 1px 3px rgba(0,0,0,.1);
    border: 1px solid #f9f9f9;
  }
  .rdtOpen .rdtPicker {
    display: block;
  }
  .rdtStatic .rdtPicker {
    box-shadow: none;
    position: static;
  }
  
  .rdtPicker .rdtTimeToggle {
    text-align: center;
  }
  
  .rdtPicker table {
    width: 100%;
    margin: 0;
  }
  .rdtPicker td,
  .rdtPicker th {
    text-align: center;
    height: 28px;
  }
  .rdtPicker td {
    cursor: pointer;
  }
  .rdtPicker td.rdtDay:hover,
  .rdtPicker td.rdtHour:hover,
  .rdtPicker td.rdtMinute:hover,
  .rdtPicker td.rdtSecond:hover,
  .rdtPicker .rdtTimeToggle:hover {
    background: #eeeeee;
    cursor: pointer;
  }
  .rdtPicker td.rdtOld,
  .rdtPicker td.rdtNew {
    color: #999999;
  }
  .rdtPicker td.rdtToday {
    position: relative;
  }
  .rdtPicker td.rdtToday:before {
    content: '';
    display: inline-block;
    border-left: 7px solid transparent;
    border-bottom: 7px solid #428bca;
    border-top-color: rgba(0, 0, 0, 0.2);
    position: absolute;
    bottom: 4px;
    right: 4px;
  }
  .rdtPicker td.rdtActive,
  .rdtPicker td.rdtActive:hover {
    background-color: #428bca;
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  }
  .rdtPicker td.rdtActive.rdtToday:before {
    border-bottom-color: #fff;
  }
  .rdtPicker td.rdtDisabled,
  .rdtPicker td.rdtDisabled:hover {
    background: none;
    color: #999999;
    cursor: not-allowed;
  }
  
  .rdtPicker td span.rdtOld {
    color: #999999;
  }
  .rdtPicker td span.rdtDisabled,
  .rdtPicker td span.rdtDisabled:hover {
    background: none;
    color: #999999;
    cursor: not-allowed;
  }
  .rdtPicker th {
    border-bottom: 1px solid #f9f9f9;
  }
  .rdtPicker .dow {
    width: 14.2857%;
    border-bottom: none;
    cursor: default;
  }
  .rdtPicker th.rdtSwitch {
    width: 100px;
  }
  .rdtPicker th.rdtNext,
  .rdtPicker th.rdtPrev {
    font-size: 21px;
    vertical-align: top;
  }
  
  .rdtPrev span,
  .rdtNext span {
    display: block;
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none;   /* Chrome/Safari/Opera */
    -khtml-user-select: none;    /* Konqueror */
    -moz-user-select: none;      /* Firefox */
    -ms-user-select: none;       /* Internet Explorer/Edge */
    user-select: none;
  }
  
  .rdtPicker th.rdtDisabled,
  .rdtPicker th.rdtDisabled:hover {
    background: none;
    color: #999999;
    cursor: not-allowed;
  }
  .rdtPicker thead tr:first-child th {
    cursor: pointer;
  }
  .rdtPicker thead tr:first-child th:hover {
    background: #eeeeee;
  }
  
  .rdtPicker tfoot {
    border-top: 1px solid #f9f9f9;
  }
  
  .rdtPicker button {
    border: none;
    background: none;
    cursor: pointer;
  }
  .rdtPicker button:hover {
    background-color: #eee;
  }
  
  .rdtPicker thead button {
    width: 100%;
    height: 100%;
  }
  
  td.rdtMonth,
  td.rdtYear {
    height: 50px;
    width: 25%;
    cursor: pointer;
  }
  td.rdtMonth:hover,
  td.rdtYear:hover {
    background: #eee;
  }
  
  .rdtCounters {
    display: inline-block;
  }
  
  .rdtCounters > div {
    float: left;
  }
  
  .rdtCounter {
    height: 100px;
  }
  
  .rdtCounter {
    width: 40px;
  }
  
  .rdtCounterSeparator {
    line-height: 100px;
  }
  
  .rdtCounter .rdtBtn {
    height: 40%;
    line-height: 40px;
    cursor: pointer;
    display: block;
  
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none;   /* Chrome/Safari/Opera */
    -khtml-user-select: none;    /* Konqueror */
    -moz-user-select: none;      /* Firefox */
    -ms-user-select: none;       /* Internet Explorer/Edge */
    user-select: none;
  }
  .rdtCounter .rdtBtn:hover {
    background: #eee;
  }
  .rdtCounter .rdtCount {
    height: 20%;
    font-size: 1.2em;
  }
  
  .rdtMilli {
    vertical-align: middle;
    padding-left: 8px;
    width: 48px;
  }
  
  .rdtMilli input {
    width: 100%;
    font-size: 1.2em;
    margin-top: 37px;
  }
  
  .rdtTime td {
    cursor: default;
  }

  .hiddenEndTimeMsg{
      display: none;
  }
  .showEndTimeMsg{
      display: inline-block;
  }
  .roomInfoBlueText{
      color: rgb(55, 169, 219);
      padding-left: 10px;
  }
  .inlineText{
      display: flex;
  }
  .font18px{
      font-size: 18px !important;
  }
  .react-datepicker-popper[data-placement^="bottom"] .react-datepicker__triangle, .react-datepicker-popper[data-placement^="top"] .react-datepicker__triangle, .react-datepicker__year-read-view--down-arrow,
.react-datepicker__month-read-view--down-arrow,
.react-datepicker__month-year-read-view--down-arrow {
  margin-left: -8px;
  position: absolute;
}

.react-datepicker-popper[data-placement^="bottom"] .react-datepicker__triangle, .react-datepicker-popper[data-placement^="top"] .react-datepicker__triangle, .react-datepicker__year-read-view--down-arrow,
.react-datepicker__month-read-view--down-arrow,
.react-datepicker__month-year-read-view--down-arrow, .react-datepicker-popper[data-placement^="bottom"] .react-datepicker__triangle::before, .react-datepicker-popper[data-placement^="top"] .react-datepicker__triangle::before, .react-datepicker__year-read-view--down-arrow::before,
.react-datepicker__month-read-view--down-arrow::before,
.react-datepicker__month-year-read-view--down-arrow::before {
  box-sizing: content-box;
  position: absolute;
  border: 8px solid transparent;
  height: 0;
  width: 1px;
}

.react-datepicker-popper[data-placement^="bottom"] .react-datepicker__triangle::before, .react-datepicker-popper[data-placement^="top"] .react-datepicker__triangle::before, .react-datepicker__year-read-view--down-arrow::before,
.react-datepicker__month-read-view--down-arrow::before,
.react-datepicker__month-year-read-view--down-arrow::before {
  content: "";
  z-index: -1;
  border-width: 8px;
  left: -8px;
  border-bottom-color: #aeaeae;
}

.react-datepicker-popper[data-placement^="bottom"] .react-datepicker__triangle {
  top: 0;
  margin-top: -8px;
}

.react-datepicker-popper[data-placement^="bottom"] .react-datepicker__triangle, .react-datepicker-popper[data-placement^="bottom"] .react-datepicker__triangle::before {
  border-top: none;
  border-bottom-color: #f0f0f0;
}

.react-datepicker-popper[data-placement^="bottom"] .react-datepicker__triangle::before {
  top: -1px;
  border-bottom-color: #aeaeae;
}

.react-datepicker-popper[data-placement^="top"] .react-datepicker__triangle, .react-datepicker__year-read-view--down-arrow,
.react-datepicker__month-read-view--down-arrow,
.react-datepicker__month-year-read-view--down-arrow {
  bottom: 0;
  margin-bottom: -8px;
}

.react-datepicker-popper[data-placement^="top"] .react-datepicker__triangle, .react-datepicker__year-read-view--down-arrow,
.react-datepicker__month-read-view--down-arrow,
.react-datepicker__month-year-read-view--down-arrow, .react-datepicker-popper[data-placement^="top"] .react-datepicker__triangle::before, .react-datepicker__year-read-view--down-arrow::before,
.react-datepicker__month-read-view--down-arrow::before,
.react-datepicker__month-year-read-view--down-arrow::before {
  border-bottom: none;
  border-top-color: #fff;
}

.react-datepicker-popper[data-placement^="top"] .react-datepicker__triangle::before, .react-datepicker__year-read-view--down-arrow::before,
.react-datepicker__month-read-view--down-arrow::before,
.react-datepicker__month-year-read-view--down-arrow::before {
  bottom: -1px;
  border-top-color: #aeaeae;
}

.react-datepicker-wrapper {
  display: inline-block;
}

.react-datepicker {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 0.8rem;
  background-color: #fff;
  color: #000;
  border: 1px solid #aeaeae;
  border-radius: 0.3rem;
  display: inline-block;
  position: relative;
}

.react-datepicker--time-only .react-datepicker__triangle {
  left: 35px;
}

.react-datepicker--time-only .react-datepicker__time-container {
  border-left: 0;
}

.react-datepicker--time-only .react-datepicker__time {
  border-radius: 0.3rem;
}

.react-datepicker--time-only .react-datepicker__time-box {
  border-radius: 0.3rem;
}

.react-datepicker__triangle {
  position: absolute;
  left: 50px;
}

.react-datepicker-popper {
  z-index: 1;
}

.react-datepicker-popper[data-placement^="bottom"] {
  margin-top: 10px;
}

.react-datepicker-popper[data-placement^="top"] {
  margin-bottom: 10px;
}

.react-datepicker-popper[data-placement^="right"] {
  margin-left: 8px;
}

.react-datepicker-popper[data-placement^="right"] .react-datepicker__triangle {
  left: auto;
  right: 42px;
}

.react-datepicker-popper[data-placement^="left"] {
  margin-right: 8px;
}

.react-datepicker-popper[data-placement^="left"] .react-datepicker__triangle {
  left: 42px;
  right: auto;
}

.react-datepicker__header {
  text-align: center;
  background-color: #f0f0f0;
  border-bottom: 1px solid #aeaeae;
  border-top-left-radius: 0.3rem;
  border-top-right-radius: 0.3rem;
  padding-top: 8px;
  position: relative;
}

.react-datepicker__header--time {
  padding-bottom: 8px;
  padding-left: 5px;
  padding-right: 5px;
}

.react-datepicker__year-dropdown-container--select,
.react-datepicker__month-dropdown-container--select,
.react-datepicker__month-year-dropdown-container--select,
.react-datepicker__year-dropdown-container--scroll,
.react-datepicker__month-dropdown-container--scroll,
.react-datepicker__month-year-dropdown-container--scroll {
  display: inline-block;
  margin: 0 2px;
}

.react-datepicker__current-month,
.react-datepicker-time__header {
  margin-top: 0;
  color: #000;
  font-weight: bold;
  font-size: 0.944rem;
  height: 20px;
}

.react-datepicker-time__header {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.react-datepicker__navigation {
  background: none;
  line-height: 1.7rem;
  text-align: center;
  cursor: pointer;
  position: absolute;
  top: 10px;
  width: 0;
  padding: 0;
  border: 0.45rem solid transparent;
  z-index: 1;
  height: 10px;
  width: 10px;
  text-indent: -999em;
  overflow: hidden;
}

.react-datepicker__navigation--previous {
  left: 10px;
  border-right-color: #ccc;
}

.react-datepicker__navigation--previous:hover {
  border-right-color: #b3b3b3;
}

.react-datepicker__navigation--previous--disabled, .react-datepicker__navigation--previous--disabled:hover {
  border-right-color: #e6e6e6;
  cursor: default;
}

.react-datepicker__navigation--next {
  right: 10px;
  border-left-color: #ccc;
}

.react-datepicker__navigation--next--with-time:not(.react-datepicker__navigation--next--with-today-button) {
  right: 80px;
}

.react-datepicker__navigation--next:hover {
  border-left-color: #b3b3b3;
}

.react-datepicker__navigation--next--disabled, .react-datepicker__navigation--next--disabled:hover {
  border-left-color: #e6e6e6;
  cursor: default;
}

.react-datepicker__navigation--years {
  position: relative;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.react-datepicker__navigation--years-previous {
  top: 4px;
  border-top-color: #ccc;
}

.react-datepicker__navigation--years-previous:hover {
  border-top-color: #b3b3b3;
}

.react-datepicker__navigation--years-upcoming {
  top: -4px;
  border-bottom-color: #ccc;
}

.react-datepicker__navigation--years-upcoming:hover {
  border-bottom-color: #b3b3b3;
}

.react-datepicker__month-container {
  float: left;
}

.react-datepicker__month {
  margin: 0.4rem;
  text-align: center;
}

.react-datepicker__time-container {
  float: right;
  border-left: 1px solid #aeaeae;
  width: 70px;
}

.react-datepicker__time-container--with-today-button {
  display: inline;
  border: 1px solid #aeaeae;
  border-radius: 0.3rem;
  position: absolute;
  right: -72px;
  top: 0;
}

.react-datepicker__time-container .react-datepicker__time {
  position: relative;
  background: white;
}

.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box {
  width: 70px;
  overflow-x: hidden;
  margin: 0 auto;
  text-align: center;
}

.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list {
  list-style: none;
  margin: 0;
  height: calc(195px + (1.7rem / 2));
  overflow-y: scroll;
  padding-right: 30px;
  width: 100%;
  box-sizing: content-box;
}

.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item {
  padding: 5px 10px;
}

.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item:hover {
  cursor: pointer;
  background-color: #f0f0f0;
}

.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--selected {
  background-color: #216ba5;
  color: white;
  font-weight: bold;
}

.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--selected:hover {
  background-color: #216ba5;
}

.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--disabled {
  color: #ccc;
}

.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--disabled:hover {
  cursor: default;
  background-color: transparent;
}

.react-datepicker__week-number {
  color: #ccc;
  display: inline-block;
  width: 1.7rem;
  line-height: 1.7rem;
  text-align: center;
  margin: 0.166rem;
}

.react-datepicker__week-number.react-datepicker__week-number--clickable {
  cursor: pointer;
}

.react-datepicker__week-number.react-datepicker__week-number--clickable:hover {
  border-radius: 0.3rem;
  background-color: #f0f0f0;
}

.react-datepicker__day-names,
.react-datepicker__week {
  white-space: nowrap;
}

.react-datepicker__day-name,
.react-datepicker__day,
.react-datepicker__time-name {
  color: #000;
  display: inline-block;
  width: 1.7rem;
  line-height: 1.7rem;
  text-align: center;
  margin: 0.166rem;
  width: 30px;
  height: 30px;
}

.react-datepicker__day {
  cursor: pointer;
  width: 30px;
  height: 30px;
}

.react-datepicker__day:hover {
  border-radius: 0.3rem;
  background-color: #f0f0f0;
}

.react-datepicker__day--today {
  font-weight: bold;
}

.react-datepicker__day--highlighted {
  border-radius: 0.3rem;
  background-color: #3dcc4a;
  color: #fff;
}

.react-datepicker__day--highlighted:hover {
  background-color: #32be3f;
}

.react-datepicker__day--highlighted-custom-1 {
  color: magenta;
}

.react-datepicker__day--highlighted-custom-2 {
  color: green;
}

.react-datepicker__day--selected, .react-datepicker__day--in-selecting-range, .react-datepicker__day--in-range {
  border-radius: 0.3rem;
  background-color: #216ba5;
  color: #fff;
}

.react-datepicker__day--selected:hover, .react-datepicker__day--in-selecting-range:hover, .react-datepicker__day--in-range:hover {
  background-color: #1d5d90;
}

.react-datepicker__day--keyboard-selected {
  border-radius: 0.3rem;
  background-color: #2a87d0;
  color: #fff;
}

.react-datepicker__day--keyboard-selected:hover {
  background-color: #1d5d90;
}

.react-datepicker__day--in-selecting-range:not(.react-datepicker__day--in-range) {
  background-color: rgba(33, 107, 165, 0.5);
}

.react-datepicker__month--selecting-range .react-datepicker__day--in-range:not(.react-datepicker__day--in-selecting-range) {
  background-color: #f0f0f0;
  color: #000;
}

.react-datepicker__day--disabled {
  cursor: default;
  color: #ccc;
}

.react-datepicker__day--disabled:hover {
  background-color: transparent;
}

.react-datepicker__input-container {
  position: relative;
  display: inline-block;
}

.react-datepicker__year-read-view,
.react-datepicker__month-read-view,
.react-datepicker__month-year-read-view {
  border: 1px solid transparent;
  border-radius: 0.3rem;
}

.react-datepicker__year-read-view:hover,
.react-datepicker__month-read-view:hover,
.react-datepicker__month-year-read-view:hover {
  cursor: pointer;
}

.react-datepicker__year-read-view:hover .react-datepicker__year-read-view--down-arrow,
.react-datepicker__year-read-view:hover .react-datepicker__month-read-view--down-arrow,
.react-datepicker__month-read-view:hover .react-datepicker__year-read-view--down-arrow,
.react-datepicker__month-read-view:hover .react-datepicker__month-read-view--down-arrow,
.react-datepicker__month-year-read-view:hover .react-datepicker__year-read-view--down-arrow,
.react-datepicker__month-year-read-view:hover .react-datepicker__month-read-view--down-arrow {
  border-top-color: #b3b3b3;
}

.react-datepicker__year-read-view--down-arrow,
.react-datepicker__month-read-view--down-arrow,
.react-datepicker__month-year-read-view--down-arrow {
  border-top-color: #ccc;
  float: right;
  margin-left: 20px;
  top: 8px;
  position: relative;
  border-width: 0.45rem;
}

.react-datepicker__year-dropdown,
.react-datepicker__month-dropdown,
.react-datepicker__month-year-dropdown {
  background-color: #f0f0f0;
  position: absolute;
  width: 50%;
  left: 25%;
  top: 30px;
  z-index: 1;
  text-align: center;
  border-radius: 0.3rem;
  border: 1px solid #aeaeae;
}

.react-datepicker__year-dropdown:hover,
.react-datepicker__month-dropdown:hover,
.react-datepicker__month-year-dropdown:hover {
  cursor: pointer;
}

.react-datepicker__year-dropdown--scrollable,
.react-datepicker__month-dropdown--scrollable,
.react-datepicker__month-year-dropdown--scrollable {
  height: 150px;
  overflow-y: scroll;
}

.react-datepicker__year-option,
.react-datepicker__month-option,
.react-datepicker__month-year-option {
  line-height: 20px;
  width: 100%;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.react-datepicker__year-option:first-of-type,
.react-datepicker__month-option:first-of-type,
.react-datepicker__month-year-option:first-of-type {
  border-top-left-radius: 0.3rem;
  border-top-right-radius: 0.3rem;
}

.react-datepicker__year-option:last-of-type,
.react-datepicker__month-option:last-of-type,
.react-datepicker__month-year-option:last-of-type {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border-bottom-left-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem;
}

.react-datepicker__year-option:hover,
.react-datepicker__month-option:hover,
.react-datepicker__month-year-option:hover {
  background-color: #ccc;
}

.react-datepicker__year-option:hover .react-datepicker__navigation--years-upcoming,
.react-datepicker__month-option:hover .react-datepicker__navigation--years-upcoming,
.react-datepicker__month-year-option:hover .react-datepicker__navigation--years-upcoming {
  border-bottom-color: #b3b3b3;
}

.react-datepicker__year-option:hover .react-datepicker__navigation--years-previous,
.react-datepicker__month-option:hover .react-datepicker__navigation--years-previous,
.react-datepicker__month-year-option:hover .react-datepicker__navigation--years-previous {
  border-top-color: #b3b3b3;
}

.react-datepicker__year-option--selected,
.react-datepicker__month-option--selected,
.react-datepicker__month-year-option--selected {
  position: absolute;
  left: 15px;
}

.react-datepicker__close-icon {
  background-color: transparent;
  border: 0;
  cursor: pointer;
  outline: 0;
  padding: 0;
  vertical-align: middle;
  position: absolute;
  height: 16px;
  width: 16px;
  top: 25%;
  right: 7px;
}

.react-datepicker__close-icon::after {
  background-color: #216ba5;
  border-radius: 50%;
  bottom: 0;
  box-sizing: border-box;
  color: #fff;
  content: "\00d7";
  cursor: pointer;
  font-size: 12px;
  height: 16px;
  width: 16px;
  line-height: 1;
  margin: -8px auto 0;
  padding: 2px;
  position: absolute;
  right: 0px;
  text-align: center;
}

.react-datepicker__today-button {
  background: #f0f0f0;
  border-top: 1px solid #aeaeae;
  cursor: pointer;
  text-align: center;
  font-weight: bold;
  padding: 5px 0;
  clear: left;
}

.react-datepicker__portal {
  position: fixed;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.8);
  left: 0;
  top: 0;
  justify-content: center;
  align-items: center;
  display: flex;
  z-index: 2147483647;
}

.react-datepicker__portal .react-datepicker__day-name,
.react-datepicker__portal .react-datepicker__day,
.react-datepicker__portal .react-datepicker__time-name {
  width: 3rem;
  line-height: 3rem;
}

@media (max-width: 400px), (max-height: 550px) {
  .react-datepicker__portal .react-datepicker__day-name,
  .react-datepicker__portal .react-datepicker__day,
  .react-datepicker__portal .react-datepicker__time-name {
    width: 2rem;
    line-height: 2rem;
  }
}

.react-datepicker__portal .react-datepicker__current-month,
.react-datepicker__portal .react-datepicker-time__header {
  font-size: 1.44rem;
}

.react-datepicker__portal .react-datepicker__navigation {
  border: 0.81rem solid transparent;
}

.react-datepicker__portal .react-datepicker__navigation--previous {
  border-right-color: #ccc;
}

.react-datepicker__portal .react-datepicker__navigation--previous:hover {
  border-right-color: #b3b3b3;
}

.react-datepicker__portal .react-datepicker__navigation--previous--disabled, .react-datepicker__portal .react-datepicker__navigation--previous--disabled:hover {
  border-right-color: #e6e6e6;
  cursor: default;
}

.react-datepicker__portal .react-datepicker__navigation--next {
  border-left-color: #ccc;
}

.react-datepicker__portal .react-datepicker__navigation--next:hover {
  border-left-color: #b3b3b3;
}

.react-datepicker__portal .react-datepicker__navigation--next--disabled, .react-datepicker__portal .react-datepicker__navigation--next--disabled:hover {
  border-left-color: #e6e6e6;
  cursor: default;
}


#suggest-form form > .grid > .row:first-child {
	padding-top: 1em;
}

#suggest-form form > .grid > .row {
	padding-top: 0px;
}

#suggest-form .column > label {
	font-weight: bold;
}

#equipments > .grid > .row > .column {
	padding-top: 2px;
	padding-bottom: 2px;
}

#equipments-row {
	margin-top: -10px;
}

.event-item {
	border: 1px solid rgb(255, 255, 255); 
	background-color: rgb(204, 204, 204); 
	margin: 0px 0.5em 0.5em; 
	padding: 5px; 
	border-radius: 15px;
}

@media only screen and (max-width: 767px) and (min-width: 320px) {
	#event-item .ui.grid .row .column:nth-child(2) .ui.grid .row {
		padding-top: 0px;
		padding-bottom: 2px;
	}
	#event-item .ui.grid .row .column:nth-child(2) .ui.grid .row:first-child {
		padding-top: 1em;
	}
}

@media only screen and (min-width: 992px) {
	#event-item .ui.grid .row .column:nth-child(2) .ui.grid .row {
		padding-top: 0px;
		padding-bottom: 10px;
	}
	
	#event-item .ui.grid .row .column:nth-child(2) .ui.grid .row div {
		font-size: 1.3rem !important;
	}

	#event-item .ui.grid .row .column:nth-child(2) .ui.grid .row:first-child {
		padding-top: 2em;
	}

	#event-item .ui.grid .row .column:nth-child(2) .ui.grid .row:last-child {
		padding-bottom: 2em;
	}
	
	#event-item.housekeeper .ui.grid .row .column .ui.grid .row {
		padding-top: 6px;
	}
}

@media only screen and (max-width: 991px) and (min-width: 768px) {
	
	#event-item .ui.grid .row .column:nth-child(2) .ui.grid .row {
		padding-top: 0px;
		padding-bottom: 5px;
	}
	
	#event-item .ui.grid .row .column:nth-child(2) .ui.grid .row div {
		font-size: 1.3rem !important;
	}

	#event-item .ui.grid .row .column:nth-child(2) .ui.grid .row:first-child {
		padding-top: 1em;
	}

	#event-item .ui.grid .row .column:nth-child(2) .ui.grid .row:last-child {
		padding-bottom: 1em;
	}
	
	#event-item.housekeeper .ui.grid .row .column .ui.grid .row {
		padding-top: 6px;
	}
}

.calendar-type {
	border: 1px solid rgb(255, 255, 255);
	color: #fff;
  padding: 10px;
  height: 30px;
	text-align: center;
  font-size: 20px;
}

.calendar-type.selected {
	background-color: #2B9BCA;
}

#order-roominfo #room-image {
	text-align: center;
}

#order-roominfo #room-image img {
	max-width: 300px;
	display: inline-block;
}

#order-detail > div > div > .ui.grid > .row:nth-child(n + 2) > .column:nth-child(n + 2) {
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 20px !important;
}

#order-detail > div > div > .ui.grid > .row:nth-child(n + 2) > .column:first-child {
	text-align: right;
}

#order-detail > div > div > .ui.grid > .row {
	padding: 10px 0;
}

#order-detail > div.boxStyle {
	/* position: relative; */
}

#order-detail .order-button {
	/* position: absolute; */
	bottom: 20px;
}

#order-detail .order-button > .column > .grid > .row {
	padding: 0;
}

#order-detail .order-button > .column > .grid > .row button {
	margin-bottom: 0;
	width: 100%;
}

#order-status {
	/* position: absolute; */
	top: 300px;
	right: 20px;
}

#no-room {
	font-size: 20px !important;
}

#date-modalslot {
	font-size: 20px !important;
}

.react-datepicker-wrapper {
  width: 100%
}

.react-datepicker__input-container {
  width: 100%
}

/* Modal Content/Box */
.customBlack.ui.modal>.header, .customBlack.ui.modal>.content, .customBlack.ui.modal>.actions {
  background-color: rgba(51,51,51); 
  color: #fff;
}

.whiteColor{
  color: #fff;
}

#myevent .menu .item {
 background-color: #2B9BCA;
}

#myevent .ui.menu .item:first-child {
 	border-radius: 10px 0 0 10px !important;
	/* border-right: 1px solid white; */
}

#myevent .ui.menu .item:last-child {
	 border-radius: 0 10px 10px 0 !important;
	 /* border-left: 1px solid white; */
}

#myevent .ui.menu .item {
	 border-radius: 0 !important;
}

/* #myevent .ui.menu .item div { */
/* font-size: 20px !important; */
/* } */

.font20px{
  font-size: 20px !important;
}
.ui.menu .item:before{
  background: none;
}

  
.onOpenValid{ display:  none;}
.errors, .invalidEmailType{color:red}
#width120px{width :120px;}
#radioDateWhiteColor .ui.checkbox label{
  color: #fff;
  font-weight: bold;
  font-size: 16px;
}



/* V 1.5 */
.box-verify-oauth {
  margin-top: 35vh;
}
.box-verify-oauth p {
  margin: 0;
  line-height: 1;
}

.box-verify-oauth .bvo-loading {
  text-align: center;
  margin-top: 2rem;
}

.box-accept-term-trainingroom {
  width: 100%;
  display: flex;
  align-items: center;
  overflow: hidden;
}
.box-accept-term-trainingroom .batt-checkbox {
  flex: 0 0 auto;
  overflow: hidden;
  margin-right: 0.5rem;
}
.box-accept-term-trainingroom .batt-text {
  /* flex: 0 0 auto; */
  overflow: hidden;
  margin-right: 1rem;
  font-size: 16px !important;
  color: #00a4e4;
  font-weight: bold;
}
.box-accept-term-trainingroom .batt-view {
  flex: 0 0 auto;
  overflow: hidden;
}
/* .batt-checkbox label {
  font-size: 18px;
} */
.batt-checkbox .ui.input {
  /* margin-right: 0.5rem; */
}
.box-accept-term-trainingroom .batt-view {
  flex: 0 0 auto;
  width: 25px;
  height: 25px;
  cursor: pointer;
}
.batt-view img {
  width: 100%;
  height: 100%;
}

.module-view-room-format {
  width: 100%;
}

.module-view-room-format .mvrf-header {
  width: 100%;
  margin-bottom: 1rem;
}
.mvrf-header .header-wrapper {
  width: 100%;
  text-align: center;
  padding: 1rem 1rem 0 1rem;
}

.module-view-room-format .mvrf-body {
  width: 100%;
  margin-bottom: 1rem;
}
.mvrf-body .body-wrapper {
  width: 100%;
  max-height: 450px;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0 1rem 0 1rem;
}
.body-wrapper .bw-room {
  width: 100%;
}

.module-view-room-format .mvrf-action {
  width: 100%;
}
.mvrf-action .action-wrapper {
  width: 100%;
  text-align: center;
  padding: 0 1rem 1rem 1rem;
}
.bw-room .image-room {
  margin-bottom: 1rem;
}
.bw-room .image-room-blue {
  margin-bottom: 1rem;
}
.image-room img,
.image-room-blue img {
  width: 100%;
}
.bw-room .text-room-format {
  width: 100%;
  display: flex;
}
.text-room-format .trf-max {
  width: 70%;
  flex: 0 0 auto;
  overflow: hidden;
}
.text-room-format .trf-name {
  width: 30%;
  flex: 0 0 auto;
  overflow: hidden;
  text-align: right;
}
.bw-room .box-amenity {
 
}
.box-amenity p {
  font-size: 18px;
  font-weight: bold;
  margin: 0;
}
.box-amenity .ba-list {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(5, 1fr);
}
.ba-list .item-amenity {
}
.item-amenity .ia-image {
  width: 100%;
  display: flex;
  justify-content: center;
}
.ia-image img {
  width: 50px;
  height: 50px;
}
.item-amenity .ia-text {
  width: 100%;
}
.ia-text p {
  text-align: center;
}

.box-room-format {
  width: 100%;
}
.box-room-format .brf-list {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(3, 1fr);
}
.brf-list.mobile {
  grid-template-columns: repeat(5, 1fr);
}
.brf-list .item-brf {
  height: 70px;
  border: 2px solid;
  border-radius: 0.5rem;
  border-color: #fff;
  padding: 0.5rem;
  cursor: pointer;
  display: flex;
  justify-content: center;
}
.item-brf.active {
  border-color: rgb(0, 164, 228);
}
.item-brf img {
  height: 100%;
  max-width: 100%;
}

.box-select-roomformat {

}
.box-select-roomformat h3 {
  margin-bottom: 0;
}
.box-select-roomformat .value-format {
  background-color: #fff;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.module-term {
  width: 100%;
}
.module-term .mt-header {
  width: 100%;
  margin-bottom: 1rem;
  padding: 1rem 1rem 0 1rem;
}
.mt-header .header-wrapper {
  width: 100%;
  text-align: center;
}

.module-term .mt-body {
  width: 100%;
  margin-bottom: 1rem;
}
.mt-body .body-wrapper {
  width: 100%;
  max-height: 450px;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0 1rem 0 1rem;
}

.module-term .mt-action {
  width: 100%;
  padding: 0 1rem 1rem 1rem;
}
.mt-action .action-wrapper {
  width: 100%;
  text-align: center;
}




.module-view-order-log {
  width: 100%;
}

.module-view-order-log .mvol-header {
  width: 100%;
  margin-bottom: 1rem;
}
.mvol-header .header-wrapper {
  width: 100%;
  text-align: center;
  padding: 1rem 1rem 0 1rem;
}

.module-view-order-log .mvol-body {
  width: 100%;
  margin-bottom: 1rem;
}
.mvol-body .body-wrapper {
  width: 100%;
  max-height: 450px;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0 1rem 0 1rem;
}

.module-view-order-log .mvol-action {
  width: 100%;
}
.mvol-action .action-wrapper {
  width: 100%;
  text-align: center;
  padding: 0 1rem 1rem 1rem;
}


.module-error {
  width: 100%;
}

.module-error .me-header {
  width: 100%;
  margin-bottom: 1rem;
}
.me-header .header-wrapper {
  width: 100%;
  text-align: center;
  padding: 1rem 1rem 0 1rem;
}

.module-error .me-body {
  width: 100%;
  margin-bottom: 1rem;
}
.me-body .body-wrapper {
  width: 100%;
  max-height: 450px;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0 1rem 0 1rem;
}

.module-error .me-action {
  width: 100%;
}
.me-action .action-wrapper {
  width: 100%;
  text-align: center;
  padding: 0 1rem 1rem 1rem;
}

.box-action-order {
  display: flex;
  justify-content: flex-end;
}
.box-action-order .item-action {
  flex: 0 0 auto;
}
.item-action {
  margin-right: 5px;
}
.item-action:last-child {
  margin-right: 0;
}
.item-action .ic-wrapper {
  width: 60px;
  height: 60px;
  overflow: hidden;
}
.ic-wrapper {
  cursor: pointer;
}
.ic-wrapper.disabled {
  pointer-events: none;
  opacity: 0.7;
}
.ic-wrapper img {
  width: 100%;
  height: 100%;
}

.page-adfs-login {
  min-height: 100vh;
  padding-top: 25vh;
  /* position: relative; */
}
.page-adfs-login .local-login{
  position: absolute;
  bottom: 20px;
  right: 30px;
}

.local-login a {
  color: #fff;
  font-size: 16px !important;
  /* font-weight: bold; */
  text-decoration: underline;
}

.local-login a:hover {
  color: #009edf;
}

.wrapper-wysiwyg {
  background-color: #fff;
}
.editor-wysiwyg {
  padding: 0 6px;
}