@import"https://fonts.googleapis.com/css2?family=Montserrat:wght@100;400;700&display=swap";.container{padding:100px 0;width:100%;background-color:var(--background-color-primary);color:var(--text-color)}.movie_tv_list{display:flex;flex-wrap:wrap;justify-content:flex-start;column-gap:3%}.skeleton{width:200px;height:375px;margin-bottom:16px;border-radius:14px;background-color:#d3d3d3;animation:1s shine linear infinite alternate}@keyframes shine{0%{opacity:.7}to{opacity:.2}}.li{color:#c7c7c7}.contentNoBadge{width:100%;display:flex;justify-content:flex-end;align-items:center}.contentNoBadge p{border-radius:50px;margin:10px;padding:6px;font-size:14px;color:var(--text-color);background-color:brown}.pageTitle{display:none;padding:16px 8px;font-size:1.5rem;text-align:left;color:var(--text-color)}@media(max-width:480px){.container{padding-top:80px}.pageTitle{padding:16px 8px}.movie_tv_list{justify-content:space-between;padding:0% .5%}.skeleton{width:170px;height:300px}}@media(max-width:380px){.skeleton{width:150px;height:300px}}.css-1yt7yx7-MuiLoadingButton-loadingIndicator{color:#fff!important}.header{width:100%;padding:14px;position:fixed;text-align:center;background-color:var(--background-color-primary);color:var(--text-color);box-shadow:0 1px 10px #0000004d;z-index:100;border-bottom-left-radius:24px;border-bottom-right-radius:24px}.header img{width:20%;cursor:pointer}@media(max-width:480px){.header{padding:18px}.header img{width:60%}}:root{--background-color-primary: #082032;--text-color: #e7f6f2;--cta-color: #ff795e;--background-color-secondary: #2c394b}*{padding:0;margin:0;box-sizing:border-box;scroll-behavior:smooth;transition:.1s;-webkit-tap-highlight-color:transparent;font-family:-apple-system,BlinkMacSystemFont,Montserrat,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif}input::-webkit-outer-spin-button,input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}body{background-color:var(--background-color-primary)}.loader{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);height:48px;width:48px;border-radius:50%;background-color:#fff;animation:1.5s pulse infinite ease-in-out}@keyframes pulse{0%{box-shadow:0 0 #fff}to{box-shadow:0 0 0 14px #69ffa800}}
