.font20 {
    font-size: 20px;
}
.navbar-brand img{
    height:40px !important;
}
.navbar-light .navbar-nav .nav-link {
    color : #000 !important;
}
.nav-link.btn.btn-primary{
   color:#fff !important;
   font-size: 13px;
}
.navbar-backward-compatibility{
    background-color: rgba(255, 255, 255, 0.9) !important;
    box-shadow: 0 3px 5px #d7d7d7;
}
.old-image-version{
    width:557.24px !important;
}
.backward-p-compatibility{
    margin: 0 0 8px;
}
.btn-backward-comp {
    font-size: 16px !important;
    box-shadow: 0px 4px 2px 0px rgba(0, 0, 0, 0.15);
    padding: 5px 15px !important;
    border-radius: 4px;
}
.btn-group.btn-group-outer{
    border:0.5px solid #adadad;
    border-radius: 0;
}
label.btn.btn-outline-primary{
    font-size: 15px;
    padding: 12px 14px;
    border-right: 0.5px solid #adadad;
    color:#adadad;
}
.btn-group-outer .btn-check:hover + .btn {
  border-right: 0.5px solid #adadad;
  color:#5e5e5e;
  border-radius: 0;
  border:0.5px solid #adadad;
}
.btn-group-outer .btn-check:checked + .btn {
  background-color: #007399;
  color:#fff;
  border-radius: 0;
}
.bg-light-manual{
    background-color: white !important;
}