@font-face {
  font-family: "LD";
  font-style: normal;
  font-weight: 400;
  src: local(""),
    url("https://fonts.cdnfonts.com/s/111489/LTSaeada-Regular.woff")
      format("woff");
}

@font-face {
  font-family: "LD";
  font-style: normal;
  font-weight: 1;
  src: local(""),
    url("https://fonts.cdnfonts.com/s/111489/LTSaeada-Hairline.woff")
      format("woff");
}

@font-face {
  font-family: "LD";
  font-style: normal;
  font-weight: 100;
  src: local(""),
    url("https://fonts.cdnfonts.com/s/111489/LTSaeada-Thin.woff") format("woff");
}

@font-face {
  font-family: "LD";
  font-style: normal;
  font-weight: 200;
  src: local(""),
    url("https://fonts.cdnfonts.com/s/111489/LTSaeada-ExtraLight.woff")
      format("woff");
}

@font-face {
  font-family: "LD";
  font-style: normal;
  font-weight: 300;
  src: local(""),
    url("https://fonts.cdnfonts.com/s/111489/LTSaeada-Light.woff")
      format("woff");
}

@font-face {
  font-family: "LD";
  font-style: normal;
  font-weight: 500;
  src: local(""),
    url("https://fonts.cdnfonts.com/s/111489/LTSaeada-Medium.woff")
      format("woff");
}

@font-face {
  font-family: "LD";
  font-style: normal;
  font-weight: 600;
  src: local(""),
    url("https://fonts.cdnfonts.com/s/111489/LTSaeada-SemiBold.woff")
      format("woff");
}

@font-face {
  font-family: "LD";
  font-style: normal;
  font-weight: 700;
  src: local(""),
    url("https://fonts.cdnfonts.com/s/111489/LTSaeada-Bold.woff") format("woff");
}

@font-face {
  font-family: "LD";
  font-style: normal;
  font-weight: 800;
  src: local(""),
    url("https://fonts.cdnfonts.com/s/111489/LTSaeada-ExtraBold.woff")
      format("woff");
}

@font-face {
  font-family: "LD";
  font-style: normal;
  font-weight: 900;
  src: local(""),
    url("https://fonts.cdnfonts.com/s/111489/LTSaeada-Black.woff")
      format("woff");
}

@font-face {
  font-family: "LD";
  font-style: normal;
  font-weight: 950;
  src: local(""),
    url("https://fonts.cdnfonts.com/s/111489/LTSaeada-ExtraBlack.woff")
      format("woff");
}

body {
  font-family: "LD";
  position: relative;
}

.splash {
  width: 100%;
  height: 100vh;
  display: block;
  background: #fff;
}

.splash .logo {
  width: 200px;
  height: 200px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -100px 0 0 -100px;
  background: url(../images/Linear-Logo-Black.png) no-repeat;
  background-size: cover;
}

.main_container {
  width: 100%;
  max-width: 600px;
  min-height: auto;
  margin: auto;
}

.signup {
  width: 100%;
  min-height: 100vh;
}

.signup h2 {
  text-align: center;
  margin: 32px auto;
  font-weight: bold;
}

.signup .form_row {
  margin-bottom: 24px;
}

.signup .form_row input {
  height: 64px !important;
  padding: 10px 15px;
}

.password-container {
  position: relative;
}

.password-container input {
  width: 100%;
  padding: 10px;
  font-size: 16px;
}

.toggle-password {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  background: none;
  border: none;
  font-size: 14px;
}

.toggle-password i {
  font-size: 22px;
  margin-right: 16px;
  color: #929292;
}

.forget_password {
  width: 100%;
  text-decoration: none;
  text-align: center;
  display: block;
}

.login_btn_full {
  width: 100%;
  height: 64px;
  display: block;
}

.text_center {
  text-align: center;
}

.routes .navbar .back {
  width: 40px;
  height: 40px;
  background: url(../images/arrow-left.svg) no-repeat center;
  background-size: 80%;
  cursor: pointer;
}

