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

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

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

.app-brand-logo.demo {
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  display: -ms-flexbox;
  display: flex;
  width: 34px;
  height: 24px;
}

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

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

/* ! For .layout-navbar-fixed added fix padding top tpo .layout-page */
.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: 78px !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;
}

.rtl-only {
  display: none !important;
  text-align: left !important;
  direction: ltr !important;
}

[dir='rtl'] .rtl-only {
  display: block !important;
}

/*
* 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;
}






/*form customization css*/
.searcBox {
  max-width: 600px;
  gap: 12px;
  padding: 8px 16px;
  background: #f8f0f7;
  border-radius: 4px;
}

.flxBox {
  display: flex;
}

.iflxBox {
  display: inline-flex;
}
.flxBoxSb {
  display: flex;
  justify-content: space-between;
}
.mA {
  align-items: center;
}

select#filterType {
  max-width: 180px;
}


label.searchLabel {
  white-space: nowrap;
}

.fE {
  justify-content: flex-end;
}

.controlBox {
  padding: 8px 12px;
  gap: 16px;
}

.resetBtn {
  padding: 8px 24px;
  background: #f8f9f0;
  border-radius: 4px;
  cursor: pointer;
  height: 50px;
  display: inline-flex!important;
  align-items: center;
  justify-content: center;
  color: blueviolet;
  transition: all .1s linear;
}

.resetBtn:hover {
  background: blueviolet;
  color: #fff;
}
.car_ImgCard {
  position: relative;
  height: 100px;
  display: inline-block;
}

.removeSpan {
  position: absolute;
  color: red;
  cursor: pointer;
  left: 0px;
  bottom: 0px;
  width: 100%;
  text-align: center;
  background: rgba(255,255,255,0.8);
}
.wedingCard.row, .localCard.row, .outstationCard.row {
  background: #eae8fd;
  border-radius: 4px;
  margin: 0px 0px 24px 12px;
  max-width: calc(100% - 24px);
  padding: 16px 12px 0px 12px;
}

.outstationCard.row {
  background: #fff1e3;
}

.localCard.row {
  background: #d9f8fc;
}

.gp6 {
  gap: 6px;
}
ul.nav.nav-pills.mb-3.nav-fill {
  margin: 0 auto;
  border: 1px solid #7367f0;
  border-radius: 8px;
}

ul.nav.nav-pills.mb-3.nav-fill .nav-link.active {
  background: #7367f026;
  color:#7367f0;
}
.bookingByOptionBox .tab-content {
  box-sizing: none;
}
.srchControleBox{
  padding: 12px 0px;
  gap:16px;
}
.bookingByOptionBox {
  border: 1px solid #7367f054;
  padding: 12px;
  border-radius: 4px;
  margin: 16px 12px;
  max-width: calc(100% - 24px);
  background: rgb(115 103 240 / 10%);
}

.bookingByOptionBox .nav-align-top > .nav-pills ~ .tab-content {
  box-shadow: none;
  padding: 0px;
  background: transparent;
}

.bookingByOptionBox .nav-align-top.mb-4 {
  margin-bottom: 0px!important;
}

.carResultCard {
  border-radius: 8px;
  box-shadow: 0px 2px 15px 0px rgb(0 0 0 / 15%);
  margin: 10px;
  cursor: pointer;
  transition: all .2s ease-out;
  position: relative;
  width: calc(25% - 24px);
}

.carResultCard:hover {
  box-shadow: 0px 4px 8px 0px #b6bee3a6;
}

.imgBox {
  height: 200px;
  display: block;
  overflow: hidden;
  max-height: 200px;
  width: 100%;
}

.imgBox img {
  max-width: 100%;
  border-radius: 4px 4px 0px 0px;
}

.carName {
  color: #7367f0;
  font-weight: 600;
  text-align: center;
  font-size: 18px;
}
span.resultTypeTag {
  font-size: 12px;
  display: block;
  text-align: center;
}
.carDetailBox {
  margin: 8px 16px;
  border-radius: 12px;
  background: rgb(115 103 240 / 8%);
}
.carDetailBox.choosen {
  background: rgb(40 199 111 / 13%);
}
span.carBookingStatusTag, .resultTypeTag {
  padding: 2px 12px 0px;
  background: #0080004d;
  border-radius: 4px;
  font-size: 12px;
  color: green;
}

.cardRow {
  margin: 12px 0px;
}

.priceData {
  font-weight: 600;
  font-size: 18px;
  padding: 2px 12px;
  border-radius: 4px;
}

span.prevDeal {
  display: block;
  width: 100%;
  font-size: 12px;
  color: #666;
  margin: 12px 0px -10px 0px;
}

.dealBox {
  width: 100%;
}


.bA {
  align-items: baseline;
}

.controlBox {
  border-top: 1px dashed #d2d2d2!important;
  margin: 12px  0px;
  padding-top: 18px!important;
}

.rowHeading {
  font-weight: 400;
  color: #000;
  display: block;
  margin-bottom: 6px;
}

.priceData.company {
  color: rgb(115, 103, 240);
}

.priceData.customer {
  color: rgb(40, 199, 111);
}
div#carListData {
  display: flex;
  margin: 0px auto 16px;
  width: calc(100% - 32px);
  flex-wrap: wrap;
}
.carResultCard>div {
  padding: 12px;
}

.distanceHeighlight {
  background: #7367f01a;
  padding: 12px;
  border-radius: 4px;
}

.table-responsive.distanceHeighlight label {
  font-weight: 600;
  margin-bottom: 8px;
}

.distanceHeighlight table {
  background: #fff;
}
span.dot {
  display: inline-block;
  background: #ccc;
  border-radius: 100px;
  width: 6px;
  height: 6px;
}

span.resultTypeTag.custchoice {
  color: rgb(0, 207, 232);
  background: rgb(217, 248, 252);
}

span.resultTypeTag.default {
  color: rgb(115, 103, 240);
  background: rgb(234, 232, 253);
}
.resultTypeBox {
  justify-content: center;
  gap: 6px;
}

.priceData label {
  font-size: 12px;
  display: block;
  color: #333;
  font-weight: 400;
}
span.carBookingStatusTag.bookedCls {
  background: rgb(252, 229, 230);
  color: rgb(234, 84, 85);
}
.cA {
  justify-content: center;
}

.flxBox.mA.cA {
  width: 100%;
}
span.iflxBox input.form-control {
  min-width: 88px;
}
/* .carResultCard.custchoice {
  background: rgb(115 103 240 / 32%);
} */