html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
  position: relative;
  min-height: 100%;
}

body {
    margin-bottom: 60px;
    padding-top: 70px;
}

/******* Changes Below **********/
:root {
/*    --bs-body-font-family: 'IBM Plex Mono', sans-serif;*/
    --bs-body-font-family: 'Roboto', sans-serif;
}

p {
    /*font-family: 'IBM Plex Mono', sans-serif !important; /*Not sure why the Theme is overloading this font this way?*/
    font-family: 'Roboto', sans-serif !important; /*Not sure why the Theme is overloading this font this way?*/
}

.floating-div {
    bottom: 0; /* Stick the div to the bottom */
    left: 5rem; /* Align the div to the left */
    right: 5rem; /* Align the div to the right */
    padding: 1rem;
    margin-bottom: 5rem; /* Add a margin to keep the div above the footer */
}

.floating-div-wide {
    bottom: 0; /* Stick the div to the bottom */
    left: 7rem; /* Align the div to the left */
    right: 7rem; /* Align the div to the right */
    margin-bottom: 8rem; /* Add a margin to keep the div above the footer */
}

.dark-outline {
    color: black;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
    background-color: rgba(255, 255, 255, 0.5);
}

.btn-glyphicon {
    padding: 8px;
    background: #ffffff;
    margin-right: 4px;
}

.pill-btn {
    padding: 1px 3px 3px 2px;
    border-radius: 10px;
    font-size: 12px;
}

.img-circle {
    border-radius: 50%;
}

.btn, .panel, .form-control, input[type="checkbox"], .pill-btn, .img-thumbnail,
.file-card, .file-card-blank, .file-card-container, .alert, .card{
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19) !important;
}

button[disabled], html input[disabled] {
    box-shadow: none;
}
.form-group {
    margin-bottom: 1rem; /* or your preferred margin */
}

.floating-button {
    position: fixed;
    bottom: 50px;
    left: 10px;
}

.avatar-image {
    width: 36px;
    height: 36px;
    margin-right: 15px;
}

.avatar-image-lg {
    width: 130px;
    height: 130px;
    margin-right: 15px;
    padding: 10px;
}
