body {
background: #f9fcff;

}

a {
  color: #00B7FF;
}
.modal{
  background: #0d121ae0;
}
.navbar-light{
  background: white;
}

.h-logo {
  height: 30px
}

#map{
  height: 100%
}

.selected-ride{
  background: white;
  border-radius: 8px;
}
#selected-ride{
position: absolute;
z-index: 1000;
  width: 300px;
}

#driver{
position: absolute;
z-index: 1000;

}
#app{
  padding-top: 56px;
}
mapbox-search-listbox {
  z-index: 10000;
  position: absolute;
  left: 0;
  top: 0;
}

.e-appointment.e-template {
  width: 100%;
}

.template-wrap {
  width: 100%;
  padding: 0.5rem;
  font-size: .8rem;
}

.e-schedule .e-schedule-toolbar .e-toolbar-items {
  background: #fff;
}

.e-schedule .e-agenda-view .e-agenda-item {
  padding: 10px 10px 0;
}
element {

}
.e-schedule .e-agenda-view .e-appointment.e-template {

  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;

}
.e-schedule .e-agenda-view .e-appointment.e-appointment-border, .e-schedule .e-agenda-view .e-appointment:focus {
  background: #eaf5ff;
  border-radius: 4px;
}

.card-header{
  background: #19325c;
  color: white;
  font-size: 0.7rem;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 0.1rem;
}
.circle {
  display: inline-block;
  content: '';
  -webkit-border-radius: 0.375rem;
  border-radius: 0.375rem;
  height: 0.75rem;
  width: 0.75rem;
  margin-right: 0.5rem;
  z-index: 1000;
  position: relative;
  background: white;
}
.loc{
  margin-left: 1rem;
}
.pickup {
  border: 3px solid  #83d322;
}

.dropoff {

  border: 3px solid rgb(49, 122, 185);
}

.modal{
  display: block;
}

.btn-icon{
  padding: 5px;
  line-height: 0;
}

.bi{
  color: #61728c;
}

.btn-primary {
  --bs-btn-color: #fff;
  --bs-btn-bg: #7AC559;
  --bs-btn-border-color: #7AC559;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #7AC559;
  --bs-btn-hover-border-color: #7AC559;
  --bs-btn-focus-shadow-rgb: 49,132,253;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #7AC559;
  --bs-btn-active-border-color: #7AC559;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #7AC559;
  --bs-btn-disabled-border-color: #7AC559;
}

.small, small {
  font-size: .675em;
  text-transform: uppercase;
  letter-spacing: .03rem;
  font-weight: 600;
  color: #838383;
}


.driver{
  font-size: .875rem;
  background: white;
  border-left: 1px solid #dddd;
  border-bottom: 1px solid #dddd;
}
.pickup-line{
  display: block;
  content: " ";
  position: absolute;
  width: 3px;
  height: 100%;
  left: 0.55rem;
  top: 1rem;
  background: linear-gradient(0deg, rgb(49, 122, 185) 0%, rgb(122, 197, 89) 100%);
  opacity: 0.5;
}


.pickup-details td:first-child{
  width: 1rem;
}

.left-column{
height:calc(100vh - 56px)
}

.e-schedule .e-agenda-view .e-content-wrap table td:first-child, .e-schedule .e-agenda-view .e-date-column{
  width: 50px;
}

.right-column{
  position: relative;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px
}

.navbar{
  height: 56px;
}

.ride-title {
  background: #f8f8f8;
}


.text-bg-primary{
  background-color:#7AC559 !important;
}
