button.navbar-toggler:focus{
    box-shadow: none;
}

.rounded-circle {
    border-radius: 50%;
    width: 2em;
    height: 2em;
    display: flex;
    align-items: center;
    justify-content: center;
}

.small-badge {
    font-size: 0.5em;
    width: 1.5em;     
    height: 1.5em;   
    line-height: 1.5em; 
    padding: 1.2em; 
}

.bg-dark-new{
    background-color: rgb(215, 81, 86);
}

a.nav-link.active{
    font-weight: bold;
}

/* Medium and smaller screen sizes */
@media (min-width: 992px) {
    .custom-bg-lg-none {
      background-color: transparent !important;
    }
  }

.dropdown-item:hover{
    background-color: #cfbb90 !important;
}

