:root
{
    --bs-border-radius: 0 rem;
}
html {
    overflow-y: scroll; /* Prevent width shift when scrollbar appears */
}
html,
body {
    margin: 0;
    padding: 0;
    width: 100%;
}
body{
    min-height: 100vh;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: "Poppins";
    src: url("/assets/fonts/poppins-regular.woff2") format("woff2");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Poppins";
    src: url("/assets/fonts/poppins-semibold.woff2") format("woff2");
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Poppins";
    src: url("/assets/fonts/poppins-bold.woff2") format("woff2");
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}
a{
    text-decoration: none;
}
h1, h2{
    font-weight: 600;
}
label
{
position: absolute !important;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.navbar
{
    min-height: 82px;
    background: rgba(255, 255, 255, 1);
    -webkit-box-shadow: 0px 0px 7px 1px rgba(0,0,0,0.3); 
    box-shadow: 0px 0px 7px 1px rgba(0,0,0,0.3);
    border-top:solid 1px#003544;
    
}
.navbar-brand img
{
    height: 55px;
}
.navbar  .nav-link{
    color: #011419;
    padding: 10px 15px !important;
    border-radius: 7px;
    margin: 2px 2px;
}
.navbar  .nav-link:hover{
    background-color: #e02735;
    color: #ffffff !important;
}
.navbar  .nav-link.active
{
color: #e02735;
}
.navbar .navbar-toggler
{
    background-color: #e02735;
    border-radius:5px;
    padding: 8px 12px;
    min-width: 45px;
}
.navbar-toggler i {
  font-size: 22px;
  color: #ffffff;
  transition: all 0.2s ease;
}

.breadcrumb {
    --bs-breadcrumb-divider-color: rgba(255, 255, 255, 0.75);
    --bs-breadcrumb-item-active-color: #ffffff;
}

.breadcrumb a {
    
    text-decoration: none;
    color: #e02735;

}

.breadcrumb a:hover,
.breadcrumb a:focus {
    color: #f8f9fa;
    text-decoration: none;
}

.breadcrumb .breadcrumb-item + .breadcrumb-item::before {
    color: rgba(255, 255, 255, 0.75);
}
.btn-blue
{
    color: #ffffff;
    background-color: #03708e;
    border-radius: 5px;
}
.btn-blue:hover
{
    color: #ffffff;
    background-color: #e02735;
}
.footerContainer
{
    background-color: #011419;
    color: #ffffff;

}
.footerContainer a
{
    transition: all 0.2s ease-in-out;
    color: #e0e0e0;
    padding: 8px 0px 08px 0px !important;
}
.footerContainer ul li
{
    padding: 3px 0px;
}
.footerContainer a:hover
{
    transition: all 0.2s ease-in-out;
    color:#e02735;
}
.footerContainer .h5
{
    color: #0bb0dd;
    margin-bottom: 15px;
    font-weight: 600;
    
}
.socialLinks li
{
    display: inline-block;
    margin-right: 7px;
}   
.socialLinks a
{
background-color: #e0e0e0;
    padding: 7px 10px !important;
    width: 42px !important;
    display: inline-block;
    color: #011419;
        text-align: center;
}

.copyrightRow
{
    font-size: 0.9rem;
    border-top: solid 1px #043745 ;
    color: #b5b5b5;
}
