body{font-family:Montserrat,Raleway,sans-serif;margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}*{box-sizing:border-box;margin:0;padding:0}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:linear-gradient(135deg,#f5f7fa,#c3cfe2);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif}.App,body{min-height:100vh}.image-gallery-slide img{border-radius:10px;max-height:70vh;object-fit:contain}.image-gallery-thumbnail img{border-radius:5px;object-fit:cover}.image-gallery-thumbnail.active,.image-gallery-thumbnail:hover{border:3px solid #007bff}.image-gallery-icon{color:#fff;transition:color .3s ease}.image-gallery-icon:hover{color:#007bff}.image-gallery-fullscreen-button:hover,.image-gallery-play-button:hover{color:#007bff!important}.image-gallery{background:#fff;border-radius:15px;overflow:hidden}.image-gallery-content{background:#000;border-radius:10px 10px 0 0}.image-gallery-thumbnails-wrapper{background:#f8f9fa;border-radius:0 0 10px 10px;padding:15px}@media (max-width:768px){.image-gallery-slide img{max-height:50vh}.image-gallery-thumbnail{height:60px!important;width:60px!important}}@media (max-width:480px){.image-gallery-slide img{max-height:40vh}.image-gallery-thumbnail{height:50px!important;width:50px!important}}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.gallery-fade-in{animation:fadeIn .5s ease-out}.image-gallery-slide{transition:all .3s ease}.file-list::-webkit-scrollbar{width:6px}.file-list::-webkit-scrollbar-track{background:#f1f1f1;border-radius:3px}.file-list::-webkit-scrollbar-thumb{background:#c1c1c1;border-radius:3px}.file-list::-webkit-scrollbar-thumb:hover{background:#a8a8a8}