﻿/*styling.css*/
/*add font family, background image*/

.fa-map-marker-alt,
.fa-dot-circle {
  color: #5bc0de;
}

/*Jumbotron*/
.jumbotron {
  background-color: transparent;
  margin: 0;
  padding: 0;
}

.jumbotron h1 {
  letter-spacing: 2.5px;
  font-size: 3.5em;
}

.jumbotron h1,
.jumbotron p {
  text-align: center;
}

/*map*/
#googleMap {
  width: 100%;
  height: 780px;
  margin: 0 auto;
}

/*output box*/
#output {
  color: #fb9500;
  font-weight: 600;
  font-size: 18px;
}
#price,
.valyuta {
  font-size: 18px;
}
.alert-danger {
  color: red;
}
#mode {
  color: black;
}

#to-map,
#from-map {
  position: absolute;
  right: 0px;
  top: 32px;
  border-left: 1px solid #e2e8f0;
  padding-left: 5px;
  cursor: pointer;
  width: fit-content;
  padding: 4px 10px;
  z-index: 1000;
}
#from,
#to {
  padding-right: 62px;
}

.current-location {
  font-size: 14.5px;
  cursor: pointer;
  width: fit-content;
  border-radius: 5px;
  background: #fb9500;
  padding: 2px 10px;
  margin-top: 9px;
  color: white;
}
.done-button {
  display: none;
  position: fixed;
  bottom: 10px; /* Adjust the distance from the bottom as needed */
  color: white;
  bottom: 10px;
  right: 0;
  z-index: 10000000000000000000000000;
  width: 100%;
  background: #fb9500;
  padding: 10px;
  font-weight: 500;
}

.border-active {
  border: 1px solid red !important;
}
input[name='tos-agreement'].border-active {
  outline: 2px solid red;
  outline-offset: -2px;
}

@media (max-width: 768px) {
  .deliver-status.imtina {
    right: 7px;
    bottom: 7px;
  }
}
@media (max-width: 576px) {
  .resp-abs {
    /* position: unset; */
    left: -100%;
    right: unset;
  }
  .active {
    left: 0;
    right: 0;
    z-index: 10000;
  }
  .current-location {
    cursor: pointer;
    width: fit-content;
    border-radius: 5px;
    background: #fb9500;
    padding: 5px 10px;
    margin-top: 9px;
    color: white;
  }
  .done-button {
    display: block;
  }
}
