#myFooter .row {
    margin-bottom:0px;
}
.terms_service,.custom_checkbox{
  font-size:14px;	
}	

.navi ul li a{
 display:flex !important; 
 /*margin-left: 12px; */
}    

.custom-top-bar{
  align-items:center;   
}    

.custom-top-bar nav.navbar {
      background-color: #ffffff !important;
    border-color: #ffffff;
    padding: 0;  
}   

.custom-top-bar nav.navbar button {
    padding: 0;
    top: 12px;
    border: initial;  
}   

.custom-payment-view a.btn-danger{
  padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
    color: #fff;
    background-color: #d9534f;
    border-color: #d43f3a;  
}   

.custom-payment-view table{
   border: 1px solid #ddd;  
}   

.card {
  margin-bottom: 20px;  
}   

a[data-bs-toggle="tooltip"]{
  color: #b4662e !important;   
}

a[data-bs-toggle="tooltip"]:hover {
      color: #23527c !important;
}

tr,td,p{
  font-size:14px;   
}    

.justified-text{
   text-align: justify;  
}   

   
@media screen and (max-width: 580px) {
  #navigation{
  height: 100%;   
} 
}


@media screen and (max-width: 740px) {
   .gn-menu-main #logo {
        width: 300px !important;
        float: left;
        padding-left: 20px;
    }
}



/*
#navigation {
    height:auto;
    min-height: 700px;
}*/