@import"https://fonts.googleapis.com/css2?family=Nunito:wght@300;400;500;600;700&display=swap";*{box-sizing:border-box;padding:0;margin:0;font-family:Nunito,sans-serif}.custom-input:focus{background-color:#fff!important}.cards{display:flex;align-items:center;gap:10px;flex-wrap:wrap}.cards .card{width:calc(25% - 10px)}.product-cards{display:flex;align-items:center;gap:10px;flex-wrap:wrap}.product-cards .card{width:calc(33% - 10px)}.list-cards{display:flex;align-items:center;gap:10px;flex-wrap:wrap}.list-cards .card{width:calc(50% - 10px)}.blog-cards{display:flex;align-items:center;gap:10px;flex-wrap:wrap}.blog-cards .card{width:calc(25% - 10px)}.main-page-content-side{display:flex;min-height:100vh;background-color:#fafafb}.navbar{height:100vh;width:200px;background-color:#fff;display:flex;flex-direction:column;justify-content:space-evenly}.navbar__content{width:100%}.navbar__content__item{cursor:pointer;background-color:#fff;height:50px;display:flex;align-items:center;gap:10px;padding:5px 20px}.navbar__content__item--text{font-size:18px;color:#030229;font-weight:600}.navbar__content__item--icon{font-size:18px}.navbar__content__item:hover{background-color:#605bff}#footer.footer{background-color:#547891;height:600px;width:100%;margin-top:40px;display:flex;flex-direction:column;justify-content:space-between;align-items:center}#footer.footer .footer-content{gap:20px;display:flex;flex-direction:column;text-align:center}#footer.footer .footer-content .social-media-accounts{display:flex;align-items:center;justify-content:center;gap:10px}#footer.footer .footer-content .social-media-accounts .social-media-account{display:flex;justify-content:center;align-items:center;width:45px;height:45px;background-color:#fff;border-radius:100%}#footer.footer .footer-bottom{display:flex;justify-content:center;align-items:center;width:100%;height:30px;background-color:#283c4f}.faqs .chakra-accordion__item button{border:1px solid #283c4f}.faqs .faq{padding:30px;border:1px solid #ccc}.faqs .faq .faq-top{display:flex;justify-content:space-between;align-items:center;width:100%;height:50px;border-bottom:1px solid #283c4f}.faqs .faq .faq-top .title{font-size:12px;font-weight:700}#edit-page .edit-content{border:1px solid #ccc;padding:20px;margin:20px;background-color:#fff}#edit-page .form-group{padding:20px;border:2px solid #605bff;margin:10px;border-radius:5px}#edit-page .form-group label.section-title{background-color:#605bff;padding:10px 20px;font-size:22px;color:#fff;font-weight:500;border-radius:5px}#image-upload .image-upload .images .image-wrapper{width:320px;height:320px;position:relative;display:flex;flex-direction:column}#image-upload .image-upload .images .image-wrapper img{width:100%;border-radius:10px;object-fit:cover}#image-upload .image-upload .images .image-wrapper .image-actions{display:flex;align-items:center;justify-content:flex-end;width:100%;height:20px;background-color:gray}#image-upload .image-upload .images .image-wrapper .image-actions .image-action{cursor:pointer}.page-layout{padding:30px 35px;width:100%}.page-layout__header{display:flex;align-items:center;font-size:24px;font-weight:700;gap:10px;color:#030229}.page-layout__content{padding:25px;width:100%}.react-datepicker-wrapper input{padding:20px!important;border:1px solid;border-radius:5px;width:400px}.color-picker{width:100%;height:56px;display:flex;justify-content:space-between;position:relative;align-items:center}.color-picker .info{display:flex;align-items:center;gap:8px}.color-picker .info .preview{width:56px;height:56px;border-radius:100%;display:flex;justify-content:center;align-items:center;cursor:pointer}.color-picker .info .label{font-size:20px;font-weight:500;color:#2c2c2c}.color-picker .color-name{font-size:20px;color:#d9d9d9;font-weight:500}