/* src/styles.less */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
html,
body {
  height: 100%;
  font-family: Arial, sans-serif;
}
.app-container {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.banner {
  background-color: #f8f9fa;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0px 20px;
  border-bottom: 1px solid #ddd;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
.banner .phone-icon,
.banner .sos-icon .error-section {
  font-size: 20px;
  cursor: pointer;
}
.logo {
  flex-grow: 1;
  text-align: center;
  font-size: 1.5rem;
  font-weight: bold;
}
.google-map {
  flex-grow: 1;
  height: calc(100vh - 55px);
  min-height: 100px;
}
.trip-error-card {
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 1;
  width: 250px;
  align-items: center;
  padding: 12px;
  background: #FFFFFF;
  box-shadow: 0px 1.2px 24px rgba(0, 0, 0, 0.25);
  border-radius: 8px;
  font-family: Arial, sans-serif;
}
.trip-error-category {
  font-size: 14px;
  color: #ff0000;
  width: 100%;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}
.trip-category {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  color: #000000;
  font-size: 16px;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: 0.15px;
}
.dropdown-icon {
  font-size: 16px;
  width: 30px;
  height: 30px;
  transition: transform 0.3s ease;
}
.dropdown-icon.up {
  transform: rotate(180deg);
}
.driver-info {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 5px;
  text-align: justify;
  padding: 8px 0px;
  width: 100%;
}
.driver-img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
}
.driver-details {
  display: flex;
  flex-grow: 1;
  flex-direction: column;
  align-items: flex-start;
  text-align: left;
}
.vehicle-id {
  color: #000000;
  font-size: 16px;
  font-weight: 700;
  line-height: 16px;
  letter-spacing: 0.15px;
  padding: 2px 0px;
}
.driver-name {
  color: #000000;
  font-size: 16px;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: 0.15px;
}
.phone-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  color: #007BFF;
  font-size: 16px;
  cursor: pointer;
}
.escort-info,
.trip-details,
.vehicle-status {
  display: flex;
  align-items: center;
  gap: 8px;
  text-align: left;
}
.escort-info {
  background: #E0F0FF;
  padding: 6px;
  border-radius: 49px;
  font-size: 14px;
}
.escort-img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
}
.trip-details {
  flex-direction: column;
  gap: 8px;
  position: relative;
}
.trip-time {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.location {
  font-size: 14px;
  color: #333;
  display: flex;
  text-align: left;
}
.icon {
  margin-right: 8px;
}
.time {
  font-weight: bold;
  font-size: 16px;
}
.view-route-container {
  text-align: center;
  padding: 0px 0px 15px 0px;
}
.view-route {
  text-decoration: underline;
  cursor: pointer;
  padding-top: 8px;
  color: #136FB7;
  text-align: center;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 16px;
}
.vehicle-status {
  margin: 0 auto 5px;
  width: 280px;
  justify-content: center;
  padding: 8px;
  font-size: 16px;
  color: #000000;
  border-radius: 8px;
  background: rgba(48, 181, 125, 0.19);
}
.status-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  background-color: #00C851;
  color: #fff;
  border-radius: 50%;
  font-size: 14px;
}
.additional-info {
  color: #666;
  text-align: center;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: 0.15px;
}
.trip-details::before {
  content: none;
  position: absolute;
  top: 8px;
  bottom: 8px;
  left: 12px;
  width: 1px;
  background-color: #ccc;
  z-index: -1;
}
.content-collapsible {
  display: none;
  width: 100%;
}
.expanded.content-collapsible {
  display: block;
  width: 100%;
}
.sos-otp {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 12px 0;
}
.sos-button {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #E90A0A;
  padding: 8px 16px;
  border-radius: 47px;
  cursor: pointer;
  gap: 8px;
  color: #FFFFFF;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 16px;
  letter-spacing: 0.15px;
}
.sos-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  background-color: #ffffff;
  color: #fff;
  border-radius: 50%;
  font-size: 14px;
}
.otp-section {
  text-align: center;
}
.otp-code {
  color: #000000;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 16px;
  letter-spacing: 4px;
}
.otp-label {
  color: #000000;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: 0.15px;
  padding: 6px;
}
.icon {
  display: inline-block;
  width: 12px;
  height: 12px;
  border: 2px solid #000;
  border-radius: 50%;
  background-color: #fff;
}
.timeline-container {
  padding: 24px 0;
  display: flex;
  align-items: flex-start;
}
.timeline {
  width: 10%;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}
.circle {
  width: 13px;
  height: 13px;
  background-color: black;
  border-radius: 50%;
  z-index: 1;
}
.circle-outline {
  width: 13px;
  height: 13px;
  background-color: #FFFFFF;
  border-radius: 50%;
  outline: 2px solid black;
  z-index: 1;
}
.connector {
  width: 2px;
  background-image:
    linear-gradient(
      to bottom,
      black 100%,
      transparent 50%);
  background-size: 2px 8px;
  background-repeat: round;
}
.addresses {
  display: flex;
  flex-direction: column;
  gap: 40px;
  width: 90%;
}
.address {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #000;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: 0.15px;
}
.t_ime {
  font-weight: bold;
  margin-left: 10px;
}
.time {
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 16px;
  letter-spacing: 0.15px;
}
.guard-image-container {
  position: relative;
}
.guard-img {
  position: absolute;
  width: 20px;
  height: 20px;
  bottom: 0;
  right: -4px;
}
.guard-action {
  color: #000000;
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
}
.guard-name {
  color: #000000;
  text-align: center;
  font-size: 14px;
  font-weight: 600;
  line-height: 16px;
}
.trip-info-container {
  text-align: center;
}
.trip-timing {
  color: #555;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 0.15px;
}
.trip-info-label {
  color: #555;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: 0.15px;
}
.inactive-trip-card {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100vw;
  height: 100vh;
  min-height: 50px;
  text-align: center;
  margin: 0 auto;
  background-color: #EFEBE2;
}
@media (max-width: 768px) {
  .inactive-trip-card {
    height: calc(100vh - 55px);
  }
}
.trip-card {
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 16px;
  width: 316px;
  min-height: 100px;
  background: #FFFFFF;
  box-shadow: 0px 1.2px 24px rgba(0, 0, 0, 0.25);
  border-radius: 8px;
  font-family: Arial, sans-serif;
}
.inactive-trip-card .trip-card {
  position: absolute;
  left: 50%;
  transform: translate(-50%, 10px);
}
.active-trip-card .trip-card {
  position: absolute;
  bottom: 16px;
  left: 5px;
  left: 50%;
  transform: translate(-50%, 10px);
}
.inactive-trip-banner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #FFFFFF;
}
.inactive-trip-banner-left {
  display: flex;
  align-items: center;
}
.inactive-trip-banner-right {
  display: flex;
  align-items: center;
}
.inactive-trip-banner-right img {
  padding: 5px;
}

/* angular:styles/global:styles */
/*# sourceMappingURL=styles.css.map */
