.t-check-in,
.t-check-out,
.t-datepicker {
  display: inline-block;
  position: relative;
  float: left;
}



.t-datepicker {
  clear: both;
  width: 100%;
  height: 100%;
  font-size: 0.813rem;
  font-weight: 700;
  max-width: 767px;
  color: #7c8893;

}

.t-check-in,
.t-check-out {
  border-width: 1px;
  border-style: solid;
  width: 42%;
  box-sizing: border-box;
  height: 100%;
  display: flex;
  align-items: center;

}

.t-date-check-in,
.t-date-check-out {
  gap: 5px
}

.arrow {
  width: 16%;
  float: left;
  height: 100%;
  display: flex;
  font-size: 1.5rem;
  align-items: center;
  justify-content: center;
}

.t-check-in .t-date-info-title,
.t-check-out .t-date-info-title {
  position: absolute;

  left: 20px;
  font-size: .813rem;
  display: flex;
  align-items: center;

  color: #7c8893;
  font-weight: 700;
  cursor: pointer;
}

.t-check-in .fa,
.t-check-out .fa {
  top: -1px;
  position: relative;
}

.t-check-in {
  border-right-width: 1px;
  /* border-radius: 4px 0 0 4px; */
}

.t-picker-only {
  /* border-radius: 4px; */
  width: 100%;
}

.t-check-out {
  border-left-width: 0;
  /* border-radius: 0 4px 4px 0; */
}

.t-check-out .t-datepicker-day {
  left: -100%;
}

.t-input {
  bottom: 0;
  left: 20px;
  position: absolute;
  z-index: -1;
  opacity: 0;
}

.t-arrow-top {
  top: 32px;
  z-index: 9999;
}

.t-arrow-top,
.t-arrow-top::after {
  border-width: 10px;
  border-style: solid;
  border-color: transparent transparent #ddd;
  display: inline-block;
  position: absolute;
}

.t-arrow-top::after {
  top: -9px;
  left: -10px;
  content: "";
  border-width: 10px;
  border-bottom-color: #fff;
}

.t-dates {
  padding: 10px 15px;
  height: 100%;
  box-sizing: border-box;
  display: flex;
  align-items: center;
}

.t-datepicker-day {
  border-width: 1px;
  border-style: solid;
  top: 77px;
  overflow: hidden;
  position: absolute;
  z-index: 9998;
  padding: 10px 0;
  border-radius: 4px;
  box-shadow: 0 7px 15px rgba(0, 0, 0, 0.25);
 
}

.t-table-wrap {
  width: 100%;
  padding: 0 10px;
  font-size: inherit;
  display: inline-block;
  vertical-align: top;
}

