/**
* Project : simply-countdown
* File : simplyCountdown.theme.bootstrap5
* Theme : Bootstrap 5 - uses Bootstrap 5 CSS variables
*/
.simply-countdown-bootstrap5{overflow:hidden;display:flex;flex-wrap:wrap;justify-content:center;gap:1rem}.simply-countdown-bootstrap5>.simply-section{width:65px;height:65px;padding:1.5rem;display:flex;align-items:center;justify-content:center;background:var(--bs-body-bg,#fff);border:1px solid var(--bs-border-color,#dee2e6);border-radius:var(--bs-border-radius,.375rem);box-shadow:var(--bs-box-shadow-sm,0 .125rem .25rem rgba(0,0,0,.075))}.simply-countdown-bootstrap5>.simply-section>div{display:flex;flex-direction:column;line-height:1;align-items:center}.simply-countdown-bootstrap5>.simply-section .simply-amount{font-size:1.5rem;font-weight:700;color:var(--bs-primary,#0d6efd);line-height:1.2}.simply-countdown-bootstrap5>.simply-section .simply-word{font-size:.65rem;font-weight:500;color:var(--bs-secondary-color,#6c757d);text-transform:uppercase;letter-spacing:.08em}@media(min-width:640px){.simply-countdown-bootstrap5>.simply-section{width:75px;height:75px;padding:1.75rem}.simply-countdown-bootstrap5>.simply-section .simply-amount{font-size:1.75rem}.simply-countdown-bootstrap5>.simply-section .simply-word{font-size:.75rem}}@media(min-width:1024px){.simply-countdown-bootstrap5>.simply-section{width:90px;height:90px;padding:2rem}.simply-countdown-bootstrap5>.simply-section .simply-amount{font-size:2rem}.simply-countdown-bootstrap5>.simply-section .simply-word{font-size:.8rem}}
