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;
}

/* Custom styles for modal backdrop */
.modal-backdrop {
    background-color: rgba(211, 211, 211, 0.5); /* Light white backdrop with reduced opacity */
}

/* Modal content styling */
.modal-content {
    background-color: rgba(255, 255, 255, 0.5); /* White background with slight transparency */
    border: none; /* Remove border */
    border-radius: 8px; /* Optional: rounded corners */
}

/* Optional: Add some box shadow for depth */
.modal {
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.3); /* Soft shadow effect */
}
