.b-divider {
  height: .1rem;
  background-color: rgba(0, 0, 0, .1);
  border: solid rgba(0, 0, 0, .15);
  border-width: 1px 0;
  box-shadow: inset 0 .5em 1.5em rgba(0, 0, 0, .1), inset 0 .125em .5em rgba(0, 0, 0, .15);
}

.navbar .navbar-nav .nav-link:hover {
  color:#0275d8;
}

.active {
  color:#0275d8;   
}

.list-group-hover .list-group-item:hover {
  background-color:#5e5e5e; /* rgba(4, 74, 134, 0.72);*/
  border-color: #5e5e5e;
  color:#fff;
}

/* hover versions for white icon. refactor */
.list-group-item:hover i {
  color:#fff;
}

video {
  background-color:#000;
}

video[poster]{
  object-fit:contain;
}

.bg-title {
  background-color:#6c757d;
  color:#fff;
  font-weight:bold;
}

.device {
  position: relative;
  max-width: 80%;
  height:240px;
}

.product-device {
  right: 10%;
  bottom: 0;
  width: 240px;
  height: 480px;
  background-color: #000;
  border-radius: 21px;
}

.product-device::before {
  top: 10%;
  right: 10px;
  bottom: 10%;
  left: 10px;
  content: "";
  background-color: rgba(255, 255, 255, 1);
  border-radius: 5px;
}

.product-device-2 {
  top: 0;
  right: auto;
  bottom: 0;
  left: 5%;
  background-color: #000;
}

.app-image {
  border-radius:8px;
  position:relative; 
  height:92%;
  width:92%;
  top:4%;
  left:4%;
}

.ui-autocomplete {
  max-height: 200px;
  overflow-y: auto;
  overflow-x: hidden;
  padding-right: 20px;
} 

.form-search {
  width: 100%;
  max-width: 700px;
  padding: 15px;
  margin: auto;
  color:#333;
}

.danger-tooltip {
  --bs-tooltip-bg: var(--bs-danger);
  z-index:2;
}

/* For stat sections */
.card-cover {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.stat-divider {
  height: .1rem;
  background-color: rgba(0, 0, 0, .1);
  border: solid rgba(0, 0, 0, .15);
  border-width: 1px 0;
  box-shadow: inset 0 .5em 1.5em rgba(0, 0, 0, .1), inset 0 .125em .5em rgba(0, 0, 0, .15);
}

.bg-datapost{
  background-color:#ff7400;
}

.bg-rachel{
  background-color:#02acdb;  
}

.bg-savings{
  background-color:#06b000; 
}

.bg-android {
  color:#3DDC84;
}

.bg-windows{
  color:#00a2ed;
}

.bg-linux{
  color:#dd4814;
}

.bg-apple{
  color:#777; 
}

.bg-firefox{
  color:#ff9400;
}

.bg-edge{
  color:#0078d7;
}

.bg-msie {
  color:#1ebbee;
}

.bg-opera{
  color:#ff1b2d;
}

.bg-opera{
  color:#ff1b2d;
}

.bg-safari{
  color:#006CFF;
}

.bg-chrome{
  color: #000;
}

.icon-wp {
  color: #2ccfe9;
}

/* For pickup and delivery list on device page */
.scrolling{
  overflow-y:auto;
  max-height: 240px; /* Use max-height for when there are few items*/
  margin-left:0;
  padding-left:0;
  height: auto;
}

/* brand */
.bd-placeholder-img {
  font-size: 1.125rem;
  text-anchor: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

hr {
  margin-top: 0;
  margin-bottom: 0;
  border: 0;
  border-top: 6px solid #000;
}


.bg-delivery {
  background-color: #2d3b52;
}

.bg-pickup {
  background-color: #3e6b4c;
}

.text-wpblue {
  color: #2abfd8;
}

/* Scrolling for Top 10 */
.top-scroll {
  max-height:580px;
  overflow:scroll;
  -webkit-overflow-scrolling: touch;
}

/* Questions button */
.btn-wp:hover,
.btn-wp:active,
.btn-wp:visited,
.btn-wp:focus {
  background-color: #8fe9f2;
  border-color: #8fe9f2;
}

.btn-wp {
  background-color: #2abfd8;
  border-color: #2abfd8;
  color: #fff;
