body{
  font-family: "Open Sans", sans-serif;
  background-color: #F2F2F2;
}

.owl-prev,
.owl-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 3rem !important;

}

.owl-prev {
  left: 2rem;
}

.owl-next {
  right: 2rem;
}


.dateIput {
  display: inline-block;
  width: 30%;
}


.ui-timepicker-standard {

  z-index: 9999 !important;
}


.fc-timeGridWeek-button  {
  visibility: hidden !important;
}

/* Home */
.home-dt{
  color:#fff;
  margin-bottom:0;
}

.bg-grey{
  background-color: #E5E5E5;
}

.bg-lightgrey{
  background-color: #F2F2F2;
}

.room-name{
  font-size: 20px;
  font-weight: bold;
  margin-bottom:0;
  line-height:26px;
}

.room-capacity{
  font-size:13px;
  margin-bottom:0;
}

.mr-details{
  gap:10px;
}

.btn-booknow{
  background-color: #13B6B6;
  color:#fff;
  border-radius:30px;
  font-size: 16px;
  font-weight: bold;
  width:9rem;
}

.btn.btn-booknow:hover, .btn.btn-booknow:active{
  background-color: #0c8787;
  color:#fff;
  border-color: transparent;
}

.total-booking p{
  width: 23%;
  background-color: #B61313;
  color: #fff;
  border-radius: 16px;
  padding: 2px 0px;
}

.today-home, .today-home:hover, .today-home:active, .btn.today-home:first-child:active{
  background-color: transparent;
  color: #13B6B6;
  border-color: #13B6B6;
  border-radius: 30px;
  --bs-btn-padding-x: 1.75rem;
}

.btn-arrow{
  background-color: #fff;
  color: #13B6B6;
  filter: drop-shadow(4px 4px 3px rgba(0,0,0,0.1));
  border-radius: 20px;
  border:none;
  width: 38px;
}

.btn.btn-arrow:hover, .btn.btn-arrow:active{
  background-color: #13B6B6;
  color: #fff;
}

.grey-border{
  border-bottom: 1px solid #D5D5D5;
}

 .slick-prev:before{
  font-family: "Font Awesome 5 Free";
  content: "\f053";
  color:#13B6B6;
  font-weight:900;
}

.slick-next:before{
  font-family: "Font Awesome 5 Free";
  content: "\f054";
  color:#13B6B6;
  font-weight:900;
}

.slick-list {
  margin:0 30px 0 30px;
}

.slick-slide {
  margin: 0px 20px;
}

.slick-dots li button:before{
  font-size:10px;
  opacity: 1;
}

.slick-dots li.slick-active button:before {
  opacity: 1;
  color: #13B6B6;
  border: 2px solid;
  border-radius: 10px;
  line-height: 17px;
}

.meeting-width{
  width:324px;
  text-align:left;
}

i.bi.bi-calendar-week{
  font-size: 30px;
  color:#13B6B6;
}

.booked-meetings{
  background-color: #fff;
  border-radius: 10px;
  padding:12px 17px;
  min-height:115px;
}

.booked-meetings.red-border{
  border-left: 15px solid #B61313;
}

.booked-meetings.turquoise-border{
  border-left: 15px solid #13B6B6;
}

.booked-meetings.grey-border{
  border-left: 15px solid #808080;
}

.meeting-time.red-time{
    color:#B61313;
    font-size:13px;
    font-weight:bold;
}

.meeting-time.turquoise-time{
    font-size:13px;
    font-weight:bold;
}

.meeting-time.grey-time{
  font-size:13px;
  font-weight:bold;
}

.meeting-time.turquoise-time, .meeting-duration.turquoise-duration{
  color:#13B6B6;
}

.meeting-time.grey-time, .meeting-duration.grey-duration{
  color:#808080;
}



.meeting-title p{
  font-size:18px;
  font-weight:bold;
}

.booking-name p{
  font-size:13px;
}

.meeting-duration{
  font-size:13px;
  text-align:right;
}

.meeting-duration.red-duration{
  color:#B61313;
}

.meeting-duration.turqoise-duration{
  color:#13B6B6;
}

.slick-prev{
  left:0;
}

.slick-next{
  right:0;
}

.empty-background{
  background-color:#EDEDED;
  box-shadow: inset 0 4px 4px rgba(0,0,0,0.1);
  border-radius: 10px;
  min-height:115px;
}

.empty-background p{
  color:#D5D5D5;
  font-size:20px;
  font-weight:bold;
}

.black-bg{
  background-color: #000;
}