.t-datepicker-days {
  width: 650px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .t-datepicker-day {
  top: 58px;}
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .t-datepicker-days {
    width: 600px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 992px) {
  .t-datepicker-days {
    width: 500px;
  }
}

.t-datepicker-days .t-table-wrap {
  padding: 0;
  width: 47%;
  margin-left: 2%;
}

@media (max-width: 767px) {
  .t-datepicker-days {
    width: 100%;
  }

  .t-datepicker-days .t-table-wrap {
    margin-left: 0;
    width: 100%;
   
  }
}


@media (max-width: 320px) {
  .t-datepicker-days {
    width: 290px;
  }

  .t-datepicker-days .t-table-wrap {
    padding: 0 5px;
  }
}

.t-table-condensed {
  width: 100%;
  border-spacing: 0;
  border-collapse: collapse;
  vertical-align: top;
}

.t-next,
.t-prev,
.t-table-condensed td,
.t-table-condensed th {
  text-align: center;
  padding: 8px;
}

@media only screen and (min-width: 1200px) and (max-width: 1400px) {

  .t-next,
  .t-prev,
  .t-table-condensed td,
  .t-table-condensed th {
    font-size: .813rem;
    padding: 8px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {

  .t-next,
  .t-prev,
  .t-table-condensed td,
  .t-table-condensed th {
    font-size: .813rem;
    padding: 4px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 992px) {

  .t-next,
  .t-prev,
  .t-table-condensed td,
  .t-table-condensed th {
    font-size: .75rem;
    padding: 5px;
  }
}

.t-date-title {
  clear: both;
  width: 100%;
  text-align: center;
  display: inline-block;
  margin: 0;
  padding: 15px 0 10px;
}

.t-day,
.t-disabled,
.t-end,
.t-range,
.t-start {
  border-width: 2px;
  border-style: solid;
}

.t-arrow {
  border: none;
}

.t-hover-day::after,
.t-special-day:before {
  content: "";
  border-style: solid;
}

.t-arrow,
.t-dates,
.t-day,
.t-end,
.t-end-limit,
.t-range,
.t-start {
  cursor: pointer;
}

.t-special-day {
  position: relative;
}

.t-special-day:before {
  height: 3px;
  width: 3px;
  top: 0;
  right: 0;
  position: absolute;
  display: block;
  border-width: 3px;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

.t-hover-day {
  position: relative;
}

.t-hover-day-content {
  top: -32px;
  width: 70px;
  right: calc(50% - 35px);
  position: absolute;
  font-size: 12px;
  font-weight: 700;
  padding: 0px 5px;
  border-radius: 4px;
  z-index: 9999;
}

.t-hover-day::after {
  position: absolute;
  top: -8px;
  right: calc(50% - 7px);
  border-width: 7px;
}

.t-today .t-hover-day-content {
  z-index: 9998;
}

.t-check-in .t-end-limit,
.t-disabled {
  opacity: 0.25;
  cursor: auto;
}

@media (max-width:767px) {
  .t-table-condensed { margin: auto; width: auto;}
  .t-day,
  .t-disabled,
  .t-end,
  .t-range,
  .t-start {
    border-width: 0px;
    border-style: solid;
  }

  #datePickerModal .t-datepicker-day::-webkit-scrollbar {
    display: none;
  }

  /* Hide scrollbar for IE, Edge and Firefox */
  #datePickerModal .t-datepicker-day {
    -ms-overflow-style: none;
    /* IE and Edge */
    scrollbar-width: none;
    /* Firefox */
  }

  #datePickerModal .t-table-condensed tr .t-month {
    font-size: 1rem;
    color: #000;
  }

  .t-datepicker-day {
    box-shadow: none;
  }

  #datePickerModal .t-table-condensed tr th {
    font-size: 0.75rem;

  }

  #datePickerModal .modal {
    height: 100vh;
    /* Use vh as a fallback for browsers that do not support Custom Properties */
    height: calc(var(--vh, 1vh) * 100);

    bottom: 0;
  }



  #datePickerModal .modal-dialog {
    margin: 0;
  }

  #datePickerModal .modal-full-mobile {
    width: 100vw;
    height: 100vh;
    border: none;
  }

  #datePickerModal .modal-dialog {
    width: 100%;
    max-width: 100%;
  }

  #datePickerModal .modal-dialog {
    margin: 0;
  }

  #datePickerModal .t-check-in,
  #datePickerModal .t-check-out {
    position: relative;
  }

  #datePickerModal .t-datepicker {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: .712rem;
    padding: 0px;
  }

  #datePickerModal .t-datepicker-day {
    position: fixed;
    height: 100vh;
    overflow: scroll;
    left: 0;
    top: 86px;
  }

  /* #datePickerModal .t-datepicker-day {
  position: absolute;
    height: 100vh;
    overflow: scroll;
    left: 0;
    top: 0;} */

  #datePickerModal .modal-footer {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: space-between;
    z-index: 9999;
    background: #fff;
    position: absolute;
    bottom: 0;
  }

  #datePickerModal .modal-footer .btn-primary {
    transition: all 0.4s ease-in-out;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    background: #126eb7;
    color: #fff;
    border: 2px solid #126eb7;
    min-width: 120px;
    padding: 6px 0px;
    font-weight: 700;
    display: flex;
    justify-content: center;
  }

  #datePickerModal .modal-body {
    padding: 0;

  }

  #datePickerModal .arrow {
    font-size: .712rem;
  }

  /* #datePickerModal .modal-content{ padding: 0; height: 93vh;} */
  #datePickerModal .modal-content {
    padding: 0;
    height: 100dvh;
    background: #fff;
  }

  #datePickerModal .modal-footer .guest_rooms {
    font-size: 0.875rem;
    font-weight: 500;
  }

  #datePickerModal .modal-footer .btn2 {
    font-size: 0.875rem;
  }

  #datePickerModal .modal-content .modal-header {
    padding: 10px 15px;
    border-bottom: 1px solid #ededed;
  }

  #datePickerModal .modal-content .modal-header .close {
    left: 10px;
    right: auto;
    color: #000;
    font-weight: 600;
    font-size: .813rem;
  }

  #datePickerModal .modal-content .modal-header .close i {
    color: #1C3677;
  }

  #datePickerModal .modal-content {
    border-radius: 0;
  }

  #datePickerModal .t-arrow-top {
    display: none;
  }

  #datePickerModal .t-arrow-top,
  .t-arrow-top::after {
    border: none;
  }

  #datePickerModal .t-check-in,
  #datePickerModal .t-check-out {
    border: none;
  }

  #datePickerModal .t-check-in .t-date-info-title,
  #datePickerModal .t-check-out .t-date-info-title {
    font-size: .813rem;
  }

  #datePickerModal .t-check-in,
  #datePickerModal.t-check-out {
    width: 40%;
  }

  #datePickerModal .arrow {
    width: 20%;
    padding: 2px;
    border: 1px solid #f3eded;
    background: #126eb7;
    color: #fff;
    margin-top: 20px;
    z-index: 99999;
  }

  /* #datePickerModal table tr {
    border: 2px solid #fff;
  } */

  .t-dates {
    padding: 10px;
  }

  .t-check-in .t-date-info-title,
  .t-check-out .t-date-info-title {
    position: absolute;
    left: 30px;
  }

  #datePickerModal .modal {
    top: 0;
  }

  .t-check-in .t-date-info-title,
  .t-check-out .t-date-info-title {
    font-weight: 600;
  }

  /* #exampleModal .modal-content{
        height: 100vh;
      } */

}

@media only screen and (min-width: 768px) and (max-width: 992px) {

  .t-check-in .t-date-info-title,
  .t-check-out .t-date-info-title {
    font-size: 0.75rem;
  }
}

@media (max-width: 320px) {
  #datePickerModal .t-datepicker-days {
    width: 100%;
  }
}


/* @media (max-width: 575px) {
  .modal-dialog {
      margin: 0;
  }

  .modal-full-mobile {
      width: 100vw;
      height: 100vh;
  }
} */



