/* Penambahan Styling */

.datepicker {
  width: 100%;
  /* padding-top: 6px;
  padding-bottom: 6px; */
}

.breadcrumb {
  margin-bottom: 0;
}

.breadcrumb-item + .breadcrumb-item::before {
  content: var(--bs-breadcrumb-divider, ">") !important ;
}

.breadcrumb-item.active {
  color: #ed5505;
}

.cardPopular {
  font-size: 14px;
}

.jumbotron {
  background-color: var(--thm-black);
  position: relative;
}

.jumbotron img {
  position: absolute;
  bottom: -100px;
  right: 100px;
}

.jumbotron-title,
.jumbotron-subtitle {
  color: #fff;
}

.bg-alicelightblue {
  background-color: #ebf4ff;
}

.budget-bg-gray {
  background-color: #f9f8f8;
}

.btn-budget {
  background-color: rgb(212, 0, 42);
  color: #fff;
  padding: 1em 2em;
}

.btn-budget:hover {
  transform: translate(-5px, -5px);
  color: #fff;
}

.btn-budget2 {
  background-color: rgb(212, 0, 42);
  color: #fff;
}

.btn-budget2:hover {
  transform: translate(-5px, -5px);
  color: #fff;
}

.btn-budget-black {
  background-color: rgb(0, 0, 0);
  color: #fff;
  padding: 1em 2em;
}

.btn-budget-black:hover {
  transform: translate(-5px, -5px);
  color: #fff;
}

.question {
  color: #150b5c;
  font-size: 20px;
}

.text-budget {
  font-weight: 200;
  line-height: 1.3;
}

.input-budget {
  border-bottom: 2px solid rgb(212, 0, 42) !important;
}

.destinations {
  max-height: 450px;
  overflow-y: auto;
  overflow-x: hidden;
}

.similar {
  color: #150b5c;
}

.text-expand {
  color: #150b5c;
  font-weight: bold;
}

.text-expand:hover {
  font-weight: normal;
}

.siteMapList a,
.siteMapList b {
  color: #000;
  font-size: 15px;
  text-decoration: underline;
}

.siteMapList a:hover {
  text-decoration: none;
}

.similarCarOpt li,
.siteMapList li {
  list-style-type: disc;
}

.similarCarOpt li a {
  color: #ed5505;
  text-decoration: underline;
}

.listNumber li {
  list-style-type: decimal;
}

.privacylist li {
  list-style-type: circle;
  margin-left: 3em;
}

.tablePrivacy td {
  border: 1px solid gray;
}

.tableSaudia td {
  padding: 1em;
}

.expand-privacy:hover {
  cursor: pointer;
}

.topContainer {
  position: relative;
}

.top {
  border: 2px solid #ed5505;
  width: fit-content;
  padding: 0.2em;
  border-radius: 4px;
  position: absolute;
  right: -50px;
  bottom: 50px;
}

.top img {
  transform: rotate(180deg);
}

.top:hover {
  cursor: pointer;
}

.listInfo {
  background-color: #f8f8f8;
  border-radius: 25px;
}

.chooseRent a,
.yellow,
.yellow:hover {
  color: #ed5505;
}

.chooseRent a:hover,
.yellow.link:hover {
  color: #ed9005;
}

.roadsideList li {
  border: 0 !important;
}

.rentType {
  color: #fff;
  font-size: 5rem;
}

.siteMapHeader {
  color: #fff;
  font-size: 2.5rem;
}

.support {
  color: #150b5c;
  font-size: 2.5rem;
}

.carsContainer {
  background-color: rgb(248, 248, 248);
}

.bg-findOut {
  background-color: rgb(241, 241, 241);
}

.linked {
  color: #ed5505;
  text-decoration: underline;
}

.linked-blue {
  color: #150b5c;
  text-decoration: underline;
}

.linked-blue:hover {
  color: #150b5c;
  text-decoration: none;
}

.linked:hover,
.card-link:hover .yellow {
  color: #ed9005;
}

span.linked:hover {
  text-decoration: none;
}

.span-heading {
  display: inline-block;
  width: fit-content;
  color: #150b5c;
}

.btnCar {
  background-color: #150b5c;
  color: #fff;
  padding: 1em 2em;
}

.btnCar.iata {
  width: fit-content;
}

.btnCar:hover {
  transform: translate(-5px, -5px);
  color: #fff;
}

.expand {
  transform: rotate(-90deg);
}

.expand.active {
  transform: rotate(0deg);
}

.carSiteMap {
  position: absolute;
  left: 35%;
  bottom: -120px;
  width: 25em;
  z-index: 10;
}

.card-item {
  height: 320px;
  border-bottom: 4px solid rgb(204, 204, 204);
}

.card-item p {
  font-size: 15px;
}

.military-hover:hover {
  color: #d0d0d0 !important;
}

.listTerm li {
  list-style: inside;
  font-size: 15px;
  color: #150b5c;
}

.termMembers p {
  color: #150b5c;
}

.bg-blue {
  background-color: #150b5c;
}

.notes {
  font-size: 12px;
}

.box {
  text-align: center;
  width: auto;
  min-height: 180px;
}

.box.orange {
  background-color: #ed5505;
}

.box.orange p {
  color: #fff;
}

.box p {
  font-size: 15px;
}

.box.white {
  background-color: #fff;
  color: #150b5c;
}

.box.lightblue {
  background-color: #cfe0f4;
  color: #150b5c;
}

.box b {
  font-size: 24px;
}

.box button {
  background-color: #150b5c;
  width: 100%;
  color: #fff;
}

.box.white button {
  background-color: #ed5505;
}

.box button:hover,
.box.orange p:hover {
  color: #c8c8c8;
}

.members-description b {
  font-size: 22px;
}

.members-description p {
  font-size: 15px;
}

.bg-orange {
  background: #ed5505;
}

.popularContainer {
  position: relative;
}

.email-link {
  color: #0000bf;
}
.email-link:hover {
  color: #0000ff;
}

.listPopularContainer {
  position: relative;
  top: -100px;
  background-color: #fff;
  z-index: 10;
  width: 100%;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .roadsideList li,
  .roadsideList li:last-child {
    width: 33.3% !important;
  }
}

@media screen and (max-width: 991px) {
  .jumbotron .imgCar {
    width: 250px;
    text-align: center;
    bottom: -50px;
    right: 20%;
  }

  .jumbotron {
    height: 200px;
  }

  .rentType,
  .support,
  .siteMapHeader {
    font-size: 30px;
  }

  .carSiteMap {
    width: 15em;
    bottom: -80px;
  }
}

@media screen and (max-width: 767.5px) {
  .btnCar.iata {
    width: 100%;
  }
}

@media screen and (max-width: 400px) {
  .carSiteMap {
    width: 10em;
    bottom: -50px;
  }
}
