.navbar-text{
    color:white;
}
#nav-foot{
    margin-bottom: 0px;
    width: 100%;
    background-color: #0071BC;
    height: 10px;
}
.brand-img{
    height: 50px;
}
.footer {
   position: fixed;
   left: 0;
   bottom: 0;
   width: 100%;
   background-color: #112E51;
   color: white;
   text-align: center;
   padding:5px; 
}
.get{
 padding: 40px;
 border-radius: 10px;
     

}
body{
  font-family:"Product Sans" !important;  
}
#members{
    font-size: 11px !important;
}
td{
    vertical-align:middle !important;
    max-width:100%;
    white-space:nowrap;
}
#clinics{
    font-size: 11px !important;
}
.p_clinic{
    font-size: 11px !important;
}

td{ 
    padding:2px !important;
}
.table-borderless td,
.table-borderless th {
    border: 0;
}
.order{
    font-size:15px;
}
.profile-img{
    text-align: center;
}
.profile-img img{
    width: 70%;
    height: 100%;
}
.nav-link{
  color:white;   
}
.profile-img .file {
    position: relative;
    overflow: hidden;
    margin-top: -20%;
    width: 70%;
    border: none;
    border-radius: 0;
    font-size: 15px;
    background: #212529b8;
}
.profile-img .file input {
    position: absolute;
    opacity: 0;
    right: 0;
    top: 0;
}
