/** * Theme Dashboard * */ /* Helpers */ .bt-m-0 { margin: 0 !important; } .bt-mt-0 { margin-top: 0 !important; } .bt-mt-10px { margin-top: 10px !important; } .bt-mt-20px { margin-top: 20px !important; } .bt-mb-0 { margin-bottom: 0 !important; } .bt-mb-10px { margin-bottom: 10px !important; } .bt-mb-20px { margin-bottom: 20px !important; } .bt-pt-0 { padding-top: 0 !important; } .bt-p-relative { position: relative; } .bt-d-none { display: none !important; } .bt-d-flex { display: -webkit-box; display: -ms-flexbox; display: flex; } .bt-justify-content-between { -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; } .bt-align-items-center { -webkit-box-align: center; -ms-flex-align: center; align-items: center; } .bt-zindex-2 { z-index: 2; } .bt-font-weight-500 { font-weight: 500; } .bt-border-color-primary { border-color: #3858E9 !important; } .bt-text-color-grey { color: #757575 !important; } /* Animations */ @-webkit-keyframes botiga-spin { 100% { -webkit-transform: rotate(360deg); transform: rotate(360deg); } } @keyframes botiga-spin { 100% { -webkit-transform: rotate(360deg); transform: rotate(360deg); } } /* Grid */ .botiga-dashboard-container { width: 100%; margin: 0 auto; } @media (min-width: 1280px) { .botiga-dashboard-container { max-width: 1280px; } } .botiga-dashboard-row { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; gap: 20px; } .botiga-dashboard-column { -ms-flex-preferred-size: 100%; flex-basis: 100%; } @media (min-width: 768px) { .botiga-dashboard-column.botiga-dashboard-column-4 { -ms-flex-preferred-size: calc( 50% - 10px); flex-basis: calc( 50% - 10px); } } @media (min-width: 1025px) { .botiga-dashboard-column.botiga-dashboard-column-2 { -ms-flex-preferred-size: calc( 16.6666% - 10px); flex-basis: calc( 16.6666% - 10px); } .botiga-dashboard-column.botiga-dashboard-column-3 { -ms-flex-preferred-size: calc( 30% - 10px); flex-basis: calc( 30% - 10px); } .botiga-dashboard-column.botiga-dashboard-column-4 { -ms-flex-preferred-size: calc( 33.333333% - 14px); flex-basis: calc( 33.333333% - 14px); } .botiga-dashboard-column.botiga-dashboard-column-9 { -ms-flex-preferred-size: calc( 70% - 10px); flex-basis: calc( 70% - 10px); } .botiga-dashboard-column.botiga-dashboard-column-10 { -ms-flex-preferred-size: calc( 83.333% - 10px); flex-basis: calc( 83.333% - 10px); } } @media (min-width: 1600px) { .botiga-dashboard-column.botiga-dashboard-column-3 { -ms-flex-preferred-size: calc( 25% - 10px); flex-basis: calc( 25% - 10px); } .botiga-dashboard-column.botiga-dashboard-column-9 { -ms-flex-preferred-size: calc( 75% - 10px); flex-basis: calc( 75% - 10px); } } /* Hide Notices */ #wpbody-content .notice, #wpbody-content div.updated, #wpbody-content div.error { display: none !important; } /* General */ .botiga-dashboard { padding: 20px 20px 20px 0px; -webkit-box-sizing: border-box; box-sizing: border-box; } .botiga-dashboard * { -webkit-box-sizing: border-box; box-sizing: border-box; } .botiga-dashboard * *:before, .botiga-dashboard * *:after { -webkit-box-sizing: border-box; box-sizing: border-box; } .botiga-dashboard figure { margin: 0; } .botiga-dashboard figure img { vertical-align: top; } .botiga-dashboard img { max-width: 100%; height: auto; } .botiga-dashboard .button { padding: 12px 24px; font-size: 14px; line-height: 20px; margin-bottom: 0; display: -webkit-inline-box; display: -ms-inline-flexbox; display: inline-flex; text-align: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; } .botiga-dashboard .button:focus { -webkit-box-shadow: none; box-shadow: none; } .botiga-dashboard .button .dashicons { margin-right: 2px; } .botiga-dashboard .button.atss-demo-preview-button, .botiga-dashboard .button.atss-import-open-button, .botiga-dashboard .button.atss-demo-pro-link-button { padding: 6px 20px !important; } .botiga-dashboard .button-medium { padding: 8px 16px; } .botiga-dashboard .button-primary { color: #fff; border-color: #3858e9; background-color: #3858e9; } .botiga-dashboard .button-primary:hover, .botiga-dashboard .button-primary:focus, .botiga-dashboard .button-primary:active { color: #fff; border-color: #3052e8; background-color: #3052e8; } .botiga-dashboard .button-secondary { color: #3858e9; border-color: #3858e9; background-color: #fff; } .botiga-dashboard .button-secondary:hover, .botiga-dashboard .button-secondary:focus, .botiga-dashboard .button-secondary:active { color: #3052e8; border-color: #3052e8; background-color: #f0f4ff; } .botiga-dashboard .button-warning { color: #fff; border-color: #d63638; background-color: #d63638; } .botiga-dashboard .button-warning:hover, .botiga-dashboard .button-warning:focus, .botiga-dashboard .button-warning:active { color: #fff; border-color: #d42b2e; background-color: #d42b2e; } .botiga-dashboard .button-simple { color: #3858e9; text-decoration: none; display: -webkit-box; display: -ms-flexbox; display: flex; grid-gap: 4px; -webkit-box-align: center; -ms-flex-align: center; align-items: center; } .botiga-dashboard .button-simple:focus { -webkit-box-shadow: none; box-shadow: none; } .botiga-dashboard .button-simple span { font-weight: 500; text-decoration: underline; } .botiga-dashboard .button-simple i { font-size: 14px; } .botiga-dashboard .button-text { color: #3858e9; text-decoration: none; display: inline-block; vertical-align: top; } .botiga-dashboard .button-text i { font-size: 18px; line-height: 24px; } .botiga-dashboard .button-text:focus { -webkit-box-shadow: none; box-shadow: none; } .botiga-dashboard .button-info { color: #bbb; text-decoration: none; display: inline-block; vertical-align: top; } .botiga-dashboard .button-info i { font-size: 18px; line-height: 24px; } .botiga-dashboard .button-info:hover { color: #777; } .botiga-dashboard .button-info:focus { -webkit-box-shadow: none; box-shadow: none; } .botiga-dashboard .button-disabled { -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; pointer-events: none; } .botiga-dashboard .button-pro-support { color: #fff; border-color: #3fb28f; background-color: #3fb28f; } .botiga-dashboard .button-pro-support:hover, .botiga-dashboard .button-pro-support:focus, .botiga-dashboard .button-pro-support:active { color: #fff; border-color: #3caa89; background-color: #3caa89; } .botiga-dashboard .button-outline { color: #3858E9; border-color: #3858E9; background: transparent; } .botiga-dashboard .dashicons { width: auto; height: auto; font-size: inherit; } .botiga-dashboard .dashicons-update-alt { -webkit-animation: botiga-spin 4s linear infinite; animation: botiga-spin 4s linear infinite; margin-right: 4px; } .botiga-ajax-progress { -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; pointer-events: none; } .botiga-dashboard-badge { color: #99A5B8; padding: 3px 6px; border: 1px solid #DFDFDF; border-radius: 2px; font-weight: 700; } .botiga-dashboard-badge.botiga-dashboard-badge-pro { color: #3858e9; border-color: #3858e9; } .botiga-dashboard-link { display: -webkit-inline-box; display: -ms-inline-flexbox; display: inline-flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; font-weight: 500; color: #757575; text-decoration: none; -webkit-transition: ease color 300ms, ease opacity 300ms; transition: ease color 300ms, ease opacity 300ms; } .botiga-dashboard-link.botiga-dashboard-link-success { color: #3FB28F !important; text-decoration: underline; } .botiga-dashboard-link.botiga-dashboard-link-danger { color: #FA1212 !important; text-decoration: underline; } .botiga-dashboard-link.botiga-dashboard-link-info { color: #3858E9 !important; text-decoration: underline; } .botiga-dashboard-link:hover, .botiga-dashboard-link:focus, .botiga-dashboard-link:active { color: #3858E9; text-decoration: underline; } .botiga-dashboard-link:hover.botiga-dashboard-link-success, .botiga-dashboard-link:focus.botiga-dashboard-link-success, .botiga-dashboard-link:active.botiga-dashboard-link-success { color: #4ba78b !important; } .botiga-dashboard-link:hover.botiga-dashboard-link-danger, .botiga-dashboard-link:focus.botiga-dashboard-link-danger, .botiga-dashboard-link:active.botiga-dashboard-link-danger { color: #fd3c3c !important; } .botiga-dashboard-link.loading { outline: none; text-decoration: none; -webkit-box-shadow: none; box-shadow: none; } .botiga-dashboard-external-link { display: -webkit-inline-box; display: -ms-inline-flexbox; display: inline-flex; gap: 8px; font-size: 13px; line-height: 13px; font-weight: 500; color: #3858E9; white-space: nowrap; -webkit-transition: ease opacity 300ms; transition: ease opacity 300ms; } .botiga-dashboard-external-link svg { position: relative; top: 1px; } .botiga-dashboard-external-link:hover, .botiga-dashboard-external-link:focus, .botiga-dashboard-external-link:active { color: #3858E9; opacity: 0.7; } .botiga-dashboard-pro-tooltip { position: relative; } .botiga-dashboard-pro-tooltip:before { content: attr(data-tooltip-message); position: absolute; bottom: calc( 100% + 11px); left: 50%; color: #FFF; font-size: 11px; line-height: 16px; padding: 3px 6px; background-color: #1E1E1E; white-space: nowrap; opacity: 0; visibility: hidden; -webkit-transform: translate3d(-50%, 6px, 0); transform: translate3d(-50%, 6px, 0); -webkit-transition: ease opacity 300ms, ease transform 300ms; transition: ease opacity 300ms, ease transform 300ms; z-index: 2; } .botiga-dashboard-pro-tooltip:after { content: ''; position: absolute; bottom: calc( 100% + 3px); left: 50%; width: 0; height: 0; border-style: solid; border-width: 4px 4px 4px 4px; border-color: #1E1E1E transparent transparent transparent; opacity: 0; visibility: hidden; -webkit-transform: translate3d(-50%, 6px, 0); transform: translate3d(-50%, 6px, 0); -webkit-transition: ease opacity 300ms, ease transform 300ms; transition: ease opacity 300ms, ease transform 300ms; z-index: 2; } .botiga-dashboard-pro-tooltip:hover:before, .botiga-dashboard-pro-tooltip:hover:after { opacity: 1; visibility: visible; -webkit-transform: translate3d(-50%, 0, 0); transform: translate3d(-50%, 0, 0); } .botiga-dashboard-activate-button, .botiga-dashboard-deactivate-button { display: -webkit-inline-box; display: -ms-inline-flexbox; display: inline-flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; } .botiga-dashboard-activate-button i, .botiga-dashboard-deactivate-button i { text-decoration: none; } .botiga-dashboard-activate-button.loading, .botiga-dashboard-deactivate-button.loading { text-decoration: none; } .botiga-dahsboard-modules-global-actions { display: -webkit-box; display: -ms-flexbox; display: flex; gap: 10px; } .botiga-dahsboard-modules-global-actions .botiga-dashboard-module-activation-all { padding: 4px 12px; font-size: 14px; font-weight: 400; line-height: 20px; border: 1px solid #CCC; border-radius: 4px; text-decoration: none; -webkit-transition: ease color 300ms, ease background-color 300ms; transition: ease color 300ms, ease background-color 300ms; } .botiga-dahsboard-modules-global-actions .botiga-dashboard-module-activation-all.botiga-dahsboard-modules-activate-all { color: #FFF; background-color: #3FB28F; border-color: #3FB28F; } .botiga-dahsboard-modules-global-actions .botiga-dashboard-module-activation-all.botiga-dahsboard-modules-activate-all:hover, .botiga-dahsboard-modules-global-actions .botiga-dashboard-module-activation-all.botiga-dahsboard-modules-activate-all:focus, .botiga-dahsboard-modules-global-actions .botiga-dashboard-module-activation-all.botiga-dahsboard-modules-activate-all:active { background-color: #4bc29e; } .botiga-dahsboard-modules-global-actions .botiga-dashboard-module-activation-all.botiga-dahsboard-modules-deactivate-all { color: #FA1212; background-color: #FFECEC; border-color: #FA1212; } .botiga-dahsboard-modules-global-actions .botiga-dashboard-module-activation-all.botiga-dahsboard-modules-deactivate-all:hover, .botiga-dahsboard-modules-global-actions .botiga-dashboard-module-activation-all.botiga-dahsboard-modules-deactivate-all:focus, .botiga-dahsboard-modules-global-actions .botiga-dashboard-module-activation-all.botiga-dahsboard-modules-deactivate-all:active { background-color: #f8e0e0; } /* Botiga Dashboard Top Bar */ .botiga-dashboard-top-bar { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; background-color: #FFF; margin: -20px -20px 20px -20px; padding: 18px 20px; } .botiga-dashboard-top-bar .botiga-dashboard-top-bar-infos { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; } .botiga-dashboard-top-bar .botiga-dashboard-top-bar-infos .botiga-dashboard-top-bar-info-item { position: relative; padding: 0 10px; } .botiga-dashboard-top-bar .botiga-dashboard-top-bar-infos .botiga-dashboard-top-bar-info-item + .botiga-dashboard-top-bar-info-item:before { content: ''; position: absolute; top: 50%; left: 0; height: 17px; -webkit-transform: translateY(-50%); transform: translateY(-50%); border-left: 1px solid #F0F0F0; } .botiga-dashboard-top-bar .botiga-dashboard-theme-version { font-size: 13px; line-height: 13px; color: #97A3B6; } .botiga-dashboard-top-bar .botiga-dashboard-theme-version strong { position: relative; top: 1px; } .botiga-dashboard-top-bar .botiga-dashboard-theme-version .botiga-dashboard-badge { display: -webkit-inline-box; display: -ms-inline-flexbox; display: inline-flex; margin-left: 5px; font-size: 9px; line-height: 10px; } .botiga-dashboard-top-bar .botiga-dashboard-theme-notifications { position: relative; display: -webkit-inline-box; display: -ms-inline-flexbox; display: inline-flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; width: 27px; height: 27px; border: 1px solid #DFDFDF; border-radius: 35px; } .botiga-dashboard-top-bar .botiga-dashboard-theme-notifications .botiga-dashboard-notifications-count { position: absolute; top: -8px; right: -7px; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; width: 16px; height: 16px; color: #FFF; background-color: #FA1212; border-radius: 35px; font-size: 10px; line-height: 1; } .botiga-dashboard-top-bar .botiga-dashboard-theme-notifications.read .botiga-dashboard-notifications-count { display: none; } .botiga-dashboard-top-bar .botiga-dashboard-theme-website { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; gap: 8px; font-size: 13px; line-height: 16px; color: #3858E9; text-decoration: none; } /* Botiga Dashboard Tabs Nav Items */ .botiga-dashboard-tabs-nav { padding: 0 20px; margin-bottom: -100%; -webkit-transform: translate3d(0, 100%, 0); transform: translate3d(0, 100%, 0); } .botiga-dashboard-tabs-nav ul { display: -webkit-box; display: -ms-flexbox; display: flex; padding: 0; } .botiga-dashboard-tabs-nav .botiga-dashboard-tabs-nav-item .botiga-dashboard-tabs-nav-link { position: relative; font-size: 14px; line-height: 20px; padding: 16px; color: #6D7175; text-decoration: none; -webkit-transition: ease color 300ms; transition: ease color 300ms; outline: none; -webkit-box-shadow: none; box-shadow: none; } .botiga-dashboard-tabs-nav .botiga-dashboard-tabs-nav-item .botiga-dashboard-tabs-nav-link:after { content: ''; position: absolute; bottom: 0; left: 0; width: 100%; height: 3px; background-color: transparent; border-radius: 4px 4px 0 0; } .botiga-dashboard-tabs-nav .botiga-dashboard-tabs-nav-item.active .botiga-dashboard-tabs-nav-link { color: #3858E9; font-weight: 500; } .botiga-dashboard-tabs-nav .botiga-dashboard-tabs-nav-item.active .botiga-dashboard-tabs-nav-link:after { background-color: #3858E9; } .botiga-dashboard-tabs-nav .botiga-dashboard-tabs-nav-item:hover .botiga-dashboard-tabs-nav-link, .botiga-dashboard-tabs-nav .botiga-dashboard-tabs-nav-item:focus .botiga-dashboard-tabs-nav-link, .botiga-dashboard-tabs-nav .botiga-dashboard-tabs-nav-item:active .botiga-dashboard-tabs-nav-link { color: #3858E9; } .botiga-dashboard-tabs-nav.botiga-dashboard-tabs-nav-with-icons .botiga-dashboard-tabs-nav-item .botiga-dashboard-tabs-nav-link { position: relative; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; font-size: 18px; font-weight: 600; line-height: 26px; padding: 9px 16px; border-bottom: 0; color: #1e1e1e; -webkit-transition: ease color 200ms; transition: ease color 200ms; } .botiga-dashboard-tabs-nav.botiga-dashboard-tabs-nav-with-icons .botiga-dashboard-tabs-nav-item .botiga-dashboard-tabs-nav-link svg { margin-right: 8px; } .botiga-dashboard-tabs-nav.botiga-dashboard-tabs-nav-with-icons .botiga-dashboard-tabs-nav-item .botiga-dashboard-tabs-nav-link svg path { -webkit-transition: ease fill 200ms; transition: ease fill 200ms; } .botiga-dashboard-tabs-nav.botiga-dashboard-tabs-nav-with-icons .botiga-dashboard-tabs-nav-item .botiga-dashboard-tabs-nav-link:after { content: none; } .botiga-dashboard-tabs-nav.botiga-dashboard-tabs-nav-with-icons .botiga-dashboard-tabs-nav-item .botiga-dashboard-tabs-nav-link:before { content: ''; position: absolute; top: 0; left: 0; background-color: transparent; width: 4px; height: 100%; border-radius: 0 4px 4px 0; opacity: 0; visibility: hidden; -webkit-transition: ease opacity 200ms; transition: ease opacity 200ms; } .botiga-dashboard-tabs-nav.botiga-dashboard-tabs-nav-with-icons .botiga-dashboard-tabs-nav-item:hover .botiga-dashboard-tabs-nav-link, .botiga-dashboard-tabs-nav.botiga-dashboard-tabs-nav-with-icons .botiga-dashboard-tabs-nav-item:focus .botiga-dashboard-tabs-nav-link, .botiga-dashboard-tabs-nav.botiga-dashboard-tabs-nav-with-icons .botiga-dashboard-tabs-nav-item:active .botiga-dashboard-tabs-nav-link { color: #757575; } .botiga-dashboard-tabs-nav.botiga-dashboard-tabs-nav-with-icons .botiga-dashboard-tabs-nav-item:hover .botiga-dashboard-tabs-nav-link svg path, .botiga-dashboard-tabs-nav.botiga-dashboard-tabs-nav-with-icons .botiga-dashboard-tabs-nav-item:focus .botiga-dashboard-tabs-nav-link svg path, .botiga-dashboard-tabs-nav.botiga-dashboard-tabs-nav-with-icons .botiga-dashboard-tabs-nav-item:active .botiga-dashboard-tabs-nav-link svg path { fill: #757575; } .botiga-dashboard-tabs-nav.botiga-dashboard-tabs-nav-with-icons .botiga-dashboard-tabs-nav-item:hover .botiga-dashboard-tabs-nav-link:before, .botiga-dashboard-tabs-nav.botiga-dashboard-tabs-nav-with-icons .botiga-dashboard-tabs-nav-item:focus .botiga-dashboard-tabs-nav-link:before, .botiga-dashboard-tabs-nav.botiga-dashboard-tabs-nav-with-icons .botiga-dashboard-tabs-nav-item:active .botiga-dashboard-tabs-nav-link:before { background-color: #e1e1e1; opacity: 1; visibility: visible; } .botiga-dashboard-tabs-nav.botiga-dashboard-tabs-nav-with-icons .botiga-dashboard-tabs-nav-item.active .botiga-dashboard-tabs-nav-link { color: #3858E9; } .botiga-dashboard-tabs-nav.botiga-dashboard-tabs-nav-with-icons .botiga-dashboard-tabs-nav-item.active .botiga-dashboard-tabs-nav-link svg path { fill: #3858E9; } .botiga-dashboard-tabs-nav.botiga-dashboard-tabs-nav-with-icons .botiga-dashboard-tabs-nav-item.active .botiga-dashboard-tabs-nav-link:before { background-color: #3858E9; opacity: 1; visibility: visible; } .botiga-dashboard-tabs-nav.botiga-dashboard-tabs-nav-vertical { padding: 0; margin-left: -20px; } .botiga-dashboard-tabs-nav.botiga-dashboard-tabs-nav-vertical ul { -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; margin: 0; } .botiga-dashboard-tabs-nav.botiga-dashboard-tabs-nav-no-negative-margin { margin-bottom: 0; -webkit-transform: none; transform: none; } /* Botiga Tabs Content */ .botiga-dashboard-tab-content { display: none; } .botiga-dashboard-tab-content.active { display: block; } /* Botiga Dashboard Card */ .botiga-dashboard-card { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; gap: 20px; background-color: #FFF; padding: 20px; border: 1px solid #F0F0F1; border-radius: 4px; -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.15); box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.15); } .botiga-dashboard-card .botiga-dashboard-card-header h2 { font-size: 20px; line-height: 30px; margin: 0; } .botiga-dashboard-card .botiga-dashboard-card-body p { margin: 0; } .botiga-dashboard-card .botiga-dashboard-card-body p + p { margin-top: 15px; } .botiga-dashboard-card .botiga-dashboard-card-body p + a { margin-top: 20px; } .botiga-dashboard-card .botiga-dashboard-card-body.botiga-dashboard-card-body-content-with-dividers > div + div { padding-top: 25px; margin-top: 25px; border-top: 1px solid #D9D9D9; } .botiga-dashboard-card + .botiga-dashboard-card { margin-top: 20px; } .botiga-dashboard-card.botiga-dashboard-card-top-spacing { padding: 106px 20px 20px 20px; } .botiga-dashboard-card.botiga-dashboard-card-no-box-shadow { -webkit-box-shadow: none; box-shadow: none; } .botiga-dashboard-card.botiga-dashboard-card-tabs-divider { position: relative; } .botiga-dashboard-card.botiga-dashboard-card-tabs-divider:before { content: ''; position: absolute; top: 73px; left: 20px; width: calc( 100% - 40px); border-bottom: 1px solid #F0F0F1; } .botiga-dashboard-sticky-wrapper .botiga-dashboard-card { gap: 10px; } .botiga-dashboard-sticky-wrapper .botiga-dashboard-card p { color: #757575; } /* Admin Footer */ #wpfooter { color: #1D2327; font-style: italic; } #wpfooter a { color: #3858E9; } #wpfooter a:not(.botiga-dashboard-footer-link) { font-style: normal; } /* Botiga Dashboard Notice */ .botiga-dashboard-notice { display: none; position: relative; margin-bottom: 20px; } .botiga-dashboard-notice.show { display: block; } .botiga-dashboard-notice .dashicons-dismiss { cursor: pointer; position: absolute; z-index: 1; top: 0; right: 0; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; width: 38px; height: 38px; font-size: 16px; line-height: 1em; color: #787c82; } .botiga-dashboard-notice .dashicons-dismiss:hover { color: #d63638; } /* Notifications Sidebar */ .botiga-dashboard-notifications-sidebar { position: fixed; top: calc( 32px + 64px); right: 0; width: 100%; max-width: 500px; height: calc( 100vh - 92px); background-color: #FFF; -webkit-box-shadow: -10px 12px 14px rgba(0, 0, 0, 0.05); box-shadow: -10px 12px 14px rgba(0, 0, 0, 0.05); opacity: 0; visibility: hidden; -webkit-transform: translate3d(100%, 0, 0); transform: translate3d(100%, 0, 0); -webkit-transition: ease transform 300ms, ease opacity 300ms; transition: ease transform 300ms, ease opacity 300ms; z-index: 1000; } .botiga-dashboard-notifications-sidebar.opened { opacity: 1; visibility: visible; -webkit-transform: none; transform: none; } .botiga-dashboard-notifications-sidebar.closing { opacity: 0; -webkit-transform: translate3d(100%, 0, 0); transform: translate3d(100%, 0, 0); } .botiga-dashboard-notifications-sidebar .botiga-dashboard-notifications-sidebar-close { position: absolute; top: 15px; right: 15px; -webkit-transition: ease opacity 300ms; transition: ease opacity 300ms; } .botiga-dashboard-notifications-sidebar .botiga-dashboard-notifications-sidebar-close:hover { opacity: 0.7; } .botiga-dashboard-notifications-sidebar .botiga-dashboard-notifications-sidebar-header { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; gap: 10px; background-color: #EAEEF2; padding: 20px 22px; } .botiga-dashboard-notifications-sidebar .botiga-dashboard-notifications-sidebar-header .botiga-dashboard-notifications-sidebar-header-icon { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; width: 40px; height: 40px; background-color: #FFF; border: 1px solid #EBEDEF; border-radius: 35px; } .botiga-dashboard-notifications-sidebar .botiga-dashboard-notifications-sidebar-header .botiga-dashboard-notifications-sidebar-header-icon svg { position: relative; top: -2px; } .botiga-dashboard-notifications-sidebar .botiga-dashboard-notifications-sidebar-header .botiga-dashboard-notifications-sidebar-header-content h3 { font-size: 16px; line-height: 26px; font-weight: 600; color: #3858E9; margin: 0; } .botiga-dashboard-notifications-sidebar .botiga-dashboard-notifications-sidebar-header .botiga-dashboard-notifications-sidebar-header-content p { font-size: 13px; line-height: 18px; color: #757575; margin: 0; } .botiga-dashboard-notifications-sidebar .botiga-dashboard-notifications-sidebar-tabs { position: relative; } .botiga-dashboard-notifications-sidebar .botiga-dashboard-notifications-sidebar-tabs:after { content: ''; position: absolute; bottom: -10px; left: 20px; width: calc( 100% - 40px); border-bottom: 1px solid #F0F0F1; } .botiga-dashboard-notifications-sidebar .botiga-dashboard-notifications-sidebar-tabs + .botiga-dashboard-notifications-sidebar-body { max-height: calc( 100vh - 232px); } .botiga-dashboard-notifications-sidebar .botiga-dashboard-notifications-sidebar-body { padding: 20px; overflow-y: auto; max-height: calc( 100vh - 180px); } .botiga-dashboard-notifications-sidebar .botiga-dashboard-notifications-sidebar-body::-webkit-scrollbar { width: 5px; } .botiga-dashboard-notifications-sidebar .botiga-dashboard-notifications-sidebar-body::-webkit-scrollbar-track { background: #e2e2e2; } .botiga-dashboard-notifications-sidebar .botiga-dashboard-notifications-sidebar-body::-webkit-scrollbar-thumb { background-color: #CCC; } /* Notifications (card) */ .botiga-dashboard-notification .botiga-dashboard-notification-date { display: block; font-size: 13px; line-height: 18px; color: #757575; } .botiga-dashboard-notification .botiga-dashboard-notification-date + .botiga-dashboard-notification-content { margin-top: 20px; } .botiga-dashboard-notification .changelog-tag { display: inline-block; font-size: 10px; line-height: 18px; color: #FFF; padding: 0px 10px; background-color: #CCC; border-radius: 3px; text-transform: uppercase; font-weight: 600; margin-bottom: 5px; } .botiga-dashboard-notification .changelog-tag.changelog-added { background-color: #73B189; } .botiga-dashboard-notification .changelog-tag.changelog-changed { background-color: #F6CA45; } .botiga-dashboard-notification .changelog-tag.changelog-fixed { background-color: #967BE3; } .botiga-dashboard-notification .changelog-description { display: block; font-size: 13px; line-height: 21px; font-weight: 400; color: #757575; margin-top: 5px; } .botiga-dashboard-notification .botiga-dashboard-notification-content ul { margin: 0; } .botiga-dashboard-notification .botiga-dashboard-notification-content ul li { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-align: start; -ms-flex-align: start; align-items: flex-start; font-size: 16px; line-height: 26px; font-weight: 600; color: #101517; } .botiga-dashboard-notification .botiga-dashboard-notification-content ul li + li { margin-top: 15px; padding-top: 15px; border-top: 1px solid #E7E7E7; } .botiga-dashboard-notification + .botiga-dashboard-notification { margin: 20px -20px 0px; padding: 20px 20px 0px; border-top: 1px solid #E7E7E7; } /* Botiga Dashboard Hero */ .botiga-dashboard-hero { position: relative; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; background-color: #FFF; border-radius: 4px; margin-bottom: 20px; } .botiga-dashboard-hero .botiga-dashboard-hero-content { -webkit-box-flex: 1; -ms-flex: 1; flex: 1; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: start; -ms-flex-align: start; align-items: flex-start; padding: 30px 24px; } .botiga-dashboard-hero .botiga-dashboard-hero-hello { font-size: 1rem; font-weight: 600; color: #1e1e1e; } .botiga-dashboard-hero .botiga-dashboard-hero-title { font-size: 2rem; font-weight: 600; line-height: 1.2; color: #1e1e1e; margin-top: 16px; } .botiga-dashboard-hero .botiga-dashboard-hero-badge { font-size: 12px; line-height: 1em; font-weight: 500; padding: 4px 8px; border-radius: 50px; letter-spacing: 0.5px; text-transform: uppercase; } .botiga-dashboard-hero .botiga-dashboard-hero-badge-free { color: #3fb28f; background-color: #def3ed; } .botiga-dashboard-hero .botiga-dashboard-hero-badge-pro { color: #fff; background-color: #3858e9; } .botiga-dashboard-hero .botiga-dashboard-hero-desc { color: #1e1e1e; font-size: 14px; line-height: 1.6; margin-top: 12px; } @media (min-width: 1280px) { .botiga-dashboard-hero .botiga-dashboard-hero-desc { padding-right: 120px; } } .botiga-dashboard-hero .botiga-dashboard-hero-customize-button { margin-top: 24px; } .botiga-dashboard-hero .botiga-dashboard-hero-actions { display: -webkit-box; display: -ms-flexbox; display: flex; grid-gap: 10px; margin-top: 25px; } .botiga-dashboard-hero .botiga-dashboard-hero-actions .button { display: -webkit-box; display: -ms-flexbox; display: flex; grid-gap: 4px; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; padding: 12px 18px; line-height: 1em; } .botiga-dashboard-hero .botiga-dashboard-hero-button { text-decoration: none; padding: 12px 18px; border-radius: 2px; } .botiga-dashboard-hero .botiga-dashboard-hero-warning { color: #d63638; margin-top: 10px; } .botiga-dashboard-hero .botiga-dashboard-hero-notion { color: #697b96; margin-top: 10px; } .botiga-dashboard-hero .botiga-dashboard-hero-image { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: end; -ms-flex-pack: end; justify-content: flex-end; -webkit-box-align: end; -ms-flex-align: end; align-items: flex-end; margin: 15px 38px 0 38px; } .botiga-dashboard-hero .botiga-dashboard-hero-image img { max-width: 365px; } /* Botiga Dashboard Feature Card */ .botiga-dashboard-feature-card { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; position: relative; padding: 20px; border: 2px solid #F0F0F1; border-radius: 4px; height: 100%; -webkit-transition: ease box-shadow 300ms; transition: ease box-shadow 300ms; } .botiga-dashboard-feature-card .botiga-dashboard-feature-card-image { max-width: 40px; height: auto; } .botiga-dashboard-feature-card .botiga-dashboard-feature-card-image img { max-width: 100%; height: auto; } .botiga-dashboard-feature-card .botiga-dashboard-feature-card-image.botiga-dashboard-feature-card-image-rounded { border-radius: 100%; overflow: hidden; } .botiga-dashboard-feature-card .botiga-dashboard-feature-card-image + div { margin-top: 10px; } .botiga-dashboard-feature-card .botiga-dashboard-feature-card-title { padding-right: 32px; margin-bottom: 4px; } .botiga-dashboard-feature-card .botiga-dashboard-feature-card-title h3 { font-size: 16px; line-height: 1.4; margin: 0; } .botiga-dashboard-feature-card .botiga-dashboard-feature-card-title + .botiga-dashboard-feature-card-actions { margin-top: auto; } .botiga-dashboard-feature-card .botiga-dashboard-feature-card-actions { display: -webkit-box; display: -ms-flexbox; display: flex; gap: 15px; } .botiga-dashboard-feature-card .botiga-dashboard-link { font-size: 13px; line-height: 20px; } .botiga-dashboard-feature-card .botiga-dashboard-feature-card-link-icon { position: absolute; top: 23px; right: 20px; opacity: 0; visibility: hidden; -webkit-transition: ease opacity 300ms; transition: ease opacity 300ms; } .botiga-dashboard-feature-card .botiga-dashboard-feature-card-link-icon svg path { -webkit-transition: ease fill 300ms; transition: ease fill 300ms; } .botiga-dashboard-feature-card .botiga-dashboard-feature-card-link-icon.botiga-dashboard-feature-card-link-icon-always-visible { opacity: 1 !important; visibility: visible !important; } .botiga-dashboard-feature-card .botiga-dashboard-feature-card-link-icon:hover svg path { fill: #3858E9; } .botiga-dashboard-feature-card .botiga-dashboard-feature-card-link-icon:hover svg circle { stroke: #3858E9; } .botiga-dashboard-feature-card:hover { -webkit-box-shadow: 0px 8px 12px 0px rgba(240, 240, 241, 0.7); box-shadow: 0px 8px 12px 0px rgba(240, 240, 241, 0.7); } .botiga-dashboard-feature-card:hover .botiga-dashboard-feature-card-link-icon { opacity: 1; visibility: visible; } .botiga-dashboard-feature-card:hover .botiga-dashboard-feature-card-link { color: #3858E9; text-decoration: underline; } /* Starter Sites */ .botiga-dashboard-starter-sites { position: relative; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); grid-gap: 20px; } .botiga-dashboard-starter-sites .button { padding-top: 8px; padding-bottom: 8px; } .botiga-dashboard-starter-sites-locked { position: absolute; z-index: 1; left: 0; top: 0; width: 100%; height: 100%; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: start; -ms-flex-align: start; align-items: flex-start; } .botiga-dashboard-starter-sites-locked:before { content: ""; position: absolute; z-index: 1; left: 0; top: 0; width: 100%; height: 100%; background-color: #fff; opacity: 0.9; } .botiga-dashboard-starter-sites-locked .button { padding: 10px 30px; } .botiga-dashboard-starter-sites-notice { position: relative; z-index: 2; top: 125px; width: 80%; min-height: 275px; border: 1px solid #e4e4e4; background-color: #fff; -webkit-box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.05); box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.05); border-radius: 4px; padding: 70px; display: -webkit-box; display: -ms-flexbox; display: flex; grid-gap: 30px; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; } .botiga-dashboard-starter-sites-notice-text { font-weight: 700; font-size: 24px; line-height: 34px; text-align: center; color: #1e1e1e; } .atss-demo-name { font-weight: 600 !important; } @media screen and (max-width: 991px) { .botiga-dashboard-starter-sites .botiga-dashboard-box { display: none; } .botiga-dashboard-starter-sites-locked { position: relative; } .botiga-dashboard-starter-sites-notice { padding: 50px; top: auto; width: 100%; } .botiga-dashboard-starter-sites-notice-text { font-size: 20px; } .botiga-dashboard-starter-sites { grid-template-columns: repeat(1, minmax(0, 1fr)); } } /* Botiga License Field */ .botiga-dashboard-license-wrapper h2 { font-size: 20px; line-height: 30px; margin: 0; } .botiga-dashboard-license-form { margin-top: 10px; } .botiga-dashboard-license-form form { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; grid-gap: 10px; } .botiga-dashboard-license-form form input { width: 400px; max-width: 100%; padding-left: 36px; min-height: 36px; } .botiga-dashboard-license-form form input::-webkit-input-placeholder { opacity: 0.75; } .botiga-dashboard-license-form form input::-moz-placeholder { opacity: 0.75; } .botiga-dashboard-license-form form input:-ms-input-placeholder { opacity: 0.75; } .botiga-dashboard-license-form form input::-ms-input-placeholder { opacity: 0.75; } .botiga-dashboard-license-form form input::placeholder { opacity: 0.75; } .botiga-dashboard-license-form form button { position: relative; display: -webkit-box; display: -ms-flexbox; display: flex; grid-gap: 2px; -webkit-box-align: center; -ms-flex-align: center; align-items: center; line-height: 1em; min-height: 36px; padding: 10px 40px !important; } .botiga-license-key-input { position: relative; display: -webkit-box; display: -ms-flexbox; display: flex; } .botiga-license-key-input i { position: absolute; z-index: 1; top: 50%; left: 10px; -webkit-transform: translateY(-50%); transform: translateY(-50%); margin-top: -1px; font-size: 20px !important; color: #5C5F62; } .botiga-dashboard-license-success { margin-top: 10px; display: -webkit-box; display: -ms-flexbox; display: flex; grid-gap: 5px; } .botiga-dashboard-license-success span { color: #0b890b; } .botiga-dashboard-license-error { margin-top: 10px; color: #d63638; } /* Botiga Dashboard Module Card */ .botiga-dashboard-module-card .botiga-dashboard-module-card-header { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; gap: 37px; } .botiga-dashboard-module-card .botiga-dashboard-module-card-header h2 { font-size: 20px; line-height: 20px; margin: 0; } .botiga-dashboard-module-card .botiga-dashboard-module-card-header .botiga-dashboard-module-card-header-actions { padding-top: 30px; } /* Botiga Dashboard Content Expand */ .botiga-dashboard-content-expand .botiga-dashboard-content-expand-title .botiga-dashboard-content-expand-link { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; color: #3858E9; background-color: #E8ECFF; padding: 7px; text-decoration: none; } .botiga-dashboard-content-expand .botiga-dashboard-content-expand-title .botiga-dashboard-content-expand-link:after { content: ''; background-image: url(../../img/dashboard/chevron.svg); background-size: 15px; background-repeat: no-repeat; background-position: center; width: 15px; height: 15px; display: inline-block; margin-left: auto; } .botiga-dashboard-content-expand .botiga-dashboard-content-expand-title .botiga-dashboard-content-expand-link svg { margin-right: 6px; } .botiga-dashboard-content-expand .botiga-dashboard-content-expand-content { border: 1px solid #E8ECFF; padding: 10px 8px; } .botiga-dashboard-content-expand .botiga-dashboard-content-expand-list { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; gap: 5px; margin: 0; } .botiga-dashboard-content-expand .botiga-dashboard-content-expand-list li { color: #6D7175; margin: 0; } .botiga-dashboard-content-expand .botiga-dashboard-content-expand-list li svg { margin-top: 5px; margin-right: 7px; min-width: 8px; } .botiga-dashboard-content-expand .botiga-dashboard-content-expand-list li a { padding-left: 5px; } /* Free Vs Pro Table */ .botiga-dashboard-freevspro-table__header { position: sticky; top: 50px; z-index: 1; border-radius: 4px; border: 1px solid #C2CFF8; background-color: #F9FAFE; } .botiga-dashboard-freevspro-table__header .botiga-dashboard-freevspro-table__column { border-bottom: 0; } .botiga-dashboard-freevspro-table__header strong { font-size: 20px; font-weight: 500; line-height: 23px; letter-spacing: 0em; color: #1e1e1e; margin: 0; } .botiga-dashboard-freevspro-table__body .botiga-dashboard-freevspro-table__column strong { font-size: 14px; font-weight: 400; line-height: 20px; letter-spacing: 0em; } .botiga-dashboard-freevspro-table__body .botiga-dashboard-freevspro-table__column a { color: #1e1e1e; display: -webkit-inline-box; display: -ms-inline-flexbox; display: inline-flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; text-decoration: none; -webkit-transition: none; transition: none; } .botiga-dashboard-freevspro-table__body .botiga-dashboard-freevspro-table__column a:hover { color: #3858e9; } .botiga-dashboard-freevspro-table__body .botiga-dashboard-freevspro-table__column a:focus, .botiga-dashboard-freevspro-table__body .botiga-dashboard-freevspro-table__column a:active { -webkit-box-shadow: none; box-shadow: none; } .botiga-dashboard-freevspro-table__body .dashicons-external { width: auto; height: auto; font-size: 16px; margin-left: 3px; -webkit-transition: none; transition: none; } .botiga-dashboard-freevspro-table__row { display: -webkit-box; display: -ms-flexbox; display: flex; } .botiga-dashboard-freevspro-table__column { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: start; -ms-flex-pack: start; justify-content: flex-start; width: 100%; max-width: 275px; padding: 17px 23px; text-align: center; border-bottom: 1px solid #E3E8F7; } .botiga-dashboard-freevspro-table__column strong { font-weight: 500; text-align: left; color: #1e1e1e; } .botiga-dashboard-freevspro-table__column .botiga-dashboard-freevspro-table__icon { text-align: center; width: 30px; height: 30px; border-radius: 30px; font-size: 20px; line-height: 30px; } .botiga-dashboard-freevspro-table__column .botiga-dashboard-freevspro-table__icon_break { text-align: center; width: 20px; height: 20px; font-size: 20px; line-height: 20px; opacity: 0.3; -webkit-transform: scaleX(-1); transform: scaleX(-1); } .botiga-dashboard-freevspro-table__column .dashicons-saved { text-indent: -2px; color: #3FB28F; background-color: rgba(63, 178, 143, 0.1); } .botiga-dashboard-freevspro-table__column .dashicons-no-alt { color: #E62424; background-color: rgba(230, 36, 36, 0.05); } .botiga-dashboard-freevspro-table__column.botiga-dashboard-freevspro-table__column--feature { font-size: 16px; font-weight: 400; line-height: 20px; letter-spacing: 0em; max-width: none; text-align: left; -ms-flex-wrap: wrap; flex-wrap: wrap; grid-gap: 6px; } .botiga-dashboard-freevspro-table__spacing { margin-left: 10px; } .botiga-dashboard-freevspro-table__desc { font-size: 12px; font-style: italic; width: 100%; opacity: 0.5; } .botiga-dashboard-freevspro-table__row + .botiga-dashboard-freevspro-table__row .botiga-dashboard-freevspro-table__column, .botiga-dashboard-freevspro-table__body .botiga-dashboard-freevspro-table__row:first-child .botiga-dashboard-freevspro-table__column { border-top-width: 0; } .botiga-dashboard-freevspro-table__body .botiga-dashboard-freevspro-table__row:last-child .botiga-dashboard-freevspro-table__column { border-bottom: 0; } .botiga-dashboard-freevspro-upsell-wrapper { text-align: right; } .botiga-dashboard-freevspro-upsell-wrapper .button { width: 100%; max-width: 252px; } @media screen and (max-width: 991px) { .botiga-dashboard-freevspro-table__header { position: relative; top: auto; } .botiga-dashboard-freevspro-table__header strong { font-size: 16px; } .botiga-dashboard-freevspro-table-responsive { max-width: 100%; overflow-x: auto; } .botiga-dashboard-freevspro-table__column--feature:first-child { text-align: left; -webkit-box-pack: start; -ms-flex-pack: start; justify-content: flex-start; } .botiga-dashboard-freevspro-table__column { padding: 15px 10px; text-align: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; max-width: 100px; } .botiga-dashboard-freevspro-table__column:not(:first-child) strong { margin-left: 0; text-align: center; } }