.routes .navbar .search {
  width: 100%;
  height: 50px;
  background: #eaecf0;
  border-radius: 50px;
}

.routes .navbar .search .icon {
  width: 40px;
  height: 40px;
  float: left;
  background: url(../images/search-normal.svg) no-repeat center;
  background-size: 60%;
  outline: none;
  border: none;
  margin: 5px 10px;
}

.routes .navbar .search .line {
  width: 2px;
  height: 20px;
  float: left;
  background: #d0d5dd;
  margin: 15px 0;
  border-radius: 4px;
}

.routes .navbar .search input {
  width: calc(100% - 110px);
  height: 30px;
  float: left;
  background: transparent;
  margin: 10px 10px;
  border: none;
  outline: none;
}

input::placeholder {
  /* استاندارد */
  color: #222;
  opacity: 1;
}

input::-webkit-input-placeholder {
  /* برای مرورگرهای مبتنی بر WebKit مانند Chrome, Safari */
  color: #222;
}

input::-moz-placeholder {
  /* برای Firefox */
  color: #222;
  opacity: 1;
}

input:-ms-input-placeholder {
  /* برای Internet Explorer */
  color: #222;
}

input:-moz-placeholder {
  /* برای Firefox قدیمی */
  color: #222;
}

.locations {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.locations .location {
  width: 100%;
  min-height: 155px;
  border-radius: 20px;
  padding: 30px 15px;
  background: #fff;
  border: 1px solid #eaecf0;
  margin: 10px;
  position: relative;
  margin-bottom: 20px;
}

.locations .location.active {
  border: 1px solid #1a3b71;
  background: #e7eef9;
}

.locations .location .label {
  position: absolute;
  padding: 5px 10px;
  background: #ffc703;
  color: #101828;
  text-align: center;
  border-radius: 30px;
  top: -20px;
  right: 20px;
  font-weight: bold;
  font-size: 16px;
}

.locations .location .location_position {
  width: 20px;
  height: 120px;
  float: right;
  margin-right: 15px;
}

.locations .location .location_position .ls {
  width: 20px;
  height: 20px;
  background: url(../images/ls.svg) no-repeat center;
  background-size: contain;
  float: left;
}

.locations .location .location_position .line {
  width: 4px;
  height: 80px;
  background: url(../images/line_2.svg) center;
  background-repeat: repeat-y;
  background-size: 50%;
  float: left;
  margin: 0 8px;
  position: relative;
}

.locations .location .location_position .line .label {
  background: #eaecf0;
  position: absolute;
  width: 80px;
  height: 40px;
  left: 50%;
  top: 50%;
  border-radius: 30px;
  color: #101828;
  font-size: 16px;
  margin: -20px 0 0 -40px;
  line-height: 1.7rem;
}

.locations .location .location_position .le {
  width: 20px;
  height: 20px;
  background: url(../images/le.svg) no-repeat center;
  background-size: contain;
  float: left;
}

.locations .location .location_details {
  padding: 5px 30px;
}

.locations .location .location_details .pickup {
  color: #667085;
  font-size: 16px;
}

.locations .location .location_details .pickup_txt {
  color: #101828;
  font-size: 18px;
  font-weight: bold;
}

.locations .location .location_details .Destination {
  color: #667085;
  font-size: 16px;
  margin-top: 10px;
}

.locations .location .location_details .Destination_txt {
  color: #101828;
  font-size: 18px;
  font-weight: bold;
}

.locations .location .star {
  width: 15px;
  height: 15px;
  float: right;
  margin: 10px 0 0 0;
  background: url(../images/star.svg) no-repeat center;
}

.locations .location .time {
  background: #eaecf0;
  border-radius: 30px;
  color: #101828;
  font-size: 14px;
  float: right;
  margin: 20px 0 0 0;
  padding: 5px 10px;
  width: 60px;
  font-weight: bold;
}

.locations .location .price {
  background: #101828;
  border-radius: 30px;
  color: #fff;
  font-size: 25px;
  float: right;
  margin: 10px 0 0 0;
  padding: 5px 10px;
  font-weight: bold;
}

.locations .location.min .avatar {
  width: 45px;
  height: 45px;
  float: right;
  margin-right: -12px;
  margin-bottom: 20px;
}

.locations .location.min .avatar img {
  width: 45px;
  height: 45px;
}

.locations .location.min .line {
  height: 30px;
}

.locations .location.min .location_details {
  padding: 0;
  padding-top: 65px;
  margin-left: -20px;
}

.locations .location.min .location_details .pickup {
  color: #667085;
  font-size: 14px;
}

.locations .location.min .location_details .pickup_txt {
  color: #101828;
  font-size: 16px;
  font-weight: bold;
}

.locations .location.min .location_details .Destination {
  color: #667085;
  font-size: 14px;
  margin-top: 22px;
}

.locations .location.min .location_details .Destination_txt {
  color: #101828;
  font-size: 16px;
  font-weight: bold;
}

.select_ride {
  width: 100%;
  min-height: 800px;
  justify-content: space-between;
  margin-top: 20px;
  position: relative;
}

.select_ride .main_menu {
  width: 100%;
  min-height: 700px;
  position: absolute;
  left: 0;
  bottom: 0;
  background: #1a3b71;
  border-radius: 20px 20px 0 0;
}

.select_ride .main_menu .discount_txt {
  text-align: center;
  color: #fff;
  font-size: 12px;
  padding: 10px;
  line-height: 1rem;
}

.select_ride .main_menu .discount_txt i {
  width: 12px;
  height: 12px;
  display: inline-block;
  background: url(../images/ticket-discount.svg) no-repeat center;
  background-size: contain;
  margin-top: 3px;
}

.select_ride .main_menu_body {
  width: 100%;
  min-height: 660px;
  position: absolute;
  left: 0;
  bottom: 0;
  background: #fff;
  border-radius: 20px 20px 0 0;
  padding: 20px;
}

.are_you_sure {
  margin-top: 50px;
  text-align: center;
  font-size: 35px;
  font-weight: bold;
  margin-bottom: 50px;
}

.select_ride .main_menu_body .footer {
  width: 100%;
  min-height: 100px;
  position: absolute;
  left: 0;
  bottom: 0;
  background: #fff;
  box-shadow: 0 -5px 10px rgba(0, 0, 0, 0.1);
  padding: 20px;
}

.select_ride .main_menu_body .footer button {
  width: 100%;
  height: 50px;
  background: #1a3b71;
  text-align: center;
  color: #fff;
  border-radius: 30px;
  font-weight: bold;
  border: none;
}

.select_ride .main_menu_body .find_ride {
  width: 200px;
  height: 200px;
  margin: 100px auto 0 auto;
}

.select_ride .main_menu_body .find_ride img {
  width: 200px;
  height: 200px;
}
/* استایل کانتینر دایره */

.loading-container {
  position: relative;
  width: 220px;
  height: 220px;
}
/* استایل حاشیه چرخان */

.loading-border {
  width: 100%;
  height: 100%;
  border: 5px solid #eaecf0;
  /* رنگ زمینه حاشیه */
  border-top: 5px solid #1a3b71;
  /* رنگ حاشیه چرخان */
  border-radius: 50%;
  animation: spin 1s linear infinite;
  /* انیمیشن چرخش */
}
/* استایل محتوای داخل دایره */

.loading-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 14px;
  color: #333;
}
/* تعریف انیمیشن چرخش */

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.select_ride .main_menu_body .find_ride_descr {
  width: 300px;
  height: 200px;
  margin: 30px auto 0 auto;
  text-align: center;
}

