:root{--transition-duration:400ms;--transition-easing:cubic-bezier(.4,0,.2,1);--sidebar-transition:500ms cubic-bezier(.4,0,.2,1)}#main-content{margin-left:0;min-height:auto!important;height:auto!important}@media (max-width:767px){.main-content-area{margin-left:0}}.skeleton{background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0 50%,#f0f0f0 75%);background-size:200% 100%;animation:loading 1.5s infinite}@keyframes loading{0%{background-position:200% 0}100%{background-position:-200% 0}}.aspect-ratio{position:relative;overflow:hidden}.aspect-ratio::before{content:'';display:block;padding-top:56.25%}.aspect-ratio>*{position:absolute;top:0;left:0;width:100%;height:100%}img{max-width:100%;height:auto;aspect-ratio:attr(width)/attr(height)}