/*PWA Global*/
.mobile_container_pad {
  margin-top: 50px;
}
.invalid_user_row {
  margin-top: 50px;
}
.tinytextblock {
  font-size: 10px; 
}
.smalltextblock {
  font-size: 12px; 
  display:block; 
  margin-top:5px; 
  line-height:9px;
}
.locationtext {
  font-size: 12px; 
  display:block; 
  margin-top:2px; 
  line-height:13px;
}
.container-full {
  padding-left: 0px;
  padding-right: 0px;
}
.container-map {
  margin: 10px 0px 0px 0px;
  padding: 0;
  height: 50vh;
  display: flex;
  flex-direction: column;
}
.loyalty_div {
  background-color: #009d4e;
  width:100%; 
  padding:0px; 
  margin:-8px 0px 8px 0px; 
}

/*Locations*/
#map {
  flex: 1;
  padding: 0;
  margin: -10px 0 0 0;

}
#locationslistwrap {
  margin: 0px 0px 0px 0px;
  padding: 0;
  height: calc(50vh - 20px);
  overflow-x:hidden;
  overflow-y:auto;
}
#location_list {
  margin-bottom: 75px;
}

/*Pump Selector*/
.pumppicker_container {
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  max-width: 620px;
  list-style-type: none;
  margin: 0 auto;
  padding: 0;
  height: calc(60vh - 80px);
}
.pump_item {
  display: inline-block;
  background-color: #EC2D26;
  border: 1px solid #333;
  width: 50px;
  height: 50px;
  color: #ffffff;
  text-align: center;
  vertical-align: middle;
  padding: 10;
  border-radius: 10px;
  margin: 10px;
  flex-shrink: 0;
  box-shadow: 1px 2px 8px -1px rgba(0,0,0,0.58); 
  -webkit-box-shadow: 1px 2px 8px -1px rgba(0,0,0,0.58); 
  -moz-box-shadow: 1px 2px 8px -1px rgba(0,0,0,0.58);
}

/*Range Sliders in Sweet Alert*/
#fuelamt_dsply {
  width:100%;
  height: 30px; 
  padding:0px; 
}
#fuelamt_preauth_mssg {
 width:100%;
 padding: 5px 0px 10px 0px 
}
.swal2-range output::before {
  content: '$';
}
.swal2-range {
    margin: 0;
    background: #fff;
}
input[type=range] {
   -webkit-appearance: none;
}
input[type=range]::-webkit-slider-runnable-track {
   width: 95%;
   height: 5px;
   background: #ddd;
   border: none;
   border-radius: 3px;
}
input[type=range]::-webkit-slider-thumb {
   -webkit-appearance: none;
   border: none;
   height: 36px;
   width: 36px;
   border-radius: 50%;
   background: #ec2d26;
   margin-top: -14px;
}
input[type=range]:focus {
   outline: none;
}
 input[type=range]:focus::-webkit-slider-runnable-track {
   background: #ccc;
}
input[type=range] {
   border: 1px solid white;
   width: 300px;
}
 input[type=range]::-moz-range-track {
   width: 95%;
   height: 5px;
   background: #ddd;
   border: none;
   border-radius: 3px;
}
 input[type=range]::-moz-range-thumb {
   border: none;
   height: 36px;
   width: 36px;
   border-radius: 50%;
   background: #ec2d26;
   margin-top: -14px;
}
input[type=range]:-moz-focusring {
   outline: 1px solid white;
   outline-offset: -1px;
}
 input[type=range]:focus::-moz-range-track {
   background: #ccc;
}

/*Fueling Tabs*/
#payment_types {
  padding-top: 10px;
  max-height: 55px;
}
#payment_types_cart {
  padding-top: 0px;
  max-height: 55px;
}
.nav-tabs .badge{
  position: relative;
  top: -50px;
  left: -26px;
  background: #ec2d26;
  color: #fff;
  box-shadow: 1px 5px 10px -1px rgba(0,0,0,0.48); 
  -webkit-box-shadow: 1px 5px 10px -1px rgba(0,0,0,0.48); 
  -moz-box-shadow: 1px 5px 10px -1px rgba(0,0,0,0.48);
}
.card-body-np {
    flex: 1 1 auto;
    min-height: 1px;
    margin: 0px 0px 0px 0px;
    padding: 5px 0px 0px 0px;
}
.nav-tabs .nav-link {
    margin-bottom: -1px;
    border: 1px solid #999;
    border-top-left-radius: 0.35rem;
    border-top-right-radius: 0.35rem;
}
.nav-tabs .nav-link.active, .nav-tabs .nav-item.show .nav-link {
    color: #ffffff;
    background-color: #ec2d26;
    border-color: #dddfeb #dddfeb #fff;
}
.list-group-item.active {
    z-index: 2;
    color: #fff;
    background-color: #ec2d26;
    border-color: #000;
}
.paymentslistwrap {
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  height: calc(60vh - 50px);
  overflow-x:hidden;
  overflow-y:auto;
}
.paymentslistwrap_full {
  margin: 0px 6px 0px 6px;
  padding: 0px 0px 0px 0px;
  height: 60vh;
  overflow-x:hidden;
  overflow-y:auto;
}
.paymentslistwrap_all {
  margin: 0px 0px 0px 0px;
  padding: 0px 6px 0px 6px;
  height: 100vh;
  width: 100%;
  overflow-x:hidden;
  overflow-y:hidden;
}
.paymentslistwrap_fluid {
  margin: 0px 6px 0px 6px;
  padding: 0px 0px 0px 0px;
}

