/* Notices */ .blogbyte-notice { border: none; } .blogbyte-notice-wrapper { padding: 24px; } .blogbyte-notice-intro { margin-bottom: 32px; } .blogbyte-notice-intro img.emoji { height: 3em !important; width: 3em !important; } .blogbyte-notice-intro .intro__hello, .blogbyte-dashboard-wrapper .intro__hello { font-size: 16px; font-weight: 600; color: #1e1e1e; display: flex; align-items: center; gap: 8px; margin-bottom: 16px; } .blogbyte-notice-intro .intro__thanks, .blogbyte-dashboard-wrapper .intro__thanks { font-size: 32px; font-weight: 600; line-height: 1.2; color: #1e1e1e; } .blogbyte-notice-intro .intro__desc, .blogbyte-dashboard-wrapper .intro__desc { margin-top: 12px; color: #1e1e1e; } .blogbyte-notice-intro .intro__thanks sup, .blogbyte-dashboard-wrapper .intro__thanks sup { color: #fff; background-color: #16a7f2; font-size: 12px; padding: 4px 8px; border-radius: 50px; letter-spacing: 0.5px; } .blogbyte-notice-message { display: flex; justify-content: left; align-items: center; gap: 24px; } @media (max-width: 768px) { #blogbyte-welcome-notice .blogbyte-notice-message { flex-wrap: wrap; } } .blogbyte-notice-image { max-width: 200px; display: none; } .blogbyte-notice-image img { width: 100%; box-shadow: 0 0 10px rgb(0 0 0 / 10%); } @media (min-width: 992px) { .blogbyte-notice-image { display: block; } } .blogbyte-notice .button, .blogbyte-dashboard-wrapper .button { padding: 12px 18px; line-height: 1em; } .blogbyte-notice .button-primary, .blogbyte-dashboard-wrapper .button-primary { color: #fff; border-color: #3858e9; background-color: #3858e9; } .blogbyte-notice h2, .blogbyte-notice h3 { margin: 0 0 10px; } .blogbyte-notice-review-content .blogbyte-notice-intro { margin-bottom: 0; } .blogbyte-review-btn-grp a { text-decoration: none; display: inline-flex; align-items: center; line-height: 36px; padding: 0 12px; color: #2271b1; border: 1px solid #2271b1; background: #f6f7f7; border-radius: 2px; margin-right: 8px; margin-top: 16px; } .blogbyte-review-btn-grp a span { font-size: 20px; margin-right: 8px; } /* Dashboard */ .appearance_page_blogbyte-dashboard #wpwrap { background-color: #f8fafc; } .appearance_page_blogbyte-dashboard #wpcontent { padding-left: 0; } .appearance_page_blogbyte-dashboard #wpbody-content .notice { display: none !important; } .blogbyte-dashboard-wrapper a { text-decoration: none; } .blogbyte-dashboard-wrapper img { max-width: 100%; height: auto; } /* Header Nav */ .blogbyte-dashboard-header .header-nav-wrapper { background-color: #fff; border-bottom: 1px solid #e2e8f0; padding: 0 1.5rem; min-height: 4rem; display: flex; align-items: stretch; } .blogbyte-dashboard-header .header-tabs-wrapper { display: flex; gap: 32px; } .blogbyte-dashboard-header .header-tabs-wrapper a { display: inline-flex; align-items: center; color: #046bd2; font-size: 14px; font-weight: 500; border-bottom: 2px solid #046bd2; padding: 8px 0; } @media (max-width: 640px) { .blogbyte-dashboard-header .header-tabs-wrapper { flex-wrap: wrap; gap: 12px; } } .blogbyte-dashboard-header .header-tabs-wrapper a:not(.active) { border-color: transparent; color: #475569; } .blogbyte-dashboard-header .header-tabs-wrapper a:not(.active):hover { color: #1e293b; border-color: #cbd5e1; } /* Getting started */ .blogbyte-dashboard-body { padding: 2rem; } .blogbyte-dashboard-body .welcome-section-wrapper { background-color: #fff; padding: 2rem; display: flex; justify-content: space-between; align-items: center; gap: 3rem; } .blogbyte-dashboard-wrapper .intro__desc { font-size: 16px; color: #475569; line-height: 1.625rem; } .blogbyte-dashboard-wrapper .intro__links { margin-top: 24px; } .blogbyte-dashboard-wrapper .intro__links a { display: inline-flex; align-items: center; gap: 6px; margin: 6px 0 0 0; } .blogbyte-dashboard-body .welcome-section-image { max-width: 350px; display: none; } @media (min-width: 992px) { .blogbyte-dashboard-body .welcome-section-intro { flex-basis: 70%; } .blogbyte-dashboard-body .welcome-section-image { flex-basis: 30%; display: block; } } .blogbyte-dashboard-body .welcome-section-image img { width: 100%; box-shadow: 0 0 10px rgb(0 0 0 / 10%); } .blogbyte-dashboard-body .welcome-body-wrapper, .blogbyte-dashboard-wrapper .blogbyte-upgrade-to-pro .content-wrapper { display: grid; gap: 32px; grid-template-columns: repeat(1, minmax(0, 1fr)); align-items: flex-start; margin-top: 32px; } .blogbyte-dashboard-body .welcome-body-wrapper .first-col, .blogbyte-dashboard-body .welcome-body-wrapper .last-col, .blogbyte-dashboard-wrapper .blogbyte-upgrade-to-pro .first-col, .blogbyte-dashboard-wrapper .blogbyte-upgrade-to-pro .last-col { display: grid; gap: 32px; grid-template-columns: repeat(1, minmax(0, 1fr)); } @media (min-width: 1024px) { .blogbyte-dashboard-body .welcome-body-wrapper, .blogbyte-dashboard-wrapper .blogbyte-upgrade-to-pro .content-wrapper { grid-template-columns: repeat(3, minmax(0, 1fr)); } .blogbyte-dashboard-body .welcome-body-wrapper .first-col, .blogbyte-dashboard-wrapper .blogbyte-upgrade-to-pro .first-col { grid-column: span 2 / span 2; } } .blogbyte-dashboard-wrapper a.link-with-icon { font-size: 14px; font-weight: 500; } .blogbyte-dashboard-wrapper a.link-with-icon span { margin-left: 6px; } .blogbyte-dashboard-body .customizer-links-wrapper { background-color: #fff; padding: 2rem; } .blogbyte-dashboard-body .customizer-links-heading { display: flex; align-items: center; justify-content: space-between; gap: 8px; } .blogbyte-dashboard-body .customizer-links-heading p { margin: 0; font-size: 20px; font-weight: 600; color: #1e293b; } .blogbyte-dashboard-body .customizer-links-content { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 16px; margin-top: 32px; } .blogbyte-dashboard-body .customizer-links-content ul { display: flex; flex-direction: column; gap: 8px; margin: 0; } .blogbyte-dashboard-body .customizer-links-content ul li a { font-size: 14px; font-weight: 500; } .blogbyte-dashboard-body .customizer-links-content .dashicons { margin-right: 4px; } .blogbyte-dashboard-body .last-col > div { background-color: #fff; padding: 1.5rem; } .blogbyte-dashboard-body .last-col > div h3 { margin-top: 0; } .blogbyte-dashboard-body .support-section-wrapper { display: grid; grid-template-columns: repeat(1, minmax(0, 1fr)); gap: 24px; } @media (min-width: 640px) { .blogbyte-dashboard-body .support-section-wrapper { grid-template-columns: repeat(2, minmax(0, 1fr)); } } .blogbyte-dashboard-body .support-section-wrapper > div { background-color: #fff; padding: 1.5rem; } .blogbyte-dashboard-body .dashicons-star-filled { color: #ffac33; } /* Upgrade to Pro */ @media (min-width: 768px) { .blogbyte-dashboard-wrapper .blogbyte-upgrade-to-pro .content-wrapper { grid-template-columns: repeat(3, minmax(0, 1fr)); } .blogbyte-dashboard-wrapper .blogbyte-upgrade-to-pro .first-col { grid-column: span 2 / span 2; } } .blogbyte-upgrade-to-pro { background-color: #000; color: #fff; padding: 24px 48px; } .blogbyte-upgrade-to-pro .feature-title { color: #fff; margin: 0; } .blogbyte-upgrade-to-pro .features-list ul { display: flex; flex-wrap: wrap; } .blogbyte-upgrade-to-pro .features-list ul li { display: block; width: 100%; } @media (min-width: 480px) { .blogbyte-upgrade-to-pro .features-list ul li { width: 50%; } } .blogbyte-upgrade-to-pro .dashicons-yes, .blogbyte-upgrade-to-pro .dashicons-plus { color: green; margin-right: 6px; } .blogbyte-upgrade-to-pro .upgrade-card { color: #fff; text-align: center; padding: 32px; box-shadow: 0 0 10px #ff0000; } .blogbyte-upgrade-to-pro .upgrade-card p { margin: 0 0 24px; } .blogbyte-upgrade-to-pro .upgrade-card span { background: #0000ff; color: #fff; padding: 4px 8px; margin-bottom: 16px; display: inline-block; border-radius: 5px; } /* Recommended Plugins */ .blogbyte-recommended-plugins { display: grid; grid-template-columns: repeat(1, minmax(0, 1fr)); gap: 24px; } @media (min-width: 640px) { .blogbyte-recommended-plugins { grid-template-columns: repeat(2, minmax(0, 1fr)); } } @media (min-width: 992px) { .blogbyte-recommended-plugins { grid-template-columns: repeat(3, minmax(0, 1fr)); } } .blogbyte-recommended-plugins .blogbyte-plugin-card { border: 1px solid #e1e1e1; } .blogbyte-recommended-plugins .plugin-wrap { padding: 24px; background-color: #fff; } .blogbyte-recommended-plugins .plugin-action { padding: 16px 24px; } .blogbyte-recommended-plugins .plugin-title { display: flex; align-items: center; justify-content: flex-start; gap: 8px; margin-bottom: 16px; font-size: 12px; } .blogbyte-recommended-plugins .plugin-title img { max-width: 50px; } .blogbyte-recommended-plugins .plugin-action a, .blogbyte-dashboard-wrapper .starter-template-action a { display: inline-flex; align-items: center; padding: 4px 16px; line-height: 1; border: none !important; } .blogbyte-dashboard-wrapper .starter-template-action a:not(.installing) { padding: 12px 18px; } .blogbyte-recommended-plugins .plugin-action a.installing:before, .blogbyte-dashboard-wrapper .starter-template-action a.installing:before { color: #fff !important; } .blogbyte-recommended-plugins .plugin-action a.activate { background-color: #fff !important; } .blogbyte-recommended-plugins .plugin-action a.activated { color: #008000 !important; background-color: #fff !important; } .blogbyte-recommended-plugins .plugin-action a.activated:focus { box-shadow: none; } /* Starter Templates */ .blogbyte-dashboard-body .starter-templates-notice { max-width: 40rem; height: max-content; background-color: #fff; margin: auto; padding: 64px 32px; text-align: center; } .blogbyte-dashboard-body .starter-templates-notice h2 { font-size: 24px; font-weight: 600; margin: 0 0 32px; } .blogbyte-dashboard-body .starter-template-desc { margin: 0 0 32px; } /* Free vs Pro*/ .blogbyte-text-left { text-align: left; } .blogbyte-text-center { text-align: center; } .blogbyte-dashboard-body .free-vs-pro-wrapper { margin-top: 12px; } .blogbyte-dashboard-body table { min-width: 100%; background-color: #fff; text-indent: 0; border-color: inherit; border-collapse: collapse; } .blogbyte-dashboard-body table .dashicons { font-size: 28px; } .blogbyte-dashboard-body table .dashicons-yes { color: #22c55e; } .blogbyte-dashboard-body table .dashicons-no { color: #f87171; } .blogbyte-dashboard-body table th { font-size: 1rem; font-weight: 500; line-height: 1.5rem; color: #1e293b; padding: 0.875rem 0.75rem; } .blogbyte-dashboard-body tbody tr { border: 1px solid #e2e8f0; } .blogbyte-dashboard-body tbody td { font-size: 1rem; line-height: 1.5rem; color: #475569; padding: 1rem 0.75rem; } @media (min-width: 640px) { .blogbyte-dashboard-body table th:first-child, .blogbyte-dashboard-body tbody tr td:first-child { padding-left: 2rem; } } .blogbyte-dashboard-wrapper .section-cta-upgrade { display: flex; flex-direction: column; justify-content: center; align-items: center; text-align: center; padding: 32px; border: 1px solid #eee; background-color: #fff3f3; } .blogbyte-dashboard-wrapper .section-cta-upgrade span { margin-bottom: 1rem; color: #fff; background-color: #0000ff; font-size: 14px; font-weight: 600; padding: 8px 16px; border-radius: 50px; letter-spacing: 1px; } .blogbyte-dashboard-wrapper .section-cta-upgrade h2 { font-size: 1.5rem; line-height: 2rem; font-weight: 600; color: #1e293b; margin: 0 0 0.2rem 0; } .blogbyte-dashboard-wrapper .section-cta-upgrade p { margin: 0 0 2rem 0; max-width: 42rem; font-size: 16px; } .blogbyte-dashboard-wrapper .button-plus { background-color: #008000; border-color: #008000; font-size: 14px; font-weight: 600; } .blogbyte-dashboard-wrapper .button-plus:hover, .blogbyte-dashboard-wrapper .button-plus:focus { background-color: #035203; } .blogbyte-dashboard-body .free-vs-pro-footer { display: flex; justify-content: center; align-items: center; background-color: #fff; padding: 20px; } .blogbyte-dashboard-body .free-vs-pro-footer a { font-size: 20px; color: #046bd2; font-weight: 500; display: inline-flex; align-items: center; } .blogbyte-dashboard-body .free-vs-pro-footer a span.dashicons { margin-left: 6px; width: 30px; height: 30px; font-size: 30px; }