.black-bg p{
  color:#fff;
  font-size:13px;
}

/* Booking */
.dropdown-toggle{
  font-size:30px;
  color:#13B6B6;
  font-weight:bold;
  text-decoration: none;
  align-items: center;
  display: flex;
  gap: 10px;
}

.dropdown-item{
  font-size: 20px;
}

.dropdown-toggle::after{
  font-family: "Font Awesome 5 Free";
  content: "\f078";
  border:none;
  vertical-align: inherit;
  font-size:16px;
}

.instruction{
  font-size:14px;
}

.fc-toolbar-chunk:nth-child(2){
  display: flex;
  align-items: center;
}

.fc .fc-button-primary{
  background-color: #fff;
  color:#13B6B6;
  border-color:#13B6B6;
  /* filter: drop-shadow(4px 4px 3px rgba(0,0,0,0.1)); */
}

.fc .fc-button-primary:hover, .fc .fc-button-primary.fc-prev-button:active, .fc .fc-button-primary.fc-next-button:active, .fc .fc-today-button.fc-button-primary:active{
  background-color: #13B6B6;
  color:#fff;
  border-color:#13B6B6;
}

.fc .fc-today-button{
  background:none;
  border-radius: 30px;
  padding: 8px 22px;
  filter: none;
}

.fc .fc-today-button:disabled{
  border:1px solid rgba(19,182,182,1);
  color:rgba(19,182,182,1);
  background-color: transparent;
}

.fc .fc-button-primary:focus{
  box-shadow:none;
}

.fc .fc-prev-button, .fc .fc-next-button{
  border-radius:20px;
}

.booknow-inner{
  text-align: end;
}

.fc .fc-col-header-cell-cushion{
  color: #000;
  text-decoration: none;
  font-size: 20px;
  font-weight:normal;
}

.fc .fc-toolbar-title{
  font-weight:bold;
}

.modal-header{
  border-bottom:none;
  padding: 46px 46px 0 46px;
}

.modal-body{
  padding:20px 46px 46px 46px;
}

.btn-close-custom {
  filter: brightness(0) saturate(100%) invert(70%) sepia(68%) saturate(5164%) hue-rotate(142deg) brightness(99%) contrast(85%);
  opacity: 1;
  font-size: 20px;
}

.modal-title{
  font-size: 25px;
  font-weight: bold;
}

.form-label{
  font-size:14px;
  margin-bottom: 0;
}

.form-control{
  border: none;
  border-bottom: 1px solid #D5D5D5;
  background-color: transparent;
  border-radius: initial;
  padding: .375rem 0;
}

.form-control:disabled{
  background-color: transparent;
  border:none;
  font-size: 18px;
  font-weight: 600;
  padding: 0;
}

.form-control:focus{
  border-color: #000;
  padding: .375rem 0;
  outline:none;
  outline-width: 0;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
}

.modal-footer{
  border:none;
  padding-bottom:40px;
}

.alert-danger{
  border:none;
}

.pl-5{
  padding-left:3rem;
}

.pr-5{
  padding-right:3rem;
}

/* .border-line{
  border-bottom:1px solid #d5d5d5;
}

.border-line:focus{
  border-color: #000;
} */

.border-line i.bi.bi-calendar-week, .border-line i{
  font-size:20px;
  color: #13B6B6;
}

.modal-footer{
  justify-content: center;
}

.input-group>:not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback){
  margin: 0;
  padding-left: 0.75rem;
}

.form-check-input[type=checkbox]{
  border-radius:8px;
}

.form-check-input:checked{
  background-color: #13B6B6;
  border-color: #13B6B6;
}

.btn-primary{
    background-color: #13B6B6;
    border-radius: 20px;
    padding: 7px 23px;
    border: none;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active{
  background-color: #0c8787;
}

.ui-timepicker-standard{
  font-family: "Open Sans", sans-serif;
}

.ui-timepicker-standard .ui-state-hover {
  background-color: #DADADA;
  border: 1px solid transparent;
  font-weight: 400;
  color: #212121;
}

.fc-v-event{
  background-color: #fff;
  border-color: transparent;
}

/* .fc-event{
  border-top: 15px solid #B61313;
  border-radius: 8px;
} */
/*
.fc-timegrid-event .fc-event-main{
  padding: 8px;
} */

.fc-event-main-frame{
  color:#000;
  font-weight:bold;
}

.fc-timegrid-event .fc-event-time{
  /* color: #B61313; */
  font-size: 13px;
  font-weight: bold;
}

.width-100{
  width:100%;
}

.arrow-placement{
  display: flex;
  gap: 14px;
  align-items: center;
}

.organizer{
  font-weight: normal;
}


.fc-event-title {

  width: 100%; /* the element needs a fixed width (in px, em, %, etc) */
  overflow: hidden; /* make sure it hides the content that overflows */
  white-space: nowrap; /* don't break the line */
  text-overflow: ellipsis; /* give the beautiful '...' effect */
}

div:where(.swal2-container) button:where(.swal2-styled):where(.swal2-confirm){
  background-color: #13B6B6 !important;
  border-radius:28px !important;
  padding: 5px 18px !important;
}

#calendar{
  margin-bottom: 40px;
}

