/* CSS FOR MEDIUM AND SMALL DEVICES */
@media (max-width: 920px) {
  .vehice_info_txt {
    color: #333063;
    font-size: 1.3em !important;
    padding-left: 1rem !important;
  }
  .indisposition_line {
    position: absolute;
    transform: rotateZ(333deg) !important;
    width: 26.75rem !important;
    text-align: center;
    top: 10.125rem;
    left: 0rem !important;
    border: 0.125rem solid #fa3254;
    background: aliceblue;
    opacity: 0.6;
  }
  .info_dashboard_container {
    justify-content: center;
    display: flex;
    margin: 1.25rem;
  }
  .info_dashboard {
    font-weight: 400 !important;
    font-family: monospace;
    text-align: right;
    margin: 0rem !important;
    display: block !important;
  }
  .info_dashboard div {
    text-align: left;
  }
  #title h1 {
    font-size: 1rem !important;
  }
  .h1sub {
    font-size: 0.625rem;
  }
}

/* CSS FOR ONLY SMALL DEVICES */
@media only screen and (max-width: 600px) {
  .indisposition_line {
    position: absolute;
    transform: rotateZ(333deg) !important;
    width: 26.75rem !important;
    text-align: center;
    top: 10.125rem;
    left: 0rem !important;
    border: 0.125rem solid #fa3254;
    background: aliceblue;
    opacity: 0.6;
  }
  .sakjdsadsa {
  }
}

.drop-on-container {
  display: none;
}
/* CSS FOR LARGE DEVICES */
@media (max-width: 991px) {
  .drop-on-container {
    display: block;
  }
}

/* CSS FOR ALL FORMS */
.vehice_info_txt {
  color: #333063;
  font-size: 1.43rem;
  padding: 1rem;
}

.rent_media_delete {
  position: absolute;
  top: 0.43rem;
  right: 1.31rem;
  background: #fff;
  padding: 0.31rem;
  border-radius: 0.31rem;
  color: red;
}

.make_rent_media_cover {
  position: absolute;
  top: 0.5rem;
  background: #fff;
  padding: 0.25rem;
  border-radius: 0.31rem;
  left: 1.56rem;
}

#form_rent_reservation label {
  margin-left: 0.31rem;
}

#form_rent_room_reservation p {
  margin: 0;
}

#form_rent_room_reservation th td {
  padding: 0.56rem;
}

.check_container span,
.check_container div {
  display: flex;
  align-items: center;
  margin-bottom: 0rem;
}
.reservation_rent_car {
  background-color: #1c8f36;
  color: #ffff !important;
}
.rent_date_picker {
  padding: 0 1.25rem 0 1.25rem;
}
.indisposition_car {
  background-color: grey;
  opacity: 0.6;
}
.indisposition_line {
  position: absolute;
  transform: rotateZ(318deg);
  width: 18.75rem;
  text-align: center;
  top: 10.125rem;
  left: 0rem !important;
  border: 0.125rem solid #fa3254;
  background: aliceblue;
  opacity: 0.6;
}
.btn_confirm_rent_ticket_print {
  margin-top: 0.1875rem;
}

.info_spans {
  padding: 0rem 1rem 0rem 0rem;
  margin-right: 0.187rem;
}
.info_dashboard {
  font-weight: 600;
  font-family: monospace;
  text-align: right;
  margin: 1.5rem;
  display: flex;
}

.card_allow {
  overflow: hidden;
  box-shadow: 0 0.9rem 1rem rgba(0, 0, 0, 0.3) !important;
  border-radius: 0.4em;
  background: #f9f9f9;
  padding: 0px;
  margin: 0px;
}
#title h1 {
  font-size: 2.94rem;
}
.h1sub {
  font-size: 1.25rem;
}

