html {
  font-size: 14px;
}
.btn-sm {
    font-size: 14px !important;
    line-height: 21px !important;
    font-style: normal !important;
    font-weight: 400 !important;
    font-family: sans-serif !important;
}
body, p, label, input, select, textarea, button, li, a, table, td, span, dropdown {
    font-size: 14px;
    line-height: 21px;
    color: rgb(87, 89, 98); /* Adjusted color to red */
    font-style: normal;
    font-weight: 400;
    font-family: sans-serif;
}
 h6, h5 {
    font-size: 16px;
    line-height: 21px;
    color: white; /* Adjusted color to red */
    font-style: normal;
    font-weight: 400;
    font-family: sans-serif;
}
th{
    font-size: 14px;
    line-height: 21px;
    color: white; 
    /* Adjusted color to red */
    font-style: normal;
    font-weight: 400;
    font-family: sans-serif;
}




/* Dropdown styles */
select {
    font-size: 14px;
    line-height: 21px;
    color: rgb(87, 89, 98);
    font-style: normal;
    font-weight: 400;
    font-family: sans-serif;
}

/* List item styles */
li {
    font-size: 14px;
    line-height: 21px;
    color: rgb(87, 89, 98);
    font-style: normal;
    font-weight: 400;
    font-family: sans-serif;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

html {
  position: relative;
  min-height: 100%;
}


.header-logo {
    max-width: 150px; 
    height: auto;
    margin:0px;
}