.enddate-label{
  display:none;
}

.fc-v-event{
  background-color: transparent;
}

.fc-timegrid-event .fc-event-main{
  background-color: #fff;
  border-radius:8px;
}

.tab-relative{
  position: relative;
  overflow: auto;
}

.nav-underline{
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  display: flex;
  gap: 10px;
  flex-wrap: nowrap;
  white-space: nowrap;
  position: relative;
}

.booking-title{
  font-size: 20px;
  font-weight: 600;
  color:#000;
  margin-bottom: 0;
}

.popup-meeting{
  margin-bottom:0;
}

.full-schedule{
  width: auto;
}

.dropdown-item.active, .dropdown-item:active{
  background-color:#13B6B6;
}

.fc-day-today .fc-col-header-cell-cushion{
  font-weight:600;
}

.fc-day-today, .fc .fc-daygrid-day.fc-day-today, .fc .fc-timegrid-col.fc-day-today{
  background:rgba(255,244,207,0.5);
}

.fc-col-header{
  background:#d7d7d7;
}

.fc-timegrid-event-harness-inset .fc-timegrid-event, .fc-timegrid-event.fc-event-mirror, .fc-timegrid-more-link{
  box-shadow: none;
}

/* .fc-timegrid-slots colgroup, .fc-timegrid-axis-frame */

.fc .fc-col-header-cell-cushion{
  width: 36%;
}

.fc .fc-timegrid-axis-cushion, .fc .fc-timegrid-slot-label-cushion{
  font-weight:500;
}

.fc .fc-today-button{
  text-transform: capitalize;
}

.login-time{
  gap:20px;
}

.bookingInfo{
  color:#13B6B6;
  font-size:14px;
}

.btn-secondary, .swal2-cancel{
  background-color: transparent;
  border:1px solid #13B6B6;
  color:#13B6B6;
  border-radius:30px;
  font-size: 16px;
}

.btn-secondary:hover, .swal2-cancel:hover{
  background-color: #13B6B6;
  color:#fff;
  border:1px solid #13B6B6;
}

.small-text{
  font-size:14px;
  margin-top:10px;
  font-weight:400;
  display:block;
}

h2.swal2-title{
  font-size:25px;
  font-weight:bold;
  color:#212529;
}

.swal2-cancel{
  padding: 4px 18px;
}


.fc-header-toolbar {
  padding : 0 3rem!important;
}

.img-size {
  width: 100%;
  height: 250px;
  object-fit: cover;
  object-position: 50% 50%;
}


#step a  , #step .badge{
  font-weight: bold;
  font-size: .9rem;
}


#step .badge {
  border-radius: 50%;
  margin-right: 5px;
}

#step .nav-pills .nav-link .badge{
  color: #0d6efd;
  background-color: #fff ;
}


#step .nav-pills .nav-link.active .badge{
  color: #fff;
  background-color: #0d6efd;
}

#step .nav-pills .nav-link.active {
  color: var(--bs-link-color) !important;
  background-color: transparent;
}

#step .nav-pills .nav-link.completed .badge {
  color: #fff !important ;
  background-color: #04a84f !important ;
}

#step .nav-pills .nav-link.completed  {
  color: #04a84f !important ;
}



#step .nav-pills .nav-link {
  color: #000;
  background-color: transparent;
}

#application_form label {
  font-weight: 600;
}


#application_form sup {
  color: red;
}


.helpText {
  color: #ff0d72 !important;
}


#applicationForm .form-control  {
  border: 1px solid #D5D5D5;
  border-radius: 5px;
  padding: .375rem 0.625rem;
}


#applicationForm .btn-primary {
  background-color: #0d6efd !important;
  border-radius: 5px;
}

.uploadIcon{
  color: #fff;
  background: #000;
  padding: 3px 10px;
  border-radius: 50%;
  display: inline-flex;
}

.image-upload {
  margin-top:10px;
}