.card_block {
  overflow: hidden;
  box-shadow: 0 0.1rem 1rem rgba(0, 0, 0, 0) !important;
  border-radius: 0.4em;
  background: #ececec;
  opacity: 0.6;
  padding: 0px;
  margin: 0px;
}
.icon-solid--car-gears {
  background: url(https://cdn2.rcstatic.com/images/site_graphics/newsite/solid--car-gears.png);
}
.icon-solid {
  display: inline-block;
  width: 15px;
  height: 15px;
  padding-left: 8px;
  background-repeat: no-repeat;
  color: #333262;
}
.icone-cars-object {
  max-width: 1.1rem;
  max-height: 1.1rem;
}
/* Rent Index */
.rent_index_section #sub {
  background: url("https://s3.eu-central-1.amazonaws.com/balkanguide.files/media/TjY2vQpfMKN2Z44BDvzOiDi6zSwLQ3ltcxSLyCx63R0wtxGvmpsC33RoDZsNK8ab1HycT3ZolKxOtV16dj6i7oZEDdbABeA6gNMI.jpeg")
    50% / cover no-repeat !important;
  padding: 20px 0 180px;
  margin: 0 0 30px;
  position: relative;
  color: white !important;
}
.rent_index_section #sub h1 {
  font-size: 47px;
}
.rent_index_section #sub .content {
  width: auto;
  margin: 0 auto;
}
.rent_index_section #title {
  height: 56px;
  width: 100%;
  line-height: 56px;
}
.rent_index_section #subTitle {
  height: 36px;
  width: 100%;
  line-height: 36px;
}

@media only screen and (min-width: 576px) {
  .rent_index_section #form .right {
    float: right;
    width: 48%;
    margin: -120px 0 0;
  }
  .rent_index_section #form .left {
    float: left;
    width: 48%;
    margin: -100px 0 0;
  }
}
@media only screen and (max-width: 575px) {
  .rent_index_section #form .right {
    width: 50%;
    margin: -45px 0 0;
  }
  .rent_index_section #form .left {
    width: 90%;
    margin: -100px 0 0;
  }
  .content {
    display: grid;
    justify-items: center;
  }
}
.rent_index_section .pic {
  width: 100%;
  position: relative;
}
.rent_index_section .hero {
  width: 100%;
}
.rent_index_section #providers h3 {
  margin: 0 0 20px;
  font-size: 1.375em;
  font-weight: 700;
  color: #1b65a4;
}
.rent_index_section #form .left {
  margin-bottom: 15px !important;
  padding: 30px;
}
.rent_index_section #form .left {
  background: #fa3254 !important;
  border-radius: 8px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: 0 2px 2px rgb(0 0 0 / 40%);
  box-shadow: 0 2px 2px rgb(0 0 0 / 40%);
}
/* .rent_index_section #form .left {
  float: left;
  width: 48%;
} */

.rent_index_section #search,
form#SearchResultsForm {
  padding: 5%;
}
.rent_index_section form label {
  display: block;
  width: 25%;
  float: left;
  font-size: 0.875em;
  color: #000;
  text-shadow: 1px 1px 0 rgb(255 255 255 / 50%);
}

.rent_index_section #SearchResultsForm label {
  width: 70%;
  font-size: 15px;
}
.rent_index_section #form {
  margin: 0 auto;
  display: block;
  width: auto;
  border-radius: 5px;
  position: relative;
}
.rent_index_section .return_text {
  color: #000000;
  /* font-family: serif; */
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
}
.rent_index_section label {
  color: #000000;
  /* font-family: serif; */
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
}
/* Rent Page */
.rent_section_container .border {
  border: 3px solid #1c8f36 !important;
  border-radius: 10px;
}
.rent_section_container .div_cont {
  line-height: 5px;
  padding: 10px;
  padding: 0rem 2rem 0rem 2rem;
}
@media only screen and (max-width: 768px) {
  .rent_section_container .div_cont {
    padding: 0rem 0rem 0rem 1rem;
  }
  .search_icone {
    display: none;
  }
}
.rent_section_container .arrow_svg {
  display: flex;
  align-items: center;
  margin: 0px 1rem 0px 1rem;
}
.rent_section_container .form-group {
  height: 55px;
}
