.nav-tool-bar { position: sticky; top: 0; width: 100%; z-index: 999; } .appscms-upload-section { height: 300px; border: 2px dashed #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); } .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: 25px; font-weight: 500; } .how-to-video-wrapper iframe { width: 100%; } .appscms-howto-steps { font-size: 1rem; font-weight: normal; line-height: 200%; } /* faq section */ .faq-section { text-align: left; } .faq-item { box-shadow: 5px 2px 8px rgba(0, 0, 0, 0.1); margin-bottom: 15px; background: white; padding: 1.5rem; border-radius: 7px; } .faq-question { font-size: 22px; font-weight: 500; margin-bottom: 10px; } .faq-answer { font-size: 15px; 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) { .upload-btn { width: 268px; padding: 15px; border-radius: 50px; font-size: 20px; height: auto; } .upload-from-drives img { height: 40px; width: 42px; } .drag-msg { display: none; } .appscms-upload-section { height: 100px; background-color: transparent; box-shadow: none; border: none; } .appscms-upload-icon, .or-in-upload { display: none; } .rating-tool { flex-direction: column; display: flex; gap: 15px; height: auto; padding: 15px 0px; } .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-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: 18px; } .faq-answer { font-size: 12px; margin-bottom: 2px; } .faq-answer-list { font-size: 11px; } } .upload-redirect { padding: 13px 1.5em 14px 1.5em; color: #fff; background-color: #5c5ce0; border-color: #5c5ce0; border-radius: 27px; font-size: 18px; font-weight: 600; border: none; } #left-section { display: flex; flex-direction: column; align-items: baseline; justify-content: center; } .right-section img { width: 90%; } #left-section h1, #left-section h2 { text-align: left; width: 100%; } .video-h1, .audio-h1 { font-weight: 600; font-size: 53px; } .toaster { top: 150px; padding: 12px 20px; color: #fff; display: inline-block; box-shadow: 0 3px 6px -1px rgb(0 0 0 / 12%), 0 10px 36px -4px rgb(77 96 232 / 30%); background: var(--primary-color); position: fixed; transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1); border-radius: 2px; right: 0px; cursor: pointer; text-decoration: none; max-width: calc(50% - 20px); z-index: 2147483647; }