
/* .text-primary{
    color: #893B35 !important;
} */

.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
  color: #fff;
  background-color: white !important;
  border-bottom: 3px solid #fe5a0e; 
  border-width: 38%;
}
a{
  text-decoration: none !important;
  color: #dc3545 !important;
}
.nav-pills .nav-link {
  width: max-content !important;
}


.nav {
flex-wrap: nowrap !important;
overflow-x: auto !important;
}

/* .btn-light {
  color: #000;
  background-color: white !important;
  border-color: white !important;
} */
/* .btn-check:active+.btn-light:focus, .btn-check:checked+.btn-light:focus, .btn-light.active:focus, .btn-light:active:focus, .show>.btn-light.dropdown-toggle:focus {
  box-shadow: none !important;
}
.btn-check:active+.btn-light, .btn-light:active {
  color: none !important;
  background-color: none !important;
  border-color: none !important;
  box-shadow: none !important;
} */

::-webkit-scrollbar {
  display: none;
}

@media (min-width: 1440px) {
  .container {
      max-width: 1170px !important;
  }
}
@media (min-width: 1024px) {
  
}
@media (max-width:768px) {
  .nav-pills .nav-link {
    width: max-content !important;
  }


.nav {
  flex-wrap: nowrap !important;
  overflow-x: auto !important;
}

}

@media (max-width:528px) {

 
}
@media (max-width:320px) {
  
}