.select_ride .main_menu .timer i {
  width: 12px;
  height: 12px;
  display: inline-block;
  background: url(../images/timer.svg) no-repeat center;
  background-size: contain;
  margin-top: 3px;
}

.select_ride .main_menu .timer .time {
  display: inline-block;
  padding: 5px 5px;
  background: #fff;
  border-radius: 30px;
  color: #1a3b71;
  margin-left: 15px;
}

.ride_details {
  font-size: 18px;
  margin-bottom: 20px;
  font-weight: bold;
}

.ride_info {
  width: 100%;
  min-height: 100px;
  border-radius: 30px;
  padding: 30px;
  border: 1px solid #eaecf0;
  margin-bottom: 20px;
}

.ride_info .car {
  width: 150px;
  height: 100px;
  margin: 0 auto 0 auto;
  position: relative;
}

.ride_info .car img {
  width: 100%;
  height: auto;
}

.ride_info .car .driver {
  position: absolute;
  width: 48px;
  height: 48px;
  margin: 0 0 0 -24px;
}

.ride_info .car .driver img {
  width: 48px;
  height: 48px;
}

.ride_info .car .driver .rate {
  padding: 3px 8px;
  border-radius: 30px;
  background: #fff;
  position: absolute;
  font-size: 11px;
  font-weight: bold;
  margin-top: 35px;
  border: 1px solid #f0f0f0;
}