/*Store Categories*/
.cattext {
    font-size: 23px;
    font-weight: bold
}
.cardcat {
    height: 80px;
    overflow: hidden;
    border: none;
    border-radius: 15px;
    margin-bottom: 10px;
    box-shadow: 1px 5px 10px -1px rgba(0,0,0,0.48); 
    -webkit-box-shadow: 1px 5px 10px -1px rgba(0,0,0,0.48); 
    -moz-box-shadow: 1px 5px 10px -1px rgba(0,0,0,0.48);
}
.imagename {
    font-size: 18px;
    font-weight: bold
}
/*Store Cat Items*/
.itemtext {
    font-size: 16px;
}
.carditem {
    box-shadow: 1px 5px 8px -1px rgba(0,0,0,0.38); 
    -webkit-box-shadow: 1px 5px 8px -1px rgba(0,0,0,0.38); 
    -moz-box-shadow: 1px 5px 8px -1px rgba(0,0,0,0.38);
}
.itemprice {
    font-size: 18px;
    font-weight: bold
}
#prodcats_hdr {
    width: 100%;
}

/*User Registartion Form*/
.divider-text {
    position: relative;
    text-align: center;
    margin-top: 15px;
    margin-bottom: 15px;
}
.divider-text span {
    padding: 7px;
    font-size: 12px;
    position: relative;   
    z-index: 2;
}
.divider-text:after {
    content: "";
    position: absolute;
    width: 100%;
    border-bottom: 1px solid #ddd;
    top: 55%;
    left: 0;
    z-index: 1;
}
/*Store Cat Items*/
.page-link {
    position: relative;
    display: block;
    padding: 0.5rem 0.75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #ec2d26;
    background-color: #fff;
    border: 1px solid #dddfeb;
}
.page-item.active .page-link {
    z-index: 3;
    color: #fff;
    background-color: #ec2d26;
    border-color: #ec2d26;
}
/*New user Creation*/
.upload-btn-wrapper {
  position: relative;
  overflow: hidden;
  display: inline-block;
}
.btn-upload {
  border: 2px solid gray;
  color: gray;
  background-color: white;
  padding: 4px 10px;
  border-radius: 4px;
  font-size: 14px;
  font-weight: bold;
}
.upload-btn-wrapper input[type=file] {
  font-size: 100px;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
}
.parsley-errors-list::after {
    content: "\a";
    white-space: pre;
}
.profileBox .image-wrapper .imaged {
    width: 150px;
    height: 150px;
    border: 2px solid #333;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.3), 0 1px 3px 0 rgba(0, 0, 0, 0.3);
}
.imaged.rounded {
    border-radius: 50% !important;
}
.user_profile {
  display: inline-block;
  width: 150px;
  height: 150px;
  border-radius: 50%;

  object-fit: cover;
}
.container-fluid-nopad {
  padding-left: 0px;
  padding-right: 0px;
}
.bootbox-top-pad {
  margin-top: 100px;
}
.bootbox-top-options {
  margin-top: 60px;
}
/*Cart Items*/
.cart_image {
  width: 40px;
  height: 40px;
}
/*Order Tracker*/
.bg-light-track {
    background-color: #bebfc6 !important;
}
.text-light-track {
    color: #bebfc6 !important;
}
.opacity-0 {
  opacity:0 !important;
}
.opacity-1_2 {
  opacity:0.1 !important;
}
.opacity-1 {
  opacity:0.2 !important;
}
.opacity-2 {
  opacity:0.4 !important;
}
.opacity-3 {
  opacity:0.6 !important;
}
.opacity-4 {
  opacity:.8 !important;
}
.opacity-5 {
  opacity:1 !important;
}
.opacity-0h5 {
  opacity:0!important;
  transition: opacity .25s ease-in-out!important;
  -moz-transition: opacity .25s ease-in-out!important;
  -webkit-transition: opacity .25s ease-in-out!important;
}
.opacity-0h5:hover {
  opacity:1!important;
}
:root {
  color-scheme: only light;
}