.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 p{
    background: black;
    margin: 0px -20px 10px -20px;
    padding: 5px;
    font-weight: bolder;
}
.f-type form{
    padding: 10px 0px 15px 0px;
}
.f-type-1{
    padding: 0px 20px 0px 20px;
    background-color: #4a89f3;
    color: white;
    position:relative;
    margin:0 auto;
    clear:left;
    height:auto;
    z-index: 0;
    text-align:center;
    width: 32%;
    border-radius: 0px 0px 15px 15px;
    box-shadow: 0px 0px 15px #484848;
}
.f-type-1 p{
    margin-bottom: 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;
 }
  @media screen and (max-width: 480px) {
    .f-type-1 {
        width: 95%;
    }
    .header .button{
        text-align: center;
    }
  }