.ride_info .car .driver .rate i {
  width: 9px;
  height: 9px;
  display: inline-block;
  background: url(../images/star.svg) no-repeat center;
  background-size: contain;
}

.ride_info .driver_info {
  width: 100%;
  height: auto;
  margin: 40px auto 40px auto;
  padding: 10px 0;
  padding-bottom: 40px;
  border-bottom: 1px solid #eaecf0;
}

.ride_info .driver_info .line {
  border-right: 1px solid #eaecf0;
}

.ride_info .driver_info .carNo {
  color: #000;
  font-weight: bold;
  text-align: left;
  font-size: 18px;
}

.ride_info .driver_info .carModel {
  color: #667085;
  font-weight: 600;
  text-align: left;
  font-size: 20px;
}

.ride_info .driver_info .driverName {
  color: #000;
  font-weight: bold;
  text-align: left;
  font-size: 18px;
  padding-left: 30px;
}

.ride_info .driver_info .driverRate {
  color: #667085;
  font-weight: 600;
  text-align: left;
  font-size: 20px;
  padding-left: 30px;
}

.ride_info .driver_info .driverRate span {
  font-size: 13px;
}

.ride_info .cta .call {
  width: 70px;
  height: 50px;
  background: #eaecf0 url(../images/call.svg) no-repeat center;
  background-size: 50%;
  cursor: pointer;
  padding: 5px 10px;
  border-radius: 30px;
}

.ride_info .cta .email {
  width: 100%;
  height: 50px;
  background: #eaecf0;
  border-radius: 50px;
}

.ride_info .cta .email .icon {
  width: 40px;
  height: 40px;
  float: left;
  background: url(../images/sms.svg) no-repeat center;
  background-size: 60%;
  outline: none;
  border: none;
  margin: 5px 10px;
}

.ride_info .cta .email .line {
  width: 2px;
  height: 20px;
  float: left;
  background: #d0d5dd;
  margin: 15px 0;
  border-radius: 4px;
}

.ride_info .cta .email input {
  width: calc(100% - 110px);
  height: 30px;
  float: left;
  background: transparent;
  margin: 10px 10px;
  border: none;
  outline: none;
}

.ride_info .cta .email input::placeholder {
  /* استاندارد */
  color: #667085;
  opacity: 1;
}

.ride_info .time_line {
  width: 20px;
  height: 150px;
  float: right;
}

.ride_info .time_line .walk {
  width: 20px;
  height: 20px;
  background: url(../images/walk.svg) no-repeat center;
  background-size: contain;
  float: left;
}