.uploadText {
  font-size: 14px;
  font-weight: normal;
  margin-left: 5px;
}

.uploadedModaltext{
  font-size: 12px;
  margin-top: 10px;
}
/*
#step .nav-pills .nav-link .badge {
  color: var(--bs-link-color) !important;
  background-color: transparent;
} */



.success:before {
  content: '✓';
  color: #07a74d;
  position: absolute;
  right: 10px;
  top: .5rem;
}


.recruitPageHeight{
  display: flex;
  align-items: center;
  min-height: 83.1vh;
}

.form-note {
    font-size: 11px;
    color: gray;
}

.recruitForm sup {
  color: red;
}

@media only screen and (max-width: 1308px) {
  h2{
    font-size: 1.8rem;
  }

  .room-name{
    font-size: 18px;
  }

  .room-capacity{
    font-size:12px;
  }
}

@media only screen and (max-width: 1200px) {
  h2{
    font-size: 1.5rem;
  }

  .mr-details{
    display: block !important;
  }

   .mr-mb{
    margin-bottom: 15px;
   }

   .total-booking p {
      width: 21%;
    }
}

@media only screen and (max-width: 1024px) {
  h2{
    font-size:1.3rem;
  }

  .mr-mb {
    margin-bottom: 8px;
  }

  .total-booking p {
    width: 23%;
  }

}

@media only screen and (max-width: 991px){
  .mr-details{
    display: flex !important;
  }

  .total-booking p{
    margin:inherit;
    text-align:center;
  }

  .slick-track {
    margin: 0 auto;
  }

  #variable-md .slick-slide {
    /* margin: 0px 20px; */
    margin:0;
  }

  #variable-md .slick-list{
    /* margin:0 30px; */
    margin:0;
  }

  .nav-underline{
    gap:22px;
  }

  .nav-underline .nav-link{
    color:#D5D5D5;
    font-size: 20px;
  }

  .nav-underline .nav-link.active, .nav-underline .show>.nav-link{
    color: #13B6B6;
  }

  .modal-dialog{
    max-width:90%;
  }


  .fc-day-today, .fc .fc-daygrid-day.fc-day-today, .fc .fc-timegrid-col.fc-day-today{
    background:none;
  }

  .fc .fc-col-header-cell-cushion {
    width: 25%;
    margin-left:-14%;
  }

  .slick-dotted.slick-slider {
    margin-bottom: 50px;
  }
}

@media only screen and (max-width: 768px) {
  #calendar {
    height: 90vh;
  }

  .total-booking p {
    width: 28%;
  }

  /* .fc-v-event .fc-event-title{
    width:100%;
  } */

  .logo img{
    width: 68%;
  }

  .login-time{
    justify-content: center !important;
  }

  .login-time{
    display: block !important;
    text-align: center;
  }

  .login-time .btn-booknow{
    margin-top: 10px;
  }
}

@media only screen and (max-width: 767px) {
  .logo{
    text-align:center;
    padding-left:0;
    padding-right:0;
  }

  .datentime{
    padding-right:0;
    padding-left:0;
  }

  .home-dt{
    text-align:center;
  }

  .enddate-label{
    display:block;
  }

  .recruitPageHeight {
      display: flex;
      align-items: center;
      min-height: 84.5vh;
  }

  #application_form .nav-link {
    padding: 0.5rem 0.1rem;
    text-align: left;
  }


#application_form label {
  font-weight: 600;
  word-break: break-all;
}

}

@media only screen and (max-width:575px){
  .booknow-inner {
    text-align: center;
    padding-top: 0 !important;
    margin-bottom: 20px;
  }

  .total-booking p {
    width: 40%;
  }

  .modal-dialog{
    max-width:100%;
  }

  .dropdown-toggle{
    justify-content: center;
  }

  .instruction{
    text-align: center;
  }

  .footer{
    justify-content: center;
  }

  .dropdown-menu.show{
    width:100%;
  }

  .sd-5{
    margin-bottom:5px;
  }

  .startTimeCol, .mobile-w100{
    width: 100%;
  }
}

@media only screen and (max-width: 425px) {
  .total-booking p {
    width: 78%;
  }

  .fc-toolbar-title{
    font-size: 25px;
    margin-bottom: 6px;
  }

  .fc .fc-toolbar.fc-header-toolbar{
    display: block;
    text-align: center;
  }

  .fc .fc-toolbar-title{
    margin-bottom:7px;
  }

}

@media only screen and (max-width: 375px){
  .fc .fc-col-header-cell-cushion {
    width: 30%;
  }
}
