.error-msg{
    margin: 0.25rem;
    font-size: 0.775em;
    color: #dc3545;
    font-weight: 600;
}
.logo{
    padding: 0px 15px 0px 0px;
}

.name h4{
    margin: 10px 0px 0px 0px;
}
.r-box .card-header{
    text-transform: capitalize;
}
.f-type{
    width: 100%;
    position: fixed;
    top: 0;
    left: 0%;
   
}
.f-type-1{
    padding: 8px 0px 0px 0px;
    color: white;
    position:relative;
    margin:0 auto;
    clear:left;
    height:auto;
    z-index: 0;
    text-align:center;
  
    border-radius: 0px 0px 15px 15px;
  
}
.f-type-1 h4{
    font-family: system-ui;
    font-weight: 400;
    font-size: 1.3rem;
}
.f-type-1 span{
    font-family: 'cocacolaii' !important;
    font-size: 2rem;
    padding: 5px;
}
.custom-map-control-button{
    bottom: 0 !important;
}
.gm-style-mtc {
    display: none;
  }

  .gm-fullscreen-control{
    top: 67% !important
  }
  .loading{
    background-image: url(../loading.gif);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
    z-index: 9999 !important;
    width: 100%;
    height: 100%;
    display: none; 
  }
  .status-types{
    margin: 15px -20px 0px -20px;
    display: flex;

  }
.status-types .wait{
    width: 25%;
    background: #e8c900;
    display: inline-block;
    font-size: 12px;
    height: 20px;
    text-align: center;
    font-weight: 500;
    border-radius: 0px 0px 0px 15px;
}
.status-types .unload{
    width: 25%;
    background: #f7761c;
    display: inline-block;
    font-size: 12px;
    height: 20px;
    text-align: center;
    font-weight: 500;
}
.status-types .pump{
    width: 25%;
    background: #1ea362;
    display: inline-block;
    font-size: 12px;
    height: 20px;
    text-align: center;
    font-weight: 500;
}
.status-types .not{
    width: 25%;
    background: #dd4b3e;
    display: inline-block;
    font-size: 12px;
    height: 20px;
    text-align: center;
    font-weight: 500;
    border-radius: 0px 0px 15px 1px;
}
.text-yellow{
    color: #e8c900 !important;
}
.bg-yellow{
    background: #e8c900 !important;
}
.bg-orange{
    background: #f7761c !important;
}
.header .button{
    text-align: right;
}
.r-box .buttons button{
   margin-right: 10px;
}
.r-box .buttons a{
    margin-right: 10px;
 }

 .top-bar{
     box-shadow: 0px 0px 15px #484848;
 }
 .top-bar .logo-div{
    background-color: #fe001a;
 }
.top-bar .row {
    --bs-gutter-x: 0rem;
}

.circle-wrapper {
    position: absolute;
    width: 55px;
    height: 55px;
    right: 10px;
    top: calc(100% - 55vh) !important;
  }
  
  .icon {
    position: absolute;
    color: #fff;
    font-size: 15px;
    top: 23px;
    width: 100%;
    left: 28px;
    transform: translate(-50%, -50%);
    text-align: center;
  }
  .icon small{
    font-size: 10px;
    margin-left: 1px;
  }
  .icon p{
    font-size: 10px;
    margin: 0;
    line-height: 5px;;
  }
  
  .circle {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    padding: 2.5px;
    background-clip: content-box;
    animation: spin 10s linear infinite;
  }
  
  .circle-wrapper:active .circle {
    animation: spin 2s linear infinite;
  }
  
  .success {
    background-color: #fe001a;
    border: 2.5px dashed #fe001a;
  }
  

  
  
  @keyframes spin { 
    100% { 
      transform: rotateZ(360deg);
    }
  }
  
  .page-wrapper {
    height: 100vh;
    background-color: #eee;
    display: flex;
    align-items: center;
    justify-content: center;
  }


  @media screen and (max-width: 480px) {
    .f-type-1 {
        width: 95%;
    }
    .header .button{
        text-align: center;
    }
    .f-type-1 h4{
       font-size: 1rem;
    }
    .f-type-1 span{
        font-size:1.5rem ;
    }
  }