From f4d401c712a898796ec1d30ed1d1dd74a29bb497 Mon Sep 17 00:00:00 2001 From: Aunshon <32583103+Aunshon@users.noreply.github.com> Date: Wed, 16 Oct 2024 17:23:31 +0600 Subject: [PATCH 1/5] chore: Release Version 3.12.5 --- README.md | 7 +- assets/js/admin-rtl.css | 603 ++ assets/js/admin.asset.php | 1 + assets/js/admin.css | 603 ++ assets/js/customize-controls.asset.php | 1 + assets/js/customize-preview.asset.php | 1 + assets/js/dokan-admin-product-style-rtl.css | 15 + assets/js/dokan-admin-product-style.asset.php | 1 + assets/js/dokan-admin-product-style.css | 15 + assets/js/dokan-admin-product.asset.php | 1 + assets/js/dokan-admin.asset.php | 1 + assets/js/dokan-frontend.asset.php | 1 + assets/js/dokan-maps-compat.asset.php | 1 + assets/js/dokan-product-category-ui-rtl.css | 340 + assets/js/dokan-product-category-ui.asset.php | 1 + assets/js/dokan-product-category-ui.css | 340 + assets/js/dokan-promo-notice.asset.php | 1 + assets/js/dokan-promo-notice.js | 2 +- assets/js/dokan-setup-no-wc.asset.php | 1 + assets/js/dokan-tailwind-rtl.css | 403 + assets/js/dokan-tailwind.asset.php | 1 + assets/js/dokan-tailwind.css | 403 + assets/js/dokan.asset.php | 1 + assets/js/global-admin-rtl.css | 270 + assets/js/global-admin.asset.php | 1 + assets/js/global-admin.css | 270 + assets/js/helper.asset.php | 1 + assets/js/login-form-popup.asset.php | 1 + assets/js/page-views.asset.php | 1 + assets/js/plugin-rtl.css | 21 + assets/js/plugin.asset.php | 1 + assets/js/plugin.css | 21 + assets/js/pointers.asset.php | 1 + assets/js/product-category-ui.asset.php | 1 + assets/js/reverse-withdrawal-style-rtl.css | 45 + assets/js/reverse-withdrawal-style.asset.php | 1 + assets/js/reverse-withdrawal-style.css | 45 + assets/js/reverse-withdrawal.asset.php | 1 + assets/js/rtl-rtl.css | 254 + assets/js/rtl.asset.php | 1 + assets/js/rtl.css | 254 + assets/js/setup-no-wc-style-rtl.css | 402 + assets/js/setup-no-wc-style.asset.php | 1 + assets/js/setup-no-wc-style.css | 402 + assets/js/setup-rtl.css | 262 + assets/js/setup.asset.php | 1 + assets/js/setup.css | 262 + assets/js/style-rtl.css | 6625 +++++++++++++++++ assets/js/style.asset.php | 1 + assets/js/style.css | 6625 +++++++++++++++++ assets/js/vendor-address.asset.php | 1 + assets/js/vendor-registration.asset.php | 1 + assets/js/vue-admin-rtl.css | 4441 +++++++++++ assets/js/vue-admin.asset.php | 1 + assets/js/vue-admin.css | 4441 +++++++++++ assets/js/vue-admin.js | 2 +- assets/js/vue-bootstrap-rtl.css | 831 +++ assets/js/vue-bootstrap.asset.php | 1 + assets/js/vue-bootstrap.css | 831 +++ assets/js/vue-bootstrap.js | 2 +- assets/js/vue-frontend.asset.php | 1 + assets/js/vue-vendor.asset.php | 1 + dokan.php | 4 +- languages/dokan-lite.pot | 261 +- package-lock.json | 119 +- package.json | 2 +- readme.txt | 7 +- templates/whats-new.php | 16 + 68 files changed, 29304 insertions(+), 174 deletions(-) create mode 100644 assets/js/admin-rtl.css create mode 100644 assets/js/admin.asset.php create mode 100644 assets/js/admin.css create mode 100644 assets/js/customize-controls.asset.php create mode 100644 assets/js/customize-preview.asset.php create mode 100644 assets/js/dokan-admin-product-style-rtl.css create mode 100644 assets/js/dokan-admin-product-style.asset.php create mode 100644 assets/js/dokan-admin-product-style.css create mode 100644 assets/js/dokan-admin-product.asset.php create mode 100644 assets/js/dokan-admin.asset.php create mode 100644 assets/js/dokan-frontend.asset.php create mode 100644 assets/js/dokan-maps-compat.asset.php create mode 100644 assets/js/dokan-product-category-ui-rtl.css create mode 100644 assets/js/dokan-product-category-ui.asset.php create mode 100644 assets/js/dokan-product-category-ui.css create mode 100644 assets/js/dokan-promo-notice.asset.php create mode 100644 assets/js/dokan-setup-no-wc.asset.php create mode 100644 assets/js/dokan-tailwind-rtl.css create mode 100644 assets/js/dokan-tailwind.asset.php create mode 100644 assets/js/dokan-tailwind.css create mode 100644 assets/js/dokan.asset.php create mode 100644 assets/js/global-admin-rtl.css create mode 100644 assets/js/global-admin.asset.php create mode 100644 assets/js/global-admin.css create mode 100644 assets/js/helper.asset.php create mode 100644 assets/js/login-form-popup.asset.php create mode 100644 assets/js/page-views.asset.php create mode 100644 assets/js/plugin-rtl.css create mode 100644 assets/js/plugin.asset.php create mode 100644 assets/js/plugin.css create mode 100644 assets/js/pointers.asset.php create mode 100644 assets/js/product-category-ui.asset.php create mode 100644 assets/js/reverse-withdrawal-style-rtl.css create mode 100644 assets/js/reverse-withdrawal-style.asset.php create mode 100644 assets/js/reverse-withdrawal-style.css create mode 100644 assets/js/reverse-withdrawal.asset.php create mode 100644 assets/js/rtl-rtl.css create mode 100644 assets/js/rtl.asset.php create mode 100644 assets/js/rtl.css create mode 100644 assets/js/setup-no-wc-style-rtl.css create mode 100644 assets/js/setup-no-wc-style.asset.php create mode 100644 assets/js/setup-no-wc-style.css create mode 100644 assets/js/setup-rtl.css create mode 100644 assets/js/setup.asset.php create mode 100644 assets/js/setup.css create mode 100644 assets/js/style-rtl.css create mode 100644 assets/js/style.asset.php create mode 100644 assets/js/style.css create mode 100644 assets/js/vendor-address.asset.php create mode 100644 assets/js/vendor-registration.asset.php create mode 100644 assets/js/vue-admin-rtl.css create mode 100644 assets/js/vue-admin.asset.php create mode 100644 assets/js/vue-admin.css create mode 100644 assets/js/vue-bootstrap-rtl.css create mode 100644 assets/js/vue-bootstrap.asset.php create mode 100644 assets/js/vue-bootstrap.css create mode 100644 assets/js/vue-frontend.asset.php create mode 100644 assets/js/vue-vendor.asset.php diff --git a/README.md b/README.md index 749b4abab5..621c881c43 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ **WC requires at least:** 8.0.0 **WC tested up to:** 9.3.3 **Requires PHP:** 7.4 -**Stable tag:** 3.12.4 +**Stable tag:** 3.12.5 **License:** GPLv2 or later **License URI:** http://www.gnu.org/licenses/gpl-2.0.html @@ -347,6 +347,11 @@ A. Just install and activate the PRO version without deleting the free plugin. A ## Changelog ## +### v3.12.5 ( Oct 16, 2024 ) ### + +- **fix:** Implement order trash and untrash handling for Dokan +- **fix:** Added wordpress native i18n support + ### v3.12.4 ( Oct 03, 2024 ) ### - **update:** Added `$data` parameter to `dokan_update_vendor` hook. diff --git a/assets/js/admin-rtl.css b/assets/js/admin-rtl.css new file mode 100644 index 0000000000..65bea0c518 --- /dev/null +++ b/assets/js/admin-rtl.css @@ -0,0 +1,603 @@ +.dokan-spinner { + position: absolute; + width: 20px; + height: 20px; + background: url(../js/../images/spinner-2x.gif) center center no-repeat; + z-index: 99; + background-size: 20px; +} +.tooltip { + position: absolute; + z-index: 9999; + display: block; + visibility: visible; + line-height: 1.3; + opacity: 0; + filter: alpha(opacity=0); +} +.tooltip.in { + opacity: 0.9; + filter: alpha(opacity=90); +} +.tooltip.top { + margin-top: -3px; + padding: 5px 0; +} +.tooltip.right { + margin-right: 3px; + padding: 0 5px; +} +.tooltip.bottom { + margin-top: 3px; + padding: 5px 0; +} +.tooltip.left { + margin-right: -3px; + padding: 0 5px; +} +.tooltip-inner { + max-width: 200px; + padding: 10px !important; + color: #fff; + text-align: center; + text-decoration: none; + background-color: #000; + border-radius: 4px; + font-weight: normal !important; +} +.tooltip-arrow { + position: absolute; + width: 0; + height: 0; + border-color: transparent; + border-style: solid; +} +.tooltip.top .tooltip-arrow { + bottom: 0; + right: 50%; + margin-right: -5px; + border-width: 5px 5px 0; + border-top-color: #000; +} +.tooltip.top-left .tooltip-arrow { + bottom: 0; + right: 5px; + border-width: 5px 5px 0; + border-top-color: #000; +} +.tooltip.top-right .tooltip-arrow { + bottom: 0; + left: 5px; + border-width: 5px 5px 0; + border-top-color: #000; +} +.tooltip.right .tooltip-arrow { + top: 50%; + right: 0; + margin-top: -5px; + border-width: 5px 0 5px 5px; + border-left-color: #000; +} +.tooltip.left .tooltip-arrow { + top: 50%; + left: 0; + margin-top: -5px; + border-width: 5px 5px 5px 0; + border-right-color: #000; +} +.tooltip.bottom .tooltip-arrow { + top: 0; + right: 50%; + margin-right: -5px; + border-width: 0 5px 5px; + border-bottom-color: #000; +} +.tooltip.bottom-left .tooltip-arrow { + top: 0; + right: 5px; + border-width: 0 5px 5px; + border-bottom-color: #000; +} +.tooltip.bottom-right .tooltip-arrow { + top: 0; + left: 5px; + border-width: 0 5px 5px; + border-bottom-color: #000; +} +.dokan-admin-header { + background: #fff; + padding: 15px 22px 15px 15px; + margin: 0 -20px 0 0; + box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1); + display: flex; + align-items: center; + justify-content: space-between; +} +.dokan-admin-header .dokan-admin-header-logo { + display: flex; +} +.dokan-admin-header .dokan-admin-header-logo img { + height: 25px; + width: auto; + margin-left: 12px; +} +.dokan-admin-header .dokan-admin-header-logo span { + color: #F1634C; + background: #FFF4F2; + padding: 4px 12px; + font-size: 12px; + font-weight: 500; + font-family: "SF Pro Text", sans-serif; + border: 1px solid rgba(241, 99, 76, 0.2); + border-radius: 93px; +} +.dokan-admin-header .dokan-admin-header-menu { + padding-left: 6px; + display: flex; +} +.dokan-admin-header .dokan-admin-header-menu .menu-item { + margin-left: 12px; +} +.dokan-admin-header .dokan-admin-header-menu .menu-item:last-child { + margin-left: 0; +} +.dokan-admin-header .dokan-admin-header-menu .menu-item .menu-icon { + position: relative; + background: #e4e6eb; + display: flex; + align-items: center; + justify-content: center; + width: 30px; + height: 30px; + box-sizing: border-box; + border-radius: 42px; + cursor: pointer; + transition: all 0.2s ease; +} +.dokan-admin-header .dokan-admin-header-menu .menu-item .menu-icon .notification-count { + position: absolute; + top: -5px; + left: -5px; + width: 15px; + height: 15px; + padding: 1px; + background-color: #ff5a40; + border-radius: 53px; + color: #fff; + display: flex; + align-items: center; + justify-content: center; +} +.dokan-admin-header .dokan-admin-header-menu .menu-item .menu-icon .whats-new-pointer { + position: absolute; + top: 0; + left: 0; + width: 6px; + height: 6px; + background-color: #ff5a40; + border-radius: 53px; + border: 2px solid #fff; + box-sizing: content-box; +} +.dokan-admin-header .dokan-admin-header-menu .menu-item .menu-icon:hover { + background: #0C5F9A; +} +.dokan-admin-header .dokan-admin-header-menu .menu-item .menu-icon:hover > svg path { + fill: #fff; +} +.dokan-admin-header .dokan-admin-header-menu .menu-item .menu-icon:hover .dropdown { + opacity: 1; + visibility: visible; + top: 42px; +} +.dokan-admin-header .dokan-admin-header-menu .menu-item .menu-icon .dropdown { + position: absolute; + cursor: context-menu; + top: 80px; + left: -10px; + z-index: 1; + background-color: #fff; + padding: 20px; + border-radius: 3px; + border: 1px solid #e2e2e2; + box-shadow: 0 6px 12px rgb(129 129 21.5%); + min-width: 255px; + max-width: 255px; + opacity: 0; + visibility: hidden; + transition: all 0.2s ease; +} +.dokan-admin-header .dokan-admin-header-menu .menu-item .menu-icon .dropdown:before, +.dokan-admin-header .dokan-admin-header-menu .menu-item .menu-icon .dropdown:after { + content: ""; + position: absolute; + border-right: 10px solid transparent; + border-left: 10px solid transparent; + top: -10px; + left: 14px; +} +.dokan-admin-header .dokan-admin-header-menu .menu-item .menu-icon .dropdown:before { + border-bottom: 10px solid #e2e2e2; + margin-top: -1px; +} +.dokan-admin-header .dokan-admin-header-menu .menu-item .menu-icon .dropdown:after { + border-bottom: 10px solid white; + margin-top: 0; + z-index: 1; +} +.dokan-admin-header .dokan-admin-header-menu .menu-item .menu-icon .dropdown h3 { + margin: 0; + font-weight: bold; + font-size: 18px; + font-family: "SF Pro Text", sans-serif; +} +.dokan-admin-header .dokan-admin-header-menu .menu-item .menu-icon .dropdown .list-item { + margin-top: 13px; +} +.dokan-admin-header .dokan-admin-header-menu .menu-item .menu-icon .dropdown .list-item a { + display: flex; + align-items: center; + color: #000; + font-size: 15px; + font-weight: 600; + font-family: "SF Pro Text", sans-serif; + text-decoration: none; + transition: all 0.2s ease; + margin-bottom: 10px; +} +.dokan-admin-header .dokan-admin-header-menu .menu-item .menu-icon .dropdown .list-item a:last-child { + margin-bottom: 0; +} +.dokan-admin-header .dokan-admin-header-menu .menu-item .menu-icon .dropdown .list-item a.active { + color: #dd452c; +} +.dokan-admin-header .dokan-admin-header-menu .menu-item .menu-icon .dropdown .list-item a.active .dokan-icon { + background-color: rgba(221, 69, 44, 0.15); +} +.dokan-admin-header .dokan-admin-header-menu .menu-item .menu-icon .dropdown .list-item a.active .dokan-icon svg path { + fill: #f1634c; +} +.dokan-admin-header .dokan-admin-header-menu .menu-item .menu-icon .dropdown .list-item a.active:after { + content: ""; + width: 6px; + height: 6px; + background-color: #dd452c; + border-radius: 53px; + margin-right: 10px; +} +.dokan-admin-header .dokan-admin-header-menu .menu-item .menu-icon .dropdown .list-item a .dokan-icon { + background: #e4e6eb; + display: flex; + align-items: center; + justify-content: center; + width: 38px; + height: 38px; + box-sizing: border-box; + border-radius: 42px; + margin-left: 11px; +} +.dokan-admin-header .dokan-admin-header-menu .menu-item .menu-icon .dropdown .list-item a:hover { + color: #dd452c; +} +.dokan-admin-header .dokan-admin-header-menu .menu-item .menu-icon .dropdown .list-item a:hover .dokan-icon { + background-color: rgba(221, 69, 44, 0.15); +} +.dokan-admin-header .dokan-admin-header-menu .menu-item .menu-icon .dropdown .list-item a:hover .dokan-icon svg path { + fill: #f1634c; +} +.dokan-admin-header .dokan-admin-header-menu .menu-item .menu-icon .dropdown .list-item a:focus { + box-shadow: none; +} +.dokan-dashboard .post-box-container { + width: 49%; + float: right; +} +.dokan-dashboard .meta-box-sortables { + margin: 0 8px; + min-height: 100px; +} +.dokan-dashboard .postbox .main { + padding: 0 12px 11px; +} +.dokan-dashboard .postbox .main:before, +.dokan-dashboard .postbox .main:after { + content: " "; + display: table; +} +.dokan-dashboard .postbox .main:after { + clear: both; +} +.dokan-dashboard .postbox .main a { + text-decoration: none; +} +.dokan-dashboard .postbox .main p { + margin: 0; +} +.dokan-dashboard .postbox .main h4 { + margin: 0 0 7px 0; + padding: 0 0 7px 0; + border-bottom: 1px solid #eee; +} +.dokan-dashboard .postbox .inside { + margin: 10px 0 0 0; + padding: 0; +} +.dokan-dashboard .postbox.dokan-status .main { + padding: 0; +} +.dokan-dashboard .postbox.dokan-status .inside { + margin: 0; +} +.dokan-dashboard .postbox.dokan-status ul { + margin-top: -13px; +} +.dokan-dashboard .postbox.dokan-status ul li { + min-height: 50px; + width: 50%; + float: right; + padding: 0; + box-sizing: border-box; + margin: 0; + border-top: 1px solid #ececec; + color: #aaa; +} +.dokan-dashboard .postbox.dokan-status ul li a { + display: block; + color: #aaa; + padding: 10px; + -webkit-transition: all ease 0.5s; + transition: all ease 0.5s; + position: relative; + font-size: 12px; +} +.dokan-dashboard .postbox.dokan-status ul li a .details { + color: #aaa; +} +.dokan-dashboard .postbox.dokan-status ul li a .details span { + margin-right: 10px; + font-weight: bold; +} +.dokan-dashboard .postbox.dokan-status ul li a .details span.up { + color: green; +} +.dokan-dashboard .postbox.dokan-status ul li a .details span.up::before { + content: "+"; +} +.dokan-dashboard .postbox.dokan-status ul li a .details span.up::after { + content: "%"; +} +.dokan-dashboard .postbox.dokan-status ul li a .details span.down { + color: red; +} +.dokan-dashboard .postbox.dokan-status ul li a .details span.down::before { + content: "-"; +} +.dokan-dashboard .postbox.dokan-status ul li a .details span.down::after { + content: "%"; +} +.dokan-dashboard .postbox.dokan-status ul li a strong { + font-size: 18px; + line-height: 1.2em; + font-weight: 400; + display: block; + color: #21759b; +} +.dokan-dashboard .postbox.dokan-status ul li .dashicons { + font-size: 2em; + float: right; + margin: 15px; +} +.dokan-dashboard .postbox.dokan-status ul li:nth-child(1) { + border-top: none; +} +.dokan-dashboard .postbox.dokan-status ul li:nth-child(2) { + border-top: none; +} +.dokan-dashboard .postbox.dokan-status ul li:nth-child(odd) { + border-left: 1px solid #ececec; +} +.dokan-dashboard .postbox.dokan-status ul li.sale .dashicons { + color: #307be1; +} +.dokan-dashboard .postbox.dokan-status ul li.commission .dashicons { + color: #6da754; +} +.dokan-dashboard .postbox.dokan-status ul li.vendor .dashicons { + color: #169c22; +} +.dokan-dashboard .postbox.dokan-status ul li.approval .dashicons { + color: #fd9728; +} +.dokan-dashboard .postbox.dokan-status ul li.product .dashicons::before { + font-family: WooCommerce; + content: "\e006"; + color: #464646; +} +.dokan-dashboard .postbox.dokan-status ul li.withdraw .dashicons::before { + font-family: WooCommerce; + content: "\e01e"; + color: #cd2c2f; +} +.dokan-dashboard .mark-red a { + color: red; +} +.dokan-dashboard .mark-green a { + color: green; +} +.dokan-dashboard .dokan-left { + float: right; + width: 45%; +} +.dokan-dashboard .dokan-right { + float: left; + width: 45%; +} +.chosen-container-multi .chosen-choices li.search-field input[type="text"] { + height: 23px; +} +.dokan-settings-wrap { + display: flex; + border: 1px solid #c8d7e1; +} +.dokan-settings-wrap .dashicons { + padding-top: 2px; + margin-left: 5px; +} +.dokan-settings-wrap .dashicons.dashicons-admin-generic { + color: #6c75ff; +} +.dokan-settings-wrap .dashicons.dashicons-cart { + color: #00aeff; +} +.dokan-settings-wrap .dashicons.dashicons-money { + color: #d35400; +} +.dokan-settings-wrap .dashicons.dashicons-admin-page { + color: #8e44ad; +} +.dokan-settings-wrap .dashicons.dashicons-admin-appearance { + color: #3498db; +} +.dokan-settings-wrap .dashicons.dashicons-networking { + color: #1abc9c; +} +.dokan-settings-wrap h2.nav-tab-wrapper { + flex: 1; + border-bottom: none; + padding: 0; + background: #f1f1f1; + border-left: 1px solid #c8d7e1; +} +.dokan-settings-wrap h2.nav-tab-wrapper a { + float: none; + display: block; + margin: 0; + border: none; + padding: 13px 13px; + background: #f1f1f1; + font-weight: 500; + border-bottom: 1px solid #c8d7e1; +} +.dokan-settings-wrap h2.nav-tab-wrapper a.nav-tab-active { + background: #fff !important; + border-left: 1px solid #c8d7e1; + width: 99%; + color: #2e4453; +} +.dokan-settings-wrap .metabox-holder { + flex: 3; + padding-right: 3%; + padding-left: 10px; + background: #fff; +} +td.tooltips-data { + display: flex; + justify-content: center; + align-items: center; + margin-top: 4px; + padding-left: 0; +} +.tooltips-data span { + width: 20px; +} +ul.dokan-settings-repeatable-list { + margin: 0; +} +.form-table tr td.dokan_checkbox_up { + vertical-align: top; + margin-top: 0.45em !important; +} +td.combine-tips-style { + display: table-cell; + vertical-align: top; +} +.wc_error_tip { + max-width: 20em; + line-height: 1.8em; + position: absolute; + white-space: normal; + background: #d82223; + margin: 1.2em -1em 0 1px; + z-index: 9999999; + color: #fff; + font-size: 12px; + padding: 8px; +} +.wc_error_tip:after { + content: ""; + display: block; + border: 8px solid #d82223; + border-left-color: transparent; + border-right-color: transparent; + border-top-color: transparent; + position: absolute; + top: -3px; + right: 50%; + margin: -1em -3px 0 0; +} +.dokan-settings-radio-image { + display: block; + width: 50%; + background: #fff; + -webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1); + box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1); + margin: 0 0 15px; + position: relative; + line-height: 0; + border: 1px solid #ededed; + padding: 4px; +} +.dokan-settings-radio-image img { + max-width: 100%; + z-index: 1; +} +.dokan-settings-radio-image .current-option-indicator { + position: absolute; + top: 0; + left: 0; + background-color: #4caf50; + color: #fff; + padding: 4px; + z-index: 2; + line-height: 1.3; +} +.dokan-settings-radio-image .active-option { + opacity: 0; + position: absolute; + top: 0; + right: 0; + z-index: 3; + width: 100%; + height: 100%; + background-color: rgba(0, 0, 0, 0.45); + transition: opacity 0.4s ease; +} +.dokan-settings-radio-image .active-option button { + position: absolute; + top: 50%; + right: 50%; + margin-top: -23px; + margin-right: -58px; +} +.dokan-settings-radio-image:hover .active-option { + opacity: 1; +} +.dokan-settings-radio-image.active .active-option { + display: none; +} +.dokan-settings-radio-image.not-active .current-option-indicator { + display: none; +} +.wp-pointer-buttons button.next { + margin-left: 5px; +} +.wp-pointer-buttons a.dokan { + padding-right: 10px; +} +.wp-pointer-buttons a.dokan:before { + content: unset; +} +.dokan-admin-notices a { + text-decoration: none; +} + diff --git a/assets/js/admin.asset.php b/assets/js/admin.asset.php new file mode 100644 index 0000000000..82fe25d6b1 --- /dev/null +++ b/assets/js/admin.asset.php @@ -0,0 +1 @@ + array(), 'version' => 'fd8a27acfe6bb16063f2'); diff --git a/assets/js/admin.css b/assets/js/admin.css new file mode 100644 index 0000000000..db2ad5c481 --- /dev/null +++ b/assets/js/admin.css @@ -0,0 +1,603 @@ +.dokan-spinner { + position: absolute; + width: 20px; + height: 20px; + background: url(../images/spinner-2x.gif) center center no-repeat; + z-index: 99; + background-size: 20px; +} +.tooltip { + position: absolute; + z-index: 9999; + display: block; + visibility: visible; + line-height: 1.3; + opacity: 0; + filter: alpha(opacity=0); +} +.tooltip.in { + opacity: 0.9; + filter: alpha(opacity=90); +} +.tooltip.top { + margin-top: -3px; + padding: 5px 0; +} +.tooltip.right { + margin-left: 3px; + padding: 0 5px; +} +.tooltip.bottom { + margin-top: 3px; + padding: 5px 0; +} +.tooltip.left { + margin-left: -3px; + padding: 0 5px; +} +.tooltip-inner { + max-width: 200px; + padding: 10px !important; + color: #fff; + text-align: center; + text-decoration: none; + background-color: #000; + border-radius: 4px; + font-weight: normal !important; +} +.tooltip-arrow { + position: absolute; + width: 0; + height: 0; + border-color: transparent; + border-style: solid; +} +.tooltip.top .tooltip-arrow { + bottom: 0; + left: 50%; + margin-left: -5px; + border-width: 5px 5px 0; + border-top-color: #000; +} +.tooltip.top-left .tooltip-arrow { + bottom: 0; + left: 5px; + border-width: 5px 5px 0; + border-top-color: #000; +} +.tooltip.top-right .tooltip-arrow { + bottom: 0; + right: 5px; + border-width: 5px 5px 0; + border-top-color: #000; +} +.tooltip.right .tooltip-arrow { + top: 50%; + left: 0; + margin-top: -5px; + border-width: 5px 5px 5px 0; + border-right-color: #000; +} +.tooltip.left .tooltip-arrow { + top: 50%; + right: 0; + margin-top: -5px; + border-width: 5px 0 5px 5px; + border-left-color: #000; +} +.tooltip.bottom .tooltip-arrow { + top: 0; + left: 50%; + margin-left: -5px; + border-width: 0 5px 5px; + border-bottom-color: #000; +} +.tooltip.bottom-left .tooltip-arrow { + top: 0; + left: 5px; + border-width: 0 5px 5px; + border-bottom-color: #000; +} +.tooltip.bottom-right .tooltip-arrow { + top: 0; + right: 5px; + border-width: 0 5px 5px; + border-bottom-color: #000; +} +.dokan-admin-header { + background: #fff; + padding: 15px 15px 15px 22px; + margin: 0 0 0 -20px; + box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1); + display: flex; + align-items: center; + justify-content: space-between; +} +.dokan-admin-header .dokan-admin-header-logo { + display: flex; +} +.dokan-admin-header .dokan-admin-header-logo img { + height: 25px; + width: auto; + margin-right: 12px; +} +.dokan-admin-header .dokan-admin-header-logo span { + color: #F1634C; + background: #FFF4F2; + padding: 4px 12px; + font-size: 12px; + font-weight: 500; + font-family: "SF Pro Text", sans-serif; + border: 1px solid rgba(241, 99, 76, 0.2); + border-radius: 93px; +} +.dokan-admin-header .dokan-admin-header-menu { + padding-right: 6px; + display: flex; +} +.dokan-admin-header .dokan-admin-header-menu .menu-item { + margin-right: 12px; +} +.dokan-admin-header .dokan-admin-header-menu .menu-item:last-child { + margin-right: 0; +} +.dokan-admin-header .dokan-admin-header-menu .menu-item .menu-icon { + position: relative; + background: #e4e6eb; + display: flex; + align-items: center; + justify-content: center; + width: 30px; + height: 30px; + box-sizing: border-box; + border-radius: 42px; + cursor: pointer; + transition: all 0.2s ease; +} +.dokan-admin-header .dokan-admin-header-menu .menu-item .menu-icon .notification-count { + position: absolute; + top: -5px; + right: -5px; + width: 15px; + height: 15px; + padding: 1px; + background-color: #ff5a40; + border-radius: 53px; + color: #fff; + display: flex; + align-items: center; + justify-content: center; +} +.dokan-admin-header .dokan-admin-header-menu .menu-item .menu-icon .whats-new-pointer { + position: absolute; + top: 0; + right: 0; + width: 6px; + height: 6px; + background-color: #ff5a40; + border-radius: 53px; + border: 2px solid #fff; + box-sizing: content-box; +} +.dokan-admin-header .dokan-admin-header-menu .menu-item .menu-icon:hover { + background: #0C5F9A; +} +.dokan-admin-header .dokan-admin-header-menu .menu-item .menu-icon:hover > svg path { + fill: #fff; +} +.dokan-admin-header .dokan-admin-header-menu .menu-item .menu-icon:hover .dropdown { + opacity: 1; + visibility: visible; + top: 42px; +} +.dokan-admin-header .dokan-admin-header-menu .menu-item .menu-icon .dropdown { + position: absolute; + cursor: context-menu; + top: 80px; + right: -10px; + z-index: 1; + background-color: #fff; + padding: 20px; + border-radius: 3px; + border: 1px solid #e2e2e2; + box-shadow: 0 6px 12px rgb(129 129 21.5%); + min-width: 255px; + max-width: 255px; + opacity: 0; + visibility: hidden; + transition: all 0.2s ease; +} +.dokan-admin-header .dokan-admin-header-menu .menu-item .menu-icon .dropdown:before, +.dokan-admin-header .dokan-admin-header-menu .menu-item .menu-icon .dropdown:after { + content: ""; + position: absolute; + border-left: 10px solid transparent; + border-right: 10px solid transparent; + top: -10px; + right: 14px; +} +.dokan-admin-header .dokan-admin-header-menu .menu-item .menu-icon .dropdown:before { + border-bottom: 10px solid #e2e2e2; + margin-top: -1px; +} +.dokan-admin-header .dokan-admin-header-menu .menu-item .menu-icon .dropdown:after { + border-bottom: 10px solid white; + margin-top: 0; + z-index: 1; +} +.dokan-admin-header .dokan-admin-header-menu .menu-item .menu-icon .dropdown h3 { + margin: 0; + font-weight: bold; + font-size: 18px; + font-family: "SF Pro Text", sans-serif; +} +.dokan-admin-header .dokan-admin-header-menu .menu-item .menu-icon .dropdown .list-item { + margin-top: 13px; +} +.dokan-admin-header .dokan-admin-header-menu .menu-item .menu-icon .dropdown .list-item a { + display: flex; + align-items: center; + color: #000; + font-size: 15px; + font-weight: 600; + font-family: "SF Pro Text", sans-serif; + text-decoration: none; + transition: all 0.2s ease; + margin-bottom: 10px; +} +.dokan-admin-header .dokan-admin-header-menu .menu-item .menu-icon .dropdown .list-item a:last-child { + margin-bottom: 0; +} +.dokan-admin-header .dokan-admin-header-menu .menu-item .menu-icon .dropdown .list-item a.active { + color: #dd452c; +} +.dokan-admin-header .dokan-admin-header-menu .menu-item .menu-icon .dropdown .list-item a.active .dokan-icon { + background-color: rgba(221, 69, 44, 0.15); +} +.dokan-admin-header .dokan-admin-header-menu .menu-item .menu-icon .dropdown .list-item a.active .dokan-icon svg path { + fill: #f1634c; +} +.dokan-admin-header .dokan-admin-header-menu .menu-item .menu-icon .dropdown .list-item a.active:after { + content: ""; + width: 6px; + height: 6px; + background-color: #dd452c; + border-radius: 53px; + margin-left: 10px; +} +.dokan-admin-header .dokan-admin-header-menu .menu-item .menu-icon .dropdown .list-item a .dokan-icon { + background: #e4e6eb; + display: flex; + align-items: center; + justify-content: center; + width: 38px; + height: 38px; + box-sizing: border-box; + border-radius: 42px; + margin-right: 11px; +} +.dokan-admin-header .dokan-admin-header-menu .menu-item .menu-icon .dropdown .list-item a:hover { + color: #dd452c; +} +.dokan-admin-header .dokan-admin-header-menu .menu-item .menu-icon .dropdown .list-item a:hover .dokan-icon { + background-color: rgba(221, 69, 44, 0.15); +} +.dokan-admin-header .dokan-admin-header-menu .menu-item .menu-icon .dropdown .list-item a:hover .dokan-icon svg path { + fill: #f1634c; +} +.dokan-admin-header .dokan-admin-header-menu .menu-item .menu-icon .dropdown .list-item a:focus { + box-shadow: none; +} +.dokan-dashboard .post-box-container { + width: 49%; + float: left; +} +.dokan-dashboard .meta-box-sortables { + margin: 0 8px; + min-height: 100px; +} +.dokan-dashboard .postbox .main { + padding: 0 12px 11px; +} +.dokan-dashboard .postbox .main:before, +.dokan-dashboard .postbox .main:after { + content: " "; + display: table; +} +.dokan-dashboard .postbox .main:after { + clear: both; +} +.dokan-dashboard .postbox .main a { + text-decoration: none; +} +.dokan-dashboard .postbox .main p { + margin: 0; +} +.dokan-dashboard .postbox .main h4 { + margin: 0 0 7px 0; + padding: 0 0 7px 0; + border-bottom: 1px solid #eee; +} +.dokan-dashboard .postbox .inside { + margin: 10px 0 0 0; + padding: 0; +} +.dokan-dashboard .postbox.dokan-status .main { + padding: 0; +} +.dokan-dashboard .postbox.dokan-status .inside { + margin: 0; +} +.dokan-dashboard .postbox.dokan-status ul { + margin-top: -13px; +} +.dokan-dashboard .postbox.dokan-status ul li { + min-height: 50px; + width: 50%; + float: left; + padding: 0; + box-sizing: border-box; + margin: 0; + border-top: 1px solid #ececec; + color: #aaa; +} +.dokan-dashboard .postbox.dokan-status ul li a { + display: block; + color: #aaa; + padding: 10px; + -webkit-transition: all ease 0.5s; + transition: all ease 0.5s; + position: relative; + font-size: 12px; +} +.dokan-dashboard .postbox.dokan-status ul li a .details { + color: #aaa; +} +.dokan-dashboard .postbox.dokan-status ul li a .details span { + margin-left: 10px; + font-weight: bold; +} +.dokan-dashboard .postbox.dokan-status ul li a .details span.up { + color: green; +} +.dokan-dashboard .postbox.dokan-status ul li a .details span.up::before { + content: "+"; +} +.dokan-dashboard .postbox.dokan-status ul li a .details span.up::after { + content: "%"; +} +.dokan-dashboard .postbox.dokan-status ul li a .details span.down { + color: red; +} +.dokan-dashboard .postbox.dokan-status ul li a .details span.down::before { + content: "-"; +} +.dokan-dashboard .postbox.dokan-status ul li a .details span.down::after { + content: "%"; +} +.dokan-dashboard .postbox.dokan-status ul li a strong { + font-size: 18px; + line-height: 1.2em; + font-weight: 400; + display: block; + color: #21759b; +} +.dokan-dashboard .postbox.dokan-status ul li .dashicons { + font-size: 2em; + float: left; + margin: 15px; +} +.dokan-dashboard .postbox.dokan-status ul li:nth-child(1) { + border-top: none; +} +.dokan-dashboard .postbox.dokan-status ul li:nth-child(2) { + border-top: none; +} +.dokan-dashboard .postbox.dokan-status ul li:nth-child(odd) { + border-right: 1px solid #ececec; +} +.dokan-dashboard .postbox.dokan-status ul li.sale .dashicons { + color: #307be1; +} +.dokan-dashboard .postbox.dokan-status ul li.commission .dashicons { + color: #6da754; +} +.dokan-dashboard .postbox.dokan-status ul li.vendor .dashicons { + color: #169c22; +} +.dokan-dashboard .postbox.dokan-status ul li.approval .dashicons { + color: #fd9728; +} +.dokan-dashboard .postbox.dokan-status ul li.product .dashicons::before { + font-family: WooCommerce; + content: "\e006"; + color: #464646; +} +.dokan-dashboard .postbox.dokan-status ul li.withdraw .dashicons::before { + font-family: WooCommerce; + content: "\e01e"; + color: #cd2c2f; +} +.dokan-dashboard .mark-red a { + color: red; +} +.dokan-dashboard .mark-green a { + color: green; +} +.dokan-dashboard .dokan-left { + float: left; + width: 45%; +} +.dokan-dashboard .dokan-right { + float: right; + width: 45%; +} +.chosen-container-multi .chosen-choices li.search-field input[type="text"] { + height: 23px; +} +.dokan-settings-wrap { + display: flex; + border: 1px solid #c8d7e1; +} +.dokan-settings-wrap .dashicons { + padding-top: 2px; + margin-right: 5px; +} +.dokan-settings-wrap .dashicons.dashicons-admin-generic { + color: #6c75ff; +} +.dokan-settings-wrap .dashicons.dashicons-cart { + color: #00aeff; +} +.dokan-settings-wrap .dashicons.dashicons-money { + color: #d35400; +} +.dokan-settings-wrap .dashicons.dashicons-admin-page { + color: #8e44ad; +} +.dokan-settings-wrap .dashicons.dashicons-admin-appearance { + color: #3498db; +} +.dokan-settings-wrap .dashicons.dashicons-networking { + color: #1abc9c; +} +.dokan-settings-wrap h2.nav-tab-wrapper { + flex: 1; + border-bottom: none; + padding: 0; + background: #f1f1f1; + border-right: 1px solid #c8d7e1; +} +.dokan-settings-wrap h2.nav-tab-wrapper a { + float: none; + display: block; + margin: 0; + border: none; + padding: 13px 13px; + background: #f1f1f1; + font-weight: 500; + border-bottom: 1px solid #c8d7e1; +} +.dokan-settings-wrap h2.nav-tab-wrapper a.nav-tab-active { + background: #fff !important; + border-right: 1px solid #c8d7e1; + width: 99%; + color: #2e4453; +} +.dokan-settings-wrap .metabox-holder { + flex: 3; + padding-left: 3%; + padding-right: 10px; + background: #fff; +} +td.tooltips-data { + display: flex; + justify-content: center; + align-items: center; + margin-top: 4px; + padding-right: 0; +} +.tooltips-data span { + width: 20px; +} +ul.dokan-settings-repeatable-list { + margin: 0; +} +.form-table tr td.dokan_checkbox_up { + vertical-align: top; + margin-top: 0.45em !important; +} +td.combine-tips-style { + display: table-cell; + vertical-align: top; +} +.wc_error_tip { + max-width: 20em; + line-height: 1.8em; + position: absolute; + white-space: normal; + background: #d82223; + margin: 1.2em 1px 0 -1em; + z-index: 9999999; + color: #fff; + font-size: 12px; + padding: 8px; +} +.wc_error_tip:after { + content: ""; + display: block; + border: 8px solid #d82223; + border-right-color: transparent; + border-left-color: transparent; + border-top-color: transparent; + position: absolute; + top: -3px; + left: 50%; + margin: -1em 0 0 -3px; +} +.dokan-settings-radio-image { + display: block; + width: 50%; + background: #fff; + -webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1); + box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1); + margin: 0 0 15px; + position: relative; + line-height: 0; + border: 1px solid #ededed; + padding: 4px; +} +.dokan-settings-radio-image img { + max-width: 100%; + z-index: 1; +} +.dokan-settings-radio-image .current-option-indicator { + position: absolute; + top: 0; + right: 0; + background-color: #4caf50; + color: #fff; + padding: 4px; + z-index: 2; + line-height: 1.3; +} +.dokan-settings-radio-image .active-option { + opacity: 0; + position: absolute; + top: 0; + left: 0; + z-index: 3; + width: 100%; + height: 100%; + background-color: rgba(0, 0, 0, 0.45); + transition: opacity 0.4s ease; +} +.dokan-settings-radio-image .active-option button { + position: absolute; + top: 50%; + left: 50%; + margin-top: -23px; + margin-left: -58px; +} +.dokan-settings-radio-image:hover .active-option { + opacity: 1; +} +.dokan-settings-radio-image.active .active-option { + display: none; +} +.dokan-settings-radio-image.not-active .current-option-indicator { + display: none; +} +.wp-pointer-buttons button.next { + margin-right: 5px; +} +.wp-pointer-buttons a.dokan { + padding-left: 10px; +} +.wp-pointer-buttons a.dokan:before { + content: unset; +} +.dokan-admin-notices a { + text-decoration: none; +} + diff --git a/assets/js/customize-controls.asset.php b/assets/js/customize-controls.asset.php new file mode 100644 index 0000000000..a59dd0a5f2 --- /dev/null +++ b/assets/js/customize-controls.asset.php @@ -0,0 +1 @@ + array(), 'version' => '5e8eb11dc627f75b6cab'); diff --git a/assets/js/customize-preview.asset.php b/assets/js/customize-preview.asset.php new file mode 100644 index 0000000000..b10a311534 --- /dev/null +++ b/assets/js/customize-preview.asset.php @@ -0,0 +1 @@ + array(), 'version' => 'da2bd796a3a906351aac'); diff --git a/assets/js/dokan-admin-product-style-rtl.css b/assets/js/dokan-admin-product-style-rtl.css new file mode 100644 index 0000000000..cfb78e4326 --- /dev/null +++ b/assets/js/dokan-admin-product-style-rtl.css @@ -0,0 +1,15 @@ +.dokan_product_author_override__avatar { + display: inline-block; + float: right; +} +.dokan_product_author_override__avatar img { + width: 22px; + height: auto; + border-radius: 50%; + border: 1px solid #eaeaea; +} +.dokan_product_author_override__title { + line-height: 1.7; + padding-right: 28px; +} + diff --git a/assets/js/dokan-admin-product-style.asset.php b/assets/js/dokan-admin-product-style.asset.php new file mode 100644 index 0000000000..f2ffdbe715 --- /dev/null +++ b/assets/js/dokan-admin-product-style.asset.php @@ -0,0 +1 @@ + array(), 'version' => '247f3f4b1376f9849f1e'); diff --git a/assets/js/dokan-admin-product-style.css b/assets/js/dokan-admin-product-style.css new file mode 100644 index 0000000000..2a1bf1854c --- /dev/null +++ b/assets/js/dokan-admin-product-style.css @@ -0,0 +1,15 @@ +.dokan_product_author_override__avatar { + display: inline-block; + float: left; +} +.dokan_product_author_override__avatar img { + width: 22px; + height: auto; + border-radius: 50%; + border: 1px solid #eaeaea; +} +.dokan_product_author_override__title { + line-height: 1.7; + padding-left: 28px; +} + diff --git a/assets/js/dokan-admin-product.asset.php b/assets/js/dokan-admin-product.asset.php new file mode 100644 index 0000000000..08828cf033 --- /dev/null +++ b/assets/js/dokan-admin-product.asset.php @@ -0,0 +1 @@ + array(), 'version' => '88b2071a6794c2be4a58'); diff --git a/assets/js/dokan-admin.asset.php b/assets/js/dokan-admin.asset.php new file mode 100644 index 0000000000..12e075e924 --- /dev/null +++ b/assets/js/dokan-admin.asset.php @@ -0,0 +1 @@ + array(), 'version' => 'c99fd182fea4b863f667'); diff --git a/assets/js/dokan-frontend.asset.php b/assets/js/dokan-frontend.asset.php new file mode 100644 index 0000000000..93ea761dfb --- /dev/null +++ b/assets/js/dokan-frontend.asset.php @@ -0,0 +1 @@ + array(), 'version' => 'e7c985703e37a0535f94'); diff --git a/assets/js/dokan-maps-compat.asset.php b/assets/js/dokan-maps-compat.asset.php new file mode 100644 index 0000000000..f534533332 --- /dev/null +++ b/assets/js/dokan-maps-compat.asset.php @@ -0,0 +1 @@ + array(), 'version' => '31d6cfe0d16ae931b73c'); diff --git a/assets/js/dokan-product-category-ui-rtl.css b/assets/js/dokan-product-category-ui-rtl.css new file mode 100644 index 0000000000..4914cfb7be --- /dev/null +++ b/assets/js/dokan-product-category-ui-rtl.css @@ -0,0 +1,340 @@ +.dokan-new-cat-ui-title { + margin-bottom: 0; +} +.dokan-select-product-category-container { + display: flex; +} +.dokan-select-product-category-container:last-child { + margin-bottom: -10px; +} +.dokan-select-product-category-container .dokan-select-product-category { + display: flex; + justify-content: space-between; + padding: 5px; + border: 1px solid #EDEDED; + cursor: pointer; + width: 100%; +} +.dokan-select-product-category-container .dokan-select-product-category .dokan-select-product-category-title .dokan-selected-category-icon { + font-size: 10px; + margin: 0 5px; +} +.dokan-select-product-category-container .dokan-select-product-category-remove-container { + margin-top: 5px; +} +.dokan-select-product-category-container .dokan-select-product-category-remove-container .dokan-select-product-category-remove { + padding: 7px 10px; + cursor: pointer; + margin-right: 5px; + border: 1px solid #EDEDED; +} +.dokan-select-product-category-container .dokan-select-product-category-remove-container .dokan-select-product-category-remove:hover { + background-color: #fa4242; + color: #FFF; +} +.dokan-add-more-single-cat-container { + display: flex; +} +.dokan-add-more-single-cat-container .dokan-single-cat-add-btn { + cursor: pointer; + color: #7F54B3; +} +.dokan-add-more-single-cat-container .dokan-single-cat-add-btn:hover { + text-decoration: underline; +} +.dokan-product-category-modal { + display: none; + justify-content: center; + position: fixed; + z-index: 1059; + right: 0; + top: 0; + width: 100%; + height: 100%; + overflow: auto; + background-color: #000000; + background-color: rgba(0, 0, 0, 0.4); +} +.dokan-product-category-modal .dokan-product-category-modal-content { + position: fixed; + bottom: calc(50% - 275px); + background-color: #fefefe; + width: 80%; + height: 550px; + padding: 19px 45px; + overflow: auto; +} +@media (max-width: 800px) { + .dokan-product-category-modal .dokan-product-category-modal-content { + width: 100%; + padding: 5px 0px; + } + .dokan-product-category-modal .dokan-product-category-modal-content .dokan-product-category-modal-body .dokan-single-categories-container { + height: 180px; + } +} +@media (max-width: 900px) { + .dokan-product-category-modal .dokan-product-category-modal-content .dokan-product-category-modal-body .dokan-category-search-container .dokan-cat-search-input { + width: 60% !important; + } + .dokan-product-category-modal .dokan-product-category-modal-content .dokan-product-category-modal-body .dokan-category-search-container .dokan-cat-search-text-limit { + width: 30% !important; + } +} +.dokan-product-category-modal .dokan-product-category-modal-content .dokan-product-category-modal-body { + padding: 2px 16px; + border-bottom: 1px solid #E2E2E2; + margin-top: 15px; + margin-bottom: 15px; +} +.dokan-product-category-modal .dokan-product-category-modal-content .dokan-product-category-modal-body .dokan-single-categories-container { + height: 250px; + position: relative; + margin-top: 15px; + margin-bottom: 15px; +} +.dokan-product-category-modal .dokan-product-category-modal-content .dokan-product-category-modal-body .dokan-single-categories-container .dokan-single-categories-arrow { + position: absolute; + color: white; + height: 100%; + top: 0; + width: 80px; + border-radius: 0; +} +.dokan-product-category-modal .dokan-product-category-modal-content .dokan-product-category-modal-body .dokan-single-categories-container .dokan-single-categories-arrow > span { + background-color: #2271B1; + width: 30px; + display: block; + text-align: center; + line-height: 30px; + border-radius: 15px; + margin-top: 110px; +} +.dokan-product-category-modal .dokan-product-category-modal-content .dokan-product-category-modal-body .dokan-single-categories-container .dokan-single-categories-left { + background-image: linear-gradient(-90deg, white, transparent); +} +.dokan-product-category-modal .dokan-product-category-modal-content .dokan-product-category-modal-body .dokan-single-categories-container .dokan-single-categories-left-box { + float: right; + cursor: pointer; +} +.dokan-product-category-modal .dokan-product-category-modal-content .dokan-product-category-modal-body .dokan-single-categories-container .dokan-single-categories-right-box { + float: left; + cursor: pointer; +} +.dokan-product-category-modal .dokan-product-category-modal-content .dokan-product-category-modal-body .dokan-single-categories-container .dokan-single-categories-right { + left: 0%; + background-image: linear-gradient(-270deg, white, transparent); +} +.dokan-product-category-modal .dokan-product-category-modal-content .dokan-product-category-modal-body .dokan-single-categories-container .dokan-single-categories::-webkit-scrollbar { + display: none; +} +.dokan-product-category-modal .dokan-product-category-modal-content .dokan-product-category-modal-body .dokan-single-categories-container ::-webkit-scrollbar { + margin-right: 5px; + width: 5px; +} +.dokan-product-category-modal .dokan-product-category-modal-content .dokan-product-category-modal-body .dokan-single-categories-container ::-webkit-scrollbar-track { + background: #E0E0E0; +} +.dokan-product-category-modal .dokan-product-category-modal-content .dokan-product-category-modal-body .dokan-single-categories-container ::-webkit-scrollbar-thumb { + background: #BFBFBF; + border-radius: 10px; +} +.dokan-product-category-modal .dokan-product-category-modal-content .dokan-product-category-modal-body .dokan-single-categories-container::-webkit-scrollbar-thumb:hover { + background: #919191; +} +.dokan-product-category-modal .dokan-product-category-modal-content .dokan-product-category-modal-body .dokan-single-categories-container .dokan-single-categories { + height: 100%; + background-color: #FFF; + display: flex; + overflow-x: auto; +} +.dokan-product-category-modal .dokan-product-category-modal-content .dokan-product-category-modal-body .dokan-single-categories-container .dokan-single-categories .dokan-product-category-ul { + margin: 0 0 0 10px; + width: 300px; + font-size: 1rem; + font-weight: 600; + color: black; + overflow-y: auto; + flex-shrink: 0; +} +.dokan-product-category-modal .dokan-product-category-modal-content .dokan-product-category-modal-body .dokan-single-categories-container .dokan-single-categories .dokan-product-category-ul .dokan-product-category-li { + margin: 0 0 0 9px; + display: flex; + justify-content: space-between; + cursor: pointer; + padding: 5px; + border-radius: 2px; + -webkit-border-radius: 2px; + -moz-border-radius: 2px; + -ms-border-radius: 2px; + -o-border-radius: 2px; +} +.dokan-product-category-modal .dokan-product-category-modal-content .dokan-product-category-modal-body .dokan-single-categories-container .dokan-single-categories .dokan-product-category-ul .dokan-product-category-li:hover { + background-color: #F9F9F9; +} +.dokan-product-category-modal .dokan-product-category-modal-content .dokan-product-category-modal-body .dokan-single-categories-container .dokan-single-categories .dokan-product-category-ul .dokan-product-category-li .dokan-product-category-icon { + opacity: 0; + color: #BFBFBF; +} +.dokan-product-category-modal .dokan-product-category-modal-content .dokan-product-category-modal-body .dokan-single-categories-container .dokan-single-categories .dokan-product-category-ul .dokan-product-category-li .dokan-product-category-icon i { + line-height: 25px; +} +.dokan-product-category-modal .dokan-product-category-modal-content .dokan-product-category-modal-body .dokan-single-categories-container .dokan-single-categories .dokan-product-category-ul .dokan-product-category-li:hover .dokan-product-category { + color: #2271B1; +} +.dokan-product-category-modal .dokan-product-category-modal-content .dokan-product-category-modal-body .dokan-single-categories-container .dokan-single-categories .dokan-product-category-ul .dokan-cat-has-child .dokan-product-category-icon { + opacity: 1 ; +} +.dokan-product-category-modal .dokan-product-category-modal-content .dokan-product-category-modal-body .dokan-single-categories-container .dokan-single-categories .dokan-product-category-li-active { + color: #2271B1 !important; + background-color: #F9F9F9 !important; +} +.dokan-product-category-modal .dokan-product-category-modal-content .dokan-product-category-modal-body .dokan-single-categories-container .dokan-single-categories .dokan-product-category-li-active.dokan-cat-has-child .dokan-product-category-icon { + opacity: 1 !important; + color: #2271B1 !important; +} +.dokan-product-category-modal .dokan-product-category-modal-content .dokan-product-category-modal-body .dokan-category-search-container { + position: relative; +} +.dokan-product-category-modal .dokan-product-category-modal-content .dokan-product-category-modal-body .dokan-category-search-container .dokan-cat-search-box { + display: flex; + border: 1px solid #EDEDED; + justify-content: space-between; + padding: 5px 15px; + border-radius: 3px; + -webkit-border-radius: 3px; + -moz-border-radius: 3px; + -ms-border-radius: 3px; + -o-border-radius: 3px; +} +.dokan-product-category-modal .dokan-product-category-modal-content .dokan-product-category-modal-body .dokan-category-search-container .dokan-cat-search-icon { + width: 2%; +} +.dokan-product-category-modal .dokan-product-category-modal-content .dokan-product-category-modal-body .dokan-category-search-container .dokan-cat-search-input { + padding: 0 10px 0 0; + background-color: white; + color: black; + border: 0; + -webkit-appearance: none; + box-sizing: border-box; + font-weight: 400; + box-shadow: none; + outline: none; + width: 88%; +} +.dokan-product-category-modal .dokan-product-category-modal-content .dokan-product-category-modal-body .dokan-category-search-container .dokan-cat-search-text-limit { + width: 10%; + text-align: left; +} +.dokan-product-category-modal .dokan-product-category-modal-content .dokan-product-category-modal-body .dokan-category-search-container .dokan-cat-search-text-limit::before { + content: "|"; + margin-left: 15px; +} +.dokan-product-category-modal .dokan-product-category-modal-content .dokan-product-category-modal-body .dokan-category-search-container .dokan-cat-search-res { + max-height: 219px; + overflow: auto; + background: #FFFFFF; + border-right: 1px solid #E2E2E2; + border-left: 1px solid #E2E2E2; + border-bottom: 1px solid #E2E2E2; + box-sizing: border-box; + box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.1); + border-radius: 0px 0px 3px 3px; + position: absolute; + width: 100%; + z-index: 1; + font-size: 14px; +} +.dokan-product-category-modal .dokan-product-category-modal-content .dokan-product-category-modal-body .dokan-category-search-container .dokan-cat-search-res .dokan-cat-search-res-ul { + margin: 26px 0; +} +.dokan-product-category-modal .dokan-product-category-modal-content .dokan-product-category-modal-body .dokan-category-search-container .dokan-cat-search-res .dokan-cat-search-res-ul .dokan-cat-search-res-li { + padding: 5px 26px; + margin: 5px 0; + cursor: pointer; +} +.dokan-product-category-modal .dokan-product-category-modal-content .dokan-product-category-modal-body .dokan-category-search-container .dokan-cat-search-res .dokan-cat-search-res-ul .dokan-cat-search-res-li:hover { + background: #F9F9F9; +} +.dokan-product-category-modal .dokan-product-category-modal-content .dokan-product-category-modal-body .dokan-category-search-container .dokan-cat-search-res .dokan-cat-search-res-ul .dokan-cat-search-res-li .dokan-cat-search-res-item { + color: #2271B1; +} +.dokan-product-category-modal .dokan-product-category-modal-content .dokan-product-category-modal-body .dokan-category-search-container .dokan-cat-search-res .dokan-cat-search-res-ul .dokan-cat-search-res-li .dokan-cat-search-res-history { + color: #ACACAC; +} +.dokan-product-category-modal .dokan-product-category-modal-content .dokan-product-category-modal-body .dokan-category-search-container .dokan-cat-search-res .dokan-cat-search-res-ul .dokan-cat-search-res-li .dokan-cat-search-res-history .dokan-cat-search-res-indicator { + font-size: 15px; +} +.dokan-product-category-modal .dokan-product-category-modal-content .dokan-product-category-modal-body .dokan-category-search-container .dokan-cat-search-res .dokan-cat-search-res-ul .dokan-cat-search-res-li .dokan-cat-search-res-history .dokan-cat-search-res-suggestion-selected span { + color: #000; + margin: 0; +} +.dokan-product-category-modal .dokan-product-category-modal-content .dokan-product-category-modal-body .dokan-category-search-container .dokan-cat-search-res .dokan-cat-search-res-ul .dokan-cat-search-res-li .dokan-cat-search-res-history span { + margin-left: 5px; +} +.close { + color: rgba(153, 153, 153, 0.5); + font-size: 28px; + font-weight: bold; + text-decoration: none; + cursor: pointer; +} +.close:hover { + color: rgba(255, 87, 87, 0.904); +} +.dokan-product-category-modal-header { + padding: 2px 16px; + color: white; + display: flex; + justify-content: space-between; +} +.dokan-product-category-modal-header .dokan-product-category-title .dokan-single-title { + font-size: 2em; + font-style: normal; + font-weight: 300; + line-height: 1.214; + letter-spacing: -1px; + color: #000; + display: block; +} +.dokan-product-category-modal-header .dokan-product-category-title .dokan-single-des { + font-style: normal; + font-weight: 300; + font-size: 14px; + padding-top: 2px; + color: #999999; +} +.dokan-product-category-modal-footer { + padding: 2px 16px; + color: white; +} +.dokan-product-category-modal-footer .dokan-selected-category-label-container span { + font-weight: 300; +} +.dokan-product-category-modal-footer .dokan-selected-category-label-container .dokan-selected-category-label { + color: #ACACAC; +} +.dokan-product-category-modal-footer .dokan-selected-category-label-container .dokan-selected-category-span { + color: #000; +} +.dokan-product-category-modal-footer .dokan-selected-category-label-container .dokan-selected-category-span span { + margin-left: 5px; +} +.dokan-product-category-modal-footer .dokan-selected-category-label-container .dokan-selected-category-span .dokan-selected-category-icon { + font-size: 9px; +} +.dokan-product-category-modal-footer .dokan-selected-category-label-container .dokan-selected-category-span .dokan-cat-selected { + color: #2271B1; +} +.dokan-product-category-modal-footer .dokan-product-category-button-container button { + float: left; + width: 5.5rem; + height: 2.5rem; + font-size: 1rem; + padding: 0; +} +.dokan-cat-highlight { + background-color: #ffff00; + margin-left: -3px !important; +} + diff --git a/assets/js/dokan-product-category-ui.asset.php b/assets/js/dokan-product-category-ui.asset.php new file mode 100644 index 0000000000..5b44a81c20 --- /dev/null +++ b/assets/js/dokan-product-category-ui.asset.php @@ -0,0 +1 @@ + array(), 'version' => 'b46deef63ccd59811fe9'); diff --git a/assets/js/dokan-product-category-ui.css b/assets/js/dokan-product-category-ui.css new file mode 100644 index 0000000000..7451a4e304 --- /dev/null +++ b/assets/js/dokan-product-category-ui.css @@ -0,0 +1,340 @@ +.dokan-new-cat-ui-title { + margin-bottom: 0; +} +.dokan-select-product-category-container { + display: flex; +} +.dokan-select-product-category-container:last-child { + margin-bottom: -10px; +} +.dokan-select-product-category-container .dokan-select-product-category { + display: flex; + justify-content: space-between; + padding: 5px; + border: 1px solid #EDEDED; + cursor: pointer; + width: 100%; +} +.dokan-select-product-category-container .dokan-select-product-category .dokan-select-product-category-title .dokan-selected-category-icon { + font-size: 10px; + margin: 0 5px; +} +.dokan-select-product-category-container .dokan-select-product-category-remove-container { + margin-top: 5px; +} +.dokan-select-product-category-container .dokan-select-product-category-remove-container .dokan-select-product-category-remove { + padding: 7px 10px; + cursor: pointer; + margin-left: 5px; + border: 1px solid #EDEDED; +} +.dokan-select-product-category-container .dokan-select-product-category-remove-container .dokan-select-product-category-remove:hover { + background-color: #fa4242; + color: #FFF; +} +.dokan-add-more-single-cat-container { + display: flex; +} +.dokan-add-more-single-cat-container .dokan-single-cat-add-btn { + cursor: pointer; + color: #7F54B3; +} +.dokan-add-more-single-cat-container .dokan-single-cat-add-btn:hover { + text-decoration: underline; +} +.dokan-product-category-modal { + display: none; + justify-content: center; + position: fixed; + z-index: 1059; + left: 0; + top: 0; + width: 100%; + height: 100%; + overflow: auto; + background-color: #000000; + background-color: rgba(0, 0, 0, 0.4); +} +.dokan-product-category-modal .dokan-product-category-modal-content { + position: fixed; + bottom: calc(50% - 275px); + background-color: #fefefe; + width: 80%; + height: 550px; + padding: 19px 45px; + overflow: auto; +} +@media (max-width: 800px) { + .dokan-product-category-modal .dokan-product-category-modal-content { + width: 100%; + padding: 5px 0px; + } + .dokan-product-category-modal .dokan-product-category-modal-content .dokan-product-category-modal-body .dokan-single-categories-container { + height: 180px; + } +} +@media (max-width: 900px) { + .dokan-product-category-modal .dokan-product-category-modal-content .dokan-product-category-modal-body .dokan-category-search-container .dokan-cat-search-input { + width: 60% !important; + } + .dokan-product-category-modal .dokan-product-category-modal-content .dokan-product-category-modal-body .dokan-category-search-container .dokan-cat-search-text-limit { + width: 30% !important; + } +} +.dokan-product-category-modal .dokan-product-category-modal-content .dokan-product-category-modal-body { + padding: 2px 16px; + border-bottom: 1px solid #E2E2E2; + margin-top: 15px; + margin-bottom: 15px; +} +.dokan-product-category-modal .dokan-product-category-modal-content .dokan-product-category-modal-body .dokan-single-categories-container { + height: 250px; + position: relative; + margin-top: 15px; + margin-bottom: 15px; +} +.dokan-product-category-modal .dokan-product-category-modal-content .dokan-product-category-modal-body .dokan-single-categories-container .dokan-single-categories-arrow { + position: absolute; + color: white; + height: 100%; + top: 0; + width: 80px; + border-radius: 0; +} +.dokan-product-category-modal .dokan-product-category-modal-content .dokan-product-category-modal-body .dokan-single-categories-container .dokan-single-categories-arrow > span { + background-color: #2271B1; + width: 30px; + display: block; + text-align: center; + line-height: 30px; + border-radius: 15px; + margin-top: 110px; +} +.dokan-product-category-modal .dokan-product-category-modal-content .dokan-product-category-modal-body .dokan-single-categories-container .dokan-single-categories-left { + background-image: linear-gradient(90deg, white, transparent); +} +.dokan-product-category-modal .dokan-product-category-modal-content .dokan-product-category-modal-body .dokan-single-categories-container .dokan-single-categories-left-box { + float: left; + cursor: pointer; +} +.dokan-product-category-modal .dokan-product-category-modal-content .dokan-product-category-modal-body .dokan-single-categories-container .dokan-single-categories-right-box { + float: right; + cursor: pointer; +} +.dokan-product-category-modal .dokan-product-category-modal-content .dokan-product-category-modal-body .dokan-single-categories-container .dokan-single-categories-right { + right: 0%; + background-image: linear-gradient(270deg, white, transparent); +} +.dokan-product-category-modal .dokan-product-category-modal-content .dokan-product-category-modal-body .dokan-single-categories-container .dokan-single-categories::-webkit-scrollbar { + display: none; +} +.dokan-product-category-modal .dokan-product-category-modal-content .dokan-product-category-modal-body .dokan-single-categories-container ::-webkit-scrollbar { + margin-left: 5px; + width: 5px; +} +.dokan-product-category-modal .dokan-product-category-modal-content .dokan-product-category-modal-body .dokan-single-categories-container ::-webkit-scrollbar-track { + background: #E0E0E0; +} +.dokan-product-category-modal .dokan-product-category-modal-content .dokan-product-category-modal-body .dokan-single-categories-container ::-webkit-scrollbar-thumb { + background: #BFBFBF; + border-radius: 10px; +} +.dokan-product-category-modal .dokan-product-category-modal-content .dokan-product-category-modal-body .dokan-single-categories-container::-webkit-scrollbar-thumb:hover { + background: #919191; +} +.dokan-product-category-modal .dokan-product-category-modal-content .dokan-product-category-modal-body .dokan-single-categories-container .dokan-single-categories { + height: 100%; + background-color: #FFF; + display: flex; + overflow-x: auto; +} +.dokan-product-category-modal .dokan-product-category-modal-content .dokan-product-category-modal-body .dokan-single-categories-container .dokan-single-categories .dokan-product-category-ul { + margin: 0 10px 0 0; + width: 300px; + font-size: 1rem; + font-weight: 600; + color: black; + overflow-y: auto; + flex-shrink: 0; +} +.dokan-product-category-modal .dokan-product-category-modal-content .dokan-product-category-modal-body .dokan-single-categories-container .dokan-single-categories .dokan-product-category-ul .dokan-product-category-li { + margin: 0 9px 0 0; + display: flex; + justify-content: space-between; + cursor: pointer; + padding: 5px; + border-radius: 2px; + -webkit-border-radius: 2px; + -moz-border-radius: 2px; + -ms-border-radius: 2px; + -o-border-radius: 2px; +} +.dokan-product-category-modal .dokan-product-category-modal-content .dokan-product-category-modal-body .dokan-single-categories-container .dokan-single-categories .dokan-product-category-ul .dokan-product-category-li:hover { + background-color: #F9F9F9; +} +.dokan-product-category-modal .dokan-product-category-modal-content .dokan-product-category-modal-body .dokan-single-categories-container .dokan-single-categories .dokan-product-category-ul .dokan-product-category-li .dokan-product-category-icon { + opacity: 0; + color: #BFBFBF; +} +.dokan-product-category-modal .dokan-product-category-modal-content .dokan-product-category-modal-body .dokan-single-categories-container .dokan-single-categories .dokan-product-category-ul .dokan-product-category-li .dokan-product-category-icon i { + line-height: 25px; +} +.dokan-product-category-modal .dokan-product-category-modal-content .dokan-product-category-modal-body .dokan-single-categories-container .dokan-single-categories .dokan-product-category-ul .dokan-product-category-li:hover .dokan-product-category { + color: #2271B1; +} +.dokan-product-category-modal .dokan-product-category-modal-content .dokan-product-category-modal-body .dokan-single-categories-container .dokan-single-categories .dokan-product-category-ul .dokan-cat-has-child .dokan-product-category-icon { + opacity: 1 ; +} +.dokan-product-category-modal .dokan-product-category-modal-content .dokan-product-category-modal-body .dokan-single-categories-container .dokan-single-categories .dokan-product-category-li-active { + color: #2271B1 !important; + background-color: #F9F9F9 !important; +} +.dokan-product-category-modal .dokan-product-category-modal-content .dokan-product-category-modal-body .dokan-single-categories-container .dokan-single-categories .dokan-product-category-li-active.dokan-cat-has-child .dokan-product-category-icon { + opacity: 1 !important; + color: #2271B1 !important; +} +.dokan-product-category-modal .dokan-product-category-modal-content .dokan-product-category-modal-body .dokan-category-search-container { + position: relative; +} +.dokan-product-category-modal .dokan-product-category-modal-content .dokan-product-category-modal-body .dokan-category-search-container .dokan-cat-search-box { + display: flex; + border: 1px solid #EDEDED; + justify-content: space-between; + padding: 5px 15px; + border-radius: 3px; + -webkit-border-radius: 3px; + -moz-border-radius: 3px; + -ms-border-radius: 3px; + -o-border-radius: 3px; +} +.dokan-product-category-modal .dokan-product-category-modal-content .dokan-product-category-modal-body .dokan-category-search-container .dokan-cat-search-icon { + width: 2%; +} +.dokan-product-category-modal .dokan-product-category-modal-content .dokan-product-category-modal-body .dokan-category-search-container .dokan-cat-search-input { + padding: 0 0 0 10px; + background-color: white; + color: black; + border: 0; + -webkit-appearance: none; + box-sizing: border-box; + font-weight: 400; + box-shadow: none; + outline: none; + width: 88%; +} +.dokan-product-category-modal .dokan-product-category-modal-content .dokan-product-category-modal-body .dokan-category-search-container .dokan-cat-search-text-limit { + width: 10%; + text-align: right; +} +.dokan-product-category-modal .dokan-product-category-modal-content .dokan-product-category-modal-body .dokan-category-search-container .dokan-cat-search-text-limit::before { + content: "|"; + margin-right: 15px; +} +.dokan-product-category-modal .dokan-product-category-modal-content .dokan-product-category-modal-body .dokan-category-search-container .dokan-cat-search-res { + max-height: 219px; + overflow: auto; + background: #FFFFFF; + border-left: 1px solid #E2E2E2; + border-right: 1px solid #E2E2E2; + border-bottom: 1px solid #E2E2E2; + box-sizing: border-box; + box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.1); + border-radius: 0px 0px 3px 3px; + position: absolute; + width: 100%; + z-index: 1; + font-size: 14px; +} +.dokan-product-category-modal .dokan-product-category-modal-content .dokan-product-category-modal-body .dokan-category-search-container .dokan-cat-search-res .dokan-cat-search-res-ul { + margin: 26px 0; +} +.dokan-product-category-modal .dokan-product-category-modal-content .dokan-product-category-modal-body .dokan-category-search-container .dokan-cat-search-res .dokan-cat-search-res-ul .dokan-cat-search-res-li { + padding: 5px 26px; + margin: 5px 0; + cursor: pointer; +} +.dokan-product-category-modal .dokan-product-category-modal-content .dokan-product-category-modal-body .dokan-category-search-container .dokan-cat-search-res .dokan-cat-search-res-ul .dokan-cat-search-res-li:hover { + background: #F9F9F9; +} +.dokan-product-category-modal .dokan-product-category-modal-content .dokan-product-category-modal-body .dokan-category-search-container .dokan-cat-search-res .dokan-cat-search-res-ul .dokan-cat-search-res-li .dokan-cat-search-res-item { + color: #2271B1; +} +.dokan-product-category-modal .dokan-product-category-modal-content .dokan-product-category-modal-body .dokan-category-search-container .dokan-cat-search-res .dokan-cat-search-res-ul .dokan-cat-search-res-li .dokan-cat-search-res-history { + color: #ACACAC; +} +.dokan-product-category-modal .dokan-product-category-modal-content .dokan-product-category-modal-body .dokan-category-search-container .dokan-cat-search-res .dokan-cat-search-res-ul .dokan-cat-search-res-li .dokan-cat-search-res-history .dokan-cat-search-res-indicator { + font-size: 15px; +} +.dokan-product-category-modal .dokan-product-category-modal-content .dokan-product-category-modal-body .dokan-category-search-container .dokan-cat-search-res .dokan-cat-search-res-ul .dokan-cat-search-res-li .dokan-cat-search-res-history .dokan-cat-search-res-suggestion-selected span { + color: #000; + margin: 0; +} +.dokan-product-category-modal .dokan-product-category-modal-content .dokan-product-category-modal-body .dokan-category-search-container .dokan-cat-search-res .dokan-cat-search-res-ul .dokan-cat-search-res-li .dokan-cat-search-res-history span { + margin-right: 5px; +} +.close { + color: rgba(153, 153, 153, 0.5); + font-size: 28px; + font-weight: bold; + text-decoration: none; + cursor: pointer; +} +.close:hover { + color: rgba(255, 87, 87, 0.904); +} +.dokan-product-category-modal-header { + padding: 2px 16px; + color: white; + display: flex; + justify-content: space-between; +} +.dokan-product-category-modal-header .dokan-product-category-title .dokan-single-title { + font-size: 2em; + font-style: normal; + font-weight: 300; + line-height: 1.214; + letter-spacing: -1px; + color: #000; + display: block; +} +.dokan-product-category-modal-header .dokan-product-category-title .dokan-single-des { + font-style: normal; + font-weight: 300; + font-size: 14px; + padding-top: 2px; + color: #999999; +} +.dokan-product-category-modal-footer { + padding: 2px 16px; + color: white; +} +.dokan-product-category-modal-footer .dokan-selected-category-label-container span { + font-weight: 300; +} +.dokan-product-category-modal-footer .dokan-selected-category-label-container .dokan-selected-category-label { + color: #ACACAC; +} +.dokan-product-category-modal-footer .dokan-selected-category-label-container .dokan-selected-category-span { + color: #000; +} +.dokan-product-category-modal-footer .dokan-selected-category-label-container .dokan-selected-category-span span { + margin-right: 5px; +} +.dokan-product-category-modal-footer .dokan-selected-category-label-container .dokan-selected-category-span .dokan-selected-category-icon { + font-size: 9px; +} +.dokan-product-category-modal-footer .dokan-selected-category-label-container .dokan-selected-category-span .dokan-cat-selected { + color: #2271B1; +} +.dokan-product-category-modal-footer .dokan-product-category-button-container button { + float: right; + width: 5.5rem; + height: 2.5rem; + font-size: 1rem; + padding: 0; +} +.dokan-cat-highlight { + background-color: #ffff00; + margin-right: -3px !important; +} + diff --git a/assets/js/dokan-promo-notice.asset.php b/assets/js/dokan-promo-notice.asset.php new file mode 100644 index 0000000000..96daf46d9d --- /dev/null +++ b/assets/js/dokan-promo-notice.asset.php @@ -0,0 +1 @@ + array('jquery'), 'version' => 'f9fbc592372a6fface99'); diff --git a/assets/js/dokan-promo-notice.js b/assets/js/dokan-promo-notice.js index 210b93ed1d..51cf761097 100644 --- a/assets/js/dokan-promo-notice.js +++ b/assets/js/dokan-promo-notice.js @@ -1,2 +1,2 @@ /*! For license information please see dokan-promo-notice.js.LICENSE.txt */ -(()=>{"use strict";var t={n:e=>{var n=e&&e.__esModule?()=>e.default:()=>e;return t.d(n,{a:n}),n},d:(e,n)=>{for(var r in n)t.o(n,r)&&!t.o(e,r)&&Object.defineProperty(e,r,{enumerable:!0,get:n[r]})}};t.g=function(){if("object"==typeof globalThis)return globalThis;try{return this||new Function("return this")()}catch(t){if("object"==typeof window)return window}}(),t.o=(t,e)=>Object.prototype.hasOwnProperty.call(t,e);const e=jQuery;var n=t.n(e);const r={name:"AdminNotice",props:{endpoint:{type:String,default:"admin"},interval:{type:Number,default:5e3}},data:()=>({timer:null,notices:[],loading:!1,button_text:"",current_notice:1,task_completed:!1,transitionName:"slide-next"}),created(){this.fetch()},methods:{fetch(){n().ajax({url:`${dokan_promo.rest.root}${dokan_promo.rest.version}/admin/notices/${this.endpoint}`,method:"get",beforeSend:function(t){t.setRequestHeader("X-WP-Nonce",dokan_promo.rest.nonce)}}).done((t=>{this.notices=t.filter((t=>t.description||t.title)),this.startAutoSlide()}))},slideNotice(t){this.current_notice+=t,this.transitionName=1===t?"slide-next":"slide-prev";let e=this.notices.length;this.current_notice<1&&(this.current_notice=e),this.current_notice>e&&(this.current_notice=1)},nextNotice(){this.stopAutoSlide(),this.slideNotice(1)},prevNotice(){this.stopAutoSlide(),this.slideNotice(-1)},startAutoSlide(){!this.loading&&this.notices.length>1&&(this.timer=setInterval((()=>{this.slideNotice(1)}),this.interval))},stopAutoSlide(){!this.loading&&this.notices.length>1&&(clearInterval(this.timer),this.timer=null)},hideNotice(t,e){n().ajax({url:dokan_promo.ajaxurl,method:"post",dataType:"json",data:t.ajax_data}).done((()=>{this.notices.splice(e,1),this.slideNotice(1)}))},handleAction(t,e){t.confirm_message?Swal.fire({title:this.__("Are you sure?","dokan-lite"),icon:"warning",html:t.confirm_message,showCancelButton:!0,confirmButtonText:t.text,cancelButtonText:this.__("Cancel","dokan-lite")}).then((n=>{n.value&&this.handleRequest(t,e)})):this.handleRequest(t,e)},handleRequest(t,e){this.loading=!0,this.button_text=t.loading_text?t.loading_text:this.__("Loading...","dokan-lite"),n().ajax({url:dokan_promo.ajaxurl,method:"post",dataType:"json",data:t.ajax_data}).always((()=>{this.loading=!1})).done((()=>{this.button_text=t.completed_text?t.completed_text:t.text,this.task_completed=!0,t.reload?window.location.reload():(this.notices.splice(e,1),this.slideNotice(1))}))}}};function o(t,e,n,r,o,i,a,s){var c,l="function"==typeof t?t.options:t;if(e&&(l.render=e,l.staticRenderFns=n,l._compiled=!0),r&&(l.functional=!0),i&&(l._scopeId="data-v-"+i),a?(c=function(t){(t=t||this.$vnode&&this.$vnode.ssrContext||this.parent&&this.parent.$vnode&&this.parent.$vnode.ssrContext)||"undefined"==typeof __VUE_SSR_CONTEXT__||(t=__VUE_SSR_CONTEXT__),o&&o.call(this,t),t&&t._registeredComponents&&t._registeredComponents.add(a)},l._ssrRegister=c):o&&(c=s?function(){o.call(this,(l.functional?this.parent:this).$root.$options.shadowRoot)}:o),c)if(l.functional){l._injectStyles=c;var u=l.render;l.render=function(t,e){return c.call(e),u(t,e)}}else{var f=l.beforeCreate;l.beforeCreate=f?[].concat(f,c):[c]}return{exports:t,options:l}}var i=o(r,(function(){var t=this,e=t._self._c;return e("div",{staticClass:"notice dokan-admin-notices-wrap"},[t.notices&&t.notices.length?e("div",{staticClass:"dokan-admin-notices"},[e("transition-group",{staticClass:"dokan-notice-slides leading-[1.5em] box-content",attrs:{name:t.transitionName,tag:"div"}},[t._l(t.notices,(function(n,r){return[e("div",{directives:[{name:"show",rawName:"v-show",value:r+1===t.current_notice,expression:"(index + 1) === current_notice"}],key:r,staticClass:"dokan-admin-notice",class:`dokan-${n.type}`,on:{mouseenter:t.stopAutoSlide,mouseleave:t.startAutoSlide}},[e("div",{staticClass:"notice-content",style:n.title&&n.actions&&n.description?"align-items: start":"align-items: center"},[e("div",{staticClass:"logo-wrap"},[e("div",{staticClass:"dokan-logo"}),t._v(" "),e("span",{staticClass:"dokan-icon",class:`dokan-icon-${n.type}`})]),t._v(" "),e("div",{staticClass:"dokan-message"},[n.title?e("h3",[t._v(t._s(n.title))]):t._e(),t._v(" "),n.description?e("div",{domProps:{innerHTML:t._s(n.description)}}):t._e(),t._v(" "),n.actions&&n.actions.length?[t._l(n.actions,(function(n){return[n.action?e("a",{staticClass:"dokan-btn",class:[`dokan-btn-${n.type}`,n.class],attrs:{target:n.target?n.target:"_self",href:n.action}},[t._v(t._s(n.text))]):e("button",{staticClass:"dokan-btn btn-dokan",class:[`dokan-btn-${n.type}`,n.class],attrs:{disabled:t.loading},on:{click:function(e){return t.handleAction(n,r)}}},[t._v(t._s(t.loading||t.task_completed?t.button_text:n.text))])]}))]:t._e()],2),t._v(" "),n.show_close_button&&n.close_url?e("a",{staticClass:"close-notice",attrs:{href:n.close_url}},[e("span",{staticClass:"dashicons dashicons-no-alt"})]):t._e(),t._v(" "),n.show_close_button&&n.ajax_data?e("button",{staticClass:"close-notice",attrs:{disabled:t.loading},on:{click:function(e){return t.hideNotice(n,r)}}},[e("span",{staticClass:"dashicons dashicons-no-alt"})]):t._e()])])]}))],2),t._v(" "),e("div",{directives:[{name:"show",rawName:"v-show",value:t.notices.length>1,expression:"notices.length > 1"}],staticClass:"slide-notice"},[e("span",{staticClass:"prev",class:{active:t.current_notice>1},on:{click:function(e){return t.prevNotice()}}},[e("svg",{attrs:{width:"8",height:"13",viewBox:"0 0 8 13",fill:"none",xmlns:"http://www.w3.org/2000/svg"}},[e("path",{attrs:{d:"M0.791129 6.10203L6.4798 0.415254C6.72942 0.166269 7.13383 0.166269 7.38408 0.415254C7.63369 0.664239 7.63369 1.06866 7.38408 1.31764L2.14663 6.5532L7.38345 11.7888C7.63306 12.0377 7.63306 12.4422 7.38345 12.6918C7.13383 12.9408 6.72879 12.9408 6.47917 12.6918L0.790498 7.005C0.544665 6.75859 0.544666 6.34781 0.791129 6.10203Z",fill:"#DADFE4"}})])]),t._v(" "),e("span",{staticClass:"notice-count"},[e("span",{staticClass:"current-notice",class:{active:t.current_notice>1}},[t._v(t._s(t.current_notice))]),t._v(" of "),e("span",{staticClass:"total-notice",class:{active:t.current_notice=0&&Math.floor(e)===e&&isFinite(t)}function y(t){return u(t)&&"function"==typeof t.then&&"function"==typeof t.catch}function _(t){return null==t?"":Array.isArray(t)||m(t)&&t.toString===h?JSON.stringify(t,b,2):String(t)}function b(t,e){return e&&e.__v_isRef?e.value:e}function $(t){var e=parseFloat(t);return isNaN(e)?t:e}function x(t,e){for(var n=Object.create(null),r=t.split(","),o=0;o-1)return t.splice(r,1)}}var S=Object.prototype.hasOwnProperty;function O(t,e){return S.call(t,e)}function T(t){var e=Object.create(null);return function(n){return e[n]||(e[n]=t(n))}}var A=/-(\w)/g,N=T((function(t){return t.replace(A,(function(t,e){return e?e.toUpperCase():""}))})),j=T((function(t){return t.charAt(0).toUpperCase()+t.slice(1)})),E=/\B([A-Z])/g,D=T((function(t){return t.replace(E,"-$1").toLowerCase()})),P=Function.prototype.bind?function(t,e){return t.bind(e)}:function(t,e){function n(n){var r=arguments.length;return r?r>1?t.apply(e,arguments):t.call(e,n):t.call(e)}return n._length=t.length,n};function L(t,e){e=e||0;for(var n=t.length-e,r=new Array(n);n--;)r[n]=t[n+e];return r}function M(t,e){for(var n in e)t[n]=e[n];return t}function I(t){for(var e={},n=0;n0,rt=tt&&tt.indexOf("edge/")>0;tt&&tt.indexOf("android");var ot=tt&&/iphone|ipad|ipod|ios/.test(tt);tt&&/chrome\/\d+/.test(tt),tt&&/phantomjs/.test(tt);var it,at=tt&&tt.match(/firefox\/(\d+)/),st={}.watch,ct=!1;if(Y)try{var lt={};Object.defineProperty(lt,"passive",{get:function(){ct=!0}}),window.addEventListener("test-passive",null,lt)}catch(t){}var ut=function(){return void 0===it&&(it=!Y&&void 0!==t.g&&t.g.process&&"server"===t.g.process.env.VUE_ENV),it},ft=Y&&window.__VUE_DEVTOOLS_GLOBAL_HOOK__;function dt(t){return"function"==typeof t&&/native code/.test(t.toString())}var pt,vt="undefined"!=typeof Symbol&&dt(Symbol)&&"undefined"!=typeof Reflect&&dt(Reflect.ownKeys);pt="undefined"!=typeof Set&&dt(Set)?Set:function(){function t(){this.set=Object.create(null)}return t.prototype.has=function(t){return!0===this.set[t]},t.prototype.add=function(t){this.set[t]=!0},t.prototype.clear=function(){this.set=Object.create(null)},t}();var ht=null;function mt(t){void 0===t&&(t=null),t||ht&&ht._scope.off(),ht=t,t&&t._scope.on()}var gt=function(){function t(t,e,n,r,o,i,a,s){this.tag=t,this.data=e,this.children=n,this.text=r,this.elm=o,this.ns=void 0,this.context=i,this.fnContext=void 0,this.fnOptions=void 0,this.fnScopeId=void 0,this.key=e&&e.key,this.componentOptions=a,this.componentInstance=void 0,this.parent=void 0,this.raw=!1,this.isStatic=!1,this.isRootInsert=!0,this.isComment=!1,this.isCloned=!1,this.isOnce=!1,this.asyncFactory=s,this.asyncMeta=void 0,this.isAsyncPlaceholder=!1}return Object.defineProperty(t.prototype,"child",{get:function(){return this.componentInstance},enumerable:!1,configurable:!0}),t}(),yt=function(t){void 0===t&&(t="");var e=new gt;return e.text=t,e.isComment=!0,e};function _t(t){return new gt(void 0,void 0,void 0,String(t))}function bt(t){var e=new gt(t.tag,t.data,t.children&&t.children.slice(),t.text,t.elm,t.context,t.componentOptions,t.asyncFactory);return e.ns=t.ns,e.isStatic=t.isStatic,e.key=t.key,e.isComment=t.isComment,e.fnContext=t.fnContext,e.fnOptions=t.fnOptions,e.fnScopeId=t.fnScopeId,e.asyncMeta=t.asyncMeta,e.isCloned=!0,e}"function"==typeof SuppressedError&&SuppressedError;var $t=0,xt=[],wt=function(){for(var t=0;t0&&(Xt((r=Qt(r,"".concat(e||"","_").concat(n)))[0])&&Xt(i)&&(a[o]=_t(i.text+r[0].text),r.shift()),a.push.apply(a,r)):d(r)?Xt(i)?a[o]=_t(i.text+r):""!==r&&a.push(_t(r)):Xt(r)&&Xt(i)?a[o]=_t(i.text+r.text):(f(t._isVList)&&u(r.tag)&&l(r.key)&&u(e)&&(r.key="__vlist".concat(e,"_").concat(n,"__")),a.push(r)));return a}var Yt=1,te=2;function ee(t,e,n,r,o,i){return(c(n)||d(n))&&(o=r,r=n,n=void 0),f(i)&&(o=te),function(t,e,n,r,o){if(u(n)&&u(n.__ob__))return yt();if(u(n)&&u(n.is)&&(e=n.is),!e)return yt();var i,a;if(c(r)&&p(r[0])&&((n=n||{}).scopedSlots={default:r[0]},r.length=0),o===te?r=Gt(r):o===Yt&&(r=function(t){for(var e=0;e0,a=e?!!e.$stable:!i,c=e&&e.$key;if(e){if(e._normalized)return e._normalized;if(a&&r&&r!==s&&c===r.$key&&!i&&!r.$hasNormal)return r;for(var l in o={},e)e[l]&&"$"!==l[0]&&(o[l]=xe(t,n,l,e[l]))}else o={};for(var u in n)u in o||(o[u]=we(n,u));return e&&Object.isExtensible(e)&&(e._normalized=o),G(o,"$stable",a),G(o,"$key",c),G(o,"$hasNormal",i),o}function xe(t,e,n,r){var o=function(){var e=ht;mt(t);var n=arguments.length?r.apply(null,arguments):r({}),o=(n=n&&"object"==typeof n&&!c(n)?[n]:Gt(n))&&n[0];return mt(e),n&&(!o||1===n.length&&o.isComment&&!be(o))?void 0:n};return r.proxy&&Object.defineProperty(e,n,{get:o,enumerable:!0,configurable:!0}),o}function we(t,e){return function(){return t[e]}}function Ce(t,e,n,r,o){var i=!1;for(var a in e)a in t?e[a]!==n[a]&&(i=!0):(i=!0,ke(t,a,r,o));for(var a in t)a in e||(i=!0,delete t[a]);return i}function ke(t,e,n,r){Object.defineProperty(t,e,{enumerable:!0,configurable:!0,get:function(){return n[r][e]}})}function Se(t,e){for(var n in e)t[n]=e[n];for(var n in t)n in e||delete t[n]}var Oe,Te,Ae=null;function Ne(t,e){return(t.__esModule||vt&&"Module"===t[Symbol.toStringTag])&&(t=t.default),v(t)?e.extend(t):t}function je(t){if(c(t))for(var e=0;edocument.createEvent("Event").timeStamp&&(Ge=function(){return Xe.now()})}var Qe=function(t,e){if(t.post){if(!e.post)return 1}else if(e.post)return-1;return t.id-e.id};function Ye(){var t,e;for(Ze=Ge(),Je=!0,Ve.sort(Qe),We=0;WeWe&&Ve[n].id>t.id;)n--;Ve.splice(n+1,0,t)}else Ve.push(t);qe||(qe=!0,hn(Ye))}}(this)},t.prototype.run=function(){if(this.active){var t=this.get();if(t!==this.value||v(t)||this.deep){var e=this.value;if(this.value=t,this.user){var n='callback for watcher "'.concat(this.expression,'"');nn(this.cb,this.vm,[t,e],this.vm,n)}else this.cb.call(this.vm,t,e)}}},t.prototype.evaluate=function(){this.value=this.get(),this.dirty=!1},t.prototype.depend=function(){for(var t=this.deps.length;t--;)this.deps[t].depend()},t.prototype.teardown=function(){if(this.vm&&!this.vm._isBeingDestroyed&&k(this.vm._scope.effects,this),this.active){for(var t=this.deps.length;t--;)this.deps[t].removeSub(this);this.active=!1,this.onStop&&this.onStop()}},t}(),xn={enumerable:!0,configurable:!0,get:F,set:F};function wn(t,e,n){xn.get=function(){return this[e][n]},xn.set=function(t){this[e][n]=t},Object.defineProperty(t,n,xn)}function Cn(t){var e=t.$options;if(e.props&&function(t,e){var n=t.$options.propsData||{},r=t._props=Bt({}),o=t.$options._propKeys=[];!t.$parent||Dt(!1);var i=function(i){o.push(i);var a=Gn(i,e,n,t);It(r,i,a,void 0,!0),i in t||wn(t,"_props",i)};for(var a in e)i(a);Dt(!0)}(t,e.props),function(t){var e=t.$options,n=e.setup;if(n){var r=t._setupContext=function(t){return{get attrs(){if(!t._attrsProxy){var e=t._attrsProxy={};G(e,"_v_attr_proxy",!0),Ce(e,t.$attrs,s,t,"$attrs")}return t._attrsProxy},get listeners(){return t._listenersProxy||Ce(t._listenersProxy={},t.$listeners,s,t,"$listeners"),t._listenersProxy},get slots(){return function(t){return t._slotsProxy||Se(t._slotsProxy={},t.$scopedSlots),t._slotsProxy}(t)},emit:P(t.$emit,t),expose:function(e){e&&Object.keys(e).forEach((function(n){return zt(t,e,n)}))}}}(t);mt(t),St();var o=nn(n,null,[t._props||Bt({}),r],t,"setup");if(Ot(),mt(),p(o))e.render=o;else if(v(o))if(t._setupState=o,o.__sfc){var i=t._setupProxy={};for(var a in o)"__sfc"!==a&&zt(i,o,a)}else for(var a in o)Z(a)||zt(t,o,a)}}(t),e.methods&&function(t,e){for(var n in t.$options.props,e)t[n]="function"!=typeof e[n]?F:P(e[n],t)}(t,e.methods),e.data)!function(t){var e=t.$options.data;m(e=t._data=p(e)?function(t,e){St();try{return t.call(e,e)}catch(t){return en(t,e,"data()"),{}}finally{Ot()}}(e,t):e||{})||(e={});for(var n=Object.keys(e),r=t.$options.props,o=(t.$options.methods,n.length);o--;){var i=n[o];r&&O(r,i)||Z(i)||wn(t,"_data",i)}var a=Mt(e);a&&a.vmCount++}(t);else{var n=Mt(t._data={});n&&n.vmCount++}e.computed&&function(t,e){var n=t._computedWatchers=Object.create(null),r=ut();for(var o in e){var i=e[o],a=p(i)?i:i.get;r||(n[o]=new $n(t,a||F,F,kn)),o in t||Sn(t,o,i)}}(t,e.computed),e.watch&&e.watch!==st&&function(t,e){for(var n in e){var r=e[n];if(c(r))for(var o=0;o-1)if(i&&!O(o,"default"))a=!1;else if(""===a||a===D(t)){var c=tr(String,o.type);(c<0||s-1:"string"==typeof t?t.split(",").indexOf(e)>-1:(n=t,!("[object RegExp]"!==h.call(n))&&t.test(e));var n}function or(t,e){var n=t.cache,r=t.keys,o=t._vnode,i=t.$vnode;for(var a in n){var s=n[a];if(s){var c=s.name;c&&!e(c)&&ir(n,a,r,o)}}i.componentOptions.children=void 0}function ir(t,e,n,r){var o=t[e];!o||r&&o.tag===r.tag||o.componentInstance.$destroy(),t[e]=null,k(n,e)}!function(t){t.prototype._init=function(t){var e=this;e._uid=jn++,e._isVue=!0,e.__v_skip=!0,e._scope=new Me(!0),e._scope.parent=void 0,e._scope._vm=!0,t&&t._isComponent?function(t,e){var n=t.$options=Object.create(t.constructor.options),r=e._parentVnode;n.parent=e.parent,n._parentVnode=r;var o=r.componentOptions;n.propsData=o.propsData,n._parentListeners=o.listeners,n._renderChildren=o.children,n._componentTag=o.tag,e.render&&(n.render=e.render,n.staticRenderFns=e.staticRenderFns)}(e,t):e.$options=Wn(En(e.constructor),t||{},e),e._renderProxy=e,e._self=e,function(t){var e=t.$options,n=e.parent;if(n&&!e.abstract){for(;n.$options.abstract&&n.$parent;)n=n.$parent;n.$children.push(t)}t.$parent=n,t.$root=n?n.$root:t,t.$children=[],t.$refs={},t._provided=n?n._provided:Object.create(null),t._watcher=null,t._inactive=null,t._directInactive=!1,t._isMounted=!1,t._isDestroyed=!1,t._isBeingDestroyed=!1}(e),function(t){t._events=Object.create(null),t._hasHookEvent=!1;var e=t.$options._parentListeners;e&&Le(t,e)}(e),function(t){t._vnode=null,t._staticTrees=null;var e=t.$options,n=t.$vnode=e._parentVnode,r=n&&n.context;t.$slots=ye(e._renderChildren,r),t.$scopedSlots=n?$e(t.$parent,n.data.scopedSlots,t.$slots):s,t._c=function(e,n,r,o){return ee(t,e,n,r,o,!1)},t.$createElement=function(e,n,r,o){return ee(t,e,n,r,o,!0)};var o=n&&n.data;It(t,"$attrs",o&&o.attrs||s,null,!0),It(t,"$listeners",e._parentListeners||s,null,!0)}(e),Ue(e,"beforeCreate",void 0,!1),function(t){var e=Nn(t.$options.inject,t);e&&(Dt(!1),Object.keys(e).forEach((function(n){It(t,n,e[n])})),Dt(!0))}(e),Cn(e),function(t){var e=t.$options.provide;if(e){var n=p(e)?e.call(t):e;if(!v(n))return;for(var r=function(t){var e=t._provided,n=t.$parent&&t.$parent._provided;return n===e?t._provided=Object.create(n):e}(t),o=vt?Reflect.ownKeys(n):Object.keys(n),i=0;i1?L(n):n;for(var r=L(arguments,1),o='event handler for "'.concat(t,'"'),i=0,a=n.length;iparseInt(this.max)&&ir(e,n[0],n,this._vnode),this.vnodeToCache=null}}},created:function(){this.cache=Object.create(null),this.keys=[]},destroyed:function(){for(var t in this.cache)ir(this.cache,t,this.keys)},mounted:function(){var t=this;this.cacheVNode(),this.$watch("include",(function(e){or(t,(function(t){return rr(e,t)}))})),this.$watch("exclude",(function(e){or(t,(function(t){return!rr(e,t)}))}))},updated:function(){this.cacheVNode()},render:function(){var t=this.$slots.default,e=je(t),n=e&&e.componentOptions;if(n){var r=nr(n),o=this.include,i=this.exclude;if(o&&(!r||!rr(o,r))||i&&r&&rr(i,r))return e;var a=this.cache,s=this.keys,c=null==e.key?n.Ctor.cid+(n.tag?"::".concat(n.tag):""):e.key;a[c]?(e.componentInstance=a[c].componentInstance,k(s,c),s.push(c)):(this.vnodeToCache=e,this.keyToCache=c),e.data.keepAlive=!0}return e||t&&t[0]}}};!function(t){var e={get:function(){return J}};Object.defineProperty(t,"config",e),t.util={warn:Bn,extend:M,mergeOptions:Wn,defineReactive:It},t.set=Ft,t.delete=Rt,t.nextTick=hn,t.observable=function(t){return Mt(t),t},t.options=Object.create(null),K.forEach((function(e){t.options[e+"s"]=Object.create(null)})),t.options._base=t,M(t.options.components,sr),function(t){t.use=function(t){var e=this._installedPlugins||(this._installedPlugins=[]);if(e.indexOf(t)>-1)return this;var n=L(arguments,1);return n.unshift(this),p(t.install)?t.install.apply(t,n):p(t)&&t.apply(null,n),e.push(t),this}}(t),function(t){t.mixin=function(t){return this.options=Wn(this.options,t),this}}(t),function(t){t.cid=0;var e=1;t.extend=function(t){t=t||{};var n=this,r=n.cid,o=t._Ctor||(t._Ctor={});if(o[r])return o[r];var i=Mn(t)||Mn(n.options),a=function(t){this._init(t)};return(a.prototype=Object.create(n.prototype)).constructor=a,a.cid=e++,a.options=Wn(n.options,t),a.super=n,a.options.props&&function(t){var e=t.options.props;for(var n in e)wn(t.prototype,"_props",n)}(a),a.options.computed&&function(t){var e=t.options.computed;for(var n in e)Sn(t.prototype,n,e[n])}(a),a.extend=n.extend,a.mixin=n.mixin,a.use=n.use,K.forEach((function(t){a[t]=n[t]})),i&&(a.options.components[i]=a),a.superOptions=n.options,a.extendOptions=t,a.sealedOptions=M({},a.options),o[r]=a,a}}(t),function(t){K.forEach((function(e){t[e]=function(t,n){return n?("component"===e&&m(n)&&(n.name=n.name||t,n=this.options._base.extend(n)),"directive"===e&&p(n)&&(n={bind:n,update:n}),this.options[e+"s"][t]=n,n):this.options[e+"s"][t]}}))}(t)}(er),Object.defineProperty(er.prototype,"$isServer",{get:ut}),Object.defineProperty(er.prototype,"$ssrContext",{get:function(){return this.$vnode&&this.$vnode.ssrContext}}),Object.defineProperty(er,"FunctionalRenderContext",{value:Dn}),er.version="2.7.16";var cr=x("style,class"),lr=x("input,textarea,option,select,progress"),ur=function(t,e,n){return"value"===n&&lr(t)&&"button"!==e||"selected"===n&&"option"===t||"checked"===n&&"input"===t||"muted"===n&&"video"===t},fr=x("contenteditable,draggable,spellcheck"),dr=x("events,caret,typing,plaintext-only"),pr=function(t,e){return yr(e)||"false"===e?"false":"contenteditable"===t&&dr(e)?e:"true"},vr=x("allowfullscreen,async,autofocus,autoplay,checked,compact,controls,declare,default,defaultchecked,defaultmuted,defaultselected,defer,disabled,enabled,formnovalidate,hidden,indeterminate,inert,ismap,itemscope,loop,multiple,muted,nohref,noresize,noshade,novalidate,nowrap,open,pauseonexit,readonly,required,reversed,scoped,seamless,selected,sortable,truespeed,typemustmatch,visible"),hr="http://www.w3.org/1999/xlink",mr=function(t){return":"===t.charAt(5)&&"xlink"===t.slice(0,5)},gr=function(t){return mr(t)?t.slice(6,t.length):""},yr=function(t){return null==t||!1===t};function _r(t,e){return{staticClass:br(t.staticClass,e.staticClass),class:u(t.class)?[t.class,e.class]:e.class}}function br(t,e){return t?e?t+" "+e:t:e||""}function $r(t){return Array.isArray(t)?function(t){for(var e,n="",r=0,o=t.length;r-1?Jr(t,e,n):vr(e)?yr(n)?t.removeAttribute(e):(n="allowfullscreen"===e&&"EMBED"===t.tagName?"true":e,t.setAttribute(e,n)):fr(e)?t.setAttribute(e,pr(e,n)):mr(e)?yr(n)?t.removeAttributeNS(hr,gr(e)):t.setAttributeNS(hr,e,n):Jr(t,e,n)}function Jr(t,e,n){if(yr(n))t.removeAttribute(e);else{if(et&&!nt&&"TEXTAREA"===t.tagName&&"placeholder"===e&&""!==n&&!t.__ieph){var r=function(e){e.stopImmediatePropagation(),t.removeEventListener("input",r)};t.addEventListener("input",r),t.__ieph=!0}t.setAttribute(e,n)}}var Wr={create:Kr,update:Kr};function Zr(t,e){var n=e.elm,r=e.data,o=t.data;if(!(l(r.staticClass)&&l(r.class)&&(l(o)||l(o.staticClass)&&l(o.class)))){var i=function(t){for(var e=t.data,n=t,r=t;u(r.componentInstance);)(r=r.componentInstance._vnode)&&r.data&&(e=_r(r.data,e));for(;u(n=n.parent);)n&&n.data&&(e=_r(e,n.data));return o=e.staticClass,i=e.class,u(o)||u(i)?br(o,$r(i)):"";var o,i}(e),a=n._transitionClasses;u(a)&&(i=br(i,$r(a))),i!==n._prevClass&&(n.setAttribute("class",i),n._prevClass=i)}}var Gr,Xr,Qr,Yr,to,eo,no={create:Zr,update:Zr},ro=/[\w).+\-_$\]]/;function oo(t){var e,n,r,o,i,a=!1,s=!1,c=!1,l=!1,u=0,f=0,d=0,p=0;for(r=0;r=0&&" "===(h=t.charAt(v));v--);h&&ro.test(h)||(l=!0)}}else void 0===o?(p=r+1,o=t.slice(0,r).trim()):m();function m(){(i||(i=[])).push(t.slice(p,r).trim()),p=r+1}if(void 0===o?o=t.slice(0,r).trim():0!==p&&m(),i)for(r=0;r-1?{exp:t.slice(0,Yr),key:'"'+t.slice(Yr+1)+'"'}:{exp:t,key:null};for(Xr=t,Yr=to=eo=0;!xo();)wo(Qr=$o())?ko(Qr):91===Qr&&Co(Qr);return{exp:t.slice(0,to),key:t.slice(to+1,eo)}}(t);return null===n.key?"".concat(t,"=").concat(e):"$set(".concat(n.exp,", ").concat(n.key,", ").concat(e,")")}function $o(){return Xr.charCodeAt(++Yr)}function xo(){return Yr>=Gr}function wo(t){return 34===t||39===t}function Co(t){var e=1;for(to=Yr;!xo();)if(wo(t=$o()))ko(t);else if(91===t&&e++,93===t&&e--,0===e){eo=Yr;break}}function ko(t){for(var e=t;!xo()&&(t=$o())!==e;);}var So,Oo="__r",To="__c";function Ao(t,e,n){var r=So;return function o(){null!==e.apply(null,arguments)&&Eo(t,o,n,r)}}var No=sn&&!(at&&Number(at[1])<=53);function jo(t,e,n,r){if(No){var o=Ze,i=e;e=i._wrapper=function(t){if(t.target===t.currentTarget||t.timeStamp>=o||t.timeStamp<=0||t.target.ownerDocument!==document)return i.apply(this,arguments)}}So.addEventListener(t,e,ct?{capture:n,passive:r}:n)}function Eo(t,e,n,r){(r||So).removeEventListener(t,e._wrapper||e,n)}function Do(t,e){if(!l(t.data.on)||!l(e.data.on)){var n=e.data.on||{},r=t.data.on||{};So=e.elm||t.elm,function(t){if(u(t[Oo])){var e=et?"change":"input";t[e]=[].concat(t[Oo],t[e]||[]),delete t[Oo]}u(t[To])&&(t.change=[].concat(t[To],t.change||[]),delete t[To])}(n),Jt(n,r,jo,Eo,Ao,e.context),So=void 0}}var Po,Lo={create:Do,update:Do,destroy:function(t){return Do(t,Pr)}};function Mo(t,e){if(!l(t.data.domProps)||!l(e.data.domProps)){var n,r,o=e.elm,i=t.data.domProps||{},a=e.data.domProps||{};for(n in(u(a.__ob__)||f(a._v_attr_proxy))&&(a=e.data.domProps=M({},a)),i)n in a||(o[n]="");for(n in a){if(r=a[n],"textContent"===n||"innerHTML"===n){if(e.children&&(e.children.length=0),r===i[n])continue;1===o.childNodes.length&&o.removeChild(o.childNodes[0])}if("value"===n&&"PROGRESS"!==o.tagName){o._value=r;var s=l(r)?"":String(r);Io(o,s)&&(o.value=s)}else if("innerHTML"===n&&Cr(o.tagName)&&l(o.innerHTML)){(Po=Po||document.createElement("div")).innerHTML="".concat(r,"");for(var c=Po.firstChild;o.firstChild;)o.removeChild(o.firstChild);for(;c.firstChild;)o.appendChild(c.firstChild)}else if(r!==i[n])try{o[n]=r}catch(t){}}}}function Io(t,e){return!t.composing&&("OPTION"===t.tagName||function(t,e){var n=!0;try{n=document.activeElement!==t}catch(t){}return n&&t.value!==e}(t,e)||function(t,e){var n=t.value,r=t._vModifiers;if(u(r)){if(r.number)return $(n)!==$(e);if(r.trim)return n.trim()!==e.trim()}return n!==e}(t,e))}var Fo={create:Mo,update:Mo},Ro=T((function(t){var e={},n=/:(.+)/;return t.split(/;(?![^(]*\))/g).forEach((function(t){if(t){var r=t.split(n);r.length>1&&(e[r[0].trim()]=r[1].trim())}})),e}));function Ho(t){var e=Bo(t.style);return t.staticStyle?M(t.staticStyle,e):e}function Bo(t){return Array.isArray(t)?I(t):"string"==typeof t?Ro(t):t}var Uo,Vo=/^--/,zo=/\s*!important$/,Ko=function(t,e,n){if(Vo.test(e))t.style.setProperty(e,n);else if(zo.test(n))t.style.setProperty(D(e),n.replace(zo,""),"important");else{var r=Jo(e);if(Array.isArray(n))for(var o=0,i=n.length;o-1?e.split(Go).forEach((function(e){return t.classList.add(e)})):t.classList.add(e);else{var n=" ".concat(t.getAttribute("class")||""," ");n.indexOf(" "+e+" ")<0&&t.setAttribute("class",(n+e).trim())}}function Qo(t,e){if(e&&(e=e.trim()))if(t.classList)e.indexOf(" ")>-1?e.split(Go).forEach((function(e){return t.classList.remove(e)})):t.classList.remove(e),t.classList.length||t.removeAttribute("class");else{for(var n=" ".concat(t.getAttribute("class")||""," "),r=" "+e+" ";n.indexOf(r)>=0;)n=n.replace(r," ");(n=n.trim())?t.setAttribute("class",n):t.removeAttribute("class")}}function Yo(t){if(t){if("object"==typeof t){var e={};return!1!==t.css&&M(e,ti(t.name||"v")),M(e,t),e}return"string"==typeof t?ti(t):void 0}}var ti=T((function(t){return{enterClass:"".concat(t,"-enter"),enterToClass:"".concat(t,"-enter-to"),enterActiveClass:"".concat(t,"-enter-active"),leaveClass:"".concat(t,"-leave"),leaveToClass:"".concat(t,"-leave-to"),leaveActiveClass:"".concat(t,"-leave-active")}})),ei=Y&&!nt,ni="transition",ri="animation",oi="transition",ii="transitionend",ai="animation",si="animationend";ei&&(void 0===window.ontransitionend&&void 0!==window.onwebkittransitionend&&(oi="WebkitTransition",ii="webkitTransitionEnd"),void 0===window.onanimationend&&void 0!==window.onwebkitanimationend&&(ai="WebkitAnimation",si="webkitAnimationEnd"));var ci=Y?window.requestAnimationFrame?window.requestAnimationFrame.bind(window):setTimeout:function(t){return t()};function li(t){ci((function(){ci(t)}))}function ui(t,e){var n=t._transitionClasses||(t._transitionClasses=[]);n.indexOf(e)<0&&(n.push(e),Xo(t,e))}function fi(t,e){t._transitionClasses&&k(t._transitionClasses,e),Qo(t,e)}function di(t,e,n){var r=vi(t,e),o=r.type,i=r.timeout,a=r.propCount;if(!o)return n();var s=o===ni?ii:si,c=0,l=function(){t.removeEventListener(s,u),n()},u=function(e){e.target===t&&++c>=a&&l()};setTimeout((function(){c0&&(n=ni,u=a,f=i.length):e===ri?l>0&&(n=ri,u=l,f=c.length):f=(n=(u=Math.max(a,l))>0?a>l?ni:ri:null)?n===ni?i.length:c.length:0,{type:n,timeout:u,propCount:f,hasTransform:n===ni&&pi.test(r[oi+"Property"])}}function hi(t,e){for(;t.length1}function $i(t,e){!0!==e.data.show&&gi(e)}var xi=function(t){var e,n,r={},o=t.modules,i=t.nodeOps;for(e=0;ev?_(t,l(n[g+1])?null:n[g+1].elm,n,p,g,r):p>g&&$(e,d,v)}(d,h,g,n,c):u(g)?(u(t.text)&&i.setTextContent(d,""),_(d,null,g,0,g.length-1,n)):u(h)?$(h,0,h.length-1):u(t.text)&&i.setTextContent(d,""):t.text!==e.text&&i.setTextContent(d,e.text),u(v)&&u(p=v.hook)&&u(p=p.postpatch)&&p(t,e)}}}function S(t,e,n){if(f(n)&&u(t.parent))t.parent.data.pendingInsert=e;else for(var r=0;r-1,a.selected!==i&&(a.selected=i);else if(B(Oi(a),r))return void(t.selectedIndex!==s&&(t.selectedIndex=s));o||(t.selectedIndex=-1)}}function Si(t,e){return e.every((function(e){return!B(e,t)}))}function Oi(t){return"_value"in t?t._value:t.value}function Ti(t){t.target.composing=!0}function Ai(t){t.target.composing&&(t.target.composing=!1,Ni(t.target,"input"))}function Ni(t,e){var n=document.createEvent("HTMLEvents");n.initEvent(e,!0,!0),t.dispatchEvent(n)}function ji(t){return!t.componentInstance||t.data&&t.data.transition?t:ji(t.componentInstance._vnode)}var Ei={model:wi,show:{bind:function(t,e,n){var r=e.value,o=(n=ji(n)).data&&n.data.transition,i=t.__vOriginalDisplay="none"===t.style.display?"":t.style.display;r&&o?(n.data.show=!0,gi(n,(function(){t.style.display=i}))):t.style.display=r?i:"none"},update:function(t,e,n){var r=e.value;!r!=!e.oldValue&&((n=ji(n)).data&&n.data.transition?(n.data.show=!0,r?gi(n,(function(){t.style.display=t.__vOriginalDisplay})):yi(n,(function(){t.style.display="none"}))):t.style.display=r?t.__vOriginalDisplay:"none")},unbind:function(t,e,n,r,o){o||(t.style.display=t.__vOriginalDisplay)}}},Di={name:String,appear:Boolean,css:Boolean,mode:String,type:String,enterClass:String,leaveClass:String,enterToClass:String,leaveToClass:String,enterActiveClass:String,leaveActiveClass:String,appearClass:String,appearActiveClass:String,appearToClass:String,duration:[Number,String,Object]};function Pi(t){var e=t&&t.componentOptions;return e&&e.Ctor.options.abstract?Pi(je(e.children)):t}function Li(t){var e={},n=t.$options;for(var r in n.propsData)e[r]=t[r];var o=n._parentListeners;for(var r in o)e[N(r)]=o[r];return e}function Mi(t,e){if(/\d-keep-alive$/.test(e.tag))return t("keep-alive",{props:e.componentOptions.propsData})}var Ii=function(t){return t.tag||be(t)},Fi=function(t){return"show"===t.name},Ri={name:"transition",props:Di,abstract:!0,render:function(t){var e=this,n=this.$slots.default;if(n&&(n=n.filter(Ii)).length){var r=this.mode,o=n[0];if(function(t){for(;t=t.parent;)if(t.data.transition)return!0}(this.$vnode))return o;var i=Pi(o);if(!i)return o;if(this._leaving)return Mi(t,o);var a="__transition-".concat(this._uid,"-");i.key=null==i.key?i.isComment?a+"comment":a+i.tag:d(i.key)?0===String(i.key).indexOf(a)?i.key:a+i.key:i.key;var s=(i.data||(i.data={})).transition=Li(this),c=this._vnode,l=Pi(c);if(i.data.directives&&i.data.directives.some(Fi)&&(i.data.show=!0),l&&l.data&&!function(t,e){return e.key===t.key&&e.tag===t.tag}(i,l)&&!be(l)&&(!l.componentInstance||!l.componentInstance._vnode.isComment)){var u=l.data.transition=M({},s);if("out-in"===r)return this._leaving=!0,Wt(u,"afterLeave",(function(){e._leaving=!1,e.$forceUpdate()})),Mi(t,o);if("in-out"===r){if(be(i))return c;var f,p=function(){f()};Wt(s,"afterEnter",p),Wt(s,"enterCancelled",p),Wt(u,"delayLeave",(function(t){f=t}))}}return o}}},Hi=M({tag:String,moveClass:String},Di);function Bi(t){t.elm._moveCb&&t.elm._moveCb(),t.elm._enterCb&&t.elm._enterCb()}function Ui(t){t.data.newPos=t.elm.getBoundingClientRect()}function Vi(t){var e=t.data.pos,n=t.data.newPos,r=e.left-n.left,o=e.top-n.top;if(r||o){t.data.moved=!0;var i=t.elm.style;i.transform=i.WebkitTransform="translate(".concat(r,"px,").concat(o,"px)"),i.transitionDuration="0s"}}delete Hi.mode;var zi={Transition:Ri,TransitionGroup:{props:Hi,beforeMount:function(){var t=this,e=this._update;this._update=function(n,r){var o=Fe(t);t.__patch__(t._vnode,t.kept,!1,!0),t._vnode=t.kept,o(),e.call(t,n,r)}},render:function(t){for(var e=this.tag||this.$vnode.data.tag||"span",n=Object.create(null),r=this.prevChildren=this.children,o=this.$slots.default||[],i=this.children=[],a=Li(this),s=0;s-1?Or[t]=e.constructor===window.HTMLUnknownElement||e.constructor===window.HTMLElement:Or[t]=/HTMLUnknownElement/.test(e.toString())},M(er.options.directives,Ei),M(er.options.components,zi),er.prototype.__patch__=Y?xi:F,er.prototype.$mount=function(t,e){return function(t,e,n){var r;t.$el=e,t.$options.render||(t.$options.render=yt),Ue(t,"beforeMount"),r=function(){t._update(t._render(),n)},new $n(t,r,F,{before:function(){t._isMounted&&!t._isDestroyed&&Ue(t,"beforeUpdate")}},!0),n=!1;var o=t._preWatchers;if(o)for(var i=0;i\/=]+)(?:\s*(=)\s*(?:"([^"]*)"+|'([^']*)'+|([^\s"'=<>`]+)))?/,ea=/^\s*((?:v-[\w-]+:|@|:|#)\[[^=]+?\][^\s"'<>\/=]*)(?:\s*(=)\s*(?:"([^"]*)"+|'([^']*)'+|([^\s"'=<>`]+)))?/,na="[a-zA-Z_][\\-\\.0-9_a-zA-Z".concat(W.source,"]*"),ra="((?:".concat(na,"\\:)?").concat(na,")"),oa=new RegExp("^<".concat(ra)),ia=/^\s*(\/?)>/,aa=new RegExp("^<\\/".concat(ra,"[^>]*>")),sa=/^]+>/i,ca=/^",""":'"',"&":"&"," ":"\n"," ":"\t","'":"'"},pa=/&(?:lt|gt|quot|amp|#39);/g,va=/&(?:lt|gt|quot|amp|#39|#10|#9);/g,ha=x("pre,textarea",!0),ma=function(t,e){return t&&ha(t)&&"\n"===e[0]};function ga(t,e){var n=e?va:pa;return t.replace(n,(function(t){return da[t]}))}var ya,_a,ba,$a,xa,wa,Ca,ka,Sa=/^@|^v-on:/,Oa=/^v-|^@|^:|^#/,Ta=/([\s\S]*?)\s+(?:in|of)\s+([\s\S]*)/,Aa=/,([^,\}\]]*)(?:,([^,\}\]]*))?$/,Na=/^\(|\)$/g,ja=/^\[.*\]$/,Ea=/:(.*)$/,Da=/^:|^\.|^v-bind:/,Pa=/\.[^.\]]+(?=[^\]]*$)/g,La=/^v-slot(:|$)|^#/,Ma=/[\r\n]/,Ia=/[ \f\t\r\n]+/g,Fa=T((function(t){return(Ki=Ki||document.createElement("div")).innerHTML=t,Ki.textContent})),Ra="_empty_";function Ha(t,e,n){return{type:1,tag:t,attrsList:e,attrsMap:Ja(e),rawAttrsMap:{},parent:n,children:[]}}function Ba(t,e){ya=e.warn||ao,wa=e.isPreTag||R,Ca=e.mustUseProp||R,ka=e.getTagNamespace||R;e.isReservedTag;ba=so(e.modules,"transformNode"),$a=so(e.modules,"preTransformNode"),xa=so(e.modules,"postTransformNode"),_a=e.delimiters;var n,r,o=[],i=!1!==e.preserveWhitespace,a=e.whitespace,s=!1,c=!1;function l(t){if(u(t),s||t.processed||(t=Ua(t,e)),o.length||t===n||n.if&&(t.elseif||t.else)&&za(n,{exp:t.elseif,block:t}),r&&!t.forbidden)if(t.elseif||t.else)a=t,l=function(t){for(var e=t.length;e--;){if(1===t[e].type)return t[e];t.pop()}}(r.children),l&&l.if&&za(l,{exp:a.elseif,block:a});else{if(t.slotScope){var i=t.slotTarget||'"default"';(r.scopedSlots||(r.scopedSlots={}))[i]=t}r.children.push(t),t.parent=r}var a,l;t.children=t.children.filter((function(t){return!t.slotScope})),u(t),t.pre&&(s=!1),wa(t.tag)&&(c=!1);for(var f=0;f]*>)","i"));x=t.replace(p,(function(t,n,r){return l=r.length,ua(d)||"noscript"===d||(n=n.replace(//g,"$1").replace(//g,"$1")),ma(d,n)&&(n=n.slice(1)),e.chars&&e.chars(n),""})),c+=t.length-x.length,t=x,f(d,c-l,c)}else{var v=t.indexOf("<");if(0===v){if(ca.test(t)){var h=t.indexOf("--\x3e");if(h>=0)return e.shouldKeepComment&&e.comment&&e.comment(t.substring(4,h),c,c+h+3),u(h+3),"continue"}if(la.test(t)){var m=t.indexOf("]>");if(m>=0)return u(m+2),"continue"}var g=t.match(sa);if(g)return u(g[0].length),"continue";var y=t.match(aa);if(y){var _=c;return u(y[0].length),f(y[1],_,c),"continue"}var b=function(){var e=t.match(oa);if(e){var n={tagName:e[1],attrs:[],start:c};u(e[0].length);for(var r=void 0,o=void 0;!(r=t.match(ia))&&(o=t.match(ea)||t.match(ta));)o.start=c,u(o[0].length),o.end=c,n.attrs.push(o);if(r)return n.unarySlash=r[1],u(r[0].length),n.end=c,n}}();if(b)return function(t){var n=t.tagName,c=t.unarySlash;i&&("p"===r&&Yi(n)&&f(r),s(n)&&r===n&&f(n));for(var l=a(n)||!!c,u=t.attrs.length,d=new Array(u),p=0;p=0){for(x=t.slice(v);!(aa.test(x)||oa.test(x)||ca.test(x)||la.test(x)||(w=x.indexOf("<",1))<0);)v+=w,x=t.slice(v);$=t.substring(0,v)}v<0&&($=t),$&&u($.length),e.chars&&$&&e.chars($,c-$.length,c)}if(t===n)return e.chars&&e.chars(t),"break"};t&&"break"!==l(););function u(e){c+=e,t=t.substring(e)}function f(t,n,i){var a,s;if(null==n&&(n=c),null==i&&(i=c),t)for(s=t.toLowerCase(),a=o.length-1;a>=0&&o[a].lowerCasedTag!==s;a--);else a=0;if(a>=0){for(var l=o.length-1;l>=a;l--)e.end&&e.end(o[l].tag,n,i);o.length=a,r=a&&o[a-1].tag}else"br"===s?e.start&&e.start(t,[],!0,n,i):"p"===s&&(e.start&&e.start(t,[],!1,n,i),e.end&&e.end(t,n,i))}f()}(t,{warn:ya,expectHTML:e.expectHTML,isUnaryTag:e.isUnaryTag,canBeLeftOpenTag:e.canBeLeftOpenTag,shouldDecodeNewlines:e.shouldDecodeNewlines,shouldDecodeNewlinesForHref:e.shouldDecodeNewlinesForHref,shouldKeepComment:e.comments,outputSourceRange:e.outputSourceRange,start:function(t,i,a,u,f){var d=r&&r.ns||ka(t);et&&"svg"===d&&(i=function(t){for(var e=[],n=0;nc&&(s.push(i=t.slice(c,o)),a.push(JSON.stringify(i)));var l=oo(r[1].trim());a.push("_s(".concat(l,")")),s.push({"@binding":l}),c=o+r[0].length}return c-1")+("true"===i?":(".concat(e,")"):":_q(".concat(e,",").concat(i,")"))),vo(t,"change","var $$a=".concat(e,",")+"$$el=$event.target,"+"$$c=$$el.checked?(".concat(i,"):(").concat(a,");")+"if(Array.isArray($$a)){"+"var $$v=".concat(r?"_n("+o+")":o,",")+"$$i=_i($$a,$$v);"+"if($$el.checked){$$i<0&&(".concat(bo(e,"$$a.concat([$$v])"),")}")+"else{$$i>-1&&(".concat(bo(e,"$$a.slice(0,$$i).concat($$a.slice($$i+1))"),")}")+"}else{".concat(bo(e,"$$c"),"}"),null,!0)}(t,r,o);else if("input"===i&&"radio"===a)!function(t,e,n){var r=n&&n.number,o=ho(t,"value")||"null";o=r?"_n(".concat(o,")"):o,co(t,"checked","_q(".concat(e,",").concat(o,")")),vo(t,"change",bo(e,o),null,!0)}(t,r,o);else if("input"===i||"textarea"===i)!function(t,e,n){var r=t.attrsMap.type,o=n||{},i=o.lazy,a=o.number,s=o.trim,c=!i&&"range"!==r,l=i?"change":"range"===r?Oo:"input",u="$event.target.value";s&&(u="$event.target.value.trim()"),a&&(u="_n(".concat(u,")"));var f=bo(e,u);c&&(f="if($event.target.composing)return;".concat(f)),co(t,"value","(".concat(e,")")),vo(t,l,f,null,!0),(s||a)&&vo(t,"blur","$forceUpdate()")}(t,r,o);else if(!J.isReservedTag(i))return _o(t,r,o),!1;return!0},text:function(t,e){e.value&&co(t,"textContent","_s(".concat(e.value,")"),e)},html:function(t,e){e.value&&co(t,"innerHTML","_s(".concat(e.value,")"),e)}},isPreTag:function(t){return"pre"===t},isUnaryTag:Xi,mustUseProp:ur,canBeLeftOpenTag:Qi,isReservedTag:kr,getTagNamespace:Sr,staticKeys:function(t){return t.reduce((function(t,e){return t.concat(e.staticKeys||[])}),[]).join(",")}(Ya)},es=T((function(t){return x("type,tag,attrsList,attrsMap,plain,parent,children,attrs,start,end,rawAttrsMap"+(t?","+t:""))}));function ns(t,e){t&&(Xa=es(e.staticKeys||""),Qa=e.isReservedTag||R,rs(t),os(t,!1))}function rs(t){if(t.static=function(t){return 2!==t.type&&(3===t.type||!(!t.pre&&(t.hasBindings||t.if||t.for||w(t.tag)||!Qa(t.tag)||function(t){for(;t.parent;){if("template"!==(t=t.parent).tag)return!1;if(t.for)return!0}return!1}(t)||!Object.keys(t).every(Xa))))}(t),1===t.type){if(!Qa(t.tag)&&"slot"!==t.tag&&null==t.attrsMap["inline-template"])return;for(var e=0,n=t.children.length;e|^function(?:\s+[\w$]+)?\s*\(/,as=/\([^)]*?\);*$/,ss=/^[A-Za-z_$][\w$]*(?:\.[A-Za-z_$][\w$]*|\['[^']*?']|\["[^"]*?"]|\[\d+]|\[[A-Za-z_$][\w$]*])*$/,cs={esc:27,tab:9,enter:13,space:32,up:38,left:37,right:39,down:40,delete:[8,46]},ls={esc:["Esc","Escape"],tab:"Tab",enter:"Enter",space:[" ","Spacebar"],up:["Up","ArrowUp"],left:["Left","ArrowLeft"],right:["Right","ArrowRight"],down:["Down","ArrowDown"],delete:["Backspace","Delete","Del"]},us=function(t){return"if(".concat(t,")return null;")},fs={stop:"$event.stopPropagation();",prevent:"$event.preventDefault();",self:us("$event.target !== $event.currentTarget"),ctrl:us("!$event.ctrlKey"),shift:us("!$event.shiftKey"),alt:us("!$event.altKey"),meta:us("!$event.metaKey"),left:us("'button' in $event && $event.button !== 0"),middle:us("'button' in $event && $event.button !== 1"),right:us("'button' in $event && $event.button !== 2")};function ds(t,e){var n=e?"nativeOn:":"on:",r="",o="";for(var i in t){var a=ps(t[i]);t[i]&&t[i].dynamic?o+="".concat(i,",").concat(a,","):r+='"'.concat(i,'":').concat(a,",")}return r="{".concat(r.slice(0,-1),"}"),o?n+"_d(".concat(r,",[").concat(o.slice(0,-1),"])"):n+r}function ps(t){if(!t)return"function(){}";if(Array.isArray(t))return"[".concat(t.map((function(t){return ps(t)})).join(","),"]");var e=ss.test(t.value),n=is.test(t.value),r=ss.test(t.value.replace(as,""));if(t.modifiers){var o="",i="",a=[],s=function(e){if(fs[e])i+=fs[e],cs[e]&&a.push(e);else if("exact"===e){var n=t.modifiers;i+=us(["ctrl","shift","alt","meta"].filter((function(t){return!n[t]})).map((function(t){return"$event.".concat(t,"Key")})).join("||"))}else a.push(e)};for(var c in t.modifiers)s(c);a.length&&(o+=function(t){return"if(!$event.type.indexOf('key')&&"+"".concat(t.map(vs).join("&&"),")return null;")}(a)),i&&(o+=i);var l=e?"return ".concat(t.value,".apply(null, arguments)"):n?"return (".concat(t.value,").apply(null, arguments)"):r?"return ".concat(t.value):t.value;return"function($event){".concat(o).concat(l,"}")}return e||n?t.value:"function($event){".concat(r?"return ".concat(t.value):t.value,"}")}function vs(t){var e=parseInt(t,10);if(e)return"$event.keyCode!==".concat(e);var n=cs[t],r=ls[t];return"_k($event.keyCode,"+"".concat(JSON.stringify(t),",")+"".concat(JSON.stringify(n),",")+"$event.key,"+"".concat(JSON.stringify(r))+")"}var hs={on:function(t,e){t.wrapListeners=function(t){return"_g(".concat(t,",").concat(e.value,")")}},bind:function(t,e){t.wrapData=function(n){return"_b(".concat(n,",'").concat(t.tag,"',").concat(e.value,",").concat(e.modifiers&&e.modifiers.prop?"true":"false").concat(e.modifiers&&e.modifiers.sync?",true":"",")")}},cloak:F},ms=function(t){this.options=t,this.warn=t.warn||ao,this.transforms=so(t.modules,"transformCode"),this.dataGenFns=so(t.modules,"genData"),this.directives=M(M({},hs),t.directives);var e=t.isReservedTag||R;this.maybeComponent=function(t){return!!t.component||!e(t.tag)},this.onceId=0,this.staticRenderFns=[],this.pre=!1};function gs(t,e){var n=new ms(e),r=t?"script"===t.tag?"null":ys(t,n):'_c("div")';return{render:"with(this){return ".concat(r,"}"),staticRenderFns:n.staticRenderFns}}function ys(t,e){if(t.parent&&(t.pre=t.pre||t.parent.pre),t.staticRoot&&!t.staticProcessed)return _s(t,e);if(t.once&&!t.onceProcessed)return bs(t,e);if(t.for&&!t.forProcessed)return ws(t,e);if(t.if&&!t.ifProcessed)return $s(t,e);if("template"!==t.tag||t.slotTarget||e.pre){if("slot"===t.tag)return function(t,e){var n=t.slotName||'"default"',r=Os(t,e),o="_t(".concat(n).concat(r?",function(){return ".concat(r,"}"):""),i=t.attrs||t.dynamicAttrs?Ns((t.attrs||[]).concat(t.dynamicAttrs||[]).map((function(t){return{name:N(t.name),value:t.value,dynamic:t.dynamic}}))):null,a=t.attrsMap["v-bind"];return!i&&!a||r||(o+=",null"),i&&(o+=",".concat(i)),a&&(o+="".concat(i?"":",null",",").concat(a)),o+")"}(t,e);var n=void 0;if(t.component)n=function(t,e,n){var r=e.inlineTemplate?null:Os(e,n,!0);return"_c(".concat(t,",").concat(Cs(e,n)).concat(r?",".concat(r):"",")")}(t.component,t,e);else{var r=void 0,o=e.maybeComponent(t);(!t.plain||t.pre&&o)&&(r=Cs(t,e));var i=void 0,a=e.options.bindings;o&&a&&!1!==a.__isScriptSetup&&(i=function(t,e){var n=N(e),r=j(n),o=function(o){return t[e]===o?e:t[n]===o?n:t[r]===o?r:void 0},i=o("setup-const")||o("setup-reactive-const");if(i)return i;var a=o("setup-let")||o("setup-ref")||o("setup-maybe-ref");return a||void 0}(a,t.tag)),i||(i="'".concat(t.tag,"'"));var s=t.inlineTemplate?null:Os(t,e,!0);n="_c(".concat(i).concat(r?",".concat(r):"").concat(s?",".concat(s):"",")")}for(var c=0;c>>0}(a)):"",")")}(t,t.scopedSlots,e),",")),t.model&&(n+="model:{value:".concat(t.model.value,",callback:").concat(t.model.callback,",expression:").concat(t.model.expression,"},")),t.inlineTemplate){var i=function(t,e){var n=t.children[0];if(n&&1===n.type){var r=gs(n,e.options);return"inlineTemplate:{render:function(){".concat(r.render,"},staticRenderFns:[").concat(r.staticRenderFns.map((function(t){return"function(){".concat(t,"}")})).join(","),"]}")}}(t,e);i&&(n+="".concat(i,","))}return n=n.replace(/,$/,"")+"}",t.dynamicAttrs&&(n="_b(".concat(n,',"').concat(t.tag,'",').concat(Ns(t.dynamicAttrs),")")),t.wrapData&&(n=t.wrapData(n)),t.wrapListeners&&(n=t.wrapListeners(n)),n}function ks(t){return 1===t.type&&("slot"===t.tag||t.children.some(ks))}function Ss(t,e){var n=t.attrsMap["slot-scope"];if(t.if&&!t.ifProcessed&&!n)return $s(t,e,Ss,"null");if(t.for&&!t.forProcessed)return ws(t,e,Ss);var r=t.slotScope===Ra?"":String(t.slotScope),o="function(".concat(r,"){")+"return ".concat("template"===t.tag?t.if&&n?"(".concat(t.if,")?").concat(Os(t,e)||"undefined",":undefined"):Os(t,e)||"undefined":ys(t,e),"}"),i=r?"":",proxy:true";return"{key:".concat(t.slotTarget||'"default"',",fn:").concat(o).concat(i,"}")}function Os(t,e,n,r,o){var i=t.children;if(i.length){var a=i[0];if(1===i.length&&a.for&&"template"!==a.tag&&"slot"!==a.tag){var s=n?e.maybeComponent(a)?",1":",0":"";return"".concat((r||ys)(a,e)).concat(s)}var c=n?function(t,e){for(var n=0,r=0;r':'
',Ls.innerHTML.indexOf(" ")>0}var Rs=!!Y&&Fs(!1),Hs=!!Y&&Fs(!0),Bs=T((function(t){var e=Ar(t);return e&&e.innerHTML})),Us=er.prototype.$mount;er.prototype.$mount=function(t,e){if((t=t&&Ar(t))===document.body||t===document.documentElement)return this;var n=this.$options;if(!n.render){var r=n.template;if(r)if("string"==typeof r)"#"===r.charAt(0)&&(r=Bs(r));else{if(!r.nodeType)return this;r=r.innerHTML}else t&&(r=function(t){if(t.outerHTML)return t.outerHTML;var e=document.createElement("div");return e.appendChild(t.cloneNode(!0)),e.innerHTML}(t));if(r){var o=Is(r,{outputSourceRange:!1,shouldDecodeNewlines:Rs,shouldDecodeNewlinesForHref:Hs,delimiters:n.delimiters,comments:n.comments},this),i=o.render,a=o.staticRenderFns;n.render=i,n.staticRenderFns=a}}return Us.call(this,t,e)},er.compile=Is,n()("#dokan-promo-notices").length&&new er({el:"#dokan-promo-notices",render:t=>t(a)})})(); \ No newline at end of file +(()=>{"use strict";var t={n:e=>{var n=e&&e.__esModule?()=>e.default:()=>e;return t.d(n,{a:n}),n},d:(e,n)=>{for(var r in n)t.o(n,r)&&!t.o(e,r)&&Object.defineProperty(e,r,{enumerable:!0,get:n[r]})}};t.g=function(){if("object"==typeof globalThis)return globalThis;try{return this||new Function("return this")()}catch(t){if("object"==typeof window)return window}}(),t.o=(t,e)=>Object.prototype.hasOwnProperty.call(t,e);const e=window.jQuery;var n=t.n(e);const r={name:"AdminNotice",props:{endpoint:{type:String,default:"admin"},interval:{type:Number,default:5e3}},data:()=>({timer:null,notices:[],loading:!1,button_text:"",current_notice:1,task_completed:!1,transitionName:"slide-next"}),created(){this.fetch()},methods:{fetch(){n().ajax({url:`${dokan_promo.rest.root}${dokan_promo.rest.version}/admin/notices/${this.endpoint}`,method:"get",beforeSend:function(t){t.setRequestHeader("X-WP-Nonce",dokan_promo.rest.nonce)}}).done((t=>{this.notices=t.filter((t=>t.description||t.title)),this.startAutoSlide()}))},slideNotice(t){this.current_notice+=t,this.transitionName=1===t?"slide-next":"slide-prev";let e=this.notices.length;this.current_notice<1&&(this.current_notice=e),this.current_notice>e&&(this.current_notice=1)},nextNotice(){this.stopAutoSlide(),this.slideNotice(1)},prevNotice(){this.stopAutoSlide(),this.slideNotice(-1)},startAutoSlide(){!this.loading&&this.notices.length>1&&(this.timer=setInterval((()=>{this.slideNotice(1)}),this.interval))},stopAutoSlide(){!this.loading&&this.notices.length>1&&(clearInterval(this.timer),this.timer=null)},hideNotice(t,e){n().ajax({url:dokan_promo.ajaxurl,method:"post",dataType:"json",data:t.ajax_data}).done((()=>{this.notices.splice(e,1),this.slideNotice(1)}))},handleAction(t,e){t.confirm_message?Swal.fire({title:this.__("Are you sure?","dokan-lite"),icon:"warning",html:t.confirm_message,showCancelButton:!0,confirmButtonText:t.text,cancelButtonText:this.__("Cancel","dokan-lite")}).then((n=>{n.value&&this.handleRequest(t,e)})):this.handleRequest(t,e)},handleRequest(t,e){this.loading=!0,this.button_text=t.loading_text?t.loading_text:this.__("Loading...","dokan-lite"),n().ajax({url:dokan_promo.ajaxurl,method:"post",dataType:"json",data:t.ajax_data}).always((()=>{this.loading=!1})).done((()=>{this.button_text=t.completed_text?t.completed_text:t.text,this.task_completed=!0,t.reload?window.location.reload():(this.notices.splice(e,1),this.slideNotice(1))}))}}};function o(t,e,n,r,o,i,a,s){var c,l="function"==typeof t?t.options:t;if(e&&(l.render=e,l.staticRenderFns=n,l._compiled=!0),r&&(l.functional=!0),i&&(l._scopeId="data-v-"+i),a?(c=function(t){(t=t||this.$vnode&&this.$vnode.ssrContext||this.parent&&this.parent.$vnode&&this.parent.$vnode.ssrContext)||"undefined"==typeof __VUE_SSR_CONTEXT__||(t=__VUE_SSR_CONTEXT__),o&&o.call(this,t),t&&t._registeredComponents&&t._registeredComponents.add(a)},l._ssrRegister=c):o&&(c=s?function(){o.call(this,(l.functional?this.parent:this).$root.$options.shadowRoot)}:o),c)if(l.functional){l._injectStyles=c;var u=l.render;l.render=function(t,e){return c.call(e),u(t,e)}}else{var f=l.beforeCreate;l.beforeCreate=f?[].concat(f,c):[c]}return{exports:t,options:l}}var i=o(r,(function(){var t=this,e=t._self._c;return e("div",{staticClass:"notice dokan-admin-notices-wrap"},[t.notices&&t.notices.length?e("div",{staticClass:"dokan-admin-notices"},[e("transition-group",{staticClass:"dokan-notice-slides leading-[1.5em] box-content",attrs:{name:t.transitionName,tag:"div"}},[t._l(t.notices,(function(n,r){return[e("div",{directives:[{name:"show",rawName:"v-show",value:r+1===t.current_notice,expression:"(index + 1) === current_notice"}],key:r,staticClass:"dokan-admin-notice",class:`dokan-${n.type}`,on:{mouseenter:t.stopAutoSlide,mouseleave:t.startAutoSlide}},[e("div",{staticClass:"notice-content",style:n.title&&n.actions&&n.description?"align-items: start":"align-items: center"},[e("div",{staticClass:"logo-wrap"},[e("div",{staticClass:"dokan-logo"}),t._v(" "),e("span",{staticClass:"dokan-icon",class:`dokan-icon-${n.type}`})]),t._v(" "),e("div",{staticClass:"dokan-message"},[n.title?e("h3",[t._v(t._s(n.title))]):t._e(),t._v(" "),n.description?e("div",{domProps:{innerHTML:t._s(n.description)}}):t._e(),t._v(" "),n.actions&&n.actions.length?[t._l(n.actions,(function(n){return[n.action?e("a",{staticClass:"dokan-btn",class:[`dokan-btn-${n.type}`,n.class],attrs:{target:n.target?n.target:"_self",href:n.action}},[t._v(t._s(n.text))]):e("button",{staticClass:"dokan-btn btn-dokan",class:[`dokan-btn-${n.type}`,n.class],attrs:{disabled:t.loading},on:{click:function(e){return t.handleAction(n,r)}}},[t._v(t._s(t.loading||t.task_completed?t.button_text:n.text))])]}))]:t._e()],2),t._v(" "),n.show_close_button&&n.close_url?e("a",{staticClass:"close-notice",attrs:{href:n.close_url}},[e("span",{staticClass:"dashicons dashicons-no-alt"})]):t._e(),t._v(" "),n.show_close_button&&n.ajax_data?e("button",{staticClass:"close-notice",attrs:{disabled:t.loading},on:{click:function(e){return t.hideNotice(n,r)}}},[e("span",{staticClass:"dashicons dashicons-no-alt"})]):t._e()])])]}))],2),t._v(" "),e("div",{directives:[{name:"show",rawName:"v-show",value:t.notices.length>1,expression:"notices.length > 1"}],staticClass:"slide-notice"},[e("span",{staticClass:"prev",class:{active:t.current_notice>1},on:{click:function(e){return t.prevNotice()}}},[e("svg",{attrs:{width:"8",height:"13",viewBox:"0 0 8 13",fill:"none",xmlns:"http://www.w3.org/2000/svg"}},[e("path",{attrs:{d:"M0.791129 6.10203L6.4798 0.415254C6.72942 0.166269 7.13383 0.166269 7.38408 0.415254C7.63369 0.664239 7.63369 1.06866 7.38408 1.31764L2.14663 6.5532L7.38345 11.7888C7.63306 12.0377 7.63306 12.4422 7.38345 12.6918C7.13383 12.9408 6.72879 12.9408 6.47917 12.6918L0.790498 7.005C0.544665 6.75859 0.544666 6.34781 0.791129 6.10203Z",fill:"#DADFE4"}})])]),t._v(" "),e("span",{staticClass:"notice-count"},[e("span",{staticClass:"current-notice",class:{active:t.current_notice>1}},[t._v(t._s(t.current_notice))]),t._v(" of "),e("span",{staticClass:"total-notice",class:{active:t.current_notice=0&&Math.floor(e)===e&&isFinite(t)}function y(t){return u(t)&&"function"==typeof t.then&&"function"==typeof t.catch}function _(t){return null==t?"":Array.isArray(t)||m(t)&&t.toString===h?JSON.stringify(t,b,2):String(t)}function b(t,e){return e&&e.__v_isRef?e.value:e}function $(t){var e=parseFloat(t);return isNaN(e)?t:e}function x(t,e){for(var n=Object.create(null),r=t.split(","),o=0;o-1)return t.splice(r,1)}}var S=Object.prototype.hasOwnProperty;function O(t,e){return S.call(t,e)}function T(t){var e=Object.create(null);return function(n){return e[n]||(e[n]=t(n))}}var A=/-(\w)/g,N=T((function(t){return t.replace(A,(function(t,e){return e?e.toUpperCase():""}))})),j=T((function(t){return t.charAt(0).toUpperCase()+t.slice(1)})),E=/\B([A-Z])/g,D=T((function(t){return t.replace(E,"-$1").toLowerCase()})),P=Function.prototype.bind?function(t,e){return t.bind(e)}:function(t,e){function n(n){var r=arguments.length;return r?r>1?t.apply(e,arguments):t.call(e,n):t.call(e)}return n._length=t.length,n};function L(t,e){e=e||0;for(var n=t.length-e,r=new Array(n);n--;)r[n]=t[n+e];return r}function M(t,e){for(var n in e)t[n]=e[n];return t}function I(t){for(var e={},n=0;n0,rt=tt&&tt.indexOf("edge/")>0;tt&&tt.indexOf("android");var ot=tt&&/iphone|ipad|ipod|ios/.test(tt);tt&&/chrome\/\d+/.test(tt),tt&&/phantomjs/.test(tt);var it,at=tt&&tt.match(/firefox\/(\d+)/),st={}.watch,ct=!1;if(Y)try{var lt={};Object.defineProperty(lt,"passive",{get:function(){ct=!0}}),window.addEventListener("test-passive",null,lt)}catch(t){}var ut=function(){return void 0===it&&(it=!Y&&void 0!==t.g&&t.g.process&&"server"===t.g.process.env.VUE_ENV),it},ft=Y&&window.__VUE_DEVTOOLS_GLOBAL_HOOK__;function dt(t){return"function"==typeof t&&/native code/.test(t.toString())}var pt,vt="undefined"!=typeof Symbol&&dt(Symbol)&&"undefined"!=typeof Reflect&&dt(Reflect.ownKeys);pt="undefined"!=typeof Set&&dt(Set)?Set:function(){function t(){this.set=Object.create(null)}return t.prototype.has=function(t){return!0===this.set[t]},t.prototype.add=function(t){this.set[t]=!0},t.prototype.clear=function(){this.set=Object.create(null)},t}();var ht=null;function mt(t){void 0===t&&(t=null),t||ht&&ht._scope.off(),ht=t,t&&t._scope.on()}var gt=function(){function t(t,e,n,r,o,i,a,s){this.tag=t,this.data=e,this.children=n,this.text=r,this.elm=o,this.ns=void 0,this.context=i,this.fnContext=void 0,this.fnOptions=void 0,this.fnScopeId=void 0,this.key=e&&e.key,this.componentOptions=a,this.componentInstance=void 0,this.parent=void 0,this.raw=!1,this.isStatic=!1,this.isRootInsert=!0,this.isComment=!1,this.isCloned=!1,this.isOnce=!1,this.asyncFactory=s,this.asyncMeta=void 0,this.isAsyncPlaceholder=!1}return Object.defineProperty(t.prototype,"child",{get:function(){return this.componentInstance},enumerable:!1,configurable:!0}),t}(),yt=function(t){void 0===t&&(t="");var e=new gt;return e.text=t,e.isComment=!0,e};function _t(t){return new gt(void 0,void 0,void 0,String(t))}function bt(t){var e=new gt(t.tag,t.data,t.children&&t.children.slice(),t.text,t.elm,t.context,t.componentOptions,t.asyncFactory);return e.ns=t.ns,e.isStatic=t.isStatic,e.key=t.key,e.isComment=t.isComment,e.fnContext=t.fnContext,e.fnOptions=t.fnOptions,e.fnScopeId=t.fnScopeId,e.asyncMeta=t.asyncMeta,e.isCloned=!0,e}"function"==typeof SuppressedError&&SuppressedError;var $t=0,xt=[],wt=function(){for(var t=0;t0&&(Xt((r=Qt(r,"".concat(e||"","_").concat(n)))[0])&&Xt(i)&&(a[o]=_t(i.text+r[0].text),r.shift()),a.push.apply(a,r)):d(r)?Xt(i)?a[o]=_t(i.text+r):""!==r&&a.push(_t(r)):Xt(r)&&Xt(i)?a[o]=_t(i.text+r.text):(f(t._isVList)&&u(r.tag)&&l(r.key)&&u(e)&&(r.key="__vlist".concat(e,"_").concat(n,"__")),a.push(r)));return a}var Yt=1,te=2;function ee(t,e,n,r,o,i){return(c(n)||d(n))&&(o=r,r=n,n=void 0),f(i)&&(o=te),function(t,e,n,r,o){if(u(n)&&u(n.__ob__))return yt();if(u(n)&&u(n.is)&&(e=n.is),!e)return yt();var i,a;if(c(r)&&p(r[0])&&((n=n||{}).scopedSlots={default:r[0]},r.length=0),o===te?r=Gt(r):o===Yt&&(r=function(t){for(var e=0;e0,a=e?!!e.$stable:!i,c=e&&e.$key;if(e){if(e._normalized)return e._normalized;if(a&&r&&r!==s&&c===r.$key&&!i&&!r.$hasNormal)return r;for(var l in o={},e)e[l]&&"$"!==l[0]&&(o[l]=xe(t,n,l,e[l]))}else o={};for(var u in n)u in o||(o[u]=we(n,u));return e&&Object.isExtensible(e)&&(e._normalized=o),G(o,"$stable",a),G(o,"$key",c),G(o,"$hasNormal",i),o}function xe(t,e,n,r){var o=function(){var e=ht;mt(t);var n=arguments.length?r.apply(null,arguments):r({}),o=(n=n&&"object"==typeof n&&!c(n)?[n]:Gt(n))&&n[0];return mt(e),n&&(!o||1===n.length&&o.isComment&&!be(o))?void 0:n};return r.proxy&&Object.defineProperty(e,n,{get:o,enumerable:!0,configurable:!0}),o}function we(t,e){return function(){return t[e]}}function Ce(t,e,n,r,o){var i=!1;for(var a in e)a in t?e[a]!==n[a]&&(i=!0):(i=!0,ke(t,a,r,o));for(var a in t)a in e||(i=!0,delete t[a]);return i}function ke(t,e,n,r){Object.defineProperty(t,e,{enumerable:!0,configurable:!0,get:function(){return n[r][e]}})}function Se(t,e){for(var n in e)t[n]=e[n];for(var n in t)n in e||delete t[n]}var Oe,Te,Ae=null;function Ne(t,e){return(t.__esModule||vt&&"Module"===t[Symbol.toStringTag])&&(t=t.default),v(t)?e.extend(t):t}function je(t){if(c(t))for(var e=0;edocument.createEvent("Event").timeStamp&&(Ge=function(){return Xe.now()})}var Qe=function(t,e){if(t.post){if(!e.post)return 1}else if(e.post)return-1;return t.id-e.id};function Ye(){var t,e;for(Ze=Ge(),Je=!0,Ve.sort(Qe),We=0;WeWe&&Ve[n].id>t.id;)n--;Ve.splice(n+1,0,t)}else Ve.push(t);qe||(qe=!0,hn(Ye))}}(this)},t.prototype.run=function(){if(this.active){var t=this.get();if(t!==this.value||v(t)||this.deep){var e=this.value;if(this.value=t,this.user){var n='callback for watcher "'.concat(this.expression,'"');nn(this.cb,this.vm,[t,e],this.vm,n)}else this.cb.call(this.vm,t,e)}}},t.prototype.evaluate=function(){this.value=this.get(),this.dirty=!1},t.prototype.depend=function(){for(var t=this.deps.length;t--;)this.deps[t].depend()},t.prototype.teardown=function(){if(this.vm&&!this.vm._isBeingDestroyed&&k(this.vm._scope.effects,this),this.active){for(var t=this.deps.length;t--;)this.deps[t].removeSub(this);this.active=!1,this.onStop&&this.onStop()}},t}(),xn={enumerable:!0,configurable:!0,get:F,set:F};function wn(t,e,n){xn.get=function(){return this[e][n]},xn.set=function(t){this[e][n]=t},Object.defineProperty(t,n,xn)}function Cn(t){var e=t.$options;if(e.props&&function(t,e){var n=t.$options.propsData||{},r=t._props=Bt({}),o=t.$options._propKeys=[];!t.$parent||Dt(!1);var i=function(i){o.push(i);var a=Gn(i,e,n,t);It(r,i,a,void 0,!0),i in t||wn(t,"_props",i)};for(var a in e)i(a);Dt(!0)}(t,e.props),function(t){var e=t.$options,n=e.setup;if(n){var r=t._setupContext=function(t){return{get attrs(){if(!t._attrsProxy){var e=t._attrsProxy={};G(e,"_v_attr_proxy",!0),Ce(e,t.$attrs,s,t,"$attrs")}return t._attrsProxy},get listeners(){return t._listenersProxy||Ce(t._listenersProxy={},t.$listeners,s,t,"$listeners"),t._listenersProxy},get slots(){return function(t){return t._slotsProxy||Se(t._slotsProxy={},t.$scopedSlots),t._slotsProxy}(t)},emit:P(t.$emit,t),expose:function(e){e&&Object.keys(e).forEach((function(n){return zt(t,e,n)}))}}}(t);mt(t),St();var o=nn(n,null,[t._props||Bt({}),r],t,"setup");if(Ot(),mt(),p(o))e.render=o;else if(v(o))if(t._setupState=o,o.__sfc){var i=t._setupProxy={};for(var a in o)"__sfc"!==a&&zt(i,o,a)}else for(var a in o)Z(a)||zt(t,o,a)}}(t),e.methods&&function(t,e){for(var n in t.$options.props,e)t[n]="function"!=typeof e[n]?F:P(e[n],t)}(t,e.methods),e.data)!function(t){var e=t.$options.data;m(e=t._data=p(e)?function(t,e){St();try{return t.call(e,e)}catch(t){return en(t,e,"data()"),{}}finally{Ot()}}(e,t):e||{})||(e={});for(var n=Object.keys(e),r=t.$options.props,o=(t.$options.methods,n.length);o--;){var i=n[o];r&&O(r,i)||Z(i)||wn(t,"_data",i)}var a=Mt(e);a&&a.vmCount++}(t);else{var n=Mt(t._data={});n&&n.vmCount++}e.computed&&function(t,e){var n=t._computedWatchers=Object.create(null),r=ut();for(var o in e){var i=e[o],a=p(i)?i:i.get;r||(n[o]=new $n(t,a||F,F,kn)),o in t||Sn(t,o,i)}}(t,e.computed),e.watch&&e.watch!==st&&function(t,e){for(var n in e){var r=e[n];if(c(r))for(var o=0;o-1)if(i&&!O(o,"default"))a=!1;else if(""===a||a===D(t)){var c=tr(String,o.type);(c<0||s-1:"string"==typeof t?t.split(",").indexOf(e)>-1:(n=t,!("[object RegExp]"!==h.call(n))&&t.test(e));var n}function or(t,e){var n=t.cache,r=t.keys,o=t._vnode,i=t.$vnode;for(var a in n){var s=n[a];if(s){var c=s.name;c&&!e(c)&&ir(n,a,r,o)}}i.componentOptions.children=void 0}function ir(t,e,n,r){var o=t[e];!o||r&&o.tag===r.tag||o.componentInstance.$destroy(),t[e]=null,k(n,e)}!function(t){t.prototype._init=function(t){var e=this;e._uid=jn++,e._isVue=!0,e.__v_skip=!0,e._scope=new Me(!0),e._scope.parent=void 0,e._scope._vm=!0,t&&t._isComponent?function(t,e){var n=t.$options=Object.create(t.constructor.options),r=e._parentVnode;n.parent=e.parent,n._parentVnode=r;var o=r.componentOptions;n.propsData=o.propsData,n._parentListeners=o.listeners,n._renderChildren=o.children,n._componentTag=o.tag,e.render&&(n.render=e.render,n.staticRenderFns=e.staticRenderFns)}(e,t):e.$options=Wn(En(e.constructor),t||{},e),e._renderProxy=e,e._self=e,function(t){var e=t.$options,n=e.parent;if(n&&!e.abstract){for(;n.$options.abstract&&n.$parent;)n=n.$parent;n.$children.push(t)}t.$parent=n,t.$root=n?n.$root:t,t.$children=[],t.$refs={},t._provided=n?n._provided:Object.create(null),t._watcher=null,t._inactive=null,t._directInactive=!1,t._isMounted=!1,t._isDestroyed=!1,t._isBeingDestroyed=!1}(e),function(t){t._events=Object.create(null),t._hasHookEvent=!1;var e=t.$options._parentListeners;e&&Le(t,e)}(e),function(t){t._vnode=null,t._staticTrees=null;var e=t.$options,n=t.$vnode=e._parentVnode,r=n&&n.context;t.$slots=ye(e._renderChildren,r),t.$scopedSlots=n?$e(t.$parent,n.data.scopedSlots,t.$slots):s,t._c=function(e,n,r,o){return ee(t,e,n,r,o,!1)},t.$createElement=function(e,n,r,o){return ee(t,e,n,r,o,!0)};var o=n&&n.data;It(t,"$attrs",o&&o.attrs||s,null,!0),It(t,"$listeners",e._parentListeners||s,null,!0)}(e),Ue(e,"beforeCreate",void 0,!1),function(t){var e=Nn(t.$options.inject,t);e&&(Dt(!1),Object.keys(e).forEach((function(n){It(t,n,e[n])})),Dt(!0))}(e),Cn(e),function(t){var e=t.$options.provide;if(e){var n=p(e)?e.call(t):e;if(!v(n))return;for(var r=function(t){var e=t._provided,n=t.$parent&&t.$parent._provided;return n===e?t._provided=Object.create(n):e}(t),o=vt?Reflect.ownKeys(n):Object.keys(n),i=0;i1?L(n):n;for(var r=L(arguments,1),o='event handler for "'.concat(t,'"'),i=0,a=n.length;iparseInt(this.max)&&ir(e,n[0],n,this._vnode),this.vnodeToCache=null}}},created:function(){this.cache=Object.create(null),this.keys=[]},destroyed:function(){for(var t in this.cache)ir(this.cache,t,this.keys)},mounted:function(){var t=this;this.cacheVNode(),this.$watch("include",(function(e){or(t,(function(t){return rr(e,t)}))})),this.$watch("exclude",(function(e){or(t,(function(t){return!rr(e,t)}))}))},updated:function(){this.cacheVNode()},render:function(){var t=this.$slots.default,e=je(t),n=e&&e.componentOptions;if(n){var r=nr(n),o=this.include,i=this.exclude;if(o&&(!r||!rr(o,r))||i&&r&&rr(i,r))return e;var a=this.cache,s=this.keys,c=null==e.key?n.Ctor.cid+(n.tag?"::".concat(n.tag):""):e.key;a[c]?(e.componentInstance=a[c].componentInstance,k(s,c),s.push(c)):(this.vnodeToCache=e,this.keyToCache=c),e.data.keepAlive=!0}return e||t&&t[0]}}};!function(t){var e={get:function(){return J}};Object.defineProperty(t,"config",e),t.util={warn:Bn,extend:M,mergeOptions:Wn,defineReactive:It},t.set=Ft,t.delete=Rt,t.nextTick=hn,t.observable=function(t){return Mt(t),t},t.options=Object.create(null),K.forEach((function(e){t.options[e+"s"]=Object.create(null)})),t.options._base=t,M(t.options.components,sr),function(t){t.use=function(t){var e=this._installedPlugins||(this._installedPlugins=[]);if(e.indexOf(t)>-1)return this;var n=L(arguments,1);return n.unshift(this),p(t.install)?t.install.apply(t,n):p(t)&&t.apply(null,n),e.push(t),this}}(t),function(t){t.mixin=function(t){return this.options=Wn(this.options,t),this}}(t),function(t){t.cid=0;var e=1;t.extend=function(t){t=t||{};var n=this,r=n.cid,o=t._Ctor||(t._Ctor={});if(o[r])return o[r];var i=Mn(t)||Mn(n.options),a=function(t){this._init(t)};return(a.prototype=Object.create(n.prototype)).constructor=a,a.cid=e++,a.options=Wn(n.options,t),a.super=n,a.options.props&&function(t){var e=t.options.props;for(var n in e)wn(t.prototype,"_props",n)}(a),a.options.computed&&function(t){var e=t.options.computed;for(var n in e)Sn(t.prototype,n,e[n])}(a),a.extend=n.extend,a.mixin=n.mixin,a.use=n.use,K.forEach((function(t){a[t]=n[t]})),i&&(a.options.components[i]=a),a.superOptions=n.options,a.extendOptions=t,a.sealedOptions=M({},a.options),o[r]=a,a}}(t),function(t){K.forEach((function(e){t[e]=function(t,n){return n?("component"===e&&m(n)&&(n.name=n.name||t,n=this.options._base.extend(n)),"directive"===e&&p(n)&&(n={bind:n,update:n}),this.options[e+"s"][t]=n,n):this.options[e+"s"][t]}}))}(t)}(er),Object.defineProperty(er.prototype,"$isServer",{get:ut}),Object.defineProperty(er.prototype,"$ssrContext",{get:function(){return this.$vnode&&this.$vnode.ssrContext}}),Object.defineProperty(er,"FunctionalRenderContext",{value:Dn}),er.version="2.7.16";var cr=x("style,class"),lr=x("input,textarea,option,select,progress"),ur=function(t,e,n){return"value"===n&&lr(t)&&"button"!==e||"selected"===n&&"option"===t||"checked"===n&&"input"===t||"muted"===n&&"video"===t},fr=x("contenteditable,draggable,spellcheck"),dr=x("events,caret,typing,plaintext-only"),pr=function(t,e){return yr(e)||"false"===e?"false":"contenteditable"===t&&dr(e)?e:"true"},vr=x("allowfullscreen,async,autofocus,autoplay,checked,compact,controls,declare,default,defaultchecked,defaultmuted,defaultselected,defer,disabled,enabled,formnovalidate,hidden,indeterminate,inert,ismap,itemscope,loop,multiple,muted,nohref,noresize,noshade,novalidate,nowrap,open,pauseonexit,readonly,required,reversed,scoped,seamless,selected,sortable,truespeed,typemustmatch,visible"),hr="http://www.w3.org/1999/xlink",mr=function(t){return":"===t.charAt(5)&&"xlink"===t.slice(0,5)},gr=function(t){return mr(t)?t.slice(6,t.length):""},yr=function(t){return null==t||!1===t};function _r(t,e){return{staticClass:br(t.staticClass,e.staticClass),class:u(t.class)?[t.class,e.class]:e.class}}function br(t,e){return t?e?t+" "+e:t:e||""}function $r(t){return Array.isArray(t)?function(t){for(var e,n="",r=0,o=t.length;r-1?Jr(t,e,n):vr(e)?yr(n)?t.removeAttribute(e):(n="allowfullscreen"===e&&"EMBED"===t.tagName?"true":e,t.setAttribute(e,n)):fr(e)?t.setAttribute(e,pr(e,n)):mr(e)?yr(n)?t.removeAttributeNS(hr,gr(e)):t.setAttributeNS(hr,e,n):Jr(t,e,n)}function Jr(t,e,n){if(yr(n))t.removeAttribute(e);else{if(et&&!nt&&"TEXTAREA"===t.tagName&&"placeholder"===e&&""!==n&&!t.__ieph){var r=function(e){e.stopImmediatePropagation(),t.removeEventListener("input",r)};t.addEventListener("input",r),t.__ieph=!0}t.setAttribute(e,n)}}var Wr={create:Kr,update:Kr};function Zr(t,e){var n=e.elm,r=e.data,o=t.data;if(!(l(r.staticClass)&&l(r.class)&&(l(o)||l(o.staticClass)&&l(o.class)))){var i=function(t){for(var e=t.data,n=t,r=t;u(r.componentInstance);)(r=r.componentInstance._vnode)&&r.data&&(e=_r(r.data,e));for(;u(n=n.parent);)n&&n.data&&(e=_r(e,n.data));return o=e.staticClass,i=e.class,u(o)||u(i)?br(o,$r(i)):"";var o,i}(e),a=n._transitionClasses;u(a)&&(i=br(i,$r(a))),i!==n._prevClass&&(n.setAttribute("class",i),n._prevClass=i)}}var Gr,Xr,Qr,Yr,to,eo,no={create:Zr,update:Zr},ro=/[\w).+\-_$\]]/;function oo(t){var e,n,r,o,i,a=!1,s=!1,c=!1,l=!1,u=0,f=0,d=0,p=0;for(r=0;r=0&&" "===(h=t.charAt(v));v--);h&&ro.test(h)||(l=!0)}}else void 0===o?(p=r+1,o=t.slice(0,r).trim()):m();function m(){(i||(i=[])).push(t.slice(p,r).trim()),p=r+1}if(void 0===o?o=t.slice(0,r).trim():0!==p&&m(),i)for(r=0;r-1?{exp:t.slice(0,Yr),key:'"'+t.slice(Yr+1)+'"'}:{exp:t,key:null};for(Xr=t,Yr=to=eo=0;!xo();)wo(Qr=$o())?ko(Qr):91===Qr&&Co(Qr);return{exp:t.slice(0,to),key:t.slice(to+1,eo)}}(t);return null===n.key?"".concat(t,"=").concat(e):"$set(".concat(n.exp,", ").concat(n.key,", ").concat(e,")")}function $o(){return Xr.charCodeAt(++Yr)}function xo(){return Yr>=Gr}function wo(t){return 34===t||39===t}function Co(t){var e=1;for(to=Yr;!xo();)if(wo(t=$o()))ko(t);else if(91===t&&e++,93===t&&e--,0===e){eo=Yr;break}}function ko(t){for(var e=t;!xo()&&(t=$o())!==e;);}var So,Oo="__r",To="__c";function Ao(t,e,n){var r=So;return function o(){null!==e.apply(null,arguments)&&Eo(t,o,n,r)}}var No=sn&&!(at&&Number(at[1])<=53);function jo(t,e,n,r){if(No){var o=Ze,i=e;e=i._wrapper=function(t){if(t.target===t.currentTarget||t.timeStamp>=o||t.timeStamp<=0||t.target.ownerDocument!==document)return i.apply(this,arguments)}}So.addEventListener(t,e,ct?{capture:n,passive:r}:n)}function Eo(t,e,n,r){(r||So).removeEventListener(t,e._wrapper||e,n)}function Do(t,e){if(!l(t.data.on)||!l(e.data.on)){var n=e.data.on||{},r=t.data.on||{};So=e.elm||t.elm,function(t){if(u(t[Oo])){var e=et?"change":"input";t[e]=[].concat(t[Oo],t[e]||[]),delete t[Oo]}u(t[To])&&(t.change=[].concat(t[To],t.change||[]),delete t[To])}(n),Jt(n,r,jo,Eo,Ao,e.context),So=void 0}}var Po,Lo={create:Do,update:Do,destroy:function(t){return Do(t,Pr)}};function Mo(t,e){if(!l(t.data.domProps)||!l(e.data.domProps)){var n,r,o=e.elm,i=t.data.domProps||{},a=e.data.domProps||{};for(n in(u(a.__ob__)||f(a._v_attr_proxy))&&(a=e.data.domProps=M({},a)),i)n in a||(o[n]="");for(n in a){if(r=a[n],"textContent"===n||"innerHTML"===n){if(e.children&&(e.children.length=0),r===i[n])continue;1===o.childNodes.length&&o.removeChild(o.childNodes[0])}if("value"===n&&"PROGRESS"!==o.tagName){o._value=r;var s=l(r)?"":String(r);Io(o,s)&&(o.value=s)}else if("innerHTML"===n&&Cr(o.tagName)&&l(o.innerHTML)){(Po=Po||document.createElement("div")).innerHTML="".concat(r,"");for(var c=Po.firstChild;o.firstChild;)o.removeChild(o.firstChild);for(;c.firstChild;)o.appendChild(c.firstChild)}else if(r!==i[n])try{o[n]=r}catch(t){}}}}function Io(t,e){return!t.composing&&("OPTION"===t.tagName||function(t,e){var n=!0;try{n=document.activeElement!==t}catch(t){}return n&&t.value!==e}(t,e)||function(t,e){var n=t.value,r=t._vModifiers;if(u(r)){if(r.number)return $(n)!==$(e);if(r.trim)return n.trim()!==e.trim()}return n!==e}(t,e))}var Fo={create:Mo,update:Mo},Ro=T((function(t){var e={},n=/:(.+)/;return t.split(/;(?![^(]*\))/g).forEach((function(t){if(t){var r=t.split(n);r.length>1&&(e[r[0].trim()]=r[1].trim())}})),e}));function Ho(t){var e=Bo(t.style);return t.staticStyle?M(t.staticStyle,e):e}function Bo(t){return Array.isArray(t)?I(t):"string"==typeof t?Ro(t):t}var Uo,Vo=/^--/,zo=/\s*!important$/,Ko=function(t,e,n){if(Vo.test(e))t.style.setProperty(e,n);else if(zo.test(n))t.style.setProperty(D(e),n.replace(zo,""),"important");else{var r=Jo(e);if(Array.isArray(n))for(var o=0,i=n.length;o-1?e.split(Go).forEach((function(e){return t.classList.add(e)})):t.classList.add(e);else{var n=" ".concat(t.getAttribute("class")||""," ");n.indexOf(" "+e+" ")<0&&t.setAttribute("class",(n+e).trim())}}function Qo(t,e){if(e&&(e=e.trim()))if(t.classList)e.indexOf(" ")>-1?e.split(Go).forEach((function(e){return t.classList.remove(e)})):t.classList.remove(e),t.classList.length||t.removeAttribute("class");else{for(var n=" ".concat(t.getAttribute("class")||""," "),r=" "+e+" ";n.indexOf(r)>=0;)n=n.replace(r," ");(n=n.trim())?t.setAttribute("class",n):t.removeAttribute("class")}}function Yo(t){if(t){if("object"==typeof t){var e={};return!1!==t.css&&M(e,ti(t.name||"v")),M(e,t),e}return"string"==typeof t?ti(t):void 0}}var ti=T((function(t){return{enterClass:"".concat(t,"-enter"),enterToClass:"".concat(t,"-enter-to"),enterActiveClass:"".concat(t,"-enter-active"),leaveClass:"".concat(t,"-leave"),leaveToClass:"".concat(t,"-leave-to"),leaveActiveClass:"".concat(t,"-leave-active")}})),ei=Y&&!nt,ni="transition",ri="animation",oi="transition",ii="transitionend",ai="animation",si="animationend";ei&&(void 0===window.ontransitionend&&void 0!==window.onwebkittransitionend&&(oi="WebkitTransition",ii="webkitTransitionEnd"),void 0===window.onanimationend&&void 0!==window.onwebkitanimationend&&(ai="WebkitAnimation",si="webkitAnimationEnd"));var ci=Y?window.requestAnimationFrame?window.requestAnimationFrame.bind(window):setTimeout:function(t){return t()};function li(t){ci((function(){ci(t)}))}function ui(t,e){var n=t._transitionClasses||(t._transitionClasses=[]);n.indexOf(e)<0&&(n.push(e),Xo(t,e))}function fi(t,e){t._transitionClasses&&k(t._transitionClasses,e),Qo(t,e)}function di(t,e,n){var r=vi(t,e),o=r.type,i=r.timeout,a=r.propCount;if(!o)return n();var s=o===ni?ii:si,c=0,l=function(){t.removeEventListener(s,u),n()},u=function(e){e.target===t&&++c>=a&&l()};setTimeout((function(){c0&&(n=ni,u=a,f=i.length):e===ri?l>0&&(n=ri,u=l,f=c.length):f=(n=(u=Math.max(a,l))>0?a>l?ni:ri:null)?n===ni?i.length:c.length:0,{type:n,timeout:u,propCount:f,hasTransform:n===ni&&pi.test(r[oi+"Property"])}}function hi(t,e){for(;t.length1}function $i(t,e){!0!==e.data.show&&gi(e)}var xi=function(t){var e,n,r={},o=t.modules,i=t.nodeOps;for(e=0;ev?_(t,l(n[g+1])?null:n[g+1].elm,n,p,g,r):p>g&&$(e,d,v)}(d,h,g,n,c):u(g)?(u(t.text)&&i.setTextContent(d,""),_(d,null,g,0,g.length-1,n)):u(h)?$(h,0,h.length-1):u(t.text)&&i.setTextContent(d,""):t.text!==e.text&&i.setTextContent(d,e.text),u(v)&&u(p=v.hook)&&u(p=p.postpatch)&&p(t,e)}}}function S(t,e,n){if(f(n)&&u(t.parent))t.parent.data.pendingInsert=e;else for(var r=0;r-1,a.selected!==i&&(a.selected=i);else if(B(Oi(a),r))return void(t.selectedIndex!==s&&(t.selectedIndex=s));o||(t.selectedIndex=-1)}}function Si(t,e){return e.every((function(e){return!B(e,t)}))}function Oi(t){return"_value"in t?t._value:t.value}function Ti(t){t.target.composing=!0}function Ai(t){t.target.composing&&(t.target.composing=!1,Ni(t.target,"input"))}function Ni(t,e){var n=document.createEvent("HTMLEvents");n.initEvent(e,!0,!0),t.dispatchEvent(n)}function ji(t){return!t.componentInstance||t.data&&t.data.transition?t:ji(t.componentInstance._vnode)}var Ei={model:wi,show:{bind:function(t,e,n){var r=e.value,o=(n=ji(n)).data&&n.data.transition,i=t.__vOriginalDisplay="none"===t.style.display?"":t.style.display;r&&o?(n.data.show=!0,gi(n,(function(){t.style.display=i}))):t.style.display=r?i:"none"},update:function(t,e,n){var r=e.value;!r!=!e.oldValue&&((n=ji(n)).data&&n.data.transition?(n.data.show=!0,r?gi(n,(function(){t.style.display=t.__vOriginalDisplay})):yi(n,(function(){t.style.display="none"}))):t.style.display=r?t.__vOriginalDisplay:"none")},unbind:function(t,e,n,r,o){o||(t.style.display=t.__vOriginalDisplay)}}},Di={name:String,appear:Boolean,css:Boolean,mode:String,type:String,enterClass:String,leaveClass:String,enterToClass:String,leaveToClass:String,enterActiveClass:String,leaveActiveClass:String,appearClass:String,appearActiveClass:String,appearToClass:String,duration:[Number,String,Object]};function Pi(t){var e=t&&t.componentOptions;return e&&e.Ctor.options.abstract?Pi(je(e.children)):t}function Li(t){var e={},n=t.$options;for(var r in n.propsData)e[r]=t[r];var o=n._parentListeners;for(var r in o)e[N(r)]=o[r];return e}function Mi(t,e){if(/\d-keep-alive$/.test(e.tag))return t("keep-alive",{props:e.componentOptions.propsData})}var Ii=function(t){return t.tag||be(t)},Fi=function(t){return"show"===t.name},Ri={name:"transition",props:Di,abstract:!0,render:function(t){var e=this,n=this.$slots.default;if(n&&(n=n.filter(Ii)).length){var r=this.mode,o=n[0];if(function(t){for(;t=t.parent;)if(t.data.transition)return!0}(this.$vnode))return o;var i=Pi(o);if(!i)return o;if(this._leaving)return Mi(t,o);var a="__transition-".concat(this._uid,"-");i.key=null==i.key?i.isComment?a+"comment":a+i.tag:d(i.key)?0===String(i.key).indexOf(a)?i.key:a+i.key:i.key;var s=(i.data||(i.data={})).transition=Li(this),c=this._vnode,l=Pi(c);if(i.data.directives&&i.data.directives.some(Fi)&&(i.data.show=!0),l&&l.data&&!function(t,e){return e.key===t.key&&e.tag===t.tag}(i,l)&&!be(l)&&(!l.componentInstance||!l.componentInstance._vnode.isComment)){var u=l.data.transition=M({},s);if("out-in"===r)return this._leaving=!0,Wt(u,"afterLeave",(function(){e._leaving=!1,e.$forceUpdate()})),Mi(t,o);if("in-out"===r){if(be(i))return c;var f,p=function(){f()};Wt(s,"afterEnter",p),Wt(s,"enterCancelled",p),Wt(u,"delayLeave",(function(t){f=t}))}}return o}}},Hi=M({tag:String,moveClass:String},Di);function Bi(t){t.elm._moveCb&&t.elm._moveCb(),t.elm._enterCb&&t.elm._enterCb()}function Ui(t){t.data.newPos=t.elm.getBoundingClientRect()}function Vi(t){var e=t.data.pos,n=t.data.newPos,r=e.left-n.left,o=e.top-n.top;if(r||o){t.data.moved=!0;var i=t.elm.style;i.transform=i.WebkitTransform="translate(".concat(r,"px,").concat(o,"px)"),i.transitionDuration="0s"}}delete Hi.mode;var zi={Transition:Ri,TransitionGroup:{props:Hi,beforeMount:function(){var t=this,e=this._update;this._update=function(n,r){var o=Fe(t);t.__patch__(t._vnode,t.kept,!1,!0),t._vnode=t.kept,o(),e.call(t,n,r)}},render:function(t){for(var e=this.tag||this.$vnode.data.tag||"span",n=Object.create(null),r=this.prevChildren=this.children,o=this.$slots.default||[],i=this.children=[],a=Li(this),s=0;s-1?Or[t]=e.constructor===window.HTMLUnknownElement||e.constructor===window.HTMLElement:Or[t]=/HTMLUnknownElement/.test(e.toString())},M(er.options.directives,Ei),M(er.options.components,zi),er.prototype.__patch__=Y?xi:F,er.prototype.$mount=function(t,e){return function(t,e,n){var r;t.$el=e,t.$options.render||(t.$options.render=yt),Ue(t,"beforeMount"),r=function(){t._update(t._render(),n)},new $n(t,r,F,{before:function(){t._isMounted&&!t._isDestroyed&&Ue(t,"beforeUpdate")}},!0),n=!1;var o=t._preWatchers;if(o)for(var i=0;i\/=]+)(?:\s*(=)\s*(?:"([^"]*)"+|'([^']*)'+|([^\s"'=<>`]+)))?/,ea=/^\s*((?:v-[\w-]+:|@|:|#)\[[^=]+?\][^\s"'<>\/=]*)(?:\s*(=)\s*(?:"([^"]*)"+|'([^']*)'+|([^\s"'=<>`]+)))?/,na="[a-zA-Z_][\\-\\.0-9_a-zA-Z".concat(W.source,"]*"),ra="((?:".concat(na,"\\:)?").concat(na,")"),oa=new RegExp("^<".concat(ra)),ia=/^\s*(\/?)>/,aa=new RegExp("^<\\/".concat(ra,"[^>]*>")),sa=/^]+>/i,ca=/^",""":'"',"&":"&"," ":"\n"," ":"\t","'":"'"},pa=/&(?:lt|gt|quot|amp|#39);/g,va=/&(?:lt|gt|quot|amp|#39|#10|#9);/g,ha=x("pre,textarea",!0),ma=function(t,e){return t&&ha(t)&&"\n"===e[0]};function ga(t,e){var n=e?va:pa;return t.replace(n,(function(t){return da[t]}))}var ya,_a,ba,$a,xa,wa,Ca,ka,Sa=/^@|^v-on:/,Oa=/^v-|^@|^:|^#/,Ta=/([\s\S]*?)\s+(?:in|of)\s+([\s\S]*)/,Aa=/,([^,\}\]]*)(?:,([^,\}\]]*))?$/,Na=/^\(|\)$/g,ja=/^\[.*\]$/,Ea=/:(.*)$/,Da=/^:|^\.|^v-bind:/,Pa=/\.[^.\]]+(?=[^\]]*$)/g,La=/^v-slot(:|$)|^#/,Ma=/[\r\n]/,Ia=/[ \f\t\r\n]+/g,Fa=T((function(t){return(Ki=Ki||document.createElement("div")).innerHTML=t,Ki.textContent})),Ra="_empty_";function Ha(t,e,n){return{type:1,tag:t,attrsList:e,attrsMap:Ja(e),rawAttrsMap:{},parent:n,children:[]}}function Ba(t,e){ya=e.warn||ao,wa=e.isPreTag||R,Ca=e.mustUseProp||R,ka=e.getTagNamespace||R;e.isReservedTag;ba=so(e.modules,"transformNode"),$a=so(e.modules,"preTransformNode"),xa=so(e.modules,"postTransformNode"),_a=e.delimiters;var n,r,o=[],i=!1!==e.preserveWhitespace,a=e.whitespace,s=!1,c=!1;function l(t){if(u(t),s||t.processed||(t=Ua(t,e)),o.length||t===n||n.if&&(t.elseif||t.else)&&za(n,{exp:t.elseif,block:t}),r&&!t.forbidden)if(t.elseif||t.else)a=t,l=function(t){for(var e=t.length;e--;){if(1===t[e].type)return t[e];t.pop()}}(r.children),l&&l.if&&za(l,{exp:a.elseif,block:a});else{if(t.slotScope){var i=t.slotTarget||'"default"';(r.scopedSlots||(r.scopedSlots={}))[i]=t}r.children.push(t),t.parent=r}var a,l;t.children=t.children.filter((function(t){return!t.slotScope})),u(t),t.pre&&(s=!1),wa(t.tag)&&(c=!1);for(var f=0;f]*>)","i"));x=t.replace(p,(function(t,n,r){return l=r.length,ua(d)||"noscript"===d||(n=n.replace(//g,"$1").replace(//g,"$1")),ma(d,n)&&(n=n.slice(1)),e.chars&&e.chars(n),""})),c+=t.length-x.length,t=x,f(d,c-l,c)}else{var v=t.indexOf("<");if(0===v){if(ca.test(t)){var h=t.indexOf("--\x3e");if(h>=0)return e.shouldKeepComment&&e.comment&&e.comment(t.substring(4,h),c,c+h+3),u(h+3),"continue"}if(la.test(t)){var m=t.indexOf("]>");if(m>=0)return u(m+2),"continue"}var g=t.match(sa);if(g)return u(g[0].length),"continue";var y=t.match(aa);if(y){var _=c;return u(y[0].length),f(y[1],_,c),"continue"}var b=function(){var e=t.match(oa);if(e){var n={tagName:e[1],attrs:[],start:c};u(e[0].length);for(var r=void 0,o=void 0;!(r=t.match(ia))&&(o=t.match(ea)||t.match(ta));)o.start=c,u(o[0].length),o.end=c,n.attrs.push(o);if(r)return n.unarySlash=r[1],u(r[0].length),n.end=c,n}}();if(b)return function(t){var n=t.tagName,c=t.unarySlash;i&&("p"===r&&Yi(n)&&f(r),s(n)&&r===n&&f(n));for(var l=a(n)||!!c,u=t.attrs.length,d=new Array(u),p=0;p=0){for(x=t.slice(v);!(aa.test(x)||oa.test(x)||ca.test(x)||la.test(x)||(w=x.indexOf("<",1))<0);)v+=w,x=t.slice(v);$=t.substring(0,v)}v<0&&($=t),$&&u($.length),e.chars&&$&&e.chars($,c-$.length,c)}if(t===n)return e.chars&&e.chars(t),"break"};t&&"break"!==l(););function u(e){c+=e,t=t.substring(e)}function f(t,n,i){var a,s;if(null==n&&(n=c),null==i&&(i=c),t)for(s=t.toLowerCase(),a=o.length-1;a>=0&&o[a].lowerCasedTag!==s;a--);else a=0;if(a>=0){for(var l=o.length-1;l>=a;l--)e.end&&e.end(o[l].tag,n,i);o.length=a,r=a&&o[a-1].tag}else"br"===s?e.start&&e.start(t,[],!0,n,i):"p"===s&&(e.start&&e.start(t,[],!1,n,i),e.end&&e.end(t,n,i))}f()}(t,{warn:ya,expectHTML:e.expectHTML,isUnaryTag:e.isUnaryTag,canBeLeftOpenTag:e.canBeLeftOpenTag,shouldDecodeNewlines:e.shouldDecodeNewlines,shouldDecodeNewlinesForHref:e.shouldDecodeNewlinesForHref,shouldKeepComment:e.comments,outputSourceRange:e.outputSourceRange,start:function(t,i,a,u,f){var d=r&&r.ns||ka(t);et&&"svg"===d&&(i=function(t){for(var e=[],n=0;nc&&(s.push(i=t.slice(c,o)),a.push(JSON.stringify(i)));var l=oo(r[1].trim());a.push("_s(".concat(l,")")),s.push({"@binding":l}),c=o+r[0].length}return c-1")+("true"===i?":(".concat(e,")"):":_q(".concat(e,",").concat(i,")"))),vo(t,"change","var $$a=".concat(e,",")+"$$el=$event.target,"+"$$c=$$el.checked?(".concat(i,"):(").concat(a,");")+"if(Array.isArray($$a)){"+"var $$v=".concat(r?"_n("+o+")":o,",")+"$$i=_i($$a,$$v);"+"if($$el.checked){$$i<0&&(".concat(bo(e,"$$a.concat([$$v])"),")}")+"else{$$i>-1&&(".concat(bo(e,"$$a.slice(0,$$i).concat($$a.slice($$i+1))"),")}")+"}else{".concat(bo(e,"$$c"),"}"),null,!0)}(t,r,o);else if("input"===i&&"radio"===a)!function(t,e,n){var r=n&&n.number,o=ho(t,"value")||"null";o=r?"_n(".concat(o,")"):o,co(t,"checked","_q(".concat(e,",").concat(o,")")),vo(t,"change",bo(e,o),null,!0)}(t,r,o);else if("input"===i||"textarea"===i)!function(t,e,n){var r=t.attrsMap.type,o=n||{},i=o.lazy,a=o.number,s=o.trim,c=!i&&"range"!==r,l=i?"change":"range"===r?Oo:"input",u="$event.target.value";s&&(u="$event.target.value.trim()"),a&&(u="_n(".concat(u,")"));var f=bo(e,u);c&&(f="if($event.target.composing)return;".concat(f)),co(t,"value","(".concat(e,")")),vo(t,l,f,null,!0),(s||a)&&vo(t,"blur","$forceUpdate()")}(t,r,o);else if(!J.isReservedTag(i))return _o(t,r,o),!1;return!0},text:function(t,e){e.value&&co(t,"textContent","_s(".concat(e.value,")"),e)},html:function(t,e){e.value&&co(t,"innerHTML","_s(".concat(e.value,")"),e)}},isPreTag:function(t){return"pre"===t},isUnaryTag:Xi,mustUseProp:ur,canBeLeftOpenTag:Qi,isReservedTag:kr,getTagNamespace:Sr,staticKeys:function(t){return t.reduce((function(t,e){return t.concat(e.staticKeys||[])}),[]).join(",")}(Ya)},es=T((function(t){return x("type,tag,attrsList,attrsMap,plain,parent,children,attrs,start,end,rawAttrsMap"+(t?","+t:""))}));function ns(t,e){t&&(Xa=es(e.staticKeys||""),Qa=e.isReservedTag||R,rs(t),os(t,!1))}function rs(t){if(t.static=function(t){return 2!==t.type&&(3===t.type||!(!t.pre&&(t.hasBindings||t.if||t.for||w(t.tag)||!Qa(t.tag)||function(t){for(;t.parent;){if("template"!==(t=t.parent).tag)return!1;if(t.for)return!0}return!1}(t)||!Object.keys(t).every(Xa))))}(t),1===t.type){if(!Qa(t.tag)&&"slot"!==t.tag&&null==t.attrsMap["inline-template"])return;for(var e=0,n=t.children.length;e|^function(?:\s+[\w$]+)?\s*\(/,as=/\([^)]*?\);*$/,ss=/^[A-Za-z_$][\w$]*(?:\.[A-Za-z_$][\w$]*|\['[^']*?']|\["[^"]*?"]|\[\d+]|\[[A-Za-z_$][\w$]*])*$/,cs={esc:27,tab:9,enter:13,space:32,up:38,left:37,right:39,down:40,delete:[8,46]},ls={esc:["Esc","Escape"],tab:"Tab",enter:"Enter",space:[" ","Spacebar"],up:["Up","ArrowUp"],left:["Left","ArrowLeft"],right:["Right","ArrowRight"],down:["Down","ArrowDown"],delete:["Backspace","Delete","Del"]},us=function(t){return"if(".concat(t,")return null;")},fs={stop:"$event.stopPropagation();",prevent:"$event.preventDefault();",self:us("$event.target !== $event.currentTarget"),ctrl:us("!$event.ctrlKey"),shift:us("!$event.shiftKey"),alt:us("!$event.altKey"),meta:us("!$event.metaKey"),left:us("'button' in $event && $event.button !== 0"),middle:us("'button' in $event && $event.button !== 1"),right:us("'button' in $event && $event.button !== 2")};function ds(t,e){var n=e?"nativeOn:":"on:",r="",o="";for(var i in t){var a=ps(t[i]);t[i]&&t[i].dynamic?o+="".concat(i,",").concat(a,","):r+='"'.concat(i,'":').concat(a,",")}return r="{".concat(r.slice(0,-1),"}"),o?n+"_d(".concat(r,",[").concat(o.slice(0,-1),"])"):n+r}function ps(t){if(!t)return"function(){}";if(Array.isArray(t))return"[".concat(t.map((function(t){return ps(t)})).join(","),"]");var e=ss.test(t.value),n=is.test(t.value),r=ss.test(t.value.replace(as,""));if(t.modifiers){var o="",i="",a=[],s=function(e){if(fs[e])i+=fs[e],cs[e]&&a.push(e);else if("exact"===e){var n=t.modifiers;i+=us(["ctrl","shift","alt","meta"].filter((function(t){return!n[t]})).map((function(t){return"$event.".concat(t,"Key")})).join("||"))}else a.push(e)};for(var c in t.modifiers)s(c);a.length&&(o+=function(t){return"if(!$event.type.indexOf('key')&&"+"".concat(t.map(vs).join("&&"),")return null;")}(a)),i&&(o+=i);var l=e?"return ".concat(t.value,".apply(null, arguments)"):n?"return (".concat(t.value,").apply(null, arguments)"):r?"return ".concat(t.value):t.value;return"function($event){".concat(o).concat(l,"}")}return e||n?t.value:"function($event){".concat(r?"return ".concat(t.value):t.value,"}")}function vs(t){var e=parseInt(t,10);if(e)return"$event.keyCode!==".concat(e);var n=cs[t],r=ls[t];return"_k($event.keyCode,"+"".concat(JSON.stringify(t),",")+"".concat(JSON.stringify(n),",")+"$event.key,"+"".concat(JSON.stringify(r))+")"}var hs={on:function(t,e){t.wrapListeners=function(t){return"_g(".concat(t,",").concat(e.value,")")}},bind:function(t,e){t.wrapData=function(n){return"_b(".concat(n,",'").concat(t.tag,"',").concat(e.value,",").concat(e.modifiers&&e.modifiers.prop?"true":"false").concat(e.modifiers&&e.modifiers.sync?",true":"",")")}},cloak:F},ms=function(t){this.options=t,this.warn=t.warn||ao,this.transforms=so(t.modules,"transformCode"),this.dataGenFns=so(t.modules,"genData"),this.directives=M(M({},hs),t.directives);var e=t.isReservedTag||R;this.maybeComponent=function(t){return!!t.component||!e(t.tag)},this.onceId=0,this.staticRenderFns=[],this.pre=!1};function gs(t,e){var n=new ms(e),r=t?"script"===t.tag?"null":ys(t,n):'_c("div")';return{render:"with(this){return ".concat(r,"}"),staticRenderFns:n.staticRenderFns}}function ys(t,e){if(t.parent&&(t.pre=t.pre||t.parent.pre),t.staticRoot&&!t.staticProcessed)return _s(t,e);if(t.once&&!t.onceProcessed)return bs(t,e);if(t.for&&!t.forProcessed)return ws(t,e);if(t.if&&!t.ifProcessed)return $s(t,e);if("template"!==t.tag||t.slotTarget||e.pre){if("slot"===t.tag)return function(t,e){var n=t.slotName||'"default"',r=Os(t,e),o="_t(".concat(n).concat(r?",function(){return ".concat(r,"}"):""),i=t.attrs||t.dynamicAttrs?Ns((t.attrs||[]).concat(t.dynamicAttrs||[]).map((function(t){return{name:N(t.name),value:t.value,dynamic:t.dynamic}}))):null,a=t.attrsMap["v-bind"];return!i&&!a||r||(o+=",null"),i&&(o+=",".concat(i)),a&&(o+="".concat(i?"":",null",",").concat(a)),o+")"}(t,e);var n=void 0;if(t.component)n=function(t,e,n){var r=e.inlineTemplate?null:Os(e,n,!0);return"_c(".concat(t,",").concat(Cs(e,n)).concat(r?",".concat(r):"",")")}(t.component,t,e);else{var r=void 0,o=e.maybeComponent(t);(!t.plain||t.pre&&o)&&(r=Cs(t,e));var i=void 0,a=e.options.bindings;o&&a&&!1!==a.__isScriptSetup&&(i=function(t,e){var n=N(e),r=j(n),o=function(o){return t[e]===o?e:t[n]===o?n:t[r]===o?r:void 0},i=o("setup-const")||o("setup-reactive-const");if(i)return i;var a=o("setup-let")||o("setup-ref")||o("setup-maybe-ref");return a||void 0}(a,t.tag)),i||(i="'".concat(t.tag,"'"));var s=t.inlineTemplate?null:Os(t,e,!0);n="_c(".concat(i).concat(r?",".concat(r):"").concat(s?",".concat(s):"",")")}for(var c=0;c>>0}(a)):"",")")}(t,t.scopedSlots,e),",")),t.model&&(n+="model:{value:".concat(t.model.value,",callback:").concat(t.model.callback,",expression:").concat(t.model.expression,"},")),t.inlineTemplate){var i=function(t,e){var n=t.children[0];if(n&&1===n.type){var r=gs(n,e.options);return"inlineTemplate:{render:function(){".concat(r.render,"},staticRenderFns:[").concat(r.staticRenderFns.map((function(t){return"function(){".concat(t,"}")})).join(","),"]}")}}(t,e);i&&(n+="".concat(i,","))}return n=n.replace(/,$/,"")+"}",t.dynamicAttrs&&(n="_b(".concat(n,',"').concat(t.tag,'",').concat(Ns(t.dynamicAttrs),")")),t.wrapData&&(n=t.wrapData(n)),t.wrapListeners&&(n=t.wrapListeners(n)),n}function ks(t){return 1===t.type&&("slot"===t.tag||t.children.some(ks))}function Ss(t,e){var n=t.attrsMap["slot-scope"];if(t.if&&!t.ifProcessed&&!n)return $s(t,e,Ss,"null");if(t.for&&!t.forProcessed)return ws(t,e,Ss);var r=t.slotScope===Ra?"":String(t.slotScope),o="function(".concat(r,"){")+"return ".concat("template"===t.tag?t.if&&n?"(".concat(t.if,")?").concat(Os(t,e)||"undefined",":undefined"):Os(t,e)||"undefined":ys(t,e),"}"),i=r?"":",proxy:true";return"{key:".concat(t.slotTarget||'"default"',",fn:").concat(o).concat(i,"}")}function Os(t,e,n,r,o){var i=t.children;if(i.length){var a=i[0];if(1===i.length&&a.for&&"template"!==a.tag&&"slot"!==a.tag){var s=n?e.maybeComponent(a)?",1":",0":"";return"".concat((r||ys)(a,e)).concat(s)}var c=n?function(t,e){for(var n=0,r=0;r':'
',Ls.innerHTML.indexOf(" ")>0}var Rs=!!Y&&Fs(!1),Hs=!!Y&&Fs(!0),Bs=T((function(t){var e=Ar(t);return e&&e.innerHTML})),Us=er.prototype.$mount;er.prototype.$mount=function(t,e){if((t=t&&Ar(t))===document.body||t===document.documentElement)return this;var n=this.$options;if(!n.render){var r=n.template;if(r)if("string"==typeof r)"#"===r.charAt(0)&&(r=Bs(r));else{if(!r.nodeType)return this;r=r.innerHTML}else t&&(r=function(t){if(t.outerHTML)return t.outerHTML;var e=document.createElement("div");return e.appendChild(t.cloneNode(!0)),e.innerHTML}(t));if(r){var o=Is(r,{outputSourceRange:!1,shouldDecodeNewlines:Rs,shouldDecodeNewlinesForHref:Hs,delimiters:n.delimiters,comments:n.comments},this),i=o.render,a=o.staticRenderFns;n.render=i,n.staticRenderFns=a}}return Us.call(this,t,e)},er.compile=Is,n()("#dokan-promo-notices").length&&new er({el:"#dokan-promo-notices",render:t=>t(a)})})(); \ No newline at end of file diff --git a/assets/js/dokan-setup-no-wc.asset.php b/assets/js/dokan-setup-no-wc.asset.php new file mode 100644 index 0000000000..e832c44e22 --- /dev/null +++ b/assets/js/dokan-setup-no-wc.asset.php @@ -0,0 +1 @@ + array(), 'version' => 'b8a5289c8308ca86b59e'); diff --git a/assets/js/dokan-tailwind-rtl.css b/assets/js/dokan-tailwind-rtl.css new file mode 100644 index 0000000000..51a28b3676 --- /dev/null +++ b/assets/js/dokan-tailwind-rtl.css @@ -0,0 +1,403 @@ +*, ::before, ::after { + --tw-border-spacing-x: 0; + --tw-border-spacing-y: 0; + --tw-translate-x: 0; + --tw-translate-y: 0; + --tw-rotate: 0; + --tw-skew-x: 0; + --tw-skew-y: 0; + --tw-scale-x: 1; + --tw-scale-y: 1; + --tw-pan-x: ; + --tw-pan-y: ; + --tw-pinch-zoom: ; + --tw-scroll-snap-strictness: proximity; + --tw-gradient-from-position: ; + --tw-gradient-via-position: ; + --tw-gradient-to-position: ; + --tw-ordinal: ; + --tw-slashed-zero: ; + --tw-numeric-figure: ; + --tw-numeric-spacing: ; + --tw-numeric-fraction: ; + --tw-ring-inset: ; + --tw-ring-offset-width: 0px; + --tw-ring-offset-color: #fff; + --tw-ring-color: rgb(59 130 246 / 0.5); + --tw-ring-offset-shadow: 0 0 #0000; + --tw-ring-shadow: 0 0 #0000; + --tw-shadow: 0 0 #0000; + --tw-shadow-colored: 0 0 #0000; + --tw-blur: ; + --tw-brightness: ; + --tw-contrast: ; + --tw-grayscale: ; + --tw-hue-rotate: ; + --tw-invert: ; + --tw-saturate: ; + --tw-sepia: ; + --tw-drop-shadow: ; + --tw-backdrop-blur: ; + --tw-backdrop-brightness: ; + --tw-backdrop-contrast: ; + --tw-backdrop-grayscale: ; + --tw-backdrop-hue-rotate: ; + --tw-backdrop-invert: ; + --tw-backdrop-opacity: ; + --tw-backdrop-saturate: ; + --tw-backdrop-sepia: ; + --tw-contain-size: ; + --tw-contain-layout: ; + --tw-contain-paint: ; + --tw-contain-style: ; +} +::backdrop { + --tw-border-spacing-x: 0; + --tw-border-spacing-y: 0; + --tw-translate-x: 0; + --tw-translate-y: 0; + --tw-rotate: 0; + --tw-skew-x: 0; + --tw-skew-y: 0; + --tw-scale-x: 1; + --tw-scale-y: 1; + --tw-pan-x: ; + --tw-pan-y: ; + --tw-pinch-zoom: ; + --tw-scroll-snap-strictness: proximity; + --tw-gradient-from-position: ; + --tw-gradient-via-position: ; + --tw-gradient-to-position: ; + --tw-ordinal: ; + --tw-slashed-zero: ; + --tw-numeric-figure: ; + --tw-numeric-spacing: ; + --tw-numeric-fraction: ; + --tw-ring-inset: ; + --tw-ring-offset-width: 0px; + --tw-ring-offset-color: #fff; + --tw-ring-color: rgb(59 130 246 / 0.5); + --tw-ring-offset-shadow: 0 0 #0000; + --tw-ring-shadow: 0 0 #0000; + --tw-shadow: 0 0 #0000; + --tw-shadow-colored: 0 0 #0000; + --tw-blur: ; + --tw-brightness: ; + --tw-contrast: ; + --tw-grayscale: ; + --tw-hue-rotate: ; + --tw-invert: ; + --tw-saturate: ; + --tw-sepia: ; + --tw-drop-shadow: ; + --tw-backdrop-blur: ; + --tw-backdrop-brightness: ; + --tw-backdrop-contrast: ; + --tw-backdrop-grayscale: ; + --tw-backdrop-hue-rotate: ; + --tw-backdrop-invert: ; + --tw-backdrop-opacity: ; + --tw-backdrop-saturate: ; + --tw-backdrop-sepia: ; + --tw-contain-size: ; + --tw-contain-layout: ; + --tw-contain-paint: ; + --tw-contain-style: ; +} +.container { + width: 100%; +} +@media (min-width: 640px) { + .container { + max-width: 640px; + } +} +@media (min-width: 768px) { + .container { + max-width: 768px; + } +} +@media (min-width: 1024px) { + .container { + max-width: 1024px; + } +} +@media (min-width: 1280px) { + .container { + max-width: 1280px; + } +} +@media (min-width: 1536px) { + .container { + max-width: 1536px; + } +} +.visible { + visibility: visible; +} +.collapse { + visibility: collapse; +} +.fixed { + position: fixed; +} +.absolute { + position: absolute; +} +.relative { + position: relative; +} +.\!m-0 { + margin: 0px !important; +} +.m-\[1em\] { + margin: 1em; +} +.\!mt-\[13px\] { + margin-top: 13px !important; +} +.mb-1 { + margin-bottom: 0.25rem; +} +.mb-4 { + margin-bottom: 1rem; +} +.mb-\[-0\.5rem\] { + margin-bottom: -0.5rem; +} +.ml-0 { + margin-right: 0px; +} +.ml-5 { + margin-right: 1.25rem; +} +.mr-0 { + margin-left: 0px; +} +.mr-5 { + margin-left: 1.25rem; +} +.mr-\[20px\] { + margin-left: 20px; +} +.mt-2 { + margin-top: 0.5rem; +} +.mt-3 { + margin-top: 0.75rem; +} +.mt-4 { + margin-top: 1rem; +} +.mt-\[-20px\] { + margin-top: -20px; +} +.mt-\[20px\] { + margin-top: 20px; +} +.box-content { + box-sizing: content-box; +} +.block { + display: block; +} +.inline-block { + display: inline-block; +} +.inline { + display: inline; +} +.\!flex { + display: flex !important; +} +.flex { + display: flex; +} +.table { + display: table; +} +.table-cell { + display: table-cell; +} +.table-row { + display: table-row; +} +.grid { + display: grid; +} +.\!hidden { + display: none !important; +} +.hidden { + display: none; +} +.h-\[109px\] { + height: 109px; +} +.h-\[11px\] { + height: 11px; +} +.h-\[128px\] { + height: 128px; +} +.w-\[128px\] { + width: 128px; +} +.w-\[calc\(100\%-128px\)\] { + width: calc(100% - 128px); +} +.w-full { + width: 100%; +} +.max-w-\[128px\] { + max-width: 128px; +} +.flex-shrink { + flex-shrink: 1; +} +.flex-grow { + flex-grow: 1; +} +.border-collapse { + border-collapse: collapse; +} +.transform { + transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)); +} +.resize { + resize: both; +} +.\!flex-col { + flex-direction: column !important; +} +.flex-col { + flex-direction: column; +} +.flex-wrap { + flex-wrap: wrap; +} +.\!items-center { + align-items: center !important; +} +.items-center { + align-items: center; +} +.\!justify-center { + justify-content: center !important; +} +.justify-center { + justify-content: center; +} +.justify-between { + justify-content: space-between; +} +.border { + border-width: 1px; +} +.p-2 { + padding: 0.5rem; +} +.p-5 { + padding: 1.25rem; +} +.\!pt-0 { + padding-top: 0px !important; +} +.pb-3 { + padding-bottom: 0.75rem; +} +.pb-4 { + padding-bottom: 1rem; +} +.text-\[1\.3em\] { + font-size: 1.3em; +} +.text-xl { + font-size: 1.25rem; + line-height: 1.75rem; +} +.font-bold { + font-weight: 700; +} +.font-semibold { + font-weight: 600; +} +.uppercase { + text-transform: uppercase; +} +.lowercase { + text-transform: lowercase; +} +.capitalize { + text-transform: capitalize; +} +.italic { + font-style: italic; +} +.leading-\[1\.5em\] { + line-height: 1.5em; +} +.underline { + text-decoration-line: underline; +} +.antialiased { + -webkit-font-smoothing: antialiased; + -moz-osx-font-smoothing: grayscale; +} +.outline { + outline-style: solid; +} +.blur { + --tw-blur: blur(8px); + filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow); +} +.drop-shadow { + --tw-drop-shadow: drop-shadow(0 1px 2px rgb(0 0 0 / 0.1)) drop-shadow(0 1px 1px rgb(0 0 0 / 0.06)); + filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow); +} +.grayscale { + --tw-grayscale: grayscale(100%); + filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow); +} +.filter { + filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow); +} +.transition { + transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter; + transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter; + transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter; + transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1); + transition-duration: 150ms; +} + +input[type=checkbox] { + margin-top: 0.25rem; +} + +input[type=checkbox]::before { + --tw-content: '' !important; + content: var(--tw-content) !important; +} +a { + color: #0073aa; +} +a:hover, a:active, a:focus { + color: #0096dd; +} +table.wp-list-table.widefat.fixed { + position: static; +} + +.tablenav.top { + margin-bottom: 10px; +} + +.before\:box-content::before { + content: var(--tw-content); + box-sizing: content-box; +} + +.last\:mr-0:last-child { + margin-left: 0px; +} + diff --git a/assets/js/dokan-tailwind.asset.php b/assets/js/dokan-tailwind.asset.php new file mode 100644 index 0000000000..8e7c1b3595 --- /dev/null +++ b/assets/js/dokan-tailwind.asset.php @@ -0,0 +1 @@ + array(), 'version' => '57f872b060dff564047e'); diff --git a/assets/js/dokan-tailwind.css b/assets/js/dokan-tailwind.css new file mode 100644 index 0000000000..60b62a7c85 --- /dev/null +++ b/assets/js/dokan-tailwind.css @@ -0,0 +1,403 @@ +*, ::before, ::after { + --tw-border-spacing-x: 0; + --tw-border-spacing-y: 0; + --tw-translate-x: 0; + --tw-translate-y: 0; + --tw-rotate: 0; + --tw-skew-x: 0; + --tw-skew-y: 0; + --tw-scale-x: 1; + --tw-scale-y: 1; + --tw-pan-x: ; + --tw-pan-y: ; + --tw-pinch-zoom: ; + --tw-scroll-snap-strictness: proximity; + --tw-gradient-from-position: ; + --tw-gradient-via-position: ; + --tw-gradient-to-position: ; + --tw-ordinal: ; + --tw-slashed-zero: ; + --tw-numeric-figure: ; + --tw-numeric-spacing: ; + --tw-numeric-fraction: ; + --tw-ring-inset: ; + --tw-ring-offset-width: 0px; + --tw-ring-offset-color: #fff; + --tw-ring-color: rgb(59 130 246 / 0.5); + --tw-ring-offset-shadow: 0 0 #0000; + --tw-ring-shadow: 0 0 #0000; + --tw-shadow: 0 0 #0000; + --tw-shadow-colored: 0 0 #0000; + --tw-blur: ; + --tw-brightness: ; + --tw-contrast: ; + --tw-grayscale: ; + --tw-hue-rotate: ; + --tw-invert: ; + --tw-saturate: ; + --tw-sepia: ; + --tw-drop-shadow: ; + --tw-backdrop-blur: ; + --tw-backdrop-brightness: ; + --tw-backdrop-contrast: ; + --tw-backdrop-grayscale: ; + --tw-backdrop-hue-rotate: ; + --tw-backdrop-invert: ; + --tw-backdrop-opacity: ; + --tw-backdrop-saturate: ; + --tw-backdrop-sepia: ; + --tw-contain-size: ; + --tw-contain-layout: ; + --tw-contain-paint: ; + --tw-contain-style: ; +} +::backdrop { + --tw-border-spacing-x: 0; + --tw-border-spacing-y: 0; + --tw-translate-x: 0; + --tw-translate-y: 0; + --tw-rotate: 0; + --tw-skew-x: 0; + --tw-skew-y: 0; + --tw-scale-x: 1; + --tw-scale-y: 1; + --tw-pan-x: ; + --tw-pan-y: ; + --tw-pinch-zoom: ; + --tw-scroll-snap-strictness: proximity; + --tw-gradient-from-position: ; + --tw-gradient-via-position: ; + --tw-gradient-to-position: ; + --tw-ordinal: ; + --tw-slashed-zero: ; + --tw-numeric-figure: ; + --tw-numeric-spacing: ; + --tw-numeric-fraction: ; + --tw-ring-inset: ; + --tw-ring-offset-width: 0px; + --tw-ring-offset-color: #fff; + --tw-ring-color: rgb(59 130 246 / 0.5); + --tw-ring-offset-shadow: 0 0 #0000; + --tw-ring-shadow: 0 0 #0000; + --tw-shadow: 0 0 #0000; + --tw-shadow-colored: 0 0 #0000; + --tw-blur: ; + --tw-brightness: ; + --tw-contrast: ; + --tw-grayscale: ; + --tw-hue-rotate: ; + --tw-invert: ; + --tw-saturate: ; + --tw-sepia: ; + --tw-drop-shadow: ; + --tw-backdrop-blur: ; + --tw-backdrop-brightness: ; + --tw-backdrop-contrast: ; + --tw-backdrop-grayscale: ; + --tw-backdrop-hue-rotate: ; + --tw-backdrop-invert: ; + --tw-backdrop-opacity: ; + --tw-backdrop-saturate: ; + --tw-backdrop-sepia: ; + --tw-contain-size: ; + --tw-contain-layout: ; + --tw-contain-paint: ; + --tw-contain-style: ; +} +.container { + width: 100%; +} +@media (min-width: 640px) { + .container { + max-width: 640px; + } +} +@media (min-width: 768px) { + .container { + max-width: 768px; + } +} +@media (min-width: 1024px) { + .container { + max-width: 1024px; + } +} +@media (min-width: 1280px) { + .container { + max-width: 1280px; + } +} +@media (min-width: 1536px) { + .container { + max-width: 1536px; + } +} +.visible { + visibility: visible; +} +.collapse { + visibility: collapse; +} +.fixed { + position: fixed; +} +.absolute { + position: absolute; +} +.relative { + position: relative; +} +.\!m-0 { + margin: 0px !important; +} +.m-\[1em\] { + margin: 1em; +} +.\!mt-\[13px\] { + margin-top: 13px !important; +} +.mb-1 { + margin-bottom: 0.25rem; +} +.mb-4 { + margin-bottom: 1rem; +} +.mb-\[-0\.5rem\] { + margin-bottom: -0.5rem; +} +.ml-0 { + margin-left: 0px; +} +.ml-5 { + margin-left: 1.25rem; +} +.mr-0 { + margin-right: 0px; +} +.mr-5 { + margin-right: 1.25rem; +} +.mr-\[20px\] { + margin-right: 20px; +} +.mt-2 { + margin-top: 0.5rem; +} +.mt-3 { + margin-top: 0.75rem; +} +.mt-4 { + margin-top: 1rem; +} +.mt-\[-20px\] { + margin-top: -20px; +} +.mt-\[20px\] { + margin-top: 20px; +} +.box-content { + box-sizing: content-box; +} +.block { + display: block; +} +.inline-block { + display: inline-block; +} +.inline { + display: inline; +} +.\!flex { + display: flex !important; +} +.flex { + display: flex; +} +.table { + display: table; +} +.table-cell { + display: table-cell; +} +.table-row { + display: table-row; +} +.grid { + display: grid; +} +.\!hidden { + display: none !important; +} +.hidden { + display: none; +} +.h-\[109px\] { + height: 109px; +} +.h-\[11px\] { + height: 11px; +} +.h-\[128px\] { + height: 128px; +} +.w-\[128px\] { + width: 128px; +} +.w-\[calc\(100\%-128px\)\] { + width: calc(100% - 128px); +} +.w-full { + width: 100%; +} +.max-w-\[128px\] { + max-width: 128px; +} +.flex-shrink { + flex-shrink: 1; +} +.flex-grow { + flex-grow: 1; +} +.border-collapse { + border-collapse: collapse; +} +.transform { + transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)); +} +.resize { + resize: both; +} +.\!flex-col { + flex-direction: column !important; +} +.flex-col { + flex-direction: column; +} +.flex-wrap { + flex-wrap: wrap; +} +.\!items-center { + align-items: center !important; +} +.items-center { + align-items: center; +} +.\!justify-center { + justify-content: center !important; +} +.justify-center { + justify-content: center; +} +.justify-between { + justify-content: space-between; +} +.border { + border-width: 1px; +} +.p-2 { + padding: 0.5rem; +} +.p-5 { + padding: 1.25rem; +} +.\!pt-0 { + padding-top: 0px !important; +} +.pb-3 { + padding-bottom: 0.75rem; +} +.pb-4 { + padding-bottom: 1rem; +} +.text-\[1\.3em\] { + font-size: 1.3em; +} +.text-xl { + font-size: 1.25rem; + line-height: 1.75rem; +} +.font-bold { + font-weight: 700; +} +.font-semibold { + font-weight: 600; +} +.uppercase { + text-transform: uppercase; +} +.lowercase { + text-transform: lowercase; +} +.capitalize { + text-transform: capitalize; +} +.italic { + font-style: italic; +} +.leading-\[1\.5em\] { + line-height: 1.5em; +} +.underline { + text-decoration-line: underline; +} +.antialiased { + -webkit-font-smoothing: antialiased; + -moz-osx-font-smoothing: grayscale; +} +.outline { + outline-style: solid; +} +.blur { + --tw-blur: blur(8px); + filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow); +} +.drop-shadow { + --tw-drop-shadow: drop-shadow(0 1px 2px rgb(0 0 0 / 0.1)) drop-shadow(0 1px 1px rgb(0 0 0 / 0.06)); + filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow); +} +.grayscale { + --tw-grayscale: grayscale(100%); + filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow); +} +.filter { + filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow); +} +.transition { + transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter; + transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter; + transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter; + transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1); + transition-duration: 150ms; +} + +input[type=checkbox] { + margin-top: 0.25rem; +} + +input[type=checkbox]::before { + --tw-content: '' !important; + content: var(--tw-content) !important; +} +a { + color: #0073aa; +} +a:hover, a:active, a:focus { + color: #0096dd; +} +table.wp-list-table.widefat.fixed { + position: static; +} + +.tablenav.top { + margin-bottom: 10px; +} + +.before\:box-content::before { + content: var(--tw-content); + box-sizing: content-box; +} + +.last\:mr-0:last-child { + margin-right: 0px; +} + diff --git a/assets/js/dokan.asset.php b/assets/js/dokan.asset.php new file mode 100644 index 0000000000..2131efa0f6 --- /dev/null +++ b/assets/js/dokan.asset.php @@ -0,0 +1 @@ + array(), 'version' => '037b2fa24acd51e5e492'); diff --git a/assets/js/global-admin-rtl.css b/assets/js/global-admin-rtl.css new file mode 100644 index 0000000000..d42dff4105 --- /dev/null +++ b/assets/js/global-admin-rtl.css @@ -0,0 +1,270 @@ +.dokan-admin-notices-wrap.notice { + border: 0; + padding: 0!important; + box-shadow: none; + background: transparent; +} +.dokan-admin-notices-wrap .dokan-admin-notices { + position: relative; + box-sizing: border-box; +} +.dokan-admin-notices-wrap .dokan-admin-notices .dokan-notice-slides { + position: relative; + overflow: hidden; + min-height: 110px; + border: 1px solid #dfe2e7; + border-radius: 5px 0 0 5px; + background: #fff; + padding: 15px 0; +} +.dokan-admin-notices-wrap .dokan-admin-notices .dokan-notice-slides .dokan-admin-notice { + position: absolute; + top: 0; + right: 0; + left: 0; + display: flex; + align-items: center; + min-height: 100%; + padding: 0 20px; +} +.dokan-admin-notices-wrap .dokan-admin-notices .slide-notice { + position: absolute; + top: 50%; + left: 27px; + padding: 6px 8px; + border: 1px solid #b5bfc9; + border-radius: 3px; + min-width: 77px; + display: flex; + align-items: center; + justify-content: center; + transform: translateY(-50%); + background: #fff; +} +.dokan-admin-notices-wrap .dokan-admin-notices .slide-notice .notice-count { + margin: 0 8px; + color: #acacac; + font-size: 12px; + font-weight: normal; + font-family: "SF Pro Text", sans-serif; +} +.dokan-admin-notices-wrap .dokan-admin-notices .slide-notice .current-notice.active, +.dokan-admin-notices-wrap .dokan-admin-notices .slide-notice .total-notice.active { + font-weight: 600; +} +.dokan-admin-notices-wrap .dokan-admin-notices .slide-notice .next, +.dokan-admin-notices-wrap .dokan-admin-notices .slide-notice .prev { + margin-top: 2px; + padding: 0 2px; + cursor: pointer; +} +.dokan-admin-notices-wrap .dokan-admin-notices .slide-notice .next.active svg path, +.dokan-admin-notices-wrap .dokan-admin-notices .slide-notice .prev.active svg path { + fill: #9da6ae; +} +.dokan-admin-notices-wrap .dokan-admin-notice { + background: #fff; + padding: 15px 20px; +} +.dokan-admin-notices-wrap .dokan-admin-notice.dokan-success { + border-right: 2px solid #82b642; +} +.dokan-admin-notices-wrap .dokan-admin-notice.dokan-info { + border-right: 2px solid #2679b1; +} +.dokan-admin-notices-wrap .dokan-admin-notice.dokan-alert { + border-right: 2px solid #b44445; +} +.dokan-admin-notices-wrap .dokan-admin-notice.dokan-warning { + border-right: 2px solid #ffaa2c; +} +.dokan-admin-notices-wrap .dokan-admin-notice.dokan-promotion { + border-right: 2px solid #f1644d; +} +.dokan-admin-notices-wrap .dokan-admin-notice .notice-content { + display: flex; + align-items: center; +} +.dokan-admin-notices-wrap .dokan-admin-notice .logo-wrap { + position: relative; +} +.dokan-admin-notices-wrap .dokan-admin-notice .logo-wrap .dokan-logo { + width: 60px; + height: 60px; + background-image: url("data:image/svg+xml,%3C%3Fxml version=%271.0%27 encoding=%27UTF-8%27%3F%3E%3Csvg viewBox=%270 0 62 62%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Crect x=%27.90723%27 y=%27.79541%27 width=%2761%27 height=%2761%27 rx=%2730.5%27 fill=%27%23F16982%27/%3E%3Cpath d=%27m19.688 25.014v-6.1614c1.4588-0.0303 7.7804 0.0301 13.407 3.6546-0.5844-0.2658-1.2264-0.4219-1.8846-0.4584-0.6581-0.0364-1.3177 0.0477-1.9361 0.2469-1.4936 0.5135-2.7441 1.8122-2.8483 3.2016-0.1737 2.3861 0 4.8627 0 7.2488v7.2186c-1.1115 0.0906-2.2577 0.1208-3.2649 0.1208-1.0768 0.0302-2.1188 0.0302-2.9524 0.1208l-0.521 0.0907v-15.283z%27 fill=%27%23fff%27/%3E%3Cpath d=%27m17.848 43.77s-0.278-2.3257 2.5007-2.6579c2.7787-0.3323 8.0583 0.302 11.532-1.6008 0 0 2.0494-0.9363 2.4662-1.3893l-0.5558 1.6309s-1.6325 4.9534-6.5994 5.5876c-4.967 0.6041-5.9048-1.7517-9.3434-1.5705z%27 fill=%27%23fff%27/%3E%3Cpath d=%27m28.546 45.824c3.9596-0.8457 8.4404-3.3828 8.4404-16.159 0-12.776-17.02-11.689-17.02-11.689 4.0639-2.084 25.008-4.6815 25.008 13.32 0 17.971-16.429 14.528-16.429 14.528z%27 fill=%27%23fff%27/%3E%3C/svg%3E"); + background-repeat: no-repeat; + background-size: cover; + background-position: center; +} +.dokan-admin-notices-wrap .dokan-admin-notice .logo-wrap .dokan-icon { + width: 20px; + height: 20px; + position: absolute; + top: -2px; + left: -8px; + border: 2px solid #fff; + border-radius: 55px; + background-size: cover; + background: #ffffff no-repeat center; +} +.dokan-admin-notices-wrap .dokan-admin-notice .logo-wrap .dokan-icon-info { + background-image: url("data:image/svg+xml,%3C%3Fxml version=%271.0%27 encoding=%27UTF-8%27%3F%3E%3Csvg fill=%27none%27 viewBox=%270 0 21 21%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath d=%27m10.474 0.79468c-5.5718 0-10.09 4.5178-10.09 10.09 0 5.5718 4.5178 10.09 10.09 10.09 5.5719 0 10.09-4.5186 10.09-10.09 0-5.5719-4.5186-10.09-10.09-10.09zm2.1005 15.637c-0.5194 0.2051-0.9328 0.3605-1.2429 0.4681-0.3092 0.1077-0.6688 0.1615-1.0779 0.1615-0.62872 0-1.1182-0.1538-1.4667-0.4604-0.3485-0.3067-0.5219-0.6953-0.5219-1.1677 0-0.1836 0.01281-0.3716 0.03844-0.5629 0.02648-0.1913 0.06833-0.4066 0.12556-0.6483l0.65003-2.2961c0.05723-0.2203 0.10678-0.4296 0.14607-0.6244 0.03929-0.1964 0.05808-0.3766 0.05808-0.5407 0-0.2921-0.06064-0.4971-0.18108-0.6124-0.12215-0.1153-0.35193-0.17169-0.69445-0.17169-0.16742 0-0.33997 0.02479-0.51678 0.07689-0.17511 0.0538-0.32715 0.1025-0.45186 0.1503l0.17169-0.70724c0.42538-0.1734 0.83282-0.32202 1.2215-0.44503 0.38865-0.12471 0.75594-0.18621 1.1019-0.18621 0.6244 0 1.1062 0.15205 1.4453 0.45272 0.3374 0.30152 0.5074 0.69356 0.5074 1.1754 0 0.0999-0.012 0.2759-0.0351 0.527-0.023 0.252-0.0666 0.4818-0.1298 0.6928l-0.6466 2.2892c-0.053 0.1836-0.1 0.3937-0.1427 0.6286-0.0418 0.2349-0.0623 0.4143-0.0623 0.5348 0 0.304 0.0675 0.5116 0.2041 0.6218 0.135 0.1102 0.3716 0.1657 0.7064 0.1657 0.1581 0 0.3349-0.0282 0.5348-0.0828 0.1981-0.0547 0.3416-0.1034 0.4322-0.1453l-0.1734 0.7064zm-0.1145-9.2917c-0.3015 0.28017-0.6645 0.42026-1.0891 0.42026-0.4236 0-0.7892-0.14009-1.0933-0.42026-0.3024-0.28017-0.4553-0.62099-0.4553-1.019 0-0.39719 0.15375-0.73886 0.4553-1.0216 0.3041-0.28358 0.6697-0.42452 1.0933-0.42452 0.4246 0 0.7884 0.14094 1.0891 0.42452 0.3015 0.28274 0.4527 0.62441 0.4527 1.0216 0 0.39891-0.1512 0.73887-0.4527 1.019z%27 fill=%27%232579B1%27/%3E%3C/svg%3E"); +} +.dokan-admin-notices-wrap .dokan-admin-notice .logo-wrap .dokan-icon-alert { + background-image: url("data:image/svg+xml,%3C%3Fxml version=%271.0%27 encoding=%27UTF-8%27%3F%3E%3Csvg viewBox=%270 0 21 21%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Ccircle cx=%2710.288%27 cy=%2710.885%27 r=%2710.09%27 fill=%27%23B44344%27/%3E%3Cpath d=%27m15.457 13.46-4.11-6.5174c-0.2318-0.36758-0.6274-0.58705-1.0583-0.58705-0.43093 0-0.82657 0.21947-1.0583 0.58705l-4.11 6.5174c-0.24669 0.3913-0.26305 0.8872-0.04257 1.2943 0.22049 0.407 0.64232 0.6598 1.1009 0.6598h8.22c0.4585 0 0.8804-0.2528 1.1009-0.6599 0.2204-0.407 0.204-0.9029-0.0426-1.2942zm-5.1683 0.8571c-0.37797 0-0.68432-0.3101-0.68432-0.6926s0.30639-0.6926 0.68432-0.6926c0.3779 0 0.6843 0.3101 0.6843 0.6926s-0.3064 0.6926-0.6843 0.6926zm0.9485-4.8126-0.3371 2.2966c-0.0496 0.3381-0.3606 0.5714-0.6946 0.5212-0.26984-0.0405-0.47216-0.2547-0.51377-0.5133l-0.36601-2.2921c-0.08521-0.53366 0.27317-1.0362 0.80048-1.1224 0.5273-0.08624 1.0239 0.27646 1.1091 0.81011 0.016 0.1005 0.0155 0.20424 0.0019 0.29994z%27 fill=%27%23fff%27/%3E%3C/svg%3E"); +} +.dokan-admin-notices-wrap .dokan-admin-notice .logo-wrap .dokan-icon-success { + background-image: url("data:image/svg+xml,%3C%3Fxml version=%271.0%27 encoding=%27UTF-8%27%3F%3E%3Csvg fill=%27none%27 viewBox=%270 0 21 22%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath d=%27m10.475 0.73975c-5.542 0-10.09 4.5728-10.09 10.145 0 5.5723 4.548 10.145 10.09 10.145 5.542 0 10.09-4.5728 10.09-10.145 0-5.5723-4.548-10.145-10.09-10.145zm-1.2211 14.76-4.4185-4.4426 1.672-1.6811 2.8239 2.8392 5.669-5.1816 1.5912 1.759-7.3376 6.7071z%27 fill=%27%2382B641%27/%3E%3C/svg%3E"); +} +.dokan-admin-notices-wrap .dokan-admin-notice .logo-wrap .dokan-icon-warning { + background-image: url("data:image/svg+xml,%3C%3Fxml version=%271.0%27 encoding=%27UTF-8%27%3F%3E%3Csvg viewBox=%270 0 21 21%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Crect x=%27.38379%27 y=%27.79394%27 width=%2720.182%27 height=%2720.182%27 rx=%2710.091%27 fill=%27%23FFAA2C%27/%3E%3Cpath d=%27m8.7656 13.41c0.02474 0.1979 0.04947 0.371 0.04947 0.5689h3.3142c0-0.1979 0.0248-0.3958 0.0495-0.5689h-3.4132z%27 fill=%27%23fff%27/%3E%3Cpath d=%27m8.8149 14.474v0.8657c0 0.1484 0.09893 0.2473 0.24733 0.2473h0.0742c0.12367 0.6184 0.69253 1.113 1.3356 1.113 0.6678 0 1.2119-0.4699 1.3356-1.113h0.0742c0.1484 0 0.2473-0.0989 0.2473-0.2473v-0.8657h-3.3143z%27 fill=%27%23fff%27/%3E%3Cpath d=%27m10.274 5.0748c-1.7561 0.09893-3.2154 1.484-3.4132 3.24-0.09893 0.98933 0.19787 1.9539 0.8162 2.6959 0.46993 0.5689 0.81619 1.2119 0.98932 1.8797h3.611c0.1732-0.6678 0.5194-1.3355 0.9894-1.9044 0.5441-0.6431 0.8409-1.4593 0.8409-2.3002 0-2.0528-1.7561-3.71-3.8336-3.611z%27 fill=%27%23fff%27/%3E%3C/svg%3E"); +} +.dokan-admin-notices-wrap .dokan-admin-notice .logo-wrap .dokan-icon-promotion { + background-image: url("data:image/svg+xml,%3C%3Fxml version=%271.0%27 encoding=%27UTF-8%27%3F%3E%3Csvg viewBox=%270 0 21 21%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Crect x=%27.19824%27 y=%27.73975%27 width=%2720.18%27 height=%2720.18%27 rx=%2710.09%27 fill=%27%23F1634C%27/%3E%3Cpath d=%27m5.3248 10.182c-0.00432 0.3752 0.227 0.713 0.57847 0.8446v-1.6082c0-0.02314 0.01156-0.05784 0.01156-0.08099-0.35384 0.13053-0.58917 0.4674-0.59003 0.84459z%27 fill=%27%23fff%27/%3E%3Cpath d=%27m8.4834 12.172h-1.5156l0.56691 2.0594c0.08396 0.3142 0.36887 0.5327 0.69418 0.5322 0.23146 0.0027 0.45045-0.1046 0.59005-0.2893 0.14096-0.1756 0.18443-0.4102 0.11569-0.6247l-0.45121-1.6776z%27 fill=%27%23fff%27/%3E%3Cpath d=%27m5.915 9.3264h0.01242v-0.01242c0 0.01242 0 0.01242-0.01242 0.01242z%27 fill=%27%23fff%27/%3E%3Cpath d=%27m14.21 9.1641h-0.0925v2.0825h0.0925c0.5751 0 1.0413-0.4662 1.0413-1.0413 0-0.57504-0.4662-1.0412-1.0413-1.0412z%27 fill=%27%23fff%27/%3E%3Cpath d=%27m6.25 9.418v1.6429c0.01251 0.4254 0.36112 0.7638 0.78672 0.7636h2.1057v-3.1238h-2.1057c-0.4165 0-0.78672 0.30082-0.78672 0.71732z%27 fill=%27%23fff%27/%3E%3Cpath d=%27m9.4898 11.871 4.2808 1.7123v-6.6872l-4.2808 1.7123v3.2626z%27 fill=%27%23fff%27/%3E%3C/svg%3E"); +} +.dokan-admin-notices-wrap .dokan-admin-notice .dokan-message { + margin: 0 23px 0 110px; +} +.dokan-admin-notices-wrap .dokan-admin-notice .dokan-message h3 { + margin: 0 0 10px; + font-weight: bold; + font-size: 18px; + font-family: "SF Pro Text", sans-serif; +} +.dokan-admin-notices-wrap .dokan-admin-notice .dokan-message div { + color: #4b4b4b; + font-weight: 400; + font-size: 13px; + font-family: "SF Pro Text", sans-serif; +} +.dokan-admin-notices-wrap .dokan-admin-notice .dokan-message div a { + text-decoration: none; +} +.dokan-admin-notices-wrap .dokan-admin-notice .dokan-message .dokan-btn { + font-size: 12px; + font-weight: 300; + padding: 6px 12px; + margin-left: 15px; + margin-top: 10px; + border-radius: 3px; + border: 1px solid #00769d; + cursor: pointer; + transition: all 0.2s linear; + text-decoration: none; + font-family: "SF Pro Text", sans-serif; + display: inline-block; +} +.dokan-admin-notices-wrap .dokan-admin-notice .dokan-message .dokan-btn:disabled { + opacity: 0.7; +} +.dokan-admin-notices-wrap .dokan-admin-notice .dokan-message .btn-dokan { + padding: 8px 12px; +} +.dokan-admin-notices-wrap .dokan-admin-notice .dokan-message .dokan-btn-primary { + color: #fff; + background: #2579B1; + margin-left: 15px; + font-weight: 400; + letter-spacing: 0.5px; +} +.dokan-admin-notices-wrap .dokan-admin-notice .dokan-message .dokan-btn-primary:hover { + background: transparent; + color: #2579B1; +} +.dokan-admin-notices-wrap .dokan-admin-notice .dokan-message .dokan-btn-secondary { + color: #2579B1; + background: transparent; + margin-left: 15px; + font-weight: 400; +} +.dokan-admin-notices-wrap .dokan-admin-notice .dokan-message .dokan-btn-secondary:hover { + color: #ffffff; + background: #2579B1; +} +.dokan-admin-notices-wrap .dokan-admin-notice .dokan-message a { + text-decoration: none; +} +.dokan-admin-notices-wrap .dokan-admin-notice .close-notice { + position: absolute; + top: 10px; + left: 5px; + border: 0; + background: transparent; + text-decoration: none; +} +.dokan-admin-notices-wrap .dokan-admin-notice .close-notice span { + font-size: 15px; + display: flex; + align-items: center; + justify-content: center; + color: #c2c2c2; + transition: all 0.2s ease; + cursor: pointer; + border: 1px solid #f3f3f3; + border-radius: 55px; + width: 20px; + height: 20px; +} +.dokan-admin-notices-wrap .dokan-admin-notice .close-notice span:hover { + color: #f16982; + border-color: #f16982; +} +@media only screen and (max-width: 375px) { + .dokan-admin-notices-wrap .dokan-admin-notices .dokan-notice-slides { + min-height: 245px; + } + .dokan-admin-notices-wrap .dokan-admin-notices .dokan-notice-slides .dokan-admin-notice .dokan-message { + margin: 0 23px 0 0; + } + .dokan-admin-notices-wrap .dokan-admin-notices .slide-notice { + bottom: 0; + top: unset; + left: 10px; + padding: 3px 5px; + } +} +@media screen and (min-width: 376px) and (max-width: 576px) { + .dokan-admin-notices-wrap .dokan-admin-notices .dokan-notice-slides { + min-height: 195px; + } + .dokan-admin-notices-wrap .dokan-admin-notices .dokan-notice-slides .dokan-admin-notice .dokan-message { + margin: 0 23px 0 0; + } + .dokan-admin-notices-wrap .dokan-admin-notices .slide-notice { + bottom: 0; + left: 10px; + padding: 3px 8px; + top: unset; + } +} +@media screen and (min-width: 577px) and (max-width: 768px) { + .dokan-admin-notices-wrap .dokan-admin-notices .dokan-notice-slides { + min-height: 160px; + } +} +.dokan-admin-notices-wrap .slide-next-enter-active, +.dokan-admin-notices-wrap .slide-next-leave-active { + transition: transform 0.5s ease-in-out; +} +.dokan-admin-notices-wrap .slide-next-enter { + transform: translate(-100%); +} +.dokan-admin-notices-wrap .slide-next-leave-to { + transform: translate(100%); +} +.dokan-admin-notices-wrap .slide-prev-enter-active, +.dokan-admin-notices-wrap .slide-prev-leave-active { + transition: transform 0.5s ease-in-out; +} +.dokan-admin-notices-wrap .slide-prev-enter { + transform: translate(100%); +} +.dokan-admin-notices-wrap .slide-prev-leave-to { + transform: translate(-100%); +} +#woocommerce-coupon-data #coupon_options #general_coupon_data #fixed-cart-discount-warning { + display: block; + padding: 0; + color: #cc0000; +} + diff --git a/assets/js/global-admin.asset.php b/assets/js/global-admin.asset.php new file mode 100644 index 0000000000..d8380f7d6e --- /dev/null +++ b/assets/js/global-admin.asset.php @@ -0,0 +1 @@ + array(), 'version' => 'a083dbf6dea24c89fd29'); diff --git a/assets/js/global-admin.css b/assets/js/global-admin.css new file mode 100644 index 0000000000..b02b494302 --- /dev/null +++ b/assets/js/global-admin.css @@ -0,0 +1,270 @@ +.dokan-admin-notices-wrap.notice { + border: 0; + padding: 0!important; + box-shadow: none; + background: transparent; +} +.dokan-admin-notices-wrap .dokan-admin-notices { + position: relative; + box-sizing: border-box; +} +.dokan-admin-notices-wrap .dokan-admin-notices .dokan-notice-slides { + position: relative; + overflow: hidden; + min-height: 110px; + border: 1px solid #dfe2e7; + border-radius: 0 5px 5px 0; + background: #fff; + padding: 15px 0; +} +.dokan-admin-notices-wrap .dokan-admin-notices .dokan-notice-slides .dokan-admin-notice { + position: absolute; + top: 0; + left: 0; + right: 0; + display: flex; + align-items: center; + min-height: 100%; + padding: 0 20px; +} +.dokan-admin-notices-wrap .dokan-admin-notices .slide-notice { + position: absolute; + top: 50%; + right: 27px; + padding: 6px 8px; + border: 1px solid #b5bfc9; + border-radius: 3px; + min-width: 77px; + display: flex; + align-items: center; + justify-content: center; + transform: translateY(-50%); + background: #fff; +} +.dokan-admin-notices-wrap .dokan-admin-notices .slide-notice .notice-count { + margin: 0 8px; + color: #acacac; + font-size: 12px; + font-weight: normal; + font-family: "SF Pro Text", sans-serif; +} +.dokan-admin-notices-wrap .dokan-admin-notices .slide-notice .current-notice.active, +.dokan-admin-notices-wrap .dokan-admin-notices .slide-notice .total-notice.active { + font-weight: 600; +} +.dokan-admin-notices-wrap .dokan-admin-notices .slide-notice .next, +.dokan-admin-notices-wrap .dokan-admin-notices .slide-notice .prev { + margin-top: 2px; + padding: 0 2px; + cursor: pointer; +} +.dokan-admin-notices-wrap .dokan-admin-notices .slide-notice .next.active svg path, +.dokan-admin-notices-wrap .dokan-admin-notices .slide-notice .prev.active svg path { + fill: #9da6ae; +} +.dokan-admin-notices-wrap .dokan-admin-notice { + background: #fff; + padding: 15px 20px; +} +.dokan-admin-notices-wrap .dokan-admin-notice.dokan-success { + border-left: 2px solid #82b642; +} +.dokan-admin-notices-wrap .dokan-admin-notice.dokan-info { + border-left: 2px solid #2679b1; +} +.dokan-admin-notices-wrap .dokan-admin-notice.dokan-alert { + border-left: 2px solid #b44445; +} +.dokan-admin-notices-wrap .dokan-admin-notice.dokan-warning { + border-left: 2px solid #ffaa2c; +} +.dokan-admin-notices-wrap .dokan-admin-notice.dokan-promotion { + border-left: 2px solid #f1644d; +} +.dokan-admin-notices-wrap .dokan-admin-notice .notice-content { + display: flex; + align-items: center; +} +.dokan-admin-notices-wrap .dokan-admin-notice .logo-wrap { + position: relative; +} +.dokan-admin-notices-wrap .dokan-admin-notice .logo-wrap .dokan-logo { + width: 60px; + height: 60px; + background-image: url("data:image/svg+xml,%3C%3Fxml version=%271.0%27 encoding=%27UTF-8%27%3F%3E%3Csvg viewBox=%270 0 62 62%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Crect x=%27.90723%27 y=%27.79541%27 width=%2761%27 height=%2761%27 rx=%2730.5%27 fill=%27%23F16982%27/%3E%3Cpath d=%27m19.688 25.014v-6.1614c1.4588-0.0303 7.7804 0.0301 13.407 3.6546-0.5844-0.2658-1.2264-0.4219-1.8846-0.4584-0.6581-0.0364-1.3177 0.0477-1.9361 0.2469-1.4936 0.5135-2.7441 1.8122-2.8483 3.2016-0.1737 2.3861 0 4.8627 0 7.2488v7.2186c-1.1115 0.0906-2.2577 0.1208-3.2649 0.1208-1.0768 0.0302-2.1188 0.0302-2.9524 0.1208l-0.521 0.0907v-15.283z%27 fill=%27%23fff%27/%3E%3Cpath d=%27m17.848 43.77s-0.278-2.3257 2.5007-2.6579c2.7787-0.3323 8.0583 0.302 11.532-1.6008 0 0 2.0494-0.9363 2.4662-1.3893l-0.5558 1.6309s-1.6325 4.9534-6.5994 5.5876c-4.967 0.6041-5.9048-1.7517-9.3434-1.5705z%27 fill=%27%23fff%27/%3E%3Cpath d=%27m28.546 45.824c3.9596-0.8457 8.4404-3.3828 8.4404-16.159 0-12.776-17.02-11.689-17.02-11.689 4.0639-2.084 25.008-4.6815 25.008 13.32 0 17.971-16.429 14.528-16.429 14.528z%27 fill=%27%23fff%27/%3E%3C/svg%3E"); + background-repeat: no-repeat; + background-size: cover; + background-position: center; +} +.dokan-admin-notices-wrap .dokan-admin-notice .logo-wrap .dokan-icon { + width: 20px; + height: 20px; + position: absolute; + top: -2px; + right: -8px; + border: 2px solid #fff; + border-radius: 55px; + background-size: cover; + background: #ffffff no-repeat center; +} +.dokan-admin-notices-wrap .dokan-admin-notice .logo-wrap .dokan-icon-info { + background-image: url("data:image/svg+xml,%3C%3Fxml version=%271.0%27 encoding=%27UTF-8%27%3F%3E%3Csvg fill=%27none%27 viewBox=%270 0 21 21%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath d=%27m10.474 0.79468c-5.5718 0-10.09 4.5178-10.09 10.09 0 5.5718 4.5178 10.09 10.09 10.09 5.5719 0 10.09-4.5186 10.09-10.09 0-5.5719-4.5186-10.09-10.09-10.09zm2.1005 15.637c-0.5194 0.2051-0.9328 0.3605-1.2429 0.4681-0.3092 0.1077-0.6688 0.1615-1.0779 0.1615-0.62872 0-1.1182-0.1538-1.4667-0.4604-0.3485-0.3067-0.5219-0.6953-0.5219-1.1677 0-0.1836 0.01281-0.3716 0.03844-0.5629 0.02648-0.1913 0.06833-0.4066 0.12556-0.6483l0.65003-2.2961c0.05723-0.2203 0.10678-0.4296 0.14607-0.6244 0.03929-0.1964 0.05808-0.3766 0.05808-0.5407 0-0.2921-0.06064-0.4971-0.18108-0.6124-0.12215-0.1153-0.35193-0.17169-0.69445-0.17169-0.16742 0-0.33997 0.02479-0.51678 0.07689-0.17511 0.0538-0.32715 0.1025-0.45186 0.1503l0.17169-0.70724c0.42538-0.1734 0.83282-0.32202 1.2215-0.44503 0.38865-0.12471 0.75594-0.18621 1.1019-0.18621 0.6244 0 1.1062 0.15205 1.4453 0.45272 0.3374 0.30152 0.5074 0.69356 0.5074 1.1754 0 0.0999-0.012 0.2759-0.0351 0.527-0.023 0.252-0.0666 0.4818-0.1298 0.6928l-0.6466 2.2892c-0.053 0.1836-0.1 0.3937-0.1427 0.6286-0.0418 0.2349-0.0623 0.4143-0.0623 0.5348 0 0.304 0.0675 0.5116 0.2041 0.6218 0.135 0.1102 0.3716 0.1657 0.7064 0.1657 0.1581 0 0.3349-0.0282 0.5348-0.0828 0.1981-0.0547 0.3416-0.1034 0.4322-0.1453l-0.1734 0.7064zm-0.1145-9.2917c-0.3015 0.28017-0.6645 0.42026-1.0891 0.42026-0.4236 0-0.7892-0.14009-1.0933-0.42026-0.3024-0.28017-0.4553-0.62099-0.4553-1.019 0-0.39719 0.15375-0.73886 0.4553-1.0216 0.3041-0.28358 0.6697-0.42452 1.0933-0.42452 0.4246 0 0.7884 0.14094 1.0891 0.42452 0.3015 0.28274 0.4527 0.62441 0.4527 1.0216 0 0.39891-0.1512 0.73887-0.4527 1.019z%27 fill=%27%232579B1%27/%3E%3C/svg%3E"); +} +.dokan-admin-notices-wrap .dokan-admin-notice .logo-wrap .dokan-icon-alert { + background-image: url("data:image/svg+xml,%3C%3Fxml version=%271.0%27 encoding=%27UTF-8%27%3F%3E%3Csvg viewBox=%270 0 21 21%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Ccircle cx=%2710.288%27 cy=%2710.885%27 r=%2710.09%27 fill=%27%23B44344%27/%3E%3Cpath d=%27m15.457 13.46-4.11-6.5174c-0.2318-0.36758-0.6274-0.58705-1.0583-0.58705-0.43093 0-0.82657 0.21947-1.0583 0.58705l-4.11 6.5174c-0.24669 0.3913-0.26305 0.8872-0.04257 1.2943 0.22049 0.407 0.64232 0.6598 1.1009 0.6598h8.22c0.4585 0 0.8804-0.2528 1.1009-0.6599 0.2204-0.407 0.204-0.9029-0.0426-1.2942zm-5.1683 0.8571c-0.37797 0-0.68432-0.3101-0.68432-0.6926s0.30639-0.6926 0.68432-0.6926c0.3779 0 0.6843 0.3101 0.6843 0.6926s-0.3064 0.6926-0.6843 0.6926zm0.9485-4.8126-0.3371 2.2966c-0.0496 0.3381-0.3606 0.5714-0.6946 0.5212-0.26984-0.0405-0.47216-0.2547-0.51377-0.5133l-0.36601-2.2921c-0.08521-0.53366 0.27317-1.0362 0.80048-1.1224 0.5273-0.08624 1.0239 0.27646 1.1091 0.81011 0.016 0.1005 0.0155 0.20424 0.0019 0.29994z%27 fill=%27%23fff%27/%3E%3C/svg%3E"); +} +.dokan-admin-notices-wrap .dokan-admin-notice .logo-wrap .dokan-icon-success { + background-image: url("data:image/svg+xml,%3C%3Fxml version=%271.0%27 encoding=%27UTF-8%27%3F%3E%3Csvg fill=%27none%27 viewBox=%270 0 21 22%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath d=%27m10.475 0.73975c-5.542 0-10.09 4.5728-10.09 10.145 0 5.5723 4.548 10.145 10.09 10.145 5.542 0 10.09-4.5728 10.09-10.145 0-5.5723-4.548-10.145-10.09-10.145zm-1.2211 14.76-4.4185-4.4426 1.672-1.6811 2.8239 2.8392 5.669-5.1816 1.5912 1.759-7.3376 6.7071z%27 fill=%27%2382B641%27/%3E%3C/svg%3E"); +} +.dokan-admin-notices-wrap .dokan-admin-notice .logo-wrap .dokan-icon-warning { + background-image: url("data:image/svg+xml,%3C%3Fxml version=%271.0%27 encoding=%27UTF-8%27%3F%3E%3Csvg viewBox=%270 0 21 21%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Crect x=%27.38379%27 y=%27.79394%27 width=%2720.182%27 height=%2720.182%27 rx=%2710.091%27 fill=%27%23FFAA2C%27/%3E%3Cpath d=%27m8.7656 13.41c0.02474 0.1979 0.04947 0.371 0.04947 0.5689h3.3142c0-0.1979 0.0248-0.3958 0.0495-0.5689h-3.4132z%27 fill=%27%23fff%27/%3E%3Cpath d=%27m8.8149 14.474v0.8657c0 0.1484 0.09893 0.2473 0.24733 0.2473h0.0742c0.12367 0.6184 0.69253 1.113 1.3356 1.113 0.6678 0 1.2119-0.4699 1.3356-1.113h0.0742c0.1484 0 0.2473-0.0989 0.2473-0.2473v-0.8657h-3.3143z%27 fill=%27%23fff%27/%3E%3Cpath d=%27m10.274 5.0748c-1.7561 0.09893-3.2154 1.484-3.4132 3.24-0.09893 0.98933 0.19787 1.9539 0.8162 2.6959 0.46993 0.5689 0.81619 1.2119 0.98932 1.8797h3.611c0.1732-0.6678 0.5194-1.3355 0.9894-1.9044 0.5441-0.6431 0.8409-1.4593 0.8409-2.3002 0-2.0528-1.7561-3.71-3.8336-3.611z%27 fill=%27%23fff%27/%3E%3C/svg%3E"); +} +.dokan-admin-notices-wrap .dokan-admin-notice .logo-wrap .dokan-icon-promotion { + background-image: url("data:image/svg+xml,%3C%3Fxml version=%271.0%27 encoding=%27UTF-8%27%3F%3E%3Csvg viewBox=%270 0 21 21%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Crect x=%27.19824%27 y=%27.73975%27 width=%2720.18%27 height=%2720.18%27 rx=%2710.09%27 fill=%27%23F1634C%27/%3E%3Cpath d=%27m5.3248 10.182c-0.00432 0.3752 0.227 0.713 0.57847 0.8446v-1.6082c0-0.02314 0.01156-0.05784 0.01156-0.08099-0.35384 0.13053-0.58917 0.4674-0.59003 0.84459z%27 fill=%27%23fff%27/%3E%3Cpath d=%27m8.4834 12.172h-1.5156l0.56691 2.0594c0.08396 0.3142 0.36887 0.5327 0.69418 0.5322 0.23146 0.0027 0.45045-0.1046 0.59005-0.2893 0.14096-0.1756 0.18443-0.4102 0.11569-0.6247l-0.45121-1.6776z%27 fill=%27%23fff%27/%3E%3Cpath d=%27m5.915 9.3264h0.01242v-0.01242c0 0.01242 0 0.01242-0.01242 0.01242z%27 fill=%27%23fff%27/%3E%3Cpath d=%27m14.21 9.1641h-0.0925v2.0825h0.0925c0.5751 0 1.0413-0.4662 1.0413-1.0413 0-0.57504-0.4662-1.0412-1.0413-1.0412z%27 fill=%27%23fff%27/%3E%3Cpath d=%27m6.25 9.418v1.6429c0.01251 0.4254 0.36112 0.7638 0.78672 0.7636h2.1057v-3.1238h-2.1057c-0.4165 0-0.78672 0.30082-0.78672 0.71732z%27 fill=%27%23fff%27/%3E%3Cpath d=%27m9.4898 11.871 4.2808 1.7123v-6.6872l-4.2808 1.7123v3.2626z%27 fill=%27%23fff%27/%3E%3C/svg%3E"); +} +.dokan-admin-notices-wrap .dokan-admin-notice .dokan-message { + margin: 0 110px 0 23px; +} +.dokan-admin-notices-wrap .dokan-admin-notice .dokan-message h3 { + margin: 0 0 10px; + font-weight: bold; + font-size: 18px; + font-family: "SF Pro Text", sans-serif; +} +.dokan-admin-notices-wrap .dokan-admin-notice .dokan-message div { + color: #4b4b4b; + font-weight: 400; + font-size: 13px; + font-family: "SF Pro Text", sans-serif; +} +.dokan-admin-notices-wrap .dokan-admin-notice .dokan-message div a { + text-decoration: none; +} +.dokan-admin-notices-wrap .dokan-admin-notice .dokan-message .dokan-btn { + font-size: 12px; + font-weight: 300; + padding: 6px 12px; + margin-right: 15px; + margin-top: 10px; + border-radius: 3px; + border: 1px solid #00769d; + cursor: pointer; + transition: all 0.2s linear; + text-decoration: none; + font-family: "SF Pro Text", sans-serif; + display: inline-block; +} +.dokan-admin-notices-wrap .dokan-admin-notice .dokan-message .dokan-btn:disabled { + opacity: 0.7; +} +.dokan-admin-notices-wrap .dokan-admin-notice .dokan-message .btn-dokan { + padding: 8px 12px; +} +.dokan-admin-notices-wrap .dokan-admin-notice .dokan-message .dokan-btn-primary { + color: #fff; + background: #2579B1; + margin-right: 15px; + font-weight: 400; + letter-spacing: 0.5px; +} +.dokan-admin-notices-wrap .dokan-admin-notice .dokan-message .dokan-btn-primary:hover { + background: transparent; + color: #2579B1; +} +.dokan-admin-notices-wrap .dokan-admin-notice .dokan-message .dokan-btn-secondary { + color: #2579B1; + background: transparent; + margin-right: 15px; + font-weight: 400; +} +.dokan-admin-notices-wrap .dokan-admin-notice .dokan-message .dokan-btn-secondary:hover { + color: #ffffff; + background: #2579B1; +} +.dokan-admin-notices-wrap .dokan-admin-notice .dokan-message a { + text-decoration: none; +} +.dokan-admin-notices-wrap .dokan-admin-notice .close-notice { + position: absolute; + top: 10px; + right: 5px; + border: 0; + background: transparent; + text-decoration: none; +} +.dokan-admin-notices-wrap .dokan-admin-notice .close-notice span { + font-size: 15px; + display: flex; + align-items: center; + justify-content: center; + color: #c2c2c2; + transition: all 0.2s ease; + cursor: pointer; + border: 1px solid #f3f3f3; + border-radius: 55px; + width: 20px; + height: 20px; +} +.dokan-admin-notices-wrap .dokan-admin-notice .close-notice span:hover { + color: #f16982; + border-color: #f16982; +} +@media only screen and (max-width: 375px) { + .dokan-admin-notices-wrap .dokan-admin-notices .dokan-notice-slides { + min-height: 245px; + } + .dokan-admin-notices-wrap .dokan-admin-notices .dokan-notice-slides .dokan-admin-notice .dokan-message { + margin: 0 0 0 23px; + } + .dokan-admin-notices-wrap .dokan-admin-notices .slide-notice { + bottom: 0; + top: unset; + right: 10px; + padding: 3px 5px; + } +} +@media screen and (min-width: 376px) and (max-width: 576px) { + .dokan-admin-notices-wrap .dokan-admin-notices .dokan-notice-slides { + min-height: 195px; + } + .dokan-admin-notices-wrap .dokan-admin-notices .dokan-notice-slides .dokan-admin-notice .dokan-message { + margin: 0 0 0 23px; + } + .dokan-admin-notices-wrap .dokan-admin-notices .slide-notice { + bottom: 0; + right: 10px; + padding: 3px 8px; + top: unset; + } +} +@media screen and (min-width: 577px) and (max-width: 768px) { + .dokan-admin-notices-wrap .dokan-admin-notices .dokan-notice-slides { + min-height: 160px; + } +} +.dokan-admin-notices-wrap .slide-next-enter-active, +.dokan-admin-notices-wrap .slide-next-leave-active { + transition: transform 0.5s ease-in-out; +} +.dokan-admin-notices-wrap .slide-next-enter { + transform: translate(100%); +} +.dokan-admin-notices-wrap .slide-next-leave-to { + transform: translate(-100%); +} +.dokan-admin-notices-wrap .slide-prev-enter-active, +.dokan-admin-notices-wrap .slide-prev-leave-active { + transition: transform 0.5s ease-in-out; +} +.dokan-admin-notices-wrap .slide-prev-enter { + transform: translate(-100%); +} +.dokan-admin-notices-wrap .slide-prev-leave-to { + transform: translate(100%); +} +#woocommerce-coupon-data #coupon_options #general_coupon_data #fixed-cart-discount-warning { + display: block; + padding: 0; + color: #cc0000; +} + diff --git a/assets/js/helper.asset.php b/assets/js/helper.asset.php new file mode 100644 index 0000000000..d5e689eaa8 --- /dev/null +++ b/assets/js/helper.asset.php @@ -0,0 +1 @@ + array(), 'version' => 'de0e31e2a993e010a7b5'); diff --git a/assets/js/login-form-popup.asset.php b/assets/js/login-form-popup.asset.php new file mode 100644 index 0000000000..50388ae072 --- /dev/null +++ b/assets/js/login-form-popup.asset.php @@ -0,0 +1 @@ + array(), 'version' => '91a877799d4f5ad3a89d'); diff --git a/assets/js/page-views.asset.php b/assets/js/page-views.asset.php new file mode 100644 index 0000000000..8931b6d992 --- /dev/null +++ b/assets/js/page-views.asset.php @@ -0,0 +1 @@ + array(), 'version' => 'f5a09ca6e3bb15951293'); diff --git a/assets/js/plugin-rtl.css b/assets/js/plugin-rtl.css new file mode 100644 index 0000000000..3917c19137 --- /dev/null +++ b/assets/js/plugin-rtl.css @@ -0,0 +1,21 @@ +.dokan-plugin-upgrade-notice { + padding: 14px 10px !important; + background: #f2624d !important; + color: #fff !important; +} +.dokan-plugin-upgrade-notice a { + color: #fafafa !important; + text-decoration: underline !important; +} +.dokan-plugin-upgrade-notice:before { + content: '\f348' !important; + display: inline-block !important; + font: 400 18px/1 dashicons !important; + speak: none !important; + margin: 0 -2px 0 8px !important; + -webkit-font-smoothing: antialiased !important; + -moz-osx-font-smoothing: grayscale !important; + vertical-align: top !important; + color: #fff !important; +} + diff --git a/assets/js/plugin.asset.php b/assets/js/plugin.asset.php new file mode 100644 index 0000000000..a8c55826e5 --- /dev/null +++ b/assets/js/plugin.asset.php @@ -0,0 +1 @@ + array(), 'version' => 'bada8558a1178eb8b335'); diff --git a/assets/js/plugin.css b/assets/js/plugin.css new file mode 100644 index 0000000000..7130de9532 --- /dev/null +++ b/assets/js/plugin.css @@ -0,0 +1,21 @@ +.dokan-plugin-upgrade-notice { + padding: 14px 10px !important; + background: #f2624d !important; + color: #fff !important; +} +.dokan-plugin-upgrade-notice a { + color: #fafafa !important; + text-decoration: underline !important; +} +.dokan-plugin-upgrade-notice:before { + content: '\f348' !important; + display: inline-block !important; + font: 400 18px/1 dashicons !important; + speak: none !important; + margin: 0 8px 0 -2px !important; + -webkit-font-smoothing: antialiased !important; + -moz-osx-font-smoothing: grayscale !important; + vertical-align: top !important; + color: #fff !important; +} + diff --git a/assets/js/pointers.asset.php b/assets/js/pointers.asset.php new file mode 100644 index 0000000000..82c4ed86c3 --- /dev/null +++ b/assets/js/pointers.asset.php @@ -0,0 +1 @@ + array(), 'version' => '7d3c4374c935bd6c4c1f'); diff --git a/assets/js/product-category-ui.asset.php b/assets/js/product-category-ui.asset.php new file mode 100644 index 0000000000..59e2cd76cd --- /dev/null +++ b/assets/js/product-category-ui.asset.php @@ -0,0 +1 @@ + array(), 'version' => '265362911989b794302d'); diff --git a/assets/js/reverse-withdrawal-style-rtl.css b/assets/js/reverse-withdrawal-style-rtl.css new file mode 100644 index 0000000000..73a3eab86e --- /dev/null +++ b/assets/js/reverse-withdrawal-style-rtl.css @@ -0,0 +1,45 @@ +#reverse-withdrawal-filter-form { + display: flex; + align-items: center; + margin-top: 10px; +} +#reverse-withdrawal-filter-form input[type="submit"] { + margin-right: 5px; +} +.reverse-balance-section { + display: flex; + justify-content: space-between; + align-items: center; + margin-bottom: 20px; + border: 1px solid #b3b3b3; + padding: 10px; + border-radius: 5px; +} +.reverse-balance-section .reverse-balance { + font-size: 1.02em; + font-weight: bold; +} +.reverse-balance-section .reverse-threshold { + font-size: 1em; + color: #999; +} +.reverse-balance-section .reverse-threshold span { + margin-left: 5px; +} +.reverse-balance-section .reverse-pay-form { + display: flex; + justify-content: flex-end; + align-items: center; +} +.reverse-balance-section .reverse-pay-form input { + width: 100px; + margin-right: 10px; +} +.reverse-balance-section .reverse-pay-form input.button { + width: auto; +} +.reverse-balance-section .reverse-balance-notice { + color: #ff0000; + font-size: 0.8em; +} + diff --git a/assets/js/reverse-withdrawal-style.asset.php b/assets/js/reverse-withdrawal-style.asset.php new file mode 100644 index 0000000000..2649e12927 --- /dev/null +++ b/assets/js/reverse-withdrawal-style.asset.php @@ -0,0 +1 @@ + array(), 'version' => '1f7b3b398b49befa6c08'); diff --git a/assets/js/reverse-withdrawal-style.css b/assets/js/reverse-withdrawal-style.css new file mode 100644 index 0000000000..0477a99648 --- /dev/null +++ b/assets/js/reverse-withdrawal-style.css @@ -0,0 +1,45 @@ +#reverse-withdrawal-filter-form { + display: flex; + align-items: center; + margin-top: 10px; +} +#reverse-withdrawal-filter-form input[type="submit"] { + margin-left: 5px; +} +.reverse-balance-section { + display: flex; + justify-content: space-between; + align-items: center; + margin-bottom: 20px; + border: 1px solid #b3b3b3; + padding: 10px; + border-radius: 5px; +} +.reverse-balance-section .reverse-balance { + font-size: 1.02em; + font-weight: bold; +} +.reverse-balance-section .reverse-threshold { + font-size: 1em; + color: #999; +} +.reverse-balance-section .reverse-threshold span { + margin-right: 5px; +} +.reverse-balance-section .reverse-pay-form { + display: flex; + justify-content: flex-end; + align-items: center; +} +.reverse-balance-section .reverse-pay-form input { + width: 100px; + margin-left: 10px; +} +.reverse-balance-section .reverse-pay-form input.button { + width: auto; +} +.reverse-balance-section .reverse-balance-notice { + color: #ff0000; + font-size: 0.8em; +} + diff --git a/assets/js/reverse-withdrawal.asset.php b/assets/js/reverse-withdrawal.asset.php new file mode 100644 index 0000000000..da669f4e7b --- /dev/null +++ b/assets/js/reverse-withdrawal.asset.php @@ -0,0 +1 @@ + array(), 'version' => 'a09ad6abdb3d14983d29'); diff --git a/assets/js/rtl-rtl.css b/assets/js/rtl-rtl.css new file mode 100644 index 0000000000..0345bd1c3a --- /dev/null +++ b/assets/js/rtl-rtl.css @@ -0,0 +1,254 @@ +.dokan-right { + float: right !important; +} +.dokan-left { + float: left !important; +} +.dokan-w1, +.dokan-w2, +.dokan-w3, +.dokan-w4, +.dokan-w5, +.dokan-w6, +.dokan-w7, +.dokan-w8, +.dokan-w9, +.dokan-w10, +.dokan-w11, +.dokan-w12 { + float: left; +} +.dokan-form-horizontal .dokan-control-label { + text-align: right; + padding-right: 15px; +} +.dokan-form-group .checkbox input[type="checkbox"] { + float: left; + margin-right: 10px; +} +.dokan-form-group .ajax_prev { + margin-left: 23% !important; +} +.dokan-text-left { + text-align: left; +} +.dokan-text-right { + text-align: right; +} +#dokan-comments-table td.col-author .dokan-author-img, +#dokan-comments-table th.col-author .dokan-author-img { + float: left !important; + margin-right: 5px !important; +} +#dokan-comments-table td.col-author .dokan-author-meta, +#dokan-comments-table th.col-author .dokan-author-meta { + float: left !important; +} +.dokan-dashboard .dokan-dashboard-content { + padding: 0 0 0 25px; +} +.dokan-dashboard .dokan-dashboard-content article.dashboard-content-area .dokan-dash-left { + padding-left: 0px; + padding-right: 15px; +} +.dokan-dashboard .dokan-dashboard-content article.dashboard-content-area .dashboard-widget .list-count .count { + float: right; +} +.dokan-dashboard .dokan-dashboard-content article.dashboard-content-area .dashboard-widget.orders .content-half-part { + float: left; +} +.dokan-dashboard .dokan-dashboard-content article.dokan-orders-area .dokan-order-left-content { + margin-left: 0; + margin-right: 3%; +} +.dokan-dashboard .dokan-dashboard-content article.dokan-orders-area .dokan-order-left-content .dokan-order-billing-address { + min-width: 49%; + margin-left: 0; + margin-right: 2%; +} +.dokan-dashboard .dokan-dashboard-content article.dokan-orders-area .dokan-order-left-content .dokan-order-shipping-address { + min-width: 49%; +} +.dokan-dashboard .dokan-dashboard-content .dokan-product-listing-area .product-listing-top .dokan-listing-filter { + float: left !important; +} +.dokan-dashboard .dokan-dashboard-content .dokan-product-listing-area .product-listing-top span.dokan-add-product-link a { + float: right !important; +} +.dokan-dashboard .dokan-dashboard-content .dokan-product-listing-area button[name="product_listing_search"] { + float: right !important; + margin-left: 5px; +} +.dokan-dashboard .dokan-dashboard-content .dokan-product-listing-area .dokan-product-date-filter .dokan-form-group { + float: left; +} +.dokan-dashboard .dokan-dashboard-content .dokan-product-listing-area .dokan-product-date-filter button { + float: left; + margin-left: 5px; +} +.dokan-dashboard .dokan-dash-sidebar ul.dokan-dashboard-menu li.active:after { + right: 0px; + left: 93%; + border-width: 16px 16px 16px 0px; +} +.dokan-dashboard .dokan-dash-sidebar ul.dokan-dashboard-menu li.active a { + padding-right: 16px; + padding-left: 0; +} +.dokan-dashboard .dokan-dash-sidebar ul.dokan-dashboard-menu li.active a i.menu-dropdown { + display: none; +} +.dokan-dashboard .dokan-dash-sidebar ul.dokan-dashboard-menu li:hover a i.menu-dropdown { + display: none; +} +.dokan-dashboard .dokan-dash-sidebar ul.dokan-dashboard-menu li:hover:not(.active).has-submenu:after { + left: 92%; + border-width: 16px 16px 16px 0px; +} +.dokan-dashboard .dokan-dash-sidebar ul.dokan-dashboard-menu li:hover:not(.active) ul.navigation-submenu { + left: 100%; +} +.dokan-dashboard .dokan-dash-sidebar ul.dokan-dashboard-menu li:hover:not(.active) ul.navigation-submenu li { + padding-right: 0; + padding-left: 0.75em; +} +.dokan-dashboard .dokan-dash-sidebar ul.dokan-dashboard-menu li.back a { + padding-right: 0px; + padding-left: 16px; +} +.dokan-dashboard .dokan-dash-sidebar ul.dokan-dashboard-menu li.back a i { + float: right; +} +.dokan-dashboard .dokan-dash-sidebar ul.dokan-dashboard-menu li a i { + margin-top: 5px; + padding-right: 8px; +} +.dokan-dashboard .dokan-dash-sidebar ul.dokan-dashboard-menu li a i.fa-angle-right { + padding-top: 0px; + -webkit-transform: rotate(-180deg); + -moz-transform: rotate(-180deg); + -o-transform: rotate(-180deg); + -ms-transform: rotate(-180deg); + transform: rotate(-180deg); +} +.dokan-dashboard .dokan-dash-sidebar ul.dokan-dashboard-menu li a i.menu-dropdown { + transform: translateX(50%) translateY(0%) rotate(-180deg); +} +.dokan-dashboard .dokan-dash-sidebar ul.dokan-dashboard-menu li a i.menu-dropdown::before { + padding-right: 0; +} +.dokan-dashboard .dokan-dash-sidebar ul.dokan-dashboard-menu li.dokan-common-links a { + padding: 5% 5%; +} +.dokan-dashboard .dokan-dash-sidebar ul.dokan-dashboard-menu li ul.navigation-submenu { + margin-left: 0; +} +.dokan-dashboard .dokan-dash-sidebar ul.dokan-dashboard-menu li ul.navigation-submenu li { + padding-left: 1em; + padding-right: 0; +} +.dokan-dashboard .dokan-dash-sidebar ul.dokan-dashboard-menu li ul.navigation-submenu li:hover:before, +.dokan-dashboard .dokan-dash-sidebar ul.dokan-dashboard-menu li ul.navigation-submenu li.current:before { + left: 1%; + right: auto; +} +.dokan-dashboard .product-edit-new-container .dokan-edit-row .dokan-section-heading h2 { + float: left; +} +.dokan-dashboard .product-edit-new-container .dokan-edit-row .dokan-section-heading p { + float: left; + margin-left: 8px; +} +.dokan-dashboard .product-edit-new-container .dokan-edit-row .dokan-section-toggle { + float: right; +} +.dokan-dashboard .product-edit-new-container .dokan-attribute-variation-options .dokan-product-attribute-wrapper ul { + padding-left: 0px; + margin-left: 0px; +} +.dokan-dashboard .product-edit-new-container .dokan-attribute-variation-options .dokan-product-attribute-wrapper ul li.product-attribute-list .dokan-product-attribute-heading a.dokan-product-remove-attribute { + position: relative; + float: right; + left: 0px; + top: 0px; +} +.dokan-dashboard .product-edit-new-container .dokan-attribute-variation-options .dokan-product-attribute-wrapper ul li.product-attribute-list .dokan-product-attribute-heading a.dokan-product-toggle-attribute { + right: 50px; + left: auto; +} +.dokan-dashboard .product-edit-new-container .dokan-attribute-variation-options .dokan-attribute-type select { + margin-left: 0px; + margin-right: 10px; +} +.dokan-dashboard .product-edit-new-container .dokan-attribute-variation-options .dokan-product-variation-wrapper .dokan-variations-container .dokan-product-variation-itmes h3.variation-topbar-heading strong { + float: left; +} +.dokan-dashboard .product-edit-new-container .dokan-attribute-variation-options .dokan-product-variation-wrapper .dokan-variations-container .dokan-product-variation-itmes h3.variation-topbar-heading select { + float: left; +} +.dokan-dashboard .product-edit-new-container .dokan-attribute-variation-options .dokan-product-variation-wrapper .dokan-variations-container .dokan-product-variation-itmes .actions { + right: 15px; + left: auto; +} +.dokan-dashboard .product-edit-new-container .dokan-attribute-variation-options .dokan-product-variation-wrapper .dokan-variations-container .dokan-product-variation-itmes .dokan-variable-attributes .thumbnail-checkbox-options .upload_image { + float: left; +} +.dokan-dashboard .product-edit-new-container .dokan-attribute-variation-options .dokan-product-variation-wrapper .dokan-variations-container .dokan-product-variation-itmes .dokan-variable-attributes .thumbnail-checkbox-options .options { + float: left; + margin-left: 24px; +} +#dokan-seller-listing-wrap ul.dokan-seller-wrap li .store-footer .seller-avatar { + right: 20px; + left: auto; +} +.dokan-store-sidebar { + margin-left: 0 !important; + margin-right: 3%; +} +.dokan-single-store .profile-frame .profile-info-box.profile-layout-layout1 .profile-info-summery-wrapper .profile-info-summery .profile-info-head { + float: left; +} +.dokan-single-store .profile-frame .profile-info-box.profile-layout-layout1 .profile-info-summery-wrapper .profile-info-summery .profile-info { + float: left; +} +.dokan-single-store .profile-frame .profile-info-box.profile-layout-layout1 .profile-info-summery-wrapper .profile-info-summery .profile-info .store-name { + margin: 10px 15px 25px 15px; +} +.dokan-single-store .profile-frame .profile-info-box.profile-layout-layout3 .profile-info-summery-wrapper .profile-info-summery .profile-info-head { + float: left; +} +.dokan-single-store .profile-frame .profile-info-box.profile-layout-layout3 .profile-info-summery-wrapper .profile-info-summery .profile-info { + float: left; + width: 80%; +} +.dokan-single-store .profile-frame .profile-info-box.profile-layout-layout3 .profile-info-summery-wrapper .profile-info-summery .profile-info .dokan-store-info li { + float: left; + margin-right: 40px; + margin-left: 0px; +} +.dokan-single-store .profile-frame .profile-info-box.profile-layout-layout3 .profile-info-summery-wrapper .profile-info-summery .profile-info .dokan-store-info li.dokan-store-rating { + float: none !important; +} +.dokan-single-store .profile-frame .profile-info-box .profile-info-summery-wrapper .profile-info-summery .profile-info-head .profile-img img { + float: none; +} +.dokan-single-store .profile-frame .profile-info-box .profile-info-summery-wrapper .profile-info-summery .profile-info i { + float: left; + margin-left: -25px; + margin-right: 0; +} +@media (min-width: 1200px) { + .dokan-single-store .profile-frame .profile-info-box .profile-info-summery-wrapper .profile-info-summery .profile-info .store-social-wrapper { + right: 20px !important; + left: auto !important; + } +} +@media (max-width: 1199px) { + .dokan-single-store .profile-frame .profile-info-box .profile-info-summery-wrapper .profile-info-summery .profile-info .dokan-store-info { + padding-left: 40px; + } + .dokan-single-store .profile-frame .profile-info-box .profile-info-summery-wrapper .profile-info-summery .profile-info .dokan-store-info li { + text-align: left !important; + } +} + diff --git a/assets/js/rtl.asset.php b/assets/js/rtl.asset.php new file mode 100644 index 0000000000..27a55f29e9 --- /dev/null +++ b/assets/js/rtl.asset.php @@ -0,0 +1 @@ + array(), 'version' => 'efbe1ff313774ccc2627'); diff --git a/assets/js/rtl.css b/assets/js/rtl.css new file mode 100644 index 0000000000..bd29420e61 --- /dev/null +++ b/assets/js/rtl.css @@ -0,0 +1,254 @@ +.dokan-right { + float: left !important; +} +.dokan-left { + float: right !important; +} +.dokan-w1, +.dokan-w2, +.dokan-w3, +.dokan-w4, +.dokan-w5, +.dokan-w6, +.dokan-w7, +.dokan-w8, +.dokan-w9, +.dokan-w10, +.dokan-w11, +.dokan-w12 { + float: right; +} +.dokan-form-horizontal .dokan-control-label { + text-align: left; + padding-left: 15px; +} +.dokan-form-group .checkbox input[type="checkbox"] { + float: right; + margin-left: 10px; +} +.dokan-form-group .ajax_prev { + margin-right: 23% !important; +} +.dokan-text-left { + text-align: right; +} +.dokan-text-right { + text-align: left; +} +#dokan-comments-table td.col-author .dokan-author-img, +#dokan-comments-table th.col-author .dokan-author-img { + float: right !important; + margin-left: 5px !important; +} +#dokan-comments-table td.col-author .dokan-author-meta, +#dokan-comments-table th.col-author .dokan-author-meta { + float: right !important; +} +.dokan-dashboard .dokan-dashboard-content { + padding: 0 25px 0 0; +} +.dokan-dashboard .dokan-dashboard-content article.dashboard-content-area .dokan-dash-left { + padding-right: 0px; + padding-left: 15px; +} +.dokan-dashboard .dokan-dashboard-content article.dashboard-content-area .dashboard-widget .list-count .count { + float: left; +} +.dokan-dashboard .dokan-dashboard-content article.dashboard-content-area .dashboard-widget.orders .content-half-part { + float: right; +} +.dokan-dashboard .dokan-dashboard-content article.dokan-orders-area .dokan-order-left-content { + margin-right: 0; + margin-left: 3%; +} +.dokan-dashboard .dokan-dashboard-content article.dokan-orders-area .dokan-order-left-content .dokan-order-billing-address { + min-width: 49%; + margin-right: 0; + margin-left: 2%; +} +.dokan-dashboard .dokan-dashboard-content article.dokan-orders-area .dokan-order-left-content .dokan-order-shipping-address { + min-width: 49%; +} +.dokan-dashboard .dokan-dashboard-content .dokan-product-listing-area .product-listing-top .dokan-listing-filter { + float: right !important; +} +.dokan-dashboard .dokan-dashboard-content .dokan-product-listing-area .product-listing-top span.dokan-add-product-link a { + float: left !important; +} +.dokan-dashboard .dokan-dashboard-content .dokan-product-listing-area button[name="product_listing_search"] { + float: left !important; + margin-right: 5px; +} +.dokan-dashboard .dokan-dashboard-content .dokan-product-listing-area .dokan-product-date-filter .dokan-form-group { + float: right; +} +.dokan-dashboard .dokan-dashboard-content .dokan-product-listing-area .dokan-product-date-filter button { + float: right; + margin-right: 5px; +} +.dokan-dashboard .dokan-dash-sidebar ul.dokan-dashboard-menu li.active:after { + left: 0px; + right: 93%; + border-width: 16px 0px 16px 16px; +} +.dokan-dashboard .dokan-dash-sidebar ul.dokan-dashboard-menu li.active a { + padding-left: 16px; + padding-right: 0; +} +.dokan-dashboard .dokan-dash-sidebar ul.dokan-dashboard-menu li.active a i.menu-dropdown { + display: none; +} +.dokan-dashboard .dokan-dash-sidebar ul.dokan-dashboard-menu li:hover a i.menu-dropdown { + display: none; +} +.dokan-dashboard .dokan-dash-sidebar ul.dokan-dashboard-menu li:hover:not(.active).has-submenu:after { + right: 92%; + border-width: 16px 0px 16px 16px; +} +.dokan-dashboard .dokan-dash-sidebar ul.dokan-dashboard-menu li:hover:not(.active) ul.navigation-submenu { + right: 100%; +} +.dokan-dashboard .dokan-dash-sidebar ul.dokan-dashboard-menu li:hover:not(.active) ul.navigation-submenu li { + padding-left: 0; + padding-right: 0.75em; +} +.dokan-dashboard .dokan-dash-sidebar ul.dokan-dashboard-menu li.back a { + padding-left: 0px; + padding-right: 16px; +} +.dokan-dashboard .dokan-dash-sidebar ul.dokan-dashboard-menu li.back a i { + float: left; +} +.dokan-dashboard .dokan-dash-sidebar ul.dokan-dashboard-menu li a i { + margin-top: 5px; + padding-left: 8px; +} +.dokan-dashboard .dokan-dash-sidebar ul.dokan-dashboard-menu li a i.fa-angle-right { + padding-top: 0px; + -webkit-transform: rotate(180deg); + -moz-transform: rotate(180deg); + -o-transform: rotate(180deg); + -ms-transform: rotate(180deg); + transform: rotate(180deg); +} +.dokan-dashboard .dokan-dash-sidebar ul.dokan-dashboard-menu li a i.menu-dropdown { + transform: translateX(-50%) translateY(0%) rotate(180deg); +} +.dokan-dashboard .dokan-dash-sidebar ul.dokan-dashboard-menu li a i.menu-dropdown::before { + padding-left: 0; +} +.dokan-dashboard .dokan-dash-sidebar ul.dokan-dashboard-menu li.dokan-common-links a { + padding: 5% 5%; +} +.dokan-dashboard .dokan-dash-sidebar ul.dokan-dashboard-menu li ul.navigation-submenu { + margin-right: 0; +} +.dokan-dashboard .dokan-dash-sidebar ul.dokan-dashboard-menu li ul.navigation-submenu li { + padding-right: 1em; + padding-left: 0; +} +.dokan-dashboard .dokan-dash-sidebar ul.dokan-dashboard-menu li ul.navigation-submenu li:hover:before, +.dokan-dashboard .dokan-dash-sidebar ul.dokan-dashboard-menu li ul.navigation-submenu li.current:before { + right: 1%; + left: auto; +} +.dokan-dashboard .product-edit-new-container .dokan-edit-row .dokan-section-heading h2 { + float: right; +} +.dokan-dashboard .product-edit-new-container .dokan-edit-row .dokan-section-heading p { + float: right; + margin-right: 8px; +} +.dokan-dashboard .product-edit-new-container .dokan-edit-row .dokan-section-toggle { + float: left; +} +.dokan-dashboard .product-edit-new-container .dokan-attribute-variation-options .dokan-product-attribute-wrapper ul { + padding-right: 0px; + margin-right: 0px; +} +.dokan-dashboard .product-edit-new-container .dokan-attribute-variation-options .dokan-product-attribute-wrapper ul li.product-attribute-list .dokan-product-attribute-heading a.dokan-product-remove-attribute { + position: relative; + float: left; + right: 0px; + top: 0px; +} +.dokan-dashboard .product-edit-new-container .dokan-attribute-variation-options .dokan-product-attribute-wrapper ul li.product-attribute-list .dokan-product-attribute-heading a.dokan-product-toggle-attribute { + left: 50px; + right: auto; +} +.dokan-dashboard .product-edit-new-container .dokan-attribute-variation-options .dokan-attribute-type select { + margin-right: 0px; + margin-left: 10px; +} +.dokan-dashboard .product-edit-new-container .dokan-attribute-variation-options .dokan-product-variation-wrapper .dokan-variations-container .dokan-product-variation-itmes h3.variation-topbar-heading strong { + float: right; +} +.dokan-dashboard .product-edit-new-container .dokan-attribute-variation-options .dokan-product-variation-wrapper .dokan-variations-container .dokan-product-variation-itmes h3.variation-topbar-heading select { + float: right; +} +.dokan-dashboard .product-edit-new-container .dokan-attribute-variation-options .dokan-product-variation-wrapper .dokan-variations-container .dokan-product-variation-itmes .actions { + left: 15px; + right: auto; +} +.dokan-dashboard .product-edit-new-container .dokan-attribute-variation-options .dokan-product-variation-wrapper .dokan-variations-container .dokan-product-variation-itmes .dokan-variable-attributes .thumbnail-checkbox-options .upload_image { + float: right; +} +.dokan-dashboard .product-edit-new-container .dokan-attribute-variation-options .dokan-product-variation-wrapper .dokan-variations-container .dokan-product-variation-itmes .dokan-variable-attributes .thumbnail-checkbox-options .options { + float: right; + margin-right: 24px; +} +#dokan-seller-listing-wrap ul.dokan-seller-wrap li .store-footer .seller-avatar { + left: 20px; + right: auto; +} +.dokan-store-sidebar { + margin-right: 0 !important; + margin-left: 3%; +} +.dokan-single-store .profile-frame .profile-info-box.profile-layout-layout1 .profile-info-summery-wrapper .profile-info-summery .profile-info-head { + float: right; +} +.dokan-single-store .profile-frame .profile-info-box.profile-layout-layout1 .profile-info-summery-wrapper .profile-info-summery .profile-info { + float: right; +} +.dokan-single-store .profile-frame .profile-info-box.profile-layout-layout1 .profile-info-summery-wrapper .profile-info-summery .profile-info .store-name { + margin: 10px 15px 25px 15px; +} +.dokan-single-store .profile-frame .profile-info-box.profile-layout-layout3 .profile-info-summery-wrapper .profile-info-summery .profile-info-head { + float: right; +} +.dokan-single-store .profile-frame .profile-info-box.profile-layout-layout3 .profile-info-summery-wrapper .profile-info-summery .profile-info { + float: right; + width: 80%; +} +.dokan-single-store .profile-frame .profile-info-box.profile-layout-layout3 .profile-info-summery-wrapper .profile-info-summery .profile-info .dokan-store-info li { + float: right; + margin-left: 40px; + margin-right: 0px; +} +.dokan-single-store .profile-frame .profile-info-box.profile-layout-layout3 .profile-info-summery-wrapper .profile-info-summery .profile-info .dokan-store-info li.dokan-store-rating { + float: none !important; +} +.dokan-single-store .profile-frame .profile-info-box .profile-info-summery-wrapper .profile-info-summery .profile-info-head .profile-img img { + float: none; +} +.dokan-single-store .profile-frame .profile-info-box .profile-info-summery-wrapper .profile-info-summery .profile-info i { + float: right; + margin-right: -25px; + margin-left: 0; +} +@media (min-width: 1200px) { + .dokan-single-store .profile-frame .profile-info-box .profile-info-summery-wrapper .profile-info-summery .profile-info .store-social-wrapper { + left: 20px !important; + right: auto !important; + } +} +@media (max-width: 1199px) { + .dokan-single-store .profile-frame .profile-info-box .profile-info-summery-wrapper .profile-info-summery .profile-info .dokan-store-info { + padding-right: 40px; + } + .dokan-single-store .profile-frame .profile-info-box .profile-info-summery-wrapper .profile-info-summery .profile-info .dokan-store-info li { + text-align: right !important; + } +} + diff --git a/assets/js/setup-no-wc-style-rtl.css b/assets/js/setup-no-wc-style-rtl.css new file mode 100644 index 0000000000..eea9ff84b7 --- /dev/null +++ b/assets/js/setup-no-wc-style-rtl.css @@ -0,0 +1,402 @@ +body { + margin: 65px auto 24px; + box-shadow: none; + background: #f1f1f1; + padding: 0; +} +#wc-logo { + border: 0; + margin: 0 0 24px; + padding: 0; + text-align: center; +} +#wc-logo img { + max-width: 30%; +} +.wc-setup-content { + box-shadow: 0 1px 3px rgba(0, 0, 0, 0.13); + padding: 2em; + margin: 0 0 20px; + background: #fff; + overflow: hidden; + zoom: 1; + text-align: right; +} +.wc-setup-content h1 { + margin: 0 0 20px; + border: 0; + padding: 0; + color: #666; + clear: none; + font-weight: 500; +} +.wc-setup-content p { + margin: 20px 0; + font-size: 1em; + line-height: 1.75; + color: #666; +} +.wc-setup-content table { + font-size: 1em; + line-height: 1.75; + color: #666; +} +.wc-setup-content a { + color: #a16696; + text-decoration: none; +} +.wc-setup-content a:hover, +.wc-setup-content a:focus { + color: #111; +} +.wc-setup-content .dokan-no-wc-warning { + border: 1px solid #f1f1f1; + padding: 10px 12px; + border-right-width: 4px; + border-right-color: #dc3232; +} +.wc-setup .wc-setup-actions { + overflow: hidden; + margin: 20px 0 0; + position: relative; +} +.wc-setup .wc-setup-actions .button-primary { + background-color: #bb77ae; + border-color: #a36597; + text-shadow: none; + margin: 0; + opacity: 1; +} +.wc-setup .wc-setup-actions .button-primary:hover, +.wc-setup .wc-setup-actions .button-primary:focus, +.wc-setup .wc-setup-actions .button-primary:active { + background: #a36597; + border-color: #a36597; + box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25), 0 1px 0 #a36597; +} +.wc-setup-content p:last-child { + margin-bottom: 0; +} +.step { + text-align: center; +} +.wc-setup .wc-setup-actions .button { + font-weight: 300; + font-size: 16px; + padding: 1em 2em; + box-shadow: none; + min-width: 12em; + margin-top: 10px; + line-height: 1; + margin-left: 0.5em; + margin-bottom: 2px; + height: auto; + border-radius: 4px; +} +.wc-setup .wc-setup-actions .button:focus, +.wc-setup .wc-setup-actions .button:hover, +.wc-setup .wc-setup-actions .button:active { + box-shadow: none; +} +@media only screen and (max-width: 400px) { + #wc-logo img { + max-width: 80%; + } +} +@keyframes spin { + 100% { + transform: rotate(-360deg); + } +} +.blockUI.blockOverlay::before { + height: 1em; + width: 1em; + display: block; + position: absolute; + top: 50%; + right: 50%; + margin-right: -0.5em; + margin-top: -0.5em; + content: ''; + -webkit-animation: spin 1s ease-in-out infinite; + animation: spin 1s ease-in-out infinite; + background: url(../js/../images/spinner-2x.gif) center center; + background-size: cover; + line-height: 1; + text-align: center; + font-size: 2em; + color: rgba(0, 0, 0, 0.75); +} +.dokan-spinner { + position: absolute; + width: 20px; + height: 20px; + background: url(../js/../images/spinner-2x.gif) center center no-repeat; + z-index: 99; + background-size: 20px; +} +/* Variables */ +/* Toggle switch */ +.form-table .updated p { + margin-bottom: 10px; +} +.form-table .switch-input { + display: none; +} +.form-table .switch-label { + position: relative; + display: inline-block; + cursor: pointer; + font-weight: 500; + text-align: right; + margin: 2px 0; + padding: 0 44px 0 0; +} +.form-table .switch-label:before, +.form-table .switch-label:after { + content: ""; + position: absolute; + margin: 0; + outline: 0; + top: 50%; + -ms-transform: translate(0, -50%); + -webkit-transform: translate(0, -50%); + transform: translate(0, -50%); + -webkit-transition: all 0.3s ease; + transition: all 0.3s ease; +} +.form-table .switch-label:before { + right: 1px; + width: 34px; + height: 14px; + background-color: #9E9E9E; + border-radius: 8px; +} +.form-table .switch-label:after { + right: 0; + width: 20px; + height: 20px; + background-color: #FAFAFA; + border-radius: 50%; + box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.14), 0 2px 2px 0 rgba(0, 0, 0, 0.098), 0 1px 5px 0 rgba(0, 0, 0, 0.084); +} +.form-table .switch-label .toggle--on { + display: none; +} +.form-table .switch-label .toggle--off { + display: inline-block; +} +.form-table .switch-input:checked + .switch-label:before { + background-color: #fbcbc4; +} +.form-table .switch-input:checked + .switch-label:after { + background-color: #f2624d; + -ms-transform: translate(-80%, -50%); + -webkit-transform: translate(-80%, -50%); + transform: translate(-80%, -50%); +} +.form-table .switch-input:checked + .switch-label .toggle--on { + display: inline-block; +} +.form-table .switch-input:checked + .switch-label .toggle--off { + display: none; +} +.form-table .list-unstyled { + padding: 0; + margin-top: 0; +} +.form-table .list-unstyled li { + list-style-type: none; + margin-bottom: 5px; +} +.form-table .dokan-bank-settings-template { + padding: 0 15px; + border: 1px solid #EEEEEE; +} +.form-table .dokan-bank-settings-template .dokan-form-group { + height: 70px !important; +} +.form-table .dokan-bank-settings-template .dokan-form-group input[name="settings[bank][routing_number]"], +.form-table .dokan-bank-settings-template .dokan-form-group input[name="settings[bank][ac_number]"] { + width: 100%; +} +.form-table .dokan-bank-settings-template .dokan-form-group textarea[name="settings[bank][bank_addr]"] { + height: 45px !important; + border-radius: 4px !important; +} +.form-table .dokan-bank-settings-template .dokan-form-group input, +.form-table .dokan-bank-settings-template .dokan-form-group select, +.form-table .dokan-bank-settings-template .dokan-form-group textarea { + margin-top: 5px; + border: 1px solid #BBBBBB; +} +.form-table .dokan-bank-settings-template .dokan-form-group input[type=checkbox] { + margin-top: 0; +} +.form-table .dokan-bank-settings-template .dokan-form-group img { + height: 60px; +} +.form-table .dokan-bank-settings-template .dokan-form-group #declaration { + width: auto !important; +} +.form-table .dokan-bank-settings-template div.data-warning { + display: flex !important; + box-shadow: 0 0 5px #AAAAAA !important; + padding: 10px !important; + margin-bottom: 10px !important; +} +.form-table .dokan-bank-settings-template div.data-warning div.left-icon-container { + display: flex !important; + flex-direction: column !important; + justify-content: center !important; + padding: 5px !important; +} +.form-table .dokan-bank-settings-template div.data-warning div.left-icon-container i { + color: orange !important; +} +.form-table .dokan-bank-settings-template div.data-warning div.vr-separator { + margin: 0 10px !important; + border-right: 1px #dddddd solid !important; +} +.form-table .dokan-bank-settings-template .bottom-note { + text-align: right !important; + margin-bottom: 2em !important; +} +.dokan-form-group .dokan-w8 { + margin-bottom: 10px; +} +.dokan-form-group textarea { + font-size: 15px; +} +/* WC Overrides */ +.wc-setup .wc-setup-steps li.done, +.wc-setup .wc-setup-steps li.active { + color: #f2624d; + border-color: #f2624d; +} +.wc-setup .wc-setup-steps li.done:before, +.wc-setup .wc-setup-steps li.active:before { + background: #f2624d; + border-color: #f2624d; +} +.wc-setup .wc-setup-steps li.active:before { + background: #fff; +} +.wc-setup .wc-setup-actions .button { + color: #555; + -webkit-transition: background-color 0.3s ease; + transition: background-color 0.3s ease; +} +.wc-setup .wc-setup-actions .button-primary { + color: #fff; + background: #f2624d; + border-color: #f2624d; + text-shadow: none; +} +.wc-setup .wc-setup-actions .button-primary:hover, +.wc-setup .wc-setup-actions .button-primary:active, +.wc-setup .wc-setup-actions .button-primary:focus { + background-color: #ef381d; + border-color: #ef381d; +} +.wc-setup .wc-setup-content a { + color: #f2624d; +} +.wc-setup .wc-setup-content .checkbox input[type=checkbox]:checked + label::before { + background: #f2624d; + border-color: #f2624d; +} +.wc-setup .wc-setup-content .checkbox label { + font-weight: 400; + line-height: 1.7; +} +.wc-setup .wc-setup-content table { + font-weight: 400; +} +.wc-setup .wc-setup-content table th { + font-weight: 500; +} +.wc-wizard-service-item .wc-wizard-service-name { + padding-right: 20px; +} +.wc-wizard-service-item .wc-wizard-service-name p { + text-align: right; +} +.wc-wizard-service-item .dokan-wizard-service-enable { + flex-basis: 0; + min-width: 75px; + text-align: center; + cursor: pointer; + padding: 2em 0; + position: relative; + max-height: 1.5em; + align-self: flex-start; +} +.wc-wizard-service-item .dokan-wizard-service-enable .switch-label { + right: 20px; +} +.dokan-setup-done h1 { + text-align: center; +} +.dokan-setup-done img { + display: block; + margin-right: auto; + margin-left: auto; + padding-bottom: 30px; +} +.dokan-setup-done-content { + display: flex; + justify-content: center; +} +.margin-bottom-10 { + margin-bottom: 10px; +} +.wc-wizard-service-item .dokan-wc-wizard-service-enable { + -webkit-flex-basis: 0; + flex-basis: 0; + min-width: 75px; + text-align: center; + cursor: pointer; + padding: 2em 0; + position: relative; + max-height: 1.5em; + -webkit-align-self: flex-start; + align-self: flex-start; + -webkit-box-ordinal-group: 4; + -webkit-order: 3; + order: 3; +} +.dokan-admin-setup-wizard { + border: none; +} +.dokan-vendor-setup-wizard { + border: none; +} +.dokan-vendor-setup-wizard #wc-logo img { + max-width: 100%; +} +.dokan-vendor-setup-wizard .wc-setup-content .dokan-seller-setup-form .dokan-map-wrap .dokan-map-search-bar input#dokan-map-add { + width: 100%; +} +.dokan-vendor-setup-wizard .wc-setup-content .dokan-seller-setup-form .dokan-map-wrap .dokan-map-search-bar a#dokan-location-find-btn { + display: none; +} +.dokan-vendor-setup-wizard .wc-setup-content .dokan-seller-setup-form .dokan-map-wrap .dokan-google-map { + width: 100%; + height: 300px; +} +span.required { + color: #e2401c; +} +.wc-return-to-dashboard { + text-align: center; + display: block; + color: #bdbdbd; + font-size: 12px; + text-decoration: none; +} +.wc-return-to-dashboard:hover { + color: #bdbdbd; + text-decoration: underline; +} + diff --git a/assets/js/setup-no-wc-style.asset.php b/assets/js/setup-no-wc-style.asset.php new file mode 100644 index 0000000000..7894af93e7 --- /dev/null +++ b/assets/js/setup-no-wc-style.asset.php @@ -0,0 +1 @@ + array(), 'version' => '1090e724c67d5d24ec00'); diff --git a/assets/js/setup-no-wc-style.css b/assets/js/setup-no-wc-style.css new file mode 100644 index 0000000000..2620e66e95 --- /dev/null +++ b/assets/js/setup-no-wc-style.css @@ -0,0 +1,402 @@ +body { + margin: 65px auto 24px; + box-shadow: none; + background: #f1f1f1; + padding: 0; +} +#wc-logo { + border: 0; + margin: 0 0 24px; + padding: 0; + text-align: center; +} +#wc-logo img { + max-width: 30%; +} +.wc-setup-content { + box-shadow: 0 1px 3px rgba(0, 0, 0, 0.13); + padding: 2em; + margin: 0 0 20px; + background: #fff; + overflow: hidden; + zoom: 1; + text-align: left; +} +.wc-setup-content h1 { + margin: 0 0 20px; + border: 0; + padding: 0; + color: #666; + clear: none; + font-weight: 500; +} +.wc-setup-content p { + margin: 20px 0; + font-size: 1em; + line-height: 1.75; + color: #666; +} +.wc-setup-content table { + font-size: 1em; + line-height: 1.75; + color: #666; +} +.wc-setup-content a { + color: #a16696; + text-decoration: none; +} +.wc-setup-content a:hover, +.wc-setup-content a:focus { + color: #111; +} +.wc-setup-content .dokan-no-wc-warning { + border: 1px solid #f1f1f1; + padding: 10px 12px; + border-left-width: 4px; + border-left-color: #dc3232; +} +.wc-setup .wc-setup-actions { + overflow: hidden; + margin: 20px 0 0; + position: relative; +} +.wc-setup .wc-setup-actions .button-primary { + background-color: #bb77ae; + border-color: #a36597; + text-shadow: none; + margin: 0; + opacity: 1; +} +.wc-setup .wc-setup-actions .button-primary:hover, +.wc-setup .wc-setup-actions .button-primary:focus, +.wc-setup .wc-setup-actions .button-primary:active { + background: #a36597; + border-color: #a36597; + box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25), 0 1px 0 #a36597; +} +.wc-setup-content p:last-child { + margin-bottom: 0; +} +.step { + text-align: center; +} +.wc-setup .wc-setup-actions .button { + font-weight: 300; + font-size: 16px; + padding: 1em 2em; + box-shadow: none; + min-width: 12em; + margin-top: 10px; + line-height: 1; + margin-right: 0.5em; + margin-bottom: 2px; + height: auto; + border-radius: 4px; +} +.wc-setup .wc-setup-actions .button:focus, +.wc-setup .wc-setup-actions .button:hover, +.wc-setup .wc-setup-actions .button:active { + box-shadow: none; +} +@media only screen and (max-width: 400px) { + #wc-logo img { + max-width: 80%; + } +} +@keyframes spin { + 100% { + transform: rotate(360deg); + } +} +.blockUI.blockOverlay::before { + height: 1em; + width: 1em; + display: block; + position: absolute; + top: 50%; + left: 50%; + margin-left: -0.5em; + margin-top: -0.5em; + content: ''; + -webkit-animation: spin 1s ease-in-out infinite; + animation: spin 1s ease-in-out infinite; + background: url(../images/spinner-2x.gif) center center; + background-size: cover; + line-height: 1; + text-align: center; + font-size: 2em; + color: rgba(0, 0, 0, 0.75); +} +.dokan-spinner { + position: absolute; + width: 20px; + height: 20px; + background: url(../images/spinner-2x.gif) center center no-repeat; + z-index: 99; + background-size: 20px; +} +/* Variables */ +/* Toggle switch */ +.form-table .updated p { + margin-bottom: 10px; +} +.form-table .switch-input { + display: none; +} +.form-table .switch-label { + position: relative; + display: inline-block; + cursor: pointer; + font-weight: 500; + text-align: left; + margin: 2px 0; + padding: 0 0 0 44px; +} +.form-table .switch-label:before, +.form-table .switch-label:after { + content: ""; + position: absolute; + margin: 0; + outline: 0; + top: 50%; + -ms-transform: translate(0, -50%); + -webkit-transform: translate(0, -50%); + transform: translate(0, -50%); + -webkit-transition: all 0.3s ease; + transition: all 0.3s ease; +} +.form-table .switch-label:before { + left: 1px; + width: 34px; + height: 14px; + background-color: #9E9E9E; + border-radius: 8px; +} +.form-table .switch-label:after { + left: 0; + width: 20px; + height: 20px; + background-color: #FAFAFA; + border-radius: 50%; + box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.14), 0 2px 2px 0 rgba(0, 0, 0, 0.098), 0 1px 5px 0 rgba(0, 0, 0, 0.084); +} +.form-table .switch-label .toggle--on { + display: none; +} +.form-table .switch-label .toggle--off { + display: inline-block; +} +.form-table .switch-input:checked + .switch-label:before { + background-color: #fbcbc4; +} +.form-table .switch-input:checked + .switch-label:after { + background-color: #f2624d; + -ms-transform: translate(80%, -50%); + -webkit-transform: translate(80%, -50%); + transform: translate(80%, -50%); +} +.form-table .switch-input:checked + .switch-label .toggle--on { + display: inline-block; +} +.form-table .switch-input:checked + .switch-label .toggle--off { + display: none; +} +.form-table .list-unstyled { + padding: 0; + margin-top: 0; +} +.form-table .list-unstyled li { + list-style-type: none; + margin-bottom: 5px; +} +.form-table .dokan-bank-settings-template { + padding: 0 15px; + border: 1px solid #EEEEEE; +} +.form-table .dokan-bank-settings-template .dokan-form-group { + height: 70px !important; +} +.form-table .dokan-bank-settings-template .dokan-form-group input[name="settings[bank][routing_number]"], +.form-table .dokan-bank-settings-template .dokan-form-group input[name="settings[bank][ac_number]"] { + width: 100%; +} +.form-table .dokan-bank-settings-template .dokan-form-group textarea[name="settings[bank][bank_addr]"] { + height: 45px !important; + border-radius: 4px !important; +} +.form-table .dokan-bank-settings-template .dokan-form-group input, +.form-table .dokan-bank-settings-template .dokan-form-group select, +.form-table .dokan-bank-settings-template .dokan-form-group textarea { + margin-top: 5px; + border: 1px solid #BBBBBB; +} +.form-table .dokan-bank-settings-template .dokan-form-group input[type=checkbox] { + margin-top: 0; +} +.form-table .dokan-bank-settings-template .dokan-form-group img { + height: 60px; +} +.form-table .dokan-bank-settings-template .dokan-form-group #declaration { + width: auto !important; +} +.form-table .dokan-bank-settings-template div.data-warning { + display: flex !important; + box-shadow: 0 0 5px #AAAAAA !important; + padding: 10px !important; + margin-bottom: 10px !important; +} +.form-table .dokan-bank-settings-template div.data-warning div.left-icon-container { + display: flex !important; + flex-direction: column !important; + justify-content: center !important; + padding: 5px !important; +} +.form-table .dokan-bank-settings-template div.data-warning div.left-icon-container i { + color: orange !important; +} +.form-table .dokan-bank-settings-template div.data-warning div.vr-separator { + margin: 0 10px !important; + border-left: 1px #dddddd solid !important; +} +.form-table .dokan-bank-settings-template .bottom-note { + text-align: left !important; + margin-bottom: 2em !important; +} +.dokan-form-group .dokan-w8 { + margin-bottom: 10px; +} +.dokan-form-group textarea { + font-size: 15px; +} +/* WC Overrides */ +.wc-setup .wc-setup-steps li.done, +.wc-setup .wc-setup-steps li.active { + color: #f2624d; + border-color: #f2624d; +} +.wc-setup .wc-setup-steps li.done:before, +.wc-setup .wc-setup-steps li.active:before { + background: #f2624d; + border-color: #f2624d; +} +.wc-setup .wc-setup-steps li.active:before { + background: #fff; +} +.wc-setup .wc-setup-actions .button { + color: #555; + -webkit-transition: background-color 0.3s ease; + transition: background-color 0.3s ease; +} +.wc-setup .wc-setup-actions .button-primary { + color: #fff; + background: #f2624d; + border-color: #f2624d; + text-shadow: none; +} +.wc-setup .wc-setup-actions .button-primary:hover, +.wc-setup .wc-setup-actions .button-primary:active, +.wc-setup .wc-setup-actions .button-primary:focus { + background-color: #ef381d; + border-color: #ef381d; +} +.wc-setup .wc-setup-content a { + color: #f2624d; +} +.wc-setup .wc-setup-content .checkbox input[type=checkbox]:checked + label::before { + background: #f2624d; + border-color: #f2624d; +} +.wc-setup .wc-setup-content .checkbox label { + font-weight: 400; + line-height: 1.7; +} +.wc-setup .wc-setup-content table { + font-weight: 400; +} +.wc-setup .wc-setup-content table th { + font-weight: 500; +} +.wc-wizard-service-item .wc-wizard-service-name { + padding-left: 20px; +} +.wc-wizard-service-item .wc-wizard-service-name p { + text-align: left; +} +.wc-wizard-service-item .dokan-wizard-service-enable { + flex-basis: 0; + min-width: 75px; + text-align: center; + cursor: pointer; + padding: 2em 0; + position: relative; + max-height: 1.5em; + align-self: flex-start; +} +.wc-wizard-service-item .dokan-wizard-service-enable .switch-label { + left: 20px; +} +.dokan-setup-done h1 { + text-align: center; +} +.dokan-setup-done img { + display: block; + margin-left: auto; + margin-right: auto; + padding-bottom: 30px; +} +.dokan-setup-done-content { + display: flex; + justify-content: center; +} +.margin-bottom-10 { + margin-bottom: 10px; +} +.wc-wizard-service-item .dokan-wc-wizard-service-enable { + -webkit-flex-basis: 0; + flex-basis: 0; + min-width: 75px; + text-align: center; + cursor: pointer; + padding: 2em 0; + position: relative; + max-height: 1.5em; + -webkit-align-self: flex-start; + align-self: flex-start; + -webkit-box-ordinal-group: 4; + -webkit-order: 3; + order: 3; +} +.dokan-admin-setup-wizard { + border: none; +} +.dokan-vendor-setup-wizard { + border: none; +} +.dokan-vendor-setup-wizard #wc-logo img { + max-width: 100%; +} +.dokan-vendor-setup-wizard .wc-setup-content .dokan-seller-setup-form .dokan-map-wrap .dokan-map-search-bar input#dokan-map-add { + width: 100%; +} +.dokan-vendor-setup-wizard .wc-setup-content .dokan-seller-setup-form .dokan-map-wrap .dokan-map-search-bar a#dokan-location-find-btn { + display: none; +} +.dokan-vendor-setup-wizard .wc-setup-content .dokan-seller-setup-form .dokan-map-wrap .dokan-google-map { + width: 100%; + height: 300px; +} +span.required { + color: #e2401c; +} +.wc-return-to-dashboard { + text-align: center; + display: block; + color: #bdbdbd; + font-size: 12px; + text-decoration: none; +} +.wc-return-to-dashboard:hover { + color: #bdbdbd; + text-decoration: underline; +} + diff --git a/assets/js/setup-rtl.css b/assets/js/setup-rtl.css new file mode 100644 index 0000000000..492748d0e7 --- /dev/null +++ b/assets/js/setup-rtl.css @@ -0,0 +1,262 @@ +.dokan-spinner { + position: absolute; + width: 20px; + height: 20px; + background: url(../js/../images/spinner-2x.gif) center center no-repeat; + z-index: 99; + background-size: 20px; +} +/* Variables */ +/* Toggle switch */ +.form-table .updated p { + margin-bottom: 10px; +} +.form-table .switch-input { + display: none; +} +.form-table .switch-label { + position: relative; + display: inline-block; + cursor: pointer; + font-weight: 500; + text-align: right; + margin: 2px 0; + padding: 0 44px 0 0; +} +.form-table .switch-label:before, +.form-table .switch-label:after { + content: ""; + position: absolute; + margin: 0; + outline: 0; + top: 50%; + -ms-transform: translate(0, -50%); + -webkit-transform: translate(0, -50%); + transform: translate(0, -50%); + -webkit-transition: all 0.3s ease; + transition: all 0.3s ease; +} +.form-table .switch-label:before { + right: 1px; + width: 34px; + height: 14px; + background-color: #9E9E9E; + border-radius: 8px; +} +.form-table .switch-label:after { + right: 0; + width: 20px; + height: 20px; + background-color: #FAFAFA; + border-radius: 50%; + box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.14), 0 2px 2px 0 rgba(0, 0, 0, 0.098), 0 1px 5px 0 rgba(0, 0, 0, 0.084); +} +.form-table .switch-label .toggle--on { + display: none; +} +.form-table .switch-label .toggle--off { + display: inline-block; +} +.form-table .switch-input:checked + .switch-label:before { + background-color: #fbcbc4; +} +.form-table .switch-input:checked + .switch-label:after { + background-color: #f2624d; + -ms-transform: translate(-80%, -50%); + -webkit-transform: translate(-80%, -50%); + transform: translate(-80%, -50%); +} +.form-table .switch-input:checked + .switch-label .toggle--on { + display: inline-block; +} +.form-table .switch-input:checked + .switch-label .toggle--off { + display: none; +} +.form-table .list-unstyled { + padding: 0; + margin-top: 0; +} +.form-table .list-unstyled li { + list-style-type: none; + margin-bottom: 5px; +} +.form-table .dokan-bank-settings-template { + padding: 0 15px; + border: 1px solid #EEEEEE; +} +.form-table .dokan-bank-settings-template .dokan-form-group { + height: 70px !important; +} +.form-table .dokan-bank-settings-template .dokan-form-group input[name="settings[bank][routing_number]"], +.form-table .dokan-bank-settings-template .dokan-form-group input[name="settings[bank][ac_number]"] { + width: 100%; +} +.form-table .dokan-bank-settings-template .dokan-form-group textarea[name="settings[bank][bank_addr]"] { + height: 45px !important; + border-radius: 4px !important; +} +.form-table .dokan-bank-settings-template .dokan-form-group input, +.form-table .dokan-bank-settings-template .dokan-form-group select, +.form-table .dokan-bank-settings-template .dokan-form-group textarea { + margin-top: 5px; + border: 1px solid #BBBBBB; +} +.form-table .dokan-bank-settings-template .dokan-form-group input[type=checkbox] { + margin-top: 0; +} +.form-table .dokan-bank-settings-template .dokan-form-group img { + height: 60px; +} +.form-table .dokan-bank-settings-template .dokan-form-group #declaration { + width: auto !important; +} +.form-table .dokan-bank-settings-template div.data-warning { + display: flex !important; + box-shadow: 0 0 5px #AAAAAA !important; + padding: 10px !important; + margin-bottom: 10px !important; +} +.form-table .dokan-bank-settings-template div.data-warning div.left-icon-container { + display: flex !important; + flex-direction: column !important; + justify-content: center !important; + padding: 5px !important; +} +.form-table .dokan-bank-settings-template div.data-warning div.left-icon-container i { + color: orange !important; +} +.form-table .dokan-bank-settings-template div.data-warning div.vr-separator { + margin: 0 10px !important; + border-right: 1px #dddddd solid !important; +} +.form-table .dokan-bank-settings-template .bottom-note { + text-align: right !important; + margin-bottom: 2em !important; +} +.dokan-form-group .dokan-w8 { + margin-bottom: 10px; +} +.dokan-form-group textarea { + font-size: 15px; +} +/* WC Overrides */ +.wc-setup .wc-setup-steps li.done, +.wc-setup .wc-setup-steps li.active { + color: #f2624d; + border-color: #f2624d; +} +.wc-setup .wc-setup-steps li.done:before, +.wc-setup .wc-setup-steps li.active:before { + background: #f2624d; + border-color: #f2624d; +} +.wc-setup .wc-setup-steps li.active:before { + background: #fff; +} +.wc-setup .wc-setup-actions .button { + color: #555; + -webkit-transition: background-color 0.3s ease; + transition: background-color 0.3s ease; +} +.wc-setup .wc-setup-actions .button-primary { + color: #fff; + background: #f2624d; + border-color: #f2624d; + text-shadow: none; +} +.wc-setup .wc-setup-actions .button-primary:hover, +.wc-setup .wc-setup-actions .button-primary:active, +.wc-setup .wc-setup-actions .button-primary:focus { + background-color: #ef381d; + border-color: #ef381d; +} +.wc-setup .wc-setup-content a { + color: #f2624d; +} +.wc-setup .wc-setup-content .checkbox input[type=checkbox]:checked + label::before { + background: #f2624d; + border-color: #f2624d; +} +.wc-setup .wc-setup-content .checkbox label { + font-weight: 400; + line-height: 1.7; +} +.wc-setup .wc-setup-content table { + font-weight: 400; +} +.wc-setup .wc-setup-content table th { + font-weight: 500; +} +.wc-wizard-service-item .wc-wizard-service-name { + padding-right: 20px; +} +.wc-wizard-service-item .wc-wizard-service-name p { + text-align: right; +} +.wc-wizard-service-item .dokan-wizard-service-enable { + flex-basis: 0; + min-width: 75px; + text-align: center; + cursor: pointer; + padding: 2em 0; + position: relative; + max-height: 1.5em; + align-self: flex-start; +} +.wc-wizard-service-item .dokan-wizard-service-enable .switch-label { + right: 20px; +} +.dokan-setup-done h1 { + text-align: center; +} +.dokan-setup-done img { + display: block; + margin-right: auto; + margin-left: auto; + padding-bottom: 30px; +} +.dokan-setup-done-content { + display: flex; + justify-content: center; +} +.margin-bottom-10 { + margin-bottom: 10px; +} +.wc-wizard-service-item .dokan-wc-wizard-service-enable { + -webkit-flex-basis: 0; + flex-basis: 0; + min-width: 75px; + text-align: center; + cursor: pointer; + padding: 2em 0; + position: relative; + max-height: 1.5em; + -webkit-align-self: flex-start; + align-self: flex-start; + -webkit-box-ordinal-group: 4; + -webkit-order: 3; + order: 3; +} +.dokan-admin-setup-wizard { + border: none; +} +.dokan-vendor-setup-wizard { + border: none; +} +.dokan-vendor-setup-wizard #wc-logo img { + max-width: 100%; +} +.dokan-vendor-setup-wizard .wc-setup-content .dokan-seller-setup-form .dokan-map-wrap .dokan-map-search-bar input#dokan-map-add { + width: 100%; +} +.dokan-vendor-setup-wizard .wc-setup-content .dokan-seller-setup-form .dokan-map-wrap .dokan-map-search-bar a#dokan-location-find-btn { + display: none; +} +.dokan-vendor-setup-wizard .wc-setup-content .dokan-seller-setup-form .dokan-map-wrap .dokan-google-map { + width: 100%; + height: 300px; +} +span.required { + color: #e2401c; +} + diff --git a/assets/js/setup.asset.php b/assets/js/setup.asset.php new file mode 100644 index 0000000000..439c58c9aa --- /dev/null +++ b/assets/js/setup.asset.php @@ -0,0 +1 @@ + array(), 'version' => 'f9b77d532398f8fb1628'); diff --git a/assets/js/setup.css b/assets/js/setup.css new file mode 100644 index 0000000000..f52da59409 --- /dev/null +++ b/assets/js/setup.css @@ -0,0 +1,262 @@ +.dokan-spinner { + position: absolute; + width: 20px; + height: 20px; + background: url(../images/spinner-2x.gif) center center no-repeat; + z-index: 99; + background-size: 20px; +} +/* Variables */ +/* Toggle switch */ +.form-table .updated p { + margin-bottom: 10px; +} +.form-table .switch-input { + display: none; +} +.form-table .switch-label { + position: relative; + display: inline-block; + cursor: pointer; + font-weight: 500; + text-align: left; + margin: 2px 0; + padding: 0 0 0 44px; +} +.form-table .switch-label:before, +.form-table .switch-label:after { + content: ""; + position: absolute; + margin: 0; + outline: 0; + top: 50%; + -ms-transform: translate(0, -50%); + -webkit-transform: translate(0, -50%); + transform: translate(0, -50%); + -webkit-transition: all 0.3s ease; + transition: all 0.3s ease; +} +.form-table .switch-label:before { + left: 1px; + width: 34px; + height: 14px; + background-color: #9E9E9E; + border-radius: 8px; +} +.form-table .switch-label:after { + left: 0; + width: 20px; + height: 20px; + background-color: #FAFAFA; + border-radius: 50%; + box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.14), 0 2px 2px 0 rgba(0, 0, 0, 0.098), 0 1px 5px 0 rgba(0, 0, 0, 0.084); +} +.form-table .switch-label .toggle--on { + display: none; +} +.form-table .switch-label .toggle--off { + display: inline-block; +} +.form-table .switch-input:checked + .switch-label:before { + background-color: #fbcbc4; +} +.form-table .switch-input:checked + .switch-label:after { + background-color: #f2624d; + -ms-transform: translate(80%, -50%); + -webkit-transform: translate(80%, -50%); + transform: translate(80%, -50%); +} +.form-table .switch-input:checked + .switch-label .toggle--on { + display: inline-block; +} +.form-table .switch-input:checked + .switch-label .toggle--off { + display: none; +} +.form-table .list-unstyled { + padding: 0; + margin-top: 0; +} +.form-table .list-unstyled li { + list-style-type: none; + margin-bottom: 5px; +} +.form-table .dokan-bank-settings-template { + padding: 0 15px; + border: 1px solid #EEEEEE; +} +.form-table .dokan-bank-settings-template .dokan-form-group { + height: 70px !important; +} +.form-table .dokan-bank-settings-template .dokan-form-group input[name="settings[bank][routing_number]"], +.form-table .dokan-bank-settings-template .dokan-form-group input[name="settings[bank][ac_number]"] { + width: 100%; +} +.form-table .dokan-bank-settings-template .dokan-form-group textarea[name="settings[bank][bank_addr]"] { + height: 45px !important; + border-radius: 4px !important; +} +.form-table .dokan-bank-settings-template .dokan-form-group input, +.form-table .dokan-bank-settings-template .dokan-form-group select, +.form-table .dokan-bank-settings-template .dokan-form-group textarea { + margin-top: 5px; + border: 1px solid #BBBBBB; +} +.form-table .dokan-bank-settings-template .dokan-form-group input[type=checkbox] { + margin-top: 0; +} +.form-table .dokan-bank-settings-template .dokan-form-group img { + height: 60px; +} +.form-table .dokan-bank-settings-template .dokan-form-group #declaration { + width: auto !important; +} +.form-table .dokan-bank-settings-template div.data-warning { + display: flex !important; + box-shadow: 0 0 5px #AAAAAA !important; + padding: 10px !important; + margin-bottom: 10px !important; +} +.form-table .dokan-bank-settings-template div.data-warning div.left-icon-container { + display: flex !important; + flex-direction: column !important; + justify-content: center !important; + padding: 5px !important; +} +.form-table .dokan-bank-settings-template div.data-warning div.left-icon-container i { + color: orange !important; +} +.form-table .dokan-bank-settings-template div.data-warning div.vr-separator { + margin: 0 10px !important; + border-left: 1px #dddddd solid !important; +} +.form-table .dokan-bank-settings-template .bottom-note { + text-align: left !important; + margin-bottom: 2em !important; +} +.dokan-form-group .dokan-w8 { + margin-bottom: 10px; +} +.dokan-form-group textarea { + font-size: 15px; +} +/* WC Overrides */ +.wc-setup .wc-setup-steps li.done, +.wc-setup .wc-setup-steps li.active { + color: #f2624d; + border-color: #f2624d; +} +.wc-setup .wc-setup-steps li.done:before, +.wc-setup .wc-setup-steps li.active:before { + background: #f2624d; + border-color: #f2624d; +} +.wc-setup .wc-setup-steps li.active:before { + background: #fff; +} +.wc-setup .wc-setup-actions .button { + color: #555; + -webkit-transition: background-color 0.3s ease; + transition: background-color 0.3s ease; +} +.wc-setup .wc-setup-actions .button-primary { + color: #fff; + background: #f2624d; + border-color: #f2624d; + text-shadow: none; +} +.wc-setup .wc-setup-actions .button-primary:hover, +.wc-setup .wc-setup-actions .button-primary:active, +.wc-setup .wc-setup-actions .button-primary:focus { + background-color: #ef381d; + border-color: #ef381d; +} +.wc-setup .wc-setup-content a { + color: #f2624d; +} +.wc-setup .wc-setup-content .checkbox input[type=checkbox]:checked + label::before { + background: #f2624d; + border-color: #f2624d; +} +.wc-setup .wc-setup-content .checkbox label { + font-weight: 400; + line-height: 1.7; +} +.wc-setup .wc-setup-content table { + font-weight: 400; +} +.wc-setup .wc-setup-content table th { + font-weight: 500; +} +.wc-wizard-service-item .wc-wizard-service-name { + padding-left: 20px; +} +.wc-wizard-service-item .wc-wizard-service-name p { + text-align: left; +} +.wc-wizard-service-item .dokan-wizard-service-enable { + flex-basis: 0; + min-width: 75px; + text-align: center; + cursor: pointer; + padding: 2em 0; + position: relative; + max-height: 1.5em; + align-self: flex-start; +} +.wc-wizard-service-item .dokan-wizard-service-enable .switch-label { + left: 20px; +} +.dokan-setup-done h1 { + text-align: center; +} +.dokan-setup-done img { + display: block; + margin-left: auto; + margin-right: auto; + padding-bottom: 30px; +} +.dokan-setup-done-content { + display: flex; + justify-content: center; +} +.margin-bottom-10 { + margin-bottom: 10px; +} +.wc-wizard-service-item .dokan-wc-wizard-service-enable { + -webkit-flex-basis: 0; + flex-basis: 0; + min-width: 75px; + text-align: center; + cursor: pointer; + padding: 2em 0; + position: relative; + max-height: 1.5em; + -webkit-align-self: flex-start; + align-self: flex-start; + -webkit-box-ordinal-group: 4; + -webkit-order: 3; + order: 3; +} +.dokan-admin-setup-wizard { + border: none; +} +.dokan-vendor-setup-wizard { + border: none; +} +.dokan-vendor-setup-wizard #wc-logo img { + max-width: 100%; +} +.dokan-vendor-setup-wizard .wc-setup-content .dokan-seller-setup-form .dokan-map-wrap .dokan-map-search-bar input#dokan-map-add { + width: 100%; +} +.dokan-vendor-setup-wizard .wc-setup-content .dokan-seller-setup-form .dokan-map-wrap .dokan-map-search-bar a#dokan-location-find-btn { + display: none; +} +.dokan-vendor-setup-wizard .wc-setup-content .dokan-seller-setup-form .dokan-map-wrap .dokan-google-map { + width: 100%; + height: 300px; +} +span.required { + color: #e2401c; +} + diff --git a/assets/js/style-rtl.css b/assets/js/style-rtl.css new file mode 100644 index 0000000000..af3bf100f6 --- /dev/null +++ b/assets/js/style-rtl.css @@ -0,0 +1,6625 @@ +/** + * Dokan Plugin main Style less file + * + * Import all individual page styles + * in this less file which compile to style.css + * file in assets/css directoryS + */ +.dokan-spinner { + position: absolute; + width: 20px; + height: 20px; + background: url(../js/../images/spinner-2x.gif) center center no-repeat; + z-index: 99; + background-size: 20px; +} +.dokan-close { + float: left; + font-weight: bold; + line-height: 1; + color: #000; + text-shadow: 0 1px 0 #fff; + opacity: 0.2; + filter: alpha(opacity=20); +} +.dokan-close:hover, +.dokan-close:focus { + color: #000; + text-decoration: none; + cursor: pointer; + opacity: 0.5; + filter: alpha(opacity=50); +} +button.dokan-close { + padding: 0; + cursor: pointer; + background: transparent; + border: 0; + -webkit-appearance: none; +} +.dokan-alert { + padding: 15px; + margin-bottom: 20px; + border: 1px solid transparent; + border-radius: 4px; +} +.dokan-alert h4 { + margin-top: 0; + color: inherit; +} +.dokan-alert .dokan-alert-link { + font-weight: bold; +} +.dokan-alert > p, +.dokan-alert > ul { + margin-bottom: 0 !important; +} +.dokan-alert > p + p { + margin-top: 5px; +} +.dokan-alert-dismissable, +.dokan-alert-dismissible { + padding-left: 35px; +} +.dokan-alert-dismissable .close, +.dokan-alert-dismissible .close { + position: relative; + top: -2px; + left: -21px; + color: inherit; +} +.dokan-alert-success { + background-color: #dff0d8; + border-color: #d6e9c6; + color: #3c763d; +} +.dokan-alert-success hr { + border-top-color: #c9e2b3; +} +.dokan-alert-success .dokan-alert-link { + color: #2b542c; +} +.dokan-alert-info { + background-color: #d9edf7; + border-color: #bce8f1; + color: #31708f; +} +.dokan-alert-info hr { + border-top-color: #a6e1ec; +} +.dokan-alert-info .dokan-alert-link { + color: #245269; +} +.dokan-alert-warning { + background-color: #fcf8e3; + border-color: #faebcc; + color: #8a6d3b; +} +.dokan-alert-warning hr { + border-top-color: #f7e1b5; +} +.dokan-alert-warning .dokan-alert-link { + color: #66512c; +} +.dokan-alert-danger { + background-color: #f2dede; + border-color: #ebccd1; + color: #a94442; +} +.dokan-alert-danger hr { + border-top-color: #e4b9c0; +} +.dokan-alert-danger .dokan-alert-link { + color: #843534; +} +.tooltip { + position: absolute; + z-index: 9999; + display: block; + visibility: visible; + line-height: 1.3; + opacity: 0; + filter: alpha(opacity=0); +} +.tooltip.in { + opacity: 0.9; + filter: alpha(opacity=90); +} +.tooltip.top { + margin-top: -3px; + padding: 5px 0; +} +.tooltip.right { + margin-right: 3px; + padding: 0 5px; +} +.tooltip.bottom { + margin-top: 3px; + padding: 5px 0; +} +.tooltip.left { + margin-right: -3px; + padding: 0 5px; +} +.tooltip-inner { + max-width: 200px; + padding: 10px !important; + color: #fff; + text-align: center; + text-decoration: none; + background-color: #000; + border-radius: 4px; + font-weight: normal !important; +} +.tooltip-arrow { + position: absolute; + width: 0; + height: 0; + border-color: transparent; + border-style: solid; +} +.tooltip.top .tooltip-arrow { + bottom: 0; + right: 50%; + margin-right: -5px; + border-width: 5px 5px 0; + border-top-color: #000; +} +.tooltip.top-left .tooltip-arrow { + bottom: 0; + right: 5px; + border-width: 5px 5px 0; + border-top-color: #000; +} +.tooltip.top-right .tooltip-arrow { + bottom: 0; + left: 5px; + border-width: 5px 5px 0; + border-top-color: #000; +} +.tooltip.right .tooltip-arrow { + top: 50%; + right: 0; + margin-top: -5px; + border-width: 5px 0 5px 5px; + border-left-color: #000; +} +.tooltip.left .tooltip-arrow { + top: 50%; + left: 0; + margin-top: -5px; + border-width: 5px 5px 5px 0; + border-right-color: #000; +} +.tooltip.bottom .tooltip-arrow { + top: 0; + right: 50%; + margin-right: -5px; + border-width: 0 5px 5px; + border-bottom-color: #000; +} +.tooltip.bottom-left .tooltip-arrow { + top: 0; + right: 5px; + border-width: 0 5px 5px; + border-bottom-color: #000; +} +.tooltip.bottom-right .tooltip-arrow { + top: 0; + left: 5px; + border-width: 0 5px 5px; + border-bottom-color: #000; +} +.dokan-form-container label { + display: inline-block; + max-width: 100%; + margin-bottom: 5px; +} +.dokan-form-control { + background-color: #ffffff; + background-image: none; + border: 1px solid #EDEDED; + padding: 4px 6px; + border-radius: 0; + color: #555555; + display: block; + font-size: 14px; + min-height: 26px; + line-height: 20px; + vertical-align: middle; + width: 100%; + margin: 0; +} +.dokan-form-control p { + margin-bottom: 0; +} +textarea.dokan-form-control { + height: auto; +} +select.dokan-form-control { + height: 35px; +} +.dokan-radio-inline + .dokan-radio-inline, +.dokan-checkbox-inline + .dokan-checkbox-inline { + margin-right: 10px; + margin-top: 0; +} +.dokan-form-group { + margin-bottom: 15px; +} +.dokan-input-group { + position: relative; + display: table; + border-collapse: separate; +} +.dokan-input-group[class*='col-'] { + float: none; + padding-right: 0; + padding-left: 0; +} +.dokan-input-group .dokan-form-control { + position: relative; + z-index: 2; + float: right; + width: 100%; + margin-bottom: 0; +} +.dokan-input-group-addon, +.dokan-input-group-btn, +.dokan-input-group .form-control { + display: table-cell; +} +.dokan-input-group-addon:not(:first-child):not(:last-child), +.dokan-input-group-btn:not(:first-child):not(:last-child), +.dokan-input-group .form-control:not(:first-child):not(:last-child) { + border-radius: 0; +} +.dokan-input-group-addon, +.dokan-input-group-btn { + width: 1%; + white-space: nowrap; + vertical-align: middle; +} +.dokan-input-group-addon { + padding: 6px 12px; + font-weight: normal; + line-height: 1; + color: #555; + text-align: center; + background-color: #eee; + border: 1px solid #EDEDED; + border-radius: 4px; +} +.dokan-input-group-addon input[type='radio'], +.dokan-input-group-addon input[type='checkbox'] { + margin-top: 0; +} +.dokan-input-group .dokan-form-control:first-child, +.dokan-input-group-addon:first-child, +.dokan-input-group-btn:first-child > .btn, +.dokan-input-group-btn:first-child > .btn-group > .btn, +.dokan-input-group-btn:first-child > .dropdown-toggle, +.dokan-input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle), +.dokan-input-group-btn:last-child > .btn-group:not(:last-child) > .btn { + border-bottom-left-radius: 0px; + border-top-left-radius: 0px; +} +.dokan-input-group-addon:first-child { + border-left: 0; +} +.dokan-input-group .dokan-form-control:last-child, +.dokan-input-group-addon:last-child, +.dokan-input-group-btn:last-child > .btn, +.dokan-input-group-btn:last-child > .btn-group > .btn, +.dokan-input-group-btn:last-child > .dropdown-toggle, +.dokan-input-group-btn:first-child > .btn:not(:first-child), +.dokan-input-group-btn:first-child > .btn-group:not(:first-child) > .btn { + border-bottom-right-radius: 0px; + border-top-right-radius: 0px; +} +.dokan-input-group-addon:last-child { + border-right: 0; +} +.dokan-input-group-btn { + position: relative; + font-size: 0; + white-space: nowrap; +} +.dokan-input-group-btn > .btn { + position: relative; +} +.dokan-input-group-btn > .btn + .btn { + margin-right: -1px; +} +.dokan-input-group-btn > .btn:hover, +.dokan-input-group-btn > .btn:focus, +.dokan-input-group-btn > .btn:active { + z-index: 2; +} +.dokan-input-group-btn:first-child > .btn, +.dokan-input-group-btn:first-child > .btn-group { + margin-left: -1px; +} +.dokan-input-group-btn:last-child > .btn, +.dokan-input-group-btn:last-child > .btn-group { + margin-right: -1px; +} +.dokan-form-horizontal { + text-align: center; +} +.dokan-form-horizontal label { + display: inline-block; + max-width: 100%; + margin-bottom: 5px; +} +.dokan-form-horizontal .dokan-form-group:before, +.dokan-form-horizontal .dokan-form-group:after { + display: table; + content: ' '; +} +.dokan-form-horizontal .dokan-form-group:after { + clear: both; +} +.dokan-form-horizontal .dokan-control-label { + text-align: left; + margin-bottom: 0; + margin-top: 0; + padding-left: 15px; + font-weight: bold; +} +@media (max-width: 430px) { + .dokan-form-horizontal .dokan-control-label { + text-align: right; + } +} +.dokan-row { + margin-left: -15px; + margin-right: -15px; +} +.dokan-w1 { + width: 8.33333333%; + float: right; +} +.dokan-w2 { + width: 16.66666667%; + float: right; +} +.dokan-w3 { + width: 25%; + float: right; +} +.dokan-w4 { + width: 33.33333333%; + float: right; +} +.dokan-w5 { + width: 41.66666667%; + float: right; +} +.dokan-w6 { + width: 50%; + float: right; +} +.dokan-w7 { + width: 63%; + float: right; +} +.dokan-w8 { + width: 58.33333333%; + float: right; +} +.dokan-w9 { + width: 75%; + float: right; +} +.dokan-w10 { + width: 83.33333333%; + float: right; +} +.dokan-w11 { + width: 91.66666667%; + float: right; +} +.dokan-w12 { + width: 100%; + float: right; +} +.dokan-text-left { + text-align: right; +} +.dokan-text-right { + text-align: left; +} +@media (max-width: 430px) { + .dokan-w3, + .dokan-w4, + .dokan-w5, + .dokan-w6, + .dokan-w7, + .dokan-w8, + .dokan-w9, + .dokan-w10, + .dokan-w11 { + width: 100% !important; + } +} +.woocommerce .form-row.has-error { + background-color: #ffe5e5; + padding: 10px; + border-radius: 3px; +} +.woocommerce form.register.dokan-vendor-register { + border: none; + padding: 0; +} +.woocommerce form.register.dokan-vendor-register .name-field { + display: flex; + justify-content: space-between; +} +.woocommerce form.register.dokan-vendor-register .name-field p { + width: 48%; +} +.wp-editor-wrap { + border: 1px solid #EDEDED; +} +.dokan-message, +.dokan-info, +.dokan-error { + padding: 15px 50px 15px 15px; + margin: 5px 0 15px 0; + position: relative; + background: #fff; + border-bottom: 1px solid #EDEDED; + border-right: 1px solid #EDEDED; + border-left: 1px solid #EDEDED; + -moz-border-radius: 4px; + -webkit-border-radius: 4px; + border-radius: 4px; +} +.dokan-message:before, +.dokan-info:before, +.dokan-error:before { + position: absolute; + top: 0; + right: 15px; + padding-top: 15px; + font-family: sans-serif; + color: #fff; + width: 20px; + border-bottom-right-radius: 4px; + border-bottom-left-radius: 4px; + text-align: center; +} +.dokan-message { + border-top: 3px solid #8fae1b; +} +.dokan-message:before { + background-color: #8fae1b; + content: '\2713'; +} +.dokan-info { + border-top: 3px solid #109ae7; +} +.dokan-info:before { + background-color: #109ae7; + content: '\2713'; + content: 'i'; + font-family: Times, Georgia, serif; + font-style: italic; +} +.dokan-error { + border-top: 3px solid #b81c23; +} +.dokan-error:before { + background-color: #b81c23; + content: '\00d7'; + font-weight: 700; +} +ul.dokan_tabs { + border-bottom: 1px solid #EDEDED; + margin-bottom: 20px; + line-height: 24px; + margin-right: 0; +} +ul.dokan_tabs > li { + margin-bottom: -1px !important; +} +ul.dokan_tabs li { + display: inline-block; + margin-left: 5px !important; + border: 1px solid #EDEDED; + border-bottom: none; +} +ul.dokan_tabs li:first-child { + margin-right: 10px; +} +ul.dokan_tabs li a { + display: block; + padding: 6px 8px !important; +} +ul.dokan_tabs li a:hover { + background-color: #eee; +} +ul.dokan_tabs li.dokan-hide { + display: none; +} +ul.dokan_tabs li.active { + border-bottom: 1px solid #fff !important; +} +.dokan-pagination-container { + text-align: center; +} +.dokan-pagination-container .dokan-pagination { + display: inline-block; + padding-right: 0; +} +.dokan-pagination-container .dokan-pagination li { + display: inline; +} +.dokan-pagination-container .dokan-pagination li a { + padding: 3px 10px; + border: 1px solid #EDEDED; + margin-left: 3px; + text-decoration: none; +} +.dokan-pagination-container .dokan-pagination li.active a { + background: #eee; +} +.dokan-pagination-container .dokan-pagination li.disabled a { + cursor: not-allowed; + color: #ccc; +} +input[type='submit'].dokan-btn, +a.dokan-btn, +.dokan-btn { + display: inline-block; + margin-bottom: 0; + font-weight: normal; + text-align: center; + vertical-align: middle; + touch-action: manipulation; + cursor: pointer; + background-image: none; + border: 1px solid transparent; + white-space: nowrap; + background-color: #eee; + color: #444; + padding: 6px 12px; + font-size: 14px; + line-height: 1.42857143; + border-radius: 3px; + -webkit-user-select: none; + -moz-user-select: none; + -ms-user-select: none; + -o-user-select: none; + user-select: none; +} +input[type='submit'].dokan-btn:hover, +a.dokan-btn:hover, +.dokan-btn:hover, +input[type='submit'].dokan-btn:focus, +a.dokan-btn:focus, +.dokan-btn:focus, +input[type='submit'].dokan-btn.focus, +a.dokan-btn.focus, +.dokan-btn.focus { + color: #fff; + border-color: #f05025; + text-decoration: none; + background-color: #f05025; +} +input[type='submit'].dokan-btn:active, +a.dokan-btn:active, +.dokan-btn:active, +input[type='submit'].dokan-btn.active, +a.dokan-btn.active, +.dokan-btn.active { + outline: 0; + background-image: none; + -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); + box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); +} +input[type='submit'].dokan-btn-theme, +a.dokan-btn-theme, +.dokan-btn-theme { + color: #fff; + background-color: #f05025; + border-color: #f05025; +} +input[type='submit'].dokan-btn-theme:hover, +a.dokan-btn-theme:hover, +.dokan-btn-theme:hover, +input[type='submit'].dokan-btn-theme:focus, +a.dokan-btn-theme:focus, +.dokan-btn-theme:focus, +input[type='submit'].dokan-btn-theme:active, +a.dokan-btn-theme:active, +.dokan-btn-theme:active, +input[type='submit'].dokan-btn-theme.active, +a.dokan-btn-theme.active, +.dokan-btn-theme.active, +.open .dropdown-toggleinput[type='submit'].dokan-btn-theme, +.open .dropdown-togglea.dokan-btn-theme, +.open .dropdown-toggle.dokan-btn-theme { + color: #fff; + background-color: #dd3b0f; + border-color: #ca360e; +} +input[type='submit'].dokan-btn-theme:active, +a.dokan-btn-theme:active, +.dokan-btn-theme:active, +input[type='submit'].dokan-btn-theme.active, +a.dokan-btn-theme.active, +.dokan-btn-theme.active, +.open .dropdown-toggleinput[type='submit'].dokan-btn-theme, +.open .dropdown-togglea.dokan-btn-theme, +.open .dropdown-toggle.dokan-btn-theme { + background-image: none; +} +input[type='submit'].dokan-btn-theme.disabled, +a.dokan-btn-theme.disabled, +.dokan-btn-theme.disabled, +input[type='submit'].dokan-btn-theme[disabled], +a.dokan-btn-theme[disabled], +.dokan-btn-theme[disabled], +fieldset[disabled] input[type='submit'].dokan-btn-theme, +fieldset[disabled] a.dokan-btn-theme, +fieldset[disabled] .dokan-btn-theme, +input[type='submit'].dokan-btn-theme.disabled:hover, +a.dokan-btn-theme.disabled:hover, +.dokan-btn-theme.disabled:hover, +input[type='submit'].dokan-btn-theme[disabled]:hover, +a.dokan-btn-theme[disabled]:hover, +.dokan-btn-theme[disabled]:hover, +fieldset[disabled] input[type='submit'].dokan-btn-theme:hover, +fieldset[disabled] a.dokan-btn-theme:hover, +fieldset[disabled] .dokan-btn-theme:hover, +input[type='submit'].dokan-btn-theme.disabled:focus, +a.dokan-btn-theme.disabled:focus, +.dokan-btn-theme.disabled:focus, +input[type='submit'].dokan-btn-theme[disabled]:focus, +a.dokan-btn-theme[disabled]:focus, +.dokan-btn-theme[disabled]:focus, +fieldset[disabled] input[type='submit'].dokan-btn-theme:focus, +fieldset[disabled] a.dokan-btn-theme:focus, +fieldset[disabled] .dokan-btn-theme:focus, +input[type='submit'].dokan-btn-theme.disabled:active, +a.dokan-btn-theme.disabled:active, +.dokan-btn-theme.disabled:active, +input[type='submit'].dokan-btn-theme[disabled]:active, +a.dokan-btn-theme[disabled]:active, +.dokan-btn-theme[disabled]:active, +fieldset[disabled] input[type='submit'].dokan-btn-theme:active, +fieldset[disabled] a.dokan-btn-theme:active, +fieldset[disabled] .dokan-btn-theme:active, +input[type='submit'].dokan-btn-theme.disabled.active, +a.dokan-btn-theme.disabled.active, +.dokan-btn-theme.disabled.active, +input[type='submit'].dokan-btn-theme[disabled].active, +a.dokan-btn-theme[disabled].active, +.dokan-btn-theme[disabled].active, +fieldset[disabled] input[type='submit'].dokan-btn-theme.active, +fieldset[disabled] a.dokan-btn-theme.active, +fieldset[disabled] .dokan-btn-theme.active { + background-color: #f37655; + border-color: #f37655; +} +input[type='submit'].dokan-btn-theme .badge, +a.dokan-btn-theme .badge, +.dokan-btn-theme .badge { + color: #f05025; + background-color: #fff; +} +input[type='submit'].dokan-btn-success, +a.dokan-btn-success, +.dokan-btn-success { + color: #fff !important; + background-color: #5cb85c !important; + border-color: #4cae4c !important; +} +input[type='submit'].dokan-btn-success:hover, +a.dokan-btn-success:hover, +.dokan-btn-success:hover, +input[type='submit'].dokan-btn-success:focus, +a.dokan-btn-success:focus, +.dokan-btn-success:focus, +input[type='submit'].dokan-btn-success:active, +a.dokan-btn-success:active, +.dokan-btn-success:active, +input[type='submit'].dokan-btn-success.active, +a.dokan-btn-success.active, +.dokan-btn-success.active, +.open .dropdown-toggleinput[type='submit'].dokan-btn-success, +.open .dropdown-togglea.dokan-btn-success, +.open .dropdown-toggle.dokan-btn-success { + color: #fff !important; + background-color: #47a447 !important; + border-color: #398439 !important; +} +input[type='submit'].dokan-btn-success:active, +a.dokan-btn-success:active, +.dokan-btn-success:active, +input[type='submit'].dokan-btn-success.active, +a.dokan-btn-success.active, +.dokan-btn-success.active, +.open .dropdown-toggleinput[type='submit'].dokan-btn-success, +.open .dropdown-togglea.dokan-btn-success, +.open .dropdown-toggle.dokan-btn-success { + background-image: none !important; +} +input[type='submit'].dokan-btn-success.disabled, +a.dokan-btn-success.disabled, +.dokan-btn-success.disabled, +input[type='submit'].dokan-btn-success[disabled], +a.dokan-btn-success[disabled], +.dokan-btn-success[disabled], +fieldset[disabled] input[type='submit'].dokan-btn-success, +fieldset[disabled] a.dokan-btn-success, +fieldset[disabled] .dokan-btn-success, +input[type='submit'].dokan-btn-success.disabled:hover, +a.dokan-btn-success.disabled:hover, +.dokan-btn-success.disabled:hover, +input[type='submit'].dokan-btn-success[disabled]:hover, +a.dokan-btn-success[disabled]:hover, +.dokan-btn-success[disabled]:hover, +fieldset[disabled] input[type='submit'].dokan-btn-success:hover, +fieldset[disabled] a.dokan-btn-success:hover, +fieldset[disabled] .dokan-btn-success:hover, +input[type='submit'].dokan-btn-success.disabled:focus, +a.dokan-btn-success.disabled:focus, +.dokan-btn-success.disabled:focus, +input[type='submit'].dokan-btn-success[disabled]:focus, +a.dokan-btn-success[disabled]:focus, +.dokan-btn-success[disabled]:focus, +fieldset[disabled] input[type='submit'].dokan-btn-success:focus, +fieldset[disabled] a.dokan-btn-success:focus, +fieldset[disabled] .dokan-btn-success:focus, +input[type='submit'].dokan-btn-success.disabled:active, +a.dokan-btn-success.disabled:active, +.dokan-btn-success.disabled:active, +input[type='submit'].dokan-btn-success[disabled]:active, +a.dokan-btn-success[disabled]:active, +.dokan-btn-success[disabled]:active, +fieldset[disabled] input[type='submit'].dokan-btn-success:active, +fieldset[disabled] a.dokan-btn-success:active, +fieldset[disabled] .dokan-btn-success:active, +input[type='submit'].dokan-btn-success.disabled.active, +a.dokan-btn-success.disabled.active, +.dokan-btn-success.disabled.active, +input[type='submit'].dokan-btn-success[disabled].active, +a.dokan-btn-success[disabled].active, +.dokan-btn-success[disabled].active, +fieldset[disabled] input[type='submit'].dokan-btn-success.active, +fieldset[disabled] a.dokan-btn-success.active, +fieldset[disabled] .dokan-btn-success.active { + background-color: #80c780 !important; + border-color: #6ec06e !important; +} +input[type='submit'].dokan-btn-success .badge, +a.dokan-btn-success .badge, +.dokan-btn-success .badge { + color: #5cb85c !important; + background-color: #fff !important; +} +input[type='submit'].dokan-btn-default, +a.dokan-btn-default, +.dokan-btn-default { + color: #333; + background-color: #fff; + border-color: #ccc; +} +input[type='submit'].dokan-btn-default:hover, +a.dokan-btn-default:hover, +.dokan-btn-default:hover, +input[type='submit'].dokan-btn-default:focus, +a.dokan-btn-default:focus, +.dokan-btn-default:focus, +input[type='submit'].dokan-btn-default:active, +a.dokan-btn-default:active, +.dokan-btn-default:active, +input[type='submit'].dokan-btn-default.active, +a.dokan-btn-default.active, +.dokan-btn-default.active, +.open .dropdown-toggleinput[type='submit'].dokan-btn-default, +.open .dropdown-togglea.dokan-btn-default, +.open .dropdown-toggle.dokan-btn-default { + color: #333; + background-color: #ebebeb; + border-color: #adadad; +} +input[type='submit'].dokan-btn-default:active, +a.dokan-btn-default:active, +.dokan-btn-default:active, +input[type='submit'].dokan-btn-default.active, +a.dokan-btn-default.active, +.dokan-btn-default.active, +.open .dropdown-toggleinput[type='submit'].dokan-btn-default, +.open .dropdown-togglea.dokan-btn-default, +.open .dropdown-toggle.dokan-btn-default { + background-image: none; +} +input[type='submit'].dokan-btn-default.disabled, +a.dokan-btn-default.disabled, +.dokan-btn-default.disabled, +input[type='submit'].dokan-btn-default[disabled], +a.dokan-btn-default[disabled], +.dokan-btn-default[disabled], +fieldset[disabled] input[type='submit'].dokan-btn-default, +fieldset[disabled] a.dokan-btn-default, +fieldset[disabled] .dokan-btn-default, +input[type='submit'].dokan-btn-default.disabled:hover, +a.dokan-btn-default.disabled:hover, +.dokan-btn-default.disabled:hover, +input[type='submit'].dokan-btn-default[disabled]:hover, +a.dokan-btn-default[disabled]:hover, +.dokan-btn-default[disabled]:hover, +fieldset[disabled] input[type='submit'].dokan-btn-default:hover, +fieldset[disabled] a.dokan-btn-default:hover, +fieldset[disabled] .dokan-btn-default:hover, +input[type='submit'].dokan-btn-default.disabled:focus, +a.dokan-btn-default.disabled:focus, +.dokan-btn-default.disabled:focus, +input[type='submit'].dokan-btn-default[disabled]:focus, +a.dokan-btn-default[disabled]:focus, +.dokan-btn-default[disabled]:focus, +fieldset[disabled] input[type='submit'].dokan-btn-default:focus, +fieldset[disabled] a.dokan-btn-default:focus, +fieldset[disabled] .dokan-btn-default:focus, +input[type='submit'].dokan-btn-default.disabled:active, +a.dokan-btn-default.disabled:active, +.dokan-btn-default.disabled:active, +input[type='submit'].dokan-btn-default[disabled]:active, +a.dokan-btn-default[disabled]:active, +.dokan-btn-default[disabled]:active, +fieldset[disabled] input[type='submit'].dokan-btn-default:active, +fieldset[disabled] a.dokan-btn-default:active, +fieldset[disabled] .dokan-btn-default:active, +input[type='submit'].dokan-btn-default.disabled.active, +a.dokan-btn-default.disabled.active, +.dokan-btn-default.disabled.active, +input[type='submit'].dokan-btn-default[disabled].active, +a.dokan-btn-default[disabled].active, +.dokan-btn-default[disabled].active, +fieldset[disabled] input[type='submit'].dokan-btn-default.active, +fieldset[disabled] a.dokan-btn-default.active, +fieldset[disabled] .dokan-btn-default.active { + background-color: #ffffff; + border-color: #e6e6e6; +} +input[type='submit'].dokan-btn-default .badge, +a.dokan-btn-default .badge, +.dokan-btn-default .badge { + color: #fff; + background-color: #fff; +} +input[type='submit'].dokan-btn-danger, +a.dokan-btn-danger, +.dokan-btn-danger { + color: #fff !important; + background-color: #d9534f !important; + border-color: #d43f3a !important; +} +input[type='submit'].dokan-btn-danger:hover, +a.dokan-btn-danger:hover, +.dokan-btn-danger:hover, +input[type='submit'].dokan-btn-danger:focus, +a.dokan-btn-danger:focus, +.dokan-btn-danger:focus, +input[type='submit'].dokan-btn-danger:active, +a.dokan-btn-danger:active, +.dokan-btn-danger:active, +input[type='submit'].dokan-btn-danger.active, +a.dokan-btn-danger.active, +.dokan-btn-danger.active, +.open .dropdown-toggleinput[type='submit'].dokan-btn-danger, +.open .dropdown-togglea.dokan-btn-danger, +.open .dropdown-toggle.dokan-btn-danger { + color: #fff !important; + background-color: #d2322d !important; + border-color: #ac2925 !important; +} +input[type='submit'].dokan-btn-danger:active, +a.dokan-btn-danger:active, +.dokan-btn-danger:active, +input[type='submit'].dokan-btn-danger.active, +a.dokan-btn-danger.active, +.dokan-btn-danger.active, +.open .dropdown-toggleinput[type='submit'].dokan-btn-danger, +.open .dropdown-togglea.dokan-btn-danger, +.open .dropdown-toggle.dokan-btn-danger { + background-image: none !important; +} +input[type='submit'].dokan-btn-danger.disabled, +a.dokan-btn-danger.disabled, +.dokan-btn-danger.disabled, +input[type='submit'].dokan-btn-danger[disabled], +a.dokan-btn-danger[disabled], +.dokan-btn-danger[disabled], +fieldset[disabled] input[type='submit'].dokan-btn-danger, +fieldset[disabled] a.dokan-btn-danger, +fieldset[disabled] .dokan-btn-danger, +input[type='submit'].dokan-btn-danger.disabled:hover, +a.dokan-btn-danger.disabled:hover, +.dokan-btn-danger.disabled:hover, +input[type='submit'].dokan-btn-danger[disabled]:hover, +a.dokan-btn-danger[disabled]:hover, +.dokan-btn-danger[disabled]:hover, +fieldset[disabled] input[type='submit'].dokan-btn-danger:hover, +fieldset[disabled] a.dokan-btn-danger:hover, +fieldset[disabled] .dokan-btn-danger:hover, +input[type='submit'].dokan-btn-danger.disabled:focus, +a.dokan-btn-danger.disabled:focus, +.dokan-btn-danger.disabled:focus, +input[type='submit'].dokan-btn-danger[disabled]:focus, +a.dokan-btn-danger[disabled]:focus, +.dokan-btn-danger[disabled]:focus, +fieldset[disabled] input[type='submit'].dokan-btn-danger:focus, +fieldset[disabled] a.dokan-btn-danger:focus, +fieldset[disabled] .dokan-btn-danger:focus, +input[type='submit'].dokan-btn-danger.disabled:active, +a.dokan-btn-danger.disabled:active, +.dokan-btn-danger.disabled:active, +input[type='submit'].dokan-btn-danger[disabled]:active, +a.dokan-btn-danger[disabled]:active, +.dokan-btn-danger[disabled]:active, +fieldset[disabled] input[type='submit'].dokan-btn-danger:active, +fieldset[disabled] a.dokan-btn-danger:active, +fieldset[disabled] .dokan-btn-danger:active, +input[type='submit'].dokan-btn-danger.disabled.active, +a.dokan-btn-danger.disabled.active, +.dokan-btn-danger.disabled.active, +input[type='submit'].dokan-btn-danger[disabled].active, +a.dokan-btn-danger[disabled].active, +.dokan-btn-danger[disabled].active, +fieldset[disabled] input[type='submit'].dokan-btn-danger.active, +fieldset[disabled] a.dokan-btn-danger.active, +fieldset[disabled] .dokan-btn-danger.active { + background-color: #e27c79 !important; + border-color: #de6764 !important; +} +input[type='submit'].dokan-btn-danger .badge, +a.dokan-btn-danger .badge, +.dokan-btn-danger .badge { + color: #d9534f !important; + background-color: #fff !important; +} +input[type='submit'].dokan-btn-info, +a.dokan-btn-info, +.dokan-btn-info { + color: #fff; + background-color: #5bc0de; + border-color: #46b8da; +} +input[type='submit'].dokan-btn-info:hover, +a.dokan-btn-info:hover, +.dokan-btn-info:hover, +input[type='submit'].dokan-btn-info:focus, +a.dokan-btn-info:focus, +.dokan-btn-info:focus, +input[type='submit'].dokan-btn-info:active, +a.dokan-btn-info:active, +.dokan-btn-info:active, +input[type='submit'].dokan-btn-info.active, +a.dokan-btn-info.active, +.dokan-btn-info.active, +.open .dropdown-toggleinput[type='submit'].dokan-btn-info, +.open .dropdown-togglea.dokan-btn-info, +.open .dropdown-toggle.dokan-btn-info { + color: #fff; + background-color: #39b3d7; + border-color: #269abc; +} +input[type='submit'].dokan-btn-info:active, +a.dokan-btn-info:active, +.dokan-btn-info:active, +input[type='submit'].dokan-btn-info.active, +a.dokan-btn-info.active, +.dokan-btn-info.active, +.open .dropdown-toggleinput[type='submit'].dokan-btn-info, +.open .dropdown-togglea.dokan-btn-info, +.open .dropdown-toggle.dokan-btn-info { + background-image: none; +} +input[type='submit'].dokan-btn-info.disabled, +a.dokan-btn-info.disabled, +.dokan-btn-info.disabled, +input[type='submit'].dokan-btn-info[disabled], +a.dokan-btn-info[disabled], +.dokan-btn-info[disabled], +fieldset[disabled] input[type='submit'].dokan-btn-info, +fieldset[disabled] a.dokan-btn-info, +fieldset[disabled] .dokan-btn-info, +input[type='submit'].dokan-btn-info.disabled:hover, +a.dokan-btn-info.disabled:hover, +.dokan-btn-info.disabled:hover, +input[type='submit'].dokan-btn-info[disabled]:hover, +a.dokan-btn-info[disabled]:hover, +.dokan-btn-info[disabled]:hover, +fieldset[disabled] input[type='submit'].dokan-btn-info:hover, +fieldset[disabled] a.dokan-btn-info:hover, +fieldset[disabled] .dokan-btn-info:hover, +input[type='submit'].dokan-btn-info.disabled:focus, +a.dokan-btn-info.disabled:focus, +.dokan-btn-info.disabled:focus, +input[type='submit'].dokan-btn-info[disabled]:focus, +a.dokan-btn-info[disabled]:focus, +.dokan-btn-info[disabled]:focus, +fieldset[disabled] input[type='submit'].dokan-btn-info:focus, +fieldset[disabled] a.dokan-btn-info:focus, +fieldset[disabled] .dokan-btn-info:focus, +input[type='submit'].dokan-btn-info.disabled:active, +a.dokan-btn-info.disabled:active, +.dokan-btn-info.disabled:active, +input[type='submit'].dokan-btn-info[disabled]:active, +a.dokan-btn-info[disabled]:active, +.dokan-btn-info[disabled]:active, +fieldset[disabled] input[type='submit'].dokan-btn-info:active, +fieldset[disabled] a.dokan-btn-info:active, +fieldset[disabled] .dokan-btn-info:active, +input[type='submit'].dokan-btn-info.disabled.active, +a.dokan-btn-info.disabled.active, +.dokan-btn-info.disabled.active, +input[type='submit'].dokan-btn-info[disabled].active, +a.dokan-btn-info[disabled].active, +.dokan-btn-info[disabled].active, +fieldset[disabled] input[type='submit'].dokan-btn-info.active, +fieldset[disabled] a.dokan-btn-info.active, +fieldset[disabled] .dokan-btn-info.active { + background-color: #85d0e7; + border-color: #70c8e2; +} +input[type='submit'].dokan-btn-info .badge, +a.dokan-btn-info .badge, +.dokan-btn-info .badge { + color: #5bc0de; + background-color: #fff; +} +input[type='submit'].dokan-btn-lg, +a.dokan-btn-lg, +.dokan-btn-lg { + padding: 10px 16px; + font-size: 18px; + line-height: 1.33; + border-radius: 6px; +} +input[type='submit'].dokan-btn-sm, +a.dokan-btn-sm, +.dokan-btn-sm { + padding: 6px 12px; + font-size: 14px; + line-height: 1.428; + border-radius: 3px; +} +.dokan-btn-round[class] { + border-radius: 50%; + width: 35px; + height: 34px; + font-size: 25px; + line-height: 34px; +} +.dokan-table { + width: 100%; + max-width: 100%; + margin-bottom: 20px; +} +.dokan-table > thead > tr > th, +.dokan-table > tbody > tr > th, +.dokan-table > tfoot > tr > th, +.dokan-table > thead > tr > td, +.dokan-table > tbody > tr > td, +.dokan-table > tfoot > tr > td { + padding: 8px; + line-height: 1.42; + vertical-align: top; + border-top: 1px solid #EDEDED; +} +.dokan-table > thead > tr > th { + vertical-align: bottom; + border-bottom: 2px solid #EDEDED; +} +.dokan-table > caption + thead > tr:first-child > th, +.dokan-table > colgroup + thead > tr:first-child > th, +.dokan-table > thead:first-child > tr:first-child > th, +.dokan-table > caption + thead > tr:first-child > td, +.dokan-table > colgroup + thead > tr:first-child > td, +.dokan-table > thead:first-child > tr:first-child > td { + border-top: 0; +} +.dokan-table > tbody + tbody { + border-top: 2px solid #EDEDED; +} +.dokan-table-striped > tbody > tr:nth-of-type(odd) { + background-color: #f9f9f9; +} +.table > thead > tr > .active, +.table > tbody > tr > .active, +.table > tfoot > tr > .active, +.table > thead > .active > td, +.table > tbody > .active > td, +.table > tfoot > .active > td, +.table > thead > .active > th, +.table > tbody > .active > th, +.table > tfoot > .active > th { + background-color: #f5f5f5; +} +.table-hover > tbody > tr > .active:hover, +.table-hover > tbody > .active:hover > td, +.table-hover > tbody > .active:hover > th { + background-color: #e8e8e8; +} +.dokan-table > thead > tr > td.active, +.dokan-table > tbody > tr > td.active, +.dokan-table > tfoot > tr > td.active, +.dokan-table > thead > tr > th.active, +.dokan-table > tbody > tr > th.active, +.dokan-table > tfoot > tr > th.active, +.dokan-table > thead > tr.active > td, +.dokan-table > tbody > tr.active > td, +.dokan-table > tfoot > tr.active > td, +.dokan-table > thead > tr.active > th, +.dokan-table > tbody > tr.active > th, +.dokan-table > tfoot > tr.active > th { + background-color: #f5f5f5 !important; +} +.dokan-table-hover > tbody > tr > td.active:hover, +.dokan-table-hover > tbody > tr > th.active:hover, +.dokan-table-hover > tbody > tr.active:hover > td, +.dokan-table-hover > tbody > tr:hover > .active, +.dokan-table-hover > tbody > tr.active:hover > th { + background-color: #e8e8e8; +} +.table > thead > tr > .success, +.table > tbody > tr > .success, +.table > tfoot > tr > .success, +.table > thead > .success > td, +.table > tbody > .success > td, +.table > tfoot > .success > td, +.table > thead > .success > th, +.table > tbody > .success > th, +.table > tfoot > .success > th { + background-color: #dff0d8; +} +.table-hover > tbody > tr > .success:hover, +.table-hover > tbody > .success:hover > td, +.table-hover > tbody > .success:hover > th { + background-color: #d0e9c6; +} +.dokan-table > thead > tr > td.success, +.dokan-table > tbody > tr > td.success, +.dokan-table > tfoot > tr > td.success, +.dokan-table > thead > tr > th.success, +.dokan-table > tbody > tr > th.success, +.dokan-table > tfoot > tr > th.success, +.dokan-table > thead > tr.success > td, +.dokan-table > tbody > tr.success > td, +.dokan-table > tfoot > tr.success > td, +.dokan-table > thead > tr.success > th, +.dokan-table > tbody > tr.success > th, +.dokan-table > tfoot > tr.success > th { + background-color: #dff0d8 !important; +} +.dokan-table-hover > tbody > tr > td.success:hover, +.dokan-table-hover > tbody > tr > th.success:hover, +.dokan-table-hover > tbody > tr.success:hover > td, +.dokan-table-hover > tbody > tr:hover > .success, +.dokan-table-hover > tbody > tr.success:hover > th { + background-color: #d0e9c6; +} +.table > thead > tr > .info, +.table > tbody > tr > .info, +.table > tfoot > tr > .info, +.table > thead > .info > td, +.table > tbody > .info > td, +.table > tfoot > .info > td, +.table > thead > .info > th, +.table > tbody > .info > th, +.table > tfoot > .info > th { + background-color: #d9edf7; +} +.table-hover > tbody > tr > .info:hover, +.table-hover > tbody > .info:hover > td, +.table-hover > tbody > .info:hover > th { + background-color: #c4e3f3; +} +.dokan-table > thead > tr > td.info, +.dokan-table > tbody > tr > td.info, +.dokan-table > tfoot > tr > td.info, +.dokan-table > thead > tr > th.info, +.dokan-table > tbody > tr > th.info, +.dokan-table > tfoot > tr > th.info, +.dokan-table > thead > tr.info > td, +.dokan-table > tbody > tr.info > td, +.dokan-table > tfoot > tr.info > td, +.dokan-table > thead > tr.info > th, +.dokan-table > tbody > tr.info > th, +.dokan-table > tfoot > tr.info > th { + background-color: #d9edf7 !important; +} +.dokan-table-hover > tbody > tr > td.info:hover, +.dokan-table-hover > tbody > tr > th.info:hover, +.dokan-table-hover > tbody > tr.info:hover > td, +.dokan-table-hover > tbody > tr:hover > .info, +.dokan-table-hover > tbody > tr.info:hover > th { + background-color: #c4e3f3; +} +.table > thead > tr > .warning, +.table > tbody > tr > .warning, +.table > tfoot > tr > .warning, +.table > thead > .warning > td, +.table > tbody > .warning > td, +.table > tfoot > .warning > td, +.table > thead > .warning > th, +.table > tbody > .warning > th, +.table > tfoot > .warning > th { + background-color: #fcf8e3; +} +.table-hover > tbody > tr > .warning:hover, +.table-hover > tbody > .warning:hover > td, +.table-hover > tbody > .warning:hover > th { + background-color: #faf2cc; +} +.dokan-table > thead > tr > td.warning, +.dokan-table > tbody > tr > td.warning, +.dokan-table > tfoot > tr > td.warning, +.dokan-table > thead > tr > th.warning, +.dokan-table > tbody > tr > th.warning, +.dokan-table > tfoot > tr > th.warning, +.dokan-table > thead > tr.warning > td, +.dokan-table > tbody > tr.warning > td, +.dokan-table > tfoot > tr.warning > td, +.dokan-table > thead > tr.warning > th, +.dokan-table > tbody > tr.warning > th, +.dokan-table > tfoot > tr.warning > th { + background-color: #fcf8e3 !important; +} +.dokan-table-hover > tbody > tr > td.warning:hover, +.dokan-table-hover > tbody > tr > th.warning:hover, +.dokan-table-hover > tbody > tr.warning:hover > td, +.dokan-table-hover > tbody > tr:hover > .warning, +.dokan-table-hover > tbody > tr.warning:hover > th { + background-color: #faf2cc; +} +.table > thead > tr > .danger, +.table > tbody > tr > .danger, +.table > tfoot > tr > .danger, +.table > thead > .danger > td, +.table > tbody > .danger > td, +.table > tfoot > .danger > td, +.table > thead > .danger > th, +.table > tbody > .danger > th, +.table > tfoot > .danger > th { + background-color: #f2dede; +} +.table-hover > tbody > tr > .danger:hover, +.table-hover > tbody > .danger:hover > td, +.table-hover > tbody > .danger:hover > th { + background-color: #ebcccc; +} +.dokan-table > thead > tr > td.danger, +.dokan-table > tbody > tr > td.danger, +.dokan-table > tfoot > tr > td.danger, +.dokan-table > thead > tr > th.danger, +.dokan-table > tbody > tr > th.danger, +.dokan-table > tfoot > tr > th.danger, +.dokan-table > thead > tr.danger > td, +.dokan-table > tbody > tr.danger > td, +.dokan-table > tfoot > tr.danger > td, +.dokan-table > thead > tr.danger > th, +.dokan-table > tbody > tr.danger > th, +.dokan-table > tfoot > tr.danger > th { + background-color: #f2dede !important; +} +.dokan-table-hover > tbody > tr > td.danger:hover, +.dokan-table-hover > tbody > tr > th.danger:hover, +.dokan-table-hover > tbody > tr.danger:hover > td, +.dokan-table-hover > tbody > tr:hover > .danger, +.dokan-table-hover > tbody > tr.danger:hover > th { + background-color: #ebcccc; +} +.chart-tooltip { + position: absolute; + display: none; + line-height: 1; + background: #333; + color: #fff; + padding: 3px 5px; + font-size: 11px; + border-radius: 3px; +} +.dokan-tooltips-help { + margin-right: 7px; +} +.dokan-tooltips-help i { + color: #ccc; +} +.tooltip-inner { + font-size: 12px; +} +/** + * Media Popup style + */ +.media-modal .screen-reader-text { + overflow: hidden; + padding: 0; + position: absolute; + width: 1px; +} +.chosen-container-multi .chosen-choices li.search-field input[type='text'] { + height: 28px; +} +.mfp-zoom-out { + /* start state */ + /* animate in */ + /* animate out */ +} +.mfp-zoom-out .mfp-with-anim { + -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=0)'; + filter: alpha(opacity=0); + opacity: 0; + -moz-transition: all 0.3s ease-in-out; + -o-transition: all 0.3s ease-in-out; + -webkit-transition: all 0.3s ease-in-out; + transition: all 0.3s ease-in-out; + -moz-transform: scale(1.3); + -ms-transform: scale(1.3); + -o-transform: scale(1.3); + -webkit-transform: scale(1.3); + transform: scale(1.3); +} +.mfp-zoom-out.mfp-bg { + -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=0)'; + filter: alpha(opacity=0); + opacity: 0; + -moz-transition: all 0.3s ease-out; + -o-transition: all 0.3s ease-out; + -webkit-transition: all 0.3s ease-out; + transition: all 0.3s ease-out; +} +.mfp-zoom-out.mfp-ready .mfp-with-anim { + -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=100)'; + filter: alpha(opacity=100); + opacity: 1; + -moz-transform: scale(1); + -ms-transform: scale(1); + -o-transform: scale(1); + -webkit-transform: scale(1); + transform: scale(1); +} +.mfp-zoom-out.mfp-ready.mfp-bg { + -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=80)'; + filter: alpha(opacity=80); + opacity: 0.8; +} +.mfp-zoom-out.mfp-removing .mfp-with-anim { + -moz-transform: scale(1.3); + -ms-transform: scale(1.3); + -o-transform: scale(1.3); + -webkit-transform: scale(1.3); + transform: scale(1.3); + -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=0)'; + filter: alpha(opacity=0); + opacity: 0; +} +.mfp-zoom-out.mfp-removing.mfp-bg { + -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=0)'; + filter: alpha(opacity=0); + opacity: 0; +} +.dokan-blur-effect { + background-color: #eee; + -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=40)'; + filter: alpha(opacity=40); + opacity: 0.4; +} +.dokan-right-margin-30 { + margin-left: 30px; +} +.dokan_tock_check { + width: auto; +} +table.my_account_orders tbody tr td.order-actions a.button { + margin-left: 10px; +} +.dokan-dashboard-content ul.dokan_tabs { + border-bottom: 1px solid #EDEDED; + margin-bottom: 20px; + line-height: 24px; +} +.dokan-dashboard-content ul.dokan_tabs > li { + margin-bottom: -1px !important; +} +.dokan-dashboard-content ul.dokan_tabs li { + display: inline-block; + margin-left: 5px !important; + border: 1px solid #EDEDED; + border-bottom: none; +} +.dokan-dashboard-content ul.dokan_tabs li:first-child { + margin-right: 10px; +} +.dokan-dashboard-content ul.dokan_tabs li a { + color: #6d6d6d; + display: block; + padding: 6px 8px !important; +} +.dokan-dashboard-content ul.dokan_tabs li a:hover { + color: #000; + background-color: #eee; +} +.dokan-dashboard-content ul.dokan_tabs li.dokan-hide { + display: none; +} +.dokan-dashboard-content ul.dokan_tabs li.active { + border-bottom: 1px solid #fff !important; +} +.dokan-dashboard-content ul.dokan_tabs li.active a { + color: #000; +} +.wc_error_tip { + max-width: 20em; + line-height: 1.8em; + position: absolute; + white-space: normal; + background: #d82223; + margin: 2em -1em 0 1px; + z-index: 9999999; + color: #fff; + font-size: 12px; + padding: 8px; +} +.wc_error_tip:after { + content: ''; + display: block; + border: 8px solid #d82223; + border-left-color: transparent; + border-right-color: transparent; + border-top-color: transparent; + position: absolute; + top: -3px; + right: 50%; + margin: -1em -3px 0 0; +} +.dokan-label { + display: inline; + padding: 0.2em 0.6em 0.3em; + font-size: 75%; + font-weight: bold; + line-height: 1; + color: #fff; + text-align: center; + white-space: nowrap; + vertical-align: baseline; + border-radius: 0.25em; +} +a.dokan-label:hover, +a.dokan-label:focus { + color: #fff; + text-decoration: none; + cursor: pointer; +} +.dokan-label:empty { + display: none; +} +.btn .dokan-label { + position: relative; + top: -1px; +} +.dokan-label-default { + background-color: #777777; +} +.dokan-label-default[href]:hover, +.dokan-label-default[href]:focus { + background-color: #5e5e5e; +} +.dokan-label-default[href]:hover, +.dokan-label-default[href]:focus { + background-color: #5e5e5e; +} +.dokan-label-primary { + background-color: #428bca; +} +.dokan-label-primary[href]:hover, +.dokan-label-primary[href]:focus { + background-color: #3071a9; +} +.dokan-label-primary[href]:hover, +.dokan-label-primary[href]:focus { + background-color: #3071a9; +} +.dokan-label-success { + background-color: #5cb85c; +} +.dokan-label-success[href]:hover, +.dokan-label-success[href]:focus { + background-color: #449d44; +} +.dokan-label-success[href]:hover, +.dokan-label-success[href]:focus { + background-color: #449d44; +} +.dokan-label-info { + background-color: #5bc0de; +} +.dokan-label-info[href]:hover, +.dokan-label-info[href]:focus { + background-color: #31b0d5; +} +.dokan-label-info[href]:hover, +.dokan-label-info[href]:focus { + background-color: #31b0d5; +} +.dokan-label-warning { + background-color: #f0ad4e; +} +.dokan-label-warning[href]:hover, +.dokan-label-warning[href]:focus { + background-color: #ec971f; +} +.dokan-label-warning[href]:hover, +.dokan-label-warning[href]:focus { + background-color: #ec971f; +} +.dokan-label-danger { + background-color: #d9534f; +} +.dokan-label-danger[href]:hover, +.dokan-label-danger[href]:focus { + background-color: #c9302c; +} +.dokan-label-danger[href]:hover, +.dokan-label-danger[href]:focus { + background-color: #c9302c; +} +.dokan-success { + background-color: #5cb85c; +} +.dokan-success[href]:hover, +.dokan-success[href]:focus { + background-color: #449d44; +} +.dokan-success[href]:hover, +.dokan-success[href]:focus { + background-color: #449d44; +} +.dokan-info { + background-color: #5bc0de; +} +.dokan-info[href]:hover, +.dokan-info[href]:focus { + background-color: #31b0d5; +} +.dokan-info[href]:hover, +.dokan-info[href]:focus { + background-color: #31b0d5; +} +.dokan-warning { + background-color: #f0ad4e; +} +.dokan-warning[href]:hover, +.dokan-warning[href]:focus { + background-color: #ec971f; +} +.dokan-warning[href]:hover, +.dokan-warning[href]:focus { + background-color: #ec971f; +} +.dokan-danger { + background-color: #d9534f; +} +.dokan-danger[href]:hover, +.dokan-danger[href]:focus { + background-color: #c9302c; +} +.dokan-danger[href]:hover, +.dokan-danger[href]:focus { + background-color: #c9302c; +} +.dokan-panel { + margin-bottom: 20px; + background-color: #fff; + border: 1px solid transparent; + border-radius: 4px; + -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05); + box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05); +} +.dokan-panel-body { + padding: 15px; +} +.dokan-panel-heading { + padding: 10px 15px; + border-bottom: 1px solid transparent; + border-top-left-radius: 3px; + border-top-right-radius: 3px; +} +.dokan-panel-heading > .dropdown .dropdown-toggle { + color: inherit; +} +.dokan-panel-title { + margin-top: 0; + margin-bottom: 0; + color: inherit; +} +.dokan-panel-title > a { + color: inherit; +} +.dokan-panel-footer { + padding: 10px 15px; + background-color: #f5f5f5; + border-top: 1px solid #ddd; + border-bottom-left-radius: 3px; + border-bottom-right-radius: 3px; +} +.dokan-panel-default { + border-color: #ddd; +} +.dokan-panel-default > .dokan-panel-heading { + color: #333; + background-color: #f5f5f5; + border-color: #ddd; +} +.dokan-panel-default > .dokan-panel-heading + .dokan-panel-collapse > .dokan-panel-body { + border-top-color: #ddd; +} +.dokan-panel-default > .dokan-panel-heading .dokan-badge { + color: #f5f5f5; + background-color: #333; +} +.dokan-panel-default > .dokan-panel-footer + .dokan-panel-collapse > .dokan-panel-body { + border-bottom-color: #ddd; +} +.dokan-clearfix:before, +.dokan-clearfix:after { + display: table; + content: ' '; +} +.dokan-clearfix:after { + clear: both; +} +.dokan-right { + float: left !important; +} +.dokan-left { + float: right !important; +} +.dokan-hide { + display: none; +} +.content-half-part { + width: 50%; + float: right; +} +.content-half-part:first-child { + padding-left: 10px; +} +.content-half-part:last-child { + padding-right: 10px; +} +p.help-block { + color: #aaa; + padding-top: 8px; + line-height: 1.42; +} +ul.subsubsub { + font-size: 12px; + color: #EDEDED; + margin: 0 0 10px 0; + padding: 0; +} +ul.subsubsub li { + padding: 0 5px; + line-height: 13px; + border-left: 1px solid #EDEDED; +} +ul.subsubsub li a { + color: #6d6d6d; + transition: 0.2s linear; +} +ul.subsubsub li a:hover { + color: #000; +} +ul.subsubsub li:last-child { + border-left: none; +} +ul.subsubsub li.active a { + color: #000; +} +.pagination-wrap ul.pagination { + display: inline-block; + padding-right: 0; + margin: 20px 0; + border-radius: 4px; +} +.pagination-wrap ul.pagination > li { + display: inline; +} +.pagination-wrap ul.pagination > li > span { + position: relative; + float: right; + padding: 6px 12px; + margin-right: -1px; + line-height: 1.42857143; + text-decoration: none; + background-color: #ffffff; + border: 1px solid #dddddd; +} +.pagination-wrap ul.pagination > li > span.current { + background-color: #eee; + color: #999; +} +.pagination-wrap ul.pagination > li > a { + position: relative; + float: right; + padding: 6px 12px; + margin-right: -1px; + line-height: 1.42857143; + text-decoration: none; + background-color: #ffffff; + border: 1px solid #dddddd; +} +.pagination-wrap ul.pagination > li > a:hover { + background-color: #eee; + color: #999; +} +.dokan-form-inline .dokan-form-group { + float: right; + margin-left: 5px; +} +table.dokan-table .toggle-row { + position: absolute; + left: 8px; + top: 0; + display: none; + padding: 0; + width: 40px; + height: 40px; + border: none; + outline: 0; + background: 100% 0; + color: #444; +} +table.dokan-table .toggle-row::before { + content: '\f0d7'; + font-family: "Font Awesome\ 5 Free"; + font-weight: 900; + font: normal normal normal 14px/1 FontAwesome; + display: inline-block; + font-size: inherit; + text-rendering: auto; +} +table.dokan-table td a { + color: #6d6d6d; +} +table.dokan-table td a:hover { + color: #000; +} +table.dokan-table .is-expanded .toggle-row::before { + content: '\f0d8'; +} +@media (max-width: 430px) { + table.dokan-table thead { + display: none; + } + table.dokan-table td.column-thumb, + table.dokan-table td.column-primary ~ td:not(.check-column) { + display: none; + } + table.dokan-table .is-expanded td:not(.hidden) { + display: block !important; + overflow: hidden; + } + table.dokan-table td.column-primary { + padding-left: 50px; + } + table.dokan-table td.column-primary strong { + display: block; + margin-bottom: 0.5em; + } + table.dokan-table td:not(.check-column) { + position: relative; + width: auto !important; + clear: both; + } + table.dokan-table .is-expanded td.column-thumb, + table.dokan-table td.column-primary ~ :not(.check-column) { + display: block; + text-align: left; + padding: 3px 35% 3px 8px; + } + table.dokan-table td:not(.column-primary)::before { + content: attr(data-title); + position: absolute; + right: 10px; + width: 32%; + white-space: nowrap; + text-align: right; + display: block; + } + table.dokan-table .toggle-row { + display: block; + } + table.dokan-table .row-actions { + display: grid; + grid-template-columns: auto auto auto; + } +} +span.dokan-loading { + background: url(../js/../images/wpspin_light.gif) no-repeat; + float: left; + height: 16px; + margin: 5px 5px 0; + width: 16px; +} +span.error { + color: #bb0000; + display: inline-block; +} +.dokan-seller-search { + box-sizing: border-box !important; + border: 2px solid #ccc !important; + border-radius: 4px !important; + background-color: white !important; + background-image: url(../js/../images/searchicon.png) !important; + background-position: 8px 8px !important; + background-repeat: no-repeat !important; + padding: 5px 36px 5px 0 !important; + -webkit-transition: width 0.4s ease-in-out !important; + transition: width 0.4s ease-in-out !important; + background-size: 16px !important; +} +.dokan-overlay { + width: 100%; + height: 100%; + position: fixed; + top: 0; + left: 0; + bottom: 0; + right: 0; + z-index: 999; +} +.dokan-ajax-loader { + height: 1em; + width: 1em; + position: absolute; + top: 50%; + right: 50%; + margin-right: -0.5em; + margin-top: -0.5em; + display: block; + content: ''; + -webkit-animation: spin 1s ease-in-out infinite; + -moz-animation: spin 1s ease-in-out infinite; + animation: spin 1s ease-in-out infinite; + background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNy4xLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB2aWV3Qm94PSIwIDAgOTEuMyA5MS4xIiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCA5MS4zIDkxLjEiIHhtbDpzcGFjZT0icHJlc2VydmUiPg0KPGNpcmNsZSBjeD0iNDUuNyIgY3k9IjQ1LjciIHI9IjQ1LjciLz4NCjxjaXJjbGUgZmlsbD0iI0ZGRkZGRiIgY3g9IjQ1LjciIGN5PSIyNC40IiByPSIxMi41Ii8+DQo8L3N2Zz4NCg==) center center; + background-size: cover; + line-height: 1; + text-align: center; + font-size: 2em; + color: rgba(0, 0, 0, 0.75); +} +.dokan-category-menu { + padding: 0; + border: 1px solid #ece7e7; +} +.dokan-category-menu h3.widget-title { + margin: 0; + padding: 10px 15px 10px 10px; + background: #eee; + border: 1px solid #eee; + color: #444; +} +.dokan-category-menu ul li { + border-bottom: none; +} +.dokan-category-menu .cat-drop-stack ul .children { + display: none; +} +.dokan-category-menu .cat-drop-stack ul li:last-child a { + border-bottom: none !important; +} +.dokan-category-menu .cat-drop-stack ul li:last-child.has-children a { + border-bottom: 1px solid #eee !important; +} +.dokan-category-menu .cat-drop-stack > ul { + padding: 0px; + margin: 0px; +} +.dokan-category-menu .cat-drop-stack > ul li { + padding: 0; +} +.dokan-category-menu .cat-drop-stack > ul li.parent-cat-wrap { + background: #fff; +} +.dokan-category-menu .cat-drop-stack > ul li.parent-cat-wrap a { + border-bottom: 1px solid #eee; + margin: 0px 15px; + text-decoration: none; +} +.dokan-category-menu .cat-drop-stack > ul li.parent-cat-wrap ul.level-0 { + background: #fafafa; +} +.dokan-category-menu .cat-drop-stack > ul li.parent-cat-wrap ul.level-0 li.has-children { + border-bottom: none; +} +.dokan-category-menu .cat-drop-stack > ul li a { + padding: 9px 0px; + display: block; + color: #3c3c3c; + position: relative; + font-size: 13px; + text-decoration: none; +} +.dokan-category-menu .cat-drop-stack > ul li a .caret-icon { + position: absolute; + left: -2px; + display: inline-block; + width: 20px; + vertical-align: middle; + text-align: center; +} +.dokan-announcement-wrapper .dokan-no-announcement .annoument-no-wrapper { + height: 100%; + margin: 70px auto; + text-align: center; +} +.dokan-announcement-wrapper .dokan-no-announcement .annoument-no-wrapper .dokan-announcement-icon { + font-size: 165px; + color: #e3e3e3; + -moz-animation: ring 8s 1s ease-in-out infinite !important; + -moz-transform-origin: 50% 4px; + -webkit-animation: ring 8s 1s ease-in-out infinite !important; + -webkit-transform-origin: 50% 4px; + animation: ring 8s 1s ease-in-out infinite !important; + transform-origin: 50% 4px; +} +.dokan-announcement-wrapper .dokan-no-announcement .annoument-no-wrapper p { + margin-top: 10px; + color: #a6a6a6; + font-size: 30px; +} +.dokan-announcement-wrapper .dokan-announcement-wrapper-item { + padding: 22px; + background: #f3f3f3; + border: 1px solid #eee; + margin-bottom: 25px; + position: relative; + width: 98%; +} +.dokan-announcement-wrapper .dokan-announcement-wrapper-item .dokan-announcement-heading { + margin-bottom: 5px; +} +.dokan-announcement-wrapper .dokan-announcement-wrapper-item .dokan-announcement-heading h3 { + margin: 5px 0px; + padding: 0px 0px 8px; + font-weight: bold; + font-size: 20px; + color: #494949; +} +.dokan-announcement-wrapper .dokan-announcement-wrapper-item .dokan-annnouncement-date { + width: 95px; + height: 95px; + color: #fff; + margin-left: 25px; + vertical-align: middle; + background-color: #818181; + text-align: center; + border-radius: 300px; + -webkit-border-radius: 300px; + -moz-border-radius: 300px; +} +.dokan-announcement-wrapper .dokan-announcement-wrapper-item .dokan-annnouncement-date .announcement-day { + font-size: 20px; + font-weight: bold; + margin-top: 4px; +} +.dokan-announcement-wrapper .dokan-announcement-wrapper-item .dokan-annnouncement-date .announcement-year { + font-weight: bold; +} +.dokan-announcement-wrapper .dokan-announcement-wrapper-item .dokan-announcement-content-wrap { + width: 80%; + height: 100%; +} +.dokan-announcement-wrapper .dokan-announcement-wrapper-item .dokan-announcement-content-wrap .dokan-announcement-content { + color: #656565; + font-size: 13px; +} +.dokan-announcement-wrapper .dokan-announcement-wrapper-item .announcement-action { + position: absolute; + top: -12px; + left: -8px; + font-size: 12px; + width: 25px; + height: 25px; + text-align: center; + background-color: #818181; + border-radius: 20px; + line-height: 23px; +} +.dokan-announcement-wrapper .dokan-announcement-wrapper-item .announcement-action a { + color: #fff; + font-size: 20px; +} +@media (max-width: 992px) { + .dokan-announcement-wrapper-item { + padding: 15px; + text-align: center; + } + .dokan-announcement-wrapper-item .dokan-annnouncement-date { + float: none !important; + margin: 0 auto 15px !important; + } + .dokan-announcement-wrapper-item .dokan-annnouncement-date .announcement-day { + margin-top: 0px !important; + padding-top: 16px; + } + .dokan-announcement-wrapper-item .dokan-announcement-content-wrap { + float: none !important; + width: 100% !important; + } +} +article.dokan-notice-single-notice-area span.dokan-single-announcement-date { + display: block; + margin-bottom: 10px; +} +.dokan-announcement-uread { + border: 1px solid #f05025 !important; +} +.dokan-announcement-uread .dokan-annnouncement-date { + background-color: #f05025 !important; +} +.dokan-announcement-bg-uread { + background-color: #f05025; +} +.dokan-dashboard .dokan-dash-sidebar { + width: 17%; + _float: right; + flex: 1 auto; + background-color: #242424; +} +.dokan-dashboard .dokan-dash-sidebar ul.dokan-dashboard-menu { + background: #242424; + list-style: none; + margin: 0 0 20px 0; + padding: 0; +} +.dokan-dashboard .dokan-dash-sidebar ul.dokan-dashboard-menu li { + margin: 0; + position: relative; + cursor: pointer; +} +.dokan-dashboard .dokan-dash-sidebar ul.dokan-dashboard-menu li a { + padding: 10px 18px 10px 0; + display: block; + color: #fff; + font-size: 14px; + font-weight: normal; + text-decoration: none; +} +.dokan-dashboard .dokan-dash-sidebar ul.dokan-dashboard-menu li a i { + font-size: 17px; + padding-left: 15px; +} +.dokan-dashboard .dokan-dash-sidebar ul.dokan-dashboard-menu li a i.menu-dropdown::before { + padding-right: 15px; +} +.dokan-dashboard .dokan-dash-sidebar ul.dokan-dashboard-menu li:hover { + background: #f05025; + color: #fff; +} +.dokan-dashboard .dokan-dash-sidebar ul.dokan-dashboard-menu li:hover ul.navigation-submenu { + position: relative; + top: auto; + right: auto; + left: auto; + bottom: auto; +} +.dokan-dashboard .dokan-dash-sidebar ul.dokan-dashboard-menu li:hover:not(.active).has-submenu:after { + left: 0; + top: 1.3rem; + border: transparent solid; + content: ' '; + height: 0; + width: 0; + position: absolute; + pointer-events: none; + border-color: transparent transparent transparent #242424eb; + border-right-color: #242424eb; + border-width: 16px 0 16px 16px; + margin-top: -16px; + z-index: 990; +} +.dokan-dashboard .dokan-dash-sidebar ul.dokan-dashboard-menu li:hover:not(.active) ul.navigation-submenu { + position: absolute; + bottom: 0; + right: 100%; + min-width: 165px; + display: block; + background: #242424eb; + border-bottom: none; + padding: 1.5px; +} +.dokan-dashboard .dokan-dash-sidebar ul.dokan-dashboard-menu li:hover:not(.active) ul.navigation-submenu li { + display: block; + padding-right: 0.5em; +} +.dokan-dashboard .dokan-dash-sidebar ul.dokan-dashboard-menu li:hover a i.menu-dropdown { + display: none; +} +.dokan-dashboard .dokan-dash-sidebar ul.dokan-dashboard-menu li.dokan-common-links:hover { + background: none !important; +} +.dokan-dashboard .dokan-dash-sidebar ul.dokan-dashboard-menu li.dokan-common-links a { + display: inline-block !important; + width: 33.333333%; + padding: 6% 13%; + float: right; +} +.dokan-dashboard .dokan-dash-sidebar ul.dokan-dashboard-menu li.dokan-common-links a:hover { + background: #f05025; + color: #fff; +} +.dokan-dashboard .dokan-dash-sidebar ul.dokan-dashboard-menu li.dokan-common-links a:last-child { + border-left: none; +} +.dokan-dashboard .dokan-dash-sidebar ul.dokan-dashboard-menu li ul.navigation-submenu { + list-style: none; + position: absolute; + top: -1000em; + right: 160px; + overflow: visible; + word-wrap: break-word; + z-index: 9999; + box-shadow: 0 3px 5px rgb(0 0 0%); + margin-right: 0; + background: #242424ed; + padding: 3px 0; +} +.dokan-dashboard .dokan-dash-sidebar ul.dokan-dashboard-menu li ul.navigation-submenu li { + padding-right: 1.3em; + line-height: 1; + background: #242424ed; +} +.dokan-dashboard .dokan-dash-sidebar ul.dokan-dashboard-menu li ul.navigation-submenu li a { + font-size: 13px; +} +.dokan-dashboard .dokan-dash-sidebar ul.dokan-dashboard-menu li ul.navigation-submenu li:hover, +.dokan-dashboard .dokan-dash-sidebar ul.dokan-dashboard-menu li ul.navigation-submenu li.current { + background: inherit; +} +.dokan-dashboard .dokan-dash-sidebar ul.dokan-dashboard-menu li ul.navigation-submenu li:hover:before, +.dokan-dashboard .dokan-dash-sidebar ul.dokan-dashboard-menu li ul.navigation-submenu li.current:before { + right: 0.75%; + top: 4%; + border: transparent solid; + content: ' '; + height: 90%; + position: absolute; + pointer-events: none; + border-color: #fff; +} +.dokan-dashboard .dokan-dash-sidebar ul.dokan-dashboard-menu li ul.navigation-submenu li:hover a, +.dokan-dashboard .dokan-dash-sidebar ul.dokan-dashboard-menu li ul.navigation-submenu li.current a { + font-weight: 800 !important; + color: #fff; +} +.dokan-dashboard .dokan-dash-sidebar ul.dokan-dashboard-menu li.active { + position: relative; + background: #f05025; +} +.dokan-dashboard .dokan-dash-sidebar ul.dokan-dashboard-menu li.active:after { + right: 93%; + top: 1.3rem; + border: transparent solid; + content: ' '; + height: 0; + width: 0; + position: absolute; + pointer-events: none; + border-color: transparent transparent transparent #fff; + border-right-color: #fff; + border-width: 16px 0 16px 16px; + margin-top: -16px; +} +.dokan-dashboard .dokan-dash-sidebar ul.dokan-dashboard-menu li.active ul.navigation-submenu { + position: relative; + z-index: 3; + top: auto; + right: auto; + left: auto; + bottom: auto; + border: 0 none; + border-bottom: 0.5px solid #f05025; + margin-top: 0; + box-shadow: none; +} +.dokan-dashboard .dokan-dash-sidebar ul.dokan-dashboard-menu li.active ul.navigation-submenu li:not(.current) a { + font-weight: normal; +} +.dokan-dashboard .dokan-dash-sidebar ul.dokan-dashboard-menu li.active ul.navigation-submenu li a:focus { + outline: none; +} +.dokan-dashboard .dokan-dash-sidebar ul.dokan-dashboard-menu li.active a { + padding-left: 16px; + font-weight: 800; +} +.dokan-dashboard .dokan-dash-sidebar ul.dokan-dashboard-menu li.active a i.menu-dropdown { + display: none; +} +.dokan-dashboard .dokan-dash-sidebar ul.dokan-dashboard-menu li ul.sub-menu { + background: #fff; + margin: 0; + list-style: none; + padding: 0; + position: absolute; + left: -100%; + top: -4px; + z-index: 99; + width: 165px; + display: none; + border-top: 1px solid #ececec; + border-left: 1px solid #ececec; + border-bottom: 1px solid #ececec; +} +.dokan-dashboard .dokan-dash-sidebar ul.dokan-dashboard-menu li ul.sub-menu a { + padding: 2px 10px 2px 0; + font-size: 13px; + color: #333; + font-weight: normal; +} +.dokan-dashboard .dokan-dash-sidebar ul.dokan-dashboard-menu li ul.sub-menu a:hover { + background: #f37655; + color: #fff; +} +.dokan-dashboard .dokan-dash-sidebar ul.dokan-dashboard-menu li ul.sub-menu li { + border-bottom: 1px solid #ccc; +} +.dokan-dashboard .dokan-dash-sidebar ul.dokan-dashboard-menu li ul.sub-menu li:last-child { + border-bottom: none; +} +.dokan-dashboard .dokan-dash-sidebar ul.dokan-dashboard-menu li.settings i.pull-right { + padding-top: 5px; +} +.dokan-dashboard .dokan-dash-sidebar #dokan-navigation #toggle-mobile-menu { + display: none; +} +.dokan-dashboard .dokan-dash-sidebar #dokan-navigation #mobile-menu-icon { + display: none; +} +.dokan-dashboard .dokan-dash-sidebar #dokan-navigation > #mobile-menu-icon { + font-size: 17px; + color: #fff; + position: absolute; + top: 0; + left: 0; + width: 33px; + z-index: 1; + cursor: pointer; + -webkit-touch-callout: none; + -webkit-user-select: none; + -khtml-user-select: none; + -moz-user-select: none; + -ms-user-select: none; + user-select: none; + border: 1px solid #f0f0f0; + border-radius: 3px; + padding: 3px 8px; +} +.dokan-dashboard .dokan-dash-sidebar #dokan-navigation > input:checked + ul.dokan-dashboard-menu { + display: block !important; + background: #000; + color: #fff; + animation: showNav 350ms ease-in-out both; +} +@keyframes showNav { + from { + opacity: 0; + } + to { + opacity: 1; + } +} +@media only screen and (max-width: 450px) { + .dokan-dashboard .dokan-dash-sidebar #dokan-navigation { + height: 33px; + position: relative; + } + .dokan-dashboard .dokan-dash-sidebar #dokan-navigation #mobile-menu-icon { + display: block !important; + } + .dokan-dashboard .dokan-dash-sidebar #dokan-navigation #toggle-mobile-menu { + display: none !important; + } + .dokan-dashboard .dokan-dash-sidebar #dokan-navigation ul.dokan-dashboard-menu { + display: none; + height: auto !important; + padding-top: 48px !important; + } +} +html, +body { + -webkit-backface-visibility: hidden; +} +div.media-sidebar a.edit-attachment { + display: none; +} +.daterangepicker .calendar-table th, +.daterangepicker .calendar-table td { + padding: 5px 10px; +} +.dokan-dashboard .dokan-dashboard-wrap { + display: flex; + display: -webkit-flex; + display: -ms-flexbox; + flex-wrap: wrap; + -webkit-flex-wrap: wrap; + -ms-flex-wrap: wrap; + overflow: hidden; + width: 100%; +} +.dokan-dashboard .dokan-dashboard-wrap * { + box-sizing: border-box; +} +.dokan-dashboard .dokan-dashboard-wrap a:focus { + outline-color: #ff5a40; +} +.dokan-dashboard header.dokan-dashboard-header { + margin: 0 0 15px 0; +} +.dokan-dashboard header.dokan-dashboard-header h1 { + margin: 0 0 10px 0; + border-bottom: 1px solid #EDEDED; + padding: 0 0 10px 0; + line-height: 1.25; +} +.dokan-dashboard header.dokan-dashboard-header .dokan-add-product-link .dokan-btn { + margin-left: 10px; +} +.dokan-dashboard .dokan-dashboard-content { + padding: 0 25px 0 0; + overflow: hidden; + margin-top: 0px; + width: 83%; + flex: 5 auto; +} +.dokan-dashboard .dokan-dashboard-content article.dashboard-content-area:before, +.dokan-dashboard .dokan-dashboard-content article.dashboard-content-area:after { + content: " "; + display: table; +} +.dokan-dashboard .dokan-dashboard-content article.dashboard-content-area:after { + clear: both; +} +.dokan-dashboard .dokan-dashboard-content article.dashboard-content-area .dokan-dash-left { + padding-left: 15px; +} +.dokan-dashboard .dokan-dashboard-content article.dashboard-content-area .dashboard-widget { + background: #fff; + border: 1px solid #EBEBEB; + padding: 0px 10px; + position: relative; + -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.04); + box-shadow: 0 1px 1px rgba(0, 0, 0, 0.04); + margin-bottom: 15px; +} +.dokan-dashboard .dokan-dashboard-content article.dashboard-content-area .dashboard-widget a { + font-size: 13px; +} +.dokan-dashboard .dokan-dashboard-content article.dashboard-content-area .dashboard-widget .widget-title { + font-weight: bold; + font-size: 15px; + border-bottom: 1px solid #EBEBEB; + padding: 6px 0; + margin-bottom: 6px; +} +.dokan-dashboard .dokan-dashboard-content article.dashboard-content-area .dashboard-widget .widget-title i { + color: #ccc; + padding-left: 5px; +} +.dokan-dashboard .dokan-dashboard-content article.dashboard-content-area .dashboard-widget .widget-title .pull-right { + float: left; +} +.dokan-dashboard .dokan-dashboard-content article.dashboard-content-area .dashboard-widget .widget-title .pull-right a { + color: #6d6d6d; + transition: 0.2s linear; +} +.dokan-dashboard .dokan-dashboard-content article.dashboard-content-area .dashboard-widget .widget-title .pull-right a:hover { + color: #000; +} +.dokan-dashboard .dokan-dashboard-content article.dashboard-content-area .dashboard-widget.big-counter { + text-align: center; +} +.dokan-dashboard .dokan-dashboard-content article.dashboard-content-area .dashboard-widget.big-counter ul { + margin: 0px; +} +.dokan-dashboard .dokan-dashboard-content article.dashboard-content-area .dashboard-widget.big-counter li { + width: 100%; + display: block; + margin: 0 auto; +} +.dokan-dashboard .dokan-dashboard-content article.dashboard-content-area .dashboard-widget.big-counter .title { + font-size: 15px; + padding-top: 10px; +} +.dokan-dashboard .dokan-dashboard-content article.dashboard-content-area .dashboard-widget.big-counter .count { + font-size: 18px; + border-bottom: 1px solid #EBEBEB; + font-weight: 600; + padding-bottom: 10px; +} +.dokan-dashboard .dokan-dashboard-content article.dashboard-content-area .dashboard-widget.orders { + overflow: hidden; +} +.dokan-dashboard .dokan-dashboard-content article.dashboard-content-area .dashboard-widget.orders .content-half-part { + width: 50%; + padding: 0; + float: right; +} +.dokan-dashboard .dokan-dashboard-content article.dashboard-content-area .dashboard-widget.orders #order-stats { + padding: 20px; +} +.dokan-dashboard .dokan-dashboard-content article.dashboard-content-area .dashboard-widget.products .pull-right a { + -moz-border-radius: 0; + -webkit-border-radius: 0; + border-radius: 0; + margin-top: -6px; +} +.dokan-dashboard .dokan-dashboard-content article.dashboard-content-area .dashboard-widget.sells-graph { + padding-bottom: 7px; + width: 100%; + position: relative; +} +.dokan-dashboard .dokan-dashboard-content article.dashboard-content-area .dashboard-widget .chart-placeholder.main { + height: 347px; +} +.dokan-dashboard .dokan-dashboard-content article.dashboard-content-area .dashboard-widget .list-count a { + color: #6d6d6d; +} +.dokan-dashboard .dokan-dashboard-content article.dashboard-content-area .dashboard-widget .list-count .count { + float: left; +} +.dokan-dashboard .dokan-dashboard-content article.dashboard-content-area .chart-tooltip { + position: absolute; + display: none; + line-height: 1; + background: #333; + color: #fff; + padding: 3px 5px; + font-size: 11px; + border-radius: 3px; +} +.dokan-dashboard .dokan-dashboard-content article.dokan-settings-area .dokan-map-wrap { + border: 1px solid #EDEDED; +} +.dokan-dashboard .dokan-dashboard-content article.dokan-settings-area .dokan-map-wrap .dokan-map-search-bar { + position: relative; +} +.dokan-dashboard .dokan-dashboard-content article.dokan-settings-area .dokan-map-wrap .dokan-map-find-btn { + display: none; +} +.dokan-dashboard .dokan-dashboard-content article.dokan-settings-area .dokan-map-wrap .dokan-map-search { + border: none; + width: 100%; + padding: 5px 10px; +} +.dokan-dashboard .dokan-dashboard-content article.dokan-settings-area .dokan-map-wrap .dokan-google-map { + width: 100%; + height: 300px; +} +.dokan-dashboard .dokan-dashboard-content article.dokan-settings-area .dokan-payment-settings-summary #vendor-dashboard-payment-settings-error { + padding: 25px; + display: none; + background-color: palevioletred; +} +.dokan-dashboard .dokan-dashboard-content article.dokan-settings-area .dokan-payment-settings-summary div.payment-methods-listing-header { + display: flex; + justify-content: space-between; + align-items: center; + padding: 10px; + background-color: #EEEEEE; +} +.dokan-dashboard .dokan-dashboard-content article.dokan-settings-area .dokan-payment-settings-summary div.payment-methods-listing-header > h2 { + margin: 5px 0; + flex-grow: 1; +} +.dokan-dashboard .dokan-dashboard-content article.dokan-settings-area .dokan-payment-settings-summary div.payment-methods-listing-header > div { + flex-grow: 2; + text-align: left; +} +.dokan-dashboard .dokan-dashboard-content article.dokan-settings-area .dokan-payment-settings-summary div.payment-methods-listing-header > div #vendor-dashboard-payment-settings-toggle-dropdown { + display: inline-block; +} +.dokan-dashboard .dokan-dashboard-content article.dokan-settings-area .dokan-payment-settings-summary div.payment-methods-listing-header > div #vendor-dashboard-payment-settings-toggle-dropdown #toggle-vendor-payment-method-drop-down { + color: #333333; + cursor: pointer; + padding: 10px 10px 10px 35px; + white-space: nowrap; + border-radius: 3px; + background: #DDDDDD; + position: relative; +} +.dokan-dashboard .dokan-dashboard-content article.dokan-settings-area .dokan-payment-settings-summary div.payment-methods-listing-header > div #vendor-dashboard-payment-settings-toggle-dropdown #toggle-vendor-payment-method-drop-down::after { + content: '\25BC'; + display: inline-block; + transition: transform 300ms ease-in-out; + position: absolute; + left: 5px; + top: 20%; +} +.dokan-dashboard .dokan-dashboard-content article.dokan-settings-area .dokan-payment-settings-summary div.payment-methods-listing-header > div #vendor-dashboard-payment-settings-toggle-dropdown #vendor-payment-method-drop-down-wrapper { + position: relative; + top: 5px; +} +.dokan-dashboard .dokan-dashboard-content article.dokan-settings-area .dokan-payment-settings-summary div.payment-methods-listing-header > div #vendor-dashboard-payment-settings-toggle-dropdown #vendor-payment-method-drop-down { + display: none; + max-height: 200px; + border: 1px black solid; + position: absolute; + top: 0; + left: 0; + background-color: white; +} +.dokan-dashboard .dokan-dashboard-content article.dokan-settings-area .dokan-payment-settings-summary div.payment-methods-listing-header > div #vendor-dashboard-payment-settings-toggle-dropdown #vendor-payment-method-drop-down ul { + list-style: none; + margin: 0; + max-height: 199px; + overflow-y: auto; + overflow-x: hidden; +} +.dokan-dashboard .dokan-dashboard-content article.dokan-settings-area .dokan-payment-settings-summary div.payment-methods-listing-header > div #vendor-dashboard-payment-settings-toggle-dropdown #vendor-payment-method-drop-down ul li:not(:last-child) { + border-bottom: 1px #dddddd solid; +} +.dokan-dashboard .dokan-dashboard-content article.dokan-settings-area .dokan-payment-settings-summary div.payment-methods-listing-header > div #vendor-dashboard-payment-settings-toggle-dropdown #vendor-payment-method-drop-down ul li div { + white-space: nowrap; + display: flex; + align-items: center; + padding: 10px 10px 10px 20px; +} +.dokan-dashboard .dokan-dashboard-content article.dokan-settings-area .dokan-payment-settings-summary div.payment-methods-listing-header > div #vendor-dashboard-payment-settings-toggle-dropdown #vendor-payment-method-drop-down ul li div img { + width: calc(12px + 1.5vw); + border: 1px solid lightgray; + border-radius: 50%; +} +.dokan-dashboard .dokan-dashboard-content article.dokan-settings-area .dokan-payment-settings-summary div.payment-methods-listing-header > div #vendor-dashboard-payment-settings-toggle-dropdown #vendor-payment-method-drop-down ul li div span { + padding-left: 30px; + margin-right: 10px; + color: #333333; +} +.dokan-dashboard .dokan-dashboard-content article.dokan-settings-area .dokan-payment-settings-summary div.payment-methods-listing-header > div #vendor-dashboard-payment-settings-toggle-dropdown #vendor-payment-method-drop-down ul li:hover { + background-color: #EFEFEF; +} +.dokan-dashboard .dokan-dashboard-content article.dokan-settings-area .dokan-payment-settings-summary div.payment-methods-listing-header > div #vendor-dashboard-payment-settings-toggle-dropdown #vendor-payment-method-drop-down .no-content { + padding: 20px; + width: 300px; + text-align: center; +} +.dokan-dashboard .dokan-dashboard-content article.dokan-settings-area .dokan-payment-settings-summary div.payment-methods-listing-header > div #vendor-dashboard-payment-settings-toggle-dropdown:hover #toggle-vendor-payment-method-drop-down { + background-color: #CCCCCC; +} +.dokan-dashboard .dokan-dashboard-content article.dokan-settings-area .dokan-payment-settings-summary div.payment-methods-listing-header > div #vendor-dashboard-payment-settings-toggle-dropdown:hover #toggle-vendor-payment-method-drop-down::after { + transform: rotate(-180deg); +} +.dokan-dashboard .dokan-dashboard-content article.dokan-settings-area .dokan-payment-settings-summary div.payment-methods-listing-header > div #vendor-dashboard-payment-settings-toggle-dropdown:hover #vendor-payment-method-drop-down { + display: block; +} +.dokan-dashboard .dokan-dashboard-content article.dokan-settings-area .dokan-payment-settings-summary > ul { + list-style: none; + min-height: 200px; + margin-right: 0; +} +.dokan-dashboard .dokan-dashboard-content article.dokan-settings-area .dokan-payment-settings-summary > ul li > div { + display: flex; + justify-content: space-between; + align-items: center; + padding: 10px; + border-bottom: #CCCCCC solid 1px; +} +.dokan-dashboard .dokan-dashboard-content article.dokan-settings-area .dokan-payment-settings-summary > ul li > div > div { + display: flex; + align-items: center; +} +.dokan-dashboard .dokan-dashboard-content article.dokan-settings-area .dokan-payment-settings-summary > ul li > div > div img { + width: calc(12px + 3vw); + border: 1px solid grey; + border-radius: 50%; +} +.dokan-dashboard .dokan-dashboard-content article.dokan-settings-area .dokan-payment-settings-summary > ul li > div > div span { + margin-right: 10px; + color: #333333; +} +.dokan-dashboard .dokan-dashboard-content article.dokan-settings-area .dokan-payment-settings-summary > ul li > div > div button { + margin-bottom: 3px !important; + min-height: 30px !important; +} +.dokan-dashboard .dokan-dashboard-content article.dokan-settings-area .dokan-payment-settings-summary > ul li > div > div a button { + margin-right: 3px !important; +} +.dokan-dashboard .dokan-dashboard-content article.dokan-settings-area .dokan-payment-settings-summary > .no-content { + min-height: 200px; + padding: 20px; +} +.dokan-dashboard .dokan-dashboard-content article.dokan-settings-area #payment-form .payment-field-bank > div.dokan-form-group > div { + background-color: white; + box-shadow: 0 0 5px #bbbbbb; + margin-left: 10px; + padding: 20px; +} +.dokan-dashboard .dokan-dashboard-content article.dokan-settings-area #payment-form .payment-field-bank > div.dokan-form-group > div div.dokan-form-group > div { + text-align: right; +} +.dokan-dashboard .dokan-dashboard-content article.dokan-settings-area #payment-form .payment-field-bank > div.dokan-form-group > div div.dokan-form-group > div label { + color: black; + font-weight: bold; +} +.dokan-dashboard .dokan-dashboard-content article.dokan-settings-area #payment-form .payment-field-bank > div.dokan-form-group > div div.dokan-form-group > div select { + padding: 10px 15px; + border-radius: 5px; + min-height: 50px; +} +.dokan-dashboard .dokan-dashboard-content article.dokan-settings-area #payment-form .payment-field-bank > div.dokan-form-group > div div.data-warning { + display: flex; + box-shadow: 0 0 5px #AAAAAA; + padding: 10px; + margin-bottom: 10px; +} +.dokan-dashboard .dokan-dashboard-content article.dokan-settings-area #payment-form .payment-field-bank > div.dokan-form-group > div div.data-warning div.left-icon-container { + display: flex; + flex-direction: column; + justify-content: center; + padding: 5px; +} +.dokan-dashboard .dokan-dashboard-content article.dokan-settings-area #payment-form .payment-field-bank > div.dokan-form-group > div div.data-warning div.left-icon-container i { + color: orange; +} +.dokan-dashboard .dokan-dashboard-content article.dokan-settings-area #payment-form .payment-field-bank > div.dokan-form-group > div div.data-warning div.vr-separator { + margin: 0 10px; + border-right: 1px #dddddd solid; +} +.dokan-dashboard .dokan-dashboard-content article.dokan-settings-area #payment-form .payment-field-bank > div.dokan-form-group > div .bottom-note { + text-align: right; + margin-bottom: 2em; +} +.dokan-dashboard .dokan-dashboard-content article.dokan-settings-area #payment-form .payment-field-bank > div.dokan-form-group > div .bottom-actions { + background-color: #EEEEEE; + text-align: right; + border-top: 1px #cccccc solid; + padding: 20px; + margin: -20px; + position: relative; +} +.dokan-dashboard .dokan-dashboard-content article.dokan-settings-area #payment-form .payment-field-bank > div.dokan-form-group > div .bottom-actions button.dokan-btn-danger { + position: absolute; + left: 20px; +} +.dokan-dashboard .dokan-dashboard-content article.dokan-settings-area #payment-form .payment-field-bank > div.dokan-form-group > div .bottom-actions a { + margin-right: 10px; + text-decoration: none; + color: #2B78E4; +} +.dokan-dashboard .dokan-dashboard-content article.dokan-settings-area #payment-form > div.dokan-form-group > div.ajax_prev.dokan-w4 { + margin-right: 24%; +} +.dokan-dashboard .dokan-dashboard-content .edit-account fieldset { + margin-top: 30px; +} +.dokan-dashboard .dokan-dashboard-content .edit-account fieldset legend { + font-weight: bold; +} +.dokan-dashboard .dokan-dashboard-content article { + border-bottom: none; +} +.dokan-dashboard .dokan-dashboard-content ul li { + list-style: none; + margin: 0px; + padding: 0px; +} +.dokan-dashboard .dokan-dashboard-content a { + text-decoration: none; +} +.dokan-dashboard .dokan-dashboard-content .dokan-page-help { + display: block; + font-style: italic; + color: #888; + margin-bottom: 30px; +} +.dokan-dashboard .dokan-dashboard-content .dokan-page-help p { + margin-bottom: 10px; +} +.dokan-dashboard div.chart-container > div.chart-placeholder > div.legend table { + border-spacing: 0.5em; + width: auto; + margin: 0; + border-collapse: separate; +} +.dokan-dashboard div.chart-container > div.chart-placeholder > div.legend table td { + padding: 0; + text-align: right; + vertical-align: middle; + background: none; +} +.dokan-dashboard div.chart-container > div.chart-legend-container > table td { + padding: 0; + padding-right: 5px; + padding-left: 5px; +} +.dokan-column-name-with-avatar { + position: relative; + padding-right: 46px !important; +} +.dokan-column-name-with-avatar img { + position: absolute; + top: 3px; + right: 8px; + border-radius: 50%; + border: 1px solid #fff; + box-shadow: 0 1px 0 0 #e0e0e0; +} +.dokan-orders-content .dokan-orders-area .dokan-order-left-content { + margin-left: 3%; +} +.dokan-orders-content .dokan-orders-area .dokan-order-left-content .dokan-order-billing-address { + min-width: 49%; + margin-left: 2%; +} +.dokan-orders-content .dokan-orders-area .dokan-order-left-content .dokan-order-shipping-address { + min-width: 49%; +} +.dokan-orders-content .dokan-orders-area .dokan-order-filter-serach { + padding: 10px 7px; +} +.dokan-orders-content .dokan-orders-area .dokan-order-filter-serach .dokan-left { + width: 66%!important; +} +.dokan-orders-content .dokan-orders-area .dokan-order-filter-serach .dokan-left .dokan-form-group { + display: flex; + flex-wrap: wrap; + align-items: center; +} +.dokan-orders-content .dokan-orders-area .dokan-order-filter-serach .dokan-left .dokan-form-group button, +.dokan-orders-content .dokan-orders-area .dokan-order-filter-serach .dokan-left .dokan-form-group a, +.dokan-orders-content .dokan-orders-area .dokan-order-filter-serach .dokan-left .dokan-form-group input, +.dokan-orders-content .dokan-orders-area .dokan-order-filter-serach .dokan-left .dokan-form-group select, +.dokan-orders-content .dokan-orders-area .dokan-order-filter-serach .dokan-left .dokan-form-group .select2-container { + height: 35px !important; +} +.dokan-orders-content .dokan-orders-area .dokan-order-filter-serach .dokan-left .dokan-form-group button .select2-selection--single, +.dokan-orders-content .dokan-orders-area .dokan-order-filter-serach .dokan-left .dokan-form-group a .select2-selection--single, +.dokan-orders-content .dokan-orders-area .dokan-order-filter-serach .dokan-left .dokan-form-group input .select2-selection--single, +.dokan-orders-content .dokan-orders-area .dokan-order-filter-serach .dokan-left .dokan-form-group select .select2-selection--single, +.dokan-orders-content .dokan-orders-area .dokan-order-filter-serach .dokan-left .dokan-form-group .select2-container .select2-selection--single { + height: 35px !important; +} +.dokan-orders-content .dokan-orders-area .dokan-order-filter-serach .dokan-left .dokan-form-group button { + margin-left: 5px; + border: none !important; + padding: 3px 10px !important; +} +.dokan-orders-content .dokan-orders-area .dokan-order-filter-serach .dokan-left .dokan-form-group input, +.dokan-orders-content .dokan-orders-area .dokan-order-filter-serach .dokan-left .dokan-form-group select, +.dokan-orders-content .dokan-orders-area .dokan-order-filter-serach .dokan-left .dokan-form-group .select2-container { + width: calc(33% - 54px) !important; + margin-left: 5px; +} +.dokan-orders-content .dokan-orders-area .dokan-order-filter-serach .dokan-left .dokan-form-group a { + display: flex; + align-items: center; +} +.dokan-orders-content .dokan-orders-area .dokan-order-filter-serach .dokan-left .dokan-form-group a .fa { + margin-left: 3px; +} +@media screen and (max-width: 576px) { + .dokan-orders-content .dokan-orders-area .dokan-order-filter-serach .dokan-left .dokan-form-group select, + .dokan-orders-content .dokan-orders-area .dokan-order-filter-serach .dokan-left .dokan-form-group .select2-container, + .dokan-orders-content .dokan-orders-area .dokan-order-filter-serach .dokan-left .dokan-form-group input { + width: 100% !important; + margin-left: 0; + } + .dokan-orders-content .dokan-orders-area .dokan-order-filter-serach .dokan-left .dokan-form-group select:not(:last-child), + .dokan-orders-content .dokan-orders-area .dokan-order-filter-serach .dokan-left .dokan-form-group .select2-container:not(:last-child), + .dokan-orders-content .dokan-orders-area .dokan-order-filter-serach .dokan-left .dokan-form-group input:not(:last-child) { + margin-bottom: 5px; + } +} +.dokan-orders-content .dokan-orders-area .dokan-order-filter-serach .dokan-right { + width: 33%!important; +} +@media screen and (max-width: 768px) { + .dokan-orders-content .dokan-orders-area .dokan-order-filter-serach .dokan-left { + width: 100%!important; + } + .dokan-orders-content .dokan-orders-area .dokan-order-filter-serach .dokan-right { + width: 100%!important; + } +} +.dokan-orders-content .dokan-orders-area td.dokan-order-action { + gap: 5px; + width: 100%; + display: grid; + grid-gap: 5px; + flex-direction: column; + grid-template-columns: repeat(3, 1fr); +} +.dokan-orders-content .dokan-orders-area td.dokan-order-action .wpo_wcpdf { + border: 1px solid transparent; + padding: 5px 10px; + border-color: #ccc; + border-radius: 3px; + background-color: #fff; + background-repeat: no-repeat; + background-position: center; + height: 40px; + width: 40px; +} +.dokan-orders-content .dokan-orders-area td.dokan-order-action .wpo_wcpdf img { + width: 22px !important; +} +.dokan-orders-content .dokan-orders-area td img { + padding: 2px; + margin: 0; + border: 1px solid #dfdfdf; + vertical-align: middle; + width: 46px; + height: auto; +} +.dokan-orders-content .dokan-orders-area td a { + color: #6d6d6d; + transition: 0.2s linear; +} +.dokan-orders-content .dokan-orders-area td a:hover { + color: #000; +} +.dokan-orders-content .dokan-orders-area table.table.order-items { + margin-bottom: 0; +} +.dokan-orders-content .dokan-orders-area .general-details ul.order-status { + border-bottom: 1px solid #EDEDED; + margin-bottom: 3px; + padding-bottom: 3px; + margin-right: 0px; + padding-right: 0px; +} +.dokan-orders-content .dokan-orders-area .general-details ul.customer-details { + margin-right: 0px; + padding-right: 0px; +} +.dokan-orders-content .dokan-orders-area .general-details span { + font-weight: bold; +} +.dokan-orders-content .dokan-orders-area .alert-success.customer-note { + background-color: #dff0d8; + background: #dff0d8; + margin-bottom: 5px; +} +.dokan-orders-content .dokan-orders-area .alert-success.customer-note strong { + font-size: 12px; +} +.dokan-orders-content .dokan-orders-area .order_note_type { + padding-right: 0; +} +.dokan-orders-content .dokan-orders-area #dokan-order-status-form { + margin: 10px 0; +} +.dokan-orders-content .dokan-orders-area #dokan-order-status-form select.form-control { + display: inline-block; + width: 100%; + margin-left: 10px; + font-size: 13px; +} +.dokan-orders-content .dokan-orders-area ul.order-statuses-filter { + font-size: 12px; + color: #EDEDED; +} +.dokan-orders-content .dokan-orders-area ul.order-statuses-filter li { + display: inline-block; + line-height: 13px; + padding: 0 5px; + border-left: 1px solid #EDEDED; +} +.dokan-orders-content .dokan-orders-area ul.order-statuses-filter li a { + color: #6d6d6d; + transition: 0.2s linear; +} +.dokan-orders-content .dokan-orders-area ul.order-statuses-filter li:last-child { + border-left: none; +} +.dokan-orders-content .dokan-orders-area ul.order-statuses-filter li.active a { + color: #000; +} +.dokan-orders-content .dokan-orders-area ul.order_notes { + font-size: 13px; +} +.dokan-orders-content .dokan-orders-area ul.order_notes p.meta { + font-size: 11px; +} +.dokan-orders-content .dokan-orders-area ul.order_notes .note_content { + position: relative; + background: #efefef; + padding: 3px 10px; + margin-bottom: 10px; +} +.dokan-orders-content .dokan-orders-area ul.order_notes .note_content p { + margin: 0; + padding: 0; + word-wrap: break-word; +} +.dokan-orders-content .dokan-orders-area ul.order_notes .note_content:after { + content: ""; + display: block; + position: absolute; + bottom: -15px; + right: 30px; + width: 0; + height: 0; + border-width: 15px 0 0 15px; + border-style: solid; + border-color: #efefef transparent; +} +.dokan-orders-content .dokan-orders-area ul.order_notes li.customer-note .note_content { + background: #d7cad2; +} +.dokan-orders-content .dokan-orders-area ul.order_notes li.customer-note .note_content:after { + border-color: #d7cad2 transparent; +} +.dokan-orders-content .dokan-orders-area tfoot td.value { + border-right: 1px solid #EDEDED; + text-align: left; +} +.dokan-orders-content .dokan-orders-area .order_download_permissions label { + font-weight: normal; +} +.dokan-orders-content .dokan-orders-area .order_download_permissions button.revoke_access { + padding: 3px 10px; + margin-top: -2px; +} +.dokan-orders-content .dokan-orders-area .order_download_permissions .toolbar { + margin-top: 15px; +} +.dokan-orders-content .dokan-orders-area .chosen-container-multi .chosen-choices li.search-field input[type="text"] { + min-height: 27px; +} +.vendor-dashboard-orders-page .select2-search__field { + min-width: auto !important; +} +.dokan-product-listing .dokan-product-listing-area { + padding: 0px 15px; +} +.dokan-product-listing .dokan-product-listing-area .row-actions { + visibility: hidden; + font-size: 12px; + color: #ccc; +} +.dokan-product-listing .dokan-product-listing-area tr:hover .row-actions { + visibility: visible; +} +.dokan-product-listing .dokan-product-listing-area table td img { + width: auto; + height: auto; + max-width: 48px; + max-height: 48px; +} +.dokan-product-listing .dokan-product-listing-area .product-listing-top { + border-bottom: 1px solid #EDEDED; + line-height: 50px; + margin-bottom: 15px; +} +.dokan-product-listing .dokan-product-listing-area .product-listing-top ul.dokan-listing-filter { + width: 60%; +} +.dokan-product-listing .dokan-product-listing-area .product-listing-top ul.dokan-listing-filter li { + display: inline-block; + padding: 0 5px; +} +.dokan-product-listing .dokan-product-listing-area .product-listing-top span.dokan-add-product-link { + width: 36%; + float: left; + text-align: left; +} +.dokan-product-listing .dokan-product-listing-area form.dokan-product-search-form button[name='product_listing_search'] { + float: left; +} +.dokan-product-listing .dokan-product-listing-area form.dokan-product-search-form .dokan-form-group { + float: left; +} +.dokan-product-listing .dokan-product-listing-area table.product-listing-table span.product-type:before { + font-family: "Font Awesome\ 5 Free"; + font-weight: 900; + content: '\f133'; + display: block; + text-align: center; +} +.dokan-product-listing .dokan-product-listing-area table.product-listing-table span.product-type.downloadable:before { + font-family: "Font Awesome\ 5 Free"; + font-weight: 900; + content: '\f019'; + display: block; + text-align: center; +} +.dokan-product-listing .dokan-product-listing-area table.product-listing-table span.product-type.variable:before { + font-family: "Font Awesome\ 5 Free"; + font-weight: 900; + content: '\f02d'; + display: block; + text-align: center; +} +.dokan-product-listing .dokan-product-listing-area table.product-listing-table span.product-type.simple:before { + font-family: "Font Awesome\ 5 Free"; + font-weight: 900; + content: '\f0c9'; + display: block; + text-align: center; +} +.dokan-product-listing .dokan-product-listing-area table.product-listing-table span.product-type.virtual:before { + font-family: "Font Awesome\ 5 Free"; + font-weight: 900; + content: '\f0c2'; + display: block; + text-align: center; +} +.dokan-product-listing .dokan-product-listing-area table.product-listing-table span.earning-info:before { + font-family: "Font Awesome\ 5 Free"; + font-weight: 900; + content: '\f05a'; + display: inline; + margin-right: 5px; +} +.dokan-product-listing .dokan-product-listing-area table.product-listing-table mark.instock { + color: #7ad03a; + background: transparent; + font-weight: bold; +} +.dokan-product-listing .dokan-product-listing-area table.product-listing-table td { + vertical-align: top; +} +.dokan-product-listing .dokan-product-listing-area table.product-listing-table td.column-primary a, +.dokan-product-listing .dokan-product-listing-area table.product-listing-table td .row-actions a { + color: #6d6d6d; +} +.dokan-product-listing .dokan-product-listing-area table.product-listing-table td.column-primary a:hover, +.dokan-product-listing .dokan-product-listing-area table.product-listing-table td .row-actions a:hover { + color: #000; +} +.dokan-product-listing .dokan-product-listing-area table.product-listing-table td.column-primary .delete a:hover, +.dokan-product-listing .dokan-product-listing-area table.product-listing-table td .row-actions .delete a:hover { + color: red; +} +.dokan-product-listing .dokan-product-listing-area table.product-listing-table p { + margin-bottom: 0px; + padding-bottom: 0px; +} +.dokan-product-listing .dokan-product-listing-area table.product-listing-table td.post-status label.draft { + background: #ccc; +} +.dokan-product-listing .dokan-product-listing-area table.product-listing-table td.post-status label.publish { + background: #65c265; +} +.dokan-product-listing .dokan-product-listing-area table.product-listing-table td.post-status label.pending { + background: #f05025; +} +.dokan-product-listing .dokan-product-listing-area table.product-listing-table td.post-date { + font-size: 13px; +} +.dokan-product-listing .dokan-product-listing-area del .amount { + color: #dd5a43; +} +.dokan-product-listing .dokan-product-listing-area ins { + text-decoration: none; +} +.dokan-product-listing .dokan-product-listing-area ins .amount { + color: #69aa46; + font-weight: bold; +} +.dokan-new-product-area .dokan-product-meta { + width: 73.43%; +} +.dokan-new-product-area .featured-image { + width: 25%; +} +.dokan-new-product-area .content-half-part.sale-price { + display: inline-block; +} +.dokan-new-product-area .content-half-part.sale-price label.form-label { + display: block; +} +.dokan-new-product-area .content-half-part.sale-price label.form-label a.sale_schedule, +.dokan-new-product-area .content-half-part.sale-price label.form-label a.cancel_sale_schedule { + float: left; +} +.dokan-product-edit-area header.dokan-pro-edit-breadcrumb { + display: block; + border-bottom: 1px solid #EDEDED; + padding: 0 0 10px 0; + margin: 0 0 15px 0; +} +.dokan-product-edit-area header.dokan-pro-edit-breadcrumb h1 { + font-size: 18px; + line-height: 1.42; +} +.dokan-product-edit-area header.dokan-pro-edit-breadcrumb h1 .dokan-breadcrumb, +.dokan-product-edit-area header.dokan-pro-edit-breadcrumb h1 .dokan-breadcrumb a { + color: #aaa; +} +.dokan-product-edit-area header.dokan-pro-edit-breadcrumb h1 .dokan-label { + font-size: 11px; + font-weight: normal; +} +.dokan-product-edit-area header.dokan-pro-edit-breadcrumb h1 a.view-product { + background-color: #fafafa; + border-color: #ebebeb; +} +.dokan-product-edit-area .dokan-product-meta { + width: 65%; +} +.dokan-product-edit-area .featured-image { + width: 35%; +} +.dokan-edit-row { + background: #fff; + border: 1px solid #ebebeb; + margin-top: 15px; +} +.dokan-edit-row .dokan-section-heading { + padding: 10px 15px; + border-bottom: 1px solid #ebebeb; + overflow: hidden; + cursor: pointer; +} +.dokan-edit-row .dokan-section-heading i.fa { + font-size: 15px; +} +.dokan-edit-row .dokan-section-heading i.fa.fa-flip-vertical { + margin-top: 9px; +} +.dokan-edit-row .dokan-section-heading .dokan-section-toggle { + float: left; + color: #888; + font-size: 15px; +} +.dokan-edit-row .dokan-section-heading h2 { + margin: 0px; + padding: 0px; + float: right; + font-size: 16px; + font-weight: bold; + line-height: 150%; +} +.dokan-edit-row .dokan-section-heading p { + float: right; + vertical-align: bottom; + margin-bottom: 0px; + margin-top: 2px; + margin-right: 8px; + color: #888; + font-style: italic; + font-size: 12px; +} +.product-edit-new-container .dokan-edit-row.dokan-other-options { + margin-bottom: 20px; +} +.product-edit-new-container .dokan-edit-row .dokan-section-content { + padding: 15px; +} +.product-edit-new-container .dokan-product-edit-form .dokan-new-product-featured-img { + max-height: 300px; +} +.product-edit-new-container label { + font-weight: normal; + cursor: pointer; +} +.product-edit-new-container label input[type='checkbox'] { + margin-left: 5px; +} +.product-edit-new-container label.form-label { + font-weight: bold; + margin-bottom: 5px; + font-size: 13px; + display: block; +} +.product-edit-new-container label.form-label span { + font-weight: normal; + color: #888; +} +.product-edit-new-container header.dokan-pro-edit-breadcrumb { + display: block; + border-bottom: 1px solid #EDEDED; + padding: 0 0 10px 0; + margin: 0 0 15px 0; +} +.product-edit-new-container header.dokan-pro-edit-breadcrumb h1 { + font-size: 18px; + line-height: 1.42; +} +.product-edit-new-container header.dokan-pro-edit-breadcrumb h1 .dokan-breadcrumb, +.product-edit-new-container header.dokan-pro-edit-breadcrumb h1 .dokan-breadcrumb a { + color: #aaa; +} +.product-edit-new-container header.dokan-pro-edit-breadcrumb h1 .dokan-label { + font-size: 11px; + font-weight: normal; +} +.product-edit-new-container header.dokan-pro-edit-breadcrumb h1 a.view-product { + background-color: #fafafa; + border-color: #ebebeb; +} +.product-edit-new-container .dokan-price-container .sale_schedule, +.product-edit-new-container .dokan-price-container .cancel_sale_schedule { + font-weight: normal; + float: left; +} +.product-edit-new-container .dokan-form-top-area:before, +.product-edit-new-container .dokan-form-top-area:after { + content: " "; + display: table; +} +.product-edit-new-container .dokan-form-top-area:after { + clear: both; +} +.product-edit-new-container .dokan-form-top-area .dokan-product-meta { + width: 65%; +} +.product-edit-new-container .dokan-form-top-area .featured-image { + width: 35%; +} +@media (max-width: 430px) { + .product-edit-new-container .dokan-form-top-area .dokan-product-meta, + .product-edit-new-container .dokan-form-top-area .featured-image { + width: 100%; + } +} +@media (max-width: 430px) { + .product-edit-new-container .dokan-form-top-area { + display: flex; + flex-direction: column-reverse; + } +} +.product-edit-new-container .dokan-product-short-description { + margin-bottom: 20px; + margin-top: 10px; +} +.product-edit-new-container .content-half-part.featured-image { + padding-right: 25px; +} +.product-edit-new-container .content-half-part.sale-price { + display: inline-block; +} +.product-edit-new-container .dokan-new-product-featured-img { + border: 4px dashed #dddddd; + height: 294px !important; + width: 100% !important; + margin-bottom: 10px; + overflow: hidden; + position: relative; +} +.product-edit-new-container .dokan-new-product-featured-img i.fa-cloud-upload { + display: block; + font-size: 80px; + color: #dfdfdf; +} +.product-edit-new-container .dokan-new-product-featured-img a.dokan-feat-image-btn { + color: #8f8f8f; + text-shadow: 0 1px 1px #fff; + background: #f0f0f0; + padding: 3px 10px; + font-size: 12px; +} +.product-edit-new-container .dokan-new-product-featured-img a.dokan-feat-image-btn:hover { + color: #ececec; + text-shadow: 0 1px 1px #6f6f6f; + background: #b4b4b4; +} +.product-edit-new-container .dokan-new-product-featured-img a.close { + background: #000000; + color: #ff0000; + font-size: 100px; + height: 100% !important; + opacity: 0.7; + padding: 25% 0; + position: absolute; + left: 0; + text-align: center; + text-shadow: none; + top: 0; + width: 100% !important; + display: none; + cursor: pointer; +} +.product-edit-new-container .dokan-new-product-featured-img img { + max-width: 100%; + width: 100%; + height: 100%; +} +.product-edit-new-container .dokan-new-product-featured-img img:hover a.close { + display: block; +} +.product-edit-new-container .dokan-new-product-featured-img .image-wrap:hover a.close { + display: block; +} +.product-edit-new-container .instruction-inside { + text-align: center; + padding-top: 20%; + padding-bottom: 30%; + color: #aaa; +} +.product-edit-new-container .wp-editor-wrap { + border: 1px solid #e7e7e7; +} +.product-edit-new-container .dokan-shipping-container .dokan-shipping-dimention-options { + margin-bottom: 20px; +} +.product-edit-new-container .dokan-shipping-container .dokan-shipping-dimention-options input { + width: 23.3%; + float: right; + margin-left: 2%; +} +.product-edit-new-container .dokan-shipping-container .dokan-shipping-dimention-options input#_height { + margin-left: 0px; +} +.product-edit-new-container .dokan-shipping-container .dokan-shipping-product-options .dokan-additional-shipping-wrap .dokan-w3 { + width: 32%; + margin-left: 2%; +} +.product-edit-new-container .dokan-shipping-container .dokan-shipping-product-options .dokan-additional-shipping-wrap .dokan-w3.last-child { + margin-left: 0px; +} +.product-edit-new-container .dokan-stock-management-wrapper div.dokan-w3 { + width: 32%; + margin-left: 2%; +} +.product-edit-new-container .dokan-stock-management-wrapper div.dokan-w3.last-child { + margin-left: 0px; +} +.product-edit-new-container .dokan-download-wrapper { + margin-top: 15px; +} +.product-edit-new-container aside { + border: 1px solid #eee; + margin-bottom: 15px; + border-radius: 3px; +} +.product-edit-new-container #dokan-product-images ul.product_images { + margin: 0 0 10px 0; + padding: 0; +} +.product-edit-new-container #dokan-product-images ul.product_images li.image, +.product-edit-new-container #dokan-product-images ul.product_images li.dokan-sortable-placeholder { + width: 64px; + height: 64px; + overflow: hidden; + float: right; + box-sizing: border-box; + position: relative; + margin: 9px 0 0 4px; + border: 1px solid #eee; + border-radius: 2px; + padding: 2px; + cursor: move; +} +.product-edit-new-container #dokan-product-images ul.product_images li.image img, +.product-edit-new-container #dokan-product-images ul.product_images li.dokan-sortable-placeholder img { + padding: 0; + margin: 0; + max-width: 100%; +} +.product-edit-new-container #dokan-product-images ul.product_images li.image a.action-delete, +.product-edit-new-container #dokan-product-images ul.product_images li.dokan-sortable-placeholder a.action-delete { + position: absolute; + top: 0; + left: 0; + color: red; + background: rgba(0, 0, 0, 0.6); + margin: 0; + font-size: 35px; + width: 100%; + text-align: center; + height: 100%; + padding: 25% 3px 0; + font-weight: bold; + display: none; +} +.product-edit-new-container #dokan-product-images ul.product_images li.image:hover a.action-delete, +.product-edit-new-container #dokan-product-images ul.product_images li.dokan-sortable-placeholder:hover a.action-delete { + display: inline-block; +} +.product-edit-new-container #dokan-product-images ul.product_images li.dokan-sortable-placeholder { + border: 1px dashed #ccc; +} +.product-edit-new-container .product-dimension .form-control { + display: inline-block; + width: 20%; + margin-left: 5px; +} +.product-edit-new-container .dokan-attribute-variation-options .dokan-product-attribute-wrapper .dokan-attribute-type { + margin-bottom: 15px; +} +.product-edit-new-container .dokan-attribute-variation-options .dokan-product-attribute-wrapper .dokan-attribute-type select { + margin-left: 10px; +} +.product-edit-new-container .dokan-attribute-variation-options .dokan-product-attribute-wrapper .dokan-attribute-type .dokan-attribute-spinner { + margin-right: 10px; + margin-top: 5px; +} +.product-edit-new-container .dokan-attribute-variation-options .dokan-product-attribute-wrapper ul { + padding-right: 0px; + margin-right: 0px; +} +.product-edit-new-container .dokan-attribute-variation-options .dokan-product-attribute-wrapper ul li.product-attribute-list { + border-bottom: 1px solid #e3e3e3; +} +.product-edit-new-container .dokan-attribute-variation-options .dokan-product-attribute-wrapper ul li.product-attribute-list:first-child { + border-top: 1px solid #e3e3e3; +} +.product-edit-new-container .dokan-attribute-variation-options .dokan-product-attribute-wrapper ul li.product-attribute-list .dokan-product-attribute-heading { + padding: 10px 10px; + cursor: move; + position: relative; + background-color: rgba(241, 241, 241, 0.61); +} +.product-edit-new-container .dokan-attribute-variation-options .dokan-product-attribute-wrapper ul li.product-attribute-list .dokan-product-attribute-heading a.dokan-product-remove-attribute { + position: absolute; + top: 9px; + left: 15px; +} +.product-edit-new-container .dokan-attribute-variation-options .dokan-product-attribute-wrapper ul li.product-attribute-list .dokan-product-attribute-heading a.dokan-product-toggle-attribute { + position: absolute; + top: 7px; + left: 80px; + color: #222; +} +.product-edit-new-container .dokan-attribute-variation-options .dokan-product-attribute-wrapper ul li.product-attribute-list .dokan-product-attribute-item { + padding: 10px 0px; +} +.product-edit-new-container .dokan-attribute-variation-options .dokan-product-attribute-wrapper ul li.product-attribute-list .dokan-product-attribute-item .dokan-product-attribute-name { + margin-bottom: 10px; +} +.product-edit-new-container .dokan-attribute-variation-options .dokan-product-attribute-wrapper ul li.product-attribute-list .dokan-product-attribute-item .checkbox-item { + font-weight: normal !important; + margin-bottom: 0px; +} +.product-edit-new-container .dokan-attribute-variation-options .dokan-product-attribute-wrapper ul li.product-attribute-list .dokan-product-attribute-item .dokan-pre-defined-attribute-btn-group { + margin-top: 10px; +} +.product-edit-new-container .dokan-attribute-variation-options .dokan-product-variation-wrapper { + margin-top: 20px; + border-top: 1px solid #eee; + padding-top: 15px; +} +.product-edit-new-container .dokan-attribute-variation-options .dokan-product-variation-wrapper .dokan-variation-top-toolbar { + vertical-align: middle; + line-height: 31px; + margin-bottom: 20px; +} +.product-edit-new-container .dokan-attribute-variation-options .dokan-product-variation-wrapper .dokan-variation-top-toolbar select.variation-actions { + margin-left: 5px; +} +.product-edit-new-container .dokan-attribute-variation-options .dokan-product-variation-wrapper .dokan-variations-container { + margin-bottom: 20px; + /** Load all variation styles **/ +} +.product-edit-new-container .dokan-attribute-variation-options .dokan-product-variation-wrapper .dokan-variations-container .dokan-product-variation-itmes { + cursor: pointer; + position: relative; +} +.product-edit-new-container .dokan-attribute-variation-options .dokan-product-variation-wrapper .dokan-variations-container .dokan-product-variation-itmes .actions { + position: absolute; + top: 15px; + left: 15px; +} +.product-edit-new-container .dokan-attribute-variation-options .dokan-product-variation-wrapper .dokan-variations-container .dokan-product-variation-itmes .actions i.fa { + margin-left: 10px; +} +.product-edit-new-container .dokan-attribute-variation-options .dokan-product-variation-wrapper .dokan-variations-container .dokan-product-variation-itmes .actions i.fa.fa-bars { + cursor: move; +} +.product-edit-new-container .dokan-attribute-variation-options .dokan-product-variation-wrapper .dokan-variations-container .dokan-product-variation-itmes .actions i.fa.fa-sort-desc { + cursor: pointer; + padding-bottom: 4px; +} +.product-edit-new-container .dokan-attribute-variation-options .dokan-product-variation-wrapper .dokan-variations-container .dokan-product-variation-itmes h3.variation-topbar-heading { + margin: 0 !important; + font-size: inherit; + position: relative; + line-height: 35px; + padding: 8px 10px; + border-bottom: 1px solid #eee; + background-color: rgba(241, 241, 241, 0.61); +} +.product-edit-new-container .dokan-attribute-variation-options .dokan-product-variation-wrapper .dokan-variations-container .dokan-product-variation-itmes h3.variation-topbar-heading strong { + float: right; + margin-left: 10px; +} +.product-edit-new-container .dokan-attribute-variation-options .dokan-product-variation-wrapper .dokan-variations-container .dokan-product-variation-itmes h3.variation-topbar-heading select { + float: right; + margin-left: 10px; + width: 20%; +} +.product-edit-new-container .dokan-attribute-variation-options .dokan-product-variation-wrapper .dokan-variations-container .dokan-product-variation-itmes .dokan-variable-attributes { + margin-top: 15px; +} +.product-edit-new-container .dokan-attribute-variation-options .dokan-product-variation-wrapper .dokan-variations-container .dokan-product-variation-itmes .dokan-variable-attributes .thumbnail-checkbox-options { + margin-bottom: 15px; +} +.product-edit-new-container .dokan-attribute-variation-options .dokan-product-variation-wrapper .dokan-variations-container .dokan-product-variation-itmes .dokan-variable-attributes .thumbnail-checkbox-options .upload_image { + width: 130px; + height: 130px; + float: right; +} +.product-edit-new-container .dokan-attribute-variation-options .dokan-product-variation-wrapper .dokan-variations-container .dokan-product-variation-itmes .dokan-variable-attributes .thumbnail-checkbox-options .upload_image .upload_image_button { + display: block; + width: 100%; + height: 100%; + margin-left: 20px; + position: relative; + cursor: pointer; +} +.product-edit-new-container .dokan-attribute-variation-options .dokan-product-variation-wrapper .dokan-variations-container .dokan-product-variation-itmes .dokan-variable-attributes .thumbnail-checkbox-options .upload_image .upload_image_button img { + max-width: 130px; + max-height: 130px; +} +.product-edit-new-container .dokan-attribute-variation-options .dokan-product-variation-wrapper .dokan-variations-container .dokan-product-variation-itmes .dokan-variable-attributes .thumbnail-checkbox-options .upload_image .upload_image_button.dokan-img-remove img { + display: block; +} +.product-edit-new-container .dokan-attribute-variation-options .dokan-product-variation-wrapper .dokan-variations-container .dokan-product-variation-itmes .dokan-variable-attributes .thumbnail-checkbox-options .upload_image .upload_image_button.dokan-img-remove:before { + content: 'X'; + display: none; + position: absolute; + font-size: 50px; + top: 35%; + right: 40%; + color: #f35000; +} +.product-edit-new-container .dokan-attribute-variation-options .dokan-product-variation-wrapper .dokan-variations-container .dokan-product-variation-itmes .dokan-variable-attributes .thumbnail-checkbox-options .upload_image .upload_image_button.dokan-img-remove:hover:before { + display: block; +} +.product-edit-new-container .dokan-attribute-variation-options .dokan-product-variation-wrapper .dokan-variations-container .dokan-product-variation-itmes .dokan-variable-attributes .thumbnail-checkbox-options .options { + float: right; + margin-right: 20px; +} +.product-edit-new-container .dokan-attribute-variation-options .dokan-product-variation-wrapper .dokan-variations-container .dokan-product-variation-itmes .dokan-variable-attributes .thumbnail-checkbox-options .options label { + display: block; + margin-bottom: 10px; +} +.product-edit-new-container .dokan-attribute-variation-options .dokan-product-variation-wrapper .dokan-variations-container .dokan-product-variation-itmes .dokan-variable-attributes .thumbnail-checkbox-options .options label:last-child { + margin-bottom: 0px; +} +.product-edit-new-container .dokan-attribute-variation-options .dokan-product-variation-wrapper .dokan-variations-container .dokan-product-variation-itmes .dokan-variable-attributes .variable_pricing { + margin-bottom: 10px; +} +.product-edit-new-container .dokan-attribute-variation-options .dokan-product-variation-wrapper .dokan-variations-container .dokan-product-variation-itmes .dokan-variable-attributes .weight-dimension { + margin-bottom: 10px; +} +.product-edit-new-container .dokan-attribute-variation-options .dokan-product-variation-wrapper .dokan-variations-container .dokan-product-variation-itmes .dokan-variable-attributes .weight-dimension .dimensions_field .dokan-w3 { + margin-left: 6px; +} +.product-edit-new-container .dokan-attribute-variation-options .dokan-product-variation-wrapper .dokan-variations-container .dokan-product-variation-itmes .dokan-variable-attributes .weight-dimension .dimensions_field .dokan-w3:last-child { + margin-left: 0px; +} +.product-edit-new-container .dokan-attribute-variation-options .dokan-product-variation-wrapper .dokan-variation-default-toolbar { + text-align: left; +} +.product-edit-new-container .dokan-attribute-variation-options .dokan-product-variation-wrapper .dokan-variation-default-toolbar span.dokan-variation-default-label, +.product-edit-new-container .dokan-attribute-variation-options .dokan-product-variation-wrapper .dokan-variation-default-toolbar .dokan-variation-default-select { + margin-left: 5px; +} +.product-edit-new-container .dokan-attribute-variation-options .dokan-product-variation-wrapper .dokan-variation-default-toolbar .float-none { + display: inline-block; + float: none !important; +} +.product-edit-new-container .dokan-attribute-variation-options .dokan-product-variation-wrapper .dokan-variation-action-toolbar button.dokan-btn-default[disabled] { + background-color: #fafafa; + color: #b3b3b3; + border-color: #ccc; +} +.product-edit-new-container .dokan-attribute-variation-options .dokan-product-variation-wrapper .dokan-variation-action-toolbar .dokan-variations-pagenav .displaying-num, +.product-edit-new-container .dokan-attribute-variation-options .dokan-product-variation-wrapper .dokan-variation-action-toolbar .dokan-variations-pagenav .expand-close { + font-style: italic; + font-size: 13px; +} +.product-edit-new-container .dokan-attribute-variation-options .dokan-product-variation-wrapper .dokan-variation-action-toolbar .dokan-variations-pagenav span.pagination-links { + margin-right: 10px; +} +.product-edit-new-container .dokan-attribute-variation-options .dokan-product-variation-wrapper .dokan-variation-action-toolbar .dokan-variations-pagenav span.pagination-links a { + padding: 0px 8px; + background: #eee; + font-size: 14px; +} +.product-edit-new-container .dokan-product-type-container .content-half-part.virtual-checkbox { + padding-right: 10px; +} +@media (max-width: 430px) { + .product-edit-new-container .dokan-product-type-container .content-half-part.virtual-checkbox { + padding-right: 0; + } +} +.product-edit-container { + font-size: 13px; +} +.product-edit-container #editable-post-name-full { + display: none; +} +.product-edit-container #edit-slug-box { + margin-top: 10px; +} +.product-edit-container .dokan-product-title-alert, +.product-edit-container .dokan-product-cat-alert { + color: #f05025; + font-style: italic; + margin-top: 5px; +} +.product-edit-container .dokan-product-less-price-alert { + color: #f05025; + font-style: italic; + margin-top: 5px; +} +.product-edit-container .tab-pane { + padding: 15px 0; +} +.product-edit-container label { + font-weight: normal; + cursor: pointer; +} +.product-edit-container .dokan-feat-image-upload { + border: 4px dashed #dddddd; + height: 200px; + width: 200px; + margin-bottom: 20px; + overflow: hidden; + position: relative; +} +.product-edit-container .dokan-feat-image-upload i.fa-cloud-upload { + display: block; + font-size: 80px; + color: #dfdfdf; +} +.product-edit-container .dokan-feat-image-upload a.dokan-feat-image-btn { + color: #8f8f8f; + text-shadow: 0 1px 1px #fff; + background: #f0f0f0; + padding: 3px 10px; + font-size: 12px; +} +.product-edit-container .dokan-feat-image-upload a.dokan-feat-image-btn:hover { + color: #ececec; + text-shadow: 0 1px 1px #6f6f6f; + background: #b4b4b4; +} +.product-edit-container .dokan-feat-image-upload a.close { + background: #000000; + color: #ff0000; + font-size: 100px; + height: 200px; + opacity: 0.7; + padding: 25% 0; + position: absolute; + left: 0; + text-align: center; + text-shadow: none; + top: 0; + width: 200px; + display: none; +} +.product-edit-container .dokan-feat-image-upload img { + max-width: 100%; +} +.product-edit-container .dokan-feat-image-upload img:hover a.close { + display: block; +} +.product-edit-container .dokan-feat-image-upload .image-wrap:hover a.close { + display: block; +} +.product-edit-container .dokan-feat-image-upload .container-image-and-badge { + position: inherit; +} +@media (max-width: 430px) { + .product-edit-container .dokan-feat-image-upload a.close { + display: block !important; + height: 80px !important; + width: 80px !important; + top: 0; + left: 0; + padding: 0; + margin: 0; + font-size: 50px; + } +} +.product-edit-container .dokan-list-category-box { + border: 1px solid #ccc; + background: #fff; + padding: 0px 15px 15px; + max-height: 200px; + min-height: 45px; + overflow: scroll; +} +.product-edit-container .dokan-list-category-box ul.dokan-checkbox-cat { + padding: 0; + margin: 0; +} +.product-edit-container .dokan-list-category-box ul.dokan-checkbox-cat li { + line-height: 20px; +} +.product-edit-container .instruction-inside { + text-align: center; + padding-top: 40px; + color: #aaa; +} +.product-edit-container .wp-editor-wrap { + border: 1px solid #e7e7e7; +} +.product-edit-container aside { + border: 1px solid #eee; + margin-bottom: 15px; + border-radius: 3px; +} +.product-edit-container .dokan-edit-sidebar { + margin-top: 35px; +} +.product-edit-container .dokan-edit-sidebar .dokan-side-head { + background: #f5f5f5; + padding: 10px; +} +.product-edit-container .dokan-edit-sidebar .dokan-side-body { + padding: 10px; +} +.product-edit-container .dokan-edit-sidebar .dokan-side-body .dokan-form-control { + width: 90%; +} +.product-edit-container .dokan-edit-sidebar .downloadable_files td { + border-top: none; + border-bottom: 1px solid #EDEDED; +} +.product-edit-container .dokan-edit-sidebar .downloadable_files td label { + font-weight: normal; +} +.product-edit-container .dokan-edit-sidebar .downloadable_files td input { + width: 90%; +} +.product-edit-container .dokan-edit-sidebar .downloadable_files ul { + margin: 0px; + padding: 0px; +} +.product-edit-container .dokan-edit-sidebar .downloadable_files ul li { + margin-bottom: 15px; +} +.product-edit-container ul.label-on-left label { + min-width: 200px; + display: inline-block; +} +.product-edit-container ul.label-on-left li { + clear: both; +} +.product-edit-container #product-attributes h4 { + margin-bottom: 15px; +} +.product-edit-container #product-attributes .select-attribute.form-control { + display: inline; + width: auto; +} +.product-edit-container #variants-holder .inputs-box { + background: #f5f5f5; + margin-bottom: 20px; +} +.product-edit-container #variants-holder .inputs-box .box-header { + background: #e5e5e5; + padding: 5px 10px; + font-size: 13px; + margin-bottom: 10px; +} +.product-edit-container #variants-holder .inputs-box .option-couplet { + margin-right: 15px; +} +.product-edit-container #variants-holder .inputs-box .option-couplet li:before { + content: '-'; +} +.product-edit-container #variants-holder .inputs-box .option-couplet li { + margin-bottom: 8px; +} +.product-edit-container #variants-holder .inputs-box .box-inside { + padding: 10px; +} +.product-edit-container #variants-holder .inputs-box .box-inside .attribute-config { + width: 35%; + float: right; +} +.product-edit-container #variants-holder .inputs-box .box-inside .attribute-options { + float: right; + width: 60%; +} +.product-edit-container #variants-holder .actions a { + color: #666; + padding: 0 4px 2px; + font-weight: bold; + border: 1px solid #ddd; + text-decoration: none; + background: #fff; +} +.product-edit-container #variants-holder .actions a:hover { + background: #666; + color: #fff; +} +.product-edit-container #product-variations .wc-metabox { + border-radius: 3px; + background: #f5f5f5; + margin-bottom: 10px; + font-size: 13px; + padding-bottom: 3px; +} +.product-edit-container #product-variations .wc-metabox h3 { + background: #e5e5e5; + padding: 10px; + font-size: 14px; +} +.product-edit-container #product-variations .wc-metabox h3 button { + float: left; + font-size: 12px; + margin-top: -5px; +} +.product-edit-container #product-variations .wc-metabox table { + margin: 10px; +} +.product-edit-container #product-variations .wc-metabox table td { + vertical-align: top; + width: 50%; +} +.product-edit-container #product-variations .wc-metabox table td.upload_image img { + width: 100px; + max-width: 100px; + max-height: 100px; +} +.product-edit-container #product-variations .wc-metabox table td.options label { + display: block; +} +.product-edit-container #product-variations .wc-metabox table td.sku, +.product-edit-container #product-variations .wc-metabox table td.upload_image, +.product-edit-container #product-variations .wc-metabox table td.options { + width: 15%; +} +.product-edit-container #product-variations .wc-metabox td.data { + padding: 0 10px 0 0; + background: #fff; + margin-right: 20px; +} +.product-edit-container #product-variations .wc-metabox table.data_table { + margin: 0; + width: 100%; +} +.product-edit-container #product-variations .wc-metabox table.data_table td { + padding: 0 0 6px 6px; + width: 50%; +} +.product-edit-container #product-variations .wc-metabox table.data_table td input { + width: 100%; + padding: 5px 10px; +} +.product-edit-container #product-variations .wc-metabox table.data_table td input.upload_file_button { + width: auto; + margin-top: 5px; +} +.product-edit-container #product-variations .wc-metabox table.data_table td.dimensions_field input { + width: 25%; + padding: 3px; +} +.product-edit-container #product-variations .wc-metabox table.data_table label { + display: block; +} +.product-edit-container #product-variations .wc-metabox label, +.product-edit-container #product-variations .wc-metabox select, +.product-edit-container #product-variations .wc-metabox input { + font-size: 12px; +} +.product-edit-container #product-variations .wc-metabox input[type='text'], +.product-edit-container #product-variations .wc-metabox input[type='number'], +.product-edit-container #product-variations .wc-metabox select { + border: 1px solid #EDEDED; +} +.product-edit-container #product-variations .wc-metabox select { + width: auto; + display: inline-block; +} +.product-edit-container #product-variations p.toolbar { + padding-top: 10px; +} +.product-edit-container #product-variations p.toolbar select { + border: 1px solid #EDEDED; +} +.product-edit-container #dokan-product-images ul.product_images { + margin: 0 0 10px 0; + padding: 0; +} +.product-edit-container #dokan-product-images ul.product_images li.image, +.product-edit-container #dokan-product-images ul.product_images li.dokan-sortable-placeholder, +.product-edit-container #dokan-product-images ul.product_images li.add-image { + width: 64px; + height: 64px; + overflow: hidden; + float: right; + box-sizing: border-box; + position: relative; + margin: 9px 0 0 4px; + border: 1px solid #eee; + border-radius: 2px; + padding: 2px; + cursor: move; +} +.product-edit-container #dokan-product-images ul.product_images li.image.add-image, +.product-edit-container #dokan-product-images ul.product_images li.dokan-sortable-placeholder.add-image, +.product-edit-container #dokan-product-images ul.product_images li.add-image.add-image { + cursor: pointer; + text-align: center; + line-height: 50px; + border: 2px dashed #ddd; +} +.product-edit-container #dokan-product-images ul.product_images li.image.add-image a, +.product-edit-container #dokan-product-images ul.product_images li.dokan-sortable-placeholder.add-image a, +.product-edit-container #dokan-product-images ul.product_images li.add-image.add-image a { + width: 100%; + height: 100%; + color: #afafaf; + font-size: 18px; +} +.product-edit-container #dokan-product-images ul.product_images li.image img, +.product-edit-container #dokan-product-images ul.product_images li.dokan-sortable-placeholder img, +.product-edit-container #dokan-product-images ul.product_images li.add-image img { + padding: 0; + margin: 0; + max-width: 100%; +} +.product-edit-container #dokan-product-images ul.product_images li.image a.action-delete, +.product-edit-container #dokan-product-images ul.product_images li.dokan-sortable-placeholder a.action-delete, +.product-edit-container #dokan-product-images ul.product_images li.add-image a.action-delete { + position: absolute; + top: 0; + left: 0; + color: red; + background: rgba(0, 0, 0, 0.6); + margin: 0; + padding: 0 3px; + font-size: 35px; + width: 100%; + text-align: center; + height: 100%; + font-weight: bold; + display: none; +} +.product-edit-container #dokan-product-images ul.product_images li.image:hover a.action-delete, +.product-edit-container #dokan-product-images ul.product_images li.dokan-sortable-placeholder:hover a.action-delete, +.product-edit-container #dokan-product-images ul.product_images li.add-image:hover a.action-delete { + display: inline-block; +} +.product-edit-container #dokan-product-images ul.product_images li.dokan-sortable-placeholder { + border: 1px dashed #ccc; +} +.product-edit-container .product-dimension .form-control { + display: inline-block; + width: 25%; + margin-left: 5px; +} +.toggle-sidebar-container { + padding: 8px 0; + border-bottom: 1px solid #dfdfdf; + margin-bottom: 15px; +} +.toggle-sidebar-container .dokan-toggle-sidebar { + display: block; + margin-bottom: 5px; +} +.dokan-product-edit header.dokan-dashboard-header h1.entry-title span.dokan-product-status-label { + font-size: 11px; + margin-right: 15px; + vertical-align: middle; +} +.dokan-product-edit header.dokan-dashboard-header h1.entry-title span.dokan-product-hidden-label { + font-size: 13px; + margin-left: 30px; + margin-top: 9px; +} +.dokan-product-edit header.dokan-dashboard-header h1.entry-title a.view-product { + background-color: #fafafa; + border-color: #ebebeb; +} +.dokan-product-edit-area .dokan-product-edit-left { + width: 67%; + float: right; + margin-left: 4%; +} +.dokan-product-edit-area .dokan-product-edit-right { + width: 27%; + float: right; +} +.dokan-product-edit-area .discount-price label { + font-weight: normal; + cursor: pointer; +} +.white-popup { + position: relative; + background: #fff; + padding: 0px; + width: auto; + max-width: 690px; + margin: 20px auto; +} +.dokan-dashboard-not-product-found { + text-align: center; + margin-top: 50px; +} +.dokan-dashboard-not-product-found .no-product-found-icon { + margin: 20px auto; + max-width: 100%; +} +.dokan-dashboard-not-product-found .dokan-blank-product-message { + font-size: 20px; + margin-bottom: 20px; +} +.dokan-add-new-product-popup h2 { + padding: 0px 20px 16px; + border-bottom: 1px solid #eee; + margin-bottom: 0px; + font-size: 22px; + color: #5d5d5d; + margin-top: 15px; + position: absolute; + overflow: hidden; + width: 690px; + z-index: 999999; + background: #fff; + margin-top: 0px; + padding-top: 16px; + -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.05); + -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.05); + box-shadow: 0 1px 4px rgba(0, 0, 0, 0.05); +} +.dokan-add-new-product-popup .mfp-close { + top: 10px; + left: 5px; + z-index: 999999; +} +.dokan-add-new-product-popup .product-form-container { + margin-top: 30px; + padding: 20px; + height: 550px; +} +.dokan-add-new-product-popup .product-form-container .dokan-feat-image-upload { + border: 3px dashed #dddddd; + height: 65%; + width: 98%; + margin-bottom: 10px; + margin-left: 15px; + overflow: hidden; + position: relative; +} +.dokan-add-new-product-popup .product-form-container .dokan-feat-image-upload i.fa-cloud-upload { + display: block; + font-size: 80px; + color: #dfdfdf; +} +.dokan-add-new-product-popup .product-form-container .dokan-feat-image-upload .instruction-inside { + text-align: center; + padding-top: 20%; + padding-bottom: 30%; + color: #aaa; +} +.dokan-add-new-product-popup .product-form-container .dokan-feat-image-upload a.dokan-feat-image-btn { + color: #8f8f8f; + text-shadow: 0 1px 1px #fff; + background: #f0f0f0; + padding: 3px 10px; + font-size: 12px; +} +.dokan-add-new-product-popup .product-form-container .dokan-feat-image-upload a.dokan-feat-image-btn:hover { + color: #ececec; + text-shadow: 0 1px 1px #6f6f6f; + background: #b4b4b4; +} +.dokan-add-new-product-popup .product-form-container .dokan-feat-image-upload a.close { + background: #000000; + color: #ff0000; + font-size: 100px; + height: 100%; + opacity: 0.7; + padding: 25% 0; + position: absolute; + left: 0; + text-align: center; + text-shadow: none; + top: 0; + width: 100%; + display: none; + cursor: pointer; +} +.dokan-add-new-product-popup .product-form-container .dokan-feat-image-upload img { + max-width: 100%; + width: 292px; + height: 212px; + object-fit: cover; +} +.dokan-add-new-product-popup .product-form-container .dokan-feat-image-upload img:hover a.close { + display: block; +} +.dokan-add-new-product-popup .product-form-container .dokan-feat-image-upload .image-wrap:hover a.close { + display: block; +} +.dokan-add-new-product-popup .dokan-feat-image-content { + width: 35%; + margin-left: 15px; +} +.dokan-add-new-product-popup .dokan-feat-image-content ul > li { + list-style: none; +} +.dokan-add-new-product-popup .dokan-feat-image-content ul > li > a { + display: block; + width: 100%; + height: 100%; +} +.dokan-add-new-product-popup #dokan-product-images ul.product_images { + margin: 0 0 10px 0; + padding: 0; +} +.dokan-add-new-product-popup #dokan-product-images ul.product_images li.image, +.dokan-add-new-product-popup #dokan-product-images ul.product_images li.dokan-sortable-placeholder, +.dokan-add-new-product-popup #dokan-product-images ul.product_images li.add-image { + width: 50px; + height: 50px; + overflow: hidden; + float: right; + box-sizing: border-box; + position: relative; + margin: 9px 0 0 4px; + border: 1px solid #eee; + border-radius: 2px; + padding: 2px; + cursor: move; +} +.dokan-add-new-product-popup #dokan-product-images ul.product_images li.image.add-image, +.dokan-add-new-product-popup #dokan-product-images ul.product_images li.dokan-sortable-placeholder.add-image, +.dokan-add-new-product-popup #dokan-product-images ul.product_images li.add-image.add-image { + cursor: pointer; + text-align: center; + line-height: 40px; + border: 2px dashed #ddd; +} +.dokan-add-new-product-popup #dokan-product-images ul.product_images li.image.add-image a, +.dokan-add-new-product-popup #dokan-product-images ul.product_images li.dokan-sortable-placeholder.add-image a, +.dokan-add-new-product-popup #dokan-product-images ul.product_images li.add-image.add-image a { + width: 100%; + height: 100%; + color: #afafaf; + font-size: 18px; +} +.dokan-add-new-product-popup #dokan-product-images ul.product_images li.image img, +.dokan-add-new-product-popup #dokan-product-images ul.product_images li.dokan-sortable-placeholder img, +.dokan-add-new-product-popup #dokan-product-images ul.product_images li.add-image img { + padding: 0; + margin: 0; + max-width: 100%; +} +.dokan-add-new-product-popup #dokan-product-images ul.product_images li.image a.action-delete, +.dokan-add-new-product-popup #dokan-product-images ul.product_images li.dokan-sortable-placeholder a.action-delete, +.dokan-add-new-product-popup #dokan-product-images ul.product_images li.add-image a.action-delete { + position: absolute; + top: 0; + left: 0; + color: red; + background: rgba(0, 0, 0, 0.6); + margin: 0; + padding: 0 3px; + font-size: 50px; + width: 100%; + text-align: center; + height: 100%; + padding-top: 25%; + font-weight: bold; + display: none; +} +.dokan-add-new-product-popup #dokan-product-images ul.product_images li.image:hover a.action-delete, +.dokan-add-new-product-popup #dokan-product-images ul.product_images li.dokan-sortable-placeholder:hover a.action-delete, +.dokan-add-new-product-popup #dokan-product-images ul.product_images li.add-image:hover a.action-delete { + display: inline-block; +} +.dokan-add-new-product-popup #dokan-product-images ul.product_images li.dokan-sortable-placeholder { + border: 1px dashed #ccc; +} +.dokan-add-new-product-popup .dokan-product-field-content { + width: 62.5%; +} +.dokan-add-new-product-popup .dokan-product-field-content label { + font-weight: normal; +} +.dokan-add-new-product-popup .dokan-product-field-content input[type='checkbox'] { + margin-left: 4px; +} +.dokan-add-new-product-popup .product-full-container { + margin-top: 10px; +} +.dokan-add-new-product-popup .product-container-footer { + padding: 20px 20px; + border-top: 1px solid #eee; + text-align: left; +} +.dokan-add-new-product-popup .product-container-footer .dokan-add-new-product-spinner { + position: static; + margin-left: 8px; + vertical-align: middle; +} +.dokan-add-new-product-popup .product-container-footer .dokan-show-add-product-error { + color: #d9534f; + margin-left: 8px; + vertical-align: middle; + float: right; + display: block; +} +.dokan-add-new-product-popup .product-container-footer .dokan-show-add-product-success { + color: #5cb85c; + margin-left: 8px; + vertical-align: middle; + float: right; + display: block; +} +.select2-container--open .select2-dropdown--below { + margin-top: 32px; +} +.select2-container--open .select2-dropdown--above { + margin-top: 32px; +} +.dokan-vendor-info-wrap { + border: 1px solid #E7E7E7; + padding: 15px; + display: flex; + align-items: center; + margin-top: 10px; +} +.dokan-vendor-info-wrap h5, +.dokan-vendor-info-wrap p { + margin: 0; +} +.dokan-vendor-info-wrap a { + text-decoration: none!important; + background: transparent!important; + box-shadow: unset!important; + padding: 0!important; +} +.dokan-vendor-info-wrap .dokan-vendor-image { + width: 50px; + height: 50px; + margin-left: 13px; +} +.dokan-vendor-info-wrap .dokan-vendor-image img { + border-radius: 50%; +} +.dokan-vendor-info-wrap .dokan-vendor-info .dokan-vendor-name { + display: flex; + align-items: center; +} +.dokan-vendor-info-wrap .dokan-vendor-info .dokan-vendor-name h5 { + font-size: 16px; + font-weight: 500; + color: #000; + margin-left: 10px; +} +.dokan-vendor-info-wrap .dokan-vendor-info .dokan-vendor-rating { + display: flex; + align-items: center; +} +.dokan-vendor-info-wrap .dokan-vendor-info .dokan-vendor-rating p { + color: #C1C1C1; + font-size: 14px; + font-weight: 500; + margin-left: 6px; +} +.dokan-vendor-info-wrap .dokan-vendor-info .dokan-vendor-rating .dashicons-star-empty { + color: #e0e0e0; + font-size: 16px; +} +.dokan-vendor-info-wrap .dokan-vendor-info .dokan-vendor-rating .dashicons-star-filled, +.dokan-vendor-info-wrap .dokan-vendor-info .dokan-vendor-rating .dashicons-star-half { + color: #ffc239; + font-size: 16px; +} +.dokan-vendor-info-wrap .dokan-vendor-info .dokan-ratings-count { + color: #C1C1C1; + font-size: 11px; + font-weight: normal; +} +.dokan-settings-content .dokan-settings-area { + position: relative; +} +.dokan-settings-content .dokan-settings-area .dokan-store-settign-header-wrap { + width: 70%; + float: right; +} +.dokan-settings-content .dokan-settings-area .dokan-update-setting-top { + width: 30%; + float: left; +} +.dokan-settings-content .dokan-settings-area .dokan-dashboard-header { + margin: 0 0 10px 0; + border-bottom: 1px solid #EDEDED; + padding: 0 0 10px 0; +} +.dokan-settings-content .dokan-settings-area .dokan-dashboard-header h1 { + margin: 0 0 0px 0; + border-bottom: none; +} +.dokan-settings-content .dokan-settings-area .dokan-dashboard-header:after { + content: ""; + display: table; + clear: both; +} +.dokan-settings-content .dokan-settings-area h1 { + margin: 0px; + padding: 0px; +} +.dokan-settings-content .dokan-settings-area .dokan-banner { + border: 4px dashed #d8d8d8; + margin: 0 auto 35px; + max-width: 850px; + text-align: center; + overflow: hidden; + position: relative; + min-height: 300px; +} +.dokan-settings-content .dokan-settings-area .dokan-banner img { + max-width: 100%; +} +.dokan-settings-content .dokan-settings-area .dokan-banner .dokan-remove-banner-image { + position: absolute; + width: 100%; + height: 300px; + background: #000; + top: 0; + right: 0; + opacity: 0.7; + font-size: 100px; + color: red; + padding-top: 70px; + display: none; +} +.dokan-settings-content .dokan-settings-area .dokan-banner:hover { + cursor: pointer; +} +.dokan-settings-content .dokan-settings-area .dokan-banner:hover .dokan-remove-banner-image { + display: block; +} +.dokan-settings-content .dokan-settings-area .dokan-gravatar { + position: relative; +} +.dokan-settings-content .dokan-settings-area .dokan-gravatar .dokan-remove-gravatar-image { + position: absolute; + width: 80px; + height: 80px; + background: #000; + top: 0; + right: 0; + opacity: 0.7; + font-size: 70px; + text-align: center; + color: #f00; + padding-top: 5px; + display: none; + border-radius: 50%; +} +.dokan-settings-content .dokan-settings-area .dokan-gravatar .gravatar-wrap .dokan-gravatar-img { + border-radius: 50%; + height: 80px !important; + width: 80px; +} +.dokan-settings-content .dokan-settings-area .dokan-gravatar:hover .dokan-remove-gravatar-image { + display: block; +} +.dokan-settings-content .dokan-settings-area .button-area { + margin-top: 35px; +} +.dokan-settings-content .dokan-settings-area .button-area i.fa-cloud-upload { + display: block; + font-size: 80px; + color: #dfdfdf; +} +.dokan-settings-content .dokan-settings-area .button-area .help-block { + font-size: 12px; + color: #b1b1b1; +} +.dokan-settings-content .dokan-settings-area ul.dokan-categories { + list-style: none; + padding: 0; + margin: 0; +} +.dokan-settings-content .dokan-settings-area ul.dokan-categories label { + font-weight: normal; +} +.dokan-settings-content .dokan-settings-area .dokan-address-fields label { + font-weight: normal; + font-size: 12px; +} +.dokan-settings-content .dokan-settings-area .dokan-form-group .checkbox { + margin-top: 0px; +} +.store-open-close .dokan-form-group { + text-align: right; + display: flex; +} +.store-open-close label.day { + width: 200px; +} +.store-open-close label.time { + padding-right: 5px; +} +.store-open-close select.dokan-form-control { + width: auto; +} +@media only screen and (max-width: 415px) { + .store-open-close label:first-child { + width: 100%; + text-align: right; + } + .store-open-close .time input { + width: 75px; + } + .store-open-close .dokan-form-group:first-child { + margin-top: 50px; + } + .store-open-close label.day.control-label { + padding-left: 85px; + } +} +.dokan-store.dokan-theme-twentytwelve .site-content { + float: none; + width: 100%; +} +.dokan-store-wrap { + display: flex; + margin: 20px 0; + flex-direction: column; +} +.dokan-store-wrap.layout-left { + flex-direction: column-reverse; +} +@media (min-width: 1000px) { + .dokan-store-wrap.layout-left, + .dokan-store-wrap.layout-right { + flex-direction: row; + } + .dokan-store-wrap .dokan-store-sidebar { + flex: 0 1 26%; + } + .dokan-store-wrap .dokan-single-store { + flex: 0 1 100%; + } + .dokan-store-wrap.layout-left .dokan-store-sidebar { + margin-left: 4%; + } + .dokan-store-wrap.layout-right .dokan-store-sidebar { + margin-right: 4%; + } +} +.dokan-store-products-filter-area { + margin-bottom: 30px; +} +.dokan-store-products-filter-area .product-name-search { + height: 40px; + border: solid 1px #eee; + background-color: #fff; + float: right; + width: 250px; +} +.dokan-store-products-filter-area .product-name-search:focus { + outline: 0px; +} +.dokan-store-products-filter-area .orderby-search { + height: 40px; + border: solid 1px #eee; + background-color: #fff; + float: left; +} +.dokan-store-products-filter-area .search-store-products { + height: 40px; + border: solid 1px #ccc; + background-color: #eee; + float: right; + line-height: 40px; + padding: 0px 25px; +} +.dokan-store-products-filter-area .dokan-store-products-ordeby { + width: 100%; + margin-left: 0px; + position: relative; +} +.dokan-store-products-filter-area .dokan-store-products-search-has-results { + border: 1px solid #e0e0e0; +} +.dokan-store-products-filter-area #dokan-store-products-search-result { + display: none; + position: absolute; + width: 100%; + background: #ffffff; + z-index: 15; + transform: translateY(-1px); + max-width: 349px; + max-height: 400px; + overflow-y: auto; + overflow-x: hidden; + top: 42px; +} +.dokan-store-products-filter-area #dokan-store-products-search-result ul { + list-style: none; + margin: 0 !important; + padding: 15px; +} +.dokan-store-products-filter-area #dokan-store-products-search-result li { + display: block; + padding: 8px 0; + position: relative; + border-bottom: 1px dashed #e0e0e0; + margin-right: 0px; +} +.dokan-store-products-filter-area #dokan-store-products-search-result li:last-child { + border-bottom: none; +} +.dokan-store-products-filter-area #dokan-store-products-search-result a { + display: table; + width: 100%; +} +.dokan-store-products-filter-area #dokan-store-products-search-result a > * { + display: table-cell; + vertical-align: top; +} +.dokan-store-products-filter-area #dokan-store-products-search-result .dokan-ls-product-image { + width: 40px; + max-width: 40px; +} +.dokan-store-products-filter-area #dokan-store-products-search-result .dokan-ls-product-data { + padding-right: 20px; +} +.dokan-store-products-filter-area #dokan-store-products-search-result .dokan-ls-product-data div:not(.dokan-ls-product-categories) { + display: inline-block; + vertical-align: middle; +} +.dokan-store-products-filter-area #dokan-store-products-search-result .dokan-ls-product-data .dokan-ls-product-price { + position: absolute; + top: 12px; + left: 0; +} +.dokan-store-products-filter-area #dokan-store-products-search-result .dokan-ls-product-data .dokan-ls-product-stock { + padding: 4px 8px; + background: #eeeeee; + border-radius: 4px; + position: absolute; + bottom: 10px; + left: 0; +} +.dokan-store-products-filter-area #dokan-store-products-search-result h3 { + display: block; + margin: 0px; + font-size: 15px; +} +.dokan-store-products-filter-area #dokan-store-products-search-result .dokan-ls-product-categories span { + display: inline-block; + margin-left: 4px; + font-size: 13px; +} +.dokan-store-products-filter-area #dokan-store-products-search-result .dokan-ls-product-categories span:after { + content: ","; +} +.dokan-store-products-filter-area #dokan-store-products-search-result .dokan-ls-product-categories span:last-child:after { + content: ""; +} +.dokan-store-products-filter-area #dokan-store-products-search-result .dokan-ls-product-categories span:last-child { + margin-left: 0; +} +.dokan-store-products-filter-area #dokan-store-products-search-result .product-price { + font-size: 14px; + font-weight: bold; + bottom: 10px; + text-align: left; +} +.dokan-store-products-filter-area #dokan-store-products-search-result .dokan-ls-sale-price { + color: #8f949b; + text-decoration: line-through; + margin-right: 8px; +} +.dokan-store-products-filter-area .dokan-ajax-search-loader { + background-image: url(../js/../images/spinner-2x.gif); + background-position: left center; + background-repeat: no-repeat; + background-size: 25px 25px; + z-index: 999; +} +.dokan-single-store { + margin: 0; +} +.dokan-single-store .profile-frame { + padding: 0px; + position: relative; + background-size: cover; + background-color: #eee; +} +.dokan-single-store .profile-frame .profile-info-box { + position: relative; +} +.dokan-single-store .profile-frame .profile-info-box a { + color: inherit; +} +.dokan-single-store .profile-frame .profile-info-box:hover { + color: #fff; +} +.dokan-single-store .profile-frame .profile-info-box .profile-info-img { + width: 100%; + height: auto; +} +.dokan-single-store .profile-frame .profile-info-box .profile-info-img.dummy-image { + background-image: url(../js/../images/default-store-banner.png); + background-size: 100% 100%; + background-repeat: no-repeat; +} +.dokan-single-store .profile-frame .profile-info-box.profile-layout-default .profile-info-img { + height: 100% !important; + object-fit: cover; +} +.dokan-single-store .profile-frame .profile-info-box.profile-layout-default .profile-info-img.dummy-image { + position: absolute; + right: 0; + top: 0; + background-size: cover; +} +.dokan-single-store .profile-frame .profile-info-box .profile-info-summery-wrapper { + position: absolute; + top: 0; + right: 0; + color: #fff; + width: 100%; + height: 100%; +} +.dokan-single-store .profile-frame .profile-info-box .profile-info-summery-wrapper .profile-info-summery { + width: 320px; + height: 100%; + padding-top: 25px; +} +.dokan-single-store .profile-frame .profile-info-box .profile-info-summery-wrapper .profile-info-summery .profile-info-head .profile-img { + text-align: center; + margin-bottom: 12px; +} +.dokan-single-store .profile-frame .profile-info-box .profile-info-summery-wrapper .profile-info-summery .profile-info-head .profile-img.profile-img-circle img { + border-radius: 50%; + background: #fff; + width: 80px; + height: 80px; + margin-right: auto; + margin-left: auto; +} +.dokan-single-store .profile-frame .profile-info-box .profile-info-summery-wrapper .profile-info-summery .profile-info-head .profile-img.profile-img-square img { + background-color: #fff; + border: 1px solid #EDEDED; + border-radius: 0; + padding: 4px; +} +.dokan-single-store .profile-frame .profile-info-box .profile-info-summery-wrapper .profile-info-summery .profile-info-head .store-name { + font-weight: bold; + padding: 0; + font-size: 20px; + margin: 0 0 18px; + color: #fff; + display: flex; + align-items: center; + justify-content: center; +} +.dokan-single-store .profile-frame .profile-info-box .profile-info-summery-wrapper .profile-info-summery .profile-info-head .store-name svg { + margin-right: 5px; +} +.dokan-single-store .profile-frame .profile-info-box .profile-info-summery-wrapper .profile-info-summery .profile-info { + padding: 0 30px; +} +.dokan-single-store .profile-frame .profile-info-box .profile-info-summery-wrapper .profile-info-summery .profile-info .dokan-store-info { + cursor: pointer; + position: relative; + list-style: none; +} +.dokan-single-store .profile-frame .profile-info-box .profile-info-summery-wrapper .profile-info-summery .profile-info .dokan-store-info .dokan-store-phone a, +.dokan-single-store .profile-frame .profile-info-box .profile-info-summery-wrapper .profile-info-summery .profile-info .dokan-store-info .dokan-store-email a { + text-decoration: none; + color: inherit; +} +.dokan-single-store .profile-frame .profile-info-box .profile-info-summery-wrapper .profile-info-summery .profile-info .dokan-store-info span.fa-angle-down { + margin-right: 10px; +} +.dokan-single-store .profile-frame .profile-info-box .profile-info-summery-wrapper .profile-info-summery .profile-info .dokan-store-info .dokan-store-open-close .store-open-close-notice { + display: flex; + align-items: center; + position: relative; + z-index: 1; +} +.dokan-single-store .profile-frame .profile-info-box .profile-info-summery-wrapper .profile-info-summery .profile-info .dokan-store-info .dokan-store-open-close .store-open-close-notice .store-notice { + min-width: 96px; +} +.dokan-single-store .profile-frame .profile-info-box .profile-info-summery-wrapper .profile-info-summery .profile-info .dokan-store-info .dokan-store-open-close .store-open-close-notice #vendor-store-times { + top: 110%; + right: -20%; + color: #3E474F; + width: 310px; + z-index: 1; + display: none; + padding: 1.5em 2em; + overflow: auto; + position: absolute; + max-height: 435px; + background: #fff; + box-shadow: 0 10px 15px -3px #00000040, 0 4px 6px -4px #00000010; + border-radius: 6px; +} +.dokan-single-store .profile-frame .profile-info-box .profile-info-summery-wrapper .profile-info-summery .profile-info .dokan-store-info .dokan-store-open-close .store-open-close-notice #vendor-store-times .store-times-heading { + margin: 10px 0 25px; + display: flex; + align-items: center; + justify-content: center; +} +.dokan-single-store .profile-frame .profile-info-box .profile-info-summery-wrapper .profile-info-summery .profile-info .dokan-store-info .dokan-store-open-close .store-open-close-notice #vendor-store-times .store-times-heading i.fa-calendar-day { + color: #2471A9; + width: 30px; + margin: 0 -10px 0 10px; + height: 30px; + border: 1px solid #CBD9DC; + display: flex; + align-items: center; + border-radius: 50%; + justify-content: center; +} +.dokan-single-store .profile-frame .profile-info-box .profile-info-summery-wrapper .profile-info-summery .profile-info .dokan-store-info .dokan-store-open-close .store-open-close-notice #vendor-store-times .store-times-heading h4 { + font-size: 20px; + font-weight: 700; + margin-bottom: 0; +} +.dokan-single-store .profile-frame .profile-info-box .profile-info-summery-wrapper .profile-info-summery .profile-info .dokan-store-info .dokan-store-open-close .store-open-close-notice #vendor-store-times span { + margin-right: 10px; +} +.dokan-single-store .profile-frame .profile-info-box .profile-info-summery-wrapper .profile-info-summery .profile-info .dokan-store-info .dokan-store-open-close .store-open-close-notice #vendor-store-times .store-time-tags { + display: flex; + font-size: 15px; + margin-bottom: 12px; +} +.dokan-single-store .profile-frame .profile-info-box .profile-info-summery-wrapper .profile-info-summery .profile-info .dokan-store-info .dokan-store-open-close .store-open-close-notice #vendor-store-times .store-time-tags .store-days { + flex: 2.3; +} +.dokan-single-store .profile-frame .profile-info-box .profile-info-summery-wrapper .profile-info-summery .profile-info .dokan-store-info .dokan-store-open-close .store-open-close-notice #vendor-store-times .store-time-tags .current_day, +.dokan-single-store .profile-frame .profile-info-box .profile-info-summery-wrapper .profile-info-summery .profile-info .dokan-store-info .dokan-store-open-close .store-open-close-notice #vendor-store-times .store-time-tags .current_time { + font-weight: 700; +} +.dokan-single-store .profile-frame .profile-info-box .profile-info-summery-wrapper .profile-info-summery .profile-info .dokan-store-info .dokan-store-open-close .store-open-close-notice #vendor-store-times .store-time-tags .store-times { + flex: 4; +} +.dokan-single-store .profile-frame .profile-info-box .profile-info-summery-wrapper .profile-info-summery .profile-info .dokan-store-info .dokan-store-open-close .store-open-close-notice #vendor-store-times .store-time-tags .store-times .store-open, +.dokan-single-store .profile-frame .profile-info-box .profile-info-summery-wrapper .profile-info-summery .profile-info .dokan-store-info .dokan-store-open-close .store-open-close-notice #vendor-store-times .store-time-tags .store-times .store-close { + cursor: pointer; + display: inline-block; + padding: 2px 3px 3.5px; + transition: 0.5s ease; + list-style: none; + margin-bottom: 5.5px; + border-radius: 0.375rem; + text-decoration: none; +} +.dokan-single-store .profile-frame .profile-info-box .profile-info-summery-wrapper .profile-info-summery .profile-info .dokan-store-info .dokan-store-open-close .store-open-close-notice #vendor-store-times .store-time-tags .store-times .store-close { + color: #D07272; + padding: 1px 12px; + border-radius: 16px; + background-color: #F8E8E7; + max-width: 75px; + text-align: center; +} +.dokan-single-store .profile-frame .profile-info-box .profile-info-summery-wrapper .profile-info-summery .profile-info .dokan-store-info .dokan-store-open-close .store-open-close-notice #vendor-store-times .store-time-tags:last-child { + margin-bottom: 0; +} +.dokan-single-store .profile-frame .profile-info-box .profile-info-summery-wrapper .profile-info-summery .profile-info .dokan-store-info .dokan-store-open-close .store-open-close-notice #vendor-store-times::-webkit-scrollbar { + width: 10px; +} +.dokan-single-store .profile-frame .profile-info-box .profile-info-summery-wrapper .profile-info-summery .profile-info .dokan-store-info .dokan-store-open-close .store-open-close-notice #vendor-store-times::-webkit-scrollbar-thumb { + background: #8d9399; + border-radius: 5px; +} +.dokan-single-store .profile-frame .profile-info-box .profile-info-summery-wrapper .profile-info-summery .profile-info .dokan-store-info .dokan-store-open-close .store-open-close-notice #vendor-store-times::-webkit-scrollbar-thumb:hover { + background: #555; +} +.dokan-single-store .profile-frame .profile-info-box .profile-info-summery-wrapper .profile-info-summery .profile-info .dokan-store-info .dokan-store-open-close .store-open-close-notice #vendor-store-times:hover { + display: block; +} +.dokan-single-store .profile-frame .profile-info-box .profile-info-summery-wrapper .profile-info-summery .profile-info .dokan-store-info .dokan-store-open-close .store-open-close-notice:hover #vendor-store-times { + display: block; +} +.dokan-single-store .profile-frame .profile-info-box .profile-info-summery-wrapper .profile-info-summery .profile-info .dokan-store-info .dokan-store-open-close .store-open-close-notice:hover span.fa-angle-down:after { + content: ""; + top: 75%; + left: 44%; + width: 25px; + height: 40px; + z-index: 1; + position: absolute; + transform: rotate(-45deg); + border-radius: 5px; + background-color: #fff; +} +.dokan-single-store .profile-frame .profile-info-box .profile-info-summery-wrapper .profile-info-summery .profile-info li { + padding-bottom: 8px; +} +.dokan-single-store .profile-frame .profile-info-box .profile-info-summery-wrapper .profile-info-summery .profile-info i { + font-weight: bold; + float: right; + margin-right: -25px; + margin-top: 4px; +} +.dokan-single-store .profile-frame .profile-info-box .profile-info-summery-wrapper .profile-info-summery .profile-info ul.store-social { + list-style: none; +} +.dokan-single-store .profile-frame .profile-info-box .profile-info-summery-wrapper .profile-info-summery .profile-info ul.store-social li { + display: inline-block; +} +.dokan-single-store .profile-frame .profile-info-box .profile-info-summery-wrapper .profile-info-summery .profile-info ul.store-social i { + font-size: 20px; + float: none; + font-weight: normal; + margin: 0; +} +.dokan-single-store .profile-frame .profile-info-box .profile-info-summery-wrapper .profile-info-summery .profile-info ul.store-social i.fa-facebook-square { + color: #3b5998; +} +.dokan-single-store .profile-frame .profile-info-box .profile-info-summery-wrapper .profile-info-summery .profile-info ul.store-social i.fa-google-plus-square { + color: #dd4b39; +} +.dokan-single-store .profile-frame .profile-info-box .profile-info-summery-wrapper .profile-info-summery .profile-info ul.store-social i.fa-twitter-square { + color: #55acee; +} +.dokan-single-store .profile-frame .profile-info-box .profile-info-summery-wrapper .profile-info-summery .profile-info ul.store-social i.fa-pinterest-square { + color: #bd081c; +} +.dokan-single-store .profile-frame .profile-info-box .profile-info-summery-wrapper .profile-info-summery .profile-info ul.store-social i.fa-linkedin { + color: #007bb5; +} +.dokan-single-store .profile-frame .profile-info-box .profile-info-summery-wrapper .profile-info-summery .profile-info ul.store-social i.fa-youtube-square { + color: #bb0000; +} +.dokan-single-store .profile-frame .profile-info-box .profile-info-summery-wrapper .profile-info-summery .profile-info ul.store-social i.fa-instagram { + color: #125688; +} +.dokan-single-store .profile-frame .profile-info-box .profile-info-summery-wrapper .profile-info-summery .profile-info ul.store-social i.fa-flickr { + color: #ff0084; +} +.dokan-single-store .profile-frame .profile-info-box .profile-info-summery-wrapper .profile-info-summery .profile-info .seller-rating { + display: none; +} +.dokan-single-store .profile-frame .profile-info-box.profile-layout-layout1 .profile-info-summery-wrapper { + position: relative; + background-color: #fff; + color: inherit; + border: 1px solid #EDEDED; + padding: 0 15px; +} +.dokan-single-store .profile-frame .profile-info-box.profile-layout-layout1 .profile-info-summery-wrapper .profile-info-summery { + color: #444; + width: 100%; + margin-top: -55px; + padding: 0; + position: relative; + background: none; +} +.dokan-single-store .profile-frame .profile-info-box.profile-layout-layout1 .profile-info-summery-wrapper .profile-info-summery .profile-info-head { + float: right; +} +.dokan-single-store .profile-frame .profile-info-box.profile-layout-layout1 .profile-info-summery-wrapper .profile-info-summery .profile-info-head .profile-img { + margin-bottom: 0; +} +.dokan-single-store .profile-frame .profile-info-box.profile-layout-layout1 .profile-info-summery-wrapper .profile-info-summery .profile-info-head .profile-img img { + width: 150px; + height: 150px; +} +.dokan-single-store .profile-frame .profile-info-box.profile-layout-layout1 .profile-info-summery-wrapper .profile-info-summery .profile-info { + float: right; + padding: 0; +} +.dokan-single-store .profile-frame .profile-info-box.profile-layout-layout1 .profile-info-summery-wrapper .profile-info-summery .profile-info .store-name { + color: #fff; + margin: 10px 15px 25px 0; + text-shadow: 0 0 3px rgba(0, 0, 0, 0.8); + font-weight: bold; + font-size: 28px; + line-height: 1.1; +} +.dokan-single-store .profile-frame .profile-info-box.profile-layout-layout1 .profile-info-summery-wrapper .profile-info-summery .profile-info .dokan-store-info { + padding-right: 40px; + font-size: 14px; + line-height: 21px; + margin-right: 0; +} +.dokan-single-store .profile-frame.profile-frame-no-banner { + background-color: transparent; +} +.dokan-single-store .profile-frame.profile-frame-no-banner .profile-layout-layout3 .profile-info-img { + display: none; +} +.dokan-single-store .profile-frame.profile-frame-no-banner .profile-layout-layout3 .profile-info-summery-wrapper { + border: 1px solid #EDEDED; + position: relative; +} +.dokan-single-store .profile-frame.profile-frame-no-banner .profile-layout-layout3 .profile-info-summery-wrapper .profile-info-summery { + background-color: #fff; + width: 100%; + padding: 10px; +} +.dokan-single-store .profile-frame.profile-frame-no-banner .profile-layout-layout3 .profile-info-summery-wrapper .profile-info-summery .profile-info-head { + width: 20%; + float: right; +} +.dokan-single-store .profile-frame.profile-frame-no-banner .profile-layout-layout3 .profile-info-summery-wrapper .profile-info-summery .profile-info-head .profile-img img { + background: #fff; + border: 1px solid #ddd; + padding: 2px; + width: 150px; + height: 150px; +} +.dokan-single-store .profile-frame.profile-frame-no-banner .profile-layout-layout3 .profile-info-summery-wrapper .profile-info-summery .profile-info { + float: right; + padding: 0 25px; + color: #444; + width: 80%; +} +.dokan-single-store .profile-frame.profile-frame-no-banner .profile-layout-layout3 .profile-info-summery-wrapper .profile-info-summery .profile-info .store-name { + margin-top: 5px; + font-size: 30px; + font-weight: bold; +} +.dokan-single-store .profile-frame.profile-frame-no-banner .profile-layout-layout3 .profile-info-summery-wrapper .profile-info-summery .profile-info .dokan-store-info { + margin: 0; + padding-right: 25px; + clear: both; +} +.dokan-single-store .profile-frame.profile-frame-no-banner .profile-layout-layout3 .profile-info-summery-wrapper .profile-info-summery .profile-info .dokan-store-info .store-open-close-notice #vendor-store-times { + right: -30%; +} +.dokan-single-store .profile-frame.profile-frame-no-banner .profile-layout-layout3 .profile-info-summery-wrapper .profile-info-summery .profile-info .dokan-store-info .store-open-close-notice:hover span.fa-angle-down:after { + left: -2.5px; +} +.dokan-single-store .profile-frame.profile-frame-no-banner .profile-layout-layout3 .profile-info-summery-wrapper .profile-info-summery .profile-info .dokan-store-info li { + float: right; + margin-left: 40px; + position: relative; +} +.dokan-single-store .profile-frame.profile-frame-no-banner .profile-layout-layout3 .profile-info-summery-wrapper .profile-info-summery .profile-info .dokan-store-info li i { + margin-right: -22px; +} +.dokan-single-store .profile-frame.profile-frame-no-banner .profile-layout-layout3 .profile-info-summery-wrapper .profile-info-summery .profile-info .dokan-store-info li:before { + content: "·"; + position: absolute; + top: 10px; + right: -35px; + color: #afafaf; + font-size: 25px; + line-height: 0; +} +.dokan-single-store .profile-frame.profile-frame-no-banner .profile-layout-layout3 .profile-info-summery-wrapper .profile-info-summery .profile-info .dokan-store-info li:first-child:before { + content: ""; +} +.dokan-single-store .profile-frame.profile-frame-no-banner .profile-layout-layout3 .profile-info-summery-wrapper .profile-info-summery .profile-info .store-social-wrapper { + clear: both; + position: relative; +} +.dokan-single-store .profile-frame.profile-frame-no-banner .profile-layout-layout3 .profile-info-summery-wrapper .profile-info-summery .profile-info .store-social-wrapper .store-social { + display: flex; + padding-right: 0; +} +.dokan-single-store .profile-frame.profile-frame-no-banner .profile-layout-layout3 .profile-info-summery-wrapper .profile-info-summery .profile-info .store-social-wrapper .store-social li { + margin: 0 0 0 8px; +} +.dokan-single-store .profile-frame.profile-frame-no-banner .profile-layout-layout3 .profile-info-summery-wrapper .profile-info-summery .profile-info .store-social-wrapper .store-social li a i { + text-shadow: none; +} +.dokan-single-store .dokan-store-tabs { + text-align: center; +} +.dokan-single-store .dokan-store-tabs ul.dokan-modules-button { + overflow: hidden; + display: flex; + flex-wrap: wrap; + flex-direction: row-reverse; + justify-content: center; + margin: 0; + padding: 10px 0; + border: 1px solid #EDEDED; +} +.dokan-single-store .dokan-store-tabs ul.dokan-modules-button li { + display: inline-block; +} +.dokan-single-store .dokan-store-tabs ul.dokan-list-inline { + display: flex; + background-color: #fff; + border-width: 0 1px 1px 1px; + border-color: #EDEDED; + border-style: solid; + margin: 0; + padding: 0; + margin-bottom: 20px; + font-size: 14px; +} +.dokan-single-store .dokan-store-tabs ul.dokan-list-inline li { + display: inline-block; + flex: auto; + border-left: 1px solid #EDEDED; + margin-left: -4px; +} +.dokan-single-store .dokan-store-tabs ul.dokan-list-inline li:last-child { + border-left: unset; +} +.dokan-single-store .dokan-store-tabs ul.dokan-list-inline li a { + width: 100%; + text-decoration: none; + color: #666; + padding: 10px 15px; + display: inline-block; +} +.dokan-single-store .dokan-store-tabs ul.dokan-list-inline li a:hover { + background: #eee; +} +.dokan-store-widget input[type=text], +.dokan-store-widget input[type=email], +.dokan-store-widget textarea { + width: 100%; +} +.dokan-store-widget form.seller-form ul { + margin: 0; + padding: 0; + list-style: none; +} +.dokan-store-widget form.seller-form ul li { + margin-bottom: 8px; + border-bottom: none; +} +.dokan-store-widget form.seller-form ul li label.error { + font-size: 12px; + margin-top: 2px; + margin-bottom: 0px; +} +.dokan-store-widget #dokan-store-location { + width: 100%; + height: 200px; +} +.dokan-store-widget form#dokan-form-contact-seller .dokan-privacy-policy-text p { + word-break: break-all; +} +.dokan-seller-search-form { + margin: 30px 0px; +} +.dokan-seller-search-form .dokan-w4 { + padding: 0 15px; +} +.dokan-seller-search-form .dokan-w4 input[type=search], +.dokan-seller-search-form .dokan-w4 select.dokan-form-control { + height: 40px !important; + border: 1px solid #e2e2e2 !important; + box-shadow: none !important; + border-radius: 4px !important; +} +.dokan-seller-search-form .dokan-w4 input[type=search] { + background-position-y: 11px !important; +} +.dokan-seller-listing { + position: relative; +} +.dokan-seller-listing .dokan-overlay { + position: absolute; + background: rgba(255, 255, 255, 0.3); +} +#dokan-seller-listing-wrap { + margin-right: -15px; + margin-left: -15px; +} +#dokan-seller-listing-wrap ul.dokan-seller-wrap { + list-style: none; + margin: 20px 0px; + padding: 0; +} +#dokan-seller-listing-wrap ul.dokan-seller-wrap:before, +#dokan-seller-listing-wrap ul.dokan-seller-wrap:after { + content: " "; + display: table; +} +#dokan-seller-listing-wrap ul.dokan-seller-wrap:after { + clear: both; +} +#dokan-seller-listing-wrap ul.dokan-seller-wrap li { + list-style-type: none; + float: right; + margin: 0 0 20px 0; + padding-right: 15px; + padding-left: 15px; + margin-bottom: 20px; +} +#dokan-seller-listing-wrap ul.dokan-seller-wrap li.coloum-2 { + width: 50%; +} +#dokan-seller-listing-wrap ul.dokan-seller-wrap li.coloum-3 { + width: 33.33%; +} +#dokan-seller-listing-wrap ul.dokan-seller-wrap li .store-wrapper { + box-shadow: 0px 0px 25px 0px #ddd; +} +@media (max-width: 767px) { + #dokan-seller-listing-wrap ul.dokan-seller-wrap li { + width: 100% !important; + float: none; + } +} +@media (min-width: 768px) and (max-width: 991px) { + #dokan-seller-listing-wrap ul.dokan-seller-wrap li { + width: 50% !important; + } +} +@media (min-width: 992px) { + #dokan-seller-listing-wrap ul.dokan-seller-wrap li { + width: 33.33%; + } +} +#dokan-seller-listing-wrap ul.dokan-seller-wrap li .store-content { + max-width: 100%; +} +@media (max-width: 767px) { + #dokan-seller-listing-wrap ul.dokan-seller-wrap li .store-content { + text-align: right; + } +} +#dokan-seller-listing-wrap ul.dokan-seller-wrap li .store-content .store-info { + height: 100%; + background-size: 100% 100%; + background-repeat: no-repeat; + background-position: 100% 50%; + height: 220px; + position: relative; +} +#dokan-seller-listing-wrap ul.dokan-seller-wrap li .store-content .store-info .store-data-container { + height: 100%; + background-color: rgba(0, 0, 0, 0.45); +} +#dokan-seller-listing-wrap ul.dokan-seller-wrap li .store-content .store-info .featured-favourite { + padding: 20px 20px 10px; + overflow: hidden; +} +#dokan-seller-listing-wrap ul.dokan-seller-wrap li .store-content .store-info .featured-favourite .featured-label { + float: right; + padding: 2px 10px; + background: #2d54a3; + color: #fff; + border-radius: 3px; + box-shadow: 0px 0px 25px -5px #afafaf; +} +#dokan-seller-listing-wrap ul.dokan-seller-wrap li .store-content .store-info .featured-favourite .favourite-label { + float: left; + padding: 2px; + background: #fff; + width: 55px; + border-radius: 20px; + text-align: center; + box-shadow: 0px 0px 25px -5px #afafaf; +} +#dokan-seller-listing-wrap ul.dokan-seller-wrap li .store-content .store-info .featured-favourite .favourite-label i.fa { + color: #e74c3c; +} +#dokan-seller-listing-wrap ul.dokan-seller-wrap li .store-content .store-info .store-data { + padding: 0px 20px; +} +#dokan-seller-listing-wrap ul.dokan-seller-wrap li .store-content .store-info .store-data h2 { + margin: 9px 0px; + padding: 0px; + font-size: 20px; +} +#dokan-seller-listing-wrap ul.dokan-seller-wrap li .store-content .store-info .store-data h2 a { + color: #FFF; + text-shadow: rgba(0, 0, 0, 0.8) 0 1px 0; +} +#dokan-seller-listing-wrap ul.dokan-seller-wrap li .store-content .store-info .store-data h2 a:hover { + color: #fafafa; + text-shadow: rgba(0, 0, 0, 0.8) 0 1px 0; +} +#dokan-seller-listing-wrap ul.dokan-seller-wrap li .store-content .store-info .store-data p { + margin-bottom: 2px; + color: #FFF; + text-shadow: rgba(0, 0, 0, 0.8) 0 1px 0; +} +#dokan-seller-listing-wrap ul.dokan-seller-wrap li .store-content .store-info .store-data .dokan-seller-rating { + float: none !important; + margin: 12px 0px 10px; +} +#dokan-seller-listing-wrap ul.dokan-seller-wrap li .store-content .store-info .store-data .dokan-seller-rating:before { + color: #adb5b6; +} +#dokan-seller-listing-wrap ul.dokan-seller-wrap li .store-content .store-info .store-data .dokan-seller-rating span:before { + color: #fa9a00; +} +#dokan-seller-listing-wrap ul.dokan-seller-wrap li .store-content .store-info .store-data p.store-address { + line-height: 23px; +} +#dokan-seller-listing-wrap ul.dokan-seller-wrap li .store-footer { + background: #f7fbfc; + position: relative; + padding: 15px 20px; + border-top: 1px solid #eee; +} +#dokan-seller-listing-wrap ul.dokan-seller-wrap li .store-footer a { + text-decoration: none; +} +#dokan-seller-listing-wrap ul.dokan-seller-wrap li .store-footer .seller-avatar { + padding: 6px; + background: #fff; + position: absolute; + width: 80px; + height: 80px; + top: -70px; + left: 20px; + border-radius: 40px; + box-shadow: 0px 0px 30px -6px #afafaf; +} +#dokan-seller-listing-wrap ul.dokan-seller-wrap li .store-footer .seller-avatar img { + width: 100%; + height: 100%; + border-radius: 40px; +} +#dokan-seller-listing-wrap ul.dokan-seller-wrap li.no-banner-img .store-content .store-info .store-data-container { + height: 100%; + background: none; +} +#dokan-seller-listing-wrap ul.dokan-seller-wrap li.no-banner-img .store-content .store-info .featured-favourite .featured-label { + background: #d1dbf0; + color: #2d54a3; + box-shadow: none; +} +#dokan-seller-listing-wrap ul.dokan-seller-wrap li.no-banner-img .store-content .store-data h2 a { + color: #526b6f; + text-shadow: none; +} +#dokan-seller-listing-wrap ul.dokan-seller-wrap li.no-banner-img .store-content .store-data h2 a:hover { + color: #333; + text-shadow: none; +} +#dokan-seller-listing-wrap ul.dokan-seller-wrap li.no-banner-img .store-content .store-data p { + color: #748082; + text-shadow: none; +} +@media (min-width: 1200px) { + .dokan-single-store .profile-frame .profile-info-box .profile-info-summery-wrapper .profile-info-summery { + background-color: rgba(0, 0, 0, 0.65); + } + .dokan-single-store .profile-frame .profile-info-box .profile-info-summery-wrapper .profile-info-summery .profile-info .store-social-wrapper { + position: absolute; + bottom: 0; + left: 0; + } + .dokan-single-store .profile-frame .profile-info-box .profile-info-summery-wrapper .profile-info-summery .profile-info .store-social-wrapper .store-social { + padding-left: 15px; + margin: 0; + } + .dokan-single-store .profile-frame .profile-info-box .profile-info-summery-wrapper .profile-info-summery .profile-info .store-social-wrapper .store-social li { + line-height: 1; + margin-right: 5px; + } + .dokan-single-store .profile-frame .profile-info-box .profile-info-summery-wrapper .profile-info-summery .profile-info .store-social-wrapper .store-social li a { + display: inline-block; + } + .dokan-single-store .profile-frame .profile-info-box .profile-info-summery-wrapper .profile-info-summery .profile-info .store-social-wrapper .store-social li a i { + font-size: 25px; + text-shadow: -1px 1px 1px rgba(255, 255, 255, 0.55); + } + .dokan-single-store .profile-frame .profile-info-box .profile-info-summery-wrapper .profile-info-summery .profile-info .store-social-wrapper .store-social li a i.fa-square-x-twitter { + color: #000000; + } + .dokan-single-store .profile-frame .profile-info-box.profile-layout-default img.profile-info-img { + position: absolute; + top: 0; + right: 0; + } + .dokan-single-store .profile-frame .profile-info-box.profile-layout-default .profile-info-summery-wrapper { + position: relative; + } + .dokan-single-store .profile-frame .profile-info-box.profile-layout-default .profile-info-summery-wrapper .profile-info-summery .profile-info { + padding: 5px 30px; + } + .dokan-single-store .profile-frame .profile-info-box.profile-layout-default .profile-info-summery-wrapper .profile-info-summery .profile-info ul.dokan-store-info { + margin-bottom: 10px; + } + .dokan-single-store .profile-frame .profile-info-box.profile-layout-layout1 .profile-info-summery-wrapper .profile-info-summery .profile-info .store-social-wrapper { + top: 12px; + left: 15px; + bottom: auto; + } + .dokan-single-store .profile-frame .profile-info-box.profile-layout-layout2 { + position: relative; + width: 100%; + } + .dokan-single-store .profile-frame .profile-info-box.profile-layout-layout2 .profile-info-summery-wrapper { + position: relative; + background-color: #fff; + color: #444; + border: 1px solid #EDEDED; + } + .dokan-single-store .profile-frame .profile-info-box.profile-layout-layout2 .profile-info-summery-wrapper .profile-info-summery { + width: 100%; + margin-top: -75px; + padding-top: 0; + background: none; + } + .dokan-single-store .profile-frame .profile-info-box.profile-layout-layout2 .profile-info-summery-wrapper .profile-info-summery .profile-info-head { + position: relative; + } + .dokan-single-store .profile-frame .profile-info-box.profile-layout-layout2 .profile-info-summery-wrapper .profile-info-summery .profile-info-head .profile-img img { + background: #fff; + border: 1px solid #ddd; + padding: 2px; + width: 150px; + height: 150px; + } + .dokan-single-store .profile-frame .profile-info-box.profile-layout-layout2 .profile-info-summery-wrapper .profile-info-summery .profile-info { + position: relative; + } + .dokan-single-store .profile-frame .profile-info-box.profile-layout-layout2 .profile-info-summery-wrapper .profile-info-summery .profile-info .store-name { + color: inherit; + font-size: 35px; + text-align: center; + font-weight: bold; + } + .dokan-single-store .profile-frame .profile-info-box.profile-layout-layout2 .profile-info-summery-wrapper .profile-info-summery .profile-info .dokan-store-info { + padding: 0; + width: 100%; + margin: 0; + display: block; + text-align: center; + } + .dokan-single-store .profile-frame .profile-info-box.profile-layout-layout2 .profile-info-summery-wrapper .profile-info-summery .profile-info .dokan-store-info .store-open-close-notice { + display: inline-block; + } + .dokan-single-store .profile-frame .profile-info-box.profile-layout-layout2 .profile-info-summery-wrapper .profile-info-summery .profile-info .dokan-store-info .store-open-close-notice:hover span.fa-angle-down:after { + left: -2.5px; + } + .dokan-single-store .profile-frame .profile-info-box.profile-layout-layout2 .profile-info-summery-wrapper .profile-info-summery .profile-info .dokan-store-info li { + text-align: right; + display: inline-block; + padding-bottom: 15px; + } + .dokan-single-store .profile-frame .profile-info-box.profile-layout-layout2 .profile-info-summery-wrapper .profile-info-summery .profile-info .dokan-store-info li a { + color: inherit; + } + .dokan-single-store .profile-frame .profile-info-box.profile-layout-layout2 .profile-info-summery-wrapper .profile-info-summery .profile-info .dokan-store-info li i { + display: none; + } + .dokan-single-store .profile-frame .profile-info-box.profile-layout-layout2 .profile-info-summery-wrapper .profile-info-summery .profile-info .dokan-store-info li:after { + content: '·'; + color: #9c9c9c; + font-weight: bold; + font-size: 18px; + position: relative; + top: 3px; + } + .dokan-single-store .profile-frame .profile-info-box.profile-layout-layout2 .profile-info-summery-wrapper .profile-info-summery .profile-info .dokan-store-info li:last-child:after { + content: ''; + } + .dokan-single-store .profile-frame .profile-info-box.profile-layout-layout2 .profile-info-summery-wrapper .profile-info-summery .profile-info .store-social-wrapper { + position: relative; + text-align: center; + } + .dokan-single-store .profile-frame .profile-info-box.profile-layout-layout2 .profile-info-summery-wrapper .profile-info-summery .profile-info .store-social-wrapper .store-social { + position: relative; + padding: 0; + margin: 0; + display: inline-block; + } + .dokan-single-store .profile-frame .profile-info-box.profile-layout-layout2 .profile-info-summery-wrapper .profile-info-summery .profile-info .store-social-wrapper .store-social li a i { + text-shadow: none; + } +} +@media (max-width: 767px) { + .dokan-store-sidebar, + .dokan-single-store { + margin-left: 3%; + width: 94% !important; + margin-right: 3%; + } + .dokan-single-store .profile-frame.profile-frame-no-banner .profile-info-box.profile-layout-layout3 .profile-info-summery-wrapper .profile-info-summery .profile-info-head { + width: 150px; + } +} +@media (max-width: 1199px) { + .dokan-single-store .profile-frame .profile-info-box { + position: relative; + width: 100%; + } + .dokan-single-store .profile-frame .profile-info-box .profile-info-summery-wrapper { + position: relative; + background-color: #fff; + color: #444; + border: 1px solid #EDEDED; + } + .dokan-single-store .profile-frame .profile-info-box .profile-info-summery-wrapper .profile-info-summery { + width: 100%; + padding-top: 0; + } + .dokan-single-store .profile-frame .profile-info-box .profile-info-summery-wrapper .profile-info-summery .profile-info-head { + position: relative; + top: 0; + } + .dokan-single-store .profile-frame .profile-info-box .profile-info-summery-wrapper .profile-info-summery .profile-info-head .store-name { + color: inherit; + font-size: 35px; + margin-bottom: 11px; + } + .dokan-single-store .profile-frame .profile-info-box .profile-info-summery-wrapper .profile-info-summery .profile-info-head .profile-img img { + background: #fff; + border: 1px solid #ddd; + padding: 2px; + } + .dokan-single-store .profile-frame .profile-info-box .profile-info-summery-wrapper .profile-info-summery .profile-info-head .profile-img.profile-img-circle img { + width: 100px; + height: 100px; + } + .dokan-single-store .profile-frame .profile-info-box .profile-info-summery-wrapper .profile-info-summery .profile-info .dokan-store-info { + position: relative; + top: 0; + padding: 0; + width: 100%; + margin: 0; + display: block; + overflow: visible; + line-height: 1.4; + } + .dokan-single-store .profile-frame .profile-info-box .profile-info-summery-wrapper .profile-info-summery .profile-info .dokan-store-info li { + text-align: center; + } + .dokan-single-store .profile-frame .profile-info-box .profile-info-summery-wrapper .profile-info-summery .profile-info .dokan-store-info li a { + color: inherit; + } + .dokan-single-store .profile-frame .profile-info-box .profile-info-summery-wrapper .profile-info-summery .profile-info .dokan-store-info li i { + display: none; + } + .dokan-single-store .profile-frame .profile-info-box .profile-info-summery-wrapper .profile-info-summery .profile-info .dokan-store-info li span.fa-angle-down { + display: none; + } + .dokan-single-store .profile-frame .profile-info-box .profile-info-summery-wrapper .profile-info-summery .profile-info .dokan-store-info li .dokan-times { + margin-right: 5px; + } + .dokan-single-store .profile-frame .profile-info-box .profile-info-summery-wrapper .profile-info-summery .profile-info .dokan-store-info li .store-open-close-notice { + justify-content: center; + } + .dokan-single-store .profile-frame .profile-info-box .profile-info-summery-wrapper .profile-info-summery .profile-info .dokan-store-info li .store-open-close-notice #vendor-store-times { + right: calc(50% - 155px) !important; + } + .dokan-single-store .profile-frame .profile-info-box .profile-info-summery-wrapper .profile-info-summery .profile-info .store-social-wrapper { + position: relative; + top: 0; + text-align: center; + } + .dokan-single-store .profile-frame .profile-info-box .profile-info-summery-wrapper .profile-info-summery .profile-info .store-social-wrapper .store-social { + padding: 0; + margin: 0; + display: inline-block; + } + .dokan-single-store .profile-frame .profile-info-box .profile-info-summery-wrapper .profile-info-summery .profile-info .store-social-wrapper .store-social li { + margin-right: 8px; + } + .dokan-single-store .profile-frame .profile-info-box.profile-layout-layout1 .profile-info-summery-wrapper { + padding: 0 8px; + } + .dokan-single-store .profile-frame .profile-info-box.profile-layout-layout1 .profile-info-summery-wrapper .profile-info-summery { + margin-top: 0px; + } + .dokan-single-store .profile-frame .profile-info-box.profile-layout-layout1 .profile-info-summery-wrapper .profile-info-summery .profile-info-head { + top: 0; + } + .dokan-single-store .profile-frame .profile-info-box.profile-layout-layout1 .profile-info-summery-wrapper .profile-info-summery .profile-info-head .profile-img.profile-img-square { + background: none; + border: 0; + } + .dokan-single-store .profile-frame .profile-info-box.profile-layout-layout1 .profile-info-summery-wrapper .profile-info-summery .profile-info-head .profile-img img { + width: 100px; + height: 100px; + } + .dokan-single-store .profile-frame .profile-info-box.profile-layout-layout1 .profile-info-summery-wrapper .profile-info-summery .profile-info .store-name { + font-size: 20px; + margin-bottom: 8px; + color: #444; + text-shadow: none; + } + .dokan-single-store .profile-frame .profile-info-box.profile-layout-layout1 .profile-info-summery-wrapper .profile-info-summery .profile-info .dokan-store-info { + top: 0; + } + .dokan-single-store .profile-frame .profile-info-box.profile-layout-layout1 .profile-info-summery-wrapper .profile-info-summery .profile-info .dokan-store-info li { + text-align: right; + } + .dokan-single-store .profile-frame .profile-info-box.profile-layout-layout1 .profile-info-summery-wrapper .profile-info-summery .profile-info .dokan-store-info li i { + display: inline-block; + } + .dokan-single-store .profile-frame .profile-info-box.profile-layout-layout1 .profile-info-summery-wrapper .profile-info-summery .profile-info .dokan-store-info .store-open-close-notice { + justify-content: flex-start; + } + .dokan-single-store .profile-frame .profile-info-box.profile-layout-layout1 .profile-info-summery-wrapper .profile-info-summery .profile-info .store-social-wrapper { + position: absolute; + top: -35px; + left: 20px; + } + .dokan-single-store .profile-frame .profile-info-box.profile-layout-layout1 .profile-info-summery-wrapper .profile-info-summery .profile-info .store-social-wrapper .store-social { + top: 0; + } + .dokan-single-store .profile-frame .profile-info-box.profile-layout-layout1 .profile-info-summery-wrapper .profile-info-summery .profile-info .store-social-wrapper .store-social li { + margin-right: 8px; + } + .dokan-single-store .profile-frame .profile-info-box.profile-layout-layout1 .profile-info-summery-wrapper .profile-info-summery .profile-info .store-social-wrapper .store-social li a i { + font-size: 25px; + text-shadow: -1px 1px 1px rgba(255, 255, 255, 0.55); + color: #0B8379; + } + .dokan-single-store .profile-frame .profile-info-box.profile-layout-layout1 .profile-info-summery-wrapper .profile-info-summery .profile-info .store-social-wrapper .store-social li a i.fa-square-x-twitter { + color: #000000; + } + .dokan-single-store .profile-frame .profile-info-box.profile-layout-layout2 .profile-info-summery-wrapper .profile-info-summery .profile-info { + margin-top: 0; + } + .dokan-single-store .profile-frame .profile-info-box.profile-layout-layout2 .profile-info-summery-wrapper .profile-info-summery .profile-info .store-name { + position: relative; + top: 0px; + text-align: center; + font-size: 20px; + margin-bottom: 10px; + color: #444; + text-shadow: none; + font-weight: bold; + } + .dokan-single-store .profile-frame .profile-info-box.profile-layout-layout2 .profile-info-summery-wrapper .profile-info-summery .profile-info .dokan-store-info { + top: 0; + } + .dokan-single-store .profile-frame .profile-info-box.profile-layout-layout2 .profile-info-summery-wrapper .profile-info-summery .profile-info .store-social-wrapper { + top: 0; + } + .dokan-single-store .profile-frame .profile-info-box.profile-layout-layout3 .profile-info-summery-wrapper { + height: auto; + border: 0; + } + .dokan-single-store .profile-frame .profile-info-box.profile-layout-layout3 .profile-info-summery-wrapper .profile-info-summery .profile-info-head { + top: 0; + margin-left: 15px; + } + .dokan-single-store .profile-frame .profile-info-box.profile-layout-layout3 .profile-info-summery-wrapper .profile-info-summery .profile-info { + padding: 0 15px 0 0; + } + .dokan-single-store .profile-frame .profile-info-box.profile-layout-layout3 .profile-info-summery-wrapper .profile-info-summery .profile-info .dokan-store-info { + top: 0; + } + .dokan-single-store .profile-frame .profile-info-box.profile-layout-layout3 .profile-info-summery-wrapper .profile-info-summery .profile-info .dokan-store-info li { + float: none; + text-align: right; + } + .dokan-single-store .profile-frame .profile-info-box.profile-layout-layout3 .profile-info-summery-wrapper .profile-info-summery .profile-info .dokan-store-info li i { + display: inline-block; + } + .dokan-single-store .profile-frame .profile-info-box.profile-layout-layout3 .profile-info-summery-wrapper .profile-info-summery .profile-info .dokan-store-info li:before { + content: ""; + } + .dokan-single-store .profile-frame .profile-info-box.profile-layout-layout3 .profile-info-summery-wrapper .profile-info-summery .profile-info .dokan-store-info .store-open-close-notice { + justify-content: flex-start; + } + .dokan-single-store .profile-frame .profile-info-box.profile-layout-layout3 .profile-info-summery-wrapper .profile-info-summery .profile-info .store-social-wrapper { + top: 0; + text-align: right; + padding: 0 4px; + } +} +.dokan-withdraw-content .dokan-withdraw-area h1 { + margin: 0px 0px 20px; +} +.dokan-withdraw-content .dokan-withdraw-area ul li { + display: inline-block; + padding: 0px 5px; +} +.dokan-withdraw-content .dokan-withdraw-area .dokan-panel-body .dokan-panel-inner-container { + position: relative; + border-bottom: 1px solid #EDEDED; + padding: 15px 0; +} +.dokan-withdraw-content .dokan-withdraw-area .dokan-panel-body .dokan-panel-inner-container:last-child { + border-bottom: none; + margin-bottom: -15px; +} +.dokan-withdraw-content .dokan-withdraw-area .dokan-panel-body .dokan-panel-inner-container:first-child { + margin-top: -15px; +} +.dokan-withdraw-content .dokan-withdraw-area .dokan-panel-body .dokan-panel-inner-container p { + margin-bottom: 5px; +} +.dokan-withdraw-content .dokan-withdraw-area .dokan-panel-body .dokan-panel-inner-container .dokan-w8 .dokan-withdraw-method-logo { + display: inline-block; + vertical-align: middle; + margin-left: 10px; +} +.dokan-withdraw-content .dokan-withdraw-area .dokan-panel-body .dokan-panel-inner-container .dokan-w8 strong a { + color: #f05025; +} +.dokan-withdraw-content .dokan-withdraw-area .dokan-panel-body .dokan-panel-inner-container .dokan-w5 { + position: absolute; + left: 10px; + top: 50%; + transform: translate(-10px, -50%); +} +.dokan-withdraw-content .dokan-withdraw-area .dokan-panel-body .dokan-panel-inner-container .dokan-w5 button, +.dokan-withdraw-content .dokan-withdraw-area .dokan-panel-body .dokan-panel-inner-container .dokan-w5 a.dokan-btn { + float: left; +} +.dokan-withdraw-content .dokan-withdraw-area .dokan-panel-body .dokan-panel-inner-container .dokan-w5 #dokan-withdraw-display-requests-button { + float: left; + text-decoration: none; +} +.dokan-withdraw-content .dokan-withdraw-area .dokan-withdraw-status-filter-container { + margin-bottom: 15px; +} +.dokan-withdraw-popup h2 { + font-size: 17px; + padding: 15px 20px 10px; + margin: 0px; + border-bottom: 1px solid #eee; +} +.dokan-withdraw-popup .withdraw-schedule-select-container, +.dokan-withdraw-popup .dokan-form-horizontal .withdraw { + padding: 15px 30px 0; +} +.dokan-withdraw-popup .withdraw { + margin-top: 15px; +} +.dokan-withdraw-popup .footer { + width: 100%; + padding: 10px 20px; + text-align: left; + border-top: 1px solid #eee; +} +@media only screen and (max-width: 500px) { + .dokan-withdraw-content .dokan-withdraw-area .entry-content .dokan-panel .dokan-panel-body .dokan-panel-inner-container { + display: flex; + flex-direction: column; + } + .dokan-withdraw-content .dokan-withdraw-area .entry-content .dokan-panel .dokan-panel-body .dokan-panel-inner-container .dokan-w5 { + position: relative; + right: 0; + left: 100%; + top: 100%; + transform: none; + margin-top: 20px; + } + .dokan-withdraw-content .dokan-withdraw-area .entry-content .dokan-withdraw-status-filter-container .dokan-add-product-link a { + margin: 15px 0; + } + .dokan-withdraw-content .dokan-withdraw-area table.dokan-table-striped { + overflow: auto; + display: block; + } + .dokan-withdraw-content .dokan-withdraw-area table.dokan-table-striped tbody tr th { + width: 150px; + } +} +.dokan-login-form-popup-wrapper { + width: 430px !important; + padding: 16px !important; + margin: 0 auto !important; +} +.dokan-login-form-popup-wrapper .dokan-login-form-title { + border-bottom: 1px solid #ddd; + padding-bottom: 15px; + margin-bottom: 15px; +} +.dokan-login-form-popup-wrapper fieldset { + padding: 0; + border: 0; + margin: 0; +} +.dokan-login-form-popup-wrapper .dokan-login-form-error { + color: #d9534f; + background-color: #f2dede; + font-size: 0.9em; +} +.dokan-login-form-popup-wrapper .dokan-login-form-error.has-error { + padding: 5px 8px; + margin-bottom: 5px; +} +/* +* template/global/seller-registration-form.php +* +*/ +p.vendor-customer-registration .radio { + display: inline-block; +} +p.vendor-customer-registration .radio:hover { + cursor: pointer; + color: #526b6f; +} +.dokan-popup-content { + padding: 18px; +} +.dokan-popup-content .dokan-popup-title { + border-bottom: 1px solid #eeeeee; + padding-bottom: 10px; + margin-bottom: 15px; + line-height: 1; +} +.dokan-popup-content fieldset { + padding: 0; + margin: 0; + border: 0; + background: none; +} +.dokan-popup-content .mfp-close { + top: 4px; + left: 3px; +} +.dokan-popup-content .dokan-popup-option-list { + list-style-type: none; + padding: 0; + margin: 10px 0; +} +.dokan-popup-content .dokan-popup-option-list li { + margin: 0 0 3px; +} +.dokan-popup-content .dokan-popup-option-list li label.dokan-popup-block-label { + display: block; + margin: 0; + cursor: pointer; +} +.dokan-popup-content .dokan-popup-option-list li label.dokan-popup-block-label input { + margin: 0 0 0 4px; +} +.dokan-popup-content .dokan-popup-error { + display: none; + color: #d9534f; +} +.dokan-popup-content .dokan-popup-error.has-error { + display: block; +} +.iziModal .iziModal-header .iziModal-noSubtitle .iziModal-header-title { + font-size: revert; +} +.iziModal .iziModal-header-title { + font-family: revert; +} +#dokan-seller-listing-wrap button { + margin: unset; + padding: 6px 12px; +} +#dokan-store-listing-filter-wrap .left, +.store-lists-other-filter-wrap .left, +#dokan-store-listing-filter-wrap .right, +.store-lists-other-filter-wrap .right, +#dokan-store-listing-filter-wrap .item, +.store-lists-other-filter-wrap .item { + display: unset; + overflow: unset; + z-index: unset; + position: unset; + height: unset; + width: unset; + margin: unset; + padding: unset; + border: unset; +} +#dokan-store-listing-filter-wrap, +#dokan-store-listing-filter-wrap form, +#dokan-store-listing-filter-form-wrap * { + padding: unset; + margin: unset; + box-sizing: border-box; +} +#dokan-store-listing-filter-wrap ul, +#dokan-store-listing-filter-wrap form ul, +#dokan-store-listing-filter-form-wrap * ul, +#dokan-store-listing-filter-wrap ul li, +#dokan-store-listing-filter-wrap form ul li, +#dokan-store-listing-filter-form-wrap * ul li { + margin: unset; + padding: unset; +} +#dokan-store-listing-filter-wrap div p, +#dokan-store-listing-filter-wrap form div p, +#dokan-store-listing-filter-form-wrap * div p { + margin: unset; + padding: unset; + line-height: unset; +} +#dokan-store-listing-filter-wrap label, +#dokan-store-listing-filter-wrap form label, +#dokan-store-listing-filter-form-wrap * label, +#dokan-store-listing-filter-wrap input, +#dokan-store-listing-filter-wrap form input, +#dokan-store-listing-filter-form-wrap * input, +#dokan-store-listing-filter-wrap select, +#dokan-store-listing-filter-wrap form select, +#dokan-store-listing-filter-form-wrap * select, +#dokan-store-listing-filter-wrap button, +#dokan-store-listing-filter-wrap form button, +#dokan-store-listing-filter-form-wrap * button, +#dokan-store-listing-filter-wrap a, +#dokan-store-listing-filter-wrap form a, +#dokan-store-listing-filter-form-wrap * a, +#dokan-store-listing-filter-wrap i, +#dokan-store-listing-filter-wrap form i, +#dokan-store-listing-filter-form-wrap * i, +#dokan-store-listing-filter-wrap span, +#dokan-store-listing-filter-wrap form span, +#dokan-store-listing-filter-form-wrap * span, +#dokan-store-listing-filter-wrap textarea, +#dokan-store-listing-filter-wrap form textarea, +#dokan-store-listing-filter-form-wrap * textarea { + width: unset; + border: unset; + padding: unset; + margin: unset; + display: unset; + text-transform: unset; + font-weight: unset; + line-height: unset; + font-size: unset; + letter-spacing: unset; + box-shadow: unset; + box-sizing: border-box; +} +#dokan-store-listing-filter-wrap { + background-color: #ffffff; + padding: 20px; + box-shadow: -1px 1px 20px 0px #E9E9E9; + display: flex; + justify-content: space-between; + align-items: center; + flex-wrap: wrap; +} +#dokan-store-listing-filter-wrap .right { + display: flex; + align-items: center; +} +#dokan-store-listing-filter-wrap .right .item { + position: relative; + white-space: nowrap; +} +#dokan-store-listing-filter-wrap .right .item.sort-by { + margin: 0px 30px; +} +#dokan-store-listing-filter-wrap .right .item .dokan-store-list-filter-button { + border-radius: 3px; +} +#dokan-store-listing-filter-wrap .right .item .dokan-icons { + position: absolute; + right: 14%; + top: 50%; + cursor: pointer; + margin: 0; + padding: 0; + transform: translate(0, -50%); + z-index: 999; +} +#dokan-store-listing-filter-wrap .right .item .dokan-icons .dokan-icon-div { + background: #fff; + height: 2px; + margin: 2px auto; +} +#dokan-store-listing-filter-wrap .right .item .dokan-icons .dokan-icon-div:nth-child(1) { + width: 15px; +} +#dokan-store-listing-filter-wrap .right .item .dokan-icons .dokan-icon-div:nth-child(2) { + width: 10px; +} +#dokan-store-listing-filter-wrap .right .item .dokan-icons .dokan-icon-div:nth-child(3) { + width: 4px; +} +#dokan-store-listing-filter-wrap .right .item button { + padding-top: 8px; + padding-bottom: 8px; + padding-right: 35px; + padding-left: 25px; +} +#dokan-store-listing-filter-wrap .right .item button:focus { + outline: none; +} +#dokan-store-listing-filter-wrap .right .item select { + background: #ffffff; + border: 1px solid #edecec; + -webkit-appearance: none; + -moz-appearance: none; + appearance: none; + padding: 8px 20px; +} +#dokan-store-listing-filter-wrap .right .item select:before { + content: "\f140"; +} +#dokan-store-listing-filter-wrap .right .item select:focus { + outline: none; +} +#dokan-store-listing-filter-wrap .right .toggle-view { + margin: 0; + padding: 0; + line-height: 0; + height: 0; +} +#dokan-store-listing-filter-wrap .right .toggle-view .dashicons { + font-size: 22px; + cursor: pointer; +} +#dokan-store-listing-filter-wrap .right .toggle-view .active { + color: #ee5035; +} +#dokan-store-listing-filter-form-wrap { + background: #ffffff; + margin-top: 32px; + padding: 32px 20px 20px 20px; + box-shadow: -1px 1px 20px 0px #E9E9E9; + position: relative; +} +#dokan-store-listing-filter-form-wrap div { + margin: 0; + padding: 0; +} +#dokan-store-listing-filter-form-wrap:before { + content: "\f142"; + height: 0 !important; + top: -8px; + right: 50%; + position: absolute; + transform: translate(0, -50%); + font-family: dashicons; + font-size: 60px; + color: #fff; + font-weight: bold; + line-height: 0 !important; +} +#dokan-store-listing-filter-form-wrap .store-search .store-search-input { + width: 100%; + padding: 10px 20px; + border-radius: 3px; + border: 1px solid #cccccc; +} +#dokan-store-listing-filter-form-wrap .store-search .store-search-input:placeholder { + color: #7e7e7ec9; +} +#dokan-store-listing-filter-form-wrap .store-search .store-search-input:focus { + outline: none; + border-color: #8080809e; +} +#dokan-store-listing-filter-form-wrap .apply-filter { + display: flex; + justify-content: flex-end; + margin-top: 20px; +} +#dokan-store-listing-filter-form-wrap .apply-filter #cancel-filter-btn { + padding: 8px 25px; + border-radius: 3px; + background: #fff !important; + color: #000 !important; + border: 1px solid #edecec !important; + margin-left: 20px; + display: none; +} +#dokan-store-listing-filter-form-wrap .apply-filter #cancel-filter-btn:focus { + outline: none; +} +#dokan-store-listing-filter-form-wrap .apply-filter #apply-filter-btn { + padding: 8px 25px; + border-radius: 3px; +} +#dokan-store-listing-filter-form-wrap .apply-filter #apply-filter-btn:focus { + outline: none; +} +.site-content .entry-header .entry-title[class] { + border: none; +} +#dokan-seller-listing-wrap .seller-listing-content .dokan-seller-wrap .dokan-single-seller .store-wrapper .store-data h2 { + padding: 0 !important; +} +#dokan-seller-listing-wrap .seller-listing-content .dokan-seller-wrap .dokan-single-seller .store-wrapper .store-data .dokan-seller-rating i.dashicons { + width: 15px; + font-size: 17px; +} +#dokan-seller-listing-wrap .seller-listing-content .dokan-seller-wrap .dokan-single-seller .store-wrapper .store-data .dokan-seller-rating i.dashicons.dashicons-star-filled, +#dokan-seller-listing-wrap .seller-listing-content .dokan-seller-wrap .dokan-single-seller .store-wrapper .store-data .dokan-seller-rating i.dashicons.dashicons-star-half { + color: #fa9a00; +} +#dokan-seller-listing-wrap.grid-view .store-wrapper { + position: relative; +} +#dokan-seller-listing-wrap.grid-view .store-content { + position: absolute; + top: 0; + right: 0; + width: 100%; + height: 100%; + background: rgba(0, 0, 0, 0.45); + color: #fff; +} +#dokan-seller-listing-wrap.grid-view .store-content.default-store-banner { + background: transparent; +} +#dokan-seller-listing-wrap.grid-view .store-content .store-data-container { + padding: 5px 20px; +} +#dokan-seller-listing-wrap.grid-view .store-content .store-data-container .featured-favourite { + position: relative; + top: 10px; +} +#dokan-seller-listing-wrap.grid-view .store-content .store-data-container .featured-favourite .featured-label { + width: max-content; + width: -moz-max-content; + width: -webkit-max-content; + padding: 2px 10px; + background: #2d54a3; + color: #fff; + border-radius: 3px; + box-shadow: 0px 0px 25px -5px #afafaf; +} +#dokan-seller-listing-wrap.grid-view .store-content .store-data-container .store-data h2 a { + color: #fff; + text-shadow: rgba(0, 0, 0, 0.8) 0 1px 0; + font-size: 25px; + padding: 0; + margin: 0; + text-decoration: none; +} +#dokan-seller-listing-wrap.grid-view .store-content .store-data-container .store-data h2 a:active, +#dokan-seller-listing-wrap.grid-view .store-content .store-data-container .store-data h2 a:focus { + text-decoration: none; + outline: none; +} +#dokan-seller-listing-wrap.grid-view .store-content .store-data-container .store-data .dokan-seller-rating p.rating { + display: none !important; +} +#dokan-seller-listing-wrap.grid-view .store-content .store-data-container .store-data .store-address { + margin: 0 0 5px 0; + line-height: 23px; +} +#dokan-seller-listing-wrap.grid-view .store-content .store-data-container .store-data .store-address br { + display: none; +} +#dokan-seller-listing-wrap.grid-view .store-content .store-data-container .store-data .store-phone { + margin: 0 0 5px 0; +} +#dokan-seller-listing-wrap.grid-view .store-footer { + background: #fff; + position: relative; +} +#dokan-seller-listing-wrap.grid-view .store-footer a:active, +#dokan-seller-listing-wrap.grid-view .store-footer a:focus { + outline: none; + text-decoration: none; +} +#dokan-seller-listing-wrap.grid-view .store-footer .dokan-btn-theme.dokan-btn-round { + margin-left: 10px; +} +#dokan-seller-listing-wrap .seller-listing-content .dokan-error { + margin: 15px; +} +#dokan-seller-listing-wrap .store_open_is_on { + margin-top: 35px; +} +#dokan-seller-listing-wrap .dokan-store-is-open-close-status { + padding: 0px 10px; + display: block; + border-radius: 30px; + position: absolute; + left: 15px; + top: 15px; + font-size: 14px; + box-shadow: 0px 0px 25px -5px #afafaf; +} +#dokan-seller-listing-wrap .dokan-store-is-open-status { + background-color: #1dbf73; +} +#dokan-seller-listing-wrap .dokan-store-is-closed-status { + background-color: #999; +} +#dokan-seller-listing-wrap .dokan-single-seller .store-wrapper .store-header .store-banner { + min-height: 220px; + position: relative; +} +#dokan-seller-listing-wrap .dokan-single-seller .store-wrapper .store-header .store-banner img { + position: absolute; + right: 0; + top: 0; + max-width: 100%; + height: 100%; + width: -moz-available; + width: -webkit-fill-available; + width: fill-available; + object-fit: cover; +} +#dokan-seller-listing-wrap.list-view .dokan-seller-wrap .dokan-single-seller { + width: 100%; +} +#dokan-seller-listing-wrap.list-view .dokan-seller-wrap .dokan-single-seller .store-wrapper { + display: flex; + flex-wrap: wrap; + align-items: center; + background: #fff; + border-radius: 3px; + position: relative; +} +#dokan-seller-listing-wrap.list-view .dokan-seller-wrap .dokan-single-seller .store-wrapper .store-header .store-banner { + min-height: 140px; +} +#dokan-seller-listing-wrap.list-view .dokan-seller-wrap .dokan-single-seller .store-wrapper .store-header .store-banner img { + border-top-right-radius: 3px; + border-bottom-right-radius: 3px; +} +#dokan-seller-listing-wrap.list-view .dokan-seller-wrap .dokan-single-seller .store-wrapper .store-content .store-data-container .featured-favourite .featured-label { + padding: 2px 10px; + background: #2d54a3; + color: #fff; + border-radius: 3px; + box-shadow: 0px 0px 25px -5px #afafaf; + position: absolute; + right: 8px; + top: 10px; +} +#dokan-seller-listing-wrap.list-view .dokan-seller-wrap .dokan-single-seller .store-wrapper .store-content .store-data-container .store-data h2 { + margin-top: 0; + margin-bottom: 15px; +} +#dokan-seller-listing-wrap.list-view .dokan-seller-wrap .dokan-single-seller .store-wrapper .store-content .store-data-container .store-data h2 a { + color: #000; + text-decoration: none; +} +#dokan-seller-listing-wrap.list-view .dokan-seller-wrap .dokan-single-seller .store-wrapper .store-content .store-data-container .store-data h2 a:active, +#dokan-seller-listing-wrap.list-view .dokan-seller-wrap .dokan-single-seller .store-wrapper .store-content .store-data-container .store-data h2 a:focus { + text-decoration: none; + outline: none; +} +#dokan-seller-listing-wrap.list-view .dokan-seller-wrap .dokan-single-seller .store-wrapper .store-content .store-data-container .store-data .dokan-seller-rating[class] { + overflow: visible; + z-index: 1; + min-width: 85px; + font-family: 'Open Sans', sans-serif; + color: gray; + float: left; + position: relative; + top: -15px; + right: 25%; +} +#dokan-seller-listing-wrap.list-view .dokan-seller-wrap .dokan-single-seller .store-wrapper .store-content .store-data-container .store-data .dokan-seller-rating[class]:before { + font-family: star; +} +#dokan-seller-listing-wrap.list-view .dokan-seller-wrap .dokan-single-seller .store-wrapper .store-content .store-data-container .store-data .dokan-seller-rating[class] span:before { + font-family: star; + color: #fa9a00; +} +#dokan-seller-listing-wrap.list-view .dokan-seller-wrap .dokan-single-seller .store-wrapper .store-content .store-data-container .store-data .store-address { + margin-top: 5px; + display: inline; + font-size: 15px; +} +#dokan-seller-listing-wrap.list-view .dokan-seller-wrap .dokan-single-seller .store-wrapper .store-content .store-data-container .store-data .store-address:before { + content: "\f082"; + font-family: dashicons; + color: #0bb90b; + font-size: 22px; + position: relative; + top: 5px; + right: -5px; +} +#dokan-seller-listing-wrap.list-view .dokan-seller-wrap .dokan-single-seller .store-wrapper .store-content .store-data-container .store-data .store-address br { + display: none; +} +#dokan-seller-listing-wrap.list-view .dokan-seller-wrap .dokan-single-seller .store-wrapper .store-content .store-data-container .store-data .store-phone { + display: none; +} +#dokan-seller-listing-wrap.list-view .dokan-seller-wrap .dokan-single-seller .store-wrapper > .store-content { + flex-basis: 43%; + padding-right: 4%; +} +#dokan-seller-listing-wrap.list-view .dokan-seller-wrap .dokan-single-seller .store-wrapper .store-header { + flex-basis: 20%; +} +#dokan-seller-listing-wrap.list-view .dokan-seller-wrap .dokan-single-seller .store-wrapper .dokan-store-is-open-close-status { + color: #fff; +} +#dokan-seller-listing-wrap.list-view .dokan-seller-wrap .dokan-single-seller .store-wrapper .store-footer[class] { + display: flex; + flex-direction: row-reverse; + flex-basis: 33%; + border: none; + text-align: left; + background: transparent; +} +#dokan-seller-listing-wrap.list-view .dokan-seller-wrap .dokan-single-seller .store-wrapper .store-footer[class] a:active, +#dokan-seller-listing-wrap.list-view .dokan-seller-wrap .dokan-single-seller .store-wrapper .store-footer[class] a:focus { + outline: none; + text-decoration: none; +} +#dokan-seller-listing-wrap.list-view .dokan-seller-wrap .dokan-single-seller .store-wrapper .store-footer[class] .seller-avatar { + display: none; +} +#dokan-seller-listing-wrap.list-view .dokan-seller-wrap .dokan-single-seller .store-wrapper .store-footer[class] button { + margin-left: 20px; +} +.woocommerce-MyAccount-content ul.dokan-account-migration-lists { + margin: 0; + padding: 0; + list-style: none; + border: 1px solid #eee; +} +.woocommerce-MyAccount-content ul.dokan-account-migration-lists li { + padding: 10px; + display: flex; + flex-direction: row; + align-items: center; + border-bottom: 1px solid #eee; +} +.woocommerce-MyAccount-content ul.dokan-account-migration-lists li:last-child { + border-bottom: none; +} +.woocommerce-MyAccount-content ul.dokan-account-migration-lists li .left-content { + text-align: right; + flex: 2; +} +.woocommerce-MyAccount-content ul.dokan-account-migration-lists li .left-content p { + margin: 0px; +} +.woocommerce-MyAccount-content ul.dokan-account-migration-lists li .right-content { + text-align: left; + flex: 1; +} +.store-cat-stack-dokan.cat-drop-stack ul { + max-height: 800px; + overflow-y: scroll; +} +/*-------------------------------------------------- +:: Responsive Styles +-------------------------------------------------- */ +@media (max-width: 1366px) { + .dokan-single-store .profile-frame .profile-info-box.profile-layout-layout1 .profile-info-summery-wrapper .profile-info-summery .profile-info .dokan-store-info { + max-width: 650px; + } +} +@media (max-width: 1199px) { + .dokan-single-store .profile-frame .profile-info-box.profile-layout-layout1 .profile-info-summery-wrapper .profile-info-summery .profile-info .dokan-store-info { + max-width: 590px; + } + .dokan-dashboard .dokan-dashboard-content .dokan-table { + display: block; + overflow: scroll; + } +} +@media (max-width: 992px) { + #dokan-seller-listing-wrap.list-view .dokan-seller-wrap .dokan-single-seller .store-wrapper { + padding: 0px 0px 0px 10px; + } + #dokan-seller-listing-wrap.list-view .dokan-seller-wrap .dokan-single-seller .store-wrapper .store-header .store-banner { + min-height: 120px; + } + #dokan-seller-listing-wrap.list-view .dokan-seller-wrap .dokan-single-seller .store-content .store-data-container .store-data h2 { + font-size: 20px; + margin-bottom: 5px; + } + #dokan-seller-listing-wrap.list-view .dokan-seller-wrap .dokan-single-seller .store-content .store-data-container .store-data .store-address { + font-size: 14px !important; + } + .dokan-single-store .profile-frame .profile-info-box.profile-layout-layout1 .profile-info-summery-wrapper .profile-info-summery .profile-info .dokan-store-info { + max-width: 430px; + } +} +@media (max-width: 767px) { + #dokan-store-listing-filter-wrap { + display: block; + } + #dokan-store-listing-filter-wrap .right { + justify-content: space-between; + margin-top: 15px; + } + #dokan-store-listing-filter-wrap .right .item.sort-by { + margin: 0; + } + #dokan-store-listing-filter-wrap .toggle-view { + display: none; + } + .dokan-table { + border: none; + text-align: right; + width: 100%; + max-width: 100%; + } + .dokan-table tbody { + display: table-row-group; + vertical-align: middle; + border-color: inherit; + } + .dokan-table tbody tr { + vertical-align: inherit; + width: 100%; + } + .dokan-table tbody tr td { + padding: 6px; + text-align: right; + border-color: #ededed; + border-style: solid; + border-width: 0px 1px 1px 1px; + background: #fff; + } + .dokan-table tbody tr td:before { + padding-left: 20px !important; + float: right; + font-weight: bold; + } + .dokan-table tbody tr .post-date .status { + float: left; + } + .dokan-table tbody tr .diviader { + background: transparent !important; + border: none !important; + height: 15px; + background: none; + } + .dokan-table tbody tr .diviader:before { + content: ' '; + } + .dokan-table tbody tr td:first-child { + border-top-width: 1px; + } + .dokan-table tbody tr .dokan-order-action { + width: 100%; + } + .dokan-table tbody .row-actions { + visibility: visible !important; + } + .dokan-orders-area .dokan-w8 { + width: 100% !important; + } + .dokan-orders-area .dokan-w4 { + width: 100% !important; + } + .dokan-primary { + width: 100% !important; + padding-right: 15px; + padding-left: 15px; + } + .dokan-primary li.product { + width: 100% !important; + } + .dokan-secondary { + width: 100%; + padding-right: 15px; + padding-left: 15px; + } + .dokan-dashboard .dokan-dash-sidebar, + .dokan-dashboard .dokan-dashboard-content { + float: none; + width: 100%; + } + .dokan-dashboard .dokan-dash-sidebar ul.dokan_tabs, + .dokan-dashboard .dokan-dashboard-content ul.dokan_tabs { + border: 0; + gap: 0.5rem; + display: flex; + flex-wrap: wrap; + align-items: flex-start; + } + .dokan-dashboard .dokan-dash-sidebar ul.dokan_tabs li, + .dokan-dashboard .dokan-dashboard-content ul.dokan_tabs li { + margin: auto 0 !important; + border-bottom: 1px solid #EDEDED; + } + .dokan-dashboard .dokan-dash-sidebar ul.dokan_tabs li.active a, + .dokan-dashboard .dokan-dashboard-content ul.dokan_tabs li.active a { + border-bottom: 1px solid #EDEDED; + } + .dokan-dashboard .product-edit-new-container .dokan-edit-row .dokan-side-left, + .dokan-dashboard .product-edit-new-container .dokan-edit-row .dokan-side-right { + float: none; + width: auto; + } + .dokan-dashboard .dokan-dash-sidebar ul.dokan-dashboard-menu li { + display: inline-block; + border-left: 1px solid #454545; + } + .dokan-dashboard .dokan-dash-sidebar ul.dokan-dashboard-menu li.active:after { + content: ''; + display: none; + } + .dokan-dashboard .dokan-dash-sidebar ul.dokan-dashboard-menu li a { + padding: 12px 24px; + } + .dokan-dashboard .dokan-dashboard-content { + padding-right: 0; + } + ul.dokan-seller-wrap { + text-align: center; + } + ul.dokan-seller-wrap li.dokan-single-seller { + width: 90% !important; + margin-bottom: 50px; + } + .dokan-single-store .profile-frame .profile-info-box.profile-layout-layout1 .profile-info-summery-wrapper .profile-info-summery .profile-info .dokan-store-info { + max-width: 500px; + } +} +@media (max-width: 480px) { + .dokan-single-store .dokan-store-tabs ul.dokan-modules-button li { + display: inline-block; + margin: 0 0 3px 5px !important; + } + .dokan-single-store .dokan-store-tabs ul.dokan-modules-button li:last-child { + margin-top: 0 !important; + } + .dokan-single-store .dokan-store-tabs ul.dokan-modules-button li button { + font-size: 12px; + margin: 0 !important; + top: 0 !important; + } + .dokan-single-store .dokan-store-tabs ul.dokan-list-inline { + flex-wrap: wrap; + } + .dokan-single-store .dokan-store-tabs ul.dokan-list-inline li { + margin-left: unset; + border-bottom: 1px solid #ededed; + } + .dokan-store-products-filter-area .dokan-store-products-ordeby { + display: flex; + flex-wrap: wrap; + } + .dokan-store-products-filter-area .dokan-store-products-ordeby input.product-name-search { + width: 70%; + } + .dokan-store-products-filter-area .dokan-store-products-ordeby input.search-store-products { + width: 30%; + } + .dokan-store-products-filter-area select.orderby.orderby-search { + flex-basis: 100%; + margin-top: 5px; + } +} +@media (max-width: 430px) { + #dokan-store-listing-filter-form-wrap:before { + right: 10%; + } + .apply-filter { + margin-top: 20px; + } + .apply-filter #cancel-filter-btn { + display: block !important; + } + .dokan-dashboard .dokan-dash-sidebar, + .dokan-dashboard .dokan-dashboard-content { + float: none; + width: 100%; + padding: 20px 0; + } + .dokan-dashboard .dokan-dash-sidebar .dokan-table, + .dokan-dashboard .dokan-dashboard-content .dokan-table { + display: table; + } + .dokan-dashboard .dokan-dash-sidebar article, + .dokan-dashboard .dokan-dashboard-content article { + overflow: scroll; + } + .dokan-dashboard .dokan-dash-sidebar .dokan-settings-area .dokan-banner, + .dokan-dashboard .dokan-dashboard-content .dokan-settings-area .dokan-banner { + width: auto; + height: auto; + margin-bottom: 15px; + min-height: unset; + } + .dokan-dashboard .dashboard-content-area .dokan-announcement-widget .dokan-right { + float: left !important; + } + .dokan-dashboard .dashboard-content-area .dokan-announcement-widget .dokan-left { + float: right !important; + } + .dokan-dashboard .dashboard-content-area .dokan-dash-left { + padding-left: 0 !important; + } + .dokan-dashboard .dokan-dash-sidebar ul.dokan-dashboard-menu:before, + .dokan-dashboard .dokan-dash-sidebar ul.dokan-dashboard-menu:after { + content: " "; + display: table; + } + .dokan-dashboard .dokan-dash-sidebar ul.dokan-dashboard-menu:after { + clear: both; + } + .dokan-dashboard .dokan-dash-sidebar ul.dokan-dashboard-menu li { + float: right; + width: 100%; + } + .dokan-dashboard .dokan-dash-sidebar ul.dokan-dashboard-menu li a { + padding: 12px 18px; + } + .dokan-dashboard .dokan-orders-area .dokan-order-filter-serach { + padding: 10px 0 10px 0; + } + .dokan-dashboard .dokan-orders-area .dokan-order-filter-serach .dokan-btn { + padding: 6px 13px; + } + .dokan-dashboard .dokan-product-listing .dokan-product-listing-area .product-listing-top { + border-bottom: 0; + } + .dokan-dashboard .dokan-product-listing .dokan-product-listing-area .product-listing-top ul.dokan-listing-filter { + width: 100%; + } + .dokan-dashboard .dokan-product-listing .dokan-product-listing-area .product-listing-top .dokan-add-product-link { + display: flex; + justify-content: space-between; + width: auto; + float: none; + } + .dokan-dashboard .dokan-product-listing .dokan-product-listing-area .dokan-product-date-filter { + display: flex; + flex-flow: column wrap; + justify-content: space-between; + } + .dokan-dashboard .dokan-product-listing .dokan-product-listing-area .dokan-product-date-filter .dokan-form-group { + margin-bottom: 10px; + } + .dokan-dashboard .dokan-product-listing .dokan-product-listing-area .dokan-product-search-form { + display: flex; + justify-content: space-between; + flex-flow: row-reverse nowrap; + } + .dokan-dashboard .dokan-product-listing .dokan-product-listing-area .dokan-product-search-form .dokan-form-group { + margin-bottom: 0; + margin-left: 0; + width: 73%; + } + .dokan-dashboard .dokan-product-listing .dokan-product-listing-area .dokan-product-search-form .dokan-btn { + width: 25%; + } + .dokan-dashboard .dokan-product-listing .dokan-product-listing-area #dokan-bulk-action-selector { + width: 73%; + margin-left: 2%; + } + .dokan-dashboard .dokan-product-listing .dokan-product-listing-area #dokan-bulk-action-submit { + width: 25%; + margin-left: 0; + } + .dokan-dashboard .dokan-product-listing .dokan-product-listing-area #product-filter .dokan-btn { + width: 100%; + } + .dokan-dashboard .dokan-right, + .dokan-dashboard .dokan-left { + float: none !important; + } + .dokan-dashboard .dokan-w6, + .dokan-dashboard .dokan-w8, + .dokan-dashboard .dokan-w4 { + float: none; + width: 100%; + } + .dokan-dashboard .dokan-reports-content .dokan-reports-area .dokan-reports-wrap .report-left, + .dokan-dashboard .dokan-reports-content .dokan-reports-area .dokan-reports-wrap .report-right { + width: 100%; + } + .dokan-dashboard .dokan-product-edit-area .dokan-product-edit-left, + .dokan-dashboard .dokan-product-edit-area .dokan-product-edit-right { + float: none; + width: 100%; + } + .dokan-dashboard .content-half-part { + float: none; + width: 100%; + } + .dokan-dashboard .content-half-part { + margin-bottom: 8px; + } + .dokan-dashboard .content-half-part:last-child { + padding-right: 0px; + } + .dokan-dashboard .content-half-part:first-child { + padding-left: 0px; + } + .dokan-dashboard ul.dokan_tabs { + padding-right: 0; + margin-left: 0; + } + .dokan-dashboard ul.dokan_tabs li { + margin-bottom: 10px; + } + .dokan-single-store .profile-frame .profile-info-box { + width: 100%; + } + .dokan-single-store .profile-frame .profile-info-box.profile-layout-layout1 .profile-info-summery-wrapper .profile-info-summery .profile-info .dokan-store-info { + max-width: 280px; + } + .dokan-seller-wrap .dokan-single-seller .store-wrapper .store-footer { + display: flex; + } +} +@media (max-width: 375px) { + .dokan-order-filter-serach form:first-child .dokan-form-group { + display: flex; + } + #dokan-store-listing-filter-wrap .right .item #stores_orderby { + padding: 8px 16px 8px 0px; + } +} +@media (max-width: 360px) { + .dokan-single-store .profile-frame .profile-info-box.profile-layout-layout1 .profile-info-summery-wrapper .profile-info-summery .profile-info .dokan-store-info { + max-width: 200px; + } +} + diff --git a/assets/js/style.asset.php b/assets/js/style.asset.php new file mode 100644 index 0000000000..173adf152e --- /dev/null +++ b/assets/js/style.asset.php @@ -0,0 +1 @@ + array(), 'version' => 'ce9e86ac7b08cc2b755c'); diff --git a/assets/js/style.css b/assets/js/style.css new file mode 100644 index 0000000000..69f8967e14 --- /dev/null +++ b/assets/js/style.css @@ -0,0 +1,6625 @@ +/** + * Dokan Plugin main Style less file + * + * Import all individual page styles + * in this less file which compile to style.css + * file in assets/css directoryS + */ +.dokan-spinner { + position: absolute; + width: 20px; + height: 20px; + background: url(../images/spinner-2x.gif) center center no-repeat; + z-index: 99; + background-size: 20px; +} +.dokan-close { + float: right; + font-weight: bold; + line-height: 1; + color: #000; + text-shadow: 0 1px 0 #fff; + opacity: 0.2; + filter: alpha(opacity=20); +} +.dokan-close:hover, +.dokan-close:focus { + color: #000; + text-decoration: none; + cursor: pointer; + opacity: 0.5; + filter: alpha(opacity=50); +} +button.dokan-close { + padding: 0; + cursor: pointer; + background: transparent; + border: 0; + -webkit-appearance: none; +} +.dokan-alert { + padding: 15px; + margin-bottom: 20px; + border: 1px solid transparent; + border-radius: 4px; +} +.dokan-alert h4 { + margin-top: 0; + color: inherit; +} +.dokan-alert .dokan-alert-link { + font-weight: bold; +} +.dokan-alert > p, +.dokan-alert > ul { + margin-bottom: 0 !important; +} +.dokan-alert > p + p { + margin-top: 5px; +} +.dokan-alert-dismissable, +.dokan-alert-dismissible { + padding-right: 35px; +} +.dokan-alert-dismissable .close, +.dokan-alert-dismissible .close { + position: relative; + top: -2px; + right: -21px; + color: inherit; +} +.dokan-alert-success { + background-color: #dff0d8; + border-color: #d6e9c6; + color: #3c763d; +} +.dokan-alert-success hr { + border-top-color: #c9e2b3; +} +.dokan-alert-success .dokan-alert-link { + color: #2b542c; +} +.dokan-alert-info { + background-color: #d9edf7; + border-color: #bce8f1; + color: #31708f; +} +.dokan-alert-info hr { + border-top-color: #a6e1ec; +} +.dokan-alert-info .dokan-alert-link { + color: #245269; +} +.dokan-alert-warning { + background-color: #fcf8e3; + border-color: #faebcc; + color: #8a6d3b; +} +.dokan-alert-warning hr { + border-top-color: #f7e1b5; +} +.dokan-alert-warning .dokan-alert-link { + color: #66512c; +} +.dokan-alert-danger { + background-color: #f2dede; + border-color: #ebccd1; + color: #a94442; +} +.dokan-alert-danger hr { + border-top-color: #e4b9c0; +} +.dokan-alert-danger .dokan-alert-link { + color: #843534; +} +.tooltip { + position: absolute; + z-index: 9999; + display: block; + visibility: visible; + line-height: 1.3; + opacity: 0; + filter: alpha(opacity=0); +} +.tooltip.in { + opacity: 0.9; + filter: alpha(opacity=90); +} +.tooltip.top { + margin-top: -3px; + padding: 5px 0; +} +.tooltip.right { + margin-left: 3px; + padding: 0 5px; +} +.tooltip.bottom { + margin-top: 3px; + padding: 5px 0; +} +.tooltip.left { + margin-left: -3px; + padding: 0 5px; +} +.tooltip-inner { + max-width: 200px; + padding: 10px !important; + color: #fff; + text-align: center; + text-decoration: none; + background-color: #000; + border-radius: 4px; + font-weight: normal !important; +} +.tooltip-arrow { + position: absolute; + width: 0; + height: 0; + border-color: transparent; + border-style: solid; +} +.tooltip.top .tooltip-arrow { + bottom: 0; + left: 50%; + margin-left: -5px; + border-width: 5px 5px 0; + border-top-color: #000; +} +.tooltip.top-left .tooltip-arrow { + bottom: 0; + left: 5px; + border-width: 5px 5px 0; + border-top-color: #000; +} +.tooltip.top-right .tooltip-arrow { + bottom: 0; + right: 5px; + border-width: 5px 5px 0; + border-top-color: #000; +} +.tooltip.right .tooltip-arrow { + top: 50%; + left: 0; + margin-top: -5px; + border-width: 5px 5px 5px 0; + border-right-color: #000; +} +.tooltip.left .tooltip-arrow { + top: 50%; + right: 0; + margin-top: -5px; + border-width: 5px 0 5px 5px; + border-left-color: #000; +} +.tooltip.bottom .tooltip-arrow { + top: 0; + left: 50%; + margin-left: -5px; + border-width: 0 5px 5px; + border-bottom-color: #000; +} +.tooltip.bottom-left .tooltip-arrow { + top: 0; + left: 5px; + border-width: 0 5px 5px; + border-bottom-color: #000; +} +.tooltip.bottom-right .tooltip-arrow { + top: 0; + right: 5px; + border-width: 0 5px 5px; + border-bottom-color: #000; +} +.dokan-form-container label { + display: inline-block; + max-width: 100%; + margin-bottom: 5px; +} +.dokan-form-control { + background-color: #ffffff; + background-image: none; + border: 1px solid #EDEDED; + padding: 4px 6px; + border-radius: 0; + color: #555555; + display: block; + font-size: 14px; + min-height: 26px; + line-height: 20px; + vertical-align: middle; + width: 100%; + margin: 0; +} +.dokan-form-control p { + margin-bottom: 0; +} +textarea.dokan-form-control { + height: auto; +} +select.dokan-form-control { + height: 35px; +} +.dokan-radio-inline + .dokan-radio-inline, +.dokan-checkbox-inline + .dokan-checkbox-inline { + margin-left: 10px; + margin-top: 0; +} +.dokan-form-group { + margin-bottom: 15px; +} +.dokan-input-group { + position: relative; + display: table; + border-collapse: separate; +} +.dokan-input-group[class*='col-'] { + float: none; + padding-left: 0; + padding-right: 0; +} +.dokan-input-group .dokan-form-control { + position: relative; + z-index: 2; + float: left; + width: 100%; + margin-bottom: 0; +} +.dokan-input-group-addon, +.dokan-input-group-btn, +.dokan-input-group .form-control { + display: table-cell; +} +.dokan-input-group-addon:not(:first-child):not(:last-child), +.dokan-input-group-btn:not(:first-child):not(:last-child), +.dokan-input-group .form-control:not(:first-child):not(:last-child) { + border-radius: 0; +} +.dokan-input-group-addon, +.dokan-input-group-btn { + width: 1%; + white-space: nowrap; + vertical-align: middle; +} +.dokan-input-group-addon { + padding: 6px 12px; + font-weight: normal; + line-height: 1; + color: #555; + text-align: center; + background-color: #eee; + border: 1px solid #EDEDED; + border-radius: 4px; +} +.dokan-input-group-addon input[type='radio'], +.dokan-input-group-addon input[type='checkbox'] { + margin-top: 0; +} +.dokan-input-group .dokan-form-control:first-child, +.dokan-input-group-addon:first-child, +.dokan-input-group-btn:first-child > .btn, +.dokan-input-group-btn:first-child > .btn-group > .btn, +.dokan-input-group-btn:first-child > .dropdown-toggle, +.dokan-input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle), +.dokan-input-group-btn:last-child > .btn-group:not(:last-child) > .btn { + border-bottom-right-radius: 0px; + border-top-right-radius: 0px; +} +.dokan-input-group-addon:first-child { + border-right: 0; +} +.dokan-input-group .dokan-form-control:last-child, +.dokan-input-group-addon:last-child, +.dokan-input-group-btn:last-child > .btn, +.dokan-input-group-btn:last-child > .btn-group > .btn, +.dokan-input-group-btn:last-child > .dropdown-toggle, +.dokan-input-group-btn:first-child > .btn:not(:first-child), +.dokan-input-group-btn:first-child > .btn-group:not(:first-child) > .btn { + border-bottom-left-radius: 0px; + border-top-left-radius: 0px; +} +.dokan-input-group-addon:last-child { + border-left: 0; +} +.dokan-input-group-btn { + position: relative; + font-size: 0; + white-space: nowrap; +} +.dokan-input-group-btn > .btn { + position: relative; +} +.dokan-input-group-btn > .btn + .btn { + margin-left: -1px; +} +.dokan-input-group-btn > .btn:hover, +.dokan-input-group-btn > .btn:focus, +.dokan-input-group-btn > .btn:active { + z-index: 2; +} +.dokan-input-group-btn:first-child > .btn, +.dokan-input-group-btn:first-child > .btn-group { + margin-right: -1px; +} +.dokan-input-group-btn:last-child > .btn, +.dokan-input-group-btn:last-child > .btn-group { + margin-left: -1px; +} +.dokan-form-horizontal { + text-align: center; +} +.dokan-form-horizontal label { + display: inline-block; + max-width: 100%; + margin-bottom: 5px; +} +.dokan-form-horizontal .dokan-form-group:before, +.dokan-form-horizontal .dokan-form-group:after { + display: table; + content: ' '; +} +.dokan-form-horizontal .dokan-form-group:after { + clear: both; +} +.dokan-form-horizontal .dokan-control-label { + text-align: right; + margin-bottom: 0; + margin-top: 0; + padding-right: 15px; + font-weight: bold; +} +@media (max-width: 430px) { + .dokan-form-horizontal .dokan-control-label { + text-align: left; + } +} +.dokan-row { + margin-right: -15px; + margin-left: -15px; +} +.dokan-w1 { + width: 8.33333333%; + float: left; +} +.dokan-w2 { + width: 16.66666667%; + float: left; +} +.dokan-w3 { + width: 25%; + float: left; +} +.dokan-w4 { + width: 33.33333333%; + float: left; +} +.dokan-w5 { + width: 41.66666667%; + float: left; +} +.dokan-w6 { + width: 50%; + float: left; +} +.dokan-w7 { + width: 63%; + float: left; +} +.dokan-w8 { + width: 58.33333333%; + float: left; +} +.dokan-w9 { + width: 75%; + float: left; +} +.dokan-w10 { + width: 83.33333333%; + float: left; +} +.dokan-w11 { + width: 91.66666667%; + float: left; +} +.dokan-w12 { + width: 100%; + float: left; +} +.dokan-text-left { + text-align: left; +} +.dokan-text-right { + text-align: right; +} +@media (max-width: 430px) { + .dokan-w3, + .dokan-w4, + .dokan-w5, + .dokan-w6, + .dokan-w7, + .dokan-w8, + .dokan-w9, + .dokan-w10, + .dokan-w11 { + width: 100% !important; + } +} +.woocommerce .form-row.has-error { + background-color: #ffe5e5; + padding: 10px; + border-radius: 3px; +} +.woocommerce form.register.dokan-vendor-register { + border: none; + padding: 0; +} +.woocommerce form.register.dokan-vendor-register .name-field { + display: flex; + justify-content: space-between; +} +.woocommerce form.register.dokan-vendor-register .name-field p { + width: 48%; +} +.wp-editor-wrap { + border: 1px solid #EDEDED; +} +.dokan-message, +.dokan-info, +.dokan-error { + padding: 15px 15px 15px 50px; + margin: 5px 0 15px 0; + position: relative; + background: #fff; + border-bottom: 1px solid #EDEDED; + border-left: 1px solid #EDEDED; + border-right: 1px solid #EDEDED; + -moz-border-radius: 4px; + -webkit-border-radius: 4px; + border-radius: 4px; +} +.dokan-message:before, +.dokan-info:before, +.dokan-error:before { + position: absolute; + top: 0; + left: 15px; + padding-top: 15px; + font-family: sans-serif; + color: #fff; + width: 20px; + border-bottom-left-radius: 4px; + border-bottom-right-radius: 4px; + text-align: center; +} +.dokan-message { + border-top: 3px solid #8fae1b; +} +.dokan-message:before { + background-color: #8fae1b; + content: '\2713'; +} +.dokan-info { + border-top: 3px solid #109ae7; +} +.dokan-info:before { + background-color: #109ae7; + content: '\2713'; + content: 'i'; + font-family: Times, Georgia, serif; + font-style: italic; +} +.dokan-error { + border-top: 3px solid #b81c23; +} +.dokan-error:before { + background-color: #b81c23; + content: '\00d7'; + font-weight: 700; +} +ul.dokan_tabs { + border-bottom: 1px solid #EDEDED; + margin-bottom: 20px; + line-height: 24px; + margin-left: 0; +} +ul.dokan_tabs > li { + margin-bottom: -1px !important; +} +ul.dokan_tabs li { + display: inline-block; + margin-right: 5px !important; + border: 1px solid #EDEDED; + border-bottom: none; +} +ul.dokan_tabs li:first-child { + margin-left: 10px; +} +ul.dokan_tabs li a { + display: block; + padding: 6px 8px !important; +} +ul.dokan_tabs li a:hover { + background-color: #eee; +} +ul.dokan_tabs li.dokan-hide { + display: none; +} +ul.dokan_tabs li.active { + border-bottom: 1px solid #fff !important; +} +.dokan-pagination-container { + text-align: center; +} +.dokan-pagination-container .dokan-pagination { + display: inline-block; + padding-left: 0; +} +.dokan-pagination-container .dokan-pagination li { + display: inline; +} +.dokan-pagination-container .dokan-pagination li a { + padding: 3px 10px; + border: 1px solid #EDEDED; + margin-right: 3px; + text-decoration: none; +} +.dokan-pagination-container .dokan-pagination li.active a { + background: #eee; +} +.dokan-pagination-container .dokan-pagination li.disabled a { + cursor: not-allowed; + color: #ccc; +} +input[type='submit'].dokan-btn, +a.dokan-btn, +.dokan-btn { + display: inline-block; + margin-bottom: 0; + font-weight: normal; + text-align: center; + vertical-align: middle; + touch-action: manipulation; + cursor: pointer; + background-image: none; + border: 1px solid transparent; + white-space: nowrap; + background-color: #eee; + color: #444; + padding: 6px 12px; + font-size: 14px; + line-height: 1.42857143; + border-radius: 3px; + -webkit-user-select: none; + -moz-user-select: none; + -ms-user-select: none; + -o-user-select: none; + user-select: none; +} +input[type='submit'].dokan-btn:hover, +a.dokan-btn:hover, +.dokan-btn:hover, +input[type='submit'].dokan-btn:focus, +a.dokan-btn:focus, +.dokan-btn:focus, +input[type='submit'].dokan-btn.focus, +a.dokan-btn.focus, +.dokan-btn.focus { + color: #fff; + border-color: #f05025; + text-decoration: none; + background-color: #f05025; +} +input[type='submit'].dokan-btn:active, +a.dokan-btn:active, +.dokan-btn:active, +input[type='submit'].dokan-btn.active, +a.dokan-btn.active, +.dokan-btn.active { + outline: 0; + background-image: none; + -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); + box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); +} +input[type='submit'].dokan-btn-theme, +a.dokan-btn-theme, +.dokan-btn-theme { + color: #fff; + background-color: #f05025; + border-color: #f05025; +} +input[type='submit'].dokan-btn-theme:hover, +a.dokan-btn-theme:hover, +.dokan-btn-theme:hover, +input[type='submit'].dokan-btn-theme:focus, +a.dokan-btn-theme:focus, +.dokan-btn-theme:focus, +input[type='submit'].dokan-btn-theme:active, +a.dokan-btn-theme:active, +.dokan-btn-theme:active, +input[type='submit'].dokan-btn-theme.active, +a.dokan-btn-theme.active, +.dokan-btn-theme.active, +.open .dropdown-toggleinput[type='submit'].dokan-btn-theme, +.open .dropdown-togglea.dokan-btn-theme, +.open .dropdown-toggle.dokan-btn-theme { + color: #fff; + background-color: #dd3b0f; + border-color: #ca360e; +} +input[type='submit'].dokan-btn-theme:active, +a.dokan-btn-theme:active, +.dokan-btn-theme:active, +input[type='submit'].dokan-btn-theme.active, +a.dokan-btn-theme.active, +.dokan-btn-theme.active, +.open .dropdown-toggleinput[type='submit'].dokan-btn-theme, +.open .dropdown-togglea.dokan-btn-theme, +.open .dropdown-toggle.dokan-btn-theme { + background-image: none; +} +input[type='submit'].dokan-btn-theme.disabled, +a.dokan-btn-theme.disabled, +.dokan-btn-theme.disabled, +input[type='submit'].dokan-btn-theme[disabled], +a.dokan-btn-theme[disabled], +.dokan-btn-theme[disabled], +fieldset[disabled] input[type='submit'].dokan-btn-theme, +fieldset[disabled] a.dokan-btn-theme, +fieldset[disabled] .dokan-btn-theme, +input[type='submit'].dokan-btn-theme.disabled:hover, +a.dokan-btn-theme.disabled:hover, +.dokan-btn-theme.disabled:hover, +input[type='submit'].dokan-btn-theme[disabled]:hover, +a.dokan-btn-theme[disabled]:hover, +.dokan-btn-theme[disabled]:hover, +fieldset[disabled] input[type='submit'].dokan-btn-theme:hover, +fieldset[disabled] a.dokan-btn-theme:hover, +fieldset[disabled] .dokan-btn-theme:hover, +input[type='submit'].dokan-btn-theme.disabled:focus, +a.dokan-btn-theme.disabled:focus, +.dokan-btn-theme.disabled:focus, +input[type='submit'].dokan-btn-theme[disabled]:focus, +a.dokan-btn-theme[disabled]:focus, +.dokan-btn-theme[disabled]:focus, +fieldset[disabled] input[type='submit'].dokan-btn-theme:focus, +fieldset[disabled] a.dokan-btn-theme:focus, +fieldset[disabled] .dokan-btn-theme:focus, +input[type='submit'].dokan-btn-theme.disabled:active, +a.dokan-btn-theme.disabled:active, +.dokan-btn-theme.disabled:active, +input[type='submit'].dokan-btn-theme[disabled]:active, +a.dokan-btn-theme[disabled]:active, +.dokan-btn-theme[disabled]:active, +fieldset[disabled] input[type='submit'].dokan-btn-theme:active, +fieldset[disabled] a.dokan-btn-theme:active, +fieldset[disabled] .dokan-btn-theme:active, +input[type='submit'].dokan-btn-theme.disabled.active, +a.dokan-btn-theme.disabled.active, +.dokan-btn-theme.disabled.active, +input[type='submit'].dokan-btn-theme[disabled].active, +a.dokan-btn-theme[disabled].active, +.dokan-btn-theme[disabled].active, +fieldset[disabled] input[type='submit'].dokan-btn-theme.active, +fieldset[disabled] a.dokan-btn-theme.active, +fieldset[disabled] .dokan-btn-theme.active { + background-color: #f37655; + border-color: #f37655; +} +input[type='submit'].dokan-btn-theme .badge, +a.dokan-btn-theme .badge, +.dokan-btn-theme .badge { + color: #f05025; + background-color: #fff; +} +input[type='submit'].dokan-btn-success, +a.dokan-btn-success, +.dokan-btn-success { + color: #fff !important; + background-color: #5cb85c !important; + border-color: #4cae4c !important; +} +input[type='submit'].dokan-btn-success:hover, +a.dokan-btn-success:hover, +.dokan-btn-success:hover, +input[type='submit'].dokan-btn-success:focus, +a.dokan-btn-success:focus, +.dokan-btn-success:focus, +input[type='submit'].dokan-btn-success:active, +a.dokan-btn-success:active, +.dokan-btn-success:active, +input[type='submit'].dokan-btn-success.active, +a.dokan-btn-success.active, +.dokan-btn-success.active, +.open .dropdown-toggleinput[type='submit'].dokan-btn-success, +.open .dropdown-togglea.dokan-btn-success, +.open .dropdown-toggle.dokan-btn-success { + color: #fff !important; + background-color: #47a447 !important; + border-color: #398439 !important; +} +input[type='submit'].dokan-btn-success:active, +a.dokan-btn-success:active, +.dokan-btn-success:active, +input[type='submit'].dokan-btn-success.active, +a.dokan-btn-success.active, +.dokan-btn-success.active, +.open .dropdown-toggleinput[type='submit'].dokan-btn-success, +.open .dropdown-togglea.dokan-btn-success, +.open .dropdown-toggle.dokan-btn-success { + background-image: none !important; +} +input[type='submit'].dokan-btn-success.disabled, +a.dokan-btn-success.disabled, +.dokan-btn-success.disabled, +input[type='submit'].dokan-btn-success[disabled], +a.dokan-btn-success[disabled], +.dokan-btn-success[disabled], +fieldset[disabled] input[type='submit'].dokan-btn-success, +fieldset[disabled] a.dokan-btn-success, +fieldset[disabled] .dokan-btn-success, +input[type='submit'].dokan-btn-success.disabled:hover, +a.dokan-btn-success.disabled:hover, +.dokan-btn-success.disabled:hover, +input[type='submit'].dokan-btn-success[disabled]:hover, +a.dokan-btn-success[disabled]:hover, +.dokan-btn-success[disabled]:hover, +fieldset[disabled] input[type='submit'].dokan-btn-success:hover, +fieldset[disabled] a.dokan-btn-success:hover, +fieldset[disabled] .dokan-btn-success:hover, +input[type='submit'].dokan-btn-success.disabled:focus, +a.dokan-btn-success.disabled:focus, +.dokan-btn-success.disabled:focus, +input[type='submit'].dokan-btn-success[disabled]:focus, +a.dokan-btn-success[disabled]:focus, +.dokan-btn-success[disabled]:focus, +fieldset[disabled] input[type='submit'].dokan-btn-success:focus, +fieldset[disabled] a.dokan-btn-success:focus, +fieldset[disabled] .dokan-btn-success:focus, +input[type='submit'].dokan-btn-success.disabled:active, +a.dokan-btn-success.disabled:active, +.dokan-btn-success.disabled:active, +input[type='submit'].dokan-btn-success[disabled]:active, +a.dokan-btn-success[disabled]:active, +.dokan-btn-success[disabled]:active, +fieldset[disabled] input[type='submit'].dokan-btn-success:active, +fieldset[disabled] a.dokan-btn-success:active, +fieldset[disabled] .dokan-btn-success:active, +input[type='submit'].dokan-btn-success.disabled.active, +a.dokan-btn-success.disabled.active, +.dokan-btn-success.disabled.active, +input[type='submit'].dokan-btn-success[disabled].active, +a.dokan-btn-success[disabled].active, +.dokan-btn-success[disabled].active, +fieldset[disabled] input[type='submit'].dokan-btn-success.active, +fieldset[disabled] a.dokan-btn-success.active, +fieldset[disabled] .dokan-btn-success.active { + background-color: #80c780 !important; + border-color: #6ec06e !important; +} +input[type='submit'].dokan-btn-success .badge, +a.dokan-btn-success .badge, +.dokan-btn-success .badge { + color: #5cb85c !important; + background-color: #fff !important; +} +input[type='submit'].dokan-btn-default, +a.dokan-btn-default, +.dokan-btn-default { + color: #333; + background-color: #fff; + border-color: #ccc; +} +input[type='submit'].dokan-btn-default:hover, +a.dokan-btn-default:hover, +.dokan-btn-default:hover, +input[type='submit'].dokan-btn-default:focus, +a.dokan-btn-default:focus, +.dokan-btn-default:focus, +input[type='submit'].dokan-btn-default:active, +a.dokan-btn-default:active, +.dokan-btn-default:active, +input[type='submit'].dokan-btn-default.active, +a.dokan-btn-default.active, +.dokan-btn-default.active, +.open .dropdown-toggleinput[type='submit'].dokan-btn-default, +.open .dropdown-togglea.dokan-btn-default, +.open .dropdown-toggle.dokan-btn-default { + color: #333; + background-color: #ebebeb; + border-color: #adadad; +} +input[type='submit'].dokan-btn-default:active, +a.dokan-btn-default:active, +.dokan-btn-default:active, +input[type='submit'].dokan-btn-default.active, +a.dokan-btn-default.active, +.dokan-btn-default.active, +.open .dropdown-toggleinput[type='submit'].dokan-btn-default, +.open .dropdown-togglea.dokan-btn-default, +.open .dropdown-toggle.dokan-btn-default { + background-image: none; +} +input[type='submit'].dokan-btn-default.disabled, +a.dokan-btn-default.disabled, +.dokan-btn-default.disabled, +input[type='submit'].dokan-btn-default[disabled], +a.dokan-btn-default[disabled], +.dokan-btn-default[disabled], +fieldset[disabled] input[type='submit'].dokan-btn-default, +fieldset[disabled] a.dokan-btn-default, +fieldset[disabled] .dokan-btn-default, +input[type='submit'].dokan-btn-default.disabled:hover, +a.dokan-btn-default.disabled:hover, +.dokan-btn-default.disabled:hover, +input[type='submit'].dokan-btn-default[disabled]:hover, +a.dokan-btn-default[disabled]:hover, +.dokan-btn-default[disabled]:hover, +fieldset[disabled] input[type='submit'].dokan-btn-default:hover, +fieldset[disabled] a.dokan-btn-default:hover, +fieldset[disabled] .dokan-btn-default:hover, +input[type='submit'].dokan-btn-default.disabled:focus, +a.dokan-btn-default.disabled:focus, +.dokan-btn-default.disabled:focus, +input[type='submit'].dokan-btn-default[disabled]:focus, +a.dokan-btn-default[disabled]:focus, +.dokan-btn-default[disabled]:focus, +fieldset[disabled] input[type='submit'].dokan-btn-default:focus, +fieldset[disabled] a.dokan-btn-default:focus, +fieldset[disabled] .dokan-btn-default:focus, +input[type='submit'].dokan-btn-default.disabled:active, +a.dokan-btn-default.disabled:active, +.dokan-btn-default.disabled:active, +input[type='submit'].dokan-btn-default[disabled]:active, +a.dokan-btn-default[disabled]:active, +.dokan-btn-default[disabled]:active, +fieldset[disabled] input[type='submit'].dokan-btn-default:active, +fieldset[disabled] a.dokan-btn-default:active, +fieldset[disabled] .dokan-btn-default:active, +input[type='submit'].dokan-btn-default.disabled.active, +a.dokan-btn-default.disabled.active, +.dokan-btn-default.disabled.active, +input[type='submit'].dokan-btn-default[disabled].active, +a.dokan-btn-default[disabled].active, +.dokan-btn-default[disabled].active, +fieldset[disabled] input[type='submit'].dokan-btn-default.active, +fieldset[disabled] a.dokan-btn-default.active, +fieldset[disabled] .dokan-btn-default.active { + background-color: #ffffff; + border-color: #e6e6e6; +} +input[type='submit'].dokan-btn-default .badge, +a.dokan-btn-default .badge, +.dokan-btn-default .badge { + color: #fff; + background-color: #fff; +} +input[type='submit'].dokan-btn-danger, +a.dokan-btn-danger, +.dokan-btn-danger { + color: #fff !important; + background-color: #d9534f !important; + border-color: #d43f3a !important; +} +input[type='submit'].dokan-btn-danger:hover, +a.dokan-btn-danger:hover, +.dokan-btn-danger:hover, +input[type='submit'].dokan-btn-danger:focus, +a.dokan-btn-danger:focus, +.dokan-btn-danger:focus, +input[type='submit'].dokan-btn-danger:active, +a.dokan-btn-danger:active, +.dokan-btn-danger:active, +input[type='submit'].dokan-btn-danger.active, +a.dokan-btn-danger.active, +.dokan-btn-danger.active, +.open .dropdown-toggleinput[type='submit'].dokan-btn-danger, +.open .dropdown-togglea.dokan-btn-danger, +.open .dropdown-toggle.dokan-btn-danger { + color: #fff !important; + background-color: #d2322d !important; + border-color: #ac2925 !important; +} +input[type='submit'].dokan-btn-danger:active, +a.dokan-btn-danger:active, +.dokan-btn-danger:active, +input[type='submit'].dokan-btn-danger.active, +a.dokan-btn-danger.active, +.dokan-btn-danger.active, +.open .dropdown-toggleinput[type='submit'].dokan-btn-danger, +.open .dropdown-togglea.dokan-btn-danger, +.open .dropdown-toggle.dokan-btn-danger { + background-image: none !important; +} +input[type='submit'].dokan-btn-danger.disabled, +a.dokan-btn-danger.disabled, +.dokan-btn-danger.disabled, +input[type='submit'].dokan-btn-danger[disabled], +a.dokan-btn-danger[disabled], +.dokan-btn-danger[disabled], +fieldset[disabled] input[type='submit'].dokan-btn-danger, +fieldset[disabled] a.dokan-btn-danger, +fieldset[disabled] .dokan-btn-danger, +input[type='submit'].dokan-btn-danger.disabled:hover, +a.dokan-btn-danger.disabled:hover, +.dokan-btn-danger.disabled:hover, +input[type='submit'].dokan-btn-danger[disabled]:hover, +a.dokan-btn-danger[disabled]:hover, +.dokan-btn-danger[disabled]:hover, +fieldset[disabled] input[type='submit'].dokan-btn-danger:hover, +fieldset[disabled] a.dokan-btn-danger:hover, +fieldset[disabled] .dokan-btn-danger:hover, +input[type='submit'].dokan-btn-danger.disabled:focus, +a.dokan-btn-danger.disabled:focus, +.dokan-btn-danger.disabled:focus, +input[type='submit'].dokan-btn-danger[disabled]:focus, +a.dokan-btn-danger[disabled]:focus, +.dokan-btn-danger[disabled]:focus, +fieldset[disabled] input[type='submit'].dokan-btn-danger:focus, +fieldset[disabled] a.dokan-btn-danger:focus, +fieldset[disabled] .dokan-btn-danger:focus, +input[type='submit'].dokan-btn-danger.disabled:active, +a.dokan-btn-danger.disabled:active, +.dokan-btn-danger.disabled:active, +input[type='submit'].dokan-btn-danger[disabled]:active, +a.dokan-btn-danger[disabled]:active, +.dokan-btn-danger[disabled]:active, +fieldset[disabled] input[type='submit'].dokan-btn-danger:active, +fieldset[disabled] a.dokan-btn-danger:active, +fieldset[disabled] .dokan-btn-danger:active, +input[type='submit'].dokan-btn-danger.disabled.active, +a.dokan-btn-danger.disabled.active, +.dokan-btn-danger.disabled.active, +input[type='submit'].dokan-btn-danger[disabled].active, +a.dokan-btn-danger[disabled].active, +.dokan-btn-danger[disabled].active, +fieldset[disabled] input[type='submit'].dokan-btn-danger.active, +fieldset[disabled] a.dokan-btn-danger.active, +fieldset[disabled] .dokan-btn-danger.active { + background-color: #e27c79 !important; + border-color: #de6764 !important; +} +input[type='submit'].dokan-btn-danger .badge, +a.dokan-btn-danger .badge, +.dokan-btn-danger .badge { + color: #d9534f !important; + background-color: #fff !important; +} +input[type='submit'].dokan-btn-info, +a.dokan-btn-info, +.dokan-btn-info { + color: #fff; + background-color: #5bc0de; + border-color: #46b8da; +} +input[type='submit'].dokan-btn-info:hover, +a.dokan-btn-info:hover, +.dokan-btn-info:hover, +input[type='submit'].dokan-btn-info:focus, +a.dokan-btn-info:focus, +.dokan-btn-info:focus, +input[type='submit'].dokan-btn-info:active, +a.dokan-btn-info:active, +.dokan-btn-info:active, +input[type='submit'].dokan-btn-info.active, +a.dokan-btn-info.active, +.dokan-btn-info.active, +.open .dropdown-toggleinput[type='submit'].dokan-btn-info, +.open .dropdown-togglea.dokan-btn-info, +.open .dropdown-toggle.dokan-btn-info { + color: #fff; + background-color: #39b3d7; + border-color: #269abc; +} +input[type='submit'].dokan-btn-info:active, +a.dokan-btn-info:active, +.dokan-btn-info:active, +input[type='submit'].dokan-btn-info.active, +a.dokan-btn-info.active, +.dokan-btn-info.active, +.open .dropdown-toggleinput[type='submit'].dokan-btn-info, +.open .dropdown-togglea.dokan-btn-info, +.open .dropdown-toggle.dokan-btn-info { + background-image: none; +} +input[type='submit'].dokan-btn-info.disabled, +a.dokan-btn-info.disabled, +.dokan-btn-info.disabled, +input[type='submit'].dokan-btn-info[disabled], +a.dokan-btn-info[disabled], +.dokan-btn-info[disabled], +fieldset[disabled] input[type='submit'].dokan-btn-info, +fieldset[disabled] a.dokan-btn-info, +fieldset[disabled] .dokan-btn-info, +input[type='submit'].dokan-btn-info.disabled:hover, +a.dokan-btn-info.disabled:hover, +.dokan-btn-info.disabled:hover, +input[type='submit'].dokan-btn-info[disabled]:hover, +a.dokan-btn-info[disabled]:hover, +.dokan-btn-info[disabled]:hover, +fieldset[disabled] input[type='submit'].dokan-btn-info:hover, +fieldset[disabled] a.dokan-btn-info:hover, +fieldset[disabled] .dokan-btn-info:hover, +input[type='submit'].dokan-btn-info.disabled:focus, +a.dokan-btn-info.disabled:focus, +.dokan-btn-info.disabled:focus, +input[type='submit'].dokan-btn-info[disabled]:focus, +a.dokan-btn-info[disabled]:focus, +.dokan-btn-info[disabled]:focus, +fieldset[disabled] input[type='submit'].dokan-btn-info:focus, +fieldset[disabled] a.dokan-btn-info:focus, +fieldset[disabled] .dokan-btn-info:focus, +input[type='submit'].dokan-btn-info.disabled:active, +a.dokan-btn-info.disabled:active, +.dokan-btn-info.disabled:active, +input[type='submit'].dokan-btn-info[disabled]:active, +a.dokan-btn-info[disabled]:active, +.dokan-btn-info[disabled]:active, +fieldset[disabled] input[type='submit'].dokan-btn-info:active, +fieldset[disabled] a.dokan-btn-info:active, +fieldset[disabled] .dokan-btn-info:active, +input[type='submit'].dokan-btn-info.disabled.active, +a.dokan-btn-info.disabled.active, +.dokan-btn-info.disabled.active, +input[type='submit'].dokan-btn-info[disabled].active, +a.dokan-btn-info[disabled].active, +.dokan-btn-info[disabled].active, +fieldset[disabled] input[type='submit'].dokan-btn-info.active, +fieldset[disabled] a.dokan-btn-info.active, +fieldset[disabled] .dokan-btn-info.active { + background-color: #85d0e7; + border-color: #70c8e2; +} +input[type='submit'].dokan-btn-info .badge, +a.dokan-btn-info .badge, +.dokan-btn-info .badge { + color: #5bc0de; + background-color: #fff; +} +input[type='submit'].dokan-btn-lg, +a.dokan-btn-lg, +.dokan-btn-lg { + padding: 10px 16px; + font-size: 18px; + line-height: 1.33; + border-radius: 6px; +} +input[type='submit'].dokan-btn-sm, +a.dokan-btn-sm, +.dokan-btn-sm { + padding: 6px 12px; + font-size: 14px; + line-height: 1.428; + border-radius: 3px; +} +.dokan-btn-round[class] { + border-radius: 50%; + width: 35px; + height: 34px; + font-size: 25px; + line-height: 34px; +} +.dokan-table { + width: 100%; + max-width: 100%; + margin-bottom: 20px; +} +.dokan-table > thead > tr > th, +.dokan-table > tbody > tr > th, +.dokan-table > tfoot > tr > th, +.dokan-table > thead > tr > td, +.dokan-table > tbody > tr > td, +.dokan-table > tfoot > tr > td { + padding: 8px; + line-height: 1.42; + vertical-align: top; + border-top: 1px solid #EDEDED; +} +.dokan-table > thead > tr > th { + vertical-align: bottom; + border-bottom: 2px solid #EDEDED; +} +.dokan-table > caption + thead > tr:first-child > th, +.dokan-table > colgroup + thead > tr:first-child > th, +.dokan-table > thead:first-child > tr:first-child > th, +.dokan-table > caption + thead > tr:first-child > td, +.dokan-table > colgroup + thead > tr:first-child > td, +.dokan-table > thead:first-child > tr:first-child > td { + border-top: 0; +} +.dokan-table > tbody + tbody { + border-top: 2px solid #EDEDED; +} +.dokan-table-striped > tbody > tr:nth-of-type(odd) { + background-color: #f9f9f9; +} +.table > thead > tr > .active, +.table > tbody > tr > .active, +.table > tfoot > tr > .active, +.table > thead > .active > td, +.table > tbody > .active > td, +.table > tfoot > .active > td, +.table > thead > .active > th, +.table > tbody > .active > th, +.table > tfoot > .active > th { + background-color: #f5f5f5; +} +.table-hover > tbody > tr > .active:hover, +.table-hover > tbody > .active:hover > td, +.table-hover > tbody > .active:hover > th { + background-color: #e8e8e8; +} +.dokan-table > thead > tr > td.active, +.dokan-table > tbody > tr > td.active, +.dokan-table > tfoot > tr > td.active, +.dokan-table > thead > tr > th.active, +.dokan-table > tbody > tr > th.active, +.dokan-table > tfoot > tr > th.active, +.dokan-table > thead > tr.active > td, +.dokan-table > tbody > tr.active > td, +.dokan-table > tfoot > tr.active > td, +.dokan-table > thead > tr.active > th, +.dokan-table > tbody > tr.active > th, +.dokan-table > tfoot > tr.active > th { + background-color: #f5f5f5 !important; +} +.dokan-table-hover > tbody > tr > td.active:hover, +.dokan-table-hover > tbody > tr > th.active:hover, +.dokan-table-hover > tbody > tr.active:hover > td, +.dokan-table-hover > tbody > tr:hover > .active, +.dokan-table-hover > tbody > tr.active:hover > th { + background-color: #e8e8e8; +} +.table > thead > tr > .success, +.table > tbody > tr > .success, +.table > tfoot > tr > .success, +.table > thead > .success > td, +.table > tbody > .success > td, +.table > tfoot > .success > td, +.table > thead > .success > th, +.table > tbody > .success > th, +.table > tfoot > .success > th { + background-color: #dff0d8; +} +.table-hover > tbody > tr > .success:hover, +.table-hover > tbody > .success:hover > td, +.table-hover > tbody > .success:hover > th { + background-color: #d0e9c6; +} +.dokan-table > thead > tr > td.success, +.dokan-table > tbody > tr > td.success, +.dokan-table > tfoot > tr > td.success, +.dokan-table > thead > tr > th.success, +.dokan-table > tbody > tr > th.success, +.dokan-table > tfoot > tr > th.success, +.dokan-table > thead > tr.success > td, +.dokan-table > tbody > tr.success > td, +.dokan-table > tfoot > tr.success > td, +.dokan-table > thead > tr.success > th, +.dokan-table > tbody > tr.success > th, +.dokan-table > tfoot > tr.success > th { + background-color: #dff0d8 !important; +} +.dokan-table-hover > tbody > tr > td.success:hover, +.dokan-table-hover > tbody > tr > th.success:hover, +.dokan-table-hover > tbody > tr.success:hover > td, +.dokan-table-hover > tbody > tr:hover > .success, +.dokan-table-hover > tbody > tr.success:hover > th { + background-color: #d0e9c6; +} +.table > thead > tr > .info, +.table > tbody > tr > .info, +.table > tfoot > tr > .info, +.table > thead > .info > td, +.table > tbody > .info > td, +.table > tfoot > .info > td, +.table > thead > .info > th, +.table > tbody > .info > th, +.table > tfoot > .info > th { + background-color: #d9edf7; +} +.table-hover > tbody > tr > .info:hover, +.table-hover > tbody > .info:hover > td, +.table-hover > tbody > .info:hover > th { + background-color: #c4e3f3; +} +.dokan-table > thead > tr > td.info, +.dokan-table > tbody > tr > td.info, +.dokan-table > tfoot > tr > td.info, +.dokan-table > thead > tr > th.info, +.dokan-table > tbody > tr > th.info, +.dokan-table > tfoot > tr > th.info, +.dokan-table > thead > tr.info > td, +.dokan-table > tbody > tr.info > td, +.dokan-table > tfoot > tr.info > td, +.dokan-table > thead > tr.info > th, +.dokan-table > tbody > tr.info > th, +.dokan-table > tfoot > tr.info > th { + background-color: #d9edf7 !important; +} +.dokan-table-hover > tbody > tr > td.info:hover, +.dokan-table-hover > tbody > tr > th.info:hover, +.dokan-table-hover > tbody > tr.info:hover > td, +.dokan-table-hover > tbody > tr:hover > .info, +.dokan-table-hover > tbody > tr.info:hover > th { + background-color: #c4e3f3; +} +.table > thead > tr > .warning, +.table > tbody > tr > .warning, +.table > tfoot > tr > .warning, +.table > thead > .warning > td, +.table > tbody > .warning > td, +.table > tfoot > .warning > td, +.table > thead > .warning > th, +.table > tbody > .warning > th, +.table > tfoot > .warning > th { + background-color: #fcf8e3; +} +.table-hover > tbody > tr > .warning:hover, +.table-hover > tbody > .warning:hover > td, +.table-hover > tbody > .warning:hover > th { + background-color: #faf2cc; +} +.dokan-table > thead > tr > td.warning, +.dokan-table > tbody > tr > td.warning, +.dokan-table > tfoot > tr > td.warning, +.dokan-table > thead > tr > th.warning, +.dokan-table > tbody > tr > th.warning, +.dokan-table > tfoot > tr > th.warning, +.dokan-table > thead > tr.warning > td, +.dokan-table > tbody > tr.warning > td, +.dokan-table > tfoot > tr.warning > td, +.dokan-table > thead > tr.warning > th, +.dokan-table > tbody > tr.warning > th, +.dokan-table > tfoot > tr.warning > th { + background-color: #fcf8e3 !important; +} +.dokan-table-hover > tbody > tr > td.warning:hover, +.dokan-table-hover > tbody > tr > th.warning:hover, +.dokan-table-hover > tbody > tr.warning:hover > td, +.dokan-table-hover > tbody > tr:hover > .warning, +.dokan-table-hover > tbody > tr.warning:hover > th { + background-color: #faf2cc; +} +.table > thead > tr > .danger, +.table > tbody > tr > .danger, +.table > tfoot > tr > .danger, +.table > thead > .danger > td, +.table > tbody > .danger > td, +.table > tfoot > .danger > td, +.table > thead > .danger > th, +.table > tbody > .danger > th, +.table > tfoot > .danger > th { + background-color: #f2dede; +} +.table-hover > tbody > tr > .danger:hover, +.table-hover > tbody > .danger:hover > td, +.table-hover > tbody > .danger:hover > th { + background-color: #ebcccc; +} +.dokan-table > thead > tr > td.danger, +.dokan-table > tbody > tr > td.danger, +.dokan-table > tfoot > tr > td.danger, +.dokan-table > thead > tr > th.danger, +.dokan-table > tbody > tr > th.danger, +.dokan-table > tfoot > tr > th.danger, +.dokan-table > thead > tr.danger > td, +.dokan-table > tbody > tr.danger > td, +.dokan-table > tfoot > tr.danger > td, +.dokan-table > thead > tr.danger > th, +.dokan-table > tbody > tr.danger > th, +.dokan-table > tfoot > tr.danger > th { + background-color: #f2dede !important; +} +.dokan-table-hover > tbody > tr > td.danger:hover, +.dokan-table-hover > tbody > tr > th.danger:hover, +.dokan-table-hover > tbody > tr.danger:hover > td, +.dokan-table-hover > tbody > tr:hover > .danger, +.dokan-table-hover > tbody > tr.danger:hover > th { + background-color: #ebcccc; +} +.chart-tooltip { + position: absolute; + display: none; + line-height: 1; + background: #333; + color: #fff; + padding: 3px 5px; + font-size: 11px; + border-radius: 3px; +} +.dokan-tooltips-help { + margin-left: 7px; +} +.dokan-tooltips-help i { + color: #ccc; +} +.tooltip-inner { + font-size: 12px; +} +/** + * Media Popup style + */ +.media-modal .screen-reader-text { + overflow: hidden; + padding: 0; + position: absolute; + width: 1px; +} +.chosen-container-multi .chosen-choices li.search-field input[type='text'] { + height: 28px; +} +.mfp-zoom-out { + /* start state */ + /* animate in */ + /* animate out */ +} +.mfp-zoom-out .mfp-with-anim { + -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=0)'; + filter: alpha(opacity=0); + opacity: 0; + -moz-transition: all 0.3s ease-in-out; + -o-transition: all 0.3s ease-in-out; + -webkit-transition: all 0.3s ease-in-out; + transition: all 0.3s ease-in-out; + -moz-transform: scale(1.3); + -ms-transform: scale(1.3); + -o-transform: scale(1.3); + -webkit-transform: scale(1.3); + transform: scale(1.3); +} +.mfp-zoom-out.mfp-bg { + -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=0)'; + filter: alpha(opacity=0); + opacity: 0; + -moz-transition: all 0.3s ease-out; + -o-transition: all 0.3s ease-out; + -webkit-transition: all 0.3s ease-out; + transition: all 0.3s ease-out; +} +.mfp-zoom-out.mfp-ready .mfp-with-anim { + -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=100)'; + filter: alpha(opacity=100); + opacity: 1; + -moz-transform: scale(1); + -ms-transform: scale(1); + -o-transform: scale(1); + -webkit-transform: scale(1); + transform: scale(1); +} +.mfp-zoom-out.mfp-ready.mfp-bg { + -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=80)'; + filter: alpha(opacity=80); + opacity: 0.8; +} +.mfp-zoom-out.mfp-removing .mfp-with-anim { + -moz-transform: scale(1.3); + -ms-transform: scale(1.3); + -o-transform: scale(1.3); + -webkit-transform: scale(1.3); + transform: scale(1.3); + -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=0)'; + filter: alpha(opacity=0); + opacity: 0; +} +.mfp-zoom-out.mfp-removing.mfp-bg { + -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=0)'; + filter: alpha(opacity=0); + opacity: 0; +} +.dokan-blur-effect { + background-color: #eee; + -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=40)'; + filter: alpha(opacity=40); + opacity: 0.4; +} +.dokan-right-margin-30 { + margin-right: 30px; +} +.dokan_tock_check { + width: auto; +} +table.my_account_orders tbody tr td.order-actions a.button { + margin-right: 10px; +} +.dokan-dashboard-content ul.dokan_tabs { + border-bottom: 1px solid #EDEDED; + margin-bottom: 20px; + line-height: 24px; +} +.dokan-dashboard-content ul.dokan_tabs > li { + margin-bottom: -1px !important; +} +.dokan-dashboard-content ul.dokan_tabs li { + display: inline-block; + margin-right: 5px !important; + border: 1px solid #EDEDED; + border-bottom: none; +} +.dokan-dashboard-content ul.dokan_tabs li:first-child { + margin-left: 10px; +} +.dokan-dashboard-content ul.dokan_tabs li a { + color: #6d6d6d; + display: block; + padding: 6px 8px !important; +} +.dokan-dashboard-content ul.dokan_tabs li a:hover { + color: #000; + background-color: #eee; +} +.dokan-dashboard-content ul.dokan_tabs li.dokan-hide { + display: none; +} +.dokan-dashboard-content ul.dokan_tabs li.active { + border-bottom: 1px solid #fff !important; +} +.dokan-dashboard-content ul.dokan_tabs li.active a { + color: #000; +} +.wc_error_tip { + max-width: 20em; + line-height: 1.8em; + position: absolute; + white-space: normal; + background: #d82223; + margin: 2em 1px 0 -1em; + z-index: 9999999; + color: #fff; + font-size: 12px; + padding: 8px; +} +.wc_error_tip:after { + content: ''; + display: block; + border: 8px solid #d82223; + border-right-color: transparent; + border-left-color: transparent; + border-top-color: transparent; + position: absolute; + top: -3px; + left: 50%; + margin: -1em 0 0 -3px; +} +.dokan-label { + display: inline; + padding: 0.2em 0.6em 0.3em; + font-size: 75%; + font-weight: bold; + line-height: 1; + color: #fff; + text-align: center; + white-space: nowrap; + vertical-align: baseline; + border-radius: 0.25em; +} +a.dokan-label:hover, +a.dokan-label:focus { + color: #fff; + text-decoration: none; + cursor: pointer; +} +.dokan-label:empty { + display: none; +} +.btn .dokan-label { + position: relative; + top: -1px; +} +.dokan-label-default { + background-color: #777777; +} +.dokan-label-default[href]:hover, +.dokan-label-default[href]:focus { + background-color: #5e5e5e; +} +.dokan-label-default[href]:hover, +.dokan-label-default[href]:focus { + background-color: #5e5e5e; +} +.dokan-label-primary { + background-color: #428bca; +} +.dokan-label-primary[href]:hover, +.dokan-label-primary[href]:focus { + background-color: #3071a9; +} +.dokan-label-primary[href]:hover, +.dokan-label-primary[href]:focus { + background-color: #3071a9; +} +.dokan-label-success { + background-color: #5cb85c; +} +.dokan-label-success[href]:hover, +.dokan-label-success[href]:focus { + background-color: #449d44; +} +.dokan-label-success[href]:hover, +.dokan-label-success[href]:focus { + background-color: #449d44; +} +.dokan-label-info { + background-color: #5bc0de; +} +.dokan-label-info[href]:hover, +.dokan-label-info[href]:focus { + background-color: #31b0d5; +} +.dokan-label-info[href]:hover, +.dokan-label-info[href]:focus { + background-color: #31b0d5; +} +.dokan-label-warning { + background-color: #f0ad4e; +} +.dokan-label-warning[href]:hover, +.dokan-label-warning[href]:focus { + background-color: #ec971f; +} +.dokan-label-warning[href]:hover, +.dokan-label-warning[href]:focus { + background-color: #ec971f; +} +.dokan-label-danger { + background-color: #d9534f; +} +.dokan-label-danger[href]:hover, +.dokan-label-danger[href]:focus { + background-color: #c9302c; +} +.dokan-label-danger[href]:hover, +.dokan-label-danger[href]:focus { + background-color: #c9302c; +} +.dokan-success { + background-color: #5cb85c; +} +.dokan-success[href]:hover, +.dokan-success[href]:focus { + background-color: #449d44; +} +.dokan-success[href]:hover, +.dokan-success[href]:focus { + background-color: #449d44; +} +.dokan-info { + background-color: #5bc0de; +} +.dokan-info[href]:hover, +.dokan-info[href]:focus { + background-color: #31b0d5; +} +.dokan-info[href]:hover, +.dokan-info[href]:focus { + background-color: #31b0d5; +} +.dokan-warning { + background-color: #f0ad4e; +} +.dokan-warning[href]:hover, +.dokan-warning[href]:focus { + background-color: #ec971f; +} +.dokan-warning[href]:hover, +.dokan-warning[href]:focus { + background-color: #ec971f; +} +.dokan-danger { + background-color: #d9534f; +} +.dokan-danger[href]:hover, +.dokan-danger[href]:focus { + background-color: #c9302c; +} +.dokan-danger[href]:hover, +.dokan-danger[href]:focus { + background-color: #c9302c; +} +.dokan-panel { + margin-bottom: 20px; + background-color: #fff; + border: 1px solid transparent; + border-radius: 4px; + -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05); + box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05); +} +.dokan-panel-body { + padding: 15px; +} +.dokan-panel-heading { + padding: 10px 15px; + border-bottom: 1px solid transparent; + border-top-right-radius: 3px; + border-top-left-radius: 3px; +} +.dokan-panel-heading > .dropdown .dropdown-toggle { + color: inherit; +} +.dokan-panel-title { + margin-top: 0; + margin-bottom: 0; + color: inherit; +} +.dokan-panel-title > a { + color: inherit; +} +.dokan-panel-footer { + padding: 10px 15px; + background-color: #f5f5f5; + border-top: 1px solid #ddd; + border-bottom-right-radius: 3px; + border-bottom-left-radius: 3px; +} +.dokan-panel-default { + border-color: #ddd; +} +.dokan-panel-default > .dokan-panel-heading { + color: #333; + background-color: #f5f5f5; + border-color: #ddd; +} +.dokan-panel-default > .dokan-panel-heading + .dokan-panel-collapse > .dokan-panel-body { + border-top-color: #ddd; +} +.dokan-panel-default > .dokan-panel-heading .dokan-badge { + color: #f5f5f5; + background-color: #333; +} +.dokan-panel-default > .dokan-panel-footer + .dokan-panel-collapse > .dokan-panel-body { + border-bottom-color: #ddd; +} +.dokan-clearfix:before, +.dokan-clearfix:after { + display: table; + content: ' '; +} +.dokan-clearfix:after { + clear: both; +} +.dokan-right { + float: right !important; +} +.dokan-left { + float: left !important; +} +.dokan-hide { + display: none; +} +.content-half-part { + width: 50%; + float: left; +} +.content-half-part:first-child { + padding-right: 10px; +} +.content-half-part:last-child { + padding-left: 10px; +} +p.help-block { + color: #aaa; + padding-top: 8px; + line-height: 1.42; +} +ul.subsubsub { + font-size: 12px; + color: #EDEDED; + margin: 0 0 10px 0; + padding: 0; +} +ul.subsubsub li { + padding: 0 5px; + line-height: 13px; + border-right: 1px solid #EDEDED; +} +ul.subsubsub li a { + color: #6d6d6d; + transition: 0.2s linear; +} +ul.subsubsub li a:hover { + color: #000; +} +ul.subsubsub li:last-child { + border-right: none; +} +ul.subsubsub li.active a { + color: #000; +} +.pagination-wrap ul.pagination { + display: inline-block; + padding-left: 0; + margin: 20px 0; + border-radius: 4px; +} +.pagination-wrap ul.pagination > li { + display: inline; +} +.pagination-wrap ul.pagination > li > span { + position: relative; + float: left; + padding: 6px 12px; + margin-left: -1px; + line-height: 1.42857143; + text-decoration: none; + background-color: #ffffff; + border: 1px solid #dddddd; +} +.pagination-wrap ul.pagination > li > span.current { + background-color: #eee; + color: #999; +} +.pagination-wrap ul.pagination > li > a { + position: relative; + float: left; + padding: 6px 12px; + margin-left: -1px; + line-height: 1.42857143; + text-decoration: none; + background-color: #ffffff; + border: 1px solid #dddddd; +} +.pagination-wrap ul.pagination > li > a:hover { + background-color: #eee; + color: #999; +} +.dokan-form-inline .dokan-form-group { + float: left; + margin-right: 5px; +} +table.dokan-table .toggle-row { + position: absolute; + right: 8px; + top: 0; + display: none; + padding: 0; + width: 40px; + height: 40px; + border: none; + outline: 0; + background: 0 0; + color: #444; +} +table.dokan-table .toggle-row::before { + content: '\f0d7'; + font-family: "Font Awesome\ 5 Free"; + font-weight: 900; + font: normal normal normal 14px/1 FontAwesome; + display: inline-block; + font-size: inherit; + text-rendering: auto; +} +table.dokan-table td a { + color: #6d6d6d; +} +table.dokan-table td a:hover { + color: #000; +} +table.dokan-table .is-expanded .toggle-row::before { + content: '\f0d8'; +} +@media (max-width: 430px) { + table.dokan-table thead { + display: none; + } + table.dokan-table td.column-thumb, + table.dokan-table td.column-primary ~ td:not(.check-column) { + display: none; + } + table.dokan-table .is-expanded td:not(.hidden) { + display: block !important; + overflow: hidden; + } + table.dokan-table td.column-primary { + padding-right: 50px; + } + table.dokan-table td.column-primary strong { + display: block; + margin-bottom: 0.5em; + } + table.dokan-table td:not(.check-column) { + position: relative; + width: auto !important; + clear: both; + } + table.dokan-table .is-expanded td.column-thumb, + table.dokan-table td.column-primary ~ :not(.check-column) { + display: block; + text-align: right; + padding: 3px 8px 3px 35%; + } + table.dokan-table td:not(.column-primary)::before { + content: attr(data-title); + position: absolute; + left: 10px; + width: 32%; + white-space: nowrap; + text-align: left; + display: block; + } + table.dokan-table .toggle-row { + display: block; + } + table.dokan-table .row-actions { + display: grid; + grid-template-columns: auto auto auto; + } +} +span.dokan-loading { + background: url(../images/wpspin_light.gif) no-repeat; + float: right; + height: 16px; + margin: 5px 5px 0; + width: 16px; +} +span.error { + color: #bb0000; + display: inline-block; +} +.dokan-seller-search { + box-sizing: border-box !important; + border: 2px solid #ccc !important; + border-radius: 4px !important; + background-color: white !important; + background-image: url(../images/searchicon.png) !important; + background-position: 8px 8px !important; + background-repeat: no-repeat !important; + padding: 5px 0 5px 36px !important; + -webkit-transition: width 0.4s ease-in-out !important; + transition: width 0.4s ease-in-out !important; + background-size: 16px !important; +} +.dokan-overlay { + width: 100%; + height: 100%; + position: fixed; + top: 0; + right: 0; + bottom: 0; + left: 0; + z-index: 999; +} +.dokan-ajax-loader { + height: 1em; + width: 1em; + position: absolute; + top: 50%; + left: 50%; + margin-left: -0.5em; + margin-top: -0.5em; + display: block; + content: ''; + -webkit-animation: spin 1s ease-in-out infinite; + -moz-animation: spin 1s ease-in-out infinite; + animation: spin 1s ease-in-out infinite; + background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNy4xLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB2aWV3Qm94PSIwIDAgOTEuMyA5MS4xIiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCA5MS4zIDkxLjEiIHhtbDpzcGFjZT0icHJlc2VydmUiPg0KPGNpcmNsZSBjeD0iNDUuNyIgY3k9IjQ1LjciIHI9IjQ1LjciLz4NCjxjaXJjbGUgZmlsbD0iI0ZGRkZGRiIgY3g9IjQ1LjciIGN5PSIyNC40IiByPSIxMi41Ii8+DQo8L3N2Zz4NCg==) center center; + background-size: cover; + line-height: 1; + text-align: center; + font-size: 2em; + color: rgba(0, 0, 0, 0.75); +} +.dokan-category-menu { + padding: 0; + border: 1px solid #ece7e7; +} +.dokan-category-menu h3.widget-title { + margin: 0; + padding: 10px 10px 10px 15px; + background: #eee; + border: 1px solid #eee; + color: #444; +} +.dokan-category-menu ul li { + border-bottom: none; +} +.dokan-category-menu .cat-drop-stack ul .children { + display: none; +} +.dokan-category-menu .cat-drop-stack ul li:last-child a { + border-bottom: none !important; +} +.dokan-category-menu .cat-drop-stack ul li:last-child.has-children a { + border-bottom: 1px solid #eee !important; +} +.dokan-category-menu .cat-drop-stack > ul { + padding: 0px; + margin: 0px; +} +.dokan-category-menu .cat-drop-stack > ul li { + padding: 0; +} +.dokan-category-menu .cat-drop-stack > ul li.parent-cat-wrap { + background: #fff; +} +.dokan-category-menu .cat-drop-stack > ul li.parent-cat-wrap a { + border-bottom: 1px solid #eee; + margin: 0px 15px; + text-decoration: none; +} +.dokan-category-menu .cat-drop-stack > ul li.parent-cat-wrap ul.level-0 { + background: #fafafa; +} +.dokan-category-menu .cat-drop-stack > ul li.parent-cat-wrap ul.level-0 li.has-children { + border-bottom: none; +} +.dokan-category-menu .cat-drop-stack > ul li a { + padding: 9px 0px; + display: block; + color: #3c3c3c; + position: relative; + font-size: 13px; + text-decoration: none; +} +.dokan-category-menu .cat-drop-stack > ul li a .caret-icon { + position: absolute; + right: -2px; + display: inline-block; + width: 20px; + vertical-align: middle; + text-align: center; +} +.dokan-announcement-wrapper .dokan-no-announcement .annoument-no-wrapper { + height: 100%; + margin: 70px auto; + text-align: center; +} +.dokan-announcement-wrapper .dokan-no-announcement .annoument-no-wrapper .dokan-announcement-icon { + font-size: 165px; + color: #e3e3e3; + -moz-animation: ring 8s 1s ease-in-out infinite !important; + -moz-transform-origin: 50% 4px; + -webkit-animation: ring 8s 1s ease-in-out infinite !important; + -webkit-transform-origin: 50% 4px; + animation: ring 8s 1s ease-in-out infinite !important; + transform-origin: 50% 4px; +} +.dokan-announcement-wrapper .dokan-no-announcement .annoument-no-wrapper p { + margin-top: 10px; + color: #a6a6a6; + font-size: 30px; +} +.dokan-announcement-wrapper .dokan-announcement-wrapper-item { + padding: 22px; + background: #f3f3f3; + border: 1px solid #eee; + margin-bottom: 25px; + position: relative; + width: 98%; +} +.dokan-announcement-wrapper .dokan-announcement-wrapper-item .dokan-announcement-heading { + margin-bottom: 5px; +} +.dokan-announcement-wrapper .dokan-announcement-wrapper-item .dokan-announcement-heading h3 { + margin: 5px 0px; + padding: 0px 0px 8px; + font-weight: bold; + font-size: 20px; + color: #494949; +} +.dokan-announcement-wrapper .dokan-announcement-wrapper-item .dokan-annnouncement-date { + width: 95px; + height: 95px; + color: #fff; + margin-right: 25px; + vertical-align: middle; + background-color: #818181; + text-align: center; + border-radius: 300px; + -webkit-border-radius: 300px; + -moz-border-radius: 300px; +} +.dokan-announcement-wrapper .dokan-announcement-wrapper-item .dokan-annnouncement-date .announcement-day { + font-size: 20px; + font-weight: bold; + margin-top: 4px; +} +.dokan-announcement-wrapper .dokan-announcement-wrapper-item .dokan-annnouncement-date .announcement-year { + font-weight: bold; +} +.dokan-announcement-wrapper .dokan-announcement-wrapper-item .dokan-announcement-content-wrap { + width: 80%; + height: 100%; +} +.dokan-announcement-wrapper .dokan-announcement-wrapper-item .dokan-announcement-content-wrap .dokan-announcement-content { + color: #656565; + font-size: 13px; +} +.dokan-announcement-wrapper .dokan-announcement-wrapper-item .announcement-action { + position: absolute; + top: -12px; + right: -8px; + font-size: 12px; + width: 25px; + height: 25px; + text-align: center; + background-color: #818181; + border-radius: 20px; + line-height: 23px; +} +.dokan-announcement-wrapper .dokan-announcement-wrapper-item .announcement-action a { + color: #fff; + font-size: 20px; +} +@media (max-width: 992px) { + .dokan-announcement-wrapper-item { + padding: 15px; + text-align: center; + } + .dokan-announcement-wrapper-item .dokan-annnouncement-date { + float: none !important; + margin: 0 auto 15px !important; + } + .dokan-announcement-wrapper-item .dokan-annnouncement-date .announcement-day { + margin-top: 0px !important; + padding-top: 16px; + } + .dokan-announcement-wrapper-item .dokan-announcement-content-wrap { + float: none !important; + width: 100% !important; + } +} +article.dokan-notice-single-notice-area span.dokan-single-announcement-date { + display: block; + margin-bottom: 10px; +} +.dokan-announcement-uread { + border: 1px solid #f05025 !important; +} +.dokan-announcement-uread .dokan-annnouncement-date { + background-color: #f05025 !important; +} +.dokan-announcement-bg-uread { + background-color: #f05025; +} +.dokan-dashboard .dokan-dash-sidebar { + width: 17%; + _float: left; + flex: 1 auto; + background-color: #242424; +} +.dokan-dashboard .dokan-dash-sidebar ul.dokan-dashboard-menu { + background: #242424; + list-style: none; + margin: 0 0 20px 0; + padding: 0; +} +.dokan-dashboard .dokan-dash-sidebar ul.dokan-dashboard-menu li { + margin: 0; + position: relative; + cursor: pointer; +} +.dokan-dashboard .dokan-dash-sidebar ul.dokan-dashboard-menu li a { + padding: 10px 0 10px 18px; + display: block; + color: #fff; + font-size: 14px; + font-weight: normal; + text-decoration: none; +} +.dokan-dashboard .dokan-dash-sidebar ul.dokan-dashboard-menu li a i { + font-size: 17px; + padding-right: 15px; +} +.dokan-dashboard .dokan-dash-sidebar ul.dokan-dashboard-menu li a i.menu-dropdown::before { + padding-left: 15px; +} +.dokan-dashboard .dokan-dash-sidebar ul.dokan-dashboard-menu li:hover { + background: #f05025; + color: #fff; +} +.dokan-dashboard .dokan-dash-sidebar ul.dokan-dashboard-menu li:hover ul.navigation-submenu { + position: relative; + top: auto; + left: auto; + right: auto; + bottom: auto; +} +.dokan-dashboard .dokan-dash-sidebar ul.dokan-dashboard-menu li:hover:not(.active).has-submenu:after { + right: 0; + top: 1.3rem; + border: transparent solid; + content: ' '; + height: 0; + width: 0; + position: absolute; + pointer-events: none; + border-color: transparent #242424eb transparent transparent; + border-left-color: #242424eb; + border-width: 16px 16px 16px 0; + margin-top: -16px; + z-index: 990; +} +.dokan-dashboard .dokan-dash-sidebar ul.dokan-dashboard-menu li:hover:not(.active) ul.navigation-submenu { + position: absolute; + bottom: 0; + left: 100%; + min-width: 165px; + display: block; + background: #242424eb; + border-bottom: none; + padding: 1.5px; +} +.dokan-dashboard .dokan-dash-sidebar ul.dokan-dashboard-menu li:hover:not(.active) ul.navigation-submenu li { + display: block; + padding-left: 0.5em; +} +.dokan-dashboard .dokan-dash-sidebar ul.dokan-dashboard-menu li:hover a i.menu-dropdown { + display: none; +} +.dokan-dashboard .dokan-dash-sidebar ul.dokan-dashboard-menu li.dokan-common-links:hover { + background: none !important; +} +.dokan-dashboard .dokan-dash-sidebar ul.dokan-dashboard-menu li.dokan-common-links a { + display: inline-block !important; + width: 33.333333%; + padding: 6% 13%; + float: left; +} +.dokan-dashboard .dokan-dash-sidebar ul.dokan-dashboard-menu li.dokan-common-links a:hover { + background: #f05025; + color: #fff; +} +.dokan-dashboard .dokan-dash-sidebar ul.dokan-dashboard-menu li.dokan-common-links a:last-child { + border-right: none; +} +.dokan-dashboard .dokan-dash-sidebar ul.dokan-dashboard-menu li ul.navigation-submenu { + list-style: none; + position: absolute; + top: -1000em; + left: 160px; + overflow: visible; + word-wrap: break-word; + z-index: 9999; + box-shadow: 0 3px 5px rgb(0 0 0%); + margin-left: 0; + background: #242424ed; + padding: 3px 0; +} +.dokan-dashboard .dokan-dash-sidebar ul.dokan-dashboard-menu li ul.navigation-submenu li { + padding-left: 1.3em; + line-height: 1; + background: #242424ed; +} +.dokan-dashboard .dokan-dash-sidebar ul.dokan-dashboard-menu li ul.navigation-submenu li a { + font-size: 13px; +} +.dokan-dashboard .dokan-dash-sidebar ul.dokan-dashboard-menu li ul.navigation-submenu li:hover, +.dokan-dashboard .dokan-dash-sidebar ul.dokan-dashboard-menu li ul.navigation-submenu li.current { + background: inherit; +} +.dokan-dashboard .dokan-dash-sidebar ul.dokan-dashboard-menu li ul.navigation-submenu li:hover:before, +.dokan-dashboard .dokan-dash-sidebar ul.dokan-dashboard-menu li ul.navigation-submenu li.current:before { + left: 0.75%; + top: 4%; + border: transparent solid; + content: ' '; + height: 90%; + position: absolute; + pointer-events: none; + border-color: #fff; +} +.dokan-dashboard .dokan-dash-sidebar ul.dokan-dashboard-menu li ul.navigation-submenu li:hover a, +.dokan-dashboard .dokan-dash-sidebar ul.dokan-dashboard-menu li ul.navigation-submenu li.current a { + font-weight: 800 !important; + color: #fff; +} +.dokan-dashboard .dokan-dash-sidebar ul.dokan-dashboard-menu li.active { + position: relative; + background: #f05025; +} +.dokan-dashboard .dokan-dash-sidebar ul.dokan-dashboard-menu li.active:after { + left: 93%; + top: 1.3rem; + border: transparent solid; + content: ' '; + height: 0; + width: 0; + position: absolute; + pointer-events: none; + border-color: transparent #fff transparent transparent; + border-left-color: #fff; + border-width: 16px 16px 16px 0; + margin-top: -16px; +} +.dokan-dashboard .dokan-dash-sidebar ul.dokan-dashboard-menu li.active ul.navigation-submenu { + position: relative; + z-index: 3; + top: auto; + left: auto; + right: auto; + bottom: auto; + border: 0 none; + border-bottom: 0.5px solid #f05025; + margin-top: 0; + box-shadow: none; +} +.dokan-dashboard .dokan-dash-sidebar ul.dokan-dashboard-menu li.active ul.navigation-submenu li:not(.current) a { + font-weight: normal; +} +.dokan-dashboard .dokan-dash-sidebar ul.dokan-dashboard-menu li.active ul.navigation-submenu li a:focus { + outline: none; +} +.dokan-dashboard .dokan-dash-sidebar ul.dokan-dashboard-menu li.active a { + padding-right: 16px; + font-weight: 800; +} +.dokan-dashboard .dokan-dash-sidebar ul.dokan-dashboard-menu li.active a i.menu-dropdown { + display: none; +} +.dokan-dashboard .dokan-dash-sidebar ul.dokan-dashboard-menu li ul.sub-menu { + background: #fff; + margin: 0; + list-style: none; + padding: 0; + position: absolute; + right: -100%; + top: -4px; + z-index: 99; + width: 165px; + display: none; + border-top: 1px solid #ececec; + border-right: 1px solid #ececec; + border-bottom: 1px solid #ececec; +} +.dokan-dashboard .dokan-dash-sidebar ul.dokan-dashboard-menu li ul.sub-menu a { + padding: 2px 0 2px 10px; + font-size: 13px; + color: #333; + font-weight: normal; +} +.dokan-dashboard .dokan-dash-sidebar ul.dokan-dashboard-menu li ul.sub-menu a:hover { + background: #f37655; + color: #fff; +} +.dokan-dashboard .dokan-dash-sidebar ul.dokan-dashboard-menu li ul.sub-menu li { + border-bottom: 1px solid #ccc; +} +.dokan-dashboard .dokan-dash-sidebar ul.dokan-dashboard-menu li ul.sub-menu li:last-child { + border-bottom: none; +} +.dokan-dashboard .dokan-dash-sidebar ul.dokan-dashboard-menu li.settings i.pull-right { + padding-top: 5px; +} +.dokan-dashboard .dokan-dash-sidebar #dokan-navigation #toggle-mobile-menu { + display: none; +} +.dokan-dashboard .dokan-dash-sidebar #dokan-navigation #mobile-menu-icon { + display: none; +} +.dokan-dashboard .dokan-dash-sidebar #dokan-navigation > #mobile-menu-icon { + font-size: 17px; + color: #fff; + position: absolute; + top: 0; + right: 0; + width: 33px; + z-index: 1; + cursor: pointer; + -webkit-touch-callout: none; + -webkit-user-select: none; + -khtml-user-select: none; + -moz-user-select: none; + -ms-user-select: none; + user-select: none; + border: 1px solid #f0f0f0; + border-radius: 3px; + padding: 3px 8px; +} +.dokan-dashboard .dokan-dash-sidebar #dokan-navigation > input:checked + ul.dokan-dashboard-menu { + display: block !important; + background: #000; + color: #fff; + animation: showNav 350ms ease-in-out both; +} +@keyframes showNav { + from { + opacity: 0; + } + to { + opacity: 1; + } +} +@media only screen and (max-width: 450px) { + .dokan-dashboard .dokan-dash-sidebar #dokan-navigation { + height: 33px; + position: relative; + } + .dokan-dashboard .dokan-dash-sidebar #dokan-navigation #mobile-menu-icon { + display: block !important; + } + .dokan-dashboard .dokan-dash-sidebar #dokan-navigation #toggle-mobile-menu { + display: none !important; + } + .dokan-dashboard .dokan-dash-sidebar #dokan-navigation ul.dokan-dashboard-menu { + display: none; + height: auto !important; + padding-top: 48px !important; + } +} +html, +body { + -webkit-backface-visibility: hidden; +} +div.media-sidebar a.edit-attachment { + display: none; +} +.daterangepicker .calendar-table th, +.daterangepicker .calendar-table td { + padding: 5px 10px; +} +.dokan-dashboard .dokan-dashboard-wrap { + display: flex; + display: -webkit-flex; + display: -ms-flexbox; + flex-wrap: wrap; + -webkit-flex-wrap: wrap; + -ms-flex-wrap: wrap; + overflow: hidden; + width: 100%; +} +.dokan-dashboard .dokan-dashboard-wrap * { + box-sizing: border-box; +} +.dokan-dashboard .dokan-dashboard-wrap a:focus { + outline-color: #ff5a40; +} +.dokan-dashboard header.dokan-dashboard-header { + margin: 0 0 15px 0; +} +.dokan-dashboard header.dokan-dashboard-header h1 { + margin: 0 0 10px 0; + border-bottom: 1px solid #EDEDED; + padding: 0 0 10px 0; + line-height: 1.25; +} +.dokan-dashboard header.dokan-dashboard-header .dokan-add-product-link .dokan-btn { + margin-right: 10px; +} +.dokan-dashboard .dokan-dashboard-content { + padding: 0 0 0 25px; + overflow: hidden; + margin-top: 0px; + width: 83%; + flex: 5 auto; +} +.dokan-dashboard .dokan-dashboard-content article.dashboard-content-area:before, +.dokan-dashboard .dokan-dashboard-content article.dashboard-content-area:after { + content: " "; + display: table; +} +.dokan-dashboard .dokan-dashboard-content article.dashboard-content-area:after { + clear: both; +} +.dokan-dashboard .dokan-dashboard-content article.dashboard-content-area .dokan-dash-left { + padding-right: 15px; +} +.dokan-dashboard .dokan-dashboard-content article.dashboard-content-area .dashboard-widget { + background: #fff; + border: 1px solid #EBEBEB; + padding: 0px 10px; + position: relative; + -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.04); + box-shadow: 0 1px 1px rgba(0, 0, 0, 0.04); + margin-bottom: 15px; +} +.dokan-dashboard .dokan-dashboard-content article.dashboard-content-area .dashboard-widget a { + font-size: 13px; +} +.dokan-dashboard .dokan-dashboard-content article.dashboard-content-area .dashboard-widget .widget-title { + font-weight: bold; + font-size: 15px; + border-bottom: 1px solid #EBEBEB; + padding: 6px 0; + margin-bottom: 6px; +} +.dokan-dashboard .dokan-dashboard-content article.dashboard-content-area .dashboard-widget .widget-title i { + color: #ccc; + padding-right: 5px; +} +.dokan-dashboard .dokan-dashboard-content article.dashboard-content-area .dashboard-widget .widget-title .pull-right { + float: right; +} +.dokan-dashboard .dokan-dashboard-content article.dashboard-content-area .dashboard-widget .widget-title .pull-right a { + color: #6d6d6d; + transition: 0.2s linear; +} +.dokan-dashboard .dokan-dashboard-content article.dashboard-content-area .dashboard-widget .widget-title .pull-right a:hover { + color: #000; +} +.dokan-dashboard .dokan-dashboard-content article.dashboard-content-area .dashboard-widget.big-counter { + text-align: center; +} +.dokan-dashboard .dokan-dashboard-content article.dashboard-content-area .dashboard-widget.big-counter ul { + margin: 0px; +} +.dokan-dashboard .dokan-dashboard-content article.dashboard-content-area .dashboard-widget.big-counter li { + width: 100%; + display: block; + margin: 0 auto; +} +.dokan-dashboard .dokan-dashboard-content article.dashboard-content-area .dashboard-widget.big-counter .title { + font-size: 15px; + padding-top: 10px; +} +.dokan-dashboard .dokan-dashboard-content article.dashboard-content-area .dashboard-widget.big-counter .count { + font-size: 18px; + border-bottom: 1px solid #EBEBEB; + font-weight: 600; + padding-bottom: 10px; +} +.dokan-dashboard .dokan-dashboard-content article.dashboard-content-area .dashboard-widget.orders { + overflow: hidden; +} +.dokan-dashboard .dokan-dashboard-content article.dashboard-content-area .dashboard-widget.orders .content-half-part { + width: 50%; + padding: 0; + float: left; +} +.dokan-dashboard .dokan-dashboard-content article.dashboard-content-area .dashboard-widget.orders #order-stats { + padding: 20px; +} +.dokan-dashboard .dokan-dashboard-content article.dashboard-content-area .dashboard-widget.products .pull-right a { + -moz-border-radius: 0; + -webkit-border-radius: 0; + border-radius: 0; + margin-top: -6px; +} +.dokan-dashboard .dokan-dashboard-content article.dashboard-content-area .dashboard-widget.sells-graph { + padding-bottom: 7px; + width: 100%; + position: relative; +} +.dokan-dashboard .dokan-dashboard-content article.dashboard-content-area .dashboard-widget .chart-placeholder.main { + height: 347px; +} +.dokan-dashboard .dokan-dashboard-content article.dashboard-content-area .dashboard-widget .list-count a { + color: #6d6d6d; +} +.dokan-dashboard .dokan-dashboard-content article.dashboard-content-area .dashboard-widget .list-count .count { + float: right; +} +.dokan-dashboard .dokan-dashboard-content article.dashboard-content-area .chart-tooltip { + position: absolute; + display: none; + line-height: 1; + background: #333; + color: #fff; + padding: 3px 5px; + font-size: 11px; + border-radius: 3px; +} +.dokan-dashboard .dokan-dashboard-content article.dokan-settings-area .dokan-map-wrap { + border: 1px solid #EDEDED; +} +.dokan-dashboard .dokan-dashboard-content article.dokan-settings-area .dokan-map-wrap .dokan-map-search-bar { + position: relative; +} +.dokan-dashboard .dokan-dashboard-content article.dokan-settings-area .dokan-map-wrap .dokan-map-find-btn { + display: none; +} +.dokan-dashboard .dokan-dashboard-content article.dokan-settings-area .dokan-map-wrap .dokan-map-search { + border: none; + width: 100%; + padding: 5px 10px; +} +.dokan-dashboard .dokan-dashboard-content article.dokan-settings-area .dokan-map-wrap .dokan-google-map { + width: 100%; + height: 300px; +} +.dokan-dashboard .dokan-dashboard-content article.dokan-settings-area .dokan-payment-settings-summary #vendor-dashboard-payment-settings-error { + padding: 25px; + display: none; + background-color: palevioletred; +} +.dokan-dashboard .dokan-dashboard-content article.dokan-settings-area .dokan-payment-settings-summary div.payment-methods-listing-header { + display: flex; + justify-content: space-between; + align-items: center; + padding: 10px; + background-color: #EEEEEE; +} +.dokan-dashboard .dokan-dashboard-content article.dokan-settings-area .dokan-payment-settings-summary div.payment-methods-listing-header > h2 { + margin: 5px 0; + flex-grow: 1; +} +.dokan-dashboard .dokan-dashboard-content article.dokan-settings-area .dokan-payment-settings-summary div.payment-methods-listing-header > div { + flex-grow: 2; + text-align: right; +} +.dokan-dashboard .dokan-dashboard-content article.dokan-settings-area .dokan-payment-settings-summary div.payment-methods-listing-header > div #vendor-dashboard-payment-settings-toggle-dropdown { + display: inline-block; +} +.dokan-dashboard .dokan-dashboard-content article.dokan-settings-area .dokan-payment-settings-summary div.payment-methods-listing-header > div #vendor-dashboard-payment-settings-toggle-dropdown #toggle-vendor-payment-method-drop-down { + color: #333333; + cursor: pointer; + padding: 10px 35px 10px 10px; + white-space: nowrap; + border-radius: 3px; + background: #DDDDDD; + position: relative; +} +.dokan-dashboard .dokan-dashboard-content article.dokan-settings-area .dokan-payment-settings-summary div.payment-methods-listing-header > div #vendor-dashboard-payment-settings-toggle-dropdown #toggle-vendor-payment-method-drop-down::after { + content: '\25BC'; + display: inline-block; + transition: transform 300ms ease-in-out; + position: absolute; + right: 5px; + top: 20%; +} +.dokan-dashboard .dokan-dashboard-content article.dokan-settings-area .dokan-payment-settings-summary div.payment-methods-listing-header > div #vendor-dashboard-payment-settings-toggle-dropdown #vendor-payment-method-drop-down-wrapper { + position: relative; + top: 5px; +} +.dokan-dashboard .dokan-dashboard-content article.dokan-settings-area .dokan-payment-settings-summary div.payment-methods-listing-header > div #vendor-dashboard-payment-settings-toggle-dropdown #vendor-payment-method-drop-down { + display: none; + max-height: 200px; + border: 1px black solid; + position: absolute; + top: 0; + right: 0; + background-color: white; +} +.dokan-dashboard .dokan-dashboard-content article.dokan-settings-area .dokan-payment-settings-summary div.payment-methods-listing-header > div #vendor-dashboard-payment-settings-toggle-dropdown #vendor-payment-method-drop-down ul { + list-style: none; + margin: 0; + max-height: 199px; + overflow-y: auto; + overflow-x: hidden; +} +.dokan-dashboard .dokan-dashboard-content article.dokan-settings-area .dokan-payment-settings-summary div.payment-methods-listing-header > div #vendor-dashboard-payment-settings-toggle-dropdown #vendor-payment-method-drop-down ul li:not(:last-child) { + border-bottom: 1px #dddddd solid; +} +.dokan-dashboard .dokan-dashboard-content article.dokan-settings-area .dokan-payment-settings-summary div.payment-methods-listing-header > div #vendor-dashboard-payment-settings-toggle-dropdown #vendor-payment-method-drop-down ul li div { + white-space: nowrap; + display: flex; + align-items: center; + padding: 10px 20px 10px 10px; +} +.dokan-dashboard .dokan-dashboard-content article.dokan-settings-area .dokan-payment-settings-summary div.payment-methods-listing-header > div #vendor-dashboard-payment-settings-toggle-dropdown #vendor-payment-method-drop-down ul li div img { + width: calc(12px + 1.5vw); + border: 1px solid lightgray; + border-radius: 50%; +} +.dokan-dashboard .dokan-dashboard-content article.dokan-settings-area .dokan-payment-settings-summary div.payment-methods-listing-header > div #vendor-dashboard-payment-settings-toggle-dropdown #vendor-payment-method-drop-down ul li div span { + padding-right: 30px; + margin-left: 10px; + color: #333333; +} +.dokan-dashboard .dokan-dashboard-content article.dokan-settings-area .dokan-payment-settings-summary div.payment-methods-listing-header > div #vendor-dashboard-payment-settings-toggle-dropdown #vendor-payment-method-drop-down ul li:hover { + background-color: #EFEFEF; +} +.dokan-dashboard .dokan-dashboard-content article.dokan-settings-area .dokan-payment-settings-summary div.payment-methods-listing-header > div #vendor-dashboard-payment-settings-toggle-dropdown #vendor-payment-method-drop-down .no-content { + padding: 20px; + width: 300px; + text-align: center; +} +.dokan-dashboard .dokan-dashboard-content article.dokan-settings-area .dokan-payment-settings-summary div.payment-methods-listing-header > div #vendor-dashboard-payment-settings-toggle-dropdown:hover #toggle-vendor-payment-method-drop-down { + background-color: #CCCCCC; +} +.dokan-dashboard .dokan-dashboard-content article.dokan-settings-area .dokan-payment-settings-summary div.payment-methods-listing-header > div #vendor-dashboard-payment-settings-toggle-dropdown:hover #toggle-vendor-payment-method-drop-down::after { + transform: rotate(180deg); +} +.dokan-dashboard .dokan-dashboard-content article.dokan-settings-area .dokan-payment-settings-summary div.payment-methods-listing-header > div #vendor-dashboard-payment-settings-toggle-dropdown:hover #vendor-payment-method-drop-down { + display: block; +} +.dokan-dashboard .dokan-dashboard-content article.dokan-settings-area .dokan-payment-settings-summary > ul { + list-style: none; + min-height: 200px; + margin-left: 0; +} +.dokan-dashboard .dokan-dashboard-content article.dokan-settings-area .dokan-payment-settings-summary > ul li > div { + display: flex; + justify-content: space-between; + align-items: center; + padding: 10px; + border-bottom: #CCCCCC solid 1px; +} +.dokan-dashboard .dokan-dashboard-content article.dokan-settings-area .dokan-payment-settings-summary > ul li > div > div { + display: flex; + align-items: center; +} +.dokan-dashboard .dokan-dashboard-content article.dokan-settings-area .dokan-payment-settings-summary > ul li > div > div img { + width: calc(12px + 3vw); + border: 1px solid grey; + border-radius: 50%; +} +.dokan-dashboard .dokan-dashboard-content article.dokan-settings-area .dokan-payment-settings-summary > ul li > div > div span { + margin-left: 10px; + color: #333333; +} +.dokan-dashboard .dokan-dashboard-content article.dokan-settings-area .dokan-payment-settings-summary > ul li > div > div button { + margin-bottom: 3px !important; + min-height: 30px !important; +} +.dokan-dashboard .dokan-dashboard-content article.dokan-settings-area .dokan-payment-settings-summary > ul li > div > div a button { + margin-left: 3px !important; +} +.dokan-dashboard .dokan-dashboard-content article.dokan-settings-area .dokan-payment-settings-summary > .no-content { + min-height: 200px; + padding: 20px; +} +.dokan-dashboard .dokan-dashboard-content article.dokan-settings-area #payment-form .payment-field-bank > div.dokan-form-group > div { + background-color: white; + box-shadow: 0 0 5px #bbbbbb; + margin-right: 10px; + padding: 20px; +} +.dokan-dashboard .dokan-dashboard-content article.dokan-settings-area #payment-form .payment-field-bank > div.dokan-form-group > div div.dokan-form-group > div { + text-align: left; +} +.dokan-dashboard .dokan-dashboard-content article.dokan-settings-area #payment-form .payment-field-bank > div.dokan-form-group > div div.dokan-form-group > div label { + color: black; + font-weight: bold; +} +.dokan-dashboard .dokan-dashboard-content article.dokan-settings-area #payment-form .payment-field-bank > div.dokan-form-group > div div.dokan-form-group > div select { + padding: 10px 15px; + border-radius: 5px; + min-height: 50px; +} +.dokan-dashboard .dokan-dashboard-content article.dokan-settings-area #payment-form .payment-field-bank > div.dokan-form-group > div div.data-warning { + display: flex; + box-shadow: 0 0 5px #AAAAAA; + padding: 10px; + margin-bottom: 10px; +} +.dokan-dashboard .dokan-dashboard-content article.dokan-settings-area #payment-form .payment-field-bank > div.dokan-form-group > div div.data-warning div.left-icon-container { + display: flex; + flex-direction: column; + justify-content: center; + padding: 5px; +} +.dokan-dashboard .dokan-dashboard-content article.dokan-settings-area #payment-form .payment-field-bank > div.dokan-form-group > div div.data-warning div.left-icon-container i { + color: orange; +} +.dokan-dashboard .dokan-dashboard-content article.dokan-settings-area #payment-form .payment-field-bank > div.dokan-form-group > div div.data-warning div.vr-separator { + margin: 0 10px; + border-left: 1px #dddddd solid; +} +.dokan-dashboard .dokan-dashboard-content article.dokan-settings-area #payment-form .payment-field-bank > div.dokan-form-group > div .bottom-note { + text-align: left; + margin-bottom: 2em; +} +.dokan-dashboard .dokan-dashboard-content article.dokan-settings-area #payment-form .payment-field-bank > div.dokan-form-group > div .bottom-actions { + background-color: #EEEEEE; + text-align: left; + border-top: 1px #cccccc solid; + padding: 20px; + margin: -20px; + position: relative; +} +.dokan-dashboard .dokan-dashboard-content article.dokan-settings-area #payment-form .payment-field-bank > div.dokan-form-group > div .bottom-actions button.dokan-btn-danger { + position: absolute; + right: 20px; +} +.dokan-dashboard .dokan-dashboard-content article.dokan-settings-area #payment-form .payment-field-bank > div.dokan-form-group > div .bottom-actions a { + margin-left: 10px; + text-decoration: none; + color: #2B78E4; +} +.dokan-dashboard .dokan-dashboard-content article.dokan-settings-area #payment-form > div.dokan-form-group > div.ajax_prev.dokan-w4 { + margin-left: 24%; +} +.dokan-dashboard .dokan-dashboard-content .edit-account fieldset { + margin-top: 30px; +} +.dokan-dashboard .dokan-dashboard-content .edit-account fieldset legend { + font-weight: bold; +} +.dokan-dashboard .dokan-dashboard-content article { + border-bottom: none; +} +.dokan-dashboard .dokan-dashboard-content ul li { + list-style: none; + margin: 0px; + padding: 0px; +} +.dokan-dashboard .dokan-dashboard-content a { + text-decoration: none; +} +.dokan-dashboard .dokan-dashboard-content .dokan-page-help { + display: block; + font-style: italic; + color: #888; + margin-bottom: 30px; +} +.dokan-dashboard .dokan-dashboard-content .dokan-page-help p { + margin-bottom: 10px; +} +.dokan-dashboard div.chart-container > div.chart-placeholder > div.legend table { + border-spacing: 0.5em; + width: auto; + margin: 0; + border-collapse: separate; +} +.dokan-dashboard div.chart-container > div.chart-placeholder > div.legend table td { + padding: 0; + text-align: left; + vertical-align: middle; + background: none; +} +.dokan-dashboard div.chart-container > div.chart-legend-container > table td { + padding: 0; + padding-left: 5px; + padding-right: 5px; +} +.dokan-column-name-with-avatar { + position: relative; + padding-left: 46px !important; +} +.dokan-column-name-with-avatar img { + position: absolute; + top: 3px; + left: 8px; + border-radius: 50%; + border: 1px solid #fff; + box-shadow: 0 1px 0 0 #e0e0e0; +} +.dokan-orders-content .dokan-orders-area .dokan-order-left-content { + margin-right: 3%; +} +.dokan-orders-content .dokan-orders-area .dokan-order-left-content .dokan-order-billing-address { + min-width: 49%; + margin-right: 2%; +} +.dokan-orders-content .dokan-orders-area .dokan-order-left-content .dokan-order-shipping-address { + min-width: 49%; +} +.dokan-orders-content .dokan-orders-area .dokan-order-filter-serach { + padding: 10px 7px; +} +.dokan-orders-content .dokan-orders-area .dokan-order-filter-serach .dokan-left { + width: 66%!important; +} +.dokan-orders-content .dokan-orders-area .dokan-order-filter-serach .dokan-left .dokan-form-group { + display: flex; + flex-wrap: wrap; + align-items: center; +} +.dokan-orders-content .dokan-orders-area .dokan-order-filter-serach .dokan-left .dokan-form-group button, +.dokan-orders-content .dokan-orders-area .dokan-order-filter-serach .dokan-left .dokan-form-group a, +.dokan-orders-content .dokan-orders-area .dokan-order-filter-serach .dokan-left .dokan-form-group input, +.dokan-orders-content .dokan-orders-area .dokan-order-filter-serach .dokan-left .dokan-form-group select, +.dokan-orders-content .dokan-orders-area .dokan-order-filter-serach .dokan-left .dokan-form-group .select2-container { + height: 35px !important; +} +.dokan-orders-content .dokan-orders-area .dokan-order-filter-serach .dokan-left .dokan-form-group button .select2-selection--single, +.dokan-orders-content .dokan-orders-area .dokan-order-filter-serach .dokan-left .dokan-form-group a .select2-selection--single, +.dokan-orders-content .dokan-orders-area .dokan-order-filter-serach .dokan-left .dokan-form-group input .select2-selection--single, +.dokan-orders-content .dokan-orders-area .dokan-order-filter-serach .dokan-left .dokan-form-group select .select2-selection--single, +.dokan-orders-content .dokan-orders-area .dokan-order-filter-serach .dokan-left .dokan-form-group .select2-container .select2-selection--single { + height: 35px !important; +} +.dokan-orders-content .dokan-orders-area .dokan-order-filter-serach .dokan-left .dokan-form-group button { + margin-right: 5px; + border: none !important; + padding: 3px 10px !important; +} +.dokan-orders-content .dokan-orders-area .dokan-order-filter-serach .dokan-left .dokan-form-group input, +.dokan-orders-content .dokan-orders-area .dokan-order-filter-serach .dokan-left .dokan-form-group select, +.dokan-orders-content .dokan-orders-area .dokan-order-filter-serach .dokan-left .dokan-form-group .select2-container { + width: calc(33% - 54px) !important; + margin-right: 5px; +} +.dokan-orders-content .dokan-orders-area .dokan-order-filter-serach .dokan-left .dokan-form-group a { + display: flex; + align-items: center; +} +.dokan-orders-content .dokan-orders-area .dokan-order-filter-serach .dokan-left .dokan-form-group a .fa { + margin-right: 3px; +} +@media screen and (max-width: 576px) { + .dokan-orders-content .dokan-orders-area .dokan-order-filter-serach .dokan-left .dokan-form-group select, + .dokan-orders-content .dokan-orders-area .dokan-order-filter-serach .dokan-left .dokan-form-group .select2-container, + .dokan-orders-content .dokan-orders-area .dokan-order-filter-serach .dokan-left .dokan-form-group input { + width: 100% !important; + margin-right: 0; + } + .dokan-orders-content .dokan-orders-area .dokan-order-filter-serach .dokan-left .dokan-form-group select:not(:last-child), + .dokan-orders-content .dokan-orders-area .dokan-order-filter-serach .dokan-left .dokan-form-group .select2-container:not(:last-child), + .dokan-orders-content .dokan-orders-area .dokan-order-filter-serach .dokan-left .dokan-form-group input:not(:last-child) { + margin-bottom: 5px; + } +} +.dokan-orders-content .dokan-orders-area .dokan-order-filter-serach .dokan-right { + width: 33%!important; +} +@media screen and (max-width: 768px) { + .dokan-orders-content .dokan-orders-area .dokan-order-filter-serach .dokan-left { + width: 100%!important; + } + .dokan-orders-content .dokan-orders-area .dokan-order-filter-serach .dokan-right { + width: 100%!important; + } +} +.dokan-orders-content .dokan-orders-area td.dokan-order-action { + gap: 5px; + width: 100%; + display: grid; + grid-gap: 5px; + flex-direction: column; + grid-template-columns: repeat(3, 1fr); +} +.dokan-orders-content .dokan-orders-area td.dokan-order-action .wpo_wcpdf { + border: 1px solid transparent; + padding: 5px 10px; + border-color: #ccc; + border-radius: 3px; + background-color: #fff; + background-repeat: no-repeat; + background-position: center; + height: 40px; + width: 40px; +} +.dokan-orders-content .dokan-orders-area td.dokan-order-action .wpo_wcpdf img { + width: 22px !important; +} +.dokan-orders-content .dokan-orders-area td img { + padding: 2px; + margin: 0; + border: 1px solid #dfdfdf; + vertical-align: middle; + width: 46px; + height: auto; +} +.dokan-orders-content .dokan-orders-area td a { + color: #6d6d6d; + transition: 0.2s linear; +} +.dokan-orders-content .dokan-orders-area td a:hover { + color: #000; +} +.dokan-orders-content .dokan-orders-area table.table.order-items { + margin-bottom: 0; +} +.dokan-orders-content .dokan-orders-area .general-details ul.order-status { + border-bottom: 1px solid #EDEDED; + margin-bottom: 3px; + padding-bottom: 3px; + margin-left: 0px; + padding-left: 0px; +} +.dokan-orders-content .dokan-orders-area .general-details ul.customer-details { + margin-left: 0px; + padding-left: 0px; +} +.dokan-orders-content .dokan-orders-area .general-details span { + font-weight: bold; +} +.dokan-orders-content .dokan-orders-area .alert-success.customer-note { + background-color: #dff0d8; + background: #dff0d8; + margin-bottom: 5px; +} +.dokan-orders-content .dokan-orders-area .alert-success.customer-note strong { + font-size: 12px; +} +.dokan-orders-content .dokan-orders-area .order_note_type { + padding-left: 0; +} +.dokan-orders-content .dokan-orders-area #dokan-order-status-form { + margin: 10px 0; +} +.dokan-orders-content .dokan-orders-area #dokan-order-status-form select.form-control { + display: inline-block; + width: 100%; + margin-right: 10px; + font-size: 13px; +} +.dokan-orders-content .dokan-orders-area ul.order-statuses-filter { + font-size: 12px; + color: #EDEDED; +} +.dokan-orders-content .dokan-orders-area ul.order-statuses-filter li { + display: inline-block; + line-height: 13px; + padding: 0 5px; + border-right: 1px solid #EDEDED; +} +.dokan-orders-content .dokan-orders-area ul.order-statuses-filter li a { + color: #6d6d6d; + transition: 0.2s linear; +} +.dokan-orders-content .dokan-orders-area ul.order-statuses-filter li:last-child { + border-right: none; +} +.dokan-orders-content .dokan-orders-area ul.order-statuses-filter li.active a { + color: #000; +} +.dokan-orders-content .dokan-orders-area ul.order_notes { + font-size: 13px; +} +.dokan-orders-content .dokan-orders-area ul.order_notes p.meta { + font-size: 11px; +} +.dokan-orders-content .dokan-orders-area ul.order_notes .note_content { + position: relative; + background: #efefef; + padding: 3px 10px; + margin-bottom: 10px; +} +.dokan-orders-content .dokan-orders-area ul.order_notes .note_content p { + margin: 0; + padding: 0; + word-wrap: break-word; +} +.dokan-orders-content .dokan-orders-area ul.order_notes .note_content:after { + content: ""; + display: block; + position: absolute; + bottom: -15px; + left: 30px; + width: 0; + height: 0; + border-width: 15px 15px 0 0; + border-style: solid; + border-color: #efefef transparent; +} +.dokan-orders-content .dokan-orders-area ul.order_notes li.customer-note .note_content { + background: #d7cad2; +} +.dokan-orders-content .dokan-orders-area ul.order_notes li.customer-note .note_content:after { + border-color: #d7cad2 transparent; +} +.dokan-orders-content .dokan-orders-area tfoot td.value { + border-left: 1px solid #EDEDED; + text-align: right; +} +.dokan-orders-content .dokan-orders-area .order_download_permissions label { + font-weight: normal; +} +.dokan-orders-content .dokan-orders-area .order_download_permissions button.revoke_access { + padding: 3px 10px; + margin-top: -2px; +} +.dokan-orders-content .dokan-orders-area .order_download_permissions .toolbar { + margin-top: 15px; +} +.dokan-orders-content .dokan-orders-area .chosen-container-multi .chosen-choices li.search-field input[type="text"] { + min-height: 27px; +} +.vendor-dashboard-orders-page .select2-search__field { + min-width: auto !important; +} +.dokan-product-listing .dokan-product-listing-area { + padding: 0px 15px; +} +.dokan-product-listing .dokan-product-listing-area .row-actions { + visibility: hidden; + font-size: 12px; + color: #ccc; +} +.dokan-product-listing .dokan-product-listing-area tr:hover .row-actions { + visibility: visible; +} +.dokan-product-listing .dokan-product-listing-area table td img { + width: auto; + height: auto; + max-width: 48px; + max-height: 48px; +} +.dokan-product-listing .dokan-product-listing-area .product-listing-top { + border-bottom: 1px solid #EDEDED; + line-height: 50px; + margin-bottom: 15px; +} +.dokan-product-listing .dokan-product-listing-area .product-listing-top ul.dokan-listing-filter { + width: 60%; +} +.dokan-product-listing .dokan-product-listing-area .product-listing-top ul.dokan-listing-filter li { + display: inline-block; + padding: 0 5px; +} +.dokan-product-listing .dokan-product-listing-area .product-listing-top span.dokan-add-product-link { + width: 36%; + float: right; + text-align: right; +} +.dokan-product-listing .dokan-product-listing-area form.dokan-product-search-form button[name='product_listing_search'] { + float: right; +} +.dokan-product-listing .dokan-product-listing-area form.dokan-product-search-form .dokan-form-group { + float: right; +} +.dokan-product-listing .dokan-product-listing-area table.product-listing-table span.product-type:before { + font-family: "Font Awesome\ 5 Free"; + font-weight: 900; + content: '\f133'; + display: block; + text-align: center; +} +.dokan-product-listing .dokan-product-listing-area table.product-listing-table span.product-type.downloadable:before { + font-family: "Font Awesome\ 5 Free"; + font-weight: 900; + content: '\f019'; + display: block; + text-align: center; +} +.dokan-product-listing .dokan-product-listing-area table.product-listing-table span.product-type.variable:before { + font-family: "Font Awesome\ 5 Free"; + font-weight: 900; + content: '\f02d'; + display: block; + text-align: center; +} +.dokan-product-listing .dokan-product-listing-area table.product-listing-table span.product-type.simple:before { + font-family: "Font Awesome\ 5 Free"; + font-weight: 900; + content: '\f0c9'; + display: block; + text-align: center; +} +.dokan-product-listing .dokan-product-listing-area table.product-listing-table span.product-type.virtual:before { + font-family: "Font Awesome\ 5 Free"; + font-weight: 900; + content: '\f0c2'; + display: block; + text-align: center; +} +.dokan-product-listing .dokan-product-listing-area table.product-listing-table span.earning-info:before { + font-family: "Font Awesome\ 5 Free"; + font-weight: 900; + content: '\f05a'; + display: inline; + margin-left: 5px; +} +.dokan-product-listing .dokan-product-listing-area table.product-listing-table mark.instock { + color: #7ad03a; + background: transparent; + font-weight: bold; +} +.dokan-product-listing .dokan-product-listing-area table.product-listing-table td { + vertical-align: top; +} +.dokan-product-listing .dokan-product-listing-area table.product-listing-table td.column-primary a, +.dokan-product-listing .dokan-product-listing-area table.product-listing-table td .row-actions a { + color: #6d6d6d; +} +.dokan-product-listing .dokan-product-listing-area table.product-listing-table td.column-primary a:hover, +.dokan-product-listing .dokan-product-listing-area table.product-listing-table td .row-actions a:hover { + color: #000; +} +.dokan-product-listing .dokan-product-listing-area table.product-listing-table td.column-primary .delete a:hover, +.dokan-product-listing .dokan-product-listing-area table.product-listing-table td .row-actions .delete a:hover { + color: red; +} +.dokan-product-listing .dokan-product-listing-area table.product-listing-table p { + margin-bottom: 0px; + padding-bottom: 0px; +} +.dokan-product-listing .dokan-product-listing-area table.product-listing-table td.post-status label.draft { + background: #ccc; +} +.dokan-product-listing .dokan-product-listing-area table.product-listing-table td.post-status label.publish { + background: #65c265; +} +.dokan-product-listing .dokan-product-listing-area table.product-listing-table td.post-status label.pending { + background: #f05025; +} +.dokan-product-listing .dokan-product-listing-area table.product-listing-table td.post-date { + font-size: 13px; +} +.dokan-product-listing .dokan-product-listing-area del .amount { + color: #dd5a43; +} +.dokan-product-listing .dokan-product-listing-area ins { + text-decoration: none; +} +.dokan-product-listing .dokan-product-listing-area ins .amount { + color: #69aa46; + font-weight: bold; +} +.dokan-new-product-area .dokan-product-meta { + width: 73.43%; +} +.dokan-new-product-area .featured-image { + width: 25%; +} +.dokan-new-product-area .content-half-part.sale-price { + display: inline-block; +} +.dokan-new-product-area .content-half-part.sale-price label.form-label { + display: block; +} +.dokan-new-product-area .content-half-part.sale-price label.form-label a.sale_schedule, +.dokan-new-product-area .content-half-part.sale-price label.form-label a.cancel_sale_schedule { + float: right; +} +.dokan-product-edit-area header.dokan-pro-edit-breadcrumb { + display: block; + border-bottom: 1px solid #EDEDED; + padding: 0 0 10px 0; + margin: 0 0 15px 0; +} +.dokan-product-edit-area header.dokan-pro-edit-breadcrumb h1 { + font-size: 18px; + line-height: 1.42; +} +.dokan-product-edit-area header.dokan-pro-edit-breadcrumb h1 .dokan-breadcrumb, +.dokan-product-edit-area header.dokan-pro-edit-breadcrumb h1 .dokan-breadcrumb a { + color: #aaa; +} +.dokan-product-edit-area header.dokan-pro-edit-breadcrumb h1 .dokan-label { + font-size: 11px; + font-weight: normal; +} +.dokan-product-edit-area header.dokan-pro-edit-breadcrumb h1 a.view-product { + background-color: #fafafa; + border-color: #ebebeb; +} +.dokan-product-edit-area .dokan-product-meta { + width: 65%; +} +.dokan-product-edit-area .featured-image { + width: 35%; +} +.dokan-edit-row { + background: #fff; + border: 1px solid #ebebeb; + margin-top: 15px; +} +.dokan-edit-row .dokan-section-heading { + padding: 10px 15px; + border-bottom: 1px solid #ebebeb; + overflow: hidden; + cursor: pointer; +} +.dokan-edit-row .dokan-section-heading i.fa { + font-size: 15px; +} +.dokan-edit-row .dokan-section-heading i.fa.fa-flip-vertical { + margin-top: 9px; +} +.dokan-edit-row .dokan-section-heading .dokan-section-toggle { + float: right; + color: #888; + font-size: 15px; +} +.dokan-edit-row .dokan-section-heading h2 { + margin: 0px; + padding: 0px; + float: left; + font-size: 16px; + font-weight: bold; + line-height: 150%; +} +.dokan-edit-row .dokan-section-heading p { + float: left; + vertical-align: bottom; + margin-bottom: 0px; + margin-top: 2px; + margin-left: 8px; + color: #888; + font-style: italic; + font-size: 12px; +} +.product-edit-new-container .dokan-edit-row.dokan-other-options { + margin-bottom: 20px; +} +.product-edit-new-container .dokan-edit-row .dokan-section-content { + padding: 15px; +} +.product-edit-new-container .dokan-product-edit-form .dokan-new-product-featured-img { + max-height: 300px; +} +.product-edit-new-container label { + font-weight: normal; + cursor: pointer; +} +.product-edit-new-container label input[type='checkbox'] { + margin-right: 5px; +} +.product-edit-new-container label.form-label { + font-weight: bold; + margin-bottom: 5px; + font-size: 13px; + display: block; +} +.product-edit-new-container label.form-label span { + font-weight: normal; + color: #888; +} +.product-edit-new-container header.dokan-pro-edit-breadcrumb { + display: block; + border-bottom: 1px solid #EDEDED; + padding: 0 0 10px 0; + margin: 0 0 15px 0; +} +.product-edit-new-container header.dokan-pro-edit-breadcrumb h1 { + font-size: 18px; + line-height: 1.42; +} +.product-edit-new-container header.dokan-pro-edit-breadcrumb h1 .dokan-breadcrumb, +.product-edit-new-container header.dokan-pro-edit-breadcrumb h1 .dokan-breadcrumb a { + color: #aaa; +} +.product-edit-new-container header.dokan-pro-edit-breadcrumb h1 .dokan-label { + font-size: 11px; + font-weight: normal; +} +.product-edit-new-container header.dokan-pro-edit-breadcrumb h1 a.view-product { + background-color: #fafafa; + border-color: #ebebeb; +} +.product-edit-new-container .dokan-price-container .sale_schedule, +.product-edit-new-container .dokan-price-container .cancel_sale_schedule { + font-weight: normal; + float: right; +} +.product-edit-new-container .dokan-form-top-area:before, +.product-edit-new-container .dokan-form-top-area:after { + content: " "; + display: table; +} +.product-edit-new-container .dokan-form-top-area:after { + clear: both; +} +.product-edit-new-container .dokan-form-top-area .dokan-product-meta { + width: 65%; +} +.product-edit-new-container .dokan-form-top-area .featured-image { + width: 35%; +} +@media (max-width: 430px) { + .product-edit-new-container .dokan-form-top-area .dokan-product-meta, + .product-edit-new-container .dokan-form-top-area .featured-image { + width: 100%; + } +} +@media (max-width: 430px) { + .product-edit-new-container .dokan-form-top-area { + display: flex; + flex-direction: column-reverse; + } +} +.product-edit-new-container .dokan-product-short-description { + margin-bottom: 20px; + margin-top: 10px; +} +.product-edit-new-container .content-half-part.featured-image { + padding-left: 25px; +} +.product-edit-new-container .content-half-part.sale-price { + display: inline-block; +} +.product-edit-new-container .dokan-new-product-featured-img { + border: 4px dashed #dddddd; + height: 294px !important; + width: 100% !important; + margin-bottom: 10px; + overflow: hidden; + position: relative; +} +.product-edit-new-container .dokan-new-product-featured-img i.fa-cloud-upload { + display: block; + font-size: 80px; + color: #dfdfdf; +} +.product-edit-new-container .dokan-new-product-featured-img a.dokan-feat-image-btn { + color: #8f8f8f; + text-shadow: 0 1px 1px #fff; + background: #f0f0f0; + padding: 3px 10px; + font-size: 12px; +} +.product-edit-new-container .dokan-new-product-featured-img a.dokan-feat-image-btn:hover { + color: #ececec; + text-shadow: 0 1px 1px #6f6f6f; + background: #b4b4b4; +} +.product-edit-new-container .dokan-new-product-featured-img a.close { + background: #000000; + color: #ff0000; + font-size: 100px; + height: 100% !important; + opacity: 0.7; + padding: 25% 0; + position: absolute; + right: 0; + text-align: center; + text-shadow: none; + top: 0; + width: 100% !important; + display: none; + cursor: pointer; +} +.product-edit-new-container .dokan-new-product-featured-img img { + max-width: 100%; + width: 100%; + height: 100%; +} +.product-edit-new-container .dokan-new-product-featured-img img:hover a.close { + display: block; +} +.product-edit-new-container .dokan-new-product-featured-img .image-wrap:hover a.close { + display: block; +} +.product-edit-new-container .instruction-inside { + text-align: center; + padding-top: 20%; + padding-bottom: 30%; + color: #aaa; +} +.product-edit-new-container .wp-editor-wrap { + border: 1px solid #e7e7e7; +} +.product-edit-new-container .dokan-shipping-container .dokan-shipping-dimention-options { + margin-bottom: 20px; +} +.product-edit-new-container .dokan-shipping-container .dokan-shipping-dimention-options input { + width: 23.3%; + float: left; + margin-right: 2%; +} +.product-edit-new-container .dokan-shipping-container .dokan-shipping-dimention-options input#_height { + margin-right: 0px; +} +.product-edit-new-container .dokan-shipping-container .dokan-shipping-product-options .dokan-additional-shipping-wrap .dokan-w3 { + width: 32%; + margin-right: 2%; +} +.product-edit-new-container .dokan-shipping-container .dokan-shipping-product-options .dokan-additional-shipping-wrap .dokan-w3.last-child { + margin-right: 0px; +} +.product-edit-new-container .dokan-stock-management-wrapper div.dokan-w3 { + width: 32%; + margin-right: 2%; +} +.product-edit-new-container .dokan-stock-management-wrapper div.dokan-w3.last-child { + margin-right: 0px; +} +.product-edit-new-container .dokan-download-wrapper { + margin-top: 15px; +} +.product-edit-new-container aside { + border: 1px solid #eee; + margin-bottom: 15px; + border-radius: 3px; +} +.product-edit-new-container #dokan-product-images ul.product_images { + margin: 0 0 10px 0; + padding: 0; +} +.product-edit-new-container #dokan-product-images ul.product_images li.image, +.product-edit-new-container #dokan-product-images ul.product_images li.dokan-sortable-placeholder { + width: 64px; + height: 64px; + overflow: hidden; + float: left; + box-sizing: border-box; + position: relative; + margin: 9px 4px 0 0; + border: 1px solid #eee; + border-radius: 2px; + padding: 2px; + cursor: move; +} +.product-edit-new-container #dokan-product-images ul.product_images li.image img, +.product-edit-new-container #dokan-product-images ul.product_images li.dokan-sortable-placeholder img { + padding: 0; + margin: 0; + max-width: 100%; +} +.product-edit-new-container #dokan-product-images ul.product_images li.image a.action-delete, +.product-edit-new-container #dokan-product-images ul.product_images li.dokan-sortable-placeholder a.action-delete { + position: absolute; + top: 0; + right: 0; + color: red; + background: rgba(0, 0, 0, 0.6); + margin: 0; + font-size: 35px; + width: 100%; + text-align: center; + height: 100%; + padding: 25% 3px 0; + font-weight: bold; + display: none; +} +.product-edit-new-container #dokan-product-images ul.product_images li.image:hover a.action-delete, +.product-edit-new-container #dokan-product-images ul.product_images li.dokan-sortable-placeholder:hover a.action-delete { + display: inline-block; +} +.product-edit-new-container #dokan-product-images ul.product_images li.dokan-sortable-placeholder { + border: 1px dashed #ccc; +} +.product-edit-new-container .product-dimension .form-control { + display: inline-block; + width: 20%; + margin-right: 5px; +} +.product-edit-new-container .dokan-attribute-variation-options .dokan-product-attribute-wrapper .dokan-attribute-type { + margin-bottom: 15px; +} +.product-edit-new-container .dokan-attribute-variation-options .dokan-product-attribute-wrapper .dokan-attribute-type select { + margin-right: 10px; +} +.product-edit-new-container .dokan-attribute-variation-options .dokan-product-attribute-wrapper .dokan-attribute-type .dokan-attribute-spinner { + margin-left: 10px; + margin-top: 5px; +} +.product-edit-new-container .dokan-attribute-variation-options .dokan-product-attribute-wrapper ul { + padding-left: 0px; + margin-left: 0px; +} +.product-edit-new-container .dokan-attribute-variation-options .dokan-product-attribute-wrapper ul li.product-attribute-list { + border-bottom: 1px solid #e3e3e3; +} +.product-edit-new-container .dokan-attribute-variation-options .dokan-product-attribute-wrapper ul li.product-attribute-list:first-child { + border-top: 1px solid #e3e3e3; +} +.product-edit-new-container .dokan-attribute-variation-options .dokan-product-attribute-wrapper ul li.product-attribute-list .dokan-product-attribute-heading { + padding: 10px 10px; + cursor: move; + position: relative; + background-color: rgba(241, 241, 241, 0.61); +} +.product-edit-new-container .dokan-attribute-variation-options .dokan-product-attribute-wrapper ul li.product-attribute-list .dokan-product-attribute-heading a.dokan-product-remove-attribute { + position: absolute; + top: 9px; + right: 15px; +} +.product-edit-new-container .dokan-attribute-variation-options .dokan-product-attribute-wrapper ul li.product-attribute-list .dokan-product-attribute-heading a.dokan-product-toggle-attribute { + position: absolute; + top: 7px; + right: 80px; + color: #222; +} +.product-edit-new-container .dokan-attribute-variation-options .dokan-product-attribute-wrapper ul li.product-attribute-list .dokan-product-attribute-item { + padding: 10px 0px; +} +.product-edit-new-container .dokan-attribute-variation-options .dokan-product-attribute-wrapper ul li.product-attribute-list .dokan-product-attribute-item .dokan-product-attribute-name { + margin-bottom: 10px; +} +.product-edit-new-container .dokan-attribute-variation-options .dokan-product-attribute-wrapper ul li.product-attribute-list .dokan-product-attribute-item .checkbox-item { + font-weight: normal !important; + margin-bottom: 0px; +} +.product-edit-new-container .dokan-attribute-variation-options .dokan-product-attribute-wrapper ul li.product-attribute-list .dokan-product-attribute-item .dokan-pre-defined-attribute-btn-group { + margin-top: 10px; +} +.product-edit-new-container .dokan-attribute-variation-options .dokan-product-variation-wrapper { + margin-top: 20px; + border-top: 1px solid #eee; + padding-top: 15px; +} +.product-edit-new-container .dokan-attribute-variation-options .dokan-product-variation-wrapper .dokan-variation-top-toolbar { + vertical-align: middle; + line-height: 31px; + margin-bottom: 20px; +} +.product-edit-new-container .dokan-attribute-variation-options .dokan-product-variation-wrapper .dokan-variation-top-toolbar select.variation-actions { + margin-right: 5px; +} +.product-edit-new-container .dokan-attribute-variation-options .dokan-product-variation-wrapper .dokan-variations-container { + margin-bottom: 20px; + /** Load all variation styles **/ +} +.product-edit-new-container .dokan-attribute-variation-options .dokan-product-variation-wrapper .dokan-variations-container .dokan-product-variation-itmes { + cursor: pointer; + position: relative; +} +.product-edit-new-container .dokan-attribute-variation-options .dokan-product-variation-wrapper .dokan-variations-container .dokan-product-variation-itmes .actions { + position: absolute; + top: 15px; + right: 15px; +} +.product-edit-new-container .dokan-attribute-variation-options .dokan-product-variation-wrapper .dokan-variations-container .dokan-product-variation-itmes .actions i.fa { + margin-right: 10px; +} +.product-edit-new-container .dokan-attribute-variation-options .dokan-product-variation-wrapper .dokan-variations-container .dokan-product-variation-itmes .actions i.fa.fa-bars { + cursor: move; +} +.product-edit-new-container .dokan-attribute-variation-options .dokan-product-variation-wrapper .dokan-variations-container .dokan-product-variation-itmes .actions i.fa.fa-sort-desc { + cursor: pointer; + padding-bottom: 4px; +} +.product-edit-new-container .dokan-attribute-variation-options .dokan-product-variation-wrapper .dokan-variations-container .dokan-product-variation-itmes h3.variation-topbar-heading { + margin: 0 !important; + font-size: inherit; + position: relative; + line-height: 35px; + padding: 8px 10px; + border-bottom: 1px solid #eee; + background-color: rgba(241, 241, 241, 0.61); +} +.product-edit-new-container .dokan-attribute-variation-options .dokan-product-variation-wrapper .dokan-variations-container .dokan-product-variation-itmes h3.variation-topbar-heading strong { + float: left; + margin-right: 10px; +} +.product-edit-new-container .dokan-attribute-variation-options .dokan-product-variation-wrapper .dokan-variations-container .dokan-product-variation-itmes h3.variation-topbar-heading select { + float: left; + margin-right: 10px; + width: 20%; +} +.product-edit-new-container .dokan-attribute-variation-options .dokan-product-variation-wrapper .dokan-variations-container .dokan-product-variation-itmes .dokan-variable-attributes { + margin-top: 15px; +} +.product-edit-new-container .dokan-attribute-variation-options .dokan-product-variation-wrapper .dokan-variations-container .dokan-product-variation-itmes .dokan-variable-attributes .thumbnail-checkbox-options { + margin-bottom: 15px; +} +.product-edit-new-container .dokan-attribute-variation-options .dokan-product-variation-wrapper .dokan-variations-container .dokan-product-variation-itmes .dokan-variable-attributes .thumbnail-checkbox-options .upload_image { + width: 130px; + height: 130px; + float: left; +} +.product-edit-new-container .dokan-attribute-variation-options .dokan-product-variation-wrapper .dokan-variations-container .dokan-product-variation-itmes .dokan-variable-attributes .thumbnail-checkbox-options .upload_image .upload_image_button { + display: block; + width: 100%; + height: 100%; + margin-right: 20px; + position: relative; + cursor: pointer; +} +.product-edit-new-container .dokan-attribute-variation-options .dokan-product-variation-wrapper .dokan-variations-container .dokan-product-variation-itmes .dokan-variable-attributes .thumbnail-checkbox-options .upload_image .upload_image_button img { + max-width: 130px; + max-height: 130px; +} +.product-edit-new-container .dokan-attribute-variation-options .dokan-product-variation-wrapper .dokan-variations-container .dokan-product-variation-itmes .dokan-variable-attributes .thumbnail-checkbox-options .upload_image .upload_image_button.dokan-img-remove img { + display: block; +} +.product-edit-new-container .dokan-attribute-variation-options .dokan-product-variation-wrapper .dokan-variations-container .dokan-product-variation-itmes .dokan-variable-attributes .thumbnail-checkbox-options .upload_image .upload_image_button.dokan-img-remove:before { + content: 'X'; + display: none; + position: absolute; + font-size: 50px; + top: 35%; + left: 40%; + color: #f35000; +} +.product-edit-new-container .dokan-attribute-variation-options .dokan-product-variation-wrapper .dokan-variations-container .dokan-product-variation-itmes .dokan-variable-attributes .thumbnail-checkbox-options .upload_image .upload_image_button.dokan-img-remove:hover:before { + display: block; +} +.product-edit-new-container .dokan-attribute-variation-options .dokan-product-variation-wrapper .dokan-variations-container .dokan-product-variation-itmes .dokan-variable-attributes .thumbnail-checkbox-options .options { + float: left; + margin-left: 20px; +} +.product-edit-new-container .dokan-attribute-variation-options .dokan-product-variation-wrapper .dokan-variations-container .dokan-product-variation-itmes .dokan-variable-attributes .thumbnail-checkbox-options .options label { + display: block; + margin-bottom: 10px; +} +.product-edit-new-container .dokan-attribute-variation-options .dokan-product-variation-wrapper .dokan-variations-container .dokan-product-variation-itmes .dokan-variable-attributes .thumbnail-checkbox-options .options label:last-child { + margin-bottom: 0px; +} +.product-edit-new-container .dokan-attribute-variation-options .dokan-product-variation-wrapper .dokan-variations-container .dokan-product-variation-itmes .dokan-variable-attributes .variable_pricing { + margin-bottom: 10px; +} +.product-edit-new-container .dokan-attribute-variation-options .dokan-product-variation-wrapper .dokan-variations-container .dokan-product-variation-itmes .dokan-variable-attributes .weight-dimension { + margin-bottom: 10px; +} +.product-edit-new-container .dokan-attribute-variation-options .dokan-product-variation-wrapper .dokan-variations-container .dokan-product-variation-itmes .dokan-variable-attributes .weight-dimension .dimensions_field .dokan-w3 { + margin-right: 6px; +} +.product-edit-new-container .dokan-attribute-variation-options .dokan-product-variation-wrapper .dokan-variations-container .dokan-product-variation-itmes .dokan-variable-attributes .weight-dimension .dimensions_field .dokan-w3:last-child { + margin-right: 0px; +} +.product-edit-new-container .dokan-attribute-variation-options .dokan-product-variation-wrapper .dokan-variation-default-toolbar { + text-align: right; +} +.product-edit-new-container .dokan-attribute-variation-options .dokan-product-variation-wrapper .dokan-variation-default-toolbar span.dokan-variation-default-label, +.product-edit-new-container .dokan-attribute-variation-options .dokan-product-variation-wrapper .dokan-variation-default-toolbar .dokan-variation-default-select { + margin-right: 5px; +} +.product-edit-new-container .dokan-attribute-variation-options .dokan-product-variation-wrapper .dokan-variation-default-toolbar .float-none { + display: inline-block; + float: none !important; +} +.product-edit-new-container .dokan-attribute-variation-options .dokan-product-variation-wrapper .dokan-variation-action-toolbar button.dokan-btn-default[disabled] { + background-color: #fafafa; + color: #b3b3b3; + border-color: #ccc; +} +.product-edit-new-container .dokan-attribute-variation-options .dokan-product-variation-wrapper .dokan-variation-action-toolbar .dokan-variations-pagenav .displaying-num, +.product-edit-new-container .dokan-attribute-variation-options .dokan-product-variation-wrapper .dokan-variation-action-toolbar .dokan-variations-pagenav .expand-close { + font-style: italic; + font-size: 13px; +} +.product-edit-new-container .dokan-attribute-variation-options .dokan-product-variation-wrapper .dokan-variation-action-toolbar .dokan-variations-pagenav span.pagination-links { + margin-left: 10px; +} +.product-edit-new-container .dokan-attribute-variation-options .dokan-product-variation-wrapper .dokan-variation-action-toolbar .dokan-variations-pagenav span.pagination-links a { + padding: 0px 8px; + background: #eee; + font-size: 14px; +} +.product-edit-new-container .dokan-product-type-container .content-half-part.virtual-checkbox { + padding-left: 10px; +} +@media (max-width: 430px) { + .product-edit-new-container .dokan-product-type-container .content-half-part.virtual-checkbox { + padding-left: 0; + } +} +.product-edit-container { + font-size: 13px; +} +.product-edit-container #editable-post-name-full { + display: none; +} +.product-edit-container #edit-slug-box { + margin-top: 10px; +} +.product-edit-container .dokan-product-title-alert, +.product-edit-container .dokan-product-cat-alert { + color: #f05025; + font-style: italic; + margin-top: 5px; +} +.product-edit-container .dokan-product-less-price-alert { + color: #f05025; + font-style: italic; + margin-top: 5px; +} +.product-edit-container .tab-pane { + padding: 15px 0; +} +.product-edit-container label { + font-weight: normal; + cursor: pointer; +} +.product-edit-container .dokan-feat-image-upload { + border: 4px dashed #dddddd; + height: 200px; + width: 200px; + margin-bottom: 20px; + overflow: hidden; + position: relative; +} +.product-edit-container .dokan-feat-image-upload i.fa-cloud-upload { + display: block; + font-size: 80px; + color: #dfdfdf; +} +.product-edit-container .dokan-feat-image-upload a.dokan-feat-image-btn { + color: #8f8f8f; + text-shadow: 0 1px 1px #fff; + background: #f0f0f0; + padding: 3px 10px; + font-size: 12px; +} +.product-edit-container .dokan-feat-image-upload a.dokan-feat-image-btn:hover { + color: #ececec; + text-shadow: 0 1px 1px #6f6f6f; + background: #b4b4b4; +} +.product-edit-container .dokan-feat-image-upload a.close { + background: #000000; + color: #ff0000; + font-size: 100px; + height: 200px; + opacity: 0.7; + padding: 25% 0; + position: absolute; + right: 0; + text-align: center; + text-shadow: none; + top: 0; + width: 200px; + display: none; +} +.product-edit-container .dokan-feat-image-upload img { + max-width: 100%; +} +.product-edit-container .dokan-feat-image-upload img:hover a.close { + display: block; +} +.product-edit-container .dokan-feat-image-upload .image-wrap:hover a.close { + display: block; +} +.product-edit-container .dokan-feat-image-upload .container-image-and-badge { + position: inherit; +} +@media (max-width: 430px) { + .product-edit-container .dokan-feat-image-upload a.close { + display: block !important; + height: 80px !important; + width: 80px !important; + top: 0; + right: 0; + padding: 0; + margin: 0; + font-size: 50px; + } +} +.product-edit-container .dokan-list-category-box { + border: 1px solid #ccc; + background: #fff; + padding: 0px 15px 15px; + max-height: 200px; + min-height: 45px; + overflow: scroll; +} +.product-edit-container .dokan-list-category-box ul.dokan-checkbox-cat { + padding: 0; + margin: 0; +} +.product-edit-container .dokan-list-category-box ul.dokan-checkbox-cat li { + line-height: 20px; +} +.product-edit-container .instruction-inside { + text-align: center; + padding-top: 40px; + color: #aaa; +} +.product-edit-container .wp-editor-wrap { + border: 1px solid #e7e7e7; +} +.product-edit-container aside { + border: 1px solid #eee; + margin-bottom: 15px; + border-radius: 3px; +} +.product-edit-container .dokan-edit-sidebar { + margin-top: 35px; +} +.product-edit-container .dokan-edit-sidebar .dokan-side-head { + background: #f5f5f5; + padding: 10px; +} +.product-edit-container .dokan-edit-sidebar .dokan-side-body { + padding: 10px; +} +.product-edit-container .dokan-edit-sidebar .dokan-side-body .dokan-form-control { + width: 90%; +} +.product-edit-container .dokan-edit-sidebar .downloadable_files td { + border-top: none; + border-bottom: 1px solid #EDEDED; +} +.product-edit-container .dokan-edit-sidebar .downloadable_files td label { + font-weight: normal; +} +.product-edit-container .dokan-edit-sidebar .downloadable_files td input { + width: 90%; +} +.product-edit-container .dokan-edit-sidebar .downloadable_files ul { + margin: 0px; + padding: 0px; +} +.product-edit-container .dokan-edit-sidebar .downloadable_files ul li { + margin-bottom: 15px; +} +.product-edit-container ul.label-on-left label { + min-width: 200px; + display: inline-block; +} +.product-edit-container ul.label-on-left li { + clear: both; +} +.product-edit-container #product-attributes h4 { + margin-bottom: 15px; +} +.product-edit-container #product-attributes .select-attribute.form-control { + display: inline; + width: auto; +} +.product-edit-container #variants-holder .inputs-box { + background: #f5f5f5; + margin-bottom: 20px; +} +.product-edit-container #variants-holder .inputs-box .box-header { + background: #e5e5e5; + padding: 5px 10px; + font-size: 13px; + margin-bottom: 10px; +} +.product-edit-container #variants-holder .inputs-box .option-couplet { + margin-left: 15px; +} +.product-edit-container #variants-holder .inputs-box .option-couplet li:before { + content: '-'; +} +.product-edit-container #variants-holder .inputs-box .option-couplet li { + margin-bottom: 8px; +} +.product-edit-container #variants-holder .inputs-box .box-inside { + padding: 10px; +} +.product-edit-container #variants-holder .inputs-box .box-inside .attribute-config { + width: 35%; + float: left; +} +.product-edit-container #variants-holder .inputs-box .box-inside .attribute-options { + float: left; + width: 60%; +} +.product-edit-container #variants-holder .actions a { + color: #666; + padding: 0 4px 2px; + font-weight: bold; + border: 1px solid #ddd; + text-decoration: none; + background: #fff; +} +.product-edit-container #variants-holder .actions a:hover { + background: #666; + color: #fff; +} +.product-edit-container #product-variations .wc-metabox { + border-radius: 3px; + background: #f5f5f5; + margin-bottom: 10px; + font-size: 13px; + padding-bottom: 3px; +} +.product-edit-container #product-variations .wc-metabox h3 { + background: #e5e5e5; + padding: 10px; + font-size: 14px; +} +.product-edit-container #product-variations .wc-metabox h3 button { + float: right; + font-size: 12px; + margin-top: -5px; +} +.product-edit-container #product-variations .wc-metabox table { + margin: 10px; +} +.product-edit-container #product-variations .wc-metabox table td { + vertical-align: top; + width: 50%; +} +.product-edit-container #product-variations .wc-metabox table td.upload_image img { + width: 100px; + max-width: 100px; + max-height: 100px; +} +.product-edit-container #product-variations .wc-metabox table td.options label { + display: block; +} +.product-edit-container #product-variations .wc-metabox table td.sku, +.product-edit-container #product-variations .wc-metabox table td.upload_image, +.product-edit-container #product-variations .wc-metabox table td.options { + width: 15%; +} +.product-edit-container #product-variations .wc-metabox td.data { + padding: 0 0 0 10px; + background: #fff; + margin-left: 20px; +} +.product-edit-container #product-variations .wc-metabox table.data_table { + margin: 0; + width: 100%; +} +.product-edit-container #product-variations .wc-metabox table.data_table td { + padding: 0 6px 6px 0; + width: 50%; +} +.product-edit-container #product-variations .wc-metabox table.data_table td input { + width: 100%; + padding: 5px 10px; +} +.product-edit-container #product-variations .wc-metabox table.data_table td input.upload_file_button { + width: auto; + margin-top: 5px; +} +.product-edit-container #product-variations .wc-metabox table.data_table td.dimensions_field input { + width: 25%; + padding: 3px; +} +.product-edit-container #product-variations .wc-metabox table.data_table label { + display: block; +} +.product-edit-container #product-variations .wc-metabox label, +.product-edit-container #product-variations .wc-metabox select, +.product-edit-container #product-variations .wc-metabox input { + font-size: 12px; +} +.product-edit-container #product-variations .wc-metabox input[type='text'], +.product-edit-container #product-variations .wc-metabox input[type='number'], +.product-edit-container #product-variations .wc-metabox select { + border: 1px solid #EDEDED; +} +.product-edit-container #product-variations .wc-metabox select { + width: auto; + display: inline-block; +} +.product-edit-container #product-variations p.toolbar { + padding-top: 10px; +} +.product-edit-container #product-variations p.toolbar select { + border: 1px solid #EDEDED; +} +.product-edit-container #dokan-product-images ul.product_images { + margin: 0 0 10px 0; + padding: 0; +} +.product-edit-container #dokan-product-images ul.product_images li.image, +.product-edit-container #dokan-product-images ul.product_images li.dokan-sortable-placeholder, +.product-edit-container #dokan-product-images ul.product_images li.add-image { + width: 64px; + height: 64px; + overflow: hidden; + float: left; + box-sizing: border-box; + position: relative; + margin: 9px 4px 0 0; + border: 1px solid #eee; + border-radius: 2px; + padding: 2px; + cursor: move; +} +.product-edit-container #dokan-product-images ul.product_images li.image.add-image, +.product-edit-container #dokan-product-images ul.product_images li.dokan-sortable-placeholder.add-image, +.product-edit-container #dokan-product-images ul.product_images li.add-image.add-image { + cursor: pointer; + text-align: center; + line-height: 50px; + border: 2px dashed #ddd; +} +.product-edit-container #dokan-product-images ul.product_images li.image.add-image a, +.product-edit-container #dokan-product-images ul.product_images li.dokan-sortable-placeholder.add-image a, +.product-edit-container #dokan-product-images ul.product_images li.add-image.add-image a { + width: 100%; + height: 100%; + color: #afafaf; + font-size: 18px; +} +.product-edit-container #dokan-product-images ul.product_images li.image img, +.product-edit-container #dokan-product-images ul.product_images li.dokan-sortable-placeholder img, +.product-edit-container #dokan-product-images ul.product_images li.add-image img { + padding: 0; + margin: 0; + max-width: 100%; +} +.product-edit-container #dokan-product-images ul.product_images li.image a.action-delete, +.product-edit-container #dokan-product-images ul.product_images li.dokan-sortable-placeholder a.action-delete, +.product-edit-container #dokan-product-images ul.product_images li.add-image a.action-delete { + position: absolute; + top: 0; + right: 0; + color: red; + background: rgba(0, 0, 0, 0.6); + margin: 0; + padding: 0 3px; + font-size: 35px; + width: 100%; + text-align: center; + height: 100%; + font-weight: bold; + display: none; +} +.product-edit-container #dokan-product-images ul.product_images li.image:hover a.action-delete, +.product-edit-container #dokan-product-images ul.product_images li.dokan-sortable-placeholder:hover a.action-delete, +.product-edit-container #dokan-product-images ul.product_images li.add-image:hover a.action-delete { + display: inline-block; +} +.product-edit-container #dokan-product-images ul.product_images li.dokan-sortable-placeholder { + border: 1px dashed #ccc; +} +.product-edit-container .product-dimension .form-control { + display: inline-block; + width: 25%; + margin-right: 5px; +} +.toggle-sidebar-container { + padding: 8px 0; + border-bottom: 1px solid #dfdfdf; + margin-bottom: 15px; +} +.toggle-sidebar-container .dokan-toggle-sidebar { + display: block; + margin-bottom: 5px; +} +.dokan-product-edit header.dokan-dashboard-header h1.entry-title span.dokan-product-status-label { + font-size: 11px; + margin-left: 15px; + vertical-align: middle; +} +.dokan-product-edit header.dokan-dashboard-header h1.entry-title span.dokan-product-hidden-label { + font-size: 13px; + margin-right: 30px; + margin-top: 9px; +} +.dokan-product-edit header.dokan-dashboard-header h1.entry-title a.view-product { + background-color: #fafafa; + border-color: #ebebeb; +} +.dokan-product-edit-area .dokan-product-edit-left { + width: 67%; + float: left; + margin-right: 4%; +} +.dokan-product-edit-area .dokan-product-edit-right { + width: 27%; + float: left; +} +.dokan-product-edit-area .discount-price label { + font-weight: normal; + cursor: pointer; +} +.white-popup { + position: relative; + background: #fff; + padding: 0px; + width: auto; + max-width: 690px; + margin: 20px auto; +} +.dokan-dashboard-not-product-found { + text-align: center; + margin-top: 50px; +} +.dokan-dashboard-not-product-found .no-product-found-icon { + margin: 20px auto; + max-width: 100%; +} +.dokan-dashboard-not-product-found .dokan-blank-product-message { + font-size: 20px; + margin-bottom: 20px; +} +.dokan-add-new-product-popup h2 { + padding: 0px 20px 16px; + border-bottom: 1px solid #eee; + margin-bottom: 0px; + font-size: 22px; + color: #5d5d5d; + margin-top: 15px; + position: absolute; + overflow: hidden; + width: 690px; + z-index: 999999; + background: #fff; + margin-top: 0px; + padding-top: 16px; + -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.05); + -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.05); + box-shadow: 0 1px 4px rgba(0, 0, 0, 0.05); +} +.dokan-add-new-product-popup .mfp-close { + top: 10px; + right: 5px; + z-index: 999999; +} +.dokan-add-new-product-popup .product-form-container { + margin-top: 30px; + padding: 20px; + height: 550px; +} +.dokan-add-new-product-popup .product-form-container .dokan-feat-image-upload { + border: 3px dashed #dddddd; + height: 65%; + width: 98%; + margin-bottom: 10px; + margin-right: 15px; + overflow: hidden; + position: relative; +} +.dokan-add-new-product-popup .product-form-container .dokan-feat-image-upload i.fa-cloud-upload { + display: block; + font-size: 80px; + color: #dfdfdf; +} +.dokan-add-new-product-popup .product-form-container .dokan-feat-image-upload .instruction-inside { + text-align: center; + padding-top: 20%; + padding-bottom: 30%; + color: #aaa; +} +.dokan-add-new-product-popup .product-form-container .dokan-feat-image-upload a.dokan-feat-image-btn { + color: #8f8f8f; + text-shadow: 0 1px 1px #fff; + background: #f0f0f0; + padding: 3px 10px; + font-size: 12px; +} +.dokan-add-new-product-popup .product-form-container .dokan-feat-image-upload a.dokan-feat-image-btn:hover { + color: #ececec; + text-shadow: 0 1px 1px #6f6f6f; + background: #b4b4b4; +} +.dokan-add-new-product-popup .product-form-container .dokan-feat-image-upload a.close { + background: #000000; + color: #ff0000; + font-size: 100px; + height: 100%; + opacity: 0.7; + padding: 25% 0; + position: absolute; + right: 0; + text-align: center; + text-shadow: none; + top: 0; + width: 100%; + display: none; + cursor: pointer; +} +.dokan-add-new-product-popup .product-form-container .dokan-feat-image-upload img { + max-width: 100%; + width: 292px; + height: 212px; + object-fit: cover; +} +.dokan-add-new-product-popup .product-form-container .dokan-feat-image-upload img:hover a.close { + display: block; +} +.dokan-add-new-product-popup .product-form-container .dokan-feat-image-upload .image-wrap:hover a.close { + display: block; +} +.dokan-add-new-product-popup .dokan-feat-image-content { + width: 35%; + margin-right: 15px; +} +.dokan-add-new-product-popup .dokan-feat-image-content ul > li { + list-style: none; +} +.dokan-add-new-product-popup .dokan-feat-image-content ul > li > a { + display: block; + width: 100%; + height: 100%; +} +.dokan-add-new-product-popup #dokan-product-images ul.product_images { + margin: 0 0 10px 0; + padding: 0; +} +.dokan-add-new-product-popup #dokan-product-images ul.product_images li.image, +.dokan-add-new-product-popup #dokan-product-images ul.product_images li.dokan-sortable-placeholder, +.dokan-add-new-product-popup #dokan-product-images ul.product_images li.add-image { + width: 50px; + height: 50px; + overflow: hidden; + float: left; + box-sizing: border-box; + position: relative; + margin: 9px 4px 0 0; + border: 1px solid #eee; + border-radius: 2px; + padding: 2px; + cursor: move; +} +.dokan-add-new-product-popup #dokan-product-images ul.product_images li.image.add-image, +.dokan-add-new-product-popup #dokan-product-images ul.product_images li.dokan-sortable-placeholder.add-image, +.dokan-add-new-product-popup #dokan-product-images ul.product_images li.add-image.add-image { + cursor: pointer; + text-align: center; + line-height: 40px; + border: 2px dashed #ddd; +} +.dokan-add-new-product-popup #dokan-product-images ul.product_images li.image.add-image a, +.dokan-add-new-product-popup #dokan-product-images ul.product_images li.dokan-sortable-placeholder.add-image a, +.dokan-add-new-product-popup #dokan-product-images ul.product_images li.add-image.add-image a { + width: 100%; + height: 100%; + color: #afafaf; + font-size: 18px; +} +.dokan-add-new-product-popup #dokan-product-images ul.product_images li.image img, +.dokan-add-new-product-popup #dokan-product-images ul.product_images li.dokan-sortable-placeholder img, +.dokan-add-new-product-popup #dokan-product-images ul.product_images li.add-image img { + padding: 0; + margin: 0; + max-width: 100%; +} +.dokan-add-new-product-popup #dokan-product-images ul.product_images li.image a.action-delete, +.dokan-add-new-product-popup #dokan-product-images ul.product_images li.dokan-sortable-placeholder a.action-delete, +.dokan-add-new-product-popup #dokan-product-images ul.product_images li.add-image a.action-delete { + position: absolute; + top: 0; + right: 0; + color: red; + background: rgba(0, 0, 0, 0.6); + margin: 0; + padding: 0 3px; + font-size: 50px; + width: 100%; + text-align: center; + height: 100%; + padding-top: 25%; + font-weight: bold; + display: none; +} +.dokan-add-new-product-popup #dokan-product-images ul.product_images li.image:hover a.action-delete, +.dokan-add-new-product-popup #dokan-product-images ul.product_images li.dokan-sortable-placeholder:hover a.action-delete, +.dokan-add-new-product-popup #dokan-product-images ul.product_images li.add-image:hover a.action-delete { + display: inline-block; +} +.dokan-add-new-product-popup #dokan-product-images ul.product_images li.dokan-sortable-placeholder { + border: 1px dashed #ccc; +} +.dokan-add-new-product-popup .dokan-product-field-content { + width: 62.5%; +} +.dokan-add-new-product-popup .dokan-product-field-content label { + font-weight: normal; +} +.dokan-add-new-product-popup .dokan-product-field-content input[type='checkbox'] { + margin-right: 4px; +} +.dokan-add-new-product-popup .product-full-container { + margin-top: 10px; +} +.dokan-add-new-product-popup .product-container-footer { + padding: 20px 20px; + border-top: 1px solid #eee; + text-align: right; +} +.dokan-add-new-product-popup .product-container-footer .dokan-add-new-product-spinner { + position: static; + margin-right: 8px; + vertical-align: middle; +} +.dokan-add-new-product-popup .product-container-footer .dokan-show-add-product-error { + color: #d9534f; + margin-right: 8px; + vertical-align: middle; + float: left; + display: block; +} +.dokan-add-new-product-popup .product-container-footer .dokan-show-add-product-success { + color: #5cb85c; + margin-right: 8px; + vertical-align: middle; + float: left; + display: block; +} +.select2-container--open .select2-dropdown--below { + margin-top: 32px; +} +.select2-container--open .select2-dropdown--above { + margin-top: 32px; +} +.dokan-vendor-info-wrap { + border: 1px solid #E7E7E7; + padding: 15px; + display: flex; + align-items: center; + margin-top: 10px; +} +.dokan-vendor-info-wrap h5, +.dokan-vendor-info-wrap p { + margin: 0; +} +.dokan-vendor-info-wrap a { + text-decoration: none!important; + background: transparent!important; + box-shadow: unset!important; + padding: 0!important; +} +.dokan-vendor-info-wrap .dokan-vendor-image { + width: 50px; + height: 50px; + margin-right: 13px; +} +.dokan-vendor-info-wrap .dokan-vendor-image img { + border-radius: 50%; +} +.dokan-vendor-info-wrap .dokan-vendor-info .dokan-vendor-name { + display: flex; + align-items: center; +} +.dokan-vendor-info-wrap .dokan-vendor-info .dokan-vendor-name h5 { + font-size: 16px; + font-weight: 500; + color: #000; + margin-right: 10px; +} +.dokan-vendor-info-wrap .dokan-vendor-info .dokan-vendor-rating { + display: flex; + align-items: center; +} +.dokan-vendor-info-wrap .dokan-vendor-info .dokan-vendor-rating p { + color: #C1C1C1; + font-size: 14px; + font-weight: 500; + margin-right: 6px; +} +.dokan-vendor-info-wrap .dokan-vendor-info .dokan-vendor-rating .dashicons-star-empty { + color: #e0e0e0; + font-size: 16px; +} +.dokan-vendor-info-wrap .dokan-vendor-info .dokan-vendor-rating .dashicons-star-filled, +.dokan-vendor-info-wrap .dokan-vendor-info .dokan-vendor-rating .dashicons-star-half { + color: #ffc239; + font-size: 16px; +} +.dokan-vendor-info-wrap .dokan-vendor-info .dokan-ratings-count { + color: #C1C1C1; + font-size: 11px; + font-weight: normal; +} +.dokan-settings-content .dokan-settings-area { + position: relative; +} +.dokan-settings-content .dokan-settings-area .dokan-store-settign-header-wrap { + width: 70%; + float: left; +} +.dokan-settings-content .dokan-settings-area .dokan-update-setting-top { + width: 30%; + float: right; +} +.dokan-settings-content .dokan-settings-area .dokan-dashboard-header { + margin: 0 0 10px 0; + border-bottom: 1px solid #EDEDED; + padding: 0 0 10px 0; +} +.dokan-settings-content .dokan-settings-area .dokan-dashboard-header h1 { + margin: 0 0 0px 0; + border-bottom: none; +} +.dokan-settings-content .dokan-settings-area .dokan-dashboard-header:after { + content: ""; + display: table; + clear: both; +} +.dokan-settings-content .dokan-settings-area h1 { + margin: 0px; + padding: 0px; +} +.dokan-settings-content .dokan-settings-area .dokan-banner { + border: 4px dashed #d8d8d8; + margin: 0 auto 35px; + max-width: 850px; + text-align: center; + overflow: hidden; + position: relative; + min-height: 300px; +} +.dokan-settings-content .dokan-settings-area .dokan-banner img { + max-width: 100%; +} +.dokan-settings-content .dokan-settings-area .dokan-banner .dokan-remove-banner-image { + position: absolute; + width: 100%; + height: 300px; + background: #000; + top: 0; + left: 0; + opacity: 0.7; + font-size: 100px; + color: red; + padding-top: 70px; + display: none; +} +.dokan-settings-content .dokan-settings-area .dokan-banner:hover { + cursor: pointer; +} +.dokan-settings-content .dokan-settings-area .dokan-banner:hover .dokan-remove-banner-image { + display: block; +} +.dokan-settings-content .dokan-settings-area .dokan-gravatar { + position: relative; +} +.dokan-settings-content .dokan-settings-area .dokan-gravatar .dokan-remove-gravatar-image { + position: absolute; + width: 80px; + height: 80px; + background: #000; + top: 0; + left: 0; + opacity: 0.7; + font-size: 70px; + text-align: center; + color: #f00; + padding-top: 5px; + display: none; + border-radius: 50%; +} +.dokan-settings-content .dokan-settings-area .dokan-gravatar .gravatar-wrap .dokan-gravatar-img { + border-radius: 50%; + height: 80px !important; + width: 80px; +} +.dokan-settings-content .dokan-settings-area .dokan-gravatar:hover .dokan-remove-gravatar-image { + display: block; +} +.dokan-settings-content .dokan-settings-area .button-area { + margin-top: 35px; +} +.dokan-settings-content .dokan-settings-area .button-area i.fa-cloud-upload { + display: block; + font-size: 80px; + color: #dfdfdf; +} +.dokan-settings-content .dokan-settings-area .button-area .help-block { + font-size: 12px; + color: #b1b1b1; +} +.dokan-settings-content .dokan-settings-area ul.dokan-categories { + list-style: none; + padding: 0; + margin: 0; +} +.dokan-settings-content .dokan-settings-area ul.dokan-categories label { + font-weight: normal; +} +.dokan-settings-content .dokan-settings-area .dokan-address-fields label { + font-weight: normal; + font-size: 12px; +} +.dokan-settings-content .dokan-settings-area .dokan-form-group .checkbox { + margin-top: 0px; +} +.store-open-close .dokan-form-group { + text-align: left; + display: flex; +} +.store-open-close label.day { + width: 200px; +} +.store-open-close label.time { + padding-left: 5px; +} +.store-open-close select.dokan-form-control { + width: auto; +} +@media only screen and (max-width: 415px) { + .store-open-close label:first-child { + width: 100%; + text-align: left; + } + .store-open-close .time input { + width: 75px; + } + .store-open-close .dokan-form-group:first-child { + margin-top: 50px; + } + .store-open-close label.day.control-label { + padding-right: 85px; + } +} +.dokan-store.dokan-theme-twentytwelve .site-content { + float: none; + width: 100%; +} +.dokan-store-wrap { + display: flex; + margin: 20px 0; + flex-direction: column; +} +.dokan-store-wrap.layout-left { + flex-direction: column-reverse; +} +@media (min-width: 1000px) { + .dokan-store-wrap.layout-left, + .dokan-store-wrap.layout-right { + flex-direction: row; + } + .dokan-store-wrap .dokan-store-sidebar { + flex: 0 1 26%; + } + .dokan-store-wrap .dokan-single-store { + flex: 0 1 100%; + } + .dokan-store-wrap.layout-left .dokan-store-sidebar { + margin-right: 4%; + } + .dokan-store-wrap.layout-right .dokan-store-sidebar { + margin-left: 4%; + } +} +.dokan-store-products-filter-area { + margin-bottom: 30px; +} +.dokan-store-products-filter-area .product-name-search { + height: 40px; + border: solid 1px #eee; + background-color: #fff; + float: left; + width: 250px; +} +.dokan-store-products-filter-area .product-name-search:focus { + outline: 0px; +} +.dokan-store-products-filter-area .orderby-search { + height: 40px; + border: solid 1px #eee; + background-color: #fff; + float: right; +} +.dokan-store-products-filter-area .search-store-products { + height: 40px; + border: solid 1px #ccc; + background-color: #eee; + float: left; + line-height: 40px; + padding: 0px 25px; +} +.dokan-store-products-filter-area .dokan-store-products-ordeby { + width: 100%; + margin-right: 0px; + position: relative; +} +.dokan-store-products-filter-area .dokan-store-products-search-has-results { + border: 1px solid #e0e0e0; +} +.dokan-store-products-filter-area #dokan-store-products-search-result { + display: none; + position: absolute; + width: 100%; + background: #ffffff; + z-index: 15; + transform: translateY(-1px); + max-width: 349px; + max-height: 400px; + overflow-y: auto; + overflow-x: hidden; + top: 42px; +} +.dokan-store-products-filter-area #dokan-store-products-search-result ul { + list-style: none; + margin: 0 !important; + padding: 15px; +} +.dokan-store-products-filter-area #dokan-store-products-search-result li { + display: block; + padding: 8px 0; + position: relative; + border-bottom: 1px dashed #e0e0e0; + margin-left: 0px; +} +.dokan-store-products-filter-area #dokan-store-products-search-result li:last-child { + border-bottom: none; +} +.dokan-store-products-filter-area #dokan-store-products-search-result a { + display: table; + width: 100%; +} +.dokan-store-products-filter-area #dokan-store-products-search-result a > * { + display: table-cell; + vertical-align: top; +} +.dokan-store-products-filter-area #dokan-store-products-search-result .dokan-ls-product-image { + width: 40px; + max-width: 40px; +} +.dokan-store-products-filter-area #dokan-store-products-search-result .dokan-ls-product-data { + padding-left: 20px; +} +.dokan-store-products-filter-area #dokan-store-products-search-result .dokan-ls-product-data div:not(.dokan-ls-product-categories) { + display: inline-block; + vertical-align: middle; +} +.dokan-store-products-filter-area #dokan-store-products-search-result .dokan-ls-product-data .dokan-ls-product-price { + position: absolute; + top: 12px; + right: 0; +} +.dokan-store-products-filter-area #dokan-store-products-search-result .dokan-ls-product-data .dokan-ls-product-stock { + padding: 4px 8px; + background: #eeeeee; + border-radius: 4px; + position: absolute; + bottom: 10px; + right: 0; +} +.dokan-store-products-filter-area #dokan-store-products-search-result h3 { + display: block; + margin: 0px; + font-size: 15px; +} +.dokan-store-products-filter-area #dokan-store-products-search-result .dokan-ls-product-categories span { + display: inline-block; + margin-right: 4px; + font-size: 13px; +} +.dokan-store-products-filter-area #dokan-store-products-search-result .dokan-ls-product-categories span:after { + content: ","; +} +.dokan-store-products-filter-area #dokan-store-products-search-result .dokan-ls-product-categories span:last-child:after { + content: ""; +} +.dokan-store-products-filter-area #dokan-store-products-search-result .dokan-ls-product-categories span:last-child { + margin-right: 0; +} +.dokan-store-products-filter-area #dokan-store-products-search-result .product-price { + font-size: 14px; + font-weight: bold; + bottom: 10px; + text-align: right; +} +.dokan-store-products-filter-area #dokan-store-products-search-result .dokan-ls-sale-price { + color: #8f949b; + text-decoration: line-through; + margin-left: 8px; +} +.dokan-store-products-filter-area .dokan-ajax-search-loader { + background-image: url(../images/spinner-2x.gif); + background-position: right center; + background-repeat: no-repeat; + background-size: 25px 25px; + z-index: 999; +} +.dokan-single-store { + margin: 0; +} +.dokan-single-store .profile-frame { + padding: 0px; + position: relative; + background-size: cover; + background-color: #eee; +} +.dokan-single-store .profile-frame .profile-info-box { + position: relative; +} +.dokan-single-store .profile-frame .profile-info-box a { + color: inherit; +} +.dokan-single-store .profile-frame .profile-info-box:hover { + color: #fff; +} +.dokan-single-store .profile-frame .profile-info-box .profile-info-img { + width: 100%; + height: auto; +} +.dokan-single-store .profile-frame .profile-info-box .profile-info-img.dummy-image { + background-image: url(../images/default-store-banner.png); + background-size: 100% 100%; + background-repeat: no-repeat; +} +.dokan-single-store .profile-frame .profile-info-box.profile-layout-default .profile-info-img { + height: 100% !important; + object-fit: cover; +} +.dokan-single-store .profile-frame .profile-info-box.profile-layout-default .profile-info-img.dummy-image { + position: absolute; + left: 0; + top: 0; + background-size: cover; +} +.dokan-single-store .profile-frame .profile-info-box .profile-info-summery-wrapper { + position: absolute; + top: 0; + left: 0; + color: #fff; + width: 100%; + height: 100%; +} +.dokan-single-store .profile-frame .profile-info-box .profile-info-summery-wrapper .profile-info-summery { + width: 320px; + height: 100%; + padding-top: 25px; +} +.dokan-single-store .profile-frame .profile-info-box .profile-info-summery-wrapper .profile-info-summery .profile-info-head .profile-img { + text-align: center; + margin-bottom: 12px; +} +.dokan-single-store .profile-frame .profile-info-box .profile-info-summery-wrapper .profile-info-summery .profile-info-head .profile-img.profile-img-circle img { + border-radius: 50%; + background: #fff; + width: 80px; + height: 80px; + margin-left: auto; + margin-right: auto; +} +.dokan-single-store .profile-frame .profile-info-box .profile-info-summery-wrapper .profile-info-summery .profile-info-head .profile-img.profile-img-square img { + background-color: #fff; + border: 1px solid #EDEDED; + border-radius: 0; + padding: 4px; +} +.dokan-single-store .profile-frame .profile-info-box .profile-info-summery-wrapper .profile-info-summery .profile-info-head .store-name { + font-weight: bold; + padding: 0; + font-size: 20px; + margin: 0 0 18px; + color: #fff; + display: flex; + align-items: center; + justify-content: center; +} +.dokan-single-store .profile-frame .profile-info-box .profile-info-summery-wrapper .profile-info-summery .profile-info-head .store-name svg { + margin-left: 5px; +} +.dokan-single-store .profile-frame .profile-info-box .profile-info-summery-wrapper .profile-info-summery .profile-info { + padding: 0 30px; +} +.dokan-single-store .profile-frame .profile-info-box .profile-info-summery-wrapper .profile-info-summery .profile-info .dokan-store-info { + cursor: pointer; + position: relative; + list-style: none; +} +.dokan-single-store .profile-frame .profile-info-box .profile-info-summery-wrapper .profile-info-summery .profile-info .dokan-store-info .dokan-store-phone a, +.dokan-single-store .profile-frame .profile-info-box .profile-info-summery-wrapper .profile-info-summery .profile-info .dokan-store-info .dokan-store-email a { + text-decoration: none; + color: inherit; +} +.dokan-single-store .profile-frame .profile-info-box .profile-info-summery-wrapper .profile-info-summery .profile-info .dokan-store-info span.fa-angle-down { + margin-left: 10px; +} +.dokan-single-store .profile-frame .profile-info-box .profile-info-summery-wrapper .profile-info-summery .profile-info .dokan-store-info .dokan-store-open-close .store-open-close-notice { + display: flex; + align-items: center; + position: relative; + z-index: 1; +} +.dokan-single-store .profile-frame .profile-info-box .profile-info-summery-wrapper .profile-info-summery .profile-info .dokan-store-info .dokan-store-open-close .store-open-close-notice .store-notice { + min-width: 96px; +} +.dokan-single-store .profile-frame .profile-info-box .profile-info-summery-wrapper .profile-info-summery .profile-info .dokan-store-info .dokan-store-open-close .store-open-close-notice #vendor-store-times { + top: 110%; + left: -20%; + color: #3E474F; + width: 310px; + z-index: 1; + display: none; + padding: 1.5em 2em; + overflow: auto; + position: absolute; + max-height: 435px; + background: #fff; + box-shadow: 0 10px 15px -3px #00000040, 0 4px 6px -4px #00000010; + border-radius: 6px; +} +.dokan-single-store .profile-frame .profile-info-box .profile-info-summery-wrapper .profile-info-summery .profile-info .dokan-store-info .dokan-store-open-close .store-open-close-notice #vendor-store-times .store-times-heading { + margin: 10px 0 25px; + display: flex; + align-items: center; + justify-content: center; +} +.dokan-single-store .profile-frame .profile-info-box .profile-info-summery-wrapper .profile-info-summery .profile-info .dokan-store-info .dokan-store-open-close .store-open-close-notice #vendor-store-times .store-times-heading i.fa-calendar-day { + color: #2471A9; + width: 30px; + margin: 0 10px 0 -10px; + height: 30px; + border: 1px solid #CBD9DC; + display: flex; + align-items: center; + border-radius: 50%; + justify-content: center; +} +.dokan-single-store .profile-frame .profile-info-box .profile-info-summery-wrapper .profile-info-summery .profile-info .dokan-store-info .dokan-store-open-close .store-open-close-notice #vendor-store-times .store-times-heading h4 { + font-size: 20px; + font-weight: 700; + margin-bottom: 0; +} +.dokan-single-store .profile-frame .profile-info-box .profile-info-summery-wrapper .profile-info-summery .profile-info .dokan-store-info .dokan-store-open-close .store-open-close-notice #vendor-store-times span { + margin-left: 10px; +} +.dokan-single-store .profile-frame .profile-info-box .profile-info-summery-wrapper .profile-info-summery .profile-info .dokan-store-info .dokan-store-open-close .store-open-close-notice #vendor-store-times .store-time-tags { + display: flex; + font-size: 15px; + margin-bottom: 12px; +} +.dokan-single-store .profile-frame .profile-info-box .profile-info-summery-wrapper .profile-info-summery .profile-info .dokan-store-info .dokan-store-open-close .store-open-close-notice #vendor-store-times .store-time-tags .store-days { + flex: 2.3; +} +.dokan-single-store .profile-frame .profile-info-box .profile-info-summery-wrapper .profile-info-summery .profile-info .dokan-store-info .dokan-store-open-close .store-open-close-notice #vendor-store-times .store-time-tags .current_day, +.dokan-single-store .profile-frame .profile-info-box .profile-info-summery-wrapper .profile-info-summery .profile-info .dokan-store-info .dokan-store-open-close .store-open-close-notice #vendor-store-times .store-time-tags .current_time { + font-weight: 700; +} +.dokan-single-store .profile-frame .profile-info-box .profile-info-summery-wrapper .profile-info-summery .profile-info .dokan-store-info .dokan-store-open-close .store-open-close-notice #vendor-store-times .store-time-tags .store-times { + flex: 4; +} +.dokan-single-store .profile-frame .profile-info-box .profile-info-summery-wrapper .profile-info-summery .profile-info .dokan-store-info .dokan-store-open-close .store-open-close-notice #vendor-store-times .store-time-tags .store-times .store-open, +.dokan-single-store .profile-frame .profile-info-box .profile-info-summery-wrapper .profile-info-summery .profile-info .dokan-store-info .dokan-store-open-close .store-open-close-notice #vendor-store-times .store-time-tags .store-times .store-close { + cursor: pointer; + display: inline-block; + padding: 2px 3px 3.5px; + transition: 0.5s ease; + list-style: none; + margin-bottom: 5.5px; + border-radius: 0.375rem; + text-decoration: none; +} +.dokan-single-store .profile-frame .profile-info-box .profile-info-summery-wrapper .profile-info-summery .profile-info .dokan-store-info .dokan-store-open-close .store-open-close-notice #vendor-store-times .store-time-tags .store-times .store-close { + color: #D07272; + padding: 1px 12px; + border-radius: 16px; + background-color: #F8E8E7; + max-width: 75px; + text-align: center; +} +.dokan-single-store .profile-frame .profile-info-box .profile-info-summery-wrapper .profile-info-summery .profile-info .dokan-store-info .dokan-store-open-close .store-open-close-notice #vendor-store-times .store-time-tags:last-child { + margin-bottom: 0; +} +.dokan-single-store .profile-frame .profile-info-box .profile-info-summery-wrapper .profile-info-summery .profile-info .dokan-store-info .dokan-store-open-close .store-open-close-notice #vendor-store-times::-webkit-scrollbar { + width: 10px; +} +.dokan-single-store .profile-frame .profile-info-box .profile-info-summery-wrapper .profile-info-summery .profile-info .dokan-store-info .dokan-store-open-close .store-open-close-notice #vendor-store-times::-webkit-scrollbar-thumb { + background: #8d9399; + border-radius: 5px; +} +.dokan-single-store .profile-frame .profile-info-box .profile-info-summery-wrapper .profile-info-summery .profile-info .dokan-store-info .dokan-store-open-close .store-open-close-notice #vendor-store-times::-webkit-scrollbar-thumb:hover { + background: #555; +} +.dokan-single-store .profile-frame .profile-info-box .profile-info-summery-wrapper .profile-info-summery .profile-info .dokan-store-info .dokan-store-open-close .store-open-close-notice #vendor-store-times:hover { + display: block; +} +.dokan-single-store .profile-frame .profile-info-box .profile-info-summery-wrapper .profile-info-summery .profile-info .dokan-store-info .dokan-store-open-close .store-open-close-notice:hover #vendor-store-times { + display: block; +} +.dokan-single-store .profile-frame .profile-info-box .profile-info-summery-wrapper .profile-info-summery .profile-info .dokan-store-info .dokan-store-open-close .store-open-close-notice:hover span.fa-angle-down:after { + content: ""; + top: 75%; + right: 44%; + width: 25px; + height: 40px; + z-index: 1; + position: absolute; + transform: rotate(45deg); + border-radius: 5px; + background-color: #fff; +} +.dokan-single-store .profile-frame .profile-info-box .profile-info-summery-wrapper .profile-info-summery .profile-info li { + padding-bottom: 8px; +} +.dokan-single-store .profile-frame .profile-info-box .profile-info-summery-wrapper .profile-info-summery .profile-info i { + font-weight: bold; + float: left; + margin-left: -25px; + margin-top: 4px; +} +.dokan-single-store .profile-frame .profile-info-box .profile-info-summery-wrapper .profile-info-summery .profile-info ul.store-social { + list-style: none; +} +.dokan-single-store .profile-frame .profile-info-box .profile-info-summery-wrapper .profile-info-summery .profile-info ul.store-social li { + display: inline-block; +} +.dokan-single-store .profile-frame .profile-info-box .profile-info-summery-wrapper .profile-info-summery .profile-info ul.store-social i { + font-size: 20px; + float: none; + font-weight: normal; + margin: 0; +} +.dokan-single-store .profile-frame .profile-info-box .profile-info-summery-wrapper .profile-info-summery .profile-info ul.store-social i.fa-facebook-square { + color: #3b5998; +} +.dokan-single-store .profile-frame .profile-info-box .profile-info-summery-wrapper .profile-info-summery .profile-info ul.store-social i.fa-google-plus-square { + color: #dd4b39; +} +.dokan-single-store .profile-frame .profile-info-box .profile-info-summery-wrapper .profile-info-summery .profile-info ul.store-social i.fa-twitter-square { + color: #55acee; +} +.dokan-single-store .profile-frame .profile-info-box .profile-info-summery-wrapper .profile-info-summery .profile-info ul.store-social i.fa-pinterest-square { + color: #bd081c; +} +.dokan-single-store .profile-frame .profile-info-box .profile-info-summery-wrapper .profile-info-summery .profile-info ul.store-social i.fa-linkedin { + color: #007bb5; +} +.dokan-single-store .profile-frame .profile-info-box .profile-info-summery-wrapper .profile-info-summery .profile-info ul.store-social i.fa-youtube-square { + color: #bb0000; +} +.dokan-single-store .profile-frame .profile-info-box .profile-info-summery-wrapper .profile-info-summery .profile-info ul.store-social i.fa-instagram { + color: #125688; +} +.dokan-single-store .profile-frame .profile-info-box .profile-info-summery-wrapper .profile-info-summery .profile-info ul.store-social i.fa-flickr { + color: #ff0084; +} +.dokan-single-store .profile-frame .profile-info-box .profile-info-summery-wrapper .profile-info-summery .profile-info .seller-rating { + display: none; +} +.dokan-single-store .profile-frame .profile-info-box.profile-layout-layout1 .profile-info-summery-wrapper { + position: relative; + background-color: #fff; + color: inherit; + border: 1px solid #EDEDED; + padding: 0 15px; +} +.dokan-single-store .profile-frame .profile-info-box.profile-layout-layout1 .profile-info-summery-wrapper .profile-info-summery { + color: #444; + width: 100%; + margin-top: -55px; + padding: 0; + position: relative; + background: none; +} +.dokan-single-store .profile-frame .profile-info-box.profile-layout-layout1 .profile-info-summery-wrapper .profile-info-summery .profile-info-head { + float: left; +} +.dokan-single-store .profile-frame .profile-info-box.profile-layout-layout1 .profile-info-summery-wrapper .profile-info-summery .profile-info-head .profile-img { + margin-bottom: 0; +} +.dokan-single-store .profile-frame .profile-info-box.profile-layout-layout1 .profile-info-summery-wrapper .profile-info-summery .profile-info-head .profile-img img { + width: 150px; + height: 150px; +} +.dokan-single-store .profile-frame .profile-info-box.profile-layout-layout1 .profile-info-summery-wrapper .profile-info-summery .profile-info { + float: left; + padding: 0; +} +.dokan-single-store .profile-frame .profile-info-box.profile-layout-layout1 .profile-info-summery-wrapper .profile-info-summery .profile-info .store-name { + color: #fff; + margin: 10px 0 25px 15px; + text-shadow: 0 0 3px rgba(0, 0, 0, 0.8); + font-weight: bold; + font-size: 28px; + line-height: 1.1; +} +.dokan-single-store .profile-frame .profile-info-box.profile-layout-layout1 .profile-info-summery-wrapper .profile-info-summery .profile-info .dokan-store-info { + padding-left: 40px; + font-size: 14px; + line-height: 21px; + margin-left: 0; +} +.dokan-single-store .profile-frame.profile-frame-no-banner { + background-color: transparent; +} +.dokan-single-store .profile-frame.profile-frame-no-banner .profile-layout-layout3 .profile-info-img { + display: none; +} +.dokan-single-store .profile-frame.profile-frame-no-banner .profile-layout-layout3 .profile-info-summery-wrapper { + border: 1px solid #EDEDED; + position: relative; +} +.dokan-single-store .profile-frame.profile-frame-no-banner .profile-layout-layout3 .profile-info-summery-wrapper .profile-info-summery { + background-color: #fff; + width: 100%; + padding: 10px; +} +.dokan-single-store .profile-frame.profile-frame-no-banner .profile-layout-layout3 .profile-info-summery-wrapper .profile-info-summery .profile-info-head { + width: 20%; + float: left; +} +.dokan-single-store .profile-frame.profile-frame-no-banner .profile-layout-layout3 .profile-info-summery-wrapper .profile-info-summery .profile-info-head .profile-img img { + background: #fff; + border: 1px solid #ddd; + padding: 2px; + width: 150px; + height: 150px; +} +.dokan-single-store .profile-frame.profile-frame-no-banner .profile-layout-layout3 .profile-info-summery-wrapper .profile-info-summery .profile-info { + float: left; + padding: 0 25px; + color: #444; + width: 80%; +} +.dokan-single-store .profile-frame.profile-frame-no-banner .profile-layout-layout3 .profile-info-summery-wrapper .profile-info-summery .profile-info .store-name { + margin-top: 5px; + font-size: 30px; + font-weight: bold; +} +.dokan-single-store .profile-frame.profile-frame-no-banner .profile-layout-layout3 .profile-info-summery-wrapper .profile-info-summery .profile-info .dokan-store-info { + margin: 0; + padding-left: 25px; + clear: both; +} +.dokan-single-store .profile-frame.profile-frame-no-banner .profile-layout-layout3 .profile-info-summery-wrapper .profile-info-summery .profile-info .dokan-store-info .store-open-close-notice #vendor-store-times { + left: -30%; +} +.dokan-single-store .profile-frame.profile-frame-no-banner .profile-layout-layout3 .profile-info-summery-wrapper .profile-info-summery .profile-info .dokan-store-info .store-open-close-notice:hover span.fa-angle-down:after { + right: -2.5px; +} +.dokan-single-store .profile-frame.profile-frame-no-banner .profile-layout-layout3 .profile-info-summery-wrapper .profile-info-summery .profile-info .dokan-store-info li { + float: left; + margin-right: 40px; + position: relative; +} +.dokan-single-store .profile-frame.profile-frame-no-banner .profile-layout-layout3 .profile-info-summery-wrapper .profile-info-summery .profile-info .dokan-store-info li i { + margin-left: -22px; +} +.dokan-single-store .profile-frame.profile-frame-no-banner .profile-layout-layout3 .profile-info-summery-wrapper .profile-info-summery .profile-info .dokan-store-info li:before { + content: "·"; + position: absolute; + top: 10px; + left: -35px; + color: #afafaf; + font-size: 25px; + line-height: 0; +} +.dokan-single-store .profile-frame.profile-frame-no-banner .profile-layout-layout3 .profile-info-summery-wrapper .profile-info-summery .profile-info .dokan-store-info li:first-child:before { + content: ""; +} +.dokan-single-store .profile-frame.profile-frame-no-banner .profile-layout-layout3 .profile-info-summery-wrapper .profile-info-summery .profile-info .store-social-wrapper { + clear: both; + position: relative; +} +.dokan-single-store .profile-frame.profile-frame-no-banner .profile-layout-layout3 .profile-info-summery-wrapper .profile-info-summery .profile-info .store-social-wrapper .store-social { + display: flex; + padding-left: 0; +} +.dokan-single-store .profile-frame.profile-frame-no-banner .profile-layout-layout3 .profile-info-summery-wrapper .profile-info-summery .profile-info .store-social-wrapper .store-social li { + margin: 0 8px 0 0; +} +.dokan-single-store .profile-frame.profile-frame-no-banner .profile-layout-layout3 .profile-info-summery-wrapper .profile-info-summery .profile-info .store-social-wrapper .store-social li a i { + text-shadow: none; +} +.dokan-single-store .dokan-store-tabs { + text-align: center; +} +.dokan-single-store .dokan-store-tabs ul.dokan-modules-button { + overflow: hidden; + display: flex; + flex-wrap: wrap; + flex-direction: row-reverse; + justify-content: center; + margin: 0; + padding: 10px 0; + border: 1px solid #EDEDED; +} +.dokan-single-store .dokan-store-tabs ul.dokan-modules-button li { + display: inline-block; +} +.dokan-single-store .dokan-store-tabs ul.dokan-list-inline { + display: flex; + background-color: #fff; + border-width: 0 1px 1px 1px; + border-color: #EDEDED; + border-style: solid; + margin: 0; + padding: 0; + margin-bottom: 20px; + font-size: 14px; +} +.dokan-single-store .dokan-store-tabs ul.dokan-list-inline li { + display: inline-block; + flex: auto; + border-right: 1px solid #EDEDED; + margin-right: -4px; +} +.dokan-single-store .dokan-store-tabs ul.dokan-list-inline li:last-child { + border-right: unset; +} +.dokan-single-store .dokan-store-tabs ul.dokan-list-inline li a { + width: 100%; + text-decoration: none; + color: #666; + padding: 10px 15px; + display: inline-block; +} +.dokan-single-store .dokan-store-tabs ul.dokan-list-inline li a:hover { + background: #eee; +} +.dokan-store-widget input[type=text], +.dokan-store-widget input[type=email], +.dokan-store-widget textarea { + width: 100%; +} +.dokan-store-widget form.seller-form ul { + margin: 0; + padding: 0; + list-style: none; +} +.dokan-store-widget form.seller-form ul li { + margin-bottom: 8px; + border-bottom: none; +} +.dokan-store-widget form.seller-form ul li label.error { + font-size: 12px; + margin-top: 2px; + margin-bottom: 0px; +} +.dokan-store-widget #dokan-store-location { + width: 100%; + height: 200px; +} +.dokan-store-widget form#dokan-form-contact-seller .dokan-privacy-policy-text p { + word-break: break-all; +} +.dokan-seller-search-form { + margin: 30px 0px; +} +.dokan-seller-search-form .dokan-w4 { + padding: 0 15px; +} +.dokan-seller-search-form .dokan-w4 input[type=search], +.dokan-seller-search-form .dokan-w4 select.dokan-form-control { + height: 40px !important; + border: 1px solid #e2e2e2 !important; + box-shadow: none !important; + border-radius: 4px !important; +} +.dokan-seller-search-form .dokan-w4 input[type=search] { + background-position-y: 11px !important; +} +.dokan-seller-listing { + position: relative; +} +.dokan-seller-listing .dokan-overlay { + position: absolute; + background: rgba(255, 255, 255, 0.3); +} +#dokan-seller-listing-wrap { + margin-left: -15px; + margin-right: -15px; +} +#dokan-seller-listing-wrap ul.dokan-seller-wrap { + list-style: none; + margin: 20px 0px; + padding: 0; +} +#dokan-seller-listing-wrap ul.dokan-seller-wrap:before, +#dokan-seller-listing-wrap ul.dokan-seller-wrap:after { + content: " "; + display: table; +} +#dokan-seller-listing-wrap ul.dokan-seller-wrap:after { + clear: both; +} +#dokan-seller-listing-wrap ul.dokan-seller-wrap li { + list-style-type: none; + float: left; + margin: 0 0 20px 0; + padding-left: 15px; + padding-right: 15px; + margin-bottom: 20px; +} +#dokan-seller-listing-wrap ul.dokan-seller-wrap li.coloum-2 { + width: 50%; +} +#dokan-seller-listing-wrap ul.dokan-seller-wrap li.coloum-3 { + width: 33.33%; +} +#dokan-seller-listing-wrap ul.dokan-seller-wrap li .store-wrapper { + box-shadow: 0px 0px 25px 0px #ddd; +} +@media (max-width: 767px) { + #dokan-seller-listing-wrap ul.dokan-seller-wrap li { + width: 100% !important; + float: none; + } +} +@media (min-width: 768px) and (max-width: 991px) { + #dokan-seller-listing-wrap ul.dokan-seller-wrap li { + width: 50% !important; + } +} +@media (min-width: 992px) { + #dokan-seller-listing-wrap ul.dokan-seller-wrap li { + width: 33.33%; + } +} +#dokan-seller-listing-wrap ul.dokan-seller-wrap li .store-content { + max-width: 100%; +} +@media (max-width: 767px) { + #dokan-seller-listing-wrap ul.dokan-seller-wrap li .store-content { + text-align: left; + } +} +#dokan-seller-listing-wrap ul.dokan-seller-wrap li .store-content .store-info { + height: 100%; + background-size: 100% 100%; + background-repeat: no-repeat; + background-position: 0 50%; + height: 220px; + position: relative; +} +#dokan-seller-listing-wrap ul.dokan-seller-wrap li .store-content .store-info .store-data-container { + height: 100%; + background-color: rgba(0, 0, 0, 0.45); +} +#dokan-seller-listing-wrap ul.dokan-seller-wrap li .store-content .store-info .featured-favourite { + padding: 20px 20px 10px; + overflow: hidden; +} +#dokan-seller-listing-wrap ul.dokan-seller-wrap li .store-content .store-info .featured-favourite .featured-label { + float: left; + padding: 2px 10px; + background: #2d54a3; + color: #fff; + border-radius: 3px; + box-shadow: 0px 0px 25px -5px #afafaf; +} +#dokan-seller-listing-wrap ul.dokan-seller-wrap li .store-content .store-info .featured-favourite .favourite-label { + float: right; + padding: 2px; + background: #fff; + width: 55px; + border-radius: 20px; + text-align: center; + box-shadow: 0px 0px 25px -5px #afafaf; +} +#dokan-seller-listing-wrap ul.dokan-seller-wrap li .store-content .store-info .featured-favourite .favourite-label i.fa { + color: #e74c3c; +} +#dokan-seller-listing-wrap ul.dokan-seller-wrap li .store-content .store-info .store-data { + padding: 0px 20px; +} +#dokan-seller-listing-wrap ul.dokan-seller-wrap li .store-content .store-info .store-data h2 { + margin: 9px 0px; + padding: 0px; + font-size: 20px; +} +#dokan-seller-listing-wrap ul.dokan-seller-wrap li .store-content .store-info .store-data h2 a { + color: #FFF; + text-shadow: rgba(0, 0, 0, 0.8) 0 1px 0; +} +#dokan-seller-listing-wrap ul.dokan-seller-wrap li .store-content .store-info .store-data h2 a:hover { + color: #fafafa; + text-shadow: rgba(0, 0, 0, 0.8) 0 1px 0; +} +#dokan-seller-listing-wrap ul.dokan-seller-wrap li .store-content .store-info .store-data p { + margin-bottom: 2px; + color: #FFF; + text-shadow: rgba(0, 0, 0, 0.8) 0 1px 0; +} +#dokan-seller-listing-wrap ul.dokan-seller-wrap li .store-content .store-info .store-data .dokan-seller-rating { + float: none !important; + margin: 12px 0px 10px; +} +#dokan-seller-listing-wrap ul.dokan-seller-wrap li .store-content .store-info .store-data .dokan-seller-rating:before { + color: #adb5b6; +} +#dokan-seller-listing-wrap ul.dokan-seller-wrap li .store-content .store-info .store-data .dokan-seller-rating span:before { + color: #fa9a00; +} +#dokan-seller-listing-wrap ul.dokan-seller-wrap li .store-content .store-info .store-data p.store-address { + line-height: 23px; +} +#dokan-seller-listing-wrap ul.dokan-seller-wrap li .store-footer { + background: #f7fbfc; + position: relative; + padding: 15px 20px; + border-top: 1px solid #eee; +} +#dokan-seller-listing-wrap ul.dokan-seller-wrap li .store-footer a { + text-decoration: none; +} +#dokan-seller-listing-wrap ul.dokan-seller-wrap li .store-footer .seller-avatar { + padding: 6px; + background: #fff; + position: absolute; + width: 80px; + height: 80px; + top: -70px; + right: 20px; + border-radius: 40px; + box-shadow: 0px 0px 30px -6px #afafaf; +} +#dokan-seller-listing-wrap ul.dokan-seller-wrap li .store-footer .seller-avatar img { + width: 100%; + height: 100%; + border-radius: 40px; +} +#dokan-seller-listing-wrap ul.dokan-seller-wrap li.no-banner-img .store-content .store-info .store-data-container { + height: 100%; + background: none; +} +#dokan-seller-listing-wrap ul.dokan-seller-wrap li.no-banner-img .store-content .store-info .featured-favourite .featured-label { + background: #d1dbf0; + color: #2d54a3; + box-shadow: none; +} +#dokan-seller-listing-wrap ul.dokan-seller-wrap li.no-banner-img .store-content .store-data h2 a { + color: #526b6f; + text-shadow: none; +} +#dokan-seller-listing-wrap ul.dokan-seller-wrap li.no-banner-img .store-content .store-data h2 a:hover { + color: #333; + text-shadow: none; +} +#dokan-seller-listing-wrap ul.dokan-seller-wrap li.no-banner-img .store-content .store-data p { + color: #748082; + text-shadow: none; +} +@media (min-width: 1200px) { + .dokan-single-store .profile-frame .profile-info-box .profile-info-summery-wrapper .profile-info-summery { + background-color: rgba(0, 0, 0, 0.65); + } + .dokan-single-store .profile-frame .profile-info-box .profile-info-summery-wrapper .profile-info-summery .profile-info .store-social-wrapper { + position: absolute; + bottom: 0; + right: 0; + } + .dokan-single-store .profile-frame .profile-info-box .profile-info-summery-wrapper .profile-info-summery .profile-info .store-social-wrapper .store-social { + padding-right: 15px; + margin: 0; + } + .dokan-single-store .profile-frame .profile-info-box .profile-info-summery-wrapper .profile-info-summery .profile-info .store-social-wrapper .store-social li { + line-height: 1; + margin-left: 5px; + } + .dokan-single-store .profile-frame .profile-info-box .profile-info-summery-wrapper .profile-info-summery .profile-info .store-social-wrapper .store-social li a { + display: inline-block; + } + .dokan-single-store .profile-frame .profile-info-box .profile-info-summery-wrapper .profile-info-summery .profile-info .store-social-wrapper .store-social li a i { + font-size: 25px; + text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.55); + } + .dokan-single-store .profile-frame .profile-info-box .profile-info-summery-wrapper .profile-info-summery .profile-info .store-social-wrapper .store-social li a i.fa-square-x-twitter { + color: #000000; + } + .dokan-single-store .profile-frame .profile-info-box.profile-layout-default img.profile-info-img { + position: absolute; + top: 0; + left: 0; + } + .dokan-single-store .profile-frame .profile-info-box.profile-layout-default .profile-info-summery-wrapper { + position: relative; + } + .dokan-single-store .profile-frame .profile-info-box.profile-layout-default .profile-info-summery-wrapper .profile-info-summery .profile-info { + padding: 5px 30px; + } + .dokan-single-store .profile-frame .profile-info-box.profile-layout-default .profile-info-summery-wrapper .profile-info-summery .profile-info ul.dokan-store-info { + margin-bottom: 10px; + } + .dokan-single-store .profile-frame .profile-info-box.profile-layout-layout1 .profile-info-summery-wrapper .profile-info-summery .profile-info .store-social-wrapper { + top: 12px; + right: 15px; + bottom: auto; + } + .dokan-single-store .profile-frame .profile-info-box.profile-layout-layout2 { + position: relative; + width: 100%; + } + .dokan-single-store .profile-frame .profile-info-box.profile-layout-layout2 .profile-info-summery-wrapper { + position: relative; + background-color: #fff; + color: #444; + border: 1px solid #EDEDED; + } + .dokan-single-store .profile-frame .profile-info-box.profile-layout-layout2 .profile-info-summery-wrapper .profile-info-summery { + width: 100%; + margin-top: -75px; + padding-top: 0; + background: none; + } + .dokan-single-store .profile-frame .profile-info-box.profile-layout-layout2 .profile-info-summery-wrapper .profile-info-summery .profile-info-head { + position: relative; + } + .dokan-single-store .profile-frame .profile-info-box.profile-layout-layout2 .profile-info-summery-wrapper .profile-info-summery .profile-info-head .profile-img img { + background: #fff; + border: 1px solid #ddd; + padding: 2px; + width: 150px; + height: 150px; + } + .dokan-single-store .profile-frame .profile-info-box.profile-layout-layout2 .profile-info-summery-wrapper .profile-info-summery .profile-info { + position: relative; + } + .dokan-single-store .profile-frame .profile-info-box.profile-layout-layout2 .profile-info-summery-wrapper .profile-info-summery .profile-info .store-name { + color: inherit; + font-size: 35px; + text-align: center; + font-weight: bold; + } + .dokan-single-store .profile-frame .profile-info-box.profile-layout-layout2 .profile-info-summery-wrapper .profile-info-summery .profile-info .dokan-store-info { + padding: 0; + width: 100%; + margin: 0; + display: block; + text-align: center; + } + .dokan-single-store .profile-frame .profile-info-box.profile-layout-layout2 .profile-info-summery-wrapper .profile-info-summery .profile-info .dokan-store-info .store-open-close-notice { + display: inline-block; + } + .dokan-single-store .profile-frame .profile-info-box.profile-layout-layout2 .profile-info-summery-wrapper .profile-info-summery .profile-info .dokan-store-info .store-open-close-notice:hover span.fa-angle-down:after { + right: -2.5px; + } + .dokan-single-store .profile-frame .profile-info-box.profile-layout-layout2 .profile-info-summery-wrapper .profile-info-summery .profile-info .dokan-store-info li { + text-align: left; + display: inline-block; + padding-bottom: 15px; + } + .dokan-single-store .profile-frame .profile-info-box.profile-layout-layout2 .profile-info-summery-wrapper .profile-info-summery .profile-info .dokan-store-info li a { + color: inherit; + } + .dokan-single-store .profile-frame .profile-info-box.profile-layout-layout2 .profile-info-summery-wrapper .profile-info-summery .profile-info .dokan-store-info li i { + display: none; + } + .dokan-single-store .profile-frame .profile-info-box.profile-layout-layout2 .profile-info-summery-wrapper .profile-info-summery .profile-info .dokan-store-info li:after { + content: '·'; + color: #9c9c9c; + font-weight: bold; + font-size: 18px; + position: relative; + top: 3px; + } + .dokan-single-store .profile-frame .profile-info-box.profile-layout-layout2 .profile-info-summery-wrapper .profile-info-summery .profile-info .dokan-store-info li:last-child:after { + content: ''; + } + .dokan-single-store .profile-frame .profile-info-box.profile-layout-layout2 .profile-info-summery-wrapper .profile-info-summery .profile-info .store-social-wrapper { + position: relative; + text-align: center; + } + .dokan-single-store .profile-frame .profile-info-box.profile-layout-layout2 .profile-info-summery-wrapper .profile-info-summery .profile-info .store-social-wrapper .store-social { + position: relative; + padding: 0; + margin: 0; + display: inline-block; + } + .dokan-single-store .profile-frame .profile-info-box.profile-layout-layout2 .profile-info-summery-wrapper .profile-info-summery .profile-info .store-social-wrapper .store-social li a i { + text-shadow: none; + } +} +@media (max-width: 767px) { + .dokan-store-sidebar, + .dokan-single-store { + margin-right: 3%; + width: 94% !important; + margin-left: 3%; + } + .dokan-single-store .profile-frame.profile-frame-no-banner .profile-info-box.profile-layout-layout3 .profile-info-summery-wrapper .profile-info-summery .profile-info-head { + width: 150px; + } +} +@media (max-width: 1199px) { + .dokan-single-store .profile-frame .profile-info-box { + position: relative; + width: 100%; + } + .dokan-single-store .profile-frame .profile-info-box .profile-info-summery-wrapper { + position: relative; + background-color: #fff; + color: #444; + border: 1px solid #EDEDED; + } + .dokan-single-store .profile-frame .profile-info-box .profile-info-summery-wrapper .profile-info-summery { + width: 100%; + padding-top: 0; + } + .dokan-single-store .profile-frame .profile-info-box .profile-info-summery-wrapper .profile-info-summery .profile-info-head { + position: relative; + top: 0; + } + .dokan-single-store .profile-frame .profile-info-box .profile-info-summery-wrapper .profile-info-summery .profile-info-head .store-name { + color: inherit; + font-size: 35px; + margin-bottom: 11px; + } + .dokan-single-store .profile-frame .profile-info-box .profile-info-summery-wrapper .profile-info-summery .profile-info-head .profile-img img { + background: #fff; + border: 1px solid #ddd; + padding: 2px; + } + .dokan-single-store .profile-frame .profile-info-box .profile-info-summery-wrapper .profile-info-summery .profile-info-head .profile-img.profile-img-circle img { + width: 100px; + height: 100px; + } + .dokan-single-store .profile-frame .profile-info-box .profile-info-summery-wrapper .profile-info-summery .profile-info .dokan-store-info { + position: relative; + top: 0; + padding: 0; + width: 100%; + margin: 0; + display: block; + overflow: visible; + line-height: 1.4; + } + .dokan-single-store .profile-frame .profile-info-box .profile-info-summery-wrapper .profile-info-summery .profile-info .dokan-store-info li { + text-align: center; + } + .dokan-single-store .profile-frame .profile-info-box .profile-info-summery-wrapper .profile-info-summery .profile-info .dokan-store-info li a { + color: inherit; + } + .dokan-single-store .profile-frame .profile-info-box .profile-info-summery-wrapper .profile-info-summery .profile-info .dokan-store-info li i { + display: none; + } + .dokan-single-store .profile-frame .profile-info-box .profile-info-summery-wrapper .profile-info-summery .profile-info .dokan-store-info li span.fa-angle-down { + display: none; + } + .dokan-single-store .profile-frame .profile-info-box .profile-info-summery-wrapper .profile-info-summery .profile-info .dokan-store-info li .dokan-times { + margin-left: 5px; + } + .dokan-single-store .profile-frame .profile-info-box .profile-info-summery-wrapper .profile-info-summery .profile-info .dokan-store-info li .store-open-close-notice { + justify-content: center; + } + .dokan-single-store .profile-frame .profile-info-box .profile-info-summery-wrapper .profile-info-summery .profile-info .dokan-store-info li .store-open-close-notice #vendor-store-times { + left: calc(50% - 155px) !important; + } + .dokan-single-store .profile-frame .profile-info-box .profile-info-summery-wrapper .profile-info-summery .profile-info .store-social-wrapper { + position: relative; + top: 0; + text-align: center; + } + .dokan-single-store .profile-frame .profile-info-box .profile-info-summery-wrapper .profile-info-summery .profile-info .store-social-wrapper .store-social { + padding: 0; + margin: 0; + display: inline-block; + } + .dokan-single-store .profile-frame .profile-info-box .profile-info-summery-wrapper .profile-info-summery .profile-info .store-social-wrapper .store-social li { + margin-left: 8px; + } + .dokan-single-store .profile-frame .profile-info-box.profile-layout-layout1 .profile-info-summery-wrapper { + padding: 0 8px; + } + .dokan-single-store .profile-frame .profile-info-box.profile-layout-layout1 .profile-info-summery-wrapper .profile-info-summery { + margin-top: 0px; + } + .dokan-single-store .profile-frame .profile-info-box.profile-layout-layout1 .profile-info-summery-wrapper .profile-info-summery .profile-info-head { + top: 0; + } + .dokan-single-store .profile-frame .profile-info-box.profile-layout-layout1 .profile-info-summery-wrapper .profile-info-summery .profile-info-head .profile-img.profile-img-square { + background: none; + border: 0; + } + .dokan-single-store .profile-frame .profile-info-box.profile-layout-layout1 .profile-info-summery-wrapper .profile-info-summery .profile-info-head .profile-img img { + width: 100px; + height: 100px; + } + .dokan-single-store .profile-frame .profile-info-box.profile-layout-layout1 .profile-info-summery-wrapper .profile-info-summery .profile-info .store-name { + font-size: 20px; + margin-bottom: 8px; + color: #444; + text-shadow: none; + } + .dokan-single-store .profile-frame .profile-info-box.profile-layout-layout1 .profile-info-summery-wrapper .profile-info-summery .profile-info .dokan-store-info { + top: 0; + } + .dokan-single-store .profile-frame .profile-info-box.profile-layout-layout1 .profile-info-summery-wrapper .profile-info-summery .profile-info .dokan-store-info li { + text-align: left; + } + .dokan-single-store .profile-frame .profile-info-box.profile-layout-layout1 .profile-info-summery-wrapper .profile-info-summery .profile-info .dokan-store-info li i { + display: inline-block; + } + .dokan-single-store .profile-frame .profile-info-box.profile-layout-layout1 .profile-info-summery-wrapper .profile-info-summery .profile-info .dokan-store-info .store-open-close-notice { + justify-content: flex-start; + } + .dokan-single-store .profile-frame .profile-info-box.profile-layout-layout1 .profile-info-summery-wrapper .profile-info-summery .profile-info .store-social-wrapper { + position: absolute; + top: -35px; + right: 20px; + } + .dokan-single-store .profile-frame .profile-info-box.profile-layout-layout1 .profile-info-summery-wrapper .profile-info-summery .profile-info .store-social-wrapper .store-social { + top: 0; + } + .dokan-single-store .profile-frame .profile-info-box.profile-layout-layout1 .profile-info-summery-wrapper .profile-info-summery .profile-info .store-social-wrapper .store-social li { + margin-left: 8px; + } + .dokan-single-store .profile-frame .profile-info-box.profile-layout-layout1 .profile-info-summery-wrapper .profile-info-summery .profile-info .store-social-wrapper .store-social li a i { + font-size: 25px; + text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.55); + color: #0B8379; + } + .dokan-single-store .profile-frame .profile-info-box.profile-layout-layout1 .profile-info-summery-wrapper .profile-info-summery .profile-info .store-social-wrapper .store-social li a i.fa-square-x-twitter { + color: #000000; + } + .dokan-single-store .profile-frame .profile-info-box.profile-layout-layout2 .profile-info-summery-wrapper .profile-info-summery .profile-info { + margin-top: 0; + } + .dokan-single-store .profile-frame .profile-info-box.profile-layout-layout2 .profile-info-summery-wrapper .profile-info-summery .profile-info .store-name { + position: relative; + top: 0px; + text-align: center; + font-size: 20px; + margin-bottom: 10px; + color: #444; + text-shadow: none; + font-weight: bold; + } + .dokan-single-store .profile-frame .profile-info-box.profile-layout-layout2 .profile-info-summery-wrapper .profile-info-summery .profile-info .dokan-store-info { + top: 0; + } + .dokan-single-store .profile-frame .profile-info-box.profile-layout-layout2 .profile-info-summery-wrapper .profile-info-summery .profile-info .store-social-wrapper { + top: 0; + } + .dokan-single-store .profile-frame .profile-info-box.profile-layout-layout3 .profile-info-summery-wrapper { + height: auto; + border: 0; + } + .dokan-single-store .profile-frame .profile-info-box.profile-layout-layout3 .profile-info-summery-wrapper .profile-info-summery .profile-info-head { + top: 0; + margin-right: 15px; + } + .dokan-single-store .profile-frame .profile-info-box.profile-layout-layout3 .profile-info-summery-wrapper .profile-info-summery .profile-info { + padding: 0 0 0 15px; + } + .dokan-single-store .profile-frame .profile-info-box.profile-layout-layout3 .profile-info-summery-wrapper .profile-info-summery .profile-info .dokan-store-info { + top: 0; + } + .dokan-single-store .profile-frame .profile-info-box.profile-layout-layout3 .profile-info-summery-wrapper .profile-info-summery .profile-info .dokan-store-info li { + float: none; + text-align: left; + } + .dokan-single-store .profile-frame .profile-info-box.profile-layout-layout3 .profile-info-summery-wrapper .profile-info-summery .profile-info .dokan-store-info li i { + display: inline-block; + } + .dokan-single-store .profile-frame .profile-info-box.profile-layout-layout3 .profile-info-summery-wrapper .profile-info-summery .profile-info .dokan-store-info li:before { + content: ""; + } + .dokan-single-store .profile-frame .profile-info-box.profile-layout-layout3 .profile-info-summery-wrapper .profile-info-summery .profile-info .dokan-store-info .store-open-close-notice { + justify-content: flex-start; + } + .dokan-single-store .profile-frame .profile-info-box.profile-layout-layout3 .profile-info-summery-wrapper .profile-info-summery .profile-info .store-social-wrapper { + top: 0; + text-align: left; + padding: 0 4px; + } +} +.dokan-withdraw-content .dokan-withdraw-area h1 { + margin: 0px 0px 20px; +} +.dokan-withdraw-content .dokan-withdraw-area ul li { + display: inline-block; + padding: 0px 5px; +} +.dokan-withdraw-content .dokan-withdraw-area .dokan-panel-body .dokan-panel-inner-container { + position: relative; + border-bottom: 1px solid #EDEDED; + padding: 15px 0; +} +.dokan-withdraw-content .dokan-withdraw-area .dokan-panel-body .dokan-panel-inner-container:last-child { + border-bottom: none; + margin-bottom: -15px; +} +.dokan-withdraw-content .dokan-withdraw-area .dokan-panel-body .dokan-panel-inner-container:first-child { + margin-top: -15px; +} +.dokan-withdraw-content .dokan-withdraw-area .dokan-panel-body .dokan-panel-inner-container p { + margin-bottom: 5px; +} +.dokan-withdraw-content .dokan-withdraw-area .dokan-panel-body .dokan-panel-inner-container .dokan-w8 .dokan-withdraw-method-logo { + display: inline-block; + vertical-align: middle; + margin-right: 10px; +} +.dokan-withdraw-content .dokan-withdraw-area .dokan-panel-body .dokan-panel-inner-container .dokan-w8 strong a { + color: #f05025; +} +.dokan-withdraw-content .dokan-withdraw-area .dokan-panel-body .dokan-panel-inner-container .dokan-w5 { + position: absolute; + right: 10px; + top: 50%; + transform: translate(10px, -50%); +} +.dokan-withdraw-content .dokan-withdraw-area .dokan-panel-body .dokan-panel-inner-container .dokan-w5 button, +.dokan-withdraw-content .dokan-withdraw-area .dokan-panel-body .dokan-panel-inner-container .dokan-w5 a.dokan-btn { + float: right; +} +.dokan-withdraw-content .dokan-withdraw-area .dokan-panel-body .dokan-panel-inner-container .dokan-w5 #dokan-withdraw-display-requests-button { + float: right; + text-decoration: none; +} +.dokan-withdraw-content .dokan-withdraw-area .dokan-withdraw-status-filter-container { + margin-bottom: 15px; +} +.dokan-withdraw-popup h2 { + font-size: 17px; + padding: 15px 20px 10px; + margin: 0px; + border-bottom: 1px solid #eee; +} +.dokan-withdraw-popup .withdraw-schedule-select-container, +.dokan-withdraw-popup .dokan-form-horizontal .withdraw { + padding: 15px 30px 0; +} +.dokan-withdraw-popup .withdraw { + margin-top: 15px; +} +.dokan-withdraw-popup .footer { + width: 100%; + padding: 10px 20px; + text-align: right; + border-top: 1px solid #eee; +} +@media only screen and (max-width: 500px) { + .dokan-withdraw-content .dokan-withdraw-area .entry-content .dokan-panel .dokan-panel-body .dokan-panel-inner-container { + display: flex; + flex-direction: column; + } + .dokan-withdraw-content .dokan-withdraw-area .entry-content .dokan-panel .dokan-panel-body .dokan-panel-inner-container .dokan-w5 { + position: relative; + left: 0; + right: 100%; + top: 100%; + transform: none; + margin-top: 20px; + } + .dokan-withdraw-content .dokan-withdraw-area .entry-content .dokan-withdraw-status-filter-container .dokan-add-product-link a { + margin: 15px 0; + } + .dokan-withdraw-content .dokan-withdraw-area table.dokan-table-striped { + overflow: auto; + display: block; + } + .dokan-withdraw-content .dokan-withdraw-area table.dokan-table-striped tbody tr th { + width: 150px; + } +} +.dokan-login-form-popup-wrapper { + width: 430px !important; + padding: 16px !important; + margin: 0 auto !important; +} +.dokan-login-form-popup-wrapper .dokan-login-form-title { + border-bottom: 1px solid #ddd; + padding-bottom: 15px; + margin-bottom: 15px; +} +.dokan-login-form-popup-wrapper fieldset { + padding: 0; + border: 0; + margin: 0; +} +.dokan-login-form-popup-wrapper .dokan-login-form-error { + color: #d9534f; + background-color: #f2dede; + font-size: 0.9em; +} +.dokan-login-form-popup-wrapper .dokan-login-form-error.has-error { + padding: 5px 8px; + margin-bottom: 5px; +} +/* +* template/global/seller-registration-form.php +* +*/ +p.vendor-customer-registration .radio { + display: inline-block; +} +p.vendor-customer-registration .radio:hover { + cursor: pointer; + color: #526b6f; +} +.dokan-popup-content { + padding: 18px; +} +.dokan-popup-content .dokan-popup-title { + border-bottom: 1px solid #eeeeee; + padding-bottom: 10px; + margin-bottom: 15px; + line-height: 1; +} +.dokan-popup-content fieldset { + padding: 0; + margin: 0; + border: 0; + background: none; +} +.dokan-popup-content .mfp-close { + top: 4px; + right: 3px; +} +.dokan-popup-content .dokan-popup-option-list { + list-style-type: none; + padding: 0; + margin: 10px 0; +} +.dokan-popup-content .dokan-popup-option-list li { + margin: 0 0 3px; +} +.dokan-popup-content .dokan-popup-option-list li label.dokan-popup-block-label { + display: block; + margin: 0; + cursor: pointer; +} +.dokan-popup-content .dokan-popup-option-list li label.dokan-popup-block-label input { + margin: 0 4px 0 0; +} +.dokan-popup-content .dokan-popup-error { + display: none; + color: #d9534f; +} +.dokan-popup-content .dokan-popup-error.has-error { + display: block; +} +.iziModal .iziModal-header .iziModal-noSubtitle .iziModal-header-title { + font-size: revert; +} +.iziModal .iziModal-header-title { + font-family: revert; +} +#dokan-seller-listing-wrap button { + margin: unset; + padding: 6px 12px; +} +#dokan-store-listing-filter-wrap .left, +.store-lists-other-filter-wrap .left, +#dokan-store-listing-filter-wrap .right, +.store-lists-other-filter-wrap .right, +#dokan-store-listing-filter-wrap .item, +.store-lists-other-filter-wrap .item { + display: unset; + overflow: unset; + z-index: unset; + position: unset; + height: unset; + width: unset; + margin: unset; + padding: unset; + border: unset; +} +#dokan-store-listing-filter-wrap, +#dokan-store-listing-filter-wrap form, +#dokan-store-listing-filter-form-wrap * { + padding: unset; + margin: unset; + box-sizing: border-box; +} +#dokan-store-listing-filter-wrap ul, +#dokan-store-listing-filter-wrap form ul, +#dokan-store-listing-filter-form-wrap * ul, +#dokan-store-listing-filter-wrap ul li, +#dokan-store-listing-filter-wrap form ul li, +#dokan-store-listing-filter-form-wrap * ul li { + margin: unset; + padding: unset; +} +#dokan-store-listing-filter-wrap div p, +#dokan-store-listing-filter-wrap form div p, +#dokan-store-listing-filter-form-wrap * div p { + margin: unset; + padding: unset; + line-height: unset; +} +#dokan-store-listing-filter-wrap label, +#dokan-store-listing-filter-wrap form label, +#dokan-store-listing-filter-form-wrap * label, +#dokan-store-listing-filter-wrap input, +#dokan-store-listing-filter-wrap form input, +#dokan-store-listing-filter-form-wrap * input, +#dokan-store-listing-filter-wrap select, +#dokan-store-listing-filter-wrap form select, +#dokan-store-listing-filter-form-wrap * select, +#dokan-store-listing-filter-wrap button, +#dokan-store-listing-filter-wrap form button, +#dokan-store-listing-filter-form-wrap * button, +#dokan-store-listing-filter-wrap a, +#dokan-store-listing-filter-wrap form a, +#dokan-store-listing-filter-form-wrap * a, +#dokan-store-listing-filter-wrap i, +#dokan-store-listing-filter-wrap form i, +#dokan-store-listing-filter-form-wrap * i, +#dokan-store-listing-filter-wrap span, +#dokan-store-listing-filter-wrap form span, +#dokan-store-listing-filter-form-wrap * span, +#dokan-store-listing-filter-wrap textarea, +#dokan-store-listing-filter-wrap form textarea, +#dokan-store-listing-filter-form-wrap * textarea { + width: unset; + border: unset; + padding: unset; + margin: unset; + display: unset; + text-transform: unset; + font-weight: unset; + line-height: unset; + font-size: unset; + letter-spacing: unset; + box-shadow: unset; + box-sizing: border-box; +} +#dokan-store-listing-filter-wrap { + background-color: #ffffff; + padding: 20px; + box-shadow: 1px 1px 20px 0px #E9E9E9; + display: flex; + justify-content: space-between; + align-items: center; + flex-wrap: wrap; +} +#dokan-store-listing-filter-wrap .right { + display: flex; + align-items: center; +} +#dokan-store-listing-filter-wrap .right .item { + position: relative; + white-space: nowrap; +} +#dokan-store-listing-filter-wrap .right .item.sort-by { + margin: 0px 30px; +} +#dokan-store-listing-filter-wrap .right .item .dokan-store-list-filter-button { + border-radius: 3px; +} +#dokan-store-listing-filter-wrap .right .item .dokan-icons { + position: absolute; + left: 14%; + top: 50%; + cursor: pointer; + margin: 0; + padding: 0; + transform: translate(0, -50%); + z-index: 999; +} +#dokan-store-listing-filter-wrap .right .item .dokan-icons .dokan-icon-div { + background: #fff; + height: 2px; + margin: 2px auto; +} +#dokan-store-listing-filter-wrap .right .item .dokan-icons .dokan-icon-div:nth-child(1) { + width: 15px; +} +#dokan-store-listing-filter-wrap .right .item .dokan-icons .dokan-icon-div:nth-child(2) { + width: 10px; +} +#dokan-store-listing-filter-wrap .right .item .dokan-icons .dokan-icon-div:nth-child(3) { + width: 4px; +} +#dokan-store-listing-filter-wrap .right .item button { + padding-top: 8px; + padding-bottom: 8px; + padding-left: 35px; + padding-right: 25px; +} +#dokan-store-listing-filter-wrap .right .item button:focus { + outline: none; +} +#dokan-store-listing-filter-wrap .right .item select { + background: #ffffff; + border: 1px solid #edecec; + -webkit-appearance: none; + -moz-appearance: none; + appearance: none; + padding: 8px 20px; +} +#dokan-store-listing-filter-wrap .right .item select:before { + content: "\f140"; +} +#dokan-store-listing-filter-wrap .right .item select:focus { + outline: none; +} +#dokan-store-listing-filter-wrap .right .toggle-view { + margin: 0; + padding: 0; + line-height: 0; + height: 0; +} +#dokan-store-listing-filter-wrap .right .toggle-view .dashicons { + font-size: 22px; + cursor: pointer; +} +#dokan-store-listing-filter-wrap .right .toggle-view .active { + color: #ee5035; +} +#dokan-store-listing-filter-form-wrap { + background: #ffffff; + margin-top: 32px; + padding: 32px 20px 20px 20px; + box-shadow: 1px 1px 20px 0px #E9E9E9; + position: relative; +} +#dokan-store-listing-filter-form-wrap div { + margin: 0; + padding: 0; +} +#dokan-store-listing-filter-form-wrap:before { + content: "\f142"; + height: 0 !important; + top: -8px; + left: 50%; + position: absolute; + transform: translate(0, -50%); + font-family: dashicons; + font-size: 60px; + color: #fff; + font-weight: bold; + line-height: 0 !important; +} +#dokan-store-listing-filter-form-wrap .store-search .store-search-input { + width: 100%; + padding: 10px 20px; + border-radius: 3px; + border: 1px solid #cccccc; +} +#dokan-store-listing-filter-form-wrap .store-search .store-search-input:placeholder { + color: #7e7e7ec9; +} +#dokan-store-listing-filter-form-wrap .store-search .store-search-input:focus { + outline: none; + border-color: #8080809e; +} +#dokan-store-listing-filter-form-wrap .apply-filter { + display: flex; + justify-content: flex-end; + margin-top: 20px; +} +#dokan-store-listing-filter-form-wrap .apply-filter #cancel-filter-btn { + padding: 8px 25px; + border-radius: 3px; + background: #fff !important; + color: #000 !important; + border: 1px solid #edecec !important; + margin-right: 20px; + display: none; +} +#dokan-store-listing-filter-form-wrap .apply-filter #cancel-filter-btn:focus { + outline: none; +} +#dokan-store-listing-filter-form-wrap .apply-filter #apply-filter-btn { + padding: 8px 25px; + border-radius: 3px; +} +#dokan-store-listing-filter-form-wrap .apply-filter #apply-filter-btn:focus { + outline: none; +} +.site-content .entry-header .entry-title[class] { + border: none; +} +#dokan-seller-listing-wrap .seller-listing-content .dokan-seller-wrap .dokan-single-seller .store-wrapper .store-data h2 { + padding: 0 !important; +} +#dokan-seller-listing-wrap .seller-listing-content .dokan-seller-wrap .dokan-single-seller .store-wrapper .store-data .dokan-seller-rating i.dashicons { + width: 15px; + font-size: 17px; +} +#dokan-seller-listing-wrap .seller-listing-content .dokan-seller-wrap .dokan-single-seller .store-wrapper .store-data .dokan-seller-rating i.dashicons.dashicons-star-filled, +#dokan-seller-listing-wrap .seller-listing-content .dokan-seller-wrap .dokan-single-seller .store-wrapper .store-data .dokan-seller-rating i.dashicons.dashicons-star-half { + color: #fa9a00; +} +#dokan-seller-listing-wrap.grid-view .store-wrapper { + position: relative; +} +#dokan-seller-listing-wrap.grid-view .store-content { + position: absolute; + top: 0; + left: 0; + width: 100%; + height: 100%; + background: rgba(0, 0, 0, 0.45); + color: #fff; +} +#dokan-seller-listing-wrap.grid-view .store-content.default-store-banner { + background: transparent; +} +#dokan-seller-listing-wrap.grid-view .store-content .store-data-container { + padding: 5px 20px; +} +#dokan-seller-listing-wrap.grid-view .store-content .store-data-container .featured-favourite { + position: relative; + top: 10px; +} +#dokan-seller-listing-wrap.grid-view .store-content .store-data-container .featured-favourite .featured-label { + width: max-content; + width: -moz-max-content; + width: -webkit-max-content; + padding: 2px 10px; + background: #2d54a3; + color: #fff; + border-radius: 3px; + box-shadow: 0px 0px 25px -5px #afafaf; +} +#dokan-seller-listing-wrap.grid-view .store-content .store-data-container .store-data h2 a { + color: #fff; + text-shadow: rgba(0, 0, 0, 0.8) 0 1px 0; + font-size: 25px; + padding: 0; + margin: 0; + text-decoration: none; +} +#dokan-seller-listing-wrap.grid-view .store-content .store-data-container .store-data h2 a:active, +#dokan-seller-listing-wrap.grid-view .store-content .store-data-container .store-data h2 a:focus { + text-decoration: none; + outline: none; +} +#dokan-seller-listing-wrap.grid-view .store-content .store-data-container .store-data .dokan-seller-rating p.rating { + display: none !important; +} +#dokan-seller-listing-wrap.grid-view .store-content .store-data-container .store-data .store-address { + margin: 0 0 5px 0; + line-height: 23px; +} +#dokan-seller-listing-wrap.grid-view .store-content .store-data-container .store-data .store-address br { + display: none; +} +#dokan-seller-listing-wrap.grid-view .store-content .store-data-container .store-data .store-phone { + margin: 0 0 5px 0; +} +#dokan-seller-listing-wrap.grid-view .store-footer { + background: #fff; + position: relative; +} +#dokan-seller-listing-wrap.grid-view .store-footer a:active, +#dokan-seller-listing-wrap.grid-view .store-footer a:focus { + outline: none; + text-decoration: none; +} +#dokan-seller-listing-wrap.grid-view .store-footer .dokan-btn-theme.dokan-btn-round { + margin-right: 10px; +} +#dokan-seller-listing-wrap .seller-listing-content .dokan-error { + margin: 15px; +} +#dokan-seller-listing-wrap .store_open_is_on { + margin-top: 35px; +} +#dokan-seller-listing-wrap .dokan-store-is-open-close-status { + padding: 0px 10px; + display: block; + border-radius: 30px; + position: absolute; + right: 15px; + top: 15px; + font-size: 14px; + box-shadow: 0px 0px 25px -5px #afafaf; +} +#dokan-seller-listing-wrap .dokan-store-is-open-status { + background-color: #1dbf73; +} +#dokan-seller-listing-wrap .dokan-store-is-closed-status { + background-color: #999; +} +#dokan-seller-listing-wrap .dokan-single-seller .store-wrapper .store-header .store-banner { + min-height: 220px; + position: relative; +} +#dokan-seller-listing-wrap .dokan-single-seller .store-wrapper .store-header .store-banner img { + position: absolute; + left: 0; + top: 0; + max-width: 100%; + height: 100%; + width: -moz-available; + width: -webkit-fill-available; + width: fill-available; + object-fit: cover; +} +#dokan-seller-listing-wrap.list-view .dokan-seller-wrap .dokan-single-seller { + width: 100%; +} +#dokan-seller-listing-wrap.list-view .dokan-seller-wrap .dokan-single-seller .store-wrapper { + display: flex; + flex-wrap: wrap; + align-items: center; + background: #fff; + border-radius: 3px; + position: relative; +} +#dokan-seller-listing-wrap.list-view .dokan-seller-wrap .dokan-single-seller .store-wrapper .store-header .store-banner { + min-height: 140px; +} +#dokan-seller-listing-wrap.list-view .dokan-seller-wrap .dokan-single-seller .store-wrapper .store-header .store-banner img { + border-top-left-radius: 3px; + border-bottom-left-radius: 3px; +} +#dokan-seller-listing-wrap.list-view .dokan-seller-wrap .dokan-single-seller .store-wrapper .store-content .store-data-container .featured-favourite .featured-label { + padding: 2px 10px; + background: #2d54a3; + color: #fff; + border-radius: 3px; + box-shadow: 0px 0px 25px -5px #afafaf; + position: absolute; + left: 8px; + top: 10px; +} +#dokan-seller-listing-wrap.list-view .dokan-seller-wrap .dokan-single-seller .store-wrapper .store-content .store-data-container .store-data h2 { + margin-top: 0; + margin-bottom: 15px; +} +#dokan-seller-listing-wrap.list-view .dokan-seller-wrap .dokan-single-seller .store-wrapper .store-content .store-data-container .store-data h2 a { + color: #000; + text-decoration: none; +} +#dokan-seller-listing-wrap.list-view .dokan-seller-wrap .dokan-single-seller .store-wrapper .store-content .store-data-container .store-data h2 a:active, +#dokan-seller-listing-wrap.list-view .dokan-seller-wrap .dokan-single-seller .store-wrapper .store-content .store-data-container .store-data h2 a:focus { + text-decoration: none; + outline: none; +} +#dokan-seller-listing-wrap.list-view .dokan-seller-wrap .dokan-single-seller .store-wrapper .store-content .store-data-container .store-data .dokan-seller-rating[class] { + overflow: visible; + z-index: 1; + min-width: 85px; + font-family: 'Open Sans', sans-serif; + color: gray; + float: right; + position: relative; + top: -15px; + left: 25%; +} +#dokan-seller-listing-wrap.list-view .dokan-seller-wrap .dokan-single-seller .store-wrapper .store-content .store-data-container .store-data .dokan-seller-rating[class]:before { + font-family: star; +} +#dokan-seller-listing-wrap.list-view .dokan-seller-wrap .dokan-single-seller .store-wrapper .store-content .store-data-container .store-data .dokan-seller-rating[class] span:before { + font-family: star; + color: #fa9a00; +} +#dokan-seller-listing-wrap.list-view .dokan-seller-wrap .dokan-single-seller .store-wrapper .store-content .store-data-container .store-data .store-address { + margin-top: 5px; + display: inline; + font-size: 15px; +} +#dokan-seller-listing-wrap.list-view .dokan-seller-wrap .dokan-single-seller .store-wrapper .store-content .store-data-container .store-data .store-address:before { + content: "\f082"; + font-family: dashicons; + color: #0bb90b; + font-size: 22px; + position: relative; + top: 5px; + left: -5px; +} +#dokan-seller-listing-wrap.list-view .dokan-seller-wrap .dokan-single-seller .store-wrapper .store-content .store-data-container .store-data .store-address br { + display: none; +} +#dokan-seller-listing-wrap.list-view .dokan-seller-wrap .dokan-single-seller .store-wrapper .store-content .store-data-container .store-data .store-phone { + display: none; +} +#dokan-seller-listing-wrap.list-view .dokan-seller-wrap .dokan-single-seller .store-wrapper > .store-content { + flex-basis: 43%; + padding-left: 4%; +} +#dokan-seller-listing-wrap.list-view .dokan-seller-wrap .dokan-single-seller .store-wrapper .store-header { + flex-basis: 20%; +} +#dokan-seller-listing-wrap.list-view .dokan-seller-wrap .dokan-single-seller .store-wrapper .dokan-store-is-open-close-status { + color: #fff; +} +#dokan-seller-listing-wrap.list-view .dokan-seller-wrap .dokan-single-seller .store-wrapper .store-footer[class] { + display: flex; + flex-direction: row-reverse; + flex-basis: 33%; + border: none; + text-align: right; + background: transparent; +} +#dokan-seller-listing-wrap.list-view .dokan-seller-wrap .dokan-single-seller .store-wrapper .store-footer[class] a:active, +#dokan-seller-listing-wrap.list-view .dokan-seller-wrap .dokan-single-seller .store-wrapper .store-footer[class] a:focus { + outline: none; + text-decoration: none; +} +#dokan-seller-listing-wrap.list-view .dokan-seller-wrap .dokan-single-seller .store-wrapper .store-footer[class] .seller-avatar { + display: none; +} +#dokan-seller-listing-wrap.list-view .dokan-seller-wrap .dokan-single-seller .store-wrapper .store-footer[class] button { + margin-right: 20px; +} +.woocommerce-MyAccount-content ul.dokan-account-migration-lists { + margin: 0; + padding: 0; + list-style: none; + border: 1px solid #eee; +} +.woocommerce-MyAccount-content ul.dokan-account-migration-lists li { + padding: 10px; + display: flex; + flex-direction: row; + align-items: center; + border-bottom: 1px solid #eee; +} +.woocommerce-MyAccount-content ul.dokan-account-migration-lists li:last-child { + border-bottom: none; +} +.woocommerce-MyAccount-content ul.dokan-account-migration-lists li .left-content { + text-align: left; + flex: 2; +} +.woocommerce-MyAccount-content ul.dokan-account-migration-lists li .left-content p { + margin: 0px; +} +.woocommerce-MyAccount-content ul.dokan-account-migration-lists li .right-content { + text-align: right; + flex: 1; +} +.store-cat-stack-dokan.cat-drop-stack ul { + max-height: 800px; + overflow-y: scroll; +} +/*-------------------------------------------------- +:: Responsive Styles +-------------------------------------------------- */ +@media (max-width: 1366px) { + .dokan-single-store .profile-frame .profile-info-box.profile-layout-layout1 .profile-info-summery-wrapper .profile-info-summery .profile-info .dokan-store-info { + max-width: 650px; + } +} +@media (max-width: 1199px) { + .dokan-single-store .profile-frame .profile-info-box.profile-layout-layout1 .profile-info-summery-wrapper .profile-info-summery .profile-info .dokan-store-info { + max-width: 590px; + } + .dokan-dashboard .dokan-dashboard-content .dokan-table { + display: block; + overflow: scroll; + } +} +@media (max-width: 992px) { + #dokan-seller-listing-wrap.list-view .dokan-seller-wrap .dokan-single-seller .store-wrapper { + padding: 0px 10px 0px 0px; + } + #dokan-seller-listing-wrap.list-view .dokan-seller-wrap .dokan-single-seller .store-wrapper .store-header .store-banner { + min-height: 120px; + } + #dokan-seller-listing-wrap.list-view .dokan-seller-wrap .dokan-single-seller .store-content .store-data-container .store-data h2 { + font-size: 20px; + margin-bottom: 5px; + } + #dokan-seller-listing-wrap.list-view .dokan-seller-wrap .dokan-single-seller .store-content .store-data-container .store-data .store-address { + font-size: 14px !important; + } + .dokan-single-store .profile-frame .profile-info-box.profile-layout-layout1 .profile-info-summery-wrapper .profile-info-summery .profile-info .dokan-store-info { + max-width: 430px; + } +} +@media (max-width: 767px) { + #dokan-store-listing-filter-wrap { + display: block; + } + #dokan-store-listing-filter-wrap .right { + justify-content: space-between; + margin-top: 15px; + } + #dokan-store-listing-filter-wrap .right .item.sort-by { + margin: 0; + } + #dokan-store-listing-filter-wrap .toggle-view { + display: none; + } + .dokan-table { + border: none; + text-align: left; + width: 100%; + max-width: 100%; + } + .dokan-table tbody { + display: table-row-group; + vertical-align: middle; + border-color: inherit; + } + .dokan-table tbody tr { + vertical-align: inherit; + width: 100%; + } + .dokan-table tbody tr td { + padding: 6px; + text-align: left; + border-color: #ededed; + border-style: solid; + border-width: 0px 1px 1px 1px; + background: #fff; + } + .dokan-table tbody tr td:before { + padding-right: 20px !important; + float: left; + font-weight: bold; + } + .dokan-table tbody tr .post-date .status { + float: right; + } + .dokan-table tbody tr .diviader { + background: transparent !important; + border: none !important; + height: 15px; + background: none; + } + .dokan-table tbody tr .diviader:before { + content: ' '; + } + .dokan-table tbody tr td:first-child { + border-top-width: 1px; + } + .dokan-table tbody tr .dokan-order-action { + width: 100%; + } + .dokan-table tbody .row-actions { + visibility: visible !important; + } + .dokan-orders-area .dokan-w8 { + width: 100% !important; + } + .dokan-orders-area .dokan-w4 { + width: 100% !important; + } + .dokan-primary { + width: 100% !important; + padding-left: 15px; + padding-right: 15px; + } + .dokan-primary li.product { + width: 100% !important; + } + .dokan-secondary { + width: 100%; + padding-left: 15px; + padding-right: 15px; + } + .dokan-dashboard .dokan-dash-sidebar, + .dokan-dashboard .dokan-dashboard-content { + float: none; + width: 100%; + } + .dokan-dashboard .dokan-dash-sidebar ul.dokan_tabs, + .dokan-dashboard .dokan-dashboard-content ul.dokan_tabs { + border: 0; + gap: 0.5rem; + display: flex; + flex-wrap: wrap; + align-items: flex-start; + } + .dokan-dashboard .dokan-dash-sidebar ul.dokan_tabs li, + .dokan-dashboard .dokan-dashboard-content ul.dokan_tabs li { + margin: auto 0 !important; + border-bottom: 1px solid #EDEDED; + } + .dokan-dashboard .dokan-dash-sidebar ul.dokan_tabs li.active a, + .dokan-dashboard .dokan-dashboard-content ul.dokan_tabs li.active a { + border-bottom: 1px solid #EDEDED; + } + .dokan-dashboard .product-edit-new-container .dokan-edit-row .dokan-side-left, + .dokan-dashboard .product-edit-new-container .dokan-edit-row .dokan-side-right { + float: none; + width: auto; + } + .dokan-dashboard .dokan-dash-sidebar ul.dokan-dashboard-menu li { + display: inline-block; + border-right: 1px solid #454545; + } + .dokan-dashboard .dokan-dash-sidebar ul.dokan-dashboard-menu li.active:after { + content: ''; + display: none; + } + .dokan-dashboard .dokan-dash-sidebar ul.dokan-dashboard-menu li a { + padding: 12px 24px; + } + .dokan-dashboard .dokan-dashboard-content { + padding-left: 0; + } + ul.dokan-seller-wrap { + text-align: center; + } + ul.dokan-seller-wrap li.dokan-single-seller { + width: 90% !important; + margin-bottom: 50px; + } + .dokan-single-store .profile-frame .profile-info-box.profile-layout-layout1 .profile-info-summery-wrapper .profile-info-summery .profile-info .dokan-store-info { + max-width: 500px; + } +} +@media (max-width: 480px) { + .dokan-single-store .dokan-store-tabs ul.dokan-modules-button li { + display: inline-block; + margin: 0 5px 3px 0 !important; + } + .dokan-single-store .dokan-store-tabs ul.dokan-modules-button li:last-child { + margin-top: 0 !important; + } + .dokan-single-store .dokan-store-tabs ul.dokan-modules-button li button { + font-size: 12px; + margin: 0 !important; + top: 0 !important; + } + .dokan-single-store .dokan-store-tabs ul.dokan-list-inline { + flex-wrap: wrap; + } + .dokan-single-store .dokan-store-tabs ul.dokan-list-inline li { + margin-right: unset; + border-bottom: 1px solid #ededed; + } + .dokan-store-products-filter-area .dokan-store-products-ordeby { + display: flex; + flex-wrap: wrap; + } + .dokan-store-products-filter-area .dokan-store-products-ordeby input.product-name-search { + width: 70%; + } + .dokan-store-products-filter-area .dokan-store-products-ordeby input.search-store-products { + width: 30%; + } + .dokan-store-products-filter-area select.orderby.orderby-search { + flex-basis: 100%; + margin-top: 5px; + } +} +@media (max-width: 430px) { + #dokan-store-listing-filter-form-wrap:before { + left: 10%; + } + .apply-filter { + margin-top: 20px; + } + .apply-filter #cancel-filter-btn { + display: block !important; + } + .dokan-dashboard .dokan-dash-sidebar, + .dokan-dashboard .dokan-dashboard-content { + float: none; + width: 100%; + padding: 20px 0; + } + .dokan-dashboard .dokan-dash-sidebar .dokan-table, + .dokan-dashboard .dokan-dashboard-content .dokan-table { + display: table; + } + .dokan-dashboard .dokan-dash-sidebar article, + .dokan-dashboard .dokan-dashboard-content article { + overflow: scroll; + } + .dokan-dashboard .dokan-dash-sidebar .dokan-settings-area .dokan-banner, + .dokan-dashboard .dokan-dashboard-content .dokan-settings-area .dokan-banner { + width: auto; + height: auto; + margin-bottom: 15px; + min-height: unset; + } + .dokan-dashboard .dashboard-content-area .dokan-announcement-widget .dokan-right { + float: right !important; + } + .dokan-dashboard .dashboard-content-area .dokan-announcement-widget .dokan-left { + float: left !important; + } + .dokan-dashboard .dashboard-content-area .dokan-dash-left { + padding-right: 0 !important; + } + .dokan-dashboard .dokan-dash-sidebar ul.dokan-dashboard-menu:before, + .dokan-dashboard .dokan-dash-sidebar ul.dokan-dashboard-menu:after { + content: " "; + display: table; + } + .dokan-dashboard .dokan-dash-sidebar ul.dokan-dashboard-menu:after { + clear: both; + } + .dokan-dashboard .dokan-dash-sidebar ul.dokan-dashboard-menu li { + float: left; + width: 100%; + } + .dokan-dashboard .dokan-dash-sidebar ul.dokan-dashboard-menu li a { + padding: 12px 18px; + } + .dokan-dashboard .dokan-orders-area .dokan-order-filter-serach { + padding: 10px 0 10px 0; + } + .dokan-dashboard .dokan-orders-area .dokan-order-filter-serach .dokan-btn { + padding: 6px 13px; + } + .dokan-dashboard .dokan-product-listing .dokan-product-listing-area .product-listing-top { + border-bottom: 0; + } + .dokan-dashboard .dokan-product-listing .dokan-product-listing-area .product-listing-top ul.dokan-listing-filter { + width: 100%; + } + .dokan-dashboard .dokan-product-listing .dokan-product-listing-area .product-listing-top .dokan-add-product-link { + display: flex; + justify-content: space-between; + width: auto; + float: none; + } + .dokan-dashboard .dokan-product-listing .dokan-product-listing-area .dokan-product-date-filter { + display: flex; + flex-flow: column wrap; + justify-content: space-between; + } + .dokan-dashboard .dokan-product-listing .dokan-product-listing-area .dokan-product-date-filter .dokan-form-group { + margin-bottom: 10px; + } + .dokan-dashboard .dokan-product-listing .dokan-product-listing-area .dokan-product-search-form { + display: flex; + justify-content: space-between; + flex-flow: row-reverse nowrap; + } + .dokan-dashboard .dokan-product-listing .dokan-product-listing-area .dokan-product-search-form .dokan-form-group { + margin-bottom: 0; + margin-right: 0; + width: 73%; + } + .dokan-dashboard .dokan-product-listing .dokan-product-listing-area .dokan-product-search-form .dokan-btn { + width: 25%; + } + .dokan-dashboard .dokan-product-listing .dokan-product-listing-area #dokan-bulk-action-selector { + width: 73%; + margin-right: 2%; + } + .dokan-dashboard .dokan-product-listing .dokan-product-listing-area #dokan-bulk-action-submit { + width: 25%; + margin-right: 0; + } + .dokan-dashboard .dokan-product-listing .dokan-product-listing-area #product-filter .dokan-btn { + width: 100%; + } + .dokan-dashboard .dokan-right, + .dokan-dashboard .dokan-left { + float: none !important; + } + .dokan-dashboard .dokan-w6, + .dokan-dashboard .dokan-w8, + .dokan-dashboard .dokan-w4 { + float: none; + width: 100%; + } + .dokan-dashboard .dokan-reports-content .dokan-reports-area .dokan-reports-wrap .report-left, + .dokan-dashboard .dokan-reports-content .dokan-reports-area .dokan-reports-wrap .report-right { + width: 100%; + } + .dokan-dashboard .dokan-product-edit-area .dokan-product-edit-left, + .dokan-dashboard .dokan-product-edit-area .dokan-product-edit-right { + float: none; + width: 100%; + } + .dokan-dashboard .content-half-part { + float: none; + width: 100%; + } + .dokan-dashboard .content-half-part { + margin-bottom: 8px; + } + .dokan-dashboard .content-half-part:last-child { + padding-left: 0px; + } + .dokan-dashboard .content-half-part:first-child { + padding-right: 0px; + } + .dokan-dashboard ul.dokan_tabs { + padding-left: 0; + margin-right: 0; + } + .dokan-dashboard ul.dokan_tabs li { + margin-bottom: 10px; + } + .dokan-single-store .profile-frame .profile-info-box { + width: 100%; + } + .dokan-single-store .profile-frame .profile-info-box.profile-layout-layout1 .profile-info-summery-wrapper .profile-info-summery .profile-info .dokan-store-info { + max-width: 280px; + } + .dokan-seller-wrap .dokan-single-seller .store-wrapper .store-footer { + display: flex; + } +} +@media (max-width: 375px) { + .dokan-order-filter-serach form:first-child .dokan-form-group { + display: flex; + } + #dokan-store-listing-filter-wrap .right .item #stores_orderby { + padding: 8px 0px 8px 16px; + } +} +@media (max-width: 360px) { + .dokan-single-store .profile-frame .profile-info-box.profile-layout-layout1 .profile-info-summery-wrapper .profile-info-summery .profile-info .dokan-store-info { + max-width: 200px; + } +} + diff --git a/assets/js/vendor-address.asset.php b/assets/js/vendor-address.asset.php new file mode 100644 index 0000000000..9fe28b179e --- /dev/null +++ b/assets/js/vendor-address.asset.php @@ -0,0 +1 @@ + array(), 'version' => 'aa52ae30852d2d8927d3'); diff --git a/assets/js/vendor-registration.asset.php b/assets/js/vendor-registration.asset.php new file mode 100644 index 0000000000..2e20cc0e79 --- /dev/null +++ b/assets/js/vendor-registration.asset.php @@ -0,0 +1 @@ + array(), 'version' => '027c605699f858233620'); diff --git a/assets/js/vue-admin-rtl.css b/assets/js/vue-admin-rtl.css new file mode 100644 index 0000000000..e56aecc034 --- /dev/null +++ b/assets/js/vue-admin-rtl.css @@ -0,0 +1,4441 @@ +.dokan-promo-banner { + display: flex; + column-gap: 2rem; + align-items: center; + justify-content: center; + background-color: #262626; + background-repeat: no-repeat; + background-position: bottom 0 left -30px; + background-image: url("data:image/svg+xml,%3C%3Fxml version=%271.0%27 encoding=%27UTF-8%27%3F%3E%3Csvg fill=%27none%27 viewBox=%270 0 1118 134%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath d=%27m16.314 46.792c-17.462 5.8373-25.659 37.492 0 49.954 125.57 60.988 154.29-4.0336 158.38-32.554 1.759-12.267-3.3-58.934-35.28-53.602-31.981 5.3322-23.859-5.6127-51.525-10.103-27.666-4.4902-28.935 23.293-38.072 34.238s-11.676 4.7708-33.504 12.067z%27 fill=%27%23DCE0FF%27 fill-opacity=%27.06%27/%3E%3Cg filter=%27url%28%23d%29%27%3E%3Cpath d=%27m232.24 94.631-3.154 3.8071-0.012 0.0133c-0.188 0.2111-0.28 0.4935-0.252 0.7747l0.501 5.0681c0.106 1.072-0.37 2.131-1.242 2.764-0.871 0.634-2.026 0.759-3.013 0.327l-4.665-2.042c-0.259-0.114-0.555-0.114-0.814 0l-4.665 2.042c-0.984 0.43-2.139 0.309-3.013-0.327-0.872-0.633-1.348-1.692-1.242-2.764l0.501-5.0681c0.028-0.2812-0.064-0.5636-0.252-0.7747l-0.023-0.0269-3.143-3.7935c-0.706-0.8042-0.939-1.9333-0.608-2.9517 0.332-1.0228 1.19-1.8016 2.24-2.0337l4.75-1.0913c0.276-0.0604 0.516-0.2349 0.659-0.4787l2.574-4.3943c0.544-0.9295 1.552-1.507 2.629-1.507s2.085 0.5775 2.629 1.507l2.574 4.3942c0.143 0.2439 0.383 0.4184 0.659 0.4788l0.01 0.0023 4.74 1.089c1.05 0.2321 1.908 1.0109 2.24 2.0336 0.331 1.0185 0.098 2.1476-0.608 2.9518zm-5.439 4.7948c-0.083-0.8371 0.187-1.6778 0.742-2.3096l3.154-3.8072 0.012-0.0133c0.239-0.2683 0.318-0.6472 0.207-0.9888-0.111-0.3414-0.398-0.6014-0.748-0.6782l-0.01-0.0022-4.74-1.0889c-0.826-0.1826-1.544-0.7054-1.972-1.4353l-2.573-4.3942c-0.182-0.3099-0.518-0.5024-0.877-0.5024s-0.695 0.1925-0.876 0.5024l-2.574 4.3942c-0.428 0.7298-1.146 1.2527-1.972 1.4352l-4.749 1.0912c-0.351 0.0768-0.638 0.3368-0.749 0.6783s-0.032 0.7204 0.207 0.9887l0.023 0.0269 3.143 3.7936c0.555 0.6318 0.825 1.4724 0.743 2.3095l-0.501 5.0675c-0.035 0.358 0.123 0.711 0.414 0.922 0.29 0.211 0.675 0.253 1.004 0.109l4.665-2.042c0.777-0.34 1.667-0.34 2.444 0l4.665 2.042c0.329 0.144 0.714 0.102 1.004-0.109 0.291-0.211 0.449-0.564 0.414-0.922l-0.5-5.0674zm-8.96-7.087c0.397 0.3967 0.397 1.0398 0 1.4365-0.396 0.3966-1.039 0.3966-1.436 0-0.397-0.3967-0.397-1.0398 0-1.4365 0.397-0.3966 1.04-0.3966 1.436 0zm4.31 5.746c-0.397 0.3967-0.397 1.0398 0 1.4365 0.396 0.3966 1.039 0.3966 1.436 0 0.397-0.3967 0.397-1.0398 0-1.4365s-1.04-0.3967-1.436 0zm0.171-5.9197-6.094 6.0934 1.436 1.4363 6.094-6.0934-1.436-1.4363z%27 clip-rule=%27evenodd%27 fill=%27%23fff%27 fill-opacity=%27.24%27 fill-rule=%27evenodd%27/%3E%3C/g%3E%3Cg filter=%27url%28%23c%29%27%3E%3Cpath d=%27m852.47 7.8208c0.18-0.08357 0.384-0.09774 0.574-0.03968 0.188 0.06461 0.326 0.22631 0.361 0.42212l1.954 6.3567c0.443 1.4302-0.062 2.9843-1.261 3.8813l-10.952 8.1002 0.073 0.6298c0.099 0.5363 0.439 0.9971 0.923 1.249 0.489 0.2551 1.074 0.2472 1.556-0.0211l10.784-6.3575c0.307-0.1805 0.701-0.0786 0.882 0.2276 0.18 0.3062 0.078 0.7008-0.228 0.8813l-10.784 6.3575c-0.856 0.4708-1.889 0.4937-2.766 0.0613-0.888-0.4425-1.51-1.2851-1.671-2.2647l-0.099-0.801-9.78-8.5422c-0.533-0.4538-1.292-0.5279-1.902-0.1858l-1.858 1.0949c-0.306 0.1806-0.701 0.0787-0.881-0.2275-0.181-0.3063-0.079-0.7008 0.227-0.8814l1.858-1.0949c1.085-0.6242 2.445-0.4988 3.397 0.3133l1.398 1.2305 18.195-10.39zm0.836 9.5933c0.787-0.5519 1.121-1.5522 0.825-2.4663l-1.701-5.6096-17.141 9.7688 7.187 6.2978 10.83-7.9907zm-7.844 14.449c-1.378 0.8124-1.837 2.588-1.024 3.9659 0.812 1.378 2.587 1.8365 3.965 1.0241 1.378-0.8123 1.837-2.5879 1.025-3.9658-0.813-1.378-2.588-1.8365-3.966-1.0242zm2.288 3.8812c-0.766 0.4513-1.752 0.1966-2.204-0.569-0.451-0.7655-0.196-1.7519 0.569-2.2032 0.766-0.4513 1.752-0.1966 2.204 0.569 0.451 0.7655 0.196 1.7519-0.569 2.2032zm8.246-10.092c-1.378 0.8123-1.836 2.5879-1.024 3.9658 0.813 1.378 2.588 1.8365 3.966 1.0242s1.836-2.588 1.024-3.9659-2.588-1.8365-3.966-1.0241zm2.288 3.8811c-0.765 0.4513-1.752 0.1966-2.203-0.5689-0.451-0.7656-0.196-1.752 0.569-2.2033 0.766-0.4513 1.752-0.1965 2.203 0.569 0.452 0.7655 0.197 1.7519-0.569 2.2032z%27 clip-rule=%27evenodd%27 fill=%27%23fff%27 fill-opacity=%27.23%27 fill-rule=%27evenodd%27/%3E%3C/g%3E%3Cpath d=%27m858.68 78.402c-46.133-0.572-65.012 36.944-68.685 55.772h328v-74.721c-29.38-41.829-81.54-18.948-120.48 3.9327-38.934 22.881-81.173 15.731-138.84 15.016z%27 fill=%27url%28%23a%29%27 fill-opacity=%27.14%27/%3E%3Cg filter=%27url%28%23b%29%27%3E%3Cpath d=%27m992.27 106.41-7.65 11.309c-0.616 0.906-1.588 1.518-2.669 1.681-1.082 0.163-2.192-0.135-3.046-0.817l-8.831-7.053c-0.854-0.682-1.39-1.699-1.47-2.789s0.302-2.174 1.048-2.974l9.34-9.9638c0.598-0.6419 1.606-0.7158 2.294-0.167l1.667 1.3314 0.06-0.075c1.608-2.0144 4.556-2.3445 6.57-0.7357 2.015 1.6088 2.345 4.5561 0.736 6.5711l-0.06 0.075 1.667 1.331c0.688 0.549 0.838 1.548 0.344 2.276zm-3.571-9.146c-1.404-1.1213-3.458-0.8913-4.579 0.5127l-0.06 0.075 5.092 4.0673 0.06-0.075c1.121-1.404 0.891-3.4588-0.513-4.58zm-8.91 20.212c0.555 0.443 1.248 0.629 1.95 0.523s1.309-0.488 1.709-1.075l7.649-11.31c0.082-0.12 0.058-0.283-0.055-0.373l-1.667-1.331-1.089 1.363c-0.244 0.306-0.69 0.356-0.995 0.112-0.306-0.244-0.356-0.69-0.112-0.996l1.089-1.363-5.092-4.0673-1.089 1.3633c-0.244 0.306-0.69 0.356-0.996 0.112-0.305-0.245-0.355-0.6903-0.111-0.996l1.089-1.3634-1.667-1.3314c-0.113-0.0896-0.277-0.0776-0.375 0.0275l-9.34 9.9643c-0.484 0.518-0.722 1.194-0.67 1.903 0.052 0.708 0.386 1.342 0.941 1.785l8.831 7.053zm4.009-10.566c0.389-0.044 0.739 0.236 0.783 0.625 0.043 0.389-0.236 0.739-0.625 0.783l-5.15 0.576c-0.194 0.022-0.379-0.037-0.52-0.15-0.142-0.113-0.241-0.28-0.262-0.475l-0.271-2.413c-0.043-0.389 0.237-0.739 0.626-0.783 0.388-0.043 0.739 0.236 0.782 0.625l0.192 1.71 4.445-0.498z%27 clip-rule=%27evenodd%27 fill=%27%23fff%27 fill-opacity=%27.24%27 fill-rule=%27evenodd%27/%3E%3C/g%3E%3Cdefs%3E%3Cfilter id=%27d%27 x=%27205%27 y=%2780.174%27 width=%2730%27 height=%2729.465%27 color-interpolation-filters=%27sRGB%27 filterUnits=%27userSpaceOnUse%27%3E%3CfeFlood flood-opacity=%270%27 result=%27BackgroundImageFix%27/%3E%3CfeBlend in=%27SourceGraphic%27 in2=%27BackgroundImageFix%27 result=%27shape%27/%3E%3CfeGaussianBlur result=%27effect1_foregroundBlur_72:773%27 stdDeviation=%271%27/%3E%3C/filter%3E%3Cfilter id=%27c%27 x=%27825.3%27 y=%275.7458%27 width=%2737.058%27 height=%2733.509%27 color-interpolation-filters=%27sRGB%27 filterUnits=%27userSpaceOnUse%27%3E%3CfeFlood flood-opacity=%270%27 result=%27BackgroundImageFix%27/%3E%3CfeBlend in=%27SourceGraphic%27 in2=%27BackgroundImageFix%27 result=%27shape%27/%3E%3CfeGaussianBlur result=%27effect1_foregroundBlur_72:773%27 stdDeviation=%271%27/%3E%3C/filter%3E%3Cfilter id=%27b%27 x=%27966.6%27 y=%2793.138%27 width=%2727.967%27 height=%2728.307%27 color-interpolation-filters=%27sRGB%27 filterUnits=%27userSpaceOnUse%27%3E%3CfeFlood flood-opacity=%270%27 result=%27BackgroundImageFix%27/%3E%3CfeBlend in=%27SourceGraphic%27 in2=%27BackgroundImageFix%27 result=%27shape%27/%3E%3CfeGaussianBlur result=%27effect1_foregroundBlur_72:773%27 stdDeviation=%271%27/%3E%3C/filter%3E%3ClinearGradient id=%27a%27 x1=%27954.18%27 x2=%27954.16%27 y1=%27-167.87%27 y2=%27128.1%27 gradientUnits=%27userSpaceOnUse%27%3E%3Cstop stop-color=%27%23fff%27 offset=%270%27/%3E%3Cstop stop-color=%27%23fff%27 stop-opacity=%270%27 offset=%271%27/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E"); + position: relative; + padding-left: 40px; +} +.dokan-promo-banner .thumbnail { + display: flex; +} +.dokan-promo-banner .thumbnail svg { + width: 227px; + height: 147px; +} +.dokan-promo-banner .content { + display: flex; + align-items: center; + justify-content: space-between; + column-gap: 1.5rem; +} +.dokan-promo-banner .content .details { + flex: 0 0 170px; +} +.dokan-promo-banner .content .details h3 { + color: #ffffff; + font-size: 18px; + font-weight: bold; + font-style: normal; + font-family: "SF Pro Text", sans-serif; + margin: 0; +} +.dokan-promo-banner .content .details h3 .dokan-offer { + display: none; +} +.dokan-promo-banner .content .details p { + color: #bcbcbc; + font-size: 14px; + font-style: normal; + font-weight: normal; + font-family: "SF Pro Text", sans-serif; + margin-bottom: 0; +} +.dokan-promo-banner .content .features { + display: grid; + column-gap: 2rem; + row-gap: 1.25rem; + align-items: center; + grid-template-columns: repeat(2, minmax(0, 1fr)); + flex-shrink: 0; +} +.dokan-promo-banner .content .features label { + position: relative; + color: #e1e1e1; + font-size: 14px; + font-style: normal; + font-weight: normal; + font-family: "SF Pro Text", sans-serif; + padding-right: 34px; + cursor: context-menu; +} +.dokan-promo-banner .content .features span { + position: absolute; + top: 0; + right: 0; + width: 20px; + height: 20px; + border-radius: 3px; + background-color: #3fc274; +} +.dokan-promo-banner .content .features span:after { + content: ""; + position: absolute; + right: 7px; + top: 3px; + width: 4px; + height: 9px; + border: solid white; + border-width: 0 0 1.8px 1.8px; + transform: rotate(-45deg); +} +.dokan-promo-banner .content .features a { + color: #999999; + font-style: normal; + font-weight: normal; + font-size: 16px; + font-family: "SF Pro Text", sans-serif; +} +.dokan-promo-banner .content .features a:hover { + color: #c9c9c9; +} +.dokan-promo-banner .btn-upgrade { + flex-shrink: 0; +} +.dokan-promo-banner .btn-upgrade a { + color: #ffffff; + background: #2CBF67; + font-size: 15px; + font-weight: normal; + font-style: normal; + font-family: Lato, sans-serif; + padding: 15px 28px; + border-radius: 3px; + text-decoration: none; + transition: all 0.1s linear; +} +.dokan-promo-banner .btn-upgrade a:hover { + background: #17a951; +} +.dokan-promo-banner .close-banner { + position: absolute; + top: 10px; + left: 5px; + border: 0; + background: transparent; + text-decoration: none; +} +.dokan-promo-banner .close-banner span { + font-size: 15px; + display: flex; + align-items: center; + justify-content: center; + color: #404040; + transition: all 0.2s ease; + cursor: pointer; + border: 1px solid #3f3f3f; + border-radius: 55px; + width: 20px; + height: 20px; +} +.dokan-promo-banner .close-banner span:hover { + color: #f16982; + border-color: #f16982; +} +@media only screen and (max-width: 576px) { +.dokan-promo-banner { + flex-wrap: wrap; + background-position: unset; + background-image: unset; + padding: 28px 23px; + justify-content: start; +} +.dokan-promo-banner .thumbnail { + display: none; +} +.dokan-promo-banner .content { + flex-wrap: wrap; + margin-bottom: 25px; +} +.dokan-promo-banner .content .details { + text-align: right; + flex: unset; + margin-bottom: 20px; +} +.dokan-promo-banner .content .details p { + width: 80%; +} +.dokan-promo-banner .content .details h3 { + font-size: 15px; +} +.dokan-promo-banner .content .details h3 .dokan-offer { + font-size: 13px; + font-weight: 300; + margin-right: 15px; + display: inline-block; +} +.dokan-promo-banner .content .details h3 .penchant-off { + margin: 0 5px; + padding: 3px 8px; + background-color: rgba(249, 95, 71, 0.15); + color: #E04932; + font-size: 15px; + font-weight: 900; + border-radius: 5px; +} +.dokan-promo-banner .content .details p { + font-size: 13px; +} +.dokan-promo-banner .content .features { + flex-wrap: wrap; + row-gap: 0; + column-gap: 1rem; + grid-template-columns: repeat(2, minmax(0, 1fr)); +} +.dokan-promo-banner .content .features .hidden-sm { + display: none; +} +.dokan-promo-banner .content .features label { + font-size: 13px; + font-weight: 300; +} +.dokan-promo-banner .content .features a { + margin-top: 20px; + display: block; + font-size: 13px; +} +.dokan-promo-banner .btn-upgrade a { + display: block; + padding: 12px 16px; +} +} +@media only screen and (max-width: 375px) { +.dokan-promo-banner .content .details p { + width: 85%; +} +} +@media (min-width: 577px) and (max-width: 991px) { +.dokan-promo-banner .content .details { + flex: 0 1 280px; +} +.dokan-promo-banner .content .features { + display: none; +} +} +@media (min-width: 992px) and (max-width: 1120px) { +.dokan-promo-banner { + background-position: bottom 20px left -10px; +} +.dokan-promo-banner .thumbnail svg { + width: 180px; + height: 140px; +} +.dokan-promo-banner .content { + justify-content: center; + column-gap: 0.5rem; +} +.dokan-promo-banner .content .details { + flex: 0 0 180px; +} +.dokan-promo-banner .content .features { + grid-template-columns: repeat(1, minmax(0, 1fr)); +} +.dokan-promo-banner .content .features .hidden-sm { + display: none; +} +} +@media (min-width: 1121px) and (max-width: 1300px) { +.dokan-promo-banner { + background-position: bottom 15px left -20px; +} +.dokan-promo-banner .content { + justify-content: center; +} +.dokan-promo-banner .content .details { + flex: 0 0 250px; +} +.dokan-promo-banner .content .features { + grid-template-columns: repeat(1, minmax(0, 1fr)); +} +.dokan-promo-banner .content .features .hidden-sm { + display: none; +} +} +@media only screen and (min-width: 1301px) { +.dokan-promo-banner { + background-position: bottom 0 left -15px; +} +.dokan-promo-banner .content .details { + flex: 0 0 170px; +} +.dokan-promo-banner .content .features { + grid-template-columns: repeat(2, minmax(0, 1fr)); +} +} +@media only screen and (min-width: 1550px) { +.dokan-promo-banner { + background-position: bottom -5px left 165px; +} +.dokan-promo-banner .content .details { + flex: 0 0 190px; +} +.dokan-promo-banner .content .features { + grid-template-columns: repeat(3, minmax(0, 1fr)); +} +} + +.dokan-dashboard .widgets-wrapper { + display: block; + overflow: hidden; + margin-top: 15px; + width: 100%; +} +.dokan-dashboard .widgets-wrapper .left-side, +.dokan-dashboard .widgets-wrapper .right-side { + float: right; + width: 48%; +} +.dokan-dashboard .widgets-wrapper .left-side { + margin-left: 3%; +} +.dokan-dashboard .dokan-postbox .loading { + display: block; + width: 100%; + margin: 15px auto; + text-align: center; +} +.dokan-dashboard .subscribe-box { + margin: 20px -12px -11px -12px; + padding: 0 15px 15px; + background: #fafafa; + border-top: 1px solid #efefef; + position: relative; +} +.dokan-dashboard .subscribe-box h3 { + margin: 10px 0; +} +.dokan-dashboard .subscribe-box p { + margin-bottom: 10px !important; +} +.dokan-dashboard .subscribe-box .thank-you { + background: #4fa72b; + margin-top: 10px; + padding: 15px; + border-radius: 3px; + color: #fff; +} +.dokan-dashboard .subscribe-box .form-wrap { + display: flex; +} +.dokan-dashboard .subscribe-box .form-wrap input[type="email"] { + width: 100%; + padding: 3px 6px 3px 0; + margin: 0px 0 0 -1px; +} +.dokan-dashboard .subscribe-box .form-wrap button.button { + box-shadow: none; + background: #FF5722; + color: #fff; + border-color: #FF5722; + border-top-right-radius: 0; + border-bottom-right-radius: 0; +} +.dokan-dashboard .subscribe-box .form-wrap button.button:hover { + background: #ff6a3c; +} +.dokan-dashboard .subscribe-box .loading { + position: absolute; + height: 100%; + margin: 0 -15px 0 0; + background: rgba(0, 0, 0, 0.2); +} +.dokan-dashboard .subscribe-box .loading .dokan-loader { + margin-top: 30px; +} +@media only screen and (max-width: 770px) { +.dokan-dashboard .widgets-wrapper .left-side { + margin-left: 0; +} +.dokan-dashboard .widgets-wrapper .left-side, + .dokan-dashboard .widgets-wrapper .right-side { + width: auto; +} +} +@media only screen and (max-width: 500px) { +.dokan-dashboard .widgets-wrapper .left-side { + margin-left: 0; +} +.dokan-dashboard .widgets-wrapper .left-side, + .dokan-dashboard .widgets-wrapper .right-side { + width: auto; +} +.dokan-dashboard .postbox.dokan-status ul li a .details span.up, + .dokan-dashboard .postbox.dokan-status ul li a .details span.down { + display: none; +} +.dokan-dashboard .postbox.dokan-status ul li a strong { + font-size: 16px; +} +} +@media only screen and (max-width: 360px) { +.dokan-dashboard .postbox.dokan-status ul li a .details { + display: none; +} +} + +.withdraw-requests .dokan-modal .modal-body { + min-height: 130px; +} +.withdraw-requests .dokan-modal .modal-body textarea { + width: 100%; +} +.withdraw-requests .image { + width: 10%; +} +.withdraw-requests .seller { + width: 20%; +} +.withdraw-requests td.seller img { + float: right; + margin-left: 10px; + margin-top: 1px; + width: 24px; + height: auto; +} +.withdraw-requests td.seller strong { + display: block; + margin-bottom: 0.2em; + font-size: 14px; +} +.withdraw-requests td.actions, +.withdraw-requests th.actions { + width: 120px; +} +.withdraw-requests td.status span { + line-height: 2.5em; + padding: 5px 8px; + border-radius: 4px; +} +.withdraw-requests td.status .approved { + background: #c6e1c6; + color: #5b841b; +} +.withdraw-requests td.status .pending { + background: #f8dda7; + color: #94660c; +} +.withdraw-requests td.status .cancelled { + background: #eba3a3; + color: #761919; +} +.withdraw-requests .method_details_inner p { + margin-bottom: 2px; +} +.withdraw-requests select#filter-payment-methods { + width: 175px; +} +.withdraw-requests .select2.select2-container { + width: 190px; + vertical-align: top; +} +@media only screen and (max-width: 600px) { +.withdraw-requests table td.seller, + .withdraw-requests td.amount, + .withdraw-requests td.actions { + display: table-cell !important; +} +.withdraw-requests table th:not(.check-column):not(.seller):not(.amount):not(.actions) { + display: none; +} +.withdraw-requests table td:not(.check-column):not(.seller):not(.amount):not(.actions) { + display: none; +} +.withdraw-requests table th.column, + .withdraw-requests table td.column { + width: auto; +} +.withdraw-requests table td.column.actions .dashicons { + width: 14px; + height: 14px; + font-size: 18px; +} +.withdraw-requests table td.seller .row-actions { + display: inline-block; +} +.withdraw-requests table td.seller .row-actions span { + font-size: 11px; +} +} +@media only screen and (max-width: 376px) { +.withdraw-requests table td.seller .row-actions { + display: inline-block; +} +.withdraw-requests table td.seller .row-actions span { + font-size: 9px; +} +} +@media only screen and (max-width: 320px) { +.withdraw-requests table td.column.actions .dashicons { + width: 10px; + height: 10px; + font-size: 14px; +} +} + +.cta-section { + background-image: -moz-linear-gradient(-15deg, #ff7d90 0%, #ffad6f 100%); + background-image: -webkit-linear-gradient(-15deg, #ff7d90 0%, #ffad6f 100%); + background-image: -ms-linear-gradient(-15deg, #ff7d90 0%, #ffad6f 100%); + background-image: linear-gradient(-15deg, #ff7d90 0%, #ffad6f 100%); + background-repeat: no-repeat; + background-position: center center; + background-size: contain; + text-align: center; + padding: 35px 75px 40px; + color: #fff; +} +.cta-section img { + width: 60px; + border-radius: 50%; + box-shadow: 0px 3px 70px 0px rgba(126, 17, 0, 0.35); +} +.cta-section h2 { + font-size: 30px; + color: #fff; + font-weight: 400; + line-height: 1.333em; + text-align: center; + margin: 10px 0; + text-shadow: 0px 1px 2px rgba(255, 255, 255, 0.31); +} +.cta-section p { + font-size: 16px; + line-height: 1.5em; + font-weight: 300; + margin: 10px 0 30px; +} +.cta-section .btn { + background-color: #fff; + color: #f2624d; + font-size: 16px; + line-height: 1.538em; + font-weight: 300; + border: 1px solid #FF9381; + border-radius: 3px; + box-shadow: 0px 1px 2px 0px rgba(255, 128, 142, 0.05); + display: inline-block; + text-decoration: none; + padding: 12px 27px; +} +.cta-section .btn:hover { + box-shadow: -2.736px 7.518px 20px 0 rgba(0, 0, 0, 0.15); +} +.cta-section .btn svg { + width: 15px; + fill: #f2624d; + margin-right: 6px; +} + +/* Slider */ +.slick-slider +{ + position: relative; + + display: block; + box-sizing: border-box; + + -webkit-user-select: none; + -moz-user-select: none; + user-select: none; + + -webkit-touch-callout: none; + -khtml-user-select: none; + touch-action: pan-y; + -webkit-tap-highlight-color: transparent; +} + +.slick-list +{ + position: relative; + + display: block; + overflow: hidden; + + margin: 0; + padding: 0; +} +.slick-list:focus +{ + outline: none; +} +.slick-list.dragging +{ + cursor: pointer; + cursor: hand; +} + +.slick-slider .slick-track, +.slick-slider .slick-list +{ + transform: translate3d(0, 0, 0); +} + +.slick-track +{ + position: relative; + top: 0; + right: 0; + + display: block; + margin-right: auto; + margin-left: auto; +} +.slick-track:before, +.slick-track:after +{ + display: table; + + content: ''; +} +.slick-track:after +{ + clear: both; +} +.slick-loading .slick-track +{ + visibility: hidden; +} + +.slick-slide +{ + display: none; + float: right; + + height: 100%; + min-height: 1px; +} +[dir='rtl'] .slick-slide +{ + float: left; +} +.slick-slide img +{ + display: block; +} +.slick-slide.slick-loading img +{ + display: none; +} +.slick-slide.dragging img +{ + pointer-events: none; +} +.slick-initialized .slick-slide +{ + display: block; +} +.slick-loading .slick-slide +{ + visibility: hidden; +} +.slick-vertical .slick-slide +{ + display: block; + + height: auto; + + border: 1px solid transparent; +} +.slick-arrow.slick-hidden { + display: none; +} + +.dokan-pro-features { + font-family: 'Open Sans', sans-serif; + margin: -10px -22px 0 -20px; +} +.dokan-pro-features .vendor-capabilities-banner { + display: flex; + align-items: center; + padding: 50px; + height: auto; + border-radius: 9px; + background-position: center; + background-repeat: no-repeat; + background-size: cover; + margin: 20px 70px; +} +.dokan-pro-features .vendor-capabilities-banner .content { + margin: 30px; +} +.dokan-pro-features .vendor-capabilities-banner .content .title { + font-size: 26px; + font-weight: bold; + color: #FF0000; +} +.dokan-pro-features .vendor-capabilities-banner a { + box-shadow: none; + background: #FF5722; + color: #fff; + border-color: #FF5722; +} +.dokan-pro-features .vendor-capabilities-banner a:hover { + color: #fff; + background: #ff6a3c; +} +.dokan-pro-features a { + transition: all 0.2s ease; +} +.dokan-pro-features .section-title { + text-align: center; + color: #2e2c2c; + font-size: 30px; + line-height: 1.5em; + font-weight: 400; + position: relative; + margin: 0 0 58px; +} +.dokan-pro-features .section-title:after { + content: ''; + position: absolute; + bottom: -21px; + right: 50%; + transform: translateX(50%); + width: 38px; + height: 5px; + border-radius: 3px; + background-color: #f2624d; +} +.dokan-pro-features .header-section { + background-color: #f2f2f2; + color: #3f4143; + font-size: 16px; + display: flex; + align-items: center; + padding: 0 8%; + border-bottom: 1px solid #eee; +} +@media (min-width: 1281px) { +.dokan-pro-features .header-section { + padding: 0 24%; +} +} +.dokan-pro-features .header-section .feature-thumb img { + width: 233px; + margin: -20px 0 -30px; +} +.dokan-pro-features .header-section .content-area { + padding-right: 10%; +} +.dokan-pro-features .header-section .content-area h1 { + font-size: 27px; + line-height: 1.5em; + color: #2e2c2c; +} +.dokan-pro-features .header-section .content-area p { + font-size: 16px; + line-height: 1.5em; + font-weight: 300; + margin: 0; + letter-spacing: 0.5px; +} +.dokan-pro-features .service-section { + text-align: center; + padding: 73px 30px 85px; + background-color: #f7f8f9; +} +@media (min-width: 1281px) { +.dokan-pro-features .service-section { + padding-right: 20%; + padding-left: 20%; +} +} +.dokan-pro-features .service-section .service-list { + display: flex; + flex-wrap: wrap; +} +.dokan-pro-features .service-section .service-list .service-box { + flex: 0 0 28.9%; + margin: 2.2%; + text-align: center; + border-radius: 5px; + background-color: #ffffff; +} +.dokan-pro-features .service-section .service-list .service-box .service-thumb img { + border-radius: 5px 5px 0 0; + max-width: 100%; +} +.dokan-pro-features .service-section .service-list .service-box .service-detail { + padding: 20px 25px 25px; +} +.dokan-pro-features .service-section .service-list .service-box .service-detail h3 { + color: #3f4143; + font-size: 15px; + line-height: 1.5em; + font-weight: 300; + margin: 0; +} +.dokan-pro-features .service-section .btn { + font-size: 16px; + line-height: 1.5em; + font-weight: 300; + color: #ffff; + background-color: #3984b5; + border: 1px solid #226b9b; + border-radius: 3px; + text-decoration: none; + padding: 13px 28px; + display: inline-block; + margin-top: 52px; + transition: all 0.2s ease; +} +.dokan-pro-features .service-section .btn:hover { + box-shadow: -2.736px 7.518px 20px 0 rgba(0, 0, 0, 0.15); +} +.dokan-pro-features .service-section .btn svg { + width: 15px; + fill: #fff; + margin-right: 5px; +} +.dokan-pro-features .comparison-section { + background-color: #f1f1f1; + padding: 75px; +} +@media (min-width: 1281px) { +.dokan-pro-features .comparison-section { + padding-right: 21.2%; + padding-left: 21.2%; +} +} +.dokan-pro-features .comparison-section .section-title { + margin-bottom: 90px; +} +.dokan-pro-features .comparison-section .comparison-area { + display: flex; + justify-content: space-between; +} +.dokan-pro-features .comparison-section .comparison-area .compare-box { + flex: 0 0 48%; + background-color: #fff; + border: 1px solid #E0E9EC; + border-radius: 5px; + box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.05); + padding: 50px; + box-sizing: border-box; +} +.dokan-pro-features .comparison-section .comparison-area .compare-box .logo-section { + margin-bottom: 58px; + position: relative; +} +.dokan-pro-features .comparison-section .comparison-area .compare-box .logo-section:after { + content: ""; + position: absolute; + bottom: -23px; + right: 0; + width: 38px; + height: 5px; + border-radius: 3px; + background-color: #d7d7d7; +} +.dokan-pro-features .comparison-section .comparison-area .compare-box .logo-section img { + width: 120px; +} +.dokan-pro-features .comparison-section .comparison-area .compare-box .compare-list { + margin: 0; +} +.dokan-pro-features .comparison-section .comparison-area .compare-box .compare-list li { + font-size: 15px; + line-height: 1.5em; + font-weight: 300; + color: #66676E; + margin-bottom: 28px; + position: relative; + display: flex; + align-items: center; +} +.dokan-pro-features .comparison-section .comparison-area .compare-box .compare-list li:last-child { + margin-bottom: 0; +} +.dokan-pro-features .comparison-section .comparison-area .compare-box .compare-list li img { + width: 21px; + margin-left: 12px; +} +.dokan-pro-features .comparison-section .comparison-area .compare-box .compare-list li.unavailable { + color: #ccced5; +} +.dokan-pro-features .pricing-section { + background-color: #f7f8f9; + padding: 85px 0 62px; +} +.dokan-pro-features .pricing-section .section-title { + margin-bottom: 120px; +} +.dokan-pro-features .pricing-section .pricing-wrapper { + padding: 0 4.5%; +} +@media (min-width: 1281px) { +.dokan-pro-features .pricing-section .pricing-wrapper { + padding-right: 21%; + padding-left: 21%; +} +} +.dokan-pro-features .pricing-section .table-row { + display: flex; +} +.dokan-pro-features .pricing-section .table-row:first-child .table-col:first-child { + background-color: transparent; + border-color: transparent; + border-radius: 3px 3px 0 0; +} +.dokan-pro-features .pricing-section .table-row:first-child .table-col:nth-child(2) { + border-radius: 0 3px 0 0; +} +.dokan-pro-features .pricing-section .table-row:first-child .table-col:last-child { + border-radius: 3px 0 0 0; +} +.dokan-pro-features .pricing-section .table-row:first-child .table-col.popular { + position: relative; +} +.dokan-pro-features .pricing-section .table-row:first-child .table-col.popular:before { + position: absolute; + top: -28px; + right: 0; + width: 100%; + content: 'Most Popular'; + color: #23282d; + font-size: 14px; + line-height: 1.4em; + background-color: #ffcc00; + border-radius: 3px 3px 0 0; + padding: 5px; + box-sizing: border-box; +} +.dokan-pro-features .pricing-section .table-row:nth-child(2) .table-col:first-child { + border-radius: 3px 3px 0 0; +} +.dokan-pro-features .pricing-section .table-row:nth-last-child(2) .table-col:first-child { + border-radius: 0 0 5px 5px; + border-bottom: 1px solid #e7eaeb; +} +.dokan-pro-features .pricing-section .table-row:last-child .table-col { + border-bottom: 1px solid #e7eaeb; +} +.dokan-pro-features .pricing-section .table-row:last-child .table-col:first-child { + border-radius: 0 0 5px 5px; + background-color: transparent; + border-color: transparent; +} +.dokan-pro-features .pricing-section .table-row:last-child .table-col:nth-child(2) { + border-radius: 0 0 5px 0; +} +.dokan-pro-features .pricing-section .table-row:last-child .table-col:last-child { + border-radius: 0 0 0 5px; +} +.dokan-pro-features .pricing-section .table-row .table-col { + width: 18.5%; + text-align: center; + border: 1px solid #e7eaeb; + padding: 18px; + background-color: #fff; + border-bottom: 0; + border-right: 0; + border-left: 0; +} +.dokan-pro-features .pricing-section .table-row .table-col:first-child { + width: 25%; + margin-left: 2%; + text-align: right; + border-right: 1px solid #e7eaeb; + border-left: 1px solid #e7eaeb; +} +.dokan-pro-features .pricing-section .table-row .table-col:nth-child(2) { + border-right: 1px solid #e7eaeb; +} +.dokan-pro-features .pricing-section .table-row .table-col:last-child { + border-right: 1px solid #e7eaeb; + border-left: 1px solid #e7eaeb; +} +.dokan-pro-features .pricing-section .table-row .table-col.popular { + z-index: 1; + box-shadow: -1px 10px 30px 0 rgba(215, 223, 254, 0.5); +} +.dokan-pro-features .pricing-section .table-row .table-col .module-name { + color: #157ef5; + font-size: 14px; + line-height: 1.5em; + font-weight: 300; + text-decoration: none; +} +.dokan-pro-features .pricing-section .table-row .table-col .plan-data { + font-size: 15px; + color: #3f4143; +} +.dokan-pro-features .pricing-section .table-row .table-col .plan-data img { + display: block; + margin: 0 auto; + width: 23px; +} +.dokan-pro-features .pricing-section .table-row .table-col .buy-btn { + font-size: 14px; + font-weight: 300; + border-radius: 3px; + padding: 13px 34px; + color: #fff; + text-decoration: none; + margin: 25px 0 14px; + display: inline-block; + transition: all 0.2s ease; +} +.dokan-pro-features .pricing-section .table-row .table-col .buy-btn:hover { + box-shadow: -1px 10px 30px 0 rgba(215, 223, 254, 0.5); +} +.dokan-pro-features .pricing-section .table-row .table-col .buy-btn.starter { + background-color: #00bcff; +} +.dokan-pro-features .pricing-section .table-row .table-col .buy-btn.professional { + background-color: #2bc66d; +} +.dokan-pro-features .pricing-section .table-row .table-col .buy-btn.business { + background-color: #795dff; +} +.dokan-pro-features .pricing-section .table-row .table-col .buy-btn.enterprise { + background-color: #ff5956; +} +.dokan-pro-features .pricing-section .plan-name { + display: inline-block; + background: black; + color: #fff; + font-size: 14px; + font-weight: 300; + line-height: 1.4em; + border-radius: 25px; + padding: 5px 20px; + min-width: 95px; + box-sizing: border-box; + margin: 26px 0 20px; +} +.dokan-pro-features .pricing-section .plan-name.starter { + background-color: #00bcff; +} +.dokan-pro-features .pricing-section .plan-name.professional { + background-color: #2bc66d; +} +.dokan-pro-features .pricing-section .plan-name.business { + background-color: #795dff; +} +.dokan-pro-features .pricing-section .plan-name.enterprise { + background-color: #ff5956; +} +.dokan-pro-features .pricing-section .price { + margin-bottom: 15px; +} +.dokan-pro-features .pricing-section .price span { + font-size: 14px; + line-height: 1.2em; + font-weight: 300; + color: #b8bbbe; + display: block; +} +.dokan-pro-features .pricing-section .price span:first-child { + font-size: 28px; + line-height: 1.5em; + font-weight: 400; + color: #23282d; +} +.dokan-pro-features .pricing-section .price span:first-child sup { + font-size: 14px; +} +.dokan-pro-features .payment-section { + display: flex; + background: #fff; + justify-content: space-between; + padding: 20px 65px 15px; + align-items: center; +} +@media (min-width: 1281px) { +.dokan-pro-features .payment-section { + padding-right: 21%; + padding-left: 21%; +} +} +.dokan-pro-features .payment-section .guarantee-section { + display: flex; + flex: 0 0 70%; + align-content: center; + align-items: center; + position: relative; +} +.dokan-pro-features .payment-section .guarantee-section:after { + content: ""; + position: absolute; + left: -18px; + top: 50%; + transform: translateY(-50%); + width: 5px; + height: 38px; + border-radius: 3px; + background-color: #f1f1f1; +} +.dokan-pro-features .payment-section .guarantee-section .feature-thumb img { + max-width: 100%; + width: 160px; +} +.dokan-pro-features .payment-section .guarantee-section .guarantee-detail { + padding-right: 25px; +} +.dokan-pro-features .payment-section .guarantee-section .guarantee-detail h2 { + font-size: 24px; + line-height: 1.5em; + color: #2e2c2c; + font-weight: 400; + margin: 0; +} +.dokan-pro-features .payment-section .guarantee-section .guarantee-detail p { + color: #66676e; + font-size: 15px; + line-height: 1.5em; + font-weight: 300; + margin: 5px 0 20px; +} +.dokan-pro-features .payment-section .guarantee-section .guarantee-detail a { + color: #f2624d; + font-size: 15px; + line-height: 1.5em; + text-decoration: none; +} +.dokan-pro-features .payment-section .guarantee-section .guarantee-detail a img { + width: 18px; + margin-left: 4px; +} +.dokan-pro-features .payment-section .payment-area h3 { + font-size: 15px; + font-weight: 300; + color: #66676e; + margin: 0px 0 17px; +} +.dokan-pro-features .payment-section .payment-area .option img { + max-width: 100%; +} +.dokan-pro-features .testimonial-section { + background-color: #f1f1f1; + padding: 75px 0 70px; + text-align: center; +} +.dokan-pro-features .testimonial-section .section-title { + margin-bottom: 75px; +} +.dokan-pro-features .testimonial-section .testimonial-wrapper { + width: 80%; + text-align: center; + margin: 0 auto; +} +@media only screen and (min-width: 1281px) { +.dokan-pro-features .testimonial-section .testimonial-wrapper { + width: 55%; +} +} +.dokan-pro-features .testimonial-section .testimonial-wrapper .testimonial-box .profile-pic { + width: 70px; + height: 70px; + border: 5px solid #fff; + border-radius: 50%; + background-color: #fff; + box-shadow: 0px 1px 16px 0px rgba(0, 0, 0, 0.16); + margin: 0 auto -35px; + z-index: 1; + position: relative; +} +.dokan-pro-features .testimonial-section .testimonial-wrapper .testimonial-box .profile-pic img { + border-radius: 50%; + max-width: 100%; +} +.dokan-pro-features .testimonial-section .testimonial-wrapper .testimonial-box .content-detail { + background-color: #fff; + color: #000; + border-radius: 5px; + border: 1px solid #E0E9EC; + box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.05); + padding: 50px 30px 30px; + background-repeat: no-repeat; + background-position: 40px 40px; +} +.dokan-pro-features .testimonial-section .testimonial-wrapper .testimonial-box .content-detail h4 { + font-size: 18px; + line-height: 1.444; + color: #F2624D; + font-weight: 400; + margin-top: 0; + margin-bottom: 5px; +} +.dokan-pro-features .testimonial-section .testimonial-wrapper .testimonial-box .content-detail span { + font-size: 15px; + line-height: 1.444; + font-weight: 300; + color: #66676e; + margin-bottom: 20px; + display: inline-block; +} +.dokan-pro-features .testimonial-section .testimonial-wrapper .testimonial-box .content-detail p { + color: #2e2c2c; + font-size: 14px; + line-height: 1.9em; + font-weight: 300; +} +.dokan-pro-features .testimonial-section .testimonial-wrapper .slick-dots { + text-align: center; + margin: 40px 0 25px; +} +.dokan-pro-features .testimonial-section .testimonial-wrapper .slick-dots li { + position: relative; + display: inline-block; + width: 20px; + height: 20px; + margin: 0 5px; + padding: 0; + cursor: pointer; +} +.dokan-pro-features .testimonial-section .testimonial-wrapper .slick-dots li.slick-active button:before { + background-color: #3f4143; +} +.dokan-pro-features .testimonial-section .testimonial-wrapper .slick-dots li button { + position: relative; + font-size: 0; + line-height: 0; + display: block; + width: 20px; + height: 20px; + padding: 5px; + cursor: pointer; + color: transparent; + border: 0; + outline: none; + background: transparent; +} +.dokan-pro-features .testimonial-section .testimonial-wrapper .slick-dots li button:before { + position: absolute; + top: 0; + right: 0; + width: 21px; + height: 5px; + content: ''; + text-align: center; + background-color: #d6d6d6; + border-radius: 30px; +} +.dokan-pro-features .testimonial-section p { + color: #262626; + font-size: 16px; + line-height: 1.5em; + font-weight: 300; +} +.dokan-pro-features .testimonial-section p a { + color: #8263f7; + text-decoration: none; +} +.dokan-pro-features .cta-section { + background-image: -moz-linear-gradient(-15deg, #ff7d90 0%, #ffad6f 100%); + background-image: -webkit-linear-gradient(-15deg, #ff7d90 0%, #ffad6f 100%); + background-image: -ms-linear-gradient(-15deg, #ff7d90 0%, #ffad6f 100%); + background-image: linear-gradient(-15deg, #ff7d90 0%, #ffad6f 100%); + background-repeat: no-repeat; + background-position: center center; + background-size: contain; + text-align: center; + padding: 35px 75px 40px; + color: #fff; +} +.dokan-pro-features .cta-section img { + width: 60px; + border-radius: 50%; + box-shadow: 0px 3px 70px 0px rgba(126, 17, 0, 0.35); +} +.dokan-pro-features .cta-section h2 { + font-size: 30px; + color: #fff; + font-weight: 400; + line-height: 1.333em; + text-align: center; + margin: 10px 0; + text-shadow: 0px 1px 2px rgba(255, 255, 255, 0.31); +} +.dokan-pro-features .cta-section p { + font-size: 16px; + line-height: 1.5em; + font-weight: 300; + margin: 10px 0 30px; +} +.dokan-pro-features .cta-section .btn { + background-color: #fff; + color: #f2624d; + font-size: 16px; + line-height: 1.538em; + font-weight: 300; + border: 1px solid #FF9381; + border-radius: 3px; + box-shadow: 0px 1px 2px 0px rgba(255, 128, 142, 0.05); + display: inline-block; + text-decoration: none; + padding: 12px 27px; +} +.dokan-pro-features .cta-section .btn:hover { + box-shadow: -2.736px 7.518px 20px 0 rgba(0, 0, 0, 0.15); +} +.dokan-pro-features .cta-section .btn svg { + width: 15px; + fill: #f2624d; + margin-right: 6px; +} + +.dokan-help-page .section-wrapper { + margin-top: 15px; +} +.dokan-help-page .section-wrapper .dokan-postbox { + width: calc(33% - 2em); + margin: 0 0 15px 2%; + float: right; +} +.dokan-help-page .section-wrapper .dokan-postbox:nth-child(3n+1) { + clear: both; +} +.dokan-help-page .section-wrapper .dokan-postbox .dashicons { + color: #ccc; +} +.dokan-help-page .section-wrapper .dokan-postbox a { + text-decoration: none; +} +.dokan-help-page .section-wrapper .dokan-postbox .inside, +.dokan-help-page .section-wrapper .dokan-postbox ul { + margin-bottom: 0; +} +.dokan-help-page .loading { + width: 100%; + text-align: center; + margin-top: 100px; +} + +.fade-enter-active[data-v-525b077c], +.fade-leave-active[data-v-525b077c] { + transition: opacity 0.3s ease; +} +.fade-enter[data-v-525b077c], +.fade-leave-to[data-v-525b077c] { + opacity: 0; +} +.slide-enter-active[data-v-525b077c], +.slide-leave-active[data-v-525b077c] { + transition-duration: 0.1s; + transition-timing-function: linear; +} +.slide-enter-to[data-v-525b077c], +.slide-leave[data-v-525b077c] { + max-height: 100px; + overflow: hidden; +} +.slide-enter[data-v-525b077c], +.slide-leave-to[data-v-525b077c] { + overflow: hidden; + max-height: 0; +} +ul[data-v-525b077c] { + cursor: pointer; +} +.dokan-help-page .section-wrapper h2[data-v-525b077c] { + margin: 0; + color: transparent; +} +.dokan-help-page .section-wrapper .dokan-notice[data-v-525b077c] { + background: rgba(223, 0, 0, 0.05); + margin: -15px -20px 0; + padding: 15px 15px 0; +} +.dokan-help-page .section-wrapper .change-log[data-v-525b077c] { + background: rgba(223, 0, 0, 0.05); + margin: -15px -20px 0; +} +.dokan-help-page .section-wrapper .change-log.lite-change-log[data-v-525b077c] { + height: 340px; +} +.dokan-help-page .section-wrapper .change-log.pro-change-log[data-v-525b077c] { + height: 400px; +} +.dokan-help-page .section-wrapper .change-log h3[data-v-525b077c] { + color: #000000; + font-size: 30px; + text-align: center; + padding: 45px 0 0; + font-weight: 800; + font-family: "SF Pro Text", sans-serif; + margin: 0 0 28px; +} +.dokan-help-page .section-wrapper .change-log .switch-button-wrap[data-v-525b077c] { + width: 147px; + height: 33px; + text-align: center; + cursor: pointer; + transition: all 0.2s ease; + margin: 0 auto; + background: #ffffff; + border-radius: 53px; + position: relative; + border: 1px solid #e2e2e2; +} +.dokan-help-page .section-wrapper .change-log .switch-button-wrap .switch-button[data-v-525b077c] { + width: 48%; + height: 100%; + background: none; + border-radius: 27px; + border: none; + color: #cc7376; + display: inline-block; + position: relative; + transition: all 0.2s ease; + cursor: pointer; + font-size: 13px; + font-weight: 500; + font-family: "SF Pro Text", sans-serif; +} +.dokan-help-page .section-wrapper .change-log .switch-button-wrap .active[data-v-525b077c] { + background: #FF5722; + border-radius: 30px; + position: absolute; + top: 0; + width: 50%; + height: 100%; + transition: all 0.2s ease-out; +} +.dokan-help-page .section-wrapper .change-log .switch-button-wrap .lite[data-v-525b077c] { + text-transform: capitalize; +} +.dokan-help-page .section-wrapper .change-log .switch-button-wrap .pro[data-v-525b077c] { + text-transform: uppercase; +} +.dokan-help-page .section-wrapper .change-log .switch-button-wrap .active-case[data-v-525b077c] { + color: #ffffff; +} +.dokan-help-page .section-wrapper .change-log .jump-version[data-v-525b077c] { + width: 178px; + margin: 24px auto 0; + position: relative; +} +.dokan-help-page .section-wrapper .change-log .jump-version p[data-v-525b077c] { + color: #000; + font-size: 13px; + text-align: center; + cursor: pointer; + font-weight: 500; + font-family: "SF Pro Text", sans-serif; +} +.dokan-help-page .section-wrapper .change-log .jump-version .dashicons[data-v-525b077c] { + font-size: 16px; + line-height: 1.4; + transition: all 0.2s ease; +} +.dokan-help-page .section-wrapper .change-log .jump-version:hover .dashicons[data-v-525b077c] { + transform: rotate(180deg); +} +.dokan-help-page .section-wrapper .change-log .jump-version .version-menu[data-v-525b077c] { + position: absolute; + top: 50px; + right: 0; + width: 100%; + z-index: 1; + background: #fff; + border: 1px solid #dddddd; + padding: 20px 20px 20px 10px; + box-sizing: border-box; + opacity: 0; + visibility: hidden; + transition: all 0.2s ease; + box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.09); +} +.dokan-help-page .section-wrapper .change-log .jump-version .version-menu[data-v-525b077c]:before { + content: ""; + position: absolute; + border: 11px solid transparent; + border-bottom-color: white; + margin-right: -10px; + top: -19px; + left: 27px; + z-index: 1; +} +.dokan-help-page .section-wrapper .change-log .jump-version .version-menu .version-dropdown[data-v-525b077c] { + max-height: 300px; + text-align: right; + background: #ffffff; + overflow-y: auto; +} +.dokan-help-page .section-wrapper .change-log .jump-version .version-menu .version-dropdown ul[data-v-525b077c] { + cursor: context-menu; +} +.dokan-help-page .section-wrapper .change-log .jump-version .version-menu .version-dropdown ul li[data-v-525b077c] { + margin-bottom: 25px; + color: #000000; + font-size: 14px; + font-weight: 400; + font-family: "SF Pro Text", sans-serif; + transition: all 0.2s linear; + cursor: pointer; +} +.dokan-help-page .section-wrapper .change-log .jump-version .version-menu .version-dropdown ul li[data-v-525b077c]:hover { + color: #f2624d; +} +.dokan-help-page .section-wrapper .change-log .jump-version .version-menu .version-dropdown ul li[data-v-525b077c]:last-child { + margin-bottom: 0; +} +.dokan-help-page .section-wrapper .change-log .jump-version .version-menu .version-dropdown ul li.current[data-v-525b077c] { + color: #f2624d; + font-weight: bold; + font-family: "SF Pro Text", sans-serif; +} +.dokan-help-page .section-wrapper .change-log .jump-version .version-menu .version-dropdown ul li span[data-v-525b077c] { + display: block; + font-size: 12px; + color: #758598; + font-weight: 400; + font-family: "SF Pro Text", sans-serif; +} +.dokan-help-page .section-wrapper .change-log .jump-version .version-menu .version-dropdown[data-v-525b077c]::-webkit-scrollbar { + width: 4px; +} +.dokan-help-page .section-wrapper .change-log .jump-version .version-menu .version-dropdown[data-v-525b077c]::-webkit-scrollbar-track { + background: #f5f5f5; +} +.dokan-help-page .section-wrapper .change-log .jump-version .version-menu .version-dropdown[data-v-525b077c]::-webkit-scrollbar-thumb { + background: #878787; +} +.dokan-help-page .section-wrapper .change-log .jump-version .version-menu .version-dropdown[data-v-525b077c]::-webkit-scrollbar-thumb:hover { + background: #575757; +} +.dokan-help-page .section-wrapper .change-log .jump-version:hover .version-menu[data-v-525b077c] { + top: 30px; + opacity: 1; + visibility: visible; +} +.dokan-help-page .section-wrapper .version-list .version .card-version[data-v-525b077c] { + background: #ffffff; + border: 1px solid #e2e2e2; + border-radius: 3px; + padding: 25px; + box-sizing: border-box; +} +.dokan-help-page .section-wrapper .version-list .version .card-version div[data-v-525b077c] { + overflow: hidden; +} +.dokan-help-page .section-wrapper .version-list .version .card-version div .feature-list[data-v-525b077c] { + margin-bottom: 40px; +} +.dokan-help-page .section-wrapper .version-list .version .card-version div .feature-list[data-v-525b077c]:last-child { + margin-bottom: 0; +} +.dokan-help-page .section-wrapper .version-list .version .card-version div .feature-list .feature-badge[data-v-525b077c] { + color: #ffffff; + font-size: 15px; + font-weight: 600; + padding: 6px 14px; + border-radius: 3px; + display: inline-block; + font-family: "SF Pro Text", sans-serif; +} +.dokan-help-page .section-wrapper .version-list .version .card-version div .feature-list .badge-green[data-v-525b077c] { + background: #00B728; +} +.dokan-help-page .section-wrapper .version-list .version .card-version div .feature-list .badge-blue[data-v-525b077c] { + background: #028AFB; +} +.dokan-help-page .section-wrapper .version-list .version .card-version div .feature-list .badge-red[data-v-525b077c] { + background: #F83838; +} +.dokan-help-page .section-wrapper .version-list .version .card-version div .feature-list .feature[data-v-525b077c] { + margin: 11px 0; +} +.dokan-help-page .section-wrapper .version-list .version .card-version div .feature-list .feature[data-v-525b077c]:last-child { + margin-bottom: 0; +} +.dokan-help-page .section-wrapper .version-list .version .card-version div .feature-list .feature h5[data-v-525b077c] { + color: #000000; + margin: 0; + font-size: 14px; + font-weight: bold; + font-family: "SF Pro Text", sans-serif; +} +.dokan-help-page .section-wrapper .version-list .version .card-version div .feature-list .feature div[data-v-525b077c] { + color: #000000; + font-size: 14px; + font-weight: 400; + opacity: 0.8; + font-family: "SF Pro Text", sans-serif; +} +.dokan-help-page .section-wrapper .version-list .version .card-version div .feature-list .feature img[data-v-525b077c] { + width: 100%; + height: auto; + margin-top: 10px; +} +.dokan-help-page .section-wrapper .version-list .version .card-version div .feature-list .feature ul[data-v-525b077c] { + list-style: disc outside; + opacity: 0.7; + font-size: 14px; + font-weight: 400; + margin-right: 18px; +} +.dokan-help-page .section-wrapper .version-list .version .card-version .continue-reading[data-v-525b077c] { + display: flex; + align-items: center; + justify-content: center; + margin-top: 30px; +} +.dokan-help-page .section-wrapper .version-list .version .card-version .continue-reading a[data-v-525b077c] { + font-size: 13px; + font-weight: normal; + text-decoration: none; + padding: 6px 14px; + display: inline-block; + color: #000000; + background: #ffffff; + border-radius: 3px; + border: 1px solid #E2E2E2; + font-family: "SF Pro Text", sans-serif; +} +.dokan-help-page .section-wrapper .version-list .version .card-version .continue-reading a[data-v-525b077c]:focus { + box-shadow: none; +} +.dokan-help-page .section-wrapper .version-list .version .version-number h4[data-v-525b077c] { + font-weight: 700; + font-size: 23px; + color: #000000; + margin-bottom: 7px; + font-family: "SF Pro Text", sans-serif; +} +.dokan-help-page .section-wrapper .version-list .version .version-number p[data-v-525b077c] { + font-weight: 400; + font-size: 13px; + color: #5C626A; + font-family: "SF Pro Text", sans-serif; +} +.dokan-help-page .section-wrapper .version-list .version .version-number label[data-v-525b077c] { + font-size: 12px; + color: #fff; + background: #8e44ad; + border-radius: 53px; + margin-right: 5px; + padding: 2px 12px; + font-weight: 400; + font-family: "SF Pro Text", sans-serif; +} +@media only screen and (min-width: 1200px) { +.dokan-help-page .section-wrapper .version-list .version[data-v-525b077c] { + display: flex; + width: 900px; + margin: 0 auto; + justify-content: space-between; +} +.dokan-help-page .section-wrapper .version-list .version .card-version[data-v-525b077c] { + width: 700px; +} +.dokan-help-page .section-wrapper .version-list .latest-version[data-v-525b077c] { + margin-top: -200px; +} +.dokan-help-page .section-wrapper .version-list .old-version[data-v-525b077c] { + margin-top: 25px; +} +} +@media screen and (min-width: 992px) and (max-width: 1199px) { +.dokan-help-page .section-wrapper .version-list .version[data-v-525b077c] { + display: flex; + width: 720px; + margin: 0 auto; + justify-content: space-between; +} +.dokan-help-page .section-wrapper .version-list .version .card-version[data-v-525b077c] { + width: 520px; +} +.dokan-help-page .section-wrapper .version-list .latest-version[data-v-525b077c] { + margin-top: -200px; +} +.dokan-help-page .section-wrapper .version-list .old-version[data-v-525b077c] { + margin-top: 20px; +} +} +@media only screen and (max-width: 991px) { +.dokan-help-page .section-wrapper .dokan-notice[data-v-525b077c] { + background: #f7f8fa; + margin: -15px -10px 0; + padding: 15px 15px 0; +} +.dokan-help-page .section-wrapper .change-log[data-v-525b077c] { + background: #f7f8fa; + margin: -15px -10px 0; +} +.dokan-help-page .section-wrapper .change-log.lite-change-log[data-v-525b077c] { + height: 220px; +} +.dokan-help-page .section-wrapper .change-log.pro-change-log[data-v-525b077c] { + height: 280px; +} +.dokan-help-page .section-wrapper .version-list .version .card-version[data-v-525b077c] { + margin: 0 -10px; + border: 0; + box-shadow: none; + border-radius: 0; +} +.dokan-help-page .section-wrapper .version-list .version .card-version .continue-reading[data-v-525b077c] { + justify-content: start; +} +.dokan-help-page .section-wrapper .version-list .latest-version[data-v-525b077c] { + margin-top: -112px; +} +.dokan-help-page .section-wrapper .version-list .latest-version .version-number[data-v-525b077c] { + padding-bottom: 15px; + text-align: center; +} +.dokan-help-page .section-wrapper .version-list .old-version[data-v-525b077c] { + margin-top: 15px; +} +.dokan-help-page .section-wrapper .version-list .old-version .version-number[data-v-525b077c] { + background: #fff; + padding: 25px 25px 0 25px; + margin: 0 -10px; + box-sizing: border-box; +} +.dokan-help-page .section-wrapper .version-list .old-version h4[data-v-525b077c] { + margin-top: 0; +} +.dokan-help-page .section-wrapper .version-list .old-version p[data-v-525b077c] { + margin-bottom: 0; +} +} +.dokan-help-page .scroll-to-top[data-v-525b077c] { + width: 40px; + height: 40px; + color: #ffffff; + background: #ff5722; + border: 0; + position: fixed; + left: 10px; + bottom: 35px; + z-index: 1; + box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.09); + cursor: pointer; + opacity: 0; + visibility: hidden; + transition: all 0.2s ease; +} +.dokan-help-page .loading[data-v-525b077c] { + width: 100%; + text-align: center; + margin-top: 100px; +} + + +.vc-editable-input { + position: relative; +} +.vc-input__input { + padding: 0; + border: 0; + outline: none; +} +.vc-input__label { + text-transform: capitalize; +} + + +.vc-saturation, +.vc-saturation--white, +.vc-saturation--black { + cursor: pointer; + position: absolute; + top: 0; + right: 0; + left: 0; + bottom: 0; +} +.vc-saturation--white { + background: linear-gradient(to left, #fff, rgba(255,255,255,0)); +} +.vc-saturation--black { + background: linear-gradient(to top, #000, rgba(0,0,0,0)); +} +.vc-saturation-pointer { + cursor: pointer; + position: absolute; +} +.vc-saturation-circle { + cursor: head; + width: 4px; + height: 4px; + box-shadow: 0 0 0 1.5px #fff, inset 0 0 1px 1px rgba(0,0,0,.3), 0 0 1px 2px rgba(0,0,0,.4); + border-radius: 50%; + transform: translate(2px, -2px); +} + + +.vc-hue { + position: absolute; + top: 0px; + left: 0px; + bottom: 0px; + right: 0px; + border-radius: 2px; +} +.vc-hue--horizontal { + background: linear-gradient(to left, #f00 0%, #ff0 17%, #0f0 33%, #0ff 50%, #00f 67%, #f0f 83%, #f00 100%); +} +.vc-hue--vertical { + background: linear-gradient(to top, #f00 0%, #ff0 17%, #0f0 33%, #0ff 50%, #00f 67%, #f0f 83%, #f00 100%); +} +.vc-hue-container { + cursor: pointer; + margin: 0 2px; + position: relative; + height: 100%; +} +.vc-hue-pointer { + z-index: 2; + position: absolute; +} +.vc-hue-picker { + cursor: pointer; + margin-top: 1px; + width: 4px; + border-radius: 1px; + height: 8px; + box-shadow: 0 0 2px rgba(0, 0, 0, .6); + background: #fff; + transform: translateX(2px) ; +} + + +.vc-checkerboard { + position: absolute; + top: 0px; + left: 0px; + bottom: 0px; + right: 0px; + background-size: contain; +} + + +.vc-alpha { + position: absolute; + top: 0px; + left: 0px; + bottom: 0px; + right: 0px; +} +.vc-alpha-checkboard-wrap { + position: absolute; + top: 0px; + left: 0px; + bottom: 0px; + right: 0px; + overflow: hidden; +} +.vc-alpha-gradient { + position: absolute; + top: 0px; + left: 0px; + bottom: 0px; + right: 0px; +} +.vc-alpha-container { + cursor: pointer; + position: relative; + z-index: 2; + height: 100%; + margin: 0 3px; +} +.vc-alpha-pointer { + z-index: 2; + position: absolute; +} +.vc-alpha-picker { + cursor: pointer; + width: 4px; + border-radius: 1px; + height: 8px; + box-shadow: 0 0 2px rgba(0, 0, 0, .6); + background: #fff; + margin-top: 1px; + transform: translateX(2px); +} + + +.vc-sketch { + position: relative; + width: 200px; + padding: 10px 10px 0; + box-sizing: initial; + background: #fff; + border-radius: 4px; + box-shadow: 0 0 0 1px rgba(0, 0, 0, .15), 0 8px 16px rgba(0, 0, 0, .15); +} +.vc-sketch-saturation-wrap { + width: 100%; + padding-bottom: 75%; + position: relative; + overflow: hidden; +} +.vc-sketch-controls { + display: flex; +} +.vc-sketch-sliders { + padding: 4px 0; + flex: 1; +} +.vc-sketch-sliders .vc-hue, +.vc-sketch-sliders .vc-alpha-gradient { + border-radius: 2px; +} +.vc-sketch-hue-wrap { + position: relative; + height: 10px; +} +.vc-sketch-alpha-wrap { + position: relative; + height: 10px; + margin-top: 4px; + overflow: hidden; +} +.vc-sketch-color-wrap { + width: 24px; + height: 24px; + position: relative; + margin-top: 4px; + margin-right: 4px; + border-radius: 3px; +} +.vc-sketch-active-color { + position: absolute; + top: 0; + right: 0; + left: 0; + bottom: 0; + border-radius: 2px; + box-shadow: inset 0 0 0 1px rgba(0, 0, 0, .15), inset 0 0 4px rgba(0, 0, 0, .25); + z-index: 2; +} +.vc-sketch-color-wrap .vc-checkerboard { + background-size: auto; +} +.vc-sketch-field { + display: flex; + padding-top: 4px; +} +.vc-sketch-field .vc-input__input { + width: 90%; + padding: 4px 10% 3px 0; + border: none; + box-shadow: inset 0 0 0 1px #ccc; + font-size: 10px; +} +.vc-sketch-field .vc-input__label { + display: block; + text-align: center; + font-size: 11px; + color: #222; + padding-top: 3px; + padding-bottom: 4px; + text-transform: capitalize; +} +.vc-sketch-field--single { + flex: 1; + padding-right: 6px; +} +.vc-sketch-field--double { + flex: 2; +} +.vc-sketch-presets { + margin-left: -10px; + margin-right: -10px; + padding-right: 10px; + padding-top: 10px; + border-top: 1px solid #eee; +} +.vc-sketch-presets-color { + border-radius: 3px; + overflow: hidden; + position: relative; + display: inline-block; + margin: 0 0 10px 10px; + vertical-align: top; + cursor: pointer; + width: 16px; + height: 16px; + box-shadow: inset 0 0 0 1px rgba(0, 0, 0, .15); +} +.vc-sketch-presets-color .vc-checkerboard { + box-shadow: inset 0 0 0 1px rgba(0, 0, 0, .15); + border-radius: 3px; +} +.vc-sketch__disable-alpha .vc-sketch-color-wrap { + height: 10px; +} + +.color-picker-container[data-v-5506900a] { + position: relative; +} +.color-picker-container .color-picker-button[data-v-5506900a] { + border: 1px solid #E2E2E2; + padding: 3px 10px; + display: flex; + background: #FFF; + box-sizing: unset; + align-items: center; + margin-right: auto; + border-radius: 3px; +} +.color-picker-container .color-picker-button .color[data-v-5506900a] { + width: 23px; + height: 23px; + border: 0.3px solid rgba(149, 165, 166, 0.5); + box-sizing: border-box; + margin-left: 3px; + border-radius: 23px; +} +.color-picker-container .color-picker-button span[data-v-5506900a] { + color: #95A5A6; + display: block; + padding: 0; + font-size: 12px; + text-align: center; + line-height: 22px; + margin-left: -5px; +} +.color-picker-container .button-group[data-v-5506900a] { + top: 260px; + left: 11px; + z-index: 1; + position: absolute; +} +.color-picker-container .button-group .button-small[data-v-5506900a] { + color: #fff; + border: 0; + padding: 15px; + font-size: 16px; + font-weight: bold; + border-radius: 0 5px 5px 0; + background-color: #1A9ED4; +} +.color-picker-container .button-group .button-small[data-v-5506900a]:before { + position: absolute; + transform: translate(50%, -50%); +} +.color-picker-container .button-group .button-small[data-v-5506900a]:last-child { + border-radius: 5px 0 0 5px; +} +.color-picker-container .button-group .button-small[data-v-5506900a]:last-child:after { + top: 20%; + right: 50%; + width: 1px; + height: 60%; + content: ''; + position: absolute; + transform: translateX(-50%); + background: #fff; +} +.color-picker-container .button-group .button-small[data-v-5506900a]:hover { + background-color: #1A9ED4; +} +.color-picker-container .vc-sketch[data-v-5506900a] { + top: 120%; + left: 0; + z-index: 1; + position: absolute; + padding-bottom: 40px; +} +.color-picker-container .hex-input[data-v-5506900a] { + top: 260px; + width: 75px; + left: 132px; + padding: 3px 10px 4px; + z-index: 1; + position: absolute; + font-size: 12px; + min-height: 30px !important; + box-shadow: none !important; + font-family: monospace; + line-height: 1.4; + vertical-align: top; +} + +.switch { + position: relative; + display: inline-block; + width: 42px; + height: 20px; +} +.switch input { + display: none; +} +.switch input.enabled + .slider { + background-color: var(--dokan-toggle-active-color); +} +.switch input.enabled + .slider:before { + -webkit-transform: translateX(-22px); + -ms-transform: translateX(-22px); + transform: translateX(-22px); +} +.switch .slider { + position: absolute; + cursor: pointer; + top: 0; + right: 0; + left: 0; + bottom: 0; + background-color: var(--dokan-toggle-inactive-color); + -webkit-transition: 0.2s; + transition: 0.2s; +} +.switch .slider:before { + position: absolute; + content: ""; + height: 14px; + width: 14px; + right: 3px; + bottom: 3px; + background-color: var(--dokan-toggle-color); + -webkit-transition: 0.2s; + transition: 0.2s; +} +.switch .slider.round { + border-radius: 34px; +} +.switch .slider.round:before { + border-radius: 50%; +} + +.secret-box-wraper[data-v-2a9a6c5c] { + display: flex; + flex-direction: row-reverse; +} +.secret-box-wraper .secret-input-box[data-v-2a9a6c5c] { + position: relative; + display: flex; + width: 25em; +} +.secret-box-wraper .secret-input-box div button[data-v-2a9a6c5c] { + cursor: pointer; + height: 20px; + min-height: 32px; + min-width: 32px; + border: 1px solid #f3f4f6; + box-shadow: 0px 3.82974px 3.82974px rgba(0, 0, 0, 0.1); + border-radius: 5px; + background: white; + color: #686666; +} +.secret-box-wraper .secret-input-box .secret-input[data-v-2a9a6c5c] { + width: 100%; +} +.secret-box-wraper .secret-input-box .secret-input.blurry-input[data-v-2a9a6c5c] { + color: transparent; + text-shadow: 0 0 7px #333; +} +.secret-box-wraper .secret-input-box .secret-input-placeholder[data-v-2a9a6c5c] { + position: absolute; + top: 50%; + right: 50%; + transform: translate(50%, -50%); + color: #686666; +} +@media only screen and (max-width: 768px) { +.secret-box-wraper .secret-input-box[data-v-2a9a6c5c] { + max-width: 125px !important; +} +} + +.combine_fields[data-v-63d1027e] { + display: flex; + justify-content: right; + align-items: center; +} +.combine_fields .percent_fee[data-v-63d1027e] { + padding-left: 10px; +} +.combine_fields .fixed_fee input[data-v-63d1027e], +.combine_fields .percent_fee input[data-v-63d1027e] { + width: 100px; +} + +.wm-box-container[data-v-914aa92a] { + display: flex; + flex-direction: column; +} +.wm-box-container .wm-methods-box-container[data-v-914aa92a] { + margin-top: 15px; +} +.wm-box-container .wm-methods-box-container .wm-methods-box[data-v-914aa92a] { + border-bottom: 1px solid #f3f4f6; + padding: 0 30px; + display: flex; + justify-content: space-between; + align-items: center; +} +.wm-box-container .wm-methods-box-container .wm-methods-box[data-v-914aa92a]:last-child { + border-bottom: 0; +} +.wm-box-container .wm-methods-box-container .wm-methods-box .wm-method[data-v-914aa92a] { + display: flex; + align-items: center; +} +.wm-box-container .wm-methods-box-container .wm-methods-box .wm-charges[data-v-914aa92a] { + display: flex; + align-items: center; +} +.wm-box-container .wm-methods-box-container .wm-methods-box .wm-charges .wm-automated[data-v-914aa92a] { + border: 1px solid #dbdbdb; + color: #838181; + padding: 5px 8px; + border-radius: 12px; + background: #f5f5f6; +} +@media only screen and (max-width: 782px) { +.wm-box-container .wm-methods-box-container .wm-methods-box[data-v-914aa92a] { + flex-direction: column; + justify-content: start; + align-items: start; +} +.wm-box-container .wm-methods-box-container .wm-methods-box .wm-charges[data-v-914aa92a] { + margin-right: -20px; + margin-bottom: 20px; +} +} + +.dokan-radio-fields[data-v-49a35897] { + display: flex; + flex: 2; + align-self: center; +} +.dokan-radio-fields label[data-v-49a35897] { + border: 1px solid #b0a7a7; + padding: 10px 15px; + display: inline-block; + overflow: hidden; + font-size: 12px; + font-family: Roboto, sans-serif; + font-weight: 400; + line-height: 14px; + border-left: 0; +} +.dokan-radio-fields label .dashicons-yes[data-v-49a35897] { + color: #fff; + width: 15px; + height: 15px; + margin: -1px 0 0 3px; + cursor: pointer; + display: none; + font-size: 15px; + background: #1aa0f7; + padding-top: 0; + border-radius: 50%; +} +.dokan-radio-fields label input[type=radio][data-v-49a35897] { + display: none; +} +.dokan-radio-fields label[data-v-49a35897]:hover { + color: rgba(3, 58, 163, 0.85); + background: rgba(182, 206, 254, 0.38); + box-sizing: border-box; + box-shadow: 0 4px 4px rgba(0, 0, 0, 0.1); +} +.dokan-radio-fields label.checked[data-v-49a35897] { + color: rgba(3, 58, 163, 0.85); + border: 1px solid rgba(3, 58, 163, 0.81) !important; + background: rgba(182, 206, 254, 0.38); + box-sizing: border-box; +} +.dokan-radio-fields label.checked .dashicons-yes[data-v-49a35897] { + display: inline-block; +} +.dokan-radio-fields label[data-v-49a35897]:first-child { + border-top-right-radius: 5px; + border-bottom-right-radius: 5px; +} +.dokan-radio-fields label[data-v-49a35897]:last-child { + border-left: 1px solid #b0a7a7; + border-top-left-radius: 5px; + border-bottom-left-radius: 5px; +} + +span.repeatable-item-description { + color: #999; + font-size: 11px; + font-style: italic; +} +ul.dokan-settings-repeatable-list { + display: flex; + padding: 20px 20px 0 0; + flex-wrap: wrap; + text-align: left; + justify-content: right; +} +ul.dokan-settings-repeatable-list li { + color: rgba(0, 0, 0, 0.87); + border: 1px solid rgba(0, 0, 0, 0.1); + padding: 5px 12px; + display: flex; + font-size: 13px; + box-sizing: border-box; + background: rgba(182, 206, 254, 0.38); + margin-top: 6px; + box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.1); + align-items: center; + margin-right: 12px; + font-family: 'Roboto', sans-serif; + line-height: 1; + border-radius: 8px; + justify-content: center; +} +ul.dokan-settings-repeatable-list li span.remove-item { + color: #fff; + width: 15px; + margin: 0; + height: 15px; + cursor: pointer; + font-size: 15px; + background: #1aa0f7; + padding-top: 0; + margin-right: 5px; + border-radius: 50%; +} +.dokan-repetable-add-item-btn { + font-size: 16px !important; + font-weight: bold !important; + height: 25px !important; + line-height: 22px !important; +} +.percent_fee, +.fixed_fee { + display: inline-block; +} +.percent_fee input, +.fixed_fee input { + width: 60px; +} +.additional_fee .description { + margin-right: 10px; + margin-top: -10px; +} +.dokan-error { + color: red; + margin-top: 0.5em; + font-style: italic; + margin-bottom: 0; +} +.dokan-input-validation-error { + border-color: red !important; +} +.dokan-error.combine-commission { + margin-right: 10px; +} +.dokan-settings-sub-section { + padding: 20px; + border: 1px solid #f3f4f6; + border-bottom: 0; + background: #f9fafb; +} +.dokan-settings-sub-section .sub-section-title { + margin: 0; + font-size: 14px; + font-family: Roboto, sans-serif; + font-weight: 600; + line-height: 1.2; + margin-bottom: 8px; +} +.dokan-settings-sub-section .sub-section-description { + margin: 0; + font-size: 13px; + font-weight: 300; + line-height: 21px; + font-family: Roboto, sans-serif; + color: #6B7280; +} +.dokan-settings-sub-section .sub-section-description .learn-more-btn { + cursor: pointer; + text-decoration: none; +} +.field_contents.data_clear { + background-color: #FFFBF3; +} +.field_contents.data_clear .field_desc, +.field_contents.data_clear .fa-exclamation-triangle { + color: #E67E22 !important; +} +.field_contents { + border: 1px solid #f3f4f6; + padding: 15px 20px 15px 20px; + border-top: 0; + background: #fff; +} +.field_contents fieldset { + display: flex; + justify-content: space-between; +} +.field_contents fieldset .field_data { + flex: 2; +} +.field_contents fieldset .field_data .field_heading { + color: #111827; + margin: 0; + font-size: 14px; + font-style: normal; + font-weight: 600; + line-height: 1.25; + font-family: 'Roboto', sans-serif; +} +.field_contents fieldset .field_data .field_heading span i { + margin: -3px 5px 0 0; +} +.field_contents fieldset .field_data .field_heading span .tooltip { + font-size: 14px; +} +.field_contents fieldset .field_data .field_desc { + color: #6B7280; + margin: 0; + margin-top: 5px; + font-size: 13px; + font-style: normal; + font-weight: 300; + line-height: 1.2; + font-family: 'Roboto', sans-serif; +} +.field_contents fieldset .field_data .field_desc a { + display: inline-block; + text-decoration: underline; +} +.field_contents fieldset .field_data .field_desc a:hover { + box-shadow: 0 0 0 1px transparent; +} +.field_contents fieldset .field_data .field_desc a:active { + box-shadow: 0 0 0 1px transparent; +} +.field_contents fieldset .field_data .field_desc a:focus { + box-shadow: 0 0 0 1px transparent; +} +.field_contents fieldset .social-switch-wraper { + display: flex; + align-items: center; +} +.field_contents .combine_fields { + display: flex; + justify-content: right; +} +.field_contents .combine_fields .percent_fee { + padding-left: 10px; +} +.field_contents .combine_fields .fixed_fee input, +.field_contents .combine_fields .percent_fee input { + width: 100px; +} +.field_contents .multicheck_fields > div { + display: flex; + align-items: center; + justify-content: right; +} +.field_contents .multicheck_fields > div label { + color: #000; + cursor: inherit; + margin: 9px 15px 9px 0; + display: inline-block; + font-size: 12px; + font-style: normal; + line-height: 14px; + font-family: 'Roboto', sans-serif; + border-radius: 20px !important; + border-radius: 8px; +} +.field_contents .editor_field { + margin-top: 20px; +} +.field_contents .radio_fields label { + border: 0.882967px solid #f3f4f6; + padding: 10px 15px; + display: inline-block; + overflow: hidden; + font-size: 12px; + box-shadow: 0px 3.53187px 3.53187px rgba(0, 0, 0, 0.1); + font-family: 'Roboto', sans-serif; + font-weight: 400; + line-height: 14px; + border-left: 0; +} +.field_contents .radio_fields label:first-child { + border-top-right-radius: 5px; + border-bottom-right-radius: 5px; +} +.field_contents .radio_fields label:last-child { + border-left: 0.882967px solid #f3f4f6; + border-top-left-radius: 5px; + border-bottom-left-radius: 5px; +} +.field_contents .radio_fields label:hover { + color: rgba(3, 58, 163, 0.85); + background: rgba(182, 206, 254, 0.38); + box-sizing: border-box; + box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.1); + border-color: rgba(3, 58, 163, 0.41); +} +.field_contents .radio_fields .checked { + color: rgba(3, 58, 163, 0.85); + border: 1px solid rgba(3, 58, 163, 0.21); + background: rgba(182, 206, 254, 0.38); + box-sizing: border-box; + box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.1); +} +.field_contents .repeatable_fields { + display: flex; + align-items: center; + justify-content: right; +} +.field_contents .repeatable_fields .dokan-repetable-add-item-btn { + color: #fff; + width: 25px; + border: 0; + padding: 0; + position: relative; + background: #2196F3; + min-height: 25px; + margin-right: 8px; + border-radius: 50%; +} +.field_contents .repeatable_fields .dokan-repetable-add-item-btn .dashicons-plus-alt2 { + top: 50%; + right: 50%; + position: absolute; + transform: translate(50%, -50%); + font-size: 18px; +} +.field_contents .dokan-setting-warning { + padding: 10px 0 10px 10px; +} +.field_contents .dokan-setting-warning .dokan-setting-warning-label { + color: #d63638; + font-weight: bold; + margin-left: 10px; +} +.field_contents .dokan-setting-warning .dokan-setting-warning-label span { + margin-top: 6px !important; +} +.field_contents .dokan-setting-warning .dashicons { + margin: 0px; + padding: 0px; +} +.field_contents .add_files { + display: flex; + align-items: center; + justify-content: right; +} +.field_contents .field { + flex: 2; + align-self: center; + text-align: left; +} +.field_contents .field .switch { + display: inline-block; +} +.field_contents .field input[type='radio'], +.field_contents .field input[type='checkbox'] { + display: none; +} +.field_contents .field select, +.field_contents .field textarea, +.field_contents .field input[type='text'], +.field_contents .field input[type='number'], +.field_contents .field input[type='button'] { + border: 0.957434px solid #E9E9E9; + min-height: 32px; + box-shadow: 0px 3.82974px 3.82974px rgba(0, 0, 0, 0.1); + border-radius: 5px; +} +.field_contents .field select, +.field_contents .field textarea { + width: 100%; +} +.field_contents .field .small { + max-width: 35% !important; +} +.field_contents .field .medium { + max-width: 70% !important; +} +.field_contents .field .large { + max-width: 100% !important; +} +.field_contents .field label.checked { + color: rgba(3, 58, 163, 0.85); + border: 1px solid rgba(3, 58, 163, 0.41); + background: rgba(182, 206, 254, 0.38); + box-sizing: border-box; + box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.1); +} +.field_contents .field label.checked .dashicons-yes { + display: inline-block; +} +.field_contents .field .dashicons-yes { + color: #fff; + width: 15px; + height: 15px; + margin: -1px 0 0 3px; + cursor: pointer; + display: none; + font-size: 15px; + background: #1aa0f7; + padding-top: 0; + border-radius: 50%; +} +.field_contents .scl_fields_disable { + filter: grayscale(1); +} +.field_contents .scl_fields { + margin: 15px 0px 4px 0; + border: 0.82px solid #E5E5E5; + padding: 10px 25px; + background: rgba(220, 232, 254, 0.38); + border-radius: 6.56px; +} +.field_contents .scl_fields .scl_header { + display: flex; + align-items: center; + justify-content: space-between; +} +.field_contents .scl_fields .scl_header .scl_contents { + display: flex; + align-items: center; +} +.field_contents .scl_fields .scl_header .scl_contents .scl_icon { + flex: 1.3; + text-align: right; + align-self: center; +} +.field_contents .scl_fields .scl_header .scl_contents .scl_icon img { + width: 48px; + height: 48px; +} +.field_contents .scl_fields .scl_header .scl_contents .scl_icon span { + font-size: 50px; +} +.field_contents .scl_fields .scl_header .scl_contents .scl_desc { + flex: 6; + color: #000000; + font-size: 14px; + text-align: right; + font-style: normal; + font-weight: 300; + line-height: 20px; + font-family: 'Roboto', sans-serif; +} +.field_contents .scl_fields .scl_header .expand_btn { + flex: 2; +} +.field_contents .scl_fields .scl_header .expand_btn span { + color: #fff; + width: 30px; + cursor: pointer; + margin: 0; + border: 0; + padding: 0; + position: relative; + font-size: 20px; + background: #2196f3; + min-height: 30px; + border-radius: 50%; +} +.field_contents .scl_fields .scl_header .expand_btn span:before { + top: 50%; + right: 50%; + position: absolute; + transform: translate(50%, -50%); +} +.field_contents .scl_fields .scl_header .expand_btn .active-social-expend-btn { + background: #4CAF4F; +} +.field_contents .scl_fields .scl_info { + background: #fff; +} +.field_contents .scl_fields .scl_info .scl_text, +.field_contents .scl_fields .scl_info .scl_html { + border: 1px solid #f3f4f6; + display: flex; + padding: 10px 27px 15px 30px; + border-top: 0; + background: rgba(244, 246, 250, 0.17); + justify-content: space-between; +} +.field_contents .scl_fields .scl_info .scl_text fieldset, +.field_contents .scl_fields .scl_info .scl_html fieldset { + width: 100%; +} +.field_contents .scl_fields .scl_info .scl_text fieldset .html_contents, +.field_contents .scl_fields .scl_info .scl_html fieldset .html_contents { + width: 50%; + text-align: right; +} +.field_contents .scl_fields .scl_info .scl_text fieldset .html_contents .field_heading, +.field_contents .scl_fields .scl_info .scl_html fieldset .html_contents .field_heading { + color: #000; + margin: 0; + font-size: 15px; + font-style: normal; + font-weight: 600; + line-height: 30px; + font-family: Roboto, sans-serif; +} +.field_contents .scl_fields .scl_info .scl_text fieldset .html_contents .field_heading span i, +.field_contents .scl_fields .scl_info .scl_html fieldset .html_contents .field_heading span i { + margin: 2.5px 5px 0 0; +} +.field_contents .scl_fields .scl_info .scl_text fieldset .html_contents .field_heading span .tooltip, +.field_contents .scl_fields .scl_info .scl_html fieldset .html_contents .field_heading span .tooltip { + font-size: 14px; +} +.field_contents .scl_fields .scl_info .scl_text fieldset .html_contents .field_desc, +.field_contents .scl_fields .scl_info .scl_html fieldset .html_contents .field_desc { + color: #000; + margin: 0; + font-size: 13px; + font-style: normal; + font-weight: 300; + line-height: 17px; + font-family: Roboto, sans-serif; +} +.field_contents .scl_fields .scl_info .scl_text fieldset .fields, +.field_contents .scl_fields .scl_info .scl_html fieldset .fields { + width: 50%; + align-self: center; + text-align: left; +} +.field_contents .scl_fields .scl_info .scl_text fieldset .fields .checked, +.field_contents .scl_fields .scl_info .scl_html fieldset .fields .checked { + color: rgba(3, 58, 163, 0.85); + border: 1px solid rgba(3, 58, 163, 0.81); + background: rgba(182, 206, 254, 0.38); + box-sizing: border-box; + box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.1); +} +.field_contents .scl_fields .scl_info .scl_text fieldset .fields .checked .dashicons-yes, +.field_contents .scl_fields .scl_info .scl_html fieldset .fields .checked .dashicons-yes { + display: inline-block; +} +.field_contents .scl_fields .scl_info:nth-child(2) { + margin-top: 15px; + border-top: 1px solid #f3f4f6; +} +.field_contents .scl_fields .scl_info:last-child { + margin-bottom: 10px; +} +.field_contents .gmap-field { + text-align: right; +} +.field_contents .gmap-field .mapbox-wrapper .address-input { + color: #000; + margin: 20px 0; + font-size: 15px; +} +.field_contents .gmap-field .mapbox-wrapper .address-input input { + width: 100%; + margin: 5px 0 3px; + display: block; + max-width: 320px; + font-weight: 400; +} +.field_contents .gmap-field .gmap-wrap .search-address { + color: #000; + margin: 20px 0; + max-width: 320px; +} +.dokan-settings-field-type-radio fieldset > label:not(:last-child) { + margin-left: 12px !important; +} +.dokan-settings-field-type-radio fieldset > label:not(:last-child) > input[type="radio"] { + margin-left: 2px; +} +.col-3 { + width: 24.5%; + display: inline-block; +} +.col-3 select { + width: 100%; +} +@media only screen and (max-width: 430px) { +.field_contents { + padding: 14px 14px 18px 14px; +} +.field_contents fieldset { + display: block; +} +.field_contents fieldset .field_data .field_heading { + font-size: 10px; + line-height: 24px; +} +.field_contents fieldset .field_data .field_desc { + font-size: 8px; +} +.field_contents fieldset .field { + margin-top: 15px; + text-align: right; +} +.field_contents fieldset .field select, + .field_contents fieldset .field textarea, + .field_contents fieldset .field input[type=text] { + min-height: 28px; + font-size: 8px; +} +.field_contents fieldset .field .small { + max-width: 35% !important; +} +.field_contents fieldset .field .medium { + max-width: 70% !important; +} +.field_contents fieldset .field .large { + max-width: 100% !important; +} +.field_contents .scl_fields { + padding: 10px 15px; +} +.field_contents .scl_fields .scl_header { + display: block; +} +.field_contents .scl_fields .scl_header .scl_contents { + display: block; +} +.field_contents .scl_fields .scl_header .scl_contents .scl_desc { + font-size: 8px; +} +.field_contents .scl_fields .scl_header .expand_btn { + text-align: right; +} +.field_contents .scl_fields .scl_info .scl_html, + .field_contents .scl_fields .scl_info .scl_text { + padding: 10px; +} +.field_contents .scl_fields .scl_info .scl_html .field_html, + .field_contents .scl_fields .scl_info .scl_text .field_html { + font-size: 10px; + line-height: 20px; +} +.field_contents .scl_fields .scl_info .scl_html .field_desc, + .field_contents .scl_fields .scl_info .scl_text .field_desc { + font-size: 8px; +} +.field_contents .scl_fields .scl_info .scl_html select, + .field_contents .scl_fields .scl_info .scl_text select, + .field_contents .scl_fields .scl_info .scl_html textarea, + .field_contents .scl_fields .scl_info .scl_text textarea, + .field_contents .scl_fields .scl_info .scl_html input[type=text], + .field_contents .scl_fields .scl_info .scl_text input[type=text] { + font-size: 8px; + min-height: 28px; +} +} +@media only screen and (max-width: 768px) { +.field select, + .field textarea, + .field input[type=text] { + max-width: 125px !important; +} +.field .small { + max-width: 35% !important; +} +.field .medium { + max-width: 70% !important; +} +.field .large { + max-width: 100% !important; +} +} + +#dokan-settings-banner { + margin: 20px 0px; + padding: 40px; + background: #fff; + display: flex; + align-items: flex-start; +} +#dokan-settings-banner a { + box-shadow: none; + background: #FF5722; + color: #fff; + border-color: #FF5722; +} +#dokan-settings-banner a:hover { + background: #ff6a3c; +} +#dokan-settings-banner img { + flex: 1; +} +#dokan-settings-banner .content { + flex: 4; + padding: 20px 50px; +} +#dokan-settings-banner .content p { + margin: 30px 0px; + font-size: 14px; +} +#dokan-settings-banner .content a { + margin-left: 8px; +} +#dokan-settings-banner .content .custom-button { + background: #fff; + color: #565656; + border-color: #DFDADF; + -webkit-box-shadow: 0px 0px 11px 1px #ebebeb; + -moz-box-shadow: 0px 0px 11px 1px #ebebeb; + box-shadow: 0px 0px 11px 1px #ebebeb; +} +#dokan-settings-banner .content .custom-button:hover { + background: #f2f2f2; +} + +.dokan-settings-wrap { + border: 1px solid #c8d7e1; + display: flex; + padding: 20px; + position: relative; + background: #fff; + padding-bottom: 100px; + scroll-margin-top: 65px; +} +.dokan-settings-wrap .loading { + position: absolute; + width: 100%; + height: 100%; + background: rgba(255, 255, 255, 0.6); +} +.dokan-settings-wrap .loading .dokan-loader { + top: 40%; + right: 45%; +} +.dokan-settings-wrap .dashicons { + padding-top: 2px; + margin-left: 15px; +} +.dokan-settings-wrap div.nav-tab-wrapper { + width: 340px; + padding: 14px 24px 30px 16px; + overflow: hidden; + background: #F9FAFB; + box-sizing: border-box; + margin-left: 12px; + border-bottom: none; + border-top-color: #cecaca85; +} +.dokan-settings-wrap div.nav-tab-wrapper .nav-section { + padding: 14px 24px 30px 16px; +} +.dokan-settings-wrap div.nav-tab-wrapper .nav-tab { + color: #052B74; + float: none; + margin: 0; + border: none; + cursor: pointer; + display: flex; + padding: 18px; + font-size: 15px; + transition: none; + background: transparent; + font-weight: bold; + border-bottom: 1px solid #e9e9ea; + transition-property: none; +} +.dokan-settings-wrap div.nav-tab-wrapper .nav-tab img { + width: 20px; + height: 20px; + margin: 3px 0 0 15px; +} +.dokan-settings-wrap div.nav-tab-wrapper .nav-tab .nav-content .nav-title { + line-height: 22px; + text-transform: uppercase; +} +.dokan-settings-wrap div.nav-tab-wrapper .nav-tab .nav-content .nav-description { + color: #686666; + font-size: 10px; + line-height: 14px; + font-weight: 500; + text-transform: uppercase; +} +.dokan-settings-wrap div.nav-tab-wrapper .nav-tab:focus, +.dokan-settings-wrap div.nav-tab-wrapper .nav-tab:active { + box-shadow: none; + outline: 0; +} +.dokan-settings-wrap div.nav-tab-wrapper .nav-tab.nav-tab-active { + width: 100%; + color: rgba(3, 58, 163, 0.81); + position: relative; + transition: 0.3s linear; + background: #fff !important; + transition-property: none; +} +.dokan-settings-wrap div.nav-tab-wrapper .nav-tab.nav-tab-active:before { + content: ''; + position: absolute; + right: 0px; + width: 4px; + background-color: #246EFE; + height: 100%; + top: 0; +} +.dokan-settings-wrap div.nav-tab-wrapper .nav-tab:last-child { + border-bottom: 0; +} +.dokan-settings-wrap .metabox-holder { + flex: 3; + padding: 0 3% 75px 6px !important; + position: relative; +} +.dokan-settings-wrap .metabox-holder .settings-header { + display: flex; + margin-bottom: 50px; + justify-content: space-between; +} +.dokan-settings-wrap .metabox-holder .settings-header .settings-content { + flex: 4; +} +.dokan-settings-wrap .metabox-holder .settings-header .settings-content .settings-title { + margin: 30px 0 20px 0; + font-size: 22px; + line-height: 26px; + font-family: Roboto, sans-serif; + margin-bottom: 12px; +} +.dokan-settings-wrap .metabox-holder .settings-header .settings-content .settings-description { + color: #000; + margin: 0; + font-size: 16px; + font-weight: 300; + line-height: 24px; + font-family: Roboto, sans-serif; +} +.dokan-settings-wrap .metabox-holder .settings-header .settings-document-button { + flex: 2.5; + text-align: left; + margin-top: 35px; +} +.dokan-settings-wrap .metabox-holder .settings-header .settings-document-button a.doc-link { + color: #033AA3D9; + border: 1px solid #f3f4f6; + padding: 10px 15px; + font-size: 12px; + background: #FFF; + box-sizing: border-box; + box-shadow: -2px 2px 3px 0px rgba(0, 0, 0, 0.1); + font-family: Roboto, sans-serif; + line-height: 15px; + border-radius: 6.56px; + text-decoration: none; +} +.dokan-settings-wrap .metabox-holder .settings-header .settings-document-button a.doc-link:hover { + background: #033aa3100%f; +} +.dokan-settings-wrap .metabox-holder .group .form-table .dokan-settings-fields .dokan-settings-field-type-sub_section, +.dokan-settings-wrap .metabox-holder .group .form-table .dokan-settings-fields .dokan-settings-field-type-disbursement_sub_section { + border-bottom: 1px solid #f3f4f6; +} +.dokan-settings-wrap .metabox-holder .group .form-table .dokan-settings-fields .dokan-settings-field-type-sub_section .sub-section-styles, +.dokan-settings-wrap .metabox-holder .group .form-table .dokan-settings-fields .dokan-settings-field-type-disbursement_sub_section .sub-section-styles { + margin-top: 20px; + margin-bottom: 0; + padding: 20px; + background: #f9fafb; +} +.dokan-settings-wrap .metabox-holder .group .form-table .dokan-settings-fields div:not(.dokan-settings-field-type-sub_section) .field_contents { + border: 1px solid #f3f4f6; + border-top: none; +} +.dokan-settings-wrap .metabox-holder .group .form-table .dokan-settings-fields > div:not(.dokan-settings-field-type-sub_section):first-child { + border-top: 1px solid #f3f4f6; +} +.dokan-settings-wrap .metabox-holder .back-to-top { + width: 44px; + left: 75px; + height: 44px; + bottom: 150px; + cursor: pointer; + position: fixed; + transition: 0.1s linear; + transform: scale(0); + box-shadow: 0px 0px 10px 0px #0000001F; + border-radius: 50%; + background-color: #fff; +} +.dokan-settings-wrap .metabox-holder .back-to-top img { + top: 50%; + right: 50%; + position: absolute; + transform: translate(50%, -50%); +} +.dokan-settings-wrap .metabox-holder .back-to-top:hover { + transform: scale(1.05); +} +.dokan-settings-wrap .metabox-holder:before { + top: 0; + right: 0; + width: 1px; + height: 100%; + content: ""; + position: absolute; + background: #fff; +} +.dokan-settings-wrap .radio-image-container { + padding: 20px 0; + display: grid; + grid-row-gap: 2.6%; + grid-column-gap: 3.2%; +} +.dokan-settings-wrap .radio-image-container .radio-image { + display: block; + width: 50%; + width: 100%; + background: #fff; + -webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1); + box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1); + margin: 0 0 15px; + position: relative; + line-height: 0; + border: 1px solid #ededed; + padding: 4px; +} +.dokan-settings-wrap .radio-image-container .radio-image img { + max-width: 100%; + z-index: 1; +} +.dokan-settings-wrap .radio-image-container .radio-image .current-option-indicator { + position: absolute; + top: 0; + left: 0; + background-color: #4CAF50; + color: #fff; + padding: 4px; + z-index: 2; + line-height: 1.4; +} +.dokan-settings-wrap .radio-image-container .radio-image .active-option { + opacity: 0; + position: absolute; + top: 0; + right: 0; + z-index: 3; + width: 100%; + height: 100%; + background-color: rgba(0, 0, 0, 0.45); + transition: opacity 0.4s ease; +} +.dokan-settings-wrap .radio-image-container .radio-image .active-option button { + position: absolute; + top: 50%; + right: 50%; + margin-top: -23px; + margin-right: -58px; +} +.dokan-settings-wrap .radio-image-container .radio-image:hover .active-option { + opacity: 1; +} +.dokan-settings-wrap .radio-image-container .radio-image.active .active-option { + display: none; +} +.dokan-settings-wrap .radio-image-container .radio-image.not-active .current-option-indicator { + display: none; +} +.dokan-settings-wrap .radio-image-container label { + display: block; + margin-bottom: 5px; +} +.dokan-settings-wrap .radio-image-container label > input[type='radio'] { + visibility: hidden; + /* Makes input not-clickable */ + position: absolute; + /* Remove input from document flow */ +} +.dokan-settings-wrap .radio-image-container label > img { + max-width: 100%; +} +.dokan-settings-wrap .radio-image-container { + grid-template-columns: repeat(2, 1fr); +} +.dokan-settings-wrap .search-box { + color: rgba(60, 60, 67, 0.6); + filter: drop-shadow(0px 0.0869484px 0.260845px rgba(0, 0, 0, 0.1)) drop-shadow(0px 0.869484px 1.73897px rgba(0, 0, 0, 0.2)); + margin: 8px 0px 14px; + display: flex; + position: relative; + background: #FFF; + align-items: center; + border-radius: 5px; +} +.dokan-settings-wrap .search-box .dashicons.dashicons-search { + font-size: 26px; + margin-right: 15px; + line-height: 20px; + letter-spacing: 0.434742px; +} +.dokan-settings-wrap .search-box .dashicons.dashicons-no-alt { + position: absolute; + top: 50%; + left: 5px; + cursor: pointer; + color: #000; + font-size: 25px; + transform: translate(0%, -60%); +} +.dokan-settings-wrap .search-box .dashicons.dashicons-no-alt:hover { + color: #d43f3a; +} +.dokan-settings-wrap .search-box .dokan-admin-search-settings { + width: 100%; + border: 0; + height: 48px; + display: block; + padding: 0 0 0 45px; + background: #FFF; + border-top: 0; + font-weight: 400; + font-family: Roboto, sans-serif; +} +.dokan-settings-wrap .search-box input[type="text"]:focus { + border-color: transparent; + outline: none; + box-shadow: none; +} +.form-table th.dokan-settings-sub-section-title { + border-bottom: 1px solid #cccccc; + padding: 0 0 10px; +} +.form-table th.dokan-settings-sub-section-title label { + display: block; + margin-top: 20px; + color: #0073aa; + font-weight: 500; + font-size: 1.3em; +} +.form-table .dokan-settings-field-type-sub_section:first-child th.dokan-settings-sub-section-title label { + margin-top: 0; +} +tr.data_clear_on_uninstall td fieldset label { + background: #e00; + padding: 5px; + color: white; + border-radius: 3px; +} +.submit { + margin-top: 40px !important; + text-align: left !important; +} +.submit .button { + color: #FFFFFF; + padding: 10px 15px; + font-size: 15px; + transition: 0.3s; + background: #5a92ff; + font-style: normal; + font-family: 'Roboto', sans-serif; + font-weight: 800; + line-height: 17px; + border-color: transparent; + border-radius: 4.46803px; +} +@media only screen and (max-width: 430px) { +.dokan-settings-wrap .nav-tab-wrapper { + width: 60%; + padding: 10px 12px 15px 12px; +} +.dokan-settings-wrap .nav-tab-wrapper .nav-tab { + padding-right: 10px !important; +} +.dokan-settings-wrap .nav-tab-wrapper .nav-tab img { + margin: 3px 4px 0px 8px; +} +.dokan-settings-wrap .nav-tab-wrapper .nav-tab .nav-content .nav-title { + font-size: 7px; +} +.dokan-settings-wrap .nav-tab-wrapper .nav-tab .nav-content .nav-description { + font-size: 5px !important; +} +.dokan-settings-wrap .nav-tab-wrapper .nav-tab-active:before { + width: 2px !important; +} +.dokan-settings-wrap .metabox-holder { + width: 40%; +} +.dokan-settings-wrap .metabox-holder .settings-header { + display: block; +} +.dokan-settings-wrap .metabox-holder .settings-header .settings-content .settings-title, + .dokan-settings-wrap .metabox-holder .settings-header .settings-content .settings-description { + padding-right: 0; +} +.dokan-settings-wrap .metabox-holder .settings-header .settings-document-button { + text-align: right; +} +.dokan-settings-wrap .search-box .dashicons.dashicons-search { + margin-right: 10px; +} +.dokan-settings-wrap .search-box .dokan-admin-search-settings { + font-size: 10px; +} +} +@media only screen and (max-width: 768px) { +.dokan-settings-wrap .nav-tab-wrapper { + width: 35% !important; +} +.dokan-settings-wrap .nav-tab-wrapper .nav-tab .nav-content .nav-title { + font-size: 10px; +} +.dokan-settings-wrap .nav-tab-wrapper .nav-tab .nav-content .nav-description { + font-size: 8px !important; +} +.dokan-settings-wrap .metabox-holder { + width: 65%; +} +.dokan-settings-wrap .metabox-holder .settings-header .settings-content .settings-title { + padding-right: 0; +} +} + +.dokan-upload-image { + width: 100%; +} +.dokan-upload-image img { + cursor: pointer; +} + + +.dokan-form-input.dokan-store-category{ + width: 103% !important; + border: 0 !important; + padding: 0 !important; +} +#store-category{ + border: 0; +} + +.address-multiselect input.multiselect__input { + border: none; +} + +.checkbox-group { + margin-top: 20px; + padding: 0 10px; +} +.checkbox-group .checkbox-left { + display: inline-block; +} +.checkbox-group .checkbox-left .switch { + margin-left: 10px; + display: inline-block; +} +.payment-info.edit-mode .checkbox-group { + padding: 0; +} +.payment-info.edit-mode .dokan-form-select { + margin-top: 5px; + margin-bottom: 5px; +} +.payment-info.edit-mode .combine-commission-field .dokan-form-input.percent_fee, +.payment-info.edit-mode .combine-commission-field .dokan-form-input.fixed_fee { + width: 40%; +} + +.swal2-container { + z-index: 9999999 !important; +} +.swal2-container .swal2-popup .swal2-title { + line-height: 35px; + font-size: 30px; + font-weight: 400; +} +.dokan-vendor-edit h1 { + font-size: 23px; + font-weight: 400; +} +.dokan-vendor-edit .tab-header .tab-list { + overflow: hidden; + display: flex; + justify-content: space-between; +} +.dokan-vendor-edit .tab-header .tab-list .tab-title { + height: 50px; + list-style-type: none; + position: relative; + background-color: #1a9ed4; + display: flex; + justify-content: center; + align-items: center; +} +.dokan-vendor-edit .tab-header .tab-list .tab-title .icon { + position: relative; + top: 1px; +} +.dokan-vendor-edit .tab-header .tab-list .tab-title a { + color: #fff; + text-decoration: none; + padding: 75px; +} +.dokan-vendor-edit .tab-header .tab-list .tab-title a:active, +.dokan-vendor-edit .tab-header .tab-list .tab-title a:focus { + outline: none; + outline-style: none; + border-color: transparent; + box-shadow: none; +} +.dokan-vendor-edit .tab-header .tab-list .tab-title a span { + position: relative; + top: -1px; + right: -3px; +} +.dokan-vendor-edit .tab-header .tab-list .tab-title:first-child { + padding-right: 5px; +} +.dokan-vendor-edit .tab-header .tab-list .tab-title:nth-child(n+2)::before { + position: absolute; + top: 0; + right: 0; + display: block; + border-right: 25px solid white; + /* width: arrow width, color: background of document */ + border-top: 25px solid transparent; + /* width: half height */ + border-bottom: 25px solid transparent; + /* width: half height */ + width: 0; + height: 0; + content: " "; +} +.dokan-vendor-edit .tab-header .tab-list .tab-title:after { + z-index: 1; + /* need to bring this above the next item */ + position: absolute; + top: 0; + left: -25px; + /* arrow width (negated) */ + display: block; + border-right: 25px solid #f5f5f5; + /* width: arrow width */ + border-top: 25px solid transparent; + /* width: half height */ + border-bottom: 25px solid transparent; + /* width: half height */ + width: 0; + height: 0; + content: " "; + border-right-color: #1a9ed4; +} +.dokan-vendor-edit .tab-header .tab-list .tab-title.active { + background-color: #2C70A3; +} +.dokan-vendor-edit .tab-header .tab-list .tab-title.active a { + color: #fff; +} +.dokan-vendor-edit .tab-header .tab-list .tab-title.active:after { + border-right-color: #2C70A3; +} +.dokan-vendor-edit .tab-header .tab-list .tab-title.last:after { + border-right: 0; +} +.dokan-vendor-edit .tab-header .tab-list .tab-title.active ~ .tab-title { + background-color: #f5f5f5; +} +.dokan-vendor-edit .tab-header .tab-list .tab-title.active ~ .tab-title:after { + border-right-color: #f5f5f5; +} +.dokan-vendor-edit .tab-header .tab-list .tab-title.active ~ .tab-title a { + color: #000; +} +.dokan-vendor-edit .tab-contents { + border: 1px solid #e5e5e5; + border-radius: 3px; + min-height: 400px; +} +.dokan-vendor-edit .tab-contents .loading { + position: relative; + right: 46%; + top: 160px; +} +.dokan-vendor-edit .tab-contents .content-header { + background: #F9F9F9; + margin: 0; + padding: 10px; +} +.dokan-vendor-edit .tab-contents .content-body { + padding-top: 20px; + padding-bottom: 20px; +} +.dokan-vendor-edit .tab-contents .content-body .dokan-form-group { + margin: 0 10px; + overflow: hidden; + display: flex; + flex-wrap: wrap; +} +.dokan-vendor-edit .tab-contents .content-body .dokan-form-group:after, +.dokan-vendor-edit .tab-contents .content-body .dokan-form-group:before { + display: table; + content: " "; +} +.dokan-vendor-edit .tab-contents .content-body .dokan-form-group .column { + float: right; + width: 50%; + padding: 0 10px; +} +.dokan-vendor-edit .tab-contents .content-body .dokan-form-group .column .store-avaibility-info { + display: flex; + justify-content: space-between; +} +.dokan-vendor-edit .tab-contents .content-body .dokan-form-group .column .store-avaibility-info .store-url, +.dokan-vendor-edit .tab-contents .content-body .dokan-form-group .column .store-avaibility-info span { + margin: 0; + padding: 0; + position: relative; + bottom: 10px; + font-style: italic; + color: #a09f9f; + font-size: 12px; +} +.dokan-vendor-edit .tab-contents .content-body .dokan-form-group .column .store-avaibility-info .is-available { + color: green; +} +.dokan-vendor-edit .tab-contents .content-body .dokan-form-group .column .store-avaibility-info .not-available { + color: red; +} +.dokan-vendor-edit .tab-contents .content-body .dokan-form-group .column .password-generator { + margin-top: 6px; +} +.dokan-vendor-edit .tab-contents .content-body .dokan-form-group .column .password-generator .regen-button { + margin-left: 5px; +} +.dokan-vendor-edit .tab-contents .content-body .dokan-form-group .column .password-generator .regen-button span { + line-height: 26px; +} +.dokan-vendor-edit .tab-contents .content-body .dokan-form-group .column .checkbox-left.notify-vendor { + margin-top: 6px; +} +.dokan-vendor-edit .tab-contents .content-body .dokan-form-group .column .multiselect { + margin-top: 5px; +} +.dokan-vendor-edit .tab-contents .content-body .dokan-form-group .column .multiselect__option--highlight { + background: #3c9fd4; +} +.dokan-vendor-edit .tab-contents .content-body .dokan-form-group .column .multiselect__tags { + min-height: 45px; +} +.dokan-vendor-edit .tab-contents .content-body .dokan-form-group .column .multiselect__single { + padding-top: 3px; +} +.dokan-vendor-edit .tab-contents .content-body .dokan-form-group .column .multiselect__select:before { + top: 70%; +} +.dokan-vendor-edit .tab-contents .content-body .dokan-form-group .column .multiselect__input:focus { + box-shadow: none; + border: none; + outline: none; +} +.dokan-vendor-edit .tab-contents .content-body .dokan-form-group .bank-info { + padding-right: 10px; +} +.dokan-vendor-edit .tab-contents .content-body .dokan-form-input { + width: 100%; + /* Full width */ + padding: 7px 12px; + /* Some padding */ + border: 1px solid #ccc; + /* Gray border */ + border-radius: 4px; + /* Rounded borders */ + box-sizing: border-box; + /* Make sure that padding and width stays in place */ + margin-top: 6px; + /* Add a top margin */ + margin-bottom: 16px; + /* Bottom margin */ + resize: vertical; + /* Allow the user to vertically resize the textarea (not horizontally) */ + height: auto; +} +.dokan-vendor-edit .tab-contents .content-body .dokan-form-input::placeholder { + color: #bcbcbc; +} +.dokan-vendor-edit .tab-contents .content-body .dokan-form-input.has-error::placeholder { + color: red; +} +.dokan-vendor-edit .tab-contents .content-body .vendor-image { + display: flex; + padding-bottom: 20px; +} +.dokan-vendor-edit .tab-contents .content-body .vendor-image .picture { + background: #fcfcfc; + border-radius: 3px; + padding: 5px 10px; + border: 2px dashed #d2d2d2; + text-align: center; + flex-grow: 1; + width: 150px; + margin-right: 20px; +} +.dokan-vendor-edit .tab-contents .content-body .vendor-image .picture .profile-image { + max-width: 100px; + margin: 0 auto; +} +.dokan-vendor-edit .tab-contents .content-body .vendor-image .picture .profile-image img { + border: 1px solid #E5E5E5; + padding: 15px 10px 0; + cursor: pointer; + width: 100%; + padding: 5px; +} +.dokan-vendor-edit .tab-contents .content-body .vendor-image .picture.banner { + padding: 0; + flex-grow: 10; + margin-left: 20px; + height: 228px; + padding-top: 5%; +} +.dokan-vendor-edit .tab-contents .content-body .vendor-image .picture.banner .banner-image img { + width: 100%; + height: 223px; + padding: 0; +} +.dokan-vendor-edit .tab-contents .content-body .vendor-image .picture.banner .banner-image button { + background: #007cba; + color: white; + padding: 10px 15px; + border-radius: 3px; + margin: 20px 0; + cursor: pointer; +} +.dokan-vendor-edit .tab-contents .content-body .vendor-image .picture.banner.has-banner { + padding-top: 0; +} +.dokan-vendor-edit .tab-contents .content-body .vendor-image .picture-footer { + color: #808080; + font-weight: 300; +} +.dokan-vendor-edit .dokan-btn { + background: #1a9ed4; + padding: 10px 20px; + color: white; + border-radius: 3px; + cursor: pointer; +} +.dokan-vendor-edit .dokan-btn:active, +.dokan-vendor-edit .dokan-btn:focus { + outline: none; + outline-style: none; + border-color: transparent; + box-shadow: none; +} +.dokan-vendor-edit .dokan-modal .dokan-modal-content { + height: 640px !important; +} +.dokan-vendor-edit .dokan-modal .dokan-modal-content .modal-body { + max-height: 500px; + min-height: 200px; +} +.dokan-vendor-edit .dokan-modal .dokan-modal-content .modal-footer { + padding: 15px; + bottom: 0; + border-top: none; + box-shadow: none; +} +.dokan-vendor-edit .component-fade-enter-active, +.dokan-vendor-edit .component-fade-leave-active { + transition: opacity 0.2s ease; +} +.dokan-vendor-edit .component-fade-enter, +.dokan-vendor-edit .component-fade-leave-to { + opacity: 0; +} +@media only screen and (max-width: 600px) { +.dokan-vendor-edit .dokan-modal .dokan-modal-content { + height: 400px; +} +.dokan-vendor-edit .dokan-modal .dokan-modal-content .modal-body { + max-height: 300px; +} +} +@media only screen and (max-width: 500px) { +.dokan-vendor-edit .tab-list .tab-title .tab-link { + display: flex; +} +.dokan-vendor-edit .tab-list .tab-title .tab-link a { + padding: 12px; + margin-right: 17px; +} +.dokan-vendor-edit .tab-list .tab-title .tab-link a span { + display: block; + margin: 0 auto; +} +.dokan-vendor-edit .tab-contents p, + .dokan-vendor-edit .tab-contents input, + .dokan-vendor-edit .tab-contents button { + font-size: 13px; +} +.dokan-vendor-edit .tab-contents .vendor-image { + display: block !important; +} +.dokan-vendor-edit .tab-contents .vendor-image .picture { + margin-left: 20px !important; + width: auto !important; +} +.dokan-vendor-edit .tab-contents .vendor-image .picture.banner { + margin-top: 15px; +} +} +@media only screen and (max-width: 375px) { +.dokan-vendor-edit .tab-list .tab-title .tab-link { + display: flex; +} +.dokan-vendor-edit .tab-list .tab-title .tab-link a { + padding: 5px; + margin-right: 20px; + font-size: 12px; +} +.dokan-vendor-edit .tab-contents p, + .dokan-vendor-edit .tab-contents input, + .dokan-vendor-edit .tab-contents button { + font-size: 12px; +} +} +@media only screen and (max-width: 320px) { +.dokan-vendor-edit .tab-list .tab-title .tab-link { + display: flex; +} +.dokan-vendor-edit .tab-list .tab-title .tab-link a { + padding: 2px; + margin-right: 20px; + font-size: 10px; +} +} + +.vendor-list .dokan-btn { + padding: 5px 10px; + font-size: 15px; + border-radius: 3px; + color: #2873aa; +} +.vendor-list .image { + width: 10%; +} +.vendor-list .store_name { + width: 30%; +} +.vendor-list td.store_name img { + float: right; + margin-left: 10px; + margin-top: 1px; + width: 24px; + height: auto; +} +.vendor-list td.store_name strong { + display: block; + margin-bottom: 0.2em; + font-size: 14px; +} +@media only screen and (max-width: 600px) { +.vendor-list table td.store_name, + .vendor-list table td.enabled { + display: table-cell !important; +} +.vendor-list table th:not(.check-column):not(.store_name):not(.enabled) { + display: none; +} +.vendor-list table td:not(.check-column):not(.store_name):not(.enabled) { + display: none; +} +.vendor-list table th.column, + .vendor-list table table td.column { + width: auto; +} +.vendor-list table td.manage-column.column-cb.check-column { + padding-left: 15px; +} +.vendor-list table th.column.enabled { + width: 25% !important; +} +} +@media only screen and (max-width: 320px) { +.vendor-list table .row-actions span { + font-size: 11px; +} +} + +.dokan-importer-wrapper[data-v-c15c744e] { + text-align: center; + max-width: 700px; + margin: 40px auto; +} +.dokan-importer-wrapper .skeleton-loader[data-v-c15c744e] { + width: 100%; + display: block; + background: linear-gradient(to left, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.5) 50%, rgba(255, 255, 255, 0) 80%), lightgray; + background-repeat: repeat-y; + background-size: 50px 500px; + background-position: 100% 0; + animation: shine-c15c744e 1s infinite; + border-radius: 5px; +} +@keyframes shine-c15c744e { +to { + background-position: 0% 0, /* move highlight to right */ 100% 0; +} +} +.dokan-importer-wrapper .error[data-v-c15c744e] { + border-radius: 5px; +} +.dokan-importer-wrapper .dokan-importer-progress-steps[data-v-c15c744e] { + padding: 0 0 24px; + margin: 0; + list-style: none outside; + overflow: hidden; + color: #ccc; + width: 100%; + display: inline-flex; +} +.dokan-importer-wrapper .dokan-importer-progress-steps li[data-v-c15c744e] { + width: 50%; + float: right; + padding: 0 0 0.8em; + margin: 0; + text-align: center; + position: relative; + border-bottom: 4px solid #ccc; + line-height: 1.4em; +} +.dokan-importer-wrapper .dokan-importer-progress-steps li[data-v-c15c744e]::before { + content: ""; + border: 4px solid #ccc; + border-radius: 100%; + width: 4px; + height: 4px; + position: absolute; + bottom: 0; + right: 50%; + margin-right: -6px; + margin-bottom: -8px; + background: #fff; +} +.dokan-importer-wrapper .dokan-importer-progress-steps li.active[data-v-c15c744e] { + border-color: #1BAC9E; + color: #1BAC9E; +} +.dokan-importer-wrapper .dokan-importer-progress-steps li.active[data-v-c15c744e]::before { + border-color: #1BAC9E; +} +.dokan-importer-wrapper .dokan-importer[data-v-c15c744e] { + background: #fff; + overflow: hidden; + padding: 0; + margin: 0 0 16px; + color: #555; + text-align: right; +} +.dokan-importer-wrapper .dokan-importer header[data-v-c15c744e] { + margin: 0; + padding: 24px 24px 0; +} +.dokan-importer-wrapper .dokan-importer header .loader-title[data-v-c15c744e] { + width: 50%; + height: 20px; + margin-bottom: 24px; +} +.dokan-importer-wrapper .dokan-importer header .loader-description[data-v-c15c744e] { + height: 10px; + margin-bottom: 10px; +} +.dokan-importer-wrapper .dokan-importer section[data-v-c15c744e] { + padding: 10px 24px 0; +} +.dokan-importer-wrapper .dokan-importer section div[data-v-c15c744e] { + margin: 0; + position: relative; + table-layout: fixed; + border-collapse: collapse; + width: 100%; + clear: both; +} +.dokan-importer-wrapper .dokan-importer section div .dokan-dummy-data-progress-bar[data-v-c15c744e] { + width: 100%; + height: 35px; + -webkit-appearance: none; +} +.dokan-importer-wrapper .dokan-importer section div .dokan-dummy-data-progress-bar[value][data-v-c15c744e]::-webkit-progress-bar { + background-color: #EEEEEE; + border: 1px solid #BCBCBC; + border-radius: 5px; +} +.dokan-importer-wrapper .dokan-importer section div .dokan-dummy-data-progress-bar[value][data-v-c15c744e]::-webkit-progress-value { + background-color: #1BAC9E; + border-radius: 5px; + transition: width 0.5s; +} +.dokan-importer-wrapper .dokan-importer section div .loader-loader[data-v-c15c744e] { + height: 35px; +} +.dokan-importer-wrapper .dokan-importer .import-done[data-v-c15c744e] { + display: flex; + flex-direction: column; + justify-content: center; + align-items: center; + padding: 24px 24px 0 24px; +} +.dokan-importer-wrapper .dokan-importer .import-done p[data-v-c15c744e] { + font-size: 1.2rem; + color: #1BAC9E; +} +.dokan-importer-wrapper .dokan-importer .import-done .links[data-v-c15c744e] { + text-align: center; +} +.dokan-importer-wrapper .dokan-importer .dokan-importer-action[data-v-c15c744e] { + overflow: hidden; + margin: 0; + padding: 24px; + line-height: 3em; +} +.dokan-importer-wrapper .dokan-importer .dokan-importer-action .loader-btn[data-v-c15c744e] { + height: 35px; + width: 150px; + float: left; +} +.dokan-importer-wrapper .dokan-importer .dokan-importer-action .dokan-import-continue-btn[data-v-c15c744e] { + float: left; + font-size: 1.25em; + padding: 6px 12px; + line-height: 1.5em; + height: auto; + border-radius: 4px; + background-color: #1BAC9E; + border-color: #1BAC9E; + border: none; + margin: 0; + opacity: 1; + color: #FFF; + cursor: pointer; +} +.dokan-importer-wrapper .dokan-importer .dokan-importer-action .dokan-import-continue-btn.is-loading[data-v-c15c744e] { + background-color: rgba(27, 172, 158, 0.5); + border-color: rgba(27, 172, 158, 0.5); +} +.dokan-importer-wrapper .dokan-importer .dokan-importer-action .dokan-import-continue-btn.is-busy[data-v-c15c744e] { + animation: components-button__busy-animation 2500ms infinite linear; + opacity: 1; + background-size: 100px 100%; + background-image: linear-gradient(45deg, #f7f6f6 33%, #e0e0e0 33%, #e0e0e0 70%, #f7f6f6 70%); + color: #848484; +} +.dokan-importer-wrapper .dokan-importer .dokan-importer-action .cancel-btn[data-v-c15c744e] { + background-color: #FFFFFF; + border-color: #E2E2E2; + color: #72777C; + border: 1px solid #E2E2E2; + margin-top: 15px; +} + +#dokan-vendor-capabilities { + padding: 20px 70px; +} +#dokan-vendor-capabilities .grid { + display: grid; + grid-template-columns: repeat(12, 1fr); + grid-gap: 16px; + margin-bottom: 30px; +} +#dokan-vendor-capabilities .col-6 { + grid-column: auto / span 6; +} +#dokan-vendor-capabilities #dokan-capability-image-popup { + position: fixed; + top: 0; + right: 0; + left: 0; + bottom: 0; + background-color: #000000; + background-color: rgba(0, 0, 0, 0.7); + z-index: 99900; +} +#dokan-vendor-capabilities #dokan-capability-image-popup .modal-content { + background-color: transparent; + z-index: 100000; + margin: 8% auto; + max-width: 850px; + text-align: center; +} +#dokan-vendor-capabilities .capability-card { + background: #fff; + padding: 50px; + border-radius: 9px; + border: 1px solid #E2E2E2; + display: flex; + flex-direction: column; + align-items: center; + text-align: center; +} +#dokan-vendor-capabilities .capability-card .capability-image { + position: relative; + width: 100%; +} +#dokan-vendor-capabilities .capability-card .capability-image .image { + opacity: 1; + width: 100%; + height: 270px; + max-height: 370px; + transition: 0.5s ease; + backface-visibility: hidden; +} +#dokan-vendor-capabilities .capability-card .capability-image .middle { + transition: 0.5s ease; + opacity: 0; + position: absolute; + top: 50%; + right: 50%; + transform: translate(50%, -50%); + -ms-transform: translate(50%, -50%); + text-align: center; +} +#dokan-vendor-capabilities .capability-card .capability-image:hover .image { + opacity: 0.3; +} +#dokan-vendor-capabilities .capability-card .capability-image:hover .middle { + opacity: 1; +} +#dokan-vendor-capabilities .capability-card .capability-image .zoom { + background-color: #FFB24B; + border-radius: 9px; + color: white; + font-size: 24px; + padding: 16px 24px; + cursor: pointer; +} +#dokan-vendor-capabilities .capability-card .title { + font-size: 18px; +} +#dokan-vendor-capabilities .capability-card .content { + min-height: 40px; +} +#dokan-vendor-capabilities .capability-card p { + margin-bottom: 0px; +} +#dokan-vendor-capabilities .vendor-capabilities-banner { + display: flex; + align-items: center; + padding: 50px; + height: auto; + border-radius: 9px; + background-position: center; + background-repeat: no-repeat; + background-size: cover; + margin-bottom: 16px; +} +#dokan-vendor-capabilities .vendor-capabilities-banner .content { + margin: 30px; +} +#dokan-vendor-capabilities .vendor-capabilities-banner .content .title { + font-size: 26px; + font-weight: bold; + color: #FF0000; +} + +#dokan-upgrade-to-pro-wrapper #dokan-upgrade-popup { + position: fixed; + top: 0; + right: 0; + left: 0; + bottom: 0; + min-height: 360px; + background-color: rgba(0, 0, 0, 0.7); + z-index: 9999; + overflow-y: auto; +} +#dokan-upgrade-to-pro-wrapper #dokan-upgrade-popup::-webkit-scrollbar { + display: none; +} +#dokan-upgrade-to-pro-wrapper #dokan-upgrade-popup .modal-content { + margin: 4% auto; + max-width: 400px; + border-radius: 4px; + text-align: center; + position: relative; + padding: 25px 40px; + background-color: #fff; + box-sizing: border-box; +} +@media only screen and (max-width: 576px) { +#dokan-upgrade-to-pro-wrapper #dokan-upgrade-popup .modal-content { + max-width: 325px; + padding: 25px 15px; + margin: 12% auto; +} +} +@media (min-width: 577px) and (max-width: 1024px) { +#dokan-upgrade-to-pro-wrapper #dokan-upgrade-popup .modal-content { + margin: 6% auto; +} +} +#dokan-upgrade-to-pro-wrapper #dokan-upgrade-popup .modal-content span.close { + position: absolute; + top: 20px; + left: 25px; + cursor: pointer; +} +#dokan-upgrade-to-pro-wrapper #dokan-upgrade-popup .modal-content .body { + margin-top: 5px; +} +#dokan-upgrade-to-pro-wrapper #dokan-upgrade-popup .modal-content .body .unlock { + color: #FF5722; + font-size: 1rem; + font-weight: normal; + font-family: "SF Pro Text", sans-serif; + margin: 0 0 5px; +} +#dokan-upgrade-to-pro-wrapper #dokan-upgrade-popup .modal-content .body .text-brand { + padding: 8px 16px; + background: #e9f3ff; + border-radius: 37px; + color: #1C81FA; + font-size: 1rem; + font-weight: normal; + font-family: "SF Pro Text", sans-serif; + display: inline-block; + margin: 0 0 23px; +} +#dokan-upgrade-to-pro-wrapper #dokan-upgrade-popup .modal-content .body h1 { + padding: 0; + margin-bottom: 13px; + font-size: 1.5rem; + font-weight: bold; + font-family: "SF Pro Text", sans-serif; +} +#dokan-upgrade-to-pro-wrapper #dokan-upgrade-popup .modal-content .body .upgrade-text { + margin: 0; + font-size: 0.813rem; + font-weight: normal; + font-family: "SF Pro Text", sans-serif; +} +#dokan-upgrade-to-pro-wrapper #dokan-upgrade-popup .modal-content .body .upgrade-text strong { + color: #ff5722; +} +#dokan-upgrade-to-pro-wrapper #dokan-upgrade-popup .modal-content .body .upgrade-button { + background: #FF5722; + border-radius: 3px; + padding: 10px 18px; + font-weight: 400; + font-size: 0.75rem; + font-family: "SF Pro Text", sans-serif; + margin: 30px 0; + display: inline-block; + text-decoration: none; + color: #fff; +} +#dokan-upgrade-to-pro-wrapper #dokan-upgrade-popup .modal-content .body .promo-card { + margin-bottom: 25px; +} +#dokan-upgrade-to-pro-wrapper #dokan-upgrade-popup .modal-content .body .promo-card svg { + width: 100%; +} +#dokan-upgrade-to-pro-wrapper #dokan-upgrade-popup .modal-content .body .already-updated { + color: #758598; + font-size: 0.875rem; + font-weight: normal; + font-family: "SF Pro Text", sans-serif; + text-decoration: none; +} + +.dokan-modules-wrap .module-content { + position: relative; + margin-top: 15px; +} +.dokan-modules-wrap .module-content .loading { + position: absolute; + width: 100%; + height: 100%; + top: 0px; + right: 0px; + background: rgba(255, 255, 255, 0.5); +} +.dokan-modules-wrap .module-content .loading .dokan-loader { + top: 30%; + right: 47%; +} +.dokan-modules-wrap .module-content .dokan-modules .plugin-card { + position: relative; +} +.dokan-modules-wrap .module-content .dokan-modules .plugin-card .plugin-action-buttons svg { + cursor: pointer; +} +.dokan-modules-wrap .module-content .dokan-modules .plugin-card .card-footer { + position: absolute; + bottom: 18px; + left: 20px; +} +@media only screen and (max-width: 600px) { +.dokan-modules-wrap input#media-search-input { + width: 74%; +} +.dokan-modules-wrap .module-content .tablenav.top { + margin-top: -16px; +} +.dokan-modules-wrap table td.name, + .dokan-modules-wrap table td.active { + display: table-cell !important; +} +.dokan-modules-wrap table th:not(.check-column):not(.name):not(.active) { + display: none; +} +.dokan-modules-wrap table td:not(.check-column):not(.name):not(.active) { + display: none; +} +.dokan-modules-wrap table th.column, + .dokan-modules-wrap table td.column { + width: auto; +} +.dokan-modules-wrap table th.column.name { + width: 50% !important; +} +.dokan-modules-wrap table th.column.active { + width: 20% !important; +} +.dokan-modules-wrap table td.column.order_id .row-actions { + font-size: 11px; +} +} + +.dokan-rw-footer { + display: flex; + flex-direction: row-reverse; +} +.dokan-rw-footer .dokan-rw-footer-btn { + display: flex; + align-items: center; +} +.dokan-rw-footer .dokan-rw-footer-btn img.not-loading { + height: 0px; + transition: height 200ms; +} +.dokan-rw-footer .dokan-rw-footer-btn img.is-loading { + height: 20px; + margin-left: 10px; + transition: height 200ms; +} +.dokan-rw-multiselect-container .multiselect .multiselect__tags { + border: 1px solid #b0a7a7; +} +.dokan-rw-multiselect-container .multiselect .multiselect__tags .multiselect__placeholder { + color: #b0a7a7; +} +.dokan-rw-section .dokan-rw-section-heading { + display: flex; + align-items: center; + column-gap: 5px; +} +.dokan-rw-section .dokan-rw-section-body .dokan-rw-note-area textarea { + width: 100%; + padding: 0.2rem; + border: 1px solid #b0a7a7; + min-height: 100px; + padding-right: 0.2rem; + padding-left: 0.2rem; +} +.dokan-rw-section .dokan-rw-section-body .dokan-rw-note-area textarea:focus { + border-color: #b0a7a7; + box-shadow: 0 0 0 0px #b0a7a7; + outline: none; +} +.dokan-rw-section .dokan-rw-section-body .dokan-rw-note-area textarea::placeholder { + color: #b0a7a7; +} +.dokan-rw-multiselect { + margin-top: 1rem; +} +.dokan-rw-multiselect input { + padding: 0; + line-height: 0; + min-height: 0; + box-shadow: none; + border-radius: 0; + border: none; +} +.dokan-rw-multiselect input:focus { + border-color: transparent; + box-shadow: none; + outline: none; +} +.dokan-rw-input input { + width: 100%; + padding: 0.2rem; + border: 1px solid #b0a7a7; +} +.dokan-rw-input input:focus { + border-color: #b0a7a7; + box-shadow: 0 0 0 0px #b0a7a7; + outline: none; +} +.dokan-rw-input input::placeholder { + color: #b0a7a7; +} +@media only screen and (max-width: 800px) { +.dokan-add-new-rw .dokan-modal-content { + width: 80% !important; +} +} +@media only screen and (max-width: 500px) { +.dokan-add-new-rw .dokan-modal-content { + width: 400px !important; + top: 50% !important; +} +} +@media only screen and (max-width: 376px) { +.dokan-add-new-rw .dokan-modal-content { + width: 90% !important; +} +} +.dokan-add-new-rw .dokan-modal-content { + height: 70% !important; + overflow: scroll; +} +.dokan-add-new-rw .modal-footer { + bottom: -55px; + position: relative; +} +.dokan-add-new-rw .modal-body { + overflow-y: hidden !important; +} + +.animate-enter-active { + animation: animate 150ms; +} +.animate-leave-active { + animation: animate 150ms reverse; +} +@keyframes animate { +0% { + opacity: 0; +} +50% { + opacity: 0.5; +} +100% { + opacity: 1; +} +} +.swal2-actions button { + margin-left: 10px !important; +} +.dokan-reverse-withdrawal .dokan-reverse-withdrawal-fact-card { + display: flex; + flex-wrap: wrap; +} +#dokan_reverse_withdrawal_list_table .dokan-reverse-withdrawal-filters { + display: flex; +} +#dokan_reverse_withdrawal_list_table .dokan-reverse-withdrawal-filters .multiselect .multiselect__select { + height: 28px; +} +#dokan_reverse_withdrawal_list_table .dokan-reverse-withdrawal-filters .multiselect .multiselect__tags input.multiselect__input { + max-height: 28px; +} +#dokan_reverse_withdrawal_list_table .dokan-reverse-withdrawal-filters .multiselect .multiselect__tags span.multiselect__single { + margin: 0 auto; + min-height: 28px; + line-height: 28px; +} +@media only screen and (max-width: 500px) { +#dokan_reverse_withdrawal_list_table .dokan-reverse-withdrawal-filters { + flex-direction: column; +} +} +#dokan_reverse_withdrawal_list_table input.multiselect__input { + border: none; +} +#dokan_reverse_withdrawal_list_table .label { + display: inline-block; + padding: 0px 6px; + color: #fff; + font-size: 10px; + font-weight: bold; + border-radius: 10px; +} +#dokan_reverse_withdrawal_list_table .expired { + background-color: #5cb85c; +} +#dokan_reverse_withdrawal_list_table .not_published { + background-color: #fb7369; +} +#dokan_reverse_withdrawal_list_table .search-by-product { + display: inline; + margin-right: 5px; +} +#dokan_reverse_withdrawal_list_table .search-by-product .search-box #post-search-input { + border-radius: 3px; + border: 1px solid #aaaaaa; + padding-top: 0 !important; + padding-bottom: 0 !important; + padding-right: 8px !important; +} +#dokan_reverse_withdrawal_list_table .search-by-product .search-box #post-search-input::placeholder { + color: #999 !important; +} +#dokan_reverse_withdrawal_list_table div.actions { + display: flex; +} +#dokan_reverse_withdrawal_list_table .multiselect { + display: inline-block !important; + width: 250px !important; + font-size: 12px !important; +} +#dokan_reverse_withdrawal_list_table .multiselect .multiselect__tags { + font-size: 12px !important; + min-height: 30px !important; + max-height: 33px !important; + padding-top: 0px !important; +} +#dokan_reverse_withdrawal_list_table .multiselect .multiselect__input { + border: none; + box-shadow: none; +} +#dokan_reverse_withdrawal_list_table .multiselect .multiselect__input:focus { + border: none; + box-shadow: none; + outline: none; +} +#dokan_reverse_withdrawal_list_table .widefat .store { + width: 15em; +} +#dokan_reverse_withdrawal_list_table .widefat .product_title { + width: 20em; +} +#dokan_reverse_withdrawal_list_table .negative-balance > div { + display: inline; +} + +.swal2-actions button { + margin-left: 10px !important; +} +.dokan-reverse-withdrawal-transactions .dokan-reverse-withdrawal-fact-card { + display: flex; + flex-wrap: wrap; +} +#dokan_reverse_withdrawal_transactions_list_table input.multiselect__input { + border: none; +} +#dokan_reverse_withdrawal_transactions_list_table div.actions { + display: flex; +} +#dokan_reverse_withdrawal_transactions_list_table .multiselect { + display: inline-block !important; + width: 250px !important; + font-size: 12px !important; +} +#dokan_reverse_withdrawal_transactions_list_table .multiselect .multiselect__tags { + font-size: 12px !important; + min-height: 30px !important; + max-height: 33px !important; + padding-top: 0px !important; +} +#dokan_reverse_withdrawal_transactions_list_table .multiselect .multiselect__input { + border: none; + box-shadow: none; +} +#dokan_reverse_withdrawal_transactions_list_table .multiselect .multiselect__input:focus { + border: none; + box-shadow: none; + outline: none; +} +#dokan_reverse_withdrawal_transactions_list_table .widefat .store { + width: 15em; +} +#dokan_reverse_withdrawal_transactions_list_table .widefat .product_title { + width: 20em; +} +#dokan_reverse_withdrawal_transactions_list_table .negative-balance > div { + display: inline; +} + diff --git a/assets/js/vue-admin.asset.php b/assets/js/vue-admin.asset.php new file mode 100644 index 0000000000..2f5948b5d1 --- /dev/null +++ b/assets/js/vue-admin.asset.php @@ -0,0 +1 @@ + array('jquery', 'moment'), 'version' => 'a521023e290305762815'); diff --git a/assets/js/vue-admin.css b/assets/js/vue-admin.css new file mode 100644 index 0000000000..0a90b38a20 --- /dev/null +++ b/assets/js/vue-admin.css @@ -0,0 +1,4441 @@ +.dokan-promo-banner { + display: flex; + column-gap: 2rem; + align-items: center; + justify-content: center; + background-color: #262626; + background-repeat: no-repeat; + background-position: bottom 0 right -30px; + background-image: url("data:image/svg+xml,%3C%3Fxml version=%271.0%27 encoding=%27UTF-8%27%3F%3E%3Csvg fill=%27none%27 viewBox=%270 0 1118 134%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath d=%27m16.314 46.792c-17.462 5.8373-25.659 37.492 0 49.954 125.57 60.988 154.29-4.0336 158.38-32.554 1.759-12.267-3.3-58.934-35.28-53.602-31.981 5.3322-23.859-5.6127-51.525-10.103-27.666-4.4902-28.935 23.293-38.072 34.238s-11.676 4.7708-33.504 12.067z%27 fill=%27%23DCE0FF%27 fill-opacity=%27.06%27/%3E%3Cg filter=%27url%28%23d%29%27%3E%3Cpath d=%27m232.24 94.631-3.154 3.8071-0.012 0.0133c-0.188 0.2111-0.28 0.4935-0.252 0.7747l0.501 5.0681c0.106 1.072-0.37 2.131-1.242 2.764-0.871 0.634-2.026 0.759-3.013 0.327l-4.665-2.042c-0.259-0.114-0.555-0.114-0.814 0l-4.665 2.042c-0.984 0.43-2.139 0.309-3.013-0.327-0.872-0.633-1.348-1.692-1.242-2.764l0.501-5.0681c0.028-0.2812-0.064-0.5636-0.252-0.7747l-0.023-0.0269-3.143-3.7935c-0.706-0.8042-0.939-1.9333-0.608-2.9517 0.332-1.0228 1.19-1.8016 2.24-2.0337l4.75-1.0913c0.276-0.0604 0.516-0.2349 0.659-0.4787l2.574-4.3943c0.544-0.9295 1.552-1.507 2.629-1.507s2.085 0.5775 2.629 1.507l2.574 4.3942c0.143 0.2439 0.383 0.4184 0.659 0.4788l0.01 0.0023 4.74 1.089c1.05 0.2321 1.908 1.0109 2.24 2.0336 0.331 1.0185 0.098 2.1476-0.608 2.9518zm-5.439 4.7948c-0.083-0.8371 0.187-1.6778 0.742-2.3096l3.154-3.8072 0.012-0.0133c0.239-0.2683 0.318-0.6472 0.207-0.9888-0.111-0.3414-0.398-0.6014-0.748-0.6782l-0.01-0.0022-4.74-1.0889c-0.826-0.1826-1.544-0.7054-1.972-1.4353l-2.573-4.3942c-0.182-0.3099-0.518-0.5024-0.877-0.5024s-0.695 0.1925-0.876 0.5024l-2.574 4.3942c-0.428 0.7298-1.146 1.2527-1.972 1.4352l-4.749 1.0912c-0.351 0.0768-0.638 0.3368-0.749 0.6783s-0.032 0.7204 0.207 0.9887l0.023 0.0269 3.143 3.7936c0.555 0.6318 0.825 1.4724 0.743 2.3095l-0.501 5.0675c-0.035 0.358 0.123 0.711 0.414 0.922 0.29 0.211 0.675 0.253 1.004 0.109l4.665-2.042c0.777-0.34 1.667-0.34 2.444 0l4.665 2.042c0.329 0.144 0.714 0.102 1.004-0.109 0.291-0.211 0.449-0.564 0.414-0.922l-0.5-5.0674zm-8.96-7.087c0.397 0.3967 0.397 1.0398 0 1.4365-0.396 0.3966-1.039 0.3966-1.436 0-0.397-0.3967-0.397-1.0398 0-1.4365 0.397-0.3966 1.04-0.3966 1.436 0zm4.31 5.746c-0.397 0.3967-0.397 1.0398 0 1.4365 0.396 0.3966 1.039 0.3966 1.436 0 0.397-0.3967 0.397-1.0398 0-1.4365s-1.04-0.3967-1.436 0zm0.171-5.9197-6.094 6.0934 1.436 1.4363 6.094-6.0934-1.436-1.4363z%27 clip-rule=%27evenodd%27 fill=%27%23fff%27 fill-opacity=%27.24%27 fill-rule=%27evenodd%27/%3E%3C/g%3E%3Cg filter=%27url%28%23c%29%27%3E%3Cpath d=%27m852.47 7.8208c0.18-0.08357 0.384-0.09774 0.574-0.03968 0.188 0.06461 0.326 0.22631 0.361 0.42212l1.954 6.3567c0.443 1.4302-0.062 2.9843-1.261 3.8813l-10.952 8.1002 0.073 0.6298c0.099 0.5363 0.439 0.9971 0.923 1.249 0.489 0.2551 1.074 0.2472 1.556-0.0211l10.784-6.3575c0.307-0.1805 0.701-0.0786 0.882 0.2276 0.18 0.3062 0.078 0.7008-0.228 0.8813l-10.784 6.3575c-0.856 0.4708-1.889 0.4937-2.766 0.0613-0.888-0.4425-1.51-1.2851-1.671-2.2647l-0.099-0.801-9.78-8.5422c-0.533-0.4538-1.292-0.5279-1.902-0.1858l-1.858 1.0949c-0.306 0.1806-0.701 0.0787-0.881-0.2275-0.181-0.3063-0.079-0.7008 0.227-0.8814l1.858-1.0949c1.085-0.6242 2.445-0.4988 3.397 0.3133l1.398 1.2305 18.195-10.39zm0.836 9.5933c0.787-0.5519 1.121-1.5522 0.825-2.4663l-1.701-5.6096-17.141 9.7688 7.187 6.2978 10.83-7.9907zm-7.844 14.449c-1.378 0.8124-1.837 2.588-1.024 3.9659 0.812 1.378 2.587 1.8365 3.965 1.0241 1.378-0.8123 1.837-2.5879 1.025-3.9658-0.813-1.378-2.588-1.8365-3.966-1.0242zm2.288 3.8812c-0.766 0.4513-1.752 0.1966-2.204-0.569-0.451-0.7655-0.196-1.7519 0.569-2.2032 0.766-0.4513 1.752-0.1966 2.204 0.569 0.451 0.7655 0.196 1.7519-0.569 2.2032zm8.246-10.092c-1.378 0.8123-1.836 2.5879-1.024 3.9658 0.813 1.378 2.588 1.8365 3.966 1.0242s1.836-2.588 1.024-3.9659-2.588-1.8365-3.966-1.0241zm2.288 3.8811c-0.765 0.4513-1.752 0.1966-2.203-0.5689-0.451-0.7656-0.196-1.752 0.569-2.2033 0.766-0.4513 1.752-0.1965 2.203 0.569 0.452 0.7655 0.197 1.7519-0.569 2.2032z%27 clip-rule=%27evenodd%27 fill=%27%23fff%27 fill-opacity=%27.23%27 fill-rule=%27evenodd%27/%3E%3C/g%3E%3Cpath d=%27m858.68 78.402c-46.133-0.572-65.012 36.944-68.685 55.772h328v-74.721c-29.38-41.829-81.54-18.948-120.48 3.9327-38.934 22.881-81.173 15.731-138.84 15.016z%27 fill=%27url%28%23a%29%27 fill-opacity=%27.14%27/%3E%3Cg filter=%27url%28%23b%29%27%3E%3Cpath d=%27m992.27 106.41-7.65 11.309c-0.616 0.906-1.588 1.518-2.669 1.681-1.082 0.163-2.192-0.135-3.046-0.817l-8.831-7.053c-0.854-0.682-1.39-1.699-1.47-2.789s0.302-2.174 1.048-2.974l9.34-9.9638c0.598-0.6419 1.606-0.7158 2.294-0.167l1.667 1.3314 0.06-0.075c1.608-2.0144 4.556-2.3445 6.57-0.7357 2.015 1.6088 2.345 4.5561 0.736 6.5711l-0.06 0.075 1.667 1.331c0.688 0.549 0.838 1.548 0.344 2.276zm-3.571-9.146c-1.404-1.1213-3.458-0.8913-4.579 0.5127l-0.06 0.075 5.092 4.0673 0.06-0.075c1.121-1.404 0.891-3.4588-0.513-4.58zm-8.91 20.212c0.555 0.443 1.248 0.629 1.95 0.523s1.309-0.488 1.709-1.075l7.649-11.31c0.082-0.12 0.058-0.283-0.055-0.373l-1.667-1.331-1.089 1.363c-0.244 0.306-0.69 0.356-0.995 0.112-0.306-0.244-0.356-0.69-0.112-0.996l1.089-1.363-5.092-4.0673-1.089 1.3633c-0.244 0.306-0.69 0.356-0.996 0.112-0.305-0.245-0.355-0.6903-0.111-0.996l1.089-1.3634-1.667-1.3314c-0.113-0.0896-0.277-0.0776-0.375 0.0275l-9.34 9.9643c-0.484 0.518-0.722 1.194-0.67 1.903 0.052 0.708 0.386 1.342 0.941 1.785l8.831 7.053zm4.009-10.566c0.389-0.044 0.739 0.236 0.783 0.625 0.043 0.389-0.236 0.739-0.625 0.783l-5.15 0.576c-0.194 0.022-0.379-0.037-0.52-0.15-0.142-0.113-0.241-0.28-0.262-0.475l-0.271-2.413c-0.043-0.389 0.237-0.739 0.626-0.783 0.388-0.043 0.739 0.236 0.782 0.625l0.192 1.71 4.445-0.498z%27 clip-rule=%27evenodd%27 fill=%27%23fff%27 fill-opacity=%27.24%27 fill-rule=%27evenodd%27/%3E%3C/g%3E%3Cdefs%3E%3Cfilter id=%27d%27 x=%27205%27 y=%2780.174%27 width=%2730%27 height=%2729.465%27 color-interpolation-filters=%27sRGB%27 filterUnits=%27userSpaceOnUse%27%3E%3CfeFlood flood-opacity=%270%27 result=%27BackgroundImageFix%27/%3E%3CfeBlend in=%27SourceGraphic%27 in2=%27BackgroundImageFix%27 result=%27shape%27/%3E%3CfeGaussianBlur result=%27effect1_foregroundBlur_72:773%27 stdDeviation=%271%27/%3E%3C/filter%3E%3Cfilter id=%27c%27 x=%27825.3%27 y=%275.7458%27 width=%2737.058%27 height=%2733.509%27 color-interpolation-filters=%27sRGB%27 filterUnits=%27userSpaceOnUse%27%3E%3CfeFlood flood-opacity=%270%27 result=%27BackgroundImageFix%27/%3E%3CfeBlend in=%27SourceGraphic%27 in2=%27BackgroundImageFix%27 result=%27shape%27/%3E%3CfeGaussianBlur result=%27effect1_foregroundBlur_72:773%27 stdDeviation=%271%27/%3E%3C/filter%3E%3Cfilter id=%27b%27 x=%27966.6%27 y=%2793.138%27 width=%2727.967%27 height=%2728.307%27 color-interpolation-filters=%27sRGB%27 filterUnits=%27userSpaceOnUse%27%3E%3CfeFlood flood-opacity=%270%27 result=%27BackgroundImageFix%27/%3E%3CfeBlend in=%27SourceGraphic%27 in2=%27BackgroundImageFix%27 result=%27shape%27/%3E%3CfeGaussianBlur result=%27effect1_foregroundBlur_72:773%27 stdDeviation=%271%27/%3E%3C/filter%3E%3ClinearGradient id=%27a%27 x1=%27954.18%27 x2=%27954.16%27 y1=%27-167.87%27 y2=%27128.1%27 gradientUnits=%27userSpaceOnUse%27%3E%3Cstop stop-color=%27%23fff%27 offset=%270%27/%3E%3Cstop stop-color=%27%23fff%27 stop-opacity=%270%27 offset=%271%27/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E"); + position: relative; + padding-right: 40px; +} +.dokan-promo-banner .thumbnail { + display: flex; +} +.dokan-promo-banner .thumbnail svg { + width: 227px; + height: 147px; +} +.dokan-promo-banner .content { + display: flex; + align-items: center; + justify-content: space-between; + column-gap: 1.5rem; +} +.dokan-promo-banner .content .details { + flex: 0 0 170px; +} +.dokan-promo-banner .content .details h3 { + color: #ffffff; + font-size: 18px; + font-weight: bold; + font-style: normal; + font-family: "SF Pro Text", sans-serif; + margin: 0; +} +.dokan-promo-banner .content .details h3 .dokan-offer { + display: none; +} +.dokan-promo-banner .content .details p { + color: #bcbcbc; + font-size: 14px; + font-style: normal; + font-weight: normal; + font-family: "SF Pro Text", sans-serif; + margin-bottom: 0; +} +.dokan-promo-banner .content .features { + display: grid; + column-gap: 2rem; + row-gap: 1.25rem; + align-items: center; + grid-template-columns: repeat(2, minmax(0, 1fr)); + flex-shrink: 0; +} +.dokan-promo-banner .content .features label { + position: relative; + color: #e1e1e1; + font-size: 14px; + font-style: normal; + font-weight: normal; + font-family: "SF Pro Text", sans-serif; + padding-left: 34px; + cursor: context-menu; +} +.dokan-promo-banner .content .features span { + position: absolute; + top: 0; + left: 0; + width: 20px; + height: 20px; + border-radius: 3px; + background-color: #3fc274; +} +.dokan-promo-banner .content .features span:after { + content: ""; + position: absolute; + left: 7px; + top: 3px; + width: 4px; + height: 9px; + border: solid white; + border-width: 0 1.8px 1.8px 0; + transform: rotate(45deg); +} +.dokan-promo-banner .content .features a { + color: #999999; + font-style: normal; + font-weight: normal; + font-size: 16px; + font-family: "SF Pro Text", sans-serif; +} +.dokan-promo-banner .content .features a:hover { + color: #c9c9c9; +} +.dokan-promo-banner .btn-upgrade { + flex-shrink: 0; +} +.dokan-promo-banner .btn-upgrade a { + color: #ffffff; + background: #2CBF67; + font-size: 15px; + font-weight: normal; + font-style: normal; + font-family: Lato, sans-serif; + padding: 15px 28px; + border-radius: 3px; + text-decoration: none; + transition: all 0.1s linear; +} +.dokan-promo-banner .btn-upgrade a:hover { + background: #17a951; +} +.dokan-promo-banner .close-banner { + position: absolute; + top: 10px; + right: 5px; + border: 0; + background: transparent; + text-decoration: none; +} +.dokan-promo-banner .close-banner span { + font-size: 15px; + display: flex; + align-items: center; + justify-content: center; + color: #404040; + transition: all 0.2s ease; + cursor: pointer; + border: 1px solid #3f3f3f; + border-radius: 55px; + width: 20px; + height: 20px; +} +.dokan-promo-banner .close-banner span:hover { + color: #f16982; + border-color: #f16982; +} +@media only screen and (max-width: 576px) { +.dokan-promo-banner { + flex-wrap: wrap; + background-position: unset; + background-image: unset; + padding: 28px 23px; + justify-content: start; +} +.dokan-promo-banner .thumbnail { + display: none; +} +.dokan-promo-banner .content { + flex-wrap: wrap; + margin-bottom: 25px; +} +.dokan-promo-banner .content .details { + text-align: left; + flex: unset; + margin-bottom: 20px; +} +.dokan-promo-banner .content .details p { + width: 80%; +} +.dokan-promo-banner .content .details h3 { + font-size: 15px; +} +.dokan-promo-banner .content .details h3 .dokan-offer { + font-size: 13px; + font-weight: 300; + margin-left: 15px; + display: inline-block; +} +.dokan-promo-banner .content .details h3 .penchant-off { + margin: 0 5px; + padding: 3px 8px; + background-color: rgba(249, 95, 71, 0.15); + color: #E04932; + font-size: 15px; + font-weight: 900; + border-radius: 5px; +} +.dokan-promo-banner .content .details p { + font-size: 13px; +} +.dokan-promo-banner .content .features { + flex-wrap: wrap; + row-gap: 0; + column-gap: 1rem; + grid-template-columns: repeat(2, minmax(0, 1fr)); +} +.dokan-promo-banner .content .features .hidden-sm { + display: none; +} +.dokan-promo-banner .content .features label { + font-size: 13px; + font-weight: 300; +} +.dokan-promo-banner .content .features a { + margin-top: 20px; + display: block; + font-size: 13px; +} +.dokan-promo-banner .btn-upgrade a { + display: block; + padding: 12px 16px; +} +} +@media only screen and (max-width: 375px) { +.dokan-promo-banner .content .details p { + width: 85%; +} +} +@media (min-width: 577px) and (max-width: 991px) { +.dokan-promo-banner .content .details { + flex: 0 1 280px; +} +.dokan-promo-banner .content .features { + display: none; +} +} +@media (min-width: 992px) and (max-width: 1120px) { +.dokan-promo-banner { + background-position: bottom 20px right -10px; +} +.dokan-promo-banner .thumbnail svg { + width: 180px; + height: 140px; +} +.dokan-promo-banner .content { + justify-content: center; + column-gap: 0.5rem; +} +.dokan-promo-banner .content .details { + flex: 0 0 180px; +} +.dokan-promo-banner .content .features { + grid-template-columns: repeat(1, minmax(0, 1fr)); +} +.dokan-promo-banner .content .features .hidden-sm { + display: none; +} +} +@media (min-width: 1121px) and (max-width: 1300px) { +.dokan-promo-banner { + background-position: bottom 15px right -20px; +} +.dokan-promo-banner .content { + justify-content: center; +} +.dokan-promo-banner .content .details { + flex: 0 0 250px; +} +.dokan-promo-banner .content .features { + grid-template-columns: repeat(1, minmax(0, 1fr)); +} +.dokan-promo-banner .content .features .hidden-sm { + display: none; +} +} +@media only screen and (min-width: 1301px) { +.dokan-promo-banner { + background-position: bottom 0 right -15px; +} +.dokan-promo-banner .content .details { + flex: 0 0 170px; +} +.dokan-promo-banner .content .features { + grid-template-columns: repeat(2, minmax(0, 1fr)); +} +} +@media only screen and (min-width: 1550px) { +.dokan-promo-banner { + background-position: bottom -5px right 165px; +} +.dokan-promo-banner .content .details { + flex: 0 0 190px; +} +.dokan-promo-banner .content .features { + grid-template-columns: repeat(3, minmax(0, 1fr)); +} +} + +.dokan-dashboard .widgets-wrapper { + display: block; + overflow: hidden; + margin-top: 15px; + width: 100%; +} +.dokan-dashboard .widgets-wrapper .left-side, +.dokan-dashboard .widgets-wrapper .right-side { + float: left; + width: 48%; +} +.dokan-dashboard .widgets-wrapper .left-side { + margin-right: 3%; +} +.dokan-dashboard .dokan-postbox .loading { + display: block; + width: 100%; + margin: 15px auto; + text-align: center; +} +.dokan-dashboard .subscribe-box { + margin: 20px -12px -11px -12px; + padding: 0 15px 15px; + background: #fafafa; + border-top: 1px solid #efefef; + position: relative; +} +.dokan-dashboard .subscribe-box h3 { + margin: 10px 0; +} +.dokan-dashboard .subscribe-box p { + margin-bottom: 10px !important; +} +.dokan-dashboard .subscribe-box .thank-you { + background: #4fa72b; + margin-top: 10px; + padding: 15px; + border-radius: 3px; + color: #fff; +} +.dokan-dashboard .subscribe-box .form-wrap { + display: flex; +} +.dokan-dashboard .subscribe-box .form-wrap input[type="email"] { + width: 100%; + padding: 3px 0 3px 6px; + margin: 0px -1px 0 0; +} +.dokan-dashboard .subscribe-box .form-wrap button.button { + box-shadow: none; + background: #FF5722; + color: #fff; + border-color: #FF5722; + border-top-left-radius: 0; + border-bottom-left-radius: 0; +} +.dokan-dashboard .subscribe-box .form-wrap button.button:hover { + background: #ff6a3c; +} +.dokan-dashboard .subscribe-box .loading { + position: absolute; + height: 100%; + margin: 0 0 0 -15px; + background: rgba(0, 0, 0, 0.2); +} +.dokan-dashboard .subscribe-box .loading .dokan-loader { + margin-top: 30px; +} +@media only screen and (max-width: 770px) { +.dokan-dashboard .widgets-wrapper .left-side { + margin-right: 0; +} +.dokan-dashboard .widgets-wrapper .left-side, + .dokan-dashboard .widgets-wrapper .right-side { + width: auto; +} +} +@media only screen and (max-width: 500px) { +.dokan-dashboard .widgets-wrapper .left-side { + margin-right: 0; +} +.dokan-dashboard .widgets-wrapper .left-side, + .dokan-dashboard .widgets-wrapper .right-side { + width: auto; +} +.dokan-dashboard .postbox.dokan-status ul li a .details span.up, + .dokan-dashboard .postbox.dokan-status ul li a .details span.down { + display: none; +} +.dokan-dashboard .postbox.dokan-status ul li a strong { + font-size: 16px; +} +} +@media only screen and (max-width: 360px) { +.dokan-dashboard .postbox.dokan-status ul li a .details { + display: none; +} +} + +.withdraw-requests .dokan-modal .modal-body { + min-height: 130px; +} +.withdraw-requests .dokan-modal .modal-body textarea { + width: 100%; +} +.withdraw-requests .image { + width: 10%; +} +.withdraw-requests .seller { + width: 20%; +} +.withdraw-requests td.seller img { + float: left; + margin-right: 10px; + margin-top: 1px; + width: 24px; + height: auto; +} +.withdraw-requests td.seller strong { + display: block; + margin-bottom: 0.2em; + font-size: 14px; +} +.withdraw-requests td.actions, +.withdraw-requests th.actions { + width: 120px; +} +.withdraw-requests td.status span { + line-height: 2.5em; + padding: 5px 8px; + border-radius: 4px; +} +.withdraw-requests td.status .approved { + background: #c6e1c6; + color: #5b841b; +} +.withdraw-requests td.status .pending { + background: #f8dda7; + color: #94660c; +} +.withdraw-requests td.status .cancelled { + background: #eba3a3; + color: #761919; +} +.withdraw-requests .method_details_inner p { + margin-bottom: 2px; +} +.withdraw-requests select#filter-payment-methods { + width: 175px; +} +.withdraw-requests .select2.select2-container { + width: 190px; + vertical-align: top; +} +@media only screen and (max-width: 600px) { +.withdraw-requests table td.seller, + .withdraw-requests td.amount, + .withdraw-requests td.actions { + display: table-cell !important; +} +.withdraw-requests table th:not(.check-column):not(.seller):not(.amount):not(.actions) { + display: none; +} +.withdraw-requests table td:not(.check-column):not(.seller):not(.amount):not(.actions) { + display: none; +} +.withdraw-requests table th.column, + .withdraw-requests table td.column { + width: auto; +} +.withdraw-requests table td.column.actions .dashicons { + width: 14px; + height: 14px; + font-size: 18px; +} +.withdraw-requests table td.seller .row-actions { + display: inline-block; +} +.withdraw-requests table td.seller .row-actions span { + font-size: 11px; +} +} +@media only screen and (max-width: 376px) { +.withdraw-requests table td.seller .row-actions { + display: inline-block; +} +.withdraw-requests table td.seller .row-actions span { + font-size: 9px; +} +} +@media only screen and (max-width: 320px) { +.withdraw-requests table td.column.actions .dashicons { + width: 10px; + height: 10px; + font-size: 14px; +} +} + +.cta-section { + background-image: -moz-linear-gradient(15deg, #ff7d90 0%, #ffad6f 100%); + background-image: -webkit-linear-gradient(15deg, #ff7d90 0%, #ffad6f 100%); + background-image: -ms-linear-gradient(15deg, #ff7d90 0%, #ffad6f 100%); + background-image: linear-gradient(15deg, #ff7d90 0%, #ffad6f 100%); + background-repeat: no-repeat; + background-position: center center; + background-size: contain; + text-align: center; + padding: 35px 75px 40px; + color: #fff; +} +.cta-section img { + width: 60px; + border-radius: 50%; + box-shadow: 0px 3px 70px 0px rgba(126, 17, 0, 0.35); +} +.cta-section h2 { + font-size: 30px; + color: #fff; + font-weight: 400; + line-height: 1.333em; + text-align: center; + margin: 10px 0; + text-shadow: 0px 1px 2px rgba(255, 255, 255, 0.31); +} +.cta-section p { + font-size: 16px; + line-height: 1.5em; + font-weight: 300; + margin: 10px 0 30px; +} +.cta-section .btn { + background-color: #fff; + color: #f2624d; + font-size: 16px; + line-height: 1.538em; + font-weight: 300; + border: 1px solid #FF9381; + border-radius: 3px; + box-shadow: 0px 1px 2px 0px rgba(255, 128, 142, 0.05); + display: inline-block; + text-decoration: none; + padding: 12px 27px; +} +.cta-section .btn:hover { + box-shadow: 2.736px 7.518px 20px 0 rgba(0, 0, 0, 0.15); +} +.cta-section .btn svg { + width: 15px; + fill: #f2624d; + margin-left: 6px; +} + +/* Slider */ +.slick-slider +{ + position: relative; + + display: block; + box-sizing: border-box; + + -webkit-user-select: none; + -moz-user-select: none; + user-select: none; + + -webkit-touch-callout: none; + -khtml-user-select: none; + touch-action: pan-y; + -webkit-tap-highlight-color: transparent; +} + +.slick-list +{ + position: relative; + + display: block; + overflow: hidden; + + margin: 0; + padding: 0; +} +.slick-list:focus +{ + outline: none; +} +.slick-list.dragging +{ + cursor: pointer; + cursor: hand; +} + +.slick-slider .slick-track, +.slick-slider .slick-list +{ + transform: translate3d(0, 0, 0); +} + +.slick-track +{ + position: relative; + top: 0; + left: 0; + + display: block; + margin-left: auto; + margin-right: auto; +} +.slick-track:before, +.slick-track:after +{ + display: table; + + content: ''; +} +.slick-track:after +{ + clear: both; +} +.slick-loading .slick-track +{ + visibility: hidden; +} + +.slick-slide +{ + display: none; + float: left; + + height: 100%; + min-height: 1px; +} +[dir='rtl'] .slick-slide +{ + float: right; +} +.slick-slide img +{ + display: block; +} +.slick-slide.slick-loading img +{ + display: none; +} +.slick-slide.dragging img +{ + pointer-events: none; +} +.slick-initialized .slick-slide +{ + display: block; +} +.slick-loading .slick-slide +{ + visibility: hidden; +} +.slick-vertical .slick-slide +{ + display: block; + + height: auto; + + border: 1px solid transparent; +} +.slick-arrow.slick-hidden { + display: none; +} + +.dokan-pro-features { + font-family: 'Open Sans', sans-serif; + margin: -10px -20px 0 -22px; +} +.dokan-pro-features .vendor-capabilities-banner { + display: flex; + align-items: center; + padding: 50px; + height: auto; + border-radius: 9px; + background-position: center; + background-repeat: no-repeat; + background-size: cover; + margin: 20px 70px; +} +.dokan-pro-features .vendor-capabilities-banner .content { + margin: 30px; +} +.dokan-pro-features .vendor-capabilities-banner .content .title { + font-size: 26px; + font-weight: bold; + color: #FF0000; +} +.dokan-pro-features .vendor-capabilities-banner a { + box-shadow: none; + background: #FF5722; + color: #fff; + border-color: #FF5722; +} +.dokan-pro-features .vendor-capabilities-banner a:hover { + color: #fff; + background: #ff6a3c; +} +.dokan-pro-features a { + transition: all 0.2s ease; +} +.dokan-pro-features .section-title { + text-align: center; + color: #2e2c2c; + font-size: 30px; + line-height: 1.5em; + font-weight: 400; + position: relative; + margin: 0 0 58px; +} +.dokan-pro-features .section-title:after { + content: ''; + position: absolute; + bottom: -21px; + left: 50%; + transform: translateX(-50%); + width: 38px; + height: 5px; + border-radius: 3px; + background-color: #f2624d; +} +.dokan-pro-features .header-section { + background-color: #f2f2f2; + color: #3f4143; + font-size: 16px; + display: flex; + align-items: center; + padding: 0 8%; + border-bottom: 1px solid #eee; +} +@media (min-width: 1281px) { +.dokan-pro-features .header-section { + padding: 0 24%; +} +} +.dokan-pro-features .header-section .feature-thumb img { + width: 233px; + margin: -20px 0 -30px; +} +.dokan-pro-features .header-section .content-area { + padding-left: 10%; +} +.dokan-pro-features .header-section .content-area h1 { + font-size: 27px; + line-height: 1.5em; + color: #2e2c2c; +} +.dokan-pro-features .header-section .content-area p { + font-size: 16px; + line-height: 1.5em; + font-weight: 300; + margin: 0; + letter-spacing: 0.5px; +} +.dokan-pro-features .service-section { + text-align: center; + padding: 73px 30px 85px; + background-color: #f7f8f9; +} +@media (min-width: 1281px) { +.dokan-pro-features .service-section { + padding-left: 20%; + padding-right: 20%; +} +} +.dokan-pro-features .service-section .service-list { + display: flex; + flex-wrap: wrap; +} +.dokan-pro-features .service-section .service-list .service-box { + flex: 0 0 28.9%; + margin: 2.2%; + text-align: center; + border-radius: 5px; + background-color: #ffffff; +} +.dokan-pro-features .service-section .service-list .service-box .service-thumb img { + border-radius: 5px 5px 0 0; + max-width: 100%; +} +.dokan-pro-features .service-section .service-list .service-box .service-detail { + padding: 20px 25px 25px; +} +.dokan-pro-features .service-section .service-list .service-box .service-detail h3 { + color: #3f4143; + font-size: 15px; + line-height: 1.5em; + font-weight: 300; + margin: 0; +} +.dokan-pro-features .service-section .btn { + font-size: 16px; + line-height: 1.5em; + font-weight: 300; + color: #ffff; + background-color: #3984b5; + border: 1px solid #226b9b; + border-radius: 3px; + text-decoration: none; + padding: 13px 28px; + display: inline-block; + margin-top: 52px; + transition: all 0.2s ease; +} +.dokan-pro-features .service-section .btn:hover { + box-shadow: 2.736px 7.518px 20px 0 rgba(0, 0, 0, 0.15); +} +.dokan-pro-features .service-section .btn svg { + width: 15px; + fill: #fff; + margin-left: 5px; +} +.dokan-pro-features .comparison-section { + background-color: #f1f1f1; + padding: 75px; +} +@media (min-width: 1281px) { +.dokan-pro-features .comparison-section { + padding-left: 21.2%; + padding-right: 21.2%; +} +} +.dokan-pro-features .comparison-section .section-title { + margin-bottom: 90px; +} +.dokan-pro-features .comparison-section .comparison-area { + display: flex; + justify-content: space-between; +} +.dokan-pro-features .comparison-section .comparison-area .compare-box { + flex: 0 0 48%; + background-color: #fff; + border: 1px solid #E0E9EC; + border-radius: 5px; + box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.05); + padding: 50px; + box-sizing: border-box; +} +.dokan-pro-features .comparison-section .comparison-area .compare-box .logo-section { + margin-bottom: 58px; + position: relative; +} +.dokan-pro-features .comparison-section .comparison-area .compare-box .logo-section:after { + content: ""; + position: absolute; + bottom: -23px; + left: 0; + width: 38px; + height: 5px; + border-radius: 3px; + background-color: #d7d7d7; +} +.dokan-pro-features .comparison-section .comparison-area .compare-box .logo-section img { + width: 120px; +} +.dokan-pro-features .comparison-section .comparison-area .compare-box .compare-list { + margin: 0; +} +.dokan-pro-features .comparison-section .comparison-area .compare-box .compare-list li { + font-size: 15px; + line-height: 1.5em; + font-weight: 300; + color: #66676E; + margin-bottom: 28px; + position: relative; + display: flex; + align-items: center; +} +.dokan-pro-features .comparison-section .comparison-area .compare-box .compare-list li:last-child { + margin-bottom: 0; +} +.dokan-pro-features .comparison-section .comparison-area .compare-box .compare-list li img { + width: 21px; + margin-right: 12px; +} +.dokan-pro-features .comparison-section .comparison-area .compare-box .compare-list li.unavailable { + color: #ccced5; +} +.dokan-pro-features .pricing-section { + background-color: #f7f8f9; + padding: 85px 0 62px; +} +.dokan-pro-features .pricing-section .section-title { + margin-bottom: 120px; +} +.dokan-pro-features .pricing-section .pricing-wrapper { + padding: 0 4.5%; +} +@media (min-width: 1281px) { +.dokan-pro-features .pricing-section .pricing-wrapper { + padding-left: 21%; + padding-right: 21%; +} +} +.dokan-pro-features .pricing-section .table-row { + display: flex; +} +.dokan-pro-features .pricing-section .table-row:first-child .table-col:first-child { + background-color: transparent; + border-color: transparent; + border-radius: 3px 3px 0 0; +} +.dokan-pro-features .pricing-section .table-row:first-child .table-col:nth-child(2) { + border-radius: 3px 0 0 0; +} +.dokan-pro-features .pricing-section .table-row:first-child .table-col:last-child { + border-radius: 0 3px 0 0; +} +.dokan-pro-features .pricing-section .table-row:first-child .table-col.popular { + position: relative; +} +.dokan-pro-features .pricing-section .table-row:first-child .table-col.popular:before { + position: absolute; + top: -28px; + left: 0; + width: 100%; + content: 'Most Popular'; + color: #23282d; + font-size: 14px; + line-height: 1.4em; + background-color: #ffcc00; + border-radius: 3px 3px 0 0; + padding: 5px; + box-sizing: border-box; +} +.dokan-pro-features .pricing-section .table-row:nth-child(2) .table-col:first-child { + border-radius: 3px 3px 0 0; +} +.dokan-pro-features .pricing-section .table-row:nth-last-child(2) .table-col:first-child { + border-radius: 0 0 5px 5px; + border-bottom: 1px solid #e7eaeb; +} +.dokan-pro-features .pricing-section .table-row:last-child .table-col { + border-bottom: 1px solid #e7eaeb; +} +.dokan-pro-features .pricing-section .table-row:last-child .table-col:first-child { + border-radius: 0 0 5px 5px; + background-color: transparent; + border-color: transparent; +} +.dokan-pro-features .pricing-section .table-row:last-child .table-col:nth-child(2) { + border-radius: 0 0 0 5px; +} +.dokan-pro-features .pricing-section .table-row:last-child .table-col:last-child { + border-radius: 0 0 5px 0; +} +.dokan-pro-features .pricing-section .table-row .table-col { + width: 18.5%; + text-align: center; + border: 1px solid #e7eaeb; + padding: 18px; + background-color: #fff; + border-bottom: 0; + border-left: 0; + border-right: 0; +} +.dokan-pro-features .pricing-section .table-row .table-col:first-child { + width: 25%; + margin-right: 2%; + text-align: left; + border-left: 1px solid #e7eaeb; + border-right: 1px solid #e7eaeb; +} +.dokan-pro-features .pricing-section .table-row .table-col:nth-child(2) { + border-left: 1px solid #e7eaeb; +} +.dokan-pro-features .pricing-section .table-row .table-col:last-child { + border-left: 1px solid #e7eaeb; + border-right: 1px solid #e7eaeb; +} +.dokan-pro-features .pricing-section .table-row .table-col.popular { + z-index: 1; + box-shadow: 1px 10px 30px 0 rgba(215, 223, 254, 0.5); +} +.dokan-pro-features .pricing-section .table-row .table-col .module-name { + color: #157ef5; + font-size: 14px; + line-height: 1.5em; + font-weight: 300; + text-decoration: none; +} +.dokan-pro-features .pricing-section .table-row .table-col .plan-data { + font-size: 15px; + color: #3f4143; +} +.dokan-pro-features .pricing-section .table-row .table-col .plan-data img { + display: block; + margin: 0 auto; + width: 23px; +} +.dokan-pro-features .pricing-section .table-row .table-col .buy-btn { + font-size: 14px; + font-weight: 300; + border-radius: 3px; + padding: 13px 34px; + color: #fff; + text-decoration: none; + margin: 25px 0 14px; + display: inline-block; + transition: all 0.2s ease; +} +.dokan-pro-features .pricing-section .table-row .table-col .buy-btn:hover { + box-shadow: 1px 10px 30px 0 rgba(215, 223, 254, 0.5); +} +.dokan-pro-features .pricing-section .table-row .table-col .buy-btn.starter { + background-color: #00bcff; +} +.dokan-pro-features .pricing-section .table-row .table-col .buy-btn.professional { + background-color: #2bc66d; +} +.dokan-pro-features .pricing-section .table-row .table-col .buy-btn.business { + background-color: #795dff; +} +.dokan-pro-features .pricing-section .table-row .table-col .buy-btn.enterprise { + background-color: #ff5956; +} +.dokan-pro-features .pricing-section .plan-name { + display: inline-block; + background: black; + color: #fff; + font-size: 14px; + font-weight: 300; + line-height: 1.4em; + border-radius: 25px; + padding: 5px 20px; + min-width: 95px; + box-sizing: border-box; + margin: 26px 0 20px; +} +.dokan-pro-features .pricing-section .plan-name.starter { + background-color: #00bcff; +} +.dokan-pro-features .pricing-section .plan-name.professional { + background-color: #2bc66d; +} +.dokan-pro-features .pricing-section .plan-name.business { + background-color: #795dff; +} +.dokan-pro-features .pricing-section .plan-name.enterprise { + background-color: #ff5956; +} +.dokan-pro-features .pricing-section .price { + margin-bottom: 15px; +} +.dokan-pro-features .pricing-section .price span { + font-size: 14px; + line-height: 1.2em; + font-weight: 300; + color: #b8bbbe; + display: block; +} +.dokan-pro-features .pricing-section .price span:first-child { + font-size: 28px; + line-height: 1.5em; + font-weight: 400; + color: #23282d; +} +.dokan-pro-features .pricing-section .price span:first-child sup { + font-size: 14px; +} +.dokan-pro-features .payment-section { + display: flex; + background: #fff; + justify-content: space-between; + padding: 20px 65px 15px; + align-items: center; +} +@media (min-width: 1281px) { +.dokan-pro-features .payment-section { + padding-left: 21%; + padding-right: 21%; +} +} +.dokan-pro-features .payment-section .guarantee-section { + display: flex; + flex: 0 0 70%; + align-content: center; + align-items: center; + position: relative; +} +.dokan-pro-features .payment-section .guarantee-section:after { + content: ""; + position: absolute; + right: -18px; + top: 50%; + transform: translateY(-50%); + width: 5px; + height: 38px; + border-radius: 3px; + background-color: #f1f1f1; +} +.dokan-pro-features .payment-section .guarantee-section .feature-thumb img { + max-width: 100%; + width: 160px; +} +.dokan-pro-features .payment-section .guarantee-section .guarantee-detail { + padding-left: 25px; +} +.dokan-pro-features .payment-section .guarantee-section .guarantee-detail h2 { + font-size: 24px; + line-height: 1.5em; + color: #2e2c2c; + font-weight: 400; + margin: 0; +} +.dokan-pro-features .payment-section .guarantee-section .guarantee-detail p { + color: #66676e; + font-size: 15px; + line-height: 1.5em; + font-weight: 300; + margin: 5px 0 20px; +} +.dokan-pro-features .payment-section .guarantee-section .guarantee-detail a { + color: #f2624d; + font-size: 15px; + line-height: 1.5em; + text-decoration: none; +} +.dokan-pro-features .payment-section .guarantee-section .guarantee-detail a img { + width: 18px; + margin-right: 4px; +} +.dokan-pro-features .payment-section .payment-area h3 { + font-size: 15px; + font-weight: 300; + color: #66676e; + margin: 0px 0 17px; +} +.dokan-pro-features .payment-section .payment-area .option img { + max-width: 100%; +} +.dokan-pro-features .testimonial-section { + background-color: #f1f1f1; + padding: 75px 0 70px; + text-align: center; +} +.dokan-pro-features .testimonial-section .section-title { + margin-bottom: 75px; +} +.dokan-pro-features .testimonial-section .testimonial-wrapper { + width: 80%; + text-align: center; + margin: 0 auto; +} +@media only screen and (min-width: 1281px) { +.dokan-pro-features .testimonial-section .testimonial-wrapper { + width: 55%; +} +} +.dokan-pro-features .testimonial-section .testimonial-wrapper .testimonial-box .profile-pic { + width: 70px; + height: 70px; + border: 5px solid #fff; + border-radius: 50%; + background-color: #fff; + box-shadow: 0px 1px 16px 0px rgba(0, 0, 0, 0.16); + margin: 0 auto -35px; + z-index: 1; + position: relative; +} +.dokan-pro-features .testimonial-section .testimonial-wrapper .testimonial-box .profile-pic img { + border-radius: 50%; + max-width: 100%; +} +.dokan-pro-features .testimonial-section .testimonial-wrapper .testimonial-box .content-detail { + background-color: #fff; + color: #000; + border-radius: 5px; + border: 1px solid #E0E9EC; + box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.05); + padding: 50px 30px 30px; + background-repeat: no-repeat; + background-position: 40px 40px; +} +.dokan-pro-features .testimonial-section .testimonial-wrapper .testimonial-box .content-detail h4 { + font-size: 18px; + line-height: 1.444; + color: #F2624D; + font-weight: 400; + margin-top: 0; + margin-bottom: 5px; +} +.dokan-pro-features .testimonial-section .testimonial-wrapper .testimonial-box .content-detail span { + font-size: 15px; + line-height: 1.444; + font-weight: 300; + color: #66676e; + margin-bottom: 20px; + display: inline-block; +} +.dokan-pro-features .testimonial-section .testimonial-wrapper .testimonial-box .content-detail p { + color: #2e2c2c; + font-size: 14px; + line-height: 1.9em; + font-weight: 300; +} +.dokan-pro-features .testimonial-section .testimonial-wrapper .slick-dots { + text-align: center; + margin: 40px 0 25px; +} +.dokan-pro-features .testimonial-section .testimonial-wrapper .slick-dots li { + position: relative; + display: inline-block; + width: 20px; + height: 20px; + margin: 0 5px; + padding: 0; + cursor: pointer; +} +.dokan-pro-features .testimonial-section .testimonial-wrapper .slick-dots li.slick-active button:before { + background-color: #3f4143; +} +.dokan-pro-features .testimonial-section .testimonial-wrapper .slick-dots li button { + position: relative; + font-size: 0; + line-height: 0; + display: block; + width: 20px; + height: 20px; + padding: 5px; + cursor: pointer; + color: transparent; + border: 0; + outline: none; + background: transparent; +} +.dokan-pro-features .testimonial-section .testimonial-wrapper .slick-dots li button:before { + position: absolute; + top: 0; + left: 0; + width: 21px; + height: 5px; + content: ''; + text-align: center; + background-color: #d6d6d6; + border-radius: 30px; +} +.dokan-pro-features .testimonial-section p { + color: #262626; + font-size: 16px; + line-height: 1.5em; + font-weight: 300; +} +.dokan-pro-features .testimonial-section p a { + color: #8263f7; + text-decoration: none; +} +.dokan-pro-features .cta-section { + background-image: -moz-linear-gradient(15deg, #ff7d90 0%, #ffad6f 100%); + background-image: -webkit-linear-gradient(15deg, #ff7d90 0%, #ffad6f 100%); + background-image: -ms-linear-gradient(15deg, #ff7d90 0%, #ffad6f 100%); + background-image: linear-gradient(15deg, #ff7d90 0%, #ffad6f 100%); + background-repeat: no-repeat; + background-position: center center; + background-size: contain; + text-align: center; + padding: 35px 75px 40px; + color: #fff; +} +.dokan-pro-features .cta-section img { + width: 60px; + border-radius: 50%; + box-shadow: 0px 3px 70px 0px rgba(126, 17, 0, 0.35); +} +.dokan-pro-features .cta-section h2 { + font-size: 30px; + color: #fff; + font-weight: 400; + line-height: 1.333em; + text-align: center; + margin: 10px 0; + text-shadow: 0px 1px 2px rgba(255, 255, 255, 0.31); +} +.dokan-pro-features .cta-section p { + font-size: 16px; + line-height: 1.5em; + font-weight: 300; + margin: 10px 0 30px; +} +.dokan-pro-features .cta-section .btn { + background-color: #fff; + color: #f2624d; + font-size: 16px; + line-height: 1.538em; + font-weight: 300; + border: 1px solid #FF9381; + border-radius: 3px; + box-shadow: 0px 1px 2px 0px rgba(255, 128, 142, 0.05); + display: inline-block; + text-decoration: none; + padding: 12px 27px; +} +.dokan-pro-features .cta-section .btn:hover { + box-shadow: 2.736px 7.518px 20px 0 rgba(0, 0, 0, 0.15); +} +.dokan-pro-features .cta-section .btn svg { + width: 15px; + fill: #f2624d; + margin-left: 6px; +} + +.dokan-help-page .section-wrapper { + margin-top: 15px; +} +.dokan-help-page .section-wrapper .dokan-postbox { + width: calc(33% - 2em); + margin: 0 2% 15px 0; + float: left; +} +.dokan-help-page .section-wrapper .dokan-postbox:nth-child(3n+1) { + clear: both; +} +.dokan-help-page .section-wrapper .dokan-postbox .dashicons { + color: #ccc; +} +.dokan-help-page .section-wrapper .dokan-postbox a { + text-decoration: none; +} +.dokan-help-page .section-wrapper .dokan-postbox .inside, +.dokan-help-page .section-wrapper .dokan-postbox ul { + margin-bottom: 0; +} +.dokan-help-page .loading { + width: 100%; + text-align: center; + margin-top: 100px; +} + +.fade-enter-active[data-v-525b077c], +.fade-leave-active[data-v-525b077c] { + transition: opacity 0.3s ease; +} +.fade-enter[data-v-525b077c], +.fade-leave-to[data-v-525b077c] { + opacity: 0; +} +.slide-enter-active[data-v-525b077c], +.slide-leave-active[data-v-525b077c] { + transition-duration: 0.1s; + transition-timing-function: linear; +} +.slide-enter-to[data-v-525b077c], +.slide-leave[data-v-525b077c] { + max-height: 100px; + overflow: hidden; +} +.slide-enter[data-v-525b077c], +.slide-leave-to[data-v-525b077c] { + overflow: hidden; + max-height: 0; +} +ul[data-v-525b077c] { + cursor: pointer; +} +.dokan-help-page .section-wrapper h2[data-v-525b077c] { + margin: 0; + color: transparent; +} +.dokan-help-page .section-wrapper .dokan-notice[data-v-525b077c] { + background: rgba(223, 0, 0, 0.05); + margin: -15px -20px 0; + padding: 15px 15px 0; +} +.dokan-help-page .section-wrapper .change-log[data-v-525b077c] { + background: rgba(223, 0, 0, 0.05); + margin: -15px -20px 0; +} +.dokan-help-page .section-wrapper .change-log.lite-change-log[data-v-525b077c] { + height: 340px; +} +.dokan-help-page .section-wrapper .change-log.pro-change-log[data-v-525b077c] { + height: 400px; +} +.dokan-help-page .section-wrapper .change-log h3[data-v-525b077c] { + color: #000000; + font-size: 30px; + text-align: center; + padding: 45px 0 0; + font-weight: 800; + font-family: "SF Pro Text", sans-serif; + margin: 0 0 28px; +} +.dokan-help-page .section-wrapper .change-log .switch-button-wrap[data-v-525b077c] { + width: 147px; + height: 33px; + text-align: center; + cursor: pointer; + transition: all 0.2s ease; + margin: 0 auto; + background: #ffffff; + border-radius: 53px; + position: relative; + border: 1px solid #e2e2e2; +} +.dokan-help-page .section-wrapper .change-log .switch-button-wrap .switch-button[data-v-525b077c] { + width: 48%; + height: 100%; + background: none; + border-radius: 27px; + border: none; + color: #cc7376; + display: inline-block; + position: relative; + transition: all 0.2s ease; + cursor: pointer; + font-size: 13px; + font-weight: 500; + font-family: "SF Pro Text", sans-serif; +} +.dokan-help-page .section-wrapper .change-log .switch-button-wrap .active[data-v-525b077c] { + background: #FF5722; + border-radius: 30px; + position: absolute; + top: 0; + width: 50%; + height: 100%; + transition: all 0.2s ease-out; +} +.dokan-help-page .section-wrapper .change-log .switch-button-wrap .lite[data-v-525b077c] { + text-transform: capitalize; +} +.dokan-help-page .section-wrapper .change-log .switch-button-wrap .pro[data-v-525b077c] { + text-transform: uppercase; +} +.dokan-help-page .section-wrapper .change-log .switch-button-wrap .active-case[data-v-525b077c] { + color: #ffffff; +} +.dokan-help-page .section-wrapper .change-log .jump-version[data-v-525b077c] { + width: 178px; + margin: 24px auto 0; + position: relative; +} +.dokan-help-page .section-wrapper .change-log .jump-version p[data-v-525b077c] { + color: #000; + font-size: 13px; + text-align: center; + cursor: pointer; + font-weight: 500; + font-family: "SF Pro Text", sans-serif; +} +.dokan-help-page .section-wrapper .change-log .jump-version .dashicons[data-v-525b077c] { + font-size: 16px; + line-height: 1.4; + transition: all 0.2s ease; +} +.dokan-help-page .section-wrapper .change-log .jump-version:hover .dashicons[data-v-525b077c] { + transform: rotate(-180deg); +} +.dokan-help-page .section-wrapper .change-log .jump-version .version-menu[data-v-525b077c] { + position: absolute; + top: 50px; + left: 0; + width: 100%; + z-index: 1; + background: #fff; + border: 1px solid #dddddd; + padding: 20px 10px 20px 20px; + box-sizing: border-box; + opacity: 0; + visibility: hidden; + transition: all 0.2s ease; + box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.09); +} +.dokan-help-page .section-wrapper .change-log .jump-version .version-menu[data-v-525b077c]:before { + content: ""; + position: absolute; + border: 11px solid transparent; + border-bottom-color: white; + margin-left: -10px; + top: -19px; + right: 27px; + z-index: 1; +} +.dokan-help-page .section-wrapper .change-log .jump-version .version-menu .version-dropdown[data-v-525b077c] { + max-height: 300px; + text-align: left; + background: #ffffff; + overflow-y: auto; +} +.dokan-help-page .section-wrapper .change-log .jump-version .version-menu .version-dropdown ul[data-v-525b077c] { + cursor: context-menu; +} +.dokan-help-page .section-wrapper .change-log .jump-version .version-menu .version-dropdown ul li[data-v-525b077c] { + margin-bottom: 25px; + color: #000000; + font-size: 14px; + font-weight: 400; + font-family: "SF Pro Text", sans-serif; + transition: all 0.2s linear; + cursor: pointer; +} +.dokan-help-page .section-wrapper .change-log .jump-version .version-menu .version-dropdown ul li[data-v-525b077c]:hover { + color: #f2624d; +} +.dokan-help-page .section-wrapper .change-log .jump-version .version-menu .version-dropdown ul li[data-v-525b077c]:last-child { + margin-bottom: 0; +} +.dokan-help-page .section-wrapper .change-log .jump-version .version-menu .version-dropdown ul li.current[data-v-525b077c] { + color: #f2624d; + font-weight: bold; + font-family: "SF Pro Text", sans-serif; +} +.dokan-help-page .section-wrapper .change-log .jump-version .version-menu .version-dropdown ul li span[data-v-525b077c] { + display: block; + font-size: 12px; + color: #758598; + font-weight: 400; + font-family: "SF Pro Text", sans-serif; +} +.dokan-help-page .section-wrapper .change-log .jump-version .version-menu .version-dropdown[data-v-525b077c]::-webkit-scrollbar { + width: 4px; +} +.dokan-help-page .section-wrapper .change-log .jump-version .version-menu .version-dropdown[data-v-525b077c]::-webkit-scrollbar-track { + background: #f5f5f5; +} +.dokan-help-page .section-wrapper .change-log .jump-version .version-menu .version-dropdown[data-v-525b077c]::-webkit-scrollbar-thumb { + background: #878787; +} +.dokan-help-page .section-wrapper .change-log .jump-version .version-menu .version-dropdown[data-v-525b077c]::-webkit-scrollbar-thumb:hover { + background: #575757; +} +.dokan-help-page .section-wrapper .change-log .jump-version:hover .version-menu[data-v-525b077c] { + top: 30px; + opacity: 1; + visibility: visible; +} +.dokan-help-page .section-wrapper .version-list .version .card-version[data-v-525b077c] { + background: #ffffff; + border: 1px solid #e2e2e2; + border-radius: 3px; + padding: 25px; + box-sizing: border-box; +} +.dokan-help-page .section-wrapper .version-list .version .card-version div[data-v-525b077c] { + overflow: hidden; +} +.dokan-help-page .section-wrapper .version-list .version .card-version div .feature-list[data-v-525b077c] { + margin-bottom: 40px; +} +.dokan-help-page .section-wrapper .version-list .version .card-version div .feature-list[data-v-525b077c]:last-child { + margin-bottom: 0; +} +.dokan-help-page .section-wrapper .version-list .version .card-version div .feature-list .feature-badge[data-v-525b077c] { + color: #ffffff; + font-size: 15px; + font-weight: 600; + padding: 6px 14px; + border-radius: 3px; + display: inline-block; + font-family: "SF Pro Text", sans-serif; +} +.dokan-help-page .section-wrapper .version-list .version .card-version div .feature-list .badge-green[data-v-525b077c] { + background: #00B728; +} +.dokan-help-page .section-wrapper .version-list .version .card-version div .feature-list .badge-blue[data-v-525b077c] { + background: #028AFB; +} +.dokan-help-page .section-wrapper .version-list .version .card-version div .feature-list .badge-red[data-v-525b077c] { + background: #F83838; +} +.dokan-help-page .section-wrapper .version-list .version .card-version div .feature-list .feature[data-v-525b077c] { + margin: 11px 0; +} +.dokan-help-page .section-wrapper .version-list .version .card-version div .feature-list .feature[data-v-525b077c]:last-child { + margin-bottom: 0; +} +.dokan-help-page .section-wrapper .version-list .version .card-version div .feature-list .feature h5[data-v-525b077c] { + color: #000000; + margin: 0; + font-size: 14px; + font-weight: bold; + font-family: "SF Pro Text", sans-serif; +} +.dokan-help-page .section-wrapper .version-list .version .card-version div .feature-list .feature div[data-v-525b077c] { + color: #000000; + font-size: 14px; + font-weight: 400; + opacity: 0.8; + font-family: "SF Pro Text", sans-serif; +} +.dokan-help-page .section-wrapper .version-list .version .card-version div .feature-list .feature img[data-v-525b077c] { + width: 100%; + height: auto; + margin-top: 10px; +} +.dokan-help-page .section-wrapper .version-list .version .card-version div .feature-list .feature ul[data-v-525b077c] { + list-style: disc outside; + opacity: 0.7; + font-size: 14px; + font-weight: 400; + margin-left: 18px; +} +.dokan-help-page .section-wrapper .version-list .version .card-version .continue-reading[data-v-525b077c] { + display: flex; + align-items: center; + justify-content: center; + margin-top: 30px; +} +.dokan-help-page .section-wrapper .version-list .version .card-version .continue-reading a[data-v-525b077c] { + font-size: 13px; + font-weight: normal; + text-decoration: none; + padding: 6px 14px; + display: inline-block; + color: #000000; + background: #ffffff; + border-radius: 3px; + border: 1px solid #E2E2E2; + font-family: "SF Pro Text", sans-serif; +} +.dokan-help-page .section-wrapper .version-list .version .card-version .continue-reading a[data-v-525b077c]:focus { + box-shadow: none; +} +.dokan-help-page .section-wrapper .version-list .version .version-number h4[data-v-525b077c] { + font-weight: 700; + font-size: 23px; + color: #000000; + margin-bottom: 7px; + font-family: "SF Pro Text", sans-serif; +} +.dokan-help-page .section-wrapper .version-list .version .version-number p[data-v-525b077c] { + font-weight: 400; + font-size: 13px; + color: #5C626A; + font-family: "SF Pro Text", sans-serif; +} +.dokan-help-page .section-wrapper .version-list .version .version-number label[data-v-525b077c] { + font-size: 12px; + color: #fff; + background: #8e44ad; + border-radius: 53px; + margin-left: 5px; + padding: 2px 12px; + font-weight: 400; + font-family: "SF Pro Text", sans-serif; +} +@media only screen and (min-width: 1200px) { +.dokan-help-page .section-wrapper .version-list .version[data-v-525b077c] { + display: flex; + width: 900px; + margin: 0 auto; + justify-content: space-between; +} +.dokan-help-page .section-wrapper .version-list .version .card-version[data-v-525b077c] { + width: 700px; +} +.dokan-help-page .section-wrapper .version-list .latest-version[data-v-525b077c] { + margin-top: -200px; +} +.dokan-help-page .section-wrapper .version-list .old-version[data-v-525b077c] { + margin-top: 25px; +} +} +@media screen and (min-width: 992px) and (max-width: 1199px) { +.dokan-help-page .section-wrapper .version-list .version[data-v-525b077c] { + display: flex; + width: 720px; + margin: 0 auto; + justify-content: space-between; +} +.dokan-help-page .section-wrapper .version-list .version .card-version[data-v-525b077c] { + width: 520px; +} +.dokan-help-page .section-wrapper .version-list .latest-version[data-v-525b077c] { + margin-top: -200px; +} +.dokan-help-page .section-wrapper .version-list .old-version[data-v-525b077c] { + margin-top: 20px; +} +} +@media only screen and (max-width: 991px) { +.dokan-help-page .section-wrapper .dokan-notice[data-v-525b077c] { + background: #f7f8fa; + margin: -15px -10px 0; + padding: 15px 15px 0; +} +.dokan-help-page .section-wrapper .change-log[data-v-525b077c] { + background: #f7f8fa; + margin: -15px -10px 0; +} +.dokan-help-page .section-wrapper .change-log.lite-change-log[data-v-525b077c] { + height: 220px; +} +.dokan-help-page .section-wrapper .change-log.pro-change-log[data-v-525b077c] { + height: 280px; +} +.dokan-help-page .section-wrapper .version-list .version .card-version[data-v-525b077c] { + margin: 0 -10px; + border: 0; + box-shadow: none; + border-radius: 0; +} +.dokan-help-page .section-wrapper .version-list .version .card-version .continue-reading[data-v-525b077c] { + justify-content: start; +} +.dokan-help-page .section-wrapper .version-list .latest-version[data-v-525b077c] { + margin-top: -112px; +} +.dokan-help-page .section-wrapper .version-list .latest-version .version-number[data-v-525b077c] { + padding-bottom: 15px; + text-align: center; +} +.dokan-help-page .section-wrapper .version-list .old-version[data-v-525b077c] { + margin-top: 15px; +} +.dokan-help-page .section-wrapper .version-list .old-version .version-number[data-v-525b077c] { + background: #fff; + padding: 25px 25px 0 25px; + margin: 0 -10px; + box-sizing: border-box; +} +.dokan-help-page .section-wrapper .version-list .old-version h4[data-v-525b077c] { + margin-top: 0; +} +.dokan-help-page .section-wrapper .version-list .old-version p[data-v-525b077c] { + margin-bottom: 0; +} +} +.dokan-help-page .scroll-to-top[data-v-525b077c] { + width: 40px; + height: 40px; + color: #ffffff; + background: #ff5722; + border: 0; + position: fixed; + right: 10px; + bottom: 35px; + z-index: 1; + box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.09); + cursor: pointer; + opacity: 0; + visibility: hidden; + transition: all 0.2s ease; +} +.dokan-help-page .loading[data-v-525b077c] { + width: 100%; + text-align: center; + margin-top: 100px; +} + + +.vc-editable-input { + position: relative; +} +.vc-input__input { + padding: 0; + border: 0; + outline: none; +} +.vc-input__label { + text-transform: capitalize; +} + + +.vc-saturation, +.vc-saturation--white, +.vc-saturation--black { + cursor: pointer; + position: absolute; + top: 0; + left: 0; + right: 0; + bottom: 0; +} +.vc-saturation--white { + background: linear-gradient(to right, #fff, rgba(255,255,255,0)); +} +.vc-saturation--black { + background: linear-gradient(to top, #000, rgba(0,0,0,0)); +} +.vc-saturation-pointer { + cursor: pointer; + position: absolute; +} +.vc-saturation-circle { + cursor: head; + width: 4px; + height: 4px; + box-shadow: 0 0 0 1.5px #fff, inset 0 0 1px 1px rgba(0,0,0,.3), 0 0 1px 2px rgba(0,0,0,.4); + border-radius: 50%; + transform: translate(-2px, -2px); +} + + +.vc-hue { + position: absolute; + top: 0px; + right: 0px; + bottom: 0px; + left: 0px; + border-radius: 2px; +} +.vc-hue--horizontal { + background: linear-gradient(to right, #f00 0%, #ff0 17%, #0f0 33%, #0ff 50%, #00f 67%, #f0f 83%, #f00 100%); +} +.vc-hue--vertical { + background: linear-gradient(to top, #f00 0%, #ff0 17%, #0f0 33%, #0ff 50%, #00f 67%, #f0f 83%, #f00 100%); +} +.vc-hue-container { + cursor: pointer; + margin: 0 2px; + position: relative; + height: 100%; +} +.vc-hue-pointer { + z-index: 2; + position: absolute; +} +.vc-hue-picker { + cursor: pointer; + margin-top: 1px; + width: 4px; + border-radius: 1px; + height: 8px; + box-shadow: 0 0 2px rgba(0, 0, 0, .6); + background: #fff; + transform: translateX(-2px) ; +} + + +.vc-checkerboard { + position: absolute; + top: 0px; + right: 0px; + bottom: 0px; + left: 0px; + background-size: contain; +} + + +.vc-alpha { + position: absolute; + top: 0px; + right: 0px; + bottom: 0px; + left: 0px; +} +.vc-alpha-checkboard-wrap { + position: absolute; + top: 0px; + right: 0px; + bottom: 0px; + left: 0px; + overflow: hidden; +} +.vc-alpha-gradient { + position: absolute; + top: 0px; + right: 0px; + bottom: 0px; + left: 0px; +} +.vc-alpha-container { + cursor: pointer; + position: relative; + z-index: 2; + height: 100%; + margin: 0 3px; +} +.vc-alpha-pointer { + z-index: 2; + position: absolute; +} +.vc-alpha-picker { + cursor: pointer; + width: 4px; + border-radius: 1px; + height: 8px; + box-shadow: 0 0 2px rgba(0, 0, 0, .6); + background: #fff; + margin-top: 1px; + transform: translateX(-2px); +} + + +.vc-sketch { + position: relative; + width: 200px; + padding: 10px 10px 0; + box-sizing: initial; + background: #fff; + border-radius: 4px; + box-shadow: 0 0 0 1px rgba(0, 0, 0, .15), 0 8px 16px rgba(0, 0, 0, .15); +} +.vc-sketch-saturation-wrap { + width: 100%; + padding-bottom: 75%; + position: relative; + overflow: hidden; +} +.vc-sketch-controls { + display: flex; +} +.vc-sketch-sliders { + padding: 4px 0; + flex: 1; +} +.vc-sketch-sliders .vc-hue, +.vc-sketch-sliders .vc-alpha-gradient { + border-radius: 2px; +} +.vc-sketch-hue-wrap { + position: relative; + height: 10px; +} +.vc-sketch-alpha-wrap { + position: relative; + height: 10px; + margin-top: 4px; + overflow: hidden; +} +.vc-sketch-color-wrap { + width: 24px; + height: 24px; + position: relative; + margin-top: 4px; + margin-left: 4px; + border-radius: 3px; +} +.vc-sketch-active-color { + position: absolute; + top: 0; + left: 0; + right: 0; + bottom: 0; + border-radius: 2px; + box-shadow: inset 0 0 0 1px rgba(0, 0, 0, .15), inset 0 0 4px rgba(0, 0, 0, .25); + z-index: 2; +} +.vc-sketch-color-wrap .vc-checkerboard { + background-size: auto; +} +.vc-sketch-field { + display: flex; + padding-top: 4px; +} +.vc-sketch-field .vc-input__input { + width: 90%; + padding: 4px 0 3px 10%; + border: none; + box-shadow: inset 0 0 0 1px #ccc; + font-size: 10px; +} +.vc-sketch-field .vc-input__label { + display: block; + text-align: center; + font-size: 11px; + color: #222; + padding-top: 3px; + padding-bottom: 4px; + text-transform: capitalize; +} +.vc-sketch-field--single { + flex: 1; + padding-left: 6px; +} +.vc-sketch-field--double { + flex: 2; +} +.vc-sketch-presets { + margin-right: -10px; + margin-left: -10px; + padding-left: 10px; + padding-top: 10px; + border-top: 1px solid #eee; +} +.vc-sketch-presets-color { + border-radius: 3px; + overflow: hidden; + position: relative; + display: inline-block; + margin: 0 10px 10px 0; + vertical-align: top; + cursor: pointer; + width: 16px; + height: 16px; + box-shadow: inset 0 0 0 1px rgba(0, 0, 0, .15); +} +.vc-sketch-presets-color .vc-checkerboard { + box-shadow: inset 0 0 0 1px rgba(0, 0, 0, .15); + border-radius: 3px; +} +.vc-sketch__disable-alpha .vc-sketch-color-wrap { + height: 10px; +} + +.color-picker-container[data-v-5506900a] { + position: relative; +} +.color-picker-container .color-picker-button[data-v-5506900a] { + border: 1px solid #E2E2E2; + padding: 3px 10px; + display: flex; + background: #FFF; + box-sizing: unset; + align-items: center; + margin-left: auto; + border-radius: 3px; +} +.color-picker-container .color-picker-button .color[data-v-5506900a] { + width: 23px; + height: 23px; + border: 0.3px solid rgba(149, 165, 166, 0.5); + box-sizing: border-box; + margin-right: 3px; + border-radius: 23px; +} +.color-picker-container .color-picker-button span[data-v-5506900a] { + color: #95A5A6; + display: block; + padding: 0; + font-size: 12px; + text-align: center; + line-height: 22px; + margin-right: -5px; +} +.color-picker-container .button-group[data-v-5506900a] { + top: 260px; + right: 11px; + z-index: 1; + position: absolute; +} +.color-picker-container .button-group .button-small[data-v-5506900a] { + color: #fff; + border: 0; + padding: 15px; + font-size: 16px; + font-weight: bold; + border-radius: 5px 0 0 5px; + background-color: #1A9ED4; +} +.color-picker-container .button-group .button-small[data-v-5506900a]:before { + position: absolute; + transform: translate(-50%, -50%); +} +.color-picker-container .button-group .button-small[data-v-5506900a]:last-child { + border-radius: 0 5px 5px 0; +} +.color-picker-container .button-group .button-small[data-v-5506900a]:last-child:after { + top: 20%; + left: 50%; + width: 1px; + height: 60%; + content: ''; + position: absolute; + transform: translateX(50%); + background: #fff; +} +.color-picker-container .button-group .button-small[data-v-5506900a]:hover { + background-color: #1A9ED4; +} +.color-picker-container .vc-sketch[data-v-5506900a] { + top: 120%; + right: 0; + z-index: 1; + position: absolute; + padding-bottom: 40px; +} +.color-picker-container .hex-input[data-v-5506900a] { + top: 260px; + width: 75px; + right: 132px; + padding: 3px 10px 4px; + z-index: 1; + position: absolute; + font-size: 12px; + min-height: 30px !important; + box-shadow: none !important; + font-family: monospace; + line-height: 1.4; + vertical-align: top; +} + +.switch { + position: relative; + display: inline-block; + width: 42px; + height: 20px; +} +.switch input { + display: none; +} +.switch input.enabled + .slider { + background-color: var(--dokan-toggle-active-color); +} +.switch input.enabled + .slider:before { + -webkit-transform: translateX(22px); + -ms-transform: translateX(22px); + transform: translateX(22px); +} +.switch .slider { + position: absolute; + cursor: pointer; + top: 0; + left: 0; + right: 0; + bottom: 0; + background-color: var(--dokan-toggle-inactive-color); + -webkit-transition: 0.2s; + transition: 0.2s; +} +.switch .slider:before { + position: absolute; + content: ""; + height: 14px; + width: 14px; + left: 3px; + bottom: 3px; + background-color: var(--dokan-toggle-color); + -webkit-transition: 0.2s; + transition: 0.2s; +} +.switch .slider.round { + border-radius: 34px; +} +.switch .slider.round:before { + border-radius: 50%; +} + +.secret-box-wraper[data-v-2a9a6c5c] { + display: flex; + flex-direction: row-reverse; +} +.secret-box-wraper .secret-input-box[data-v-2a9a6c5c] { + position: relative; + display: flex; + width: 25em; +} +.secret-box-wraper .secret-input-box div button[data-v-2a9a6c5c] { + cursor: pointer; + height: 20px; + min-height: 32px; + min-width: 32px; + border: 1px solid #f3f4f6; + box-shadow: 0px 3.82974px 3.82974px rgba(0, 0, 0, 0.1); + border-radius: 5px; + background: white; + color: #686666; +} +.secret-box-wraper .secret-input-box .secret-input[data-v-2a9a6c5c] { + width: 100%; +} +.secret-box-wraper .secret-input-box .secret-input.blurry-input[data-v-2a9a6c5c] { + color: transparent; + text-shadow: 0 0 7px #333; +} +.secret-box-wraper .secret-input-box .secret-input-placeholder[data-v-2a9a6c5c] { + position: absolute; + top: 50%; + left: 50%; + transform: translate(-50%, -50%); + color: #686666; +} +@media only screen and (max-width: 768px) { +.secret-box-wraper .secret-input-box[data-v-2a9a6c5c] { + max-width: 125px !important; +} +} + +.combine_fields[data-v-63d1027e] { + display: flex; + justify-content: right; + align-items: center; +} +.combine_fields .percent_fee[data-v-63d1027e] { + padding-right: 10px; +} +.combine_fields .fixed_fee input[data-v-63d1027e], +.combine_fields .percent_fee input[data-v-63d1027e] { + width: 100px; +} + +.wm-box-container[data-v-914aa92a] { + display: flex; + flex-direction: column; +} +.wm-box-container .wm-methods-box-container[data-v-914aa92a] { + margin-top: 15px; +} +.wm-box-container .wm-methods-box-container .wm-methods-box[data-v-914aa92a] { + border-bottom: 1px solid #f3f4f6; + padding: 0 30px; + display: flex; + justify-content: space-between; + align-items: center; +} +.wm-box-container .wm-methods-box-container .wm-methods-box[data-v-914aa92a]:last-child { + border-bottom: 0; +} +.wm-box-container .wm-methods-box-container .wm-methods-box .wm-method[data-v-914aa92a] { + display: flex; + align-items: center; +} +.wm-box-container .wm-methods-box-container .wm-methods-box .wm-charges[data-v-914aa92a] { + display: flex; + align-items: center; +} +.wm-box-container .wm-methods-box-container .wm-methods-box .wm-charges .wm-automated[data-v-914aa92a] { + border: 1px solid #dbdbdb; + color: #838181; + padding: 5px 8px; + border-radius: 12px; + background: #f5f5f6; +} +@media only screen and (max-width: 782px) { +.wm-box-container .wm-methods-box-container .wm-methods-box[data-v-914aa92a] { + flex-direction: column; + justify-content: start; + align-items: start; +} +.wm-box-container .wm-methods-box-container .wm-methods-box .wm-charges[data-v-914aa92a] { + margin-left: -20px; + margin-bottom: 20px; +} +} + +.dokan-radio-fields[data-v-49a35897] { + display: flex; + flex: 2; + align-self: center; +} +.dokan-radio-fields label[data-v-49a35897] { + border: 1px solid #b0a7a7; + padding: 10px 15px; + display: inline-block; + overflow: hidden; + font-size: 12px; + font-family: Roboto, sans-serif; + font-weight: 400; + line-height: 14px; + border-right: 0; +} +.dokan-radio-fields label .dashicons-yes[data-v-49a35897] { + color: #fff; + width: 15px; + height: 15px; + margin: -1px 3px 0 0; + cursor: pointer; + display: none; + font-size: 15px; + background: #1aa0f7; + padding-top: 0; + border-radius: 50%; +} +.dokan-radio-fields label input[type=radio][data-v-49a35897] { + display: none; +} +.dokan-radio-fields label[data-v-49a35897]:hover { + color: rgba(3, 58, 163, 0.85); + background: rgba(182, 206, 254, 0.38); + box-sizing: border-box; + box-shadow: 0 4px 4px rgba(0, 0, 0, 0.1); +} +.dokan-radio-fields label.checked[data-v-49a35897] { + color: rgba(3, 58, 163, 0.85); + border: 1px solid rgba(3, 58, 163, 0.81) !important; + background: rgba(182, 206, 254, 0.38); + box-sizing: border-box; +} +.dokan-radio-fields label.checked .dashicons-yes[data-v-49a35897] { + display: inline-block; +} +.dokan-radio-fields label[data-v-49a35897]:first-child { + border-top-left-radius: 5px; + border-bottom-left-radius: 5px; +} +.dokan-radio-fields label[data-v-49a35897]:last-child { + border-right: 1px solid #b0a7a7; + border-top-right-radius: 5px; + border-bottom-right-radius: 5px; +} + +span.repeatable-item-description { + color: #999; + font-size: 11px; + font-style: italic; +} +ul.dokan-settings-repeatable-list { + display: flex; + padding: 20px 0 0 20px; + flex-wrap: wrap; + text-align: right; + justify-content: right; +} +ul.dokan-settings-repeatable-list li { + color: rgba(0, 0, 0, 0.87); + border: 1px solid rgba(0, 0, 0, 0.1); + padding: 5px 12px; + display: flex; + font-size: 13px; + box-sizing: border-box; + background: rgba(182, 206, 254, 0.38); + margin-top: 6px; + box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.1); + align-items: center; + margin-left: 12px; + font-family: 'Roboto', sans-serif; + line-height: 1; + border-radius: 8px; + justify-content: center; +} +ul.dokan-settings-repeatable-list li span.remove-item { + color: #fff; + width: 15px; + margin: 0; + height: 15px; + cursor: pointer; + font-size: 15px; + background: #1aa0f7; + padding-top: 0; + margin-left: 5px; + border-radius: 50%; +} +.dokan-repetable-add-item-btn { + font-size: 16px !important; + font-weight: bold !important; + height: 25px !important; + line-height: 22px !important; +} +.percent_fee, +.fixed_fee { + display: inline-block; +} +.percent_fee input, +.fixed_fee input { + width: 60px; +} +.additional_fee .description { + margin-left: 10px; + margin-top: -10px; +} +.dokan-error { + color: red; + margin-top: 0.5em; + font-style: italic; + margin-bottom: 0; +} +.dokan-input-validation-error { + border-color: red !important; +} +.dokan-error.combine-commission { + margin-left: 10px; +} +.dokan-settings-sub-section { + padding: 20px; + border: 1px solid #f3f4f6; + border-bottom: 0; + background: #f9fafb; +} +.dokan-settings-sub-section .sub-section-title { + margin: 0; + font-size: 14px; + font-family: Roboto, sans-serif; + font-weight: 600; + line-height: 1.2; + margin-bottom: 8px; +} +.dokan-settings-sub-section .sub-section-description { + margin: 0; + font-size: 13px; + font-weight: 300; + line-height: 21px; + font-family: Roboto, sans-serif; + color: #6B7280; +} +.dokan-settings-sub-section .sub-section-description .learn-more-btn { + cursor: pointer; + text-decoration: none; +} +.field_contents.data_clear { + background-color: #FFFBF3; +} +.field_contents.data_clear .field_desc, +.field_contents.data_clear .fa-exclamation-triangle { + color: #E67E22 !important; +} +.field_contents { + border: 1px solid #f3f4f6; + padding: 15px 20px 15px 20px; + border-top: 0; + background: #fff; +} +.field_contents fieldset { + display: flex; + justify-content: space-between; +} +.field_contents fieldset .field_data { + flex: 2; +} +.field_contents fieldset .field_data .field_heading { + color: #111827; + margin: 0; + font-size: 14px; + font-style: normal; + font-weight: 600; + line-height: 1.25; + font-family: 'Roboto', sans-serif; +} +.field_contents fieldset .field_data .field_heading span i { + margin: -3px 0 0 5px; +} +.field_contents fieldset .field_data .field_heading span .tooltip { + font-size: 14px; +} +.field_contents fieldset .field_data .field_desc { + color: #6B7280; + margin: 0; + margin-top: 5px; + font-size: 13px; + font-style: normal; + font-weight: 300; + line-height: 1.2; + font-family: 'Roboto', sans-serif; +} +.field_contents fieldset .field_data .field_desc a { + display: inline-block; + text-decoration: underline; +} +.field_contents fieldset .field_data .field_desc a:hover { + box-shadow: 0 0 0 1px transparent; +} +.field_contents fieldset .field_data .field_desc a:active { + box-shadow: 0 0 0 1px transparent; +} +.field_contents fieldset .field_data .field_desc a:focus { + box-shadow: 0 0 0 1px transparent; +} +.field_contents fieldset .social-switch-wraper { + display: flex; + align-items: center; +} +.field_contents .combine_fields { + display: flex; + justify-content: right; +} +.field_contents .combine_fields .percent_fee { + padding-right: 10px; +} +.field_contents .combine_fields .fixed_fee input, +.field_contents .combine_fields .percent_fee input { + width: 100px; +} +.field_contents .multicheck_fields > div { + display: flex; + align-items: center; + justify-content: right; +} +.field_contents .multicheck_fields > div label { + color: #000; + cursor: inherit; + margin: 9px 0 9px 15px; + display: inline-block; + font-size: 12px; + font-style: normal; + line-height: 14px; + font-family: 'Roboto', sans-serif; + border-radius: 20px !important; + border-radius: 8px; +} +.field_contents .editor_field { + margin-top: 20px; +} +.field_contents .radio_fields label { + border: 0.882967px solid #f3f4f6; + padding: 10px 15px; + display: inline-block; + overflow: hidden; + font-size: 12px; + box-shadow: 0px 3.53187px 3.53187px rgba(0, 0, 0, 0.1); + font-family: 'Roboto', sans-serif; + font-weight: 400; + line-height: 14px; + border-right: 0; +} +.field_contents .radio_fields label:first-child { + border-top-left-radius: 5px; + border-bottom-left-radius: 5px; +} +.field_contents .radio_fields label:last-child { + border-right: 0.882967px solid #f3f4f6; + border-top-right-radius: 5px; + border-bottom-right-radius: 5px; +} +.field_contents .radio_fields label:hover { + color: rgba(3, 58, 163, 0.85); + background: rgba(182, 206, 254, 0.38); + box-sizing: border-box; + box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.1); + border-color: rgba(3, 58, 163, 0.41); +} +.field_contents .radio_fields .checked { + color: rgba(3, 58, 163, 0.85); + border: 1px solid rgba(3, 58, 163, 0.21); + background: rgba(182, 206, 254, 0.38); + box-sizing: border-box; + box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.1); +} +.field_contents .repeatable_fields { + display: flex; + align-items: center; + justify-content: right; +} +.field_contents .repeatable_fields .dokan-repetable-add-item-btn { + color: #fff; + width: 25px; + border: 0; + padding: 0; + position: relative; + background: #2196F3; + min-height: 25px; + margin-left: 8px; + border-radius: 50%; +} +.field_contents .repeatable_fields .dokan-repetable-add-item-btn .dashicons-plus-alt2 { + top: 50%; + left: 50%; + position: absolute; + transform: translate(-50%, -50%); + font-size: 18px; +} +.field_contents .dokan-setting-warning { + padding: 10px 10px 10px 0; +} +.field_contents .dokan-setting-warning .dokan-setting-warning-label { + color: #d63638; + font-weight: bold; + margin-right: 10px; +} +.field_contents .dokan-setting-warning .dokan-setting-warning-label span { + margin-top: 6px !important; +} +.field_contents .dokan-setting-warning .dashicons { + margin: 0px; + padding: 0px; +} +.field_contents .add_files { + display: flex; + align-items: center; + justify-content: right; +} +.field_contents .field { + flex: 2; + align-self: center; + text-align: right; +} +.field_contents .field .switch { + display: inline-block; +} +.field_contents .field input[type='radio'], +.field_contents .field input[type='checkbox'] { + display: none; +} +.field_contents .field select, +.field_contents .field textarea, +.field_contents .field input[type='text'], +.field_contents .field input[type='number'], +.field_contents .field input[type='button'] { + border: 0.957434px solid #E9E9E9; + min-height: 32px; + box-shadow: 0px 3.82974px 3.82974px rgba(0, 0, 0, 0.1); + border-radius: 5px; +} +.field_contents .field select, +.field_contents .field textarea { + width: 100%; +} +.field_contents .field .small { + max-width: 35% !important; +} +.field_contents .field .medium { + max-width: 70% !important; +} +.field_contents .field .large { + max-width: 100% !important; +} +.field_contents .field label.checked { + color: rgba(3, 58, 163, 0.85); + border: 1px solid rgba(3, 58, 163, 0.41); + background: rgba(182, 206, 254, 0.38); + box-sizing: border-box; + box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.1); +} +.field_contents .field label.checked .dashicons-yes { + display: inline-block; +} +.field_contents .field .dashicons-yes { + color: #fff; + width: 15px; + height: 15px; + margin: -1px 3px 0 0; + cursor: pointer; + display: none; + font-size: 15px; + background: #1aa0f7; + padding-top: 0; + border-radius: 50%; +} +.field_contents .scl_fields_disable { + filter: grayscale(1); +} +.field_contents .scl_fields { + margin: 15px 0 4px 0px; + border: 0.82px solid #E5E5E5; + padding: 10px 25px; + background: rgba(220, 232, 254, 0.38); + border-radius: 6.56px; +} +.field_contents .scl_fields .scl_header { + display: flex; + align-items: center; + justify-content: space-between; +} +.field_contents .scl_fields .scl_header .scl_contents { + display: flex; + align-items: center; +} +.field_contents .scl_fields .scl_header .scl_contents .scl_icon { + flex: 1.3; + text-align: left; + align-self: center; +} +.field_contents .scl_fields .scl_header .scl_contents .scl_icon img { + width: 48px; + height: 48px; +} +.field_contents .scl_fields .scl_header .scl_contents .scl_icon span { + font-size: 50px; +} +.field_contents .scl_fields .scl_header .scl_contents .scl_desc { + flex: 6; + color: #000000; + font-size: 14px; + text-align: left; + font-style: normal; + font-weight: 300; + line-height: 20px; + font-family: 'Roboto', sans-serif; +} +.field_contents .scl_fields .scl_header .expand_btn { + flex: 2; +} +.field_contents .scl_fields .scl_header .expand_btn span { + color: #fff; + width: 30px; + cursor: pointer; + margin: 0; + border: 0; + padding: 0; + position: relative; + font-size: 20px; + background: #2196f3; + min-height: 30px; + border-radius: 50%; +} +.field_contents .scl_fields .scl_header .expand_btn span:before { + top: 50%; + left: 50%; + position: absolute; + transform: translate(-50%, -50%); +} +.field_contents .scl_fields .scl_header .expand_btn .active-social-expend-btn { + background: #4CAF4F; +} +.field_contents .scl_fields .scl_info { + background: #fff; +} +.field_contents .scl_fields .scl_info .scl_text, +.field_contents .scl_fields .scl_info .scl_html { + border: 1px solid #f3f4f6; + display: flex; + padding: 10px 30px 15px 27px; + border-top: 0; + background: rgba(244, 246, 250, 0.17); + justify-content: space-between; +} +.field_contents .scl_fields .scl_info .scl_text fieldset, +.field_contents .scl_fields .scl_info .scl_html fieldset { + width: 100%; +} +.field_contents .scl_fields .scl_info .scl_text fieldset .html_contents, +.field_contents .scl_fields .scl_info .scl_html fieldset .html_contents { + width: 50%; + text-align: left; +} +.field_contents .scl_fields .scl_info .scl_text fieldset .html_contents .field_heading, +.field_contents .scl_fields .scl_info .scl_html fieldset .html_contents .field_heading { + color: #000; + margin: 0; + font-size: 15px; + font-style: normal; + font-weight: 600; + line-height: 30px; + font-family: Roboto, sans-serif; +} +.field_contents .scl_fields .scl_info .scl_text fieldset .html_contents .field_heading span i, +.field_contents .scl_fields .scl_info .scl_html fieldset .html_contents .field_heading span i { + margin: 2.5px 0 0 5px; +} +.field_contents .scl_fields .scl_info .scl_text fieldset .html_contents .field_heading span .tooltip, +.field_contents .scl_fields .scl_info .scl_html fieldset .html_contents .field_heading span .tooltip { + font-size: 14px; +} +.field_contents .scl_fields .scl_info .scl_text fieldset .html_contents .field_desc, +.field_contents .scl_fields .scl_info .scl_html fieldset .html_contents .field_desc { + color: #000; + margin: 0; + font-size: 13px; + font-style: normal; + font-weight: 300; + line-height: 17px; + font-family: Roboto, sans-serif; +} +.field_contents .scl_fields .scl_info .scl_text fieldset .fields, +.field_contents .scl_fields .scl_info .scl_html fieldset .fields { + width: 50%; + align-self: center; + text-align: right; +} +.field_contents .scl_fields .scl_info .scl_text fieldset .fields .checked, +.field_contents .scl_fields .scl_info .scl_html fieldset .fields .checked { + color: rgba(3, 58, 163, 0.85); + border: 1px solid rgba(3, 58, 163, 0.81); + background: rgba(182, 206, 254, 0.38); + box-sizing: border-box; + box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.1); +} +.field_contents .scl_fields .scl_info .scl_text fieldset .fields .checked .dashicons-yes, +.field_contents .scl_fields .scl_info .scl_html fieldset .fields .checked .dashicons-yes { + display: inline-block; +} +.field_contents .scl_fields .scl_info:nth-child(2) { + margin-top: 15px; + border-top: 1px solid #f3f4f6; +} +.field_contents .scl_fields .scl_info:last-child { + margin-bottom: 10px; +} +.field_contents .gmap-field { + text-align: left; +} +.field_contents .gmap-field .mapbox-wrapper .address-input { + color: #000; + margin: 20px 0; + font-size: 15px; +} +.field_contents .gmap-field .mapbox-wrapper .address-input input { + width: 100%; + margin: 5px 0 3px; + display: block; + max-width: 320px; + font-weight: 400; +} +.field_contents .gmap-field .gmap-wrap .search-address { + color: #000; + margin: 20px 0; + max-width: 320px; +} +.dokan-settings-field-type-radio fieldset > label:not(:last-child) { + margin-right: 12px !important; +} +.dokan-settings-field-type-radio fieldset > label:not(:last-child) > input[type="radio"] { + margin-right: 2px; +} +.col-3 { + width: 24.5%; + display: inline-block; +} +.col-3 select { + width: 100%; +} +@media only screen and (max-width: 430px) { +.field_contents { + padding: 14px 14px 18px 14px; +} +.field_contents fieldset { + display: block; +} +.field_contents fieldset .field_data .field_heading { + font-size: 10px; + line-height: 24px; +} +.field_contents fieldset .field_data .field_desc { + font-size: 8px; +} +.field_contents fieldset .field { + margin-top: 15px; + text-align: left; +} +.field_contents fieldset .field select, + .field_contents fieldset .field textarea, + .field_contents fieldset .field input[type=text] { + min-height: 28px; + font-size: 8px; +} +.field_contents fieldset .field .small { + max-width: 35% !important; +} +.field_contents fieldset .field .medium { + max-width: 70% !important; +} +.field_contents fieldset .field .large { + max-width: 100% !important; +} +.field_contents .scl_fields { + padding: 10px 15px; +} +.field_contents .scl_fields .scl_header { + display: block; +} +.field_contents .scl_fields .scl_header .scl_contents { + display: block; +} +.field_contents .scl_fields .scl_header .scl_contents .scl_desc { + font-size: 8px; +} +.field_contents .scl_fields .scl_header .expand_btn { + text-align: left; +} +.field_contents .scl_fields .scl_info .scl_html, + .field_contents .scl_fields .scl_info .scl_text { + padding: 10px; +} +.field_contents .scl_fields .scl_info .scl_html .field_html, + .field_contents .scl_fields .scl_info .scl_text .field_html { + font-size: 10px; + line-height: 20px; +} +.field_contents .scl_fields .scl_info .scl_html .field_desc, + .field_contents .scl_fields .scl_info .scl_text .field_desc { + font-size: 8px; +} +.field_contents .scl_fields .scl_info .scl_html select, + .field_contents .scl_fields .scl_info .scl_text select, + .field_contents .scl_fields .scl_info .scl_html textarea, + .field_contents .scl_fields .scl_info .scl_text textarea, + .field_contents .scl_fields .scl_info .scl_html input[type=text], + .field_contents .scl_fields .scl_info .scl_text input[type=text] { + font-size: 8px; + min-height: 28px; +} +} +@media only screen and (max-width: 768px) { +.field select, + .field textarea, + .field input[type=text] { + max-width: 125px !important; +} +.field .small { + max-width: 35% !important; +} +.field .medium { + max-width: 70% !important; +} +.field .large { + max-width: 100% !important; +} +} + +#dokan-settings-banner { + margin: 20px 0px; + padding: 40px; + background: #fff; + display: flex; + align-items: flex-start; +} +#dokan-settings-banner a { + box-shadow: none; + background: #FF5722; + color: #fff; + border-color: #FF5722; +} +#dokan-settings-banner a:hover { + background: #ff6a3c; +} +#dokan-settings-banner img { + flex: 1; +} +#dokan-settings-banner .content { + flex: 4; + padding: 20px 50px; +} +#dokan-settings-banner .content p { + margin: 30px 0px; + font-size: 14px; +} +#dokan-settings-banner .content a { + margin-right: 8px; +} +#dokan-settings-banner .content .custom-button { + background: #fff; + color: #565656; + border-color: #DFDADF; + -webkit-box-shadow: 0px 0px 11px 1px #ebebeb; + -moz-box-shadow: 0px 0px 11px 1px #ebebeb; + box-shadow: 0px 0px 11px 1px #ebebeb; +} +#dokan-settings-banner .content .custom-button:hover { + background: #f2f2f2; +} + +.dokan-settings-wrap { + border: 1px solid #c8d7e1; + display: flex; + padding: 20px; + position: relative; + background: #fff; + padding-bottom: 100px; + scroll-margin-top: 65px; +} +.dokan-settings-wrap .loading { + position: absolute; + width: 100%; + height: 100%; + background: rgba(255, 255, 255, 0.6); +} +.dokan-settings-wrap .loading .dokan-loader { + top: 40%; + left: 45%; +} +.dokan-settings-wrap .dashicons { + padding-top: 2px; + margin-right: 15px; +} +.dokan-settings-wrap div.nav-tab-wrapper { + width: 340px; + padding: 14px 16px 30px 24px; + overflow: hidden; + background: #F9FAFB; + box-sizing: border-box; + margin-right: 12px; + border-bottom: none; + border-top-color: #cecaca85; +} +.dokan-settings-wrap div.nav-tab-wrapper .nav-section { + padding: 14px 16px 30px 24px; +} +.dokan-settings-wrap div.nav-tab-wrapper .nav-tab { + color: #052B74; + float: none; + margin: 0; + border: none; + cursor: pointer; + display: flex; + padding: 18px; + font-size: 15px; + transition: none; + background: transparent; + font-weight: bold; + border-bottom: 1px solid #e9e9ea; + transition-property: none; +} +.dokan-settings-wrap div.nav-tab-wrapper .nav-tab img { + width: 20px; + height: 20px; + margin: 3px 15px 0 0; +} +.dokan-settings-wrap div.nav-tab-wrapper .nav-tab .nav-content .nav-title { + line-height: 22px; + text-transform: uppercase; +} +.dokan-settings-wrap div.nav-tab-wrapper .nav-tab .nav-content .nav-description { + color: #686666; + font-size: 10px; + line-height: 14px; + font-weight: 500; + text-transform: uppercase; +} +.dokan-settings-wrap div.nav-tab-wrapper .nav-tab:focus, +.dokan-settings-wrap div.nav-tab-wrapper .nav-tab:active { + box-shadow: none; + outline: 0; +} +.dokan-settings-wrap div.nav-tab-wrapper .nav-tab.nav-tab-active { + width: 100%; + color: rgba(3, 58, 163, 0.81); + position: relative; + transition: 0.3s linear; + background: #fff !important; + transition-property: none; +} +.dokan-settings-wrap div.nav-tab-wrapper .nav-tab.nav-tab-active:before { + content: ''; + position: absolute; + left: 0px; + width: 4px; + background-color: #246EFE; + height: 100%; + top: 0; +} +.dokan-settings-wrap div.nav-tab-wrapper .nav-tab:last-child { + border-bottom: 0; +} +.dokan-settings-wrap .metabox-holder { + flex: 3; + padding: 0 6px 75px 3% !important; + position: relative; +} +.dokan-settings-wrap .metabox-holder .settings-header { + display: flex; + margin-bottom: 50px; + justify-content: space-between; +} +.dokan-settings-wrap .metabox-holder .settings-header .settings-content { + flex: 4; +} +.dokan-settings-wrap .metabox-holder .settings-header .settings-content .settings-title { + margin: 30px 0 20px 0; + font-size: 22px; + line-height: 26px; + font-family: Roboto, sans-serif; + margin-bottom: 12px; +} +.dokan-settings-wrap .metabox-holder .settings-header .settings-content .settings-description { + color: #000; + margin: 0; + font-size: 16px; + font-weight: 300; + line-height: 24px; + font-family: Roboto, sans-serif; +} +.dokan-settings-wrap .metabox-holder .settings-header .settings-document-button { + flex: 2.5; + text-align: right; + margin-top: 35px; +} +.dokan-settings-wrap .metabox-holder .settings-header .settings-document-button a.doc-link { + color: #033AA3D9; + border: 1px solid #f3f4f6; + padding: 10px 15px; + font-size: 12px; + background: #FFF; + box-sizing: border-box; + box-shadow: 2px 2px 3px 0px rgba(0, 0, 0, 0.1); + font-family: Roboto, sans-serif; + line-height: 15px; + border-radius: 6.56px; + text-decoration: none; +} +.dokan-settings-wrap .metabox-holder .settings-header .settings-document-button a.doc-link:hover { + background: #033aa30f; +} +.dokan-settings-wrap .metabox-holder .group .form-table .dokan-settings-fields .dokan-settings-field-type-sub_section, +.dokan-settings-wrap .metabox-holder .group .form-table .dokan-settings-fields .dokan-settings-field-type-disbursement_sub_section { + border-bottom: 1px solid #f3f4f6; +} +.dokan-settings-wrap .metabox-holder .group .form-table .dokan-settings-fields .dokan-settings-field-type-sub_section .sub-section-styles, +.dokan-settings-wrap .metabox-holder .group .form-table .dokan-settings-fields .dokan-settings-field-type-disbursement_sub_section .sub-section-styles { + margin-top: 20px; + margin-bottom: 0; + padding: 20px; + background: #f9fafb; +} +.dokan-settings-wrap .metabox-holder .group .form-table .dokan-settings-fields div:not(.dokan-settings-field-type-sub_section) .field_contents { + border: 1px solid #f3f4f6; + border-top: none; +} +.dokan-settings-wrap .metabox-holder .group .form-table .dokan-settings-fields > div:not(.dokan-settings-field-type-sub_section):first-child { + border-top: 1px solid #f3f4f6; +} +.dokan-settings-wrap .metabox-holder .back-to-top { + width: 44px; + right: 75px; + height: 44px; + bottom: 150px; + cursor: pointer; + position: fixed; + transition: 0.1s linear; + transform: scale(0); + box-shadow: 0px 0px 10px 0px #0000001F; + border-radius: 50%; + background-color: #fff; +} +.dokan-settings-wrap .metabox-holder .back-to-top img { + top: 50%; + left: 50%; + position: absolute; + transform: translate(-50%, -50%); +} +.dokan-settings-wrap .metabox-holder .back-to-top:hover { + transform: scale(1.05); +} +.dokan-settings-wrap .metabox-holder:before { + top: 0; + left: 0; + width: 1px; + height: 100%; + content: ""; + position: absolute; + background: #fff; +} +.dokan-settings-wrap .radio-image-container { + padding: 20px 0; + display: grid; + grid-row-gap: 2.6%; + grid-column-gap: 3.2%; +} +.dokan-settings-wrap .radio-image-container .radio-image { + display: block; + width: 50%; + width: 100%; + background: #fff; + -webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1); + box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1); + margin: 0 0 15px; + position: relative; + line-height: 0; + border: 1px solid #ededed; + padding: 4px; +} +.dokan-settings-wrap .radio-image-container .radio-image img { + max-width: 100%; + z-index: 1; +} +.dokan-settings-wrap .radio-image-container .radio-image .current-option-indicator { + position: absolute; + top: 0; + right: 0; + background-color: #4CAF50; + color: #fff; + padding: 4px; + z-index: 2; + line-height: 1.4; +} +.dokan-settings-wrap .radio-image-container .radio-image .active-option { + opacity: 0; + position: absolute; + top: 0; + left: 0; + z-index: 3; + width: 100%; + height: 100%; + background-color: rgba(0, 0, 0, 0.45); + transition: opacity 0.4s ease; +} +.dokan-settings-wrap .radio-image-container .radio-image .active-option button { + position: absolute; + top: 50%; + left: 50%; + margin-top: -23px; + margin-left: -58px; +} +.dokan-settings-wrap .radio-image-container .radio-image:hover .active-option { + opacity: 1; +} +.dokan-settings-wrap .radio-image-container .radio-image.active .active-option { + display: none; +} +.dokan-settings-wrap .radio-image-container .radio-image.not-active .current-option-indicator { + display: none; +} +.dokan-settings-wrap .radio-image-container label { + display: block; + margin-bottom: 5px; +} +.dokan-settings-wrap .radio-image-container label > input[type='radio'] { + visibility: hidden; + /* Makes input not-clickable */ + position: absolute; + /* Remove input from document flow */ +} +.dokan-settings-wrap .radio-image-container label > img { + max-width: 100%; +} +.dokan-settings-wrap .radio-image-container { + grid-template-columns: repeat(2, 1fr); +} +.dokan-settings-wrap .search-box { + color: rgba(60, 60, 67, 0.6); + filter: drop-shadow(0px 0.0869484px 0.260845px rgba(0, 0, 0, 0.1)) drop-shadow(0px 0.869484px 1.73897px rgba(0, 0, 0, 0.2)); + margin: 8px 0px 14px; + display: flex; + position: relative; + background: #FFF; + align-items: center; + border-radius: 5px; +} +.dokan-settings-wrap .search-box .dashicons.dashicons-search { + font-size: 26px; + margin-left: 15px; + line-height: 20px; + letter-spacing: 0.434742px; +} +.dokan-settings-wrap .search-box .dashicons.dashicons-no-alt { + position: absolute; + top: 50%; + right: 5px; + cursor: pointer; + color: #000; + font-size: 25px; + transform: translate(0%, -60%); +} +.dokan-settings-wrap .search-box .dashicons.dashicons-no-alt:hover { + color: #d43f3a; +} +.dokan-settings-wrap .search-box .dokan-admin-search-settings { + width: 100%; + border: 0; + height: 48px; + display: block; + padding: 0 45px 0 0; + background: #FFF; + border-top: 0; + font-weight: 400; + font-family: Roboto, sans-serif; +} +.dokan-settings-wrap .search-box input[type="text"]:focus { + border-color: transparent; + outline: none; + box-shadow: none; +} +.form-table th.dokan-settings-sub-section-title { + border-bottom: 1px solid #cccccc; + padding: 0 0 10px; +} +.form-table th.dokan-settings-sub-section-title label { + display: block; + margin-top: 20px; + color: #0073aa; + font-weight: 500; + font-size: 1.3em; +} +.form-table .dokan-settings-field-type-sub_section:first-child th.dokan-settings-sub-section-title label { + margin-top: 0; +} +tr.data_clear_on_uninstall td fieldset label { + background: #e00; + padding: 5px; + color: white; + border-radius: 3px; +} +.submit { + margin-top: 40px !important; + text-align: right !important; +} +.submit .button { + color: #FFFFFF; + padding: 10px 15px; + font-size: 15px; + transition: 0.3s; + background: #5a92ff; + font-style: normal; + font-family: 'Roboto', sans-serif; + font-weight: 800; + line-height: 17px; + border-color: transparent; + border-radius: 4.46803px; +} +@media only screen and (max-width: 430px) { +.dokan-settings-wrap .nav-tab-wrapper { + width: 60%; + padding: 10px 12px 15px 12px; +} +.dokan-settings-wrap .nav-tab-wrapper .nav-tab { + padding-left: 10px !important; +} +.dokan-settings-wrap .nav-tab-wrapper .nav-tab img { + margin: 3px 8px 0px 4px; +} +.dokan-settings-wrap .nav-tab-wrapper .nav-tab .nav-content .nav-title { + font-size: 7px; +} +.dokan-settings-wrap .nav-tab-wrapper .nav-tab .nav-content .nav-description { + font-size: 5px !important; +} +.dokan-settings-wrap .nav-tab-wrapper .nav-tab-active:before { + width: 2px !important; +} +.dokan-settings-wrap .metabox-holder { + width: 40%; +} +.dokan-settings-wrap .metabox-holder .settings-header { + display: block; +} +.dokan-settings-wrap .metabox-holder .settings-header .settings-content .settings-title, + .dokan-settings-wrap .metabox-holder .settings-header .settings-content .settings-description { + padding-left: 0; +} +.dokan-settings-wrap .metabox-holder .settings-header .settings-document-button { + text-align: left; +} +.dokan-settings-wrap .search-box .dashicons.dashicons-search { + margin-left: 10px; +} +.dokan-settings-wrap .search-box .dokan-admin-search-settings { + font-size: 10px; +} +} +@media only screen and (max-width: 768px) { +.dokan-settings-wrap .nav-tab-wrapper { + width: 35% !important; +} +.dokan-settings-wrap .nav-tab-wrapper .nav-tab .nav-content .nav-title { + font-size: 10px; +} +.dokan-settings-wrap .nav-tab-wrapper .nav-tab .nav-content .nav-description { + font-size: 8px !important; +} +.dokan-settings-wrap .metabox-holder { + width: 65%; +} +.dokan-settings-wrap .metabox-holder .settings-header .settings-content .settings-title { + padding-left: 0; +} +} + +.dokan-upload-image { + width: 100%; +} +.dokan-upload-image img { + cursor: pointer; +} + + +.dokan-form-input.dokan-store-category{ + width: 103% !important; + border: 0 !important; + padding: 0 !important; +} +#store-category{ + border: 0; +} + +.address-multiselect input.multiselect__input { + border: none; +} + +.checkbox-group { + margin-top: 20px; + padding: 0 10px; +} +.checkbox-group .checkbox-left { + display: inline-block; +} +.checkbox-group .checkbox-left .switch { + margin-right: 10px; + display: inline-block; +} +.payment-info.edit-mode .checkbox-group { + padding: 0; +} +.payment-info.edit-mode .dokan-form-select { + margin-top: 5px; + margin-bottom: 5px; +} +.payment-info.edit-mode .combine-commission-field .dokan-form-input.percent_fee, +.payment-info.edit-mode .combine-commission-field .dokan-form-input.fixed_fee { + width: 40%; +} + +.swal2-container { + z-index: 9999999 !important; +} +.swal2-container .swal2-popup .swal2-title { + line-height: 35px; + font-size: 30px; + font-weight: 400; +} +.dokan-vendor-edit h1 { + font-size: 23px; + font-weight: 400; +} +.dokan-vendor-edit .tab-header .tab-list { + overflow: hidden; + display: flex; + justify-content: space-between; +} +.dokan-vendor-edit .tab-header .tab-list .tab-title { + height: 50px; + list-style-type: none; + position: relative; + background-color: #1a9ed4; + display: flex; + justify-content: center; + align-items: center; +} +.dokan-vendor-edit .tab-header .tab-list .tab-title .icon { + position: relative; + top: 1px; +} +.dokan-vendor-edit .tab-header .tab-list .tab-title a { + color: #fff; + text-decoration: none; + padding: 75px; +} +.dokan-vendor-edit .tab-header .tab-list .tab-title a:active, +.dokan-vendor-edit .tab-header .tab-list .tab-title a:focus { + outline: none; + outline-style: none; + border-color: transparent; + box-shadow: none; +} +.dokan-vendor-edit .tab-header .tab-list .tab-title a span { + position: relative; + top: -1px; + left: -3px; +} +.dokan-vendor-edit .tab-header .tab-list .tab-title:first-child { + padding-left: 5px; +} +.dokan-vendor-edit .tab-header .tab-list .tab-title:nth-child(n+2)::before { + position: absolute; + top: 0; + left: 0; + display: block; + border-left: 25px solid white; + /* width: arrow width, color: background of document */ + border-top: 25px solid transparent; + /* width: half height */ + border-bottom: 25px solid transparent; + /* width: half height */ + width: 0; + height: 0; + content: " "; +} +.dokan-vendor-edit .tab-header .tab-list .tab-title:after { + z-index: 1; + /* need to bring this above the next item */ + position: absolute; + top: 0; + right: -25px; + /* arrow width (negated) */ + display: block; + border-left: 25px solid #f5f5f5; + /* width: arrow width */ + border-top: 25px solid transparent; + /* width: half height */ + border-bottom: 25px solid transparent; + /* width: half height */ + width: 0; + height: 0; + content: " "; + border-left-color: #1a9ed4; +} +.dokan-vendor-edit .tab-header .tab-list .tab-title.active { + background-color: #2C70A3; +} +.dokan-vendor-edit .tab-header .tab-list .tab-title.active a { + color: #fff; +} +.dokan-vendor-edit .tab-header .tab-list .tab-title.active:after { + border-left-color: #2C70A3; +} +.dokan-vendor-edit .tab-header .tab-list .tab-title.last:after { + border-left: 0; +} +.dokan-vendor-edit .tab-header .tab-list .tab-title.active ~ .tab-title { + background-color: #f5f5f5; +} +.dokan-vendor-edit .tab-header .tab-list .tab-title.active ~ .tab-title:after { + border-left-color: #f5f5f5; +} +.dokan-vendor-edit .tab-header .tab-list .tab-title.active ~ .tab-title a { + color: #000; +} +.dokan-vendor-edit .tab-contents { + border: 1px solid #e5e5e5; + border-radius: 3px; + min-height: 400px; +} +.dokan-vendor-edit .tab-contents .loading { + position: relative; + left: 46%; + top: 160px; +} +.dokan-vendor-edit .tab-contents .content-header { + background: #F9F9F9; + margin: 0; + padding: 10px; +} +.dokan-vendor-edit .tab-contents .content-body { + padding-top: 20px; + padding-bottom: 20px; +} +.dokan-vendor-edit .tab-contents .content-body .dokan-form-group { + margin: 0 10px; + overflow: hidden; + display: flex; + flex-wrap: wrap; +} +.dokan-vendor-edit .tab-contents .content-body .dokan-form-group:after, +.dokan-vendor-edit .tab-contents .content-body .dokan-form-group:before { + display: table; + content: " "; +} +.dokan-vendor-edit .tab-contents .content-body .dokan-form-group .column { + float: left; + width: 50%; + padding: 0 10px; +} +.dokan-vendor-edit .tab-contents .content-body .dokan-form-group .column .store-avaibility-info { + display: flex; + justify-content: space-between; +} +.dokan-vendor-edit .tab-contents .content-body .dokan-form-group .column .store-avaibility-info .store-url, +.dokan-vendor-edit .tab-contents .content-body .dokan-form-group .column .store-avaibility-info span { + margin: 0; + padding: 0; + position: relative; + bottom: 10px; + font-style: italic; + color: #a09f9f; + font-size: 12px; +} +.dokan-vendor-edit .tab-contents .content-body .dokan-form-group .column .store-avaibility-info .is-available { + color: green; +} +.dokan-vendor-edit .tab-contents .content-body .dokan-form-group .column .store-avaibility-info .not-available { + color: red; +} +.dokan-vendor-edit .tab-contents .content-body .dokan-form-group .column .password-generator { + margin-top: 6px; +} +.dokan-vendor-edit .tab-contents .content-body .dokan-form-group .column .password-generator .regen-button { + margin-right: 5px; +} +.dokan-vendor-edit .tab-contents .content-body .dokan-form-group .column .password-generator .regen-button span { + line-height: 26px; +} +.dokan-vendor-edit .tab-contents .content-body .dokan-form-group .column .checkbox-left.notify-vendor { + margin-top: 6px; +} +.dokan-vendor-edit .tab-contents .content-body .dokan-form-group .column .multiselect { + margin-top: 5px; +} +.dokan-vendor-edit .tab-contents .content-body .dokan-form-group .column .multiselect__option--highlight { + background: #3c9fd4; +} +.dokan-vendor-edit .tab-contents .content-body .dokan-form-group .column .multiselect__tags { + min-height: 45px; +} +.dokan-vendor-edit .tab-contents .content-body .dokan-form-group .column .multiselect__single { + padding-top: 3px; +} +.dokan-vendor-edit .tab-contents .content-body .dokan-form-group .column .multiselect__select:before { + top: 70%; +} +.dokan-vendor-edit .tab-contents .content-body .dokan-form-group .column .multiselect__input:focus { + box-shadow: none; + border: none; + outline: none; +} +.dokan-vendor-edit .tab-contents .content-body .dokan-form-group .bank-info { + padding-left: 10px; +} +.dokan-vendor-edit .tab-contents .content-body .dokan-form-input { + width: 100%; + /* Full width */ + padding: 7px 12px; + /* Some padding */ + border: 1px solid #ccc; + /* Gray border */ + border-radius: 4px; + /* Rounded borders */ + box-sizing: border-box; + /* Make sure that padding and width stays in place */ + margin-top: 6px; + /* Add a top margin */ + margin-bottom: 16px; + /* Bottom margin */ + resize: vertical; + /* Allow the user to vertically resize the textarea (not horizontally) */ + height: auto; +} +.dokan-vendor-edit .tab-contents .content-body .dokan-form-input::placeholder { + color: #bcbcbc; +} +.dokan-vendor-edit .tab-contents .content-body .dokan-form-input.has-error::placeholder { + color: red; +} +.dokan-vendor-edit .tab-contents .content-body .vendor-image { + display: flex; + padding-bottom: 20px; +} +.dokan-vendor-edit .tab-contents .content-body .vendor-image .picture { + background: #fcfcfc; + border-radius: 3px; + padding: 5px 10px; + border: 2px dashed #d2d2d2; + text-align: center; + flex-grow: 1; + width: 150px; + margin-left: 20px; +} +.dokan-vendor-edit .tab-contents .content-body .vendor-image .picture .profile-image { + max-width: 100px; + margin: 0 auto; +} +.dokan-vendor-edit .tab-contents .content-body .vendor-image .picture .profile-image img { + border: 1px solid #E5E5E5; + padding: 15px 10px 0; + cursor: pointer; + width: 100%; + padding: 5px; +} +.dokan-vendor-edit .tab-contents .content-body .vendor-image .picture.banner { + padding: 0; + flex-grow: 10; + margin-right: 20px; + height: 228px; + padding-top: 5%; +} +.dokan-vendor-edit .tab-contents .content-body .vendor-image .picture.banner .banner-image img { + width: 100%; + height: 223px; + padding: 0; +} +.dokan-vendor-edit .tab-contents .content-body .vendor-image .picture.banner .banner-image button { + background: #007cba; + color: white; + padding: 10px 15px; + border-radius: 3px; + margin: 20px 0; + cursor: pointer; +} +.dokan-vendor-edit .tab-contents .content-body .vendor-image .picture.banner.has-banner { + padding-top: 0; +} +.dokan-vendor-edit .tab-contents .content-body .vendor-image .picture-footer { + color: #808080; + font-weight: 300; +} +.dokan-vendor-edit .dokan-btn { + background: #1a9ed4; + padding: 10px 20px; + color: white; + border-radius: 3px; + cursor: pointer; +} +.dokan-vendor-edit .dokan-btn:active, +.dokan-vendor-edit .dokan-btn:focus { + outline: none; + outline-style: none; + border-color: transparent; + box-shadow: none; +} +.dokan-vendor-edit .dokan-modal .dokan-modal-content { + height: 640px !important; +} +.dokan-vendor-edit .dokan-modal .dokan-modal-content .modal-body { + max-height: 500px; + min-height: 200px; +} +.dokan-vendor-edit .dokan-modal .dokan-modal-content .modal-footer { + padding: 15px; + bottom: 0; + border-top: none; + box-shadow: none; +} +.dokan-vendor-edit .component-fade-enter-active, +.dokan-vendor-edit .component-fade-leave-active { + transition: opacity 0.2s ease; +} +.dokan-vendor-edit .component-fade-enter, +.dokan-vendor-edit .component-fade-leave-to { + opacity: 0; +} +@media only screen and (max-width: 600px) { +.dokan-vendor-edit .dokan-modal .dokan-modal-content { + height: 400px; +} +.dokan-vendor-edit .dokan-modal .dokan-modal-content .modal-body { + max-height: 300px; +} +} +@media only screen and (max-width: 500px) { +.dokan-vendor-edit .tab-list .tab-title .tab-link { + display: flex; +} +.dokan-vendor-edit .tab-list .tab-title .tab-link a { + padding: 12px; + margin-left: 17px; +} +.dokan-vendor-edit .tab-list .tab-title .tab-link a span { + display: block; + margin: 0 auto; +} +.dokan-vendor-edit .tab-contents p, + .dokan-vendor-edit .tab-contents input, + .dokan-vendor-edit .tab-contents button { + font-size: 13px; +} +.dokan-vendor-edit .tab-contents .vendor-image { + display: block !important; +} +.dokan-vendor-edit .tab-contents .vendor-image .picture { + margin-right: 20px !important; + width: auto !important; +} +.dokan-vendor-edit .tab-contents .vendor-image .picture.banner { + margin-top: 15px; +} +} +@media only screen and (max-width: 375px) { +.dokan-vendor-edit .tab-list .tab-title .tab-link { + display: flex; +} +.dokan-vendor-edit .tab-list .tab-title .tab-link a { + padding: 5px; + margin-left: 20px; + font-size: 12px; +} +.dokan-vendor-edit .tab-contents p, + .dokan-vendor-edit .tab-contents input, + .dokan-vendor-edit .tab-contents button { + font-size: 12px; +} +} +@media only screen and (max-width: 320px) { +.dokan-vendor-edit .tab-list .tab-title .tab-link { + display: flex; +} +.dokan-vendor-edit .tab-list .tab-title .tab-link a { + padding: 2px; + margin-left: 20px; + font-size: 10px; +} +} + +.vendor-list .dokan-btn { + padding: 5px 10px; + font-size: 15px; + border-radius: 3px; + color: #2873aa; +} +.vendor-list .image { + width: 10%; +} +.vendor-list .store_name { + width: 30%; +} +.vendor-list td.store_name img { + float: left; + margin-right: 10px; + margin-top: 1px; + width: 24px; + height: auto; +} +.vendor-list td.store_name strong { + display: block; + margin-bottom: 0.2em; + font-size: 14px; +} +@media only screen and (max-width: 600px) { +.vendor-list table td.store_name, + .vendor-list table td.enabled { + display: table-cell !important; +} +.vendor-list table th:not(.check-column):not(.store_name):not(.enabled) { + display: none; +} +.vendor-list table td:not(.check-column):not(.store_name):not(.enabled) { + display: none; +} +.vendor-list table th.column, + .vendor-list table table td.column { + width: auto; +} +.vendor-list table td.manage-column.column-cb.check-column { + padding-right: 15px; +} +.vendor-list table th.column.enabled { + width: 25% !important; +} +} +@media only screen and (max-width: 320px) { +.vendor-list table .row-actions span { + font-size: 11px; +} +} + +.dokan-importer-wrapper[data-v-c15c744e] { + text-align: center; + max-width: 700px; + margin: 40px auto; +} +.dokan-importer-wrapper .skeleton-loader[data-v-c15c744e] { + width: 100%; + display: block; + background: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.5) 50%, rgba(255, 255, 255, 0) 80%), lightgray; + background-repeat: repeat-y; + background-size: 50px 500px; + background-position: 0 0; + animation: shine-c15c744e 1s infinite; + border-radius: 5px; +} +@keyframes shine-c15c744e { +to { + background-position: 100% 0, /* move highlight to right */ 0 0; +} +} +.dokan-importer-wrapper .error[data-v-c15c744e] { + border-radius: 5px; +} +.dokan-importer-wrapper .dokan-importer-progress-steps[data-v-c15c744e] { + padding: 0 0 24px; + margin: 0; + list-style: none outside; + overflow: hidden; + color: #ccc; + width: 100%; + display: inline-flex; +} +.dokan-importer-wrapper .dokan-importer-progress-steps li[data-v-c15c744e] { + width: 50%; + float: left; + padding: 0 0 0.8em; + margin: 0; + text-align: center; + position: relative; + border-bottom: 4px solid #ccc; + line-height: 1.4em; +} +.dokan-importer-wrapper .dokan-importer-progress-steps li[data-v-c15c744e]::before { + content: ""; + border: 4px solid #ccc; + border-radius: 100%; + width: 4px; + height: 4px; + position: absolute; + bottom: 0; + left: 50%; + margin-left: -6px; + margin-bottom: -8px; + background: #fff; +} +.dokan-importer-wrapper .dokan-importer-progress-steps li.active[data-v-c15c744e] { + border-color: #1BAC9E; + color: #1BAC9E; +} +.dokan-importer-wrapper .dokan-importer-progress-steps li.active[data-v-c15c744e]::before { + border-color: #1BAC9E; +} +.dokan-importer-wrapper .dokan-importer[data-v-c15c744e] { + background: #fff; + overflow: hidden; + padding: 0; + margin: 0 0 16px; + color: #555; + text-align: left; +} +.dokan-importer-wrapper .dokan-importer header[data-v-c15c744e] { + margin: 0; + padding: 24px 24px 0; +} +.dokan-importer-wrapper .dokan-importer header .loader-title[data-v-c15c744e] { + width: 50%; + height: 20px; + margin-bottom: 24px; +} +.dokan-importer-wrapper .dokan-importer header .loader-description[data-v-c15c744e] { + height: 10px; + margin-bottom: 10px; +} +.dokan-importer-wrapper .dokan-importer section[data-v-c15c744e] { + padding: 10px 24px 0; +} +.dokan-importer-wrapper .dokan-importer section div[data-v-c15c744e] { + margin: 0; + position: relative; + table-layout: fixed; + border-collapse: collapse; + width: 100%; + clear: both; +} +.dokan-importer-wrapper .dokan-importer section div .dokan-dummy-data-progress-bar[data-v-c15c744e] { + width: 100%; + height: 35px; + -webkit-appearance: none; +} +.dokan-importer-wrapper .dokan-importer section div .dokan-dummy-data-progress-bar[value][data-v-c15c744e]::-webkit-progress-bar { + background-color: #EEEEEE; + border: 1px solid #BCBCBC; + border-radius: 5px; +} +.dokan-importer-wrapper .dokan-importer section div .dokan-dummy-data-progress-bar[value][data-v-c15c744e]::-webkit-progress-value { + background-color: #1BAC9E; + border-radius: 5px; + transition: width 0.5s; +} +.dokan-importer-wrapper .dokan-importer section div .loader-loader[data-v-c15c744e] { + height: 35px; +} +.dokan-importer-wrapper .dokan-importer .import-done[data-v-c15c744e] { + display: flex; + flex-direction: column; + justify-content: center; + align-items: center; + padding: 24px 24px 0 24px; +} +.dokan-importer-wrapper .dokan-importer .import-done p[data-v-c15c744e] { + font-size: 1.2rem; + color: #1BAC9E; +} +.dokan-importer-wrapper .dokan-importer .import-done .links[data-v-c15c744e] { + text-align: center; +} +.dokan-importer-wrapper .dokan-importer .dokan-importer-action[data-v-c15c744e] { + overflow: hidden; + margin: 0; + padding: 24px; + line-height: 3em; +} +.dokan-importer-wrapper .dokan-importer .dokan-importer-action .loader-btn[data-v-c15c744e] { + height: 35px; + width: 150px; + float: right; +} +.dokan-importer-wrapper .dokan-importer .dokan-importer-action .dokan-import-continue-btn[data-v-c15c744e] { + float: right; + font-size: 1.25em; + padding: 6px 12px; + line-height: 1.5em; + height: auto; + border-radius: 4px; + background-color: #1BAC9E; + border-color: #1BAC9E; + border: none; + margin: 0; + opacity: 1; + color: #FFF; + cursor: pointer; +} +.dokan-importer-wrapper .dokan-importer .dokan-importer-action .dokan-import-continue-btn.is-loading[data-v-c15c744e] { + background-color: rgba(27, 172, 158, 0.5); + border-color: rgba(27, 172, 158, 0.5); +} +.dokan-importer-wrapper .dokan-importer .dokan-importer-action .dokan-import-continue-btn.is-busy[data-v-c15c744e] { + animation: components-button__busy-animation 2500ms infinite linear; + opacity: 1; + background-size: 100px 100%; + background-image: linear-gradient(-45deg, #f7f6f6 33%, #e0e0e0 33%, #e0e0e0 70%, #f7f6f6 70%); + color: #848484; +} +.dokan-importer-wrapper .dokan-importer .dokan-importer-action .cancel-btn[data-v-c15c744e] { + background-color: #FFFFFF; + border-color: #E2E2E2; + color: #72777C; + border: 1px solid #E2E2E2; + margin-top: 15px; +} + +#dokan-vendor-capabilities { + padding: 20px 70px; +} +#dokan-vendor-capabilities .grid { + display: grid; + grid-template-columns: repeat(12, 1fr); + grid-gap: 16px; + margin-bottom: 30px; +} +#dokan-vendor-capabilities .col-6 { + grid-column: auto / span 6; +} +#dokan-vendor-capabilities #dokan-capability-image-popup { + position: fixed; + top: 0; + left: 0; + right: 0; + bottom: 0; + background-color: #000000; + background-color: rgba(0, 0, 0, 0.7); + z-index: 99900; +} +#dokan-vendor-capabilities #dokan-capability-image-popup .modal-content { + background-color: transparent; + z-index: 100000; + margin: 8% auto; + max-width: 850px; + text-align: center; +} +#dokan-vendor-capabilities .capability-card { + background: #fff; + padding: 50px; + border-radius: 9px; + border: 1px solid #E2E2E2; + display: flex; + flex-direction: column; + align-items: center; + text-align: center; +} +#dokan-vendor-capabilities .capability-card .capability-image { + position: relative; + width: 100%; +} +#dokan-vendor-capabilities .capability-card .capability-image .image { + opacity: 1; + width: 100%; + height: 270px; + max-height: 370px; + transition: 0.5s ease; + backface-visibility: hidden; +} +#dokan-vendor-capabilities .capability-card .capability-image .middle { + transition: 0.5s ease; + opacity: 0; + position: absolute; + top: 50%; + left: 50%; + transform: translate(-50%, -50%); + -ms-transform: translate(-50%, -50%); + text-align: center; +} +#dokan-vendor-capabilities .capability-card .capability-image:hover .image { + opacity: 0.3; +} +#dokan-vendor-capabilities .capability-card .capability-image:hover .middle { + opacity: 1; +} +#dokan-vendor-capabilities .capability-card .capability-image .zoom { + background-color: #FFB24B; + border-radius: 9px; + color: white; + font-size: 24px; + padding: 16px 24px; + cursor: pointer; +} +#dokan-vendor-capabilities .capability-card .title { + font-size: 18px; +} +#dokan-vendor-capabilities .capability-card .content { + min-height: 40px; +} +#dokan-vendor-capabilities .capability-card p { + margin-bottom: 0px; +} +#dokan-vendor-capabilities .vendor-capabilities-banner { + display: flex; + align-items: center; + padding: 50px; + height: auto; + border-radius: 9px; + background-position: center; + background-repeat: no-repeat; + background-size: cover; + margin-bottom: 16px; +} +#dokan-vendor-capabilities .vendor-capabilities-banner .content { + margin: 30px; +} +#dokan-vendor-capabilities .vendor-capabilities-banner .content .title { + font-size: 26px; + font-weight: bold; + color: #FF0000; +} + +#dokan-upgrade-to-pro-wrapper #dokan-upgrade-popup { + position: fixed; + top: 0; + left: 0; + right: 0; + bottom: 0; + min-height: 360px; + background-color: rgba(0, 0, 0, 0.7); + z-index: 9999; + overflow-y: auto; +} +#dokan-upgrade-to-pro-wrapper #dokan-upgrade-popup::-webkit-scrollbar { + display: none; +} +#dokan-upgrade-to-pro-wrapper #dokan-upgrade-popup .modal-content { + margin: 4% auto; + max-width: 400px; + border-radius: 4px; + text-align: center; + position: relative; + padding: 25px 40px; + background-color: #fff; + box-sizing: border-box; +} +@media only screen and (max-width: 576px) { +#dokan-upgrade-to-pro-wrapper #dokan-upgrade-popup .modal-content { + max-width: 325px; + padding: 25px 15px; + margin: 12% auto; +} +} +@media (min-width: 577px) and (max-width: 1024px) { +#dokan-upgrade-to-pro-wrapper #dokan-upgrade-popup .modal-content { + margin: 6% auto; +} +} +#dokan-upgrade-to-pro-wrapper #dokan-upgrade-popup .modal-content span.close { + position: absolute; + top: 20px; + right: 25px; + cursor: pointer; +} +#dokan-upgrade-to-pro-wrapper #dokan-upgrade-popup .modal-content .body { + margin-top: 5px; +} +#dokan-upgrade-to-pro-wrapper #dokan-upgrade-popup .modal-content .body .unlock { + color: #FF5722; + font-size: 1rem; + font-weight: normal; + font-family: "SF Pro Text", sans-serif; + margin: 0 0 5px; +} +#dokan-upgrade-to-pro-wrapper #dokan-upgrade-popup .modal-content .body .text-brand { + padding: 8px 16px; + background: #e9f3ff; + border-radius: 37px; + color: #1C81FA; + font-size: 1rem; + font-weight: normal; + font-family: "SF Pro Text", sans-serif; + display: inline-block; + margin: 0 0 23px; +} +#dokan-upgrade-to-pro-wrapper #dokan-upgrade-popup .modal-content .body h1 { + padding: 0; + margin-bottom: 13px; + font-size: 1.5rem; + font-weight: bold; + font-family: "SF Pro Text", sans-serif; +} +#dokan-upgrade-to-pro-wrapper #dokan-upgrade-popup .modal-content .body .upgrade-text { + margin: 0; + font-size: 0.813rem; + font-weight: normal; + font-family: "SF Pro Text", sans-serif; +} +#dokan-upgrade-to-pro-wrapper #dokan-upgrade-popup .modal-content .body .upgrade-text strong { + color: #ff5722; +} +#dokan-upgrade-to-pro-wrapper #dokan-upgrade-popup .modal-content .body .upgrade-button { + background: #FF5722; + border-radius: 3px; + padding: 10px 18px; + font-weight: 400; + font-size: 0.75rem; + font-family: "SF Pro Text", sans-serif; + margin: 30px 0; + display: inline-block; + text-decoration: none; + color: #fff; +} +#dokan-upgrade-to-pro-wrapper #dokan-upgrade-popup .modal-content .body .promo-card { + margin-bottom: 25px; +} +#dokan-upgrade-to-pro-wrapper #dokan-upgrade-popup .modal-content .body .promo-card svg { + width: 100%; +} +#dokan-upgrade-to-pro-wrapper #dokan-upgrade-popup .modal-content .body .already-updated { + color: #758598; + font-size: 0.875rem; + font-weight: normal; + font-family: "SF Pro Text", sans-serif; + text-decoration: none; +} + +.dokan-modules-wrap .module-content { + position: relative; + margin-top: 15px; +} +.dokan-modules-wrap .module-content .loading { + position: absolute; + width: 100%; + height: 100%; + top: 0px; + left: 0px; + background: rgba(255, 255, 255, 0.5); +} +.dokan-modules-wrap .module-content .loading .dokan-loader { + top: 30%; + left: 47%; +} +.dokan-modules-wrap .module-content .dokan-modules .plugin-card { + position: relative; +} +.dokan-modules-wrap .module-content .dokan-modules .plugin-card .plugin-action-buttons svg { + cursor: pointer; +} +.dokan-modules-wrap .module-content .dokan-modules .plugin-card .card-footer { + position: absolute; + bottom: 18px; + right: 20px; +} +@media only screen and (max-width: 600px) { +.dokan-modules-wrap input#media-search-input { + width: 74%; +} +.dokan-modules-wrap .module-content .tablenav.top { + margin-top: -16px; +} +.dokan-modules-wrap table td.name, + .dokan-modules-wrap table td.active { + display: table-cell !important; +} +.dokan-modules-wrap table th:not(.check-column):not(.name):not(.active) { + display: none; +} +.dokan-modules-wrap table td:not(.check-column):not(.name):not(.active) { + display: none; +} +.dokan-modules-wrap table th.column, + .dokan-modules-wrap table td.column { + width: auto; +} +.dokan-modules-wrap table th.column.name { + width: 50% !important; +} +.dokan-modules-wrap table th.column.active { + width: 20% !important; +} +.dokan-modules-wrap table td.column.order_id .row-actions { + font-size: 11px; +} +} + +.dokan-rw-footer { + display: flex; + flex-direction: row-reverse; +} +.dokan-rw-footer .dokan-rw-footer-btn { + display: flex; + align-items: center; +} +.dokan-rw-footer .dokan-rw-footer-btn img.not-loading { + height: 0px; + transition: height 200ms; +} +.dokan-rw-footer .dokan-rw-footer-btn img.is-loading { + height: 20px; + margin-right: 10px; + transition: height 200ms; +} +.dokan-rw-multiselect-container .multiselect .multiselect__tags { + border: 1px solid #b0a7a7; +} +.dokan-rw-multiselect-container .multiselect .multiselect__tags .multiselect__placeholder { + color: #b0a7a7; +} +.dokan-rw-section .dokan-rw-section-heading { + display: flex; + align-items: center; + column-gap: 5px; +} +.dokan-rw-section .dokan-rw-section-body .dokan-rw-note-area textarea { + width: 100%; + padding: 0.2rem; + border: 1px solid #b0a7a7; + min-height: 100px; + padding-left: 0.2rem; + padding-right: 0.2rem; +} +.dokan-rw-section .dokan-rw-section-body .dokan-rw-note-area textarea:focus { + border-color: #b0a7a7; + box-shadow: 0 0 0 0px #b0a7a7; + outline: none; +} +.dokan-rw-section .dokan-rw-section-body .dokan-rw-note-area textarea::placeholder { + color: #b0a7a7; +} +.dokan-rw-multiselect { + margin-top: 1rem; +} +.dokan-rw-multiselect input { + padding: 0; + line-height: 0; + min-height: 0; + box-shadow: none; + border-radius: 0; + border: none; +} +.dokan-rw-multiselect input:focus { + border-color: transparent; + box-shadow: none; + outline: none; +} +.dokan-rw-input input { + width: 100%; + padding: 0.2rem; + border: 1px solid #b0a7a7; +} +.dokan-rw-input input:focus { + border-color: #b0a7a7; + box-shadow: 0 0 0 0px #b0a7a7; + outline: none; +} +.dokan-rw-input input::placeholder { + color: #b0a7a7; +} +@media only screen and (max-width: 800px) { +.dokan-add-new-rw .dokan-modal-content { + width: 80% !important; +} +} +@media only screen and (max-width: 500px) { +.dokan-add-new-rw .dokan-modal-content { + width: 400px !important; + top: 50% !important; +} +} +@media only screen and (max-width: 376px) { +.dokan-add-new-rw .dokan-modal-content { + width: 90% !important; +} +} +.dokan-add-new-rw .dokan-modal-content { + height: 70% !important; + overflow: scroll; +} +.dokan-add-new-rw .modal-footer { + bottom: -55px; + position: relative; +} +.dokan-add-new-rw .modal-body { + overflow-y: hidden !important; +} + +.animate-enter-active { + animation: animate 150ms; +} +.animate-leave-active { + animation: animate 150ms reverse; +} +@keyframes animate { +0% { + opacity: 0; +} +50% { + opacity: 0.5; +} +100% { + opacity: 1; +} +} +.swal2-actions button { + margin-right: 10px !important; +} +.dokan-reverse-withdrawal .dokan-reverse-withdrawal-fact-card { + display: flex; + flex-wrap: wrap; +} +#dokan_reverse_withdrawal_list_table .dokan-reverse-withdrawal-filters { + display: flex; +} +#dokan_reverse_withdrawal_list_table .dokan-reverse-withdrawal-filters .multiselect .multiselect__select { + height: 28px; +} +#dokan_reverse_withdrawal_list_table .dokan-reverse-withdrawal-filters .multiselect .multiselect__tags input.multiselect__input { + max-height: 28px; +} +#dokan_reverse_withdrawal_list_table .dokan-reverse-withdrawal-filters .multiselect .multiselect__tags span.multiselect__single { + margin: 0 auto; + min-height: 28px; + line-height: 28px; +} +@media only screen and (max-width: 500px) { +#dokan_reverse_withdrawal_list_table .dokan-reverse-withdrawal-filters { + flex-direction: column; +} +} +#dokan_reverse_withdrawal_list_table input.multiselect__input { + border: none; +} +#dokan_reverse_withdrawal_list_table .label { + display: inline-block; + padding: 0px 6px; + color: #fff; + font-size: 10px; + font-weight: bold; + border-radius: 10px; +} +#dokan_reverse_withdrawal_list_table .expired { + background-color: #5cb85c; +} +#dokan_reverse_withdrawal_list_table .not_published { + background-color: #fb7369; +} +#dokan_reverse_withdrawal_list_table .search-by-product { + display: inline; + margin-left: 5px; +} +#dokan_reverse_withdrawal_list_table .search-by-product .search-box #post-search-input { + border-radius: 3px; + border: 1px solid #aaaaaa; + padding-top: 0 !important; + padding-bottom: 0 !important; + padding-left: 8px !important; +} +#dokan_reverse_withdrawal_list_table .search-by-product .search-box #post-search-input::placeholder { + color: #999 !important; +} +#dokan_reverse_withdrawal_list_table div.actions { + display: flex; +} +#dokan_reverse_withdrawal_list_table .multiselect { + display: inline-block !important; + width: 250px !important; + font-size: 12px !important; +} +#dokan_reverse_withdrawal_list_table .multiselect .multiselect__tags { + font-size: 12px !important; + min-height: 30px !important; + max-height: 33px !important; + padding-top: 0px !important; +} +#dokan_reverse_withdrawal_list_table .multiselect .multiselect__input { + border: none; + box-shadow: none; +} +#dokan_reverse_withdrawal_list_table .multiselect .multiselect__input:focus { + border: none; + box-shadow: none; + outline: none; +} +#dokan_reverse_withdrawal_list_table .widefat .store { + width: 15em; +} +#dokan_reverse_withdrawal_list_table .widefat .product_title { + width: 20em; +} +#dokan_reverse_withdrawal_list_table .negative-balance > div { + display: inline; +} + +.swal2-actions button { + margin-right: 10px !important; +} +.dokan-reverse-withdrawal-transactions .dokan-reverse-withdrawal-fact-card { + display: flex; + flex-wrap: wrap; +} +#dokan_reverse_withdrawal_transactions_list_table input.multiselect__input { + border: none; +} +#dokan_reverse_withdrawal_transactions_list_table div.actions { + display: flex; +} +#dokan_reverse_withdrawal_transactions_list_table .multiselect { + display: inline-block !important; + width: 250px !important; + font-size: 12px !important; +} +#dokan_reverse_withdrawal_transactions_list_table .multiselect .multiselect__tags { + font-size: 12px !important; + min-height: 30px !important; + max-height: 33px !important; + padding-top: 0px !important; +} +#dokan_reverse_withdrawal_transactions_list_table .multiselect .multiselect__input { + border: none; + box-shadow: none; +} +#dokan_reverse_withdrawal_transactions_list_table .multiselect .multiselect__input:focus { + border: none; + box-shadow: none; + outline: none; +} +#dokan_reverse_withdrawal_transactions_list_table .widefat .store { + width: 15em; +} +#dokan_reverse_withdrawal_transactions_list_table .widefat .product_title { + width: 20em; +} +#dokan_reverse_withdrawal_transactions_list_table .negative-balance > div { + display: inline; +} + diff --git a/assets/js/vue-admin.js b/assets/js/vue-admin.js index dc755c1267..824c0f9e41 100644 --- a/assets/js/vue-admin.js +++ b/assets/js/vue-admin.js @@ -1,2 +1,2 @@ /*! For license information please see vue-admin.js.LICENSE.txt */ -(()=>{var e={3276:e=>{e.exports=function(e,t,a){return ta?a:e:et?t:e}},7334:e=>{function t(e,t,a){var s,n,i,r,o;function d(){var l=Date.now()-r;l=0?s=setTimeout(d,t-l):(s=null,a||(o=e.apply(i,n),i=n=null))}null==t&&(t=100);var l=function(){i=this,n=arguments,r=Date.now();var l=a&&!s;return s||(s=setTimeout(d,t)),l&&(o=e.apply(i,n),i=n=null),o};return l.clear=function(){s&&(clearTimeout(s),s=null)},l.flush=function(){s&&(o=e.apply(i,n),i=n=null,clearTimeout(s),s=null)},l}t.debounce=t,e.exports=t},5858:(e,t,a)=>{var s="Expected a function",n=NaN,i="[object Symbol]",r=/^\s+|\s+$/g,o=/^[-+]0x[0-9a-f]+$/i,d=/^0b[01]+$/i,l=/^0o[0-7]+$/i,u=parseInt,c="object"==typeof a.g&&a.g&&a.g.Object===Object&&a.g,_="object"==typeof self&&self&&self.Object===Object&&self,m=c||_||Function("return this")(),h=Object.prototype.toString,p=Math.max,f=Math.min,v=function(){return m.Date.now()};function g(e){var t=typeof e;return!!e&&("object"==t||"function"==t)}function y(e){if("number"==typeof e)return e;if(function(e){return"symbol"==typeof e||function(e){return!!e&&"object"==typeof e}(e)&&h.call(e)==i}(e))return n;if(g(e)){var t="function"==typeof e.valueOf?e.valueOf():e;e=g(t)?t+"":t}if("string"!=typeof e)return 0===e?e:+e;e=e.replace(r,"");var a=d.test(e);return a||l.test(e)?u(e.slice(2),a?2:8):o.test(e)?n:+e}e.exports=function(e,t,a){var n=!0,i=!0;if("function"!=typeof e)throw new TypeError(s);return g(a)&&(n="leading"in a?!!a.leading:n,i="trailing"in a?!!a.trailing:i),function(e,t,a){var n,i,r,o,d,l,u=0,c=!1,_=!1,m=!0;if("function"!=typeof e)throw new TypeError(s);function h(t){var a=n,s=i;return n=i=void 0,u=t,o=e.apply(s,a)}function k(e){var a=e-l;return void 0===l||a>=t||a<0||_&&e-u>=r}function M(){var e=v();if(k(e))return b(e);d=setTimeout(M,function(e){var a=t-(e-l);return _?f(a,r-(e-u)):a}(e))}function b(e){return d=void 0,m&&n?h(e):(n=i=void 0,o)}function L(){var e=v(),a=k(e);if(n=arguments,i=this,l=e,a){if(void 0===d)return function(e){return u=e,d=setTimeout(M,t),c?h(e):o}(l);if(_)return d=setTimeout(M,t),h(l)}return void 0===d&&(d=setTimeout(M,t)),o}return t=y(t)||0,g(a)&&(c=!!a.leading,r=(_="maxWait"in a)?p(y(a.maxWait)||0,t):r,m="trailing"in a?!!a.trailing:m),L.cancel=function(){void 0!==d&&clearTimeout(d),u=0,n=l=i=d=void 0},L.flush=function(){return void 0===d?o:b(v())},L}(e,t,{leading:n,maxWait:t,trailing:i})}},6493:e=>{e.exports={cap:!1,curry:!1,fixed:!1,immutable:!1,rearg:!1}},5177:function(e,t,a){!function(e){"use strict";e.defineLocale("af",{months:"Januarie_Februarie_Maart_April_Mei_Junie_Julie_Augustus_September_Oktober_November_Desember".split("_"),monthsShort:"Jan_Feb_Mrt_Apr_Mei_Jun_Jul_Aug_Sep_Okt_Nov_Des".split("_"),weekdays:"Sondag_Maandag_Dinsdag_Woensdag_Donderdag_Vrydag_Saterdag".split("_"),weekdaysShort:"Son_Maa_Din_Woe_Don_Vry_Sat".split("_"),weekdaysMin:"So_Ma_Di_Wo_Do_Vr_Sa".split("_"),meridiemParse:/vm|nm/i,isPM:function(e){return/^nm$/i.test(e)},meridiem:function(e,t,a){return e<12?a?"vm":"VM":a?"nm":"NM"},longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd, D MMMM YYYY HH:mm"},calendar:{sameDay:"[Vandag om] LT",nextDay:"[Môre om] LT",nextWeek:"dddd [om] LT",lastDay:"[Gister om] LT",lastWeek:"[Laas] dddd [om] LT",sameElse:"L"},relativeTime:{future:"oor %s",past:"%s gelede",s:"'n paar sekondes",ss:"%d sekondes",m:"'n minuut",mm:"%d minute",h:"'n uur",hh:"%d ure",d:"'n dag",dd:"%d dae",M:"'n maand",MM:"%d maande",y:"'n jaar",yy:"%d jaar"},dayOfMonthOrdinalParse:/\d{1,2}(ste|de)/,ordinal:function(e){return e+(1===e||8===e||e>=20?"ste":"de")},week:{dow:1,doy:4}})}(a(5093))},1488:function(e,t,a){!function(e){"use strict";var t=function(e){return 0===e?0:1===e?1:2===e?2:e%100>=3&&e%100<=10?3:e%100>=11?4:5},a={s:["أقل من ثانية","ثانية واحدة",["ثانيتان","ثانيتين"],"%d ثوان","%d ثانية","%d ثانية"],m:["أقل من دقيقة","دقيقة واحدة",["دقيقتان","دقيقتين"],"%d دقائق","%d دقيقة","%d دقيقة"],h:["أقل من ساعة","ساعة واحدة",["ساعتان","ساعتين"],"%d ساعات","%d ساعة","%d ساعة"],d:["أقل من يوم","يوم واحد",["يومان","يومين"],"%d أيام","%d يومًا","%d يوم"],M:["أقل من شهر","شهر واحد",["شهران","شهرين"],"%d أشهر","%d شهرا","%d شهر"],y:["أقل من عام","عام واحد",["عامان","عامين"],"%d أعوام","%d عامًا","%d عام"]},s=function(e){return function(s,n,i,r){var o=t(s),d=a[e][t(s)];return 2===o&&(d=d[n?0:1]),d.replace(/%d/i,s)}},n=["جانفي","فيفري","مارس","أفريل","ماي","جوان","جويلية","أوت","سبتمبر","أكتوبر","نوفمبر","ديسمبر"];e.defineLocale("ar-dz",{months:n,monthsShort:n,weekdays:"الأحد_الإثنين_الثلاثاء_الأربعاء_الخميس_الجمعة_السبت".split("_"),weekdaysShort:"أحد_إثنين_ثلاثاء_أربعاء_خميس_جمعة_سبت".split("_"),weekdaysMin:"ح_ن_ث_ر_خ_ج_س".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"D/‏M/‏YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd D MMMM YYYY HH:mm"},meridiemParse:/ص|م/,isPM:function(e){return"م"===e},meridiem:function(e,t,a){return e<12?"ص":"م"},calendar:{sameDay:"[اليوم عند الساعة] LT",nextDay:"[غدًا عند الساعة] LT",nextWeek:"dddd [عند الساعة] LT",lastDay:"[أمس عند الساعة] LT",lastWeek:"dddd [عند الساعة] LT",sameElse:"L"},relativeTime:{future:"بعد %s",past:"منذ %s",s:s("s"),ss:s("s"),m:s("m"),mm:s("m"),h:s("h"),hh:s("h"),d:s("d"),dd:s("d"),M:s("M"),MM:s("M"),y:s("y"),yy:s("y")},postformat:function(e){return e.replace(/,/g,"،")},week:{dow:0,doy:4}})}(a(5093))},8676:function(e,t,a){!function(e){"use strict";e.defineLocale("ar-kw",{months:"يناير_فبراير_مارس_أبريل_ماي_يونيو_يوليوز_غشت_شتنبر_أكتوبر_نونبر_دجنبر".split("_"),monthsShort:"يناير_فبراير_مارس_أبريل_ماي_يونيو_يوليوز_غشت_شتنبر_أكتوبر_نونبر_دجنبر".split("_"),weekdays:"الأحد_الإتنين_الثلاثاء_الأربعاء_الخميس_الجمعة_السبت".split("_"),weekdaysShort:"احد_اتنين_ثلاثاء_اربعاء_خميس_جمعة_سبت".split("_"),weekdaysMin:"ح_ن_ث_ر_خ_ج_س".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd D MMMM YYYY HH:mm"},calendar:{sameDay:"[اليوم على الساعة] LT",nextDay:"[غدا على الساعة] LT",nextWeek:"dddd [على الساعة] LT",lastDay:"[أمس على الساعة] LT",lastWeek:"dddd [على الساعة] LT",sameElse:"L"},relativeTime:{future:"في %s",past:"منذ %s",s:"ثوان",ss:"%d ثانية",m:"دقيقة",mm:"%d دقائق",h:"ساعة",hh:"%d ساعات",d:"يوم",dd:"%d أيام",M:"شهر",MM:"%d أشهر",y:"سنة",yy:"%d سنوات"},week:{dow:0,doy:12}})}(a(5093))},2353:function(e,t,a){!function(e){"use strict";var t={1:"1",2:"2",3:"3",4:"4",5:"5",6:"6",7:"7",8:"8",9:"9",0:"0"},a=function(e){return 0===e?0:1===e?1:2===e?2:e%100>=3&&e%100<=10?3:e%100>=11?4:5},s={s:["أقل من ثانية","ثانية واحدة",["ثانيتان","ثانيتين"],"%d ثوان","%d ثانية","%d ثانية"],m:["أقل من دقيقة","دقيقة واحدة",["دقيقتان","دقيقتين"],"%d دقائق","%d دقيقة","%d دقيقة"],h:["أقل من ساعة","ساعة واحدة",["ساعتان","ساعتين"],"%d ساعات","%d ساعة","%d ساعة"],d:["أقل من يوم","يوم واحد",["يومان","يومين"],"%d أيام","%d يومًا","%d يوم"],M:["أقل من شهر","شهر واحد",["شهران","شهرين"],"%d أشهر","%d شهرا","%d شهر"],y:["أقل من عام","عام واحد",["عامان","عامين"],"%d أعوام","%d عامًا","%d عام"]},n=function(e){return function(t,n,i,r){var o=a(t),d=s[e][a(t)];return 2===o&&(d=d[n?0:1]),d.replace(/%d/i,t)}},i=["يناير","فبراير","مارس","أبريل","مايو","يونيو","يوليو","أغسطس","سبتمبر","أكتوبر","نوفمبر","ديسمبر"];e.defineLocale("ar-ly",{months:i,monthsShort:i,weekdays:"الأحد_الإثنين_الثلاثاء_الأربعاء_الخميس_الجمعة_السبت".split("_"),weekdaysShort:"أحد_إثنين_ثلاثاء_أربعاء_خميس_جمعة_سبت".split("_"),weekdaysMin:"ح_ن_ث_ر_خ_ج_س".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"D/‏M/‏YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd D MMMM YYYY HH:mm"},meridiemParse:/ص|م/,isPM:function(e){return"م"===e},meridiem:function(e,t,a){return e<12?"ص":"م"},calendar:{sameDay:"[اليوم عند الساعة] LT",nextDay:"[غدًا عند الساعة] LT",nextWeek:"dddd [عند الساعة] LT",lastDay:"[أمس عند الساعة] LT",lastWeek:"dddd [عند الساعة] LT",sameElse:"L"},relativeTime:{future:"بعد %s",past:"منذ %s",s:n("s"),ss:n("s"),m:n("m"),mm:n("m"),h:n("h"),hh:n("h"),d:n("d"),dd:n("d"),M:n("M"),MM:n("M"),y:n("y"),yy:n("y")},preparse:function(e){return e.replace(/،/g,",")},postformat:function(e){return e.replace(/\d/g,(function(e){return t[e]})).replace(/,/g,"،")},week:{dow:6,doy:12}})}(a(5093))},4496:function(e,t,a){!function(e){"use strict";e.defineLocale("ar-ma",{months:"يناير_فبراير_مارس_أبريل_ماي_يونيو_يوليوز_غشت_شتنبر_أكتوبر_نونبر_دجنبر".split("_"),monthsShort:"يناير_فبراير_مارس_أبريل_ماي_يونيو_يوليوز_غشت_شتنبر_أكتوبر_نونبر_دجنبر".split("_"),weekdays:"الأحد_الإثنين_الثلاثاء_الأربعاء_الخميس_الجمعة_السبت".split("_"),weekdaysShort:"احد_اثنين_ثلاثاء_اربعاء_خميس_جمعة_سبت".split("_"),weekdaysMin:"ح_ن_ث_ر_خ_ج_س".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd D MMMM YYYY HH:mm"},calendar:{sameDay:"[اليوم على الساعة] LT",nextDay:"[غدا على الساعة] LT",nextWeek:"dddd [على الساعة] LT",lastDay:"[أمس على الساعة] LT",lastWeek:"dddd [على الساعة] LT",sameElse:"L"},relativeTime:{future:"في %s",past:"منذ %s",s:"ثوان",ss:"%d ثانية",m:"دقيقة",mm:"%d دقائق",h:"ساعة",hh:"%d ساعات",d:"يوم",dd:"%d أيام",M:"شهر",MM:"%d أشهر",y:"سنة",yy:"%d سنوات"},week:{dow:1,doy:4}})}(a(5093))},6947:function(e,t,a){!function(e){"use strict";var t={1:"١",2:"٢",3:"٣",4:"٤",5:"٥",6:"٦",7:"٧",8:"٨",9:"٩",0:"٠"},a={"١":"1","٢":"2","٣":"3","٤":"4","٥":"5","٦":"6","٧":"7","٨":"8","٩":"9","٠":"0"};e.defineLocale("ar-ps",{months:"كانون الثاني_شباط_آذار_نيسان_أيّار_حزيران_تمّوز_آب_أيلول_تشري الأوّل_تشرين الثاني_كانون الأوّل".split("_"),monthsShort:"ك٢_شباط_آذار_نيسان_أيّار_حزيران_تمّوز_آب_أيلول_ت١_ت٢_ك١".split("_"),weekdays:"الأحد_الإثنين_الثلاثاء_الأربعاء_الخميس_الجمعة_السبت".split("_"),weekdaysShort:"أحد_إثنين_ثلاثاء_أربعاء_خميس_جمعة_سبت".split("_"),weekdaysMin:"ح_ن_ث_ر_خ_ج_س".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd D MMMM YYYY HH:mm"},meridiemParse:/ص|م/,isPM:function(e){return"م"===e},meridiem:function(e,t,a){return e<12?"ص":"م"},calendar:{sameDay:"[اليوم على الساعة] LT",nextDay:"[غدا على الساعة] LT",nextWeek:"dddd [على الساعة] LT",lastDay:"[أمس على الساعة] LT",lastWeek:"dddd [على الساعة] LT",sameElse:"L"},relativeTime:{future:"في %s",past:"منذ %s",s:"ثوان",ss:"%d ثانية",m:"دقيقة",mm:"%d دقائق",h:"ساعة",hh:"%d ساعات",d:"يوم",dd:"%d أيام",M:"شهر",MM:"%d أشهر",y:"سنة",yy:"%d سنوات"},preparse:function(e){return e.replace(/[٣٤٥٦٧٨٩٠]/g,(function(e){return a[e]})).split("").reverse().join("").replace(/[١٢](?![\u062a\u0643])/g,(function(e){return a[e]})).split("").reverse().join("").replace(/،/g,",")},postformat:function(e){return e.replace(/\d/g,(function(e){return t[e]})).replace(/,/g,"،")},week:{dow:0,doy:6}})}(a(5093))},2682:function(e,t,a){!function(e){"use strict";var t={1:"١",2:"٢",3:"٣",4:"٤",5:"٥",6:"٦",7:"٧",8:"٨",9:"٩",0:"٠"},a={"١":"1","٢":"2","٣":"3","٤":"4","٥":"5","٦":"6","٧":"7","٨":"8","٩":"9","٠":"0"};e.defineLocale("ar-sa",{months:"يناير_فبراير_مارس_أبريل_مايو_يونيو_يوليو_أغسطس_سبتمبر_أكتوبر_نوفمبر_ديسمبر".split("_"),monthsShort:"يناير_فبراير_مارس_أبريل_مايو_يونيو_يوليو_أغسطس_سبتمبر_أكتوبر_نوفمبر_ديسمبر".split("_"),weekdays:"الأحد_الإثنين_الثلاثاء_الأربعاء_الخميس_الجمعة_السبت".split("_"),weekdaysShort:"أحد_إثنين_ثلاثاء_أربعاء_خميس_جمعة_سبت".split("_"),weekdaysMin:"ح_ن_ث_ر_خ_ج_س".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd D MMMM YYYY HH:mm"},meridiemParse:/ص|م/,isPM:function(e){return"م"===e},meridiem:function(e,t,a){return e<12?"ص":"م"},calendar:{sameDay:"[اليوم على الساعة] LT",nextDay:"[غدا على الساعة] LT",nextWeek:"dddd [على الساعة] LT",lastDay:"[أمس على الساعة] LT",lastWeek:"dddd [على الساعة] LT",sameElse:"L"},relativeTime:{future:"في %s",past:"منذ %s",s:"ثوان",ss:"%d ثانية",m:"دقيقة",mm:"%d دقائق",h:"ساعة",hh:"%d ساعات",d:"يوم",dd:"%d أيام",M:"شهر",MM:"%d أشهر",y:"سنة",yy:"%d سنوات"},preparse:function(e){return e.replace(/[١٢٣٤٥٦٧٨٩٠]/g,(function(e){return a[e]})).replace(/،/g,",")},postformat:function(e){return e.replace(/\d/g,(function(e){return t[e]})).replace(/,/g,"،")},week:{dow:0,doy:6}})}(a(5093))},9756:function(e,t,a){!function(e){"use strict";e.defineLocale("ar-tn",{months:"جانفي_فيفري_مارس_أفريل_ماي_جوان_جويلية_أوت_سبتمبر_أكتوبر_نوفمبر_ديسمبر".split("_"),monthsShort:"جانفي_فيفري_مارس_أفريل_ماي_جوان_جويلية_أوت_سبتمبر_أكتوبر_نوفمبر_ديسمبر".split("_"),weekdays:"الأحد_الإثنين_الثلاثاء_الأربعاء_الخميس_الجمعة_السبت".split("_"),weekdaysShort:"أحد_إثنين_ثلاثاء_أربعاء_خميس_جمعة_سبت".split("_"),weekdaysMin:"ح_ن_ث_ر_خ_ج_س".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd D MMMM YYYY HH:mm"},calendar:{sameDay:"[اليوم على الساعة] LT",nextDay:"[غدا على الساعة] LT",nextWeek:"dddd [على الساعة] LT",lastDay:"[أمس على الساعة] LT",lastWeek:"dddd [على الساعة] LT",sameElse:"L"},relativeTime:{future:"في %s",past:"منذ %s",s:"ثوان",ss:"%d ثانية",m:"دقيقة",mm:"%d دقائق",h:"ساعة",hh:"%d ساعات",d:"يوم",dd:"%d أيام",M:"شهر",MM:"%d أشهر",y:"سنة",yy:"%d سنوات"},week:{dow:1,doy:4}})}(a(5093))},1509:function(e,t,a){!function(e){"use strict";var t={1:"١",2:"٢",3:"٣",4:"٤",5:"٥",6:"٦",7:"٧",8:"٨",9:"٩",0:"٠"},a={"١":"1","٢":"2","٣":"3","٤":"4","٥":"5","٦":"6","٧":"7","٨":"8","٩":"9","٠":"0"},s=function(e){return 0===e?0:1===e?1:2===e?2:e%100>=3&&e%100<=10?3:e%100>=11?4:5},n={s:["أقل من ثانية","ثانية واحدة",["ثانيتان","ثانيتين"],"%d ثوان","%d ثانية","%d ثانية"],m:["أقل من دقيقة","دقيقة واحدة",["دقيقتان","دقيقتين"],"%d دقائق","%d دقيقة","%d دقيقة"],h:["أقل من ساعة","ساعة واحدة",["ساعتان","ساعتين"],"%d ساعات","%d ساعة","%d ساعة"],d:["أقل من يوم","يوم واحد",["يومان","يومين"],"%d أيام","%d يومًا","%d يوم"],M:["أقل من شهر","شهر واحد",["شهران","شهرين"],"%d أشهر","%d شهرا","%d شهر"],y:["أقل من عام","عام واحد",["عامان","عامين"],"%d أعوام","%d عامًا","%d عام"]},i=function(e){return function(t,a,i,r){var o=s(t),d=n[e][s(t)];return 2===o&&(d=d[a?0:1]),d.replace(/%d/i,t)}},r=["يناير","فبراير","مارس","أبريل","مايو","يونيو","يوليو","أغسطس","سبتمبر","أكتوبر","نوفمبر","ديسمبر"];e.defineLocale("ar",{months:r,monthsShort:r,weekdays:"الأحد_الإثنين_الثلاثاء_الأربعاء_الخميس_الجمعة_السبت".split("_"),weekdaysShort:"أحد_إثنين_ثلاثاء_أربعاء_خميس_جمعة_سبت".split("_"),weekdaysMin:"ح_ن_ث_ر_خ_ج_س".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"D/‏M/‏YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd D MMMM YYYY HH:mm"},meridiemParse:/ص|م/,isPM:function(e){return"م"===e},meridiem:function(e,t,a){return e<12?"ص":"م"},calendar:{sameDay:"[اليوم عند الساعة] LT",nextDay:"[غدًا عند الساعة] LT",nextWeek:"dddd [عند الساعة] LT",lastDay:"[أمس عند الساعة] LT",lastWeek:"dddd [عند الساعة] LT",sameElse:"L"},relativeTime:{future:"بعد %s",past:"منذ %s",s:i("s"),ss:i("s"),m:i("m"),mm:i("m"),h:i("h"),hh:i("h"),d:i("d"),dd:i("d"),M:i("M"),MM:i("M"),y:i("y"),yy:i("y")},preparse:function(e){return e.replace(/[١٢٣٤٥٦٧٨٩٠]/g,(function(e){return a[e]})).replace(/،/g,",")},postformat:function(e){return e.replace(/\d/g,(function(e){return t[e]})).replace(/,/g,"،")},week:{dow:6,doy:12}})}(a(5093))},5533:function(e,t,a){!function(e){"use strict";var t={1:"-inci",5:"-inci",8:"-inci",70:"-inci",80:"-inci",2:"-nci",7:"-nci",20:"-nci",50:"-nci",3:"-üncü",4:"-üncü",100:"-üncü",6:"-ncı",9:"-uncu",10:"-uncu",30:"-uncu",60:"-ıncı",90:"-ıncı"};e.defineLocale("az",{months:"yanvar_fevral_mart_aprel_may_iyun_iyul_avqust_sentyabr_oktyabr_noyabr_dekabr".split("_"),monthsShort:"yan_fev_mar_apr_may_iyn_iyl_avq_sen_okt_noy_dek".split("_"),weekdays:"Bazar_Bazar ertəsi_Çərşənbə axşamı_Çərşənbə_Cümə axşamı_Cümə_Şənbə".split("_"),weekdaysShort:"Baz_BzE_ÇAx_Çər_CAx_Cüm_Şən".split("_"),weekdaysMin:"Bz_BE_ÇA_Çə_CA_Cü_Şə".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD.MM.YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd, D MMMM YYYY HH:mm"},calendar:{sameDay:"[bugün saat] LT",nextDay:"[sabah saat] LT",nextWeek:"[gələn həftə] dddd [saat] LT",lastDay:"[dünən] LT",lastWeek:"[keçən həftə] dddd [saat] LT",sameElse:"L"},relativeTime:{future:"%s sonra",past:"%s əvvəl",s:"bir neçə saniyə",ss:"%d saniyə",m:"bir dəqiqə",mm:"%d dəqiqə",h:"bir saat",hh:"%d saat",d:"bir gün",dd:"%d gün",M:"bir ay",MM:"%d ay",y:"bir il",yy:"%d il"},meridiemParse:/gecə|səhər|gündüz|axşam/,isPM:function(e){return/^(gündüz|axşam)$/.test(e)},meridiem:function(e,t,a){return e<4?"gecə":e<12?"səhər":e<17?"gündüz":"axşam"},dayOfMonthOrdinalParse:/\d{1,2}-(ıncı|inci|nci|üncü|ncı|uncu)/,ordinal:function(e){if(0===e)return e+"-ıncı";var a=e%10;return e+(t[a]||t[e%100-a]||t[e>=100?100:null])},week:{dow:1,doy:7}})}(a(5093))},8959:function(e,t,a){!function(e){"use strict";function t(e,t,a){return"m"===a?t?"хвіліна":"хвіліну":"h"===a?t?"гадзіна":"гадзіну":e+" "+(s=+e,n={ss:t?"секунда_секунды_секунд":"секунду_секунды_секунд",mm:t?"хвіліна_хвіліны_хвілін":"хвіліну_хвіліны_хвілін",hh:t?"гадзіна_гадзіны_гадзін":"гадзіну_гадзіны_гадзін",dd:"дзень_дні_дзён",MM:"месяц_месяцы_месяцаў",yy:"год_гады_гадоў"}[a].split("_"),s%10==1&&s%100!=11?n[0]:s%10>=2&&s%10<=4&&(s%100<10||s%100>=20)?n[1]:n[2]);var s,n}e.defineLocale("be",{months:{format:"студзеня_лютага_сакавіка_красавіка_траўня_чэрвеня_ліпеня_жніўня_верасня_кастрычніка_лістапада_снежня".split("_"),standalone:"студзень_люты_сакавік_красавік_травень_чэрвень_ліпень_жнівень_верасень_кастрычнік_лістапад_снежань".split("_")},monthsShort:"студ_лют_сак_крас_трав_чэрв_ліп_жнів_вер_каст_ліст_снеж".split("_"),weekdays:{format:"нядзелю_панядзелак_аўторак_сераду_чацвер_пятніцу_суботу".split("_"),standalone:"нядзеля_панядзелак_аўторак_серада_чацвер_пятніца_субота".split("_"),isFormat:/\[ ?[Ууў] ?(?:мінулую|наступную)? ?\] ?dddd/},weekdaysShort:"нд_пн_ат_ср_чц_пт_сб".split("_"),weekdaysMin:"нд_пн_ат_ср_чц_пт_сб".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD.MM.YYYY",LL:"D MMMM YYYY г.",LLL:"D MMMM YYYY г., HH:mm",LLLL:"dddd, D MMMM YYYY г., HH:mm"},calendar:{sameDay:"[Сёння ў] LT",nextDay:"[Заўтра ў] LT",lastDay:"[Учора ў] LT",nextWeek:function(){return"[У] dddd [ў] LT"},lastWeek:function(){switch(this.day()){case 0:case 3:case 5:case 6:return"[У мінулую] dddd [ў] LT";case 1:case 2:case 4:return"[У мінулы] dddd [ў] LT"}},sameElse:"L"},relativeTime:{future:"праз %s",past:"%s таму",s:"некалькі секунд",m:t,mm:t,h:t,hh:t,d:"дзень",dd:t,M:"месяц",MM:t,y:"год",yy:t},meridiemParse:/ночы|раніцы|дня|вечара/,isPM:function(e){return/^(дня|вечара)$/.test(e)},meridiem:function(e,t,a){return e<4?"ночы":e<12?"раніцы":e<17?"дня":"вечара"},dayOfMonthOrdinalParse:/\d{1,2}-(і|ы|га)/,ordinal:function(e,t){switch(t){case"M":case"d":case"DDD":case"w":case"W":return e%10!=2&&e%10!=3||e%100==12||e%100==13?e+"-ы":e+"-і";case"D":return e+"-га";default:return e}},week:{dow:1,doy:7}})}(a(5093))},7777:function(e,t,a){!function(e){"use strict";e.defineLocale("bg",{months:"януари_февруари_март_април_май_юни_юли_август_септември_октомври_ноември_декември".split("_"),monthsShort:"яну_фев_мар_апр_май_юни_юли_авг_сеп_окт_ное_дек".split("_"),weekdays:"неделя_понеделник_вторник_сряда_четвъртък_петък_събота".split("_"),weekdaysShort:"нед_пон_вто_сря_чет_пет_съб".split("_"),weekdaysMin:"нд_пн_вт_ср_чт_пт_сб".split("_"),longDateFormat:{LT:"H:mm",LTS:"H:mm:ss",L:"D.MM.YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY H:mm",LLLL:"dddd, D MMMM YYYY H:mm"},calendar:{sameDay:"[Днес в] LT",nextDay:"[Утре в] LT",nextWeek:"dddd [в] LT",lastDay:"[Вчера в] LT",lastWeek:function(){switch(this.day()){case 0:case 3:case 6:return"[Миналата] dddd [в] LT";case 1:case 2:case 4:case 5:return"[Миналия] dddd [в] LT"}},sameElse:"L"},relativeTime:{future:"след %s",past:"преди %s",s:"няколко секунди",ss:"%d секунди",m:"минута",mm:"%d минути",h:"час",hh:"%d часа",d:"ден",dd:"%d дена",w:"седмица",ww:"%d седмици",M:"месец",MM:"%d месеца",y:"година",yy:"%d години"},dayOfMonthOrdinalParse:/\d{1,2}-(ев|ен|ти|ви|ри|ми)/,ordinal:function(e){var t=e%10,a=e%100;return 0===e?e+"-ев":0===a?e+"-ен":a>10&&a<20?e+"-ти":1===t?e+"-ви":2===t?e+"-ри":7===t||8===t?e+"-ми":e+"-ти"},week:{dow:1,doy:7}})}(a(5093))},4903:function(e,t,a){!function(e){"use strict";e.defineLocale("bm",{months:"Zanwuyekalo_Fewuruyekalo_Marisikalo_Awirilikalo_Mɛkalo_Zuwɛnkalo_Zuluyekalo_Utikalo_Sɛtanburukalo_ɔkutɔburukalo_Nowanburukalo_Desanburukalo".split("_"),monthsShort:"Zan_Few_Mar_Awi_Mɛ_Zuw_Zul_Uti_Sɛt_ɔku_Now_Des".split("_"),weekdays:"Kari_Ntɛnɛn_Tarata_Araba_Alamisa_Juma_Sibiri".split("_"),weekdaysShort:"Kar_Ntɛ_Tar_Ara_Ala_Jum_Sib".split("_"),weekdaysMin:"Ka_Nt_Ta_Ar_Al_Ju_Si".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"MMMM [tile] D [san] YYYY",LLL:"MMMM [tile] D [san] YYYY [lɛrɛ] HH:mm",LLLL:"dddd MMMM [tile] D [san] YYYY [lɛrɛ] HH:mm"},calendar:{sameDay:"[Bi lɛrɛ] LT",nextDay:"[Sini lɛrɛ] LT",nextWeek:"dddd [don lɛrɛ] LT",lastDay:"[Kunu lɛrɛ] LT",lastWeek:"dddd [tɛmɛnen lɛrɛ] LT",sameElse:"L"},relativeTime:{future:"%s kɔnɔ",past:"a bɛ %s bɔ",s:"sanga dama dama",ss:"sekondi %d",m:"miniti kelen",mm:"miniti %d",h:"lɛrɛ kelen",hh:"lɛrɛ %d",d:"tile kelen",dd:"tile %d",M:"kalo kelen",MM:"kalo %d",y:"san kelen",yy:"san %d"},week:{dow:1,doy:4}})}(a(5093))},7357:function(e,t,a){!function(e){"use strict";var t={1:"১",2:"২",3:"৩",4:"৪",5:"৫",6:"৬",7:"৭",8:"৮",9:"৯",0:"০"},a={"১":"1","২":"2","৩":"3","৪":"4","৫":"5","৬":"6","৭":"7","৮":"8","৯":"9","০":"0"};e.defineLocale("bn-bd",{months:"জানুয়ারি_ফেব্রুয়ারি_মার্চ_এপ্রিল_মে_জুন_জুলাই_আগস্ট_সেপ্টেম্বর_অক্টোবর_নভেম্বর_ডিসেম্বর".split("_"),monthsShort:"জানু_ফেব্রু_মার্চ_এপ্রিল_মে_জুন_জুলাই_আগস্ট_সেপ্ট_অক্টো_নভে_ডিসে".split("_"),weekdays:"রবিবার_সোমবার_মঙ্গলবার_বুধবার_বৃহস্পতিবার_শুক্রবার_শনিবার".split("_"),weekdaysShort:"রবি_সোম_মঙ্গল_বুধ_বৃহস্পতি_শুক্র_শনি".split("_"),weekdaysMin:"রবি_সোম_মঙ্গল_বুধ_বৃহ_শুক্র_শনি".split("_"),longDateFormat:{LT:"A h:mm সময়",LTS:"A h:mm:ss সময়",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY, A h:mm সময়",LLLL:"dddd, D MMMM YYYY, A h:mm সময়"},calendar:{sameDay:"[আজ] LT",nextDay:"[আগামীকাল] LT",nextWeek:"dddd, LT",lastDay:"[গতকাল] LT",lastWeek:"[গত] dddd, LT",sameElse:"L"},relativeTime:{future:"%s পরে",past:"%s আগে",s:"কয়েক সেকেন্ড",ss:"%d সেকেন্ড",m:"এক মিনিট",mm:"%d মিনিট",h:"এক ঘন্টা",hh:"%d ঘন্টা",d:"এক দিন",dd:"%d দিন",M:"এক মাস",MM:"%d মাস",y:"এক বছর",yy:"%d বছর"},preparse:function(e){return e.replace(/[১২৩৪৫৬৭৮৯০]/g,(function(e){return a[e]}))},postformat:function(e){return e.replace(/\d/g,(function(e){return t[e]}))},meridiemParse:/রাত|ভোর|সকাল|দুপুর|বিকাল|সন্ধ্যা|রাত/,meridiemHour:function(e,t){return 12===e&&(e=0),"রাত"===t?e<4?e:e+12:"ভোর"===t||"সকাল"===t?e:"দুপুর"===t?e>=3?e:e+12:"বিকাল"===t||"সন্ধ্যা"===t?e+12:void 0},meridiem:function(e,t,a){return e<4?"রাত":e<6?"ভোর":e<12?"সকাল":e<15?"দুপুর":e<18?"বিকাল":e<20?"সন্ধ্যা":"রাত"},week:{dow:0,doy:6}})}(a(5093))},1290:function(e,t,a){!function(e){"use strict";var t={1:"১",2:"২",3:"৩",4:"৪",5:"৫",6:"৬",7:"৭",8:"৮",9:"৯",0:"০"},a={"১":"1","২":"2","৩":"3","৪":"4","৫":"5","৬":"6","৭":"7","৮":"8","৯":"9","০":"0"};e.defineLocale("bn",{months:"জানুয়ারি_ফেব্রুয়ারি_মার্চ_এপ্রিল_মে_জুন_জুলাই_আগস্ট_সেপ্টেম্বর_অক্টোবর_নভেম্বর_ডিসেম্বর".split("_"),monthsShort:"জানু_ফেব্রু_মার্চ_এপ্রিল_মে_জুন_জুলাই_আগস্ট_সেপ্ট_অক্টো_নভে_ডিসে".split("_"),weekdays:"রবিবার_সোমবার_মঙ্গলবার_বুধবার_বৃহস্পতিবার_শুক্রবার_শনিবার".split("_"),weekdaysShort:"রবি_সোম_মঙ্গল_বুধ_বৃহস্পতি_শুক্র_শনি".split("_"),weekdaysMin:"রবি_সোম_মঙ্গল_বুধ_বৃহ_শুক্র_শনি".split("_"),longDateFormat:{LT:"A h:mm সময়",LTS:"A h:mm:ss সময়",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY, A h:mm সময়",LLLL:"dddd, D MMMM YYYY, A h:mm সময়"},calendar:{sameDay:"[আজ] LT",nextDay:"[আগামীকাল] LT",nextWeek:"dddd, LT",lastDay:"[গতকাল] LT",lastWeek:"[গত] dddd, LT",sameElse:"L"},relativeTime:{future:"%s পরে",past:"%s আগে",s:"কয়েক সেকেন্ড",ss:"%d সেকেন্ড",m:"এক মিনিট",mm:"%d মিনিট",h:"এক ঘন্টা",hh:"%d ঘন্টা",d:"এক দিন",dd:"%d দিন",M:"এক মাস",MM:"%d মাস",y:"এক বছর",yy:"%d বছর"},preparse:function(e){return e.replace(/[১২৩৪৫৬৭৮৯০]/g,(function(e){return a[e]}))},postformat:function(e){return e.replace(/\d/g,(function(e){return t[e]}))},meridiemParse:/রাত|সকাল|দুপুর|বিকাল|রাত/,meridiemHour:function(e,t){return 12===e&&(e=0),"রাত"===t&&e>=4||"দুপুর"===t&&e<5||"বিকাল"===t?e+12:e},meridiem:function(e,t,a){return e<4?"রাত":e<10?"সকাল":e<17?"দুপুর":e<20?"বিকাল":"রাত"},week:{dow:0,doy:6}})}(a(5093))},1545:function(e,t,a){!function(e){"use strict";var t={1:"༡",2:"༢",3:"༣",4:"༤",5:"༥",6:"༦",7:"༧",8:"༨",9:"༩",0:"༠"},a={"༡":"1","༢":"2","༣":"3","༤":"4","༥":"5","༦":"6","༧":"7","༨":"8","༩":"9","༠":"0"};e.defineLocale("bo",{months:"ཟླ་བ་དང་པོ_ཟླ་བ་གཉིས་པ_ཟླ་བ་གསུམ་པ_ཟླ་བ་བཞི་པ_ཟླ་བ་ལྔ་པ_ཟླ་བ་དྲུག་པ_ཟླ་བ་བདུན་པ_ཟླ་བ་བརྒྱད་པ_ཟླ་བ་དགུ་པ_ཟླ་བ་བཅུ་པ_ཟླ་བ་བཅུ་གཅིག་པ_ཟླ་བ་བཅུ་གཉིས་པ".split("_"),monthsShort:"ཟླ་1_ཟླ་2_ཟླ་3_ཟླ་4_ཟླ་5_ཟླ་6_ཟླ་7_ཟླ་8_ཟླ་9_ཟླ་10_ཟླ་11_ཟླ་12".split("_"),monthsShortRegex:/^(ཟླ་\d{1,2})/,monthsParseExact:!0,weekdays:"གཟའ་ཉི་མ་_གཟའ་ཟླ་བ་_གཟའ་མིག་དམར་_གཟའ་ལྷག་པ་_གཟའ་ཕུར་བུ_གཟའ་པ་སངས་_གཟའ་སྤེན་པ་".split("_"),weekdaysShort:"ཉི་མ་_ཟླ་བ་_མིག་དམར་_ལྷག་པ་_ཕུར་བུ_པ་སངས་_སྤེན་པ་".split("_"),weekdaysMin:"ཉི_ཟླ_མིག_ལྷག_ཕུར_སངས_སྤེན".split("_"),longDateFormat:{LT:"A h:mm",LTS:"A h:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY, A h:mm",LLLL:"dddd, D MMMM YYYY, A h:mm"},calendar:{sameDay:"[དི་རིང] LT",nextDay:"[སང་ཉིན] LT",nextWeek:"[བདུན་ཕྲག་རྗེས་མ], LT",lastDay:"[ཁ་སང] LT",lastWeek:"[བདུན་ཕྲག་མཐའ་མ] dddd, LT",sameElse:"L"},relativeTime:{future:"%s ལ་",past:"%s སྔན་ལ",s:"ལམ་སང",ss:"%d སྐར་ཆ།",m:"སྐར་མ་གཅིག",mm:"%d སྐར་མ",h:"ཆུ་ཚོད་གཅིག",hh:"%d ཆུ་ཚོད",d:"ཉིན་གཅིག",dd:"%d ཉིན་",M:"ཟླ་བ་གཅིག",MM:"%d ཟླ་བ",y:"ལོ་གཅིག",yy:"%d ལོ"},preparse:function(e){return e.replace(/[༡༢༣༤༥༦༧༨༩༠]/g,(function(e){return a[e]}))},postformat:function(e){return e.replace(/\d/g,(function(e){return t[e]}))},meridiemParse:/མཚན་མོ|ཞོགས་ཀས|ཉིན་གུང|དགོང་དག|མཚན་མོ/,meridiemHour:function(e,t){return 12===e&&(e=0),"མཚན་མོ"===t&&e>=4||"ཉིན་གུང"===t&&e<5||"དགོང་དག"===t?e+12:e},meridiem:function(e,t,a){return e<4?"མཚན་མོ":e<10?"ཞོགས་ཀས":e<17?"ཉིན་གུང":e<20?"དགོང་དག":"མཚན་མོ"},week:{dow:0,doy:6}})}(a(5093))},1470:function(e,t,a){!function(e){"use strict";function t(e,t,a){return e+" "+function(e,t){return 2===t?function(e){var t={m:"v",b:"v",d:"z"};return void 0===t[e.charAt(0)]?e:t[e.charAt(0)]+e.substring(1)}(e):e}({mm:"munutenn",MM:"miz",dd:"devezh"}[a],e)}function a(e){return e>9?a(e%10):e}var s=[/^gen/i,/^c[ʼ\']hwe/i,/^meu/i,/^ebr/i,/^mae/i,/^(mez|eve)/i,/^gou/i,/^eos/i,/^gwe/i,/^her/i,/^du/i,/^ker/i],n=/^(genver|c[ʼ\']hwevrer|meurzh|ebrel|mae|mezheven|gouere|eost|gwengolo|here|du|kerzu|gen|c[ʼ\']hwe|meu|ebr|mae|eve|gou|eos|gwe|her|du|ker)/i,i=[/^Su/i,/^Lu/i,/^Me([^r]|$)/i,/^Mer/i,/^Ya/i,/^Gw/i,/^Sa/i];e.defineLocale("br",{months:"Genver_Cʼhwevrer_Meurzh_Ebrel_Mae_Mezheven_Gouere_Eost_Gwengolo_Here_Du_Kerzu".split("_"),monthsShort:"Gen_Cʼhwe_Meu_Ebr_Mae_Eve_Gou_Eos_Gwe_Her_Du_Ker".split("_"),weekdays:"Sul_Lun_Meurzh_Mercʼher_Yaou_Gwener_Sadorn".split("_"),weekdaysShort:"Sul_Lun_Meu_Mer_Yao_Gwe_Sad".split("_"),weekdaysMin:"Su_Lu_Me_Mer_Ya_Gw_Sa".split("_"),weekdaysParse:i,fullWeekdaysParse:[/^sul/i,/^lun/i,/^meurzh/i,/^merc[ʼ\']her/i,/^yaou/i,/^gwener/i,/^sadorn/i],shortWeekdaysParse:[/^Sul/i,/^Lun/i,/^Meu/i,/^Mer/i,/^Yao/i,/^Gwe/i,/^Sad/i],minWeekdaysParse:i,monthsRegex:n,monthsShortRegex:n,monthsStrictRegex:/^(genver|c[ʼ\']hwevrer|meurzh|ebrel|mae|mezheven|gouere|eost|gwengolo|here|du|kerzu)/i,monthsShortStrictRegex:/^(gen|c[ʼ\']hwe|meu|ebr|mae|eve|gou|eos|gwe|her|du|ker)/i,monthsParse:s,longMonthsParse:s,shortMonthsParse:s,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D [a viz] MMMM YYYY",LLL:"D [a viz] MMMM YYYY HH:mm",LLLL:"dddd, D [a viz] MMMM YYYY HH:mm"},calendar:{sameDay:"[Hiziv da] LT",nextDay:"[Warcʼhoazh da] LT",nextWeek:"dddd [da] LT",lastDay:"[Decʼh da] LT",lastWeek:"dddd [paset da] LT",sameElse:"L"},relativeTime:{future:"a-benn %s",past:"%s ʼzo",s:"un nebeud segondennoù",ss:"%d eilenn",m:"ur vunutenn",mm:t,h:"un eur",hh:"%d eur",d:"un devezh",dd:t,M:"ur miz",MM:t,y:"ur bloaz",yy:function(e){switch(a(e)){case 1:case 3:case 4:case 5:case 9:return e+" bloaz";default:return e+" vloaz"}}},dayOfMonthOrdinalParse:/\d{1,2}(añ|vet)/,ordinal:function(e){return e+(1===e?"añ":"vet")},week:{dow:1,doy:4},meridiemParse:/a.m.|g.m./,isPM:function(e){return"g.m."===e},meridiem:function(e,t,a){return e<12?"a.m.":"g.m."}})}(a(5093))},4429:function(e,t,a){!function(e){"use strict";function t(e,t,a){var s=e+" ";switch(a){case"ss":return s+(1===e?"sekunda":2===e||3===e||4===e?"sekunde":"sekundi");case"mm":return s+(1===e?"minuta":2===e||3===e||4===e?"minute":"minuta");case"h":return"jedan sat";case"hh":return s+(1===e?"sat":2===e||3===e||4===e?"sata":"sati");case"dd":return s+(1===e?"dan":"dana");case"MM":return s+(1===e?"mjesec":2===e||3===e||4===e?"mjeseca":"mjeseci");case"yy":return s+(1===e?"godina":2===e||3===e||4===e?"godine":"godina")}}e.defineLocale("bs",{months:"januar_februar_mart_april_maj_juni_juli_august_septembar_oktobar_novembar_decembar".split("_"),monthsShort:"jan._feb._mar._apr._maj._jun._jul._aug._sep._okt._nov._dec.".split("_"),monthsParseExact:!0,weekdays:"nedjelja_ponedjeljak_utorak_srijeda_četvrtak_petak_subota".split("_"),weekdaysShort:"ned._pon._uto._sri._čet._pet._sub.".split("_"),weekdaysMin:"ne_po_ut_sr_če_pe_su".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"H:mm",LTS:"H:mm:ss",L:"DD.MM.YYYY",LL:"D. MMMM YYYY",LLL:"D. MMMM YYYY H:mm",LLLL:"dddd, D. MMMM YYYY H:mm"},calendar:{sameDay:"[danas u] LT",nextDay:"[sutra u] LT",nextWeek:function(){switch(this.day()){case 0:return"[u] [nedjelju] [u] LT";case 3:return"[u] [srijedu] [u] LT";case 6:return"[u] [subotu] [u] LT";case 1:case 2:case 4:case 5:return"[u] dddd [u] LT"}},lastDay:"[jučer u] LT",lastWeek:function(){switch(this.day()){case 0:case 3:return"[prošlu] dddd [u] LT";case 6:return"[prošle] [subote] [u] LT";case 1:case 2:case 4:case 5:return"[prošli] dddd [u] LT"}},sameElse:"L"},relativeTime:{future:"za %s",past:"prije %s",s:"par sekundi",ss:t,m:function(e,t,a,s){if("m"===a)return t?"jedna minuta":s?"jednu minutu":"jedne minute"},mm:t,h:t,hh:t,d:"dan",dd:t,M:"mjesec",MM:t,y:"godinu",yy:t},dayOfMonthOrdinalParse:/\d{1,2}\./,ordinal:"%d.",week:{dow:1,doy:7}})}(a(5093))},7306:function(e,t,a){!function(e){"use strict";e.defineLocale("ca",{months:{standalone:"gener_febrer_març_abril_maig_juny_juliol_agost_setembre_octubre_novembre_desembre".split("_"),format:"de gener_de febrer_de març_d'abril_de maig_de juny_de juliol_d'agost_de setembre_d'octubre_de novembre_de desembre".split("_"),isFormat:/D[oD]?(\s)+MMMM/},monthsShort:"gen._febr._març_abr._maig_juny_jul._ag._set._oct._nov._des.".split("_"),monthsParseExact:!0,weekdays:"diumenge_dilluns_dimarts_dimecres_dijous_divendres_dissabte".split("_"),weekdaysShort:"dg._dl._dt._dc._dj._dv._ds.".split("_"),weekdaysMin:"dg_dl_dt_dc_dj_dv_ds".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"H:mm",LTS:"H:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM [de] YYYY",ll:"D MMM YYYY",LLL:"D MMMM [de] YYYY [a les] H:mm",lll:"D MMM YYYY, H:mm",LLLL:"dddd D MMMM [de] YYYY [a les] H:mm",llll:"ddd D MMM YYYY, H:mm"},calendar:{sameDay:function(){return"[avui a "+(1!==this.hours()?"les":"la")+"] LT"},nextDay:function(){return"[demà a "+(1!==this.hours()?"les":"la")+"] LT"},nextWeek:function(){return"dddd [a "+(1!==this.hours()?"les":"la")+"] LT"},lastDay:function(){return"[ahir a "+(1!==this.hours()?"les":"la")+"] LT"},lastWeek:function(){return"[el] dddd [passat a "+(1!==this.hours()?"les":"la")+"] LT"},sameElse:"L"},relativeTime:{future:"d'aquí %s",past:"fa %s",s:"uns segons",ss:"%d segons",m:"un minut",mm:"%d minuts",h:"una hora",hh:"%d hores",d:"un dia",dd:"%d dies",M:"un mes",MM:"%d mesos",y:"un any",yy:"%d anys"},dayOfMonthOrdinalParse:/\d{1,2}(r|n|t|è|a)/,ordinal:function(e,t){var a=1===e?"r":2===e?"n":3===e?"r":4===e?"t":"è";return"w"!==t&&"W"!==t||(a="a"),e+a},week:{dow:1,doy:4}})}(a(5093))},6464:function(e,t,a){!function(e){"use strict";var t={standalone:"leden_únor_březen_duben_květen_červen_červenec_srpen_září_říjen_listopad_prosinec".split("_"),format:"ledna_února_března_dubna_května_června_července_srpna_září_října_listopadu_prosince".split("_"),isFormat:/DD?[o.]?(\[[^\[\]]*\]|\s)+MMMM/},a="led_úno_bře_dub_kvě_čvn_čvc_srp_zář_říj_lis_pro".split("_"),s=[/^led/i,/^úno/i,/^bře/i,/^dub/i,/^kvě/i,/^(čvn|červen$|června)/i,/^(čvc|červenec|července)/i,/^srp/i,/^zář/i,/^říj/i,/^lis/i,/^pro/i],n=/^(leden|únor|březen|duben|květen|červenec|července|červen|června|srpen|září|říjen|listopad|prosinec|led|úno|bře|dub|kvě|čvn|čvc|srp|zář|říj|lis|pro)/i;function i(e){return e>1&&e<5&&1!=~~(e/10)}function r(e,t,a,s){var n=e+" ";switch(a){case"s":return t||s?"pár sekund":"pár sekundami";case"ss":return t||s?n+(i(e)?"sekundy":"sekund"):n+"sekundami";case"m":return t?"minuta":s?"minutu":"minutou";case"mm":return t||s?n+(i(e)?"minuty":"minut"):n+"minutami";case"h":return t?"hodina":s?"hodinu":"hodinou";case"hh":return t||s?n+(i(e)?"hodiny":"hodin"):n+"hodinami";case"d":return t||s?"den":"dnem";case"dd":return t||s?n+(i(e)?"dny":"dní"):n+"dny";case"M":return t||s?"měsíc":"měsícem";case"MM":return t||s?n+(i(e)?"měsíce":"měsíců"):n+"měsíci";case"y":return t||s?"rok":"rokem";case"yy":return t||s?n+(i(e)?"roky":"let"):n+"lety"}}e.defineLocale("cs",{months:t,monthsShort:a,monthsRegex:n,monthsShortRegex:n,monthsStrictRegex:/^(leden|ledna|února|únor|březen|března|duben|dubna|květen|května|červenec|července|červen|června|srpen|srpna|září|říjen|října|listopadu|listopad|prosinec|prosince)/i,monthsShortStrictRegex:/^(led|úno|bře|dub|kvě|čvn|čvc|srp|zář|říj|lis|pro)/i,monthsParse:s,longMonthsParse:s,shortMonthsParse:s,weekdays:"neděle_pondělí_úterý_středa_čtvrtek_pátek_sobota".split("_"),weekdaysShort:"ne_po_út_st_čt_pá_so".split("_"),weekdaysMin:"ne_po_út_st_čt_pá_so".split("_"),longDateFormat:{LT:"H:mm",LTS:"H:mm:ss",L:"DD.MM.YYYY",LL:"D. MMMM YYYY",LLL:"D. MMMM YYYY H:mm",LLLL:"dddd D. MMMM YYYY H:mm",l:"D. M. YYYY"},calendar:{sameDay:"[dnes v] LT",nextDay:"[zítra v] LT",nextWeek:function(){switch(this.day()){case 0:return"[v neděli v] LT";case 1:case 2:return"[v] dddd [v] LT";case 3:return"[ve středu v] LT";case 4:return"[ve čtvrtek v] LT";case 5:return"[v pátek v] LT";case 6:return"[v sobotu v] LT"}},lastDay:"[včera v] LT",lastWeek:function(){switch(this.day()){case 0:return"[minulou neděli v] LT";case 1:case 2:return"[minulé] dddd [v] LT";case 3:return"[minulou středu v] LT";case 4:case 5:return"[minulý] dddd [v] LT";case 6:return"[minulou sobotu v] LT"}},sameElse:"L"},relativeTime:{future:"za %s",past:"před %s",s:r,ss:r,m:r,mm:r,h:r,hh:r,d:r,dd:r,M:r,MM:r,y:r,yy:r},dayOfMonthOrdinalParse:/\d{1,2}\./,ordinal:"%d.",week:{dow:1,doy:4}})}(a(5093))},3635:function(e,t,a){!function(e){"use strict";e.defineLocale("cv",{months:"кӑрлач_нарӑс_пуш_ака_май_ҫӗртме_утӑ_ҫурла_авӑн_юпа_чӳк_раштав".split("_"),monthsShort:"кӑр_нар_пуш_ака_май_ҫӗр_утӑ_ҫур_авн_юпа_чӳк_раш".split("_"),weekdays:"вырсарникун_тунтикун_ытларикун_юнкун_кӗҫнерникун_эрнекун_шӑматкун".split("_"),weekdaysShort:"выр_тун_ытл_юн_кӗҫ_эрн_шӑм".split("_"),weekdaysMin:"вр_тн_ыт_юн_кҫ_эр_шм".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD-MM-YYYY",LL:"YYYY [ҫулхи] MMMM [уйӑхӗн] D[-мӗшӗ]",LLL:"YYYY [ҫулхи] MMMM [уйӑхӗн] D[-мӗшӗ], HH:mm",LLLL:"dddd, YYYY [ҫулхи] MMMM [уйӑхӗн] D[-мӗшӗ], HH:mm"},calendar:{sameDay:"[Паян] LT [сехетре]",nextDay:"[Ыран] LT [сехетре]",lastDay:"[Ӗнер] LT [сехетре]",nextWeek:"[Ҫитес] dddd LT [сехетре]",lastWeek:"[Иртнӗ] dddd LT [сехетре]",sameElse:"L"},relativeTime:{future:function(e){return e+(/сехет$/i.exec(e)?"рен":/ҫул$/i.exec(e)?"тан":"ран")},past:"%s каялла",s:"пӗр-ик ҫеккунт",ss:"%d ҫеккунт",m:"пӗр минут",mm:"%d минут",h:"пӗр сехет",hh:"%d сехет",d:"пӗр кун",dd:"%d кун",M:"пӗр уйӑх",MM:"%d уйӑх",y:"пӗр ҫул",yy:"%d ҫул"},dayOfMonthOrdinalParse:/\d{1,2}-мӗш/,ordinal:"%d-мӗш",week:{dow:1,doy:7}})}(a(5093))},4226:function(e,t,a){!function(e){"use strict";e.defineLocale("cy",{months:"Ionawr_Chwefror_Mawrth_Ebrill_Mai_Mehefin_Gorffennaf_Awst_Medi_Hydref_Tachwedd_Rhagfyr".split("_"),monthsShort:"Ion_Chwe_Maw_Ebr_Mai_Meh_Gor_Aws_Med_Hyd_Tach_Rhag".split("_"),weekdays:"Dydd Sul_Dydd Llun_Dydd Mawrth_Dydd Mercher_Dydd Iau_Dydd Gwener_Dydd Sadwrn".split("_"),weekdaysShort:"Sul_Llun_Maw_Mer_Iau_Gwe_Sad".split("_"),weekdaysMin:"Su_Ll_Ma_Me_Ia_Gw_Sa".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd, D MMMM YYYY HH:mm"},calendar:{sameDay:"[Heddiw am] LT",nextDay:"[Yfory am] LT",nextWeek:"dddd [am] LT",lastDay:"[Ddoe am] LT",lastWeek:"dddd [diwethaf am] LT",sameElse:"L"},relativeTime:{future:"mewn %s",past:"%s yn ôl",s:"ychydig eiliadau",ss:"%d eiliad",m:"munud",mm:"%d munud",h:"awr",hh:"%d awr",d:"diwrnod",dd:"%d diwrnod",M:"mis",MM:"%d mis",y:"blwyddyn",yy:"%d flynedd"},dayOfMonthOrdinalParse:/\d{1,2}(fed|ain|af|il|ydd|ed|eg)/,ordinal:function(e){var t="";return e>20?t=40===e||50===e||60===e||80===e||100===e?"fed":"ain":e>0&&(t=["","af","il","ydd","ydd","ed","ed","ed","fed","fed","fed","eg","fed","eg","eg","fed","eg","eg","fed","eg","fed"][e]),e+t},week:{dow:1,doy:4}})}(a(5093))},3601:function(e,t,a){!function(e){"use strict";e.defineLocale("da",{months:"januar_februar_marts_april_maj_juni_juli_august_september_oktober_november_december".split("_"),monthsShort:"jan_feb_mar_apr_maj_jun_jul_aug_sep_okt_nov_dec".split("_"),weekdays:"søndag_mandag_tirsdag_onsdag_torsdag_fredag_lørdag".split("_"),weekdaysShort:"søn_man_tir_ons_tor_fre_lør".split("_"),weekdaysMin:"sø_ma_ti_on_to_fr_lø".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD.MM.YYYY",LL:"D. MMMM YYYY",LLL:"D. MMMM YYYY HH:mm",LLLL:"dddd [d.] D. MMMM YYYY [kl.] HH:mm"},calendar:{sameDay:"[i dag kl.] LT",nextDay:"[i morgen kl.] LT",nextWeek:"på dddd [kl.] LT",lastDay:"[i går kl.] LT",lastWeek:"[i] dddd[s kl.] LT",sameElse:"L"},relativeTime:{future:"om %s",past:"%s siden",s:"få sekunder",ss:"%d sekunder",m:"et minut",mm:"%d minutter",h:"en time",hh:"%d timer",d:"en dag",dd:"%d dage",M:"en måned",MM:"%d måneder",y:"et år",yy:"%d år"},dayOfMonthOrdinalParse:/\d{1,2}\./,ordinal:"%d.",week:{dow:1,doy:4}})}(a(5093))},6111:function(e,t,a){!function(e){"use strict";function t(e,t,a,s){var n={m:["eine Minute","einer Minute"],h:["eine Stunde","einer Stunde"],d:["ein Tag","einem Tag"],dd:[e+" Tage",e+" Tagen"],w:["eine Woche","einer Woche"],M:["ein Monat","einem Monat"],MM:[e+" Monate",e+" Monaten"],y:["ein Jahr","einem Jahr"],yy:[e+" Jahre",e+" Jahren"]};return t?n[a][0]:n[a][1]}e.defineLocale("de-at",{months:"Jänner_Februar_März_April_Mai_Juni_Juli_August_September_Oktober_November_Dezember".split("_"),monthsShort:"Jän._Feb._März_Apr._Mai_Juni_Juli_Aug._Sep._Okt._Nov._Dez.".split("_"),monthsParseExact:!0,weekdays:"Sonntag_Montag_Dienstag_Mittwoch_Donnerstag_Freitag_Samstag".split("_"),weekdaysShort:"So._Mo._Di._Mi._Do._Fr._Sa.".split("_"),weekdaysMin:"So_Mo_Di_Mi_Do_Fr_Sa".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD.MM.YYYY",LL:"D. MMMM YYYY",LLL:"D. MMMM YYYY HH:mm",LLLL:"dddd, D. MMMM YYYY HH:mm"},calendar:{sameDay:"[heute um] LT [Uhr]",sameElse:"L",nextDay:"[morgen um] LT [Uhr]",nextWeek:"dddd [um] LT [Uhr]",lastDay:"[gestern um] LT [Uhr]",lastWeek:"[letzten] dddd [um] LT [Uhr]"},relativeTime:{future:"in %s",past:"vor %s",s:"ein paar Sekunden",ss:"%d Sekunden",m:t,mm:"%d Minuten",h:t,hh:"%d Stunden",d:t,dd:t,w:t,ww:"%d Wochen",M:t,MM:t,y:t,yy:t},dayOfMonthOrdinalParse:/\d{1,2}\./,ordinal:"%d.",week:{dow:1,doy:4}})}(a(5093))},4697:function(e,t,a){!function(e){"use strict";function t(e,t,a,s){var n={m:["eine Minute","einer Minute"],h:["eine Stunde","einer Stunde"],d:["ein Tag","einem Tag"],dd:[e+" Tage",e+" Tagen"],w:["eine Woche","einer Woche"],M:["ein Monat","einem Monat"],MM:[e+" Monate",e+" Monaten"],y:["ein Jahr","einem Jahr"],yy:[e+" Jahre",e+" Jahren"]};return t?n[a][0]:n[a][1]}e.defineLocale("de-ch",{months:"Januar_Februar_März_April_Mai_Juni_Juli_August_September_Oktober_November_Dezember".split("_"),monthsShort:"Jan._Feb._März_Apr._Mai_Juni_Juli_Aug._Sep._Okt._Nov._Dez.".split("_"),monthsParseExact:!0,weekdays:"Sonntag_Montag_Dienstag_Mittwoch_Donnerstag_Freitag_Samstag".split("_"),weekdaysShort:"So_Mo_Di_Mi_Do_Fr_Sa".split("_"),weekdaysMin:"So_Mo_Di_Mi_Do_Fr_Sa".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD.MM.YYYY",LL:"D. MMMM YYYY",LLL:"D. MMMM YYYY HH:mm",LLLL:"dddd, D. MMMM YYYY HH:mm"},calendar:{sameDay:"[heute um] LT [Uhr]",sameElse:"L",nextDay:"[morgen um] LT [Uhr]",nextWeek:"dddd [um] LT [Uhr]",lastDay:"[gestern um] LT [Uhr]",lastWeek:"[letzten] dddd [um] LT [Uhr]"},relativeTime:{future:"in %s",past:"vor %s",s:"ein paar Sekunden",ss:"%d Sekunden",m:t,mm:"%d Minuten",h:t,hh:"%d Stunden",d:t,dd:t,w:t,ww:"%d Wochen",M:t,MM:t,y:t,yy:t},dayOfMonthOrdinalParse:/\d{1,2}\./,ordinal:"%d.",week:{dow:1,doy:4}})}(a(5093))},7853:function(e,t,a){!function(e){"use strict";function t(e,t,a,s){var n={m:["eine Minute","einer Minute"],h:["eine Stunde","einer Stunde"],d:["ein Tag","einem Tag"],dd:[e+" Tage",e+" Tagen"],w:["eine Woche","einer Woche"],M:["ein Monat","einem Monat"],MM:[e+" Monate",e+" Monaten"],y:["ein Jahr","einem Jahr"],yy:[e+" Jahre",e+" Jahren"]};return t?n[a][0]:n[a][1]}e.defineLocale("de",{months:"Januar_Februar_März_April_Mai_Juni_Juli_August_September_Oktober_November_Dezember".split("_"),monthsShort:"Jan._Feb._März_Apr._Mai_Juni_Juli_Aug._Sep._Okt._Nov._Dez.".split("_"),monthsParseExact:!0,weekdays:"Sonntag_Montag_Dienstag_Mittwoch_Donnerstag_Freitag_Samstag".split("_"),weekdaysShort:"So._Mo._Di._Mi._Do._Fr._Sa.".split("_"),weekdaysMin:"So_Mo_Di_Mi_Do_Fr_Sa".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD.MM.YYYY",LL:"D. MMMM YYYY",LLL:"D. MMMM YYYY HH:mm",LLLL:"dddd, D. MMMM YYYY HH:mm"},calendar:{sameDay:"[heute um] LT [Uhr]",sameElse:"L",nextDay:"[morgen um] LT [Uhr]",nextWeek:"dddd [um] LT [Uhr]",lastDay:"[gestern um] LT [Uhr]",lastWeek:"[letzten] dddd [um] LT [Uhr]"},relativeTime:{future:"in %s",past:"vor %s",s:"ein paar Sekunden",ss:"%d Sekunden",m:t,mm:"%d Minuten",h:t,hh:"%d Stunden",d:t,dd:t,w:t,ww:"%d Wochen",M:t,MM:t,y:t,yy:t},dayOfMonthOrdinalParse:/\d{1,2}\./,ordinal:"%d.",week:{dow:1,doy:4}})}(a(5093))},708:function(e,t,a){!function(e){"use strict";var t=["ޖެނުއަރީ","ފެބްރުއަރީ","މާރިޗު","އޭޕްރީލު","މޭ","ޖޫން","ޖުލައި","އޯގަސްޓު","ސެޕްޓެމްބަރު","އޮކްޓޯބަރު","ނޮވެމްބަރު","ޑިސެމްބަރު"],a=["އާދިއްތަ","ހޯމަ","އަންގާރަ","ބުދަ","ބުރާސްފަތި","ހުކުރު","ހޮނިހިރު"];e.defineLocale("dv",{months:t,monthsShort:t,weekdays:a,weekdaysShort:a,weekdaysMin:"އާދި_ހޯމަ_އަން_ބުދަ_ބުރާ_ހުކު_ހޮނި".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"D/M/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd D MMMM YYYY HH:mm"},meridiemParse:/މކ|މފ/,isPM:function(e){return"މފ"===e},meridiem:function(e,t,a){return e<12?"މކ":"މފ"},calendar:{sameDay:"[މިއަދު] LT",nextDay:"[މާދަމާ] LT",nextWeek:"dddd LT",lastDay:"[އިއްޔެ] LT",lastWeek:"[ފާއިތުވި] dddd LT",sameElse:"L"},relativeTime:{future:"ތެރޭގައި %s",past:"ކުރިން %s",s:"ސިކުންތުކޮޅެއް",ss:"d% ސިކުންތު",m:"މިނިޓެއް",mm:"މިނިޓު %d",h:"ގަޑިއިރެއް",hh:"ގަޑިއިރު %d",d:"ދުވަހެއް",dd:"ދުވަސް %d",M:"މަހެއް",MM:"މަސް %d",y:"އަހަރެއް",yy:"އަހަރު %d"},preparse:function(e){return e.replace(/،/g,",")},postformat:function(e){return e.replace(/,/g,"،")},week:{dow:7,doy:12}})}(a(5093))},4691:function(e,t,a){!function(e){"use strict";e.defineLocale("el",{monthsNominativeEl:"Ιανουάριος_Φεβρουάριος_Μάρτιος_Απρίλιος_Μάιος_Ιούνιος_Ιούλιος_Αύγουστος_Σεπτέμβριος_Οκτώβριος_Νοέμβριος_Δεκέμβριος".split("_"),monthsGenitiveEl:"Ιανουαρίου_Φεβρουαρίου_Μαρτίου_Απριλίου_Μαΐου_Ιουνίου_Ιουλίου_Αυγούστου_Σεπτεμβρίου_Οκτωβρίου_Νοεμβρίου_Δεκεμβρίου".split("_"),months:function(e,t){return e?"string"==typeof t&&/D/.test(t.substring(0,t.indexOf("MMMM")))?this._monthsGenitiveEl[e.month()]:this._monthsNominativeEl[e.month()]:this._monthsNominativeEl},monthsShort:"Ιαν_Φεβ_Μαρ_Απρ_Μαϊ_Ιουν_Ιουλ_Αυγ_Σεπ_Οκτ_Νοε_Δεκ".split("_"),weekdays:"Κυριακή_Δευτέρα_Τρίτη_Τετάρτη_Πέμπτη_Παρασκευή_Σάββατο".split("_"),weekdaysShort:"Κυρ_Δευ_Τρι_Τετ_Πεμ_Παρ_Σαβ".split("_"),weekdaysMin:"Κυ_Δε_Τρ_Τε_Πε_Πα_Σα".split("_"),meridiem:function(e,t,a){return e>11?a?"μμ":"ΜΜ":a?"πμ":"ΠΜ"},isPM:function(e){return"μ"===(e+"").toLowerCase()[0]},meridiemParse:/[ΠΜ]\.?Μ?\.?/i,longDateFormat:{LT:"h:mm A",LTS:"h:mm:ss A",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY h:mm A",LLLL:"dddd, D MMMM YYYY h:mm A"},calendarEl:{sameDay:"[Σήμερα {}] LT",nextDay:"[Αύριο {}] LT",nextWeek:"dddd [{}] LT",lastDay:"[Χθες {}] LT",lastWeek:function(){return 6===this.day()?"[το προηγούμενο] dddd [{}] LT":"[την προηγούμενη] dddd [{}] LT"},sameElse:"L"},calendar:function(e,t){var a,s=this._calendarEl[e],n=t&&t.hours();return a=s,("undefined"!=typeof Function&&a instanceof Function||"[object Function]"===Object.prototype.toString.call(a))&&(s=s.apply(t)),s.replace("{}",n%12==1?"στη":"στις")},relativeTime:{future:"σε %s",past:"%s πριν",s:"λίγα δευτερόλεπτα",ss:"%d δευτερόλεπτα",m:"ένα λεπτό",mm:"%d λεπτά",h:"μία ώρα",hh:"%d ώρες",d:"μία μέρα",dd:"%d μέρες",M:"ένας μήνας",MM:"%d μήνες",y:"ένας χρόνος",yy:"%d χρόνια"},dayOfMonthOrdinalParse:/\d{1,2}η/,ordinal:"%dη",week:{dow:1,doy:4}})}(a(5093))},3872:function(e,t,a){!function(e){"use strict";e.defineLocale("en-au",{months:"January_February_March_April_May_June_July_August_September_October_November_December".split("_"),monthsShort:"Jan_Feb_Mar_Apr_May_Jun_Jul_Aug_Sep_Oct_Nov_Dec".split("_"),weekdays:"Sunday_Monday_Tuesday_Wednesday_Thursday_Friday_Saturday".split("_"),weekdaysShort:"Sun_Mon_Tue_Wed_Thu_Fri_Sat".split("_"),weekdaysMin:"Su_Mo_Tu_We_Th_Fr_Sa".split("_"),longDateFormat:{LT:"h:mm A",LTS:"h:mm:ss A",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY h:mm A",LLLL:"dddd, D MMMM YYYY h:mm A"},calendar:{sameDay:"[Today at] LT",nextDay:"[Tomorrow at] LT",nextWeek:"dddd [at] LT",lastDay:"[Yesterday at] LT",lastWeek:"[Last] dddd [at] LT",sameElse:"L"},relativeTime:{future:"in %s",past:"%s ago",s:"a few seconds",ss:"%d seconds",m:"a minute",mm:"%d minutes",h:"an hour",hh:"%d hours",d:"a day",dd:"%d days",M:"a month",MM:"%d months",y:"a year",yy:"%d years"},dayOfMonthOrdinalParse:/\d{1,2}(st|nd|rd|th)/,ordinal:function(e){var t=e%10;return e+(1==~~(e%100/10)?"th":1===t?"st":2===t?"nd":3===t?"rd":"th")},week:{dow:0,doy:4}})}(a(5093))},8298:function(e,t,a){!function(e){"use strict";e.defineLocale("en-ca",{months:"January_February_March_April_May_June_July_August_September_October_November_December".split("_"),monthsShort:"Jan_Feb_Mar_Apr_May_Jun_Jul_Aug_Sep_Oct_Nov_Dec".split("_"),weekdays:"Sunday_Monday_Tuesday_Wednesday_Thursday_Friday_Saturday".split("_"),weekdaysShort:"Sun_Mon_Tue_Wed_Thu_Fri_Sat".split("_"),weekdaysMin:"Su_Mo_Tu_We_Th_Fr_Sa".split("_"),longDateFormat:{LT:"h:mm A",LTS:"h:mm:ss A",L:"YYYY-MM-DD",LL:"MMMM D, YYYY",LLL:"MMMM D, YYYY h:mm A",LLLL:"dddd, MMMM D, YYYY h:mm A"},calendar:{sameDay:"[Today at] LT",nextDay:"[Tomorrow at] LT",nextWeek:"dddd [at] LT",lastDay:"[Yesterday at] LT",lastWeek:"[Last] dddd [at] LT",sameElse:"L"},relativeTime:{future:"in %s",past:"%s ago",s:"a few seconds",ss:"%d seconds",m:"a minute",mm:"%d minutes",h:"an hour",hh:"%d hours",d:"a day",dd:"%d days",M:"a month",MM:"%d months",y:"a year",yy:"%d years"},dayOfMonthOrdinalParse:/\d{1,2}(st|nd|rd|th)/,ordinal:function(e){var t=e%10;return e+(1==~~(e%100/10)?"th":1===t?"st":2===t?"nd":3===t?"rd":"th")}})}(a(5093))},6195:function(e,t,a){!function(e){"use strict";e.defineLocale("en-gb",{months:"January_February_March_April_May_June_July_August_September_October_November_December".split("_"),monthsShort:"Jan_Feb_Mar_Apr_May_Jun_Jul_Aug_Sep_Oct_Nov_Dec".split("_"),weekdays:"Sunday_Monday_Tuesday_Wednesday_Thursday_Friday_Saturday".split("_"),weekdaysShort:"Sun_Mon_Tue_Wed_Thu_Fri_Sat".split("_"),weekdaysMin:"Su_Mo_Tu_We_Th_Fr_Sa".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd, D MMMM YYYY HH:mm"},calendar:{sameDay:"[Today at] LT",nextDay:"[Tomorrow at] LT",nextWeek:"dddd [at] LT",lastDay:"[Yesterday at] LT",lastWeek:"[Last] dddd [at] LT",sameElse:"L"},relativeTime:{future:"in %s",past:"%s ago",s:"a few seconds",ss:"%d seconds",m:"a minute",mm:"%d minutes",h:"an hour",hh:"%d hours",d:"a day",dd:"%d days",M:"a month",MM:"%d months",y:"a year",yy:"%d years"},dayOfMonthOrdinalParse:/\d{1,2}(st|nd|rd|th)/,ordinal:function(e){var t=e%10;return e+(1==~~(e%100/10)?"th":1===t?"st":2===t?"nd":3===t?"rd":"th")},week:{dow:1,doy:4}})}(a(5093))},6584:function(e,t,a){!function(e){"use strict";e.defineLocale("en-ie",{months:"January_February_March_April_May_June_July_August_September_October_November_December".split("_"),monthsShort:"Jan_Feb_Mar_Apr_May_Jun_Jul_Aug_Sep_Oct_Nov_Dec".split("_"),weekdays:"Sunday_Monday_Tuesday_Wednesday_Thursday_Friday_Saturday".split("_"),weekdaysShort:"Sun_Mon_Tue_Wed_Thu_Fri_Sat".split("_"),weekdaysMin:"Su_Mo_Tu_We_Th_Fr_Sa".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd D MMMM YYYY HH:mm"},calendar:{sameDay:"[Today at] LT",nextDay:"[Tomorrow at] LT",nextWeek:"dddd [at] LT",lastDay:"[Yesterday at] LT",lastWeek:"[Last] dddd [at] LT",sameElse:"L"},relativeTime:{future:"in %s",past:"%s ago",s:"a few seconds",ss:"%d seconds",m:"a minute",mm:"%d minutes",h:"an hour",hh:"%d hours",d:"a day",dd:"%d days",M:"a month",MM:"%d months",y:"a year",yy:"%d years"},dayOfMonthOrdinalParse:/\d{1,2}(st|nd|rd|th)/,ordinal:function(e){var t=e%10;return e+(1==~~(e%100/10)?"th":1===t?"st":2===t?"nd":3===t?"rd":"th")},week:{dow:1,doy:4}})}(a(5093))},5543:function(e,t,a){!function(e){"use strict";e.defineLocale("en-il",{months:"January_February_March_April_May_June_July_August_September_October_November_December".split("_"),monthsShort:"Jan_Feb_Mar_Apr_May_Jun_Jul_Aug_Sep_Oct_Nov_Dec".split("_"),weekdays:"Sunday_Monday_Tuesday_Wednesday_Thursday_Friday_Saturday".split("_"),weekdaysShort:"Sun_Mon_Tue_Wed_Thu_Fri_Sat".split("_"),weekdaysMin:"Su_Mo_Tu_We_Th_Fr_Sa".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd, D MMMM YYYY HH:mm"},calendar:{sameDay:"[Today at] LT",nextDay:"[Tomorrow at] LT",nextWeek:"dddd [at] LT",lastDay:"[Yesterday at] LT",lastWeek:"[Last] dddd [at] LT",sameElse:"L"},relativeTime:{future:"in %s",past:"%s ago",s:"a few seconds",ss:"%d seconds",m:"a minute",mm:"%d minutes",h:"an hour",hh:"%d hours",d:"a day",dd:"%d days",M:"a month",MM:"%d months",y:"a year",yy:"%d years"},dayOfMonthOrdinalParse:/\d{1,2}(st|nd|rd|th)/,ordinal:function(e){var t=e%10;return e+(1==~~(e%100/10)?"th":1===t?"st":2===t?"nd":3===t?"rd":"th")}})}(a(5093))},9033:function(e,t,a){!function(e){"use strict";e.defineLocale("en-in",{months:"January_February_March_April_May_June_July_August_September_October_November_December".split("_"),monthsShort:"Jan_Feb_Mar_Apr_May_Jun_Jul_Aug_Sep_Oct_Nov_Dec".split("_"),weekdays:"Sunday_Monday_Tuesday_Wednesday_Thursday_Friday_Saturday".split("_"),weekdaysShort:"Sun_Mon_Tue_Wed_Thu_Fri_Sat".split("_"),weekdaysMin:"Su_Mo_Tu_We_Th_Fr_Sa".split("_"),longDateFormat:{LT:"h:mm A",LTS:"h:mm:ss A",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY h:mm A",LLLL:"dddd, D MMMM YYYY h:mm A"},calendar:{sameDay:"[Today at] LT",nextDay:"[Tomorrow at] LT",nextWeek:"dddd [at] LT",lastDay:"[Yesterday at] LT",lastWeek:"[Last] dddd [at] LT",sameElse:"L"},relativeTime:{future:"in %s",past:"%s ago",s:"a few seconds",ss:"%d seconds",m:"a minute",mm:"%d minutes",h:"an hour",hh:"%d hours",d:"a day",dd:"%d days",M:"a month",MM:"%d months",y:"a year",yy:"%d years"},dayOfMonthOrdinalParse:/\d{1,2}(st|nd|rd|th)/,ordinal:function(e){var t=e%10;return e+(1==~~(e%100/10)?"th":1===t?"st":2===t?"nd":3===t?"rd":"th")},week:{dow:0,doy:6}})}(a(5093))},9402:function(e,t,a){!function(e){"use strict";e.defineLocale("en-nz",{months:"January_February_March_April_May_June_July_August_September_October_November_December".split("_"),monthsShort:"Jan_Feb_Mar_Apr_May_Jun_Jul_Aug_Sep_Oct_Nov_Dec".split("_"),weekdays:"Sunday_Monday_Tuesday_Wednesday_Thursday_Friday_Saturday".split("_"),weekdaysShort:"Sun_Mon_Tue_Wed_Thu_Fri_Sat".split("_"),weekdaysMin:"Su_Mo_Tu_We_Th_Fr_Sa".split("_"),longDateFormat:{LT:"h:mm A",LTS:"h:mm:ss A",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY h:mm A",LLLL:"dddd, D MMMM YYYY h:mm A"},calendar:{sameDay:"[Today at] LT",nextDay:"[Tomorrow at] LT",nextWeek:"dddd [at] LT",lastDay:"[Yesterday at] LT",lastWeek:"[Last] dddd [at] LT",sameElse:"L"},relativeTime:{future:"in %s",past:"%s ago",s:"a few seconds",ss:"%d seconds",m:"a minute",mm:"%d minutes",h:"an hour",hh:"%d hours",d:"a day",dd:"%d days",M:"a month",MM:"%d months",y:"a year",yy:"%d years"},dayOfMonthOrdinalParse:/\d{1,2}(st|nd|rd|th)/,ordinal:function(e){var t=e%10;return e+(1==~~(e%100/10)?"th":1===t?"st":2===t?"nd":3===t?"rd":"th")},week:{dow:1,doy:4}})}(a(5093))},3004:function(e,t,a){!function(e){"use strict";e.defineLocale("en-sg",{months:"January_February_March_April_May_June_July_August_September_October_November_December".split("_"),monthsShort:"Jan_Feb_Mar_Apr_May_Jun_Jul_Aug_Sep_Oct_Nov_Dec".split("_"),weekdays:"Sunday_Monday_Tuesday_Wednesday_Thursday_Friday_Saturday".split("_"),weekdaysShort:"Sun_Mon_Tue_Wed_Thu_Fri_Sat".split("_"),weekdaysMin:"Su_Mo_Tu_We_Th_Fr_Sa".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd, D MMMM YYYY HH:mm"},calendar:{sameDay:"[Today at] LT",nextDay:"[Tomorrow at] LT",nextWeek:"dddd [at] LT",lastDay:"[Yesterday at] LT",lastWeek:"[Last] dddd [at] LT",sameElse:"L"},relativeTime:{future:"in %s",past:"%s ago",s:"a few seconds",ss:"%d seconds",m:"a minute",mm:"%d minutes",h:"an hour",hh:"%d hours",d:"a day",dd:"%d days",M:"a month",MM:"%d months",y:"a year",yy:"%d years"},dayOfMonthOrdinalParse:/\d{1,2}(st|nd|rd|th)/,ordinal:function(e){var t=e%10;return e+(1==~~(e%100/10)?"th":1===t?"st":2===t?"nd":3===t?"rd":"th")},week:{dow:1,doy:4}})}(a(5093))},2934:function(e,t,a){!function(e){"use strict";e.defineLocale("eo",{months:"januaro_februaro_marto_aprilo_majo_junio_julio_aŭgusto_septembro_oktobro_novembro_decembro".split("_"),monthsShort:"jan_feb_mart_apr_maj_jun_jul_aŭg_sept_okt_nov_dec".split("_"),weekdays:"dimanĉo_lundo_mardo_merkredo_ĵaŭdo_vendredo_sabato".split("_"),weekdaysShort:"dim_lun_mard_merk_ĵaŭ_ven_sab".split("_"),weekdaysMin:"di_lu_ma_me_ĵa_ve_sa".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"YYYY-MM-DD",LL:"[la] D[-an de] MMMM, YYYY",LLL:"[la] D[-an de] MMMM, YYYY HH:mm",LLLL:"dddd[n], [la] D[-an de] MMMM, YYYY HH:mm",llll:"ddd, [la] D[-an de] MMM, YYYY HH:mm"},meridiemParse:/[ap]\.t\.m/i,isPM:function(e){return"p"===e.charAt(0).toLowerCase()},meridiem:function(e,t,a){return e>11?a?"p.t.m.":"P.T.M.":a?"a.t.m.":"A.T.M."},calendar:{sameDay:"[Hodiaŭ je] LT",nextDay:"[Morgaŭ je] LT",nextWeek:"dddd[n je] LT",lastDay:"[Hieraŭ je] LT",lastWeek:"[pasintan] dddd[n je] LT",sameElse:"L"},relativeTime:{future:"post %s",past:"antaŭ %s",s:"kelkaj sekundoj",ss:"%d sekundoj",m:"unu minuto",mm:"%d minutoj",h:"unu horo",hh:"%d horoj",d:"unu tago",dd:"%d tagoj",M:"unu monato",MM:"%d monatoj",y:"unu jaro",yy:"%d jaroj"},dayOfMonthOrdinalParse:/\d{1,2}a/,ordinal:"%da",week:{dow:1,doy:7}})}(a(5093))},838:function(e,t,a){!function(e){"use strict";var t="ene._feb._mar._abr._may._jun._jul._ago._sep._oct._nov._dic.".split("_"),a="ene_feb_mar_abr_may_jun_jul_ago_sep_oct_nov_dic".split("_"),s=[/^ene/i,/^feb/i,/^mar/i,/^abr/i,/^may/i,/^jun/i,/^jul/i,/^ago/i,/^sep/i,/^oct/i,/^nov/i,/^dic/i],n=/^(enero|febrero|marzo|abril|mayo|junio|julio|agosto|septiembre|octubre|noviembre|diciembre|ene\.?|feb\.?|mar\.?|abr\.?|may\.?|jun\.?|jul\.?|ago\.?|sep\.?|oct\.?|nov\.?|dic\.?)/i;e.defineLocale("es-do",{months:"enero_febrero_marzo_abril_mayo_junio_julio_agosto_septiembre_octubre_noviembre_diciembre".split("_"),monthsShort:function(e,s){return e?/-MMM-/.test(s)?a[e.month()]:t[e.month()]:t},monthsRegex:n,monthsShortRegex:n,monthsStrictRegex:/^(enero|febrero|marzo|abril|mayo|junio|julio|agosto|septiembre|octubre|noviembre|diciembre)/i,monthsShortStrictRegex:/^(ene\.?|feb\.?|mar\.?|abr\.?|may\.?|jun\.?|jul\.?|ago\.?|sep\.?|oct\.?|nov\.?|dic\.?)/i,monthsParse:s,longMonthsParse:s,shortMonthsParse:s,weekdays:"domingo_lunes_martes_miércoles_jueves_viernes_sábado".split("_"),weekdaysShort:"dom._lun._mar._mié._jue._vie._sáb.".split("_"),weekdaysMin:"do_lu_ma_mi_ju_vi_sá".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"h:mm A",LTS:"h:mm:ss A",L:"DD/MM/YYYY",LL:"D [de] MMMM [de] YYYY",LLL:"D [de] MMMM [de] YYYY h:mm A",LLLL:"dddd, D [de] MMMM [de] YYYY h:mm A"},calendar:{sameDay:function(){return"[hoy a la"+(1!==this.hours()?"s":"")+"] LT"},nextDay:function(){return"[mañana a la"+(1!==this.hours()?"s":"")+"] LT"},nextWeek:function(){return"dddd [a la"+(1!==this.hours()?"s":"")+"] LT"},lastDay:function(){return"[ayer a la"+(1!==this.hours()?"s":"")+"] LT"},lastWeek:function(){return"[el] dddd [pasado a la"+(1!==this.hours()?"s":"")+"] LT"},sameElse:"L"},relativeTime:{future:"en %s",past:"hace %s",s:"unos segundos",ss:"%d segundos",m:"un minuto",mm:"%d minutos",h:"una hora",hh:"%d horas",d:"un día",dd:"%d días",w:"una semana",ww:"%d semanas",M:"un mes",MM:"%d meses",y:"un año",yy:"%d años"},dayOfMonthOrdinalParse:/\d{1,2}º/,ordinal:"%dº",week:{dow:1,doy:4}})}(a(5093))},7730:function(e,t,a){!function(e){"use strict";var t="ene._feb._mar._abr._may._jun._jul._ago._sep._oct._nov._dic.".split("_"),a="ene_feb_mar_abr_may_jun_jul_ago_sep_oct_nov_dic".split("_"),s=[/^ene/i,/^feb/i,/^mar/i,/^abr/i,/^may/i,/^jun/i,/^jul/i,/^ago/i,/^sep/i,/^oct/i,/^nov/i,/^dic/i],n=/^(enero|febrero|marzo|abril|mayo|junio|julio|agosto|septiembre|octubre|noviembre|diciembre|ene\.?|feb\.?|mar\.?|abr\.?|may\.?|jun\.?|jul\.?|ago\.?|sep\.?|oct\.?|nov\.?|dic\.?)/i;e.defineLocale("es-mx",{months:"enero_febrero_marzo_abril_mayo_junio_julio_agosto_septiembre_octubre_noviembre_diciembre".split("_"),monthsShort:function(e,s){return e?/-MMM-/.test(s)?a[e.month()]:t[e.month()]:t},monthsRegex:n,monthsShortRegex:n,monthsStrictRegex:/^(enero|febrero|marzo|abril|mayo|junio|julio|agosto|septiembre|octubre|noviembre|diciembre)/i,monthsShortStrictRegex:/^(ene\.?|feb\.?|mar\.?|abr\.?|may\.?|jun\.?|jul\.?|ago\.?|sep\.?|oct\.?|nov\.?|dic\.?)/i,monthsParse:s,longMonthsParse:s,shortMonthsParse:s,weekdays:"domingo_lunes_martes_miércoles_jueves_viernes_sábado".split("_"),weekdaysShort:"dom._lun._mar._mié._jue._vie._sáb.".split("_"),weekdaysMin:"do_lu_ma_mi_ju_vi_sá".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"H:mm",LTS:"H:mm:ss",L:"DD/MM/YYYY",LL:"D [de] MMMM [de] YYYY",LLL:"D [de] MMMM [de] YYYY H:mm",LLLL:"dddd, D [de] MMMM [de] YYYY H:mm"},calendar:{sameDay:function(){return"[hoy a la"+(1!==this.hours()?"s":"")+"] LT"},nextDay:function(){return"[mañana a la"+(1!==this.hours()?"s":"")+"] LT"},nextWeek:function(){return"dddd [a la"+(1!==this.hours()?"s":"")+"] LT"},lastDay:function(){return"[ayer a la"+(1!==this.hours()?"s":"")+"] LT"},lastWeek:function(){return"[el] dddd [pasado a la"+(1!==this.hours()?"s":"")+"] LT"},sameElse:"L"},relativeTime:{future:"en %s",past:"hace %s",s:"unos segundos",ss:"%d segundos",m:"un minuto",mm:"%d minutos",h:"una hora",hh:"%d horas",d:"un día",dd:"%d días",w:"una semana",ww:"%d semanas",M:"un mes",MM:"%d meses",y:"un año",yy:"%d años"},dayOfMonthOrdinalParse:/\d{1,2}º/,ordinal:"%dº",week:{dow:0,doy:4},invalidDate:"Fecha inválida"})}(a(5093))},6575:function(e,t,a){!function(e){"use strict";var t="ene._feb._mar._abr._may._jun._jul._ago._sep._oct._nov._dic.".split("_"),a="ene_feb_mar_abr_may_jun_jul_ago_sep_oct_nov_dic".split("_"),s=[/^ene/i,/^feb/i,/^mar/i,/^abr/i,/^may/i,/^jun/i,/^jul/i,/^ago/i,/^sep/i,/^oct/i,/^nov/i,/^dic/i],n=/^(enero|febrero|marzo|abril|mayo|junio|julio|agosto|septiembre|octubre|noviembre|diciembre|ene\.?|feb\.?|mar\.?|abr\.?|may\.?|jun\.?|jul\.?|ago\.?|sep\.?|oct\.?|nov\.?|dic\.?)/i;e.defineLocale("es-us",{months:"enero_febrero_marzo_abril_mayo_junio_julio_agosto_septiembre_octubre_noviembre_diciembre".split("_"),monthsShort:function(e,s){return e?/-MMM-/.test(s)?a[e.month()]:t[e.month()]:t},monthsRegex:n,monthsShortRegex:n,monthsStrictRegex:/^(enero|febrero|marzo|abril|mayo|junio|julio|agosto|septiembre|octubre|noviembre|diciembre)/i,monthsShortStrictRegex:/^(ene\.?|feb\.?|mar\.?|abr\.?|may\.?|jun\.?|jul\.?|ago\.?|sep\.?|oct\.?|nov\.?|dic\.?)/i,monthsParse:s,longMonthsParse:s,shortMonthsParse:s,weekdays:"domingo_lunes_martes_miércoles_jueves_viernes_sábado".split("_"),weekdaysShort:"dom._lun._mar._mié._jue._vie._sáb.".split("_"),weekdaysMin:"do_lu_ma_mi_ju_vi_sá".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"h:mm A",LTS:"h:mm:ss A",L:"MM/DD/YYYY",LL:"D [de] MMMM [de] YYYY",LLL:"D [de] MMMM [de] YYYY h:mm A",LLLL:"dddd, D [de] MMMM [de] YYYY h:mm A"},calendar:{sameDay:function(){return"[hoy a la"+(1!==this.hours()?"s":"")+"] LT"},nextDay:function(){return"[mañana a la"+(1!==this.hours()?"s":"")+"] LT"},nextWeek:function(){return"dddd [a la"+(1!==this.hours()?"s":"")+"] LT"},lastDay:function(){return"[ayer a la"+(1!==this.hours()?"s":"")+"] LT"},lastWeek:function(){return"[el] dddd [pasado a la"+(1!==this.hours()?"s":"")+"] LT"},sameElse:"L"},relativeTime:{future:"en %s",past:"hace %s",s:"unos segundos",ss:"%d segundos",m:"un minuto",mm:"%d minutos",h:"una hora",hh:"%d horas",d:"un día",dd:"%d días",w:"una semana",ww:"%d semanas",M:"un mes",MM:"%d meses",y:"un año",yy:"%d años"},dayOfMonthOrdinalParse:/\d{1,2}º/,ordinal:"%dº",week:{dow:0,doy:6}})}(a(5093))},7650:function(e,t,a){!function(e){"use strict";var t="ene._feb._mar._abr._may._jun._jul._ago._sep._oct._nov._dic.".split("_"),a="ene_feb_mar_abr_may_jun_jul_ago_sep_oct_nov_dic".split("_"),s=[/^ene/i,/^feb/i,/^mar/i,/^abr/i,/^may/i,/^jun/i,/^jul/i,/^ago/i,/^sep/i,/^oct/i,/^nov/i,/^dic/i],n=/^(enero|febrero|marzo|abril|mayo|junio|julio|agosto|septiembre|octubre|noviembre|diciembre|ene\.?|feb\.?|mar\.?|abr\.?|may\.?|jun\.?|jul\.?|ago\.?|sep\.?|oct\.?|nov\.?|dic\.?)/i;e.defineLocale("es",{months:"enero_febrero_marzo_abril_mayo_junio_julio_agosto_septiembre_octubre_noviembre_diciembre".split("_"),monthsShort:function(e,s){return e?/-MMM-/.test(s)?a[e.month()]:t[e.month()]:t},monthsRegex:n,monthsShortRegex:n,monthsStrictRegex:/^(enero|febrero|marzo|abril|mayo|junio|julio|agosto|septiembre|octubre|noviembre|diciembre)/i,monthsShortStrictRegex:/^(ene\.?|feb\.?|mar\.?|abr\.?|may\.?|jun\.?|jul\.?|ago\.?|sep\.?|oct\.?|nov\.?|dic\.?)/i,monthsParse:s,longMonthsParse:s,shortMonthsParse:s,weekdays:"domingo_lunes_martes_miércoles_jueves_viernes_sábado".split("_"),weekdaysShort:"dom._lun._mar._mié._jue._vie._sáb.".split("_"),weekdaysMin:"do_lu_ma_mi_ju_vi_sá".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"H:mm",LTS:"H:mm:ss",L:"DD/MM/YYYY",LL:"D [de] MMMM [de] YYYY",LLL:"D [de] MMMM [de] YYYY H:mm",LLLL:"dddd, D [de] MMMM [de] YYYY H:mm"},calendar:{sameDay:function(){return"[hoy a la"+(1!==this.hours()?"s":"")+"] LT"},nextDay:function(){return"[mañana a la"+(1!==this.hours()?"s":"")+"] LT"},nextWeek:function(){return"dddd [a la"+(1!==this.hours()?"s":"")+"] LT"},lastDay:function(){return"[ayer a la"+(1!==this.hours()?"s":"")+"] LT"},lastWeek:function(){return"[el] dddd [pasado a la"+(1!==this.hours()?"s":"")+"] LT"},sameElse:"L"},relativeTime:{future:"en %s",past:"hace %s",s:"unos segundos",ss:"%d segundos",m:"un minuto",mm:"%d minutos",h:"una hora",hh:"%d horas",d:"un día",dd:"%d días",w:"una semana",ww:"%d semanas",M:"un mes",MM:"%d meses",y:"un año",yy:"%d años"},dayOfMonthOrdinalParse:/\d{1,2}º/,ordinal:"%dº",week:{dow:1,doy:4},invalidDate:"Fecha inválida"})}(a(5093))},3035:function(e,t,a){!function(e){"use strict";function t(e,t,a,s){var n={s:["mõne sekundi","mõni sekund","paar sekundit"],ss:[e+"sekundi",e+"sekundit"],m:["ühe minuti","üks minut"],mm:[e+" minuti",e+" minutit"],h:["ühe tunni","tund aega","üks tund"],hh:[e+" tunni",e+" tundi"],d:["ühe päeva","üks päev"],M:["kuu aja","kuu aega","üks kuu"],MM:[e+" kuu",e+" kuud"],y:["ühe aasta","aasta","üks aasta"],yy:[e+" aasta",e+" aastat"]};return t?n[a][2]?n[a][2]:n[a][1]:s?n[a][0]:n[a][1]}e.defineLocale("et",{months:"jaanuar_veebruar_märts_aprill_mai_juuni_juuli_august_september_oktoober_november_detsember".split("_"),monthsShort:"jaan_veebr_märts_apr_mai_juuni_juuli_aug_sept_okt_nov_dets".split("_"),weekdays:"pühapäev_esmaspäev_teisipäev_kolmapäev_neljapäev_reede_laupäev".split("_"),weekdaysShort:"P_E_T_K_N_R_L".split("_"),weekdaysMin:"P_E_T_K_N_R_L".split("_"),longDateFormat:{LT:"H:mm",LTS:"H:mm:ss",L:"DD.MM.YYYY",LL:"D. MMMM YYYY",LLL:"D. MMMM YYYY H:mm",LLLL:"dddd, D. MMMM YYYY H:mm"},calendar:{sameDay:"[Täna,] LT",nextDay:"[Homme,] LT",nextWeek:"[Järgmine] dddd LT",lastDay:"[Eile,] LT",lastWeek:"[Eelmine] dddd LT",sameElse:"L"},relativeTime:{future:"%s pärast",past:"%s tagasi",s:t,ss:t,m:t,mm:t,h:t,hh:t,d:t,dd:"%d päeva",M:t,MM:t,y:t,yy:t},dayOfMonthOrdinalParse:/\d{1,2}\./,ordinal:"%d.",week:{dow:1,doy:4}})}(a(5093))},3508:function(e,t,a){!function(e){"use strict";e.defineLocale("eu",{months:"urtarrila_otsaila_martxoa_apirila_maiatza_ekaina_uztaila_abuztua_iraila_urria_azaroa_abendua".split("_"),monthsShort:"urt._ots._mar._api._mai._eka._uzt._abu._ira._urr._aza._abe.".split("_"),monthsParseExact:!0,weekdays:"igandea_astelehena_asteartea_asteazkena_osteguna_ostirala_larunbata".split("_"),weekdaysShort:"ig._al._ar._az._og._ol._lr.".split("_"),weekdaysMin:"ig_al_ar_az_og_ol_lr".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"YYYY-MM-DD",LL:"YYYY[ko] MMMM[ren] D[a]",LLL:"YYYY[ko] MMMM[ren] D[a] HH:mm",LLLL:"dddd, YYYY[ko] MMMM[ren] D[a] HH:mm",l:"YYYY-M-D",ll:"YYYY[ko] MMM D[a]",lll:"YYYY[ko] MMM D[a] HH:mm",llll:"ddd, YYYY[ko] MMM D[a] HH:mm"},calendar:{sameDay:"[gaur] LT[etan]",nextDay:"[bihar] LT[etan]",nextWeek:"dddd LT[etan]",lastDay:"[atzo] LT[etan]",lastWeek:"[aurreko] dddd LT[etan]",sameElse:"L"},relativeTime:{future:"%s barru",past:"duela %s",s:"segundo batzuk",ss:"%d segundo",m:"minutu bat",mm:"%d minutu",h:"ordu bat",hh:"%d ordu",d:"egun bat",dd:"%d egun",M:"hilabete bat",MM:"%d hilabete",y:"urte bat",yy:"%d urte"},dayOfMonthOrdinalParse:/\d{1,2}\./,ordinal:"%d.",week:{dow:1,doy:7}})}(a(5093))},119:function(e,t,a){!function(e){"use strict";var t={1:"۱",2:"۲",3:"۳",4:"۴",5:"۵",6:"۶",7:"۷",8:"۸",9:"۹",0:"۰"},a={"۱":"1","۲":"2","۳":"3","۴":"4","۵":"5","۶":"6","۷":"7","۸":"8","۹":"9","۰":"0"};e.defineLocale("fa",{months:"ژانویه_فوریه_مارس_آوریل_مه_ژوئن_ژوئیه_اوت_سپتامبر_اکتبر_نوامبر_دسامبر".split("_"),monthsShort:"ژانویه_فوریه_مارس_آوریل_مه_ژوئن_ژوئیه_اوت_سپتامبر_اکتبر_نوامبر_دسامبر".split("_"),weekdays:"یک‌شنبه_دوشنبه_سه‌شنبه_چهارشنبه_پنج‌شنبه_جمعه_شنبه".split("_"),weekdaysShort:"یک‌شنبه_دوشنبه_سه‌شنبه_چهارشنبه_پنج‌شنبه_جمعه_شنبه".split("_"),weekdaysMin:"ی_د_س_چ_پ_ج_ش".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd, D MMMM YYYY HH:mm"},meridiemParse:/قبل از ظهر|بعد از ظهر/,isPM:function(e){return/بعد از ظهر/.test(e)},meridiem:function(e,t,a){return e<12?"قبل از ظهر":"بعد از ظهر"},calendar:{sameDay:"[امروز ساعت] LT",nextDay:"[فردا ساعت] LT",nextWeek:"dddd [ساعت] LT",lastDay:"[دیروز ساعت] LT",lastWeek:"dddd [پیش] [ساعت] LT",sameElse:"L"},relativeTime:{future:"در %s",past:"%s پیش",s:"چند ثانیه",ss:"%d ثانیه",m:"یک دقیقه",mm:"%d دقیقه",h:"یک ساعت",hh:"%d ساعت",d:"یک روز",dd:"%d روز",M:"یک ماه",MM:"%d ماه",y:"یک سال",yy:"%d سال"},preparse:function(e){return e.replace(/[۰-۹]/g,(function(e){return a[e]})).replace(/،/g,",")},postformat:function(e){return e.replace(/\d/g,(function(e){return t[e]})).replace(/,/g,"،")},dayOfMonthOrdinalParse:/\d{1,2}م/,ordinal:"%dم",week:{dow:6,doy:12}})}(a(5093))},527:function(e,t,a){!function(e){"use strict";var t="nolla yksi kaksi kolme neljä viisi kuusi seitsemän kahdeksan yhdeksän".split(" "),a=["nolla","yhden","kahden","kolmen","neljän","viiden","kuuden",t[7],t[8],t[9]];function s(e,s,n,i){var r="";switch(n){case"s":return i?"muutaman sekunnin":"muutama sekunti";case"ss":r=i?"sekunnin":"sekuntia";break;case"m":return i?"minuutin":"minuutti";case"mm":r=i?"minuutin":"minuuttia";break;case"h":return i?"tunnin":"tunti";case"hh":r=i?"tunnin":"tuntia";break;case"d":return i?"päivän":"päivä";case"dd":r=i?"päivän":"päivää";break;case"M":return i?"kuukauden":"kuukausi";case"MM":r=i?"kuukauden":"kuukautta";break;case"y":return i?"vuoden":"vuosi";case"yy":r=i?"vuoden":"vuotta"}return function(e,s){return e<10?s?a[e]:t[e]:e}(e,i)+" "+r}e.defineLocale("fi",{months:"tammikuu_helmikuu_maaliskuu_huhtikuu_toukokuu_kesäkuu_heinäkuu_elokuu_syyskuu_lokakuu_marraskuu_joulukuu".split("_"),monthsShort:"tammi_helmi_maalis_huhti_touko_kesä_heinä_elo_syys_loka_marras_joulu".split("_"),weekdays:"sunnuntai_maanantai_tiistai_keskiviikko_torstai_perjantai_lauantai".split("_"),weekdaysShort:"su_ma_ti_ke_to_pe_la".split("_"),weekdaysMin:"su_ma_ti_ke_to_pe_la".split("_"),longDateFormat:{LT:"HH.mm",LTS:"HH.mm.ss",L:"DD.MM.YYYY",LL:"Do MMMM[ta] YYYY",LLL:"Do MMMM[ta] YYYY, [klo] HH.mm",LLLL:"dddd, Do MMMM[ta] YYYY, [klo] HH.mm",l:"D.M.YYYY",ll:"Do MMM YYYY",lll:"Do MMM YYYY, [klo] HH.mm",llll:"ddd, Do MMM YYYY, [klo] HH.mm"},calendar:{sameDay:"[tänään] [klo] LT",nextDay:"[huomenna] [klo] LT",nextWeek:"dddd [klo] LT",lastDay:"[eilen] [klo] LT",lastWeek:"[viime] dddd[na] [klo] LT",sameElse:"L"},relativeTime:{future:"%s päästä",past:"%s sitten",s,ss:s,m:s,mm:s,h:s,hh:s,d:s,dd:s,M:s,MM:s,y:s,yy:s},dayOfMonthOrdinalParse:/\d{1,2}\./,ordinal:"%d.",week:{dow:1,doy:4}})}(a(5093))},5995:function(e,t,a){!function(e){"use strict";e.defineLocale("fil",{months:"Enero_Pebrero_Marso_Abril_Mayo_Hunyo_Hulyo_Agosto_Setyembre_Oktubre_Nobyembre_Disyembre".split("_"),monthsShort:"Ene_Peb_Mar_Abr_May_Hun_Hul_Ago_Set_Okt_Nob_Dis".split("_"),weekdays:"Linggo_Lunes_Martes_Miyerkules_Huwebes_Biyernes_Sabado".split("_"),weekdaysShort:"Lin_Lun_Mar_Miy_Huw_Biy_Sab".split("_"),weekdaysMin:"Li_Lu_Ma_Mi_Hu_Bi_Sab".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"MM/D/YYYY",LL:"MMMM D, YYYY",LLL:"MMMM D, YYYY HH:mm",LLLL:"dddd, MMMM DD, YYYY HH:mm"},calendar:{sameDay:"LT [ngayong araw]",nextDay:"[Bukas ng] LT",nextWeek:"LT [sa susunod na] dddd",lastDay:"LT [kahapon]",lastWeek:"LT [noong nakaraang] dddd",sameElse:"L"},relativeTime:{future:"sa loob ng %s",past:"%s ang nakalipas",s:"ilang segundo",ss:"%d segundo",m:"isang minuto",mm:"%d minuto",h:"isang oras",hh:"%d oras",d:"isang araw",dd:"%d araw",M:"isang buwan",MM:"%d buwan",y:"isang taon",yy:"%d taon"},dayOfMonthOrdinalParse:/\d{1,2}/,ordinal:function(e){return e},week:{dow:1,doy:4}})}(a(5093))},2477:function(e,t,a){!function(e){"use strict";e.defineLocale("fo",{months:"januar_februar_mars_apríl_mai_juni_juli_august_september_oktober_november_desember".split("_"),monthsShort:"jan_feb_mar_apr_mai_jun_jul_aug_sep_okt_nov_des".split("_"),weekdays:"sunnudagur_mánadagur_týsdagur_mikudagur_hósdagur_fríggjadagur_leygardagur".split("_"),weekdaysShort:"sun_mán_týs_mik_hós_frí_ley".split("_"),weekdaysMin:"su_má_tý_mi_hó_fr_le".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd D. MMMM, YYYY HH:mm"},calendar:{sameDay:"[Í dag kl.] LT",nextDay:"[Í morgin kl.] LT",nextWeek:"dddd [kl.] LT",lastDay:"[Í gjár kl.] LT",lastWeek:"[síðstu] dddd [kl] LT",sameElse:"L"},relativeTime:{future:"um %s",past:"%s síðani",s:"fá sekund",ss:"%d sekundir",m:"ein minuttur",mm:"%d minuttir",h:"ein tími",hh:"%d tímar",d:"ein dagur",dd:"%d dagar",M:"ein mánaður",MM:"%d mánaðir",y:"eitt ár",yy:"%d ár"},dayOfMonthOrdinalParse:/\d{1,2}\./,ordinal:"%d.",week:{dow:1,doy:4}})}(a(5093))},6435:function(e,t,a){!function(e){"use strict";e.defineLocale("fr-ca",{months:"janvier_février_mars_avril_mai_juin_juillet_août_septembre_octobre_novembre_décembre".split("_"),monthsShort:"janv._févr._mars_avr._mai_juin_juil._août_sept._oct._nov._déc.".split("_"),monthsParseExact:!0,weekdays:"dimanche_lundi_mardi_mercredi_jeudi_vendredi_samedi".split("_"),weekdaysShort:"dim._lun._mar._mer._jeu._ven._sam.".split("_"),weekdaysMin:"di_lu_ma_me_je_ve_sa".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"YYYY-MM-DD",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd D MMMM YYYY HH:mm"},calendar:{sameDay:"[Aujourd’hui à] LT",nextDay:"[Demain à] LT",nextWeek:"dddd [à] LT",lastDay:"[Hier à] LT",lastWeek:"dddd [dernier à] LT",sameElse:"L"},relativeTime:{future:"dans %s",past:"il y a %s",s:"quelques secondes",ss:"%d secondes",m:"une minute",mm:"%d minutes",h:"une heure",hh:"%d heures",d:"un jour",dd:"%d jours",M:"un mois",MM:"%d mois",y:"un an",yy:"%d ans"},dayOfMonthOrdinalParse:/\d{1,2}(er|e)/,ordinal:function(e,t){switch(t){default:case"M":case"Q":case"D":case"DDD":case"d":return e+(1===e?"er":"e");case"w":case"W":return e+(1===e?"re":"e")}}})}(a(5093))},7892:function(e,t,a){!function(e){"use strict";e.defineLocale("fr-ch",{months:"janvier_février_mars_avril_mai_juin_juillet_août_septembre_octobre_novembre_décembre".split("_"),monthsShort:"janv._févr._mars_avr._mai_juin_juil._août_sept._oct._nov._déc.".split("_"),monthsParseExact:!0,weekdays:"dimanche_lundi_mardi_mercredi_jeudi_vendredi_samedi".split("_"),weekdaysShort:"dim._lun._mar._mer._jeu._ven._sam.".split("_"),weekdaysMin:"di_lu_ma_me_je_ve_sa".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD.MM.YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd D MMMM YYYY HH:mm"},calendar:{sameDay:"[Aujourd’hui à] LT",nextDay:"[Demain à] LT",nextWeek:"dddd [à] LT",lastDay:"[Hier à] LT",lastWeek:"dddd [dernier à] LT",sameElse:"L"},relativeTime:{future:"dans %s",past:"il y a %s",s:"quelques secondes",ss:"%d secondes",m:"une minute",mm:"%d minutes",h:"une heure",hh:"%d heures",d:"un jour",dd:"%d jours",M:"un mois",MM:"%d mois",y:"un an",yy:"%d ans"},dayOfMonthOrdinalParse:/\d{1,2}(er|e)/,ordinal:function(e,t){switch(t){default:case"M":case"Q":case"D":case"DDD":case"d":return e+(1===e?"er":"e");case"w":case"W":return e+(1===e?"re":"e")}},week:{dow:1,doy:4}})}(a(5093))},5498:function(e,t,a){!function(e){"use strict";var t=/(janv\.?|févr\.?|mars|avr\.?|mai|juin|juil\.?|août|sept\.?|oct\.?|nov\.?|déc\.?|janvier|février|mars|avril|mai|juin|juillet|août|septembre|octobre|novembre|décembre)/i,a=[/^janv/i,/^févr/i,/^mars/i,/^avr/i,/^mai/i,/^juin/i,/^juil/i,/^août/i,/^sept/i,/^oct/i,/^nov/i,/^déc/i];e.defineLocale("fr",{months:"janvier_février_mars_avril_mai_juin_juillet_août_septembre_octobre_novembre_décembre".split("_"),monthsShort:"janv._févr._mars_avr._mai_juin_juil._août_sept._oct._nov._déc.".split("_"),monthsRegex:t,monthsShortRegex:t,monthsStrictRegex:/^(janvier|février|mars|avril|mai|juin|juillet|août|septembre|octobre|novembre|décembre)/i,monthsShortStrictRegex:/(janv\.?|févr\.?|mars|avr\.?|mai|juin|juil\.?|août|sept\.?|oct\.?|nov\.?|déc\.?)/i,monthsParse:a,longMonthsParse:a,shortMonthsParse:a,weekdays:"dimanche_lundi_mardi_mercredi_jeudi_vendredi_samedi".split("_"),weekdaysShort:"dim._lun._mar._mer._jeu._ven._sam.".split("_"),weekdaysMin:"di_lu_ma_me_je_ve_sa".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd D MMMM YYYY HH:mm"},calendar:{sameDay:"[Aujourd’hui à] LT",nextDay:"[Demain à] LT",nextWeek:"dddd [à] LT",lastDay:"[Hier à] LT",lastWeek:"dddd [dernier à] LT",sameElse:"L"},relativeTime:{future:"dans %s",past:"il y a %s",s:"quelques secondes",ss:"%d secondes",m:"une minute",mm:"%d minutes",h:"une heure",hh:"%d heures",d:"un jour",dd:"%d jours",w:"une semaine",ww:"%d semaines",M:"un mois",MM:"%d mois",y:"un an",yy:"%d ans"},dayOfMonthOrdinalParse:/\d{1,2}(er|)/,ordinal:function(e,t){switch(t){case"D":return e+(1===e?"er":"");default:case"M":case"Q":case"DDD":case"d":return e+(1===e?"er":"e");case"w":case"W":return e+(1===e?"re":"e")}},week:{dow:1,doy:4}})}(a(5093))},7071:function(e,t,a){!function(e){"use strict";var t="jan._feb._mrt._apr._mai_jun._jul._aug._sep._okt._nov._des.".split("_"),a="jan_feb_mrt_apr_mai_jun_jul_aug_sep_okt_nov_des".split("_");e.defineLocale("fy",{months:"jannewaris_febrewaris_maart_april_maaie_juny_july_augustus_septimber_oktober_novimber_desimber".split("_"),monthsShort:function(e,s){return e?/-MMM-/.test(s)?a[e.month()]:t[e.month()]:t},monthsParseExact:!0,weekdays:"snein_moandei_tiisdei_woansdei_tongersdei_freed_sneon".split("_"),weekdaysShort:"si._mo._ti._wo._to._fr._so.".split("_"),weekdaysMin:"Si_Mo_Ti_Wo_To_Fr_So".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD-MM-YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd D MMMM YYYY HH:mm"},calendar:{sameDay:"[hjoed om] LT",nextDay:"[moarn om] LT",nextWeek:"dddd [om] LT",lastDay:"[juster om] LT",lastWeek:"[ôfrûne] dddd [om] LT",sameElse:"L"},relativeTime:{future:"oer %s",past:"%s lyn",s:"in pear sekonden",ss:"%d sekonden",m:"ien minút",mm:"%d minuten",h:"ien oere",hh:"%d oeren",d:"ien dei",dd:"%d dagen",M:"ien moanne",MM:"%d moannen",y:"ien jier",yy:"%d jierren"},dayOfMonthOrdinalParse:/\d{1,2}(ste|de)/,ordinal:function(e){return e+(1===e||8===e||e>=20?"ste":"de")},week:{dow:1,doy:4}})}(a(5093))},1734:function(e,t,a){!function(e){"use strict";e.defineLocale("ga",{months:["Eanáir","Feabhra","Márta","Aibreán","Bealtaine","Meitheamh","Iúil","Lúnasa","Meán Fómhair","Deireadh Fómhair","Samhain","Nollaig"],monthsShort:["Ean","Feabh","Márt","Aib","Beal","Meith","Iúil","Lún","M.F.","D.F.","Samh","Noll"],monthsParseExact:!0,weekdays:["Dé Domhnaigh","Dé Luain","Dé Máirt","Dé Céadaoin","Déardaoin","Dé hAoine","Dé Sathairn"],weekdaysShort:["Domh","Luan","Máirt","Céad","Déar","Aoine","Sath"],weekdaysMin:["Do","Lu","Má","Cé","Dé","A","Sa"],longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd, D MMMM YYYY HH:mm"},calendar:{sameDay:"[Inniu ag] LT",nextDay:"[Amárach ag] LT",nextWeek:"dddd [ag] LT",lastDay:"[Inné ag] LT",lastWeek:"dddd [seo caite] [ag] LT",sameElse:"L"},relativeTime:{future:"i %s",past:"%s ó shin",s:"cúpla soicind",ss:"%d soicind",m:"nóiméad",mm:"%d nóiméad",h:"uair an chloig",hh:"%d uair an chloig",d:"lá",dd:"%d lá",M:"mí",MM:"%d míonna",y:"bliain",yy:"%d bliain"},dayOfMonthOrdinalParse:/\d{1,2}(d|na|mh)/,ordinal:function(e){return e+(1===e?"d":e%10==2?"na":"mh")},week:{dow:1,doy:4}})}(a(5093))},217:function(e,t,a){!function(e){"use strict";e.defineLocale("gd",{months:["Am Faoilleach","An Gearran","Am Màrt","An Giblean","An Cèitean","An t-Ògmhios","An t-Iuchar","An Lùnastal","An t-Sultain","An Dàmhair","An t-Samhain","An Dùbhlachd"],monthsShort:["Faoi","Gear","Màrt","Gibl","Cèit","Ògmh","Iuch","Lùn","Sult","Dàmh","Samh","Dùbh"],monthsParseExact:!0,weekdays:["Didòmhnaich","Diluain","Dimàirt","Diciadain","Diardaoin","Dihaoine","Disathairne"],weekdaysShort:["Did","Dil","Dim","Dic","Dia","Dih","Dis"],weekdaysMin:["Dò","Lu","Mà","Ci","Ar","Ha","Sa"],longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd, D MMMM YYYY HH:mm"},calendar:{sameDay:"[An-diugh aig] LT",nextDay:"[A-màireach aig] LT",nextWeek:"dddd [aig] LT",lastDay:"[An-dè aig] LT",lastWeek:"dddd [seo chaidh] [aig] LT",sameElse:"L"},relativeTime:{future:"ann an %s",past:"bho chionn %s",s:"beagan diogan",ss:"%d diogan",m:"mionaid",mm:"%d mionaidean",h:"uair",hh:"%d uairean",d:"latha",dd:"%d latha",M:"mìos",MM:"%d mìosan",y:"bliadhna",yy:"%d bliadhna"},dayOfMonthOrdinalParse:/\d{1,2}(d|na|mh)/,ordinal:function(e){return e+(1===e?"d":e%10==2?"na":"mh")},week:{dow:1,doy:4}})}(a(5093))},7329:function(e,t,a){!function(e){"use strict";e.defineLocale("gl",{months:"xaneiro_febreiro_marzo_abril_maio_xuño_xullo_agosto_setembro_outubro_novembro_decembro".split("_"),monthsShort:"xan._feb._mar._abr._mai._xuñ._xul._ago._set._out._nov._dec.".split("_"),monthsParseExact:!0,weekdays:"domingo_luns_martes_mércores_xoves_venres_sábado".split("_"),weekdaysShort:"dom._lun._mar._mér._xov._ven._sáb.".split("_"),weekdaysMin:"do_lu_ma_mé_xo_ve_sá".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"H:mm",LTS:"H:mm:ss",L:"DD/MM/YYYY",LL:"D [de] MMMM [de] YYYY",LLL:"D [de] MMMM [de] YYYY H:mm",LLLL:"dddd, D [de] MMMM [de] YYYY H:mm"},calendar:{sameDay:function(){return"[hoxe "+(1!==this.hours()?"ás":"á")+"] LT"},nextDay:function(){return"[mañá "+(1!==this.hours()?"ás":"á")+"] LT"},nextWeek:function(){return"dddd ["+(1!==this.hours()?"ás":"a")+"] LT"},lastDay:function(){return"[onte "+(1!==this.hours()?"á":"a")+"] LT"},lastWeek:function(){return"[o] dddd [pasado "+(1!==this.hours()?"ás":"a")+"] LT"},sameElse:"L"},relativeTime:{future:function(e){return 0===e.indexOf("un")?"n"+e:"en "+e},past:"hai %s",s:"uns segundos",ss:"%d segundos",m:"un minuto",mm:"%d minutos",h:"unha hora",hh:"%d horas",d:"un día",dd:"%d días",M:"un mes",MM:"%d meses",y:"un ano",yy:"%d anos"},dayOfMonthOrdinalParse:/\d{1,2}º/,ordinal:"%dº",week:{dow:1,doy:4}})}(a(5093))},2124:function(e,t,a){!function(e){"use strict";function t(e,t,a,s){var n={s:["थोडया सॅकंडांनी","थोडे सॅकंड"],ss:[e+" सॅकंडांनी",e+" सॅकंड"],m:["एका मिणटान","एक मिनूट"],mm:[e+" मिणटांनी",e+" मिणटां"],h:["एका वरान","एक वर"],hh:[e+" वरांनी",e+" वरां"],d:["एका दिसान","एक दीस"],dd:[e+" दिसांनी",e+" दीस"],M:["एका म्हयन्यान","एक म्हयनो"],MM:[e+" म्हयन्यानी",e+" म्हयने"],y:["एका वर्सान","एक वर्स"],yy:[e+" वर्सांनी",e+" वर्सां"]};return s?n[a][0]:n[a][1]}e.defineLocale("gom-deva",{months:{standalone:"जानेवारी_फेब्रुवारी_मार्च_एप्रील_मे_जून_जुलय_ऑगस्ट_सप्टेंबर_ऑक्टोबर_नोव्हेंबर_डिसेंबर".split("_"),format:"जानेवारीच्या_फेब्रुवारीच्या_मार्चाच्या_एप्रीलाच्या_मेयाच्या_जूनाच्या_जुलयाच्या_ऑगस्टाच्या_सप्टेंबराच्या_ऑक्टोबराच्या_नोव्हेंबराच्या_डिसेंबराच्या".split("_"),isFormat:/MMMM(\s)+D[oD]?/},monthsShort:"जाने._फेब्रु._मार्च_एप्री._मे_जून_जुल._ऑग._सप्टें._ऑक्टो._नोव्हें._डिसें.".split("_"),monthsParseExact:!0,weekdays:"आयतार_सोमार_मंगळार_बुधवार_बिरेस्तार_सुक्रार_शेनवार".split("_"),weekdaysShort:"आयत._सोम._मंगळ._बुध._ब्रेस्त._सुक्र._शेन.".split("_"),weekdaysMin:"आ_सो_मं_बु_ब्रे_सु_शे".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"A h:mm [वाजतां]",LTS:"A h:mm:ss [वाजतां]",L:"DD-MM-YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY A h:mm [वाजतां]",LLLL:"dddd, MMMM Do, YYYY, A h:mm [वाजतां]",llll:"ddd, D MMM YYYY, A h:mm [वाजतां]"},calendar:{sameDay:"[आयज] LT",nextDay:"[फाल्यां] LT",nextWeek:"[फुडलो] dddd[,] LT",lastDay:"[काल] LT",lastWeek:"[फाटलो] dddd[,] LT",sameElse:"L"},relativeTime:{future:"%s",past:"%s आदीं",s:t,ss:t,m:t,mm:t,h:t,hh:t,d:t,dd:t,M:t,MM:t,y:t,yy:t},dayOfMonthOrdinalParse:/\d{1,2}(वेर)/,ordinal:function(e,t){return"D"===t?e+"वेर":e},week:{dow:0,doy:3},meridiemParse:/राती|सकाळीं|दनपारां|सांजे/,meridiemHour:function(e,t){return 12===e&&(e=0),"राती"===t?e<4?e:e+12:"सकाळीं"===t?e:"दनपारां"===t?e>12?e:e+12:"सांजे"===t?e+12:void 0},meridiem:function(e,t,a){return e<4?"राती":e<12?"सकाळीं":e<16?"दनपारां":e<20?"सांजे":"राती"}})}(a(5093))},3383:function(e,t,a){!function(e){"use strict";function t(e,t,a,s){var n={s:["thoddea sekondamni","thodde sekond"],ss:[e+" sekondamni",e+" sekond"],m:["eka mintan","ek minut"],mm:[e+" mintamni",e+" mintam"],h:["eka voran","ek vor"],hh:[e+" voramni",e+" voram"],d:["eka disan","ek dis"],dd:[e+" disamni",e+" dis"],M:["eka mhoinean","ek mhoino"],MM:[e+" mhoineamni",e+" mhoine"],y:["eka vorsan","ek voros"],yy:[e+" vorsamni",e+" vorsam"]};return s?n[a][0]:n[a][1]}e.defineLocale("gom-latn",{months:{standalone:"Janer_Febrer_Mars_Abril_Mai_Jun_Julai_Agost_Setembr_Otubr_Novembr_Dezembr".split("_"),format:"Janerachea_Febrerachea_Marsachea_Abrilachea_Maiachea_Junachea_Julaiachea_Agostachea_Setembrachea_Otubrachea_Novembrachea_Dezembrachea".split("_"),isFormat:/MMMM(\s)+D[oD]?/},monthsShort:"Jan._Feb._Mars_Abr._Mai_Jun_Jul._Ago._Set._Otu._Nov._Dez.".split("_"),monthsParseExact:!0,weekdays:"Aitar_Somar_Mongllar_Budhvar_Birestar_Sukrar_Son'var".split("_"),weekdaysShort:"Ait._Som._Mon._Bud._Bre._Suk._Son.".split("_"),weekdaysMin:"Ai_Sm_Mo_Bu_Br_Su_Sn".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"A h:mm [vazta]",LTS:"A h:mm:ss [vazta]",L:"DD-MM-YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY A h:mm [vazta]",LLLL:"dddd, MMMM Do, YYYY, A h:mm [vazta]",llll:"ddd, D MMM YYYY, A h:mm [vazta]"},calendar:{sameDay:"[Aiz] LT",nextDay:"[Faleam] LT",nextWeek:"[Fuddlo] dddd[,] LT",lastDay:"[Kal] LT",lastWeek:"[Fattlo] dddd[,] LT",sameElse:"L"},relativeTime:{future:"%s",past:"%s adim",s:t,ss:t,m:t,mm:t,h:t,hh:t,d:t,dd:t,M:t,MM:t,y:t,yy:t},dayOfMonthOrdinalParse:/\d{1,2}(er)/,ordinal:function(e,t){return"D"===t?e+"er":e},week:{dow:0,doy:3},meridiemParse:/rati|sokallim|donparam|sanje/,meridiemHour:function(e,t){return 12===e&&(e=0),"rati"===t?e<4?e:e+12:"sokallim"===t?e:"donparam"===t?e>12?e:e+12:"sanje"===t?e+12:void 0},meridiem:function(e,t,a){return e<4?"rati":e<12?"sokallim":e<16?"donparam":e<20?"sanje":"rati"}})}(a(5093))},5050:function(e,t,a){!function(e){"use strict";var t={1:"૧",2:"૨",3:"૩",4:"૪",5:"૫",6:"૬",7:"૭",8:"૮",9:"૯",0:"૦"},a={"૧":"1","૨":"2","૩":"3","૪":"4","૫":"5","૬":"6","૭":"7","૮":"8","૯":"9","૦":"0"};e.defineLocale("gu",{months:"જાન્યુઆરી_ફેબ્રુઆરી_માર્ચ_એપ્રિલ_મે_જૂન_જુલાઈ_ઑગસ્ટ_સપ્ટેમ્બર_ઑક્ટ્બર_નવેમ્બર_ડિસેમ્બર".split("_"),monthsShort:"જાન્યુ._ફેબ્રુ._માર્ચ_એપ્રિ._મે_જૂન_જુલા._ઑગ._સપ્ટે._ઑક્ટ્._નવે._ડિસે.".split("_"),monthsParseExact:!0,weekdays:"રવિવાર_સોમવાર_મંગળવાર_બુધ્વાર_ગુરુવાર_શુક્રવાર_શનિવાર".split("_"),weekdaysShort:"રવિ_સોમ_મંગળ_બુધ્_ગુરુ_શુક્ર_શનિ".split("_"),weekdaysMin:"ર_સો_મં_બુ_ગુ_શુ_શ".split("_"),longDateFormat:{LT:"A h:mm વાગ્યે",LTS:"A h:mm:ss વાગ્યે",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY, A h:mm વાગ્યે",LLLL:"dddd, D MMMM YYYY, A h:mm વાગ્યે"},calendar:{sameDay:"[આજ] LT",nextDay:"[કાલે] LT",nextWeek:"dddd, LT",lastDay:"[ગઇકાલે] LT",lastWeek:"[પાછલા] dddd, LT",sameElse:"L"},relativeTime:{future:"%s મા",past:"%s પહેલા",s:"અમુક પળો",ss:"%d સેકંડ",m:"એક મિનિટ",mm:"%d મિનિટ",h:"એક કલાક",hh:"%d કલાક",d:"એક દિવસ",dd:"%d દિવસ",M:"એક મહિનો",MM:"%d મહિનો",y:"એક વર્ષ",yy:"%d વર્ષ"},preparse:function(e){return e.replace(/[૧૨૩૪૫૬૭૮૯૦]/g,(function(e){return a[e]}))},postformat:function(e){return e.replace(/\d/g,(function(e){return t[e]}))},meridiemParse:/રાત|બપોર|સવાર|સાંજ/,meridiemHour:function(e,t){return 12===e&&(e=0),"રાત"===t?e<4?e:e+12:"સવાર"===t?e:"બપોર"===t?e>=10?e:e+12:"સાંજ"===t?e+12:void 0},meridiem:function(e,t,a){return e<4?"રાત":e<10?"સવાર":e<17?"બપોર":e<20?"સાંજ":"રાત"},week:{dow:0,doy:6}})}(a(5093))},1713:function(e,t,a){!function(e){"use strict";e.defineLocale("he",{months:"ינואר_פברואר_מרץ_אפריל_מאי_יוני_יולי_אוגוסט_ספטמבר_אוקטובר_נובמבר_דצמבר".split("_"),monthsShort:"ינו׳_פבר׳_מרץ_אפר׳_מאי_יוני_יולי_אוג׳_ספט׳_אוק׳_נוב׳_דצמ׳".split("_"),weekdays:"ראשון_שני_שלישי_רביעי_חמישי_שישי_שבת".split("_"),weekdaysShort:"א׳_ב׳_ג׳_ד׳_ה׳_ו׳_ש׳".split("_"),weekdaysMin:"א_ב_ג_ד_ה_ו_ש".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D [ב]MMMM YYYY",LLL:"D [ב]MMMM YYYY HH:mm",LLLL:"dddd, D [ב]MMMM YYYY HH:mm",l:"D/M/YYYY",ll:"D MMM YYYY",lll:"D MMM YYYY HH:mm",llll:"ddd, D MMM YYYY HH:mm"},calendar:{sameDay:"[היום ב־]LT",nextDay:"[מחר ב־]LT",nextWeek:"dddd [בשעה] LT",lastDay:"[אתמול ב־]LT",lastWeek:"[ביום] dddd [האחרון בשעה] LT",sameElse:"L"},relativeTime:{future:"בעוד %s",past:"לפני %s",s:"מספר שניות",ss:"%d שניות",m:"דקה",mm:"%d דקות",h:"שעה",hh:function(e){return 2===e?"שעתיים":e+" שעות"},d:"יום",dd:function(e){return 2===e?"יומיים":e+" ימים"},M:"חודש",MM:function(e){return 2===e?"חודשיים":e+" חודשים"},y:"שנה",yy:function(e){return 2===e?"שנתיים":e%10==0&&10!==e?e+" שנה":e+" שנים"}},meridiemParse:/אחה"צ|לפנה"צ|אחרי הצהריים|לפני הצהריים|לפנות בוקר|בבוקר|בערב/i,isPM:function(e){return/^(אחה"צ|אחרי הצהריים|בערב)$/.test(e)},meridiem:function(e,t,a){return e<5?"לפנות בוקר":e<10?"בבוקר":e<12?a?'לפנה"צ':"לפני הצהריים":e<18?a?'אחה"צ':"אחרי הצהריים":"בערב"}})}(a(5093))},3861:function(e,t,a){!function(e){"use strict";var t={1:"१",2:"२",3:"३",4:"४",5:"५",6:"६",7:"७",8:"८",9:"९",0:"०"},a={"१":"1","२":"2","३":"3","४":"4","५":"5","६":"6","७":"7","८":"8","९":"9","०":"0"},s=[/^जन/i,/^फ़र|फर/i,/^मार्च/i,/^अप्रै/i,/^मई/i,/^जून/i,/^जुल/i,/^अग/i,/^सितं|सित/i,/^अक्टू/i,/^नव|नवं/i,/^दिसं|दिस/i];e.defineLocale("hi",{months:{format:"जनवरी_फ़रवरी_मार्च_अप्रैल_मई_जून_जुलाई_अगस्त_सितम्बर_अक्टूबर_नवम्बर_दिसम्बर".split("_"),standalone:"जनवरी_फरवरी_मार्च_अप्रैल_मई_जून_जुलाई_अगस्त_सितंबर_अक्टूबर_नवंबर_दिसंबर".split("_")},monthsShort:"जन._फ़र._मार्च_अप्रै._मई_जून_जुल._अग._सित._अक्टू._नव._दिस.".split("_"),weekdays:"रविवार_सोमवार_मंगलवार_बुधवार_गुरूवार_शुक्रवार_शनिवार".split("_"),weekdaysShort:"रवि_सोम_मंगल_बुध_गुरू_शुक्र_शनि".split("_"),weekdaysMin:"र_सो_मं_बु_गु_शु_श".split("_"),longDateFormat:{LT:"A h:mm बजे",LTS:"A h:mm:ss बजे",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY, A h:mm बजे",LLLL:"dddd, D MMMM YYYY, A h:mm बजे"},monthsParse:s,longMonthsParse:s,shortMonthsParse:[/^जन/i,/^फ़र/i,/^मार्च/i,/^अप्रै/i,/^मई/i,/^जून/i,/^जुल/i,/^अग/i,/^सित/i,/^अक्टू/i,/^नव/i,/^दिस/i],monthsRegex:/^(जनवरी|जन\.?|फ़रवरी|फरवरी|फ़र\.?|मार्च?|अप्रैल|अप्रै\.?|मई?|जून?|जुलाई|जुल\.?|अगस्त|अग\.?|सितम्बर|सितंबर|सित\.?|अक्टूबर|अक्टू\.?|नवम्बर|नवंबर|नव\.?|दिसम्बर|दिसंबर|दिस\.?)/i,monthsShortRegex:/^(जनवरी|जन\.?|फ़रवरी|फरवरी|फ़र\.?|मार्च?|अप्रैल|अप्रै\.?|मई?|जून?|जुलाई|जुल\.?|अगस्त|अग\.?|सितम्बर|सितंबर|सित\.?|अक्टूबर|अक्टू\.?|नवम्बर|नवंबर|नव\.?|दिसम्बर|दिसंबर|दिस\.?)/i,monthsStrictRegex:/^(जनवरी?|फ़रवरी|फरवरी?|मार्च?|अप्रैल?|मई?|जून?|जुलाई?|अगस्त?|सितम्बर|सितंबर|सित?\.?|अक्टूबर|अक्टू\.?|नवम्बर|नवंबर?|दिसम्बर|दिसंबर?)/i,monthsShortStrictRegex:/^(जन\.?|फ़र\.?|मार्च?|अप्रै\.?|मई?|जून?|जुल\.?|अग\.?|सित\.?|अक्टू\.?|नव\.?|दिस\.?)/i,calendar:{sameDay:"[आज] LT",nextDay:"[कल] LT",nextWeek:"dddd, LT",lastDay:"[कल] LT",lastWeek:"[पिछले] dddd, LT",sameElse:"L"},relativeTime:{future:"%s में",past:"%s पहले",s:"कुछ ही क्षण",ss:"%d सेकंड",m:"एक मिनट",mm:"%d मिनट",h:"एक घंटा",hh:"%d घंटे",d:"एक दिन",dd:"%d दिन",M:"एक महीने",MM:"%d महीने",y:"एक वर्ष",yy:"%d वर्ष"},preparse:function(e){return e.replace(/[१२३४५६७८९०]/g,(function(e){return a[e]}))},postformat:function(e){return e.replace(/\d/g,(function(e){return t[e]}))},meridiemParse:/रात|सुबह|दोपहर|शाम/,meridiemHour:function(e,t){return 12===e&&(e=0),"रात"===t?e<4?e:e+12:"सुबह"===t?e:"दोपहर"===t?e>=10?e:e+12:"शाम"===t?e+12:void 0},meridiem:function(e,t,a){return e<4?"रात":e<10?"सुबह":e<17?"दोपहर":e<20?"शाम":"रात"},week:{dow:0,doy:6}})}(a(5093))},6308:function(e,t,a){!function(e){"use strict";function t(e,t,a){var s=e+" ";switch(a){case"ss":return s+(1===e?"sekunda":2===e||3===e||4===e?"sekunde":"sekundi");case"m":return t?"jedna minuta":"jedne minute";case"mm":return s+(1===e?"minuta":2===e||3===e||4===e?"minute":"minuta");case"h":return t?"jedan sat":"jednog sata";case"hh":return s+(1===e?"sat":2===e||3===e||4===e?"sata":"sati");case"dd":return s+(1===e?"dan":"dana");case"MM":return s+(1===e?"mjesec":2===e||3===e||4===e?"mjeseca":"mjeseci");case"yy":return s+(1===e?"godina":2===e||3===e||4===e?"godine":"godina")}}e.defineLocale("hr",{months:{format:"siječnja_veljače_ožujka_travnja_svibnja_lipnja_srpnja_kolovoza_rujna_listopada_studenoga_prosinca".split("_"),standalone:"siječanj_veljača_ožujak_travanj_svibanj_lipanj_srpanj_kolovoz_rujan_listopad_studeni_prosinac".split("_")},monthsShort:"sij._velj._ožu._tra._svi._lip._srp._kol._ruj._lis._stu._pro.".split("_"),monthsParseExact:!0,weekdays:"nedjelja_ponedjeljak_utorak_srijeda_četvrtak_petak_subota".split("_"),weekdaysShort:"ned._pon._uto._sri._čet._pet._sub.".split("_"),weekdaysMin:"ne_po_ut_sr_če_pe_su".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"H:mm",LTS:"H:mm:ss",L:"DD.MM.YYYY",LL:"Do MMMM YYYY",LLL:"Do MMMM YYYY H:mm",LLLL:"dddd, Do MMMM YYYY H:mm"},calendar:{sameDay:"[danas u] LT",nextDay:"[sutra u] LT",nextWeek:function(){switch(this.day()){case 0:return"[u] [nedjelju] [u] LT";case 3:return"[u] [srijedu] [u] LT";case 6:return"[u] [subotu] [u] LT";case 1:case 2:case 4:case 5:return"[u] dddd [u] LT"}},lastDay:"[jučer u] LT",lastWeek:function(){switch(this.day()){case 0:return"[prošlu] [nedjelju] [u] LT";case 3:return"[prošlu] [srijedu] [u] LT";case 6:return"[prošle] [subote] [u] LT";case 1:case 2:case 4:case 5:return"[prošli] dddd [u] LT"}},sameElse:"L"},relativeTime:{future:"za %s",past:"prije %s",s:"par sekundi",ss:t,m:t,mm:t,h:t,hh:t,d:"dan",dd:t,M:"mjesec",MM:t,y:"godinu",yy:t},dayOfMonthOrdinalParse:/\d{1,2}\./,ordinal:"%d.",week:{dow:1,doy:7}})}(a(5093))},609:function(e,t,a){!function(e){"use strict";var t="vasárnap hétfőn kedden szerdán csütörtökön pénteken szombaton".split(" ");function a(e,t,a,s){var n=e;switch(a){case"s":return s||t?"néhány másodperc":"néhány másodperce";case"ss":return n+(s||t)?" másodperc":" másodperce";case"m":return"egy"+(s||t?" perc":" perce");case"mm":return n+(s||t?" perc":" perce");case"h":return"egy"+(s||t?" óra":" órája");case"hh":return n+(s||t?" óra":" órája");case"d":return"egy"+(s||t?" nap":" napja");case"dd":return n+(s||t?" nap":" napja");case"M":return"egy"+(s||t?" hónap":" hónapja");case"MM":return n+(s||t?" hónap":" hónapja");case"y":return"egy"+(s||t?" év":" éve");case"yy":return n+(s||t?" év":" éve")}return""}function s(e){return(e?"":"[múlt] ")+"["+t[this.day()]+"] LT[-kor]"}e.defineLocale("hu",{months:"január_február_március_április_május_június_július_augusztus_szeptember_október_november_december".split("_"),monthsShort:"jan._feb._márc._ápr._máj._jún._júl._aug._szept._okt._nov._dec.".split("_"),monthsParseExact:!0,weekdays:"vasárnap_hétfő_kedd_szerda_csütörtök_péntek_szombat".split("_"),weekdaysShort:"vas_hét_kedd_sze_csüt_pén_szo".split("_"),weekdaysMin:"v_h_k_sze_cs_p_szo".split("_"),longDateFormat:{LT:"H:mm",LTS:"H:mm:ss",L:"YYYY.MM.DD.",LL:"YYYY. MMMM D.",LLL:"YYYY. MMMM D. H:mm",LLLL:"YYYY. MMMM D., dddd H:mm"},meridiemParse:/de|du/i,isPM:function(e){return"u"===e.charAt(1).toLowerCase()},meridiem:function(e,t,a){return e<12?!0===a?"de":"DE":!0===a?"du":"DU"},calendar:{sameDay:"[ma] LT[-kor]",nextDay:"[holnap] LT[-kor]",nextWeek:function(){return s.call(this,!0)},lastDay:"[tegnap] LT[-kor]",lastWeek:function(){return s.call(this,!1)},sameElse:"L"},relativeTime:{future:"%s múlva",past:"%s",s:a,ss:a,m:a,mm:a,h:a,hh:a,d:a,dd:a,M:a,MM:a,y:a,yy:a},dayOfMonthOrdinalParse:/\d{1,2}\./,ordinal:"%d.",week:{dow:1,doy:4}})}(a(5093))},7160:function(e,t,a){!function(e){"use strict";e.defineLocale("hy-am",{months:{format:"հունվարի_փետրվարի_մարտի_ապրիլի_մայիսի_հունիսի_հուլիսի_օգոստոսի_սեպտեմբերի_հոկտեմբերի_նոյեմբերի_դեկտեմբերի".split("_"),standalone:"հունվար_փետրվար_մարտ_ապրիլ_մայիս_հունիս_հուլիս_օգոստոս_սեպտեմբեր_հոկտեմբեր_նոյեմբեր_դեկտեմբեր".split("_")},monthsShort:"հնվ_փտր_մրտ_ապր_մյս_հնս_հլս_օգս_սպտ_հկտ_նմբ_դկտ".split("_"),weekdays:"կիրակի_երկուշաբթի_երեքշաբթի_չորեքշաբթի_հինգշաբթի_ուրբաթ_շաբաթ".split("_"),weekdaysShort:"կրկ_երկ_երք_չրք_հնգ_ուրբ_շբթ".split("_"),weekdaysMin:"կրկ_երկ_երք_չրք_հնգ_ուրբ_շբթ".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD.MM.YYYY",LL:"D MMMM YYYY թ.",LLL:"D MMMM YYYY թ., HH:mm",LLLL:"dddd, D MMMM YYYY թ., HH:mm"},calendar:{sameDay:"[այսօր] LT",nextDay:"[վաղը] LT",lastDay:"[երեկ] LT",nextWeek:function(){return"dddd [օրը ժամը] LT"},lastWeek:function(){return"[անցած] dddd [օրը ժամը] LT"},sameElse:"L"},relativeTime:{future:"%s հետո",past:"%s առաջ",s:"մի քանի վայրկյան",ss:"%d վայրկյան",m:"րոպե",mm:"%d րոպե",h:"ժամ",hh:"%d ժամ",d:"օր",dd:"%d օր",M:"ամիս",MM:"%d ամիս",y:"տարի",yy:"%d տարի"},meridiemParse:/գիշերվա|առավոտվա|ցերեկվա|երեկոյան/,isPM:function(e){return/^(ցերեկվա|երեկոյան)$/.test(e)},meridiem:function(e){return e<4?"գիշերվա":e<12?"առավոտվա":e<17?"ցերեկվա":"երեկոյան"},dayOfMonthOrdinalParse:/\d{1,2}|\d{1,2}-(ին|րդ)/,ordinal:function(e,t){switch(t){case"DDD":case"w":case"W":case"DDDo":return 1===e?e+"-ին":e+"-րդ";default:return e}},week:{dow:1,doy:7}})}(a(5093))},4063:function(e,t,a){!function(e){"use strict";e.defineLocale("id",{months:"Januari_Februari_Maret_April_Mei_Juni_Juli_Agustus_September_Oktober_November_Desember".split("_"),monthsShort:"Jan_Feb_Mar_Apr_Mei_Jun_Jul_Agt_Sep_Okt_Nov_Des".split("_"),weekdays:"Minggu_Senin_Selasa_Rabu_Kamis_Jumat_Sabtu".split("_"),weekdaysShort:"Min_Sen_Sel_Rab_Kam_Jum_Sab".split("_"),weekdaysMin:"Mg_Sn_Sl_Rb_Km_Jm_Sb".split("_"),longDateFormat:{LT:"HH.mm",LTS:"HH.mm.ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY [pukul] HH.mm",LLLL:"dddd, D MMMM YYYY [pukul] HH.mm"},meridiemParse:/pagi|siang|sore|malam/,meridiemHour:function(e,t){return 12===e&&(e=0),"pagi"===t?e:"siang"===t?e>=11?e:e+12:"sore"===t||"malam"===t?e+12:void 0},meridiem:function(e,t,a){return e<11?"pagi":e<15?"siang":e<19?"sore":"malam"},calendar:{sameDay:"[Hari ini pukul] LT",nextDay:"[Besok pukul] LT",nextWeek:"dddd [pukul] LT",lastDay:"[Kemarin pukul] LT",lastWeek:"dddd [lalu pukul] LT",sameElse:"L"},relativeTime:{future:"dalam %s",past:"%s yang lalu",s:"beberapa detik",ss:"%d detik",m:"semenit",mm:"%d menit",h:"sejam",hh:"%d jam",d:"sehari",dd:"%d hari",M:"sebulan",MM:"%d bulan",y:"setahun",yy:"%d tahun"},week:{dow:0,doy:6}})}(a(5093))},9374:function(e,t,a){!function(e){"use strict";function t(e){return e%100==11||e%10!=1}function a(e,a,s,n){var i=e+" ";switch(s){case"s":return a||n?"nokkrar sekúndur":"nokkrum sekúndum";case"ss":return t(e)?i+(a||n?"sekúndur":"sekúndum"):i+"sekúnda";case"m":return a?"mínúta":"mínútu";case"mm":return t(e)?i+(a||n?"mínútur":"mínútum"):a?i+"mínúta":i+"mínútu";case"hh":return t(e)?i+(a||n?"klukkustundir":"klukkustundum"):i+"klukkustund";case"d":return a?"dagur":n?"dag":"degi";case"dd":return t(e)?a?i+"dagar":i+(n?"daga":"dögum"):a?i+"dagur":i+(n?"dag":"degi");case"M":return a?"mánuður":n?"mánuð":"mánuði";case"MM":return t(e)?a?i+"mánuðir":i+(n?"mánuði":"mánuðum"):a?i+"mánuður":i+(n?"mánuð":"mánuði");case"y":return a||n?"ár":"ári";case"yy":return t(e)?i+(a||n?"ár":"árum"):i+(a||n?"ár":"ári")}}e.defineLocale("is",{months:"janúar_febrúar_mars_apríl_maí_júní_júlí_ágúst_september_október_nóvember_desember".split("_"),monthsShort:"jan_feb_mar_apr_maí_jún_júl_ágú_sep_okt_nóv_des".split("_"),weekdays:"sunnudagur_mánudagur_þriðjudagur_miðvikudagur_fimmtudagur_föstudagur_laugardagur".split("_"),weekdaysShort:"sun_mán_þri_mið_fim_fös_lau".split("_"),weekdaysMin:"Su_Má_Þr_Mi_Fi_Fö_La".split("_"),longDateFormat:{LT:"H:mm",LTS:"H:mm:ss",L:"DD.MM.YYYY",LL:"D. MMMM YYYY",LLL:"D. MMMM YYYY [kl.] H:mm",LLLL:"dddd, D. MMMM YYYY [kl.] H:mm"},calendar:{sameDay:"[í dag kl.] LT",nextDay:"[á morgun kl.] LT",nextWeek:"dddd [kl.] LT",lastDay:"[í gær kl.] LT",lastWeek:"[síðasta] dddd [kl.] LT",sameElse:"L"},relativeTime:{future:"eftir %s",past:"fyrir %s síðan",s:a,ss:a,m:a,mm:a,h:"klukkustund",hh:a,d:a,dd:a,M:a,MM:a,y:a,yy:a},dayOfMonthOrdinalParse:/\d{1,2}\./,ordinal:"%d.",week:{dow:1,doy:4}})}(a(5093))},1827:function(e,t,a){!function(e){"use strict";e.defineLocale("it-ch",{months:"gennaio_febbraio_marzo_aprile_maggio_giugno_luglio_agosto_settembre_ottobre_novembre_dicembre".split("_"),monthsShort:"gen_feb_mar_apr_mag_giu_lug_ago_set_ott_nov_dic".split("_"),weekdays:"domenica_lunedì_martedì_mercoledì_giovedì_venerdì_sabato".split("_"),weekdaysShort:"dom_lun_mar_mer_gio_ven_sab".split("_"),weekdaysMin:"do_lu_ma_me_gi_ve_sa".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD.MM.YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd D MMMM YYYY HH:mm"},calendar:{sameDay:"[Oggi alle] LT",nextDay:"[Domani alle] LT",nextWeek:"dddd [alle] LT",lastDay:"[Ieri alle] LT",lastWeek:function(){return 0===this.day()?"[la scorsa] dddd [alle] LT":"[lo scorso] dddd [alle] LT"},sameElse:"L"},relativeTime:{future:function(e){return(/^[0-9].+$/.test(e)?"tra":"in")+" "+e},past:"%s fa",s:"alcuni secondi",ss:"%d secondi",m:"un minuto",mm:"%d minuti",h:"un'ora",hh:"%d ore",d:"un giorno",dd:"%d giorni",M:"un mese",MM:"%d mesi",y:"un anno",yy:"%d anni"},dayOfMonthOrdinalParse:/\d{1,2}º/,ordinal:"%dº",week:{dow:1,doy:4}})}(a(5093))},8383:function(e,t,a){!function(e){"use strict";e.defineLocale("it",{months:"gennaio_febbraio_marzo_aprile_maggio_giugno_luglio_agosto_settembre_ottobre_novembre_dicembre".split("_"),monthsShort:"gen_feb_mar_apr_mag_giu_lug_ago_set_ott_nov_dic".split("_"),weekdays:"domenica_lunedì_martedì_mercoledì_giovedì_venerdì_sabato".split("_"),weekdaysShort:"dom_lun_mar_mer_gio_ven_sab".split("_"),weekdaysMin:"do_lu_ma_me_gi_ve_sa".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd D MMMM YYYY HH:mm"},calendar:{sameDay:function(){return"[Oggi a"+(this.hours()>1?"lle ":0===this.hours()?" ":"ll'")+"]LT"},nextDay:function(){return"[Domani a"+(this.hours()>1?"lle ":0===this.hours()?" ":"ll'")+"]LT"},nextWeek:function(){return"dddd [a"+(this.hours()>1?"lle ":0===this.hours()?" ":"ll'")+"]LT"},lastDay:function(){return"[Ieri a"+(this.hours()>1?"lle ":0===this.hours()?" ":"ll'")+"]LT"},lastWeek:function(){return 0===this.day()?"[La scorsa] dddd [a"+(this.hours()>1?"lle ":0===this.hours()?" ":"ll'")+"]LT":"[Lo scorso] dddd [a"+(this.hours()>1?"lle ":0===this.hours()?" ":"ll'")+"]LT"},sameElse:"L"},relativeTime:{future:"tra %s",past:"%s fa",s:"alcuni secondi",ss:"%d secondi",m:"un minuto",mm:"%d minuti",h:"un'ora",hh:"%d ore",d:"un giorno",dd:"%d giorni",w:"una settimana",ww:"%d settimane",M:"un mese",MM:"%d mesi",y:"un anno",yy:"%d anni"},dayOfMonthOrdinalParse:/\d{1,2}º/,ordinal:"%dº",week:{dow:1,doy:4}})}(a(5093))},3827:function(e,t,a){!function(e){"use strict";e.defineLocale("ja",{eras:[{since:"2019-05-01",offset:1,name:"令和",narrow:"㋿",abbr:"R"},{since:"1989-01-08",until:"2019-04-30",offset:1,name:"平成",narrow:"㍻",abbr:"H"},{since:"1926-12-25",until:"1989-01-07",offset:1,name:"昭和",narrow:"㍼",abbr:"S"},{since:"1912-07-30",until:"1926-12-24",offset:1,name:"大正",narrow:"㍽",abbr:"T"},{since:"1873-01-01",until:"1912-07-29",offset:6,name:"明治",narrow:"㍾",abbr:"M"},{since:"0001-01-01",until:"1873-12-31",offset:1,name:"西暦",narrow:"AD",abbr:"AD"},{since:"0000-12-31",until:-1/0,offset:1,name:"紀元前",narrow:"BC",abbr:"BC"}],eraYearOrdinalRegex:/(元|\d+)年/,eraYearOrdinalParse:function(e,t){return"元"===t[1]?1:parseInt(t[1]||e,10)},months:"1月_2月_3月_4月_5月_6月_7月_8月_9月_10月_11月_12月".split("_"),monthsShort:"1月_2月_3月_4月_5月_6月_7月_8月_9月_10月_11月_12月".split("_"),weekdays:"日曜日_月曜日_火曜日_水曜日_木曜日_金曜日_土曜日".split("_"),weekdaysShort:"日_月_火_水_木_金_土".split("_"),weekdaysMin:"日_月_火_水_木_金_土".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"YYYY/MM/DD",LL:"YYYY年M月D日",LLL:"YYYY年M月D日 HH:mm",LLLL:"YYYY年M月D日 dddd HH:mm",l:"YYYY/MM/DD",ll:"YYYY年M月D日",lll:"YYYY年M月D日 HH:mm",llll:"YYYY年M月D日(ddd) HH:mm"},meridiemParse:/午前|午後/i,isPM:function(e){return"午後"===e},meridiem:function(e,t,a){return e<12?"午前":"午後"},calendar:{sameDay:"[今日] LT",nextDay:"[明日] LT",nextWeek:function(e){return e.week()!==this.week()?"[来週]dddd LT":"dddd LT"},lastDay:"[昨日] LT",lastWeek:function(e){return this.week()!==e.week()?"[先週]dddd LT":"dddd LT"},sameElse:"L"},dayOfMonthOrdinalParse:/\d{1,2}日/,ordinal:function(e,t){switch(t){case"y":return 1===e?"元年":e+"年";case"d":case"D":case"DDD":return e+"日";default:return e}},relativeTime:{future:"%s後",past:"%s前",s:"数秒",ss:"%d秒",m:"1分",mm:"%d分",h:"1時間",hh:"%d時間",d:"1日",dd:"%d日",M:"1ヶ月",MM:"%dヶ月",y:"1年",yy:"%d年"}})}(a(5093))},9722:function(e,t,a){!function(e){"use strict";e.defineLocale("jv",{months:"Januari_Februari_Maret_April_Mei_Juni_Juli_Agustus_September_Oktober_Nopember_Desember".split("_"),monthsShort:"Jan_Feb_Mar_Apr_Mei_Jun_Jul_Ags_Sep_Okt_Nop_Des".split("_"),weekdays:"Minggu_Senen_Seloso_Rebu_Kemis_Jemuwah_Septu".split("_"),weekdaysShort:"Min_Sen_Sel_Reb_Kem_Jem_Sep".split("_"),weekdaysMin:"Mg_Sn_Sl_Rb_Km_Jm_Sp".split("_"),longDateFormat:{LT:"HH.mm",LTS:"HH.mm.ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY [pukul] HH.mm",LLLL:"dddd, D MMMM YYYY [pukul] HH.mm"},meridiemParse:/enjing|siyang|sonten|ndalu/,meridiemHour:function(e,t){return 12===e&&(e=0),"enjing"===t?e:"siyang"===t?e>=11?e:e+12:"sonten"===t||"ndalu"===t?e+12:void 0},meridiem:function(e,t,a){return e<11?"enjing":e<15?"siyang":e<19?"sonten":"ndalu"},calendar:{sameDay:"[Dinten puniko pukul] LT",nextDay:"[Mbenjang pukul] LT",nextWeek:"dddd [pukul] LT",lastDay:"[Kala wingi pukul] LT",lastWeek:"dddd [kepengker pukul] LT",sameElse:"L"},relativeTime:{future:"wonten ing %s",past:"%s ingkang kepengker",s:"sawetawis detik",ss:"%d detik",m:"setunggal menit",mm:"%d menit",h:"setunggal jam",hh:"%d jam",d:"sedinten",dd:"%d dinten",M:"sewulan",MM:"%d wulan",y:"setaun",yy:"%d taun"},week:{dow:1,doy:7}})}(a(5093))},1794:function(e,t,a){!function(e){"use strict";e.defineLocale("ka",{months:"იანვარი_თებერვალი_მარტი_აპრილი_მაისი_ივნისი_ივლისი_აგვისტო_სექტემბერი_ოქტომბერი_ნოემბერი_დეკემბერი".split("_"),monthsShort:"იან_თებ_მარ_აპრ_მაი_ივნ_ივლ_აგვ_სექ_ოქტ_ნოე_დეკ".split("_"),weekdays:{standalone:"კვირა_ორშაბათი_სამშაბათი_ოთხშაბათი_ხუთშაბათი_პარასკევი_შაბათი".split("_"),format:"კვირას_ორშაბათს_სამშაბათს_ოთხშაბათს_ხუთშაბათს_პარასკევს_შაბათს".split("_"),isFormat:/(წინა|შემდეგ)/},weekdaysShort:"კვი_ორშ_სამ_ოთხ_ხუთ_პარ_შაბ".split("_"),weekdaysMin:"კვ_ორ_სა_ოთ_ხუ_პა_შა".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd, D MMMM YYYY HH:mm"},calendar:{sameDay:"[დღეს] LT[-ზე]",nextDay:"[ხვალ] LT[-ზე]",lastDay:"[გუშინ] LT[-ზე]",nextWeek:"[შემდეგ] dddd LT[-ზე]",lastWeek:"[წინა] dddd LT-ზე",sameElse:"L"},relativeTime:{future:function(e){return e.replace(/(წამ|წუთ|საათ|წელ|დღ|თვ)(ი|ე)/,(function(e,t,a){return"ი"===a?t+"ში":t+a+"ში"}))},past:function(e){return/(წამი|წუთი|საათი|დღე|თვე)/.test(e)?e.replace(/(ი|ე)$/,"ის წინ"):/წელი/.test(e)?e.replace(/წელი$/,"წლის წინ"):e},s:"რამდენიმე წამი",ss:"%d წამი",m:"წუთი",mm:"%d წუთი",h:"საათი",hh:"%d საათი",d:"დღე",dd:"%d დღე",M:"თვე",MM:"%d თვე",y:"წელი",yy:"%d წელი"},dayOfMonthOrdinalParse:/0|1-ლი|მე-\d{1,2}|\d{1,2}-ე/,ordinal:function(e){return 0===e?e:1===e?e+"-ლი":e<20||e<=100&&e%20==0||e%100==0?"მე-"+e:e+"-ე"},week:{dow:1,doy:7}})}(a(5093))},7088:function(e,t,a){!function(e){"use strict";var t={0:"-ші",1:"-ші",2:"-ші",3:"-ші",4:"-ші",5:"-ші",6:"-шы",7:"-ші",8:"-ші",9:"-шы",10:"-шы",20:"-шы",30:"-шы",40:"-шы",50:"-ші",60:"-шы",70:"-ші",80:"-ші",90:"-шы",100:"-ші"};e.defineLocale("kk",{months:"қаңтар_ақпан_наурыз_сәуір_мамыр_маусым_шілде_тамыз_қыркүйек_қазан_қараша_желтоқсан".split("_"),monthsShort:"қаң_ақп_нау_сәу_мам_мау_шіл_там_қыр_қаз_қар_жел".split("_"),weekdays:"жексенбі_дүйсенбі_сейсенбі_сәрсенбі_бейсенбі_жұма_сенбі".split("_"),weekdaysShort:"жек_дүй_сей_сәр_бей_жұм_сен".split("_"),weekdaysMin:"жк_дй_сй_ср_бй_жм_сн".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD.MM.YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd, D MMMM YYYY HH:mm"},calendar:{sameDay:"[Бүгін сағат] LT",nextDay:"[Ертең сағат] LT",nextWeek:"dddd [сағат] LT",lastDay:"[Кеше сағат] LT",lastWeek:"[Өткен аптаның] dddd [сағат] LT",sameElse:"L"},relativeTime:{future:"%s ішінде",past:"%s бұрын",s:"бірнеше секунд",ss:"%d секунд",m:"бір минут",mm:"%d минут",h:"бір сағат",hh:"%d сағат",d:"бір күн",dd:"%d күн",M:"бір ай",MM:"%d ай",y:"бір жыл",yy:"%d жыл"},dayOfMonthOrdinalParse:/\d{1,2}-(ші|шы)/,ordinal:function(e){return e+(t[e]||t[e%10]||t[e>=100?100:null])},week:{dow:1,doy:7}})}(a(5093))},6870:function(e,t,a){!function(e){"use strict";var t={1:"១",2:"២",3:"៣",4:"៤",5:"៥",6:"៦",7:"៧",8:"៨",9:"៩",0:"០"},a={"១":"1","២":"2","៣":"3","៤":"4","៥":"5","៦":"6","៧":"7","៨":"8","៩":"9","០":"0"};e.defineLocale("km",{months:"មករា_កុម្ភៈ_មីនា_មេសា_ឧសភា_មិថុនា_កក្កដា_សីហា_កញ្ញា_តុលា_វិច្ឆិកា_ធ្នូ".split("_"),monthsShort:"មករា_កុម្ភៈ_មីនា_មេសា_ឧសភា_មិថុនា_កក្កដា_សីហា_កញ្ញា_តុលា_វិច្ឆិកា_ធ្នូ".split("_"),weekdays:"អាទិត្យ_ច័ន្ទ_អង្គារ_ពុធ_ព្រហស្បតិ៍_សុក្រ_សៅរ៍".split("_"),weekdaysShort:"អា_ច_អ_ព_ព្រ_សុ_ស".split("_"),weekdaysMin:"អា_ច_អ_ព_ព្រ_សុ_ស".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd, D MMMM YYYY HH:mm"},meridiemParse:/ព្រឹក|ល្ងាច/,isPM:function(e){return"ល្ងាច"===e},meridiem:function(e,t,a){return e<12?"ព្រឹក":"ល្ងាច"},calendar:{sameDay:"[ថ្ងៃនេះ ម៉ោង] LT",nextDay:"[ស្អែក ម៉ោង] LT",nextWeek:"dddd [ម៉ោង] LT",lastDay:"[ម្សិលមិញ ម៉ោង] LT",lastWeek:"dddd [សប្តាហ៍មុន] [ម៉ោង] LT",sameElse:"L"},relativeTime:{future:"%sទៀត",past:"%sមុន",s:"ប៉ុន្មានវិនាទី",ss:"%d វិនាទី",m:"មួយនាទី",mm:"%d នាទី",h:"មួយម៉ោង",hh:"%d ម៉ោង",d:"មួយថ្ងៃ",dd:"%d ថ្ងៃ",M:"មួយខែ",MM:"%d ខែ",y:"មួយឆ្នាំ",yy:"%d ឆ្នាំ"},dayOfMonthOrdinalParse:/ទី\d{1,2}/,ordinal:"ទី%d",preparse:function(e){return e.replace(/[១២៣៤៥៦៧៨៩០]/g,(function(e){return a[e]}))},postformat:function(e){return e.replace(/\d/g,(function(e){return t[e]}))},week:{dow:1,doy:4}})}(a(5093))},4451:function(e,t,a){!function(e){"use strict";var t={1:"೧",2:"೨",3:"೩",4:"೪",5:"೫",6:"೬",7:"೭",8:"೮",9:"೯",0:"೦"},a={"೧":"1","೨":"2","೩":"3","೪":"4","೫":"5","೬":"6","೭":"7","೮":"8","೯":"9","೦":"0"};e.defineLocale("kn",{months:"ಜನವರಿ_ಫೆಬ್ರವರಿ_ಮಾರ್ಚ್_ಏಪ್ರಿಲ್_ಮೇ_ಜೂನ್_ಜುಲೈ_ಆಗಸ್ಟ್_ಸೆಪ್ಟೆಂಬರ್_ಅಕ್ಟೋಬರ್_ನವೆಂಬರ್_ಡಿಸೆಂಬರ್".split("_"),monthsShort:"ಜನ_ಫೆಬ್ರ_ಮಾರ್ಚ್_ಏಪ್ರಿಲ್_ಮೇ_ಜೂನ್_ಜುಲೈ_ಆಗಸ್ಟ್_ಸೆಪ್ಟೆಂ_ಅಕ್ಟೋ_ನವೆಂ_ಡಿಸೆಂ".split("_"),monthsParseExact:!0,weekdays:"ಭಾನುವಾರ_ಸೋಮವಾರ_ಮಂಗಳವಾರ_ಬುಧವಾರ_ಗುರುವಾರ_ಶುಕ್ರವಾರ_ಶನಿವಾರ".split("_"),weekdaysShort:"ಭಾನು_ಸೋಮ_ಮಂಗಳ_ಬುಧ_ಗುರು_ಶುಕ್ರ_ಶನಿ".split("_"),weekdaysMin:"ಭಾ_ಸೋ_ಮಂ_ಬು_ಗು_ಶು_ಶ".split("_"),longDateFormat:{LT:"A h:mm",LTS:"A h:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY, A h:mm",LLLL:"dddd, D MMMM YYYY, A h:mm"},calendar:{sameDay:"[ಇಂದು] LT",nextDay:"[ನಾಳೆ] LT",nextWeek:"dddd, LT",lastDay:"[ನಿನ್ನೆ] LT",lastWeek:"[ಕೊನೆಯ] dddd, LT",sameElse:"L"},relativeTime:{future:"%s ನಂತರ",past:"%s ಹಿಂದೆ",s:"ಕೆಲವು ಕ್ಷಣಗಳು",ss:"%d ಸೆಕೆಂಡುಗಳು",m:"ಒಂದು ನಿಮಿಷ",mm:"%d ನಿಮಿಷ",h:"ಒಂದು ಗಂಟೆ",hh:"%d ಗಂಟೆ",d:"ಒಂದು ದಿನ",dd:"%d ದಿನ",M:"ಒಂದು ತಿಂಗಳು",MM:"%d ತಿಂಗಳು",y:"ಒಂದು ವರ್ಷ",yy:"%d ವರ್ಷ"},preparse:function(e){return e.replace(/[೧೨೩೪೫೬೭೮೯೦]/g,(function(e){return a[e]}))},postformat:function(e){return e.replace(/\d/g,(function(e){return t[e]}))},meridiemParse:/ರಾತ್ರಿ|ಬೆಳಿಗ್ಗೆ|ಮಧ್ಯಾಹ್ನ|ಸಂಜೆ/,meridiemHour:function(e,t){return 12===e&&(e=0),"ರಾತ್ರಿ"===t?e<4?e:e+12:"ಬೆಳಿಗ್ಗೆ"===t?e:"ಮಧ್ಯಾಹ್ನ"===t?e>=10?e:e+12:"ಸಂಜೆ"===t?e+12:void 0},meridiem:function(e,t,a){return e<4?"ರಾತ್ರಿ":e<10?"ಬೆಳಿಗ್ಗೆ":e<17?"ಮಧ್ಯಾಹ್ನ":e<20?"ಸಂಜೆ":"ರಾತ್ರಿ"},dayOfMonthOrdinalParse:/\d{1,2}(ನೇ)/,ordinal:function(e){return e+"ನೇ"},week:{dow:0,doy:6}})}(a(5093))},3164:function(e,t,a){!function(e){"use strict";e.defineLocale("ko",{months:"1월_2월_3월_4월_5월_6월_7월_8월_9월_10월_11월_12월".split("_"),monthsShort:"1월_2월_3월_4월_5월_6월_7월_8월_9월_10월_11월_12월".split("_"),weekdays:"일요일_월요일_화요일_수요일_목요일_금요일_토요일".split("_"),weekdaysShort:"일_월_화_수_목_금_토".split("_"),weekdaysMin:"일_월_화_수_목_금_토".split("_"),longDateFormat:{LT:"A h:mm",LTS:"A h:mm:ss",L:"YYYY.MM.DD.",LL:"YYYY년 MMMM D일",LLL:"YYYY년 MMMM D일 A h:mm",LLLL:"YYYY년 MMMM D일 dddd A h:mm",l:"YYYY.MM.DD.",ll:"YYYY년 MMMM D일",lll:"YYYY년 MMMM D일 A h:mm",llll:"YYYY년 MMMM D일 dddd A h:mm"},calendar:{sameDay:"오늘 LT",nextDay:"내일 LT",nextWeek:"dddd LT",lastDay:"어제 LT",lastWeek:"지난주 dddd LT",sameElse:"L"},relativeTime:{future:"%s 후",past:"%s 전",s:"몇 초",ss:"%d초",m:"1분",mm:"%d분",h:"한 시간",hh:"%d시간",d:"하루",dd:"%d일",M:"한 달",MM:"%d달",y:"일 년",yy:"%d년"},dayOfMonthOrdinalParse:/\d{1,2}(일|월|주)/,ordinal:function(e,t){switch(t){case"d":case"D":case"DDD":return e+"일";case"M":return e+"월";case"w":case"W":return e+"주";default:return e}},meridiemParse:/오전|오후/,isPM:function(e){return"오후"===e},meridiem:function(e,t,a){return e<12?"오전":"오후"}})}(a(5093))},6181:function(e,t,a){!function(e){"use strict";function t(e,t,a,s){var n={s:["çend sanîye","çend sanîyeyan"],ss:[e+" sanîye",e+" sanîyeyan"],m:["deqîqeyek","deqîqeyekê"],mm:[e+" deqîqe",e+" deqîqeyan"],h:["saetek","saetekê"],hh:[e+" saet",e+" saetan"],d:["rojek","rojekê"],dd:[e+" roj",e+" rojan"],w:["hefteyek","hefteyekê"],ww:[e+" hefte",e+" hefteyan"],M:["mehek","mehekê"],MM:[e+" meh",e+" mehan"],y:["salek","salekê"],yy:[e+" sal",e+" salan"]};return t?n[a][0]:n[a][1]}e.defineLocale("ku-kmr",{months:"Rêbendan_Sibat_Adar_Nîsan_Gulan_Hezîran_Tîrmeh_Tebax_Îlon_Cotmeh_Mijdar_Berfanbar".split("_"),monthsShort:"Rêb_Sib_Ada_Nîs_Gul_Hez_Tîr_Teb_Îlo_Cot_Mij_Ber".split("_"),monthsParseExact:!0,weekdays:"Yekşem_Duşem_Sêşem_Çarşem_Pêncşem_În_Şemî".split("_"),weekdaysShort:"Yek_Du_Sê_Çar_Pên_În_Şem".split("_"),weekdaysMin:"Ye_Du_Sê_Ça_Pê_În_Şe".split("_"),meridiem:function(e,t,a){return e<12?a?"bn":"BN":a?"pn":"PN"},meridiemParse:/bn|BN|pn|PN/,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD.MM.YYYY",LL:"Do MMMM[a] YYYY[an]",LLL:"Do MMMM[a] YYYY[an] HH:mm",LLLL:"dddd, Do MMMM[a] YYYY[an] HH:mm",ll:"Do MMM[.] YYYY[an]",lll:"Do MMM[.] YYYY[an] HH:mm",llll:"ddd[.], Do MMM[.] YYYY[an] HH:mm"},calendar:{sameDay:"[Îro di saet] LT [de]",nextDay:"[Sibê di saet] LT [de]",nextWeek:"dddd [di saet] LT [de]",lastDay:"[Duh di saet] LT [de]",lastWeek:"dddd[a borî di saet] LT [de]",sameElse:"L"},relativeTime:{future:"di %s de",past:"berî %s",s:t,ss:t,m:t,mm:t,h:t,hh:t,d:t,dd:t,w:t,ww:t,M:t,MM:t,y:t,yy:t},dayOfMonthOrdinalParse:/\d{1,2}(?:yê|ê|\.)/,ordinal:function(e,t){var a=t.toLowerCase();return a.includes("w")||a.includes("m")?e+".":e+function(e){var t=(e=""+e).substring(e.length-1),a=e.length>1?e.substring(e.length-2):"";return 12==a||13==a||"2"!=t&&"3"!=t&&"50"!=a&&"70"!=t&&"80"!=t?"ê":"yê"}(e)},week:{dow:1,doy:4}})}(a(5093))},8174:function(e,t,a){!function(e){"use strict";var t={1:"١",2:"٢",3:"٣",4:"٤",5:"٥",6:"٦",7:"٧",8:"٨",9:"٩",0:"٠"},a={"١":"1","٢":"2","٣":"3","٤":"4","٥":"5","٦":"6","٧":"7","٨":"8","٩":"9","٠":"0"},s=["کانونی دووەم","شوبات","ئازار","نیسان","ئایار","حوزەیران","تەمموز","ئاب","ئەیلوول","تشرینی یەكەم","تشرینی دووەم","كانونی یەکەم"];e.defineLocale("ku",{months:s,monthsShort:s,weekdays:"یه‌كشه‌ممه‌_دووشه‌ممه‌_سێشه‌ممه‌_چوارشه‌ممه‌_پێنجشه‌ممه‌_هه‌ینی_شه‌ممه‌".split("_"),weekdaysShort:"یه‌كشه‌م_دووشه‌م_سێشه‌م_چوارشه‌م_پێنجشه‌م_هه‌ینی_شه‌ممه‌".split("_"),weekdaysMin:"ی_د_س_چ_پ_ه_ش".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd, D MMMM YYYY HH:mm"},meridiemParse:/ئێواره‌|به‌یانی/,isPM:function(e){return/ئێواره‌/.test(e)},meridiem:function(e,t,a){return e<12?"به‌یانی":"ئێواره‌"},calendar:{sameDay:"[ئه‌مرۆ كاتژمێر] LT",nextDay:"[به‌یانی كاتژمێر] LT",nextWeek:"dddd [كاتژمێر] LT",lastDay:"[دوێنێ كاتژمێر] LT",lastWeek:"dddd [كاتژمێر] LT",sameElse:"L"},relativeTime:{future:"له‌ %s",past:"%s",s:"چه‌ند چركه‌یه‌ك",ss:"چركه‌ %d",m:"یه‌ك خوله‌ك",mm:"%d خوله‌ك",h:"یه‌ك كاتژمێر",hh:"%d كاتژمێر",d:"یه‌ك ڕۆژ",dd:"%d ڕۆژ",M:"یه‌ك مانگ",MM:"%d مانگ",y:"یه‌ك ساڵ",yy:"%d ساڵ"},preparse:function(e){return e.replace(/[١٢٣٤٥٦٧٨٩٠]/g,(function(e){return a[e]})).replace(/،/g,",")},postformat:function(e){return e.replace(/\d/g,(function(e){return t[e]})).replace(/,/g,"،")},week:{dow:6,doy:12}})}(a(5093))},8474:function(e,t,a){!function(e){"use strict";var t={0:"-чү",1:"-чи",2:"-чи",3:"-чү",4:"-чү",5:"-чи",6:"-чы",7:"-чи",8:"-чи",9:"-чу",10:"-чу",20:"-чы",30:"-чу",40:"-чы",50:"-чү",60:"-чы",70:"-чи",80:"-чи",90:"-чу",100:"-чү"};e.defineLocale("ky",{months:"январь_февраль_март_апрель_май_июнь_июль_август_сентябрь_октябрь_ноябрь_декабрь".split("_"),monthsShort:"янв_фев_март_апр_май_июнь_июль_авг_сен_окт_ноя_дек".split("_"),weekdays:"Жекшемби_Дүйшөмбү_Шейшемби_Шаршемби_Бейшемби_Жума_Ишемби".split("_"),weekdaysShort:"Жек_Дүй_Шей_Шар_Бей_Жум_Ише".split("_"),weekdaysMin:"Жк_Дй_Шй_Шр_Бй_Жм_Иш".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD.MM.YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd, D MMMM YYYY HH:mm"},calendar:{sameDay:"[Бүгүн саат] LT",nextDay:"[Эртең саат] LT",nextWeek:"dddd [саат] LT",lastDay:"[Кечээ саат] LT",lastWeek:"[Өткөн аптанын] dddd [күнү] [саат] LT",sameElse:"L"},relativeTime:{future:"%s ичинде",past:"%s мурун",s:"бирнече секунд",ss:"%d секунд",m:"бир мүнөт",mm:"%d мүнөт",h:"бир саат",hh:"%d саат",d:"бир күн",dd:"%d күн",M:"бир ай",MM:"%d ай",y:"бир жыл",yy:"%d жыл"},dayOfMonthOrdinalParse:/\d{1,2}-(чи|чы|чү|чу)/,ordinal:function(e){return e+(t[e]||t[e%10]||t[e>=100?100:null])},week:{dow:1,doy:7}})}(a(5093))},9680:function(e,t,a){!function(e){"use strict";function t(e,t,a,s){var n={m:["eng Minutt","enger Minutt"],h:["eng Stonn","enger Stonn"],d:["een Dag","engem Dag"],M:["ee Mount","engem Mount"],y:["ee Joer","engem Joer"]};return t?n[a][0]:n[a][1]}function a(e){if(e=parseInt(e,10),isNaN(e))return!1;if(e<0)return!0;if(e<10)return 4<=e&&e<=7;if(e<100){var t=e%10;return a(0===t?e/10:t)}if(e<1e4){for(;e>=10;)e/=10;return a(e)}return a(e/=1e3)}e.defineLocale("lb",{months:"Januar_Februar_Mäerz_Abrëll_Mee_Juni_Juli_August_September_Oktober_November_Dezember".split("_"),monthsShort:"Jan._Febr._Mrz._Abr._Mee_Jun._Jul._Aug._Sept._Okt._Nov._Dez.".split("_"),monthsParseExact:!0,weekdays:"Sonndeg_Méindeg_Dënschdeg_Mëttwoch_Donneschdeg_Freideg_Samschdeg".split("_"),weekdaysShort:"So._Mé._Dë._Më._Do._Fr._Sa.".split("_"),weekdaysMin:"So_Mé_Dë_Më_Do_Fr_Sa".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"H:mm [Auer]",LTS:"H:mm:ss [Auer]",L:"DD.MM.YYYY",LL:"D. MMMM YYYY",LLL:"D. MMMM YYYY H:mm [Auer]",LLLL:"dddd, D. MMMM YYYY H:mm [Auer]"},calendar:{sameDay:"[Haut um] LT",sameElse:"L",nextDay:"[Muer um] LT",nextWeek:"dddd [um] LT",lastDay:"[Gëschter um] LT",lastWeek:function(){switch(this.day()){case 2:case 4:return"[Leschten] dddd [um] LT";default:return"[Leschte] dddd [um] LT"}}},relativeTime:{future:function(e){return a(e.substr(0,e.indexOf(" ")))?"a "+e:"an "+e},past:function(e){return a(e.substr(0,e.indexOf(" ")))?"viru "+e:"virun "+e},s:"e puer Sekonnen",ss:"%d Sekonnen",m:t,mm:"%d Minutten",h:t,hh:"%d Stonnen",d:t,dd:"%d Deeg",M:t,MM:"%d Méint",y:t,yy:"%d Joer"},dayOfMonthOrdinalParse:/\d{1,2}\./,ordinal:"%d.",week:{dow:1,doy:4}})}(a(5093))},5867:function(e,t,a){!function(e){"use strict";e.defineLocale("lo",{months:"ມັງກອນ_ກຸມພາ_ມີນາ_ເມສາ_ພຶດສະພາ_ມິຖຸນາ_ກໍລະກົດ_ສິງຫາ_ກັນຍາ_ຕຸລາ_ພະຈິກ_ທັນວາ".split("_"),monthsShort:"ມັງກອນ_ກຸມພາ_ມີນາ_ເມສາ_ພຶດສະພາ_ມິຖຸນາ_ກໍລະກົດ_ສິງຫາ_ກັນຍາ_ຕຸລາ_ພະຈິກ_ທັນວາ".split("_"),weekdays:"ອາທິດ_ຈັນ_ອັງຄານ_ພຸດ_ພະຫັດ_ສຸກ_ເສົາ".split("_"),weekdaysShort:"ທິດ_ຈັນ_ອັງຄານ_ພຸດ_ພະຫັດ_ສຸກ_ເສົາ".split("_"),weekdaysMin:"ທ_ຈ_ອຄ_ພ_ພຫ_ສກ_ສ".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"ວັນdddd D MMMM YYYY HH:mm"},meridiemParse:/ຕອນເຊົ້າ|ຕອນແລງ/,isPM:function(e){return"ຕອນແລງ"===e},meridiem:function(e,t,a){return e<12?"ຕອນເຊົ້າ":"ຕອນແລງ"},calendar:{sameDay:"[ມື້ນີ້ເວລາ] LT",nextDay:"[ມື້ອື່ນເວລາ] LT",nextWeek:"[ວັນ]dddd[ໜ້າເວລາ] LT",lastDay:"[ມື້ວານນີ້ເວລາ] LT",lastWeek:"[ວັນ]dddd[ແລ້ວນີ້ເວລາ] LT",sameElse:"L"},relativeTime:{future:"ອີກ %s",past:"%sຜ່ານມາ",s:"ບໍ່ເທົ່າໃດວິນາທີ",ss:"%d ວິນາທີ",m:"1 ນາທີ",mm:"%d ນາທີ",h:"1 ຊົ່ວໂມງ",hh:"%d ຊົ່ວໂມງ",d:"1 ມື້",dd:"%d ມື້",M:"1 ເດືອນ",MM:"%d ເດືອນ",y:"1 ປີ",yy:"%d ປີ"},dayOfMonthOrdinalParse:/(ທີ່)\d{1,2}/,ordinal:function(e){return"ທີ່"+e}})}(a(5093))},5766:function(e,t,a){!function(e){"use strict";var t={ss:"sekundė_sekundžių_sekundes",m:"minutė_minutės_minutę",mm:"minutės_minučių_minutes",h:"valanda_valandos_valandą",hh:"valandos_valandų_valandas",d:"diena_dienos_dieną",dd:"dienos_dienų_dienas",M:"mėnuo_mėnesio_mėnesį",MM:"mėnesiai_mėnesių_mėnesius",y:"metai_metų_metus",yy:"metai_metų_metus"};function a(e,t,a,s){return t?n(a)[0]:s?n(a)[1]:n(a)[2]}function s(e){return e%10==0||e>10&&e<20}function n(e){return t[e].split("_")}function i(e,t,i,r){var o=e+" ";return 1===e?o+a(0,t,i[0],r):t?o+(s(e)?n(i)[1]:n(i)[0]):r?o+n(i)[1]:o+(s(e)?n(i)[1]:n(i)[2])}e.defineLocale("lt",{months:{format:"sausio_vasario_kovo_balandžio_gegužės_birželio_liepos_rugpjūčio_rugsėjo_spalio_lapkričio_gruodžio".split("_"),standalone:"sausis_vasaris_kovas_balandis_gegužė_birželis_liepa_rugpjūtis_rugsėjis_spalis_lapkritis_gruodis".split("_"),isFormat:/D[oD]?(\[[^\[\]]*\]|\s)+MMMM?|MMMM?(\[[^\[\]]*\]|\s)+D[oD]?/},monthsShort:"sau_vas_kov_bal_geg_bir_lie_rgp_rgs_spa_lap_grd".split("_"),weekdays:{format:"sekmadienį_pirmadienį_antradienį_trečiadienį_ketvirtadienį_penktadienį_šeštadienį".split("_"),standalone:"sekmadienis_pirmadienis_antradienis_trečiadienis_ketvirtadienis_penktadienis_šeštadienis".split("_"),isFormat:/dddd HH:mm/},weekdaysShort:"Sek_Pir_Ant_Tre_Ket_Pen_Šeš".split("_"),weekdaysMin:"S_P_A_T_K_Pn_Š".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"YYYY-MM-DD",LL:"YYYY [m.] MMMM D [d.]",LLL:"YYYY [m.] MMMM D [d.], HH:mm [val.]",LLLL:"YYYY [m.] MMMM D [d.], dddd, HH:mm [val.]",l:"YYYY-MM-DD",ll:"YYYY [m.] MMMM D [d.]",lll:"YYYY [m.] MMMM D [d.], HH:mm [val.]",llll:"YYYY [m.] MMMM D [d.], ddd, HH:mm [val.]"},calendar:{sameDay:"[Šiandien] LT",nextDay:"[Rytoj] LT",nextWeek:"dddd LT",lastDay:"[Vakar] LT",lastWeek:"[Praėjusį] dddd LT",sameElse:"L"},relativeTime:{future:"po %s",past:"prieš %s",s:function(e,t,a,s){return t?"kelios sekundės":s?"kelių sekundžių":"kelias sekundes"},ss:i,m:a,mm:i,h:a,hh:i,d:a,dd:i,M:a,MM:i,y:a,yy:i},dayOfMonthOrdinalParse:/\d{1,2}-oji/,ordinal:function(e){return e+"-oji"},week:{dow:1,doy:4}})}(a(5093))},9532:function(e,t,a){!function(e){"use strict";var t={ss:"sekundes_sekundēm_sekunde_sekundes".split("_"),m:"minūtes_minūtēm_minūte_minūtes".split("_"),mm:"minūtes_minūtēm_minūte_minūtes".split("_"),h:"stundas_stundām_stunda_stundas".split("_"),hh:"stundas_stundām_stunda_stundas".split("_"),d:"dienas_dienām_diena_dienas".split("_"),dd:"dienas_dienām_diena_dienas".split("_"),M:"mēneša_mēnešiem_mēnesis_mēneši".split("_"),MM:"mēneša_mēnešiem_mēnesis_mēneši".split("_"),y:"gada_gadiem_gads_gadi".split("_"),yy:"gada_gadiem_gads_gadi".split("_")};function a(e,t,a){return a?t%10==1&&t%100!=11?e[2]:e[3]:t%10==1&&t%100!=11?e[0]:e[1]}function s(e,s,n){return e+" "+a(t[n],e,s)}function n(e,s,n){return a(t[n],e,s)}e.defineLocale("lv",{months:"janvāris_februāris_marts_aprīlis_maijs_jūnijs_jūlijs_augusts_septembris_oktobris_novembris_decembris".split("_"),monthsShort:"jan_feb_mar_apr_mai_jūn_jūl_aug_sep_okt_nov_dec".split("_"),weekdays:"svētdiena_pirmdiena_otrdiena_trešdiena_ceturtdiena_piektdiena_sestdiena".split("_"),weekdaysShort:"Sv_P_O_T_C_Pk_S".split("_"),weekdaysMin:"Sv_P_O_T_C_Pk_S".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD.MM.YYYY.",LL:"YYYY. [gada] D. MMMM",LLL:"YYYY. [gada] D. MMMM, HH:mm",LLLL:"YYYY. [gada] D. MMMM, dddd, HH:mm"},calendar:{sameDay:"[Šodien pulksten] LT",nextDay:"[Rīt pulksten] LT",nextWeek:"dddd [pulksten] LT",lastDay:"[Vakar pulksten] LT",lastWeek:"[Pagājušā] dddd [pulksten] LT",sameElse:"L"},relativeTime:{future:"pēc %s",past:"pirms %s",s:function(e,t){return t?"dažas sekundes":"dažām sekundēm"},ss:s,m:n,mm:s,h:n,hh:s,d:n,dd:s,M:n,MM:s,y:n,yy:s},dayOfMonthOrdinalParse:/\d{1,2}\./,ordinal:"%d.",week:{dow:1,doy:4}})}(a(5093))},8076:function(e,t,a){!function(e){"use strict";var t={words:{ss:["sekund","sekunda","sekundi"],m:["jedan minut","jednog minuta"],mm:["minut","minuta","minuta"],h:["jedan sat","jednog sata"],hh:["sat","sata","sati"],dd:["dan","dana","dana"],MM:["mjesec","mjeseca","mjeseci"],yy:["godina","godine","godina"]},correctGrammaticalCase:function(e,t){return 1===e?t[0]:e>=2&&e<=4?t[1]:t[2]},translate:function(e,a,s){var n=t.words[s];return 1===s.length?a?n[0]:n[1]:e+" "+t.correctGrammaticalCase(e,n)}};e.defineLocale("me",{months:"januar_februar_mart_april_maj_jun_jul_avgust_septembar_oktobar_novembar_decembar".split("_"),monthsShort:"jan._feb._mar._apr._maj_jun_jul_avg._sep._okt._nov._dec.".split("_"),monthsParseExact:!0,weekdays:"nedjelja_ponedjeljak_utorak_srijeda_četvrtak_petak_subota".split("_"),weekdaysShort:"ned._pon._uto._sri._čet._pet._sub.".split("_"),weekdaysMin:"ne_po_ut_sr_če_pe_su".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"H:mm",LTS:"H:mm:ss",L:"DD.MM.YYYY",LL:"D. MMMM YYYY",LLL:"D. MMMM YYYY H:mm",LLLL:"dddd, D. MMMM YYYY H:mm"},calendar:{sameDay:"[danas u] LT",nextDay:"[sjutra u] LT",nextWeek:function(){switch(this.day()){case 0:return"[u] [nedjelju] [u] LT";case 3:return"[u] [srijedu] [u] LT";case 6:return"[u] [subotu] [u] LT";case 1:case 2:case 4:case 5:return"[u] dddd [u] LT"}},lastDay:"[juče u] LT",lastWeek:function(){return["[prošle] [nedjelje] [u] LT","[prošlog] [ponedjeljka] [u] LT","[prošlog] [utorka] [u] LT","[prošle] [srijede] [u] LT","[prošlog] [četvrtka] [u] LT","[prošlog] [petka] [u] LT","[prošle] [subote] [u] LT"][this.day()]},sameElse:"L"},relativeTime:{future:"za %s",past:"prije %s",s:"nekoliko sekundi",ss:t.translate,m:t.translate,mm:t.translate,h:t.translate,hh:t.translate,d:"dan",dd:t.translate,M:"mjesec",MM:t.translate,y:"godinu",yy:t.translate},dayOfMonthOrdinalParse:/\d{1,2}\./,ordinal:"%d.",week:{dow:1,doy:7}})}(a(5093))},1848:function(e,t,a){!function(e){"use strict";e.defineLocale("mi",{months:"Kohi-tāte_Hui-tanguru_Poutū-te-rangi_Paenga-whāwhā_Haratua_Pipiri_Hōngoingoi_Here-turi-kōkā_Mahuru_Whiringa-ā-nuku_Whiringa-ā-rangi_Hakihea".split("_"),monthsShort:"Kohi_Hui_Pou_Pae_Hara_Pipi_Hōngoi_Here_Mahu_Whi-nu_Whi-ra_Haki".split("_"),monthsRegex:/(?:['a-z\u0101\u014D\u016B]+\-?){1,3}/i,monthsStrictRegex:/(?:['a-z\u0101\u014D\u016B]+\-?){1,3}/i,monthsShortRegex:/(?:['a-z\u0101\u014D\u016B]+\-?){1,3}/i,monthsShortStrictRegex:/(?:['a-z\u0101\u014D\u016B]+\-?){1,2}/i,weekdays:"Rātapu_Mane_Tūrei_Wenerei_Tāite_Paraire_Hātarei".split("_"),weekdaysShort:"Ta_Ma_Tū_We_Tāi_Pa_Hā".split("_"),weekdaysMin:"Ta_Ma_Tū_We_Tāi_Pa_Hā".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY [i] HH:mm",LLLL:"dddd, D MMMM YYYY [i] HH:mm"},calendar:{sameDay:"[i teie mahana, i] LT",nextDay:"[apopo i] LT",nextWeek:"dddd [i] LT",lastDay:"[inanahi i] LT",lastWeek:"dddd [whakamutunga i] LT",sameElse:"L"},relativeTime:{future:"i roto i %s",past:"%s i mua",s:"te hēkona ruarua",ss:"%d hēkona",m:"he meneti",mm:"%d meneti",h:"te haora",hh:"%d haora",d:"he ra",dd:"%d ra",M:"he marama",MM:"%d marama",y:"he tau",yy:"%d tau"},dayOfMonthOrdinalParse:/\d{1,2}º/,ordinal:"%dº",week:{dow:1,doy:4}})}(a(5093))},306:function(e,t,a){!function(e){"use strict";e.defineLocale("mk",{months:"јануари_февруари_март_април_мај_јуни_јули_август_септември_октомври_ноември_декември".split("_"),monthsShort:"јан_фев_мар_апр_мај_јун_јул_авг_сеп_окт_ное_дек".split("_"),weekdays:"недела_понеделник_вторник_среда_четврток_петок_сабота".split("_"),weekdaysShort:"нед_пон_вто_сре_чет_пет_саб".split("_"),weekdaysMin:"нe_пo_вт_ср_че_пе_сa".split("_"),longDateFormat:{LT:"H:mm",LTS:"H:mm:ss",L:"D.MM.YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY H:mm",LLLL:"dddd, D MMMM YYYY H:mm"},calendar:{sameDay:"[Денес во] LT",nextDay:"[Утре во] LT",nextWeek:"[Во] dddd [во] LT",lastDay:"[Вчера во] LT",lastWeek:function(){switch(this.day()){case 0:case 3:case 6:return"[Изминатата] dddd [во] LT";case 1:case 2:case 4:case 5:return"[Изминатиот] dddd [во] LT"}},sameElse:"L"},relativeTime:{future:"за %s",past:"пред %s",s:"неколку секунди",ss:"%d секунди",m:"една минута",mm:"%d минути",h:"еден час",hh:"%d часа",d:"еден ден",dd:"%d дена",M:"еден месец",MM:"%d месеци",y:"една година",yy:"%d години"},dayOfMonthOrdinalParse:/\d{1,2}-(ев|ен|ти|ви|ри|ми)/,ordinal:function(e){var t=e%10,a=e%100;return 0===e?e+"-ев":0===a?e+"-ен":a>10&&a<20?e+"-ти":1===t?e+"-ви":2===t?e+"-ри":7===t||8===t?e+"-ми":e+"-ти"},week:{dow:1,doy:7}})}(a(5093))},3739:function(e,t,a){!function(e){"use strict";e.defineLocale("ml",{months:"ജനുവരി_ഫെബ്രുവരി_മാർച്ച്_ഏപ്രിൽ_മേയ്_ജൂൺ_ജൂലൈ_ഓഗസ്റ്റ്_സെപ്റ്റംബർ_ഒക്ടോബർ_നവംബർ_ഡിസംബർ".split("_"),monthsShort:"ജനു._ഫെബ്രു._മാർ._ഏപ്രി._മേയ്_ജൂൺ_ജൂലൈ._ഓഗ._സെപ്റ്റ._ഒക്ടോ._നവം._ഡിസം.".split("_"),monthsParseExact:!0,weekdays:"ഞായറാഴ്ച_തിങ്കളാഴ്ച_ചൊവ്വാഴ്ച_ബുധനാഴ്ച_വ്യാഴാഴ്ച_വെള്ളിയാഴ്ച_ശനിയാഴ്ച".split("_"),weekdaysShort:"ഞായർ_തിങ്കൾ_ചൊവ്വ_ബുധൻ_വ്യാഴം_വെള്ളി_ശനി".split("_"),weekdaysMin:"ഞാ_തി_ചൊ_ബു_വ്യാ_വെ_ശ".split("_"),longDateFormat:{LT:"A h:mm -നു",LTS:"A h:mm:ss -നു",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY, A h:mm -നു",LLLL:"dddd, D MMMM YYYY, A h:mm -നു"},calendar:{sameDay:"[ഇന്ന്] LT",nextDay:"[നാളെ] LT",nextWeek:"dddd, LT",lastDay:"[ഇന്നലെ] LT",lastWeek:"[കഴിഞ്ഞ] dddd, LT",sameElse:"L"},relativeTime:{future:"%s കഴിഞ്ഞ്",past:"%s മുൻപ്",s:"അൽപ നിമിഷങ്ങൾ",ss:"%d സെക്കൻഡ്",m:"ഒരു മിനിറ്റ്",mm:"%d മിനിറ്റ്",h:"ഒരു മണിക്കൂർ",hh:"%d മണിക്കൂർ",d:"ഒരു ദിവസം",dd:"%d ദിവസം",M:"ഒരു മാസം",MM:"%d മാസം",y:"ഒരു വർഷം",yy:"%d വർഷം"},meridiemParse:/രാത്രി|രാവിലെ|ഉച്ച കഴിഞ്ഞ്|വൈകുന്നേരം|രാത്രി/i,meridiemHour:function(e,t){return 12===e&&(e=0),"രാത്രി"===t&&e>=4||"ഉച്ച കഴിഞ്ഞ്"===t||"വൈകുന്നേരം"===t?e+12:e},meridiem:function(e,t,a){return e<4?"രാത്രി":e<12?"രാവിലെ":e<17?"ഉച്ച കഴിഞ്ഞ്":e<20?"വൈകുന്നേരം":"രാത്രി"}})}(a(5093))},9053:function(e,t,a){!function(e){"use strict";function t(e,t,a,s){switch(a){case"s":return t?"хэдхэн секунд":"хэдхэн секундын";case"ss":return e+(t?" секунд":" секундын");case"m":case"mm":return e+(t?" минут":" минутын");case"h":case"hh":return e+(t?" цаг":" цагийн");case"d":case"dd":return e+(t?" өдөр":" өдрийн");case"M":case"MM":return e+(t?" сар":" сарын");case"y":case"yy":return e+(t?" жил":" жилийн");default:return e}}e.defineLocale("mn",{months:"Нэгдүгээр сар_Хоёрдугаар сар_Гуравдугаар сар_Дөрөвдүгээр сар_Тавдугаар сар_Зургадугаар сар_Долдугаар сар_Наймдугаар сар_Есдүгээр сар_Аравдугаар сар_Арван нэгдүгээр сар_Арван хоёрдугаар сар".split("_"),monthsShort:"1 сар_2 сар_3 сар_4 сар_5 сар_6 сар_7 сар_8 сар_9 сар_10 сар_11 сар_12 сар".split("_"),monthsParseExact:!0,weekdays:"Ням_Даваа_Мягмар_Лхагва_Пүрэв_Баасан_Бямба".split("_"),weekdaysShort:"Ням_Дав_Мяг_Лха_Пүр_Баа_Бям".split("_"),weekdaysMin:"Ня_Да_Мя_Лх_Пү_Ба_Бя".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"YYYY-MM-DD",LL:"YYYY оны MMMMын D",LLL:"YYYY оны MMMMын D HH:mm",LLLL:"dddd, YYYY оны MMMMын D HH:mm"},meridiemParse:/ҮӨ|ҮХ/i,isPM:function(e){return"ҮХ"===e},meridiem:function(e,t,a){return e<12?"ҮӨ":"ҮХ"},calendar:{sameDay:"[Өнөөдөр] LT",nextDay:"[Маргааш] LT",nextWeek:"[Ирэх] dddd LT",lastDay:"[Өчигдөр] LT",lastWeek:"[Өнгөрсөн] dddd LT",sameElse:"L"},relativeTime:{future:"%s дараа",past:"%s өмнө",s:t,ss:t,m:t,mm:t,h:t,hh:t,d:t,dd:t,M:t,MM:t,y:t,yy:t},dayOfMonthOrdinalParse:/\d{1,2} өдөр/,ordinal:function(e,t){switch(t){case"d":case"D":case"DDD":return e+" өдөр";default:return e}}})}(a(5093))},6169:function(e,t,a){!function(e){"use strict";var t={1:"१",2:"२",3:"३",4:"४",5:"५",6:"६",7:"७",8:"८",9:"९",0:"०"},a={"१":"1","२":"2","३":"3","४":"4","५":"5","६":"6","७":"7","८":"8","९":"9","०":"0"};function s(e,t,a,s){var n="";if(t)switch(a){case"s":n="काही सेकंद";break;case"ss":n="%d सेकंद";break;case"m":n="एक मिनिट";break;case"mm":n="%d मिनिटे";break;case"h":n="एक तास";break;case"hh":n="%d तास";break;case"d":n="एक दिवस";break;case"dd":n="%d दिवस";break;case"M":n="एक महिना";break;case"MM":n="%d महिने";break;case"y":n="एक वर्ष";break;case"yy":n="%d वर्षे"}else switch(a){case"s":n="काही सेकंदां";break;case"ss":n="%d सेकंदां";break;case"m":n="एका मिनिटा";break;case"mm":n="%d मिनिटां";break;case"h":n="एका तासा";break;case"hh":n="%d तासां";break;case"d":n="एका दिवसा";break;case"dd":n="%d दिवसां";break;case"M":n="एका महिन्या";break;case"MM":n="%d महिन्यां";break;case"y":n="एका वर्षा";break;case"yy":n="%d वर्षां"}return n.replace(/%d/i,e)}e.defineLocale("mr",{months:"जानेवारी_फेब्रुवारी_मार्च_एप्रिल_मे_जून_जुलै_ऑगस्ट_सप्टेंबर_ऑक्टोबर_नोव्हेंबर_डिसेंबर".split("_"),monthsShort:"जाने._फेब्रु._मार्च._एप्रि._मे._जून._जुलै._ऑग._सप्टें._ऑक्टो._नोव्हें._डिसें.".split("_"),monthsParseExact:!0,weekdays:"रविवार_सोमवार_मंगळवार_बुधवार_गुरूवार_शुक्रवार_शनिवार".split("_"),weekdaysShort:"रवि_सोम_मंगळ_बुध_गुरू_शुक्र_शनि".split("_"),weekdaysMin:"र_सो_मं_बु_गु_शु_श".split("_"),longDateFormat:{LT:"A h:mm वाजता",LTS:"A h:mm:ss वाजता",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY, A h:mm वाजता",LLLL:"dddd, D MMMM YYYY, A h:mm वाजता"},calendar:{sameDay:"[आज] LT",nextDay:"[उद्या] LT",nextWeek:"dddd, LT",lastDay:"[काल] LT",lastWeek:"[मागील] dddd, LT",sameElse:"L"},relativeTime:{future:"%sमध्ये",past:"%sपूर्वी",s,ss:s,m:s,mm:s,h:s,hh:s,d:s,dd:s,M:s,MM:s,y:s,yy:s},preparse:function(e){return e.replace(/[१२३४५६७८९०]/g,(function(e){return a[e]}))},postformat:function(e){return e.replace(/\d/g,(function(e){return t[e]}))},meridiemParse:/पहाटे|सकाळी|दुपारी|सायंकाळी|रात्री/,meridiemHour:function(e,t){return 12===e&&(e=0),"पहाटे"===t||"सकाळी"===t?e:"दुपारी"===t||"सायंकाळी"===t||"रात्री"===t?e>=12?e:e+12:void 0},meridiem:function(e,t,a){return e>=0&&e<6?"पहाटे":e<12?"सकाळी":e<17?"दुपारी":e<20?"सायंकाळी":"रात्री"},week:{dow:0,doy:6}})}(a(5093))},2297:function(e,t,a){!function(e){"use strict";e.defineLocale("ms-my",{months:"Januari_Februari_Mac_April_Mei_Jun_Julai_Ogos_September_Oktober_November_Disember".split("_"),monthsShort:"Jan_Feb_Mac_Apr_Mei_Jun_Jul_Ogs_Sep_Okt_Nov_Dis".split("_"),weekdays:"Ahad_Isnin_Selasa_Rabu_Khamis_Jumaat_Sabtu".split("_"),weekdaysShort:"Ahd_Isn_Sel_Rab_Kha_Jum_Sab".split("_"),weekdaysMin:"Ah_Is_Sl_Rb_Km_Jm_Sb".split("_"),longDateFormat:{LT:"HH.mm",LTS:"HH.mm.ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY [pukul] HH.mm",LLLL:"dddd, D MMMM YYYY [pukul] HH.mm"},meridiemParse:/pagi|tengahari|petang|malam/,meridiemHour:function(e,t){return 12===e&&(e=0),"pagi"===t?e:"tengahari"===t?e>=11?e:e+12:"petang"===t||"malam"===t?e+12:void 0},meridiem:function(e,t,a){return e<11?"pagi":e<15?"tengahari":e<19?"petang":"malam"},calendar:{sameDay:"[Hari ini pukul] LT",nextDay:"[Esok pukul] LT",nextWeek:"dddd [pukul] LT",lastDay:"[Kelmarin pukul] LT",lastWeek:"dddd [lepas pukul] LT",sameElse:"L"},relativeTime:{future:"dalam %s",past:"%s yang lepas",s:"beberapa saat",ss:"%d saat",m:"seminit",mm:"%d minit",h:"sejam",hh:"%d jam",d:"sehari",dd:"%d hari",M:"sebulan",MM:"%d bulan",y:"setahun",yy:"%d tahun"},week:{dow:1,doy:7}})}(a(5093))},3386:function(e,t,a){!function(e){"use strict";e.defineLocale("ms",{months:"Januari_Februari_Mac_April_Mei_Jun_Julai_Ogos_September_Oktober_November_Disember".split("_"),monthsShort:"Jan_Feb_Mac_Apr_Mei_Jun_Jul_Ogs_Sep_Okt_Nov_Dis".split("_"),weekdays:"Ahad_Isnin_Selasa_Rabu_Khamis_Jumaat_Sabtu".split("_"),weekdaysShort:"Ahd_Isn_Sel_Rab_Kha_Jum_Sab".split("_"),weekdaysMin:"Ah_Is_Sl_Rb_Km_Jm_Sb".split("_"),longDateFormat:{LT:"HH.mm",LTS:"HH.mm.ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY [pukul] HH.mm",LLLL:"dddd, D MMMM YYYY [pukul] HH.mm"},meridiemParse:/pagi|tengahari|petang|malam/,meridiemHour:function(e,t){return 12===e&&(e=0),"pagi"===t?e:"tengahari"===t?e>=11?e:e+12:"petang"===t||"malam"===t?e+12:void 0},meridiem:function(e,t,a){return e<11?"pagi":e<15?"tengahari":e<19?"petang":"malam"},calendar:{sameDay:"[Hari ini pukul] LT",nextDay:"[Esok pukul] LT",nextWeek:"dddd [pukul] LT",lastDay:"[Kelmarin pukul] LT",lastWeek:"dddd [lepas pukul] LT",sameElse:"L"},relativeTime:{future:"dalam %s",past:"%s yang lepas",s:"beberapa saat",ss:"%d saat",m:"seminit",mm:"%d minit",h:"sejam",hh:"%d jam",d:"sehari",dd:"%d hari",M:"sebulan",MM:"%d bulan",y:"setahun",yy:"%d tahun"},week:{dow:1,doy:7}})}(a(5093))},7075:function(e,t,a){!function(e){"use strict";e.defineLocale("mt",{months:"Jannar_Frar_Marzu_April_Mejju_Ġunju_Lulju_Awwissu_Settembru_Ottubru_Novembru_Diċembru".split("_"),monthsShort:"Jan_Fra_Mar_Apr_Mej_Ġun_Lul_Aww_Set_Ott_Nov_Diċ".split("_"),weekdays:"Il-Ħadd_It-Tnejn_It-Tlieta_L-Erbgħa_Il-Ħamis_Il-Ġimgħa_Is-Sibt".split("_"),weekdaysShort:"Ħad_Tne_Tli_Erb_Ħam_Ġim_Sib".split("_"),weekdaysMin:"Ħa_Tn_Tl_Er_Ħa_Ġi_Si".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd, D MMMM YYYY HH:mm"},calendar:{sameDay:"[Illum fil-]LT",nextDay:"[Għada fil-]LT",nextWeek:"dddd [fil-]LT",lastDay:"[Il-bieraħ fil-]LT",lastWeek:"dddd [li għadda] [fil-]LT",sameElse:"L"},relativeTime:{future:"f’ %s",past:"%s ilu",s:"ftit sekondi",ss:"%d sekondi",m:"minuta",mm:"%d minuti",h:"siegħa",hh:"%d siegħat",d:"ġurnata",dd:"%d ġranet",M:"xahar",MM:"%d xhur",y:"sena",yy:"%d sni"},dayOfMonthOrdinalParse:/\d{1,2}º/,ordinal:"%dº",week:{dow:1,doy:4}})}(a(5093))},2264:function(e,t,a){!function(e){"use strict";var t={1:"၁",2:"၂",3:"၃",4:"၄",5:"၅",6:"၆",7:"၇",8:"၈",9:"၉",0:"၀"},a={"၁":"1","၂":"2","၃":"3","၄":"4","၅":"5","၆":"6","၇":"7","၈":"8","၉":"9","၀":"0"};e.defineLocale("my",{months:"ဇန်နဝါရီ_ဖေဖော်ဝါရီ_မတ်_ဧပြီ_မေ_ဇွန်_ဇူလိုင်_သြဂုတ်_စက်တင်ဘာ_အောက်တိုဘာ_နိုဝင်ဘာ_ဒီဇင်ဘာ".split("_"),monthsShort:"ဇန်_ဖေ_မတ်_ပြီ_မေ_ဇွန်_လိုင်_သြ_စက်_အောက်_နို_ဒီ".split("_"),weekdays:"တနင်္ဂနွေ_တနင်္လာ_အင်္ဂါ_ဗုဒ္ဓဟူး_ကြာသပတေး_သောကြာ_စနေ".split("_"),weekdaysShort:"နွေ_လာ_ဂါ_ဟူး_ကြာ_သော_နေ".split("_"),weekdaysMin:"နွေ_လာ_ဂါ_ဟူး_ကြာ_သော_နေ".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd D MMMM YYYY HH:mm"},calendar:{sameDay:"[ယနေ.] LT [မှာ]",nextDay:"[မနက်ဖြန်] LT [မှာ]",nextWeek:"dddd LT [မှာ]",lastDay:"[မနေ.က] LT [မှာ]",lastWeek:"[ပြီးခဲ့သော] dddd LT [မှာ]",sameElse:"L"},relativeTime:{future:"လာမည့် %s မှာ",past:"လွန်ခဲ့သော %s က",s:"စက္ကန်.အနည်းငယ်",ss:"%d စက္ကန့်",m:"တစ်မိနစ်",mm:"%d မိနစ်",h:"တစ်နာရီ",hh:"%d နာရီ",d:"တစ်ရက်",dd:"%d ရက်",M:"တစ်လ",MM:"%d လ",y:"တစ်နှစ်",yy:"%d နှစ်"},preparse:function(e){return e.replace(/[၁၂၃၄၅၆၇၈၉၀]/g,(function(e){return a[e]}))},postformat:function(e){return e.replace(/\d/g,(function(e){return t[e]}))},week:{dow:1,doy:4}})}(a(5093))},2274:function(e,t,a){!function(e){"use strict";e.defineLocale("nb",{months:"januar_februar_mars_april_mai_juni_juli_august_september_oktober_november_desember".split("_"),monthsShort:"jan._feb._mars_apr._mai_juni_juli_aug._sep._okt._nov._des.".split("_"),monthsParseExact:!0,weekdays:"søndag_mandag_tirsdag_onsdag_torsdag_fredag_lørdag".split("_"),weekdaysShort:"sø._ma._ti._on._to._fr._lø.".split("_"),weekdaysMin:"sø_ma_ti_on_to_fr_lø".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD.MM.YYYY",LL:"D. MMMM YYYY",LLL:"D. MMMM YYYY [kl.] HH:mm",LLLL:"dddd D. MMMM YYYY [kl.] HH:mm"},calendar:{sameDay:"[i dag kl.] LT",nextDay:"[i morgen kl.] LT",nextWeek:"dddd [kl.] LT",lastDay:"[i går kl.] LT",lastWeek:"[forrige] dddd [kl.] LT",sameElse:"L"},relativeTime:{future:"om %s",past:"%s siden",s:"noen sekunder",ss:"%d sekunder",m:"ett minutt",mm:"%d minutter",h:"én time",hh:"%d timer",d:"én dag",dd:"%d dager",w:"én uke",ww:"%d uker",M:"én måned",MM:"%d måneder",y:"ett år",yy:"%d år"},dayOfMonthOrdinalParse:/\d{1,2}\./,ordinal:"%d.",week:{dow:1,doy:4}})}(a(5093))},8235:function(e,t,a){!function(e){"use strict";var t={1:"१",2:"२",3:"३",4:"४",5:"५",6:"६",7:"७",8:"८",9:"९",0:"०"},a={"१":"1","२":"2","३":"3","४":"4","५":"5","६":"6","७":"7","८":"8","९":"9","०":"0"};e.defineLocale("ne",{months:"जनवरी_फेब्रुवरी_मार्च_अप्रिल_मई_जुन_जुलाई_अगष्ट_सेप्टेम्बर_अक्टोबर_नोभेम्बर_डिसेम्बर".split("_"),monthsShort:"जन._फेब्रु._मार्च_अप्रि._मई_जुन_जुलाई._अग._सेप्ट._अक्टो._नोभे._डिसे.".split("_"),monthsParseExact:!0,weekdays:"आइतबार_सोमबार_मङ्गलबार_बुधबार_बिहिबार_शुक्रबार_शनिबार".split("_"),weekdaysShort:"आइत._सोम._मङ्गल._बुध._बिहि._शुक्र._शनि.".split("_"),weekdaysMin:"आ._सो._मं._बु._बि._शु._श.".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"Aको h:mm बजे",LTS:"Aको h:mm:ss बजे",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY, Aको h:mm बजे",LLLL:"dddd, D MMMM YYYY, Aको h:mm बजे"},preparse:function(e){return e.replace(/[१२३४५६७८९०]/g,(function(e){return a[e]}))},postformat:function(e){return e.replace(/\d/g,(function(e){return t[e]}))},meridiemParse:/राति|बिहान|दिउँसो|साँझ/,meridiemHour:function(e,t){return 12===e&&(e=0),"राति"===t?e<4?e:e+12:"बिहान"===t?e:"दिउँसो"===t?e>=10?e:e+12:"साँझ"===t?e+12:void 0},meridiem:function(e,t,a){return e<3?"राति":e<12?"बिहान":e<16?"दिउँसो":e<20?"साँझ":"राति"},calendar:{sameDay:"[आज] LT",nextDay:"[भोलि] LT",nextWeek:"[आउँदो] dddd[,] LT",lastDay:"[हिजो] LT",lastWeek:"[गएको] dddd[,] LT",sameElse:"L"},relativeTime:{future:"%sमा",past:"%s अगाडि",s:"केही क्षण",ss:"%d सेकेण्ड",m:"एक मिनेट",mm:"%d मिनेट",h:"एक घण्टा",hh:"%d घण्टा",d:"एक दिन",dd:"%d दिन",M:"एक महिना",MM:"%d महिना",y:"एक बर्ष",yy:"%d बर्ष"},week:{dow:0,doy:6}})}(a(5093))},3784:function(e,t,a){!function(e){"use strict";var t="jan._feb._mrt._apr._mei_jun._jul._aug._sep._okt._nov._dec.".split("_"),a="jan_feb_mrt_apr_mei_jun_jul_aug_sep_okt_nov_dec".split("_"),s=[/^jan/i,/^feb/i,/^(maart|mrt\.?)$/i,/^apr/i,/^mei$/i,/^jun[i.]?$/i,/^jul[i.]?$/i,/^aug/i,/^sep/i,/^okt/i,/^nov/i,/^dec/i],n=/^(januari|februari|maart|april|mei|ju[nl]i|augustus|september|oktober|november|december|jan\.?|feb\.?|mrt\.?|apr\.?|ju[nl]\.?|aug\.?|sep\.?|okt\.?|nov\.?|dec\.?)/i;e.defineLocale("nl-be",{months:"januari_februari_maart_april_mei_juni_juli_augustus_september_oktober_november_december".split("_"),monthsShort:function(e,s){return e?/-MMM-/.test(s)?a[e.month()]:t[e.month()]:t},monthsRegex:n,monthsShortRegex:n,monthsStrictRegex:/^(januari|februari|maart|april|mei|ju[nl]i|augustus|september|oktober|november|december)/i,monthsShortStrictRegex:/^(jan\.?|feb\.?|mrt\.?|apr\.?|mei|ju[nl]\.?|aug\.?|sep\.?|okt\.?|nov\.?|dec\.?)/i,monthsParse:s,longMonthsParse:s,shortMonthsParse:s,weekdays:"zondag_maandag_dinsdag_woensdag_donderdag_vrijdag_zaterdag".split("_"),weekdaysShort:"zo._ma._di._wo._do._vr._za.".split("_"),weekdaysMin:"zo_ma_di_wo_do_vr_za".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd D MMMM YYYY HH:mm"},calendar:{sameDay:"[vandaag om] LT",nextDay:"[morgen om] LT",nextWeek:"dddd [om] LT",lastDay:"[gisteren om] LT",lastWeek:"[afgelopen] dddd [om] LT",sameElse:"L"},relativeTime:{future:"over %s",past:"%s geleden",s:"een paar seconden",ss:"%d seconden",m:"één minuut",mm:"%d minuten",h:"één uur",hh:"%d uur",d:"één dag",dd:"%d dagen",M:"één maand",MM:"%d maanden",y:"één jaar",yy:"%d jaar"},dayOfMonthOrdinalParse:/\d{1,2}(ste|de)/,ordinal:function(e){return e+(1===e||8===e||e>=20?"ste":"de")},week:{dow:1,doy:4}})}(a(5093))},2572:function(e,t,a){!function(e){"use strict";var t="jan._feb._mrt._apr._mei_jun._jul._aug._sep._okt._nov._dec.".split("_"),a="jan_feb_mrt_apr_mei_jun_jul_aug_sep_okt_nov_dec".split("_"),s=[/^jan/i,/^feb/i,/^(maart|mrt\.?)$/i,/^apr/i,/^mei$/i,/^jun[i.]?$/i,/^jul[i.]?$/i,/^aug/i,/^sep/i,/^okt/i,/^nov/i,/^dec/i],n=/^(januari|februari|maart|april|mei|ju[nl]i|augustus|september|oktober|november|december|jan\.?|feb\.?|mrt\.?|apr\.?|ju[nl]\.?|aug\.?|sep\.?|okt\.?|nov\.?|dec\.?)/i;e.defineLocale("nl",{months:"januari_februari_maart_april_mei_juni_juli_augustus_september_oktober_november_december".split("_"),monthsShort:function(e,s){return e?/-MMM-/.test(s)?a[e.month()]:t[e.month()]:t},monthsRegex:n,monthsShortRegex:n,monthsStrictRegex:/^(januari|februari|maart|april|mei|ju[nl]i|augustus|september|oktober|november|december)/i,monthsShortStrictRegex:/^(jan\.?|feb\.?|mrt\.?|apr\.?|mei|ju[nl]\.?|aug\.?|sep\.?|okt\.?|nov\.?|dec\.?)/i,monthsParse:s,longMonthsParse:s,shortMonthsParse:s,weekdays:"zondag_maandag_dinsdag_woensdag_donderdag_vrijdag_zaterdag".split("_"),weekdaysShort:"zo._ma._di._wo._do._vr._za.".split("_"),weekdaysMin:"zo_ma_di_wo_do_vr_za".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD-MM-YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd D MMMM YYYY HH:mm"},calendar:{sameDay:"[vandaag om] LT",nextDay:"[morgen om] LT",nextWeek:"dddd [om] LT",lastDay:"[gisteren om] LT",lastWeek:"[afgelopen] dddd [om] LT",sameElse:"L"},relativeTime:{future:"over %s",past:"%s geleden",s:"een paar seconden",ss:"%d seconden",m:"één minuut",mm:"%d minuten",h:"één uur",hh:"%d uur",d:"één dag",dd:"%d dagen",w:"één week",ww:"%d weken",M:"één maand",MM:"%d maanden",y:"één jaar",yy:"%d jaar"},dayOfMonthOrdinalParse:/\d{1,2}(ste|de)/,ordinal:function(e){return e+(1===e||8===e||e>=20?"ste":"de")},week:{dow:1,doy:4}})}(a(5093))},4566:function(e,t,a){!function(e){"use strict";e.defineLocale("nn",{months:"januar_februar_mars_april_mai_juni_juli_august_september_oktober_november_desember".split("_"),monthsShort:"jan._feb._mars_apr._mai_juni_juli_aug._sep._okt._nov._des.".split("_"),monthsParseExact:!0,weekdays:"sundag_måndag_tysdag_onsdag_torsdag_fredag_laurdag".split("_"),weekdaysShort:"su._må._ty._on._to._fr._lau.".split("_"),weekdaysMin:"su_må_ty_on_to_fr_la".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD.MM.YYYY",LL:"D. MMMM YYYY",LLL:"D. MMMM YYYY [kl.] H:mm",LLLL:"dddd D. MMMM YYYY [kl.] HH:mm"},calendar:{sameDay:"[I dag klokka] LT",nextDay:"[I morgon klokka] LT",nextWeek:"dddd [klokka] LT",lastDay:"[I går klokka] LT",lastWeek:"[Føregåande] dddd [klokka] LT",sameElse:"L"},relativeTime:{future:"om %s",past:"%s sidan",s:"nokre sekund",ss:"%d sekund",m:"eit minutt",mm:"%d minutt",h:"ein time",hh:"%d timar",d:"ein dag",dd:"%d dagar",w:"ei veke",ww:"%d veker",M:"ein månad",MM:"%d månader",y:"eit år",yy:"%d år"},dayOfMonthOrdinalParse:/\d{1,2}\./,ordinal:"%d.",week:{dow:1,doy:4}})}(a(5093))},9330:function(e,t,a){!function(e){"use strict";e.defineLocale("oc-lnc",{months:{standalone:"genièr_febrièr_març_abril_mai_junh_julhet_agost_setembre_octòbre_novembre_decembre".split("_"),format:"de genièr_de febrièr_de març_d'abril_de mai_de junh_de julhet_d'agost_de setembre_d'octòbre_de novembre_de decembre".split("_"),isFormat:/D[oD]?(\s)+MMMM/},monthsShort:"gen._febr._març_abr._mai_junh_julh._ago._set._oct._nov._dec.".split("_"),monthsParseExact:!0,weekdays:"dimenge_diluns_dimars_dimècres_dijòus_divendres_dissabte".split("_"),weekdaysShort:"dg._dl._dm._dc._dj._dv._ds.".split("_"),weekdaysMin:"dg_dl_dm_dc_dj_dv_ds".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"H:mm",LTS:"H:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM [de] YYYY",ll:"D MMM YYYY",LLL:"D MMMM [de] YYYY [a] H:mm",lll:"D MMM YYYY, H:mm",LLLL:"dddd D MMMM [de] YYYY [a] H:mm",llll:"ddd D MMM YYYY, H:mm"},calendar:{sameDay:"[uèi a] LT",nextDay:"[deman a] LT",nextWeek:"dddd [a] LT",lastDay:"[ièr a] LT",lastWeek:"dddd [passat a] LT",sameElse:"L"},relativeTime:{future:"d'aquí %s",past:"fa %s",s:"unas segondas",ss:"%d segondas",m:"una minuta",mm:"%d minutas",h:"una ora",hh:"%d oras",d:"un jorn",dd:"%d jorns",M:"un mes",MM:"%d meses",y:"un an",yy:"%d ans"},dayOfMonthOrdinalParse:/\d{1,2}(r|n|t|è|a)/,ordinal:function(e,t){var a=1===e?"r":2===e?"n":3===e?"r":4===e?"t":"è";return"w"!==t&&"W"!==t||(a="a"),e+a},week:{dow:1,doy:4}})}(a(5093))},9849:function(e,t,a){!function(e){"use strict";var t={1:"੧",2:"੨",3:"੩",4:"੪",5:"੫",6:"੬",7:"੭",8:"੮",9:"੯",0:"੦"},a={"੧":"1","੨":"2","੩":"3","੪":"4","੫":"5","੬":"6","੭":"7","੮":"8","੯":"9","੦":"0"};e.defineLocale("pa-in",{months:"ਜਨਵਰੀ_ਫ਼ਰਵਰੀ_ਮਾਰਚ_ਅਪ੍ਰੈਲ_ਮਈ_ਜੂਨ_ਜੁਲਾਈ_ਅਗਸਤ_ਸਤੰਬਰ_ਅਕਤੂਬਰ_ਨਵੰਬਰ_ਦਸੰਬਰ".split("_"),monthsShort:"ਜਨਵਰੀ_ਫ਼ਰਵਰੀ_ਮਾਰਚ_ਅਪ੍ਰੈਲ_ਮਈ_ਜੂਨ_ਜੁਲਾਈ_ਅਗਸਤ_ਸਤੰਬਰ_ਅਕਤੂਬਰ_ਨਵੰਬਰ_ਦਸੰਬਰ".split("_"),weekdays:"ਐਤਵਾਰ_ਸੋਮਵਾਰ_ਮੰਗਲਵਾਰ_ਬੁਧਵਾਰ_ਵੀਰਵਾਰ_ਸ਼ੁੱਕਰਵਾਰ_ਸ਼ਨੀਚਰਵਾਰ".split("_"),weekdaysShort:"ਐਤ_ਸੋਮ_ਮੰਗਲ_ਬੁਧ_ਵੀਰ_ਸ਼ੁਕਰ_ਸ਼ਨੀ".split("_"),weekdaysMin:"ਐਤ_ਸੋਮ_ਮੰਗਲ_ਬੁਧ_ਵੀਰ_ਸ਼ੁਕਰ_ਸ਼ਨੀ".split("_"),longDateFormat:{LT:"A h:mm ਵਜੇ",LTS:"A h:mm:ss ਵਜੇ",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY, A h:mm ਵਜੇ",LLLL:"dddd, D MMMM YYYY, A h:mm ਵਜੇ"},calendar:{sameDay:"[ਅਜ] LT",nextDay:"[ਕਲ] LT",nextWeek:"[ਅਗਲਾ] dddd, LT",lastDay:"[ਕਲ] LT",lastWeek:"[ਪਿਛਲੇ] dddd, LT",sameElse:"L"},relativeTime:{future:"%s ਵਿੱਚ",past:"%s ਪਿਛਲੇ",s:"ਕੁਝ ਸਕਿੰਟ",ss:"%d ਸਕਿੰਟ",m:"ਇਕ ਮਿੰਟ",mm:"%d ਮਿੰਟ",h:"ਇੱਕ ਘੰਟਾ",hh:"%d ਘੰਟੇ",d:"ਇੱਕ ਦਿਨ",dd:"%d ਦਿਨ",M:"ਇੱਕ ਮਹੀਨਾ",MM:"%d ਮਹੀਨੇ",y:"ਇੱਕ ਸਾਲ",yy:"%d ਸਾਲ"},preparse:function(e){return e.replace(/[੧੨੩੪੫੬੭੮੯੦]/g,(function(e){return a[e]}))},postformat:function(e){return e.replace(/\d/g,(function(e){return t[e]}))},meridiemParse:/ਰਾਤ|ਸਵੇਰ|ਦੁਪਹਿਰ|ਸ਼ਾਮ/,meridiemHour:function(e,t){return 12===e&&(e=0),"ਰਾਤ"===t?e<4?e:e+12:"ਸਵੇਰ"===t?e:"ਦੁਪਹਿਰ"===t?e>=10?e:e+12:"ਸ਼ਾਮ"===t?e+12:void 0},meridiem:function(e,t,a){return e<4?"ਰਾਤ":e<10?"ਸਵੇਰ":e<17?"ਦੁਪਹਿਰ":e<20?"ਸ਼ਾਮ":"ਰਾਤ"},week:{dow:0,doy:6}})}(a(5093))},4418:function(e,t,a){!function(e){"use strict";var t="styczeń_luty_marzec_kwiecień_maj_czerwiec_lipiec_sierpień_wrzesień_październik_listopad_grudzień".split("_"),a="stycznia_lutego_marca_kwietnia_maja_czerwca_lipca_sierpnia_września_października_listopada_grudnia".split("_"),s=[/^sty/i,/^lut/i,/^mar/i,/^kwi/i,/^maj/i,/^cze/i,/^lip/i,/^sie/i,/^wrz/i,/^paź/i,/^lis/i,/^gru/i];function n(e){return e%10<5&&e%10>1&&~~(e/10)%10!=1}function i(e,t,a){var s=e+" ";switch(a){case"ss":return s+(n(e)?"sekundy":"sekund");case"m":return t?"minuta":"minutę";case"mm":return s+(n(e)?"minuty":"minut");case"h":return t?"godzina":"godzinę";case"hh":return s+(n(e)?"godziny":"godzin");case"ww":return s+(n(e)?"tygodnie":"tygodni");case"MM":return s+(n(e)?"miesiące":"miesięcy");case"yy":return s+(n(e)?"lata":"lat")}}e.defineLocale("pl",{months:function(e,s){return e?/D MMMM/.test(s)?a[e.month()]:t[e.month()]:t},monthsShort:"sty_lut_mar_kwi_maj_cze_lip_sie_wrz_paź_lis_gru".split("_"),monthsParse:s,longMonthsParse:s,shortMonthsParse:s,weekdays:"niedziela_poniedziałek_wtorek_środa_czwartek_piątek_sobota".split("_"),weekdaysShort:"ndz_pon_wt_śr_czw_pt_sob".split("_"),weekdaysMin:"Nd_Pn_Wt_Śr_Cz_Pt_So".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD.MM.YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd, D MMMM YYYY HH:mm"},calendar:{sameDay:"[Dziś o] LT",nextDay:"[Jutro o] LT",nextWeek:function(){switch(this.day()){case 0:return"[W niedzielę o] LT";case 2:return"[We wtorek o] LT";case 3:return"[W środę o] LT";case 6:return"[W sobotę o] LT";default:return"[W] dddd [o] LT"}},lastDay:"[Wczoraj o] LT",lastWeek:function(){switch(this.day()){case 0:return"[W zeszłą niedzielę o] LT";case 3:return"[W zeszłą środę o] LT";case 6:return"[W zeszłą sobotę o] LT";default:return"[W zeszły] dddd [o] LT"}},sameElse:"L"},relativeTime:{future:"za %s",past:"%s temu",s:"kilka sekund",ss:i,m:i,mm:i,h:i,hh:i,d:"1 dzień",dd:"%d dni",w:"tydzień",ww:i,M:"miesiąc",MM:i,y:"rok",yy:i},dayOfMonthOrdinalParse:/\d{1,2}\./,ordinal:"%d.",week:{dow:1,doy:4}})}(a(5093))},8303:function(e,t,a){!function(e){"use strict";e.defineLocale("pt-br",{months:"janeiro_fevereiro_março_abril_maio_junho_julho_agosto_setembro_outubro_novembro_dezembro".split("_"),monthsShort:"jan_fev_mar_abr_mai_jun_jul_ago_set_out_nov_dez".split("_"),weekdays:"domingo_segunda-feira_terça-feira_quarta-feira_quinta-feira_sexta-feira_sábado".split("_"),weekdaysShort:"dom_seg_ter_qua_qui_sex_sáb".split("_"),weekdaysMin:"do_2ª_3ª_4ª_5ª_6ª_sá".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D [de] MMMM [de] YYYY",LLL:"D [de] MMMM [de] YYYY [às] HH:mm",LLLL:"dddd, D [de] MMMM [de] YYYY [às] HH:mm"},calendar:{sameDay:"[Hoje às] LT",nextDay:"[Amanhã às] LT",nextWeek:"dddd [às] LT",lastDay:"[Ontem às] LT",lastWeek:function(){return 0===this.day()||6===this.day()?"[Último] dddd [às] LT":"[Última] dddd [às] LT"},sameElse:"L"},relativeTime:{future:"em %s",past:"há %s",s:"poucos segundos",ss:"%d segundos",m:"um minuto",mm:"%d minutos",h:"uma hora",hh:"%d horas",d:"um dia",dd:"%d dias",M:"um mês",MM:"%d meses",y:"um ano",yy:"%d anos"},dayOfMonthOrdinalParse:/\d{1,2}º/,ordinal:"%dº",invalidDate:"Data inválida"})}(a(5093))},9834:function(e,t,a){!function(e){"use strict";e.defineLocale("pt",{months:"janeiro_fevereiro_março_abril_maio_junho_julho_agosto_setembro_outubro_novembro_dezembro".split("_"),monthsShort:"jan_fev_mar_abr_mai_jun_jul_ago_set_out_nov_dez".split("_"),weekdays:"Domingo_Segunda-feira_Terça-feira_Quarta-feira_Quinta-feira_Sexta-feira_Sábado".split("_"),weekdaysShort:"Dom_Seg_Ter_Qua_Qui_Sex_Sáb".split("_"),weekdaysMin:"Do_2ª_3ª_4ª_5ª_6ª_Sá".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D [de] MMMM [de] YYYY",LLL:"D [de] MMMM [de] YYYY HH:mm",LLLL:"dddd, D [de] MMMM [de] YYYY HH:mm"},calendar:{sameDay:"[Hoje às] LT",nextDay:"[Amanhã às] LT",nextWeek:"dddd [às] LT",lastDay:"[Ontem às] LT",lastWeek:function(){return 0===this.day()||6===this.day()?"[Último] dddd [às] LT":"[Última] dddd [às] LT"},sameElse:"L"},relativeTime:{future:"em %s",past:"há %s",s:"segundos",ss:"%d segundos",m:"um minuto",mm:"%d minutos",h:"uma hora",hh:"%d horas",d:"um dia",dd:"%d dias",w:"uma semana",ww:"%d semanas",M:"um mês",MM:"%d meses",y:"um ano",yy:"%d anos"},dayOfMonthOrdinalParse:/\d{1,2}º/,ordinal:"%dº",week:{dow:1,doy:4}})}(a(5093))},4457:function(e,t,a){!function(e){"use strict";function t(e,t,a){var s=" ";return(e%100>=20||e>=100&&e%100==0)&&(s=" de "),e+s+{ss:"secunde",mm:"minute",hh:"ore",dd:"zile",ww:"săptămâni",MM:"luni",yy:"ani"}[a]}e.defineLocale("ro",{months:"ianuarie_februarie_martie_aprilie_mai_iunie_iulie_august_septembrie_octombrie_noiembrie_decembrie".split("_"),monthsShort:"ian._feb._mart._apr._mai_iun._iul._aug._sept._oct._nov._dec.".split("_"),monthsParseExact:!0,weekdays:"duminică_luni_marți_miercuri_joi_vineri_sâmbătă".split("_"),weekdaysShort:"Dum_Lun_Mar_Mie_Joi_Vin_Sâm".split("_"),weekdaysMin:"Du_Lu_Ma_Mi_Jo_Vi_Sâ".split("_"),longDateFormat:{LT:"H:mm",LTS:"H:mm:ss",L:"DD.MM.YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY H:mm",LLLL:"dddd, D MMMM YYYY H:mm"},calendar:{sameDay:"[azi la] LT",nextDay:"[mâine la] LT",nextWeek:"dddd [la] LT",lastDay:"[ieri la] LT",lastWeek:"[fosta] dddd [la] LT",sameElse:"L"},relativeTime:{future:"peste %s",past:"%s în urmă",s:"câteva secunde",ss:t,m:"un minut",mm:t,h:"o oră",hh:t,d:"o zi",dd:t,w:"o săptămână",ww:t,M:"o lună",MM:t,y:"un an",yy:t},week:{dow:1,doy:7}})}(a(5093))},2271:function(e,t,a){!function(e){"use strict";function t(e,t,a){return"m"===a?t?"минута":"минуту":e+" "+(s=+e,n={ss:t?"секунда_секунды_секунд":"секунду_секунды_секунд",mm:t?"минута_минуты_минут":"минуту_минуты_минут",hh:"час_часа_часов",dd:"день_дня_дней",ww:"неделя_недели_недель",MM:"месяц_месяца_месяцев",yy:"год_года_лет"}[a].split("_"),s%10==1&&s%100!=11?n[0]:s%10>=2&&s%10<=4&&(s%100<10||s%100>=20)?n[1]:n[2]);var s,n}var a=[/^янв/i,/^фев/i,/^мар/i,/^апр/i,/^ма[йя]/i,/^июн/i,/^июл/i,/^авг/i,/^сен/i,/^окт/i,/^ноя/i,/^дек/i];e.defineLocale("ru",{months:{format:"января_февраля_марта_апреля_мая_июня_июля_августа_сентября_октября_ноября_декабря".split("_"),standalone:"январь_февраль_март_апрель_май_июнь_июль_август_сентябрь_октябрь_ноябрь_декабрь".split("_")},monthsShort:{format:"янв._февр._мар._апр._мая_июня_июля_авг._сент._окт._нояб._дек.".split("_"),standalone:"янв._февр._март_апр._май_июнь_июль_авг._сент._окт._нояб._дек.".split("_")},weekdays:{standalone:"воскресенье_понедельник_вторник_среда_четверг_пятница_суббота".split("_"),format:"воскресенье_понедельник_вторник_среду_четверг_пятницу_субботу".split("_"),isFormat:/\[ ?[Вв] ?(?:прошлую|следующую|эту)? ?] ?dddd/},weekdaysShort:"вс_пн_вт_ср_чт_пт_сб".split("_"),weekdaysMin:"вс_пн_вт_ср_чт_пт_сб".split("_"),monthsParse:a,longMonthsParse:a,shortMonthsParse:a,monthsRegex:/^(январ[ья]|янв\.?|феврал[ья]|февр?\.?|марта?|мар\.?|апрел[ья]|апр\.?|ма[йя]|июн[ья]|июн\.?|июл[ья]|июл\.?|августа?|авг\.?|сентябр[ья]|сент?\.?|октябр[ья]|окт\.?|ноябр[ья]|нояб?\.?|декабр[ья]|дек\.?)/i,monthsShortRegex:/^(январ[ья]|янв\.?|феврал[ья]|февр?\.?|марта?|мар\.?|апрел[ья]|апр\.?|ма[йя]|июн[ья]|июн\.?|июл[ья]|июл\.?|августа?|авг\.?|сентябр[ья]|сент?\.?|октябр[ья]|окт\.?|ноябр[ья]|нояб?\.?|декабр[ья]|дек\.?)/i,monthsStrictRegex:/^(январ[яь]|феврал[яь]|марта?|апрел[яь]|ма[яй]|июн[яь]|июл[яь]|августа?|сентябр[яь]|октябр[яь]|ноябр[яь]|декабр[яь])/i,monthsShortStrictRegex:/^(янв\.|февр?\.|мар[т.]|апр\.|ма[яй]|июн[ья.]|июл[ья.]|авг\.|сент?\.|окт\.|нояб?\.|дек\.)/i,longDateFormat:{LT:"H:mm",LTS:"H:mm:ss",L:"DD.MM.YYYY",LL:"D MMMM YYYY г.",LLL:"D MMMM YYYY г., H:mm",LLLL:"dddd, D MMMM YYYY г., H:mm"},calendar:{sameDay:"[Сегодня, в] LT",nextDay:"[Завтра, в] LT",lastDay:"[Вчера, в] LT",nextWeek:function(e){if(e.week()===this.week())return 2===this.day()?"[Во] dddd, [в] LT":"[В] dddd, [в] LT";switch(this.day()){case 0:return"[В следующее] dddd, [в] LT";case 1:case 2:case 4:return"[В следующий] dddd, [в] LT";case 3:case 5:case 6:return"[В следующую] dddd, [в] LT"}},lastWeek:function(e){if(e.week()===this.week())return 2===this.day()?"[Во] dddd, [в] LT":"[В] dddd, [в] LT";switch(this.day()){case 0:return"[В прошлое] dddd, [в] LT";case 1:case 2:case 4:return"[В прошлый] dddd, [в] LT";case 3:case 5:case 6:return"[В прошлую] dddd, [в] LT"}},sameElse:"L"},relativeTime:{future:"через %s",past:"%s назад",s:"несколько секунд",ss:t,m:t,mm:t,h:"час",hh:t,d:"день",dd:t,w:"неделя",ww:t,M:"месяц",MM:t,y:"год",yy:t},meridiemParse:/ночи|утра|дня|вечера/i,isPM:function(e){return/^(дня|вечера)$/.test(e)},meridiem:function(e,t,a){return e<4?"ночи":e<12?"утра":e<17?"дня":"вечера"},dayOfMonthOrdinalParse:/\d{1,2}-(й|го|я)/,ordinal:function(e,t){switch(t){case"M":case"d":case"DDD":return e+"-й";case"D":return e+"-го";case"w":case"W":return e+"-я";default:return e}},week:{dow:1,doy:4}})}(a(5093))},1221:function(e,t,a){!function(e){"use strict";var t=["جنوري","فيبروري","مارچ","اپريل","مئي","جون","جولاءِ","آگسٽ","سيپٽمبر","آڪٽوبر","نومبر","ڊسمبر"],a=["آچر","سومر","اڱارو","اربع","خميس","جمع","ڇنڇر"];e.defineLocale("sd",{months:t,monthsShort:t,weekdays:a,weekdaysShort:a,weekdaysMin:a,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd، D MMMM YYYY HH:mm"},meridiemParse:/صبح|شام/,isPM:function(e){return"شام"===e},meridiem:function(e,t,a){return e<12?"صبح":"شام"},calendar:{sameDay:"[اڄ] LT",nextDay:"[سڀاڻي] LT",nextWeek:"dddd [اڳين هفتي تي] LT",lastDay:"[ڪالهه] LT",lastWeek:"[گزريل هفتي] dddd [تي] LT",sameElse:"L"},relativeTime:{future:"%s پوء",past:"%s اڳ",s:"چند سيڪنڊ",ss:"%d سيڪنڊ",m:"هڪ منٽ",mm:"%d منٽ",h:"هڪ ڪلاڪ",hh:"%d ڪلاڪ",d:"هڪ ڏينهن",dd:"%d ڏينهن",M:"هڪ مهينو",MM:"%d مهينا",y:"هڪ سال",yy:"%d سال"},preparse:function(e){return e.replace(/،/g,",")},postformat:function(e){return e.replace(/,/g,"،")},week:{dow:1,doy:4}})}(a(5093))},3478:function(e,t,a){!function(e){"use strict";e.defineLocale("se",{months:"ođđajagemánnu_guovvamánnu_njukčamánnu_cuoŋománnu_miessemánnu_geassemánnu_suoidnemánnu_borgemánnu_čakčamánnu_golggotmánnu_skábmamánnu_juovlamánnu".split("_"),monthsShort:"ođđj_guov_njuk_cuo_mies_geas_suoi_borg_čakč_golg_skáb_juov".split("_"),weekdays:"sotnabeaivi_vuossárga_maŋŋebárga_gaskavahkku_duorastat_bearjadat_lávvardat".split("_"),weekdaysShort:"sotn_vuos_maŋ_gask_duor_bear_láv".split("_"),weekdaysMin:"s_v_m_g_d_b_L".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD.MM.YYYY",LL:"MMMM D. [b.] YYYY",LLL:"MMMM D. [b.] YYYY [ti.] HH:mm",LLLL:"dddd, MMMM D. [b.] YYYY [ti.] HH:mm"},calendar:{sameDay:"[otne ti] LT",nextDay:"[ihttin ti] LT",nextWeek:"dddd [ti] LT",lastDay:"[ikte ti] LT",lastWeek:"[ovddit] dddd [ti] LT",sameElse:"L"},relativeTime:{future:"%s geažes",past:"maŋit %s",s:"moadde sekunddat",ss:"%d sekunddat",m:"okta minuhta",mm:"%d minuhtat",h:"okta diimmu",hh:"%d diimmut",d:"okta beaivi",dd:"%d beaivvit",M:"okta mánnu",MM:"%d mánut",y:"okta jahki",yy:"%d jagit"},dayOfMonthOrdinalParse:/\d{1,2}\./,ordinal:"%d.",week:{dow:1,doy:4}})}(a(5093))},7538:function(e,t,a){!function(e){"use strict";e.defineLocale("si",{months:"ජනවාරි_පෙබරවාරි_මාර්තු_අප්‍රේල්_මැයි_ජූනි_ජූලි_අගෝස්තු_සැප්තැම්බර්_ඔක්තෝබර්_නොවැම්බර්_දෙසැම්බර්".split("_"),monthsShort:"ජන_පෙබ_මාර්_අප්_මැයි_ජූනි_ජූලි_අගෝ_සැප්_ඔක්_නොවැ_දෙසැ".split("_"),weekdays:"ඉරිදා_සඳුදා_අඟහරුවාදා_බදාදා_බ්‍රහස්පතින්දා_සිකුරාදා_සෙනසුරාදා".split("_"),weekdaysShort:"ඉරි_සඳු_අඟ_බදා_බ්‍රහ_සිකු_සෙන".split("_"),weekdaysMin:"ඉ_ස_අ_බ_බ්‍ර_සි_සෙ".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"a h:mm",LTS:"a h:mm:ss",L:"YYYY/MM/DD",LL:"YYYY MMMM D",LLL:"YYYY MMMM D, a h:mm",LLLL:"YYYY MMMM D [වැනි] dddd, a h:mm:ss"},calendar:{sameDay:"[අද] LT[ට]",nextDay:"[හෙට] LT[ට]",nextWeek:"dddd LT[ට]",lastDay:"[ඊයේ] LT[ට]",lastWeek:"[පසුගිය] dddd LT[ට]",sameElse:"L"},relativeTime:{future:"%sකින්",past:"%sකට පෙර",s:"තත්පර කිහිපය",ss:"තත්පර %d",m:"මිනිත්තුව",mm:"මිනිත්තු %d",h:"පැය",hh:"පැය %d",d:"දිනය",dd:"දින %d",M:"මාසය",MM:"මාස %d",y:"වසර",yy:"වසර %d"},dayOfMonthOrdinalParse:/\d{1,2} වැනි/,ordinal:function(e){return e+" වැනි"},meridiemParse:/පෙර වරු|පස් වරු|පෙ.ව|ප.ව./,isPM:function(e){return"ප.ව."===e||"පස් වරු"===e},meridiem:function(e,t,a){return e>11?a?"ප.ව.":"පස් වරු":a?"පෙ.ව.":"පෙර වරු"}})}(a(5093))},5784:function(e,t,a){!function(e){"use strict";var t="január_február_marec_apríl_máj_jún_júl_august_september_október_november_december".split("_"),a="jan_feb_mar_apr_máj_jún_júl_aug_sep_okt_nov_dec".split("_");function s(e){return e>1&&e<5}function n(e,t,a,n){var i=e+" ";switch(a){case"s":return t||n?"pár sekúnd":"pár sekundami";case"ss":return t||n?i+(s(e)?"sekundy":"sekúnd"):i+"sekundami";case"m":return t?"minúta":n?"minútu":"minútou";case"mm":return t||n?i+(s(e)?"minúty":"minút"):i+"minútami";case"h":return t?"hodina":n?"hodinu":"hodinou";case"hh":return t||n?i+(s(e)?"hodiny":"hodín"):i+"hodinami";case"d":return t||n?"deň":"dňom";case"dd":return t||n?i+(s(e)?"dni":"dní"):i+"dňami";case"M":return t||n?"mesiac":"mesiacom";case"MM":return t||n?i+(s(e)?"mesiace":"mesiacov"):i+"mesiacmi";case"y":return t||n?"rok":"rokom";case"yy":return t||n?i+(s(e)?"roky":"rokov"):i+"rokmi"}}e.defineLocale("sk",{months:t,monthsShort:a,weekdays:"nedeľa_pondelok_utorok_streda_štvrtok_piatok_sobota".split("_"),weekdaysShort:"ne_po_ut_st_št_pi_so".split("_"),weekdaysMin:"ne_po_ut_st_št_pi_so".split("_"),longDateFormat:{LT:"H:mm",LTS:"H:mm:ss",L:"DD.MM.YYYY",LL:"D. MMMM YYYY",LLL:"D. MMMM YYYY H:mm",LLLL:"dddd D. MMMM YYYY H:mm"},calendar:{sameDay:"[dnes o] LT",nextDay:"[zajtra o] LT",nextWeek:function(){switch(this.day()){case 0:return"[v nedeľu o] LT";case 1:case 2:return"[v] dddd [o] LT";case 3:return"[v stredu o] LT";case 4:return"[vo štvrtok o] LT";case 5:return"[v piatok o] LT";case 6:return"[v sobotu o] LT"}},lastDay:"[včera o] LT",lastWeek:function(){switch(this.day()){case 0:return"[minulú nedeľu o] LT";case 1:case 2:case 4:case 5:return"[minulý] dddd [o] LT";case 3:return"[minulú stredu o] LT";case 6:return"[minulú sobotu o] LT"}},sameElse:"L"},relativeTime:{future:"za %s",past:"pred %s",s:n,ss:n,m:n,mm:n,h:n,hh:n,d:n,dd:n,M:n,MM:n,y:n,yy:n},dayOfMonthOrdinalParse:/\d{1,2}\./,ordinal:"%d.",week:{dow:1,doy:4}})}(a(5093))},6637:function(e,t,a){!function(e){"use strict";function t(e,t,a,s){var n=e+" ";switch(a){case"s":return t||s?"nekaj sekund":"nekaj sekundami";case"ss":return n+(1===e?t?"sekundo":"sekundi":2===e?t||s?"sekundi":"sekundah":e<5?t||s?"sekunde":"sekundah":"sekund");case"m":return t?"ena minuta":"eno minuto";case"mm":return n+(1===e?t?"minuta":"minuto":2===e?t||s?"minuti":"minutama":e<5?t||s?"minute":"minutami":t||s?"minut":"minutami");case"h":return t?"ena ura":"eno uro";case"hh":return n+(1===e?t?"ura":"uro":2===e?t||s?"uri":"urama":e<5?t||s?"ure":"urami":t||s?"ur":"urami");case"d":return t||s?"en dan":"enim dnem";case"dd":return n+(1===e?t||s?"dan":"dnem":2===e?t||s?"dni":"dnevoma":t||s?"dni":"dnevi");case"M":return t||s?"en mesec":"enim mesecem";case"MM":return n+(1===e?t||s?"mesec":"mesecem":2===e?t||s?"meseca":"mesecema":e<5?t||s?"mesece":"meseci":t||s?"mesecev":"meseci");case"y":return t||s?"eno leto":"enim letom";case"yy":return n+(1===e?t||s?"leto":"letom":2===e?t||s?"leti":"letoma":e<5?t||s?"leta":"leti":t||s?"let":"leti")}}e.defineLocale("sl",{months:"januar_februar_marec_april_maj_junij_julij_avgust_september_oktober_november_december".split("_"),monthsShort:"jan._feb._mar._apr._maj._jun._jul._avg._sep._okt._nov._dec.".split("_"),monthsParseExact:!0,weekdays:"nedelja_ponedeljek_torek_sreda_četrtek_petek_sobota".split("_"),weekdaysShort:"ned._pon._tor._sre._čet._pet._sob.".split("_"),weekdaysMin:"ne_po_to_sr_če_pe_so".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"H:mm",LTS:"H:mm:ss",L:"DD. MM. YYYY",LL:"D. MMMM YYYY",LLL:"D. MMMM YYYY H:mm",LLLL:"dddd, D. MMMM YYYY H:mm"},calendar:{sameDay:"[danes ob] LT",nextDay:"[jutri ob] LT",nextWeek:function(){switch(this.day()){case 0:return"[v] [nedeljo] [ob] LT";case 3:return"[v] [sredo] [ob] LT";case 6:return"[v] [soboto] [ob] LT";case 1:case 2:case 4:case 5:return"[v] dddd [ob] LT"}},lastDay:"[včeraj ob] LT",lastWeek:function(){switch(this.day()){case 0:return"[prejšnjo] [nedeljo] [ob] LT";case 3:return"[prejšnjo] [sredo] [ob] LT";case 6:return"[prejšnjo] [soboto] [ob] LT";case 1:case 2:case 4:case 5:return"[prejšnji] dddd [ob] LT"}},sameElse:"L"},relativeTime:{future:"čez %s",past:"pred %s",s:t,ss:t,m:t,mm:t,h:t,hh:t,d:t,dd:t,M:t,MM:t,y:t,yy:t},dayOfMonthOrdinalParse:/\d{1,2}\./,ordinal:"%d.",week:{dow:1,doy:7}})}(a(5093))},6794:function(e,t,a){!function(e){"use strict";e.defineLocale("sq",{months:"Janar_Shkurt_Mars_Prill_Maj_Qershor_Korrik_Gusht_Shtator_Tetor_Nëntor_Dhjetor".split("_"),monthsShort:"Jan_Shk_Mar_Pri_Maj_Qer_Kor_Gus_Sht_Tet_Nën_Dhj".split("_"),weekdays:"E Diel_E Hënë_E Martë_E Mërkurë_E Enjte_E Premte_E Shtunë".split("_"),weekdaysShort:"Die_Hën_Mar_Mër_Enj_Pre_Sht".split("_"),weekdaysMin:"D_H_Ma_Më_E_P_Sh".split("_"),weekdaysParseExact:!0,meridiemParse:/PD|MD/,isPM:function(e){return"M"===e.charAt(0)},meridiem:function(e,t,a){return e<12?"PD":"MD"},longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd, D MMMM YYYY HH:mm"},calendar:{sameDay:"[Sot në] LT",nextDay:"[Nesër në] LT",nextWeek:"dddd [në] LT",lastDay:"[Dje në] LT",lastWeek:"dddd [e kaluar në] LT",sameElse:"L"},relativeTime:{future:"në %s",past:"%s më parë",s:"disa sekonda",ss:"%d sekonda",m:"një minutë",mm:"%d minuta",h:"një orë",hh:"%d orë",d:"një ditë",dd:"%d ditë",M:"një muaj",MM:"%d muaj",y:"një vit",yy:"%d vite"},dayOfMonthOrdinalParse:/\d{1,2}\./,ordinal:"%d.",week:{dow:1,doy:4}})}(a(5093))},3322:function(e,t,a){!function(e){"use strict";var t={words:{ss:["секунда","секунде","секунди"],m:["један минут","једног минута"],mm:["минут","минута","минута"],h:["један сат","једног сата"],hh:["сат","сата","сати"],d:["један дан","једног дана"],dd:["дан","дана","дана"],M:["један месец","једног месеца"],MM:["месец","месеца","месеци"],y:["једну годину","једне године"],yy:["годину","године","година"]},correctGrammaticalCase:function(e,t){return e%10>=1&&e%10<=4&&(e%100<10||e%100>=20)?e%10==1?t[0]:t[1]:t[2]},translate:function(e,a,s,n){var i,r=t.words[s];return 1===s.length?"y"===s&&a?"једна година":n||a?r[0]:r[1]:(i=t.correctGrammaticalCase(e,r),"yy"===s&&a&&"годину"===i?e+" година":e+" "+i)}};e.defineLocale("sr-cyrl",{months:"јануар_фебруар_март_април_мај_јун_јул_август_септембар_октобар_новембар_децембар".split("_"),monthsShort:"јан._феб._мар._апр._мај_јун_јул_авг._сеп._окт._нов._дец.".split("_"),monthsParseExact:!0,weekdays:"недеља_понедељак_уторак_среда_четвртак_петак_субота".split("_"),weekdaysShort:"нед._пон._уто._сре._чет._пет._суб.".split("_"),weekdaysMin:"не_по_ут_ср_че_пе_су".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"H:mm",LTS:"H:mm:ss",L:"D. M. YYYY.",LL:"D. MMMM YYYY.",LLL:"D. MMMM YYYY. H:mm",LLLL:"dddd, D. MMMM YYYY. H:mm"},calendar:{sameDay:"[данас у] LT",nextDay:"[сутра у] LT",nextWeek:function(){switch(this.day()){case 0:return"[у] [недељу] [у] LT";case 3:return"[у] [среду] [у] LT";case 6:return"[у] [суботу] [у] LT";case 1:case 2:case 4:case 5:return"[у] dddd [у] LT"}},lastDay:"[јуче у] LT",lastWeek:function(){return["[прошле] [недеље] [у] LT","[прошлог] [понедељка] [у] LT","[прошлог] [уторка] [у] LT","[прошле] [среде] [у] LT","[прошлог] [четвртка] [у] LT","[прошлог] [петка] [у] LT","[прошле] [суботе] [у] LT"][this.day()]},sameElse:"L"},relativeTime:{future:"за %s",past:"пре %s",s:"неколико секунди",ss:t.translate,m:t.translate,mm:t.translate,h:t.translate,hh:t.translate,d:t.translate,dd:t.translate,M:t.translate,MM:t.translate,y:t.translate,yy:t.translate},dayOfMonthOrdinalParse:/\d{1,2}\./,ordinal:"%d.",week:{dow:1,doy:7}})}(a(5093))},5719:function(e,t,a){!function(e){"use strict";var t={words:{ss:["sekunda","sekunde","sekundi"],m:["jedan minut","jednog minuta"],mm:["minut","minuta","minuta"],h:["jedan sat","jednog sata"],hh:["sat","sata","sati"],d:["jedan dan","jednog dana"],dd:["dan","dana","dana"],M:["jedan mesec","jednog meseca"],MM:["mesec","meseca","meseci"],y:["jednu godinu","jedne godine"],yy:["godinu","godine","godina"]},correctGrammaticalCase:function(e,t){return e%10>=1&&e%10<=4&&(e%100<10||e%100>=20)?e%10==1?t[0]:t[1]:t[2]},translate:function(e,a,s,n){var i,r=t.words[s];return 1===s.length?"y"===s&&a?"jedna godina":n||a?r[0]:r[1]:(i=t.correctGrammaticalCase(e,r),"yy"===s&&a&&"godinu"===i?e+" godina":e+" "+i)}};e.defineLocale("sr",{months:"januar_februar_mart_april_maj_jun_jul_avgust_septembar_oktobar_novembar_decembar".split("_"),monthsShort:"jan._feb._mar._apr._maj_jun_jul_avg._sep._okt._nov._dec.".split("_"),monthsParseExact:!0,weekdays:"nedelja_ponedeljak_utorak_sreda_četvrtak_petak_subota".split("_"),weekdaysShort:"ned._pon._uto._sre._čet._pet._sub.".split("_"),weekdaysMin:"ne_po_ut_sr_če_pe_su".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"H:mm",LTS:"H:mm:ss",L:"D. M. YYYY.",LL:"D. MMMM YYYY.",LLL:"D. MMMM YYYY. H:mm",LLLL:"dddd, D. MMMM YYYY. H:mm"},calendar:{sameDay:"[danas u] LT",nextDay:"[sutra u] LT",nextWeek:function(){switch(this.day()){case 0:return"[u] [nedelju] [u] LT";case 3:return"[u] [sredu] [u] LT";case 6:return"[u] [subotu] [u] LT";case 1:case 2:case 4:case 5:return"[u] dddd [u] LT"}},lastDay:"[juče u] LT",lastWeek:function(){return["[prošle] [nedelje] [u] LT","[prošlog] [ponedeljka] [u] LT","[prošlog] [utorka] [u] LT","[prošle] [srede] [u] LT","[prošlog] [četvrtka] [u] LT","[prošlog] [petka] [u] LT","[prošle] [subote] [u] LT"][this.day()]},sameElse:"L"},relativeTime:{future:"za %s",past:"pre %s",s:"nekoliko sekundi",ss:t.translate,m:t.translate,mm:t.translate,h:t.translate,hh:t.translate,d:t.translate,dd:t.translate,M:t.translate,MM:t.translate,y:t.translate,yy:t.translate},dayOfMonthOrdinalParse:/\d{1,2}\./,ordinal:"%d.",week:{dow:1,doy:7}})}(a(5093))},6e3:function(e,t,a){!function(e){"use strict";e.defineLocale("ss",{months:"Bhimbidvwane_Indlovana_Indlov'lenkhulu_Mabasa_Inkhwekhweti_Inhlaba_Kholwane_Ingci_Inyoni_Imphala_Lweti_Ingongoni".split("_"),monthsShort:"Bhi_Ina_Inu_Mab_Ink_Inh_Kho_Igc_Iny_Imp_Lwe_Igo".split("_"),weekdays:"Lisontfo_Umsombuluko_Lesibili_Lesitsatfu_Lesine_Lesihlanu_Umgcibelo".split("_"),weekdaysShort:"Lis_Umb_Lsb_Les_Lsi_Lsh_Umg".split("_"),weekdaysMin:"Li_Us_Lb_Lt_Ls_Lh_Ug".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"h:mm A",LTS:"h:mm:ss A",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY h:mm A",LLLL:"dddd, D MMMM YYYY h:mm A"},calendar:{sameDay:"[Namuhla nga] LT",nextDay:"[Kusasa nga] LT",nextWeek:"dddd [nga] LT",lastDay:"[Itolo nga] LT",lastWeek:"dddd [leliphelile] [nga] LT",sameElse:"L"},relativeTime:{future:"nga %s",past:"wenteka nga %s",s:"emizuzwana lomcane",ss:"%d mzuzwana",m:"umzuzu",mm:"%d emizuzu",h:"lihora",hh:"%d emahora",d:"lilanga",dd:"%d emalanga",M:"inyanga",MM:"%d tinyanga",y:"umnyaka",yy:"%d iminyaka"},meridiemParse:/ekuseni|emini|entsambama|ebusuku/,meridiem:function(e,t,a){return e<11?"ekuseni":e<15?"emini":e<19?"entsambama":"ebusuku"},meridiemHour:function(e,t){return 12===e&&(e=0),"ekuseni"===t?e:"emini"===t?e>=11?e:e+12:"entsambama"===t||"ebusuku"===t?0===e?0:e+12:void 0},dayOfMonthOrdinalParse:/\d{1,2}/,ordinal:"%d",week:{dow:1,doy:4}})}(a(5093))},1011:function(e,t,a){!function(e){"use strict";e.defineLocale("sv",{months:"januari_februari_mars_april_maj_juni_juli_augusti_september_oktober_november_december".split("_"),monthsShort:"jan_feb_mar_apr_maj_jun_jul_aug_sep_okt_nov_dec".split("_"),weekdays:"söndag_måndag_tisdag_onsdag_torsdag_fredag_lördag".split("_"),weekdaysShort:"sön_mån_tis_ons_tor_fre_lör".split("_"),weekdaysMin:"sö_må_ti_on_to_fr_lö".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"YYYY-MM-DD",LL:"D MMMM YYYY",LLL:"D MMMM YYYY [kl.] HH:mm",LLLL:"dddd D MMMM YYYY [kl.] HH:mm",lll:"D MMM YYYY HH:mm",llll:"ddd D MMM YYYY HH:mm"},calendar:{sameDay:"[Idag] LT",nextDay:"[Imorgon] LT",lastDay:"[Igår] LT",nextWeek:"[På] dddd LT",lastWeek:"[I] dddd[s] LT",sameElse:"L"},relativeTime:{future:"om %s",past:"för %s sedan",s:"några sekunder",ss:"%d sekunder",m:"en minut",mm:"%d minuter",h:"en timme",hh:"%d timmar",d:"en dag",dd:"%d dagar",M:"en månad",MM:"%d månader",y:"ett år",yy:"%d år"},dayOfMonthOrdinalParse:/\d{1,2}(\:e|\:a)/,ordinal:function(e){var t=e%10;return e+(1==~~(e%100/10)?":e":1===t||2===t?":a":":e")},week:{dow:1,doy:4}})}(a(5093))},748:function(e,t,a){!function(e){"use strict";e.defineLocale("sw",{months:"Januari_Februari_Machi_Aprili_Mei_Juni_Julai_Agosti_Septemba_Oktoba_Novemba_Desemba".split("_"),monthsShort:"Jan_Feb_Mac_Apr_Mei_Jun_Jul_Ago_Sep_Okt_Nov_Des".split("_"),weekdays:"Jumapili_Jumatatu_Jumanne_Jumatano_Alhamisi_Ijumaa_Jumamosi".split("_"),weekdaysShort:"Jpl_Jtat_Jnne_Jtan_Alh_Ijm_Jmos".split("_"),weekdaysMin:"J2_J3_J4_J5_Al_Ij_J1".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"hh:mm A",LTS:"HH:mm:ss",L:"DD.MM.YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd, D MMMM YYYY HH:mm"},calendar:{sameDay:"[leo saa] LT",nextDay:"[kesho saa] LT",nextWeek:"[wiki ijayo] dddd [saat] LT",lastDay:"[jana] LT",lastWeek:"[wiki iliyopita] dddd [saat] LT",sameElse:"L"},relativeTime:{future:"%s baadaye",past:"tokea %s",s:"hivi punde",ss:"sekunde %d",m:"dakika moja",mm:"dakika %d",h:"saa limoja",hh:"masaa %d",d:"siku moja",dd:"siku %d",M:"mwezi mmoja",MM:"miezi %d",y:"mwaka mmoja",yy:"miaka %d"},week:{dow:1,doy:7}})}(a(5093))},1025:function(e,t,a){!function(e){"use strict";var t={1:"௧",2:"௨",3:"௩",4:"௪",5:"௫",6:"௬",7:"௭",8:"௮",9:"௯",0:"௦"},a={"௧":"1","௨":"2","௩":"3","௪":"4","௫":"5","௬":"6","௭":"7","௮":"8","௯":"9","௦":"0"};e.defineLocale("ta",{months:"ஜனவரி_பிப்ரவரி_மார்ச்_ஏப்ரல்_மே_ஜூன்_ஜூலை_ஆகஸ்ட்_செப்டெம்பர்_அக்டோபர்_நவம்பர்_டிசம்பர்".split("_"),monthsShort:"ஜனவரி_பிப்ரவரி_மார்ச்_ஏப்ரல்_மே_ஜூன்_ஜூலை_ஆகஸ்ட்_செப்டெம்பர்_அக்டோபர்_நவம்பர்_டிசம்பர்".split("_"),weekdays:"ஞாயிற்றுக்கிழமை_திங்கட்கிழமை_செவ்வாய்கிழமை_புதன்கிழமை_வியாழக்கிழமை_வெள்ளிக்கிழமை_சனிக்கிழமை".split("_"),weekdaysShort:"ஞாயிறு_திங்கள்_செவ்வாய்_புதன்_வியாழன்_வெள்ளி_சனி".split("_"),weekdaysMin:"ஞா_தி_செ_பு_வி_வெ_ச".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY, HH:mm",LLLL:"dddd, D MMMM YYYY, HH:mm"},calendar:{sameDay:"[இன்று] LT",nextDay:"[நாளை] LT",nextWeek:"dddd, LT",lastDay:"[நேற்று] LT",lastWeek:"[கடந்த வாரம்] dddd, LT",sameElse:"L"},relativeTime:{future:"%s இல்",past:"%s முன்",s:"ஒரு சில விநாடிகள்",ss:"%d விநாடிகள்",m:"ஒரு நிமிடம்",mm:"%d நிமிடங்கள்",h:"ஒரு மணி நேரம்",hh:"%d மணி நேரம்",d:"ஒரு நாள்",dd:"%d நாட்கள்",M:"ஒரு மாதம்",MM:"%d மாதங்கள்",y:"ஒரு வருடம்",yy:"%d ஆண்டுகள்"},dayOfMonthOrdinalParse:/\d{1,2}வது/,ordinal:function(e){return e+"வது"},preparse:function(e){return e.replace(/[௧௨௩௪௫௬௭௮௯௦]/g,(function(e){return a[e]}))},postformat:function(e){return e.replace(/\d/g,(function(e){return t[e]}))},meridiemParse:/யாமம்|வைகறை|காலை|நண்பகல்|எற்பாடு|மாலை/,meridiem:function(e,t,a){return e<2?" யாமம்":e<6?" வைகறை":e<10?" காலை":e<14?" நண்பகல்":e<18?" எற்பாடு":e<22?" மாலை":" யாமம்"},meridiemHour:function(e,t){return 12===e&&(e=0),"யாமம்"===t?e<2?e:e+12:"வைகறை"===t||"காலை"===t||"நண்பகல்"===t&&e>=10?e:e+12},week:{dow:0,doy:6}})}(a(5093))},1885:function(e,t,a){!function(e){"use strict";e.defineLocale("te",{months:"జనవరి_ఫిబ్రవరి_మార్చి_ఏప్రిల్_మే_జూన్_జులై_ఆగస్టు_సెప్టెంబర్_అక్టోబర్_నవంబర్_డిసెంబర్".split("_"),monthsShort:"జన._ఫిబ్ర._మార్చి_ఏప్రి._మే_జూన్_జులై_ఆగ._సెప్._అక్టో._నవ._డిసె.".split("_"),monthsParseExact:!0,weekdays:"ఆదివారం_సోమవారం_మంగళవారం_బుధవారం_గురువారం_శుక్రవారం_శనివారం".split("_"),weekdaysShort:"ఆది_సోమ_మంగళ_బుధ_గురు_శుక్ర_శని".split("_"),weekdaysMin:"ఆ_సో_మం_బు_గు_శు_శ".split("_"),longDateFormat:{LT:"A h:mm",LTS:"A h:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY, A h:mm",LLLL:"dddd, D MMMM YYYY, A h:mm"},calendar:{sameDay:"[నేడు] LT",nextDay:"[రేపు] LT",nextWeek:"dddd, LT",lastDay:"[నిన్న] LT",lastWeek:"[గత] dddd, LT",sameElse:"L"},relativeTime:{future:"%s లో",past:"%s క్రితం",s:"కొన్ని క్షణాలు",ss:"%d సెకన్లు",m:"ఒక నిమిషం",mm:"%d నిమిషాలు",h:"ఒక గంట",hh:"%d గంటలు",d:"ఒక రోజు",dd:"%d రోజులు",M:"ఒక నెల",MM:"%d నెలలు",y:"ఒక సంవత్సరం",yy:"%d సంవత్సరాలు"},dayOfMonthOrdinalParse:/\d{1,2}వ/,ordinal:"%dవ",meridiemParse:/రాత్రి|ఉదయం|మధ్యాహ్నం|సాయంత్రం/,meridiemHour:function(e,t){return 12===e&&(e=0),"రాత్రి"===t?e<4?e:e+12:"ఉదయం"===t?e:"మధ్యాహ్నం"===t?e>=10?e:e+12:"సాయంత్రం"===t?e+12:void 0},meridiem:function(e,t,a){return e<4?"రాత్రి":e<10?"ఉదయం":e<17?"మధ్యాహ్నం":e<20?"సాయంత్రం":"రాత్రి"},week:{dow:0,doy:6}})}(a(5093))},8861:function(e,t,a){!function(e){"use strict";e.defineLocale("tet",{months:"Janeiru_Fevereiru_Marsu_Abril_Maiu_Juñu_Jullu_Agustu_Setembru_Outubru_Novembru_Dezembru".split("_"),monthsShort:"Jan_Fev_Mar_Abr_Mai_Jun_Jul_Ago_Set_Out_Nov_Dez".split("_"),weekdays:"Domingu_Segunda_Tersa_Kuarta_Kinta_Sesta_Sabadu".split("_"),weekdaysShort:"Dom_Seg_Ters_Kua_Kint_Sest_Sab".split("_"),weekdaysMin:"Do_Seg_Te_Ku_Ki_Ses_Sa".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd, D MMMM YYYY HH:mm"},calendar:{sameDay:"[Ohin iha] LT",nextDay:"[Aban iha] LT",nextWeek:"dddd [iha] LT",lastDay:"[Horiseik iha] LT",lastWeek:"dddd [semana kotuk] [iha] LT",sameElse:"L"},relativeTime:{future:"iha %s",past:"%s liuba",s:"segundu balun",ss:"segundu %d",m:"minutu ida",mm:"minutu %d",h:"oras ida",hh:"oras %d",d:"loron ida",dd:"loron %d",M:"fulan ida",MM:"fulan %d",y:"tinan ida",yy:"tinan %d"},dayOfMonthOrdinalParse:/\d{1,2}(st|nd|rd|th)/,ordinal:function(e){var t=e%10;return e+(1==~~(e%100/10)?"th":1===t?"st":2===t?"nd":3===t?"rd":"th")},week:{dow:1,doy:4}})}(a(5093))},6571:function(e,t,a){!function(e){"use strict";var t={0:"-ум",1:"-ум",2:"-юм",3:"-юм",4:"-ум",5:"-ум",6:"-ум",7:"-ум",8:"-ум",9:"-ум",10:"-ум",12:"-ум",13:"-ум",20:"-ум",30:"-юм",40:"-ум",50:"-ум",60:"-ум",70:"-ум",80:"-ум",90:"-ум",100:"-ум"};e.defineLocale("tg",{months:{format:"январи_феврали_марти_апрели_майи_июни_июли_августи_сентябри_октябри_ноябри_декабри".split("_"),standalone:"январ_феврал_март_апрел_май_июн_июл_август_сентябр_октябр_ноябр_декабр".split("_")},monthsShort:"янв_фев_мар_апр_май_июн_июл_авг_сен_окт_ноя_дек".split("_"),weekdays:"якшанбе_душанбе_сешанбе_чоршанбе_панҷшанбе_ҷумъа_шанбе".split("_"),weekdaysShort:"яшб_дшб_сшб_чшб_пшб_ҷум_шнб".split("_"),weekdaysMin:"яш_дш_сш_чш_пш_ҷм_шб".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD.MM.YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd, D MMMM YYYY HH:mm"},calendar:{sameDay:"[Имрӯз соати] LT",nextDay:"[Фардо соати] LT",lastDay:"[Дирӯз соати] LT",nextWeek:"dddd[и] [ҳафтаи оянда соати] LT",lastWeek:"dddd[и] [ҳафтаи гузашта соати] LT",sameElse:"L"},relativeTime:{future:"баъди %s",past:"%s пеш",s:"якчанд сония",m:"як дақиқа",mm:"%d дақиқа",h:"як соат",hh:"%d соат",d:"як рӯз",dd:"%d рӯз",M:"як моҳ",MM:"%d моҳ",y:"як сол",yy:"%d сол"},meridiemParse:/шаб|субҳ|рӯз|бегоҳ/,meridiemHour:function(e,t){return 12===e&&(e=0),"шаб"===t?e<4?e:e+12:"субҳ"===t?e:"рӯз"===t?e>=11?e:e+12:"бегоҳ"===t?e+12:void 0},meridiem:function(e,t,a){return e<4?"шаб":e<11?"субҳ":e<16?"рӯз":e<19?"бегоҳ":"шаб"},dayOfMonthOrdinalParse:/\d{1,2}-(ум|юм)/,ordinal:function(e){return e+(t[e]||t[e%10]||t[e>=100?100:null])},week:{dow:1,doy:7}})}(a(5093))},5802:function(e,t,a){!function(e){"use strict";e.defineLocale("th",{months:"มกราคม_กุมภาพันธ์_มีนาคม_เมษายน_พฤษภาคม_มิถุนายน_กรกฎาคม_สิงหาคม_กันยายน_ตุลาคม_พฤศจิกายน_ธันวาคม".split("_"),monthsShort:"ม.ค._ก.พ._มี.ค._เม.ย._พ.ค._มิ.ย._ก.ค._ส.ค._ก.ย._ต.ค._พ.ย._ธ.ค.".split("_"),monthsParseExact:!0,weekdays:"อาทิตย์_จันทร์_อังคาร_พุธ_พฤหัสบดี_ศุกร์_เสาร์".split("_"),weekdaysShort:"อาทิตย์_จันทร์_อังคาร_พุธ_พฤหัส_ศุกร์_เสาร์".split("_"),weekdaysMin:"อา._จ._อ._พ._พฤ._ศ._ส.".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"H:mm",LTS:"H:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY เวลา H:mm",LLLL:"วันddddที่ D MMMM YYYY เวลา H:mm"},meridiemParse:/ก่อนเที่ยง|หลังเที่ยง/,isPM:function(e){return"หลังเที่ยง"===e},meridiem:function(e,t,a){return e<12?"ก่อนเที่ยง":"หลังเที่ยง"},calendar:{sameDay:"[วันนี้ เวลา] LT",nextDay:"[พรุ่งนี้ เวลา] LT",nextWeek:"dddd[หน้า เวลา] LT",lastDay:"[เมื่อวานนี้ เวลา] LT",lastWeek:"[วัน]dddd[ที่แล้ว เวลา] LT",sameElse:"L"},relativeTime:{future:"อีก %s",past:"%sที่แล้ว",s:"ไม่กี่วินาที",ss:"%d วินาที",m:"1 นาที",mm:"%d นาที",h:"1 ชั่วโมง",hh:"%d ชั่วโมง",d:"1 วัน",dd:"%d วัน",w:"1 สัปดาห์",ww:"%d สัปดาห์",M:"1 เดือน",MM:"%d เดือน",y:"1 ปี",yy:"%d ปี"}})}(a(5093))},9527:function(e,t,a){!function(e){"use strict";var t={1:"'inji",5:"'inji",8:"'inji",70:"'inji",80:"'inji",2:"'nji",7:"'nji",20:"'nji",50:"'nji",3:"'ünji",4:"'ünji",100:"'ünji",6:"'njy",9:"'unjy",10:"'unjy",30:"'unjy",60:"'ynjy",90:"'ynjy"};e.defineLocale("tk",{months:"Ýanwar_Fewral_Mart_Aprel_Maý_Iýun_Iýul_Awgust_Sentýabr_Oktýabr_Noýabr_Dekabr".split("_"),monthsShort:"Ýan_Few_Mar_Apr_Maý_Iýn_Iýl_Awg_Sen_Okt_Noý_Dek".split("_"),weekdays:"Ýekşenbe_Duşenbe_Sişenbe_Çarşenbe_Penşenbe_Anna_Şenbe".split("_"),weekdaysShort:"Ýek_Duş_Siş_Çar_Pen_Ann_Şen".split("_"),weekdaysMin:"Ýk_Dş_Sş_Çr_Pn_An_Şn".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD.MM.YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd, D MMMM YYYY HH:mm"},calendar:{sameDay:"[bugün sagat] LT",nextDay:"[ertir sagat] LT",nextWeek:"[indiki] dddd [sagat] LT",lastDay:"[düýn] LT",lastWeek:"[geçen] dddd [sagat] LT",sameElse:"L"},relativeTime:{future:"%s soň",past:"%s öň",s:"birnäçe sekunt",m:"bir minut",mm:"%d minut",h:"bir sagat",hh:"%d sagat",d:"bir gün",dd:"%d gün",M:"bir aý",MM:"%d aý",y:"bir ýyl",yy:"%d ýyl"},ordinal:function(e,a){switch(a){case"d":case"D":case"Do":case"DD":return e;default:if(0===e)return e+"'unjy";var s=e%10;return e+(t[s]||t[e%100-s]||t[e>=100?100:null])}},week:{dow:1,doy:7}})}(a(5093))},9231:function(e,t,a){!function(e){"use strict";e.defineLocale("tl-ph",{months:"Enero_Pebrero_Marso_Abril_Mayo_Hunyo_Hulyo_Agosto_Setyembre_Oktubre_Nobyembre_Disyembre".split("_"),monthsShort:"Ene_Peb_Mar_Abr_May_Hun_Hul_Ago_Set_Okt_Nob_Dis".split("_"),weekdays:"Linggo_Lunes_Martes_Miyerkules_Huwebes_Biyernes_Sabado".split("_"),weekdaysShort:"Lin_Lun_Mar_Miy_Huw_Biy_Sab".split("_"),weekdaysMin:"Li_Lu_Ma_Mi_Hu_Bi_Sab".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"MM/D/YYYY",LL:"MMMM D, YYYY",LLL:"MMMM D, YYYY HH:mm",LLLL:"dddd, MMMM DD, YYYY HH:mm"},calendar:{sameDay:"LT [ngayong araw]",nextDay:"[Bukas ng] LT",nextWeek:"LT [sa susunod na] dddd",lastDay:"LT [kahapon]",lastWeek:"LT [noong nakaraang] dddd",sameElse:"L"},relativeTime:{future:"sa loob ng %s",past:"%s ang nakalipas",s:"ilang segundo",ss:"%d segundo",m:"isang minuto",mm:"%d minuto",h:"isang oras",hh:"%d oras",d:"isang araw",dd:"%d araw",M:"isang buwan",MM:"%d buwan",y:"isang taon",yy:"%d taon"},dayOfMonthOrdinalParse:/\d{1,2}/,ordinal:function(e){return e},week:{dow:1,doy:4}})}(a(5093))},1052:function(e,t,a){!function(e){"use strict";var t="pagh_wa’_cha’_wej_loS_vagh_jav_Soch_chorgh_Hut".split("_");function a(e,a,s,n){var i=function(e){var a=Math.floor(e%1e3/100),s=Math.floor(e%100/10),n=e%10,i="";return a>0&&(i+=t[a]+"vatlh"),s>0&&(i+=(""!==i?" ":"")+t[s]+"maH"),n>0&&(i+=(""!==i?" ":"")+t[n]),""===i?"pagh":i}(e);switch(s){case"ss":return i+" lup";case"mm":return i+" tup";case"hh":return i+" rep";case"dd":return i+" jaj";case"MM":return i+" jar";case"yy":return i+" DIS"}}e.defineLocale("tlh",{months:"tera’ jar wa’_tera’ jar cha’_tera’ jar wej_tera’ jar loS_tera’ jar vagh_tera’ jar jav_tera’ jar Soch_tera’ jar chorgh_tera’ jar Hut_tera’ jar wa’maH_tera’ jar wa’maH wa’_tera’ jar wa’maH cha’".split("_"),monthsShort:"jar wa’_jar cha’_jar wej_jar loS_jar vagh_jar jav_jar Soch_jar chorgh_jar Hut_jar wa’maH_jar wa’maH wa’_jar wa’maH cha’".split("_"),monthsParseExact:!0,weekdays:"lojmItjaj_DaSjaj_povjaj_ghItlhjaj_loghjaj_buqjaj_ghInjaj".split("_"),weekdaysShort:"lojmItjaj_DaSjaj_povjaj_ghItlhjaj_loghjaj_buqjaj_ghInjaj".split("_"),weekdaysMin:"lojmItjaj_DaSjaj_povjaj_ghItlhjaj_loghjaj_buqjaj_ghInjaj".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD.MM.YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd, D MMMM YYYY HH:mm"},calendar:{sameDay:"[DaHjaj] LT",nextDay:"[wa’leS] LT",nextWeek:"LLL",lastDay:"[wa’Hu’] LT",lastWeek:"LLL",sameElse:"L"},relativeTime:{future:function(e){var t=e;return-1!==e.indexOf("jaj")?t.slice(0,-3)+"leS":-1!==e.indexOf("jar")?t.slice(0,-3)+"waQ":-1!==e.indexOf("DIS")?t.slice(0,-3)+"nem":t+" pIq"},past:function(e){var t=e;return-1!==e.indexOf("jaj")?t.slice(0,-3)+"Hu’":-1!==e.indexOf("jar")?t.slice(0,-3)+"wen":-1!==e.indexOf("DIS")?t.slice(0,-3)+"ben":t+" ret"},s:"puS lup",ss:a,m:"wa’ tup",mm:a,h:"wa’ rep",hh:a,d:"wa’ jaj",dd:a,M:"wa’ jar",MM:a,y:"wa’ DIS",yy:a},dayOfMonthOrdinalParse:/\d{1,2}\./,ordinal:"%d.",week:{dow:1,doy:4}})}(a(5093))},5096:function(e,t,a){!function(e){"use strict";var t={1:"'inci",5:"'inci",8:"'inci",70:"'inci",80:"'inci",2:"'nci",7:"'nci",20:"'nci",50:"'nci",3:"'üncü",4:"'üncü",100:"'üncü",6:"'ncı",9:"'uncu",10:"'uncu",30:"'uncu",60:"'ıncı",90:"'ıncı"};e.defineLocale("tr",{months:"Ocak_Şubat_Mart_Nisan_Mayıs_Haziran_Temmuz_Ağustos_Eylül_Ekim_Kasım_Aralık".split("_"),monthsShort:"Oca_Şub_Mar_Nis_May_Haz_Tem_Ağu_Eyl_Eki_Kas_Ara".split("_"),weekdays:"Pazar_Pazartesi_Salı_Çarşamba_Perşembe_Cuma_Cumartesi".split("_"),weekdaysShort:"Paz_Pzt_Sal_Çar_Per_Cum_Cmt".split("_"),weekdaysMin:"Pz_Pt_Sa_Ça_Pe_Cu_Ct".split("_"),meridiem:function(e,t,a){return e<12?a?"öö":"ÖÖ":a?"ös":"ÖS"},meridiemParse:/öö|ÖÖ|ös|ÖS/,isPM:function(e){return"ös"===e||"ÖS"===e},longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD.MM.YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd, D MMMM YYYY HH:mm"},calendar:{sameDay:"[bugün saat] LT",nextDay:"[yarın saat] LT",nextWeek:"[gelecek] dddd [saat] LT",lastDay:"[dün] LT",lastWeek:"[geçen] dddd [saat] LT",sameElse:"L"},relativeTime:{future:"%s sonra",past:"%s önce",s:"birkaç saniye",ss:"%d saniye",m:"bir dakika",mm:"%d dakika",h:"bir saat",hh:"%d saat",d:"bir gün",dd:"%d gün",w:"bir hafta",ww:"%d hafta",M:"bir ay",MM:"%d ay",y:"bir yıl",yy:"%d yıl"},ordinal:function(e,a){switch(a){case"d":case"D":case"Do":case"DD":return e;default:if(0===e)return e+"'ıncı";var s=e%10;return e+(t[s]||t[e%100-s]||t[e>=100?100:null])}},week:{dow:1,doy:7}})}(a(5093))},9846:function(e,t,a){!function(e){"use strict";function t(e,t,a,s){var n={s:["viensas secunds","'iensas secunds"],ss:[e+" secunds",e+" secunds"],m:["'n míut","'iens míut"],mm:[e+" míuts",e+" míuts"],h:["'n þora","'iensa þora"],hh:[e+" þoras",e+" þoras"],d:["'n ziua","'iensa ziua"],dd:[e+" ziuas",e+" ziuas"],M:["'n mes","'iens mes"],MM:[e+" mesen",e+" mesen"],y:["'n ar","'iens ar"],yy:[e+" ars",e+" ars"]};return s||t?n[a][0]:n[a][1]}e.defineLocale("tzl",{months:"Januar_Fevraglh_Març_Avrïu_Mai_Gün_Julia_Guscht_Setemvar_Listopäts_Noemvar_Zecemvar".split("_"),monthsShort:"Jan_Fev_Mar_Avr_Mai_Gün_Jul_Gus_Set_Lis_Noe_Zec".split("_"),weekdays:"Súladi_Lúneçi_Maitzi_Márcuri_Xhúadi_Viénerçi_Sáturi".split("_"),weekdaysShort:"Súl_Lún_Mai_Már_Xhú_Vié_Sát".split("_"),weekdaysMin:"Sú_Lú_Ma_Má_Xh_Vi_Sá".split("_"),longDateFormat:{LT:"HH.mm",LTS:"HH.mm.ss",L:"DD.MM.YYYY",LL:"D. MMMM [dallas] YYYY",LLL:"D. MMMM [dallas] YYYY HH.mm",LLLL:"dddd, [li] D. MMMM [dallas] YYYY HH.mm"},meridiemParse:/d\'o|d\'a/i,isPM:function(e){return"d'o"===e.toLowerCase()},meridiem:function(e,t,a){return e>11?a?"d'o":"D'O":a?"d'a":"D'A"},calendar:{sameDay:"[oxhi à] LT",nextDay:"[demà à] LT",nextWeek:"dddd [à] LT",lastDay:"[ieiri à] LT",lastWeek:"[sür el] dddd [lasteu à] LT",sameElse:"L"},relativeTime:{future:"osprei %s",past:"ja%s",s:t,ss:t,m:t,mm:t,h:t,hh:t,d:t,dd:t,M:t,MM:t,y:t,yy:t},dayOfMonthOrdinalParse:/\d{1,2}\./,ordinal:"%d.",week:{dow:1,doy:4}})}(a(5093))},7711:function(e,t,a){!function(e){"use strict";e.defineLocale("tzm-latn",{months:"innayr_brˤayrˤ_marˤsˤ_ibrir_mayyw_ywnyw_ywlywz_ɣwšt_šwtanbir_ktˤwbrˤ_nwwanbir_dwjnbir".split("_"),monthsShort:"innayr_brˤayrˤ_marˤsˤ_ibrir_mayyw_ywnyw_ywlywz_ɣwšt_šwtanbir_ktˤwbrˤ_nwwanbir_dwjnbir".split("_"),weekdays:"asamas_aynas_asinas_akras_akwas_asimwas_asiḍyas".split("_"),weekdaysShort:"asamas_aynas_asinas_akras_akwas_asimwas_asiḍyas".split("_"),weekdaysMin:"asamas_aynas_asinas_akras_akwas_asimwas_asiḍyas".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd D MMMM YYYY HH:mm"},calendar:{sameDay:"[asdkh g] LT",nextDay:"[aska g] LT",nextWeek:"dddd [g] LT",lastDay:"[assant g] LT",lastWeek:"dddd [g] LT",sameElse:"L"},relativeTime:{future:"dadkh s yan %s",past:"yan %s",s:"imik",ss:"%d imik",m:"minuḍ",mm:"%d minuḍ",h:"saɛa",hh:"%d tassaɛin",d:"ass",dd:"%d ossan",M:"ayowr",MM:"%d iyyirn",y:"asgas",yy:"%d isgasn"},week:{dow:6,doy:12}})}(a(5093))},1765:function(e,t,a){!function(e){"use strict";e.defineLocale("tzm",{months:"ⵉⵏⵏⴰⵢⵔ_ⴱⵕⴰⵢⵕ_ⵎⴰⵕⵚ_ⵉⴱⵔⵉⵔ_ⵎⴰⵢⵢⵓ_ⵢⵓⵏⵢⵓ_ⵢⵓⵍⵢⵓⵣ_ⵖⵓⵛⵜ_ⵛⵓⵜⴰⵏⴱⵉⵔ_ⴽⵟⵓⴱⵕ_ⵏⵓⵡⴰⵏⴱⵉⵔ_ⴷⵓⵊⵏⴱⵉⵔ".split("_"),monthsShort:"ⵉⵏⵏⴰⵢⵔ_ⴱⵕⴰⵢⵕ_ⵎⴰⵕⵚ_ⵉⴱⵔⵉⵔ_ⵎⴰⵢⵢⵓ_ⵢⵓⵏⵢⵓ_ⵢⵓⵍⵢⵓⵣ_ⵖⵓⵛⵜ_ⵛⵓⵜⴰⵏⴱⵉⵔ_ⴽⵟⵓⴱⵕ_ⵏⵓⵡⴰⵏⴱⵉⵔ_ⴷⵓⵊⵏⴱⵉⵔ".split("_"),weekdays:"ⴰⵙⴰⵎⴰⵙ_ⴰⵢⵏⴰⵙ_ⴰⵙⵉⵏⴰⵙ_ⴰⴽⵔⴰⵙ_ⴰⴽⵡⴰⵙ_ⴰⵙⵉⵎⵡⴰⵙ_ⴰⵙⵉⴹⵢⴰⵙ".split("_"),weekdaysShort:"ⴰⵙⴰⵎⴰⵙ_ⴰⵢⵏⴰⵙ_ⴰⵙⵉⵏⴰⵙ_ⴰⴽⵔⴰⵙ_ⴰⴽⵡⴰⵙ_ⴰⵙⵉⵎⵡⴰⵙ_ⴰⵙⵉⴹⵢⴰⵙ".split("_"),weekdaysMin:"ⴰⵙⴰⵎⴰⵙ_ⴰⵢⵏⴰⵙ_ⴰⵙⵉⵏⴰⵙ_ⴰⴽⵔⴰⵙ_ⴰⴽⵡⴰⵙ_ⴰⵙⵉⵎⵡⴰⵙ_ⴰⵙⵉⴹⵢⴰⵙ".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd D MMMM YYYY HH:mm"},calendar:{sameDay:"[ⴰⵙⴷⵅ ⴴ] LT",nextDay:"[ⴰⵙⴽⴰ ⴴ] LT",nextWeek:"dddd [ⴴ] LT",lastDay:"[ⴰⵚⴰⵏⵜ ⴴ] LT",lastWeek:"dddd [ⴴ] LT",sameElse:"L"},relativeTime:{future:"ⴷⴰⴷⵅ ⵙ ⵢⴰⵏ %s",past:"ⵢⴰⵏ %s",s:"ⵉⵎⵉⴽ",ss:"%d ⵉⵎⵉⴽ",m:"ⵎⵉⵏⵓⴺ",mm:"%d ⵎⵉⵏⵓⴺ",h:"ⵙⴰⵄⴰ",hh:"%d ⵜⴰⵙⵙⴰⵄⵉⵏ",d:"ⴰⵙⵙ",dd:"%d oⵙⵙⴰⵏ",M:"ⴰⵢoⵓⵔ",MM:"%d ⵉⵢⵢⵉⵔⵏ",y:"ⴰⵙⴳⴰⵙ",yy:"%d ⵉⵙⴳⴰⵙⵏ"},week:{dow:6,doy:12}})}(a(5093))},8414:function(e,t,a){!function(e){"use strict";e.defineLocale("ug-cn",{months:"يانۋار_فېۋرال_مارت_ئاپرېل_ماي_ئىيۇن_ئىيۇل_ئاۋغۇست_سېنتەبىر_ئۆكتەبىر_نويابىر_دېكابىر".split("_"),monthsShort:"يانۋار_فېۋرال_مارت_ئاپرېل_ماي_ئىيۇن_ئىيۇل_ئاۋغۇست_سېنتەبىر_ئۆكتەبىر_نويابىر_دېكابىر".split("_"),weekdays:"يەكشەنبە_دۈشەنبە_سەيشەنبە_چارشەنبە_پەيشەنبە_جۈمە_شەنبە".split("_"),weekdaysShort:"يە_دۈ_سە_چا_پە_جۈ_شە".split("_"),weekdaysMin:"يە_دۈ_سە_چا_پە_جۈ_شە".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"YYYY-MM-DD",LL:"YYYY-يىلىM-ئاينىڭD-كۈنى",LLL:"YYYY-يىلىM-ئاينىڭD-كۈنى، HH:mm",LLLL:"dddd، YYYY-يىلىM-ئاينىڭD-كۈنى، HH:mm"},meridiemParse:/يېرىم كېچە|سەھەر|چۈشتىن بۇرۇن|چۈش|چۈشتىن كېيىن|كەچ/,meridiemHour:function(e,t){return 12===e&&(e=0),"يېرىم كېچە"===t||"سەھەر"===t||"چۈشتىن بۇرۇن"===t?e:"چۈشتىن كېيىن"===t||"كەچ"===t?e+12:e>=11?e:e+12},meridiem:function(e,t,a){var s=100*e+t;return s<600?"يېرىم كېچە":s<900?"سەھەر":s<1130?"چۈشتىن بۇرۇن":s<1230?"چۈش":s<1800?"چۈشتىن كېيىن":"كەچ"},calendar:{sameDay:"[بۈگۈن سائەت] LT",nextDay:"[ئەتە سائەت] LT",nextWeek:"[كېلەركى] dddd [سائەت] LT",lastDay:"[تۆنۈگۈن] LT",lastWeek:"[ئالدىنقى] dddd [سائەت] LT",sameElse:"L"},relativeTime:{future:"%s كېيىن",past:"%s بۇرۇن",s:"نەچچە سېكونت",ss:"%d سېكونت",m:"بىر مىنۇت",mm:"%d مىنۇت",h:"بىر سائەت",hh:"%d سائەت",d:"بىر كۈن",dd:"%d كۈن",M:"بىر ئاي",MM:"%d ئاي",y:"بىر يىل",yy:"%d يىل"},dayOfMonthOrdinalParse:/\d{1,2}(-كۈنى|-ئاي|-ھەپتە)/,ordinal:function(e,t){switch(t){case"d":case"D":case"DDD":return e+"-كۈنى";case"w":case"W":return e+"-ھەپتە";default:return e}},preparse:function(e){return e.replace(/،/g,",")},postformat:function(e){return e.replace(/,/g,"،")},week:{dow:1,doy:7}})}(a(5093))},6618:function(e,t,a){!function(e){"use strict";function t(e,t,a){return"m"===a?t?"хвилина":"хвилину":"h"===a?t?"година":"годину":e+" "+(s=+e,n={ss:t?"секунда_секунди_секунд":"секунду_секунди_секунд",mm:t?"хвилина_хвилини_хвилин":"хвилину_хвилини_хвилин",hh:t?"година_години_годин":"годину_години_годин",dd:"день_дні_днів",MM:"місяць_місяці_місяців",yy:"рік_роки_років"}[a].split("_"),s%10==1&&s%100!=11?n[0]:s%10>=2&&s%10<=4&&(s%100<10||s%100>=20)?n[1]:n[2]);var s,n}function a(e){return function(){return e+"о"+(11===this.hours()?"б":"")+"] LT"}}e.defineLocale("uk",{months:{format:"січня_лютого_березня_квітня_травня_червня_липня_серпня_вересня_жовтня_листопада_грудня".split("_"),standalone:"січень_лютий_березень_квітень_травень_червень_липень_серпень_вересень_жовтень_листопад_грудень".split("_")},monthsShort:"січ_лют_бер_квіт_трав_черв_лип_серп_вер_жовт_лист_груд".split("_"),weekdays:function(e,t){var a={nominative:"неділя_понеділок_вівторок_середа_четвер_п’ятниця_субота".split("_"),accusative:"неділю_понеділок_вівторок_середу_четвер_п’ятницю_суботу".split("_"),genitive:"неділі_понеділка_вівторка_середи_четверга_п’ятниці_суботи".split("_")};return!0===e?a.nominative.slice(1,7).concat(a.nominative.slice(0,1)):e?a[/(\[[ВвУу]\]) ?dddd/.test(t)?"accusative":/\[?(?:минулої|наступної)? ?\] ?dddd/.test(t)?"genitive":"nominative"][e.day()]:a.nominative},weekdaysShort:"нд_пн_вт_ср_чт_пт_сб".split("_"),weekdaysMin:"нд_пн_вт_ср_чт_пт_сб".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD.MM.YYYY",LL:"D MMMM YYYY р.",LLL:"D MMMM YYYY р., HH:mm",LLLL:"dddd, D MMMM YYYY р., HH:mm"},calendar:{sameDay:a("[Сьогодні "),nextDay:a("[Завтра "),lastDay:a("[Вчора "),nextWeek:a("[У] dddd ["),lastWeek:function(){switch(this.day()){case 0:case 3:case 5:case 6:return a("[Минулої] dddd [").call(this);case 1:case 2:case 4:return a("[Минулого] dddd [").call(this)}},sameElse:"L"},relativeTime:{future:"за %s",past:"%s тому",s:"декілька секунд",ss:t,m:t,mm:t,h:"годину",hh:t,d:"день",dd:t,M:"місяць",MM:t,y:"рік",yy:t},meridiemParse:/ночі|ранку|дня|вечора/,isPM:function(e){return/^(дня|вечора)$/.test(e)},meridiem:function(e,t,a){return e<4?"ночі":e<12?"ранку":e<17?"дня":"вечора"},dayOfMonthOrdinalParse:/\d{1,2}-(й|го)/,ordinal:function(e,t){switch(t){case"M":case"d":case"DDD":case"w":case"W":return e+"-й";case"D":return e+"-го";default:return e}},week:{dow:1,doy:7}})}(a(5093))},158:function(e,t,a){!function(e){"use strict";var t=["جنوری","فروری","مارچ","اپریل","مئی","جون","جولائی","اگست","ستمبر","اکتوبر","نومبر","دسمبر"],a=["اتوار","پیر","منگل","بدھ","جمعرات","جمعہ","ہفتہ"];e.defineLocale("ur",{months:t,monthsShort:t,weekdays:a,weekdaysShort:a,weekdaysMin:a,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd، D MMMM YYYY HH:mm"},meridiemParse:/صبح|شام/,isPM:function(e){return"شام"===e},meridiem:function(e,t,a){return e<12?"صبح":"شام"},calendar:{sameDay:"[آج بوقت] LT",nextDay:"[کل بوقت] LT",nextWeek:"dddd [بوقت] LT",lastDay:"[گذشتہ روز بوقت] LT",lastWeek:"[گذشتہ] dddd [بوقت] LT",sameElse:"L"},relativeTime:{future:"%s بعد",past:"%s قبل",s:"چند سیکنڈ",ss:"%d سیکنڈ",m:"ایک منٹ",mm:"%d منٹ",h:"ایک گھنٹہ",hh:"%d گھنٹے",d:"ایک دن",dd:"%d دن",M:"ایک ماہ",MM:"%d ماہ",y:"ایک سال",yy:"%d سال"},preparse:function(e){return e.replace(/،/g,",")},postformat:function(e){return e.replace(/,/g,"،")},week:{dow:1,doy:4}})}(a(5093))},2475:function(e,t,a){!function(e){"use strict";e.defineLocale("uz-latn",{months:"Yanvar_Fevral_Mart_Aprel_May_Iyun_Iyul_Avgust_Sentabr_Oktabr_Noyabr_Dekabr".split("_"),monthsShort:"Yan_Fev_Mar_Apr_May_Iyun_Iyul_Avg_Sen_Okt_Noy_Dek".split("_"),weekdays:"Yakshanba_Dushanba_Seshanba_Chorshanba_Payshanba_Juma_Shanba".split("_"),weekdaysShort:"Yak_Dush_Sesh_Chor_Pay_Jum_Shan".split("_"),weekdaysMin:"Ya_Du_Se_Cho_Pa_Ju_Sha".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"D MMMM YYYY, dddd HH:mm"},calendar:{sameDay:"[Bugun soat] LT [da]",nextDay:"[Ertaga] LT [da]",nextWeek:"dddd [kuni soat] LT [da]",lastDay:"[Kecha soat] LT [da]",lastWeek:"[O'tgan] dddd [kuni soat] LT [da]",sameElse:"L"},relativeTime:{future:"Yaqin %s ichida",past:"Bir necha %s oldin",s:"soniya",ss:"%d soniya",m:"bir daqiqa",mm:"%d daqiqa",h:"bir soat",hh:"%d soat",d:"bir kun",dd:"%d kun",M:"bir oy",MM:"%d oy",y:"bir yil",yy:"%d yil"},week:{dow:1,doy:7}})}(a(5093))},7609:function(e,t,a){!function(e){"use strict";e.defineLocale("uz",{months:"январ_феврал_март_апрел_май_июн_июл_август_сентябр_октябр_ноябр_декабр".split("_"),monthsShort:"янв_фев_мар_апр_май_июн_июл_авг_сен_окт_ноя_дек".split("_"),weekdays:"Якшанба_Душанба_Сешанба_Чоршанба_Пайшанба_Жума_Шанба".split("_"),weekdaysShort:"Якш_Душ_Сеш_Чор_Пай_Жум_Шан".split("_"),weekdaysMin:"Як_Ду_Се_Чо_Па_Жу_Ша".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"D MMMM YYYY, dddd HH:mm"},calendar:{sameDay:"[Бугун соат] LT [да]",nextDay:"[Эртага] LT [да]",nextWeek:"dddd [куни соат] LT [да]",lastDay:"[Кеча соат] LT [да]",lastWeek:"[Утган] dddd [куни соат] LT [да]",sameElse:"L"},relativeTime:{future:"Якин %s ичида",past:"Бир неча %s олдин",s:"фурсат",ss:"%d фурсат",m:"бир дакика",mm:"%d дакика",h:"бир соат",hh:"%d соат",d:"бир кун",dd:"%d кун",M:"бир ой",MM:"%d ой",y:"бир йил",yy:"%d йил"},week:{dow:1,doy:7}})}(a(5093))},1135:function(e,t,a){!function(e){"use strict";e.defineLocale("vi",{months:"tháng 1_tháng 2_tháng 3_tháng 4_tháng 5_tháng 6_tháng 7_tháng 8_tháng 9_tháng 10_tháng 11_tháng 12".split("_"),monthsShort:"Thg 01_Thg 02_Thg 03_Thg 04_Thg 05_Thg 06_Thg 07_Thg 08_Thg 09_Thg 10_Thg 11_Thg 12".split("_"),monthsParseExact:!0,weekdays:"chủ nhật_thứ hai_thứ ba_thứ tư_thứ năm_thứ sáu_thứ bảy".split("_"),weekdaysShort:"CN_T2_T3_T4_T5_T6_T7".split("_"),weekdaysMin:"CN_T2_T3_T4_T5_T6_T7".split("_"),weekdaysParseExact:!0,meridiemParse:/sa|ch/i,isPM:function(e){return/^ch$/i.test(e)},meridiem:function(e,t,a){return e<12?a?"sa":"SA":a?"ch":"CH"},longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM [năm] YYYY",LLL:"D MMMM [năm] YYYY HH:mm",LLLL:"dddd, D MMMM [năm] YYYY HH:mm",l:"DD/M/YYYY",ll:"D MMM YYYY",lll:"D MMM YYYY HH:mm",llll:"ddd, D MMM YYYY HH:mm"},calendar:{sameDay:"[Hôm nay lúc] LT",nextDay:"[Ngày mai lúc] LT",nextWeek:"dddd [tuần tới lúc] LT",lastDay:"[Hôm qua lúc] LT",lastWeek:"dddd [tuần trước lúc] LT",sameElse:"L"},relativeTime:{future:"%s tới",past:"%s trước",s:"vài giây",ss:"%d giây",m:"một phút",mm:"%d phút",h:"một giờ",hh:"%d giờ",d:"một ngày",dd:"%d ngày",w:"một tuần",ww:"%d tuần",M:"một tháng",MM:"%d tháng",y:"một năm",yy:"%d năm"},dayOfMonthOrdinalParse:/\d{1,2}/,ordinal:function(e){return e},week:{dow:1,doy:4}})}(a(5093))},4051:function(e,t,a){!function(e){"use strict";e.defineLocale("x-pseudo",{months:"J~áñúá~rý_F~ébrú~árý_~Márc~h_Áp~ríl_~Máý_~Júñé~_Júl~ý_Áú~gúst~_Sép~témb~ér_Ó~ctób~ér_Ñ~óvém~bér_~Décé~mbér".split("_"),monthsShort:"J~áñ_~Féb_~Már_~Ápr_~Máý_~Júñ_~Júl_~Áúg_~Sép_~Óct_~Ñóv_~Déc".split("_"),monthsParseExact:!0,weekdays:"S~úñdá~ý_Mó~ñdáý~_Túé~sdáý~_Wéd~ñésd~áý_T~húrs~dáý_~Fríd~áý_S~átúr~dáý".split("_"),weekdaysShort:"S~úñ_~Móñ_~Túé_~Wéd_~Thú_~Frí_~Sát".split("_"),weekdaysMin:"S~ú_Mó~_Tú_~Wé_T~h_Fr~_Sá".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"HH:mm",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd, D MMMM YYYY HH:mm"},calendar:{sameDay:"[T~ódá~ý át] LT",nextDay:"[T~ómó~rró~w át] LT",nextWeek:"dddd [át] LT",lastDay:"[Ý~ést~érdá~ý át] LT",lastWeek:"[L~ást] dddd [át] LT",sameElse:"L"},relativeTime:{future:"í~ñ %s",past:"%s á~gó",s:"á ~féw ~sécó~ñds",ss:"%d s~écóñ~ds",m:"á ~míñ~úté",mm:"%d m~íñú~tés",h:"á~ñ hó~úr",hh:"%d h~óúrs",d:"á ~dáý",dd:"%d d~áýs",M:"á ~móñ~th",MM:"%d m~óñt~hs",y:"á ~ýéár",yy:"%d ý~éárs"},dayOfMonthOrdinalParse:/\d{1,2}(th|st|nd|rd)/,ordinal:function(e){var t=e%10;return e+(1==~~(e%100/10)?"th":1===t?"st":2===t?"nd":3===t?"rd":"th")},week:{dow:1,doy:4}})}(a(5093))},2218:function(e,t,a){!function(e){"use strict";e.defineLocale("yo",{months:"Sẹ́rẹ́_Èrèlè_Ẹrẹ̀nà_Ìgbé_Èbibi_Òkùdu_Agẹmo_Ògún_Owewe_Ọ̀wàrà_Bélú_Ọ̀pẹ̀̀".split("_"),monthsShort:"Sẹ́r_Èrl_Ẹrn_Ìgb_Èbi_Òkù_Agẹ_Ògú_Owe_Ọ̀wà_Bél_Ọ̀pẹ̀̀".split("_"),weekdays:"Àìkú_Ajé_Ìsẹ́gun_Ọjọ́rú_Ọjọ́bọ_Ẹtì_Àbámẹ́ta".split("_"),weekdaysShort:"Àìk_Ajé_Ìsẹ́_Ọjr_Ọjb_Ẹtì_Àbá".split("_"),weekdaysMin:"Àì_Aj_Ìs_Ọr_Ọb_Ẹt_Àb".split("_"),longDateFormat:{LT:"h:mm A",LTS:"h:mm:ss A",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY h:mm A",LLLL:"dddd, D MMMM YYYY h:mm A"},calendar:{sameDay:"[Ònì ni] LT",nextDay:"[Ọ̀la ni] LT",nextWeek:"dddd [Ọsẹ̀ tón'bọ] [ni] LT",lastDay:"[Àna ni] LT",lastWeek:"dddd [Ọsẹ̀ tólọ́] [ni] LT",sameElse:"L"},relativeTime:{future:"ní %s",past:"%s kọjá",s:"ìsẹjú aayá die",ss:"aayá %d",m:"ìsẹjú kan",mm:"ìsẹjú %d",h:"wákati kan",hh:"wákati %d",d:"ọjọ́ kan",dd:"ọjọ́ %d",M:"osù kan",MM:"osù %d",y:"ọdún kan",yy:"ọdún %d"},dayOfMonthOrdinalParse:/ọjọ́\s\d{1,2}/,ordinal:"ọjọ́ %d",week:{dow:1,doy:4}})}(a(5093))},2648:function(e,t,a){!function(e){"use strict";e.defineLocale("zh-cn",{months:"一月_二月_三月_四月_五月_六月_七月_八月_九月_十月_十一月_十二月".split("_"),monthsShort:"1月_2月_3月_4月_5月_6月_7月_8月_9月_10月_11月_12月".split("_"),weekdays:"星期日_星期一_星期二_星期三_星期四_星期五_星期六".split("_"),weekdaysShort:"周日_周一_周二_周三_周四_周五_周六".split("_"),weekdaysMin:"日_一_二_三_四_五_六".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"YYYY/MM/DD",LL:"YYYY年M月D日",LLL:"YYYY年M月D日Ah点mm分",LLLL:"YYYY年M月D日ddddAh点mm分",l:"YYYY/M/D",ll:"YYYY年M月D日",lll:"YYYY年M月D日 HH:mm",llll:"YYYY年M月D日dddd HH:mm"},meridiemParse:/凌晨|早上|上午|中午|下午|晚上/,meridiemHour:function(e,t){return 12===e&&(e=0),"凌晨"===t||"早上"===t||"上午"===t?e:"下午"===t||"晚上"===t?e+12:e>=11?e:e+12},meridiem:function(e,t,a){var s=100*e+t;return s<600?"凌晨":s<900?"早上":s<1130?"上午":s<1230?"中午":s<1800?"下午":"晚上"},calendar:{sameDay:"[今天]LT",nextDay:"[明天]LT",nextWeek:function(e){return e.week()!==this.week()?"[下]dddLT":"[本]dddLT"},lastDay:"[昨天]LT",lastWeek:function(e){return this.week()!==e.week()?"[上]dddLT":"[本]dddLT"},sameElse:"L"},dayOfMonthOrdinalParse:/\d{1,2}(日|月|周)/,ordinal:function(e,t){switch(t){case"d":case"D":case"DDD":return e+"日";case"M":return e+"月";case"w":case"W":return e+"周";default:return e}},relativeTime:{future:"%s后",past:"%s前",s:"几秒",ss:"%d 秒",m:"1 分钟",mm:"%d 分钟",h:"1 小时",hh:"%d 小时",d:"1 天",dd:"%d 天",w:"1 周",ww:"%d 周",M:"1 个月",MM:"%d 个月",y:"1 年",yy:"%d 年"},week:{dow:1,doy:4}})}(a(5093))},1632:function(e,t,a){!function(e){"use strict";e.defineLocale("zh-hk",{months:"一月_二月_三月_四月_五月_六月_七月_八月_九月_十月_十一月_十二月".split("_"),monthsShort:"1月_2月_3月_4月_5月_6月_7月_8月_9月_10月_11月_12月".split("_"),weekdays:"星期日_星期一_星期二_星期三_星期四_星期五_星期六".split("_"),weekdaysShort:"週日_週一_週二_週三_週四_週五_週六".split("_"),weekdaysMin:"日_一_二_三_四_五_六".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"YYYY/MM/DD",LL:"YYYY年M月D日",LLL:"YYYY年M月D日 HH:mm",LLLL:"YYYY年M月D日dddd HH:mm",l:"YYYY/M/D",ll:"YYYY年M月D日",lll:"YYYY年M月D日 HH:mm",llll:"YYYY年M月D日dddd HH:mm"},meridiemParse:/凌晨|早上|上午|中午|下午|晚上/,meridiemHour:function(e,t){return 12===e&&(e=0),"凌晨"===t||"早上"===t||"上午"===t?e:"中午"===t?e>=11?e:e+12:"下午"===t||"晚上"===t?e+12:void 0},meridiem:function(e,t,a){var s=100*e+t;return s<600?"凌晨":s<900?"早上":s<1200?"上午":1200===s?"中午":s<1800?"下午":"晚上"},calendar:{sameDay:"[今天]LT",nextDay:"[明天]LT",nextWeek:"[下]ddddLT",lastDay:"[昨天]LT",lastWeek:"[上]ddddLT",sameElse:"L"},dayOfMonthOrdinalParse:/\d{1,2}(日|月|週)/,ordinal:function(e,t){switch(t){case"d":case"D":case"DDD":return e+"日";case"M":return e+"月";case"w":case"W":return e+"週";default:return e}},relativeTime:{future:"%s後",past:"%s前",s:"幾秒",ss:"%d 秒",m:"1 分鐘",mm:"%d 分鐘",h:"1 小時",hh:"%d 小時",d:"1 天",dd:"%d 天",M:"1 個月",MM:"%d 個月",y:"1 年",yy:"%d 年"}})}(a(5093))},1541:function(e,t,a){!function(e){"use strict";e.defineLocale("zh-mo",{months:"一月_二月_三月_四月_五月_六月_七月_八月_九月_十月_十一月_十二月".split("_"),monthsShort:"1月_2月_3月_4月_5月_6月_7月_8月_9月_10月_11月_12月".split("_"),weekdays:"星期日_星期一_星期二_星期三_星期四_星期五_星期六".split("_"),weekdaysShort:"週日_週一_週二_週三_週四_週五_週六".split("_"),weekdaysMin:"日_一_二_三_四_五_六".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"YYYY年M月D日",LLL:"YYYY年M月D日 HH:mm",LLLL:"YYYY年M月D日dddd HH:mm",l:"D/M/YYYY",ll:"YYYY年M月D日",lll:"YYYY年M月D日 HH:mm",llll:"YYYY年M月D日dddd HH:mm"},meridiemParse:/凌晨|早上|上午|中午|下午|晚上/,meridiemHour:function(e,t){return 12===e&&(e=0),"凌晨"===t||"早上"===t||"上午"===t?e:"中午"===t?e>=11?e:e+12:"下午"===t||"晚上"===t?e+12:void 0},meridiem:function(e,t,a){var s=100*e+t;return s<600?"凌晨":s<900?"早上":s<1130?"上午":s<1230?"中午":s<1800?"下午":"晚上"},calendar:{sameDay:"[今天] LT",nextDay:"[明天] LT",nextWeek:"[下]dddd LT",lastDay:"[昨天] LT",lastWeek:"[上]dddd LT",sameElse:"L"},dayOfMonthOrdinalParse:/\d{1,2}(日|月|週)/,ordinal:function(e,t){switch(t){case"d":case"D":case"DDD":return e+"日";case"M":return e+"月";case"w":case"W":return e+"週";default:return e}},relativeTime:{future:"%s內",past:"%s前",s:"幾秒",ss:"%d 秒",m:"1 分鐘",mm:"%d 分鐘",h:"1 小時",hh:"%d 小時",d:"1 天",dd:"%d 天",M:"1 個月",MM:"%d 個月",y:"1 年",yy:"%d 年"}})}(a(5093))},304:function(e,t,a){!function(e){"use strict";e.defineLocale("zh-tw",{months:"一月_二月_三月_四月_五月_六月_七月_八月_九月_十月_十一月_十二月".split("_"),monthsShort:"1月_2月_3月_4月_5月_6月_7月_8月_9月_10月_11月_12月".split("_"),weekdays:"星期日_星期一_星期二_星期三_星期四_星期五_星期六".split("_"),weekdaysShort:"週日_週一_週二_週三_週四_週五_週六".split("_"),weekdaysMin:"日_一_二_三_四_五_六".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"YYYY/MM/DD",LL:"YYYY年M月D日",LLL:"YYYY年M月D日 HH:mm",LLLL:"YYYY年M月D日dddd HH:mm",l:"YYYY/M/D",ll:"YYYY年M月D日",lll:"YYYY年M月D日 HH:mm",llll:"YYYY年M月D日dddd HH:mm"},meridiemParse:/凌晨|早上|上午|中午|下午|晚上/,meridiemHour:function(e,t){return 12===e&&(e=0),"凌晨"===t||"早上"===t||"上午"===t?e:"中午"===t?e>=11?e:e+12:"下午"===t||"晚上"===t?e+12:void 0},meridiem:function(e,t,a){var s=100*e+t;return s<600?"凌晨":s<900?"早上":s<1130?"上午":s<1230?"中午":s<1800?"下午":"晚上"},calendar:{sameDay:"[今天] LT",nextDay:"[明天] LT",nextWeek:"[下]dddd LT",lastDay:"[昨天] LT",lastWeek:"[上]dddd LT",sameElse:"L"},dayOfMonthOrdinalParse:/\d{1,2}(日|月|週)/,ordinal:function(e,t){switch(t){case"d":case"D":case"DDD":return e+"日";case"M":return e+"月";case"w":case"W":return e+"週";default:return e}},relativeTime:{future:"%s後",past:"%s前",s:"幾秒",ss:"%d 秒",m:"1 分鐘",mm:"%d 分鐘",h:"1 小時",hh:"%d 小時",d:"1 天",dd:"%d 天",M:"1 個月",MM:"%d 個月",y:"1 年",yy:"%d 年"}})}(a(5093))},5358:(e,t,a)=>{var s={"./af":5177,"./af.js":5177,"./ar":1509,"./ar-dz":1488,"./ar-dz.js":1488,"./ar-kw":8676,"./ar-kw.js":8676,"./ar-ly":2353,"./ar-ly.js":2353,"./ar-ma":4496,"./ar-ma.js":4496,"./ar-ps":6947,"./ar-ps.js":6947,"./ar-sa":2682,"./ar-sa.js":2682,"./ar-tn":9756,"./ar-tn.js":9756,"./ar.js":1509,"./az":5533,"./az.js":5533,"./be":8959,"./be.js":8959,"./bg":7777,"./bg.js":7777,"./bm":4903,"./bm.js":4903,"./bn":1290,"./bn-bd":7357,"./bn-bd.js":7357,"./bn.js":1290,"./bo":1545,"./bo.js":1545,"./br":1470,"./br.js":1470,"./bs":4429,"./bs.js":4429,"./ca":7306,"./ca.js":7306,"./cs":6464,"./cs.js":6464,"./cv":3635,"./cv.js":3635,"./cy":4226,"./cy.js":4226,"./da":3601,"./da.js":3601,"./de":7853,"./de-at":6111,"./de-at.js":6111,"./de-ch":4697,"./de-ch.js":4697,"./de.js":7853,"./dv":708,"./dv.js":708,"./el":4691,"./el.js":4691,"./en-au":3872,"./en-au.js":3872,"./en-ca":8298,"./en-ca.js":8298,"./en-gb":6195,"./en-gb.js":6195,"./en-ie":6584,"./en-ie.js":6584,"./en-il":5543,"./en-il.js":5543,"./en-in":9033,"./en-in.js":9033,"./en-nz":9402,"./en-nz.js":9402,"./en-sg":3004,"./en-sg.js":3004,"./eo":2934,"./eo.js":2934,"./es":7650,"./es-do":838,"./es-do.js":838,"./es-mx":7730,"./es-mx.js":7730,"./es-us":6575,"./es-us.js":6575,"./es.js":7650,"./et":3035,"./et.js":3035,"./eu":3508,"./eu.js":3508,"./fa":119,"./fa.js":119,"./fi":527,"./fi.js":527,"./fil":5995,"./fil.js":5995,"./fo":2477,"./fo.js":2477,"./fr":5498,"./fr-ca":6435,"./fr-ca.js":6435,"./fr-ch":7892,"./fr-ch.js":7892,"./fr.js":5498,"./fy":7071,"./fy.js":7071,"./ga":1734,"./ga.js":1734,"./gd":217,"./gd.js":217,"./gl":7329,"./gl.js":7329,"./gom-deva":2124,"./gom-deva.js":2124,"./gom-latn":3383,"./gom-latn.js":3383,"./gu":5050,"./gu.js":5050,"./he":1713,"./he.js":1713,"./hi":3861,"./hi.js":3861,"./hr":6308,"./hr.js":6308,"./hu":609,"./hu.js":609,"./hy-am":7160,"./hy-am.js":7160,"./id":4063,"./id.js":4063,"./is":9374,"./is.js":9374,"./it":8383,"./it-ch":1827,"./it-ch.js":1827,"./it.js":8383,"./ja":3827,"./ja.js":3827,"./jv":9722,"./jv.js":9722,"./ka":1794,"./ka.js":1794,"./kk":7088,"./kk.js":7088,"./km":6870,"./km.js":6870,"./kn":4451,"./kn.js":4451,"./ko":3164,"./ko.js":3164,"./ku":8174,"./ku-kmr":6181,"./ku-kmr.js":6181,"./ku.js":8174,"./ky":8474,"./ky.js":8474,"./lb":9680,"./lb.js":9680,"./lo":5867,"./lo.js":5867,"./lt":5766,"./lt.js":5766,"./lv":9532,"./lv.js":9532,"./me":8076,"./me.js":8076,"./mi":1848,"./mi.js":1848,"./mk":306,"./mk.js":306,"./ml":3739,"./ml.js":3739,"./mn":9053,"./mn.js":9053,"./mr":6169,"./mr.js":6169,"./ms":3386,"./ms-my":2297,"./ms-my.js":2297,"./ms.js":3386,"./mt":7075,"./mt.js":7075,"./my":2264,"./my.js":2264,"./nb":2274,"./nb.js":2274,"./ne":8235,"./ne.js":8235,"./nl":2572,"./nl-be":3784,"./nl-be.js":3784,"./nl.js":2572,"./nn":4566,"./nn.js":4566,"./oc-lnc":9330,"./oc-lnc.js":9330,"./pa-in":9849,"./pa-in.js":9849,"./pl":4418,"./pl.js":4418,"./pt":9834,"./pt-br":8303,"./pt-br.js":8303,"./pt.js":9834,"./ro":4457,"./ro.js":4457,"./ru":2271,"./ru.js":2271,"./sd":1221,"./sd.js":1221,"./se":3478,"./se.js":3478,"./si":7538,"./si.js":7538,"./sk":5784,"./sk.js":5784,"./sl":6637,"./sl.js":6637,"./sq":6794,"./sq.js":6794,"./sr":5719,"./sr-cyrl":3322,"./sr-cyrl.js":3322,"./sr.js":5719,"./ss":6e3,"./ss.js":6e3,"./sv":1011,"./sv.js":1011,"./sw":748,"./sw.js":748,"./ta":1025,"./ta.js":1025,"./te":1885,"./te.js":1885,"./tet":8861,"./tet.js":8861,"./tg":6571,"./tg.js":6571,"./th":5802,"./th.js":5802,"./tk":9527,"./tk.js":9527,"./tl-ph":9231,"./tl-ph.js":9231,"./tlh":1052,"./tlh.js":1052,"./tr":5096,"./tr.js":5096,"./tzl":9846,"./tzl.js":9846,"./tzm":1765,"./tzm-latn":7711,"./tzm-latn.js":7711,"./tzm.js":1765,"./ug-cn":8414,"./ug-cn.js":8414,"./uk":6618,"./uk.js":6618,"./ur":158,"./ur.js":158,"./uz":7609,"./uz-latn":2475,"./uz-latn.js":2475,"./uz.js":7609,"./vi":1135,"./vi.js":1135,"./x-pseudo":4051,"./x-pseudo.js":4051,"./yo":2218,"./yo.js":2218,"./zh-cn":2648,"./zh-cn.js":2648,"./zh-hk":1632,"./zh-hk.js":1632,"./zh-mo":1541,"./zh-mo.js":1541,"./zh-tw":304,"./zh-tw.js":304};function n(e){var t=i(e);return a(t)}function i(e){if(!a.o(s,e)){var t=new Error("Cannot find module '"+e+"'");throw t.code="MODULE_NOT_FOUND",t}return s[e]}n.keys=function(){return Object.keys(s)},n.resolve=i,e.exports=n,n.id=5358},5093:function(e,t,a){(e=a.nmd(e)).exports=function(){"use strict";var t,s;function n(){return t.apply(null,arguments)}function i(e){return e instanceof Array||"[object Array]"===Object.prototype.toString.call(e)}function r(e){return null!=e&&"[object Object]"===Object.prototype.toString.call(e)}function o(e,t){return Object.prototype.hasOwnProperty.call(e,t)}function d(e){if(Object.getOwnPropertyNames)return 0===Object.getOwnPropertyNames(e).length;var t;for(t in e)if(o(e,t))return!1;return!0}function l(e){return void 0===e}function u(e){return"number"==typeof e||"[object Number]"===Object.prototype.toString.call(e)}function c(e){return e instanceof Date||"[object Date]"===Object.prototype.toString.call(e)}function _(e,t){var a,s=[],n=e.length;for(a=0;a>>0;for(t=0;t0)for(a=0;a=0?a?"+":"":"-")+Math.pow(10,Math.max(0,n)).toString().substr(1)+s}var P=/(\[[^\[]*\])|(\\)?([Hh]mm(ss)?|Mo|MM?M?M?|Do|DDDo|DD?D?D?|ddd?d?|do?|w[o|w]?|W[o|W]?|Qo?|N{1,5}|YYYYYY|YYYYY|YYYY|YY|y{2,4}|yo?|gg(ggg?)?|GG(GGG?)?|e|E|a|A|hh?|HH?|kk?|mm?|ss?|S{1,9}|x|X|zz?|ZZ?|.)/g,j=/(\[[^\[]*\])|(\\)?(LTS|LT|LL?L?L?|l{1,4})/g,O={},A={};function V(e,t,a,s){var n=s;"string"==typeof s&&(n=function(){return this[s]()}),e&&(A[e]=n),t&&(A[t[0]]=function(){return H(n.apply(this,arguments),t[1],t[2])}),a&&(A[a]=function(){return this.localeData().ordinal(n.apply(this,arguments),e)})}function E(e,t){return e.isValid()?(t=F(t,e.localeData()),O[t]=O[t]||function(e){var t,a,s,n=e.match(P);for(t=0,a=n.length;t=0&&j.test(e);)e=e.replace(j,s),j.lastIndex=0,a-=1;return e}var I={D:"date",dates:"date",date:"date",d:"day",days:"day",day:"day",e:"weekday",weekdays:"weekday",weekday:"weekday",E:"isoWeekday",isoweekdays:"isoWeekday",isoweekday:"isoWeekday",DDD:"dayOfYear",dayofyears:"dayOfYear",dayofyear:"dayOfYear",h:"hour",hours:"hour",hour:"hour",ms:"millisecond",milliseconds:"millisecond",millisecond:"millisecond",m:"minute",minutes:"minute",minute:"minute",M:"month",months:"month",month:"month",Q:"quarter",quarters:"quarter",quarter:"quarter",s:"second",seconds:"second",second:"second",gg:"weekYear",weekyears:"weekYear",weekyear:"weekYear",GG:"isoWeekYear",isoweekyears:"isoWeekYear",isoweekyear:"isoWeekYear",w:"week",weeks:"week",week:"week",W:"isoWeek",isoweeks:"isoWeek",isoweek:"isoWeek",y:"year",years:"year",year:"year"};function $(e){return"string"==typeof e?I[e]||I[e.toLowerCase()]:void 0}function W(e){var t,a,s={};for(a in e)o(e,a)&&(t=$(a))&&(s[t]=e[a]);return s}var N={date:9,day:11,weekday:11,isoWeekday:11,dayOfYear:4,hour:13,millisecond:16,minute:14,month:8,quarter:7,second:15,weekYear:1,isoWeekYear:1,week:5,isoWeek:5,year:1};var R,U=/\d/,z=/\d\d/,B=/\d{3}/,q=/\d{4}/,Z=/[+-]?\d{6}/,J=/\d\d?/,G=/\d\d\d\d?/,K=/\d\d\d\d\d\d?/,X=/\d{1,3}/,Q=/\d{1,4}/,ee=/[+-]?\d{1,6}/,te=/\d+/,ae=/[+-]?\d+/,se=/Z|[+-]\d\d:?\d\d/gi,ne=/Z|[+-]\d\d(?::?\d\d)?/gi,ie=/[0-9]{0,256}['a-z\u00A0-\u05FF\u0700-\uD7FF\uF900-\uFDCF\uFDF0-\uFF07\uFF10-\uFFEF]{1,256}|[\u0600-\u06FF\/]{1,256}(\s*?[\u0600-\u06FF]{1,256}){1,2}/i,re=/^[1-9]\d?/,oe=/^([1-9]\d|\d)/;function de(e,t,a){R[e]=T(t)?t:function(e,s){return e&&a?a:t}}function le(e,t){return o(R,e)?R[e](t._strict,t._locale):new RegExp(ue(e.replace("\\","").replace(/\\(\[)|\\(\])|\[([^\]\[]*)\]|\\(.)/g,(function(e,t,a,s,n){return t||a||s||n}))))}function ue(e){return e.replace(/[-\/\\^$*+?.()|[\]{}]/g,"\\$&")}function ce(e){return e<0?Math.ceil(e)||0:Math.floor(e)}function _e(e){var t=+e,a=0;return 0!==t&&isFinite(t)&&(a=ce(t)),a}R={};var me={};function he(e,t){var a,s,n=t;for("string"==typeof e&&(e=[e]),u(t)&&(n=function(e,a){a[t]=_e(e)}),s=e.length,a=0;a68?1900:2e3)};var Te,Se=xe("FullYear",!0);function xe(e,t){return function(a){return null!=a?(Pe(this,e,a),n.updateOffset(this,t),this):He(this,e)}}function He(e,t){if(!e.isValid())return NaN;var a=e._d,s=e._isUTC;switch(t){case"Milliseconds":return s?a.getUTCMilliseconds():a.getMilliseconds();case"Seconds":return s?a.getUTCSeconds():a.getSeconds();case"Minutes":return s?a.getUTCMinutes():a.getMinutes();case"Hours":return s?a.getUTCHours():a.getHours();case"Date":return s?a.getUTCDate():a.getDate();case"Day":return s?a.getUTCDay():a.getDay();case"Month":return s?a.getUTCMonth():a.getMonth();case"FullYear":return s?a.getUTCFullYear():a.getFullYear();default:return NaN}}function Pe(e,t,a){var s,n,i,r,o;if(e.isValid()&&!isNaN(a)){switch(s=e._d,n=e._isUTC,t){case"Milliseconds":return void(n?s.setUTCMilliseconds(a):s.setMilliseconds(a));case"Seconds":return void(n?s.setUTCSeconds(a):s.setSeconds(a));case"Minutes":return void(n?s.setUTCMinutes(a):s.setMinutes(a));case"Hours":return void(n?s.setUTCHours(a):s.setHours(a));case"Date":return void(n?s.setUTCDate(a):s.setDate(a));case"FullYear":break;default:return}i=a,r=e.month(),o=29!==(o=e.date())||1!==r||ve(i)?o:28,n?s.setUTCFullYear(i,r,o):s.setFullYear(i,r,o)}}function je(e,t){if(isNaN(e)||isNaN(t))return NaN;var a,s=(t%(a=12)+a)%a;return e+=(t-s)/12,1===s?ve(e)?29:28:31-s%7%2}Te=Array.prototype.indexOf?Array.prototype.indexOf:function(e){var t;for(t=0;t=0?(o=new Date(e+400,t,a,s,n,i,r),isFinite(o.getFullYear())&&o.setFullYear(e)):o=new Date(e,t,a,s,n,i,r),o}function Ue(e){var t,a;return e<100&&e>=0?((a=Array.prototype.slice.call(arguments))[0]=e+400,t=new Date(Date.UTC.apply(null,a)),isFinite(t.getUTCFullYear())&&t.setUTCFullYear(e)):t=new Date(Date.UTC.apply(null,arguments)),t}function ze(e,t,a){var s=7+t-a;return-(7+Ue(e,0,s).getUTCDay()-t)%7+s-1}function Be(e,t,a,s,n){var i,r,o=1+7*(t-1)+(7+a-s)%7+ze(e,s,n);return o<=0?r=Ye(i=e-1)+o:o>Ye(e)?(i=e+1,r=o-Ye(e)):(i=e,r=o),{year:i,dayOfYear:r}}function qe(e,t,a){var s,n,i=ze(e.year(),t,a),r=Math.floor((e.dayOfYear()-i-1)/7)+1;return r<1?s=r+Ze(n=e.year()-1,t,a):r>Ze(e.year(),t,a)?(s=r-Ze(e.year(),t,a),n=e.year()+1):(n=e.year(),s=r),{week:s,year:n}}function Ze(e,t,a){var s=ze(e,t,a),n=ze(e+1,t,a);return(Ye(e)-s+n)/7}V("w",["ww",2],"wo","week"),V("W",["WW",2],"Wo","isoWeek"),de("w",J,re),de("ww",J,z),de("W",J,re),de("WW",J,z),pe(["w","ww","W","WW"],(function(e,t,a,s){t[s.substr(0,1)]=_e(e)}));function Je(e,t){return e.slice(t,7).concat(e.slice(0,t))}V("d",0,"do","day"),V("dd",0,0,(function(e){return this.localeData().weekdaysMin(this,e)})),V("ddd",0,0,(function(e){return this.localeData().weekdaysShort(this,e)})),V("dddd",0,0,(function(e){return this.localeData().weekdays(this,e)})),V("e",0,0,"weekday"),V("E",0,0,"isoWeekday"),de("d",J),de("e",J),de("E",J),de("dd",(function(e,t){return t.weekdaysMinRegex(e)})),de("ddd",(function(e,t){return t.weekdaysShortRegex(e)})),de("dddd",(function(e,t){return t.weekdaysRegex(e)})),pe(["dd","ddd","dddd"],(function(e,t,a,s){var n=a._locale.weekdaysParse(e,s,a._strict);null!=n?t.d=n:p(a).invalidWeekday=e})),pe(["d","e","E"],(function(e,t,a,s){t[s]=_e(e)}));var Ge="Sunday_Monday_Tuesday_Wednesday_Thursday_Friday_Saturday".split("_"),Ke="Sun_Mon_Tue_Wed_Thu_Fri_Sat".split("_"),Xe="Su_Mo_Tu_We_Th_Fr_Sa".split("_"),Qe=ie,et=ie,tt=ie;function at(e,t,a){var s,n,i,r=e.toLocaleLowerCase();if(!this._weekdaysParse)for(this._weekdaysParse=[],this._shortWeekdaysParse=[],this._minWeekdaysParse=[],s=0;s<7;++s)i=h([2e3,1]).day(s),this._minWeekdaysParse[s]=this.weekdaysMin(i,"").toLocaleLowerCase(),this._shortWeekdaysParse[s]=this.weekdaysShort(i,"").toLocaleLowerCase(),this._weekdaysParse[s]=this.weekdays(i,"").toLocaleLowerCase();return a?"dddd"===t?-1!==(n=Te.call(this._weekdaysParse,r))?n:null:"ddd"===t?-1!==(n=Te.call(this._shortWeekdaysParse,r))?n:null:-1!==(n=Te.call(this._minWeekdaysParse,r))?n:null:"dddd"===t?-1!==(n=Te.call(this._weekdaysParse,r))||-1!==(n=Te.call(this._shortWeekdaysParse,r))||-1!==(n=Te.call(this._minWeekdaysParse,r))?n:null:"ddd"===t?-1!==(n=Te.call(this._shortWeekdaysParse,r))||-1!==(n=Te.call(this._weekdaysParse,r))||-1!==(n=Te.call(this._minWeekdaysParse,r))?n:null:-1!==(n=Te.call(this._minWeekdaysParse,r))||-1!==(n=Te.call(this._weekdaysParse,r))||-1!==(n=Te.call(this._shortWeekdaysParse,r))?n:null}function st(){function e(e,t){return t.length-e.length}var t,a,s,n,i,r=[],o=[],d=[],l=[];for(t=0;t<7;t++)a=h([2e3,1]).day(t),s=ue(this.weekdaysMin(a,"")),n=ue(this.weekdaysShort(a,"")),i=ue(this.weekdays(a,"")),r.push(s),o.push(n),d.push(i),l.push(s),l.push(n),l.push(i);r.sort(e),o.sort(e),d.sort(e),l.sort(e),this._weekdaysRegex=new RegExp("^("+l.join("|")+")","i"),this._weekdaysShortRegex=this._weekdaysRegex,this._weekdaysMinRegex=this._weekdaysRegex,this._weekdaysStrictRegex=new RegExp("^("+d.join("|")+")","i"),this._weekdaysShortStrictRegex=new RegExp("^("+o.join("|")+")","i"),this._weekdaysMinStrictRegex=new RegExp("^("+r.join("|")+")","i")}function nt(){return this.hours()%12||12}function it(e,t){V(e,0,0,(function(){return this.localeData().meridiem(this.hours(),this.minutes(),t)}))}function rt(e,t){return t._meridiemParse}V("H",["HH",2],0,"hour"),V("h",["hh",2],0,nt),V("k",["kk",2],0,(function(){return this.hours()||24})),V("hmm",0,0,(function(){return""+nt.apply(this)+H(this.minutes(),2)})),V("hmmss",0,0,(function(){return""+nt.apply(this)+H(this.minutes(),2)+H(this.seconds(),2)})),V("Hmm",0,0,(function(){return""+this.hours()+H(this.minutes(),2)})),V("Hmmss",0,0,(function(){return""+this.hours()+H(this.minutes(),2)+H(this.seconds(),2)})),it("a",!0),it("A",!1),de("a",rt),de("A",rt),de("H",J,oe),de("h",J,re),de("k",J,re),de("HH",J,z),de("hh",J,z),de("kk",J,z),de("hmm",G),de("hmmss",K),de("Hmm",G),de("Hmmss",K),he(["H","HH"],Me),he(["k","kk"],(function(e,t,a){var s=_e(e);t[Me]=24===s?0:s})),he(["a","A"],(function(e,t,a){a._isPm=a._locale.isPM(e),a._meridiem=e})),he(["h","hh"],(function(e,t,a){t[Me]=_e(e),p(a).bigHour=!0})),he("hmm",(function(e,t,a){var s=e.length-2;t[Me]=_e(e.substr(0,s)),t[be]=_e(e.substr(s)),p(a).bigHour=!0})),he("hmmss",(function(e,t,a){var s=e.length-4,n=e.length-2;t[Me]=_e(e.substr(0,s)),t[be]=_e(e.substr(s,2)),t[Le]=_e(e.substr(n)),p(a).bigHour=!0})),he("Hmm",(function(e,t,a){var s=e.length-2;t[Me]=_e(e.substr(0,s)),t[be]=_e(e.substr(s))})),he("Hmmss",(function(e,t,a){var s=e.length-4,n=e.length-2;t[Me]=_e(e.substr(0,s)),t[be]=_e(e.substr(s,2)),t[Le]=_e(e.substr(n))}));var ot=xe("Hours",!0);var dt,lt={calendar:{sameDay:"[Today at] LT",nextDay:"[Tomorrow at] LT",nextWeek:"dddd [at] LT",lastDay:"[Yesterday at] LT",lastWeek:"[Last] dddd [at] LT",sameElse:"L"},longDateFormat:{LTS:"h:mm:ss A",LT:"h:mm A",L:"MM/DD/YYYY",LL:"MMMM D, YYYY",LLL:"MMMM D, YYYY h:mm A",LLLL:"dddd, MMMM D, YYYY h:mm A"},invalidDate:"Invalid date",ordinal:"%d",dayOfMonthOrdinalParse:/\d{1,2}/,relativeTime:{future:"in %s",past:"%s ago",s:"a few seconds",ss:"%d seconds",m:"a minute",mm:"%d minutes",h:"an hour",hh:"%d hours",d:"a day",dd:"%d days",w:"a week",ww:"%d weeks",M:"a month",MM:"%d months",y:"a year",yy:"%d years"},months:Oe,monthsShort:Ae,week:{dow:0,doy:6},weekdays:Ge,weekdaysMin:Xe,weekdaysShort:Ke,meridiemParse:/[ap]\.?m?\.?/i},ut={},ct={};function _t(e,t){var a,s=Math.min(e.length,t.length);for(a=0;a0;){if(s=ht(n.slice(0,t).join("-")))return s;if(a&&a.length>=t&&_t(n,a)>=t-1)break;t--}i++}return dt}(e)}function gt(e){var t,a=e._a;return a&&-2===p(e).overflow&&(t=a[ye]<0||a[ye]>11?ye:a[ke]<1||a[ke]>je(a[ge],a[ye])?ke:a[Me]<0||a[Me]>24||24===a[Me]&&(0!==a[be]||0!==a[Le]||0!==a[we])?Me:a[be]<0||a[be]>59?be:a[Le]<0||a[Le]>59?Le:a[we]<0||a[we]>999?we:-1,p(e)._overflowDayOfYear&&(tke)&&(t=ke),p(e)._overflowWeeks&&-1===t&&(t=De),p(e)._overflowWeekday&&-1===t&&(t=Ce),p(e).overflow=t),e}var yt=/^\s*((?:[+-]\d{6}|\d{4})-(?:\d\d-\d\d|W\d\d-\d|W\d\d|\d\d\d|\d\d))(?:(T| )(\d\d(?::\d\d(?::\d\d(?:[.,]\d+)?)?)?)([+-]\d\d(?::?\d\d)?|\s*Z)?)?$/,kt=/^\s*((?:[+-]\d{6}|\d{4})(?:\d\d\d\d|W\d\d\d|W\d\d|\d\d\d|\d\d|))(?:(T| )(\d\d(?:\d\d(?:\d\d(?:[.,]\d+)?)?)?)([+-]\d\d(?::?\d\d)?|\s*Z)?)?$/,Mt=/Z|[+-]\d\d(?::?\d\d)?/,bt=[["YYYYYY-MM-DD",/[+-]\d{6}-\d\d-\d\d/],["YYYY-MM-DD",/\d{4}-\d\d-\d\d/],["GGGG-[W]WW-E",/\d{4}-W\d\d-\d/],["GGGG-[W]WW",/\d{4}-W\d\d/,!1],["YYYY-DDD",/\d{4}-\d{3}/],["YYYY-MM",/\d{4}-\d\d/,!1],["YYYYYYMMDD",/[+-]\d{10}/],["YYYYMMDD",/\d{8}/],["GGGG[W]WWE",/\d{4}W\d{3}/],["GGGG[W]WW",/\d{4}W\d{2}/,!1],["YYYYDDD",/\d{7}/],["YYYYMM",/\d{6}/,!1],["YYYY",/\d{4}/,!1]],Lt=[["HH:mm:ss.SSSS",/\d\d:\d\d:\d\d\.\d+/],["HH:mm:ss,SSSS",/\d\d:\d\d:\d\d,\d+/],["HH:mm:ss",/\d\d:\d\d:\d\d/],["HH:mm",/\d\d:\d\d/],["HHmmss.SSSS",/\d\d\d\d\d\d\.\d+/],["HHmmss,SSSS",/\d\d\d\d\d\d,\d+/],["HHmmss",/\d\d\d\d\d\d/],["HHmm",/\d\d\d\d/],["HH",/\d\d/]],wt=/^\/?Date\((-?\d+)/i,Dt=/^(?:(Mon|Tue|Wed|Thu|Fri|Sat|Sun),?\s)?(\d{1,2})\s(Jan|Feb|Mar|Apr|May|Jun|Jul|Aug|Sep|Oct|Nov|Dec)\s(\d{2,4})\s(\d\d):(\d\d)(?::(\d\d))?\s(?:(UT|GMT|[ECMP][SD]T)|([Zz])|([+-]\d{4}))$/,Ct={UT:0,GMT:0,EDT:-240,EST:-300,CDT:-300,CST:-360,MDT:-360,MST:-420,PDT:-420,PST:-480};function Yt(e){var t,a,s,n,i,r,o=e._i,d=yt.exec(o)||kt.exec(o),l=bt.length,u=Lt.length;if(d){for(p(e).iso=!0,t=0,a=l;t7)&&(d=!0)):(i=e._locale._week.dow,r=e._locale._week.doy,l=qe(At(),i,r),a=xt(t.gg,e._a[ge],l.year),s=xt(t.w,l.week),null!=t.d?((n=t.d)<0||n>6)&&(d=!0):null!=t.e?(n=t.e+i,(t.e<0||t.e>6)&&(d=!0)):n=i),s<1||s>Ze(a,i,r)?p(e)._overflowWeeks=!0:null!=d?p(e)._overflowWeekday=!0:(o=Be(a,s,n,i,r),e._a[ge]=o.year,e._dayOfYear=o.dayOfYear)}(e),null!=e._dayOfYear&&(r=xt(e._a[ge],s[ge]),(e._dayOfYear>Ye(r)||0===e._dayOfYear)&&(p(e)._overflowDayOfYear=!0),a=Ue(r,0,e._dayOfYear),e._a[ye]=a.getUTCMonth(),e._a[ke]=a.getUTCDate()),t=0;t<3&&null==e._a[t];++t)e._a[t]=o[t]=s[t];for(;t<7;t++)e._a[t]=o[t]=null==e._a[t]?2===t?1:0:e._a[t];24===e._a[Me]&&0===e._a[be]&&0===e._a[Le]&&0===e._a[we]&&(e._nextDay=!0,e._a[Me]=0),e._d=(e._useUTC?Ue:Re).apply(null,o),i=e._useUTC?e._d.getUTCDay():e._d.getDay(),null!=e._tzm&&e._d.setUTCMinutes(e._d.getUTCMinutes()-e._tzm),e._nextDay&&(e._a[Me]=24),e._w&&void 0!==e._w.d&&e._w.d!==i&&(p(e).weekdayMismatch=!0)}}function Pt(e){if(e._f!==n.ISO_8601)if(e._f!==n.RFC_2822){e._a=[],p(e).empty=!0;var t,a,s,i,r,o,d,l=""+e._i,u=l.length,c=0;for(d=(s=F(e._f,e._locale).match(P)||[]).length,t=0;t0&&p(e).unusedInput.push(r),l=l.slice(l.indexOf(a)+a.length),c+=a.length),A[i]?(a?p(e).empty=!1:p(e).unusedTokens.push(i),fe(i,a,e)):e._strict&&!a&&p(e).unusedTokens.push(i);p(e).charsLeftOver=u-c,l.length>0&&p(e).unusedInput.push(l),e._a[Me]<=12&&!0===p(e).bigHour&&e._a[Me]>0&&(p(e).bigHour=void 0),p(e).parsedDateParts=e._a.slice(0),p(e).meridiem=e._meridiem,e._a[Me]=function(e,t,a){var s;return null==a?t:null!=e.meridiemHour?e.meridiemHour(t,a):null!=e.isPM?((s=e.isPM(a))&&t<12&&(t+=12),s||12!==t||(t=0),t):t}(e._locale,e._a[Me],e._meridiem),null!==(o=p(e).era)&&(e._a[ge]=e._locale.erasConvertYear(o,e._a[ge])),Ht(e),gt(e)}else St(e);else Yt(e)}function jt(e){var t=e._i,a=e._f;return e._locale=e._locale||vt(e._l),null===t||void 0===a&&""===t?v({nullInput:!0}):("string"==typeof t&&(e._i=t=e._locale.preparse(t)),b(t)?new M(gt(t)):(c(t)?e._d=t:i(a)?function(e){var t,a,s,n,i,r,o=!1,d=e._f.length;if(0===d)return p(e).invalidFormat=!0,void(e._d=new Date(NaN));for(n=0;nthis?this:e:v()}));function Ft(e,t){var a,s;if(1===t.length&&i(t[0])&&(t=t[0]),!t.length)return At();for(a=t[0],s=1;s=0?new Date(e+400,t,a)-ma:new Date(e,t,a).valueOf()}function fa(e,t,a){return e<100&&e>=0?Date.UTC(e+400,t,a)-ma:Date.UTC(e,t,a)}function va(e,t){return t.erasAbbrRegex(e)}function ga(){var e,t,a,s,n,i=[],r=[],o=[],d=[],l=this.eras();for(e=0,t=l.length;e(i=Ze(e,s,n))&&(t=i),Ma.call(this,e,t,a,s,n))}function Ma(e,t,a,s,n){var i=Be(e,t,a,s,n),r=Ue(i.year,0,i.dayOfYear);return this.year(r.getUTCFullYear()),this.month(r.getUTCMonth()),this.date(r.getUTCDate()),this}V("N",0,0,"eraAbbr"),V("NN",0,0,"eraAbbr"),V("NNN",0,0,"eraAbbr"),V("NNNN",0,0,"eraName"),V("NNNNN",0,0,"eraNarrow"),V("y",["y",1],"yo","eraYear"),V("y",["yy",2],0,"eraYear"),V("y",["yyy",3],0,"eraYear"),V("y",["yyyy",4],0,"eraYear"),de("N",va),de("NN",va),de("NNN",va),de("NNNN",(function(e,t){return t.erasNameRegex(e)})),de("NNNNN",(function(e,t){return t.erasNarrowRegex(e)})),he(["N","NN","NNN","NNNN","NNNNN"],(function(e,t,a,s){var n=a._locale.erasParse(e,s,a._strict);n?p(a).era=n:p(a).invalidEra=e})),de("y",te),de("yy",te),de("yyy",te),de("yyyy",te),de("yo",(function(e,t){return t._eraYearOrdinalRegex||te})),he(["y","yy","yyy","yyyy"],ge),he(["yo"],(function(e,t,a,s){var n;a._locale._eraYearOrdinalRegex&&(n=e.match(a._locale._eraYearOrdinalRegex)),a._locale.eraYearOrdinalParse?t[ge]=a._locale.eraYearOrdinalParse(e,n):t[ge]=parseInt(e,10)})),V(0,["gg",2],0,(function(){return this.weekYear()%100})),V(0,["GG",2],0,(function(){return this.isoWeekYear()%100})),ya("gggg","weekYear"),ya("ggggg","weekYear"),ya("GGGG","isoWeekYear"),ya("GGGGG","isoWeekYear"),de("G",ae),de("g",ae),de("GG",J,z),de("gg",J,z),de("GGGG",Q,q),de("gggg",Q,q),de("GGGGG",ee,Z),de("ggggg",ee,Z),pe(["gggg","ggggg","GGGG","GGGGG"],(function(e,t,a,s){t[s.substr(0,2)]=_e(e)})),pe(["gg","GG"],(function(e,t,a,s){t[s]=n.parseTwoDigitYear(e)})),V("Q",0,"Qo","quarter"),de("Q",U),he("Q",(function(e,t){t[ye]=3*(_e(e)-1)})),V("D",["DD",2],"Do","date"),de("D",J,re),de("DD",J,z),de("Do",(function(e,t){return e?t._dayOfMonthOrdinalParse||t._ordinalParse:t._dayOfMonthOrdinalParseLenient})),he(["D","DD"],ke),he("Do",(function(e,t){t[ke]=_e(e.match(J)[0])}));var ba=xe("Date",!0);V("DDD",["DDDD",3],"DDDo","dayOfYear"),de("DDD",X),de("DDDD",B),he(["DDD","DDDD"],(function(e,t,a){a._dayOfYear=_e(e)})),V("m",["mm",2],0,"minute"),de("m",J,oe),de("mm",J,z),he(["m","mm"],be);var La=xe("Minutes",!1);V("s",["ss",2],0,"second"),de("s",J,oe),de("ss",J,z),he(["s","ss"],Le);var wa,Da,Ca=xe("Seconds",!1);for(V("S",0,0,(function(){return~~(this.millisecond()/100)})),V(0,["SS",2],0,(function(){return~~(this.millisecond()/10)})),V(0,["SSS",3],0,"millisecond"),V(0,["SSSS",4],0,(function(){return 10*this.millisecond()})),V(0,["SSSSS",5],0,(function(){return 100*this.millisecond()})),V(0,["SSSSSS",6],0,(function(){return 1e3*this.millisecond()})),V(0,["SSSSSSS",7],0,(function(){return 1e4*this.millisecond()})),V(0,["SSSSSSSS",8],0,(function(){return 1e5*this.millisecond()})),V(0,["SSSSSSSSS",9],0,(function(){return 1e6*this.millisecond()})),de("S",X,U),de("SS",X,z),de("SSS",X,B),wa="SSSS";wa.length<=9;wa+="S")de(wa,te);function Ya(e,t){t[we]=_e(1e3*("0."+e))}for(wa="S";wa.length<=9;wa+="S")he(wa,Ya);Da=xe("Milliseconds",!1),V("z",0,0,"zoneAbbr"),V("zz",0,0,"zoneName");var Ta=M.prototype;function Sa(e){return e}Ta.add=aa,Ta.calendar=function(e,t){1===arguments.length&&(arguments[0]?ia(arguments[0])?(e=arguments[0],t=void 0):function(e){var t,a=r(e)&&!d(e),s=!1,n=["sameDay","nextDay","lastDay","nextWeek","lastWeek","sameElse"];for(t=0;ta.valueOf():a.valueOf()9999?E(a,t?"YYYYYY-MM-DD[T]HH:mm:ss.SSS[Z]":"YYYYYY-MM-DD[T]HH:mm:ss.SSSZ"):T(Date.prototype.toISOString)?t?this.toDate().toISOString():new Date(this.valueOf()+60*this.utcOffset()*1e3).toISOString().replace("Z",E(a,"Z")):E(a,t?"YYYY-MM-DD[T]HH:mm:ss.SSS[Z]":"YYYY-MM-DD[T]HH:mm:ss.SSSZ")},Ta.inspect=function(){if(!this.isValid())return"moment.invalid(/* "+this._i+" */)";var e,t,a,s="moment",n="";return this.isLocal()||(s=0===this.utcOffset()?"moment.utc":"moment.parseZone",n="Z"),e="["+s+'("]',t=0<=this.year()&&this.year()<=9999?"YYYY":"YYYYYY",a=n+'[")]',this.format(e+t+"-MM-DD[T]HH:mm:ss.SSS"+a)},"undefined"!=typeof Symbol&&null!=Symbol.for&&(Ta[Symbol.for("nodejs.util.inspect.custom")]=function(){return"Moment<"+this.format()+">"}),Ta.toJSON=function(){return this.isValid()?this.toISOString():null},Ta.toString=function(){return this.clone().locale("en").format("ddd MMM DD YYYY HH:mm:ss [GMT]ZZ")},Ta.unix=function(){return Math.floor(this.valueOf()/1e3)},Ta.valueOf=function(){return this._d.valueOf()-6e4*(this._offset||0)},Ta.creationData=function(){return{input:this._i,format:this._f,locale:this._locale,isUTC:this._isUTC,strict:this._strict}},Ta.eraName=function(){var e,t,a,s=this.localeData().eras();for(e=0,t=s.length;ethis.clone().month(0).utcOffset()||this.utcOffset()>this.clone().month(5).utcOffset()},Ta.isLocal=function(){return!!this.isValid()&&!this._isUTC},Ta.isUtcOffset=function(){return!!this.isValid()&&this._isUTC},Ta.isUtc=Zt,Ta.isUTC=Zt,Ta.zoneAbbr=function(){return this._isUTC?"UTC":""},Ta.zoneName=function(){return this._isUTC?"Coordinated Universal Time":""},Ta.dates=w("dates accessor is deprecated. Use date instead.",ba),Ta.months=w("months accessor is deprecated. Use month instead",We),Ta.years=w("years accessor is deprecated. Use year instead",Se),Ta.zone=w("moment().zone is deprecated, use moment().utcOffset instead. http://momentjs.com/guides/#/warnings/zone/",(function(e,t){return null!=e?("string"!=typeof e&&(e=-e),this.utcOffset(e,t),this):-this.utcOffset()})),Ta.isDSTShifted=w("isDSTShifted is deprecated. See http://momentjs.com/guides/#/warnings/dst-shifted/ for more information",(function(){if(!l(this._isDSTShifted))return this._isDSTShifted;var e,t={};return k(t,this),(t=jt(t))._a?(e=t._isUTC?h(t._a):At(t._a),this._isDSTShifted=this.isValid()&&function(e,t,a){var s,n=Math.min(e.length,t.length),i=Math.abs(e.length-t.length),r=0;for(s=0;s0):this._isDSTShifted=!1,this._isDSTShifted}));var xa=x.prototype;function Ha(e,t,a,s){var n=vt(),i=h().set(s,t);return n[a](i,e)}function Pa(e,t,a){if(u(e)&&(t=e,e=void 0),e=e||"",null!=t)return Ha(e,t,a,"month");var s,n=[];for(s=0;s<12;s++)n[s]=Ha(e,s,a,"month");return n}function ja(e,t,a,s){"boolean"==typeof e?(u(t)&&(a=t,t=void 0),t=t||""):(a=t=e,e=!1,u(t)&&(a=t,t=void 0),t=t||"");var n,i=vt(),r=e?i._week.dow:0,o=[];if(null!=a)return Ha(t,(a+r)%7,s,"day");for(n=0;n<7;n++)o[n]=Ha(t,(n+r)%7,s,"day");return o}xa.calendar=function(e,t,a){var s=this._calendar[e]||this._calendar.sameElse;return T(s)?s.call(t,a):s},xa.longDateFormat=function(e){var t=this._longDateFormat[e],a=this._longDateFormat[e.toUpperCase()];return t||!a?t:(this._longDateFormat[e]=a.match(P).map((function(e){return"MMMM"===e||"MM"===e||"DD"===e||"dddd"===e?e.slice(1):e})).join(""),this._longDateFormat[e])},xa.invalidDate=function(){return this._invalidDate},xa.ordinal=function(e){return this._ordinal.replace("%d",e)},xa.preparse=Sa,xa.postformat=Sa,xa.relativeTime=function(e,t,a,s){var n=this._relativeTime[a];return T(n)?n(e,t,a,s):n.replace(/%d/i,e)},xa.pastFuture=function(e,t){var a=this._relativeTime[e>0?"future":"past"];return T(a)?a(t):a.replace(/%s/i,t)},xa.set=function(e){var t,a;for(a in e)o(e,a)&&(T(t=e[a])?this[a]=t:this["_"+a]=t);this._config=e,this._dayOfMonthOrdinalParseLenient=new RegExp((this._dayOfMonthOrdinalParse.source||this._ordinalParse.source)+"|"+/\d{1,2}/.source)},xa.eras=function(e,t){var a,s,i,r=this._eras||vt("en")._eras;for(a=0,s=r.length;a=0)return d[s]},xa.erasConvertYear=function(e,t){var a=e.since<=e.until?1:-1;return void 0===t?n(e.since).year():n(e.since).year()+(t-e.offset)*a},xa.erasAbbrRegex=function(e){return o(this,"_erasAbbrRegex")||ga.call(this),e?this._erasAbbrRegex:this._erasRegex},xa.erasNameRegex=function(e){return o(this,"_erasNameRegex")||ga.call(this),e?this._erasNameRegex:this._erasRegex},xa.erasNarrowRegex=function(e){return o(this,"_erasNarrowRegex")||ga.call(this),e?this._erasNarrowRegex:this._erasRegex},xa.months=function(e,t){return e?i(this._months)?this._months[e.month()]:this._months[(this._months.isFormat||Ve).test(t)?"format":"standalone"][e.month()]:i(this._months)?this._months:this._months.standalone},xa.monthsShort=function(e,t){return e?i(this._monthsShort)?this._monthsShort[e.month()]:this._monthsShort[Ve.test(t)?"format":"standalone"][e.month()]:i(this._monthsShort)?this._monthsShort:this._monthsShort.standalone},xa.monthsParse=function(e,t,a){var s,n,i;if(this._monthsParseExact)return Ie.call(this,e,t,a);for(this._monthsParse||(this._monthsParse=[],this._longMonthsParse=[],this._shortMonthsParse=[]),s=0;s<12;s++){if(n=h([2e3,s]),a&&!this._longMonthsParse[s]&&(this._longMonthsParse[s]=new RegExp("^"+this.months(n,"").replace(".","")+"$","i"),this._shortMonthsParse[s]=new RegExp("^"+this.monthsShort(n,"").replace(".","")+"$","i")),a||this._monthsParse[s]||(i="^"+this.months(n,"")+"|^"+this.monthsShort(n,""),this._monthsParse[s]=new RegExp(i.replace(".",""),"i")),a&&"MMMM"===t&&this._longMonthsParse[s].test(e))return s;if(a&&"MMM"===t&&this._shortMonthsParse[s].test(e))return s;if(!a&&this._monthsParse[s].test(e))return s}},xa.monthsRegex=function(e){return this._monthsParseExact?(o(this,"_monthsRegex")||Ne.call(this),e?this._monthsStrictRegex:this._monthsRegex):(o(this,"_monthsRegex")||(this._monthsRegex=Fe),this._monthsStrictRegex&&e?this._monthsStrictRegex:this._monthsRegex)},xa.monthsShortRegex=function(e){return this._monthsParseExact?(o(this,"_monthsRegex")||Ne.call(this),e?this._monthsShortStrictRegex:this._monthsShortRegex):(o(this,"_monthsShortRegex")||(this._monthsShortRegex=Ee),this._monthsShortStrictRegex&&e?this._monthsShortStrictRegex:this._monthsShortRegex)},xa.week=function(e){return qe(e,this._week.dow,this._week.doy).week},xa.firstDayOfYear=function(){return this._week.doy},xa.firstDayOfWeek=function(){return this._week.dow},xa.weekdays=function(e,t){var a=i(this._weekdays)?this._weekdays:this._weekdays[e&&!0!==e&&this._weekdays.isFormat.test(t)?"format":"standalone"];return!0===e?Je(a,this._week.dow):e?a[e.day()]:a},xa.weekdaysMin=function(e){return!0===e?Je(this._weekdaysMin,this._week.dow):e?this._weekdaysMin[e.day()]:this._weekdaysMin},xa.weekdaysShort=function(e){return!0===e?Je(this._weekdaysShort,this._week.dow):e?this._weekdaysShort[e.day()]:this._weekdaysShort},xa.weekdaysParse=function(e,t,a){var s,n,i;if(this._weekdaysParseExact)return at.call(this,e,t,a);for(this._weekdaysParse||(this._weekdaysParse=[],this._minWeekdaysParse=[],this._shortWeekdaysParse=[],this._fullWeekdaysParse=[]),s=0;s<7;s++){if(n=h([2e3,1]).day(s),a&&!this._fullWeekdaysParse[s]&&(this._fullWeekdaysParse[s]=new RegExp("^"+this.weekdays(n,"").replace(".","\\.?")+"$","i"),this._shortWeekdaysParse[s]=new RegExp("^"+this.weekdaysShort(n,"").replace(".","\\.?")+"$","i"),this._minWeekdaysParse[s]=new RegExp("^"+this.weekdaysMin(n,"").replace(".","\\.?")+"$","i")),this._weekdaysParse[s]||(i="^"+this.weekdays(n,"")+"|^"+this.weekdaysShort(n,"")+"|^"+this.weekdaysMin(n,""),this._weekdaysParse[s]=new RegExp(i.replace(".",""),"i")),a&&"dddd"===t&&this._fullWeekdaysParse[s].test(e))return s;if(a&&"ddd"===t&&this._shortWeekdaysParse[s].test(e))return s;if(a&&"dd"===t&&this._minWeekdaysParse[s].test(e))return s;if(!a&&this._weekdaysParse[s].test(e))return s}},xa.weekdaysRegex=function(e){return this._weekdaysParseExact?(o(this,"_weekdaysRegex")||st.call(this),e?this._weekdaysStrictRegex:this._weekdaysRegex):(o(this,"_weekdaysRegex")||(this._weekdaysRegex=Qe),this._weekdaysStrictRegex&&e?this._weekdaysStrictRegex:this._weekdaysRegex)},xa.weekdaysShortRegex=function(e){return this._weekdaysParseExact?(o(this,"_weekdaysRegex")||st.call(this),e?this._weekdaysShortStrictRegex:this._weekdaysShortRegex):(o(this,"_weekdaysShortRegex")||(this._weekdaysShortRegex=et),this._weekdaysShortStrictRegex&&e?this._weekdaysShortStrictRegex:this._weekdaysShortRegex)},xa.weekdaysMinRegex=function(e){return this._weekdaysParseExact?(o(this,"_weekdaysRegex")||st.call(this),e?this._weekdaysMinStrictRegex:this._weekdaysMinRegex):(o(this,"_weekdaysMinRegex")||(this._weekdaysMinRegex=tt),this._weekdaysMinStrictRegex&&e?this._weekdaysMinStrictRegex:this._weekdaysMinRegex)},xa.isPM=function(e){return"p"===(e+"").toLowerCase().charAt(0)},xa.meridiem=function(e,t,a){return e>11?a?"pm":"PM":a?"am":"AM"},pt("en",{eras:[{since:"0001-01-01",until:1/0,offset:1,name:"Anno Domini",narrow:"AD",abbr:"AD"},{since:"0000-12-31",until:-1/0,offset:1,name:"Before Christ",narrow:"BC",abbr:"BC"}],dayOfMonthOrdinalParse:/\d{1,2}(th|st|nd|rd)/,ordinal:function(e){var t=e%10;return e+(1===_e(e%100/10)?"th":1===t?"st":2===t?"nd":3===t?"rd":"th")}}),n.lang=w("moment.lang is deprecated. Use moment.locale instead.",pt),n.langData=w("moment.langData is deprecated. Use moment.localeData instead.",vt);var Oa=Math.abs;function Aa(e,t,a,s){var n=Kt(t,a);return e._milliseconds+=s*n._milliseconds,e._days+=s*n._days,e._months+=s*n._months,e._bubble()}function Va(e){return e<0?Math.floor(e):Math.ceil(e)}function Ea(e){return 4800*e/146097}function Fa(e){return 146097*e/4800}function Ia(e){return function(){return this.as(e)}}var $a=Ia("ms"),Wa=Ia("s"),Na=Ia("m"),Ra=Ia("h"),Ua=Ia("d"),za=Ia("w"),Ba=Ia("M"),qa=Ia("Q"),Za=Ia("y"),Ja=$a;function Ga(e){return function(){return this.isValid()?this._data[e]:NaN}}var Ka=Ga("milliseconds"),Xa=Ga("seconds"),Qa=Ga("minutes"),es=Ga("hours"),ts=Ga("days"),as=Ga("months"),ss=Ga("years");var ns=Math.round,is={ss:44,s:45,m:45,h:22,d:26,w:null,M:11};function rs(e,t,a,s,n){return n.relativeTime(t||1,!!a,e,s)}var os=Math.abs;function ds(e){return(e>0)-(e<0)||+e}function ls(){if(!this.isValid())return this.localeData().invalidDate();var e,t,a,s,n,i,r,o,d=os(this._milliseconds)/1e3,l=os(this._days),u=os(this._months),c=this.asSeconds();return c?(e=ce(d/60),t=ce(e/60),d%=60,e%=60,a=ce(u/12),u%=12,s=d?d.toFixed(3).replace(/\.?0+$/,""):"",n=c<0?"-":"",i=ds(this._months)!==ds(c)?"-":"",r=ds(this._days)!==ds(c)?"-":"",o=ds(this._milliseconds)!==ds(c)?"-":"",n+"P"+(a?i+a+"Y":"")+(u?i+u+"M":"")+(l?r+l+"D":"")+(t||e||d?"T":"")+(t?o+t+"H":"")+(e?o+e+"M":"")+(d?o+s+"S":"")):"P0D"}var us=$t.prototype;return us.isValid=function(){return this._isValid},us.abs=function(){var e=this._data;return this._milliseconds=Oa(this._milliseconds),this._days=Oa(this._days),this._months=Oa(this._months),e.milliseconds=Oa(e.milliseconds),e.seconds=Oa(e.seconds),e.minutes=Oa(e.minutes),e.hours=Oa(e.hours),e.months=Oa(e.months),e.years=Oa(e.years),this},us.add=function(e,t){return Aa(this,e,t,1)},us.subtract=function(e,t){return Aa(this,e,t,-1)},us.as=function(e){if(!this.isValid())return NaN;var t,a,s=this._milliseconds;if("month"===(e=$(e))||"quarter"===e||"year"===e)switch(t=this._days+s/864e5,a=this._months+Ea(t),e){case"month":return a;case"quarter":return a/3;case"year":return a/12}else switch(t=this._days+Math.round(Fa(this._months)),e){case"week":return t/7+s/6048e5;case"day":return t+s/864e5;case"hour":return 24*t+s/36e5;case"minute":return 1440*t+s/6e4;case"second":return 86400*t+s/1e3;case"millisecond":return Math.floor(864e5*t)+s;default:throw new Error("Unknown unit "+e)}},us.asMilliseconds=$a,us.asSeconds=Wa,us.asMinutes=Na,us.asHours=Ra,us.asDays=Ua,us.asWeeks=za,us.asMonths=Ba,us.asQuarters=qa,us.asYears=Za,us.valueOf=Ja,us._bubble=function(){var e,t,a,s,n,i=this._milliseconds,r=this._days,o=this._months,d=this._data;return i>=0&&r>=0&&o>=0||i<=0&&r<=0&&o<=0||(i+=864e5*Va(Fa(o)+r),r=0,o=0),d.milliseconds=i%1e3,e=ce(i/1e3),d.seconds=e%60,t=ce(e/60),d.minutes=t%60,a=ce(t/60),d.hours=a%24,r+=ce(a/24),o+=n=ce(Ea(r)),r-=Va(Fa(n)),s=ce(o/12),o%=12,d.days=r,d.months=o,d.years=s,this},us.clone=function(){return Kt(this)},us.get=function(e){return e=$(e),this.isValid()?this[e+"s"]():NaN},us.milliseconds=Ka,us.seconds=Xa,us.minutes=Qa,us.hours=es,us.days=ts,us.weeks=function(){return ce(this.days()/7)},us.months=as,us.years=ss,us.humanize=function(e,t){if(!this.isValid())return this.localeData().invalidDate();var a,s,n=!1,i=is;return"object"==typeof e&&(t=e,e=!1),"boolean"==typeof e&&(n=e),"object"==typeof t&&(i=Object.assign({},is,t),null!=t.s&&null==t.ss&&(i.ss=t.s-1)),s=function(e,t,a,s){var n=Kt(e).abs(),i=ns(n.as("s")),r=ns(n.as("m")),o=ns(n.as("h")),d=ns(n.as("d")),l=ns(n.as("M")),u=ns(n.as("w")),c=ns(n.as("y")),_=i<=a.ss&&["s",i]||i0,_[4]=s,rs.apply(null,_)}(this,!n,i,a=this.localeData()),n&&(s=a.pastFuture(+this,s)),a.postformat(s)},us.toISOString=ls,us.toString=ls,us.toJSON=ls,us.locale=oa,us.localeData=la,us.toIsoString=w("toIsoString() is deprecated. Please use toISOString() instead (notice the capitals)",ls),us.lang=da,V("X",0,0,"unix"),V("x",0,0,"valueOf"),de("x",ae),de("X",/[+-]?\d+(\.\d{1,3})?/),he("X",(function(e,t,a){a._d=new Date(1e3*parseFloat(e))})),he("x",(function(e,t,a){a._d=new Date(_e(e))})),n.version="2.30.1",t=At,n.fn=Ta,n.min=function(){return Ft("isBefore",[].slice.call(arguments,0))},n.max=function(){return Ft("isAfter",[].slice.call(arguments,0))},n.now=function(){return Date.now?Date.now():+new Date},n.utc=h,n.unix=function(e){return At(1e3*e)},n.months=function(e,t){return Pa(e,t,"months")},n.isDate=c,n.locale=pt,n.invalid=v,n.duration=Kt,n.isMoment=b,n.weekdays=function(e,t,a){return ja(e,t,a,"weekdays")},n.parseZone=function(){return At.apply(null,arguments).parseZone()},n.localeData=vt,n.isDuration=Wt,n.monthsShort=function(e,t){return Pa(e,t,"monthsShort")},n.weekdaysMin=function(e,t,a){return ja(e,t,a,"weekdaysMin")},n.defineLocale=ft,n.updateLocale=function(e,t){if(null!=t){var a,s,n=lt;null!=ut[e]&&null!=ut[e].parentLocale?ut[e].set(S(ut[e]._config,t)):(null!=(s=ht(e))&&(n=s._config),t=S(n,t),null==s&&(t.abbr=e),(a=new x(t)).parentLocale=ut[e],ut[e]=a),pt(e)}else null!=ut[e]&&(null!=ut[e].parentLocale?(ut[e]=ut[e].parentLocale,e===pt()&&pt(e)):null!=ut[e]&&delete ut[e]);return ut[e]},n.locales=function(){return D(ut)},n.weekdaysShort=function(e,t,a){return ja(e,t,a,"weekdaysShort")},n.normalizeUnits=$,n.relativeTimeRounding=function(e){return void 0===e?ns:"function"==typeof e&&(ns=e,!0)},n.relativeTimeThreshold=function(e,t){return void 0!==is[e]&&(void 0===t?is[e]:(is[e]=t,"s"===e&&(is.ss=t-1),!0))},n.calendarFormat=function(e,t){var a=e.diff(t,"days",!0);return a<-6?"sameElse":a<-1?"lastWeek":a<0?"lastDay":a<1?"sameDay":a<2?"nextDay":a<7?"nextWeek":"sameElse"},n.prototype=Ta,n.HTML5_FMT={DATETIME_LOCAL:"YYYY-MM-DDTHH:mm",DATETIME_LOCAL_SECONDS:"YYYY-MM-DDTHH:mm:ss",DATETIME_LOCAL_MS:"YYYY-MM-DDTHH:mm:ss.SSS",DATE:"YYYY-MM-DD",TIME:"HH:mm",TIME_SECONDS:"HH:mm:ss",TIME_MS:"HH:mm:ss.SSS",WEEK:"GGGG-[W]WW",MONTH:"YYYY-MM"},n}()},4809:function(e,t){var a,s;a=function e(){"use strict";var t="undefined"!=typeof self?self:"undefined"!=typeof window?window:void 0!==t?t:{},a=!t.document&&!!t.postMessage,s=t.IS_PAPA_WORKER||!1,n={},i=0,r={parse:function(a,s){var o=(s=s||{}).dynamicTyping||!1;if(M(o)&&(s.dynamicTypingFunction=o,o={}),s.dynamicTyping=o,s.transform=!!M(s.transform)&&s.transform,s.worker&&r.WORKERS_SUPPORTED){var d=function(){if(!r.WORKERS_SUPPORTED)return!1;var a,s,o=(a=t.URL||t.webkitURL||null,s=e.toString(),r.BLOB_URL||(r.BLOB_URL=a.createObjectURL(new Blob(["var global = (function() { if (typeof self !== 'undefined') { return self; } if (typeof window !== 'undefined') { return window; } if (typeof global !== 'undefined') { return global; } return {}; })(); global.IS_PAPA_WORKER=true; ","(",s,")();"],{type:"text/javascript"})))),d=new t.Worker(o);return d.onmessage=f,d.id=i++,n[d.id]=d}();return d.userStep=s.step,d.userChunk=s.chunk,d.userComplete=s.complete,d.userError=s.error,s.step=M(s.step),s.chunk=M(s.chunk),s.complete=M(s.complete),s.error=M(s.error),delete s.worker,void d.postMessage({input:a,config:s,workerId:d.id})}var m=null;return r.NODE_STREAM_INPUT,"string"==typeof a?(a=function(e){return 65279===e.charCodeAt(0)?e.slice(1):e}(a),m=s.download?new l(s):new c(s)):!0===a.readable&&M(a.read)&&M(a.on)?m=new _(s):(t.File&&a instanceof File||a instanceof Object)&&(m=new u(s)),m.stream(a)},unparse:function(e,t){var a=!1,s=!0,n=",",i="\r\n",o='"',d=o+o,l=!1,u=null,c=!1;!function(){if("object"==typeof t){if("string"!=typeof t.delimiter||r.BAD_DELIMITERS.filter((function(e){return-1!==t.delimiter.indexOf(e)})).length||(n=t.delimiter),("boolean"==typeof t.quotes||"function"==typeof t.quotes||Array.isArray(t.quotes))&&(a=t.quotes),"boolean"!=typeof t.skipEmptyLines&&"string"!=typeof t.skipEmptyLines||(l=t.skipEmptyLines),"string"==typeof t.newline&&(i=t.newline),"string"==typeof t.quoteChar&&(o=t.quoteChar),"boolean"==typeof t.header&&(s=t.header),Array.isArray(t.columns)){if(0===t.columns.length)throw new Error("Option columns is empty");u=t.columns}void 0!==t.escapeChar&&(d=t.escapeChar+o),("boolean"==typeof t.escapeFormulae||t.escapeFormulae instanceof RegExp)&&(c=t.escapeFormulae instanceof RegExp?t.escapeFormulae:/^[=+\-@\t\r].*$/)}}();var _=new RegExp(h(o),"g");if("string"==typeof e&&(e=JSON.parse(e)),Array.isArray(e)){if(!e.length||Array.isArray(e[0]))return m(null,e,l);if("object"==typeof e[0])return m(u||Object.keys(e[0]),e,l)}else if("object"==typeof e)return"string"==typeof e.data&&(e.data=JSON.parse(e.data)),Array.isArray(e.data)&&(e.fields||(e.fields=e.meta&&e.meta.fields||u),e.fields||(e.fields=Array.isArray(e.data[0])?e.fields:"object"==typeof e.data[0]?Object.keys(e.data[0]):[]),Array.isArray(e.data[0])||"object"==typeof e.data[0]||(e.data=[e.data])),m(e.fields||[],e.data||[],l);throw new Error("Unable to serialize unrecognized input");function m(e,t,a){var r="";"string"==typeof e&&(e=JSON.parse(e)),"string"==typeof t&&(t=JSON.parse(t));var o=Array.isArray(e)&&0=this._config.preview;if(s)t.postMessage({results:o,workerId:r.WORKER_ID,finished:l});else if(M(this._config.chunk)&&!a){if(this._config.chunk(o,this._handle),this._handle.paused()||this._handle.aborted())return void(this._halted=!0);o=void 0,this._completeResults=void 0}return this._config.step||this._config.chunk||(this._completeResults.data=this._completeResults.data.concat(o.data),this._completeResults.errors=this._completeResults.errors.concat(o.errors),this._completeResults.meta=o.meta),this._completed||!l||!M(this._config.complete)||o&&o.meta.aborted||(this._config.complete(this._completeResults,this._input),this._completed=!0),l||o&&o.meta.paused||this._nextChunk(),o}this._halted=!0},this._sendError=function(e){M(this._config.error)?this._config.error(e):s&&this._config.error&&t.postMessage({workerId:r.WORKER_ID,error:e,finished:!1})}}function l(e){var t;(e=e||{}).chunkSize||(e.chunkSize=r.RemoteChunkSize),d.call(this,e),this._nextChunk=a?function(){this._readChunk(),this._chunkLoaded()}:function(){this._readChunk()},this.stream=function(e){this._input=e,this._nextChunk()},this._readChunk=function(){if(this._finished)this._chunkLoaded();else{if(t=new XMLHttpRequest,this._config.withCredentials&&(t.withCredentials=this._config.withCredentials),a||(t.onload=k(this._chunkLoaded,this),t.onerror=k(this._chunkError,this)),t.open(this._config.downloadRequestBody?"POST":"GET",this._input,!a),this._config.downloadRequestHeaders){var e=this._config.downloadRequestHeaders;for(var s in e)t.setRequestHeader(s,e[s])}if(this._config.chunkSize){var n=this._start+this._config.chunkSize-1;t.setRequestHeader("Range","bytes="+this._start+"-"+n)}try{t.send(this._config.downloadRequestBody)}catch(e){this._chunkError(e.message)}a&&0===t.status&&this._chunkError()}},this._chunkLoaded=function(){4===t.readyState&&(t.status<200||400<=t.status?this._chunkError():(this._start+=this._config.chunkSize?this._config.chunkSize:t.responseText.length,this._finished=!this._config.chunkSize||this._start>=function(e){var t=e.getResponseHeader("Content-Range");return null===t?-1:parseInt(t.substring(t.lastIndexOf("/")+1))}(t),this.parseChunk(t.responseText)))},this._chunkError=function(e){var a=t.statusText||e;this._sendError(new Error(a))}}function u(e){var t,a;(e=e||{}).chunkSize||(e.chunkSize=r.LocalChunkSize),d.call(this,e);var s="undefined"!=typeof FileReader;this.stream=function(e){this._input=e,a=e.slice||e.webkitSlice||e.mozSlice,s?((t=new FileReader).onload=k(this._chunkLoaded,this),t.onerror=k(this._chunkError,this)):t=new FileReaderSync,this._nextChunk()},this._nextChunk=function(){this._finished||this._config.preview&&!(this._rowCount=this._input.size,this.parseChunk(e.target.result)},this._chunkError=function(){this._sendError(t.error)}}function c(e){var t;d.call(this,e=e||{}),this.stream=function(e){return t=e,this._nextChunk()},this._nextChunk=function(){if(!this._finished){var e,a=this._config.chunkSize;return a?(e=t.substring(0,a),t=t.substring(a)):(e=t,t=""),this._finished=!t,this.parseChunk(e)}}}function _(e){d.call(this,e=e||{});var t=[],a=!0,s=!1;this.pause=function(){d.prototype.pause.apply(this,arguments),this._input.pause()},this.resume=function(){d.prototype.resume.apply(this,arguments),this._input.resume()},this.stream=function(e){this._input=e,this._input.on("data",this._streamData),this._input.on("end",this._streamEnd),this._input.on("error",this._streamError)},this._checkIsFinished=function(){s&&1===t.length&&(this._finished=!0)},this._nextChunk=function(){this._checkIsFinished(),t.length?this.parseChunk(t.shift()):a=!0},this._streamData=k((function(e){try{t.push("string"==typeof e?e:e.toString(this._config.encoding)),a&&(a=!1,this._checkIsFinished(),this.parseChunk(t.shift()))}catch(e){this._streamError(e)}}),this),this._streamError=k((function(e){this._streamCleanUp(),this._sendError(e)}),this),this._streamEnd=k((function(){this._streamCleanUp(),s=!0,this._streamData("")}),this),this._streamCleanUp=k((function(){this._input.removeListener("data",this._streamData),this._input.removeListener("end",this._streamEnd),this._input.removeListener("error",this._streamError)}),this)}function m(e){var t,a,s,n=Math.pow(2,53),i=-n,o=/^\s*-?(\d+\.?|\.\d+|\d+\.\d+)([eE][-+]?\d+)?\s*$/,d=/^((\d{4}-[01]\d-[0-3]\dT[0-2]\d:[0-5]\d:[0-5]\d\.\d+([+-][0-2]\d:[0-5]\d|Z))|(\d{4}-[01]\d-[0-3]\dT[0-2]\d:[0-5]\d:[0-5]\d([+-][0-2]\d:[0-5]\d|Z))|(\d{4}-[01]\d-[0-3]\dT[0-2]\d:[0-5]\d([+-][0-2]\d:[0-5]\d|Z)))$/,l=this,u=0,c=0,_=!1,m=!1,f=[],v={data:[],errors:[],meta:{}};if(M(e.step)){var g=e.step;e.step=function(t){if(v=t,L())b();else{if(b(),0===v.data.length)return;u+=t.data.length,e.preview&&u>e.preview?a.abort():(v.data=v.data[0],g(v,l))}}}function k(t){return"greedy"===e.skipEmptyLines?""===t.join("").trim():1===t.length&&0===t[0].length}function b(){return v&&s&&(D("Delimiter","UndetectableDelimiter","Unable to auto-detect delimiting character; defaulted to '"+r.DefaultDelimiter+"'"),s=!1),e.skipEmptyLines&&(v.data=v.data.filter((function(e){return!k(e)}))),L()&&function(){if(v)if(Array.isArray(v.data[0])){for(var t=0;L()&&t=f.length?"__parsed_extra":f[s]),e.transform&&(r=e.transform(r,i)),r=w(i,r),"__parsed_extra"===i?(n[i]=n[i]||[],n[i].push(r)):n[i]=r}return e.header&&(s>f.length?D("FieldMismatch","TooManyFields","Too many fields: expected "+f.length+" fields but parsed "+s,c+a):s=s.length/2?"\r\n":"\r"}(n,d)),s=!1,e.delimiter)M(e.delimiter)&&(e.delimiter=e.delimiter(n),v.meta.delimiter=e.delimiter);else{var l=function(t,a,s,n,i){var o,d,l,u;i=i||[",","\t","|",";",r.RECORD_SEP,r.UNIT_SEP];for(var c=0;c=o)return B(!0)}else for(I=u,u++;;){if(-1===(I=r.indexOf(t,I+1)))return m||b.push({type:"Quotes",code:"MissingQuotes",message:"Quoted field unterminated",row:k.length,index:u}),U();if(I===p-1)return U(r.substring(u,I).replace(F,t));if(t!==l||r[I+1]!==l){if(t===l||0===I||r[I-1]!==l){-1!==V&&V=o)return B(!0);break}b.push({type:"Quotes",code:"InvalidQuotes",message:"Trailing quote on quoted field is malformed",row:k.length,index:u}),I++}}else I++}return U();function N(e){k.push(e),w=u}function R(e){var t=0;if(-1!==e){var a=r.substring(I+1,e);a&&""===a.trim()&&(t=a.length)}return t}function U(e){return m||(void 0===e&&(e=r.substring(u)),L.push(e),u=p,N(L),y&&q()),B()}function z(e){u=e,N(L),L=[],E=r.indexOf(s,u)}function B(e){return{data:k,errors:b,meta:{delimiter:a,linebreak:s,aborted:c,truncated:!!e,cursor:w+(_||0)}}}function q(){i(B()),k=[],b=[]}},this.abort=function(){c=!0},this.getCharIndex=function(){return u}}function f(e){var t=e.data,a=n[t.workerId],s=!1;if(t.error)a.userError(t.error,t.file);else if(t.results&&t.results.data){var i={abort:function(){s=!0,v(t.workerId,{data:[],errors:[],meta:{aborted:!0}})},pause:g,resume:g};if(M(a.userStep)){for(var r=0;r{var s,n,i;!function(){"use strict";n=[a(1669)],s=function(e){var t,a=window.Slick||{};(t=0,a=function(a,s){var n,i=this;i.defaults={accessibility:!0,adaptiveHeight:!1,appendArrows:e(a),appendDots:e(a),arrows:!0,asNavFor:null,prevArrow:'',nextArrow:'',autoplay:!1,autoplaySpeed:3e3,centerMode:!1,centerPadding:"50px",cssEase:"ease",customPaging:function(t,a){return e('