/*
* demo.css
* File include item demo only specific css only
******************************************************************************/

.form-height {
  height: 40px !important;
}

.menu .app-brand.demo {
  height: 64px;
}

.app-brand-logo.demo svg {
  width: 34px;
  height: 24px;
}

.app-brand-text.demo {
  font-size: 1.375rem;
}

/* ! For .layout-navbar-fixed added fix padding top to .layout-page */
/* Default navbar */
.layout-navbar-fixed .layout-wrapper:not(.layout-without-menu) .layout-page {
  padding-top: 64px !important;
}

.layout-navbar-fixed .layout-wrapper:not(.layout-horizontal):not(.layout-without-menu) .layout-page {
  padding-top: 72px !important;
}

/* Navbar page z-index issue solution */
.content-wrapper .navbar {
  z-index: auto;
}

/*
* Content
******************************************************************************/

.demo-blocks>* {
  display: block !important;
}

.demo-inline-spacing>* {
  margin: 1rem 0.375rem 0 0 !important;
}

/* ? .demo-vertical-spacing class is used to have vertical margins between elements. To remove margin-top from the first-child, use .demo-only-element class with .demo-vertical-spacing class. For example, we have used this class in forms-input-groups.html file. */
.demo-vertical-spacing>* {
  margin-top: 1rem !important;
  margin-bottom: 0 !important;
}

.demo-vertical-spacing.demo-only-element> :first-child {
  margin-top: 0 !important;
}

.demo-vertical-spacing-lg>* {
  margin-top: 1.875rem !important;
  margin-bottom: 0 !important;
}

.demo-vertical-spacing-lg.demo-only-element> :first-child {
  margin-top: 0 !important;
}

.demo-vertical-spacing-xl>* {
  margin-top: 5rem !important;
  margin-bottom: 0 !important;
}

.demo-vertical-spacing-xl.demo-only-element> :first-child {
  margin-top: 0 !important;
}

/* Dropdown buttons going out of small screens */
@media (max-width: 576px) {
  #dropdown-variation-demo .btn-group .text-truncate {
    width: 254px;
    position: relative;
  }

  #dropdown-variation-demo .btn-group .text-truncate::after {
    position: absolute;
    top: 45%;
    right: 0.65rem;
  }
}

/*
* Layout demo
******************************************************************************/

.layout-demo-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-top: 1rem;
}

.layout-demo-placeholder img {
  width: 900px;
}

.layout-demo-info {
  text-align: center;
  margin-top: 1rem;
}


.dropzone .dz-thumbnail>img {
  max-block-size: 100%;
  max-inline-size: 100%;
  border-radius: 10px !important;
  width: 100%;
  object-fit: cover;
}

.fs-14 {
  font-size: 14px;
}

.dropzone .dz-preview {
  box-shadow: none !important;
  border: 1px solid #dfdfdf !important;
}

.dropzone .dz-thumbnail {
  inline-size: 8.8rem !important;
}

@media (min-width: 576px) {
  .dropzone .dz-preview {
    display: inline-block;
    inline-size: 10.1rem !important;
    margin: 10px !important;
  }
}


.lineborder {
  position: relative;
  z-index: 1;
  margin-left: 15px;
}

.lineborder::before {
  content: " ";
  border-right: 2px dashed #148cdb;
  position: absolute;
  height: 55px;
  top: -16px;
  left: 100px;
  z-index: -2;
}

.icon-pax {
  top: -1px;
  font-size: 11px;
  margin-right: 5px;
  color: #bfbfbf;
  position: relative;
}

.newrulepolicy {
  background: none;
  color: rgb(29, 87, 199);
  border: none;
  padding: 0px;
  font: inherit;
  cursor: pointer;
  font-size: 12px;
}

.icoclose {
  font-size: 10px;
  position: absolute;
  right: 0;
  margin-right: 7px;
  margin-top: 6px;
  color: #ff6d6d;
  cursor: pointer;
}

.calendar {
  max-width: 600px;
  margin: 40px auto;
  border: 1px solid #dee2e6;
  border-radius: 8px;
  padding: 20px;
}

.month-indicator {
  text-align: center;
  font-weight: bold;
  font-size: 20px;
  margin-bottom: 20px;
}

.day-of-week,
.date-grid {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 5px;
}

.day-of-week div {
  text-align: center;
  font-weight: 500;
  color: #6c757d;
  padding: 5px;
  border-radius: 3px;
  margin-bottom: 5px;
}

