
@import "vars.css";

h1, h2, h3, h4, h5, h6{
    font-size: 24px !important;
    font-weight: bold !important;
}

.pb-main-placeholder{
    padding-bottom: 62px;
}

body{
 font-family: Aptos !important;
 font-size: 20px !important;
}

button{
    font-size: 20px !important;
}

.font-family-aptos{
    font-family: Aptos !important;
}

.primary-color {
    color: var(--primary-color);
}

.secondary-color{
    color: var(--secondary-color);
}

.accent-darkblue-color{
    color: var(--accent-darkblue);
}

.accent-red-color{
    color: var(--accent-red);
}

.accent-yellow-color{
    color: var(--accent-yellow);
}

.bg-primary-color {
    background-color: var(--primary-color) !important;
}

.bg-secondary-color {
    background-color: var(--secondary-color) !important;
}

.bg-accent-darkblue-color {
    background-color: var(--accent-darkblue) !important;
}

.bg-accent-red-color {
    background-color: var(--accent-red) !important;
}

.bg-accent-yellow-color {
    background-color: var(--accent-yellow) !important;
}

.active-link {
  background-color: #1a623e !important;
  color: #fff !important;
}

.active-link > a {
  color: #fff !important;
}

.logo-height{
    height: 65px;
}

.nav-font-size{
    font-size: 20px
}

.no-list-dots{
    list-style-type: none
}

@media screen and (min-width: 992px){
    .dropdown:hover>.dropdown-menu {
      display: block !important;
    }
    .position-lg-static{
        position: static !important;
    }
}

.position-lg-static{
    position: absolute;
}

.header-img-wrapper{
  height: 350px;
}

.header-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.form-text-control-width{
    max-width: 400px !important;
}

.password-form-control{
    width: 300px;
}

.col-module-min-width{
    min-width: 340px;
}

.pointer{
    cursor: pointer;
}

.font-size-legend{
    font-size: 14px;
}

a.nav-link{
     font-weight: 600;
}

a.dropdown-item{
      font-weight: 600;
}

.accordion-button:not(.collapsed){
    background-color: #bfb1a2 !important;
    color: #000 !important;
}

.accordion-button:focus{
    border-color: unset !important;
    box-shadow: unset !important;
}

.dropdown-menu {
--bs-dropdown-link-active-bg: #66967e !important;
}