@font-face{font-family:Roboto_Flex;src:url(../assets/fonts/RobotoFlex-VariableFont_wght.ttf)}@font-face{font-family:Inter;src:url(../assets/fonts/Inter-VariableFont_wght.ttf)}*{margin:0;padding:0;box-sizing:border-box}html,body{height:100%}body{background-color:#f5f3dc;color:#454445}h1,h2,h3,h4,h5,h6,p{margin-bottom:0}h1,h2,h3,h4{font-family:Roboto_Flex;font-weight:900}p,a,label,input,textarea,select{font-family:Inter;font-weight:400}p a{cursor:pointer}a{color:#ff5828;font-weight:700;transition-duration:.25s}a:hover{color:#ffbba8}a:active{color:#fff}a img{transition-duration:.2s}label,input{color:#454445}#app{max-width:1280px;min-height:100%;margin:0 auto;padding:2rem}nav,footer{display:flex;align-items:center;justify-content:space-evenly}.centerContent{min-height:90vh;display:flex;align-items:center;justify-content:center}.successModal{background-color:#000000bf;height:100%;width:100%;position:fixed;top:0;left:0;display:flex;align-items:center;justify-content:center}.successBox{color:#34c300;font-weight:700;background-color:#dbffce;border-radius:16px;padding:44px;margin-bottom:75px;display:flex;align-items:center;justify-content:space-evenly;gap:20px}.successBox .checkMark{display:flex;align-items:center;justify-content:space-evenly;height:32px;width:32px;border-radius:100%;background-color:#34c300;padding:3px}.successBox .checkMark img{height:100%;width:100%}.hide{display:none}button{transition-duration:.25s;border:none;cursor:pointer}button a{height:100%;font-weight:700}.cyanBTN,.blackBTN{color:#f5f3dc}.cyanBTN a,.blackBTN a{color:#f5f3dc;text-decoration:none}.cyanBTN{background-color:#009393;border-radius:8px}.cyanBTN:hover{background-color:#00585f}.blackBTN{background-color:#454445}.blackBTN:hover{background-color:#949494}.buttonWrap{display:flex;align-items:center;justify-content:space-evenly}nav{padding:15px 30px;border-bottom:2px solid #454445}nav a{text-decoration:none;color:#454445;font-size:clamp(1rem,.3387rem + 1.2903vw,1.5rem);text-transform:capitalize}nav a:hover{color:#ff5828}nav .webLogo{height:48px}nav .cyanBTN{font-size:16px}nav .cyanBTN a{padding:17px;font-size:16px;display:flex;align-items:center;justify-content:space-evenly}nav .cyanBTN a:hover img{filter:brightness(0) saturate(100%) invert(47%) sepia(34%) saturate(5275%) hue-rotate(344deg) brightness(100%) contrast(102%)}nav .cyanBTN img{filter:brightness(0) saturate(100%) invert(98%) sepia(3%) saturate(1095%) hue-rotate(4deg) brightness(101%) contrast(92%)}#guestLinks,#userAccountLinks{display:flex;align-items:center;justify-content:space-evenly}#guestLinks,#userAccountLinks{gap:30px}.searchBar{height:50px;max-width:315px;display:flex;align-items:center;justify-content:space-evenly;position:relative}.searchBar input{background-color:#f5f3dc;font-size:16px;height:100%;padding:7px 46px 7px 10px;border-radius:12px;border:2px solid #454445;transition-duration:.3s}.searchBar input:hover,.searchBar input:focus{background-color:#fff}.searchBar .searchIcon{height:36px;width:36px;position:absolute;right:10px}.searchBar .searchIcon img{height:100%}.profileGroup{position:relative;cursor:pointer}.profileGroup .userProfile{display:flex;align-items:center;justify-content:space-evenly}.profileGroup .userProfile:hover .dropDownArrow{filter:brightness(0) saturate(100%) invert(47%) sepia(34%) saturate(5275%) hue-rotate(344deg) brightness(100%) contrast(102%)}.profileGroup .userIcon img,.profileGroup .dropDownArrow img{height:100%;width:100%}.profileGroup .userIcon{width:40px;background-color:#fff;border-radius:100px;display:flex}.profileGroup .dropDownArrow{transform:rotate(90deg);width:32px;transition-duration:.25s}.profileGroup .dropDownMenu{position:absolute;right:-24px;top:65px}.dropDownMenu{background-color:#454445;display:none;flex-direction:column;align-items:flex-start;justify-content:space-evenly;gap:15px;border-radius:4px;padding:14px 18px;min-width:152px}.dropDownMenu a{color:#f5f3dc;font-size:16px}.dropDownMenu .logoutLink{display:flex;align-items:center;justify-content:space-evenly;gap:6px}.dropDownMenu .logoutLink img{transition-duration:.2s}.dropDownMenu .logoutLink:hover img{filter:brightness(0) saturate(100%) invert(47%) sepia(34%) saturate(5275%) hue-rotate(344deg) brightness(100%) contrast(102%)}.dropDownMenu .logoutLink:hover a{color:#ff5828}.hideMenu{display:none}.showMenu{display:flex}footer{flex-direction:column;gap:25px;background-color:#454445;padding:20px;min-height:210px}footer a,footer p{color:#f5f3dc}footer a{text-decoration:none}footer a:hover{color:#ff5828}footer .topLinks{display:flex;align-items:center;justify-content:space-evenly;gap:40px}footer .topLinks a{font-size:20px;font-weight:700}footer .socialLinks{font-size:48px;color:#f5f3dc;display:flex;align-items:center;justify-content:space-evenly;gap:32px}footer .footerText{font-size:18px;font-weight:300}.inputBox,.descriptionBox{display:flex;flex-direction:column}.inputBox{gap:16px;width:100%}.inputBox label{font-size:20px;font-weight:700}.inputBox input{font-size:18px}.inputBox input:user-valid{border:2px solid #34c300}.inputBox input:user-invalid{border:2px solid #f80000}.inputBox select{font-size:20px}.inputWrap{display:flex;align-items:center;justify-content:space-evenly}.descriptionBox{gap:12px}input,textarea,select{border:2px solid #454445;border-radius:8px;transition-duration:.2s}input{height:48px;padding:0 12px}select{padding:12px}.register-page{height:100vh;display:flex;align-items:center;justify-content:center;position:relative}.signinForm{background-color:#fff;padding:32px 50px;border-radius:16px;border:2px solid #454445;display:flex;align-items:center;justify-content:space-evenly;flex-direction:column;gap:28px;width:500px}.signinForm h1{text-decoration:underline;font-size:36px}.signinForm .inputBox input{background-color:#f5f3dc}.signinForm .cyanBTN{cursor:pointer;font-size:24px;color:#f5f3dc;font-weight:700;padding:15px 38px}.signinForm p a{color:#009393;font-weight:400;text-decoration:none}.signinForm p a:hover{color:#00585f}.createForm{width:61.25dvw;display:flex;flex-direction:column;align-items:center;gap:38px}.createForm h1{color:#ff5828;text-decoration:underline;font-size:36px;text-underline-offset:4px}.createForm h2,.createForm label,.createForm input,.createForm select{font-family:Inter}.createForm h2{font-weight:700}.createForm label{font-weight:500;font-size:20px}.createForm .bookInfoBox{background-color:#fff;border-radius:8px;border:2px solid #454445;display:flex;flex-direction:column;gap:24px;width:100%;padding:25px}.createForm input,.createForm textarea,.createForm select{background-color:#f5f3dc}.createForm input::placeholder,.createForm textarea::placeholder,.createForm select::placeholder{color:#454445}.createForm .inputBox{gap:10px}.createForm .inputWrap{gap:50px}.createForm .inputWrap input{width:100%}.createForm .descriptionBox input,.createForm .descriptionBox textarea{font-size:18px;padding:15px}.createForm .buttonWrap{gap:54px}.createForm .cyanBTN,.createForm .blackBTN{border-radius:12px;font-family:Inter;font-weight:900;font-size:24px}.createForm .cyanBTN a,.createForm .blackBTN a{font-family:Inter;font-weight:900;font-size:24px}.createForm .cyanBTN{padding:18px}.createForm .blackBTN a{padding:18px;display:block}.bookCoverRow{display:flex;align-items:center;justify-content:space-evenly;flex-wrap:wrap;gap:24px}.uploadImage,.imagePreview{border-radius:8px;padding:75px;display:flex;align-items:center;justify-content:space-evenly;flex-direction:column;gap:32px;cursor:pointer}.uploadImage .imgIcon,.imagePreview .imgIcon{height:72px}.uploadImage .imgIcon img,.imagePreview .imgIcon img{height:100%}.uploadImage{border:3px dotted #454445}.uploadImage h2{color:#009393}.imagePreview{border:3px solid #454445}.imagePreview h2{font-style:italic}.enterComicName{display:flex;align-items:center;justify-content:space-evenly;flex-direction:column;gap:20px;width:100%}.enterComicName label{font-size:24px;font-weight:700}.enterComicName input{border:none;border-radius:0;border-bottom:2px solid #454445;font-size:20px;padding:15px;width:100%}.listBookGroup{display:flex;align-items:center;justify-content:space-evenly;flex-wrap:wrap;gap:25px;width:100%}.bookItem{border-radius:12px;width:200px;height:280px;position:relative;overflow:hidden}.bookItem .bookCover{height:100%}.bookItem .bookCover img{height:100%;width:100%;object-fit:cover}.bookItem .deleteBTN{position:absolute;top:10px;right:10px}.deleteBTN{background-color:#454445;transition-duration:.25s;display:flex;align-items:center;justify-content:space-evenly;padding:7px 3px;border-radius:6px;cursor:pointer}.deleteBTN:hover{background-color:#f80000}.deleteBTN .trashIcon{height:30px}.deleteBTN .trashIcon img{height:100%}#home-content{margin-bottom:90px}.homeHeader{color:#f5f3dc;padding:30px;font-family:Roboto_Flex;background-image:linear-gradient(#0000008f),url(../assets/images/pexels-introspectivedsgn-6654177.jpg);border-radius:18px;display:flex;align-items:center;justify-content:space-evenly;flex-direction:column;gap:25px;text-align:center;max-width:calc(100% - 115px);margin:0 auto 70px}.homeHeader h1,.homeHeader p{max-width:670px}.homeHeader h1{font-size:56px}.homeHeader p{font-size:18px}.homeHeader .cyanBTN a{padding:26px 28px;display:block;height:100%;text-decoration:none;font-size:20px}.comicSection{max-width:1050px;margin:0 auto 28px}.sectionHeader{display:flex;align-items:center;justify-content:space-between;margin-bottom:25px}.sectionHeader h1{color:#ff5828;text-decoration:underline;font-size:36px}.sectionHeader a{color:#454445;text-decoration:none;font-weight:400;font-size:18px}.comicContainer{display:flex;align-items:center;justify-content:flex-start;gap:30px;overflow-x:hidden}.comicContainer .comicCard{max-width:185px;display:flex;flex-direction:column;gap:10px}.comicContainer .comicCard .comicCover{background-color:#dc143c;border-radius:8px;height:275px;width:185px;overflow:hidden}.comicContainer .comicCard .comicCover img{object-fit:cover;height:100%;width:100%}.comicContainer .comicCard p{font-size:18px;font-weight:700;max-width:185px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}
