
a[rel=next] { float:left	}
.subheader{
font-size:16px;
text-align :center;
}
.badge
{
white-space:inherit;
}
.page-pretitle{
color : rgb(246, 164, 18) !important;
font-size: .8rem;
}
.navbar-dark
{
--tblr-navbar-bg:  rgb(14, 137, 130) ;
}
.navbar-brand-imag
{
background-color : #fff;
border-radius:30%;
}
.navbar-dark .navbar-nav .nav-link
{
color : #fff;
}
.bg-purple-lt
{
color : darkred;
}
.br-teal{
border : 2px solid rgb(14, 137, 130);
}
.tap-to-top {
background-color: #f5a512;//rgb(247, 103, 7) !important;
position: fixed;border: none;
bottom: 15px;
// left: 10px;
border-radius: 5px;
overflow: hidden;
width: calc(35px + (45 - 35) * ((100vw - 320px) / (1920 - 320)));
height: calc(35px + (45 - 35) * ((100vw - 320px) / (1920 - 320)));
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
font-size: calc(15px + (18 - 15) * ((100vw - 320px) / (1920 - 320)));
-webkit-box-shadow: 0 3px 8px rgba(33, 37, 41, 0.35);
box-shadow: 0 3px 8px rgba(33, 37, 41, 0.35);
z-index: 3;
-webkit-transition: all 0.5s ease;
transition: all 0.5s ease;
cursor: pointer;
opacity: 0;
}
.tap-to-top.show {
left: 15px;
-webkit-transition: all 0.5s ease;
transition: all 0.5s ease;
opacity: 1;
}
.status-indicator {
--tblr-status-indicator-size: 1.5rem;

}
@media (max-width: 767.98px) {
.navbar-expand-md .navbar-collapse .dropdown-menu .dropdown-item {
color : #fff;
}
}