.date-grid button {
  border: none;
  background-color: #f8f9fa;
  padding: 10px 0;
  border-radius: 0.375rem;
  transition: background-color 0.2s ease;
}

.date-grid button:hover {
  background-color: #0d6efd;
  color: white;
}

.date-grid time {
  display: block;
}

.calendar button.selected {
  background-color: #10b981;
  color: white;
}

.calendar button.in-range {
  background-color: #c7d2fe;
  color: black;
}

#carlendarBlackout button.selected {
  background-color: #2a3650;
  color: white;
}

#carlendarBlackout button:hover {
  background-color: #2a365057;
}

#carlendarBlackout button {
  border: none;
  padding: 0.5rem;
  margin: 2px;
  width: 2.5rem;
  height: 2.5rem;
  background: none;
  cursor: pointer;
}

.calendartours {
  width: 100%;
  max-width: 1250px;
  height: auto;
  border-collapse: collapse;
}

.calendartours th {
  border: 1px solid #ededed;
}

.calendartours td {
  border: 1px solid #ededed;
  width: 14.28%;
  vertical-align: top;
  height: 100px;
  padding: 5px;
  position: relative;
}

.day-number {
  font-weight: 400;
}

.tasks a {
  display: block;
  font-size: 0.9em;
  margin-top: 2px;
  color: #0066cc;
  text-decoration: none;
}

.tasks a:hover {
  text-decoration: underline;
}

.min-max-pax {
  position: absolute;
  top: 0;
  font-size: 11px;
  right: 0;
  margin-top: 5px;
  margin-right: 5px;
  background: #2a3650;
  padding: 3px 4px;
  border-radius: 3px;
  color: white;
}

.dateBlackout {
  background: #ff4c511c;
}

.tourStart {
  display: inline-flex;
  background: #00bad1;
  padding: 3px 18px;
  color: white;
  border-radius: 3px;
  position: relative;
}

.closetime {
  position: absolute;
  top: 4px;
  right: 4px;
  cursor: pointer;
}

.menu-layout-custom::before {
  position: absolute !important;
  z-index: 1001;
  block-size: 3.75rem !important;
  content: "";
  inline-size: 100%;
  inset-block-start: 0;
  background: white !important;
  mask: none !important;
  border-bottom: 1px solid #f4f4f4;
  padding-top: 0px !important;
}

.list-circle {
  box-shadow: 0 0 0 5px #fff !important;
  block-size: 0.85rem !important;
  inline-size: 0.85rem !important;
  inset-inline-start: -0.49rem !important;
  border: 3px solid #00bad1 !important;
  inset-block-start: 0.7rem !important;
}

.form-custom {
  background: #dfe3ea7a;
  border: 1px solid #c0c0c01c;
  font-size: 13px;
  height: 40px;
}

.layout-page::before,
.layout-page::after {
  content: none !important;
  display: none !important;
  background: none !important;
  box-shadow: none !important;
}

.fs-13 {
  font-size: 13px;
}

@media (min-width: 1200px) {
  .modal-xl {
    --bs-modal-width: 1230px;
  }
}

.layout-page::before,
.layout-page::after {
  content: none !important;
  display: none !important;
  background: none !important;
  box-shadow: none !important;
}



.thumb-img.active {
  border: 3px solid #0d6efd;
  box-shadow: 0 0 10px rgba(13, 110, 253, 0.5);
}


.lineborder {
  position: relative;
  z-index: 1;
  margin-top: -20px;
  margin-left: -30px;
}

.datetimepicker {
  border: none !important;
  box-shadow: none !important;
}

.datepicker-calendar {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  grid-row-gap: 1rem;
}

.day {
  color: #999fa6;
  font-size: 0.875em;
  font-weight: 500;
  justify-self: center;
}

.date {
  border: 0;
  padding: 0;
  width: 2.5rem;
  height: 2.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  font-weight: 600;
  border: 2px solid transparent;
  background-color: transparent;
  cursor: pointer;
}

.faded {
  color: #d1d1d1;
}

.month-name {
  font-weight: 600;
}

.arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 0;
  background-color: #fff;
  border-radius: 12px;
  width: 2.5rem;
  height: 2.5rem;
}

