/*
Custom Css
*/

* {
  box-sizing: border-box;
}

html, body {
    height: 100%;
    margin: 0;
}

body {
    display: flex;
    flex-direction: column;
}

main {
    flex-grow: 1; /* main content takes up the remaining space */
    overflow: auto; /* Ensure content scrolls if necessary */
}

footer * {
    font-size: 0.75rem !important;
    text-align: center;
    margin: 0;
}

.navbar-toggler {
    padding: none;
    font-size: 0.75rem;
}

.navbar-toggler:focus {
    text-decoration: none;
    outline: 0;
    box-shadow: 0 0 0 0;
}

.fs-vs {
  font-size: 0.6rem !important;
}

.fs-sm {
  font-size: 0.85rem !important;
}

.fs-smr {
  font-size: 0.77rem !important;
}

.fs-mi {
  font-size: 1rem !important;
}

.fs-lg {
  font-size: 1.25rem !important;
}