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;
}

.form-floating > .form-control-plaintext::placeholder, .form-floating > .form-control::placeholder {
  color: var(--bs-secondary-color);
  text-align: end;
}

.form-floating > .form-control-plaintext:focus::placeholder, .form-floating > .form-control:focus::placeholder {
  text-align: start;
}

.card-img-container {
    position: relative;
}

.card .left-stripe {
    position: absolute;
    top: 0;
    left: 0;
    width: 10px;
    height: 100%;
    z-index: 10;
}

.overlay-bottom-white {
    background-color: rgba(255, 255, 255, 0.7);
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.overlay-bottom-sm {
    background-color: rgba(255, 255, 255, 0.75);
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    margin-bottom: -0.15rem !important;
    display: flex;
    align-items: center;
    justify-content: center;
}

.btn-overlay {
    position: absolute;
    bottom: 10px;
    right: 10px;
    color: white;
    padding: 5px 10px;
    border-radius: 5px;
    font-size: 0.75rem;
    z-index: 20;
}

.btn-overlay-top-right {
    position: absolute;
    top: 10px;
    right: 10px;
    padding: 5px 10px;
    z-index: 20;
}

.btn-overlay-br {
    position: absolute;
    bottom: 30px;
    right: 20px;
    padding: 5px 10px;
    z-index: 20;
}

.badge-overlay {
    position: absolute;
    top: 10px;
    right: 10px;
    border: 1px solid;
    /*    color: white;*/
    padding: 5px 10px;
    border-radius: 15px;
    font-size: 0.95rem;
    z-index: 20;
}

.badge-overlay-left {
    position: absolute;
    top: 10px;
    left: 10px;
    border: 1px solid;
    /*    color: white;*/
    padding: 5px 10px;
    border-radius: 5px;
    font-size: 0.95rem;
    z-index: 20;
}

.img-sm {
    height: 75px;
    width: auto;
    cursor: pointer;
}

.photo-container {
    position: relative;
    display: inline-block;
}

.custom-link {
    text-decoration: none;
}
