.CollapsibleContent{overflow:hidden}.CollapsibleContent[data-state=open]{animation:.3s ease-out slideDown}.CollapsibleContent[data-state=closed]{animation:.3s ease-out slideUp}.loader-container{width:calc(100vw) - 10rem;justify-content:center;align-items:center;height:calc(100vh - 20rem);display:flex}.loader{box-sizing:border-box;border-top:4px solid #0f6b9d;border-right:4px solid #0000;border-radius:50%;width:48px;height:48px;animation:1s linear infinite rotation;display:inline-block}.loader:after{content:"";box-sizing:border-box;border-bottom:4px solid #0000;border-left:4px solid #f7a95f;border-radius:50%;width:48px;height:48px;animation:.5s linear infinite reverse rotation;position:absolute;top:0;left:0}@keyframes rotation{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes slideDown{0%{height:0}to{height:var(--radix-collapsible-content-height)}}@keyframes slideUp{0%{height:var(--radix-collapsible-content-height)}to{height:0}}
.dashboard__title{font-size:2.4rem;font-weight:500}


