@charset "UTF-8";

.card {border:1px solid var(--bs-border-color);box-shadow:0 .75rem 2rem rgba(0, 0, 0, .15);}
.card[data-bs-theme="dark"] {background-color:var(--bs-tertiary-bg);box-shadow:0 .75rem 2rem rgba(0, 0, 0, .35);}
.bi-exclamation-circle-fill {color:#ff6b81;font-size:5rem;}
.btn-theme {background-color:var(--bs-dark);color:var(--bs-light);}
.btn-theme[data-bs-theme="dark"] {background-color:var(--bs-secondary);color:var(--bs-light);}
