.AL_Custom_TabBar {
display: flex !important;
position: relative !important;
border: 0px;
padding: 0px !important;
width: 100% !important;
z-index: 100 !important;
margin: auto !important;
margin-top: -20px !important;
box-shadow: 0 2px 8px rgba(0, 0, 0, .05);
border-radius: 100px !important;
justify-content: space-between;
max-width: max-content !important;
align-items: center !important;
text-align: center !important;
letter-spacing: .05em !important; }
.AL_Custom_TabBar nav {
margin: 0px !important; }

.AL_Custom_TabBarTab {
border: 1px solid #081c1d !important;
border-radius: 10px !important;
padding: 10px 15px !important; 
margin: 10px !important; }


a.active.AL_Custom_TabBarTab {
background-color: #704B30
!important;
border-radius: 10px !important;
color: #F4ECDE !important; }

a.AL_Custom_NavLoginButton {
border-radius: 10px !important;
border: transparent !important;
background-color: #704B30
!important;
color: #F4ECDE !important; }

div:has(.AL_Custom_BreadcrumbBar) {
background: #EFEBE5!important;
}
.academy-content-wrapper {
background: #f9f7f5 !important;
}
