.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
  position: relative;
  min-height: 100%;
}

body {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  font-size: .7rem;
  background-color: lightgrey;
}

footer {
  text-align: right;
  margin-top: auto;
  background-color: #0e1d2c;
  min-height: 60px;
}

.masthead{
  background-color: #0e1d2c;
  height: 134px;
}

.btn-primary{
  background-color: #F7961C;
  border-color: #F7961C;
}
.arrow-icon{
  height: 1em;
  width: 1em;
}
.box-shadow{
  box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.5);
}

.bg-icos {
  --bs-bg-opacity: 1;
  background-color: #F7961C !important;
}

.card-header{
  background-color: #0e1d2c !important;
  color: white;
}

.card-bg {
  background-color: white !important;
}

.text-grey {
  color: darkgrey !important;
}

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

.badge {
  padding: .1em 1.5em .35em 1.5em;
}

.tracking-card-body{
  height: 400px;
  align-content: flex-end;
}

.card-body-map{
  padding: 0;    
  display: grid;
  place-items: center;
}

.map-iframe{
  width: 100%;
  height: 100%;
}

.min-vh-auto {
  min-height: calc(100vh - 60px - 134px) !important;
}

.container-sm{
  max-width: 1040px;
}

.shift-up{
  margin-bottom: 2px;
}

#current-status{
  position: absolute;
  top: 50px;
  box-shadow: 0 0 5px 1px rgba(0,0,0,0.5);
  width: 80%;
}

#shipment-details{
  position: absolute;
  bottom: 50px;
  box-shadow: 0 0 5px 1px rgba(0,0,0,0.5);
  width: 80%;
}

.fudge-text-center{
  line-height: 29px;
}