@import url(https://fonts.googleapis.com/css2?family=Poppins:wght@200;400;600&display=swap);*{box-sizing:border-box}body{margin:0;background-color:#22254b;color:#fff;font-family:"Poppins",sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.menuWrapper{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;z-index:1000;background:#000;width:100%;position:fixed}.nav{color:#fff;top:0;width:100%;right:0;left:0;padding:.2rem;text-decoration:none}nav h2{margin-top:0;margin-bottom:0}.navLink{-webkit-text-decoration:"none";text-decoration:"none";color:#fff}.navWrapper{margin-left:.6rem}.SearchBoxContainer{margin-right:.4rem}.SearchBoxContainer input{height:2rem;min-width:300px;font-size:1.2rem;margin-right:.6rem}.footer{background:#000;color:#fff;bottom:0;left:0;width:100%;right:0;min-height:50px;display:flex;align-items:center;justify-content:center;margin-top:4rem;padding:.2rem;overflow:hidden;z-index:100}.movieBox{cursor:pointer;margin:.4rem;min-width:250px;max-width:300px;background:#373b69;border-radius:3px;box-shadow:3px 3px 5px rgba(0,0,0,.1);overflow:hidden;position:relative;z-index:10}.movieBox img{width:100%}.movieDetails{display:flex;align-items:center;justify-content:space-between;padding:1rem;cursor:pointer}.movieTitle,.movieVote{font-size:1.2rem}.movieOverview{position:absolute;bottom:0;left:0;right:0;background-color:#fff;color:#22254b;padding:1rem;transform:translateY(100%);transition:.5s ease-in-out;overflow-y:scroll;min-height:200px;max-height:400px;cursor:pointer}.movieBox:hover .movieOverview{transform:translateY(0)}.postReviewBtn{cursor:pointer;border:1px solid #000;color:#fff;background-color:#2f0064;font-size:1.2rem;padding:.6rem;margin:.2rem}.moviesConatiner{display:flex;flex-wrap:wrap;justify-content:space-evenly}.moviesWrapper{padding-top:78px}.menuBarContainerPostReview{display:flex;flex-direction:column;align-items:inherit}.postFormContainer{display:flex;flex-wrap:wrap;justify-content:center;flex-direction:column;margin-left:2rem;padding-top:2.4rem}.inputBoxPostReviewContainer{display:flex;justify-content:centre;flex-wrap:wrap}.labelPostReview{font-size:1.2rem;flex-basis:15%}.inputTextPostReview{flex-basis:85%}.inputTextPostReviewCheckBox input,.inputTextPostReview input,.inputTextPostReview select,.inputTextPostReview textarea{min-width:300px;min-height:30px;font-size:1.2rem;font-family:"Poppins"}.inputTextPostReviewCheckBox input{transform:translate(-140px)}.validationError{margin-left:1rem;color:red;font-family:"Poppins"}.postReviewSubmitBtn{cursor:pointer;border:1px solid #000;color:#000;background-color:#22254b;background-color:#fff;font-size:1.2rem;padding:.6rem;min-width:80px;max-width:100px;font-family:"Poppins"}
/*# sourceMappingURL=main.69404ae8.chunk.css.map */