.ride_info .time_line .line {
  width: 4px;
  height: 45px;
  background: url(../images/line_2.svg) center;
  background-repeat: repeat-y;
  background-size: 50%;
  float: left;
  margin: 0 8px;
  position: relative;
}

.ride_info .time_line .ls {
  width: 20px;
  height: 20px;
  background: url(../images/ls.svg) no-repeat center;
  background-size: contain;
  float: left;
}

.ride_info .time_line .le {
  width: 20px;
  height: 20px;
  background: url(../images/le.svg) no-repeat center;
  background-size: contain;
  float: left;
}

.ride_info .ride_info_txt {
  font-size: 16px;
  color: #667085;
}

.ride_info .ride_info_txt_bold {
  font-size: 16px;
  color: #000;
  font-weight: 900;
  margin-bottom: 15px;
}

.select_ride .main_menu_body .footer_payment {
  width: 100%;
  min-height: 150px;
  background: #fff;
  box-shadow: 0 -5px 10px rgba(0, 0, 0, 0.1);
  padding: 20px;
}

.select_ride .footer_payment button.cancle {
  width: 100%;
  height: 50px;
  background: #eaecf0 !important;
  text-align: center;
  color: #f04438;
  border-radius: 30px;
  font-weight: bold;
  border: none;
  margin-top: 20px;
}

.h1000 {
  min-height: 1000px;
}

.select_ride .footer_payment .payment_method .icon {
  width: 40px;
  height: 40px;
  float: left;
  background: url(../images/mastercard.svg) no-repeat center;
  background-size: contain;
}

.select_ride .footer_payment .payment_method .cardNo {
  width: calc(100% - 50px);
  height: 40px;
  float: right;
  padding: 10px 0;
  font-weight: 900;
  color: #000;
}

.select_ride .footer_payment .payment_method .cardNo i {
  width: 20px;
  height: 20px;
  display: block;
  float: right;
  background: url(../images/Vector.svg) no-repeat center;
  background-size: 50%;
}

.select_ride .footer_payment .price {
  text-align: right;
  font-size: 35px;
  color: #111;
  font-weight: 900;
}

.ride_start {
  text-align: center;
  font-size: 16px;
  font-weight: 900;
}

.locations .location.active .location_position .ls {
  width: 20px;
  height: 20px;
  background: url(../images/lsb.svg) no-repeat center;
  background-size: contain;
  float: left;
}

.locations .location.active .location_position .line {
  width: 4px;
  height: 80px;
  background: url(../images/linb.svg) center;
  background-repeat: repeat-y;
  background-size: 50%;
  float: left;
  margin: 0 8px;
  position: relative;
}

.locations .location.active .location_position .line .label {
  background: #fff;
  position: absolute;
  width: 80px;
  height: 40px;
  left: 50%;
  top: 50%;
  border-radius: 30px;
  color: #3c5a8b;
  font-size: 16px;
  margin: -20px 0 0 -40px;
  line-height: 1.7rem;
}

.locations .location.active .location_position .le {
  width: 20px;
  height: 20px;
  background: url(../images/leb.svg) no-repeat center;
  background-size: contain;
  float: left;
}

.locations .location .time {
  background: #fff;
  color: #1a3b71;
}

.locations .location.active .price {
  background: #1a3b71;
  color: #fff;
}

.passenger_list {
  width: 100%;
}

.passenger_list h5 {
  font-size: 14px !important;
}

.pb200 {
  padding-bottom: 200px;
}

.passenger_list_pb190 {
  padding-bottom: 190px;
}

.passenger_list .passenger {
  width: 100%;
  min-height: 100px;
  border-radius: 20px;
  padding: 15px 15px;
  background: #fff;
  border: 1px solid #eaecf0;
  margin: 10px auto;
  position: relative;
  margin-bottom: 20px;
  cursor: pointer;
}

