:root{--brand-norden:#009fe3;--brand-persian-green:#009f86;--brand-cerulean:#009fe3;--brand-rio-grande:#bdd001;--brand-royal-heath:#a6398d;--brand-minsk:#342b85;--brand-school-bus:#ebc909;--brand-tango:#e96212;--brand-cerise-red:#e72173;--brand-eminence:#682785;}
.lb-anywhere{line-break:anywhere;}
.clickable-card{transition:background-color 0.3s ease;cursor:pointer;}
.clickable-card:hover{background-color:rgba(0,123,255,0.1);}
.dimension-bars .bar{animation:bounce 1.2s infinite ease-in-out alternate;}
.dimension-bars .bar:nth-child(2){animation-delay:0.2s;}
.dimension-bars .bar:nth-child(3){animation-delay:0.4s;}
@keyframes bounce{0%{transform:scaleY(1);}
100%{transform:scaleY(1.4);}}
.navbar{padding:1rem 1rem;}
.navbar.fixed-top{border-bottom:1px solid #372f87;}
.navbar .dropdown .img-circle{height:20px;vertical-align:sub;opacity:0.9;border-radius:14px;}
.navbar-brand img{height:28px;}
.dropdown-locale .dropdown-item img{vertical-align:baseline;margin-right:10px;}
body{overflow-y:auto;}
#root,body,html{height:100%;}
&:root{--brand-sls:#372f87;--from-color-sls:var(--bs-body-bg);--to-color-sls:var(--brand-sls);}
.brand-name{align-self:flex-start;border-radius:0.25rem;font-weight:500;line-height:1.5 !important;padding-bottom:2px;padding-left:5px;padding-right:5px;transform:rotate(-1deg);width:fit-content;background-color:var(--brand-sls);}
.bg-gradient-to-bl{background-image:linear-gradient(to bottom left,var(--from-color-sls)0%,var(--to-color-sls)100%);}
.list-unstyled.text-danger{margin-bottom:0;}
.list-unstyled.text-danger li{text-align:center;}