.month-selector {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.selecteddate {
  background: #049986;
  border-radius: 5px;
  color: white;
  border: none;
}

.scopdate {
  background: #04998624;
}

.mbn1 {
  margin-bottom: -4px !important;
}

.title-box {
  position: absolute;
  top: -10px;
  background: white;
  padding: 0px 4px;
}

.dayDetail .material-icons {
  color: #479ff6;
  font-size: 1rem;
  position: absolute;
  left: 0;
  top: 0;
}

.dayDetail>div {
  position: relative;
  padding-left: 1.25rem;
}

.dayDetail>div.schedule::before {
  content: "";
  display: block;
  position: absolute;
  width: 2px;
  height: calc(100% - 0.5rem);
  background: #c9c9c9;
  opacity: 0.25;
  left: 0.5rem;
  bottom: 0;
  transform: translate(-1px, 0);
}

.point::before {
  content: "";
  display: block;
  position: absolute;
  width: 11px;
  height: 11px;
  background: #ffffff;
  border-radius: 50%;
  left: -1.38rem;
  transform: translate(+50%, 0);
  top: 0.338rem;
  box-shadow: 0 0 0 4px #fff;
  border: 3px solid #049986;
}

.point {
  position: relative;
  margin-bottom: 1rem;
}

.desc {
  font-size: 0.9375rem;
  font-weight: 400;
  color: #212e47;
  margin-left: 5px;
}

.place::before {
  content: "";
  display: block;
  position: absolute;
  width: 20px;
  height: 20px;
  background: url(../html/assets/img/icons/mini-van_7121954.png) no-repeat center / contain;
  left: -1.388rem;
  top: 0.1rem;
}

.place {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  font-weight: 500;
  margin-bottom: 0.70rem;
  position: relative;
  margin-top: 0.70rem;
}

.Hotel-include {
  position: relative;
  margin-bottom: 0;
}

.Hotel-include::before {
  content: "";
  display: block;
  position: absolute;
  width: 11px;
  height: 11px;
  background: #ffffff;
  border-radius: 50%;
  left: -1.38rem;
  transform: translate(+50%, 0);
  top: 0.338rem;
  box-shadow: 0 0 0 4px #fff;
  border: 3px solid #049986;
}

.icon-layout {
  display: flex !important;
  align-items: center !important;
  gap: 5px !important;
}


.row.align-items-center {
  display: flex !important;
  align-items: stretch !important;
}

.col-lg-3,
.col-lg-9 {
  display: flex !important;
  flex-direction: column !important;
}

.tour-img {
  height: 100% !important;
  width: 100% !important;
  object-fit: cover !important;
  border-radius: 0.5rem !important;
}

.dayDetail>div {
  position: relative;
  padding-left: 1.25rem;
}

.dayDetail>div.schedule::before {
  content: "";
  display: block;
  position: absolute;
  width: 2px;
  height: calc(100% - 0.5rem);
  background: #c9c9c9;
  opacity: 0.25;
  left: 0.5rem;
  bottom: 0;
  transform: translate(-1px, 0);
}

.point::before {
  content: "";
  display: block;
  position: absolute;
  width: 11px;
  height: 11px;
  background: #ffffff;
  border-radius: 50%;
  left: -1.38rem;
  transform: translate(+50%, 0);
  top: 0.338rem;
  box-shadow: 0 0 0 4px #fff;
  border: 3px solid #049986;
}

.point {
  position: relative;
  margin-bottom: 1rem;
}

.desc {
  font-size: 0.9375rem;
  font-weight: 400;
  color: #212e47;
  margin-left: 5px;
}

.place::before {
  content: "";
  display: block;
  position: absolute;
  width: 20px;
  height: 20px;
  background: url(../html/assets/img/icons/mini-van_7121954.png) no-repeat center / contain;
  left: -1.388rem;
  top: 0.1rem;
}

.place {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  font-weight: 500;
  margin-bottom: 0.7rem;
  position: relative;
  margin-top: 0.7rem;
}

.line-under {
  position: relative;

}

.line-under::before {
  content: "";
  border: 3px solid #029986;
  position: absolute;
  width: 70px;
  bottom: -7px;
  border-radius: 50px;

}

.line-under-side {
  position: relative;

}

.line-under-side::before {
  content: "";
  border: 2px solid #029986;
  position: absolute;
  bottom: -1px;
  border-radius: 50px;
  height: 30px;
  left: -18px;

}

.text-clamp {
  display: -webkit-box;
  visibility: visible;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}