.passenger_list .passenger .radio {
  width: 30px;
  height: 30px;
  float: right;
  margin: 20px 10px 0 0;
  background: url(../images/elipse.svg) no-repeat center;
  background-size: contain;
}

.passenger_list .passenger .passenger_info {
  width: 100%;
  height: 30px;
  padding: 5px 0;
}

.passenger_list .passenger .passenger_info .name {
  height: 20px;
  float: left;
  margin-right: 10px;
  font-weight: 900;
  color: #111;
}

.passenger_list .passenger .passenger_info .person {
  height: 20px;
  float: left;
  margin-right: 15px;
  color: #111;
  padding-left: 15px;
  border-left: 1px solid #b1c5e4;
}

.passenger_list .passenger .passenger_info .person i {
  width: 20px;
  height: 20px;
  float: left;
  background: url(../images/person.svg) no-repeat center;
  margin-top: 0px;
  background-size: contain;
}

.passenger_list .passenger .passenger_info .time {
  height: 20px;
  float: left;
  margin-right: 15px;
  color: #111;
  padding-left: 15px;
  border-left: 1px solid #b1c5e4;
}

.passenger_list .passenger .passenger_info .time i {
  width: 20px;
  height: 20px;
  float: left;
  background: url(../images/clock.svg) no-repeat center;
  margin-top: 0px;
  background-size: contain;
  margin-right: 5px;
}

.passenger_list .passenger .Destination {
  width: 100%;
  height: 30px;
  padding: 5px 0;
}

.passenger_list .passenger .Destination span {
  font-weight: bold;
}

.passenger_list .passenger.active {
  background: #e7eef9;
  border: 1px solid #1a3b71;
}

.passenger_list .passenger.active .radio {
  background: url(../images/Switch.svg) no-repeat center;
  background-size: contain;
}

.footer_navbar {
  width: 100%;
  min-height: 150px;
  position: fixed;
  left: 0;
  bottom: 0;
  background: #fff;
  box-shadow: 0 -5px 10px rgba(0, 0, 0, 0.1);
  padding: 20px;
}

.footer_navbar span.price {
  font-weight: 900;
  color: #111;
  font-size: 28px;
}

.footer_navbar .add_passenger {
  width: 100%;
  height: 70px;
  background: #1a3b71 !important;
  text-align: center;
  color: #fff;
  border-radius: 50px;
  font-weight: bold;
  border: none;
  margin-top: 20px;
}

.footer_navbar .off {
  width: 80px;
  height: 80px;
  background: url(../images/off.svg) no-repeat center;
  background-size: cover;
  border: none;
  margin-top: 20px;
}

.passenger_list .Desti {
  width: 100%;
  min-height: 50px;
  border-radius: 20px;
  padding: 25px 15px;
  background: #fff;
  border: 1px solid #eaecf0;
  margin: 10px auto;
  position: relative;
  margin-bottom: 20px;
  line-height: 20px;
}

.passenger_list .Desti span {
  font-weight: 900;
  color: #111;
  font-size: 16px;
}

.passenger_list .Desti i {
  width: 20px;
  height: 20px;
  display: block;
  background: url(../images/ls.svg) no-repeat center;
  background-size: contain;
  float: left;
  margin-right: 10px;
}

.passenger_list .passenger .Call {
  width: 70px;
  height: 70px;
  display: block;
  background: url(../images/PhoneCall.svg) no-repeat center;
  background-size: contain;
  float: right;
  margin-right: 0;
}

.pass_item {
  padding-bottom: 20px;
}

.passenger_line {
  width: 99%;
  height: 1px;
  margin: 0 auto;
  background: #eaecf0;
}

.passenger_arrived {
  width: 95%;
  height: 70px;
  background: #1a3b71 !important;
  text-align: center;
  color: #fff;
  border-radius: 50px;
  font-weight: bold;
  border: none;
  margin-top: 20px;
  text-align: center;
  font-weight: 900;
  font-size: 16px;
  line-height: 70px;
  float: left;
}

