﻿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;
}

/* ===========================
   CENTER BOOTSTRAP TOAST – SOFT BLUE
   =========================== */

.toast-soft-info {
    background-color: #e8f1ff; /* soft blue */
    color: #0d3b66; /* deep blue text */
    border-radius: 5px;
    box-shadow: 0 20px 45px rgba(0,0,0,0.25);
}

    /* Close button visibility */
    .toast-soft-info .btn-close {
        filter: none;
        opacity: 0.7;
    }

        .toast-soft-info .btn-close:hover {
            opacity: 1;
        }
.toast-container .toast {
    height:150px;
    min-width: 400px;
    max-width: 700px;
}
