.circular-progress-indicator{width:50px;height:50px;border:5px solid rgb(218,218,218);border-top:5px solid var(--bs-btn-bg);border-radius:50%;animation:spin .55s linear infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.expandable .toggle{border:none;background:none;cursor:pointer}.expandable .expandable-children{overflow:hidden;height:0;transition:height .4s ease-in-out}