.passenger_arrived .action {
  padding: 3px 10px;
  background: #fff;
  border-radius: 30px;
  color: #1a3b71;
  font-weight: 400;
  font-size: 15px;
  line-height: 15px;
}

.pline {
  width: 1px;
  height: 40px;
  float: right;
  background: #eaecf0;
  margin-top: 35px;
}

.passd {
  width: 70px;
  height: 70px;
  background: url(../images/arrowcircle.svg) no-repeat center;
  background-size: contain;
  margin-top: 20px;
}

.passenger_arrived.cancel {
  background: #f04438 !important;
  color: #fff;
}

.passenger_arrived.cancel .action {
  background: #fff;
  color: #f04438;
}

.passenger_arrived.success {
  background: #d1fadf !important;
  color: #12b76a;
}

.passenger_arrived.success i {
  width: 20px;
  height: 18px;
  background: url(../images/tick-circle.svg) no-repeat center;
  background-size: contain;
  display: inline-block;
}

.gif_animation {
  width: 100%;
  min-height: 100px;
  border-radius: 4px;
  margin: auto;
}

.gif_animation img {
  width: calc(100% - 20px);
  border-radius: 5px;
  margin: auto 10px;
  margin-top: 150px;
}

.menu_body {
  width: 100%;
  min-height: 100px;
  margin: auto;
  margin-top: 150px;
}

a {
  text-decoration: none;
}

.menu_body .car_menu {
  width: calc(100% - 2px);
  min-height: 70px;
  padding: 10px 20px;
  background: #e7eef9;
  border: 1px solid #1a3b71;
  display: block;
  line-height: 70px;
  color: #101828;
  border-radius: 5px;
  margin-bottom: 10px;
  text-decoration: none;
}

.menu_body .car_menu .car_icon {
  width: 50px;
  height: 50px;
  display: block;
  float: left;
  background: url(../Car.svg) no-repeat center;
  background-size: contain;
  margin-right: 10px;
  border-radius: 5px;
}

.menu_body .car_menu .car_icon_2 {
  width: 50px;
  height: 50px;
  display: block;
  float: left;
  background: url(../food.svg) no-repeat center;
  background-size: contain;
  margin-right: 10px;
  border-radius: 5px;
}

.menu_body .car_menu .car_icon_3 {
  width: 50px;
  height: 50px;
  display: block;
  float: left;
  background: url(../bike.svg) no-repeat center;
  background-size: contain;
  margin-right: 10px;
  border-radius: 5px;
}

#map {
  width: 100%;
  height: calc(100vh - 75px);
  border: 0;
}

.footer_location_menu {
  width: 100%;
  height: 150px;
  background: #fff;
  border-radius: 10px 10px 0 0;
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 10px;
}
.footer_location_menu_min {
  height: 75px;
}

.relative {
  position: relative;
}

.footer_location_menu .search {
  width: 100%;
  height: 50px;
  background: #eaecf0;
  border-radius: 50px;
  margin-bottom: 20px;
}

.footer_location_menu .search .icon {
  width: 40px;
  height: 40px;
  float: left;
  background: url(../images/search-normal.svg) no-repeat center;
  background-size: 60%;
  outline: none;
  border: none;
  margin: 5px 10px;
}

.footer_location_menu .search .line {
  width: 2px;
  height: 20px;
  float: left;
  background: #d0d5dd;
  margin: 15px 0;
  border-radius: 4px;
}

.footer_location_menu .search input {
  width: calc(100% - 110px);
  height: 30px;
  float: left;
  background: transparent;
  margin: 10px 10px;
  border: none;
  outline: none;
}

.footer_location_menu button {
  width: 100%;
  height: 50px;
  background: #1a3b71;
  text-align: center;
  color: #fff;
  border-radius: 30px;
  font-weight: bold;
  border: none;
}

.footer_location_menu button i {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url(../power.svg) no-repeat center;
  background-size: 100%;
  outline: none;
  border: none;
  margin-bottom: -5px;
}

