/* upload page css*/ .nav-tool-bar { position: sticky; top: 0; width: 100%; z-index: 999; } /* uplaod section */ .appscms-upload-section { height: 300px; border: 2px dotted #484848; padding: 20px; border-radius: 20px; display: flex; align-items: center; justify-content: center; background-color: white; gap: 10px; } .upload-btn { padding: 10px; cursor: pointer; } .upload-btn { text-align: center; background-color: rgb(29, 22, 232); color: white; border-radius: 10px; width: 195px; height: 41px; } .appscms-upload-section { display: flex; flex-direction: column; box-shadow: 1px 4px 10px rgba(0, 0, 0, 0.17); } .or-in-upload { display: flex; align-items: center; gap: 8px; font-size: 13px; } .line-in-upload { height: 1.5px; width: 60px; background-color: rgb(146, 146, 146); } /* feature section */ .appscms-feature-image { max-width: 75px; } .appscms-feature-title { font-size: 17px; margin-top: 15px; font-weight: 600; margin-bottom: 0.5rem; } .appscms-feature-description { font-size: 14px; line-height: 22px; margin-bottom: 0; } /* how to section */ .appscms-how-to-section { border-radius: 10px; background-color: #f4f5ff; box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2); } .appscms-howto-heading { /* margin-top: 40px; */ font-size: 2.5rem; font-weight: 500; } .appscms-howto-steps { font-size: 1rem; font-weight: normal; line-height: 200%; } /* faq section */ .faq-section { text-align: left; } .faq-item { margin-bottom: 40px; } .faq-question { font-size: 27px; font-weight: 500; line-height: 194%; margin-bottom: 10px; } .faq-answer { font-size: 17px; font-weight: normal; margin-bottom: 20px; } .faq-answer-list { font-size: 17px; font-weight: normal; margin-left: 20px; } /* recent posts */ .appscms-recentposts { font-size: 30px; } /* rating section */ .ratings { display: flex; justify-content: center; align-items: center; background-color: rgb(252, 252, 252); border-radius: 50px; height: 70px; /* color: #000000; */ } .appsms-user-rating-count { font-size: 25px; font-weight: 600; } .appsms-user-total-count { position: relative; right: 20px; top: 2px; } @media (min-width: 768px) { .appscms-h1 { margin-top: 50px !important; } } @media (max-width: 768px) { .heading { padding-top: 0px; text-align: center; display: flex; align-items: center; justify-content: center; } .heading h1 { font-weight: 600; font-size: 30px; } .heading h2 { width: 80vw; font-size: 11px; text-align: center; } .appscms-upload-section-container { padding: 0; position: relative; bottom: 30px; } .appscms-upload-section { height: 0; border: none; background-color: transparent; justify-content: center; align-items: center; flex-direction: column; box-shadow: none; } .appscms-upload-icon { display: none; } .appscms-upload-section > *:not(form) { display: none; } .upload-btn { display: flex; justify-content: center; align-items: center; text-align: center; color: white; border-radius: 27px; width: 200px; height: 78px; font-size: 20px; } /* featuer section media query */ .appscms-feature-image { width: 30px; height: 30px; } .appscms-feature-title { font-size: 14px; font-weight: 600; } .appscms-feature-description { font-size: 12px; } /* how to section */ .appscms-howto-image { display: none; } .appscms-how-to-section { border-radius: 0px; background-color: transparent; box-shadow: none; } .appscms-howto-heading { text-align: center; margin-top: 40px; font-size: 23px; font-weight: 500; } .appscms-howto-steps { font-size: 12px; font-weight: normal; line-height: 200%; } /* recent posts */ .appscms-recentposts { font-size: 25px; } /* faq section */ .faq-question { font-size: 20px; margin-bottom: 5px; } .faq-answer { font-size: 12px; margin-bottom: 2px; } .faq-answer-list { font-size: 11px; } /* ratins */ .ratings { /* gap: 2px; */ /* padding: 2px; */ /* background: transparent; */ box-shadow: none !important; } .appsms-user-rating-count { /* font-size: 16px !important; */ } .appsms-user-total-count { display: none; } .ratings span { /* font-size: 13px; */ padding: 4px; } .raing-votes { /* font-size: 13px !important; */ color: rgb(84, 84, 84); /* display: none; */ } } @media (max-width: 478px) { body { background-color: rgb(248, 248, 248); } .ratings { /* gap: 2px; */ /* padding: 2px; */ /* background: transparent; */ box-shadow: none !important; } /* mobile screen feaure section media query */ .appscms-feature-image { width: 30px; height: 30px; } .appscms-feature-title { font-size: 12px; font-weight: 600; } .appscms-feature-description { font-size: 11px; } .appscms-feature-description .card-text { display: none; } .appscms-feature-description .card { text-align: center; } .appscms-feature-description .card-img-top { display: block; margin: 0 auto; } .appscms-feature-description .card-body { text-align: center; } .appscms-feature-description .card-title { margin-top: 10px; margin-bottom: 0; } /* how to section mobile */ .appscms-how-to-section { border-radius: 0px; background-color: transparent; box-shadow: none; } .appscms-howto-heading { text-align: center; margin-top: 0px; font-size: 20px; font-weight: 500; background-color: white; width: 100vw; } .appscms-howto-steps { font-size: 12px; font-weight: normal; line-height: 200%; } /* faq section media query */ /* recent posts */ .appscms-recentposts { font-size: 25px; } /* rating section */ .appsms-user-rating-count { /* font-size: 16px !important; */ } .appsms-user-total-count { display: none; } .ratings span { /* font-size: 13px; */ padding: 4px; } .raing-votes { /* font-size: 13px !important; */ color: rgb(84, 84, 84); display: none; } } /* faq section media queries */