.footer_rating_menu {
  width: calc(100% - 20px);
  height: 420px;
  background: #fff;
  border-radius: 10px 10px 0 0;
  position: absolute;
  left: 10px;
  bottom: 0;
  padding: 10px;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.footer_rating_menu .holder {
  width: 100%;
  height: auto;
  margin-top: 40px;
  text-align: center;
}

.footer_rating_menu .holder .title {
  font-weight: 900;
}

.footer_rating_menu .holder .title_2 {
  font-weight: 900;
  font-size: 20px;
}

.footer_rating_menu .holder .star {
  width: 160px;
  height: 160px;
  display: block;
  background: url(../star.svg) no-repeat center;
  background-size: contain;
  margin: auto;
  margin-top: 20px;
}

.footer_rating_menu .holder button.Rating {
  width: calc(100% - 2px);
  height: 50px;
  background: transparent;
  text-align: center;
  color: #1a3b71;
  border-radius: 30px;
  font-weight: bold;
  border: 1px solid #1a3b71;
  margin-top: 20px;
}

.back_home {
  display: block;
  position: absolute;
  width: 50px;
  height: 50px;
  background: #fff url(../home.svg) no-repeat center;
  background-size: 70%;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  top: 20px;
  right: 20px;
  border-radius: 50%;
}

#installButton {
  background-color: #3498db;
  color: #fff;
  border: none;
  padding: 8px 16px;
  border-radius: 4px;
  cursor: pointer;
  font-size: 14px;
  transition: background-color 0.3s ease;
}

#installButton:hover {
  background-color: #2980b9;
}

#install-button {
  width: 96%;
  margin: 2% auto;
  background-color: #4caf50;
  color: white;
  border: none;
  padding: 12px 24px;
  font-size: 16px;
  font-weight: bold;
  border-radius: 25px;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  position: absolute;
  bottom: 20px;
  left: 2%;
}

#install-button:hover {
  background-color: #45a049;
  box-shadow: 0 6px 8px rgba(0, 0, 0, 0.15);
  transform: translateY(-2px);
}

#install-button:active {
  background-color: #3d8b40;
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.1);
  transform: translateY(0);
}

#install-button i {
  font-size: 20px;
}

@media (max-width: 868px) {
  .locations .location .location_position .line .label {
    width: 50px;
    margin: -20px 0 0 -25px;
    font-size: 9px;
  }

  .routes .navbar .back {
    background-size: 50%;
  }

  .footer_navbar .off {
    width: 55px;
    height: 55px;
    background: url(../images/off.svg) no-repeat center;
    background-size: auto;
    background-size: cover;
    border: none;
    margin-top: 20px;
  }
  .footer_navbar .add_passenger {
    width: 100%;
    height: 45px !important;
    background: #1a3b71 !important;
    text-align: center;
    color: #fff;
    border-radius: 50px;
    font-weight: bold;
    border: none;
    margin-top: 20px;
    font-size: 10px !important;
  }

  .footer_navbar span.price {
    font-size: 20px !important;
  }

  .passenger_list .passenger .passenger_info {
    font-size: 13px !important;
  }

  .passenger_list .passenger .Call {
    width: 40px;
    height: 40px;
  }

  .passd {
    width: 40px;
    height: 40px;
  }

  .passenger_arrived {
    width: 95%;
    height: 50px;
    background: #1a3b71 !important;
    text-align: center;
    color: #fff;
    border-radius: 50px;
    font-weight: bold;
    border: none;
    margin-top: 20px;
    text-align: center;
    font-weight: 900;
    font-size: 11px;
    line-height: 50px;
    float: left;
  }

  .passenger_arrived .action {
    padding: 3px 10px;
    background: #fff;
    border-radius: 30px;
    color: #1a3b71;
    font-weight: 400;
    font-size: 7px;
    line-height: 15px;
  }
}
