@charset "UTF-8";
.PresetDateRangePicker_panel {
padding: 0 22px 11px
}
.PresetDateRangePicker_button {
position: relative;
height: 100%;
text-align: center;
background: 0 0;
border: 2px solid #00a699;
color: #00a699;
padding: 4px 12px;
margin-right: 8px;
font: inherit;
font-weight: 700;
line-height: normal;
overflow: visible;
-moz-box-sizing: border-box;
box-sizing: border-box;
cursor: pointer
}
.PresetDateRangePicker_button:active {
outline: 0
}
.PresetDateRangePicker_button__selected {
color: #fff;
background: #00a699
}
.SingleDatePickerInput {
display: inline-block;
background-color: #fff
}
.SingleDatePickerInput__withBorder {
border-radius: 2px;
border: 1px solid #dbdbdb
}
.SingleDatePickerInput__rtl {
direction: rtl
}
.SingleDatePickerInput__disabled {
background-color: #f2f2f2
}
.SingleDatePickerInput__block {
display: block
}
.SingleDatePickerInput__showClearDate {
padding-right: 30px
}
.SingleDatePickerInput_clearDate {
background: 0 0;
border: 0;
color: inherit;
font: inherit;
line-height: normal;
overflow: visible;
cursor: pointer;
padding: 10px;
margin: 0 10px 0 5px;
position: absolute;
right: 0;
top: 50%;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%)
}
.SingleDatePickerInput_clearDate__default:focus,
.SingleDatePickerInput_clearDate__default:hover {
background: #dbdbdb;
border-radius: 50%
}
.SingleDatePickerInput_clearDate__small {
padding: 6px
}
.SingleDatePickerInput_clearDate__hide {
visibility: hidden
}
.SingleDatePickerInput_clearDate_svg {
fill: #82888a;
height: 12px;
width: 15px;
vertical-align: middle
}
.SingleDatePickerInput_clearDate_svg__small {
height: 9px
}
.SingleDatePickerInput_calendarIcon {
background: 0 0;
border: 0;
color: inherit;
font: inherit;
line-height: normal;
overflow: visible;
cursor: pointer;
display: inline-block;
vertical-align: middle;
padding: 10px;
margin: 0 5px 0 10px
}
.SingleDatePickerInput_calendarIcon_svg {
fill: #82888a;
height: 15px;
width: 14px;
vertical-align: middle
}
.SingleDatePicker {
position: relative;
display: inline-block
}
.SingleDatePicker__block {
display: block
}
.SingleDatePicker_picker {
z-index: 1;
background-color: #fff;
position: absolute
}
.SingleDatePicker_picker__rtl {
direction: rtl
}
.SingleDatePicker_picker__directionLeft {
left: 0
}
.SingleDatePicker_picker__directionRight {
right: 0
}
.SingleDatePicker_picker__portal {
background-color: rgba(0,0,0,.3);
position: fixed;
top: 0;
left: 0;
height: 100%;
width: 100%
}
.SingleDatePicker_picker__fullScreenPortal {
background-color: #fff
}
.SingleDatePicker_closeButton {
background: 0 0;
border: 0;
color: inherit;
font: inherit;
line-height: normal;
overflow: visible;
cursor: pointer;
position: absolute;
top: 0;
right: 0;
padding: 15px;
z-index: 2
}
.SingleDatePicker_closeButton:focus,
.SingleDatePicker_closeButton:hover {
color: darken(#cacccd,10%);
text-decoration: none
}
.SingleDatePicker_closeButton_svg {
height: 15px;
width: 15px;
fill: #cacccd
}
.DayPickerKeyboardShortcuts_buttonReset {
background: 0 0;
border: 0;
border-radius: 0;
color: inherit;
font: inherit;
line-height: normal;
overflow: visible;
padding: 0;
cursor: pointer;
font-size: 14px
}
.DayPickerKeyboardShortcuts_buttonReset:active {
outline: 0
}
.DayPickerKeyboardShortcuts_show {
width: 33px;
height: 26px;
position: absolute;
z-index: 2
}
.DayPickerKeyboardShortcuts_show::before {
content: "";
display: block;
position: absolute
}
.DayPickerKeyboardShortcuts_show__bottomRight {
bottom: 0;
right: 0
}
.DayPickerKeyboardShortcuts_show__bottomRight::before {
border-top: 26px solid transparent;
border-right: 33px solid #00a699;
bottom: 0;
right: 0
}
.DayPickerKeyboardShortcuts_show__bottomRight:hover::before {
border-right: 33px solid #008489
}
.DayPickerKeyboardShortcuts_show__topRight {
top: 0;
right: 0
}
.DayPickerKeyboardShortcuts_show__topRight::before {
border-bottom: 26px solid transparent;
border-right: 33px solid #00a699;
top: 0;
right: 0
}
.DayPickerKeyboardShortcuts_show__topRight:hover::before {
border-right: 33px solid #008489
}
.DayPickerKeyboardShortcuts_show__topLeft {
top: 0;
left: 0
}
.DayPickerKeyboardShortcuts_show__topLeft::before {
border-bottom: 26px solid transparent;
border-left: 33px solid #00a699;
top: 0;
left: 0
}
.DayPickerKeyboardShortcuts_show__topLeft:hover::before {
border-left: 33px solid #008489
}
.DayPickerKeyboardShortcuts_showSpan {
color: #fff;
position: absolute
}
.DayPickerKeyboardShortcuts_showSpan__bottomRight {
bottom: 0;
right: 5px
}
.DayPickerKeyboardShortcuts_showSpan__topRight {
top: 1px;
right: 5px
}
.DayPickerKeyboardShortcuts_showSpan__topLeft {
top: 1px;
left: 5px
}
.DayPickerKeyboardShortcuts_panel {
overflow: auto;
background: #fff;
border: 1px solid #dbdbdb;
border-radius: 2px;
position: absolute;
top: 0;
bottom: 0;
right: 0;
left: 0;
z-index: 2;
padding: 22px;
margin: 33px;
text-align: left
}
.DayPickerKeyboardShortcuts_title {
font-size: 16px;
font-weight: 700;
margin: 0
}
.DayPickerKeyboardShortcuts_list {
list-style: none;
padding: 0;
font-size: 14px
}
.DayPickerKeyboardShortcuts_close {
position: absolute;
right: 22px;
top: 22px;
z-index: 2
}
.DayPickerKeyboardShortcuts_close:active {
outline: 0
}
.DayPickerKeyboardShortcuts_closeSvg {
height: 15px;
width: 15px;
fill: #cacccd
}
.DayPickerKeyboardShortcuts_closeSvg:focus,
.DayPickerKeyboardShortcuts_closeSvg:hover {
fill: #82888a
}
.CalendarDay {
-moz-box-sizing: border-box;
box-sizing: border-box;
cursor: pointer;
font-size: 14px;
text-align: center
}
.CalendarDay:active {
outline: 0
}
.CalendarDay__defaultCursor {
cursor: default
}
.CalendarDay__default {
border: 1px solid #e4e7e7;
color: #484848;
background: #fff
}
.CalendarDay__default:hover {
background: #e4e7e7;
border: 1px solid #e4e7e7;
color: inherit
}
.CalendarDay__hovered_offset {
background: #f4f5f5;
border: 1px double #e4e7e7;
color: inherit
}
.CalendarDay__outside {
border: 0;
background: #fff;
color: #484848
}
.CalendarDay__outside:hover {
border: 0
}
.CalendarDay__blocked_minimum_nights {
background: #fff;
border: 1px solid #eceeee;
color: #cacccd
}
.CalendarDay__blocked_minimum_nights:active,
.CalendarDay__blocked_minimum_nights:hover {
background: #fff;
color: #cacccd
}
.CalendarDay__highlighted_calendar {
background: #ffe8bc;
color: #484848
}
.CalendarDay__highlighted_calendar:active,
.CalendarDay__highlighted_calendar:hover {
background: #ffce71;
color: #484848
}
.CalendarDay__selected_span {
background: #66e2da;
border: 1px double #33dacd;
color: #fff
}
.CalendarDay__selected_span:active,
.CalendarDay__selected_span:hover {
background: #33dacd;
border: 1px double #33dacd;
color: #fff
}
.CalendarDay__selected,
.CalendarDay__selected:active,
.CalendarDay__selected:hover {
background: #00a699;
border: 1px double #00a699;
color: #fff
}
.CalendarDay__hovered_span,
.CalendarDay__hovered_span:hover {
background: #b2f1ec;
border: 1px double #80e8e0;
color: #007a87
}
.CalendarDay__hovered_span:active {
background: #80e8e0;
border: 1px double #80e8e0;
color: #007a87
}
.CalendarDay__blocked_calendar,
.CalendarDay__blocked_calendar:active,
.CalendarDay__blocked_calendar:hover {
background: #cacccd;
border: 1px solid #cacccd;
color: #82888a
}
.CalendarDay__blocked_out_of_range,
.CalendarDay__blocked_out_of_range:active,
.CalendarDay__blocked_out_of_range:hover {
background: #fff;
border: 1px solid #e4e7e7;
color: #cacccd
}
.CalendarDay__hovered_start_first_possible_end {
background: #eceeee;
border: 1px double #eceeee
}
.CalendarDay__hovered_start_blocked_min_nights {
background: #eceeee;
border: 1px double #e4e7e7
}
.CalendarMonth {
background: #fff;
text-align: center;
vertical-align: top;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none
}
.CalendarMonth_table {
border-collapse: collapse;
border-spacing: 0
}
.CalendarMonth_verticalSpacing {
border-collapse: separate
}
.CalendarMonth_caption {
color: #484848;
font-size: 18px;
text-align: center;
padding-top: 22px;
padding-bottom: 37px;
caption-side: initial
}
.CalendarMonth_caption__verticalScrollable {
padding-top: 12px;
padding-bottom: 7px
}
.CalendarMonthGrid {
background: #fff;
text-align: left;
z-index: 0
}
.CalendarMonthGrid__animating {
z-index: 1
}
.CalendarMonthGrid__horizontal {
position: absolute;
left: 9px
}
.CalendarMonthGrid__vertical,
.CalendarMonthGrid__vertical_scrollable {
margin: 0 auto
}
.CalendarMonthGrid_month__horizontal {
display: inline-block;
vertical-align: top;
min-height: 100%
}
.CalendarMonthGrid_month__hideForAnimation {
position: absolute;
z-index: -1;
opacity: 0;
pointer-events: none
}
.CalendarMonthGrid_month__hidden {
visibility: hidden
}
.DayPickerNavigation {
position: relative;
z-index: 2
}
.DayPickerNavigation__horizontal {
height: 0
}
.DayPickerNavigation__verticalScrollable_prevNav {
z-index: 1
}
.DayPickerNavigation__verticalDefault {
position: absolute;
width: 100%;
height: 52px;
bottom: 0;
left: 0
}
.DayPickerNavigation__verticalScrollableDefault {
position: relative
}
.DayPickerNavigation__bottom {
height: auto
}
.DayPickerNavigation__bottomDefault {
-webkit-box-pack: justify;
-ms-flex-pack: justify;
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-justify-content: space-between;
justify-content: space-between
}
.DayPickerNavigation_button {
cursor: pointer;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
border: 0;
padding: 0;
margin: 0
}
.DayPickerNavigation_button__default {
border: 1px solid #e4e7e7;
background-color: #fff;
color: #757575
}
.DayPickerNavigation_button__default:focus,
.DayPickerNavigation_button__default:hover {
border: 1px solid #c4c4c4
}
.DayPickerNavigation_button__default:active {
background: #f2f2f2
}
.DayPickerNavigation_button__disabled {
cursor: default;
border: 1px solid #f2f2f2
}
.DayPickerNavigation_button__disabled:focus,
.DayPickerNavigation_button__disabled:hover {
border: 1px solid #f2f2f2
}
.DayPickerNavigation_button__disabled:active {
background: 0 0
}
.DayPickerNavigation_button__horizontalDefault {
position: absolute;
top: 18px;
line-height: .78;
border-radius: 3px;
padding: 6px 9px
}
.DayPickerNavigation_bottomButton__horizontalDefault {
position: static;
margin: -10px 22px 30px
}
.DayPickerNavigation_leftButton__horizontalDefault {
left: 22px
}
.DayPickerNavigation_rightButton__horizontalDefault {
right: 22px
}
.DayPickerNavigation_button__verticalDefault {
padding: 5px;
background: #fff;
box-shadow: 0 0 5px 2px rgba(0,0,0,.1);
position: relative;
display: inline-block;
text-align: center;
height: 100%;
width: 50%
}
.DayPickerNavigation_nextButton__verticalDefault {
border-left: 0
}
.DayPickerNavigation_nextButton__verticalScrollableDefault,
.DayPickerNavigation_prevButton__verticalScrollableDefault {
width: 100%
}
.DayPickerNavigation_svg__horizontal {
height: 19px;
width: 19px;
fill: #82888a;
display: block
}
.DayPickerNavigation_svg__vertical {
height: 42px;
width: 42px;
fill: #484848
}
.DayPickerNavigation_svg__disabled {
fill: #f2f2f2
}
.DayPicker {
background: #fff;
position: relative;
text-align: left
}
.DayPicker__horizontal {
background: #fff
}
.DayPicker__verticalScrollable {
height: 100%
}
.DayPicker__hidden {
visibility: hidden
}
.DayPicker__withBorder {
box-shadow: 0 2px 6px rgba(0,0,0,.05),0 0 0 1px rgba(0,0,0,.07);
border-radius: 3px
}
.DayPicker_portal__horizontal {
box-shadow: none;
position: absolute;
left: 50%;
top: 50%
}
.DayPicker_portal__vertical {
position: initial
}
.DayPicker_focusRegion {
outline: 0
}
.DayPicker_calendarInfo__horizontal,
.DayPicker_wrapper__horizontal {
display: inline-block;
vertical-align: top
}
.DayPicker_weekHeaders {
position: relative
}
.DayPicker_weekHeaders__horizontal {
margin-left: 9px
}
.DayPicker_weekHeader {
color: #757575;
position: absolute;
top: 62px;
z-index: 2;
text-align: left
}
.DayPicker_weekHeader__vertical {
left: 50%
}
.DayPicker_weekHeader__verticalScrollable {
top: 0;
display: table-row;
border-bottom: 1px solid #dbdbdb;
background: #fff;
margin-left: 0;
left: 0;
width: 100%;
text-align: center
}
.DayPicker_weekHeader_ul {
list-style: none;
margin: 1px 0;
padding-left: 0;
padding-right: 0;
font-size: 14px
}
.DayPicker_weekHeader_li {
display: inline-block;
text-align: center
}
.DayPicker_transitionContainer {
position: relative;
overflow: hidden;
border-radius: 3px
}
.DayPicker_transitionContainer__horizontal {
-webkit-transition: height .2s ease-in-out;
-moz-transition: height .2s ease-in-out;
transition: height .2s ease-in-out
}
.DayPicker_transitionContainer__vertical {
width: 100%
}
.DayPicker_transitionContainer__verticalScrollable {
padding-top: 20px;
height: 100%;
position: absolute;
top: 0;
bottom: 0;
right: 0;
left: 0;
overflow-y: scroll
}
.DateInput {
margin: 0;
padding: 0;
background: #fff;
position: relative;
display: inline-block;
width: 130px;
vertical-align: middle
}
.DateInput__small {
width: 97px
}
.DateInput__block {
width: 100%
}
.DateInput__disabled {
background: #f2f2f2;
color: #dbdbdb
}
.DateInput_input {
font-weight: 200;
font-size: 19px;
line-height: 24px;
color: #484848;
background-color: #fff;
width: 100%;
padding: 11px 11px 9px;
border: 0;
border-top: 0;
border-right: 0;
border-bottom: 2px solid transparent;
border-left: 0;
border-radius: 0
}
.DateInput_input__small {
font-size: 15px;
line-height: 18px;
letter-spacing: .2px;
padding: 7px 7px 5px
}
.DateInput_input__regular {
font-weight: auto
}
.DateInput_input__readOnly {
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none
}
.DateInput_input__focused {
outline: 0;
background: #fff;
border: 0;
border-top: 0;
border-right: 0;
border-bottom: 2px solid #008489;
border-left: 0
}
.DateInput_input__disabled {
background: #f2f2f2;
font-style: italic
}
.DateInput_screenReaderMessage {
border: 0;
clip: rect(0,0,0,0);
height: 1px;
margin: -1px;
overflow: hidden;
padding: 0;
position: absolute;
width: 1px
}
.DateInput_fang {
position: absolute;
width: 20px;
height: 10px;
left: 22px;
z-index: 2
}
.DateInput_fangShape {
fill: #fff
}
.DateInput_fangStroke {
stroke: #dbdbdb;
fill: transparent
}
.DateRangePickerInput {
background-color: #fff;
display: inline-block
}
.DateRangePickerInput__disabled {
background: #f2f2f2
}
.DateRangePickerInput__withBorder {
border-radius: 2px;
border: 1px solid #dbdbdb
}
.DateRangePickerInput__rtl {
direction: rtl
}
.DateRangePickerInput__block {
display: block
}
.DateRangePickerInput__showClearDates {
padding-right: 30px
}
.DateRangePickerInput_arrow {
display: inline-block;
vertical-align: middle;
color: #484848
}
.DateRangePickerInput_arrow_svg {
vertical-align: middle;
fill: #484848;
height: 24px;
width: 24px
}
.DateRangePickerInput_clearDates {
background: 0 0;
border: 0;
color: inherit;
font: inherit;
line-height: normal;
overflow: visible;
cursor: pointer;
padding: 10px;
margin: 0 10px 0 5px;
position: absolute;
right: 0;
top: 50%;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%)
}
.DateRangePickerInput_clearDates__small {
padding: 6px
}
.DateRangePickerInput_clearDates_default:focus,
.DateRangePickerInput_clearDates_default:hover {
background: #dbdbdb;
border-radius: 50%
}
.DateRangePickerInput_clearDates__hide {
visibility: hidden
}
.DateRangePickerInput_clearDates_svg {
fill: #82888a;
height: 12px;
width: 15px;
vertical-align: middle
}
.DateRangePickerInput_clearDates_svg__small {
height: 9px
}
.DateRangePickerInput_calendarIcon {
background: 0 0;
border: 0;
color: inherit;
font: inherit;
line-height: normal;
overflow: visible;
cursor: pointer;
display: inline-block;
vertical-align: middle;
padding: 10px;
margin: 0 5px 0 10px
}
.DateRangePickerInput_calendarIcon_svg {
fill: #82888a;
height: 15px;
width: 14px;
vertical-align: middle
}
.DateRangePicker {
position: relative;
display: inline-block
}
.DateRangePicker__block {
display: block
}
.DateRangePicker_picker {
z-index: 1;
background-color: #fff;
position: absolute
}
.DateRangePicker_picker__rtl {
direction: rtl
}
.DateRangePicker_picker__directionLeft {
left: 0
}
.DateRangePicker_picker__directionRight {
right: 0
}
.DateRangePicker_picker__portal {
background-color: rgba(0,0,0,.3);
position: fixed;
top: 0;
left: 0;
height: 100%;
width: 100%
}
.DateRangePicker_picker__fullScreenPortal {
background-color: #fff
}
.DateRangePicker_closeButton {
background: 0 0;
border: 0;
color: inherit;
font: inherit;
line-height: normal;
overflow: visible;
cursor: pointer;
position: absolute;
top: 0;
right: 0;
padding: 15px;
z-index: 2
}
.DateRangePicker_closeButton:focus,
.DateRangePicker_closeButton:hover {
color: darken(#cacccd,10%);
text-decoration: none
}
.DateRangePicker_closeButton_svg {
height: 15px;
width: 15px;
fill: #cacccd
} :root{--wp-admin-theme-color: #007cba;--wp-admin-theme-color--rgb: 0, 124, 186;--wp-admin-theme-color-darker-10: #006ba1;--wp-admin-theme-color-darker-10--rgb: 0, 107, 161;--wp-admin-theme-color-darker-20: #005a87;--wp-admin-theme-color-darker-20--rgb: 0, 90, 135;--wp-admin-border-width-focus: 2px;--wp-block-synced-color: #7a00df;--wp-block-synced-color--rgb: 122, 0, 223;--wp-bound-block-color: var(--wp-block-synced-color)}@media(min-resolution: 192dpi){:root{--wp-admin-border-width-focus: 1.5px}}.tour-kit-frame{visibility:hidden}.tour-kit-frame.is-visible{visibility:visible}.tour-kit-frame__container{border-radius:2px;bottom:44px;display:inline;left:16px;position:fixed;z-index:9999;cursor:default;box-shadow:0 0 3px 0 rgba(0,0,0,.25);background:var(--studio-white)}.tour-kit-overlay{position:fixed;width:100vw;height:100vh;top:0;left:0;background:#000;opacity:0}.tour-kit-overlay.is-visible{opacity:.5}.tour-kit-spotlight.is-visible{position:fixed;overflow:hidden;outline:99999px solid rgba(0,0,0,.5);z-index:1}.tour-kit-frame__arrow{visibility:hidden}.tour-kit-frame__arrow,.tour-kit-frame__arrow::before{position:absolute;width:12px;height:12px;background:inherit;z-index:-1}.tour-kit-frame__arrow::before{visibility:visible;content:"";transform:rotate(45deg)}.tour-kit-frame__container[data-popper-placement^=top]>.tour-kit-frame__arrow{bottom:-6px}.tour-kit-frame__container[data-popper-placement^=top]>.tour-kit-frame__arrow::before{box-shadow:1px 1px 2px -1px rgba(0,0,0,.25)}.tour-kit-frame__container[data-popper-placement^=bottom]>.tour-kit-frame__arrow{top:-6px}.tour-kit-frame__container[data-popper-placement^=bottom]>.tour-kit-frame__arrow::before{box-shadow:-1px -1px 2px -1px rgba(0,0,0,.25)}.tour-kit-frame__container[data-popper-placement^=left]>.tour-kit-frame__arrow{right:-6px}.tour-kit-frame__container[data-popper-placement^=left]>.tour-kit-frame__arrow::before{box-shadow:1px -1px 2px -1px rgba(0,0,0,.25)}.tour-kit-frame__container[data-popper-placement^=right]>.tour-kit-frame__arrow{left:-6px}.tour-kit-frame__container[data-popper-placement^=right]>.tour-kit-frame__arrow::before{box-shadow:-1px 1px 2px -1px rgba(0,0,0,.25)}.woocommerce-abbreviated-card a{display:flex;flex-direction:row;border-bottom:1px solid #e0e0e0;text-decoration:none}.woocommerce-abbreviated-card__icon{display:flex;align-items:center;padding:16px 24px}.woocommerce-abbreviated-card__icon svg{fill:var(--wp-admin-theme-color)}.woocommerce-calendar{width:100%;background-color:#f0f0f0;border-top:1px solid #ccc;height:396px}.woocommerce-calendar.is-mobile{height:100%}.woocommerce-calendar__react-dates{width:100%;overflow-x:hidden}.woocommerce-calendar__react-dates .DayPicker{margin:0 auto}.woocommerce-calendar__react-dates .CalendarMonth_table{margin-top:10px}.woocommerce-calendar__react-dates .CalendarDay__selected_span{background:var(--wp-admin-theme-color);border:1px solid #ccc}.woocommerce-calendar__react-dates .CalendarDay__selected_span:hover{background:var(--wp-admin-theme-color-darker-10);border:1px solid #f0f0f0}.woocommerce-calendar__react-dates .CalendarDay__selected{background:var(--wp-admin-theme-color-darker-20);border:1px solid #ccc}.woocommerce-calendar__react-dates .CalendarDay__selected:hover{background:var(--wp-admin-theme-color-darker-10);border:1px solid #f0f0f0}.woocommerce-calendar__react-dates .CalendarDay__hovered_span{background:var(--wp-admin-theme-color-darker-10);border:1px solid #f0f0f0;color:#fff}.woocommerce-calendar__react-dates .CalendarDay__hovered_span:hover{color:#fff;background:var(--wp-admin-theme-color)}.woocommerce-calendar__react-dates .CalendarDay__blocked_out_of_range{color:#ccc}.woocommerce-calendar__react-dates .DayPicker_transitionContainer,.woocommerce-calendar__react-dates .CalendarMonthGrid,.woocommerce-calendar__react-dates .CalendarMonth,.woocommerce-calendar__react-dates .DayPicker{background-color:#f0f0f0}.woocommerce-calendar__react-dates .DayPicker_weekHeader_li{color:#757575}.woocommerce-calendar__react-dates .DayPickerNavigation_button:focus{outline:2px solid #bfe7f3}.woocommerce-calendar__react-dates.is-core-datepicker .components-datetime__date{padding-left:0}.woocommerce-calendar__react-dates.is-core-datepicker .CalendarDay__default{background-color:rgba(0,0,0,0)}.woocommerce-calendar__react-dates.is-core-datepicker .CalendarDay__selected{background:#5007aa;border:none}.woocommerce-calendar__inputs{padding:1em;width:100%;max-width:500px;display:grid;grid-template-columns:43% 14% 43%;margin:0 auto}.woocommerce-calendar__inputs .components-base-control{margin:0}.woocommerce-calendar__inputs-to{display:flex;align-items:center;justify-content:center;grid-column-start:2}.woocommerce-calendar__input{position:relative}.woocommerce-calendar__input .calendar-icon{position:absolute;top:50%;transform:translateY(-50%);left:7px}.woocommerce-calendar__input .calendar-icon path{fill:#757575}.woocommerce-calendar__input:first-child{grid-column-start:1}.woocommerce-calendar__input:last-child{grid-column-start:3}.woocommerce-calendar__input.is-empty .calendar-icon path{fill:#757575}.woocommerce-calendar__input.is-error .calendar-icon path{fill:#d94f4f}.woocommerce-calendar__input.is-error .woocommerce-calendar__input-text{border:1px solid #d94f4f;box-shadow:inset 0 0 8px #d94f4f}.woocommerce-calendar__input.is-error .woocommerce-calendar__input-text:focus{box-shadow:inset 0 0 8px #d94f4f,0 0 6px rgba(30,140,190,.8)}.woocommerce-calendar__input .woocommerce-calendar__input-text{color:#757575;border-radius:3px;padding:10px 10px 10px 30px;width:100%;font-size:13px;font-size:0.8125rem}.woocommerce-calendar__input .woocommerce-calendar__input-text::-moz-placeholder{color:#757575}.woocommerce-calendar__input .woocommerce-calendar__input-text::placeholder{color:#757575}.woocommerce-filters-date__content.is-mobile .woocommerce-calendar__input-error .components-popover__content{height:initial}.woocommerce-calendar__input-error{display:none}.is-error .woocommerce-calendar__input-text:focus+span .woocommerce-calendar__input-error{display:block;left:50% !important;position:absolute;top:auto !important}.woocommerce-calendar__input-error .components-popover__content{background-color:#757575;color:#fff;padding:.5em;border:none}.woocommerce-calendar__input-error.components-popover .components-popover__content{min-width:100px;width:100px;text-align:center}.woocommerce-calendar__input-error.components-popover:not(.no-arrow):not(.is-mobile).is-bottom::before{border-bottom-color:#757575;z-index:1;top:-6px}.woocommerce-calendar__input-error.components-popover:not(.no-arrow):not(.is-mobile).is-top::after{border-top-color:#757575;z-index:1;top:0}.woocommerce-calendar__date-picker-title{font-size:12px;font-size:0.75rem;font-weight:100;text-transform:uppercase;text-align:center;color:#757575;width:100%;margin:0;padding:1em;background-color:#fff}.woocommerce-chart{margin-top:-16px;margin-bottom:24px;background:#fff;border:1px solid #e2e4e7;border-top:0}@media(max-width: 782px){.woocommerce-chart{margin-left:-16px;margin-right:-16px;margin-bottom:12px;border-left:none;border-right:none;width:auto}}.woocommerce-chart .woocommerce-chart__header{min-height:50px;border-bottom:1px solid #e2e4e7;display:flex;flex-flow:row wrap;justify-content:space-between;align-items:center;width:100%}.woocommerce-chart .woocommerce-chart__header .woocommerce-chart__title{margin-left:24px;margin-right:16px}.woocommerce-chart .woocommerce-chart__body{display:flex;flex-direction:row;justify-content:flex-start;align-items:flex-start;width:100%}.woocommerce-chart .woocommerce-chart__body.woocommerce-chart__body-column{flex-direction:column}.woocommerce-chart .woocommerce-chart__footer{width:100%}.woocommerce-chart-placeholder{animation:loading-fade 1.6s ease-in-out infinite;background-color:#f0f0f0;color:rgba(0,0,0,0);padding:0;width:100%;display:flex;align-items:center;justify-content:center}.woocommerce-chart-placeholder::after{content:" "}@media screen and (prefers-reduced-motion: reduce){.woocommerce-chart-placeholder{animation:none}}.woocommerce-chart-placeholder .components-spinner{margin:0}.woocommerce-chart__interval-select{align-items:flex-start;border-right:1px solid #e2e4e7;display:flex;flex-direction:column;justify-content:center;margin:0 0 0 auto;min-height:50px;padding:8px 16px 0 16px}@media(max-width: 960px){.woocommerce-chart__interval-select{width:100%;order:1;margin-top:-8px;margin-left:0;padding-left:8px;border-right:0;min-height:0}}#wpbody .woocommerce-chart__interval-select .components-select-control__input{font-size:13px;font-size:0.8125rem;border:0;box-shadow:none}#wpbody .woocommerce-chart__interval-select .components-select-control__input .components-input-control__backdrop{display:none}#wpbody .woocommerce-chart__interval-select .components-select-control__input:not(:disabled):not([aria-disabled=true]):focus{background-color:#fff;color:#1e1e1e;box-shadow:inset 0 0 0 1px #757575,inset 0 0 0 2px #fff;outline:2px solid rgba(0,0,0,0);outline-offset:-2px}#wpbody .woocommerce-chart__interval-select .components-select-control__input:not(:disabled):not([aria-disabled=true]):focus~.components-input-control__backdrop{display:block}#wpbody .woocommerce-chart__interval-select .components-select-control__input~.components-input-control__backdrop{display:none}.woocommerce-chart__types{align-items:center;display:flex;padding:0 8px;white-space:nowrap}.woocommerce-chart__type-button{background:rgba(0,0,0,0) !important}.woocommerce-chart__type-button.components-button{color:#e2e4e7;display:inline-flex;padding:8px}.woocommerce-chart__type-button.components-button.woocommerce-chart__type-button-selected{color:#757575}@media(max-width: 960px){.woocommerce-summary+.woocommerce-chart .woocommerce-chart__title{display:none}.woocommerce-summary+.woocommerce-chart .woocommerce-chart__interval-select{width:auto;order:0;margin-top:0}}.woocommerce-legend.has-total{padding-bottom:50px;position:relative}.woocommerce-legend.woocommerce-legend__direction-column{border-right:1px solid #ccc;min-width:320px}.woocommerce-chart__footer .woocommerce-legend.woocommerce-legend__direction-column{border-right:none}.woocommerce-legend.woocommerce-legend__direction-row{flex-grow:1;flex-direction:row}.woocommerce-legend__list{color:#24292d;display:flex;height:100%;margin:0;flex-flow:row wrap;flex-wrap:wrap}.woocommerce-legend__direction-column .woocommerce-legend__list{flex-direction:column;height:300px;overflow:auto}.woocommerce-chart__footer .woocommerce-legend__direction-column .woocommerce-legend__list{border-top:1px solid #ccc;height:100%;max-height:none;min-height:none}.has-total.woocommerce-legend__direction-column .woocommerce-legend__list{height:250px}.woocommerce-chart__footer .has-total.woocommerce-legend__direction-column .woocommerce-legend__list{height:auto;max-height:220px;min-height:none}.woocommerce-legend__direction-row .woocommerce-legend__list{flex-direction:row}.woocommerce-legend__item>button{display:flex;justify-content:center;align-items:center;background-color:#fff;color:#757575;cursor:pointer;display:inline-flex;flex-direction:row;flex-wrap:nowrap;justify-content:space-between;width:100%;border:none;padding:0}.woocommerce-legend__item>button .woocommerce-legend__item-container{display:flex;flex-direction:row;flex-wrap:nowrap;position:relative;padding:3px 0 3px 24px;font-size:13px;-webkit-user-select:none;-moz-user-select:none;user-select:none;width:100%}.woocommerce-legend__item>button .woocommerce-legend__item-container:hover input~.woocommerce-legend__item-checkmark{background-color:#e0e0e0}.woocommerce-legend__item>button .woocommerce-legend__item-container .woocommerce-legend__item-checkmark{border:1px solid #ccc;position:absolute;top:4px;left:0;height:16px;width:16px;background-color:#fff}.woocommerce-legend__item>button .woocommerce-legend__item-container .woocommerce-legend__item-checkmark::after{content:"";position:absolute;display:none}.woocommerce-legend__item>button .woocommerce-legend__item-container .woocommerce-legend__item-checkmark.woocommerce-legend__item-checkmark-checked{background-color:currentColor;border-color:currentColor}.woocommerce-legend__item>button .woocommerce-legend__item-container .woocommerce-legend__item-checkmark.woocommerce-legend__item-checkmark-checked::after{display:block;left:5px;top:2px;width:3px;height:6px;border:solid #fff;border-width:0 2px 2px 0;transform:rotate(45deg); }.rtl .woocommerce-legend__item>button .woocommerce-legend__item-container .woocommerce-legend__item-checkmark.woocommerce-legend__item-checkmark-checked::after{transform:rotate(45deg) scaleX(-1)}.woocommerce-legend__item>button .woocommerce-legend__item-container .woocommerce-legend__item-total{margin-left:auto;font-weight:bold}.woocommerce-legend__item>button:focus{outline:none}.woocommerce-legend__item>button:focus .woocommerce-legend__item-container .woocommerce-legend__item-checkmark{outline:2px solid #ccc}.woocommerce-legend__item>button:hover{background-color:#f0f0f0}.woocommerce-legend__direction-column .woocommerce-legend__item{margin:0;padding:0}.woocommerce-legend__direction-column .woocommerce-legend__item>button{min-height:36px;padding:0 17px;text-align:left}.woocommerce-legend__direction-column .woocommerce-legend__item:first-child{margin-top:12px}.woocommerce-legend__direction-column .woocommerce-legend__item:last-child::after{content:"";display:block;height:12px;width:100%}.woocommerce-legend__direction-row .woocommerce-legend__item{padding:0;margin:0;flex:1 0 20%;max-width:338px}.woocommerce-legend__direction-row .woocommerce-legend__item>button{padding:0 17px}.woocommerce-legend__direction-row .woocommerce-legend__item>button .woocommerce-legend__item-container{height:50px;align-items:center}.woocommerce-legend__direction-row .woocommerce-legend__item>button .woocommerce-legend__item-container .woocommerce-legend__item-checkmark{top:17px}.woocommerce-legend__direction-row .woocommerce-legend__item>button .woocommerce-legend__item-container .woocommerce-legend__item-title{margin-right:17px}.woocommerce-legend__total{align-items:center;background:#fff;border-top:1px solid #ccc;bottom:0;color:#757575;display:flex;height:50px;justify-content:center;left:0;position:absolute;right:0;text-transform:uppercase}.woocommerce-legend__total::before{background:linear-gradient(180deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.2));bottom:100%;content:"";height:20px;left:0;opacity:0;pointer-events:none;position:absolute;right:0;transition:opacity .3s}.is-scrollable .woocommerce-legend__total::before{opacity:1}.woocommerce-chart__body-row .d3-chart__container{width:calc(100% - 320px)}.d3-chart__container{position:relative;width:100%}.d3-chart__container svg{overflow:visible}.d3-chart__container .d3-chart__empty-message{align-items:center;bottom:0;color:#757575;display:flex;font-size:18px;font-size:1.125rem;font-weight:bold;justify-content:center;left:0;line-height:1.5;margin:0 auto;max-width:50%;padding-bottom:48px;pointer-events:none;position:absolute;right:0;top:0;text-align:center}@media(max-width: 782px){.d3-chart__container .d3-chart__empty-message{font-size:13px;font-size:0.8125rem}}.d3-chart__container .d3-chart__tooltip{border:1px solid #ccc;position:absolute;display:flex;min-width:324px;height:auto;background-color:#fff;text-align:left;padding:17px;box-shadow:0 3px 20px 0 rgba(18,24,30,.1),0 1px 3px 0 rgba(18,24,30,.1);flex-direction:column;flex-wrap:nowrap;justify-content:flex-start;pointer-events:none;visibility:hidden;z-index:1}@media(max-width: 600px){.d3-chart__container .d3-chart__tooltip{min-width:auto;width:calc(100% - 48px)}}.d3-chart__container .d3-chart__tooltip h4{text-align:left;line-height:18px;width:100%;text-transform:uppercase;font-size:11px;color:#757575;margin-top:0}.d3-chart__container .d3-chart__tooltip ul{list-style:none;margin-bottom:2px;margin-top:2px;font-size:14px}.d3-chart__container .d3-chart__tooltip ul li{display:flex;flex-direction:row;flex-wrap:nowrap;justify-content:flex-start;align-items:center}.d3-chart__container .d3-chart__tooltip ul li.key-row{display:flex;flex-direction:row;justify-content:space-between;width:100%}.d3-chart__container .d3-chart__tooltip ul li.key-row .key-container{width:100%;min-width:100px}.d3-chart__container .d3-chart__tooltip ul li.key-row .key-container .key-color{display:inline-block;width:16px;height:16px;margin-right:8px}.d3-chart__container .d3-chart__tooltip ul li.key-row .key-container .key-key{margin-right:6px}.d3-chart__container .d3-chart__tooltip ul li.key-row .key-value{font-weight:600}.d3-chart__container .bargrouprect{shape-rendering:crispEdges}.d3-chart__container .grid .tick line{stroke:#f0f0f0;stroke-width:1;shape-rendering:crispEdges}.d3-chart__container .grid .tick:first-child line{stroke:#757575}.d3-chart__container .grid.with-positive-ticks .tick:last-child line{opacity:0}.d3-chart__container .tick{padding-top:10px;stroke-width:1}.d3-chart__container .y-axis{text-anchor:start}.d3-chart__container .y-axis.ticktext{fill:#757575}.d3-chart__container .y-axis .tick text,.d3-chart__container .axis-month .tick text{font-size:10px}.d3-chart__container .focus-grid line{stroke:rgba(0,0,0,.1);stroke-width:1px}.d3-chart__container .barfocus{fill:rgba(0,0,0,.1)}.d3-base{background:rgba(0,0,0,0);overflow-x:auto;overflow-y:hidden;position:relative;width:100%;height:100%}.components-button.woocommerce-dropdown-button{background-color:#fff;position:relative;border:1px solid #757575;color:#1e1e1e;border-radius:4px;padding:0 40px 0 0;width:100%;height:auto}.components-button.woocommerce-dropdown-button::after{content:"";background:#1e1e1e;-webkit-mask:url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20width%3D%2220%22%20height%3D%2220%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M5%206l5%205%205-5%202%201-7%207-7-7%202-1z%22%20%2F%3E%3C%2Fsvg%3E") no-repeat right 0 top 55%;mask:url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20width%3D%2220%22%20height%3D%2220%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M5%206l5%205%205-5%202%201-7%207-7-7%202-1z%22%20%2F%3E%3C%2Fsvg%3E") no-repeat right 0 top 55%;position:absolute;right:14px;width:32px;height:48px}.components-button.woocommerce-dropdown-button.is-open::after{transform:translateX(12px) translateY(2px) rotate(180deg)}.components-button.woocommerce-dropdown-button:hover,.components-button.woocommerce-dropdown-button:active,.components-button.woocommerce-dropdown-button.is-open{color:var(--wp-admin-theme-color)}.components-button.woocommerce-dropdown-button:hover::after,.components-button.woocommerce-dropdown-button:active::after,.components-button.woocommerce-dropdown-button.is-open::after{background:var(--wp-admin-theme-color)}.components-button.woocommerce-dropdown-button.is-multi-line .woocommerce-dropdown-button__labels{flex-direction:column}.components-button.woocommerce-dropdown-button:not(:focus):not(.is-open){border-color:#757575}.woocommerce-dropdown-button__labels{text-align:left;padding:8px 12px;min-height:48px;display:flex;align-items:center;width:100%;justify-content:space-around}@media(max-width: 400px){.woocommerce-dropdown-button__labels{min-height:46px}}.woocommerce-dropdown-button__labels span{width:100%;text-align:left}.woocommerce-dropdown-button__labels span:last-child{font-size:12px;font-size:0.75rem;margin:0}.woocommerce-dropdown-button__labels span:first-child{font-size:13px;font-size:0.8125rem;font-weight:600}@media(max-width: 400px){.woocommerce-dropdown-button__labels span:last-child{font-size:10px;font-size:0.625rem}.woocommerce-dropdown-button__labels span:first-child{font-size:12px;font-size:0.75rem}}.woocommerce-ellipsis-menu{text-align:center}.woocommerce-ellipsis-menu .woocommerce-ellipsis-menu__toggle{justify-content:center;vertical-align:middle;width:24px;padding:0}.woocommerce-ellipsis-menu .woocommerce-ellipsis-menu__toggle .gridicon{transform:rotate(90deg)}.woocommerce-ellipsis-menu__popover{text-align:left}.woocommerce-ellipsis-menu__popover:not(.is-mobile)::before,.woocommerce-ellipsis-menu__popover:not(.is-mobile)::after{margin-left:-16px}.woocommerce-ellipsis-menu__popover .components-popover__content{width:182px;padding:2px}.woocommerce-ellipsis-menu__popover .woocommerce-ellipsis-menu__content{width:100%}.woocommerce-ellipsis-menu__popover .woocommerce-ellipsis-menu__content .components-button{justify-content:center;width:100%}.woocommerce-ellipsis-menu__popover .woocommerce-ellipsis-menu__title,.woocommerce-ellipsis-menu__popover .woocommerce-ellipsis-menu__item{padding:4px 12px}.woocommerce-ellipsis-menu__popover .woocommerce-ellipsis-menu__item{cursor:pointer;color:#757575}.woocommerce-ellipsis-menu__popover .woocommerce-ellipsis-menu__item:focus{box-shadow:inset 0 0 0 1px #6c7781,inset 0 0 0 2px #fff;outline:2px solid rgba(0,0,0,0);outline-offset:-2px}.woocommerce-ellipsis-menu__popover .woocommerce-ellipsis-menu__item .components-form-toggle{margin-right:8px}.woocommerce-ellipsis-menu__popover .components-base-control__label,.woocommerce-ellipsis-menu__popover .woocommerce-ellipsis-menu__title{color:#1e1e1e;padding-top:8px;padding-bottom:8px;font-size:15px;font-size:0.9375rem;margin-bottom:4px}.woocommerce-ellipsis-menu__popover .components-toggle-control .components-base-control__field{margin:4px 0}.woocommerce-ellipsis-menu__popover .components-base-control{margin:0}.woocommerce-empty-content{margin-bottom:16px;text-align:center}.woocommerce-empty-content .woocommerce-empty-content__illustration{max-width:100%}.woocommerce-empty-content .woocommerce-empty-content__actions .components-button+.components-button{margin-left:16px}.woocommerce-experimental-select-control__combo-box-wrapper{cursor:text;border:1px solid #a7aaad;border-radius:2px;background:#fff;position:relative;display:flex;align-items:center;margin-bottom:4px;min-height:36px;box-sizing:border-box}.woocommerce-experimental-select-control__combo-box-wrapper--disabled{background-color:#f0f0f0;border-color:#ccc;opacity:1}.woocommerce-experimental-select-control__combo-box-wrapper--disabled .woocommerce-experimental-select-control__items-wrapper{opacity:.5}.woocommerce-experimental-select-control__combo-box-wrapper--disabled .woocommerce-experimental-select-control__suffix{fill:#ccc}.woocommerce-experimental-select-control__items-wrapper{display:flex;flex-grow:1;align-items:center;padding:2px 8px}.woocommerce-experimental-select-control__items-wrapper>*{display:inline-flex}.woocommerce-experimental-select-control__combox-box{flex-grow:1;align-items:center;flex-basis:120px;display:inline-flex}.woocommerce-experimental-select-control__combox-box input{width:100%;margin-top:2px;margin-bottom:2px;font-size:13px}.woocommerce-experimental-select-control__suffix{align-self:stretch}.woocommerce-experimental-select-control__combox-box-toggle-button{all:unset;position:absolute;right:6px;top:50%;transform:translateY(-50%)}.woocommerce-experimental-select-control__combox-box-toggle-button>svg{margin-top:4px}.woocommerce-experimental-select-control:not(.is-focused) .woocommerce-experimental-select-control__combox-box-toggle-button{pointer-events:none}.woocommerce-experimental-select-control__menu{position:absolute;width:100%;top:100%;left:-1px;margin-top:8px;box-sizing:border-box}.components-popover.woocommerce-experimental-select-control__popover-menu{background:#fff;border-radius:3px;display:none}.components-popover.woocommerce-experimental-select-control__popover-menu.is-open.has-results{display:block}.woocommerce-experimental-select-control__popover-menu .components-popover__content{overflow:hidden}.woocommerce-experimental-select-control__popover-menu-container{margin:0;width:100%;max-height:300px;overflow-y:scroll}.woocommerce-experimental-select-control__popover-menu-container>.category-field-dropdown__item:not(:first-child) .category-field-dropdown__item-content{border-top:1px solid #e0e0e0}.woocommerce-experimental-select-control__menu-item{padding:12px;margin:0}.woocommerce-experimental-select-control__menu-item .components-base-control__field{margin-bottom:0}.woocommerce-experimental-select-control__selected-items{flex-wrap:wrap}.woocommerce-experimental-select-control__selected-items.is-read-only{font-size:13px;color:#1e1e1e;font-family:var(--wp--preset--font-family--system-font)}.woocommerce-experimental-select-control__selected-item{margin-right:4px;margin-top:2px;margin-bottom:2px;cursor:default;display:inline-flex}.woocommerce-experimental-select-control__selected-item .woocommerce-tag{margin:0}.woocommerce-experimental-select-control__selected-item .woocommerce-tag .woocommerce-tag__remove{cursor:default}.woocommerce-experimental-select-control__suffix-icon{display:flex;align-items:center;height:100%;padding-right:8px}.woocommerce-experimental-select-control__suffix-icon .components-spinner{margin:0}.woocommerce-experimental-select-control{position:relative}.woocommerce-experimental-select-control.is-focused .woocommerce-experimental-select-control__combo-box-wrapper{box-shadow:0 0 0 1px var(--wp-admin-theme-color);border-color:var(--wp-admin-theme-color)}.woocommerce-experimental-select-control.is-read-only.is-multiple.has-selected-items .woocommerce-experimental-select-control__combo-box-wrapper{cursor:default}.woocommerce-experimental-select-control.is-read-only.is-multiple.has-selected-items .woocommerce-experimental-select-control__input{opacity:0;width:0;height:0}.woocommerce-experimental-select-control__label{display:inline-block;margin-bottom:8px}.woocommerce-experimental-select-control .woocommerce-experimental-select-control__input{border:0;box-shadow:none}.woocommerce-experimental-select-control .woocommerce-experimental-select-control__input:focus{outline:none}.woocommerce-filters-advanced{margin:24px 0}.woocommerce-filters-advanced .components-card__body{background-color:#f0f0f0;overflow:initial}.woocommerce-filters-advanced .components-card__body.is-size-small:hover,.woocommerce-filters-advanced .components-card__body ul li:hover{background-color:#e0e0e0}.woocommerce-filters-advanced .components-select-control .components-input-control__container .components-select-control__input{height:38px;padding:0 0 0 8px;margin:0}.woocommerce-filters-advanced .components-card__header .components-base-control__field{margin-bottom:0}.woocommerce-filters-advanced .components-card__header .components-base-control{display:inline-block}@media(max-width: 782px){.woocommerce-filters-advanced{margin:16px 0;border:1px solid #ccc}}@media(max-width: 400px){.woocommerce-filters-advanced{margin:12px 0}}.woocommerce-filters-advanced .woocommerce-filters-advanced__title-select{width:70px;display:inline-block;margin:0 8px}.woocommerce-filters-advanced__list{margin:0}.woocommerce-filters-advanced__list-item{padding:0 16px 0 0;margin:0;display:grid;grid-template-columns:1fr 40px;border-bottom:1px solid #ccc}.woocommerce-filters-advanced__list-item:hover{background-color:#e0e0e0}.woocommerce-filters-advanced__list-item .woocommerce-filters-advanced__line-item:nth-child(1){grid-column-start:1;grid-column-end:2;grid-row-start:1;grid-row-end:2}.woocommerce-filters-advanced__list-item .woocommerce-filters-advanced__line-item:nth-child(2){grid-column-start:2;grid-column-end:3;grid-row-start:1;grid-row-end:2}.woocommerce-filters-advanced__list-item fieldset{padding:8px 8px 8px 16px}.woocommerce-filters-advanced__list-item .woocommerce-filters-advanced__remove{width:40px;height:38px;align-self:center;color:#757575;padding:8px}@media(max-width: 400px){.woocommerce-filters-advanced__list-item .woocommerce-filters-advanced__remove{position:absolute;top:0;right:4px}}.woocommerce-filters-advanced__list-item .components-form-token-field{border-radius:4px}@media(max-width: 400px){.woocommerce-filters-advanced__list-item{display:block;position:relative;padding:8px 8px 0 0}}.woocommerce-filters-advanced__add-filter{margin:0;display:block}.woocommerce-filters-advanced__add-filter div div{display:inline-block}.woocommerce-filters-advanced__add-filter .components-popover:not(.is-mobile) .components-popover__content{min-width:180px}.woocommerce-filters-advanced__add-filter .components-popover__content>div{width:100%}.woocommerce-filters-advanced__fieldset{display:flex;align-items:center}.woocommerce-filters-advanced__fieldset>div{padding:0 4px}@media(max-width: 782px){.woocommerce-filters-advanced__fieldset>div{width:100%;padding:4px 0}}@media(max-width: 782px){.woocommerce-filters-advanced__fieldset{display:block}}.woocommerce-filters-advanced__fieldset.is-english{display:grid;grid-template-columns:120px 150px 1fr}.woocommerce-filters-advanced__fieldset.is-english .woocommerce-filters-advanced__fieldset-item:nth-child(1){grid-column-start:1;grid-column-end:2;grid-row-start:1;grid-row-end:2}.woocommerce-filters-advanced__fieldset.is-english .woocommerce-filters-advanced__fieldset-item:nth-child(2){grid-column-start:2;grid-column-end:3;grid-row-start:1;grid-row-end:2}.woocommerce-filters-advanced__fieldset.is-english .woocommerce-filters-advanced__fieldset-item:nth-child(3){grid-column-start:3;grid-column-end:4;grid-row-start:1;grid-row-end:2}.woocommerce-filters-advanced__fieldset.is-english .woocommerce-filters-advanced__fieldset-item:nth-child(1){display:flex;align-items:center}.woocommerce-filters-advanced__fieldset.is-english .woocommerce-filters-advanced__fieldset-item .components-base-control__field{margin-bottom:0}@media(max-width: 782px){.woocommerce-filters-advanced__fieldset.is-english{display:block}}.woocommerce-filters-advanced__rule{width:150px}.woocommerce-filters-advanced__input{width:100%}.woocommerce-filters-advanced__input.woocommerce-search.woocommerce-select-control .woocommerce-select-control__control{height:38px}.woocommerce-filters-advanced__add-filter-dropdown{display:inline-block}.woocommerce-filters-advanced__add-button{align-items:center;color:#757575;padding:8px}.woocommerce-filters-advanced__add-button svg{fill:currentColor;margin:0 6px 0 0}.woocommerce-filters-advanced__controls .components-button{margin-right:16px}.woocommerce-filters-advanced__add-dropdown{padding:0;margin:0;white-space:nowrap}.woocommerce-filters-advanced__add-dropdown li{margin:0}.woocommerce-filters-advanced__add-dropdown .components-button{width:100%;padding:8px}.woocommerce-filters-advanced__add-dropdown .components-button:hover{background-color:#e0e0e0}.woocommerce-filters-advanced__add-dropdown .components-button:not(:disabled):not([aria-disabled=true]):focus{background-color:#f0f0f0;box-shadow:none}.woocommerce-filters-advanced__input-range{align-items:center;display:grid;grid-template-columns:1fr}.woocommerce-filters-advanced__input-range.is-between{grid-template-columns:1fr 36px 1fr}.woocommerce-filters-advanced__input-range input{height:38px;margin:0}.woocommerce-filters-advanced__input-range .separator{text-align:center}.woocommerce-filters-advanced__attribute-fieldset{align-items:center;display:grid;grid-template-columns:1fr 20px 1fr}.woocommerce-filters-advanced__attribute-fieldset .woocommerce-filters-advanced__attribute-field-separator{padding:0 6px}.woocommerce-admin-page .woocommerce-filters-advanced__add-dropdown{text-wrap:nowrap}.woocommerce-filters-date__content.is-mobile .components-popover__header{border:none;height:0}.woocommerce-filters-date__content.is-mobile .components-popover__close{transform:translateY(22px)}.woocommerce-filters-date__content.is-mobile .components-tab-panel__tab-content{height:calc(100% - 46px);overflow:auto}.woocommerce-filters-date__content.components-dropdown__content .components-popover__content>div{padding:0}.woocommerce-filters-date__tabs{height:calc(100% - 42px);border-top:1px solid #ccc}.woocommerce-filters-date__tabs .components-tab-panel__tabs{display:flex;justify-content:space-between}.woocommerce-filters-date__tabs .components-tab-panel__tabs .components-button{display:block;text-align:center;width:50%}.woocommerce-filters-date__tabs .components-tab-panel__tab-content{display:flex;flex-direction:column;align-items:center}.woocommerce-filters-date__tabs:nth-child(1){grid-column-start:1;grid-column-end:2;grid-row-start:1;grid-row-end:2}.woocommerce-filters-date__tabs:nth-child(2){grid-column-start:2;grid-column-end:3;grid-row-start:1;grid-row-end:2}.woocommerce-filters-date__text{font-size:12px;font-size:0.75rem;font-weight:100;text-transform:uppercase;text-align:center;color:#757575;width:100%;margin:0;padding:1em;background-color:#fff}.woocommerce-filters-date__content-controls{display:flex;flex-direction:column;width:100%;align-items:center;padding-bottom:1em;background-color:#fff}.woocommerce-filters-date__content-controls.is-custom{border-top:1px solid #ccc}.woocommerce-filters-date__button-group{padding-top:1em;display:flex;justify-content:center;width:100%}.woocommerce-filters-date__button-group .woocommerce-filters-date__button{justify-content:center;width:40%;height:34px;margin:0 12px}.woocommerce-date-time-picker-control{display:block}.woocommerce-date-time-picker-control .components-input-control__suffix{margin-right:8px}.woocommerce-date-time-picker-control__popover .components-datetime__date{border-top:0}.woocommerce-filters-filter__content.is-mobile .components-popover__header-title{font-size:12px;font-size:0.75rem;font-weight:100;text-transform:uppercase;text-align:center;color:#757575}.woocommerce-filters-filter__content.is-mobile .woocommerce-filters-filter__content-list-item:last-child{border-bottom:1px solid #ccc}.woocommerce-filters-filter__content-list{margin:0;width:100%;min-width:100%}.woocommerce-filters-filter__content-list-item{border:1px solid rgba(0,0,0,0);border-bottom:1px solid #ccc;margin:0}.woocommerce-filters-filter__content-list-item:last-child{border-bottom:1px solid rgba(0,0,0,0)}.woocommerce-filters-filter__content-list-item.is-selected .woocommerce-filters-filter__button{background-color:#fff}.woocommerce-filters-filter__content-list-item.is-selected .woocommerce-filters-filter__button.components-button:not(:disabled):not([aria-disabled=true]):focus{background-color:#fff}.woocommerce-filters-filter__content-list-item.is-selected .woocommerce-filters-filter__button::before{content:"";width:8px;height:8px;background-color:#720eec;position:absolute;top:50%;left:1em;transform:translate(50%, -50%)}.woocommerce-filters-filter__content-list-item .woocommerce-filters-filter__button{position:relative;align-items:center;display:flex;width:100%;padding:1em 1em 1em 3em;background-color:#f0f0f0;text-align:left}.woocommerce-filters-filter__content-list-item .woocommerce-filters-filter__button.components-button{color:#757575}.woocommerce-filters-filter__content-list-item .woocommerce-filters-filter__button:hover{background-color:#e0e0e0;color:#757575}.woocommerce-filters-filter__content-list-item .woocommerce-filters-filter__button.components-button:not(:disabled):not([aria-disabled=true]):focus{background-color:#f0f0f0}.woocommerce-filters-filter__content-list-item .woocommerce-filters-filter__button svg{position:absolute;left:1em}.woocommerce-filters .components-base-control__field{margin-bottom:0}@media(max-width: 400px){.woocommerce-filters{margin-left:-8px;margin-right:-8px}}.woocommerce-filters__basic-filters{display:flex;margin-bottom:24px}@media(max-width: 1280px){.woocommerce-filters__basic-filters{flex-direction:column}}@media(max-width: 782px){.woocommerce-filters__basic-filters{margin-bottom:16px}}.woocommerce-filters__advanced-filters .components-card__body{background-color:#f0f0f0}.woocommerce-filters__advanced-filters .components-card__footer .components-button{margin-right:16px}.woocommerce-filters-filter{width:25%;padding:0 12px;min-height:82px;display:flex;flex-direction:column;justify-content:flex-end}.woocommerce-filters-filter:first-child{padding-left:0}.woocommerce-filters-filter:last-child{padding-right:0}@media(max-width: 1440px){.woocommerce-filters-filter{width:33.3%}}@media(max-width: 1280px){.woocommerce-filters-filter{width:50%;padding:0;min-height:78px}}@media(max-width: 782px){.woocommerce-filters-filter{width:100%}}.woocommerce-filters-label{margin:7px 0;display:block}@media(max-width: 1280px){.woocommerce-filters-label{margin:5px 0}}.woocommerce-filters-date__content .components-popover__content,.woocommerce-filters-filter__content .components-popover__content{width:320px;border:1px solid #ccc;background-color:#fff;padding:0}.woocommerce-filters-date__content .woocommerce-calendar__input-error .components-popover__content,.woocommerce-filters-filter__content .woocommerce-calendar__input-error .components-popover__content{background-color:#757575}.woocommerce-filters-date__content.is-mobile .components-popover__content,.woocommerce-filters-filter__content.is-mobile .components-popover__content{width:100%;height:100%;border:none}.woocommerce-filters-filter__search .woocommerce-search__autocomplete-results{position:static}.woocommerce-filters-filter__search .woocommerce-search__inline-container{overflow:hidden}.woocommerce-filters-filter__search .woocommerce-search__inline-container:not(.is-active){border:none}.woocommerce-filters-advanced__list-item .components-base-control+.components-base-control{margin-bottom:0}.woocommerce-flag span{vertical-align:middle}.woocommerce-flag .woocommerce-flag__fallback{background:#f0f0f0;color:rgba(0,0,0,0);width:24px;height:18px;display:block;overflow:hidden}.woocommerce-form-section{display:grid;grid-template-columns:32% auto;gap:24px}.woocommerce-form-section__title{margin-bottom:12px;display:flex;align-items:center}.woocommerce-form-section__description>*:first-child{margin-top:0}.woocommerce-form-section__content .components-card{margin-bottom:16px}.woocommerce-form-section__content>*{width:100%}.woocommerce-image-upload .woocommerce-image-upload__image-preview{font-size:16px;margin-right:2em}.woocommerce-image-upload .woocommerce-image-upload__image-preview img{max-width:240px;height:auto}.woocommerce-image-upload .woocommerce-image-upload__add-image{margin:16px 0}.woocommerce-image-upload.has-image{display:flex;align-items:center}.woocommerce-image-gallery img{display:block}.woocommerce-image-gallery .woocommerce-sortable,.woocommerce-image-gallery__wrapper{display:grid;grid-template-columns:inherit;grid-gap:16px}.woocommerce-image-gallery .woocommerce-sortable__handle{display:block;margin:0}.woocommerce-image-gallery .woocommerce-sortable__item.is-dragging{position:absolute}.woocommerce-image-gallery .woocommerce-sortable__item.is-dragging-over-before:before{left:-9px}.woocommerce-image-gallery .woocommerce-sortable__item.is-dragging-over-after:after{right:-9px}.woocommerce-image-gallery__item{height:146px;width:146px;position:relative}.woocommerce-image-gallery__item.is-toolbar-visible img{border:2px solid #007cba}.woocommerce-image-gallery__item:not(.is-toolbar-visible) img:hover{border:1.5px solid #007cba}.woocommerce-image-gallery__item img{border:1px solid #e0e0e0;border-radius:3px;box-sizing:border-box;-o-object-fit:cover;object-fit:cover;width:100%;height:146px}.woocommerce-image-gallery__item .woocommerce-pill{background:var(--wp-admin-theme-color);border:0;color:#fff;padding-top:2px;padding-bottom:2px;position:absolute;top:10px;left:10px}.woocommerce-image-gallery__item .components-toolbar-group{flex-wrap:inherit}.woocommerce-image-gallery__item .components-toolbar-group svg{width:24px;margin-top:4px}.woocommerce-image-gallery__toolbar{width:-moz-max-content;width:max-content;position:absolute;top:-58px;left:50%;transform:translateX(-50%);z-index:1000;background-color:#fff}.modal-open .woocommerce-image-gallery__toolbar-dropdown-popover{display:none}.woocommerce-list{margin:0;padding:0}a.woocommerce-list__item{color:inherit}.woocommerce-list__item{display:flex;align-items:center;margin-bottom:0;text-decoration:none;background-color:#fff}.woocommerce-list__item.has-gutters{padding:16px 24px}.woocommerce-list__item.has-action{cursor:pointer}.woocommerce-list__item:focus{box-shadow:inset 0 0 0 1px #3858e9,inset 0 0 0 2px #fff}.woocommerce-list__item:focus-visible{box-shadow:none}.woocommerce-list__item:not(.transitions-disabled).woocommerce-list__item-enter{opacity:0;max-height:0;transform:translateX(50%)}.woocommerce-list__item:not(.transitions-disabled).woocommerce-list__item-enter-active{opacity:1;max-height:100vh;transform:translateX(0%);transition:opacity 500ms,transform 500ms,max-height 500ms}.woocommerce-list__item:not(.transitions-disabled).woocommerce-list__item-exit{opacity:1;max-height:100vh;transform:translateX(0%)}.woocommerce-list__item:not(.transitions-disabled).woocommerce-list__item-exit-active{opacity:0;max-height:0;transform:translateX(50%);transition:opacity 500ms,transform 500ms,max-height 500ms}.woocommerce-list__item>.woocommerce-list__item-inner{text-decoration:none;width:100%;display:flex;align-items:center;padding:16px 24px}.woocommerce-list__item>.woocommerce-list__item-inner:focus{box-shadow:inset 0 0 0 1px #3858e9,inset 0 0 0 2px #fff}.woocommerce-list__item .woocommerce-list__item-title{color:#1d2327}.woocommerce-list__item .woocommerce-list__item-content{margin-top:4px;display:block;font-size:14px;line-height:20px;color:#50575d}.woocommerce-list__item .woocommerce-list__item-before{margin-right:20px;display:flex;align-items:center}.woocommerce-list__item .woocommerce-list__item-after{margin-left:16px;display:flex;align-items:center;margin-left:auto}.woocommerce-list__item:not(:first-child){border-top:1px solid #f0f0f0}.woocommerce-list__item:hover{background-color:#f0f0f0}.woocommerce-list__item:hover .woocommerce-list__item-title{color:var(--wp-admin-theme-color)}.woocommerce-list__item:hover .woocommerce-list__item-before>svg{fill:var(--wp-admin-theme-color)}.woocommerce-list__item .woocommerce-list__item-title,.woocommerce-list__item .woocommerce-list__item-title>div{color:var(--wp-admin-theme-color)}.woocommerce-list__item .woocommerce-list__item-before>svg{fill:var(--wp-admin-theme-color)}.woocommerce-list__item .woocommerce-list__item-after>svg{fill:#1e1e1e}.woocommerce-list__item.is-complete .woocommerce-task__icon{background-color:var(--wp-admin-theme-color)}.woocommerce-list__item.is-complete .woocommerce-list__item-title{color:#757575}.woocommerce-list__item.is-complete .woocommerce-list__item-content{display:none}.woocommerce-list__item-title{color:#2c3338}.woocommerce-list__item-content{color:#646970}.woocommerce-list-item{background:#fff;border:1px solid #ccc;margin:0;padding:16px;display:flex;align-items:center}.woocommerce-media-uploader{text-align:center}.woocommerce-media-uploader .woocommerce-media-uploader__label{font-weight:600;font-size:14px;line-height:20px;margin-bottom:24px;display:flex;flex-direction:column;align-items:center}.woocommerce-order-status{display:grid;grid-template-columns:min-content min-content;grid-gap:8px;align-items:center}.woocommerce-order-status__indicator{min-width:16px;width:16px;height:16px;display:block;background:#ccc;border-radius:50%;border:3px solid #f0f0f0}.woocommerce-order-status__indicator.is-processing{background:#4ab866;border-color:#93d5a4}.woocommerce-order-status__indicator.is-on-hold{background:#ffb900;border-color:#ffd566}.woocommerce-pagination{display:flex;flex-direction:row;flex-wrap:nowrap;justify-content:center;align-items:center}@media(max-width: 782px){.woocommerce-pagination{flex-direction:column}}.woocommerce-pagination input{border-radius:4px}.woocommerce-pagination__page-arrows{display:flex;flex-direction:row;align-items:center;gap:8px}.woocommerce-pagination__page-arrows-buttons{display:inline-flex;align-items:baseline;border:1px solid #b5bfc9;border-radius:4px;background:#f0f2f4}.woocommerce-pagination__page-arrows-buttons .components-button{color:#24292d;height:30px;width:32px;justify-content:center}.woocommerce-pagination__page-arrows-buttons .components-button:not(:disabled):not([aria-disabled=true]):hover{color:#757575}.woocommerce-pagination__page-arrows-buttons button:first-child{border-top-right-radius:0;border-bottom-right-radius:0;border-right:2px solid #d3d9de}.woocommerce-pagination__page-arrows-buttons button:last-child{border-top-left-radius:0;border-bottom-left-radius:0}.woocommerce-pagination__page-arrows-buttons .woocommerce-pagination__link{padding:4px}.woocommerce-pagination__page-arrows-label{margin-top:8px;margin-right:8px}.woocommerce-pagination__page-picker{margin-left:16px}@media(max-width: 782px){.woocommerce-pagination__page-picker{margin-top:16px;margin-left:0}}.woocommerce-pagination__page-picker .woocommerce-pagination__page-picker-input{margin-left:8px;width:60px;height:34px;box-shadow:none}.woocommerce-pagination__per-page-picker{margin-left:16px}@media(max-width: 782px){.woocommerce-pagination__per-page-picker{margin-top:16px;margin-left:0}}.woocommerce-pagination__per-page-picker .components-base-control{margin-bottom:0}.woocommerce-pagination__per-page-picker .components-base-control .components-base-control__field{display:flex;flex-direction:row;align-items:baseline;margin-bottom:0}.woocommerce-pagination__per-page-picker .components-base-control .components-select-control__input{width:60px;height:34px;box-shadow:none}.woocommerce-pagination__per-page-picker .components-base-control .components-base-control__label{margin-right:8px}.woocommerce-pagination__per-page-picker .components-base-control label.components-input-control__label{font-size:13px;font-size:0.8125rem;line-height:18px;font-weight:400;text-transform:none}.woocommerce-pagination__page-picker-input.has-error,.woocommerce-pagination__page-picker-input.has-error:focus,.woocommerce-pagination__page-arrow-picker-input.has-error,.woocommerce-pagination__page-arrow-picker-input.has-error:focus{border-color:#d94f4f;box-shadow:0 0 2px #d94f4f}.woocommerce-pagination__page-arrow-picker-input::-webkit-outer-spin-button,.woocommerce-pagination__page-arrow-picker-input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.woocommerce-pagination__page-arrow-picker-input[type=number]{-moz-appearance:textfield}.woocommerce-pill{border:1px solid #757575;border-radius:28px;color:#757575;display:inline-block;padding:4px 8px}@media(max-width: 320px){.woocommerce-pill{font-size:11px}}.woocommerce-product-image{border-radius:2px}.woocommerce-rating{position:relative;vertical-align:middle;display:inline-block;overflow:hidden;white-space:nowrap}.woocommerce-rating .gridicon{fill:#e0e0e0}.woocommerce-rating .woocommerce-rating__star-outline{position:absolute;left:0;top:0;white-space:nowrap;overflow:hidden}.woocommerce-rating .woocommerce-rating__star-outline .gridicon{fill:#757575}.woocommerce-search.woocommerce-select-control{position:relative}.woocommerce-search.woocommerce-select-control .woocommerce-select-control__control-icon{position:absolute;top:50%;left:10px;transform:translateY(-50%);color:#ccc;font-size:20px}.woocommerce-search.woocommerce-select-control:not(.has-inline-tags) .woocommerce-tag{margin:8px 6px 0 0}.woocommerce-search.woocommerce-select-control .woocommerce-select-control__control{height:auto;border:1px solid #ccc;font-size:13px;width:100%;padding:3px 2px 3px 36px;border-radius:4px;border-color:#757575;box-shadow:0 .7px 1px rgba(0,0,0,.1),0 1.2px 1.7px -0.2px rgba(0,0,0,.1),0 2.3px 3.3px -0.5px rgba(0,0,0,.1)}.woocommerce-search.woocommerce-select-control .woocommerce-select-control__control.is-active{border-color:var(--wp-admin-theme-color)}.woocommerce-search.woocommerce-select-control .components-base-control .woocommerce-select-control__control-input{margin:0;font-size:13px;min-height:auto}.woocommerce-search.woocommerce-select-control .components-base-control .woocommerce-select-control__control-input[type=number]::-webkit-outer-spin-button,.woocommerce-search.woocommerce-select-control .components-base-control .woocommerce-select-control__control-input[type=number]::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.woocommerce-search.woocommerce-select-control .components-base-control .components-base-control__label{font-size:13px;color:#72777c;margin:0;width:calc(100% - 36px);top:50%;left:36px}.woocommerce-search.woocommerce-select-control .is-active.components-base-control .components-base-control__label,.woocommerce-search.woocommerce-select-control .with-value.components-base-control .components-base-control__label,.woocommerce-search.woocommerce-select-control.has-inline-tags .has-tags.components-base-control .components-base-control__label{display:none}.woocommerce-search.woocommerce-select-control .components-base-control .woocommerce-select-control__tags{margin:0}.woocommerce-search.woocommerce-select-control .components-base-control .woocommerce-tag{max-height:24px}.woocommerce-search.woocommerce-select-control .woocommerce-select-control__listbox{border:1px solid #ccc;top:38px}.woocommerce-search.woocommerce-select-control.is-static-results .woocommerce-select-control__listbox{position:static}.woocommerce-search.woocommerce-select-control .woocommerce-select-control__option{margin-bottom:0;display:flex;flex-direction:row;flex-grow:1;flex-shrink:0;align-items:center;padding:12px;color:#720eec;text-align:left;background:#f0f0f0;border-bottom:1px solid #f0f0f0;font-size:13px;min-height:43px;height:auto}.woocommerce-search.woocommerce-select-control .woocommerce-select-control__option:last-of-type{border-bottom:none}.woocommerce-search.woocommerce-select-control .woocommerce-select-control__option:hover{box-shadow:none;color:#720eec;background:#e0e0e0}.woocommerce-search.woocommerce-select-control .woocommerce-select-control__option.is-selected,.woocommerce-search.woocommerce-select-control .woocommerce-select-control__option:focus,.woocommerce-search.woocommerce-select-control .woocommerce-select-control__option:active{color:#720eec;background:#fff;box-shadow:inset 0 0 0 1px #e0e0e0,inset 0 0 0 2px #24292d}.woocommerce-search.woocommerce-select-control .woocommerce-select-control__option .woocommerce-search__result-thumbnail{margin-right:12px}.woocommerce-search__result-name{text-decoration:underline}.woocommerce-search-list{width:100%;padding:0 0 16px;text-align:left}.woocommerce-search-list__selected{margin:16px 0;padding:16px 0 0;min-height:76px;border-top:1px solid #f0f0f0}.woocommerce-search-list__selected .woocommerce-search-list__selected-header{margin-bottom:8px}.woocommerce-search-list__selected .woocommerce-search-list__selected-header button{margin-left:12px}.woocommerce-search-list__selected .woocommerce-tag__text{max-width:13em}.woocommerce-search-list__selected ul{list-style:none}.woocommerce-search-list__selected ul li{float:left}.woocommerce-search-list__search{margin:16px 0;padding:16px 0 0;border-top:1px solid #f0f0f0}.woocommerce-search-list__search .components-base-control__field{margin-bottom:16px}.woocommerce-search-list__list{border:1px solid #e0e0e0;padding:0;max-height:17em;overflow-x:hidden;overflow-y:auto}.woocommerce-search-list__list li{margin-bottom:0}.woocommerce-search-list__list.is-loading{padding:12px 0;text-align:center;border:none}.woocommerce-search-list__list.is-not-found{padding:12px 0;text-align:center;border:none}.woocommerce-search-list__list.is-not-found .woocommerce-search-list__not-found-icon,.woocommerce-search-list__list.is-not-found .woocommerce-search-list__not-found-text{display:inline-block}.woocommerce-search-list__list.is-not-found .woocommerce-search-list__not-found-icon{margin-right:16px}.woocommerce-search-list__list.is-not-found .woocommerce-search-list__not-found-icon .gridicon{vertical-align:top;margin-top:-1px}.woocommerce-search-list__list .components-spinner{float:none;margin:0 auto}.woocommerce-search-list__list .components-menu-group__label{clip:rect(1px, 1px, 1px, 1px);clip-path:inset(50%);height:1px;width:1px;margin:-1px;overflow:hidden;overflow-wrap:normal !important;word-wrap:normal !important}.woocommerce-search-list__list>[role=menu]{border:1px solid #f0f0f0;border-bottom:none}.woocommerce-search-list__list .woocommerce-search-list__item{display:flex;align-items:center;margin-bottom:0;padding:12px 16px;background:#fff;border-bottom:1px solid #f0f0f0;color:#757575}.woocommerce-search-list__list .woocommerce-search-list__item:hover,.woocommerce-search-list__list .woocommerce-search-list__item:active,.woocommerce-search-list__list .woocommerce-search-list__item:focus{background:#f0f0f0}.woocommerce-search-list__list .woocommerce-search-list__item:active,.woocommerce-search-list__list .woocommerce-search-list__item:focus{box-shadow:none}.woocommerce-search-list__list .woocommerce-search-list__item .woocommerce-search-list__item-input{margin:0 8px 0 0}.woocommerce-search-list__list .woocommerce-search-list__item .woocommerce-search-list__item-label{display:flex;flex:1}.woocommerce-search-list__list .woocommerce-search-list__item.depth-0+.depth-1{margin-top:-1px}.woocommerce-search-list__list .woocommerce-search-list__item:not(.depth-0){border-bottom:0 !important}.woocommerce-search-list__list .woocommerce-search-list__item:not(.depth-0)+.depth-0{border-top:1px solid #f0f0f0}.woocommerce-search-list__list .woocommerce-search-list__item[class*=depth-] .woocommerce-search-list__item-label::before{margin-right:4px;content:"— — — — — "}.woocommerce-search-list__list .woocommerce-search-list__item.depth-0 .woocommerce-search-list__item-label::before{margin-right:0;content:""}.woocommerce-search-list__list .woocommerce-search-list__item.depth-1 .woocommerce-search-list__item-label::before{content:"— "}.woocommerce-search-list__list .woocommerce-search-list__item.depth-2 .woocommerce-search-list__item-label::before{content:"— — "}.woocommerce-search-list__list .woocommerce-search-list__item.depth-3 .woocommerce-search-list__item-label::before{content:"— — — "}.woocommerce-search-list__list .woocommerce-search-list__item.depth-4 .woocommerce-search-list__item-label::before{content:"— — — — "}.woocommerce-search-list__list .woocommerce-search-list__item .woocommerce-search-list__item-name{display:inline-block}.woocommerce-search-list__list .woocommerce-search-list__item .woocommerce-search-list__item-prefix{display:none;color:#757575}.woocommerce-search-list__list .woocommerce-search-list__item.is-searching .woocommerce-search-list__item-label,.woocommerce-search-list__list .woocommerce-search-list__item.is-skip-level .woocommerce-search-list__item-label{display:inline-block}.woocommerce-search-list__list .woocommerce-search-list__item.is-searching .woocommerce-search-list__item-prefix,.woocommerce-search-list__list .woocommerce-search-list__item.is-skip-level .woocommerce-search-list__item-prefix{display:inline}.woocommerce-search-list__list .woocommerce-search-list__item.is-searching .woocommerce-search-list__item-prefix::after,.woocommerce-search-list__list .woocommerce-search-list__item.is-skip-level .woocommerce-search-list__item-prefix::after{margin-right:4px;content:" ›"}.woocommerce-search-list__list .woocommerce-search-list__item.is-searching .woocommerce-search-list__item-name{color:#1e1e1e}.woocommerce-search-list__list .woocommerce-search-list__item.has-count>.components-menu-item__item{width:100%}.woocommerce-search-list__list .woocommerce-search-list__item .woocommerce-search-list__item-count{flex:0 1 auto;padding:2px 8px;border:1px solid #f0f0f0;border-radius:12px;font-size:.8em;line-height:1.4;color:#757575;background:#fff;white-space:nowrap}.woocommerce-search-list__list li:last-child .woocommerce-search-list__item{border-bottom:none}.woocommerce-search-list.is-compact .woocommerce-search-list__selected{margin:0 0 16px;padding:0;border-top:none;min-height:54px}.woocommerce-search-list.is-compact .woocommerce-search-list__search{margin:0 0 16px;padding:0;border-top:none}.woocommerce-section-header{padding:13px;border-bottom:none;display:flex;justify-content:space-between}@media(max-width: 782px){.woocommerce-section-header{margin-left:-16px;margin-right:-16px;margin-bottom:12px;border-left:none;border-right:none;width:auto}}.woocommerce-section-header hr{align-self:center;flex-grow:1;height:1px;margin:0 10px}@media(max-width: 782px){.woocommerce-section-header.has-interval-select{position:relative;padding-bottom:30px}.woocommerce-section-header.has-interval-select .woocommerce-chart__interval-select{position:absolute;left:0;bottom:0;padding-left:6px}}.woocommerce-section-header__actions,.woocommerce-section-header__menu{text-align:right}.woocommerce-section-header__actions{display:flex;flex-grow:1;justify-content:flex-end}.woocommerce-section-header__actions .components-base-control{padding-top:0;min-height:34px}.woocommerce-section-header__actions .components-base-control .components-base-control__field{margin-bottom:0}.woocommerce-section-header__actions .components-base-control .components-base-control__field select{background:rgba(0,0,0,0)}.woocommerce-ellipsis-menu__toggle{padding:0}.woocommerce-section-header__menu{display:flex;flex-direction:column;justify-content:center}.woocommerce-section-header__title{margin:0 16px 0 0;padding:3px 0;font-size:20px;font-size:1.25rem;line-height:2.2;font-weight:400}.woocommerce-segmented-selection{width:100%;color:#757575}.woocommerce-segmented-selection__container{width:100%;grid-template-columns:1fr 1fr;display:grid;border-top:1px solid #ccc;border-bottom:1px solid #ccc;background-color:#ccc}.woocommerce-segmented-selection__item:nth-child(2n){border-left:1px solid #ccc;border-top:1px solid #ccc}.woocommerce-segmented-selection__item:nth-child(2n+1){border-top:1px solid #ccc}.woocommerce-segmented-selection__item:nth-child(-n+2){border-top:0}.woocommerce-segmented-selection__label{background-color:#f0f0f0;padding:12px 12px 12px 36px;position:relative;display:block;height:100%}.woocommerce-segmented-selection__label:active{background-color:#e0e0e0}.woocommerce-segmented-selection__label:hover{background-color:#e0e0e0}.woocommerce-segmented-selection__input{opacity:0;position:absolute;left:-9999px}.woocommerce-segmented-selection__input:active+label .woocommerce-segmented-selection__label{background-color:#e0e0e0}.woocommerce-segmented-selection__input:checked+label .woocommerce-segmented-selection__label{background-color:#fff;font-weight:600}.woocommerce-segmented-selection__input:checked+label .woocommerce-segmented-selection__label::before{content:"";width:8px;height:8px;background-color:var(--wp-admin-theme-color);position:absolute;top:50%;transform:translate(-20px, -50%)}.woocommerce-segmented-selection__input:focus+label .woocommerce-segmented-selection__label{box-shadow:inset 0 0 0 1px #24292d}.woocommerce-select-control{position:relative}.woocommerce-select-control .components-base-control{height:56px;display:flex;box-sizing:border-box;align-items:center;border:1px solid #a7aaad;border-radius:3px;background:#fff;padding:12px;position:relative}.woocommerce-select-control .components-base-control .woocommerce-select-control__tags{margin:12px 4px 0 0}.woocommerce-select-control .components-base-control .woocommerce-tag{max-height:20px}.woocommerce-select-control .components-base-control .components-base-control__field{display:flex;align-items:center;flex:1;margin-bottom:0;max-width:100%}.woocommerce-select-control .components-base-control .components-base-control__label{position:absolute;top:50%;transform:translateY(-50%);color:#646970;font-size:16px;line-height:1.5em}.woocommerce-select-control .components-base-control .woocommerce-select-control__control-input{font-size:16px;border:0;box-shadow:none;color:#2c3338;margin:12px 0 0 0;padding-left:0;padding-right:0;width:100%;line-height:24px;text-align:left;letter-spacing:inherit;background:rgba(0,0,0,0)}.woocommerce-select-control .components-base-control .woocommerce-select-control__control-input::-webkit-search-cancel-button{display:none}.woocommerce-select-control .components-base-control .woocommerce-select-control__control-input:focus{outline:none}.woocommerce-select-control .components-base-control i{color:#636d75;margin-right:12px;width:24px}.woocommerce-select-control .components-base-control.is-active{box-shadow:0 0 0 1px #3858e9;border-color:#3858e9}.woocommerce-select-control .components-base-control.with-value .components-base-control__label,.woocommerce-select-control .components-base-control.has-tags .components-base-control__label{font-size:12px;margin-top:-12px}.woocommerce-select-control .components-base-control.is-disabled{opacity:.5}.woocommerce-select-control .components-base-control.is-disabled .components-base-control__label{cursor:default}.woocommerce-select-control .woocommerce-select-control__autofill-input{position:absolute;z-index:-1}.woocommerce-select-control .woocommerce-select-control__tags{position:relative;margin:12px 0 0 0}.woocommerce-select-control .woocommerce-select-control__tags.has-clear{padding-right:24px}.woocommerce-select-control .woocommerce-tag{max-height:24px}.woocommerce-select-control .woocommerce-select-control__clear{position:absolute;right:10px;top:calc(50% - 10px)}.woocommerce-select-control .woocommerce-select-control__clear>.clear-icon{color:#c9c9c9}.woocommerce-select-control .woocommerce-select-control__listbox{background:#fff;display:flex;flex-direction:column;align-items:stretch;box-shadow:0 3px 5px rgba(0,0,0,.2),0 1px 18px rgba(0,0,0,.12),0 6px 10px rgba(0,0,0,.14);border-radius:3px;position:absolute;left:0;right:0;top:57px;z-index:10;overflow-y:auto;max-height:362px}.woocommerce-select-control .woocommerce-select-control__listbox.is-static{position:static}.woocommerce-select-control .woocommerce-select-control__listbox.is-virtual{overflow:hidden}.woocommerce-select-control .woocommerce-select-control__option{padding:16px;min-height:56px;font-size:16px;text-align:left}.woocommerce-select-control .woocommerce-select-control__option.is-selected,.woocommerce-select-control .woocommerce-select-control__option:hover{background:#f6f7f7}.woocommerce-select-control.is-searchable .components-base-control__label{left:48px}.woocommerce-select-control.is-searchable .components-base-control.is-active .components-base-control__label{font-size:12px;margin-top:-12px}.woocommerce-select-control.is-searchable .woocommerce-select-control__control-input{padding-left:12px}.woocommerce-sortable li{list-style:none}.woocommerce-sortable__item{margin:0;position:relative}.woocommerce-sortable__item.is-dragging{opacity:0;height:0;width:0}.woocommerce-sortable__item:before,.woocommerce-sortable__item:after{content:"";display:none;height:3px;width:100%;background:var(--wp-admin-theme-color);border-radius:24px;position:absolute;top:-1.5px}.woocommerce-sortable__item:after{top:auto;bottom:-1.5px}.is-horizontal .woocommerce-sortable__item:before,.is-horizontal .woocommerce-sortable__item:after{height:100%;width:3px}.is-horizontal .woocommerce-sortable__item:before{top:0;left:-1.5px}.is-horizontal .woocommerce-sortable__item:after{top:0;bottom:auto;right:-1.5px}.woocommerce-sortable__item.is-dragging-over-before:before{display:block}.woocommerce-sortable__item.is-dragging-over-after.is-last-droppable:after{display:block}.woocommerce-sortable__handle{cursor:grab;margin-right:16px;display:inline-flex}.woocommerce-stepper .woocommerce-stepper__steps{display:flex;justify-content:space-around;margin-bottom:24px}.woocommerce-stepper .woocommerce-stepper__step{padding:8px;font-weight:400;position:relative}.woocommerce-stepper .woocommerce-stepper__step .woocommerce-stepper__step-label-wrapper{display:flex;text-align:left;border:0;background-color:rgba(0,0,0,0);padding:0}.woocommerce-stepper .woocommerce-stepper__step .woocommerce-stepper__step-label-wrapper:focus{outline:none;box-shadow:none}.woocommerce-stepper .woocommerce-stepper__step button.woocommerce-stepper__step-label-wrapper{cursor:pointer}.woocommerce-stepper .woocommerce-stepper__step .woocommerce-stepper__step-text{width:100%}.woocommerce-stepper .woocommerce-stepper__step .woocommerce-stepper__step-label{color:#1e1e1e;line-height:24px;font-size:16px}.woocommerce-stepper .woocommerce-stepper__step .woocommerce-stepper__step-description{display:none;font-size:14px;color:#757575;font-weight:400;margin-top:2px}.woocommerce-stepper .woocommerce-stepper__step .woocommerce-stepper__step-icon svg{display:none}.woocommerce-stepper .woocommerce-stepper__step .woocommerce-spinner{display:block;margin-right:12px;max-height:24px;min-width:24px;width:24px;border-radius:50%;background:var(--wp-admin-theme-color)}.woocommerce-stepper .woocommerce-stepper__step .woocommerce-spinner__circle{stroke:#fff}.woocommerce-stepper .woocommerce-stepper__step.is-active .woocommerce-stepper__step-icon,.woocommerce-stepper .woocommerce-stepper__step.is-complete .woocommerce-stepper__step-icon{background:var(--wp-admin-theme-color);color:#fff}.woocommerce-stepper .woocommerce-stepper__step.is-active .woocommerce-stepper__step-label,.woocommerce-stepper .woocommerce-stepper__step.is-complete .woocommerce-stepper__step-label{color:#1e1e1e}.woocommerce-stepper .woocommerce-stepper__step.is-active .woocommerce-stepper__step-icon{font-weight:600}.woocommerce-stepper .woocommerce-stepper__step.is-active .woocommerce-stepper__step-label{font-weight:600;margin:0}.woocommerce-stepper .woocommerce-stepper__step.is-complete .woocommerce-stepper__step-number{display:none}.woocommerce-stepper .woocommerce-stepper__step.is-complete svg{display:inline}.woocommerce-stepper .woocommerce-stepper__step-icon{font-size:16px;display:inline-flex;align-items:center;justify-content:center;width:24px;height:24px;min-width:24px;margin-right:12px;background:#f0f0f0;color:#757575;border-radius:50%}.woocommerce-stepper .woocommerce-stepper__step-divider{align-self:flex-start;flex-grow:1;border-bottom:1px solid #f0f0f0;margin-top:20px}.woocommerce-stepper .woocommerce-stepper__step-divider:last-child{display:none}@media(max-width: 782px){.woocommerce-stepper .woocommerce-stepper__step-label{display:none;padding-top:24px}.woocommerce-stepper .woocommerce-stepper__step-icon{margin-right:0}}.woocommerce-stepper.is-vertical .woocommerce-stepper__steps{align-items:initial;flex-direction:column;margin-bottom:0}.woocommerce-stepper.is-vertical .woocommerce-stepper__step{padding-bottom:36px}.woocommerce-stepper.is-vertical .woocommerce-stepper__step::after{content:"";position:absolute;left:20px;top:40px;height:calc(100% - 24px - 16px);border-left:1px solid #f0f0f0}.woocommerce-stepper.is-vertical .woocommerce-stepper__step:last-child{padding-bottom:8px}.woocommerce-stepper.is-vertical .woocommerce-stepper__step:last-child::after{display:none}.woocommerce-stepper.is-vertical .woocommerce-stepper__step-label{display:initial}.woocommerce-stepper.is-vertical .woocommerce-stepper__step-icon{margin-right:12px}.woocommerce-stepper.is-vertical .woocommerce-stepper__step-description{display:block}.woocommerce-stepper.is-vertical .woocommerce-stepper_content{margin-top:16px;margin-left:36px}@keyframes rotate{0%{transform:rotate(0deg)}100%{transform:rotate(270deg)}}@keyframes growAndShrink{0%,100%{stroke-dashoffset:200}50%{stroke-dashoffset:50;transform:rotate(135deg)}100%{transform:rotate(450deg)}}.woocommerce-spinner{animation:rotate 2s linear infinite;width:40px;min-width:40px;height:40px;max-height:40px}.woocommerce-spinner__circle{stroke-dasharray:200;stroke-dashoffset:0;transform-origin:center;animation:growAndShrink 2s ease-in-out infinite;stroke:#1d2327}.woocommerce-summary{margin:16px 0;display:grid;border-width:1px 0 0 1px;border-style:solid;border-color:#e0e0e0;background-color:#f0f0f0;box-shadow:inset -1px -1px 0 #e0e0e0;width:100%}@media(max-width: 782px){.woocommerce-summary{border-width:0}.woocommerce-summary.is-placeholder{border-top:0}.woocommerce-summary .woocommerce-summary__item-container.is-placeholder{border-top:1px solid #e0e0e0}}.woocommerce-summary .components-popover:not(.components-tooltip){position:static !important;top:auto !important;left:auto !important;right:auto !important;bottom:auto !important;margin-top:0 !important;margin-left:0}.woocommerce-summary .components-popover:not(.components-tooltip) .components-popover__header{display:none}.woocommerce-summary .components-popover:not(.components-tooltip) .components-popover__content{position:static;left:auto;right:auto;margin:0;width:100%;max-width:100% !important;max-height:100% !important;box-shadow:none;border:none;transform:none}.woocommerce-summary .components-popover:not(.components-tooltip) .components-popover__content .woocommerce-summary__item.is-selected{display:none}.components-popover__content .woocommerce-summary{max-height:100%;margin-top:0;margin-bottom:0;overflow-y:auto;border:none}.woocommerce-summary .woocommerce-summary__item-value,.woocommerce-summary .woocommerce-summary__item-delta{flex:1 0 auto}.woocommerce-summary .woocommerce-summary__item-delta{flex:0 1 auto;display:flex}.woocommerce-summary,.woocommerce-summary.has-one-item,.woocommerce-summary.has-1-items{grid-template-columns:1fr}.woocommerce-summary.has-2-items{grid-template-columns:repeat(2, 1fr)}.woocommerce-summary.has-2-items .woocommerce-summary__item-container:nth-of-type(2n) .woocommerce-summary__item{border-right-color:#e0e0e0}.woocommerce-summary.has-2-items .woocommerce-summary__item-container:nth-of-type(2n
+ 1):nth-last-of-type(-n + 2) .woocommerce-summary__item,.woocommerce-summary.has-2-items .woocommerce-summary__item-container:nth-of-type(2n
+ 1):nth-last-of-type(-n + 2)~.woocommerce-summary__item-container .woocommerce-summary__item{border-bottom-color:#e0e0e0}.woocommerce-summary.has-3-items{grid-template-columns:repeat(3, 1fr)}.woocommerce-summary.has-3-items .woocommerce-summary__item-container:nth-of-type(3n) .woocommerce-summary__item{border-right-color:#e0e0e0}.woocommerce-summary.has-3-items .woocommerce-summary__item-container:nth-of-type(3n
+ 1):nth-last-of-type(-n + 3) .woocommerce-summary__item,.woocommerce-summary.has-3-items .woocommerce-summary__item-container:nth-of-type(3n
+ 1):nth-last-of-type(-n + 3)~.woocommerce-summary__item-container .woocommerce-summary__item{border-bottom-color:#e0e0e0}.woocommerce-summary.has-4-items,.woocommerce-summary.has-7-items,.woocommerce-summary.has-8-items{grid-template-columns:repeat(4, 1fr)}.woocommerce-summary.has-4-items .woocommerce-summary__item-container:nth-of-type(4n) .woocommerce-summary__item,.woocommerce-summary.has-7-items .woocommerce-summary__item-container:nth-of-type(4n) .woocommerce-summary__item,.woocommerce-summary.has-8-items .woocommerce-summary__item-container:nth-of-type(4n) .woocommerce-summary__item{border-right-color:#e0e0e0}.woocommerce-summary.has-4-items .woocommerce-summary__item-container:nth-of-type(4n
+ 1):nth-last-of-type(-n + 4) .woocommerce-summary__item,.woocommerce-summary.has-4-items .woocommerce-summary__item-container:nth-of-type(4n
+ 1):nth-last-of-type(-n + 4)~.woocommerce-summary__item-container .woocommerce-summary__item,.woocommerce-summary.has-7-items .woocommerce-summary__item-container:nth-of-type(4n
+ 1):nth-last-of-type(-n + 4) .woocommerce-summary__item,.woocommerce-summary.has-7-items .woocommerce-summary__item-container:nth-of-type(4n
+ 1):nth-last-of-type(-n + 4)~.woocommerce-summary__item-container .woocommerce-summary__item,.woocommerce-summary.has-8-items .woocommerce-summary__item-container:nth-of-type(4n
+ 1):nth-last-of-type(-n + 4) .woocommerce-summary__item,.woocommerce-summary.has-8-items .woocommerce-summary__item-container:nth-of-type(4n
+ 1):nth-last-of-type(-n + 4)~.woocommerce-summary__item-container .woocommerce-summary__item{border-bottom-color:#e0e0e0}.woocommerce-summary.has-5-items{grid-template-columns:repeat(5, 1fr)}.woocommerce-summary.has-5-items .woocommerce-summary__item-container:nth-of-type(5n) .woocommerce-summary__item{border-right-color:#e0e0e0}.woocommerce-summary.has-5-items .woocommerce-summary__item-container:nth-of-type(5n
+ 1):nth-last-of-type(-n + 5) .woocommerce-summary__item,.woocommerce-summary.has-5-items .woocommerce-summary__item-container:nth-of-type(5n
+ 1):nth-last-of-type(-n + 5)~.woocommerce-summary__item-container .woocommerce-summary__item{border-bottom-color:#e0e0e0}.woocommerce-summary.has-5-items .woocommerce-summary__item-value .woocommerce-summary__item-prev-label,.woocommerce-summary.has-5-items.is-placeholder .woocommerce-summary__item-prev-label{margin-right:calc(100% - 80px)}@media(min-width: 1441px){.woocommerce-summary.has-6-items{grid-template-columns:repeat(6, 1fr)}.woocommerce-summary.has-6-items .woocommerce-summary__item-container:nth-of-type(6n) .woocommerce-summary__item{border-right-color:#e0e0e0}.woocommerce-summary.has-6-items .woocommerce-summary__item-container:nth-of-type(6n
+ 1):nth-last-of-type(-n + 6) .woocommerce-summary__item,.woocommerce-summary.has-6-items .woocommerce-summary__item-container:nth-of-type(6n
+ 1):nth-last-of-type(-n + 6)~.woocommerce-summary__item-container .woocommerce-summary__item{border-bottom-color:#e0e0e0}.woocommerce-summary.has-6-items .woocommerce-summary__item-value .woocommerce-summary__item-prev-label,.woocommerce-summary.has-6-items.is-placeholder .woocommerce-summary__item-prev-label{margin-right:calc(100% - 80px)}.woocommerce-summary.has-9-items,.woocommerce-summary.has-10-items{grid-template-columns:repeat(5, 1fr)}.woocommerce-summary.has-9-items .woocommerce-summary__item-container:nth-of-type(5n) .woocommerce-summary__item,.woocommerce-summary.has-10-items .woocommerce-summary__item-container:nth-of-type(5n) .woocommerce-summary__item{border-right-color:#e0e0e0}.woocommerce-summary.has-9-items .woocommerce-summary__item-container:nth-of-type(5n
+ 1):nth-last-of-type(-n + 5) .woocommerce-summary__item,.woocommerce-summary.has-9-items .woocommerce-summary__item-container:nth-of-type(5n
+ 1):nth-last-of-type(-n + 5)~.woocommerce-summary__item-container .woocommerce-summary__item,.woocommerce-summary.has-10-items .woocommerce-summary__item-container:nth-of-type(5n
+ 1):nth-last-of-type(-n + 5) .woocommerce-summary__item,.woocommerce-summary.has-10-items .woocommerce-summary__item-container:nth-of-type(5n
+ 1):nth-last-of-type(-n + 5)~.woocommerce-summary__item-container .woocommerce-summary__item{border-bottom-color:#e0e0e0}.woocommerce-summary.has-9-items .woocommerce-summary__item-value .woocommerce-summary__item-prev-label,.woocommerce-summary.has-9-items.is-placeholder .woocommerce-summary__item-prev-label,.woocommerce-summary.has-10-items .woocommerce-summary__item-value .woocommerce-summary__item-prev-label,.woocommerce-summary.has-10-items.is-placeholder .woocommerce-summary__item-prev-label{margin-right:calc(100% - 80px)}}@media(max-width: 1440px){.woocommerce-summary.has-4-items .woocommerce-summary__item-value .woocommerce-summary__item-prev-label,.woocommerce-summary.has-4-items.is-placeholder .woocommerce-summary__item-prev-label,.woocommerce-summary.has-7-items .woocommerce-summary__item-value .woocommerce-summary__item-prev-label,.woocommerce-summary.has-7-items.is-placeholder .woocommerce-summary__item-prev-label,.woocommerce-summary.has-8-items .woocommerce-summary__item-value .woocommerce-summary__item-prev-label,.woocommerce-summary.has-8-items.is-placeholder .woocommerce-summary__item-prev-label{margin-right:calc(100% - 80px)}.woocommerce-summary.has-6-items,.woocommerce-summary.has-9-items{grid-template-columns:repeat(3, 1fr)}.woocommerce-summary.has-6-items .woocommerce-summary__item-container:nth-of-type(3n) .woocommerce-summary__item,.woocommerce-summary.has-9-items .woocommerce-summary__item-container:nth-of-type(3n) .woocommerce-summary__item{border-right-color:#e0e0e0}.woocommerce-summary.has-6-items .woocommerce-summary__item-container:nth-of-type(3n
+ 1):nth-last-of-type(-n + 3) .woocommerce-summary__item,.woocommerce-summary.has-6-items .woocommerce-summary__item-container:nth-of-type(3n
+ 1):nth-last-of-type(-n + 3)~.woocommerce-summary__item-container .woocommerce-summary__item,.woocommerce-summary.has-9-items .woocommerce-summary__item-container:nth-of-type(3n
+ 1):nth-last-of-type(-n + 3) .woocommerce-summary__item,.woocommerce-summary.has-9-items .woocommerce-summary__item-container:nth-of-type(3n
+ 1):nth-last-of-type(-n + 3)~.woocommerce-summary__item-container .woocommerce-summary__item{border-bottom-color:#e0e0e0}.woocommerce-summary.has-10-items{grid-template-columns:repeat(4, 1fr)}.woocommerce-summary.has-10-items .woocommerce-summary__item-container:nth-of-type(4n) .woocommerce-summary__item{border-right-color:#e0e0e0}.woocommerce-summary.has-10-items .woocommerce-summary__item-container:nth-of-type(4n
+ 1):nth-last-of-type(-n + 4) .woocommerce-summary__item,.woocommerce-summary.has-10-items .woocommerce-summary__item-container:nth-of-type(4n
+ 1):nth-last-of-type(-n + 4)~.woocommerce-summary__item-container .woocommerce-summary__item{border-bottom-color:#e0e0e0}.woocommerce-summary.has-10-items .woocommerce-summary__item-value .woocommerce-summary__item-prev-label,.woocommerce-summary.has-10-items.is-placeholder .woocommerce-summary__item-prev-label{margin-right:calc(100% - 80px)}.woocommerce-summary.has-9-items .woocommerce-summary__item-container:nth-of-type(5n) .woocommerce-summary__item,.woocommerce-summary.has-10-items .woocommerce-summary__item-container:nth-of-type(5n) .woocommerce-summary__item{border-right-color:#e0e0e0}}@media(max-width: 960px){.woocommerce-summary .woocommerce-summary__item{border-right-color:#e0e0e0}}@media(max-width: 782px){.woocommerce-summary .woocommerce-summary__item-container{margin-left:-16px;margin-right:-16px;width:auto}.woocommerce-summary .woocommerce-summary__item-container .woocommerce-summary__item{border-right:none}.woocommerce-summary .components-popover.components-popover{margin-left:-16px;margin-right:-16px}.woocommerce-summary .components-popover.components-popover .woocommerce-summary__item-container{margin-left:0;margin-right:0}}.woocommerce-summary__item-container{margin-bottom:0}.woocommerce-summary__item-container:last-of-type .woocommerce-summary__item{border-bottom-color:#e0e0e0 !important}.woocommerce-summary__item-container.is-dropdown-button{padding:0;list-style:none;border-right:1px solid #e0e0e0}.woocommerce-summary__item-container.is-dropdown-button .components-button{border-bottom:1px solid #e0e0e0;text-align:left;display:block}@media(max-width: 782px){.woocommerce-summary__item-container.is-dropdown-button{border-right:none}}.woocommerce-summary__item-container.is-placeholder .woocommerce-summary__item{height:117px}.woocommerce-summary__item-container.is-placeholder .woocommerce-summary__item-label{animation:loading-fade 1.6s ease-in-out infinite;background-color:#f0f0f0;color:rgba(0,0,0,0);display:inline-block;height:20px;margin-top:2.2px;max-width:110px;width:70%}.woocommerce-summary__item-container.is-placeholder .woocommerce-summary__item-label::after{content:" "}@media screen and (prefers-reduced-motion: reduce){.woocommerce-summary__item-container.is-placeholder .woocommerce-summary__item-label{animation:none}}.woocommerce-summary__item-container.is-placeholder .woocommerce-summary__item-data{justify-content:space-between}.woocommerce-summary__item-container.is-placeholder .woocommerce-summary__item-value{animation:loading-fade 1.6s ease-in-out infinite;background-color:#f0f0f0;color:rgba(0,0,0,0);display:inline-block;height:28px;width:60px;max-width:60px}.woocommerce-summary__item-container.is-placeholder .woocommerce-summary__item-value::after{content:" "}@media screen and (prefers-reduced-motion: reduce){.woocommerce-summary__item-container.is-placeholder .woocommerce-summary__item-value{animation:none}}.woocommerce-summary__item-container.is-placeholder .woocommerce-summary__item-delta{animation:loading-fade 1.6s ease-in-out infinite;background-color:#f0f0f0;color:rgba(0,0,0,0);width:60px;border-radius:2px}.woocommerce-summary__item-container.is-placeholder .woocommerce-summary__item-delta::after{content:" "}@media screen and (prefers-reduced-motion: reduce){.woocommerce-summary__item-container.is-placeholder .woocommerce-summary__item-delta{animation:none}}.woocommerce-summary__item{display:flex;flex-direction:column;height:100%;padding:24px;background-color:#f8f9fa;border-bottom:1px solid #e0e0e0;border-right:1px solid #e0e0e0;line-height:1.4em;text-decoration:none;color:#1e1e1e}.woocommerce-summary__item.components-button{height:auto;padding:16px;align-items:normal}.woocommerce-summary__item:hover{background-color:#f0f0f0;color:var(--wp-admin-theme-color)}.woocommerce-summary__item:hover .woocommerce-summary__item-label{color:var(--wp-admin-theme-color)}.woocommerce-summary__item:active{background-color:#f0f0f0}.woocommerce-summary__item:focus{box-shadow:inset -1px 1px 0 #757575,inset 1px -1px 0 #757575 !important}.woocommerce-summary__item.is-selected:focus{box-shadow:inset -1px -1px 0 #757575,inset 1px 0 0 #757575,inset 0 4px 0 var(--wp-admin-theme-color) !important}.is-dropdown-button .woocommerce-summary__item{position:relative;width:100%;padding-right:56px}@media(max-width: 782px){.is-dropdown-button .woocommerce-summary__item{border-right:none}}.woocommerce-summary__item .woocommerce-summary__item-data{display:flex;justify-content:space-between}.woocommerce-summary__item .woocommerce-summary__item-label{display:flex;margin-bottom:16px;color:#757575}.woocommerce-summary__item .woocommerce-summary__info-tooltip{color:#949494;line-height:1em;margin-left:4px}.woocommerce-summary__item .woocommerce-summary__info-tooltip svg{fill:currentColor}.woocommerce-summary__item .woocommerce-summary__item-value{margin-bottom:4px;font-weight:500;color:#1e1e1e}.woocommerce-summary__item .woocommerce-summary__item-delta{padding:5px;border-radius:3px;height:-moz-min-content;height:min-content;background-color:#f0f0f0;color:#1e1e1e}.woocommerce-summary__item.is-selected{background:#fff;box-shadow:inset 0 4px 0 var(--wp-admin-theme-color)}.woocommerce-summary__item.is-selected .woocommerce-summary__item-value{font-weight:600}.woocommerce-summary__item.is-selected .woocommerce-summary__item-delta{font-weight:400}.woocommerce-summary__item.is-good-trend .woocommerce-summary__item-delta{background-color:#4ab866;color:#fff}.woocommerce-summary__item.is-bad-trend .woocommerce-summary__item-delta{background-color:#d94f4f;color:#fff}.woocommerce-summary__item .woocommerce-summary__toggle{position:absolute;top:44px;right:16px;transition:transform ease .2s}@media screen and (prefers-reduced-motion: reduce){.woocommerce-summary__item .woocommerce-summary__toggle{transition:none}}.is-dropdown-expanded .woocommerce-summary__item .woocommerce-summary__toggle{transform:rotate(-180deg)}.components-popover__content .woocommerce-summary__item .woocommerce-summary__item-label{margin-bottom:0}.components-popover__content .woocommerce-summary__item .woocommerce-summary__item-value,.components-popover__content .woocommerce-summary__item .woocommerce-summary__item-delta{margin-bottom:0}.woocommerce-table{margin-bottom:40px}.woocommerce-table .woocommerce-table__actions{display:inline-flex;justify-content:flex-end;align-items:center}.woocommerce-table .woocommerce-table__actions>*{margin-right:16px}.woocommerce-table .woocommerce-table__actions>*:last-child{margin-right:0}.woocommerce-table .woocommerce-table__actions>div{width:100%}.woocommerce-table .components-card__footer{flex-direction:column}.woocommerce-table .components-card__footer>*{padding-right:0}.woocommerce-table.is-empty{align-items:center;background:#f0f0f0;color:#757575;display:flex;height:calc(16px + 1.1375rem + 1px + (32px + 1.1375rem + 1px)*var(--number-of-rows));justify-content:center;padding:16px;text-align:center}.woocommerce-table .woocommerce-pagination{margin-bottom:16px;z-index:1;background:#fff;position:relative}.woocommerce-table .components-card__header{align-items:center;text-align:left;display:grid;width:100%;grid-template-columns:auto 1fr auto}@media(max-width: 960px){.woocommerce-table.has-search .woocommerce-table__actions{grid-gap:12px;grid-template-columns:auto 1fr;grid-row-start:2;grid-row-end:2;grid-column-start:1;grid-column-end:4;margin:0}}.woocommerce-table .woocommerce-search .woocommerce-select-control__control{height:38px}.woocommerce-table .woocommerce-compare-button{padding:3px 12px;height:auto}.woocommerce-table .woocommerce-ellipsis-menu{justify-content:flex-end;display:flex}.woocommerce-table__preface{margin:12px 16px 12px 16px}.woocommerce-table__caption{font-size:24px;font-size:1.5rem;text-align:left}.components-card__body{position:relative}.woocommerce-table__table{overflow-x:auto}.woocommerce-table__table::after,.woocommerce-table__table::before{content:"";position:absolute;top:0;width:60px;height:100%;opacity:0;pointer-events:none;transition:opacity .3s;z-index:1}.woocommerce-table__table::after{right:0;background:linear-gradient(90deg, rgba(255, 255, 255, 0), #fff)}.woocommerce-table__table::before{left:0;background:linear-gradient(90deg, #fff, rgba(255, 255, 255, 0))}.woocommerce-table__table.is-scrollable-right::after,.woocommerce-table__table.is-scrollable-left::before{opacity:1}.woocommerce-table__table table{border-collapse:collapse;width:100%}.woocommerce-table__table tr:hover,.woocommerce-table__table tr:focus-within{background-color:#e0e0e0}.woocommerce-table__table tr:hover td,.woocommerce-table__table tr:hover th,.woocommerce-table__table tr:focus-within td,.woocommerce-table__table tr:focus-within th{background:rgba(0,0,0,0)}.woocommerce-table__header,.woocommerce-table__item,.woocommerce-table__empty-item{padding:16px 24px}.woocommerce-table__header,.woocommerce-table__item{font-size:13px;font-size:0.8125rem;text-align:left;border-bottom:1px solid #e2e4e7}.woocommerce-table__header>a:only-child,.woocommerce-table__item>a:only-child{display:block}.woocommerce-table__header a:hover,.woocommerce-table__header a:focus,.woocommerce-table__item a:hover,.woocommerce-table__item a:focus{color:#5007aa}.woocommerce-table__header .is-placeholder,.woocommerce-table__item .is-placeholder{animation:loading-fade 1.6s ease-in-out infinite;background-color:#f0f0f0;color:rgba(0,0,0,0);display:inline-block;height:16px;max-width:120px;width:80%}.woocommerce-table__header .is-placeholder::after,.woocommerce-table__item .is-placeholder::after{content:" "}@media screen and (prefers-reduced-motion: reduce){.woocommerce-table__header .is-placeholder,.woocommerce-table__item .is-placeholder{animation:none}}.woocommerce-table__header:not(.is-left-aligned),.woocommerce-table__item:not(.is-left-aligned){text-align:right}.woocommerce-table__header:not(.is-left-aligned) button,.woocommerce-table__item:not(.is-left-aligned) button{justify-content:flex-end;padding-right:24px;padding-left:24px}.woocommerce-table__header.is-numeric .is-placeholder,.woocommerce-table__item.is-numeric .is-placeholder{max-width:40px}.woocommerce-table__header .is-negative,.woocommerce-table__item .is-negative{color:#d94f4f;font-weight:bold}.woocommerce-table__header.is-sorted,.woocommerce-table__item.is-sorted{background-color:#f0f0f0}.woocommerce-table__header.is-checkbox-column,.woocommerce-table__item.is-checkbox-column{width:33px;max-width:33px;padding-right:0;padding-left:16px}.woocommerce-table__header.is-checkbox-column+th,.woocommerce-table__item.is-checkbox-column+th{border-left:0}.woocommerce-table tr:last-child .woocommerce-table__item{border-bottom:0}.woocommerce-table__empty-item{text-align:center;font-size:18px;font-size:1.125rem;color:#757575;font-weight:bold}@media(max-width: 782px){.woocommerce-table__empty-item{font-size:13px;font-size:0.8125rem}}th.woocommerce-table__item{font-weight:normal}.woocommerce-table__header{padding:8px 24px;background-color:#f8f9fa;font-weight:bold;white-space:nowrap}.woocommerce-table__header.is-left-aligned.is-sortable{padding-left:16px}.woocommerce-table__header.is-left-aligned.is-sortable svg{display:inline-flex;order:1;margin-left:0}.woocommerce-table__header .components-button.is-button{height:auto;width:100%;padding:8px 24px 8px 0;vertical-align:middle;line-height:1;border:none;background:rgba(0,0,0,0) !important;box-shadow:none !important;align-items:center}.woocommerce-table__header .components-button.is-button:hover{box-shadow:none !important}.woocommerce-table__header .components-button.is-button:active{box-shadow:none !important}.woocommerce-table__header.is-sortable{padding:0}.woocommerce-table__header.is-sortable svg{visibility:hidden;margin-left:4px}.woocommerce-table__header.is-sortable.is-sorted .components-button svg,.woocommerce-table__header.is-sortable .components-button:hover svg,.woocommerce-table__header.is-sortable .components-button:focus svg{visibility:visible}.woocommerce-table__summary{text-align:center;margin:0}.woocommerce-table__summary-item{display:inline-block;margin-bottom:0;margin-left:8px;margin-right:8px}.woocommerce-table__summary-item .is-placeholder{animation:loading-fade 1.6s ease-in-out infinite;background-color:#f0f0f0;color:rgba(0,0,0,0);display:inline-block;height:16px;width:200px}.woocommerce-table__summary-item .is-placeholder::after{content:" "}@media screen and (prefers-reduced-motion: reduce){.woocommerce-table__summary-item .is-placeholder{animation:none}}.woocommerce-table__summary-item .woocommerce-table__summary-label,.woocommerce-table__summary-item .woocommerce-table__summary-value{display:inline-block}.woocommerce-table__summary-item .woocommerce-table__summary-label{margin-left:4px}.woocommerce-table__summary-item .woocommerce-table__summary-value{font-weight:600}.woocommerce-tag{display:inline-flex;margin:1px 4px 1px 0;overflow:hidden;vertical-align:middle}.woocommerce-tag .woocommerce-tag__text,.woocommerce-tag .woocommerce-tag__remove{display:inline-block;font-size:12px;line-height:24px;background:#f0f0f0;transition:all .2s cubic-bezier(0.4, 1, 0.4, 1)}.woocommerce-tag .woocommerce-tag__text{align-self:center;padding:0 8px;border-radius:2px;color:#1e1e1e;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.woocommerce-tag.has-remove .woocommerce-tag__text{padding:0 2px 0 8px;border-radius:2px 0 0 2px}.woocommerce-tag .woocommerce-tag__remove{cursor:pointer;height:inherit;padding:0 5px 0 0;border-radius:0 2px 2px 0;color:#757575;line-height:10px;text-indent:0;display:flex;align-items:center}.woocommerce-tag .woocommerce-tag__remove:hover{color:#1e1e1e}.muriel-input-text{background:#fff;border:1px solid #a7aaad;border-radius:3px;height:56px;box-shadow:none;padding:12px 12px 4px;position:relative;box-shadow:0 .7px 1px rgba(0,0,0,.1),0 1.2px 1.7px -0.2px rgba(0,0,0,.1),0 2.3px 3.3px -0.5px rgba(0,0,0,.1)}.muriel-input-text:hover{border-color:#787c82}.muriel-input-text label{color:#646970;font-size:14px;line-height:21px}.muriel-input-text label.components-base-control__label{margin:0}.muriel-input-text .components-text-control__input,.muriel-input-text .components-text-control__input[type=text],.muriel-input-text .components-text-control__input[type=tel],.muriel-input-text .components-text-control__input[type=time],.muriel-input-text .components-text-control__input[type=url],.muriel-input-text .components-text-control__input[type=week],.muriel-input-text .components-text-control__input[type=password],.muriel-input-text .components-text-control__input[type=color],.muriel-input-text .components-text-control__input[type=date],.muriel-input-text .components-text-control__input[type=datetime],.muriel-input-text .components-text-control__input[type=datetime-local],.muriel-input-text .components-text-control__input[type=email],.muriel-input-text .components-text-control__input[type=month],.muriel-input-text .components-text-control__input[type=number]{border:0;box-shadow:none;font-size:16px;line-height:21px;margin:0;padding:0;min-height:30px}.muriel-input-text .components-text-control__input:focus,.muriel-input-text .components-text-control__input[type=text]:focus,.muriel-input-text .components-text-control__input[type=tel]:focus,.muriel-input-text .components-text-control__input[type=time]:focus,.muriel-input-text .components-text-control__input[type=url]:focus,.muriel-input-text .components-text-control__input[type=week]:focus,.muriel-input-text .components-text-control__input[type=password]:focus,.muriel-input-text .components-text-control__input[type=color]:focus,.muriel-input-text .components-text-control__input[type=date]:focus,.muriel-input-text .components-text-control__input[type=datetime]:focus,.muriel-input-text .components-text-control__input[type=datetime-local]:focus,.muriel-input-text .components-text-control__input[type=email]:focus,.muriel-input-text .components-text-control__input[type=month]:focus,.muriel-input-text .components-text-control__input[type=number]:focus{box-shadow:none}.muriel-input-text.active{box-shadow:0 0 0 2px var(--wp-admin-theme-color);border-color:rgba(0,0,0,0)}.muriel-input-text.active input{color:#2c3338}.muriel-input-text.with-value .components-base-control__label{display:block;position:relative;top:-8px;width:100%;font-size:12px}.muriel-input-text.with-value input{color:#2c3338;position:relative;top:-12px}.muriel-input-text.empty label{display:none}.muriel-input-text.empty input{color:#646970}.muriel-input-text.has-error{box-shadow:none}.muriel-input-text.disabled label{display:none}.muriel-input-text.disabled input{color:#a7aaad}.muriel-input-text.disabled input::-moz-placeholder{color:#a7aaad;opacity:1}.muriel-input-text.disabled input::placeholder{color:#a7aaad;opacity:1}.muriel-input-text.disabled input:-ms-input-placeholder{color:#a7aaad}.muriel-input-text.disabled input::-ms-input-placeholder{color:#a7aaad}.text-control-with-affixes{display:inline-flex;flex-direction:row;width:100%}.text-control-with-affixes input[type=email],.text-control-with-affixes input[type=password],.text-control-with-affixes input[type=url],.text-control-with-affixes input[type=text],.text-control-with-affixes input[type=number]{flex-grow:1;margin:0}.text-control-with-affixes input[type=email]:disabled,.text-control-with-affixes input[type=password]:disabled,.text-control-with-affixes input[type=url]:disabled,.text-control-with-affixes input[type=text]:disabled,.text-control-with-affixes input[type=number]:disabled{border-right-width:0}.text-control-with-affixes input[type=email]:disabled+.text-control-with-affixes__suffix,.text-control-with-affixes input[type=password]:disabled+.text-control-with-affixes__suffix,.text-control-with-affixes input[type=url]:disabled+.text-control-with-affixes__suffix,.text-control-with-affixes input[type=text]:disabled+.text-control-with-affixes__suffix,.text-control-with-affixes input[type=number]:disabled+.text-control-with-affixes__suffix{border-left:1px solid #f0f0f0}.text-control-with-affixes.text-control-with-prefix input{border-top-left-radius:0;border-bottom-left-radius:0}.text-control-with-affixes.text-control-with-suffix input{border-top-right-radius:0;border-bottom-right-radius:0}.text-control-with-affixes__prefix,.text-control-with-affixes__suffix{position:relative;background:#fff;border-width:1px;border-style:solid;border-color:#757575;color:#757575;padding:7px 14px;white-space:nowrap;flex:1 0 auto;font-size:14px;line-height:1.5}.disabled .text-control-with-affixes__prefix,.disabled .text-control-with-affixes__suffix{background:rgba(255,255,255,.5);border-color:rgba(222,222,222,.75);box-shadow:inset 0 1px 2px rgba(0,0,0,.04);color:rgba(51,51,51,.5)}.text-control-with-affixes__prefix{border-right:none;border-radius:4px 0 0 4px}.text-control-with-affixes__prefix+input[type=email]:disabled,.text-control-with-affixes__prefix+input[type=password]:disabled,.text-control-with-affixes__prefix+input[type=url]:disabled,.text-control-with-affixes__prefix+input[type=text]:disabled,.text-control-with-affixes__prefix+input[type=number]:disabled{border-left-color:#f0f0f0}.text-control-with-affixes__suffix{border-left:none;border-radius:0 4px 4px 0}.woocommerce-tooltip{display:inline-flex}.woocommerce-tooltip .woocommerce-tooltip__button{height:auto;padding:0}.woocommerce-tooltip__text .components-popover__content{font-size:13px;font-weight:normal;padding:16px;text-transform:none;width:auto;max-width:300px}.woocommerce-tooltip__text .components-popover__content a{white-space:nowrap;text-decoration:underline}.woocommerce-timeline ul{margin:0;padding-left:0;list-style-type:none}.woocommerce-timeline ul li{margin-bottom:0}.woocommerce-timeline .woocommerce-timeline-group .woocommerce-timeline-group__title{color:#1d2327;font-size:12px;font-weight:600;text-transform:uppercase;margin:0 0 16px 0;display:inline-block}.woocommerce-timeline .woocommerce-timeline-group hr{float:right;width:calc(100% - 40px);margin-bottom:16px;border:.5px solid #e3dfe2}.woocommerce-timeline .woocommerce-timeline-item .woocommerce-timeline-item__top-border{min-height:16px;border-left:1px solid #c3c4c7;margin:0 12px}.woocommerce-timeline .woocommerce-timeline-item .woocommerce-timeline-item__title{display:flex;align-items:center;flex-direction:row;justify-content:space-between;color:#2c3338}.woocommerce-timeline .woocommerce-timeline-item .woocommerce-timeline-item__title *{font-size:16px}.woocommerce-timeline .woocommerce-timeline-item .woocommerce-timeline-item__headline{display:flex;align-items:center;flex-direction:row;margin:8px 0}.woocommerce-timeline .woocommerce-timeline-item .woocommerce-timeline-item__headline *{margin:0}.woocommerce-timeline .woocommerce-timeline-item .woocommerce-timeline-item__headline>*{padding:0 16px}.woocommerce-timeline .woocommerce-timeline-item .woocommerce-timeline-item__headline svg{fill:#fff;padding:4px;background:#c3c4c7;border-radius:9999px;box-sizing:content-box;width:16px;height:16px}.woocommerce-timeline .woocommerce-timeline-item .woocommerce-timeline-item__headline svg.is-success{background:#4ab866}.woocommerce-timeline .woocommerce-timeline-item .woocommerce-timeline-item__headline svg.is-warning{background:#ffb900}.woocommerce-timeline .woocommerce-timeline-item .woocommerce-timeline-item__headline svg.is-error{background:#d94f4f}.woocommerce-timeline .woocommerce-timeline-item .woocommerce-timeline-item__timestamp{font-size:14px;line-height:16px}.woocommerce-timeline .woocommerce-timeline-item .woocommerce-timeline-item__body{display:flex;flex-direction:column;color:#50575e;margin:0 12px;padding:8px 36px;border-left:1px solid #c3c4c7}.woocommerce-timeline .woocommerce-timeline-item .woocommerce-timeline-item__body *{margin:0;font-size:14px}.woocommerce-timeline ul :last-child.woocommerce-timeline-group hr:last-child{display:none}.woocommerce-view-more-list{padding-left:4px;margin:0 0 0 4px;vertical-align:middle}.woocommerce-view-more-list__popover{margin:0;padding:16px;text-align:left}.woocommerce-view-more-list__popover__item{display:block;margin:16px 0}.woocommerce-view-more-list__popover__item:first-child{margin-top:0}.woocommerce-view-more-list__popover__item:last-child{margin-bottom:0}.woocommerce-web-preview{width:100%;display:flex;align-items:center;justify-content:center;background:#f6f7f7}.woocommerce-web-preview.is-loading .woocommerce-web-preview__iframe-wrapper{display:none}.woocommerce-web-preview .woocommerce-web-preview__iframe-wrapper{width:100%}.woocommerce-web-preview iframe{width:100%;height:100%;min-height:400px}.woocommerce-badge{background-color:#f0f0f0;border-radius:20px;display:inline-block;text-align:center;font-style:normal;font-weight:600;font-size:14px;line-height:27px;align-items:center;min-width:32px;height:28px;padding:0 6px}.woocommerce-component_dynamic-form .components-base-control{margin-top:16px;margin-bottom:16px;position:relative}.woocommerce-component_dynamic-form .components-base-control.has-error .components-base-control__help{left:0 !important}.woocommerce-tour-kit{box-shadow:0 0 8px rgba(0,0,0,.15);position:absolute;z-index:9999}.woocommerce-tour-kit .woocommerce-tour-kit-step{width:350px;padding-bottom:4px}.woocommerce-tour-kit .woocommerce-tour-kit-step__body{padding-top:0;padding-bottom:8px}.woocommerce-tour-kit .woocommerce-tour-kit-step__heading{color:#101517;font-weight:500;font-size:16px;margin:0;letter-spacing:-0.1px;line-height:24px}.woocommerce-tour-kit .woocommerce-tour-kit-step__description{color:#2c3338;font-style:normal;font-weight:400;font-size:14px;line-height:20px;letter-spacing:-0.24px;margin:4px 0 0}.woocommerce-tour-kit .components-card-header{padding-bottom:0}.woocommerce-tour-kit .woocommerce-tour-kit-step-controls__close-btn{height:16px;min-width:16px;padding:0;z-index:1}.woocommerce-tour-kit .woocommerce-tour-kit-step-controls__close-btn svg{fill:#1e1e1e}.woocommerce-tour-kit .woocommerce-tour-kit-step-navigation{display:flex;align-items:center;justify-content:space-between;width:100%}.woocommerce-tour-kit .woocommerce-tour-kit-step-navigation button{margin-left:16px}.woocommerce-tour-kit .woocommerce-tour-kit-step-navigation__step{color:#50575e;font-style:normal;font-weight:400;font-size:12px;line-height:20px}.woocommerce-tour-kit .tour-kit-frame__arrow,.woocommerce-tour-kit .tour-kit-frame__arrow::before{z-index:1}.woocommerce-collapsible-content .woocommerce-collapsible-content__toggle{all:unset;font-size:13px;color:#007cba;cursor:pointer;display:flex;align-items:center}.woocommerce-collapsible-content .woocommerce-collapsible-content__toggle svg{fill:#007cba;margin-left:2px}.woocommerce-collapsible-content .woocommerce-collapsible-content__content{margin-top:24px}.components-base-control .components-text-control__input,.components-base-control .components-input-control .components-input-control__container .components-input-control__input,.components-base-control .components-select-control .components-input-control__container .components-select-control__input{min-height:36px}.experimental-woocommerce-tree-item{margin:0}.experimental-woocommerce-tree-item--highlighted>.experimental-woocommerce-tree-item__heading{background-color:#f0f0f0;outline:1.5px solid var(--wp-admin-theme-color);outline-offset:-1.5px}.experimental-woocommerce-tree-item__heading{display:flex;flex-grow:1;gap:8px;min-height:40px;padding:0 12px 0 calc((var(--level) - 1)*28px + 12px);border-radius:2px}.experimental-woocommerce-tree-item__heading:hover,.experimental-woocommerce-tree-item__heading:focus-within{outline:1.5px solid var(--wp-admin-theme-color);outline-offset:-1.5px}.experimental-woocommerce-tree-item__heading:hover,.experimental-woocommerce-tree-item__heading:focus-within{background-color:#f0f0f0}.experimental-woocommerce-tree-item__label{display:flex;flex-grow:1;align-items:center;padding:8px 12px 8px 0;position:relative}.experimental-woocommerce-tree-item__label>span{display:block}.experimental-woocommerce-tree-item__label svg.components-checkbox-control__checked,.experimental-woocommerce-tree-item__label svg.components-checkbox-control__indeterminate,.experimental-woocommerce-tree-item__label .components-checkbox-control__input[type=checkbox]{cursor:default}.experimental-woocommerce-tree-item__label svg.components-checkbox-control__checked:focus,.experimental-woocommerce-tree-item__label svg.components-checkbox-control__indeterminate:focus,.experimental-woocommerce-tree-item__label .components-checkbox-control__input[type=checkbox]:focus{outline:none;box-shadow:none}.experimental-woocommerce-tree-item__expander{display:flex;align-items:center}.experimental-woocommerce-tree-item__expander .components-button{cursor:default;padding:0;height:24px;width:24px;min-width:24px}.experimental-woocommerce-tree-item__checkbox{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);white-space:nowrap;border-width:0}.experimental-woocommerce-tree{list-style:none;padding:0;margin:0}.experimental-woocommerce-tree--level-1{max-height:280px;overflow-y:auto;background-color:#fff;border:1px solid #ccc;border-radius:2px}.experimental-woocommerce-tree__button{width:100%;cursor:default}.experimental-woocommerce-tree__button:hover,.experimental-woocommerce-tree__button:focus-within,.experimental-woocommerce-tree__button--highlighted{outline:1.5px solid var(--wp-admin-theme-color);outline-offset:-1.5px;background-color:#f0f0f0}.woocommerce-experimental-select-control__combo-box-wrapper:focus{box-shadow:0 0 0 1px var(--wp-admin-theme-color);border-color:var(--wp-admin-theme-color)}.woocommerce-experimental-select-control__input:disabled{background-color:#f0f0f0}.woocommerce-experimental-select-control__suffix,.woocommerce-experimental-select-control__suffix-items{display:flex;align-items:center}.woocommerce-experimental-select-control__suffix button,.woocommerce-experimental-select-control__suffix-items button{height:24px;padding:0 4px}.woocommerce-experimental-select-control__icon-clear{padding-right:0}.woocommerce-experimental-select-control__icon-clear svg{fill:#757575;cursor:pointer}.woocommerce-experimental-select-tree-control__dropdown{display:block}.woocommerce-experimental-select-tree-control__dropdown .experimental-woocommerce-tree.experimental-woocommerce-tree--level-1{border-top:none;border-right:none;border-left:none;border-radius:0}.woocommerce-experimental-select-tree-control__dropdown .experimental-woocommerce-tree-item__label{margin-bottom:0}.woocommerce-experimental-select-tree-control__dropdown-content .components-popover__content{padding:0}.woocommerce-experimental-select-tree-control__popover-menu{min-height:100px}.woocommerce-tree-select-control{position:relative}.woocommerce-tree-select-control__label{display:block;font-size:16px;color:#757575;padding-bottom:8px}.woocommerce-tree-select-control__help{margin-top:4px;line-height:16px;font-size:12px;color:#757575}.woocommerce-tree-select-control .components-base-control{height:auto;display:flex;flex-wrap:wrap;align-items:center;border:1px solid #949494;border-radius:3px;background:#fff;padding:12px;position:relative}.woocommerce-tree-select-control .components-base-control .components-base-control__field{display:flex;align-items:center;flex:1;flex-basis:content;margin-bottom:0;max-width:100%}.woocommerce-tree-select-control .components-base-control .woocommerce-tree-select-control__control-input{font-size:16px;border:0;box-shadow:none;color:#2f2f2f;margin:0;padding-left:0;padding-right:0;width:100%;line-height:24px;text-align:left;letter-spacing:inherit;background:rgba(0,0,0,0)}.woocommerce-tree-select-control .components-base-control .woocommerce-tree-select-control__control-input::-webkit-search-cancel-button{display:none}.woocommerce-tree-select-control .components-base-control .woocommerce-tree-select-control__control-input:focus{outline:none}.woocommerce-tree-select-control .components-base-control i{color:#636d75;margin-right:12px;width:24px}.woocommerce-tree-select-control .components-base-control.is-active{box-shadow:0 0 0 1px var(--wp-admin-theme-color);border-color:var(--wp-admin-theme-color)}.woocommerce-tree-select-control .components-base-control.with-value .components-base-control__label,.woocommerce-tree-select-control .components-base-control.has-tags .components-base-control__label{font-size:12px;margin-top:-12px}.woocommerce-tree-select-control .components-base-control.is-disabled{border:1px solid rgba(167,170,173,.5);background:rgba(255,255,255,.5)}.woocommerce-tree-select-control .components-base-control.is-disabled .components-base-control__field{visibility:hidden}.woocommerce-tree-select-control .components-base-control.is-disabled .components-base-control__label{cursor:default}.woocommerce-tree-select-control .components-base-control.is-disabled .woocommerce-tag__remove{cursor:default;pointer-events:none}.woocommerce-tree-select-control .woocommerce-tree-select-control__autofill-input{position:absolute;z-index:-1}.woocommerce-tree-select-control .woocommerce-tree-select-control__tags{position:relative;margin:0}.woocommerce-tree-select-control .woocommerce-tree-select-control__tags.has-clear{padding-right:24px}.woocommerce-tree-select-control .woocommerce-tree-select-control__show-more{max-height:24px}.woocommerce-tree-select-control .woocommerce-tag{max-height:24px}.woocommerce-tree-select-control .woocommerce-tree-select-control__clear{position:absolute;right:10px;top:calc(50% - 10px)}.woocommerce-tree-select-control .woocommerce-tree-select-control__clear>.clear-icon{color:#ccc}.woocommerce-tree-select-control .woocommerce-tree-select-control__tree{background:#fff;display:flex;flex-direction:column;align-items:stretch;box-shadow:0 3px 5px rgba(0,0,0,.2),0 1px 18px rgba(0,0,0,.12),0 6px 10px rgba(0,0,0,.14);border-radius:3px;position:absolute;left:0;right:0;z-index:10;overflow-y:auto;max-height:350px;padding:16px}.woocommerce-tree-select-control .woocommerce-tree-select-control__tree.is-static{position:static}.woocommerce-tree-select-control .woocommerce-tree-select-control__node.has-children{border-bottom:1px solid #eee}.woocommerce-tree-select-control .woocommerce-tree-select-control__node.has-children:last-child{border-bottom:0}.woocommerce-tree-select-control .woocommerce-tree-select-control__children{padding-left:calc(16px*2)}.woocommerce-tree-select-control .woocommerce-tree-select-control__main{border-top:1px solid #e0e0e0;padding-left:0}.woocommerce-tree-select-control .woocommerce-tree-select-control__option{font-size:16px;padding:0 0 0 8px;flex:1;text-align:left;border:none;min-height:0;display:flex;height:auto}.woocommerce-tree-select-control .woocommerce-tree-select-control__option.is-selected,.woocommerce-tree-select-control .woocommerce-tree-select-control__option:hover{color:var(--wp-admin-theme-color)}.woocommerce-tree-select-control .woocommerce-tree-select-control__option.is-partially-checked .components-checkbox-control__input-container .components-checkbox-control__input[type=checkbox]{background:var(--wp-admin-theme-color);border:4px solid #fff;box-shadow:0 0 0 1px #1e1e1e}.woocommerce-tree-select-control .woocommerce-tree-select-control__option.is-partially-checked .components-checkbox-control__input-container .components-checkbox-control__input[type=checkbox]:focus{border-color:#fff;box-shadow:0 0 0 1px #fff,0 0 0 3px var(--wp-admin-theme-color)}.woocommerce-tree-select-control .woocommerce-tree-select-control__option .components-checkbox-control__input-container{height:24px;width:24px;display:inline-block;margin-right:12px;position:relative;vertical-align:middle}@media(min-width: 600px){.woocommerce-tree-select-control .woocommerce-tree-select-control__option .components-checkbox-control__input-container{height:20px;width:20px}}.woocommerce-tree-select-control .woocommerce-tree-select-control__option .components-checkbox-control__input-container .components-checkbox-control__input[type=checkbox]{font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;padding:6px 8px;box-shadow:0 0 0 rgba(0,0,0,0);transition:box-shadow .1s linear;border-radius:2px;border:1px solid #949494;font-size:16px;line-height:normal;border:1px solid #1e1e1e;margin-right:12px;transition:none;border-radius:2px;background:#fff;color:#1e1e1e;clear:none;cursor:pointer;display:inline-block;line-height:0;margin:0 4px 0 0;outline:0;padding:0 !important;text-align:center;vertical-align:top;width:24px;height:24px;-moz-appearance:none;appearance:none}@media(prefers-reduced-motion: reduce){.woocommerce-tree-select-control .woocommerce-tree-select-control__option .components-checkbox-control__input-container .components-checkbox-control__input[type=checkbox]{transition-duration:0s;transition-delay:0s}}@media(min-width: 600px){.woocommerce-tree-select-control .woocommerce-tree-select-control__option .components-checkbox-control__input-container .components-checkbox-control__input[type=checkbox]{font-size:13px;line-height:normal}}.woocommerce-tree-select-control .woocommerce-tree-select-control__option .components-checkbox-control__input-container .components-checkbox-control__input[type=checkbox]:focus{border-color:var(--wp-admin-theme-color);box-shadow:0 0 0 .5px var(--wp-admin-theme-color);outline:2px solid rgba(0,0,0,0)}.woocommerce-tree-select-control .woocommerce-tree-select-control__option .components-checkbox-control__input-container .components-checkbox-control__input[type=checkbox]::-webkit-input-placeholder{color:rgba(30,30,30,.62)}.woocommerce-tree-select-control .woocommerce-tree-select-control__option .components-checkbox-control__input-container .components-checkbox-control__input[type=checkbox]::-moz-placeholder{opacity:1;color:rgba(30,30,30,.62)}.woocommerce-tree-select-control .woocommerce-tree-select-control__option .components-checkbox-control__input-container .components-checkbox-control__input[type=checkbox]:-ms-input-placeholder{color:rgba(30,30,30,.62)}.woocommerce-tree-select-control .woocommerce-tree-select-control__option .components-checkbox-control__input-container .components-checkbox-control__input[type=checkbox]:focus{box-shadow:0 0 0 2px #fff,0 0 0 4px var(--wp-admin-theme-color);outline:2px solid rgba(0,0,0,0)}.woocommerce-tree-select-control .woocommerce-tree-select-control__option .components-checkbox-control__input-container .components-checkbox-control__input[type=checkbox]:checked{background:var(--wp-admin-theme-color);border-color:var(--wp-admin-theme-color)}.woocommerce-tree-select-control .woocommerce-tree-select-control__option .components-checkbox-control__input-container .components-checkbox-control__input[type=checkbox]:checked::-ms-check{opacity:0}.woocommerce-tree-select-control .woocommerce-tree-select-control__option .components-checkbox-control__input-container .components-checkbox-control__input[type=checkbox]:checked::before,.woocommerce-tree-select-control .woocommerce-tree-select-control__option .components-checkbox-control__input-container .components-checkbox-control__input[type=checkbox][aria-checked=mixed]::before{margin:-3px -5px;color:#fff}@media(min-width: 782px){.woocommerce-tree-select-control .woocommerce-tree-select-control__option .components-checkbox-control__input-container .components-checkbox-control__input[type=checkbox]:checked::before,.woocommerce-tree-select-control .woocommerce-tree-select-control__option .components-checkbox-control__input-container .components-checkbox-control__input[type=checkbox][aria-checked=mixed]::before{margin:-4px 0 0 -5px}}.woocommerce-tree-select-control .woocommerce-tree-select-control__option .components-checkbox-control__input-container .components-checkbox-control__input[type=checkbox][aria-checked=mixed]{background:var(--wp-admin-theme-color);border-color:var(--wp-admin-theme-color)}.woocommerce-tree-select-control .woocommerce-tree-select-control__option .components-checkbox-control__input-container .components-checkbox-control__input[type=checkbox][aria-checked=mixed]::before{content:"";float:left;display:inline-block;vertical-align:middle;width:16px;font:normal 30px/1 dashicons;speak:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}@media(min-width: 782px){.woocommerce-tree-select-control .woocommerce-tree-select-control__option .components-checkbox-control__input-container .components-checkbox-control__input[type=checkbox][aria-checked=mixed]::before{float:none;font-size:21px}}.woocommerce-tree-select-control .woocommerce-tree-select-control__option .components-checkbox-control__input-container .components-checkbox-control__input[type=checkbox][aria-disabled=true],.woocommerce-tree-select-control .woocommerce-tree-select-control__option .components-checkbox-control__input-container .components-checkbox-control__input[type=checkbox]:disabled{background:#f0f0f0;border-color:#ddd;cursor:default;opacity:1}@media(min-width: 600px){.woocommerce-tree-select-control .woocommerce-tree-select-control__option .components-checkbox-control__input-container .components-checkbox-control__input[type=checkbox]{height:20px;width:20px}}@media(prefers-reduced-motion: reduce){.woocommerce-tree-select-control .woocommerce-tree-select-control__option .components-checkbox-control__input-container .components-checkbox-control__input[type=checkbox]{transition-duration:0s;transition-delay:0s}}.woocommerce-tree-select-control .woocommerce-tree-select-control__option .components-checkbox-control__input-container .components-checkbox-control__input[type=checkbox]:checked,.woocommerce-tree-select-control .woocommerce-tree-select-control__option .components-checkbox-control__input-container .components-checkbox-control__input[type=checkbox]:indeterminate{background:var(--wp-components-color-accent, var(--wp-admin-theme-color, #3858e9));border-color:var(--wp-components-color-accent, var(--wp-admin-theme-color, #3858e9))}.woocommerce-tree-select-control .woocommerce-tree-select-control__option .components-checkbox-control__input-container .components-checkbox-control__input[type=checkbox]:checked::-ms-check,.woocommerce-tree-select-control .woocommerce-tree-select-control__option .components-checkbox-control__input-container .components-checkbox-control__input[type=checkbox]:indeterminate::-ms-check{opacity:0}.woocommerce-tree-select-control .woocommerce-tree-select-control__option .components-checkbox-control__input-container .components-checkbox-control__input[type=checkbox]:checked::before{content:none}@media(min-width: 600px){.woocommerce-tree-select-control .woocommerce-tree-select-control__option .components-checkbox-control__input-container .components-checkbox-control__input[type=checkbox]{height:20px;width:20px}}.woocommerce-tree-select-control .woocommerce-tree-select-control__expander{padding:4px;cursor:pointer;margin-right:0;background:rgba(0,0,0,0);border:none}.woocommerce-tree-select-control .woocommerce-tree-select-control__expander.is-hidden{visibility:hidden;pointer-events:none}.woocommerce-tree-select-control .components-checkbox-control__label{width:100%;display:flex;min-height:56px;align-items:center}.woocommerce-tree-select-control.is-searchable .components-base-control__label{left:48px}.woocommerce-tree-select-control.is-searchable .components-base-control.is-active .components-base-control__label{font-size:12px;margin-top:-12px}.woocommerce-tree-select-control.is-searchable .woocommerce-tree-select-control__control-input{padding-left:12px}.woocommerce-progress-bar__container{height:8px;width:100%}.woocommerce-progress-bar__filler{height:100%;min-width:8px}.wcpay-component-phone-number-input{display:inline-block;position:relative}.wcpay-component-phone-number-input__button{position:absolute;top:0;bottom:0;display:flex;align-items:center;padding-left:8px;padding-right:4px;background:none;border:none}.wcpay-component-phone-number-input__button-arrow{margin-top:2px}.wcpay-component-phone-number-input__button-arrow.invert{margin-top:0;transform:rotate(180deg)}.wcpay-component-phone-number-input__input{font-size:inherit}.wcpay-component-phone-number-input__menu{position:absolute;max-height:200px;min-width:100%;background-color:#fff;border-radius:2px;border:1px solid #757575;margin:1px 0;z-index:10000;overflow-y:auto}.wcpay-component-phone-number-input__menu[aria-hidden=true]{display:none}.wcpay-component-phone-number-input__menu-item{padding:4px 8px;margin:0;display:flex;align-items:center}.wcpay-component-phone-number-input__menu-item.highlighted{background:#dcdcde}.wcpay-component-phone-number-input__flag{width:18px;margin-right:4px}.woocommerce-error-boundary{margin-block:16px}.woocommerce-error-boundary .woocommerce-empty-content__message{margin-block:12px}.woocommerce-error-boundary .woocommerce-empty-content{margin:0}.woocommerce-error-boundary .woocommerce-empty-content__illustration{margin-bottom:-7px}:root{--wp-admin-theme-color: #007cba;--wp-admin-theme-color--rgb: 0, 124, 186;--wp-admin-theme-color-darker-10: #006ba1;--wp-admin-theme-color-darker-10--rgb: 0, 107, 161;--wp-admin-theme-color-darker-20: #005a87;--wp-admin-theme-color-darker-20--rgb: 0, 90, 135;--wp-admin-border-width-focus: 2px;--wp-block-synced-color: #7a00df;--wp-block-synced-color--rgb: 122, 0, 223;--wp-bound-block-color: var(--wp-block-synced-color)}@media(min-resolution: 192dpi){:root{--wp-admin-border-width-focus: 1.5px}}:root{--wp-admin-theme-color: #007cba;--wp-admin-theme-color--rgb: 0, 124, 186;--wp-admin-theme-color-darker-10: #006ba1;--wp-admin-theme-color-darker-10--rgb: 0, 107, 161;--wp-admin-theme-color-darker-20: #005a87;--wp-admin-theme-color-darker-20--rgb: 0, 90, 135;--wp-admin-border-width-focus: 2px;--wp-block-synced-color: #7a00df;--wp-block-synced-color--rgb: 122, 0, 223;--wp-bound-block-color: var(--wp-block-synced-color)}@media(min-resolution: 192dpi){:root{--wp-admin-border-width-focus: 1.5px}}.customer-feedback-simple__container{display:flex;justify-content:center;align-items:center}.customer-feedback-simple__container .components-button{line-height:32px;font-size:20px;border-radius:3px;padding:6px}.customer-feedback-simple__container .components-button:hover{background-color:#f0f0f0}.customer-feedback-simple__selection{margin-left:12px}.woocommerce-feedback-modal__buttons{text-align:right}.woocommerce-feedback-modal__buttons .components-button{margin-left:1em}.woocommerce-feedback-modal .woocommerce-feedback-modal__description{max-width:550px;margin:0 0 1.5em 0}.woocommerce-customer-effort-score__selection{margin:1em 0 1.5em 0;max-width:100%;width:500px}.woocommerce-customer-effort-score__selection .woocommerce-customer-effort-score__radio-control .components-radio-control__group-wrapper,.woocommerce-customer-effort-score__selection .woocommerce-customer-effort-score__radio-control .components-v-stack{display:grid;grid-template-columns:repeat(auto-fit, minmax(90px, 1fr));margin:0 auto;color:var(--wp-admin-theme-color);gap:4px;justify-items:center}.woocommerce-customer-effort-score__selection .components-radio-control__option{-moz-column-gap:0;column-gap:0}.woocommerce-customer-effort-score__selection .components-radio-control__option:not(:last-child){margin-bottom:0}.woocommerce-customer-effort-score__selection .components-radio-control__option input{position:absolute;opacity:0}.woocommerce-customer-effort-score__selection .components-radio-control__option label{display:block;text-align:center;box-sizing:border-box;width:9em;height:100%;padding:1em .5em;font-size:.9em}.woocommerce-customer-effort-score__selection .components-radio-control__option label:hover{background-color:#fbfcfe}.woocommerce-customer-effort-score__selection .components-radio-control__option input:focus+label{outline:2px solid #3858e9;background-color:peach;color:#2a46ce}.woocommerce-customer-effort-score__selection .components-radio-control__option input:checked+label{outline:2px solid #3858e9;background-color:#fbfcfe}.woocommerce-customer-effort-score__selection .components-radio-control__option label::before{display:block;font-size:24px;text-align:center;margin:1em 0;color:#3858e9}.woocommerce-customer-effort-score__selection .components-radio-control__option input[value="1"]+label::before{content:"😞"}.woocommerce-customer-effort-score__selection .components-radio-control__option input[value="2"]+label::before{content:"🙁"}.woocommerce-customer-effort-score__selection .components-radio-control__option input[value="3"]+label::before{content:"😑"}.woocommerce-customer-effort-score__selection .components-radio-control__option input[value="4"]+label::before{content:"🙂"}.woocommerce-customer-effort-score__selection .components-radio-control__option input[value="5"]+label::before{content:"😍"}.woocommerce-customer-effort-score__comments{margin-bottom:1.5em}.woocommerce-customer-effort-score__comments label{display:block;color:inherit;font-weight:bold;text-transform:none;font-size:14px}.woocommerce-customer-effort-score__comments textarea{width:100%}.woocommerce-customer-effort-score__comments .components-base-control__field{margin-bottom:8px}.woocommerce-customer-effort-score .components-modal__content{padding-bottom:100px}.woocommerce-customer-effort-score__buttons{text-align:right;position:fixed;bottom:0;left:0;right:0;background-color:#fff;padding:32px}.woocommerce-customer-effort-score__buttons .components-button{margin-left:1em}.woocommerce-customer-effort-score .woocommerce-customer-effort-score__intro{max-width:550px;margin:0 0 1.5em 0}
@media not (prefers-reduced-motion){.components-animate__appear{animation:components-animate__appear-animation .1s cubic-bezier(0,0,.2,1) 0s;animation-fill-mode:forwards}}.components-animate__appear.is-from-top,.components-animate__appear.is-from-top.is-from-left{transform-origin:top left}.components-animate__appear.is-from-top.is-from-right{transform-origin:top right}.components-animate__appear.is-from-bottom,.components-animate__appear.is-from-bottom.is-from-left{transform-origin:bottom left}.components-animate__appear.is-from-bottom.is-from-right{transform-origin:bottom right}@keyframes components-animate__appear-animation{0%{transform:translateY(-2em) scaleY(0) scaleX(0)}to{transform:translateY(0) scaleY(1) scaleX(1)}}@media not (prefers-reduced-motion){.components-animate__slide-in{animation:components-animate__slide-in-animation .1s cubic-bezier(0,0,.2,1);animation-fill-mode:forwards}.components-animate__slide-in.is-from-left{transform:translateX(100%)}.components-animate__slide-in.is-from-right{transform:translateX(-100%)}}@keyframes components-animate__slide-in-animation{to{transform:translateX(0)}}@media not (prefers-reduced-motion){.components-animate__loading{animation:components-animate__loading 1.6s ease-in-out infinite}}@keyframes components-animate__loading{0%{opacity:.5}50%{opacity:1}to{opacity:.5}}.components-autocomplete__popover .components-popover__content{min-width:200px;padding:8px}.components-autocomplete__result.components-button{display:flex;height:auto;min-height:36px;text-align:left;width:100%}.components-autocomplete__result.components-button:focus:not(:disabled){box-shadow:inset 0 0 0 1px #fff,0 0 0 var(--wp-admin-border-width-focus) var(--wp-admin-theme-color);outline:2px solid #0000}.components-badge{box-sizing:border-box}.components-badge *,.components-badge :after,.components-badge :before{box-sizing:inherit}.components-badge{background-color:color-mix(in srgb,#fff 90%,var(--base-color));border-radius:2px;color:color-mix(in srgb,#000 50%,var(--base-color));display:inline-block;line-height:0;max-width:100%;min-height:24px;padding:2px 8px}.components-badge:where(.is-default){background-color:#f0f0f0;color:#2f2f2f}.components-badge.has-icon{padding-inline-start:4px}.components-badge.is-info{--base-color:#3858e9}.components-badge.is-warning{--base-color:#f0b849}.components-badge.is-error{--base-color:#cc1818}.components-badge.is-success{--base-color:#4ab866}.components-badge__flex-wrapper{align-items:center;display:inline-flex;font-size:12px;font-weight:400;gap:2px;line-height:20px;max-width:100%}.components-badge__icon{flex-shrink:0}.components-badge__content{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.components-button-group{display:inline-block}.components-button-group .components-button{border-radius:0;box-shadow:inset 0 0 0 1px #1e1e1e;color:#1e1e1e;display:inline-flex}.components-button-group .components-button+.components-button{margin-left:-1px}.components-button-group .components-button:first-child{border-radius:2px 0 0 2px}.components-button-group .components-button:last-child{border-radius:0 2px 2px 0}.components-button-group .components-button.is-primary,.components-button-group .components-button:focus{position:relative;z-index:1}.components-button-group .components-button.is-primary{box-shadow:inset 0 0 0 1px #1e1e1e}.components-button{-webkit-appearance:none;background:none;border:0;cursor:pointer;display:inline-flex;font-family:inherit;font-size:13px;margin:0;text-decoration:none}@media not (prefers-reduced-motion){.components-button{transition:box-shadow .1s linear}}.components-button{align-items:center;border-radius:2px;box-sizing:border-box;color:var(--wp-components-color-foreground,#1e1e1e);height:36px;padding:6px 12px}.components-button.is-next-40px-default-size{height:40px}.components-button:hover:not(:disabled,[aria-disabled=true]),.components-button[aria-expanded=true]{color:var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9))}.components-button:focus:not(:disabled){box-shadow:0 0 0 var(--wp-admin-border-width-focus) var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9));outline:3px solid #0000}.components-button.is-primary{background:var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9));color:var(--wp-components-color-accent-inverted,#fff);outline:1px solid #0000;text-decoration:none;text-shadow:none;white-space:nowrap}.components-button.is-primary:hover:not(:disabled){background:var(--wp-components-color-accent-darker-10,var(--wp-admin-theme-color-darker-10,#2145e6));color:var(--wp-components-color-accent-inverted,#fff)}.components-button.is-primary:active:not(:disabled){background:var(--wp-components-color-accent-darker-20,var(--wp-admin-theme-color-darker-20,#183ad6));border-color:var(--wp-components-color-accent-darker-20,var(--wp-admin-theme-color-darker-20,#183ad6));color:var(--wp-components-color-accent-inverted,#fff)}.components-button.is-primary:focus:not(:disabled){box-shadow:inset 0 0 0 1px var(--wp-components-color-background,#fff),0 0 0 var(--wp-admin-border-width-focus) var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9))}.components-button.is-primary:disabled,.components-button.is-primary:disabled:active:enabled,.components-button.is-primary[aria-disabled=true],.components-button.is-primary[aria-disabled=true]:active:enabled,.components-button.is-primary[aria-disabled=true]:enabled{background:var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9));border-color:var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9));color:#fff6;outline:none}.components-button.is-primary:disabled:active:enabled:focus:enabled,.components-button.is-primary:disabled:focus:enabled,.components-button.is-primary[aria-disabled=true]:active:enabled:focus:enabled,.components-button.is-primary[aria-disabled=true]:enabled:focus:enabled,.components-button.is-primary[aria-disabled=true]:focus:enabled{box-shadow:inset 0 0 0 1px var(--wp-components-color-background,#fff),0 0 0 var(--wp-admin-border-width-focus) var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9))}.components-button.is-primary.is-busy,.components-button.is-primary.is-busy:disabled,.components-button.is-primary.is-busy[aria-disabled=true]{background-image:linear-gradient(-45deg,var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9)) 33%,var(--wp-components-color-accent-darker-20,var(--wp-admin-theme-color-darker-20,#183ad6)) 33%,var(--wp-components-color-accent-darker-20,var(--wp-admin-theme-color-darker-20,#183ad6)) 70%,var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9)) 70%);background-size:100px 100%;border-color:var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9));color:var(--wp-components-color-accent-inverted,#fff)}.components-button.is-secondary,.components-button.is-tertiary{outline:1px solid #0000}.components-button.is-secondary:active:not(:disabled),.components-button.is-tertiary:active:not(:disabled){box-shadow:none}.components-button.is-secondary:disabled,.components-button.is-secondary[aria-disabled=true],.components-button.is-secondary[aria-disabled=true]:hover,.components-button.is-tertiary:disabled,.components-button.is-tertiary[aria-disabled=true],.components-button.is-tertiary[aria-disabled=true]:hover{background:#0000;color:#949494;transform:none}.components-button.is-secondary{background:#0000;box-shadow:inset 0 0 0 1px var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9)),0 0 0 currentColor;color:var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9));outline:1px solid #0000;white-space:nowrap}.components-button.is-secondary:hover:not(:disabled,[aria-disabled=true],.is-pressed){background:color-mix(in srgb,var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9)) 4%,#0000);box-shadow:inset 0 0 0 1px var(--wp-components-color-accent-darker-20,var(--wp-admin-theme-color-darker-20,#183ad6));color:var(--wp-components-color-accent-darker-20,var(--wp-admin-theme-color-darker-20,#183ad6))}.components-button.is-secondary:disabled:not(:focus),.components-button.is-secondary[aria-disabled=true]:hover:not(:focus),.components-button.is-secondary[aria-disabled=true]:not(:focus){box-shadow:inset 0 0 0 1px #ddd}.components-button.is-secondary:focus:not(:disabled){box-shadow:0 0 0 currentColor inset,0 0 0 var(--wp-admin-border-width-focus) var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9))}.components-button.is-tertiary{background:#0000;color:var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9));white-space:nowrap}.components-button.is-tertiary:hover:not(:disabled,[aria-disabled=true],.is-pressed){background:color-mix(in srgb,var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9)) 4%,#0000);color:var(--wp-components-color-accent-darker-20,var(--wp-admin-theme-color-darker-20,#183ad6))}.components-button.is-tertiary:active:not(:disabled,[aria-disabled=true]){background:color-mix(in srgb,var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9)) 8%,#0000)}p+.components-button.is-tertiary{margin-left:-6px}.components-button.is-tertiary:disabled:not(:focus),.components-button.is-tertiary[aria-disabled=true]:hover:not(:focus),.components-button.is-tertiary[aria-disabled=true]:not(:focus){box-shadow:none;outline:none}.components-button.is-destructive{--wp-components-color-accent:#cc1818;--wp-components-color-accent-darker-10:#9e1313;--wp-components-color-accent-darker-20:#710d0d}.components-button.is-destructive:not(.is-primary):not(.is-secondary):not(.is-tertiary):not(.is-link){color:#cc1818}.components-button.is-destructive:not(.is-primary):not(.is-secondary):not(.is-tertiary):not(.is-link):hover:not(:disabled,[aria-disabled=true]){color:#710d0d}.components-button.is-destructive:not(.is-primary):not(.is-secondary):not(.is-tertiary):not(.is-link):focus{box-shadow:0 0 0 var(--wp-admin-border-width-focus) #cc1818}.components-button.is-destructive:not(.is-primary):not(.is-secondary):not(.is-tertiary):not(.is-link):active:not(:disabled,[aria-disabled=true]){background:#ccc}.components-button.is-destructive:not(.is-primary):not(.is-secondary):not(.is-tertiary):not(.is-link):disabled,.components-button.is-destructive:not(.is-primary):not(.is-secondary):not(.is-tertiary):not(.is-link)[aria-disabled=true]{color:#949494}.components-button.is-destructive.is-secondary:hover:not(:disabled,[aria-disabled=true]),.components-button.is-destructive.is-tertiary:hover:not(:disabled,[aria-disabled=true]){background:#cc18180a}.components-button.is-destructive.is-secondary:active:not(:disabled,[aria-disabled=true]),.components-button.is-destructive.is-tertiary:active:not(:disabled,[aria-disabled=true]){background:#cc181814}.components-button.is-link{background:none;border:0;border-radius:0;box-shadow:none;color:var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9));margin:0;outline:none;padding:0;text-align:left;text-decoration:underline}@media not (prefers-reduced-motion){.components-button.is-link{transition-duration:.05s;transition-property:border,background,color;transition-timing-function:ease-in-out}}.components-button.is-link{height:auto}.components-button.is-link:focus{border-radius:2px}.components-button.is-link:disabled,.components-button.is-link[aria-disabled=true]{color:#949494}.components-button:not(:disabled,[aria-disabled=true]):active{color:var(--wp-components-color-foreground,#1e1e1e)}.components-button:disabled,.components-button[aria-disabled=true]{color:#949494;cursor:default}@media not (prefers-reduced-motion){.components-button.is-busy,.components-button.is-secondary.is-busy,.components-button.is-secondary.is-busy:disabled,.components-button.is-secondary.is-busy[aria-disabled=true]{animation:components-button__busy-animation 2.5s linear infinite}}.components-button.is-busy,.components-button.is-secondary.is-busy,.components-button.is-secondary.is-busy:disabled,.components-button.is-secondary.is-busy[aria-disabled=true]{background-image:linear-gradient(-45deg,#fafafa 33%,#e0e0e0 0,#e0e0e0 70%,#fafafa 0);background-size:100px 100%}.components-button.is-compact{height:32px}.components-button.is-compact.has-icon:not(.has-text){min-width:32px;padding:0}.components-button.is-small{font-size:11px;height:24px;line-height:22px;padding:0 8px}.components-button.is-small.has-icon:not(.has-text){min-width:24px;padding:0}.components-button.has-icon{justify-content:center;min-width:36px;padding:6px}.components-button.has-icon.is-next-40px-default-size{min-width:40px}.components-button.has-icon .dashicon{align-items:center;box-sizing:initial;display:inline-flex;justify-content:center;padding:2px}.components-button.has-icon.has-text{gap:4px;justify-content:start;padding-left:8px;padding-right:12px}.components-button.has-icon.has-text.has-icon-right{padding-left:12px;padding-right:8px}.components-button.is-pressed,.components-button.is-pressed:hover{color:var(--wp-components-color-foreground-inverted,#fff)}.components-button.is-pressed:hover:not(:disabled,[aria-disabled=true]),.components-button.is-pressed:not(:disabled,[aria-disabled=true]){background:var(--wp-components-color-foreground,#1e1e1e)}.components-button.is-pressed:disabled,.components-button.is-pressed[aria-disabled=true]{color:#949494}.components-button.is-pressed:disabled:not(.is-primary):not(.is-secondary):not(.is-tertiary),.components-button.is-pressed[aria-disabled=true]:not(.is-primary):not(.is-secondary):not(.is-tertiary){background:#949494;color:var(--wp-components-color-foreground-inverted,#fff)}.components-button.is-pressed:focus:not(:disabled){box-shadow:inset 0 0 0 1px var(--wp-components-color-background,#fff),0 0 0 var(--wp-admin-border-width-focus) var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9));outline:2px solid #0000}.components-button svg{fill:currentColor;outline:none}@media (forced-colors:active){.components-button svg{fill:CanvasText}}.components-button .components-visually-hidden{height:auto}@keyframes components-button__busy-animation{0%{background-position:200px 0}}.components-calendar{background-color:var(--wp-components-color-background,#fff);color:var(--wp-components-color-foreground,#1e1e1e);display:inline-block;font-size:13px;font-weight:400;position:relative;z-index:0}.components-calendar,.components-calendar *,.components-calendar :after,.components-calendar :before{box-sizing:border-box}.components-calendar__day{padding:0;position:relative}.components-calendar__day:has(.components-calendar__day-button:disabled){color:var(--wp-components-color-gray-600,#949494)}.components-calendar__day:has(.components-calendar__day-button:focus-visible),.components-calendar__day:has(.components-calendar__day-button:hover:not(:disabled)){color:var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9))}.components-calendar__day-button{align-items:center;background:none;border:none;border-radius:2px;color:inherit;cursor:pointer;display:flex;font:inherit;font-variant-numeric:tabular-nums;height:32px;justify-content:center;margin:0;padding:0;position:relative;width:32px}.components-calendar__day-button:before{border:none;border-radius:2px;content:"";inset:0;position:absolute;z-index:-1}.components-calendar__day-button:after{content:"";inset:0;pointer-events:none;position:absolute;z-index:1}.components-calendar__day-button:disabled{cursor:revert}@media (forced-colors:active){.components-calendar__day-button:disabled{text-decoration:line-through}}.components-calendar__day-button:focus-visible{outline:var(--wp-admin-border-width-focus) solid var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9));outline-offset:1px}.components-calendar__caption-label{align-items:center;border:0;display:inline-flex;position:relative;text-transform:capitalize;white-space:nowrap;z-index:1}.components-calendar__button-next,.components-calendar__button-previous{align-items:center;-moz-appearance:none;-webkit-appearance:none;appearance:none;background:none;border:none;border-radius:2px;color:inherit;cursor:pointer;display:inline-flex;height:32px;justify-content:center;margin:0;padding:0;position:relative;width:32px}.components-calendar__button-next:disabled,.components-calendar__button-next[aria-disabled=true],.components-calendar__button-previous:disabled,.components-calendar__button-previous[aria-disabled=true]{color:var(--wp-components-color-gray-600,#949494);cursor:revert}.components-calendar__button-next:focus-visible,.components-calendar__button-previous:focus-visible{outline:var(--wp-admin-border-width-focus) solid var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9))}.components-calendar__chevron{display:inline-block;fill:currentColor;height:16px;width:16px}.components-calendar[dir=rtl] .components-calendar__nav .components-calendar__chevron{transform:rotate(180deg);transform-origin:50%}.components-calendar__month-caption{align-content:center;display:flex;height:32px;justify-content:center;margin-bottom:12px}.components-calendar__months{display:flex;flex-wrap:wrap;gap:16px;justify-content:center;max-width:fit-content;position:relative}.components-calendar__month-grid{border-collapse:initial;border-spacing:0 4px}.components-calendar__nav{align-items:center;display:flex;height:32px;inset-block-start:0;inset-inline-end:0;inset-inline-start:0;justify-content:space-between;position:absolute}.components-calendar__weekday{color:var(--wp-components-color-gray-700,#757575);height:32px;padding:0;text-align:center;text-transform:uppercase;width:32px}.components-calendar__day--today:after{border:2px solid;border-radius:50%;content:"";height:0;inset-block-start:2px;inset-inline-end:2px;position:absolute;width:0;z-index:1}.components-calendar__day--selected:not(.components-calendar__range-middle):has(.components-calendar__day-button,.components-calendar__day-button:hover:not(:disabled)){color:var(--wp-components-color-foreground-inverted,#fff)}.components-calendar__day--selected:not(.components-calendar__range-middle) .components-calendar__day-button:before{background-color:var(--wp-components-color-foreground,#1e1e1e);border:1px solid #0000}.components-calendar__day--selected:not(.components-calendar__range-middle) .components-calendar__day-button:disabled:before{background-color:var(--wp-components-color-gray-600,#949494)}.components-calendar__day--selected:not(.components-calendar__range-middle) .components-calendar__day-button:hover:not(:disabled):before{background-color:var(--wp-components-color-gray-800,#2f2f2f)}.components-calendar__day--hidden{visibility:hidden}.components-calendar__range-start:not(.components-calendar__range-end) .components-calendar__day-button,.components-calendar__range-start:not(.components-calendar__range-end) .components-calendar__day-button:before{border-end-end-radius:0;border-start-end-radius:0}.components-calendar__range-middle .components-calendar__day-button:before{background-color:color-mix(in srgb,var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9)) 4%,#0000);border-color:#0000;border-radius:0;border-style:solid;border-width:1px 0}.components-calendar__range-end:not(.components-calendar__range-start) .components-calendar__day-button,.components-calendar__range-end:not(.components-calendar__range-start) .components-calendar__day-button:before{border-end-start-radius:0;border-start-start-radius:0}.components-calendar__day--preview svg{color:color-mix(in srgb,var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9)) 16%,#0000);inset:0;pointer-events:none;position:absolute}@media (forced-colors:active){.components-calendar__day--preview svg{color:inherit}}.components-calendar[dir=rtl] .components-calendar__day--preview svg{transform:scaleX(-1)}.components-calendar__day--preview.components-calendar__range-middle .components-calendar__day-button:before{border:none}@keyframes slide-in-left{0%{transform:translateX(-100%)}to{transform:translateX(0)}}@keyframes slide-in-right{0%{transform:translateX(100%)}to{transform:translateX(0)}}@keyframes slide-out-left{0%{transform:translateX(0)}to{transform:translateX(-100%)}}@keyframes slide-out-right{0%{transform:translateX(0)}to{transform:translateX(100%)}}@keyframes fade-in{0%{opacity:0}to{opacity:1}}@keyframes fade-out{0%{opacity:1}to{opacity:0}}.components-calendar__caption-after-enter,.components-calendar__caption-after-exit,.components-calendar__caption-before-enter,.components-calendar__caption-before-exit,.components-calendar__weeks-after-enter,.components-calendar__weeks-after-exit,.components-calendar__weeks-before-enter,.components-calendar__weeks-before-exit{animation-duration:0s;animation-fill-mode:forwards;animation-timing-function:cubic-bezier(.4,0,.2,1)}@media not (prefers-reduced-motion){.components-calendar__caption-after-enter,.components-calendar__caption-after-exit,.components-calendar__caption-before-enter,.components-calendar__caption-before-exit,.components-calendar__weeks-after-enter,.components-calendar__weeks-after-exit,.components-calendar__weeks-before-enter,.components-calendar__weeks-before-exit{animation-duration:.3s}}.components-calendar[dir=rtl] .components-calendar__weeks-after-enter,.components-calendar__weeks-before-enter{animation-name:slide-in-left}.components-calendar[dir=rtl] .components-calendar__weeks-after-exit,.components-calendar__weeks-before-exit{animation-name:slide-out-left}.components-calendar[dir=rtl] .components-calendar__weeks-before-enter,.components-calendar__weeks-after-enter{animation-name:slide-in-right}.components-calendar[dir=rtl] .components-calendar__weeks-before-exit,.components-calendar__weeks-after-exit{animation-name:slide-out-right}.components-calendar__caption-after-enter{animation-name:fade-in}.components-calendar__caption-after-exit{animation-name:fade-out}.components-calendar__caption-before-enter{animation-name:fade-in}.components-calendar__caption-before-exit{animation-name:fade-out}.components-checkbox-control{--checkbox-input-size:24px}@media (min-width:600px){.components-checkbox-control{--checkbox-input-size:16px}}.components-checkbox-control{--checkbox-input-margin:8px}.components-checkbox-control__label{cursor:pointer;line-height:var(--checkbox-input-size)}.components-checkbox-control__input[type=checkbox]{border:1px solid #949494;border-radius:2px;box-shadow:0 0 0 #0000;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;font-size:16px;line-height:normal;margin-right:12px;padding:6px 8px;transition:none}@media not (prefers-reduced-motion){.components-checkbox-control__input[type=checkbox]{transition:box-shadow .1s linear}}@media (min-width:600px){.components-checkbox-control__input[type=checkbox]{font-size:13px;line-height:normal}}.components-checkbox-control__input[type=checkbox]:focus{border-color:var(--wp-admin-theme-color);box-shadow:0 0 0 .5px var(--wp-admin-theme-color)}.components-checkbox-control__input[type=checkbox]::-webkit-input-placeholder{color:#1e1e1e9e}.components-checkbox-control__input[type=checkbox]::-moz-placeholder{color:#1e1e1e9e}.components-checkbox-control__input[type=checkbox]:-ms-input-placeholder{color:#1e1e1e9e}.components-checkbox-control__input[type=checkbox]:focus{box-shadow:0 0 0 2px #fff,0 0 0 4px var(--wp-admin-theme-color)}.components-checkbox-control__input[type=checkbox]:checked{background:var(--wp-admin-theme-color);border-color:var(--wp-admin-theme-color)}.components-checkbox-control__input[type=checkbox]:checked::-ms-check{opacity:0}.components-checkbox-control__input[type=checkbox]:checked:before,.components-checkbox-control__input[type=checkbox][aria-checked=mixed]:before{color:#fff;margin:-3px -5px}@media (min-width:782px){.components-checkbox-control__input[type=checkbox]:checked:before,.components-checkbox-control__input[type=checkbox][aria-checked=mixed]:before{margin:-4px 0 0 -5px}}.components-checkbox-control__input[type=checkbox][aria-checked=mixed]{background:var(--wp-admin-theme-color);border-color:var(--wp-admin-theme-color)}.components-checkbox-control__input[type=checkbox][aria-checked=mixed]:before{content:"\f460";display:inline-block;float:left;font:normal 30px/1 dashicons;vertical-align:middle;width:16px;speak:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}@media (min-width:782px){.components-checkbox-control__input[type=checkbox][aria-checked=mixed]:before{float:none;font-size:21px}}.components-checkbox-control__input[type=checkbox]:disabled,.components-checkbox-control__input[type=checkbox][aria-disabled=true]{background:#f0f0f0;border-color:#ddd;cursor:default;opacity:1}.components-checkbox-control__input[type=checkbox]{appearance:none;background:#fff;clear:none;color:#1e1e1e;cursor:pointer;display:inline-block;height:var(--checkbox-input-size);line-height:0;margin:0 4px 0 0;outline:0;padding:0!important;text-align:center;vertical-align:top;width:var(--checkbox-input-size)}@media not (prefers-reduced-motion){.components-checkbox-control__input[type=checkbox]{transition:border-color .1s ease-in-out}}.components-checkbox-control__input[type=checkbox]:focus{box-shadow:0 0 0 var(--wp-admin-border-width-focus) #fff,0 0 0 calc(var(--wp-admin-border-width-focus)*2) var(--wp-admin-theme-color);outline:2px solid #0000;outline-offset:2px}.components-checkbox-control__input[type=checkbox]:checked,.components-checkbox-control__input[type=checkbox]:indeterminate{background:var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9));border-color:var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9))}.components-checkbox-control__input[type=checkbox]:checked::-ms-check,.components-checkbox-control__input[type=checkbox]:indeterminate::-ms-check{opacity:0}.components-checkbox-control__input[type=checkbox]:checked:before{content:none}.components-checkbox-control__input-container{aspect-ratio:1;display:inline-block;flex-shrink:0;line-height:1;margin-right:var(--checkbox-input-margin);position:relative;vertical-align:middle;width:var(--checkbox-input-size)}svg.components-checkbox-control__checked,svg.components-checkbox-control__indeterminate{--checkmark-size:var(--checkbox-input-size);fill:#fff;cursor:pointer;height:var(--checkmark-size);left:50%;pointer-events:none;position:absolute;top:50%;transform:translate(-50%,-50%);-webkit-user-select:none;user-select:none;width:var(--checkmark-size)}@media (min-width:600px){svg.components-checkbox-control__checked,svg.components-checkbox-control__indeterminate{--checkmark-size:calc(var(--checkbox-input-size) + 4px)}}.components-checkbox-control__help{display:inline-block;margin-inline-start:calc(var(--checkbox-input-size) + var(--checkbox-input-margin))}.components-circular-option-picker{display:inline-block;min-width:188px;width:100%}.components-circular-option-picker .components-circular-option-picker__custom-clear-wrapper{display:flex;justify-content:flex-end;margin-top:12px}.components-circular-option-picker .components-circular-option-picker__swatches{display:flex;flex-wrap:wrap;gap:12px;position:relative;z-index:1}.components-circular-option-picker>:not(.components-circular-option-picker__swatches){position:relative;z-index:0}.components-circular-option-picker__option-wrapper{display:inline-block;height:28px;transform:scale(1);vertical-align:top;width:28px}@media not (prefers-reduced-motion){.components-circular-option-picker__option-wrapper{transition:transform .1s ease;will-change:transform}}.components-circular-option-picker__option-wrapper:hover{transform:scale(1.2)}.components-circular-option-picker__option-wrapper>div{height:100%;width:100%}.components-circular-option-picker__option-wrapper:before{background:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='28' height='28' fill='none'%3E%3Cpath fill='%23555d65' d='M6 8V6H4v2zm2 0V6h2v2zm2 8H8v-2h2zm2 0v-2h2v2zm0 2v-2h-2v2H8v2h2v-2zm2 0v2h-2v-2zm2 0h-2v-2h2z'/%3E%3Cpath fill='%23555d65' fill-rule='evenodd' d='M18 18h2v-2h-2v-2h2v-2h-2v-2h2V8h-2v2h-2V8h-2v2h2v2h-2v2h2v2h2zm-2-4v-2h2v2z' clip-rule='evenodd'/%3E%3Cpath fill='%23555d65' d='M18 18v2h-2v-2z'/%3E%3Cpath fill='%23555d65' fill-rule='evenodd' d='M8 10V8H6v2H4v2h2v2H4v2h2v2H4v2h2v2H4v2h2v-2h2v2h2v-2h2v2h2v-2h2v2h2v-2h2v2h2v-2h2v-2h-2v-2h2v-2h-2v-2h2v-2h-2v-2h2V8h-2V6h2V4h-2v2h-2V4h-2v2h-2V4h-2v2h-2V4h-2v2h2v2h-2v2zm0 2v-2H6v2zm2 0v-2h2v2zm0 2v-2H8v2H6v2h2v2H6v2h2v2h2v-2h2v2h2v-2h2v2h2v-2h2v2h2v-2h-2v-2h2v-2h-2v-2h2v-2h-2v-2h2V8h-2V6h-2v2h-2V6h-2v2h-2v2h2v2h-2v2z' clip-rule='evenodd'/%3E%3Cpath fill='%23555d65' fill-rule='evenodd' d='M4 0H2v2H0v2h2v2H0v2h2v2H0v2h2v2H0v2h2v2H0v2h2v2H0v2h2v2H0v2h2v-2h2v2h2v-2h2v2h2v-2h2v2h2v-2h2v2h2v-2h2v2h2v-2h2v2h2v-2h2v-2h-2v-2h2v-2h-2v-2h2v-2h-2v-2h2v-2h-2v-2h2V8h-2V6h2V4h-2V2h2V0h-2v2h-2V0h-2v2h-2V0h-2v2h-2V0h-2v2h-2V0h-2v2H8V0H6v2H4zm0 4V2H2v2zm2 0V2h2v2zm0 2V4H4v2H2v2h2v2H2v2h2v2H2v2h2v2H2v2h2v2H2v2h2v2h2v-2h2v2h2v-2h2v2h2v-2h2v2h2v-2h2v2h2v-2h2v2h2v-2h-2v-2h2v-2h-2v-2h2v-2h-2v-2h2v-2h-2v-2h2V8h-2V6h2V4h-2V2h-2v2h-2V2h-2v2h-2V2h-2v2h-2V2h-2v2H8v2z' clip-rule='evenodd'/%3E%3C/svg%3E");border-radius:50%;bottom:1px;content:"";left:1px;position:absolute;right:1px;top:1px;z-index:-1}.components-circular-option-picker__option{aspect-ratio:1;background:#0000;border:none;border-radius:50%;box-shadow:inset 0 0 0 14px;display:inline-block;height:100%!important;vertical-align:top}@media not (prefers-reduced-motion){.components-circular-option-picker__option{transition:box-shadow .1s ease}}.components-circular-option-picker__option{cursor:pointer}.components-circular-option-picker__option:hover{box-shadow:inset 0 0 0 14px!important}.components-circular-option-picker__option[aria-pressed=true],.components-circular-option-picker__option[aria-selected=true]{box-shadow:inset 0 0 0 4px;overflow:visible;position:relative;z-index:1}.components-circular-option-picker__option[aria-pressed=true]+svg,.components-circular-option-picker__option[aria-selected=true]+svg{border-radius:50%;left:2px;pointer-events:none;position:absolute;top:2px;z-index:2}.components-circular-option-picker__option:after{border:1px solid #0000;border-radius:50%;bottom:-1px;box-shadow:inset 0 0 0 1px #0003;box-sizing:inherit;content:"";left:-1px;position:absolute;right:-1px;top:-1px}.components-circular-option-picker__option:focus:after{border:2px solid #757575;border-radius:50%;box-shadow:inset 0 0 0 2px #fff;content:"";height:calc(100% + 4px);left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);width:calc(100% + 4px)}.components-circular-option-picker__option.components-button:focus{background-color:initial;box-shadow:inset 0 0 0 14px;outline:none}.components-circular-option-picker__button-action .components-circular-option-picker__option{background:#fff;color:#fff}.components-circular-option-picker__dropdown-link-action{margin-right:16px}.components-circular-option-picker__dropdown-link-action .components-button{line-height:22px}.components-palette-edit__popover-gradient-picker{padding:8px;width:260px}.components-dropdown-menu__menu .components-palette-edit__menu-button{width:100%}.component-color-indicator{background:#fff linear-gradient(-45deg,#0000 48%,#ddd 0,#ddd 52%,#0000 0);border-radius:50%;box-shadow:inset 0 0 0 1px #0003;display:inline-block;height:20px;padding:0;width:20px}.components-combobox-control{width:100%}input.components-combobox-control__input[type=text]{background:var(--wp-components-color-background,#fff);border:none;box-shadow:none;color:var(--wp-components-color-foreground,#1e1e1e);font-family:inherit;font-size:16px;line-height:inherit;margin:0;min-height:auto;padding:2px;width:100%}@media (min-width:600px){input.components-combobox-control__input[type=text]{font-size:13px}}input.components-combobox-control__input[type=text]:focus{box-shadow:none;outline:none}.components-combobox-control__suggestions-container{border:1px solid #949494;border-radius:2px;box-shadow:0 0 0 #0000;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;font-size:16px;line-height:normal;padding:6px 8px}@media not (prefers-reduced-motion){.components-combobox-control__suggestions-container{transition:box-shadow .1s linear}}@media (min-width:600px){.components-combobox-control__suggestions-container{font-size:13px;line-height:normal}}.components-combobox-control__suggestions-container:focus{border-color:var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9));box-shadow:0 0 0 .5px var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9));outline:2px solid #0000}.components-combobox-control__suggestions-container::-webkit-input-placeholder{color:#1e1e1e9e}.components-combobox-control__suggestions-container::-moz-placeholder{color:#1e1e1e9e}.components-combobox-control__suggestions-container:-ms-input-placeholder{color:#1e1e1e9e}.components-combobox-control__suggestions-container{align-items:flex-start;display:flex;flex-wrap:wrap;padding:0;width:100%}.components-combobox-control__suggestions-container:focus-within{border-color:var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9));box-shadow:0 0 0 .5px var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9));outline:2px solid #0000}.components-combobox-control__suggestions-container .components-spinner{margin:0}.components-color-palette__custom-color-wrapper{position:relative;z-index:0}.components-color-palette__custom-color-button{background:none;border:none;border-radius:4px 4px 0 0;box-shadow:inset 0 0 0 1px #0003;box-sizing:border-box;cursor:pointer;height:64px;outline:1px solid #0000;position:relative;width:100%}.components-color-palette__custom-color-button:focus{box-shadow:inset 0 0 0 var(--wp-admin-border-width-focus) var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9));outline-width:2px}.components-color-palette__custom-color-button:after{background-image:repeating-linear-gradient(45deg,#e0e0e0 25%,#0000 0,#0000 75%,#e0e0e0 0,#e0e0e0),repeating-linear-gradient(45deg,#e0e0e0 25%,#0000 0,#0000 75%,#e0e0e0 0,#e0e0e0);background-position:0 0,24px 24px;background-size:48px 48px;border-radius:3px 3px 0 0;content:"";inset:1px;position:absolute;z-index:-1}.components-color-palette__custom-color-text-wrapper{border-radius:0 0 4px 4px;box-shadow:inset 0 -1px 0 0 #0003,inset 1px 0 0 0 #0003,inset -1px 0 0 0 #0003;font-size:13px;padding:12px 16px;position:relative}.components-color-palette__custom-color-name{color:var(--wp-components-color-foreground,#1e1e1e);margin:0 1px}.components-color-palette__custom-color-value{color:#757575}.components-color-palette__custom-color-value--is-hex{text-transform:uppercase}.components-color-palette__custom-color-value:empty:after{content:"​";visibility:hidden}.components-custom-gradient-picker__gradient-bar{border-radius:2px;height:48px;position:relative;width:100%;z-index:1}.components-custom-gradient-picker__gradient-bar.has-gradient{background-image:repeating-linear-gradient(45deg,#e0e0e0 25%,#0000 0,#0000 75%,#e0e0e0 0,#e0e0e0),repeating-linear-gradient(45deg,#e0e0e0 25%,#0000 0,#0000 75%,#e0e0e0 0,#e0e0e0);background-position:0 0,12px 12px;background-size:24px 24px}.components-custom-gradient-picker__gradient-bar .components-custom-gradient-picker__gradient-bar-background{inset:0;position:absolute}.components-custom-gradient-picker__gradient-bar .components-custom-gradient-picker__markers-container{margin-left:auto;margin-right:auto;position:relative;width:calc(100% - 48px)}.components-custom-gradient-picker__gradient-bar .components-custom-gradient-picker__control-point-dropdown{display:flex;height:16px;position:absolute;top:16px;width:16px}.components-custom-gradient-picker__gradient-bar .components-custom-gradient-picker__insert-point-dropdown{background:#fff;border-radius:50%;color:#1e1e1e;height:inherit;min-width:16px!important;padding:2px;position:relative;width:inherit}.components-custom-gradient-picker__gradient-bar .components-custom-gradient-picker__insert-point-dropdown svg{height:100%;width:100%}.components-custom-gradient-picker__gradient-bar .components-custom-gradient-picker__control-point-button{border-radius:50%;box-shadow:inset 0 0 0 var(--wp-admin-border-width-focus) #fff,0 0 2px 0 #00000040;height:inherit;outline:2px solid #0000;padding:0;width:inherit}.components-custom-gradient-picker__gradient-bar .components-custom-gradient-picker__control-point-button.is-active,.components-custom-gradient-picker__gradient-bar .components-custom-gradient-picker__control-point-button:focus{box-shadow:inset 0 0 0 calc(var(--wp-admin-border-width-focus)*2) #fff,0 0 2px 0 #00000040;outline:1.5px solid #0000}.components-custom-gradient-picker__remove-control-point-wrapper{padding-bottom:8px}.components-custom-gradient-picker__inserter{direction:ltr}.components-custom-gradient-picker__liner-gradient-indicator{display:inline-block;flex:0 auto;height:20px;width:20px}.components-custom-gradient-picker__ui-line{position:relative;z-index:0}body.is-dragging-components-draggable{cursor:move;cursor:grabbing!important}.components-draggable__invisible-drag-image{height:50px;left:-1000px;position:fixed;width:50px}.components-draggable__clone{background:#0000;padding:0;pointer-events:none;position:fixed;z-index:1000000000}.components-drop-zone{border-radius:2px;bottom:0;left:0;opacity:0;position:absolute;right:0;top:0;visibility:hidden;z-index:40}.components-drop-zone.is-active{opacity:1;visibility:visible}.components-drop-zone .components-drop-zone__content{align-items:center;background-color:var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9));bottom:0;color:#fff;display:flex;height:100%;justify-content:center;left:0;opacity:0;pointer-events:none;position:absolute;right:0;text-align:center;top:0;width:100%;z-index:50}.components-drop-zone .components-drop-zone__content-inner{opacity:0;transform:scale(.9)}.components-drop-zone.is-active.is-dragging-over-element .components-drop-zone__content{opacity:1}@media not (prefers-reduced-motion){.components-drop-zone.is-active.is-dragging-over-element .components-drop-zone__content{transition:opacity .2s ease-in-out}}.components-drop-zone.is-active.is-dragging-over-element .components-drop-zone__content-inner{opacity:1;transform:scale(1)}@media not (prefers-reduced-motion){.components-drop-zone.is-active.is-dragging-over-element .components-drop-zone__content-inner{transition:opacity .1s ease-in-out .1s,transform .1s ease-in-out .1s}}.components-drop-zone__content-icon,.components-drop-zone__content-text{display:block}.components-drop-zone__content-icon{line-height:0;margin:0 auto 8px;fill:currentColor;pointer-events:none}.components-drop-zone__content-text{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;font-size:13px}.components-dropdown{display:inline-block}.components-dropdown__content .components-popover__content{padding:8px}.components-dropdown__content .components-popover__content:has(.components-menu-group){padding:0}.components-dropdown__content .components-popover__content:has(.components-menu-group) .components-dropdown-menu__menu>.components-menu-item__button,.components-dropdown__content .components-popover__content:has(.components-menu-group)>.components-menu-item__button{margin:8px;width:auto}.components-dropdown__content [role=menuitem]{white-space:nowrap}.components-dropdown__content .components-menu-group{padding:8px}.components-dropdown__content .components-menu-group+.components-menu-group{border-top:1px solid #ccc;padding:8px}.components-dropdown__content.is-alternate .components-menu-group+.components-menu-group{border-color:#1e1e1e}.components-dropdown-menu__toggle{vertical-align:top}.components-dropdown-menu__menu{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;font-size:13px;line-height:1.4;width:100%}.components-dropdown-menu__menu .components-dropdown-menu__menu-item,.components-dropdown-menu__menu .components-menu-item{cursor:pointer;outline:none;padding:6px;white-space:nowrap;width:100%}.components-dropdown-menu__menu .components-dropdown-menu__menu-item.has-separator,.components-dropdown-menu__menu .components-menu-item.has-separator{margin-top:6px;overflow:visible;position:relative}.components-dropdown-menu__menu .components-dropdown-menu__menu-item.has-separator:before,.components-dropdown-menu__menu .components-menu-item.has-separator:before{background-color:#ddd;box-sizing:initial;content:"";display:block;height:1px;left:0;position:absolute;right:0;top:-3px}.components-dropdown-menu__menu .components-dropdown-menu__menu-item.is-active .dashicon,.components-dropdown-menu__menu .components-dropdown-menu__menu-item.is-active svg,.components-dropdown-menu__menu .components-menu-item.is-active .dashicon,.components-dropdown-menu__menu .components-menu-item.is-active svg{background:#1e1e1e;border-radius:1px;box-shadow:0 0 0 1px #1e1e1e;color:#fff}.components-dropdown-menu__menu .components-dropdown-menu__menu-item.is-icon-only,.components-dropdown-menu__menu .components-menu-item.is-icon-only{width:auto}.components-dropdown-menu__menu .components-menu-item__button,.components-dropdown-menu__menu .components-menu-item__button.components-button{height:auto;min-height:40px;padding-left:8px;padding-right:8px;text-align:left}.components-duotone-picker__color-indicator:before{background:#0000}.components-duotone-picker__color-indicator>.components-button,.components-duotone-picker__color-indicator>.components-button.is-pressed:hover:not(:disabled){background:linear-gradient(-45deg,#0000 48%,#ddd 0,#ddd 52%,#0000 0);color:#0000}.components-duotone-picker__color-indicator>.components-button:hover:not(:disabled):not([aria-disabled=true]),.components-duotone-picker__color-indicator>.components-button:not([aria-disabled=true]):active{color:#0000}.components-color-list-picker,.components-color-list-picker__swatch-button{width:100%}.components-color-list-picker__color-picker{margin:8px 0}.components-color-list-picker__swatch-color{margin:2px}.components-external-link{text-decoration:none}.components-external-link__contents{text-decoration:underline}.components-external-link__icon{font-weight:400;margin-left:.5ch}.components-form-toggle{display:inline-block;height:16px;position:relative}.components-form-toggle .components-form-toggle__track{background-color:#fff;border:1px solid #949494;border-radius:8px;box-sizing:border-box;content:"";display:inline-block;height:16px;position:relative;vertical-align:top;width:32px}@media not (prefers-reduced-motion){.components-form-toggle .components-form-toggle__track{transition:background-color .2s ease,border-color .2s ease}}.components-form-toggle .components-form-toggle__track{overflow:hidden}.components-form-toggle .components-form-toggle__track:after{border-top:16px solid #0000;box-sizing:border-box;content:"";inset:0;position:absolute}@media not (prefers-reduced-motion){.components-form-toggle .components-form-toggle__track:after{transition:opacity .2s ease}}.components-form-toggle .components-form-toggle__track:after{opacity:0}.components-form-toggle .components-form-toggle__thumb{border-radius:50%;box-sizing:border-box;display:block;height:12px;left:2px;position:absolute;top:2px;width:12px}@media not (prefers-reduced-motion){.components-form-toggle .components-form-toggle__thumb{transition:transform .2s ease,background-color .2s ease-out}}.components-form-toggle .components-form-toggle__thumb{background-color:#1e1e1e;border:6px solid #0000;box-shadow:0 1px 1px #00000008,0 1px 2px #00000005,0 3px 3px #00000005,0 4px 4px #00000003}.components-form-toggle.is-checked .components-form-toggle__track{background-color:var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9));border-color:var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9))}.components-form-toggle.is-checked .components-form-toggle__track:after{opacity:1}.components-form-toggle .components-form-toggle__input:focus+.components-form-toggle__track{box-shadow:0 0 0 var(--wp-admin-border-width-focus) #fff,0 0 0 calc(var(--wp-admin-border-width-focus)*2) var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9));outline:2px solid #0000;outline-offset:2px}.components-form-toggle.is-checked .components-form-toggle__thumb{background-color:#fff;border-width:0;transform:translateX(16px)}.components-disabled .components-form-toggle,.components-form-toggle.is-disabled{opacity:.3}.components-form-toggle input.components-form-toggle__input[type=checkbox]{border:none;height:100%;left:0;margin:0;opacity:0;padding:0;position:absolute;top:0;width:100%;z-index:1}.components-form-toggle input.components-form-toggle__input[type=checkbox]:checked{background:none}.components-form-toggle input.components-form-toggle__input[type=checkbox]:before{content:""}.components-form-toggle input.components-form-toggle__input[type=checkbox]:not(:disabled,[aria-disabled=true]){cursor:pointer}.components-form-token-field__input-container{border:1px solid #949494;border-radius:2px;box-shadow:0 0 0 #0000;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;font-size:16px;line-height:normal;padding:6px 8px}@media not (prefers-reduced-motion){.components-form-token-field__input-container{transition:box-shadow .1s linear}}@media (min-width:600px){.components-form-token-field__input-container{font-size:13px;line-height:normal}}.components-form-token-field__input-container:focus{border-color:var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9));box-shadow:0 0 0 .5px var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9));outline:2px solid #0000}.components-form-token-field__input-container::-webkit-input-placeholder{color:#1e1e1e9e}.components-form-token-field__input-container::-moz-placeholder{color:#1e1e1e9e}.components-form-token-field__input-container:-ms-input-placeholder{color:#1e1e1e9e}.components-form-token-field__input-container{cursor:text;padding:0;width:100%}.components-form-token-field__input-container.is-disabled{background:#ddd;border-color:#ddd}.components-form-token-field__input-container.is-active{border-color:var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9));box-shadow:0 0 0 .5px var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9));outline:2px solid #0000}.components-form-token-field__input-container input[type=text].components-form-token-field__input{background:inherit;border:0;box-shadow:none;color:var(--wp-components-color-foreground,#1e1e1e);display:inline-block;flex:1;font-family:inherit;font-size:16px;margin-left:4px;max-width:100%;min-height:24px;min-width:50px;padding:0;width:100%}@media (min-width:600px){.components-form-token-field__input-container input[type=text].components-form-token-field__input{font-size:13px}}.components-form-token-field.is-active .components-form-token-field__input-container input[type=text].components-form-token-field__input,.components-form-token-field__input-container input[type=text].components-form-token-field__input:focus{box-shadow:none;outline:none}.components-form-token-field__input-container .components-form-token-field__token+input[type=text].components-form-token-field__input{width:auto}.components-form-token-field__token{color:#1e1e1e;display:flex;font-size:13px;max-width:100%}.components-form-token-field__token.is-success .components-form-token-field__remove-token,.components-form-token-field__token.is-success .components-form-token-field__token-text{background:#4ab866}.components-form-token-field__token.is-error .components-form-token-field__remove-token,.components-form-token-field__token.is-error .components-form-token-field__token-text{background:#cc1818}.components-form-token-field__token.is-validating .components-form-token-field__remove-token,.components-form-token-field__token.is-validating .components-form-token-field__token-text{color:#757575}.components-form-token-field__token.is-borderless{padding:0 24px 0 0;position:relative}.components-form-token-field__token.is-borderless .components-form-token-field__token-text{background:#0000}.components-form-token-field__token.is-borderless:not(.is-disabled) .components-form-token-field__token-text{color:var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9))}.components-form-token-field__token.is-borderless .components-form-token-field__remove-token{background:#0000;color:#757575;position:absolute;right:0;top:1px}.components-form-token-field__token.is-borderless.is-success .components-form-token-field__token-text{color:#4ab866}.components-form-token-field__token.is-borderless.is-error .components-form-token-field__token-text{color:#cc1818;padding:0 4px 0 6px}.components-form-token-field__token.is-borderless.is-validating .components-form-token-field__token-text{color:#1e1e1e}.components-form-token-field__remove-token.components-button,.components-form-token-field__token-text{background:#ddd;display:inline-block;height:auto;min-width:unset}@media not (prefers-reduced-motion){.components-form-token-field__remove-token.components-button,.components-form-token-field__token-text{transition:all .2s cubic-bezier(.4,1,.4,1)}}.components-form-token-field__token-text{border-radius:1px 0 0 1px;line-height:24px;overflow:hidden;padding:0 0 0 8px;text-overflow:ellipsis;white-space:nowrap}.components-form-token-field__remove-token.components-button{border-radius:0 1px 1px 0;color:#1e1e1e;line-height:10px;overflow:initial}.components-form-token-field__remove-token.components-button:hover:not(:disabled){color:#1e1e1e}.components-form-token-field__suggestions-list{flex:1 0 100%;max-height:128px;min-width:100%;overflow-y:auto}@media not (prefers-reduced-motion){.components-form-token-field__suggestions-list{transition:all .15s ease-in-out}}.components-form-token-field__suggestions-list{box-shadow:inset 0 1px 0 0 #949494;list-style:none;margin:0;padding:0}.components-form-token-field__suggestion{box-sizing:border-box;color:var(--wp-components-color-foreground,#1e1e1e);display:block;font-size:13px;margin:0;min-height:32px;padding:8px 12px}.components-form-token-field__suggestion.is-selected{background:var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9));color:var(--wp-components-color-foreground-inverted,#fff)}.components-form-token-field__suggestion[aria-disabled=true]{color:#949494;pointer-events:none}.components-form-token-field__suggestion[aria-disabled=true].is-selected{background:color-mix(in srgb,var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9)) 4%,#0000)}.components-form-token-field__suggestion:not(.is-empty){cursor:pointer}@media (min-width:600px){.components-guide{width:600px}}.components-guide .components-modal__content{margin-top:0;padding:0}.components-guide .components-modal__content:before{content:none}.components-guide .components-modal__header{border-bottom:none;height:64px;padding:0;position:sticky}.components-guide .components-modal__header .components-button{align-self:flex-start;margin:8px 8px 0 0;position:static}.components-guide .components-modal__header .components-button:hover svg{fill:#fff}.components-guide .components-guide__container{display:flex;flex-direction:column;justify-content:space-between;margin-top:-64px;min-height:100%}.components-guide .components-guide__page{display:flex;flex-direction:column;justify-content:center;position:relative}@media (min-width:600px){.components-guide .components-guide__page{min-height:300px}}.components-guide .components-guide__footer{align-content:center;display:flex;height:36px;justify-content:center;margin:0 0 24px;padding:0 32px;position:relative;width:100%}.components-guide .components-guide__page-control{margin:0;text-align:center}.components-guide .components-guide__page-control li{display:inline-block;margin:0}.components-guide .components-guide__page-control .components-button{color:#e0e0e0;margin:-6px 0}.components-guide .components-guide__page-control li[aria-current=step] .components-button{color:var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9))}.components-modal__frame.components-guide{border:none;max-height:575px;min-width:312px}@media (max-width:600px){.components-modal__frame.components-guide{margin:auto;max-width:calc(100vw - 32px)}}.components-button.components-guide__back-button,.components-button.components-guide__finish-button,.components-button.components-guide__forward-button{position:absolute}.components-button.components-guide__back-button{left:32px}.components-button.components-guide__finish-button,.components-button.components-guide__forward-button{right:32px}[role=region]{position:relative}.is-focusing-regions [role=region]:focus:after,[role=region].interface-interface-skeleton__content:focus-visible:after{bottom:0;content:"";left:0;pointer-events:none;position:absolute;right:0;top:0;z-index:1000000}.is-focusing-regions .editor-post-publish-panel,.is-focusing-regions .interface-interface-skeleton__actions .editor-layout__toggle-entities-saved-states-panel,.is-focusing-regions .interface-interface-skeleton__actions .editor-layout__toggle-publish-panel,.is-focusing-regions .interface-interface-skeleton__sidebar .editor-layout__toggle-sidebar-panel,.is-focusing-regions [role=region]:focus:after,.is-focusing-regions.is-distraction-free .interface-interface-skeleton__header .edit-post-header,[role=region].interface-interface-skeleton__content:focus-visible:after{outline-color:var(--wp-admin-theme-color);outline-offset:calc(var(--wp-admin-border-width-focus)*-2/var(--wp-block-editor-iframe-zoom-out-scale, 1));outline-style:solid;outline-width:calc(var(--wp-admin-border-width-focus)*2/var(--wp-block-editor-iframe-zoom-out-scale, 1))}.components-menu-group+.components-menu-group{border-top:1px solid #1e1e1e;padding-top:8px}.components-menu-group+.components-menu-group.has-hidden-separator{border-top:none;margin-top:0;padding-top:0}.components-menu-group:has(>div:empty){display:none}.components-menu-group__label{color:#757575;font-size:11px;font-weight:500;margin-bottom:12px;margin-top:4px;padding:0 8px;text-transform:uppercase;white-space:nowrap}.components-menu-item__button,.components-menu-item__button.components-button{width:100%}.components-menu-item__button.components-button[role=menuitemcheckbox] .components-menu-item__item:only-child,.components-menu-item__button.components-button[role=menuitemradio] .components-menu-item__item:only-child,.components-menu-item__button[role=menuitemcheckbox] .components-menu-item__item:only-child,.components-menu-item__button[role=menuitemradio] .components-menu-item__item:only-child{box-sizing:initial;padding-right:48px}.components-menu-item__button .components-menu-items__item-icon,.components-menu-item__button.components-button .components-menu-items__item-icon{display:inline-block;flex:0 0 auto}.components-menu-item__button .components-menu-items__item-icon.has-icon-right,.components-menu-item__button.components-button .components-menu-items__item-icon.has-icon-right{margin-left:24px;margin-right:-2px}.components-menu-item__button .components-menu-item__shortcut+.components-menu-items__item-icon.has-icon-right,.components-menu-item__button.components-button .components-menu-item__shortcut+.components-menu-items__item-icon.has-icon-right{margin-left:8px}.components-menu-item__button .block-editor-block-icon,.components-menu-item__button.components-button .block-editor-block-icon{margin-left:-2px;margin-right:8px}.components-menu-item__button.components-button.is-primary,.components-menu-item__button.is-primary{justify-content:center}.components-menu-item__button.components-button.is-primary .components-menu-item__item,.components-menu-item__button.is-primary .components-menu-item__item{margin-right:0}.components-menu-item__button.components-button:disabled.is-tertiary,.components-menu-item__button.components-button[aria-disabled=true].is-tertiary,.components-menu-item__button:disabled.is-tertiary,.components-menu-item__button[aria-disabled=true].is-tertiary{background:none;color:var(--wp-components-color-accent-darker-10,var(--wp-admin-theme-color-darker-10,#2145e6));opacity:.3}.components-menu-item__info-wrapper{display:flex;flex-direction:column;margin-right:auto}.components-menu-item__info{color:#757575;font-size:12px;margin-top:4px;white-space:normal}.components-menu-item__item{align-items:center;display:inline-flex;margin-right:auto;min-width:160px;white-space:nowrap}.components-menu-item__shortcut{align-self:center;color:currentColor;display:none;margin-left:auto;margin-right:0;padding-left:24px}@media (min-width:480px){.components-menu-item__shortcut{display:inline}}.components-menu-items-choice,.components-menu-items-choice.components-button{height:auto;min-height:40px}.components-menu-items-choice svg,.components-menu-items-choice.components-button svg{margin-right:12px}.components-menu-items-choice.components-button.has-icon,.components-menu-items-choice.has-icon{padding-left:12px}.components-modal__screen-overlay{background-color:#00000059;bottom:0;display:flex;left:0;position:fixed;right:0;top:0;z-index:100000}@keyframes __wp-base-styles-fade-in{0%{opacity:0}to{opacity:1}}@media not (prefers-reduced-motion){.components-modal__screen-overlay{animation:__wp-base-styles-fade-in .08s linear 0s;animation-fill-mode:forwards}}@keyframes __wp-base-styles-fade-out{0%{opacity:1}to{opacity:0}}@media not (prefers-reduced-motion){.components-modal__screen-overlay.is-animating-out{animation:__wp-base-styles-fade-out .08s linear 80ms;animation-fill-mode:forwards}}.components-modal__frame{box-sizing:border-box}.components-modal__frame *,.components-modal__frame :after,.components-modal__frame :before{box-sizing:inherit}.components-modal__frame{animation-fill-mode:forwards;animation-name:components-modal__appear-animation;animation-timing-function:cubic-bezier(.29,0,0,1);background:#fff;border-radius:8px 8px 0 0;box-shadow:0 5px 15px #00000014,0 15px 27px #00000012,0 30px 36px #0000000a,0 50px 43px #00000005;color:#1e1e1e;display:flex;margin:40px 0 0;overflow:hidden;width:100%}.components-modal__frame h1,.components-modal__frame h2,.components-modal__frame h3{color:#1e1e1e}@media not (prefers-reduced-motion){.components-modal__frame{animation-duration:var(--modal-frame-animation-duration)}}.components-modal__screen-overlay.is-animating-out .components-modal__frame{animation-name:components-modal__disappear-animation;animation-timing-function:cubic-bezier(1,0,.2,1)}@media (min-width:600px){.components-modal__frame{border-radius:8px;margin:auto;max-height:calc(100% - 128px);max-width:calc(100% - 32px);min-width:350px;width:auto}}@media (min-width:600px) and (min-width:600px){.components-modal__frame.is-full-screen{height:calc(100% - 32px);max-height:none;width:calc(100% - 32px)}}@media (min-width:600px) and (min-width:782px){.components-modal__frame.is-full-screen{height:calc(100% - 80px);max-width:none;width:calc(100% - 80px)}}@media (min-width:600px){.components-modal__frame.has-size-large,.components-modal__frame.has-size-medium,.components-modal__frame.has-size-small{width:100%}.components-modal__frame.has-size-small{max-width:384px}.components-modal__frame.has-size-medium{max-width:512px}.components-modal__frame.has-size-large{max-width:840px}}@media (min-width:960px){.components-modal__frame{max-height:70%}}@keyframes components-modal__appear-animation{0%{opacity:0;transform:scale(.9)}to{opacity:1;transform:scale(1)}}@keyframes components-modal__disappear-animation{0%{opacity:1;transform:scale(1)}to{opacity:0;transform:scale(.9)}}.components-modal__header{align-items:center;border-bottom:1px solid #0000;box-sizing:border-box;display:flex;flex-direction:row;height:72px;justify-content:space-between;left:0;padding:24px 32px 8px;position:absolute;top:0;width:100%;z-index:10}.components-modal__header .components-modal__header-heading{font-size:1.2rem;font-weight:600}.components-modal__header h1{line-height:1;margin:0}.components-modal__content.has-scrolled-content:not(.hide-header) .components-modal__header{border-bottom-color:#ddd}.components-modal__header+p{margin-top:0}.components-modal__header-heading-container{align-items:center;display:flex;flex-direction:row;flex-grow:1;justify-content:flex-start}.components-modal__header-icon-container{display:inline-block}.components-modal__header-icon-container svg{max-height:36px;max-width:36px;padding:8px}.components-modal__content{flex:1;margin-top:72px;overflow:auto;padding:4px 32px 32px}.components-modal__content.hide-header{margin-top:0;padding-top:32px}.components-modal__content.is-scrollable:focus-visible{box-shadow:inset 0 0 0 var(--wp-admin-border-width-focus) var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9));outline:2px solid #0000;outline-offset:-2px}.components-notice{align-items:center;background-color:#fff;border-left:4px solid var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9));color:#1e1e1e;display:flex;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;font-size:13px;padding:8px 12px}.components-notice.is-dismissible{position:relative}.components-notice.is-success{background-color:#eff9f1;border-left-color:#4ab866}.components-notice.is-warning{background-color:#fef8ee;border-left-color:#f0b849}.components-notice.is-error{background-color:#f4a2a2;border-left-color:#cc1818}.components-notice__content{flex-grow:1;margin:4px 25px 4px 0}.components-notice__actions{display:flex;flex-wrap:wrap}.components-notice__action.components-button,.components-notice__action.components-button.is-link{margin-left:12px}.components-notice__action.components-button.is-secondary{vertical-align:initial}.components-notice__action.components-button{margin-right:8px}.components-notice__dismiss{align-self:flex-start;color:#757575;flex-shrink:0}.components-notice__dismiss:not(:disabled):not([aria-disabled=true]):focus,.components-notice__dismiss:not(:disabled):not([aria-disabled=true]):not(.is-secondary):active,.components-notice__dismiss:not(:disabled):not([aria-disabled=true]):not(.is-secondary):hover{background-color:initial;color:#1e1e1e}.components-notice__dismiss:not(:disabled):not([aria-disabled=true]):not(.is-secondary):hover{box-shadow:none}.components-notice-list{box-sizing:border-box;max-width:100vw}.components-notice-list .components-notice__content{line-height:2;margin-bottom:12px;margin-top:12px}.components-notice-list .components-notice__action.components-button{display:block;margin-left:0;margin-top:8px}.components-panel{background:#fff;border:1px solid #e0e0e0}.components-panel>.components-panel__body:first-child,.components-panel>.components-panel__header:first-child{margin-top:-1px}.components-panel>.components-panel__body:last-child,.components-panel>.components-panel__header:last-child{border-bottom-width:0}.components-panel+.components-panel{margin-top:-1px}.components-panel__body{border-bottom:1px solid #e0e0e0;border-top:1px solid #e0e0e0}.components-panel__body h3{margin:0 0 .5em}.components-panel__body.is-opened{padding:16px}.components-panel__header{align-items:center;border-bottom:1px solid #ddd;box-sizing:initial;display:flex;flex-shrink:0;height:47px;justify-content:space-between;padding:0 16px}.components-panel__header h2{color:inherit;font-size:inherit;margin:0}.components-panel__body+.components-panel__body,.components-panel__body+.components-panel__header,.components-panel__header+.components-panel__body,.components-panel__header+.components-panel__header{margin-top:-1px}.components-panel__body>.components-panel__body-title{display:block;font-size:inherit;margin-bottom:0;margin-top:0;padding:0}@media not (prefers-reduced-motion){.components-panel__body>.components-panel__body-title{transition:background .1s ease-in-out}}.components-panel__body.is-opened>.components-panel__body-title{margin:-16px -16px 5px}.components-panel__body>.components-panel__body-title:hover{background:#f0f0f0;border:none}.components-panel__body-toggle.components-button{border:none;box-shadow:none;color:#1e1e1e;font-weight:500;outline:none;padding:16px 48px 16px 16px;position:relative;text-align:left;width:100%}@media not (prefers-reduced-motion){.components-panel__body-toggle.components-button{transition:background .1s ease-in-out}}.components-panel__body-toggle.components-button{height:auto}.components-panel__body-toggle.components-button:focus{border-radius:0;box-shadow:inset 0 0 0 var(--wp-admin-border-width-focus) var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9))}.components-panel__body-toggle.components-button .components-panel__arrow{color:#1e1e1e;position:absolute;right:16px;top:50%;transform:translateY(-50%);fill:currentColor}@media not (prefers-reduced-motion){.components-panel__body-toggle.components-button .components-panel__arrow{transition:color .1s ease-in-out}}body.rtl .components-panel__body-toggle.components-button .dashicons-arrow-right{-ms-filter:fliph;filter:FlipH;margin-top:-10px;transform:scaleX(-1)}.components-panel__icon{color:#757575;margin:-2px 0 -2px 6px}.components-panel__body-toggle-icon{margin-right:-5px}.components-panel__color-title{float:left;height:19px}.components-panel__row{align-items:center;display:flex;justify-content:space-between;margin-top:8px;min-height:36px}.components-panel__row select{min-width:0}.components-panel__row label{flex-shrink:0;margin-right:12px;max-width:75%}.components-panel__row:empty,.components-panel__row:first-of-type{margin-top:0}.components-panel .circle-picker{padding-bottom:20px}.components-placeholder.components-placeholder{align-items:flex-start;box-sizing:border-box;color:#1e1e1e;display:flex;flex-direction:column;font-size:13px;gap:16px;margin:0;padding:24px;position:relative;text-align:left;width:100%;-moz-font-smoothing:subpixel-antialiased;-webkit-font-smoothing:subpixel-antialiased;background-color:#fff;border-radius:2px;box-shadow:inset 0 0 0 1px #1e1e1e;outline:1px solid #0000}.components-placeholder__error,.components-placeholder__fieldset,.components-placeholder__instructions,.components-placeholder__label{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;font-size:13px;font-weight:400;letter-spacing:normal;line-height:normal;text-transform:none}.components-placeholder__label{align-items:center;display:flex;font-weight:600}.components-placeholder__label .block-editor-block-icon,.components-placeholder__label .dashicon,.components-placeholder__label>svg{margin-right:4px;fill:currentColor}@media (forced-colors:active){.components-placeholder__label .block-editor-block-icon,.components-placeholder__label .dashicon,.components-placeholder__label>svg{fill:CanvasText}}.components-placeholder__label:empty{display:none}.components-placeholder__fieldset,.components-placeholder__fieldset form{display:flex;flex-direction:row;flex-wrap:wrap;gap:16px;justify-content:flex-start;width:100%}.components-placeholder__fieldset form p,.components-placeholder__fieldset p{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;font-size:13px}.components-placeholder__fieldset.is-column-layout,.components-placeholder__fieldset.is-column-layout form{flex-direction:column}.components-placeholder__input[type=url]{border:1px solid #949494;border-radius:2px;box-shadow:0 0 0 #0000;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;font-size:16px;line-height:normal;padding:6px 8px}@media not (prefers-reduced-motion){.components-placeholder__input[type=url]{transition:box-shadow .1s linear}}@media (min-width:600px){.components-placeholder__input[type=url]{font-size:13px;line-height:normal}}.components-placeholder__input[type=url]:focus{border-color:var(--wp-admin-theme-color);box-shadow:0 0 0 .5px var(--wp-admin-theme-color);outline:2px solid #0000}.components-placeholder__input[type=url]::-webkit-input-placeholder{color:#1e1e1e9e}.components-placeholder__input[type=url]::-moz-placeholder{color:#1e1e1e9e}.components-placeholder__input[type=url]:-ms-input-placeholder{color:#1e1e1e9e}.components-placeholder__input[type=url]{flex:1 1 auto}.components-placeholder__error{gap:8px;width:100%}.components-placeholder__fieldset .components-button:not(.is-link)~.components-button.is-link{margin-left:10px;margin-right:10px}.components-placeholder__fieldset .components-button:not(.is-link)~.components-button.is-link:last-child{margin-right:0}.components-placeholder.is-medium .components-placeholder__instructions,.components-placeholder.is-small .components-placeholder__instructions{display:none}.components-placeholder.is-medium .components-placeholder__fieldset,.components-placeholder.is-medium .components-placeholder__fieldset form,.components-placeholder.is-small .components-placeholder__fieldset,.components-placeholder.is-small .components-placeholder__fieldset form{flex-direction:column}.components-placeholder.is-medium .components-button,.components-placeholder.is-medium .components-placeholder__fieldset>*,.components-placeholder.is-small .components-button,.components-placeholder.is-small .components-placeholder__fieldset>*{justify-content:center;width:100%}.components-placeholder.is-small{padding:16px}.components-placeholder.has-illustration{backdrop-filter:blur(100px);backface-visibility:hidden;background-color:initial;border-radius:0;box-shadow:none;color:inherit;display:flex}.is-dark-theme .components-placeholder.has-illustration{background-color:#0000001a}.components-placeholder.has-illustration .components-placeholder__fieldset{margin-left:0;margin-right:0}.components-placeholder.has-illustration .components-button,.components-placeholder.has-illustration .components-placeholder__instructions,.components-placeholder.has-illustration .components-placeholder__label{opacity:0;pointer-events:none}@media not (prefers-reduced-motion){.components-placeholder.has-illustration .components-button,.components-placeholder.has-illustration .components-placeholder__instructions,.components-placeholder.has-illustration .components-placeholder__label{transition:opacity .1s linear}}.is-selected>.components-placeholder.has-illustration .components-button,.is-selected>.components-placeholder.has-illustration .components-placeholder__instructions,.is-selected>.components-placeholder.has-illustration .components-placeholder__label{opacity:1;pointer-events:auto}.components-placeholder.has-illustration:before{background:currentColor;bottom:0;content:"";left:0;opacity:.1;pointer-events:none;position:absolute;right:0;top:0}.components-placeholder.has-illustration{overflow:hidden}.is-selected .components-placeholder.has-illustration{overflow:auto}.components-placeholder__preview{display:flex;justify-content:center}.components-placeholder__illustration{box-sizing:initial;height:100%;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);width:100%;stroke:currentColor;opacity:.25}.components-popover{box-sizing:border-box}.components-popover *,.components-popover :after,.components-popover :before{box-sizing:inherit}.components-popover{will-change:transform;z-index:1000000}.components-popover.is-expanded{bottom:0;left:0;position:fixed;right:0;top:0;z-index:1000000!important}.components-popover__content{background:#fff;border-radius:4px;box-shadow:0 0 0 1px #ccc,0 2px 3px #0000000d,0 4px 5px #0000000a,0 12px 12px #00000008,0 16px 16px #00000005;box-sizing:border-box;width:min-content}.is-alternate .components-popover__content{border-radius:2px;box-shadow:0 0 0 1px #1e1e1e}.is-unstyled .components-popover__content{background:none;border-radius:0;box-shadow:none}.components-popover.is-expanded .components-popover__content{box-shadow:0 -1px 0 0 #ccc;height:calc(100% - 48px);overflow-y:visible;position:static;width:auto}.components-popover.is-expanded.is-alternate .components-popover__content{box-shadow:0 -1px 0 #1e1e1e}.components-popover__header{align-items:center;background:#fff;display:flex;height:48px;justify-content:space-between;padding:0 8px 0 16px}.components-popover__header-title{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;width:100%}.components-popover__close.components-button{z-index:5}.components-popover__arrow{display:flex;height:14px;pointer-events:none;position:absolute;width:14px}.components-popover__arrow:before{background-color:#fff;content:"";height:2px;left:1px;position:absolute;right:1px;top:-1px}.components-popover__arrow.is-top{bottom:-14px!important;transform:rotate(0)}.components-popover__arrow.is-right{left:-14px!important;transform:rotate(90deg)}.components-popover__arrow.is-bottom{top:-14px!important;transform:rotate(180deg)}.components-popover__arrow.is-left{right:-14px!important;transform:rotate(-90deg)}.components-popover__triangle{display:block;flex:1}.components-popover__triangle-bg{fill:#fff}.components-popover__triangle-border{fill:#0000;stroke-width:1px;stroke:#ccc}.is-alternate .components-popover__triangle-border{stroke:#1e1e1e}.components-radio-control{border:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;font-size:13px;margin:0;padding:0}.components-radio-control__group-wrapper.has-help{margin-block-end:12px}.components-radio-control__option{align-items:center;column-gap:8px;display:grid;grid-template-columns:auto 1fr;grid-template-rows:auto minmax(0,max-content)}.components-radio-control__input[type=radio]{border:1px solid #1e1e1e;border-radius:50%;grid-column:1;grid-row:1;height:24px;margin-right:12px;max-width:24px;min-width:24px;position:relative;transition:none;width:24px}@media not (prefers-reduced-motion){.components-radio-control__input[type=radio]{transition:box-shadow .1s linear}}@media (min-width:600px){.components-radio-control__input[type=radio]{height:16px;max-width:16px;min-width:16px;width:16px}}.components-radio-control__input[type=radio]:checked:before{background-color:#fff;border:4px solid #fff;box-sizing:inherit;height:12px;left:50%;margin:0;position:absolute;top:50%;transform:translate(-50%,-50%);width:12px}@media (min-width:600px){.components-radio-control__input[type=radio]:checked:before{height:8px;width:8px}}.components-radio-control__input[type=radio]:focus{box-shadow:0 0 0 2px #fff,0 0 0 4px var(--wp-admin-theme-color)}.components-radio-control__input[type=radio]:checked{background:var(--wp-admin-theme-color);border:none}.components-radio-control__input[type=radio]{appearance:none;cursor:pointer;display:inline-flex;margin:0;padding:0}.components-radio-control__input[type=radio]:focus{box-shadow:0 0 0 var(--wp-admin-border-width-focus) #fff,0 0 0 calc(var(--wp-admin-border-width-focus)*2) var(--wp-admin-theme-color);outline:2px solid #0000;outline-offset:2px}.components-radio-control__input[type=radio]:checked{background:var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9));border-color:var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9))}.components-radio-control__input[type=radio]:checked:before{border-radius:50%;content:""}.components-radio-control__label{cursor:pointer;grid-column:2;grid-row:1;line-height:24px}@media (min-width:600px){.components-radio-control__label{line-height:16px}}.components-radio-control__option-description{grid-column:2;grid-row:2;padding-block-start:4px}.components-radio-control__option-description.components-radio-control__option-description{margin-top:0}.components-resizable-box__handle{display:none;height:23px;width:23px;z-index:2}.components-resizable-box__container.has-show-handle .components-resizable-box__handle{display:block}.components-resizable-box__handle>div{height:100%;outline:none;position:relative;width:100%;z-index:2}.components-resizable-box__container>img{width:inherit}.components-resizable-box__handle:after{background:#fff;border-radius:50%;box-shadow:inset 0 0 0 var(--wp-admin-border-width-focus) var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9)),0 1px 1px #00000008,0 1px 2px #00000005,0 3px 3px #00000005,0 4px 4px #00000003;content:"";cursor:inherit;display:block;height:15px;outline:2px solid #0000;position:absolute;right:calc(50% - 8px);top:calc(50% - 8px);width:15px}.components-resizable-box__side-handle:before{background:var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9));border-radius:9999px;content:"";cursor:inherit;display:block;height:3px;position:absolute;right:calc(50% - 1px);top:calc(50% - 1px);width:3px}@media not (prefers-reduced-motion){.components-resizable-box__side-handle:before{transition:transform .1s ease-in;will-change:transform}}.components-resizable-box__side-handle:before{opacity:0}.components-resizable-box__corner-handle,.components-resizable-box__side-handle{z-index:2}.components-resizable-box__side-handle.components-resizable-box__handle-bottom,.components-resizable-box__side-handle.components-resizable-box__handle-bottom:before,.components-resizable-box__side-handle.components-resizable-box__handle-top,.components-resizable-box__side-handle.components-resizable-box__handle-top:before{border-left:0;border-right:0;left:0;width:100%}.components-resizable-box__side-handle.components-resizable-box__handle-left,.components-resizable-box__side-handle.components-resizable-box__handle-left:before,.components-resizable-box__side-handle.components-resizable-box__handle-right,.components-resizable-box__side-handle.components-resizable-box__handle-right:before{border-bottom:0;border-top:0;height:100%;top:0}@media not (prefers-reduced-motion){.components-resizable-box__side-handle.components-resizable-box__handle-bottom:active:before,.components-resizable-box__side-handle.components-resizable-box__handle-bottom:hover:before,.components-resizable-box__side-handle.components-resizable-box__handle-top:active:before,.components-resizable-box__side-handle.components-resizable-box__handle-top:hover:before{animation:components-resizable-box__top-bottom-animation .1s ease-out 0s;animation-fill-mode:forwards}.components-resizable-box__side-handle.components-resizable-box__handle-left:active:before,.components-resizable-box__side-handle.components-resizable-box__handle-left:hover:before,.components-resizable-box__side-handle.components-resizable-box__handle-right:active:before,.components-resizable-box__side-handle.components-resizable-box__handle-right:hover:before{animation:components-resizable-box__left-right-animation .1s ease-out 0s;animation-fill-mode:forwards}}@media not all and (min-resolution:0.001dpcm){@supports (-webkit-appearance:none){.components-resizable-box__side-handle.components-resizable-box__handle-bottom:active:before,.components-resizable-box__side-handle.components-resizable-box__handle-bottom:hover:before,.components-resizable-box__side-handle.components-resizable-box__handle-left:active:before,.components-resizable-box__side-handle.components-resizable-box__handle-left:hover:before,.components-resizable-box__side-handle.components-resizable-box__handle-right:active:before,.components-resizable-box__side-handle.components-resizable-box__handle-right:hover:before,.components-resizable-box__side-handle.components-resizable-box__handle-top:active:before,.components-resizable-box__side-handle.components-resizable-box__handle-top:hover:before{animation:none}}}@keyframes components-resizable-box__top-bottom-animation{0%{opacity:0;transform:scaleX(0)}to{opacity:1;transform:scaleX(1)}}@keyframes components-resizable-box__left-right-animation{0%{opacity:0;transform:scaleY(0)}to{opacity:1;transform:scaleY(1)}} .components-resizable-box__handle-right{right:-11.5px}.components-resizable-box__handle-left{left:-11.5px}.components-resizable-box__handle-top{top:-11.5px}.components-resizable-box__handle-bottom{bottom:-11.5px} .components-responsive-wrapper{align-items:center;display:flex;justify-content:center;max-width:100%;position:relative}.components-responsive-wrapper__content{display:block;max-width:100%;width:100%}.components-sandbox{overflow:hidden}iframe.components-sandbox{width:100%}body.lockscroll,html.lockscroll{overflow:hidden}.components-select-control__input{outline:0;-webkit-tap-highlight-color:rgba(0,0,0,0)!important}.components-snackbar{backdrop-filter:blur(16px) saturate(180%);background:#000000d9;border-radius:4px;box-shadow:0 1px 2px #0000000d,0 2px 3px #0000000a,0 6px 6px #00000008,0 8px 8px #00000005;box-sizing:border-box;color:#fff;cursor:pointer;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;font-size:13px;max-width:600px;padding:12px 20px;pointer-events:auto;width:100%}@media (min-width:600px){.components-snackbar{width:fit-content}}.components-snackbar:focus{box-shadow:inset 0 0 0 1px #fff,0 0 0 var(--wp-admin-border-width-focus) var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9))}.components-snackbar.components-snackbar-explicit-dismiss{cursor:default}.components-snackbar .components-snackbar__content-with-icon{padding-left:24px;position:relative}.components-snackbar .components-snackbar__icon{left:-8px;position:absolute;top:-2.9px}.components-snackbar .components-snackbar__dismiss-button{cursor:pointer;margin-left:24px}.components-snackbar__action.components-button,.components-snackbar__action.components-external-link{color:#fff;flex-shrink:0;margin-left:32px}.components-snackbar__action.components-button:focus,.components-snackbar__action.components-external-link:focus{box-shadow:none;outline:1px dotted #fff}.components-snackbar__action.components-button:hover,.components-snackbar__action.components-external-link:hover{color:currentColor;text-decoration:none}.components-snackbar__content{align-items:baseline;display:flex;justify-content:space-between;line-height:1.4}.components-snackbar-list{box-sizing:border-box;pointer-events:none;position:absolute;width:100%;z-index:100000}.components-snackbar-list__notice-container{padding-top:8px;position:relative}.components-tab-panel__tabs{align-items:stretch;display:flex;flex-direction:row}.components-tab-panel__tabs[aria-orientation=vertical]{flex-direction:column}.components-tab-panel__tabs-item{background:#0000;border:none;border-radius:0;box-shadow:none;cursor:pointer;font-weight:500;height:48px!important;margin-left:0;padding:3px 16px;position:relative}.components-tab-panel__tabs-item:focus:not(:disabled){box-shadow:none;outline:none;position:relative}.components-tab-panel__tabs-item:after{background:var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9));border-radius:0;bottom:0;content:"";height:calc(var(--wp-admin-border-width-focus)*0);left:0;pointer-events:none;position:absolute;right:0}@media not (prefers-reduced-motion){.components-tab-panel__tabs-item:after{transition:all .1s linear}}.components-tab-panel__tabs-item.is-active:after{height:calc(var(--wp-admin-border-width-focus)*1);outline:2px solid #0000;outline-offset:-1px}.components-tab-panel__tabs-item:before{border-radius:2px;bottom:12px;box-shadow:0 0 0 0 #0000;content:"";left:12px;pointer-events:none;position:absolute;right:12px;top:12px}@media not (prefers-reduced-motion){.components-tab-panel__tabs-item:before{transition:all .1s linear}}.components-tab-panel__tabs-item:focus-visible:before{box-shadow:0 0 0 var(--wp-admin-border-width-focus) var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9));outline:2px solid #0000}.components-tab-panel__tab-content:focus{box-shadow:none;outline:none}.components-tab-panel__tab-content:focus-visible{box-shadow:0 0 0 var(--wp-admin-border-width-focus) var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9));outline:2px solid #0000;outline-offset:0}.components-text-control__input,.components-text-control__input[type=color],.components-text-control__input[type=date],.components-text-control__input[type=datetime-local],.components-text-control__input[type=datetime],.components-text-control__input[type=email],.components-text-control__input[type=month],.components-text-control__input[type=number],.components-text-control__input[type=password],.components-text-control__input[type=tel],.components-text-control__input[type=text],.components-text-control__input[type=time],.components-text-control__input[type=url],.components-text-control__input[type=week]{background:var(--wp-components-color-background,#fff);border:1px solid #949494;border-radius:2px;box-shadow:0 0 0 #0000;color:var(--wp-components-color-foreground,#1e1e1e);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;font-size:16px;height:32px;line-height:normal;margin:0;padding:6px 8px;width:100%}@media not (prefers-reduced-motion){.components-text-control__input,.components-text-control__input[type=color],.components-text-control__input[type=date],.components-text-control__input[type=datetime-local],.components-text-control__input[type=datetime],.components-text-control__input[type=email],.components-text-control__input[type=month],.components-text-control__input[type=number],.components-text-control__input[type=password],.components-text-control__input[type=tel],.components-text-control__input[type=text],.components-text-control__input[type=time],.components-text-control__input[type=url],.components-text-control__input[type=week]{transition:box-shadow .1s linear}}@media (min-width:600px){.components-text-control__input,.components-text-control__input[type=color],.components-text-control__input[type=date],.components-text-control__input[type=datetime-local],.components-text-control__input[type=datetime],.components-text-control__input[type=email],.components-text-control__input[type=month],.components-text-control__input[type=number],.components-text-control__input[type=password],.components-text-control__input[type=tel],.components-text-control__input[type=text],.components-text-control__input[type=time],.components-text-control__input[type=url],.components-text-control__input[type=week]{font-size:13px;line-height:normal}}.components-text-control__input:focus,.components-text-control__input[type=color]:focus,.components-text-control__input[type=date]:focus,.components-text-control__input[type=datetime-local]:focus,.components-text-control__input[type=datetime]:focus,.components-text-control__input[type=email]:focus,.components-text-control__input[type=month]:focus,.components-text-control__input[type=number]:focus,.components-text-control__input[type=password]:focus,.components-text-control__input[type=tel]:focus,.components-text-control__input[type=text]:focus,.components-text-control__input[type=time]:focus,.components-text-control__input[type=url]:focus,.components-text-control__input[type=week]:focus{border-color:var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9));box-shadow:0 0 0 .5px var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9));outline:2px solid #0000}.components-text-control__input::-webkit-input-placeholder,.components-text-control__input[type=color]::-webkit-input-placeholder,.components-text-control__input[type=date]::-webkit-input-placeholder,.components-text-control__input[type=datetime-local]::-webkit-input-placeholder,.components-text-control__input[type=datetime]::-webkit-input-placeholder,.components-text-control__input[type=email]::-webkit-input-placeholder,.components-text-control__input[type=month]::-webkit-input-placeholder,.components-text-control__input[type=number]::-webkit-input-placeholder,.components-text-control__input[type=password]::-webkit-input-placeholder,.components-text-control__input[type=tel]::-webkit-input-placeholder,.components-text-control__input[type=text]::-webkit-input-placeholder,.components-text-control__input[type=time]::-webkit-input-placeholder,.components-text-control__input[type=url]::-webkit-input-placeholder,.components-text-control__input[type=week]::-webkit-input-placeholder{color:#1e1e1e9e}.components-text-control__input::-moz-placeholder,.components-text-control__input[type=color]::-moz-placeholder,.components-text-control__input[type=date]::-moz-placeholder,.components-text-control__input[type=datetime-local]::-moz-placeholder,.components-text-control__input[type=datetime]::-moz-placeholder,.components-text-control__input[type=email]::-moz-placeholder,.components-text-control__input[type=month]::-moz-placeholder,.components-text-control__input[type=number]::-moz-placeholder,.components-text-control__input[type=password]::-moz-placeholder,.components-text-control__input[type=tel]::-moz-placeholder,.components-text-control__input[type=text]::-moz-placeholder,.components-text-control__input[type=time]::-moz-placeholder,.components-text-control__input[type=url]::-moz-placeholder,.components-text-control__input[type=week]::-moz-placeholder{color:#1e1e1e9e}.components-text-control__input:-ms-input-placeholder,.components-text-control__input[type=color]:-ms-input-placeholder,.components-text-control__input[type=date]:-ms-input-placeholder,.components-text-control__input[type=datetime-local]:-ms-input-placeholder,.components-text-control__input[type=datetime]:-ms-input-placeholder,.components-text-control__input[type=email]:-ms-input-placeholder,.components-text-control__input[type=month]:-ms-input-placeholder,.components-text-control__input[type=number]:-ms-input-placeholder,.components-text-control__input[type=password]:-ms-input-placeholder,.components-text-control__input[type=tel]:-ms-input-placeholder,.components-text-control__input[type=text]:-ms-input-placeholder,.components-text-control__input[type=time]:-ms-input-placeholder,.components-text-control__input[type=url]:-ms-input-placeholder,.components-text-control__input[type=week]:-ms-input-placeholder{color:#1e1e1e9e}.components-text-control__input,.components-text-control__input[type=color],.components-text-control__input[type=date],.components-text-control__input[type=datetime-local],.components-text-control__input[type=datetime],.components-text-control__input[type=email],.components-text-control__input[type=month],.components-text-control__input[type=number],.components-text-control__input[type=password],.components-text-control__input[type=tel],.components-text-control__input[type=text],.components-text-control__input[type=time],.components-text-control__input[type=url],.components-text-control__input[type=week]{border-color:var(--wp-components-color-gray-600,#949494)}.components-text-control__input::placeholder,.components-text-control__input[type=color]::placeholder,.components-text-control__input[type=date]::placeholder,.components-text-control__input[type=datetime-local]::placeholder,.components-text-control__input[type=datetime]::placeholder,.components-text-control__input[type=email]::placeholder,.components-text-control__input[type=month]::placeholder,.components-text-control__input[type=number]::placeholder,.components-text-control__input[type=password]::placeholder,.components-text-control__input[type=tel]::placeholder,.components-text-control__input[type=text]::placeholder,.components-text-control__input[type=time]::placeholder,.components-text-control__input[type=url]::placeholder,.components-text-control__input[type=week]::placeholder{color:color-mix(in srgb,var(--wp-components-color-foreground,#1e1e1e),#0000 38%)}.components-text-control__input.is-next-40px-default-size,.components-text-control__input[type=color].is-next-40px-default-size,.components-text-control__input[type=date].is-next-40px-default-size,.components-text-control__input[type=datetime-local].is-next-40px-default-size,.components-text-control__input[type=datetime].is-next-40px-default-size,.components-text-control__input[type=email].is-next-40px-default-size,.components-text-control__input[type=month].is-next-40px-default-size,.components-text-control__input[type=number].is-next-40px-default-size,.components-text-control__input[type=password].is-next-40px-default-size,.components-text-control__input[type=tel].is-next-40px-default-size,.components-text-control__input[type=text].is-next-40px-default-size,.components-text-control__input[type=time].is-next-40px-default-size,.components-text-control__input[type=url].is-next-40px-default-size,.components-text-control__input[type=week].is-next-40px-default-size{height:40px;padding-left:12px;padding-right:12px}.components-text-control__input[type=email],.components-text-control__input[type=url]{direction:ltr}.components-tip{color:#757575;display:flex}.components-tip svg{align-self:center;fill:#f0b849;flex-shrink:0;margin-right:16px}.components-tip p{margin:0}.components-toggle-control__label{line-height:16px}.components-toggle-control__label:not(.is-disabled){cursor:pointer}.components-toggle-control__help{display:inline-block;margin-inline-start:40px}.components-accessible-toolbar{border:1px solid var(--wp-components-color-foreground,#1e1e1e);border-radius:2px;display:inline-flex;flex-shrink:0}.components-accessible-toolbar>.components-toolbar-group:last-child{border-right:none}.components-accessible-toolbar.is-unstyled{border:none}.components-accessible-toolbar.is-unstyled>.components-toolbar-group{border-right:none}.components-accessible-toolbar[aria-orientation=vertical],.components-toolbar[aria-orientation=vertical]{align-items:center;display:flex;flex-direction:column}.components-accessible-toolbar .components-button,.components-toolbar .components-button{height:48px;padding-left:16px;padding-right:16px;position:relative;z-index:1}.components-accessible-toolbar .components-button:focus:not(:disabled),.components-toolbar .components-button:focus:not(:disabled){box-shadow:none;outline:none}.components-accessible-toolbar .components-button:before,.components-toolbar .components-button:before{border-radius:2px;content:"";display:block;height:32px;left:8px;position:absolute;right:8px;z-index:-1}@media not (prefers-reduced-motion){.components-accessible-toolbar .components-button:before,.components-toolbar .components-button:before{animation:components-button__appear-animation .1s ease;animation-fill-mode:forwards}}.components-accessible-toolbar .components-button svg,.components-toolbar .components-button svg{margin-left:auto;margin-right:auto;position:relative}.components-accessible-toolbar .components-button.is-pressed,.components-accessible-toolbar .components-button.is-pressed:hover,.components-toolbar .components-button.is-pressed,.components-toolbar .components-button.is-pressed:hover{background:#0000}.components-accessible-toolbar .components-button.is-pressed:before,.components-toolbar .components-button.is-pressed:before{background:var(--wp-components-color-foreground,#1e1e1e)}.components-accessible-toolbar .components-button:focus:before,.components-toolbar .components-button:focus:before{box-shadow:inset 0 0 0 1px #fff,0 0 0 var(--wp-admin-border-width-focus) var(--wp-admin-theme-color);outline:2px solid #0000}.components-accessible-toolbar .components-button.has-icon.has-icon,.components-toolbar .components-button.has-icon.has-icon{min-width:48px;padding-left:8px;padding-right:8px}@keyframes components-button__appear-animation{0%{transform:scaleY(0)}to{transform:scaleY(1)}}.components-toolbar__control.components-button{position:relative}.components-toolbar__control.components-button[data-subscript] svg{padding:5px 10px 5px 0}.components-toolbar__control.components-button[data-subscript]:after{bottom:10px;content:attr(data-subscript);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;font-size:13px;font-weight:600;line-height:12px;position:absolute;right:8px}.components-toolbar__control.components-button:not(:disabled).is-pressed[data-subscript]:after{color:#fff}.components-toolbar-group{background-color:var(--wp-components-color-background,#fff);border-right:1px solid var(--wp-components-color-foreground,#1e1e1e);display:inline-flex;flex-shrink:0;flex-wrap:wrap;min-height:48px;padding-left:6px;padding-right:6px}.components-toolbar-group .components-toolbar-group.components-toolbar-group{border-width:0;margin:0}.components-toolbar-group{line-height:0}.components-toolbar-group .components-button.components-button,.components-toolbar-group .components-button.has-icon.has-icon{justify-content:center;min-width:36px;padding-left:6px;padding-right:6px}.components-toolbar-group .components-button.components-button svg,.components-toolbar-group .components-button.has-icon.has-icon svg{min-width:24px}.components-toolbar-group .components-button.components-button:before,.components-toolbar-group .components-button.has-icon.has-icon:before{left:2px;right:2px}.components-toolbar{background-color:var(--wp-components-color-background,#fff);border:1px solid var(--wp-components-color-foreground,#1e1e1e);display:inline-flex;flex-shrink:0;flex-wrap:wrap;margin:0;min-height:48px}.components-toolbar .components-toolbar.components-toolbar{border-width:0;margin:0}div.components-toolbar>div{display:flex;margin:0}div.components-toolbar>div+div.has-left-divider{margin-left:6px;overflow:visible;position:relative}div.components-toolbar>div+div.has-left-divider:before{background-color:#ddd;box-sizing:initial;content:"";display:inline-block;height:20px;left:-3px;position:absolute;top:8px;width:1px}.components-tooltip{background:#000;border-radius:2px;box-shadow:0 1px 2px #0000000d,0 2px 3px #0000000a,0 6px 6px #00000008,0 8px 8px #00000005;color:#f0f0f0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;font-size:12px;line-height:1.4;padding:4px 8px;text-align:center;z-index:1000002}.components-tooltip__shortcut{margin-left:8px}.components-validated-control:has(:is(input,select):user-invalid) .components-input-control__backdrop{--wp-components-color-accent:#cc1818;border-color:#cc1818}.components-validated-control :is(textarea,input[type=text]):user-invalid{--wp-admin-theme-color:#cc1818;--wp-components-color-accent:#cc1818;border-color:#cc1818}.components-validated-control .components-combobox-control__suggestions-container:has(input:user-invalid):not(:has([aria-expanded=true])){border-color:#cc1818}.components-validated-control__wrapper-with-error-delegate{position:relative}.components-validated-control__wrapper-with-error-delegate:has(select:user-invalid) .components-input-control__backdrop{--wp-components-color-accent:#cc1818;border-color:#cc1818}.components-validated-control__wrapper-with-error-delegate:has(input[type=radio]:invalid){--wp-components-color-accent:#cc1818}.components-validated-control__wrapper-with-error-delegate:has(input:user-invalid) .components-form-token-field__input-container:not(:has([aria-expanded=true])){--wp-components-color-accent:#cc1818;border-color:#cc1818}.components-validated-control__error-delegate{height:100%;opacity:0;pointer-events:none;position:absolute;top:0;width:100%}.components-validated-control__indicator{align-items:flex-start;animation:components-validated-control__indicator-jump .2s cubic-bezier(.68,-.55,.27,1.55);color:var(--wp-components-color-gray-700,#757575);display:flex;font-family:-apple-system,"system-ui",Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;font-size:.75rem;gap:4px;line-height:16px;margin:8px 0 0}.components-validated-control__indicator.is-invalid{color:#cc1818}.components-validated-control__indicator.is-valid{color:color-mix(in srgb,#000 30%,#4ab866)}.components-validated-control__indicator-icon{flex-shrink:0}.components-validated-control__indicator-spinner{height:12px;margin:2px;width:12px}@keyframes components-validated-control__indicator-jump{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}:root{--wp-admin-theme-color:#3858e9;--wp-admin-theme-color--rgb:56,88,233;--wp-admin-theme-color-darker-10:#2145e6;--wp-admin-theme-color-darker-10--rgb:33.0384615385,68.7307692308,230.4615384615;--wp-admin-theme-color-darker-20:#183ad6;--wp-admin-theme-color-darker-20--rgb:23.6923076923,58.1538461538,214.3076923077;--wp-admin-border-width-focus:2px}@media (min-resolution:192dpi){:root{--wp-admin-border-width-focus:1.5px}}:root{--wp-admin-theme-color: #007cba;--wp-admin-theme-color--rgb: 0, 124, 186;--wp-admin-theme-color-darker-10: #006ba1;--wp-admin-theme-color-darker-10--rgb: 0, 107, 161;--wp-admin-theme-color-darker-20: #005a87;--wp-admin-theme-color-darker-20--rgb: 0, 90, 135;--wp-admin-border-width-focus: 2px;--wp-block-synced-color: #7a00df;--wp-block-synced-color--rgb: 122, 0, 223;--wp-bound-block-color: var(--wp-block-synced-color)}@media(min-resolution: 192dpi){:root{--wp-admin-border-width-focus: 1.5px}}.woocommerce-experimental-list{margin:0;padding:0}a.woocommerce-experimental-list__item{color:inherit}.woocommerce-experimental-list__item{display:flex;align-items:center;margin-bottom:0;text-decoration:none;background-color:#fff}.woocommerce-experimental-list__item.has-gutters{padding:16px 24px}.woocommerce-experimental-list__item.has-action:not(.expanded){cursor:pointer}.woocommerce-experimental-list__item:focus:not(.expanded){box-shadow:inset 0 0 0 1px #3858e9,inset 0 0 0 2px #fff}.woocommerce-experimental-list__item:focus-visible{box-shadow:none}.woocommerce-experimental-list__item:not(.transitions-disabled).woocommerce-list__item-enter{opacity:0;max-height:0;transform:translateX(50%)}.woocommerce-experimental-list__item:not(.transitions-disabled).woocommerce-list__item-enter-active{opacity:1;max-height:100vh;transform:translateX(0%);transition:opacity 500ms,transform 500ms,max-height 500ms}.woocommerce-experimental-list__item:not(.transitions-disabled).woocommerce-list__item-exit{opacity:1;max-height:100vh;transform:translateX(0%)}.woocommerce-experimental-list__item:not(.transitions-disabled).woocommerce-list__item-exit-active{opacity:0;max-height:0;transform:translateX(50%);transition:opacity 500ms,transform 500ms,max-height 500ms}.woocommerce-experimental-list__item>.woocommerce-list__item-inner{text-decoration:none;width:100%;display:flex;align-items:center;padding:16px 24px}.woocommerce-experimental-list__item>.woocommerce-list__item-inner:focus{box-shadow:inset 0 0 0 1px #3858e9,inset 0 0 0 2px #fff}.woocommerce-experimental-list__item .woocommerce-list__item-title{color:#1d2327}.woocommerce-experimental-list__item .woocommerce-list__item-expandable-content{margin-top:4px;display:block;font-size:14px;line-height:20px;color:#50575d}.woocommerce-experimental-list__item .woocommerce-list__item-before{margin-right:20px;display:flex;align-items:center}.woocommerce-experimental-list__item .woocommerce-list__item-after{margin-left:16px;display:flex;align-items:center;margin-left:auto}.woocommerce-experimental-list__item:not(:first-child){border-top:1px solid #f0f0f0}.woocommerce-experimental-list__item:hover{background-color:#f0f0f0}.woocommerce-experimental-list__item:hover .woocommerce-list__item-title{color:var(--wp-admin-theme-color)}.woocommerce-experimental-list__item:hover .woocommerce-task-list__item-badge{background-color:#fff}.woocommerce-experimental-list__item:hover .woocommerce-list__item-before>svg{fill:var(--wp-admin-theme-color)}.woocommerce-experimental-list__item .woocommerce-list__item-title{color:var(--wp-admin-theme-color)}.woocommerce-experimental-list__item .woocommerce-list__item-before>svg{fill:var(--wp-admin-theme-color)}.woocommerce-experimental-list__item .woocommerce-list__item-after>svg{fill:#1e1e1e}.woocommerce-experimental-list__item.complete .woocommerce-task__icon{background-color:var(--wp-admin-theme-color)}.woocommerce-experimental-list__item.complete .woocommerce-list__item-title{color:#757575}.woocommerce-experimental-list__item.complete .woocommerce-list__item-expandable-content{display:none}.woocommerce-experimental-list__item-title{color:#2c3338}.woocommerce-experimental-list__item-expandable-content{color:#646970}.woocommerce-experimental-list__item.list-item-collapse{overflow:hidden;display:grid;grid-template-columns:auto 48px}.woocommerce-experimental-list__item.list-item-collapse>*{align-self:center}.woocommerce-experimental-list__item.list-item-collapse p{margin:0;padding:16px 24px}.woocommerce-experimental-list__item.list-item-collapse .list-item-collapse__icon-container{justify-content:flex-end}.woocommerce-experimental-list__item.list-item-collapse.woocommerce-list__item-enter{max-height:0;opacity:1}.woocommerce-experimental-list__item.list-item-collapse.woocommerce-list__item-enter-active{max-height:55px;transition:max-height 500ms}.woocommerce-experimental-list__item.list-item-collapse.woocommerce-list__item-exit{max-height:55px}.woocommerce-experimental-list__item.list-item-collapse.woocommerce-list__item-exit-active{max-height:0;opacity:1;transition:max-height 500ms}.woocommerce-experimental-list-wrapper{border-top:1px solid #f0f0f0}.woocommerce-task-list__item{position:relative;display:grid;grid-template-columns:72px auto 48px}.woocommerce-task-list__item>*{align-self:center}.woocommerce-task-list__item::before{content:"";position:absolute;top:0;left:0;width:4px;height:100%;background:rgba(0,0,0,0)}.woocommerce-task-list__item.level-1::before{background-color:#d94f4f}.woocommerce-task-list__item.level-1 .gridicons-notice-outline{fill:#d94f4f}.woocommerce-task-list__item.level-2::before{background-color:#f0b849}.woocommerce-task-list__item .woocommerce-task-list__item-title{color:var(--wp-admin-theme-color);display:flex;-moz-column-gap:12px;column-gap:12px;row-gap:4px;flex-wrap:wrap}.woocommerce-task-list__item .woocommerce-task-list__item-badge{padding:0 10px;background-color:#f6f7f7;border-radius:2px;color:#2f2f2f;font-size:11px;font-weight:500;line-height:20px}.woocommerce-task-list__item .woocommerce-task__additional-info,.woocommerce-task-list__item .woocommerce-task-list__item-expandable-content,.woocommerce-task-list__item .woocommerce-task__estimated-time{color:#757575;font-weight:400;font-size:12px}.woocommerce-task-list__item .woocommerce-task__estimated-time{margin-top:4px}.woocommerce-task-list__item .woocommerce-task-list__item-before{display:flex;align-items:center;padding:16px 0 16px 24px}.woocommerce-task-list__item .woocommerce-task-list__item-text{display:flex;flex-direction:row;align-items:center;gap:16px}.woocommerce-task-list__item .woocommerce-task-list__item-text .woocommerce-pill{padding:1px 8px;margin-left:8px}.woocommerce-task-list__item .woocommerce-task-list__item-expandable-content{margin-top:4px;overflow:hidden}.woocommerce-task-list__item .woocommerce-task-list__item-expandable-content.woocommerce-task-list__item-expandable-content-enter{opacity:0}.woocommerce-task-list__item .woocommerce-task-list__item-expandable-content.woocommerce-task-list__item-expandable-content-enter-active{opacity:1}.woocommerce-task-list__item .woocommerce-task-list__item-expandable-content.woocommerce-task-list__item-expandable-content-enter-done{opacity:1}.woocommerce-task-list__item .woocommerce-task-list__item-expandable-content.woocommerce-task-list__item-expandable-content-exit{opacity:1}.woocommerce-task-list__item .woocommerce-task-list__item-expandable-content.woocommerce-task-list__item-expandable-content-exit-active{opacity:0}.woocommerce-task-list__item .woocommerce-task-list__item-expandable-content .woocommerce-task__additional-info{margin-top:8px}.woocommerce-task-list__item .woocommerce-task-list__item-action{margin-top:8px;margin-bottom:4px;display:block}.woocommerce-task-list__item .woocommerce-task-list__item-after{display:flex;align-items:center}.woocommerce-task-list__item .woocommerce-task-list__item-progress{background-color:var(--Alias-bg-bg-surface-warning, #fff2d7);border-radius:4px;color:var(--Alias-text-text-warning, #4d3716);padding:var(--grid-unit-05, 4px) var(--grid-unit-10, 8px);font-size:12px;font-style:normal;font-weight:400;line-height:16px}.woocommerce-task-list__item .woocommerce-task-list__item-before .woocommerce-task__icon{border-radius:50%;width:32px;height:32px}.woocommerce-task-list__item .woocommerce-task-list__item-before .woocommerce-task__icon svg{fill:#fff;position:relative;top:4px;left:5px}.woocommerce-task-list__item.complete .woocommerce-task__icon{background-color:var(--wp-admin-theme-color)}.woocommerce-task-list__item.complete .woocommerce-task-list__item-title{color:#757575}.woocommerce-task-list__item.complete .woocommerce-task-list__item-expandable-content,.woocommerce-task-list__item.complete .woocommerce-task__estimated-time{display:none}.woocommerce-task-list__item:not(.complete) .woocommerce-task__icon{border:1px solid #f0f0f0;background:#fff}.woocommerce-task-list__item .components-tooltip .components-popover__content{width:160px;white-space:normal}.woocommerce-task-list__item .woocommerce-task-card__section-controls{text-align:left}.woocommerce-inbox-message{position:relative;color:#757575;background:#fff;border-radius:2px;font-size:13px;font-size:0.8125rem;margin:0 0;-ms-box-orient:horizontal}.woocommerce-inbox-message.banner{flex-direction:column}.woocommerce-inbox-message.banner img{width:100%}.woocommerce-inbox-message.thumbnail{display:flex;flex-direction:row-reverse}.woocommerce-inbox-message.thumbnail .woocommerce-inbox-message__image{width:40%}.woocommerce-inbox-message.thumbnail .woocommerce-inbox-message__image img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.woocommerce-inbox-message.thumbnail .woocommerce-inbox-message__wrapper{width:60%}.woocommerce-inbox-message:hover{background:#f0f0f0}.woocommerce-inbox-message:not(.message-is-unread) .woocommerce-inbox-message__title,.woocommerce-inbox-message:not(.message-is-unread) .woocommerce-inbox-message__content .woocommerce-inbox-message__title a,.woocommerce-inbox-message__content .woocommerce-inbox-message__title .woocommerce-inbox-message:not(.message-is-unread) a{font-weight:normal}.woocommerce-inbox-message:not(.message-is-unread) .woocommerce-inbox-message__title a,.woocommerce-inbox-message__content .woocommerce-inbox-message__title .woocommerce-inbox-message:not(.message-is-unread) a a{font-weight:normal}.woocommerce-homepage-column .woocommerce-inbox-message{margin:20px 0}.woocommerce-inbox-message:not(.is-placeholder){border:0;border-bottom:1px solid #e0e0e0}.woocommerce-inbox-message .line{width:100%}.woocommerce-inbox-message .third-line{width:33%}.woocommerce-inbox-message .fifth-line{width:20%}.woocommerce-inbox-message .sixth-line{width:16%}.woocommerce-inbox-message__content .woocommerce-inbox-message__title,.woocommerce-inbox-message__content .woocommerce-inbox-message__title a{color:#1e1e1e;font-size:16px;font-size:1rem;font-style:normal;line-height:1.5;font-weight:bold;margin:8px 0}.is-placeholder .woocommerce-inbox-message__content .woocommerce-inbox-message__title,.is-placeholder .woocommerce-inbox-message__content .woocommerce-inbox-message__title a{margin-bottom:10px}.is-placeholder .woocommerce-inbox-message__content .woocommerce-inbox-message__title>div,.is-placeholder .woocommerce-inbox-message__content .woocommerce-inbox-message__title a>div{animation:loading-fade 1.6s ease-in-out infinite;background-color:#f0f0f0;color:rgba(0,0,0,0);margin:5px 0}.is-placeholder .woocommerce-inbox-message__content .woocommerce-inbox-message__title>div::after,.is-placeholder .woocommerce-inbox-message__content .woocommerce-inbox-message__title a>div::after{content:" "}@media screen and (prefers-reduced-motion: reduce){.is-placeholder .woocommerce-inbox-message__content .woocommerce-inbox-message__title>div,.is-placeholder .woocommerce-inbox-message__content .woocommerce-inbox-message__title a>div{animation:none}}.woocommerce-inbox-message__content .woocommerce-inbox-message__title a{color:#1e1e1e !important;text-decoration:none !important}.woocommerce-inbox-message__content .woocommerce-inbox-message__date{color:#757575;font-size:12px;font-size:0.75rem;margin-bottom:16px;font-style:normal;font-weight:normal;line-height:16px}.is-placeholder .woocommerce-inbox-message__content .woocommerce-inbox-message__date{margin-bottom:10px}.is-placeholder .woocommerce-inbox-message__content .woocommerce-inbox-message__date>div{animation:loading-fade 1.6s ease-in-out infinite;background-color:#f0f0f0;color:rgba(0,0,0,0)}.is-placeholder .woocommerce-inbox-message__content .woocommerce-inbox-message__date>div::after{content:" "}@media screen and (prefers-reduced-motion: reduce){.is-placeholder .woocommerce-inbox-message__content .woocommerce-inbox-message__date>div{animation:none}}.woocommerce-inbox-message__wrapper .woocommerce-inbox-message__content{padding-bottom:0}.woocommerce-inbox-message__text{color:#757575;font-style:normal;font-weight:normal;font-size:14px;font-size:0.875rem;line-height:20px}.woocommerce-inbox-message__text>p:first-child{margin-top:0}.woocommerce-inbox-message__text>p:last-child{margin-bottom:0}.is-placeholder .woocommerce-inbox-message__text>div{animation:loading-fade 1.6s ease-in-out infinite;background-color:#f0f0f0;color:rgba(0,0,0,0);margin:5px 0}.is-placeholder .woocommerce-inbox-message__text>div::after{content:" "}@media screen and (prefers-reduced-motion: reduce){.is-placeholder .woocommerce-inbox-message__text>div{animation:none}}.woocommerce-inbox-message__actions{border-top:0}.woocommerce-inbox-message__actions>*+*{margin-left:.5em}.woocommerce-inbox-message__actions a,.woocommerce-inbox-message__actions button{cursor:pointer}.woocommerce-inbox-message__actions a.is-link,.woocommerce-inbox-message__actions button.is-link{text-decoration:none}.woocommerce-inbox-message__actions .woocommerce-inbox-note__action-button{max-width:calc(100% - 80px);overflow:hidden}.woocommerce-inbox-message__actions .woocommerce-inbox-note__action-button span{display:inline-block;overflow:hidden;text-overflow:ellipsis}.woocommerce-inbox-message__actions.has-multiple-actions button.is-link{padding:6px 12px;border:1px solid var(--wp-admin-theme-color);margin-right:.5em}.woocommerce-inbox-message__actions.has-multiple-actions a{margin-right:.5em}.woocommerce-inbox-message__actions button.woocommerce-admin-dismiss-notification{color:#757575;visibility:visible}.woocommerce-inbox-message__actions button.woocommerce-admin-dismiss-notification:hover{box-shadow:inset 0 0 0 1px #757575}.woocommerce-inbox-message__actions .components-dropdown{display:inline}.woocommerce-inbox-message__actions .components-dropdown .components-popover__content{min-width:195px}.woocommerce-inbox-message__actions .components-dropdown .components-popover__content ul{text-align:center}.woocommerce-inbox-message__actions .components-dropdown .components-popover__content li{margin:0;cursor:pointer}.is-placeholder .woocommerce-inbox-message__actions>div{animation:loading-fade 1.6s ease-in-out infinite;background-color:#f0f0f0;color:rgba(0,0,0,0);float:left;height:28px;margin-right:8px}.is-placeholder .woocommerce-inbox-message__actions>div::after{content:" "}@media screen and (prefers-reduced-motion: reduce){.is-placeholder .woocommerce-inbox-message__actions>div{animation:none}}.woocommerce-inbox-message__wrapper{padding-top:0}.woocommerce-inbox-dismiss-confirmation_modal{text-align:left}.woocommerce-inbox-dismiss-confirmation_wrapper p{font-size:16px;color:#757575}.woocommerce-inbox-dismiss-confirmation_wrapper .woocommerce-inbox-dismiss-confirmation_buttons{text-align:right}.woocommerce-inbox-dismiss-confirmation_wrapper .woocommerce-inbox-dismiss-confirmation_buttons button{margin-left:10px}.woocommerce-inbox-message__wrapper>div{padding:16px 24px}.is-placeholder .woocommerce-inbox-message__wrapper>div{padding:10px 24px;display:flow-root}@media all and (-ms-high-contrast: none),(-ms-high-contrast: active){.woocommerce-admin-dismiss-dropdown{margin-top:0}.is-placeholder .woocommerce-inbox-message__wrapper{padding-bottom:10px}}.dokan-custom-modal.components-modal__frame{background:rgba(0,0,0,0) !important;box-shadow:none !important;border:none !important;padding:0 !important;max-width:none !important;width:auto !important;max-height:80vh !important;height:auto !important;position:absolute !important;top:50% !important;left:50% !important;transform:translate(-50%, -50%) !important;margin:0 !important;overflow:visible !important}.dokan-custom-modal .components-modal__content{padding:0 !important;margin:0 !important;overflow-y:auto !important;overflow-x:hidden !important;max-height:80vh !important;height:auto !important;scrollbar-width:none;-ms-overflow-style:none}.components-modal__screen-overlay{background-color:rgba(0,0,0,.75) !important}                        .dataviews-wrapper,
.dataviews-picker-wrapper {
height: 100%;
overflow: auto;
box-sizing: border-box;
scroll-padding-bottom: 64px; container: dataviews-wrapper/inline-size;
display: flex;
flex-direction: column;
font-size: 13px;
line-height: 1.4;
}
.dataviews__view-actions,
.dataviews-filters__container {
box-sizing: border-box;
padding: 16px 48px;
flex-shrink: 0;
position: sticky;
left: 0;
}
@media not (prefers-reduced-motion) {
.dataviews__view-actions,
.dataviews-filters__container {
transition: padding ease-out 0.1s;
}
}
.dataviews-no-results,
.dataviews-loading {
padding: 0 48px;
flex-grow: 1;
display: flex;
align-items: center;
justify-content: center;
}
@media not (prefers-reduced-motion) {
.dataviews-no-results,
.dataviews-loading {
transition: padding ease-out 0.1s;
}
}
.dataviews-loading-more {
text-align: center;
}
@container (max-width: 430px) {
.dataviews__view-actions,
.dataviews-filters__container {
padding: 12px 24px;
}
.dataviews-no-results,
.dataviews-loading {
padding-left: 24px;
padding-right: 24px;
}
}
.dataviews-title-field {
font-size: 13px;
font-weight: 499;
color: #2f2f2f;
text-overflow: ellipsis;
white-space: nowrap;
width: 100%;
}
.dataviews-title-field a {
text-decoration: none;
text-overflow: ellipsis;
white-space: nowrap;
overflow: hidden;
display: block;
flex-grow: 0;
color: #2f2f2f;
}
.dataviews-title-field a:hover {
color: var(--wp-admin-theme-color);
}
.dataviews-title-field a:focus {
color: var(--wp-admin-theme-color--rgb);
box-shadow: 0 0 0 var(--wp-admin-border-width-focus) var(--wp-admin-theme-color, #007cba);
border-radius: 2px;
}
.dataviews-title-field button.components-button.is-link {
text-decoration: none;
font-weight: inherit;
text-overflow: ellipsis;
white-space: nowrap;
overflow: hidden;
display: block;
width: 100%;
color: #1e1e1e;
}
.dataviews-title-field button.components-button.is-link:hover {
color: var(--wp-admin-theme-color);
}
.dataviews-title-field--clickable {
cursor: pointer;
color: #2f2f2f;
}
.dataviews-title-field--clickable:hover {
color: var(--wp-admin-theme-color);
}
.dataviews-title-field--clickable:focus {
color: var(--wp-admin-theme-color--rgb);
box-shadow: 0 0 0 var(--wp-admin-border-width-focus) var(--wp-admin-theme-color, #007cba);
border-radius: 2px;
} .components-card__body:has(> .dataviews-wrapper),
.components-card__body:has(> .dataviews-picker-wrapper) {
padding: 8px 0 0;
overflow: hidden;
}
.components-card__body:has(> .dataviews-wrapper) .dataviews__view-actions,
.components-card__body:has(> .dataviews-wrapper) .dataviews-filters__container,
.components-card__body:has(> .dataviews-wrapper) .dataviews-footer,
.components-card__body:has(> .dataviews-wrapper) .dataviews-view-grid,
.components-card__body:has(> .dataviews-wrapper) .dataviews-loading,
.components-card__body:has(> .dataviews-wrapper) .dataviews-no-results,
.components-card__body:has(> .dataviews-picker-wrapper) .dataviews__view-actions,
.components-card__body:has(> .dataviews-picker-wrapper) .dataviews-filters__container,
.components-card__body:has(> .dataviews-picker-wrapper) .dataviews-footer,
.components-card__body:has(> .dataviews-picker-wrapper) .dataviews-view-grid,
.components-card__body:has(> .dataviews-picker-wrapper) .dataviews-loading,
.components-card__body:has(> .dataviews-picker-wrapper) .dataviews-no-results {
padding-inline: 24px;
}
.components-card__body:has(> .dataviews-wrapper) .dataviews-view-table tr td:first-child,
.components-card__body:has(> .dataviews-wrapper) .dataviews-view-table tr th:first-child,
.components-card__body:has(> .dataviews-picker-wrapper) .dataviews-view-table tr td:first-child,
.components-card__body:has(> .dataviews-picker-wrapper) .dataviews-view-table tr th:first-child {
padding-inline-start: 24px;
}
.components-card__body:has(> .dataviews-wrapper) .dataviews-view-table tr td:last-child,
.components-card__body:has(> .dataviews-wrapper) .dataviews-view-table tr th:last-child,
.components-card__body:has(> .dataviews-picker-wrapper) .dataviews-view-table tr td:last-child,
.components-card__body:has(> .dataviews-picker-wrapper) .dataviews-view-table tr th:last-child {
padding-inline-end: 24px;
}
.dataviews-bulk-actions-footer__item-count {
color: #1e1e1e;
font-weight: 499;
font-size: 11px;
text-transform: uppercase;
}
.dataviews-bulk-actions-footer__container {
margin-right: auto;
min-height: 32px;
}
.dataviews-filters__button {
position: relative;
}
.dataviews-filters__container {
padding-top: 0;
}
.dataviews-filters__reset-button.dataviews-filters__reset-button[aria-disabled=true], .dataviews-filters__reset-button.dataviews-filters__reset-button[aria-disabled=true]:hover {
opacity: 0;
}
.dataviews-filters__reset-button.dataviews-filters__reset-button[aria-disabled=true]:focus {
opacity: 1;
}
.dataviews-filters__summary-popover {
font-size: 13px;
line-height: 1.4;
}
.dataviews-filters__summary-popover .components-popover__content {
width: 100%;
min-width: 230px;
max-width: 250px;
border-radius: 4px;
}
.dataviews-filters__summary-popover.components-dropdown__content .components-popover__content {
padding: 0;
}
.dataviews-filters__summary-operators-container {
padding: 8px 16px;
}
.dataviews-filters__summary-operators-container:has(+ .dataviews-filters__search-widget-listbox), .dataviews-filters__summary-operators-container:has(+ .dataviews-filters__search-widget-no-elements), .dataviews-filters__summary-operators-container:has(+ .dataviews-filters__user-input-widget) {
border-bottom: 1px solid #e0e0e0;
}
.dataviews-filters__summary-operators-container:empty {
display: none;
}
.dataviews-filters__summary-operators-container .dataviews-filters__summary-operators-filter-name {
color: #757575;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
flex-shrink: 0; max-width: calc(100% - 55px);
}
.dataviews-filters__summary-operators-container .dataviews-filters__summary-operators-filter-select {
width: 100%;
white-space: nowrap;
overflow: hidden;
}
.dataviews-filters__summary-chip-container {
position: relative;
white-space: pre-wrap;
}
.dataviews-filters__summary-chip-container .dataviews-filters__summary-chip {
border-radius: 16px;
border: 1px solid transparent;
cursor: pointer;
padding: 4px 12px;
min-height: 32px;
background: #f0f0f0;
color: #2f2f2f;
position: relative;
display: flex;
align-items: center;
box-sizing: border-box;
}
.dataviews-filters__summary-chip-container .dataviews-filters__summary-chip.is-not-clickable {
cursor: default;
}
.dataviews-filters__summary-chip-container .dataviews-filters__summary-chip.has-reset {
padding-inline-end: 28px;
}
.dataviews-filters__summary-chip-container .dataviews-filters__summary-chip:hover:not(.dataviews-filters__summary-chip-container .dataviews-filters__summary-chip.is-not-clickable), .dataviews-filters__summary-chip-container .dataviews-filters__summary-chip:focus-visible, .dataviews-filters__summary-chip-container .dataviews-filters__summary-chip[aria-expanded=true] {
background: #e0e0e0;
color: #1e1e1e;
}
.dataviews-filters__summary-chip-container .dataviews-filters__summary-chip.has-values {
color: var(--wp-admin-theme-color);
background: rgba(var(--wp-admin-theme-color--rgb), 0.04);
}
.dataviews-filters__summary-chip-container .dataviews-filters__summary-chip.has-values:hover, .dataviews-filters__summary-chip-container .dataviews-filters__summary-chip.has-values[aria-expanded=true] {
background: rgba(var(--wp-admin-theme-color--rgb), 0.12);
}
.dataviews-filters__summary-chip-container .dataviews-filters__summary-chip:focus-visible {
outline: none;
box-shadow: 0 0 0 var(--wp-admin-border-width-focus) var(--wp-admin-theme-color);
}
.dataviews-filters__summary-chip-container .dataviews-filters__summary-chip .dataviews-filters-__summary-filter-text-name {
font-weight: 499;
}
.dataviews-filters__summary-chip-container .dataviews-filters__summary-chip-remove {
width: 24px;
height: 24px;
border-radius: 50%;
border: 0;
padding: 0;
position: absolute;
right: 4px;
top: 50%;
transform: translateY(-50%);
display: flex;
align-items: center;
justify-content: center;
background: transparent;
cursor: pointer;
}
.dataviews-filters__summary-chip-container .dataviews-filters__summary-chip-remove svg {
fill: #757575;
}
.dataviews-filters__summary-chip-container .dataviews-filters__summary-chip-remove:hover, .dataviews-filters__summary-chip-container .dataviews-filters__summary-chip-remove:focus {
background: #e0e0e0;
}
.dataviews-filters__summary-chip-container .dataviews-filters__summary-chip-remove:hover svg, .dataviews-filters__summary-chip-container .dataviews-filters__summary-chip-remove:focus svg {
fill: #1e1e1e;
}
.dataviews-filters__summary-chip-container .dataviews-filters__summary-chip-remove.has-values svg {
fill: var(--wp-admin-theme-color);
}
.dataviews-filters__summary-chip-container .dataviews-filters__summary-chip-remove.has-values:hover {
background: rgba(var(--wp-admin-theme-color--rgb), 0.08);
}
.dataviews-filters__summary-chip-container .dataviews-filters__summary-chip-remove:focus-visible {
outline: none;
box-shadow: 0 0 0 var(--wp-admin-border-width-focus) var(--wp-admin-theme-color);
}
.dataviews-filters__search-widget-filter-combobox-list {
max-height: 184px;
padding: 4px;
overflow: auto;
border-top: 1px solid #e0e0e0;
}
.dataviews-filters__search-widget-filter-combobox-list .dataviews-filters__search-widget-filter-combobox-item-value [data-user-value] {
font-weight: 600;
}
.dataviews-filters__search-widget-listbox {
padding: 4px;
overflow: auto;
}
.dataviews-filters__search-widget-listitem {
display: flex;
align-items: center;
gap: 8px;
border-radius: 2px;
box-sizing: border-box;
padding: 4px 12px;
cursor: default;
min-height: 32px;
font-family: -apple-system, "system-ui", "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
font-weight: 400;
font-size: 13px;
line-height: 20px;
}
.dataviews-filters__search-widget-listitem:last-child {
margin-block-end: 0;
}
.dataviews-filters__search-widget-listitem:hover, .dataviews-filters__search-widget-listitem[data-active-item], .dataviews-filters__search-widget-listitem:focus {
background-color: var(--wp-admin-theme-color);
color: #fff;
}
.dataviews-filters__search-widget-listitem:hover .dataviews-filters__search-widget-listitem-description, .dataviews-filters__search-widget-listitem[data-active-item] .dataviews-filters__search-widget-listitem-description, .dataviews-filters__search-widget-listitem:focus .dataviews-filters__search-widget-listitem-description {
color: #fff;
}
.dataviews-filters__search-widget-listitem:hover .dataviews-filters__search-widget-listitem-single-selection, .dataviews-filters__search-widget-listitem[data-active-item] .dataviews-filters__search-widget-listitem-single-selection, .dataviews-filters__search-widget-listitem:focus .dataviews-filters__search-widget-listitem-single-selection {
border-color: var(--wp-admin-theme-color-darker-20, #183ad6);
background: #fff;
}
.dataviews-filters__search-widget-listitem:hover .dataviews-filters__search-widget-listitem-single-selection.is-selected, .dataviews-filters__search-widget-listitem[data-active-item] .dataviews-filters__search-widget-listitem-single-selection.is-selected, .dataviews-filters__search-widget-listitem:focus .dataviews-filters__search-widget-listitem-single-selection.is-selected {
border-color: var(--wp-admin-theme-color-darker-20, #183ad6);
background: var(--wp-admin-theme-color-darker-20, #183ad6);
}
.dataviews-filters__search-widget-listitem:hover .dataviews-filters__search-widget-listitem-multi-selection, .dataviews-filters__search-widget-listitem[data-active-item] .dataviews-filters__search-widget-listitem-multi-selection, .dataviews-filters__search-widget-listitem:focus .dataviews-filters__search-widget-listitem-multi-selection {
border-color: var(--wp-admin-theme-color-darker-20, #183ad6);
}
.dataviews-filters__search-widget-listitem:hover .dataviews-filters__search-widget-listitem-multi-selection.is-selected, .dataviews-filters__search-widget-listitem[data-active-item] .dataviews-filters__search-widget-listitem-multi-selection.is-selected, .dataviews-filters__search-widget-listitem:focus .dataviews-filters__search-widget-listitem-multi-selection.is-selected {
border-color: var(--wp-admin-theme-color-darker-20, #183ad6);
background: var(--wp-admin-theme-color-darker-20, #183ad6);
}
.dataviews-filters__search-widget-listitem .dataviews-filters__search-widget-listitem-description {
display: block;
overflow: hidden;
text-overflow: ellipsis;
font-size: 12px;
line-height: 16px;
color: #757575;
}
.dataviews-filters__search-widget-listitem .dataviews-filters__search-widget-listitem-single-selection {
border: 1px solid #1e1e1e;
margin-right: 12px;
transition: none;
border-radius: 50%;
width: 24px;
height: 24px;
min-width: 24px;
max-width: 24px;
position: relative;
}
@media not (prefers-reduced-motion) {
.dataviews-filters__search-widget-listitem .dataviews-filters__search-widget-listitem-single-selection {
transition: box-shadow 0.1s linear;
}
}
@media (min-width: 600px) {
.dataviews-filters__search-widget-listitem .dataviews-filters__search-widget-listitem-single-selection {
height: 16px;
width: 16px;
min-width: 16px;
max-width: 16px;
}
}
.dataviews-filters__search-widget-listitem .dataviews-filters__search-widget-listitem-single-selection:checked::before {
box-sizing: inherit;
width: 12px;
height: 12px;
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
margin: 0;
background-color: #fff;
border: 4px solid #fff;
}
@media (min-width: 600px) {
.dataviews-filters__search-widget-listitem .dataviews-filters__search-widget-listitem-single-selection:checked::before {
width: 8px;
height: 8px;
}
}
.dataviews-filters__search-widget-listitem .dataviews-filters__search-widget-listitem-single-selection:focus {
box-shadow: 0 0 0 2px #fff, 0 0 0 4px var(--wp-admin-theme-color);
outline: 2px solid transparent;
}
.dataviews-filters__search-widget-listitem .dataviews-filters__search-widget-listitem-single-selection:checked {
background: var(--wp-admin-theme-color);
border: none;
}
.dataviews-filters__search-widget-listitem .dataviews-filters__search-widget-listitem-single-selection {
margin: 0;
padding: 0;
}
.dataviews-filters__search-widget-listitem .dataviews-filters__search-widget-listitem-single-selection.is-selected {
background: var(--wp-admin-theme-color, #3858e9);
border-color: var(--wp-admin-theme-color, #3858e9);
}
.dataviews-filters__search-widget-listitem .dataviews-filters__search-widget-listitem-single-selection.is-selected::before {
content: "";
border-radius: 50%;
box-sizing: inherit;
width: 12px;
height: 12px;
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
margin: 0;
background-color: #fff;
border: 4px solid #fff;
}
@media (min-width: 600px) {
.dataviews-filters__search-widget-listitem .dataviews-filters__search-widget-listitem-single-selection.is-selected::before {
width: 8px;
height: 8px;
}
}
.dataviews-filters__search-widget-listitem .dataviews-filters__search-widget-listitem-multi-selection {
--checkbox-size: 24px;
border: 1px solid #1e1e1e;
margin-right: 12px;
transition: none;
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
padding: 6px 8px; font-size: 16px; line-height: normal;
box-shadow: 0 0 0 transparent;
border-radius: 2px;
border: 1px solid #949494;
}
@media not (prefers-reduced-motion) {
.dataviews-filters__search-widget-listitem .dataviews-filters__search-widget-listitem-multi-selection {
transition: box-shadow 0.1s linear;
}
}
@media (min-width: 600px) {
.dataviews-filters__search-widget-listitem .dataviews-filters__search-widget-listitem-multi-selection {
font-size: 13px; line-height: normal;
}
}
.dataviews-filters__search-widget-listitem .dataviews-filters__search-widget-listitem-multi-selection:focus {
border-color: var(--wp-admin-theme-color);
box-shadow: 0 0 0 0.5px var(--wp-admin-theme-color);
outline: 2px solid transparent;
}
.dataviews-filters__search-widget-listitem .dataviews-filters__search-widget-listitem-multi-selection::-webkit-input-placeholder {
color: rgba(30, 30, 30, 0.62);
}
.dataviews-filters__search-widget-listitem .dataviews-filters__search-widget-listitem-multi-selection::-moz-placeholder {
color: rgba(30, 30, 30, 0.62);
}
.dataviews-filters__search-widget-listitem .dataviews-filters__search-widget-listitem-multi-selection:-ms-input-placeholder {
color: rgba(30, 30, 30, 0.62);
}
.dataviews-filters__search-widget-listitem .dataviews-filters__search-widget-listitem-multi-selection:focus {
box-shadow: 0 0 0 2px #fff, 0 0 0 4px var(--wp-admin-theme-color);
outline: 2px solid transparent;
}
.dataviews-filters__search-widget-listitem .dataviews-filters__search-widget-listitem-multi-selection:checked {
background: var(--wp-admin-theme-color);
border-color: var(--wp-admin-theme-color);
}
.dataviews-filters__search-widget-listitem .dataviews-filters__search-widget-listitem-multi-selection:checked::-ms-check {
opacity: 0;
}
.dataviews-filters__search-widget-listitem .dataviews-filters__search-widget-listitem-multi-selection:checked::before, .dataviews-filters__search-widget-listitem .dataviews-filters__search-widget-listitem-multi-selection[aria-checked=mixed]::before {
margin: -3px -5px;
color: #fff;
}
@media (min-width: 782px) {
.dataviews-filters__search-widget-listitem .dataviews-filters__search-widget-listitem-multi-selection:checked::before, .dataviews-filters__search-widget-listitem .dataviews-filters__search-widget-listitem-multi-selection[aria-checked=mixed]::before {
margin: -4px 0 0 -5px;
}
}
.dataviews-filters__search-widget-listitem .dataviews-filters__search-widget-listitem-multi-selection[aria-checked=mixed] {
background: var(--wp-admin-theme-color);
border-color: var(--wp-admin-theme-color);
}
.dataviews-filters__search-widget-listitem .dataviews-filters__search-widget-listitem-multi-selection[aria-checked=mixed]::before {
content: "\f460";
float: left;
display: inline-block;
vertical-align: middle;
width: 16px; font: normal 30px/1 dashicons;
speak: none;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
@media (min-width: 782px) {
.dataviews-filters__search-widget-listitem .dataviews-filters__search-widget-listitem-multi-selection[aria-checked=mixed]::before {
float: none;
font-size: 21px;
}
}
.dataviews-filters__search-widget-listitem .dataviews-filters__search-widget-listitem-multi-selection[aria-disabled=true], .dataviews-filters__search-widget-listitem .dataviews-filters__search-widget-listitem-multi-selection:disabled {
background: #f0f0f0;
border-color: #ddd;
cursor: default;
opacity: 1;
}
.dataviews-filters__search-widget-listitem .dataviews-filters__search-widget-listitem-multi-selection {
position: relative;
background: #fff;
color: #1e1e1e;
margin: 0;
padding: 0;
width: var(--checkbox-size);
height: var(--checkbox-size);
}
@media (min-width: 600px) {
.dataviews-filters__search-widget-listitem .dataviews-filters__search-widget-listitem-multi-selection {
--checkbox-size: 16px;
}
}
@media not (prefers-reduced-motion) {
.dataviews-filters__search-widget-listitem .dataviews-filters__search-widget-listitem-multi-selection {
transition: 0.1s border-color ease-in-out;
}
}
.dataviews-filters__search-widget-listitem .dataviews-filters__search-widget-listitem-multi-selection.is-selected {
background: var(--wp-admin-theme-color, #3858e9);
border-color: var(--wp-admin-theme-color, #3858e9);
}
.dataviews-filters__search-widget-listitem .dataviews-filters__search-widget-listitem-multi-selection.is-selected svg {
--checkmark-size: var(--checkbox-size);
fill: #fff;
position: absolute;
left: 50%;
top: 50%;
transform: translate(-50%, -50%);
width: var(--checkmark-size);
height: var(--checkmark-size);
}
@media (min-width: 600px) {
.dataviews-filters__search-widget-listitem .dataviews-filters__search-widget-listitem-multi-selection.is-selected svg {
--checkmark-size: calc(var(--checkbox-size) + 4px);
}
}
.dataviews-filters__search-widget-filter-combobox__wrapper {
position: relative;
padding: 8px;
}
.dataviews-filters__search-widget-filter-combobox__wrapper .dataviews-filters__search-widget-filter-combobox__input {
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
padding: 6px 8px; font-size: 16px; line-height: normal;
box-shadow: 0 0 0 transparent;
border-radius: 2px;
border: 1px solid #949494;
}
@media not (prefers-reduced-motion) {
.dataviews-filters__search-widget-filter-combobox__wrapper .dataviews-filters__search-widget-filter-combobox__input {
transition: box-shadow 0.1s linear;
}
}
@media (min-width: 600px) {
.dataviews-filters__search-widget-filter-combobox__wrapper .dataviews-filters__search-widget-filter-combobox__input {
font-size: 13px; line-height: normal;
}
}
.dataviews-filters__search-widget-filter-combobox__wrapper .dataviews-filters__search-widget-filter-combobox__input:focus {
border-color: var(--wp-admin-theme-color);
box-shadow: 0 0 0 0.5px var(--wp-admin-theme-color);
outline: 2px solid transparent;
}
.dataviews-filters__search-widget-filter-combobox__wrapper .dataviews-filters__search-widget-filter-combobox__input::-webkit-input-placeholder {
color: rgba(30, 30, 30, 0.62);
}
.dataviews-filters__search-widget-filter-combobox__wrapper .dataviews-filters__search-widget-filter-combobox__input::-moz-placeholder {
color: rgba(30, 30, 30, 0.62);
}
.dataviews-filters__search-widget-filter-combobox__wrapper .dataviews-filters__search-widget-filter-combobox__input:-ms-input-placeholder {
color: rgba(30, 30, 30, 0.62);
}
.dataviews-filters__search-widget-filter-combobox__wrapper .dataviews-filters__search-widget-filter-combobox__input {
display: block;
padding: 0 8px 0 32px;
width: 100%;
height: 32px;
margin-left: 0;
margin-right: 0; font-size: 16px;
}
@media (min-width: 600px) {
.dataviews-filters__search-widget-filter-combobox__wrapper .dataviews-filters__search-widget-filter-combobox__input {
font-size: 13px;
}
}
.dataviews-filters__search-widget-filter-combobox__wrapper .dataviews-filters__search-widget-filter-combobox__input:focus {
background: #fff;
box-shadow: inset 0 0 0 var(--wp-admin-border-width-focus) var(--wp-admin-theme-color);
}
.dataviews-filters__search-widget-filter-combobox__wrapper .dataviews-filters__search-widget-filter-combobox__input::-moz-placeholder {
color: #757575;
}
.dataviews-filters__search-widget-filter-combobox__wrapper .dataviews-filters__search-widget-filter-combobox__input::placeholder {
color: #757575;
}
.dataviews-filters__search-widget-filter-combobox__wrapper .dataviews-filters__search-widget-filter-combobox__input::-webkit-search-decoration, .dataviews-filters__search-widget-filter-combobox__wrapper .dataviews-filters__search-widget-filter-combobox__input::-webkit-search-cancel-button, .dataviews-filters__search-widget-filter-combobox__wrapper .dataviews-filters__search-widget-filter-combobox__input::-webkit-search-results-button, .dataviews-filters__search-widget-filter-combobox__wrapper .dataviews-filters__search-widget-filter-combobox__input::-webkit-search-results-decoration {
-webkit-appearance: none;
}
.dataviews-filters__search-widget-filter-combobox__wrapper .dataviews-filters__search-widget-filter-combobox__icon {
position: absolute;
inset-inline-start: 12px;
top: 0;
bottom: 0;
display: flex;
align-items: center;
justify-content: center;
width: 24px;
}
.dataviews-filters__search-widget-filter-combobox__wrapper .dataviews-filters__search-widget-filter-combobox__icon:dir(ltr) {
transform: scaleX(-1);
}
.dataviews-filters__container-visibility-toggle {
position: relative;
flex-shrink: 0;
}
.dataviews-filters-toggle__count {
position: absolute;
top: 0;
right: 0;
transform: translate(50%, -50%);
background: var(--wp-admin-theme-color, #3858e9);
height: 16px;
min-width: 16px;
line-height: 16px;
padding: 0 4px;
text-align: center;
border-radius: 8px;
font-size: 11px;
outline: var(--wp-admin-border-width-focus) solid #fff;
color: #fff;
box-sizing: border-box;
}
.dataviews-search {
width: -moz-fit-content;
width: fit-content;
}
.dataviews-filters__user-input-widget {
padding: 16px;
}
.dataviews-filters__user-input-widget .components-input-control__prefix {
padding-left: 8px;
}
.dataviews-filters__search-widget-no-elements {
display: flex;
align-items: center;
justify-content: center;
padding: 16px;
}
.dataviews-footer {
position: sticky;
bottom: 0;
left: 0;
background-color: #fff;
padding: 12px 48px;
border-top: 1px solid #f0f0f0;
flex-shrink: 0;
}
@media not (prefers-reduced-motion) {
.dataviews-footer {
transition: padding ease-out 0.1s;
}
}
.dataviews-footer {
z-index: 2;
}
@container (max-width: 430px) {
.dataviews-footer {
padding: 12px 24px;
}
}
@container (max-width: 560px) {
.dataviews-footer {
flex-direction: column !important;
}
.dataviews-footer .dataviews-bulk-actions-footer__container {
width: 100%;
}
.dataviews-footer .dataviews-bulk-actions-footer__item-count {
flex-grow: 1;
}
.dataviews-footer .dataviews-pagination {
width: 100%;
justify-content: space-between;
}
}
.dataviews-pagination__page-select {
font-size: 11px;
font-weight: 499;
text-transform: uppercase;
}
@media (min-width: 600px) {
.dataviews-pagination__page-select .components-select-control__input {
font-size: 11px !important;
font-weight: 499;
}
}
.dataviews-action-modal {
z-index: 1000001;
}
.dataviews-picker-footer__bulk-selection {
align-self: flex-start;
height: 32px;
}
.dataviews-picker-footer__actions {
align-self: flex-end;
}
.dataviews-selection-checkbox {
--checkbox-input-size: 24px;
}
@media (min-width: 600px) {
.dataviews-selection-checkbox {
--checkbox-input-size: 16px;
}
}
.dataviews-selection-checkbox {
line-height: 0;
flex-shrink: 0;
}
.dataviews-selection-checkbox .components-checkbox-control__input-container {
margin: 0;
}
.dataviews-view-config {
width: 320px; container-type: inline-size;
font-size: 13px;
line-height: 1.4;
}
.dataviews-config__popover.is-expanded .dataviews-config__popover-content-wrapper {
overflow-y: scroll;
height: 100%;
}
.dataviews-config__popover.is-expanded .dataviews-config__popover-content-wrapper .dataviews-view-config {
width: auto;
}
.dataviews-view-config__sort-direction .components-toggle-group-control-option-base {
text-transform: uppercase;
}
.dataviews-settings-section__title.dataviews-settings-section__title {
line-height: 24px;
font-size: 15px;
}
.dataviews-settings-section__sidebar {
grid-column: span 4;
}
.dataviews-settings-section__content,
.dataviews-settings-section__content > * {
grid-column: span 8;
}
.dataviews-settings-section__content .is-divided-in-two {
display: contents;
}
.dataviews-settings-section__content .is-divided-in-two > * {
grid-column: span 4;
}
.dataviews-settings-section:has(.dataviews-settings-section__content:empty) {
display: none;
}
@container (max-width: 500px) {
.dataviews-settings-section.dataviews-settings-section {
grid-template-columns: repeat(2, 1fr);
}
.dataviews-settings-section.dataviews-settings-section .dataviews-settings-section__sidebar {
grid-column: span 2;
}
.dataviews-settings-section.dataviews-settings-section .dataviews-settings-section__content {
grid-column: span 2;
}
}
.dataviews-view-config__label {
text-wrap: nowrap;
}
.dataviews-view-grid-items {
margin-bottom: auto;
display: grid;
gap: 32px;
grid-template-rows: max-content;
grid-template-columns: repeat(auto-fill, minmax(230px, 1fr));
padding: 0 48px 24px;
container-type: inline-size; }
@container (max-width: 430px) {
.dataviews-view-grid-items {
padding-left: 24px;
padding-right: 24px;
}
}
@media not (prefers-reduced-motion) {
.dataviews-view-grid-items {
transition: padding ease-out 0.1s;
}
}
.dataviews-view-grid .dataviews-view-grid__card {
height: 100%;
justify-content: flex-start;
position: relative;
}
.dataviews-view-grid .dataviews-view-grid__card .dataviews-view-grid__title-actions {
padding: 8px 0 4px;
}
.dataviews-view-grid .dataviews-view-grid__card .dataviews-view-grid__title-field {
min-height: 24px;
overflow: hidden;
align-content: center;
text-align: start;
}
.dataviews-view-grid .dataviews-view-grid__card .dataviews-view-grid__title-field--clickable {
width: -moz-fit-content;
width: fit-content;
}
.dataviews-view-grid .dataviews-view-grid__card.is-selected .dataviews-view-grid__fields .dataviews-view-grid__field .dataviews-view-grid__field-value {
color: #1e1e1e;
}
.dataviews-view-grid .dataviews-view-grid__card.is-selected .dataviews-view-grid__media::after,
.dataviews-view-grid .dataviews-view-grid__card .dataviews-view-grid__media:focus::after {
background-color: rgba(var(--wp-admin-theme-color--rgb), 0.08);
}
.dataviews-view-grid .dataviews-view-grid__card.is-selected .dataviews-view-grid__media::after {
box-shadow: inset 0 0 0 1px var(--wp-admin-theme-color);
}
.dataviews-view-grid .dataviews-view-grid__card .dataviews-view-grid__media:focus::after {
box-shadow: inset 0 0 0 var(--wp-admin-border-width-focus) var(--wp-admin-theme-color);
}
.dataviews-view-grid .dataviews-view-grid__media {
width: 100%;
aspect-ratio: 1/1;
background-color: #fff;
border-radius: 4px;
overflow: hidden;
position: relative;
}
.dataviews-view-grid .dataviews-view-grid__media img {
-o-object-fit: cover;
object-fit: cover;
width: 100%;
height: 100%;
}
.dataviews-view-grid .dataviews-view-grid__media::after {
content: "";
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.1);
border-radius: 4px;
pointer-events: none;
}
.dataviews-view-grid .dataviews-view-grid__fields {
position: relative;
font-size: 12px;
line-height: 16px;
}
.dataviews-view-grid .dataviews-view-grid__fields:not(:empty) {
padding: 0 0 12px;
}
.dataviews-view-grid .dataviews-view-grid__fields .dataviews-view-grid__field-value:not(:empty) {
min-height: 24px;
line-height: 20px;
padding-top: 2px;
}
.dataviews-view-grid .dataviews-view-grid__fields .dataviews-view-grid__field {
min-height: 24px;
align-items: center;
}
.dataviews-view-grid .dataviews-view-grid__fields .dataviews-view-grid__field .dataviews-view-grid__field-name {
width: 35%;
color: #757575;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
.dataviews-view-grid .dataviews-view-grid__fields .dataviews-view-grid__field .dataviews-view-grid__field-value {
width: 65%;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
.dataviews-view-grid .dataviews-view-grid__fields .dataviews-view-grid__field:not(:has(.dataviews-view-grid__field-value:not(:empty))) {
display: none;
}
.dataviews-view-grid .dataviews-view-grid__badge-fields:not(:empty) {
padding-bottom: 12px;
}
.dataviews-view-grid__field-value:empty,
.dataviews-view-grid__field:empty {
display: none;
}
.dataviews-view-grid__card .dataviews-selection-checkbox {
position: absolute;
top: -9999em;
left: 8px;
z-index: 1;
opacity: 0;
}
@media not (prefers-reduced-motion) {
.dataviews-view-grid__card .dataviews-selection-checkbox {
transition: opacity 0.1s linear;
}
}
@media (hover: none) {
.dataviews-view-grid__card .dataviews-selection-checkbox {
opacity: 1;
top: 8px;
}
}
.dataviews-view-grid__card:hover .dataviews-selection-checkbox,
.dataviews-view-grid__card:focus-within .dataviews-selection-checkbox,
.dataviews-view-grid__card.is-selected .dataviews-selection-checkbox {
opacity: 1;
top: 8px;
}
.dataviews-view-grid__card .dataviews-view-grid__media-actions {
position: absolute;
top: 4px;
opacity: 0;
right: 4px;
}
.dataviews-view-grid__card .dataviews-view-grid__media-actions .dataviews-all-actions-button {
background-color: #fff;
}
@media not (prefers-reduced-motion) {
.dataviews-view-grid__card .dataviews-view-grid__media-actions {
transition: opacity 0.1s linear;
}
}
@media (hover: none) {
.dataviews-view-grid__card .dataviews-view-grid__media-actions {
opacity: 1;
top: 4px;
}
}
.dataviews-view-grid__card:hover .dataviews-view-grid__media-actions,
.dataviews-view-grid__card:focus-within .dataviews-view-grid__media-actions,
.dataviews-view-grid__card .dataviews-view-grid__media-actions:has(.dataviews-all-actions-button[aria-expanded=true]) {
opacity: 1;
}
.dataviews-view-grid__media--clickable {
cursor: pointer;
}
.dataviews-view-grid__group-header {
font-size: 15px;
font-weight: 499;
color: #1e1e1e;
margin: 0 0 8px 0;
padding: 0 48px;
container-type: inline-size;
}
@container (max-width: 430px) {
.dataviews-view-grid__group-header {
padding-left: 24px;
padding-right: 24px;
}
}
div.dataviews-view-list {
list-style-type: none;
}
.dataviews-view-list {
margin: 0 0 auto;
}
.dataviews-view-list div[role=row],
.dataviews-view-list div[role=article] {
margin: 0;
border-top: 1px solid #f0f0f0;
}
.dataviews-view-list div[role=row] .dataviews-view-list__item-wrapper,
.dataviews-view-list div[role=article] .dataviews-view-list__item-wrapper {
position: relative;
padding: 16px 24px;
box-sizing: border-box;
}
.dataviews-view-list div[role=row] .dataviews-view-list__item-actions,
.dataviews-view-list div[role=article] .dataviews-view-list__item-actions {
display: flex;
width: -moz-max-content;
width: max-content;
flex: 0 0 auto;
gap: 4px;
}
.dataviews-view-list div[role=row] .dataviews-view-list__item-actions .components-button,
.dataviews-view-list div[role=article] .dataviews-view-list__item-actions .components-button {
position: relative;
z-index: 1;
}
.dataviews-view-list div[role=row] .dataviews-view-list__item-actions > div,
.dataviews-view-list div[role=article] .dataviews-view-list__item-actions > div {
height: 24px;
}
.dataviews-view-list div[role=row] .dataviews-view-list__item-actions > :not(:last-child),
.dataviews-view-list div[role=article] .dataviews-view-list__item-actions > :not(:last-child) {
flex: 0;
overflow: hidden;
width: 0;
}
.dataviews-view-list div[role=row]:where(.is-selected, .is-hovered, :focus-within) .dataviews-view-list__item-actions > :not(:last-child),
.dataviews-view-list div[role=article]:where(.is-selected, .is-hovered, :focus-within) .dataviews-view-list__item-actions > :not(:last-child) {
flex-basis: min-content;
width: auto;
overflow: unset;
}
@media (hover: none) {
.dataviews-view-list div[role=row] .dataviews-view-list__item-actions > :not(:last-child),
.dataviews-view-list div[role=article] .dataviews-view-list__item-actions > :not(:last-child) {
flex-basis: min-content;
width: auto;
overflow: unset;
}
}
.dataviews-view-list div[role=row].is-selected.is-selected,
.dataviews-view-list div[role=article].is-selected.is-selected {
border-top: 1px solid rgba(var(--wp-admin-theme-color--rgb), 0.12);
}
.dataviews-view-list div[role=row].is-selected.is-selected + div[role=row], .dataviews-view-list div[role=row].is-selected.is-selected + div[role=article],
.dataviews-view-list div[role=article].is-selected.is-selected + div[role=row],
.dataviews-view-list div[role=article].is-selected.is-selected + div[role=article] {
border-top: 1px solid rgba(var(--wp-admin-theme-color--rgb), 0.12);
}
.dataviews-view-list div[role=row]:not(.is-selected) .dataviews-view-list__title-field,
.dataviews-view-list div[role=article]:not(.is-selected) .dataviews-view-list__title-field {
color: #1e1e1e;
}
.dataviews-view-list div[role=row]:not(.is-selected):hover, .dataviews-view-list div[role=row]:not(.is-selected).is-hovered, .dataviews-view-list div[role=row]:not(.is-selected):focus-within,
.dataviews-view-list div[role=article]:not(.is-selected):hover,
.dataviews-view-list div[role=article]:not(.is-selected).is-hovered,
.dataviews-view-list div[role=article]:not(.is-selected):focus-within {
color: var(--wp-admin-theme-color);
background-color: #f8f8f8;
}
.dataviews-view-list div[role=row]:not(.is-selected):hover .dataviews-view-list__title-field,
.dataviews-view-list div[role=row]:not(.is-selected):hover .dataviews-view-list__fields, .dataviews-view-list div[role=row]:not(.is-selected).is-hovered .dataviews-view-list__title-field,
.dataviews-view-list div[role=row]:not(.is-selected).is-hovered .dataviews-view-list__fields, .dataviews-view-list div[role=row]:not(.is-selected):focus-within .dataviews-view-list__title-field,
.dataviews-view-list div[role=row]:not(.is-selected):focus-within .dataviews-view-list__fields,
.dataviews-view-list div[role=article]:not(.is-selected):hover .dataviews-view-list__title-field,
.dataviews-view-list div[role=article]:not(.is-selected):hover .dataviews-view-list__fields,
.dataviews-view-list div[role=article]:not(.is-selected).is-hovered .dataviews-view-list__title-field,
.dataviews-view-list div[role=article]:not(.is-selected).is-hovered .dataviews-view-list__fields,
.dataviews-view-list div[role=article]:not(.is-selected):focus-within .dataviews-view-list__title-field,
.dataviews-view-list div[role=article]:not(.is-selected):focus-within .dataviews-view-list__fields {
color: var(--wp-admin-theme-color);
}
.dataviews-view-list div[role=row].is-selected .dataviews-view-list__item-wrapper,
.dataviews-view-list div[role=row].is-selected:focus-within .dataviews-view-list__item-wrapper,
.dataviews-view-list div[role=article].is-selected .dataviews-view-list__item-wrapper,
.dataviews-view-list div[role=article].is-selected:focus-within .dataviews-view-list__item-wrapper {
background-color: rgba(var(--wp-admin-theme-color--rgb), 0.04);
color: #1e1e1e;
}
.dataviews-view-list div[role=row].is-selected .dataviews-view-list__item-wrapper .dataviews-view-list__title-field,
.dataviews-view-list div[role=row].is-selected .dataviews-view-list__item-wrapper .dataviews-view-list__fields,
.dataviews-view-list div[role=row].is-selected:focus-within .dataviews-view-list__item-wrapper .dataviews-view-list__title-field,
.dataviews-view-list div[role=row].is-selected:focus-within .dataviews-view-list__item-wrapper .dataviews-view-list__fields,
.dataviews-view-list div[role=article].is-selected .dataviews-view-list__item-wrapper .dataviews-view-list__title-field,
.dataviews-view-list div[role=article].is-selected .dataviews-view-list__item-wrapper .dataviews-view-list__fields,
.dataviews-view-list div[role=article].is-selected:focus-within .dataviews-view-list__item-wrapper .dataviews-view-list__title-field,
.dataviews-view-list div[role=article].is-selected:focus-within .dataviews-view-list__item-wrapper .dataviews-view-list__fields {
color: var(--wp-admin-theme-color);
}
.dataviews-view-list .dataviews-view-list__item {
position: absolute;
z-index: 1;
inset: 0;
scroll-margin: 8px 0;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
border: none;
background: none;
padding: 0;
cursor: pointer;
}
.dataviews-view-list .dataviews-view-list__item:focus-visible {
outline: none;
}
.dataviews-view-list .dataviews-view-list__item:focus-visible::before {
position: absolute;
content: "";
inset: var(--wp-admin-border-width-focus);
box-shadow: inset 0 0 0 var(--wp-admin-border-width-focus) var(--wp-admin-theme-color);
border-radius: 2px;
outline: 2px solid transparent;
}
.dataviews-view-list .dataviews-view-list__title-field {
flex: 1;
min-height: 24px;
line-height: 24px;
overflow: hidden;
}
.dataviews-view-list .dataviews-view-list__title-field:has(a, button) {
z-index: 1;
}
.dataviews-view-list .dataviews-view-list__media-wrapper {
width: 52px;
height: 52px;
overflow: hidden;
position: relative;
flex-shrink: 0;
background-color: #fff;
border-radius: 4px;
}
.dataviews-view-list .dataviews-view-list__media-wrapper img {
width: 100%;
height: 100%;
-o-object-fit: cover;
object-fit: cover;
}
.dataviews-view-list .dataviews-view-list__media-wrapper::after {
content: "";
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.1);
border-radius: 4px;
}
.dataviews-view-list .dataviews-view-list__field-wrapper {
min-height: 52px;
flex-grow: 1;
}
.dataviews-view-list .dataviews-view-list__fields {
color: #757575;
display: flex;
gap: 12px;
row-gap: 4px;
flex-wrap: wrap;
font-size: 12px;
}
.dataviews-view-list .dataviews-view-list__fields:empty {
display: none;
}
.dataviews-view-list .dataviews-view-list__fields .dataviews-view-list__field:has(.dataviews-view-list__field-value:empty) {
display: none;
}
.dataviews-view-list .dataviews-view-list__fields .dataviews-view-list__field-value {
min-height: 24px;
line-height: 20px;
display: flex;
align-items: center;
}
.dataviews-view-list + .dataviews-pagination {
justify-content: space-between;
}
.dataviews-view-list__group-header {
font-size: 15px;
font-weight: 499;
color: #1e1e1e;
margin: 0 0 8px 0;
padding: 0 24px;
}
.dataviews-view-table {
width: 100%;
text-indent: 0;
border-color: inherit;
border-collapse: collapse;
position: relative;
color: #757575;
margin-bottom: auto;
}
.dataviews-view-table th {
text-align: left;
color: #1e1e1e;
font-weight: normal;
font-size: 13px;
}
.dataviews-view-table td,
.dataviews-view-table th {
padding: 12px;
}
.dataviews-view-table td.dataviews-view-table__actions-column,
.dataviews-view-table th.dataviews-view-table__actions-column {
text-align: right;
}
.dataviews-view-table td.dataviews-view-table__actions-column--sticky,
.dataviews-view-table th.dataviews-view-table__actions-column--sticky {
position: sticky;
right: 0;
background-color: #fff;
}
.dataviews-view-table td.dataviews-view-table__actions-column--stuck::after,
.dataviews-view-table th.dataviews-view-table__actions-column--stuck::after {
display: block;
content: "";
position: absolute;
top: 0;
bottom: 0;
left: 0;
width: 1px;
background-color: #f0f0f0;
}
.dataviews-view-table td.dataviews-view-table__checkbox-column,
.dataviews-view-table th.dataviews-view-table__checkbox-column {
padding-right: 0;
}
.dataviews-view-table td.dataviews-view-table__checkbox-column .dataviews-view-table__cell-content-wrapper,
.dataviews-view-table th.dataviews-view-table__checkbox-column .dataviews-view-table__cell-content-wrapper {
max-width: auto;
min-width: auto;
}
.dataviews-view-table tr {
border-top: 1px solid #f0f0f0;
}
.dataviews-view-table tr .dataviews-view-table-header-button {
gap: 4px;
}
.dataviews-view-table tr td:first-child,
.dataviews-view-table tr th:first-child {
padding-left: 48px;
}
.dataviews-view-table tr td:first-child .dataviews-view-table-header-button,
.dataviews-view-table tr th:first-child .dataviews-view-table-header-button {
margin-left: -8px;
}
.dataviews-view-table tr td:last-child,
.dataviews-view-table tr th:last-child {
padding-right: 48px;
}
.dataviews-view-table tr:last-child {
border-bottom: 0;
}
.dataviews-view-table tr.is-hovered, .dataviews-view-table tr.is-hovered .dataviews-view-table__actions-column--sticky {
background-color: #f8f8f8;
}
.dataviews-view-table tr .components-checkbox-control__input.components-checkbox-control__input {
opacity: 0;
}
.dataviews-view-table tr .components-checkbox-control__input.components-checkbox-control__input:checked, .dataviews-view-table tr .components-checkbox-control__input.components-checkbox-control__input:indeterminate, .dataviews-view-table tr .components-checkbox-control__input.components-checkbox-control__input:focus {
opacity: 1;
}
.dataviews-view-table tr .dataviews-item-actions .components-button:not(.dataviews-all-actions-button) {
opacity: 0;
}
.dataviews-view-table tr:focus-within .components-checkbox-control__input,
.dataviews-view-table tr:focus-within .dataviews-item-actions .components-button:not(.dataviews-all-actions-button), .dataviews-view-table tr.is-hovered .components-checkbox-control__input,
.dataviews-view-table tr.is-hovered .dataviews-item-actions .components-button:not(.dataviews-all-actions-button), .dataviews-view-table tr:hover .components-checkbox-control__input,
.dataviews-view-table tr:hover .dataviews-item-actions .components-button:not(.dataviews-all-actions-button) {
opacity: 1;
}
@media (hover: none) {
.dataviews-view-table tr .components-checkbox-control__input.components-checkbox-control__input,
.dataviews-view-table tr .dataviews-item-actions .components-button:not(.dataviews-all-actions-button) {
opacity: 1;
}
}
.dataviews-view-table tr.is-selected {
background-color: rgba(var(--wp-admin-theme-color--rgb), 0.04);
color: #757575;
}
.dataviews-view-table tr.is-selected, .dataviews-view-table tr.is-selected + tr {
border-top: 1px solid rgba(var(--wp-admin-theme-color--rgb), 0.12);
}
.dataviews-view-table tr.is-selected:hover {
background-color: rgba(var(--wp-admin-theme-color--rgb), 0.08);
}
.dataviews-view-table tr.is-selected .dataviews-view-table__actions-column--sticky {
background-color: color-mix(in srgb, rgb(var(--wp-admin-theme-color--rgb)) 4%, #fff);
}
.dataviews-view-table tr.is-selected:hover .dataviews-view-table__actions-column--sticky {
background-color: color-mix(in srgb, rgb(var(--wp-admin-theme-color--rgb)) 8%, #fff);
}
.dataviews-view-table thead {
position: sticky;
inset-block-start: 0;
z-index: 1;
}
.dataviews-view-table thead tr {
border: 0;
}
.dataviews-view-table thead tr .components-checkbox-control__input.components-checkbox-control__input {
opacity: 1;
}
.dataviews-view-table thead th {
background-color: #fff;
padding-top: 8px;
padding-bottom: 8px;
padding-left: 12px;
font-size: 11px;
text-transform: uppercase;
font-weight: 499;
}
.dataviews-view-table thead th:has(.dataviews-view-table-header-button):not(:first-child) {
padding-left: 4px;
}
.dataviews-view-table tbody td {
vertical-align: top;
}
.dataviews-view-table tbody .dataviews-view-table__cell-content-wrapper {
min-height: 32px;
display: flex;
align-items: center;
white-space: nowrap;
}
.dataviews-view-table tbody .dataviews-view-table__cell-content-wrapper.dataviews-view-table__cell-align-end {
justify-content: flex-end;
}
.dataviews-view-table tbody .dataviews-view-table__cell-content-wrapper.dataviews-view-table__cell-align-center {
justify-content: center;
}
.dataviews-view-table tbody .components-v-stack > .dataviews-view-table__cell-content-wrapper:not(:first-child) {
min-height: 0;
}
.dataviews-view-table .dataviews-view-table-header-button {
padding: 4px 8px;
font-size: 11px;
text-transform: uppercase;
font-weight: 499;
}
.dataviews-view-table .dataviews-view-table-header-button:not(:hover) {
color: #1e1e1e;
}
.dataviews-view-table .dataviews-view-table-header-button span {
speak: none;
}
.dataviews-view-table .dataviews-view-table-header-button span:empty {
display: none;
}
.dataviews-view-table .dataviews-view-table-header {
padding-left: 4px;
}
.dataviews-view-table .dataviews-view-table__actions-column {
width: auto;
white-space: nowrap;
}
.dataviews-view-table:has(tr.is-selected) .components-checkbox-control__input {
opacity: 1;
}
.dataviews-view-table.has-compact-density thead th:has(.dataviews-view-table-header-button):not(:first-child) {
padding-left: 0;
}
.dataviews-view-table.has-compact-density td,
.dataviews-view-table.has-compact-density th {
padding: 4px 8px;
}
.dataviews-view-table.has-comfortable-density td,
.dataviews-view-table.has-comfortable-density th {
padding: 16px 12px;
}
.dataviews-view-table.has-compact-density td.dataviews-view-table__checkbox-column,
.dataviews-view-table.has-compact-density th.dataviews-view-table__checkbox-column, .dataviews-view-table.has-comfortable-density td.dataviews-view-table__checkbox-column,
.dataviews-view-table.has-comfortable-density th.dataviews-view-table__checkbox-column {
padding-right: 0;
}
@container (max-width: 430px) {
.dataviews-view-table tr td:first-child,
.dataviews-view-table tr th:first-child {
padding-left: 24px;
}
.dataviews-view-table tr td:last-child,
.dataviews-view-table tr th:last-child {
padding-right: 24px;
}
}
.dataviews-view-table-selection-checkbox {
--checkbox-input-size: 24px;
}
@media (min-width: 600px) {
.dataviews-view-table-selection-checkbox {
--checkbox-input-size: 16px;
}
}
.dataviews-column-primary__media {
max-width: 60px;
overflow: hidden;
position: relative;
flex-shrink: 0;
background-color: #fff;
border-radius: 4px;
}
.dataviews-column-primary__media img {
width: 100%;
height: 100%;
-o-object-fit: cover;
object-fit: cover;
}
.dataviews-column-primary__media::after {
content: "";
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.1);
border-radius: 4px;
}
.dataviews-view-table__cell-content-wrapper:not(.dataviews-column-primary__media),
.dataviews-view-table__primary-column-content:not(.dataviews-column-primary__media) {
min-width: 15ch;
max-width: 80ch;
}
.dataviews-view-table__group-header-row .dataviews-view-table__group-header-cell {
font-weight: 499;
padding: 12px 48px;
color: #1e1e1e;
} .dataviews-view-table col[class^=dataviews-view-table__col-]:not(.dataviews-view-table__col-primary) {
width: 1%;
}
.dataviews-view-picker-grid .dataviews-view-picker-grid__card {
height: 100%;
justify-content: flex-start;
position: relative;
}
.dataviews-view-picker-grid .dataviews-view-picker-grid__card .dataviews-view-picker-grid__title-actions {
padding: 8px 0 4px;
}
.dataviews-view-picker-grid .dataviews-view-picker-grid__card .dataviews-view-picker-grid__title-field {
min-height: 24px;
overflow: hidden;
align-content: center;
text-align: start;
}
.dataviews-view-picker-grid .dataviews-view-picker-grid__card .dataviews-view-picker-grid__title-field--clickable {
width: -moz-fit-content;
width: fit-content;
}
.dataviews-view-picker-grid .dataviews-view-picker-grid__card.is-selected .dataviews-view-picker-grid__fields .dataviews-view-picker-grid__field .dataviews-view-picker-grid__field-value {
color: #1e1e1e;
}
.dataviews-view-picker-grid .dataviews-view-picker-grid__card.is-selected .dataviews-view-picker-grid__media::after,
.dataviews-view-picker-grid .dataviews-view-picker-grid__card .dataviews-view-picker-grid__media:focus::after {
background-color: rgba(var(--wp-admin-theme-color--rgb), 0.08);
}
.dataviews-view-picker-grid .dataviews-view-picker-grid__card.is-selected .dataviews-view-picker-grid__media::after {
box-shadow: inset 0 0 0 1px var(--wp-admin-theme-color);
}
.dataviews-view-picker-grid .dataviews-view-picker-grid__card .dataviews-view-picker-grid__media:focus::after {
box-shadow: inset 0 0 0 var(--wp-admin-border-width-focus) var(--wp-admin-theme-color);
}
.dataviews-view-picker-grid:focus-visible[aria-activedescendant] {
outline: none;
}
.dataviews-view-picker-grid:focus-visible [data-active-item=true] {
outline: 2px solid var(--wp-admin-theme-color);
}
.dataviews-view-picker-grid .dataviews-selection-checkbox {
top: 8px !important;
}
.dataviews-view-picker-grid .dataviews-selection-checkbox input {
pointer-events: none;
}
.dataviews-view-picker-grid .dataviews-view-picker-grid__media {
width: 100%;
aspect-ratio: 1/1;
background-color: #fff;
border-radius: 4px;
position: relative;
}
.dataviews-view-picker-grid .dataviews-view-picker-grid__media img {
-o-object-fit: cover;
object-fit: cover;
width: 100%;
height: 100%;
}
.dataviews-view-picker-grid .dataviews-view-picker-grid__media::after {
content: "";
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.1);
border-radius: 4px;
pointer-events: none;
}
.dataviews-view-picker-grid .dataviews-view-picker-grid__fields {
position: relative;
font-size: 12px;
line-height: 16px;
}
.dataviews-view-picker-grid .dataviews-view-picker-grid__fields:not(:empty) {
padding: 0 0 12px;
}
.dataviews-view-picker-grid .dataviews-view-picker-grid__fields .dataviews-view-picker-grid__field-value:not(:empty) {
min-height: 24px;
line-height: 20px;
padding-top: 2px;
}
.dataviews-view-picker-grid .dataviews-view-picker-grid__fields .dataviews-view-picker-grid__field {
min-height: 24px;
align-items: center;
}
.dataviews-view-picker-grid .dataviews-view-picker-grid__fields .dataviews-view-picker-grid__field .dataviews-view-picker-grid__field-name {
width: 35%;
color: #757575;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
.dataviews-view-picker-grid .dataviews-view-picker-grid__fields .dataviews-view-picker-grid__field .dataviews-view-picker-grid__field-value {
width: 65%;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
.dataviews-view-picker-grid .dataviews-view-picker-grid__fields .dataviews-view-picker-grid__field:not(:has(.dataviews-view-picker-grid__field-value:not(:empty))) {
display: none;
}
.dataviews-view-picker-grid .dataviews-view-picker-grid__badge-fields:not(:empty) {
padding-bottom: 12px;
}
.dataviews-view-picker-grid__field-value:empty,
.dataviews-view-picker-grid__field:empty {
display: none;
}
.dataviews-view-picker-grid__card .dataviews-selection-checkbox {
position: absolute;
top: -9999em;
left: 8px;
z-index: 1;
}
@media (hover: none) {
.dataviews-view-picker-grid__card .dataviews-selection-checkbox {
top: 8px;
}
}
.dataviews-view-picker-grid__card:hover .dataviews-selection-checkbox,
.dataviews-view-picker-grid__card:focus-within .dataviews-selection-checkbox,
.dataviews-view-picker-grid__card.is-selected .dataviews-selection-checkbox {
top: 8px;
}
.dataviews-view-picker-grid__media--clickable {
cursor: pointer;
}
.dataviews-view-picker-grid-group__header {
font-size: 15px;
font-weight: 499;
color: #1e1e1e;
margin: 0 0 8px 0;
padding: 0 48px;
}
.dataviews-view-picker-table tbody:focus-visible[aria-activedescendant] {
outline: none;
}
.dataviews-view-picker-table tbody:focus-visible [data-active-item=true] {
outline: 2px solid var(--wp-admin-theme-color);
}
.dataviews-view-picker-table .dataviews-selection-checkbox .components-checkbox-control__input.components-checkbox-control__input {
pointer-events: none;
opacity: 1;
}
.dataviews-view-picker-table .dataviews-view-table__row {
cursor: pointer;
}
.dataviews-view-picker-table .dataviews-view-table__row.is-selected {
background-color: rgba(var(--wp-admin-theme-color--rgb), 0.04);
}
.dataviews-view-picker-table .dataviews-view-table__row.is-hovered {
background-color: rgba(var(--wp-admin-theme-color--rgb), 0.08);
}
.dataviews-view-picker-table .dataviews-view-table__row.is-selected.is-hovered {
background-color: rgba(var(--wp-admin-theme-color--rgb), 0.12);
}
.dataviews-controls__datetime {
border: none;
padding: 0;
}
.dataviews-controls__relative-date-number,
.dataviews-controls__relative-date-unit {
flex: 1 1 50%;
}
.dataviews-controls__date input[type=date]::-webkit-inner-spin-button,
.dataviews-controls__date input[type=date]::-webkit-calendar-picker-indicator {
display: none;
-webkit-appearance: none;
}
.dataviews-controls__date-preset {
border: 1px solid #ddd;
}
.dataviews-controls__date-preset:active {
background-color: #000;
}
.dataforms-layouts-panel__field {
width: 100%;
min-height: 32px;
justify-content: flex-start !important;
align-items: flex-start !important;
}
.dataforms-layouts-panel__field-label {
width: 38%;
flex-shrink: 0;
min-height: 32px;
display: flex;
align-items: center;
line-height: 20px;
hyphens: auto;
}
.dataforms-layouts-panel__field-label--label-position-side {
align-self: center;
}
.dataforms-layouts-panel__field-control {
flex-grow: 1;
min-height: 32px;
display: flex;
align-items: center;
}
.dataforms-layouts-panel__field-control .components-button {
max-width: 100%;
text-align: left;
white-space: normal;
text-wrap: balance;
text-wrap: pretty;
min-height: 32px;
}
.dataforms-layouts-panel__field-control.components-button.is-link[aria-disabled=true] {
text-decoration: none;
}
.dataforms-layouts-panel__field-control .components-dropdown {
max-width: 100%;
}
.dataforms-layouts-panel__field-dropdown .components-popover__content {
min-width: 320px;
padding: 16px;
}
.dataforms-layouts-panel__dropdown-header {
margin-bottom: 16px;
}
.dataforms-layouts-panel__modal-footer {
margin-top: 16px;
}
.components-popover.components-dropdown__content.dataforms-layouts-panel__field-dropdown {
z-index: 159990;
}
.dataforms-layouts-regular__field {
width: 100%;
min-height: 32px;
justify-content: flex-start !important;
align-items: flex-start !important;
}
.dataforms-layouts-regular__field-label {
width: 38%;
flex-shrink: 0;
min-height: 32px;
display: flex;
align-items: center;
line-height: 20px;
hyphens: auto;
}
.dataforms-layouts-regular__field-label--label-position-side {
align-self: center;
}
.dataforms-layouts-regular__field-control {
flex-grow: 1;
min-height: 32px;
display: flex;
align-items: center;
}
.dataforms-layouts-card__field-header-label {
font-family: -apple-system, "system-ui", "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
font-weight: 499;
font-size: 15px;
line-height: 20px;
}
.dataforms-layouts-card__field {
width: 100%;
}
.dataforms-layouts-card__field-description {
color: #757575;
display: block;
font-size: 13px;
margin-bottom: 16px;
}
.dataforms-layouts-card__field-summary {
display: flex;
flex-direction: row;
gap: 16px;
}
.dataforms-layouts-details__content {
padding-top: 12px;
}
.dataforms-layouts-row__field-control {
width: 100%;
}
.dataforms-layouts__wrapper {
font-family: -apple-system, "system-ui", "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
font-weight: 400;
font-size: 13px;
line-height: 20px;
}
.dokan-layout .dokan-dashboard-datatable .dataviews-wrapper{height:auto}.dokan-layout .dokan-dashboard-datatable .dataviews-wrapper .dataviews__view-actions{display:none}.dokan-layout .dokan-dashboard-datatable .dataviews-wrapper .components-button.is-compact{opacity:1;margin:0 !important}.dokan-layout .dokan-dashboard-datatable .dataviews-wrapper .components-button.is-compact.has-icon:not(.has-text){width:auto;padding:6px 3px}.dokan-layout .dokan-dashboard-datatable .dataviews-wrapper .components-button.is-compact.has-icon:not(.has-text):hover,.dokan-layout .dokan-dashboard-datatable .dataviews-wrapper .components-button.is-compact.has-icon:not(.has-text):focus{background-color:rgba(0,0,0,0);box-shadow:none;border:none}.dokan-layout .dokan-dashboard-datatable .dataviews-wrapper .components-button.is-compact:focus{outline:none}.dokan-layout .dokan-dashboard-datatable .dataviews-wrapper .components-button.is-compact:hover{background-color:rgba(0,0,0,0)}.dokan-layout .dokan-admin-dashboard-datatable .dataviews-wrapper{height:auto;border-radius:10px;box-shadow:0px 1px 3px 0px rgba(0,0,0,.1019607843)}.dokan-layout .dokan-admin-dashboard-datatable .dataviews-wrapper table.dataviews-view-table{border-left:none;border-right:none}.dokan-layout .dokan-admin-dashboard-datatable .dataviews-wrapper table.dataviews-view-table thead{z-index:0}.dokan-layout .dokan-admin-dashboard-datatable .dataviews-wrapper table.dataviews-view-table tr td:first-child,.dokan-layout .dokan-admin-dashboard-datatable .dataviews-wrapper table.dataviews-view-table tr th:first-child{padding-left:20px}.dokan-layout .dokan-admin-dashboard-datatable .dataviews-wrapper table.dataviews-view-table tr td:last-child,.dokan-layout .dokan-admin-dashboard-datatable .dataviews-wrapper table.dataviews-view-table tr th:last-child{padding-right:20px}.dokan-layout .dokan-admin-dashboard-datatable .dataviews-wrapper .components-button.is-compact.has-icon:not(.has-text){width:auto;padding:6px}.dokan-layout .dokan-admin-dashboard-datatable .dataviews-wrapper .components-button.is-compact.has-icon:not(.has-text):hover,.dokan-layout .dokan-admin-dashboard-datatable .dataviews-wrapper .components-button.is-compact.has-icon:not(.has-text):focus{background-color:rgba(0,0,0,0);box-shadow:none;border:none}.dokan-layout .dokan-admin-dashboard-datatable .dataviews-wrapper .components-flex.components-h-stack.dataviews-pagination{width:100%;justify-content:space-between;padding:15px 20px}.dokan-layout .dokan-admin-dashboard-datatable .dataviews-wrapper .dokan-admin-dashboard-datatable-bulkaction .dataviews-bulk-actions-footer__action-buttons{gap:10px}.dokan-layout .dokan-admin-dashboard-datatable .dataviews-wrapper .dokan-admin-dashboard-datatable-bulkaction .dataviews-bulk-actions-footer__action-buttons .components-button.is-compact:not(:last-child){border:1px solid #e9e9e9;border-radius:6px;line-height:1}.dokan_page_dokan-dashboard [id^="portal/:"]{--wp-components-color-accent: #EFEAFF;--wp-components-color-accent-inverted:#7047eb}.dokan_page_dokan-dashboard [id^="portal/:"] div[role=menu]{padding:10px 0}.dokan_page_dokan-dashboard [id^="portal/:"] div[role=menuitem]{padding:0 16px;box-sizing:content-box;min-height:36px;color:#828282} .ql-container{box-sizing:border-box;font-family:Helvetica,Arial,sans-serif;font-size:13px;height:100%;margin:0;position:relative}.ql-container.ql-disabled .ql-tooltip{visibility:hidden}.ql-container:not(.ql-disabled) li[data-list=checked] > .ql-ui,.ql-container:not(.ql-disabled) li[data-list=unchecked] > .ql-ui{cursor:pointer}.ql-clipboard{left:-100000px;height:1px;overflow-y:hidden;position:absolute;top:50%}.ql-clipboard p{margin:0;padding:0}.ql-editor{box-sizing:border-box;counter-reset:list-0 list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;line-height:1.42;height:100%;outline:none;overflow-y:auto;padding:12px 15px;-o-tab-size:4;tab-size:4;-moz-tab-size:4;text-align:left;white-space:pre-wrap;word-wrap:break-word}.ql-editor > *{cursor:text}.ql-editor p,.ql-editor ol,.ql-editor pre,.ql-editor blockquote,.ql-editor h1,.ql-editor h2,.ql-editor h3,.ql-editor h4,.ql-editor h5,.ql-editor h6{margin:0;padding:0}@supports (counter-set:none){.ql-editor p,.ql-editor h1,.ql-editor h2,.ql-editor h3,.ql-editor h4,.ql-editor h5,.ql-editor h6{counter-set:list-0 list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9}}@supports not (counter-set:none){.ql-editor p,.ql-editor h1,.ql-editor h2,.ql-editor h3,.ql-editor h4,.ql-editor h5,.ql-editor h6{counter-reset:list-0 list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9}}.ql-editor table{border-collapse:collapse}.ql-editor td{border:1px solid #000;padding:2px 5px}.ql-editor ol{padding-left:1.5em}.ql-editor li{list-style-type:none;padding-left:1.5em;position:relative}.ql-editor li > .ql-ui:before{display:inline-block;margin-left:-1.5em;margin-right:.3em;text-align:right;white-space:nowrap;width:1.2em}.ql-editor li[data-list=checked] > .ql-ui,.ql-editor li[data-list=unchecked] > .ql-ui{color:#777}.ql-editor li[data-list=bullet] > .ql-ui:before{content:'\2022'}.ql-editor li[data-list=checked] > .ql-ui:before{content:'\2611'}.ql-editor li[data-list=unchecked] > .ql-ui:before{content:'\2610'}@supports (counter-set:none){.ql-editor li[data-list]{counter-set:list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9}}@supports not (counter-set:none){.ql-editor li[data-list]{counter-reset:list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9}}.ql-editor li[data-list=ordered]{counter-increment:list-0}.ql-editor li[data-list=ordered] > .ql-ui:before{content:counter(list-0, decimal) '. '}.ql-editor li[data-list=ordered].ql-indent-1{counter-increment:list-1}.ql-editor li[data-list=ordered].ql-indent-1 > .ql-ui:before{content:counter(list-1, lower-alpha) '. '}@supports (counter-set:none){.ql-editor li[data-list].ql-indent-1{counter-set:list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9}}@supports not (counter-set:none){.ql-editor li[data-list].ql-indent-1{counter-reset:list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9}}.ql-editor li[data-list=ordered].ql-indent-2{counter-increment:list-2}.ql-editor li[data-list=ordered].ql-indent-2 > .ql-ui:before{content:counter(list-2, lower-roman) '. '}@supports (counter-set:none){.ql-editor li[data-list].ql-indent-2{counter-set:list-3 list-4 list-5 list-6 list-7 list-8 list-9}}@supports not (counter-set:none){.ql-editor li[data-list].ql-indent-2{counter-reset:list-3 list-4 list-5 list-6 list-7 list-8 list-9}}.ql-editor li[data-list=ordered].ql-indent-3{counter-increment:list-3}.ql-editor li[data-list=ordered].ql-indent-3 > .ql-ui:before{content:counter(list-3, decimal) '. '}@supports (counter-set:none){.ql-editor li[data-list].ql-indent-3{counter-set:list-4 list-5 list-6 list-7 list-8 list-9}}@supports not (counter-set:none){.ql-editor li[data-list].ql-indent-3{counter-reset:list-4 list-5 list-6 list-7 list-8 list-9}}.ql-editor li[data-list=ordered].ql-indent-4{counter-increment:list-4}.ql-editor li[data-list=ordered].ql-indent-4 > .ql-ui:before{content:counter(list-4, lower-alpha) '. '}@supports (counter-set:none){.ql-editor li[data-list].ql-indent-4{counter-set:list-5 list-6 list-7 list-8 list-9}}@supports not (counter-set:none){.ql-editor li[data-list].ql-indent-4{counter-reset:list-5 list-6 list-7 list-8 list-9}}.ql-editor li[data-list=ordered].ql-indent-5{counter-increment:list-5}.ql-editor li[data-list=ordered].ql-indent-5 > .ql-ui:before{content:counter(list-5, lower-roman) '. '}@supports (counter-set:none){.ql-editor li[data-list].ql-indent-5{counter-set:list-6 list-7 list-8 list-9}}@supports not (counter-set:none){.ql-editor li[data-list].ql-indent-5{counter-reset:list-6 list-7 list-8 list-9}}.ql-editor li[data-list=ordered].ql-indent-6{counter-increment:list-6}.ql-editor li[data-list=ordered].ql-indent-6 > .ql-ui:before{content:counter(list-6, decimal) '. '}@supports (counter-set:none){.ql-editor li[data-list].ql-indent-6{counter-set:list-7 list-8 list-9}}@supports not (counter-set:none){.ql-editor li[data-list].ql-indent-6{counter-reset:list-7 list-8 list-9}}.ql-editor li[data-list=ordered].ql-indent-7{counter-increment:list-7}.ql-editor li[data-list=ordered].ql-indent-7 > .ql-ui:before{content:counter(list-7, lower-alpha) '. '}@supports (counter-set:none){.ql-editor li[data-list].ql-indent-7{counter-set:list-8 list-9}}@supports not (counter-set:none){.ql-editor li[data-list].ql-indent-7{counter-reset:list-8 list-9}}.ql-editor li[data-list=ordered].ql-indent-8{counter-increment:list-8}.ql-editor li[data-list=ordered].ql-indent-8 > .ql-ui:before{content:counter(list-8, lower-roman) '. '}@supports (counter-set:none){.ql-editor li[data-list].ql-indent-8{counter-set:list-9}}@supports not (counter-set:none){.ql-editor li[data-list].ql-indent-8{counter-reset:list-9}}.ql-editor li[data-list=ordered].ql-indent-9{counter-increment:list-9}.ql-editor li[data-list=ordered].ql-indent-9 > .ql-ui:before{content:counter(list-9, decimal) '. '}.ql-editor .ql-indent-1:not(.ql-direction-rtl){padding-left:3em}.ql-editor li.ql-indent-1:not(.ql-direction-rtl){padding-left:4.5em}.ql-editor .ql-indent-1.ql-direction-rtl.ql-align-right{padding-right:3em}.ql-editor li.ql-indent-1.ql-direction-rtl.ql-align-right{padding-right:4.5em}.ql-editor .ql-indent-2:not(.ql-direction-rtl){padding-left:6em}.ql-editor li.ql-indent-2:not(.ql-direction-rtl){padding-left:7.5em}.ql-editor .ql-indent-2.ql-direction-rtl.ql-align-right{padding-right:6em}.ql-editor li.ql-indent-2.ql-direction-rtl.ql-align-right{padding-right:7.5em}.ql-editor .ql-indent-3:not(.ql-direction-rtl){padding-left:9em}.ql-editor li.ql-indent-3:not(.ql-direction-rtl){padding-left:10.5em}.ql-editor .ql-indent-3.ql-direction-rtl.ql-align-right{padding-right:9em}.ql-editor li.ql-indent-3.ql-direction-rtl.ql-align-right{padding-right:10.5em}.ql-editor .ql-indent-4:not(.ql-direction-rtl){padding-left:12em}.ql-editor li.ql-indent-4:not(.ql-direction-rtl){padding-left:13.5em}.ql-editor .ql-indent-4.ql-direction-rtl.ql-align-right{padding-right:12em}.ql-editor li.ql-indent-4.ql-direction-rtl.ql-align-right{padding-right:13.5em}.ql-editor .ql-indent-5:not(.ql-direction-rtl){padding-left:15em}.ql-editor li.ql-indent-5:not(.ql-direction-rtl){padding-left:16.5em}.ql-editor .ql-indent-5.ql-direction-rtl.ql-align-right{padding-right:15em}.ql-editor li.ql-indent-5.ql-direction-rtl.ql-align-right{padding-right:16.5em}.ql-editor .ql-indent-6:not(.ql-direction-rtl){padding-left:18em}.ql-editor li.ql-indent-6:not(.ql-direction-rtl){padding-left:19.5em}.ql-editor .ql-indent-6.ql-direction-rtl.ql-align-right{padding-right:18em}.ql-editor li.ql-indent-6.ql-direction-rtl.ql-align-right{padding-right:19.5em}.ql-editor .ql-indent-7:not(.ql-direction-rtl){padding-left:21em}.ql-editor li.ql-indent-7:not(.ql-direction-rtl){padding-left:22.5em}.ql-editor .ql-indent-7.ql-direction-rtl.ql-align-right{padding-right:21em}.ql-editor li.ql-indent-7.ql-direction-rtl.ql-align-right{padding-right:22.5em}.ql-editor .ql-indent-8:not(.ql-direction-rtl){padding-left:24em}.ql-editor li.ql-indent-8:not(.ql-direction-rtl){padding-left:25.5em}.ql-editor .ql-indent-8.ql-direction-rtl.ql-align-right{padding-right:24em}.ql-editor li.ql-indent-8.ql-direction-rtl.ql-align-right{padding-right:25.5em}.ql-editor .ql-indent-9:not(.ql-direction-rtl){padding-left:27em}.ql-editor li.ql-indent-9:not(.ql-direction-rtl){padding-left:28.5em}.ql-editor .ql-indent-9.ql-direction-rtl.ql-align-right{padding-right:27em}.ql-editor li.ql-indent-9.ql-direction-rtl.ql-align-right{padding-right:28.5em}.ql-editor li.ql-direction-rtl{padding-right:1.5em}.ql-editor li.ql-direction-rtl > .ql-ui:before{margin-left:.3em;margin-right:-1.5em;text-align:left}.ql-editor table{table-layout:fixed;width:100%}.ql-editor table td{outline:none}.ql-editor .ql-code-block-container{font-family:monospace}.ql-editor .ql-video{display:block;max-width:100%}.ql-editor .ql-video.ql-align-center{margin:0 auto}.ql-editor .ql-video.ql-align-right{margin:0 0 0 auto}.ql-editor .ql-bg-black{background-color:#000}.ql-editor .ql-bg-red{background-color:#e60000}.ql-editor .ql-bg-orange{background-color:#f90}.ql-editor .ql-bg-yellow{background-color:#ff0}.ql-editor .ql-bg-green{background-color:#008a00}.ql-editor .ql-bg-blue{background-color:#06c}.ql-editor .ql-bg-purple{background-color:#93f}.ql-editor .ql-color-white{color:#fff}.ql-editor .ql-color-red{color:#e60000}.ql-editor .ql-color-orange{color:#f90}.ql-editor .ql-color-yellow{color:#ff0}.ql-editor .ql-color-green{color:#008a00}.ql-editor .ql-color-blue{color:#06c}.ql-editor .ql-color-purple{color:#93f}.ql-editor .ql-font-serif{font-family:Georgia,Times New Roman,serif}.ql-editor .ql-font-monospace{font-family:Monaco,Courier New,monospace}.ql-editor .ql-size-small{font-size:.75em}.ql-editor .ql-size-large{font-size:1.5em}.ql-editor .ql-size-huge{font-size:2.5em}.ql-editor .ql-direction-rtl{direction:rtl;text-align:inherit}.ql-editor .ql-align-center{text-align:center}.ql-editor .ql-align-justify{text-align:justify}.ql-editor .ql-align-right{text-align:right}.ql-editor .ql-ui{position:absolute}.ql-editor.ql-blank::before{color:rgba(0,0,0,0.6);content:attr(data-placeholder);font-style:italic;left:15px;pointer-events:none;position:absolute;right:15px}.ql-snow.ql-toolbar:after,.ql-snow .ql-toolbar:after{clear:both;content:'';display:table}.ql-snow.ql-toolbar button,.ql-snow .ql-toolbar button{background:none;border:none;cursor:pointer;display:inline-block;float:left;height:24px;padding:3px 5px;width:28px}.ql-snow.ql-toolbar button svg,.ql-snow .ql-toolbar button svg{float:left;height:100%}.ql-snow.ql-toolbar button:active:hover,.ql-snow .ql-toolbar button:active:hover{outline:none}.ql-snow.ql-toolbar input.ql-image[type=file],.ql-snow .ql-toolbar input.ql-image[type=file]{display:none}.ql-snow.ql-toolbar button:hover,.ql-snow .ql-toolbar button:hover,.ql-snow.ql-toolbar button:focus,.ql-snow .ql-toolbar button:focus,.ql-snow.ql-toolbar button.ql-active,.ql-snow .ql-toolbar button.ql-active,.ql-snow.ql-toolbar .ql-picker-label:hover,.ql-snow .ql-toolbar .ql-picker-label:hover,.ql-snow.ql-toolbar .ql-picker-label.ql-active,.ql-snow .ql-toolbar .ql-picker-label.ql-active,.ql-snow.ql-toolbar .ql-picker-item:hover,.ql-snow .ql-toolbar .ql-picker-item:hover,.ql-snow.ql-toolbar .ql-picker-item.ql-selected,.ql-snow .ql-toolbar .ql-picker-item.ql-selected{color:#06c}.ql-snow.ql-toolbar button:hover .ql-fill,.ql-snow .ql-toolbar button:hover .ql-fill,.ql-snow.ql-toolbar button:focus .ql-fill,.ql-snow .ql-toolbar button:focus .ql-fill,.ql-snow.ql-toolbar button.ql-active .ql-fill,.ql-snow .ql-toolbar button.ql-active .ql-fill,.ql-snow.ql-toolbar .ql-picker-label:hover .ql-fill,.ql-snow .ql-toolbar .ql-picker-label:hover .ql-fill,.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-fill,.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-fill,.ql-snow.ql-toolbar .ql-picker-item:hover .ql-fill,.ql-snow .ql-toolbar .ql-picker-item:hover .ql-fill,.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-fill,.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-fill,.ql-snow.ql-toolbar button:hover .ql-stroke.ql-fill,.ql-snow .ql-toolbar button:hover .ql-stroke.ql-fill,.ql-snow.ql-toolbar button:focus .ql-stroke.ql-fill,.ql-snow .ql-toolbar button:focus .ql-stroke.ql-fill,.ql-snow.ql-toolbar button.ql-active .ql-stroke.ql-fill,.ql-snow .ql-toolbar button.ql-active .ql-stroke.ql-fill,.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill,.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill,.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill,.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill,.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill,.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill,.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill,.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill{fill:#06c}.ql-snow.ql-toolbar button:hover .ql-stroke,.ql-snow .ql-toolbar button:hover .ql-stroke,.ql-snow.ql-toolbar button:focus .ql-stroke,.ql-snow .ql-toolbar button:focus .ql-stroke,.ql-snow.ql-toolbar button.ql-active .ql-stroke,.ql-snow .ql-toolbar button.ql-active .ql-stroke,.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke,.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke,.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke,.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke,.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke,.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke,.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke,.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke,.ql-snow.ql-toolbar button:hover .ql-stroke-miter,.ql-snow .ql-toolbar button:hover .ql-stroke-miter,.ql-snow.ql-toolbar button:focus .ql-stroke-miter,.ql-snow .ql-toolbar button:focus .ql-stroke-miter,.ql-snow.ql-toolbar button.ql-active .ql-stroke-miter,.ql-snow .ql-toolbar button.ql-active .ql-stroke-miter,.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke-miter,.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke-miter,.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter,.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter,.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke-miter,.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke-miter,.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter,.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter{stroke:#06c}@media (pointer:coarse){.ql-snow.ql-toolbar button:hover:not(.ql-active),.ql-snow .ql-toolbar button:hover:not(.ql-active){color:#444}.ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-fill,.ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-fill,.ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke.ql-fill,.ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke.ql-fill{fill:#444}.ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke,.ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke,.ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke-miter,.ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke-miter{stroke:#444}}.ql-snow{box-sizing:border-box}.ql-snow *{box-sizing:border-box}.ql-snow .ql-hidden{display:none}.ql-snow .ql-out-bottom,.ql-snow .ql-out-top{visibility:hidden}.ql-snow .ql-tooltip{position:absolute;transform:translateY(10px)}.ql-snow .ql-tooltip a{cursor:pointer;text-decoration:none}.ql-snow .ql-tooltip.ql-flip{transform:translateY(-10px)}.ql-snow .ql-formats{display:inline-block;vertical-align:middle}.ql-snow .ql-formats:after{clear:both;content:'';display:table}.ql-snow .ql-stroke{fill:none;stroke:#444;stroke-linecap:round;stroke-linejoin:round;stroke-width:2}.ql-snow .ql-stroke-miter{fill:none;stroke:#444;stroke-miterlimit:10;stroke-width:2}.ql-snow .ql-fill,.ql-snow .ql-stroke.ql-fill{fill:#444}.ql-snow .ql-empty{fill:none}.ql-snow .ql-even{fill-rule:evenodd}.ql-snow .ql-thin,.ql-snow .ql-stroke.ql-thin{stroke-width:1}.ql-snow .ql-transparent{opacity:.4}.ql-snow .ql-direction svg:last-child{display:none}.ql-snow .ql-direction.ql-active svg:last-child{display:inline}.ql-snow .ql-direction.ql-active svg:first-child{display:none}.ql-snow .ql-editor h1{font-size:2em}.ql-snow .ql-editor h2{font-size:1.5em}.ql-snow .ql-editor h3{font-size:1.17em}.ql-snow .ql-editor h4{font-size:1em}.ql-snow .ql-editor h5{font-size:.83em}.ql-snow .ql-editor h6{font-size:.67em}.ql-snow .ql-editor a{text-decoration:underline}.ql-snow .ql-editor blockquote{border-left:4px solid #ccc;margin-bottom:5px;margin-top:5px;padding-left:16px}.ql-snow .ql-editor code,.ql-snow .ql-editor .ql-code-block-container{background-color:#f0f0f0;border-radius:3px}.ql-snow .ql-editor .ql-code-block-container{margin-bottom:5px;margin-top:5px;padding:5px 10px}.ql-snow .ql-editor code{font-size:85%;padding:2px 4px}.ql-snow .ql-editor .ql-code-block-container{background-color:#23241f;color:#f8f8f2;overflow:visible}.ql-snow .ql-editor img{max-width:100%}.ql-snow .ql-picker{color:#444;display:inline-block;float:left;font-size:14px;font-weight:500;height:24px;position:relative;vertical-align:middle}.ql-snow .ql-picker-label{cursor:pointer;display:inline-block;height:100%;padding-left:8px;padding-right:2px;position:relative;width:100%}.ql-snow .ql-picker-label::before{display:inline-block;line-height:22px}.ql-snow .ql-picker-options{background-color:#fff;display:none;min-width:100%;padding:4px 8px;position:absolute;white-space:nowrap}.ql-snow .ql-picker-options .ql-picker-item{cursor:pointer;display:block;padding-bottom:5px;padding-top:5px}.ql-snow .ql-picker.ql-expanded .ql-picker-label{color:#ccc;z-index:2}.ql-snow .ql-picker.ql-expanded .ql-picker-label .ql-fill{fill:#ccc}.ql-snow .ql-picker.ql-expanded .ql-picker-label .ql-stroke{stroke:#ccc}.ql-snow .ql-picker.ql-expanded .ql-picker-options{display:block;margin-top:-1px;top:100%;z-index:1}.ql-snow .ql-color-picker,.ql-snow .ql-icon-picker{width:28px}.ql-snow .ql-color-picker .ql-picker-label,.ql-snow .ql-icon-picker .ql-picker-label{padding:2px 4px}.ql-snow .ql-color-picker .ql-picker-label svg,.ql-snow .ql-icon-picker .ql-picker-label svg{right:4px}.ql-snow .ql-icon-picker .ql-picker-options{padding:4px 0}.ql-snow .ql-icon-picker .ql-picker-item{height:24px;width:24px;padding:2px 4px}.ql-snow .ql-color-picker .ql-picker-options{padding:3px 5px;width:152px}.ql-snow .ql-color-picker .ql-picker-item{border:1px solid transparent;float:left;height:16px;margin:2px;padding:0;width:16px}.ql-snow .ql-picker:not(.ql-color-picker):not(.ql-icon-picker) svg{position:absolute;margin-top:-9px;right:0;top:50%;width:18px}.ql-snow .ql-picker.ql-header .ql-picker-label[data-label]:not([data-label=''])::before,.ql-snow .ql-picker.ql-font .ql-picker-label[data-label]:not([data-label=''])::before,.ql-snow .ql-picker.ql-size .ql-picker-label[data-label]:not([data-label=''])::before,.ql-snow .ql-picker.ql-header .ql-picker-item[data-label]:not([data-label=''])::before,.ql-snow .ql-picker.ql-font .ql-picker-item[data-label]:not([data-label=''])::before,.ql-snow .ql-picker.ql-size .ql-picker-item[data-label]:not([data-label=''])::before{content:attr(data-label)}.ql-snow .ql-picker.ql-header{width:98px}.ql-snow .ql-picker.ql-header .ql-picker-label::before,.ql-snow .ql-picker.ql-header .ql-picker-item::before{content:'Normal'}.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="1"]::before,.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="1"]::before{content:'Heading 1'}.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="2"]::before,.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="2"]::before{content:'Heading 2'}.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="3"]::before,.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="3"]::before{content:'Heading 3'}.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="4"]::before,.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="4"]::before{content:'Heading 4'}.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="5"]::before,.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="5"]::before{content:'Heading 5'}.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="6"]::before,.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="6"]::before{content:'Heading 6'}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="1"]::before{font-size:2em}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="2"]::before{font-size:1.5em}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="3"]::before{font-size:1.17em}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="4"]::before{font-size:1em}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="5"]::before{font-size:.83em}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="6"]::before{font-size:.67em}.ql-snow .ql-picker.ql-font{width:108px}.ql-snow .ql-picker.ql-font .ql-picker-label::before,.ql-snow .ql-picker.ql-font .ql-picker-item::before{content:'Sans Serif'}.ql-snow .ql-picker.ql-font .ql-picker-label[data-value=serif]::before,.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=serif]::before{content:'Serif'}.ql-snow .ql-picker.ql-font .ql-picker-label[data-value=monospace]::before,.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=monospace]::before{content:'Monospace'}.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=serif]::before{font-family:Georgia,Times New Roman,serif}.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=monospace]::before{font-family:Monaco,Courier New,monospace}.ql-snow .ql-picker.ql-size{width:98px}.ql-snow .ql-picker.ql-size .ql-picker-label::before,.ql-snow .ql-picker.ql-size .ql-picker-item::before{content:'Normal'}.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=small]::before,.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=small]::before{content:'Small'}.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=large]::before,.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=large]::before{content:'Large'}.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=huge]::before,.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=huge]::before{content:'Huge'}.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=small]::before{font-size:10px}.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=large]::before{font-size:18px}.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=huge]::before{font-size:32px}.ql-snow .ql-color-picker.ql-background .ql-picker-item{background-color:#fff}.ql-snow .ql-color-picker.ql-color .ql-picker-item{background-color:#000}.ql-code-block-container{position:relative}.ql-code-block-container .ql-ui{right:5px;top:5px}.ql-toolbar.ql-snow{border:1px solid #ccc;box-sizing:border-box;font-family:'Helvetica Neue','Helvetica','Arial',sans-serif;padding:8px}.ql-toolbar.ql-snow .ql-formats{margin-right:15px}.ql-toolbar.ql-snow .ql-picker-label{border:1px solid transparent}.ql-toolbar.ql-snow .ql-picker-options{border:1px solid transparent;box-shadow:rgba(0,0,0,0.2) 0 2px 8px}.ql-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-label{border-color:#ccc}.ql-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-options{border-color:#ccc}.ql-toolbar.ql-snow .ql-color-picker .ql-picker-item.ql-selected,.ql-toolbar.ql-snow .ql-color-picker .ql-picker-item:hover{border-color:#000}.ql-toolbar.ql-snow + .ql-container.ql-snow{border-top:0}.ql-snow .ql-tooltip{background-color:#fff;border:1px solid #ccc;box-shadow:0 0 5px #ddd;color:#444;padding:5px 12px;white-space:nowrap}.ql-snow .ql-tooltip::before{content:"Visit URL:";line-height:26px;margin-right:8px}.ql-snow .ql-tooltip input[type=text]{display:none;border:1px solid #ccc;font-size:13px;height:26px;margin:0;padding:3px 5px;width:170px}.ql-snow .ql-tooltip a.ql-preview{display:inline-block;max-width:200px;overflow-x:hidden;text-overflow:ellipsis;vertical-align:top}.ql-snow .ql-tooltip a.ql-action::after{border-right:1px solid #ccc;content:'Edit';margin-left:16px;padding-right:8px}.ql-snow .ql-tooltip a.ql-remove::before{content:'Remove';margin-left:8px}.ql-snow .ql-tooltip a{line-height:26px}.ql-snow .ql-tooltip.ql-editing a.ql-preview,.ql-snow .ql-tooltip.ql-editing a.ql-remove{display:none}.ql-snow .ql-tooltip.ql-editing input[type=text]{display:inline-block}.ql-snow .ql-tooltip.ql-editing a.ql-action::after{border-right:0;content:'Save';padding-right:0}.ql-snow .ql-tooltip[data-mode=link]::before{content:"Enter link:"}.ql-snow .ql-tooltip[data-mode=formula]::before{content:"Enter formula:"}.ql-snow .ql-tooltip[data-mode=video]::before{content:"Enter video:"}.ql-snow a{color:#06c}.ql-container.ql-snow{border:1px solid #ccc}
.dokan-layout .ql-container{border-bottom-left-radius:.25rem;border-bottom-right-radius:.25rem;border-color:rgb(229, 231, 235, var(--tw-border-opacity, 1))}.dokan-layout .ql-snow.ql-toolbar{display:block;background:#f5f5f6;border-top-left-radius:.25rem;border-top-right-radius:.25rem;border-color:rgb(229, 231, 235, var(--tw-border-opacity, 1))}.dokan-layout .ql-editor{min-height:18em}.dokan-layout .ql-editor:focus-visible{outline-color:var(--dokan-button-border-color, #7047EB) !important}.dokan-layout .ql-editor.ql-blank::before{font-style:normal}*, ::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:  ;
} *:where(.dokan-layout,.dokan-layout *),
:where(.dokan-layout,.dokan-layout *)::before,
:where(.dokan-layout,.dokan-layout *)::after {
box-sizing: border-box; border-width: 0; border-style: solid; border-color: #e5e7eb; }
:where(.dokan-layout,.dokan-layout *)::before,
:where(.dokan-layout,.dokan-layout *)::after {
--tw-content: '';
} .dokan-layout {
line-height: 1.5; -webkit-text-size-adjust: 100%; -moz-tab-size: 4; -o-tab-size: 4;
tab-size: 4; font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; font-feature-settings: normal; font-variation-settings: normal; -webkit-tap-highlight-color: transparent; } .dokan-layout {
margin: 0; line-height: inherit; } hr:where(.dokan-layout,.dokan-layout *) {
height: 0; color: inherit; border-top-width: 1px; } abbr:where([title]):where(.dokan-layout,.dokan-layout *) {
-webkit-text-decoration: underline dotted;
text-decoration: underline dotted;
} h1:where(.dokan-layout,.dokan-layout *),
h2:where(.dokan-layout,.dokan-layout *),
h3:where(.dokan-layout,.dokan-layout *),
h4:where(.dokan-layout,.dokan-layout *),
h5:where(.dokan-layout,.dokan-layout *),
h6:where(.dokan-layout,.dokan-layout *) {
font-size: inherit;
font-weight: inherit;
} a:where(.dokan-layout,.dokan-layout *) {
color: inherit;
text-decoration: inherit;
} b:where(.dokan-layout,.dokan-layout *),
strong:where(.dokan-layout,.dokan-layout *) {
font-weight: bolder;
} code:where(.dokan-layout,.dokan-layout *),
kbd:where(.dokan-layout,.dokan-layout *),
samp:where(.dokan-layout,.dokan-layout *),
pre:where(.dokan-layout,.dokan-layout *) {
font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; font-feature-settings: normal; font-variation-settings: normal; font-size: 1em; } small:where(.dokan-layout,.dokan-layout *) {
font-size: 80%;
} sub:where(.dokan-layout,.dokan-layout *),
sup:where(.dokan-layout,.dokan-layout *) {
font-size: 75%;
line-height: 0;
position: relative;
vertical-align: baseline;
}
sub:where(.dokan-layout,.dokan-layout *) {
bottom: -0.25em;
}
sup:where(.dokan-layout,.dokan-layout *) {
top: -0.5em;
} table:where(.dokan-layout,.dokan-layout *) {
text-indent: 0; border-color: inherit; border-collapse: collapse; } button:where(.dokan-layout,.dokan-layout *),
input:where(.dokan-layout,.dokan-layout *),
optgroup:where(.dokan-layout,.dokan-layout *),
select:where(.dokan-layout,.dokan-layout *),
textarea:where(.dokan-layout,.dokan-layout *) {
font-family: inherit; font-feature-settings: inherit; font-variation-settings: inherit; font-size: 100%; font-weight: inherit; line-height: inherit; letter-spacing: inherit; color: inherit; margin: 0; padding: 0; } button:where(.dokan-layout,.dokan-layout *),
select:where(.dokan-layout,.dokan-layout *) {
text-transform: none;
} button:where(.dokan-layout,.dokan-layout *),
input:where([type='button']):where(.dokan-layout,.dokan-layout *),
input:where([type='reset']):where(.dokan-layout,.dokan-layout *),
input:where([type='submit']):where(.dokan-layout,.dokan-layout *) {
-webkit-appearance: button; background-color: transparent; background-image: none; } :-moz-focusring:where(.dokan-layout,.dokan-layout *) {
outline: auto;
} :-moz-ui-invalid:where(.dokan-layout,.dokan-layout *) {
box-shadow: none;
} progress:where(.dokan-layout,.dokan-layout *) {
vertical-align: baseline;
} :where(.dokan-layout,.dokan-layout *) ::-webkit-inner-spin-button,
:where(.dokan-layout,.dokan-layout *) ::-webkit-outer-spin-button {
height: auto;
} [type='search']:where(.dokan-layout,.dokan-layout *) {
-webkit-appearance: textfield; outline-offset: -2px; } :where(.dokan-layout,.dokan-layout *) ::-webkit-search-decoration {
-webkit-appearance: none;
} :where(.dokan-layout,.dokan-layout *) ::-webkit-file-upload-button {
-webkit-appearance: button; font: inherit; } summary:where(.dokan-layout,.dokan-layout *) {
display: list-item;
} blockquote:where(.dokan-layout,.dokan-layout *),
dl:where(.dokan-layout,.dokan-layout *),
dd:where(.dokan-layout,.dokan-layout *),
h1:where(.dokan-layout,.dokan-layout *),
h2:where(.dokan-layout,.dokan-layout *),
h3:where(.dokan-layout,.dokan-layout *),
h4:where(.dokan-layout,.dokan-layout *),
h5:where(.dokan-layout,.dokan-layout *),
h6:where(.dokan-layout,.dokan-layout *),
hr:where(.dokan-layout,.dokan-layout *),
figure:where(.dokan-layout,.dokan-layout *),
p:where(.dokan-layout,.dokan-layout *),
pre:where(.dokan-layout,.dokan-layout *) {
margin: 0;
}
fieldset:where(.dokan-layout,.dokan-layout *) {
margin: 0;
padding: 0;
}
legend:where(.dokan-layout,.dokan-layout *) {
padding: 0;
}
ol:where(.dokan-layout,.dokan-layout *),
ul:where(.dokan-layout,.dokan-layout *),
menu:where(.dokan-layout,.dokan-layout *) {
list-style: none;
margin: 0;
padding: 0;
} dialog:where(.dokan-layout,.dokan-layout *) {
padding: 0;
} textarea:where(.dokan-layout,.dokan-layout *) {
resize: vertical;
} :where(.dokan-layout,.dokan-layout *) input::-moz-placeholder, :where(.dokan-layout,.dokan-layout *) textarea::-moz-placeholder {
opacity: 1; color: #9ca3af; }
:where(.dokan-layout,.dokan-layout *) input::placeholder,
:where(.dokan-layout,.dokan-layout *) textarea::placeholder {
opacity: 1; color: #9ca3af; } button:where(.dokan-layout,.dokan-layout *),
[role="button"]:where(.dokan-layout,.dokan-layout *) {
cursor: pointer;
} :disabled:where(.dokan-layout,.dokan-layout *) {
cursor: default;
} img:where(.dokan-layout,.dokan-layout *),
svg:where(.dokan-layout,.dokan-layout *),
video:where(.dokan-layout,.dokan-layout *),
canvas:where(.dokan-layout,.dokan-layout *),
audio:where(.dokan-layout,.dokan-layout *),
iframe:where(.dokan-layout,.dokan-layout *),
embed:where(.dokan-layout,.dokan-layout *),
object:where(.dokan-layout,.dokan-layout *) {
display: block; vertical-align: middle; } img:where(.dokan-layout,.dokan-layout *),
video:where(.dokan-layout,.dokan-layout *) {
max-width: 100%;
height: auto;
} [hidden]:where(:not([hidden="until-found"])):where(.dokan-layout,.dokan-layout *) {
display: none;
}
input:where([type='text']),input:where(:not([type])),input:where([type='email']),input:where([type='url']),input:where([type='password']),input:where([type='number']),input:where([type='date']),input:where([type='datetime-local']),input:where([type='month']),input:where([type='search']),input:where([type='tel']),input:where([type='time']),input:where([type='week']),select:where([multiple]),textarea,select {
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
background-color: #fff;
border-color: #6b7280;
border-width: 1px;
border-radius: 0px;
padding-top: 0.5rem;
padding-right: 0.75rem;
padding-bottom: 0.5rem;
padding-left: 0.75rem;
font-size: 1rem;
line-height: 1.5rem;
--tw-shadow: 0 0 #0000;
}
input:where([type='text']):focus, input:where(:not([type])):focus, input:where([type='email']):focus, input:where([type='url']):focus, input:where([type='password']):focus, input:where([type='number']):focus, input:where([type='date']):focus, input:where([type='datetime-local']):focus, input:where([type='month']):focus, input:where([type='search']):focus, input:where([type='tel']):focus, input:where([type='time']):focus, input:where([type='week']):focus, select:where([multiple]):focus, textarea:focus, select:focus {
outline: 2px solid transparent;
outline-offset: 2px;
--tw-ring-inset: var(--tw-empty,  );
--tw-ring-offset-width: 0px;
--tw-ring-offset-color: #fff;
--tw-ring-color: #2563eb;
--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
border-color: #2563eb;
}
input::-moz-placeholder, textarea::-moz-placeholder {
color: #6b7280;
opacity: 1;
}
input::placeholder,textarea::placeholder {
color: #6b7280;
opacity: 1;
}
::-webkit-datetime-edit-fields-wrapper {
padding: 0;
}
::-webkit-date-and-time-value {
min-height: 1.5em;
text-align: inherit;
}
::-webkit-datetime-edit {
display: inline-flex;
}
::-webkit-datetime-edit,::-webkit-datetime-edit-year-field,::-webkit-datetime-edit-month-field,::-webkit-datetime-edit-day-field,::-webkit-datetime-edit-hour-field,::-webkit-datetime-edit-minute-field,::-webkit-datetime-edit-second-field,::-webkit-datetime-edit-millisecond-field,::-webkit-datetime-edit-meridiem-field {
padding-top: 0;
padding-bottom: 0;
}
select {
background-image: url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 fill=%27none%27 viewBox=%270 0 20 20%27%3e%3cpath stroke=%27%236b7280%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27 stroke-width=%271.5%27 d=%27M6 8l4 4 4-4%27/%3e%3c/svg%3e");
background-position: right 0.5rem center;
background-repeat: no-repeat;
background-size: 1.5em 1.5em;
padding-right: 2.5rem;
-webkit-print-color-adjust: exact;
print-color-adjust: exact;
}
select:where([multiple]),select:where([size]:not([size="1"])) {
background-image: initial;
background-position: initial;
background-repeat: unset;
background-size: initial;
padding-right: 0.75rem;
-webkit-print-color-adjust: unset;
print-color-adjust: unset;
}
input:where([type='checkbox']),input:where([type='radio']) {
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
padding: 0;
-webkit-print-color-adjust: exact;
print-color-adjust: exact;
display: inline-block;
vertical-align: middle;
background-origin: border-box;
-webkit-user-select: none;
-moz-user-select: none;
user-select: none;
flex-shrink: 0;
height: 1rem;
width: 1rem;
color: #2563eb;
background-color: #fff;
border-color: #6b7280;
border-width: 1px;
--tw-shadow: 0 0 #0000;
}
input:where([type='checkbox']) {
border-radius: 0px;
}
input:where([type='radio']) {
border-radius: 100%;
}
input:where([type='checkbox']):focus,input:where([type='radio']):focus {
outline: 2px solid transparent;
outline-offset: 2px;
--tw-ring-inset: var(--tw-empty,  );
--tw-ring-offset-width: 2px;
--tw-ring-offset-color: #fff;
--tw-ring-color: #2563eb;
--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
}
input:where([type='checkbox']):checked,input:where([type='radio']):checked {
border-color: transparent;
background-color: currentColor;
background-size: 100% 100%;
background-position: center;
background-repeat: no-repeat;
}
input:where([type='checkbox']):checked {
background-image: url("data:image/svg+xml,%3csvg viewBox=%270 0 16 16%27 fill=%27white%27 xmlns=%27http://www.w3.org/2000/svg%27%3e%3cpath d=%27M12.207 4.793a1 1 0 010 1.414l-5 5a1 1 0 01-1.414 0l-2-2a1 1 0 011.414-1.414L6.5 9.086l4.293-4.293a1 1 0 011.414 0z%27/%3e%3c/svg%3e");
}
@media (forced-colors: active)  {
input:where([type='checkbox']):checked {
-webkit-appearance: auto;
-moz-appearance: auto;
appearance: auto;
}
}
input:where([type='radio']):checked {
background-image: url("data:image/svg+xml,%3csvg viewBox=%270 0 16 16%27 fill=%27white%27 xmlns=%27http://www.w3.org/2000/svg%27%3e%3ccircle cx=%278%27 cy=%278%27 r=%273%27/%3e%3c/svg%3e");
}
@media (forced-colors: active)  {
input:where([type='radio']):checked {
-webkit-appearance: auto;
-moz-appearance: auto;
appearance: auto;
}
}
input:where([type='checkbox']):checked:hover,input:where([type='checkbox']):checked:focus,input:where([type='radio']):checked:hover,input:where([type='radio']):checked:focus {
border-color: transparent;
background-color: currentColor;
}
input:where([type='checkbox']):indeterminate {
background-image: url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 fill=%27none%27 viewBox=%270 0 16 16%27%3e%3cpath stroke=%27white%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27 stroke-width=%272%27 d=%27M4 8h8%27/%3e%3c/svg%3e");
border-color: transparent;
background-color: currentColor;
background-size: 100% 100%;
background-position: center;
background-repeat: no-repeat;
}
@media (forced-colors: active)  {
input:where([type='checkbox']):indeterminate {
-webkit-appearance: auto;
-moz-appearance: auto;
appearance: auto;
}
}
input:where([type='checkbox']):indeterminate:hover,input:where([type='checkbox']):indeterminate:focus {
border-color: transparent;
background-color: currentColor;
}
input:where([type='file']) {
background: unset;
border-color: inherit;
border-width: 0;
border-radius: 0;
padding: 0;
font-size: unset;
line-height: inherit;
}
input:where([type='file']):focus {
outline: 1px solid ButtonText;
outline: 1px auto -webkit-focus-ring-color;
}:root{--colors-primary-500: var(--dokan-button-border-color, #7047EB);--wp-components-color-accent: var(--dokan-button-background-color, #7047EB);--wp-components-color-accent-darker-20: var(--dokan-button-hover-background-color, #502BBF)}#headlessui-portal-root{display:none}#headlessui-portal-root.dokan-layout button[type=button]:is(.absolute.right-2.top-2) {
border-radius: 9999px;
padding-top: 0.125rem;
padding-bottom: 0.125rem;
padding-left: 0.375rem;
padding-right: 0.375rem;
}#headlessui-portal-root.dokan-layout button[type=button]:is(.absolute.right-2.top-2):hover {
--tw-bg-opacity: 1;
background-color: rgb(254 242 242 / var(--tw-bg-opacity, 1));
--tw-text-opacity: 1;
color: rgb(239 68 68 / var(--tw-text-opacity, 1));
--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
--tw-ring-opacity: 1;
--tw-ring-color: rgb(239 68 68 / var(--tw-ring-opacity, 1));
--tw-ring-offset-width: 2px;
}.dokan-layout table:not(.dataviews-view-table),.dokan-layout table:not(.dataviews-view-table) th,.dokan-layout table:not(.dataviews-view-table) td{margin:0;padding:0;border:0;border-spacing:0;border-collapse:collapse;font-size:inherit;font-weight:inherit;text-align:inherit;vertical-align:inherit;box-sizing:border-box}.dokan-layout a:focus:not([role=switch],[role=combobox]),.dokan-layout button:focus:not([role=switch],[role=combobox]),.dokan-layout .button.alt:focus:not([role=switch],[role=combobox]),.dokan-layout textarea:focus:not([role=switch],[role=combobox]),.dokan-layout input[type=button]:focus:not([role=switch],[role=combobox]),.dokan-layout input[type=reset]:focus:not([role=switch],[role=combobox]),.dokan-layout input[type=submit]:focus:not([role=switch],[role=combobox]),.dokan-layout input[type=tel]:focus:not([role=switch],[role=combobox]),.dokan-layout input[type=url]:focus:not([role=switch],[role=combobox]),.dokan-layout input[type=password]:focus:not([role=switch],[role=combobox]),.dokan-layout input[type=search]:focus:not([role=switch],[role=combobox]){outline-color:var(--dokan-button-border-color, #7047EB)}.dokan-layout  a:not(.dokan-btn):not([class*=dokan-btn-],.skip-color-module) {
color: var(--dokan-link-color, #7047EB);
transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
transition-duration: 200ms;
}.dokan-layout  a:not(.dokan-btn):not([class*=dokan-btn-],.skip-color-module):hover,:is(.dokan-layout a:not(.dokan-btn):not([class*=dokan-btn-],.skip-color-module):focus) {
color: var(--dokan-link-hover-color, var(--dokan-sidebar-background-color, #322067));
}.dokan-layout  input[type=checkbox]::before {
--tw-content: '' !important;
content: var(--tw-content) !important;
}.dokan-layout textarea:focus,.dokan-layout input[type=text]:focus,.dokan-layout input[type=number]:focus{outline-offset:0}.dokan-layout .dokan-date-range-picker .woocommerce-calendar__react-dates .CalendarDay__selected_span{background:var(--dokan-button-background-color, #7047EB) !important;border:1px solid #ccc}.dokan-layout .dokan-date-range-picker .woocommerce-calendar__react-dates .CalendarDay__selected_span:hover{background:var(--dokan-button-hover-background-color, #502BBF) !important;border:1px solid #f0f0f0}.dokan-layout .dokan-date-range-picker .woocommerce-calendar__react-dates .CalendarDay__selected{background:var(--dokan-button-background-color, #7047EB) !important;border:1px solid #ccc}.dokan-layout .dokan-date-range-picker .woocommerce-calendar__react-dates .CalendarDay__selected:hover{background:var(--dokan-button-hover-background-color, #502BBF) !important;border:1px solid #f0f0f0}.dokan-layout .dokan-date-range-picker .woocommerce-calendar__react-dates .CalendarDay__hovered_span{background:var(--dokan-button-hover-background-color, #502BBF) !important;border:1px solid #f0f0f0;color:#fff}.dokan-layout h1,.dokan-layout h2,.dokan-layout h3,.dokan-layout h4,.dokan-layout h5,.dokan-layout h6{padding:0;margin:0}.dokan-layout .dokan-select-addon .react-select__control span{margin:0 !important;background-color:#eaeaea;padding:12px;border-radius:5px 0 0 5px}button[data-headlessui-state=checked]:hover,button[data-headlessui-state=checked]:focus{background-color:var(--dokan-button-background-color, #7047EB) !important}div[data-radix-popper-content-wrapper],div[data-headlessui-state=open][role=dialog]{z-index:999 !important}.dokan-react-time-picker .components-base-control__field:has(.components-toggle-group-control){border:1px solid var(--dokan-button-border-color, #7047EB) !important;border-radius:2px}.dokan-react-time-picker .components-base-control__field:has(.components-toggle-group-control):focus-within{border-color:var(--dokan-button-background-color, #7047EB) !important}.dokan-react-time-picker .components-toggle-group-control{border:none}.dokan-react-time-picker .components-toggle-group-control .components-toggle-group-control-option-base[aria-checked=false]{color:var(--wp-components-color-foreground, #1e1e1e)}.dokan-react-time-picker .components-toggle-group-control::before{left:.75px;background-color:var(--dokan-button-background-color, #7047EB) !important}.dokan-react-time-picker .components-toggle-group-control:focus-within{border:none;box-shadow:none}.dokan-react-time-picker .components-datetime__time-field{border-radius:2px;border:1px solid var(--dokan-button-border-color, #7047EB) !important}.dokan-react-time-picker .components-datetime__time-field .components-datetime__time-separator,.dokan-react-time-picker .components-datetime__time-field .components-input-control__backdrop{border:none !important}.dokan-react-time-picker .components-datetime__time-field .components-input-control__input:focus~.components-input-control__backdrop{box-shadow:none !important}.dokan-react-time-picker .components-datetime__time-field:focus-within{border-color:var(--dokan-button-background-color, #7047EB) !important}.dokan-react-time-picker .delivery-field-error .components-base-control__field:has(.components-toggle-group-control){border-color:red !important}.dokan-react-time-picker .delivery-field-error .components-datetime__time-field{border-color:red !important}.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;
}
}.dokan-layout .sr-only {
position: absolute;
width: 1px;
height: 1px;
padding: 0;
margin: -1px;
overflow: hidden;
clip: rect(0, 0, 0, 0);
white-space: nowrap;
border-width: 0;
}.dokan-layout .pointer-events-none {
pointer-events: none;
}.dokan-layout .visible {
visibility: visible;
}.dokan-layout .invisible {
visibility: hidden;
}.dokan-layout .static {
position: static;
}.dokan-layout .fixed {
position: fixed;
}.dokan-layout .absolute {
position: absolute;
}.dokan-layout .relative {
position: relative;
}.dokan-layout .sticky {
position: sticky;
}.dokan-layout .inset-0 {
inset: 0px;
}.dokan-layout .-bottom-1 {
bottom: -0.25rem;
}.dokan-layout .-bottom-12 {
bottom: -3rem;
}.dokan-layout .-right-2 {
right: -0.5rem;
}.dokan-layout .-start-6 {
inset-inline-start: -1.5rem;
}.dokan-layout .-top-1 {
top: -0.25rem;
}.dokan-layout .-top-2 {
top: -0.5rem;
}.dokan-layout .bottom-0 {
bottom: 0px;
}.dokan-layout .bottom-full {
bottom: 100%;
}.dokan-layout .left-0 {
left: 0px;
}.dokan-layout .left-1\/2 {
left: 50%;
}.dokan-layout .left-12 {
left: 3rem;
}.dokan-layout .left-3 {
left: 0.75rem;
}.dokan-layout .left-8 {
left: 2rem;
}.dokan-layout .left-\[-190px\] {
left: -190px;
}.dokan-layout .left-\[-32px\] {
left: -32px;
}.dokan-layout .left-\[-400px\] {
left: -400px;
}.dokan-layout .left-\[10\%\] {
left: 10%;
}.dokan-layout .left-\[15\%\] {
left: 15%;
}.dokan-layout .left-\[270px\] {
left: 270px;
}.dokan-layout .left-\[calc\(100\%-1200px\)\] {
left: calc(100% - 1200px);
}.dokan-layout .left-\[calc\(100\%-213px\)\] {
left: calc(100% - 213px);
}.dokan-layout .right-0 {
right: 0px;
}.dokan-layout .right-0\.5 {
right: 0.125rem;
}.dokan-layout .right-1 {
right: 0.25rem;
}.dokan-layout .right-2 {
right: 0.5rem;
}.dokan-layout .right-3 {
right: 0.75rem;
}.dokan-layout .right-4 {
right: 1rem;
}.dokan-layout .right-6 {
right: 1.5rem;
}.dokan-layout .right-8 {
right: 2rem;
}.dokan-layout .top-0 {
top: 0px;
}.dokan-layout .top-0\.5 {
top: 0.125rem;
}.dokan-layout .top-1 {
top: 0.25rem;
}.dokan-layout .top-1\/2 {
top: 50%;
}.dokan-layout .top-4 {
top: 1rem;
}.dokan-layout .top-6 {
top: 1.5rem;
}.dokan-layout .top-8 {
top: 2rem;
}.dokan-layout .top-\[-107px\] {
top: -107px;
}.dokan-layout .top-\[-375px\] {
top: -375px;
}.dokan-layout .top-\[-42px\] {
top: -42px;
}.dokan-layout .top-\[-63\%\] {
top: -63%;
}.dokan-layout .top-\[-83px\] {
top: -83px;
}.dokan-layout .top-\[17\%\] {
top: 17%;
}.dokan-layout .top-\[27\%\] {
top: 27%;
}.dokan-layout .top-\[30px\] {
top: 30px;
}.dokan-layout .top-\[32px\] {
top: 32px;
}.dokan-layout .top-\[37px\] {
top: 37px;
}.dokan-layout .top-\[calc\(100\%-114px\)\] {
top: calc(100% - 114px);
}.dokan-layout .top-full {
top: 100%;
}.dokan-layout .z-10 {
z-index: 10;
}.dokan-layout .z-20 {
z-index: 20;
}.dokan-layout .z-50 {
z-index: 50;
}.dokan-layout .z-\[1\] {
z-index: 1;
}.dokan-layout .z-\[9999\] {
z-index: 9999;
}.dokan-layout .col-span-12 {
grid-column: span 12 / span 12;
}.dokan-layout .col-span-4 {
grid-column: span 4 / span 4;
}.dokan-layout .\!m-0 {
margin: 0px !important;
}.dokan-layout .-m-4 {
margin: -1rem;
}.dokan-layout .m-0 {
margin: 0px;
}.dokan-layout .m-4 {
margin: 1rem;
}.dokan-layout .mx-0 {
margin-left: 0px;
margin-right: 0px;
}.dokan-layout .mx-1 {
margin-left: 0.25rem;
margin-right: 0.25rem;
}.dokan-layout .mx-2 {
margin-left: 0.5rem;
margin-right: 0.5rem;
}.dokan-layout .mx-auto {
margin-left: auto;
margin-right: auto;
}.dokan-layout .my-4 {
margin-top: 1rem;
margin-bottom: 1rem;
}.dokan-layout .my-6 {
margin-top: 1.5rem;
margin-bottom: 1.5rem;
}.dokan-layout .my-8 {
margin-top: 2rem;
margin-bottom: 2rem;
}.dokan-layout .\!ml-0 {
margin-left: 0px !important;
}.dokan-layout .\!ml-\[15px\] {
margin-left: 15px !important;
}.dokan-layout .\!mr-\[15px\] {
margin-right: 15px !important;
}.dokan-layout .\!mt-0 {
margin-top: 0px !important;
}.dokan-layout .-mb-1 {
margin-bottom: -0.25rem;
}.dokan-layout .-mb-\[65px\] {
margin-bottom: -65px;
}.dokan-layout .-mb-px {
margin-bottom: -1px;
}.dokan-layout .-ml-4 {
margin-left: -1rem;
}.dokan-layout .-mt-1 {
margin-top: -0.25rem;
}.dokan-layout .-mt-10 {
margin-top: -2.5rem;
}.dokan-layout .-mt-16 {
margin-top: -4rem;
}.dokan-layout .-mt-4 {
margin-top: -1rem;
}.dokan-layout .mb-0 {
margin-bottom: 0px;
}.dokan-layout .mb-1 {
margin-bottom: 0.25rem;
}.dokan-layout .mb-10 {
margin-bottom: 2.5rem;
}.dokan-layout .mb-12 {
margin-bottom: 3rem;
}.dokan-layout .mb-14 {
margin-bottom: 3.5rem;
}.dokan-layout .mb-2 {
margin-bottom: 0.5rem;
}.dokan-layout .mb-2\.5 {
margin-bottom: 0.625rem;
}.dokan-layout .mb-3 {
margin-bottom: 0.75rem;
}.dokan-layout .mb-4 {
margin-bottom: 1rem;
}.dokan-layout .mb-5 {
margin-bottom: 1.25rem;
}.dokan-layout .mb-6 {
margin-bottom: 1.5rem;
}.dokan-layout .mb-7 {
margin-bottom: 1.75rem;
}.dokan-layout .mb-8 {
margin-bottom: 2rem;
}.dokan-layout .mb-\[22px\] {
margin-bottom: 22px;
}.dokan-layout .mb-\[24px\] {
margin-bottom: 24px;
}.dokan-layout .ml-0 {
margin-left: 0px;
}.dokan-layout .ml-1 {
margin-left: 0.25rem;
}.dokan-layout .ml-1\.5 {
margin-left: 0.375rem;
}.dokan-layout .ml-16 {
margin-left: 4rem;
}.dokan-layout .ml-2 {
margin-left: 0.5rem;
}.dokan-layout .ml-3 {
margin-left: 0.75rem;
}.dokan-layout .ml-4 {
margin-left: 1rem;
}.dokan-layout .ml-5 {
margin-left: 1.25rem;
}.dokan-layout .ml-6 {
margin-left: 1.5rem;
}.dokan-layout .ml-60 {
margin-left: 15rem;
}.dokan-layout .ml-\[5px\] {
margin-left: 5px;
}.dokan-layout .ml-auto {
margin-left: auto;
}.dokan-layout .mr-0 {
margin-right: 0px;
}.dokan-layout .mr-1\.5 {
margin-right: 0.375rem;
}.dokan-layout .mr-2 {
margin-right: 0.5rem;
}.dokan-layout .mr-2\.5 {
margin-right: 0.625rem;
}.dokan-layout .mr-20 {
margin-right: 5rem;
}.dokan-layout .mr-3 {
margin-right: 0.75rem;
}.dokan-layout .mr-4 {
margin-right: 1rem;
}.dokan-layout .mr-5 {
margin-right: 1.25rem;
}.dokan-layout .mr-auto {
margin-right: auto;
}.dokan-layout .ms-10 {
margin-inline-start: 2.5rem;
}.dokan-layout .mt-0 {
margin-top: 0px;
}.dokan-layout .mt-0\.5 {
margin-top: 0.125rem;
}.dokan-layout .mt-1 {
margin-top: 0.25rem;
}.dokan-layout .mt-1\.5 {
margin-top: 0.375rem;
}.dokan-layout .mt-10 {
margin-top: 2.5rem;
}.dokan-layout .mt-12 {
margin-top: 3rem;
}.dokan-layout .mt-16 {
margin-top: 4rem;
}.dokan-layout .mt-2 {
margin-top: 0.5rem;
}.dokan-layout .mt-2\.5 {
margin-top: 0.625rem;
}.dokan-layout .mt-3 {
margin-top: 0.75rem;
}.dokan-layout .mt-4 {
margin-top: 1rem;
}.dokan-layout .mt-5 {
margin-top: 1.25rem;
}.dokan-layout .mt-6 {
margin-top: 1.5rem;
}.dokan-layout .mt-8 {
margin-top: 2rem;
}.dokan-layout .mt-\[-13px\] {
margin-top: -13px;
}.dokan-layout .mt-\[-25px\] {
margin-top: -25px;
}.dokan-layout .mt-\[24px\] {
margin-top: 24px;
}.dokan-layout .mt-\[2px\] {
margin-top: 2px;
}.dokan-layout .mt-auto {
margin-top: auto;
}.dokan-layout .box-border {
box-sizing: border-box;
}.dokan-layout .box-content {
box-sizing: content-box;
}.dokan-layout .line-clamp-2 {
overflow: hidden;
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 2;
}.dokan-layout .block {
display: block;
}.dokan-layout .inline-block {
display: inline-block;
}.dokan-layout .inline {
display: inline;
}.dokan-layout .\!flex {
display: flex !important;
}.dokan-layout .flex {
display: flex;
}.dokan-layout .inline-flex {
display: inline-flex;
}.dokan-layout .table {
display: table;
}.dokan-layout .table-column {
display: table-column;
}.dokan-layout .table-row {
display: table-row;
}.dokan-layout .grid {
display: grid;
}.dokan-layout .\!hidden {
display: none !important;
}.dokan-layout .hidden {
display: none;
}.dokan-layout .aspect-video {
aspect-ratio: 16 / 9;
}.dokan-layout .size-5 {
width: 1.25rem;
height: 1.25rem;
}.dokan-layout .\!h-10 {
height: 2.5rem !important;
}.dokan-layout .\!h-\[26px\] {
height: 26px !important;
}.dokan-layout .\!h-\[40px\] {
height: 40px !important;
}.dokan-layout .\!h-full {
height: 100% !important;
}.dokan-layout .h-1\.5 {
height: 0.375rem;
}.dokan-layout .h-1\/2 {
height: 50%;
}.dokan-layout .h-10 {
height: 2.5rem;
}.dokan-layout .h-12 {
height: 3rem;
}.dokan-layout .h-14 {
height: 3.5rem;
}.dokan-layout .h-16 {
height: 4rem;
}.dokan-layout .h-2 {
height: 0.5rem;
}.dokan-layout .h-2\.5 {
height: 0.625rem;
}.dokan-layout .h-2\/4 {
height: 50%;
}.dokan-layout .h-20 {
height: 5rem;
}.dokan-layout .h-28 {
height: 7rem;
}.dokan-layout .h-3 {
height: 0.75rem;
}.dokan-layout .h-3\.5 {
height: 0.875rem;
}.dokan-layout .h-32 {
height: 8rem;
}.dokan-layout .h-36 {
height: 9rem;
}.dokan-layout .h-4 {
height: 1rem;
}.dokan-layout .h-40 {
height: 10rem;
}.dokan-layout .h-48 {
height: 12rem;
}.dokan-layout .h-5 {
height: 1.25rem;
}.dokan-layout .h-6 {
height: 1.5rem;
}.dokan-layout .h-7 {
height: 1.75rem;
}.dokan-layout .h-8 {
height: 2rem;
}.dokan-layout .h-80 {
height: 20rem;
}.dokan-layout .h-\[1\.5rem\] {
height: 1.5rem;
}.dokan-layout .h-\[127px\] {
height: 127px;
}.dokan-layout .h-\[140px\] {
height: 140px;
}.dokan-layout .h-\[150px\] {
height: 150px;
}.dokan-layout .h-\[18px\] {
height: 18px;
}.dokan-layout .h-\[1px\] {
height: 1px;
}.dokan-layout .h-\[214px\] {
height: 214px;
}.dokan-layout .h-\[218px\] {
height: 218px;
}.dokan-layout .h-\[21rem\] {
height: 21rem;
}.dokan-layout .h-\[25px\] {
height: 25px;
}.dokan-layout .h-\[26px\] {
height: 26px;
}.dokan-layout .h-\[27px\] {
height: 27px;
}.dokan-layout .h-\[28px\] {
height: 28px;
}.dokan-layout .h-\[298px\] {
height: 298px;
}.dokan-layout .h-\[2px\] {
height: 2px;
}.dokan-layout .h-\[30px\] {
height: 30px;
}.dokan-layout .h-\[325px\] {
height: 325px;
}.dokan-layout .h-\[35px\] {
height: 35px;
}.dokan-layout .h-\[36px\] {
height: 36px;
}.dokan-layout .h-\[3rem\] {
height: 3rem;
}.dokan-layout .h-\[44px\] {
height: 44px;
}.dokan-layout .h-\[48px\] {
height: 48px;
}.dokan-layout .h-\[500px\] {
height: 500px;
}.dokan-layout .h-\[52px\] {
height: 52px;
}.dokan-layout .h-\[600px\] {
height: 600px;
}.dokan-layout .h-\[800px\] {
height: 800px;
}.dokan-layout .h-\[85px\] {
height: 85px;
}.dokan-layout .h-\[92\.5px\] {
height: 92.5px;
}.dokan-layout .h-auto {
height: auto;
}.dokan-layout .h-fit {
height: -moz-fit-content;
height: fit-content;
}.dokan-layout .h-full {
height: 100%;
}.dokan-layout .h-px {
height: 1px;
}.dokan-layout .h-screen {
height: 100vh;
}.dokan-layout .max-h-0 {
max-height: 0px;
}.dokan-layout .max-h-64 {
max-height: 16rem;
}.dokan-layout .max-h-96 {
max-height: 24rem;
}.dokan-layout .max-h-\[280px\] {
max-height: 280px;
}.dokan-layout .max-h-\[500px\] {
max-height: 500px;
}.dokan-layout .max-h-\[647px\] {
max-height: 647px;
}.dokan-layout .max-h-\[calc\(100vh-220px\)\] {
max-height: calc(100vh - 220px);
}.dokan-layout .max-h-full {
max-height: 100%;
}.dokan-layout .\!min-h-\[max-content\] {
min-height: -moz-max-content !important;
min-height: max-content !important;
}.dokan-layout .min-h-20 {
min-height: 5rem;
}.dokan-layout .min-h-48 {
min-height: 12rem;
}.dokan-layout .min-h-\[100px\] {
min-height: 100px;
}.dokan-layout .min-h-\[150px\] {
min-height: 150px;
}.dokan-layout .min-h-\[194px\] {
min-height: 194px;
}.dokan-layout .min-h-\[200px\] {
min-height: 200px;
}.dokan-layout .min-h-\[203px\] {
min-height: 203px;
}.dokan-layout .min-h-\[3rem\] {
min-height: 3rem;
}.dokan-layout .min-h-\[500px\] {
min-height: 500px;
}.dokan-layout .min-h-screen {
min-height: 100vh;
}.dokan-layout .\!w-\[350px\] {
width: 350px !important;
}.dokan-layout .\!w-\[80px\] {
width: 80px !important;
}.dokan-layout .\!w-full {
width: 100% !important;
}.dokan-layout .w-0 {
width: 0px;
}.dokan-layout .w-1\.5 {
width: 0.375rem;
}.dokan-layout .w-1\/2 {
width: 50%;
}.dokan-layout .w-1\/3 {
width: 33.333333%;
}.dokan-layout .w-1\/4 {
width: 25%;
}.dokan-layout .w-10 {
width: 2.5rem;
}.dokan-layout .w-12 {
width: 3rem;
}.dokan-layout .w-14 {
width: 3.5rem;
}.dokan-layout .w-16 {
width: 4rem;
}.dokan-layout .w-2 {
width: 0.5rem;
}.dokan-layout .w-2\.5 {
width: 0.625rem;
}.dokan-layout .w-2\/3 {
width: 66.666667%;
}.dokan-layout .w-20 {
width: 5rem;
}.dokan-layout .w-24 {
width: 6rem;
}.dokan-layout .w-28 {
width: 7rem;
}.dokan-layout .w-3 {
width: 0.75rem;
}.dokan-layout .w-3\.5 {
width: 0.875rem;
}.dokan-layout .w-3\/4 {
width: 75%;
}.dokan-layout .w-3\/6 {
width: 50%;
}.dokan-layout .w-32 {
width: 8rem;
}.dokan-layout .w-36 {
width: 9rem;
}.dokan-layout .w-4 {
width: 1rem;
}.dokan-layout .w-4\/6 {
width: 66.666667%;
}.dokan-layout .w-40 {
width: 10rem;
}.dokan-layout .w-44 {
width: 11rem;
}.dokan-layout .w-48 {
width: 12rem;
}.dokan-layout .w-5 {
width: 1.25rem;
}.dokan-layout .w-5\/6 {
width: 83.333333%;
}.dokan-layout .w-6 {
width: 1.5rem;
}.dokan-layout .w-60 {
width: 15rem;
}.dokan-layout .w-64 {
width: 16rem;
}.dokan-layout .w-7 {
width: 1.75rem;
}.dokan-layout .w-8 {
width: 2rem;
}.dokan-layout .w-80 {
width: 20rem;
}.dokan-layout .w-96 {
width: 24rem;
}.dokan-layout .w-\[10\.5rem\] {
width: 10.5rem;
}.dokan-layout .w-\[110px\] {
width: 110px;
}.dokan-layout .w-\[11rem\] {
width: 11rem;
}.dokan-layout .w-\[120px\] {
width: 120px;
}.dokan-layout .w-\[127px\] {
width: 127px;
}.dokan-layout .w-\[137px\] {
width: 137px;
}.dokan-layout .w-\[142px\] {
width: 142px;
}.dokan-layout .w-\[157px\] {
width: 157px;
}.dokan-layout .w-\[169px\] {
width: 169px;
}.dokan-layout .w-\[18px\] {
width: 18px;
}.dokan-layout .w-\[2000px\] {
width: 2000px;
}.dokan-layout .w-\[240px\] {
width: 240px;
}.dokan-layout .w-\[250px\] {
width: 250px;
}.dokan-layout .w-\[27px\] {
width: 27px;
}.dokan-layout .w-\[30\%\] {
width: 30%;
}.dokan-layout .w-\[40\%\] {
width: 40%;
}.dokan-layout .w-\[44px\] {
width: 44px;
}.dokan-layout .w-\[500px\] {
width: 500px;
}.dokan-layout .w-\[520px\] {
width: 520px;
}.dokan-layout .w-\[52px\] {
width: 52px;
}.dokan-layout .w-\[5px\] {
width: 5px;
}.dokan-layout .w-\[60\%\] {
width: 60%;
}.dokan-layout .w-\[600px\] {
width: 600px;
}.dokan-layout .w-\[70\%\] {
width: 70%;
}.dokan-layout .w-\[800px\] {
width: 800px;
}.dokan-layout .w-\[80px\] {
width: 80px;
}.dokan-layout .w-\[92\.5px\] {
width: 92.5px;
}.dokan-layout .w-auto {
width: auto;
}.dokan-layout .w-fit {
width: -moz-fit-content;
width: fit-content;
}.dokan-layout .w-full {
width: 100%;
}.dokan-layout .w-px {
width: 1px;
}.dokan-layout .min-w-0 {
min-width: 0px;
}.dokan-layout .min-w-32 {
min-width: 8rem;
}.dokan-layout .min-w-40 {
min-width: 10rem;
}.dokan-layout .min-w-72 {
min-width: 18rem;
}.dokan-layout .min-w-\[180px\] {
min-width: 180px;
}.dokan-layout .min-w-\[20px\] {
min-width: 20px;
}.dokan-layout .min-w-\[240px\] {
min-width: 240px;
}.dokan-layout .min-w-\[258px\] {
min-width: 258px;
}.dokan-layout .min-w-\[25px\] {
min-width: 25px;
}.dokan-layout .min-w-\[260px\] {
min-width: 260px;
}.dokan-layout .min-w-\[600px\] {
min-width: 600px;
}.dokan-layout .min-w-full {
min-width: 100%;
}.dokan-layout .max-w-0 {
max-width: 0px;
}.dokan-layout .max-w-10 {
max-width: 2.5rem;
}.dokan-layout .max-w-24 {
max-width: 6rem;
}.dokan-layout .max-w-2xl {
max-width: 42rem;
}.dokan-layout .max-w-3xl {
max-width: 48rem;
}.dokan-layout .max-w-40 {
max-width: 10rem;
}.dokan-layout .max-w-6xl {
max-width: 72rem;
}.dokan-layout .max-w-7xl {
max-width: 80rem;
}.dokan-layout .max-w-\[20rem\] {
max-width: 20rem;
}.dokan-layout .max-w-\[23rem\] {
max-width: 23rem;
}.dokan-layout .max-w-\[24rem\] {
max-width: 24rem;
}.dokan-layout .max-w-\[250px\] {
max-width: 250px;
}.dokan-layout .max-w-\[258px\] {
max-width: 258px;
}.dokan-layout .max-w-\[260px\] {
max-width: 260px;
}.dokan-layout .max-w-\[270px\] {
max-width: 270px;
}.dokan-layout .max-w-\[275px\] {
max-width: 275px;
}.dokan-layout .max-w-\[285px\] {
max-width: 285px;
}.dokan-layout .max-w-\[380px\] {
max-width: 380px;
}.dokan-layout .max-w-\[450px\] {
max-width: 450px;
}.dokan-layout .max-w-\[46rem\] {
max-width: 46rem;
}.dokan-layout .max-w-\[530px\] {
max-width: 530px;
}.dokan-layout .max-w-\[600px\] {
max-width: 600px;
}.dokan-layout .max-w-\[720px\] {
max-width: 720px;
}.dokan-layout .max-w-\[72rem\] {
max-width: 72rem;
}.dokan-layout .max-w-full {
max-width: 100%;
}.dokan-layout .max-w-md {
max-width: 28rem;
}.dokan-layout .max-w-sm {
max-width: 24rem;
}.dokan-layout .max-w-xl {
max-width: 36rem;
}.dokan-layout .max-w-xs {
max-width: 20rem;
}.dokan-layout .flex-1 {
flex: 1 1 0%;
}.dokan-layout .flex-auto {
flex: 1 1 auto;
}.dokan-layout .flex-shrink-0 {
flex-shrink: 0;
}.dokan-layout .shrink {
flex-shrink: 1;
}.dokan-layout .shrink-0 {
flex-shrink: 0;
}.dokan-layout .flex-grow {
flex-grow: 1;
}.dokan-layout .-translate-x-1\/2 {
--tw-translate-x: -50%;
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));
}.dokan-layout .-translate-y-1 {
--tw-translate-y: -0.25rem;
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));
}.dokan-layout .-translate-y-1\/2 {
--tw-translate-y: -50%;
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));
}.dokan-layout .translate-y-0 {
--tw-translate-y: 0px;
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));
}.dokan-layout .rotate-180 {
--tw-rotate: 180deg;
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));
}.dokan-layout .rotate-45 {
--tw-rotate: 45deg;
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));
}.dokan-layout .rotate-\[10deg\] {
--tw-rotate: 10deg;
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));
}.dokan-layout .rotate-\[13deg\] {
--tw-rotate: 13deg;
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));
}.dokan-layout .rotate-\[5deg\] {
--tw-rotate: 5deg;
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));
}.dokan-layout .scale-\[\.4\] {
--tw-scale-x: .4;
--tw-scale-y: .4;
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));
}.dokan-layout .scale-\[\.6\] {
--tw-scale-x: .6;
--tw-scale-y: .6;
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));
}.dokan-layout .scale-\[1\.5\] {
--tw-scale-x: 1.5;
--tw-scale-y: 1.5;
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));
}.dokan-layout .scale-\[1\.6\] {
--tw-scale-x: 1.6;
--tw-scale-y: 1.6;
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));
}.dokan-layout .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));
}.dokan-layout .transform-gpu {
transform: translate3d(var(--tw-translate-x), var(--tw-translate-y), 0) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}@keyframes pulse {
50% {
opacity: .5;
}
}.dokan-layout .\!animate-pulse {
animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite !important;
}@keyframes pulse {
50% {
opacity: .5;
}
}.dokan-layout .animate-pulse {
animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
}@keyframes spin {
to {
transform: rotate(360deg);
}
}.dokan-layout .animate-spin {
animation: spin 1s linear infinite;
}.dokan-layout .cursor-help {
cursor: help;
}.dokan-layout .cursor-not-allowed {
cursor: not-allowed;
}.dokan-layout .cursor-pointer {
cursor: pointer;
}.dokan-layout .touch-pan-x {
--tw-pan-x: pan-x;
touch-action: var(--tw-pan-x) var(--tw-pan-y) var(--tw-pinch-zoom);
}.dokan-layout .touch-pan-y {
--tw-pan-y: pan-y;
touch-action: var(--tw-pan-x) var(--tw-pan-y) var(--tw-pinch-zoom);
}.dokan-layout .select-none {
-webkit-user-select: none;
-moz-user-select: none;
user-select: none;
}.dokan-layout .resize-none {
resize: none;
}.dokan-layout .resize {
resize: both;
}.dokan-layout .snap-start {
scroll-snap-align: start;
}.dokan-layout .list-none {
list-style-type: none;
}.dokan-layout .grid-cols-1 {
grid-template-columns: repeat(1, minmax(0, 1fr));
}.dokan-layout .grid-cols-12 {
grid-template-columns: repeat(12, minmax(0, 1fr));
}.dokan-layout .grid-cols-3 {
grid-template-columns: repeat(3, minmax(0, 1fr));
}.dokan-layout .grid-cols-4 {
grid-template-columns: repeat(4, minmax(0, 1fr));
}.dokan-layout .grid-cols-8 {
grid-template-columns: repeat(8, minmax(0, 1fr));
}.dokan-layout .grid-rows-1 {
grid-template-rows: repeat(1, minmax(0, 1fr));
}.dokan-layout .flex-row {
flex-direction: row;
}.dokan-layout .flex-col {
flex-direction: column;
}.dokan-layout .flex-wrap {
flex-wrap: wrap;
}.dokan-layout .place-items-center {
place-items: center;
}.dokan-layout .content-center {
align-content: center;
}.dokan-layout .items-start {
align-items: flex-start;
}.dokan-layout .items-end {
align-items: flex-end;
}.dokan-layout .\!items-center {
align-items: center !important;
}.dokan-layout .items-center {
align-items: center;
}.dokan-layout .items-baseline {
align-items: baseline;
}.dokan-layout .justify-start {
justify-content: flex-start;
}.dokan-layout .justify-end {
justify-content: flex-end;
}.dokan-layout .justify-center {
justify-content: center;
}.dokan-layout .justify-between {
justify-content: space-between;
}.dokan-layout .gap-1 {
gap: 0.25rem;
}.dokan-layout .gap-1\.5 {
gap: 0.375rem;
}.dokan-layout .gap-16 {
gap: 4rem;
}.dokan-layout .gap-2 {
gap: 0.5rem;
}.dokan-layout .gap-2\.5 {
gap: 0.625rem;
}.dokan-layout .gap-20 {
gap: 5rem;
}.dokan-layout .gap-3 {
gap: 0.75rem;
}.dokan-layout .gap-3\.5 {
gap: 0.875rem;
}.dokan-layout .gap-4 {
gap: 1rem;
}.dokan-layout .gap-5 {
gap: 1.25rem;
}.dokan-layout .gap-6 {
gap: 1.5rem;
}.dokan-layout .gap-7 {
gap: 1.75rem;
}.dokan-layout .gap-8 {
gap: 2rem;
}.dokan-layout .gap-\[10px\] {
gap: 10px;
}.dokan-layout .gap-\[22px\] {
gap: 22px;
}.dokan-layout .gap-\[25px\] {
gap: 25px;
}.dokan-layout .gap-\[6px\] {
gap: 6px;
}.dokan-layout .gap-x-1 {
-moz-column-gap: 0.25rem;
column-gap: 0.25rem;
}.dokan-layout .gap-x-2 {
-moz-column-gap: 0.5rem;
column-gap: 0.5rem;
}.dokan-layout .gap-y-4 {
row-gap: 1rem;
}.dokan-layout :is(.space-x-1 > :not([hidden]) ~ :not([hidden])) {
--tw-space-x-reverse: 0;
margin-right: calc(0.25rem * var(--tw-space-x-reverse));
margin-left: calc(0.25rem * calc(1 - var(--tw-space-x-reverse)));
}.dokan-layout :is(.space-x-2 > :not([hidden]) ~ :not([hidden])) {
--tw-space-x-reverse: 0;
margin-right: calc(0.5rem * var(--tw-space-x-reverse));
margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse)));
}.dokan-layout :is(.space-x-3 > :not([hidden]) ~ :not([hidden])) {
--tw-space-x-reverse: 0;
margin-right: calc(0.75rem * var(--tw-space-x-reverse));
margin-left: calc(0.75rem * calc(1 - var(--tw-space-x-reverse)));
}.dokan-layout :is(.space-x-4 > :not([hidden]) ~ :not([hidden])) {
--tw-space-x-reverse: 0;
margin-right: calc(1rem * var(--tw-space-x-reverse));
margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse)));
}.dokan-layout :is(.space-x-6 > :not([hidden]) ~ :not([hidden])) {
--tw-space-x-reverse: 0;
margin-right: calc(1.5rem * var(--tw-space-x-reverse));
margin-left: calc(1.5rem * calc(1 - var(--tw-space-x-reverse)));
}.dokan-layout :is(.space-x-8 > :not([hidden]) ~ :not([hidden])) {
--tw-space-x-reverse: 0;
margin-right: calc(2rem * var(--tw-space-x-reverse));
margin-left: calc(2rem * calc(1 - var(--tw-space-x-reverse)));
}.dokan-layout :is(.space-y-1 > :not([hidden]) ~ :not([hidden])) {
--tw-space-y-reverse: 0;
margin-top: calc(0.25rem * calc(1 - var(--tw-space-y-reverse)));
margin-bottom: calc(0.25rem * var(--tw-space-y-reverse));
}.dokan-layout :is(.space-y-1\.5 > :not([hidden]) ~ :not([hidden])) {
--tw-space-y-reverse: 0;
margin-top: calc(0.375rem * calc(1 - var(--tw-space-y-reverse)));
margin-bottom: calc(0.375rem * var(--tw-space-y-reverse));
}.dokan-layout :is(.space-y-10 > :not([hidden]) ~ :not([hidden])) {
--tw-space-y-reverse: 0;
margin-top: calc(2.5rem * calc(1 - var(--tw-space-y-reverse)));
margin-bottom: calc(2.5rem * var(--tw-space-y-reverse));
}.dokan-layout :is(.space-y-2 > :not([hidden]) ~ :not([hidden])) {
--tw-space-y-reverse: 0;
margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
}.dokan-layout :is(.space-y-2\.5 > :not([hidden]) ~ :not([hidden])) {
--tw-space-y-reverse: 0;
margin-top: calc(0.625rem * calc(1 - var(--tw-space-y-reverse)));
margin-bottom: calc(0.625rem * var(--tw-space-y-reverse));
}.dokan-layout :is(.space-y-3 > :not([hidden]) ~ :not([hidden])) {
--tw-space-y-reverse: 0;
margin-top: calc(0.75rem * calc(1 - var(--tw-space-y-reverse)));
margin-bottom: calc(0.75rem * var(--tw-space-y-reverse));
}.dokan-layout :is(.space-y-4 > :not([hidden]) ~ :not([hidden])) {
--tw-space-y-reverse: 0;
margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
margin-bottom: calc(1rem * var(--tw-space-y-reverse));
}.dokan-layout :is(.space-y-6 > :not([hidden]) ~ :not([hidden])) {
--tw-space-y-reverse: 0;
margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));
margin-bottom: calc(1.5rem * var(--tw-space-y-reverse));
}.dokan-layout :is(.space-y-7 > :not([hidden]) ~ :not([hidden])) {
--tw-space-y-reverse: 0;
margin-top: calc(1.75rem * calc(1 - var(--tw-space-y-reverse)));
margin-bottom: calc(1.75rem * var(--tw-space-y-reverse));
}.dokan-layout :is(.space-y-8 > :not([hidden]) ~ :not([hidden])) {
--tw-space-y-reverse: 0;
margin-top: calc(2rem * calc(1 - var(--tw-space-y-reverse)));
margin-bottom: calc(2rem * var(--tw-space-y-reverse));
}.dokan-layout :is(.divide-y > :not([hidden]) ~ :not([hidden])) {
--tw-divide-y-reverse: 0;
border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
border-bottom-width: calc(1px * var(--tw-divide-y-reverse));
}.dokan-layout :is(.divide-gray-200 > :not([hidden]) ~ :not([hidden])) {
--tw-divide-opacity: 1;
border-color: rgb(229 231 235 / var(--tw-divide-opacity, 1));
}.dokan-layout :is(.divide-gray-300 > :not([hidden]) ~ :not([hidden])) {
--tw-divide-opacity: 1;
border-color: rgb(209 213 219 / var(--tw-divide-opacity, 1));
}.dokan-layout .self-center {
align-self: center;
}.dokan-layout .overflow-auto {
overflow: auto;
}.dokan-layout .overflow-hidden {
overflow: hidden;
}.dokan-layout .overflow-visible {
overflow: visible;
}.dokan-layout .overflow-x-auto {
overflow-x: auto;
}.dokan-layout .overflow-y-auto {
overflow-y: auto;
}.dokan-layout .scroll-auto {
scroll-behavior: auto;
}.dokan-layout .truncate {
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}.dokan-layout .text-ellipsis {
text-overflow: ellipsis;
}.dokan-layout .whitespace-nowrap {
white-space: nowrap;
}.dokan-layout .text-wrap {
text-wrap: wrap;
}.dokan-layout .break-words {
overflow-wrap: break-word;
}.dokan-layout .break-all {
word-break: break-all;
}.dokan-layout .\!rounded {
border-radius: 0.25rem !important;
}.dokan-layout .\!rounded-\[5px\] {
border-radius: 5px !important;
}.dokan-layout .\!rounded-lg {
border-radius: 0.5rem !important;
}.dokan-layout .\!rounded-none {
border-radius: 0px !important;
}.dokan-layout .rounded {
border-radius: 0.25rem;
}.dokan-layout .rounded-2xl {
border-radius: 1rem;
}.dokan-layout .rounded-\[20px\] {
border-radius: 20px;
}.dokan-layout .rounded-\[3px\] {
border-radius: 3px;
}.dokan-layout .rounded-\[5px\] {
border-radius: 5px;
}.dokan-layout .rounded-full {
border-radius: 9999px;
}.dokan-layout .rounded-lg {
border-radius: 0.5rem;
}.dokan-layout .rounded-md {
border-radius: 0.375rem;
}.dokan-layout .rounded-none {
border-radius: 0px;
}.dokan-layout .rounded-sm {
border-radius: 0.125rem;
}.dokan-layout .rounded-xl {
border-radius: 0.75rem;
}.dokan-layout .\!rounded-l-none {
border-top-left-radius: 0px !important;
border-bottom-left-radius: 0px !important;
}.dokan-layout .\!rounded-r-none {
border-top-right-radius: 0px !important;
border-bottom-right-radius: 0px !important;
}.dokan-layout .rounded-b-md {
border-bottom-right-radius: 0.375rem;
border-bottom-left-radius: 0.375rem;
}.dokan-layout .rounded-b-none {
border-bottom-right-radius: 0px;
border-bottom-left-radius: 0px;
}.dokan-layout .rounded-b-xl {
border-bottom-right-radius: 0.75rem;
border-bottom-left-radius: 0.75rem;
}.dokan-layout .rounded-l {
border-top-left-radius: 0.25rem;
border-bottom-left-radius: 0.25rem;
}.dokan-layout .rounded-l-\[5px\] {
border-top-left-radius: 5px;
border-bottom-left-radius: 5px;
}.dokan-layout .rounded-l-md {
border-top-left-radius: 0.375rem;
border-bottom-left-radius: 0.375rem;
}.dokan-layout .rounded-l-none {
border-top-left-radius: 0px;
border-bottom-left-radius: 0px;
}.dokan-layout .rounded-r {
border-top-right-radius: 0.25rem;
border-bottom-right-radius: 0.25rem;
}.dokan-layout .rounded-r-\[3px\] {
border-top-right-radius: 3px;
border-bottom-right-radius: 3px;
}.dokan-layout .rounded-r-\[5px\] {
border-top-right-radius: 5px;
border-bottom-right-radius: 5px;
}.dokan-layout .rounded-r-md {
border-top-right-radius: 0.375rem;
border-bottom-right-radius: 0.375rem;
}.dokan-layout .rounded-r-none {
border-top-right-radius: 0px;
border-bottom-right-radius: 0px;
}.dokan-layout .rounded-t-md {
border-top-left-radius: 0.375rem;
border-top-right-radius: 0.375rem;
}.dokan-layout .rounded-t-none {
border-top-left-radius: 0px;
border-top-right-radius: 0px;
}.dokan-layout .rounded-t-xl {
border-top-left-radius: 0.75rem;
border-top-right-radius: 0.75rem;
}.dokan-layout .rounded-tl-md {
border-top-left-radius: 0.375rem;
}.dokan-layout .rounded-tr-md {
border-top-right-radius: 0.375rem;
}.dokan-layout .border {
border-width: 1px;
}.dokan-layout .border-0 {
border-width: 0px;
}.dokan-layout .border-2 {
border-width: 2px;
}.dokan-layout .border-8 {
border-width: 8px;
}.dokan-layout .border-\[0\.957434px\] {
border-width: 0.957434px;
}.dokan-layout .border-\[1px\] {
border-width: 1px;
}.dokan-layout .border-x-0 {
border-left-width: 0px;
border-right-width: 0px;
}.dokan-layout .\!border-b-2 {
border-bottom-width: 2px !important;
}.dokan-layout .\!border-b-\[1px\] {
border-bottom-width: 1px !important;
}.dokan-layout .\!border-b-\[2px\] {
border-bottom-width: 2px !important;
}.dokan-layout .\!border-l-0 {
border-left-width: 0px !important;
}.dokan-layout .\!border-r-0 {
border-right-width: 0px !important;
}.dokan-layout .\!border-r-\[1px\] {
border-right-width: 1px !important;
}.dokan-layout .border-b {
border-bottom-width: 1px;
}.dokan-layout .border-b-0 {
border-bottom-width: 0px;
}.dokan-layout .border-b-2 {
border-bottom-width: 2px;
}.dokan-layout .border-b-\[1px\] {
border-bottom-width: 1px;
}.dokan-layout .border-b-\[2px\] {
border-bottom-width: 2px;
}.dokan-layout .border-l {
border-left-width: 1px;
}.dokan-layout .border-l-0 {
border-left-width: 0px;
}.dokan-layout .border-l-\[1px\] {
border-left-width: 1px;
}.dokan-layout .border-r {
border-right-width: 1px;
}.dokan-layout .border-r-0 {
border-right-width: 0px;
}.dokan-layout .border-r-\[0\.957434px\] {
border-right-width: 0.957434px;
}.dokan-layout .border-r-\[1px\] {
border-right-width: 1px;
}.dokan-layout .border-s-2 {
border-inline-start-width: 2px;
}.dokan-layout .border-t {
border-top-width: 1px;
}.dokan-layout .border-t-0 {
border-top-width: 0px;
}.dokan-layout .border-solid {
border-style: solid;
}.dokan-layout .border-dashed {
border-style: dashed;
}.dokan-layout .\!border-none {
border-style: none !important;
}.dokan-layout .border-none {
border-style: none;
}.dokan-layout .\!border-\[\#7047EB\] {
--tw-border-opacity: 1 !important;
border-color: rgb(112 71 235 / var(--tw-border-opacity, 1)) !important;
}.dokan-layout .\!border-\[\#E9E9E9\] {
--tw-border-opacity: 1 !important;
border-color: rgb(233 233 233 / var(--tw-border-opacity, 1)) !important;
}.dokan-layout .\!border-dokan-btn {
border-color: var(--dokan-button-border-color, #7047EB) !important;
}.dokan-layout .\!border-gray-300 {
--tw-border-opacity: 1 !important;
border-color: rgb(209 213 219 / var(--tw-border-opacity, 1)) !important;
}.dokan-layout .border-\[\#1a9ed4\] {
--tw-border-opacity: 1;
border-color: rgb(26 158 212 / var(--tw-border-opacity, 1));
}.dokan-layout .border-\[\#5341C20F\] {
border-color: #5341C20F;
}.dokan-layout .border-\[\#7047EB\] {
--tw-border-opacity: 1;
border-color: rgb(112 71 235 / var(--tw-border-opacity, 1));
}.dokan-layout .border-\[\#7C3AED\] {
--tw-border-opacity: 1;
border-color: rgb(124 58 237 / var(--tw-border-opacity, 1));
}.dokan-layout .border-\[\#A5A5AA\] {
--tw-border-opacity: 1;
border-color: rgb(165 165 170 / var(--tw-border-opacity, 1));
}.dokan-layout .border-\[\#E5E0F2\] {
--tw-border-opacity: 1;
border-color: rgb(229 224 242 / var(--tw-border-opacity, 1));
}.dokan-layout .border-\[\#E5E7EB\] {
--tw-border-opacity: 1;
border-color: rgb(229 231 235 / var(--tw-border-opacity, 1));
}.dokan-layout .border-\[\#E9E9E9\] {
--tw-border-opacity: 1;
border-color: rgb(233 233 233 / var(--tw-border-opacity, 1));
}.dokan-layout .border-\[\#EBEBEB\] {
--tw-border-opacity: 1;
border-color: rgb(235 235 235 / var(--tw-border-opacity, 1));
}.dokan-layout .border-\[\#FBBF24\] {
--tw-border-opacity: 1;
border-color: rgb(251 191 36 / var(--tw-border-opacity, 1));
}.dokan-layout .border-\[\#e9e9ea\] {
--tw-border-opacity: 1;
border-color: rgb(233 233 234 / var(--tw-border-opacity, 1));
}.dokan-layout .border-\[\#fff\] {
--tw-border-opacity: 1;
border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
}.dokan-layout .border-blue-600 {
--tw-border-opacity: 1;
border-color: rgb(37 99 235 / var(--tw-border-opacity, 1));
}.dokan-layout .border-dokan-primary {
border-color: var(--dokan-button-background-color, #7047EB);
}.dokan-layout .border-gray-100 {
--tw-border-opacity: 1;
border-color: rgb(243 244 246 / var(--tw-border-opacity, 1));
}.dokan-layout .border-gray-200 {
--tw-border-opacity: 1;
border-color: rgb(229 231 235 / var(--tw-border-opacity, 1));
}.dokan-layout .border-gray-300 {
--tw-border-opacity: 1;
border-color: rgb(209 213 219 / var(--tw-border-opacity, 1));
}.dokan-layout .border-green-50 {
--tw-border-opacity: 1;
border-color: rgb(240 253 244 / var(--tw-border-opacity, 1));
}.dokan-layout .border-indigo-600 {
--tw-border-opacity: 1;
border-color: rgb(79 70 229 / var(--tw-border-opacity, 1));
}.dokan-layout .border-neutral-200 {
--tw-border-opacity: 1;
border-color: rgb(229 229 229 / var(--tw-border-opacity, 1));
}.dokan-layout .border-neutral-700 {
--tw-border-opacity: 1;
border-color: rgb(64 64 64 / var(--tw-border-opacity, 1));
}.dokan-layout .border-orange-50 {
--tw-border-opacity: 1;
border-color: rgb(255 247 237 / var(--tw-border-opacity, 1));
}.dokan-layout .border-orange-500 {
--tw-border-opacity: 1;
border-color: rgb(249 115 22 / var(--tw-border-opacity, 1));
}.dokan-layout .border-red-300 {
--tw-border-opacity: 1;
border-color: rgb(252 165 165 / var(--tw-border-opacity, 1));
}.dokan-layout .border-red-50 {
--tw-border-opacity: 1;
border-color: rgb(254 242 242 / var(--tw-border-opacity, 1));
}.dokan-layout .border-transparent {
border-color: transparent;
}.dokan-layout .border-white {
--tw-border-opacity: 1;
border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
}.dokan-layout .\!bg-dokan-btn {
background-color: var(--dokan-button-background-color, #7047EB) !important;
}.dokan-layout .\!bg-neutral-200 {
--tw-bg-opacity: 1 !important;
background-color: rgb(229 229 229 / var(--tw-bg-opacity, 1)) !important;
}.dokan-layout .\!bg-transparent {
background-color: transparent !important;
}.dokan-layout .\!bg-white {
--tw-bg-opacity: 1 !important;
background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1)) !important;
}.dokan-layout .bg-\[\#00BC8B\] {
--tw-bg-opacity: 1;
background-color: rgb(0 188 139 / var(--tw-bg-opacity, 1));
}.dokan-layout .bg-\[\#032B75\] {
--tw-bg-opacity: 1;
background-color: rgb(3 43 117 / var(--tw-bg-opacity, 1));
}.dokan-layout .bg-\[\#0C5F9A\] {
--tw-bg-opacity: 1;
background-color: rgb(12 95 154 / var(--tw-bg-opacity, 1));
}.dokan-layout .bg-\[\#3B82F6\] {
--tw-bg-opacity: 1;
background-color: rgb(59 130 246 / var(--tw-bg-opacity, 1));
}.dokan-layout .bg-\[\#4CA772\] {
--tw-bg-opacity: 1;
background-color: rgb(76 167 114 / var(--tw-bg-opacity, 1));
}.dokan-layout .bg-\[\#4EB9FA\] {
--tw-bg-opacity: 1;
background-color: rgb(78 185 250 / var(--tw-bg-opacity, 1));
}.dokan-layout .bg-\[\#6F4CEB\] {
--tw-bg-opacity: 1;
background-color: rgb(111 76 235 / var(--tw-bg-opacity, 1));
}.dokan-layout .bg-\[\#7047EB\] {
--tw-bg-opacity: 1;
background-color: rgb(112 71 235 / var(--tw-bg-opacity, 1));
}.dokan-layout .bg-\[\#861A8A\] {
--tw-bg-opacity: 1;
background-color: rgb(134 26 138 / var(--tw-bg-opacity, 1));
}.dokan-layout .bg-\[\#D4FBEF\] {
--tw-bg-opacity: 1;
background-color: rgb(212 251 239 / var(--tw-bg-opacity, 1));
}.dokan-layout .bg-\[\#D8D8FE\] {
--tw-bg-opacity: 1;
background-color: rgb(216 216 254 / var(--tw-bg-opacity, 1));
}.dokan-layout .bg-\[\#DDEDFF\] {
--tw-bg-opacity: 1;
background-color: rgb(221 237 255 / var(--tw-bg-opacity, 1));
}.dokan-layout .bg-\[\#E4E6EB\] {
--tw-bg-opacity: 1;
background-color: rgb(228 230 235 / var(--tw-bg-opacity, 1));
}.dokan-layout .bg-\[\#E64B5F\] {
--tw-bg-opacity: 1;
background-color: rgb(230 75 95 / var(--tw-bg-opacity, 1));
}.dokan-layout .bg-\[\#E9E9E9\] {
--tw-bg-opacity: 1;
background-color: rgb(233 233 233 / var(--tw-bg-opacity, 1));
}.dokan-layout .bg-\[\#EAF9FF\] {
--tw-bg-opacity: 1;
background-color: rgb(234 249 255 / var(--tw-bg-opacity, 1));
}.dokan-layout .bg-\[\#ECEEFF\] {
--tw-bg-opacity: 1;
background-color: rgb(236 238 255 / var(--tw-bg-opacity, 1));
}.dokan-layout .bg-\[\#EFEAFF\] {
--tw-bg-opacity: 1;
background-color: rgb(239 234 255 / var(--tw-bg-opacity, 1));
}.dokan-layout .bg-\[\#F0EBFF\] {
--tw-bg-opacity: 1;
background-color: rgb(240 235 255 / var(--tw-bg-opacity, 1));
}.dokan-layout .bg-\[\#F1EDFD\] {
--tw-bg-opacity: 1;
background-color: rgb(241 237 253 / var(--tw-bg-opacity, 1));
}.dokan-layout .bg-\[\#F1F1F4\] {
--tw-bg-opacity: 1;
background-color: rgb(241 241 244 / var(--tw-bg-opacity, 1));
}.dokan-layout .bg-\[\#F7F5FF\] {
--tw-bg-opacity: 1;
background-color: rgb(247 245 255 / var(--tw-bg-opacity, 1));
}.dokan-layout .bg-\[\#F8F6FE\] {
--tw-bg-opacity: 1;
background-color: rgb(248 246 254 / var(--tw-bg-opacity, 1));
}.dokan-layout .bg-\[\#F8F9F8\] {
--tw-bg-opacity: 1;
background-color: rgb(248 249 248 / var(--tw-bg-opacity, 1));
}.dokan-layout .bg-\[\#FBBF24\] {
--tw-bg-opacity: 1;
background-color: rgb(251 191 36 / var(--tw-bg-opacity, 1));
}.dokan-layout .bg-\[\#FCB069\] {
--tw-bg-opacity: 1;
background-color: rgb(252 176 105 / var(--tw-bg-opacity, 1));
}.dokan-layout .bg-\[\#FDF2F8\] {
--tw-bg-opacity: 1;
background-color: rgb(253 242 248 / var(--tw-bg-opacity, 1));
}.dokan-layout .bg-\[\#FEF8DB\] {
--tw-bg-opacity: 1;
background-color: rgb(254 248 219 / var(--tw-bg-opacity, 1));
}.dokan-layout .bg-\[\#FF9B5366\] {
background-color: #FF9B5366;
}.dokan-layout .bg-\[\#FFBC00\] {
--tw-bg-opacity: 1;
background-color: rgb(255 188 0 / var(--tw-bg-opacity, 1));
}.dokan-layout .bg-\[\#FFF2FF\] {
--tw-bg-opacity: 1;
background-color: rgb(255 242 255 / var(--tw-bg-opacity, 1));
}.dokan-layout .bg-\[\#dadada\] {
--tw-bg-opacity: 1;
background-color: rgb(218 218 218 / var(--tw-bg-opacity, 1));
}.dokan-layout .bg-\[\#e4e6eb\] {
--tw-bg-opacity: 1;
background-color: rgb(228 230 235 / var(--tw-bg-opacity, 1));
}.dokan-layout .bg-\[\#f7f8fa\] {
--tw-bg-opacity: 1;
background-color: rgb(247 248 250 / var(--tw-bg-opacity, 1));
}.dokan-layout .bg-\[rgba\(124\2c 58\2c 237\2c 0\.1\)\] {
background-color: rgba(124,58,237,0.1);
}.dokan-layout .bg-\[rgba\(8\2c 21\2c 39\2c 1\)\] {
background-color: rgba(8,21,39,1);
}.dokan-layout .bg-amber-50 {
--tw-bg-opacity: 1;
background-color: rgb(255 251 235 / var(--tw-bg-opacity, 1));
}.dokan-layout .bg-black {
--tw-bg-opacity: 1;
background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
}.dokan-layout .bg-blue-50 {
--tw-bg-opacity: 1;
background-color: rgb(239 246 255 / var(--tw-bg-opacity, 1));
}.dokan-layout .bg-blue-500 {
--tw-bg-opacity: 1;
background-color: rgb(59 130 246 / var(--tw-bg-opacity, 1));
}.dokan-layout .bg-dokan-primary {
background-color: var(--dokan-button-background-color, #7047EB);
}.dokan-layout .bg-gray-100 {
--tw-bg-opacity: 1;
background-color: rgb(243 244 246 / var(--tw-bg-opacity, 1));
}.dokan-layout .bg-gray-200 {
--tw-bg-opacity: 1;
background-color: rgb(229 231 235 / var(--tw-bg-opacity, 1));
}.dokan-layout .bg-gray-300 {
--tw-bg-opacity: 1;
background-color: rgb(209 213 219 / var(--tw-bg-opacity, 1));
}.dokan-layout .bg-gray-50 {
--tw-bg-opacity: 1;
background-color: rgb(249 250 251 / var(--tw-bg-opacity, 1));
}.dokan-layout .bg-gray-800 {
--tw-bg-opacity: 1;
background-color: rgb(31 41 55 / var(--tw-bg-opacity, 1));
}.dokan-layout .bg-gray-900 {
--tw-bg-opacity: 1;
background-color: rgb(17 24 39 / var(--tw-bg-opacity, 1));
}.dokan-layout .bg-green-50 {
--tw-bg-opacity: 1;
background-color: rgb(240 253 244 / var(--tw-bg-opacity, 1));
}.dokan-layout .bg-green-500 {
--tw-bg-opacity: 1;
background-color: rgb(34 197 94 / var(--tw-bg-opacity, 1));
}.dokan-layout .bg-indigo-100 {
--tw-bg-opacity: 1;
background-color: rgb(224 231 255 / var(--tw-bg-opacity, 1));
}.dokan-layout .bg-indigo-50 {
--tw-bg-opacity: 1;
background-color: rgb(238 242 255 / var(--tw-bg-opacity, 1));
}.dokan-layout .bg-indigo-600 {
--tw-bg-opacity: 1;
background-color: rgb(79 70 229 / var(--tw-bg-opacity, 1));
}.dokan-layout .bg-orange-50 {
--tw-bg-opacity: 1;
background-color: rgb(255 247 237 / var(--tw-bg-opacity, 1));
}.dokan-layout .bg-pink-50 {
--tw-bg-opacity: 1;
background-color: rgb(253 242 248 / var(--tw-bg-opacity, 1));
}.dokan-layout .bg-purple-50 {
--tw-bg-opacity: 1;
background-color: rgb(250 245 255 / var(--tw-bg-opacity, 1));
}.dokan-layout .bg-purple-500 {
--tw-bg-opacity: 1;
background-color: rgb(168 85 247 / var(--tw-bg-opacity, 1));
}.dokan-layout .bg-purple-700 {
--tw-bg-opacity: 1;
background-color: rgb(126 34 206 / var(--tw-bg-opacity, 1));
}.dokan-layout .bg-red-50 {
--tw-bg-opacity: 1;
background-color: rgb(254 242 242 / var(--tw-bg-opacity, 1));
}.dokan-layout .bg-red-500 {
--tw-bg-opacity: 1;
background-color: rgb(239 68 68 / var(--tw-bg-opacity, 1));
}.dokan-layout .bg-teal-50 {
--tw-bg-opacity: 1;
background-color: rgb(240 253 250 / var(--tw-bg-opacity, 1));
}.dokan-layout .bg-transparent {
background-color: transparent;
}.dokan-layout .bg-violet-900 {
--tw-bg-opacity: 1;
background-color: rgb(76 29 149 / var(--tw-bg-opacity, 1));
}.dokan-layout .bg-white {
--tw-bg-opacity: 1;
background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}.dokan-layout .bg-white\/90 {
background-color: rgb(255 255 255 / 0.9);
}.dokan-layout .bg-yellow-400 {
--tw-bg-opacity: 1;
background-color: rgb(250 204 21 / var(--tw-bg-opacity, 1));
}.dokan-layout .bg-yellow-50 {
--tw-bg-opacity: 1;
background-color: rgb(254 252 232 / var(--tw-bg-opacity, 1));
}.dokan-layout .bg-zinc-100 {
--tw-bg-opacity: 1;
background-color: rgb(244 244 245 / var(--tw-bg-opacity, 1));
}.dokan-layout .bg-opacity-\[10\%\] {
--tw-bg-opacity: 10%;
}.dokan-layout .bg-\[linear-gradient\(214\.33deg\2c rgba\(234\2c 248\2c 255\2c 0\.7\)_3\.79\%\2c \#FFFFFF_60\.72\%\)\] {
background-image: linear-gradient(214.33deg,rgba(234,248,255,0.7) 3.79%,#FFFFFF 60.72%);
}.dokan-layout .bg-\[linear-gradient\(214\.33deg\2c rgba\(239\2c 241\2c 255\2c 0\.7\)_3\.79\%\2c \#FFFFFF_60\.72\%\)\] {
background-image: linear-gradient(214.33deg,rgba(239,241,255,0.7) 3.79%,#FFFFFF 60.72%);
}.dokan-layout .bg-\[linear-gradient\(214\.33deg\2c rgba\(255\2c 238\2c 249\2c 0\.7\)_3\.79\%\2c \#FFFFFF_60\.72\%\)\] {
background-image: linear-gradient(214.33deg,rgba(255,238,249,0.7) 3.79%,#FFFFFF 60.72%);
}.dokan-layout .bg-\[linear-gradient\(214\.33deg\2c rgba\(255\2c 250\2c 239\2c 0\.7\)_3\.79\%\2c \#FFFFFF_60\.72\%\)\] {
background-image: linear-gradient(214.33deg,rgba(255,250,239,0.7) 3.79%,#FFFFFF 60.72%);
}.dokan-layout .bg-\[linear-gradient\(270deg\2c black_0\%\2c rgba\(0\2c 0\2c 0\2c 0\)_100\%\)\] {
background-image: linear-gradient(270deg,black 0%,rgba(0,0,0,0) 100%);
}.dokan-layout .bg-\[linear-gradient\(270deg\2c rgba\(219\2c 100\2c 190\2c \.3\)_0\%\2c rgba\(0\2c 0\2c 0\2c 0\)_100\%\)\] {
background-image: linear-gradient(270deg,rgba(219,100,190,.3) 0%,rgba(0,0,0,0) 100%);
}.dokan-layout .bg-\[linear-gradient\(90deg\2c rgba\(38\2c 1\2c 138\2c 1\)_0\%\2c rgba\(0\2c 0\2c 0\2c 1\)_100\%\)\] {
background-image: linear-gradient(90deg,rgba(38,1,138,1) 0%,rgba(0,0,0,1) 100%);
}.dokan-layout .bg-\[linear-gradient\(to_bottom\2c rgba\(178\2c 245\2c 234\2c 0\.3\)_0\%\2c rgba\(255\2c 255\2c 255\2c 0\)_100\%\)\] {
background-image: linear-gradient(to bottom,rgba(178,245,234,0.3) 0%,rgba(255,255,255,0) 100%);
}.dokan-layout .bg-\[radial-gradient\(circle\2c rgba\(0\2c 133\2c 143\2c \.7\)_0\%\2c rgba\(0\2c 0\2c 0\2c 0\)_70\%\)\] {
background-image: radial-gradient(circle,rgba(0,133,143,.7) 0%,rgba(0,0,0,0) 70%);
}.dokan-layout .bg-\[radial-gradient\(circle\2c rgba\(118\2c 75\2c 227\2c \.3\)_0\%\2c rgba\(0\2c 0\2c 0\2c 0\)_70\%\)\] {
background-image: radial-gradient(circle,rgba(118,75,227,.3) 0%,rgba(0,0,0,0) 70%);
}.dokan-layout .bg-\[radial-gradient\(circle\2c rgba\(195\2c 21\2c 232\2c \.6\)_1\%\2c \#000000_70\%\)\] {
background-image: radial-gradient(circle,rgba(195,21,232,.6) 1%,#000000 70%);
}.dokan-layout .bg-\[radial-gradient\(ellipse\2c \#FFC3EC_0\%\2c \#B200FF_30\%\2c \#032B75_75\%\2c rgba\(0\2c 0\2c 0\2c 0\)_100\%\)\] {
background-image: radial-gradient(ellipse,#FFC3EC 0%,#B200FF 30%,#032B75 75%,rgba(0,0,0,0) 100%);
}.dokan-layout .bg-\[url\(\'\/assets\/images\/error-page-bg\.png\'\)\] {
background-image: url(//schallplatten.me/wp-content/plugins/dokan-lite/assets/js/../images/error-page-bg.png);
}.dokan-layout .bg-gradient-to-br {
background-image: linear-gradient(to bottom right, var(--tw-gradient-stops));
}.dokan-layout .from-orange-500 {
--tw-gradient-from: #f97316 var(--tw-gradient-from-position);
--tw-gradient-to: rgb(249 115 22 / 0) var(--tw-gradient-to-position);
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}.dokan-layout .to-orange-600 {
--tw-gradient-to: #ea580c var(--tw-gradient-to-position);
}.dokan-layout .bg-auto {
background-size: auto;
}.dokan-layout .bg-cover {
background-size: cover;
}.dokan-layout .bg-\[-20px_10px\] {
background-position: -20px 10px;
}.dokan-layout .bg-\[right_-40px_bottom_-40px\] {
background-position: right -40px bottom -40px;
}.dokan-layout .bg-center {
background-position: center;
}.dokan-layout .bg-no-repeat {
background-repeat: no-repeat;
}.dokan-layout .\!fill-\[\#7047EB\] {
fill: #7047EB !important;
}.dokan-layout .\!fill-none {
fill: none !important;
}.dokan-layout .fill-\[\#828282\] {
fill: #828282;
}.dokan-layout .fill-neutral-400 {
fill: #a3a3a3;
}.dokan-layout .fill-red-500 {
fill: #ef4444;
}.dokan-layout .fill-white {
fill: #fff;
}.dokan-layout .stroke-red-500 {
stroke: #ef4444;
}.dokan-layout .stroke-\[2\.5\] {
stroke-width: 2.5;
}.dokan-layout .object-contain {
-o-object-fit: contain;
object-fit: contain;
}.dokan-layout .object-cover {
-o-object-fit: cover;
object-fit: cover;
}.dokan-layout .p-0 {
padding: 0px;
}.dokan-layout .p-1 {
padding: 0.25rem;
}.dokan-layout .p-2 {
padding: 0.5rem;
}.dokan-layout .p-2\.5 {
padding: 0.625rem;
}.dokan-layout .p-3 {
padding: 0.75rem;
}.dokan-layout .p-4 {
padding: 1rem;
}.dokan-layout .p-5 {
padding: 1.25rem;
}.dokan-layout .p-6 {
padding: 1.5rem;
}.dokan-layout .p-8 {
padding: 2rem;
}.dokan-layout .p-\[10px\] {
padding: 10px;
}.dokan-layout .px-0 {
padding-left: 0px;
padding-right: 0px;
}.dokan-layout .px-1 {
padding-left: 0.25rem;
padding-right: 0.25rem;
}.dokan-layout .px-1\.5 {
padding-left: 0.375rem;
padding-right: 0.375rem;
}.dokan-layout .px-12 {
padding-left: 3rem;
padding-right: 3rem;
}.dokan-layout .px-2 {
padding-left: 0.5rem;
padding-right: 0.5rem;
}.dokan-layout .px-2\.5 {
padding-left: 0.625rem;
padding-right: 0.625rem;
}.dokan-layout .px-3 {
padding-left: 0.75rem;
padding-right: 0.75rem;
}.dokan-layout .px-3\.5 {
padding-left: 0.875rem;
padding-right: 0.875rem;
}.dokan-layout .px-4 {
padding-left: 1rem;
padding-right: 1rem;
}.dokan-layout .px-5 {
padding-left: 1.25rem;
padding-right: 1.25rem;
}.dokan-layout .px-6 {
padding-left: 1.5rem;
padding-right: 1.5rem;
}.dokan-layout .px-8 {
padding-left: 2rem;
padding-right: 2rem;
}.dokan-layout .px-\[18px\] {
padding-left: 18px;
padding-right: 18px;
}.dokan-layout .px-\[22px\] {
padding-left: 22px;
padding-right: 22px;
}.dokan-layout .px-\[24px\] {
padding-left: 24px;
padding-right: 24px;
}.dokan-layout .px-\[25px\] {
padding-left: 25px;
padding-right: 25px;
}.dokan-layout .py-0\.5 {
padding-top: 0.125rem;
padding-bottom: 0.125rem;
}.dokan-layout .py-1 {
padding-top: 0.25rem;
padding-bottom: 0.25rem;
}.dokan-layout .py-1\.5 {
padding-top: 0.375rem;
padding-bottom: 0.375rem;
}.dokan-layout .py-12 {
padding-top: 3rem;
padding-bottom: 3rem;
}.dokan-layout .py-16 {
padding-top: 4rem;
padding-bottom: 4rem;
}.dokan-layout .py-2 {
padding-top: 0.5rem;
padding-bottom: 0.5rem;
}.dokan-layout .py-2\.5 {
padding-top: 0.625rem;
padding-bottom: 0.625rem;
}.dokan-layout .py-3 {
padding-top: 0.75rem;
padding-bottom: 0.75rem;
}.dokan-layout .py-3\.5 {
padding-top: 0.875rem;
padding-bottom: 0.875rem;
}.dokan-layout .py-4 {
padding-top: 1rem;
padding-bottom: 1rem;
}.dokan-layout .py-40 {
padding-top: 10rem;
padding-bottom: 10rem;
}.dokan-layout .py-5 {
padding-top: 1.25rem;
padding-bottom: 1.25rem;
}.dokan-layout .py-6 {
padding-top: 1.5rem;
padding-bottom: 1.5rem;
}.dokan-layout .py-8 {
padding-top: 2rem;
padding-bottom: 2rem;
}.dokan-layout .py-\[10px\] {
padding-top: 10px;
padding-bottom: 10px;
}.dokan-layout .py-\[3px\] {
padding-top: 3px;
padding-bottom: 3px;
}.dokan-layout .pb-1 {
padding-bottom: 0.25rem;
}.dokan-layout .pb-10 {
padding-bottom: 2.5rem;
}.dokan-layout .pb-2\.5 {
padding-bottom: 0.625rem;
}.dokan-layout .pb-3 {
padding-bottom: 0.75rem;
}.dokan-layout .pb-4 {
padding-bottom: 1rem;
}.dokan-layout .pb-5 {
padding-bottom: 1.25rem;
}.dokan-layout .pb-6 {
padding-bottom: 1.5rem;
}.dokan-layout .pl-0 {
padding-left: 0px;
}.dokan-layout .pl-1 {
padding-left: 0.25rem;
}.dokan-layout .pl-10 {
padding-left: 2.5rem;
}.dokan-layout .pl-2 {
padding-left: 0.5rem;
}.dokan-layout .pl-3 {
padding-left: 0.75rem;
}.dokan-layout .pl-4 {
padding-left: 1rem;
}.dokan-layout .pl-44 {
padding-left: 11rem;
}.dokan-layout .pl-6 {
padding-left: 1.5rem;
}.dokan-layout .pl-\[10px\] {
padding-left: 10px;
}.dokan-layout .pl-\[5px\] {
padding-left: 5px;
}.dokan-layout .pr-0 {
padding-right: 0px;
}.dokan-layout .pr-1\.5 {
padding-right: 0.375rem;
}.dokan-layout .pr-10 {
padding-right: 2.5rem;
}.dokan-layout .pr-2 {
padding-right: 0.5rem;
}.dokan-layout .pr-3 {
padding-right: 0.75rem;
}.dokan-layout .pr-4 {
padding-right: 1rem;
}.dokan-layout .pr-6 {
padding-right: 1.5rem;
}.dokan-layout .pr-8 {
padding-right: 2rem;
}.dokan-layout .pr-\[10px\] {
padding-right: 10px;
}.dokan-layout .pt-0 {
padding-top: 0px;
}.dokan-layout .pt-1 {
padding-top: 0.25rem;
}.dokan-layout .pt-16 {
padding-top: 4rem;
}.dokan-layout .pt-3 {
padding-top: 0.75rem;
}.dokan-layout .pt-4 {
padding-top: 1rem;
}.dokan-layout .text-left {
text-align: left;
}.dokan-layout .text-center {
text-align: center;
}.dokan-layout .text-right {
text-align: right;
}.dokan-layout .text-start {
text-align: start;
}.dokan-layout .align-middle {
vertical-align: middle;
}.dokan-layout .text-2xl {
font-size: 1.5rem;
line-height: 2rem;
}.dokan-layout .text-2xl\/7 {
font-size: 1.5rem;
line-height: 1.75rem;
}.dokan-layout .text-3xl {
font-size: 1.875rem;
line-height: 2.25rem;
}.dokan-layout .text-\[10px\] {
font-size: 10px;
}.dokan-layout .text-\[12px\] {
font-size: 12px;
}.dokan-layout .text-\[13px\] {
font-size: 13px;
}.dokan-layout .text-\[14px\] {
font-size: 14px;
}.dokan-layout .text-\[15px\] {
font-size: 15px;
}.dokan-layout .text-\[16px\] {
font-size: 16px;
}.dokan-layout .text-\[18px\] {
font-size: 18px;
}.dokan-layout .text-\[24px\] {
font-size: 24px;
}.dokan-layout .text-\[64px\] {
font-size: 64px;
}.dokan-layout .text-base {
font-size: 1rem;
line-height: 1.5rem;
}.dokan-layout .text-lg {
font-size: 1.125rem;
line-height: 1.75rem;
}.dokan-layout .text-sm {
font-size: 0.875rem;
line-height: 1.25rem;
}.dokan-layout .text-sm\/6 {
font-size: 0.875rem;
line-height: 1.5rem;
}.dokan-layout .text-xl {
font-size: 1.25rem;
line-height: 1.75rem;
}.dokan-layout .text-xs {
font-size: 0.75rem;
line-height: 1rem;
}.dokan-layout .font-\[400\] {
font-weight: 400;
}.dokan-layout .font-\[500\] {
font-weight: 500;
}.dokan-layout .font-\[600\] {
font-weight: 600;
}.dokan-layout .font-bold {
font-weight: 700;
}.dokan-layout .font-light {
font-weight: 300;
}.dokan-layout .font-medium {
font-weight: 500;
}.dokan-layout .font-normal {
font-weight: 400;
}.dokan-layout .font-semibold {
font-weight: 600;
}.dokan-layout .uppercase {
text-transform: uppercase;
}.dokan-layout .capitalize {
text-transform: capitalize;
}.dokan-layout .italic {
font-style: italic;
}.dokan-layout .leading-3 {
line-height: .75rem;
}.dokan-layout .leading-4 {
line-height: 1rem;
}.dokan-layout .leading-5 {
line-height: 1.25rem;
}.dokan-layout .leading-6 {
line-height: 1.5rem;
}.dokan-layout .leading-\[1\.5em\] {
line-height: 1.5em;
}.dokan-layout .leading-\[130\%\] {
line-height: 130%;
}.dokan-layout .leading-\[140\%\] {
line-height: 140%;
}.dokan-layout .leading-\[15px\] {
line-height: 15px;
}.dokan-layout .leading-\[21px\] {
line-height: 21px;
}.dokan-layout .leading-\[22px\] {
line-height: 22px;
}.dokan-layout .leading-\[48px\] {
line-height: 48px;
}.dokan-layout .leading-none {
line-height: 1;
}.dokan-layout .leading-relaxed {
line-height: 1.625;
}.dokan-layout .leading-tight {
line-height: 1.25;
}.dokan-layout .tracking-\[0\%\] {
letter-spacing: 0%;
}.dokan-layout .tracking-normal {
letter-spacing: 0em;
}.dokan-layout .tracking-wide {
letter-spacing: 0.025em;
}.dokan-layout .\!text-\[\#828282\] {
--tw-text-opacity: 1 !important;
color: rgb(130 130 130 / var(--tw-text-opacity, 1)) !important;
}.dokan-layout .\!text-black {
--tw-text-opacity: 1 !important;
color: rgb(0 0 0 / var(--tw-text-opacity, 1)) !important;
}.dokan-layout .\!text-dokan-primary {
color: var(--dokan-button-background-color, #7047EB) !important;
}.dokan-layout .\!text-gray-800 {
--tw-text-opacity: 1 !important;
color: rgb(31 41 55 / var(--tw-text-opacity, 1)) !important;
}.dokan-layout .\!text-gray-900 {
--tw-text-opacity: 1 !important;
color: rgb(17 24 39 / var(--tw-text-opacity, 1)) !important;
}.dokan-layout .\!text-neutral-500 {
--tw-text-opacity: 1 !important;
color: rgb(115 115 115 / var(--tw-text-opacity, 1)) !important;
}.dokan-layout .\!text-transparent {
color: transparent !important;
}.dokan-layout .\!text-white {
--tw-text-opacity: 1 !important;
color: rgb(255 255 255 / var(--tw-text-opacity, 1)) !important;
}.dokan-layout .text-\[\#00563F\] {
--tw-text-opacity: 1;
color: rgb(0 86 63 / var(--tw-text-opacity, 1));
}.dokan-layout .text-\[\#008864\] {
--tw-text-opacity: 1;
color: rgb(0 136 100 / var(--tw-text-opacity, 1));
}.dokan-layout .text-\[\#111827\] {
--tw-text-opacity: 1;
color: rgb(17 24 39 / var(--tw-text-opacity, 1));
}.dokan-layout .text-\[\#1a9ed4\] {
--tw-text-opacity: 1;
color: rgb(26 158 212 / var(--tw-text-opacity, 1));
}.dokan-layout .text-\[\#25252D\] {
--tw-text-opacity: 1;
color: rgb(37 37 45 / var(--tw-text-opacity, 1));
}.dokan-layout .text-\[\#393939\] {
--tw-text-opacity: 1;
color: rgb(57 57 57 / var(--tw-text-opacity, 1));
}.dokan-layout .text-\[\#4C19E6\] {
--tw-text-opacity: 1;
color: rgb(76 25 230 / var(--tw-text-opacity, 1));
}.dokan-layout .text-\[\#575757\] {
--tw-text-opacity: 1;
color: rgb(87 87 87 / var(--tw-text-opacity, 1));
}.dokan-layout .text-\[\#637381\] {
--tw-text-opacity: 1;
color: rgb(99 115 129 / var(--tw-text-opacity, 1));
}.dokan-layout .text-\[\#6B7280\] {
--tw-text-opacity: 1;
color: rgb(107 114 128 / var(--tw-text-opacity, 1));
}.dokan-layout .text-\[\#7047EB\] {
--tw-text-opacity: 1;
color: rgb(112 71 235 / var(--tw-text-opacity, 1));
}.dokan-layout .text-\[\#788383\] {
--tw-text-opacity: 1;
color: rgb(120 131 131 / var(--tw-text-opacity, 1));
}.dokan-layout .text-\[\#7B4E2E\] {
--tw-text-opacity: 1;
color: rgb(123 78 46 / var(--tw-text-opacity, 1));
}.dokan-layout .text-\[\#7C3AED\] {
--tw-text-opacity: 1;
color: rgb(124 58 237 / var(--tw-text-opacity, 1));
}.dokan-layout .text-\[\#828282\] {
--tw-text-opacity: 1;
color: rgb(130 130 130 / var(--tw-text-opacity, 1));
}.dokan-layout .text-\[\#9A9A9A\] {
--tw-text-opacity: 1;
color: rgb(154 154 154 / var(--tw-text-opacity, 1));
}.dokan-layout .text-\[\#9D174D\] {
--tw-text-opacity: 1;
color: rgb(157 23 77 / var(--tw-text-opacity, 1));
}.dokan-layout .text-\[\#9EA3A8\] {
--tw-text-opacity: 1;
color: rgb(158 163 168 / var(--tw-text-opacity, 1));
}.dokan-layout .text-\[\#A5A5A5\] {
--tw-text-opacity: 1;
color: rgb(165 165 165 / var(--tw-text-opacity, 1));
}.dokan-layout .text-\[\#A5A5AA\] {
--tw-text-opacity: 1;
color: rgb(165 165 170 / var(--tw-text-opacity, 1));
}.dokan-layout .text-\[\#bcbed5\] {
--tw-text-opacity: 1;
color: rgb(188 190 213 / var(--tw-text-opacity, 1));
}.dokan-layout .text-amber-800 {
--tw-text-opacity: 1;
color: rgb(146 64 14 / var(--tw-text-opacity, 1));
}.dokan-layout .text-black {
--tw-text-opacity: 1;
color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}.dokan-layout .text-blue-600 {
--tw-text-opacity: 1;
color: rgb(37 99 235 / var(--tw-text-opacity, 1));
}.dokan-layout .text-blue-800 {
--tw-text-opacity: 1;
color: rgb(30 64 175 / var(--tw-text-opacity, 1));
}.dokan-layout .text-dokan-danger {
color: var(--dokan-danger-text-color, #BC1C21);
}.dokan-layout .text-dokan-link {
color: var(--dokan-link-color, #7047EB);
}.dokan-layout .text-dokan-primary {
color: var(--dokan-button-background-color, #7047EB);
}.dokan-layout .text-gray-200 {
--tw-text-opacity: 1;
color: rgb(229 231 235 / var(--tw-text-opacity, 1));
}.dokan-layout .text-gray-300 {
--tw-text-opacity: 1;
color: rgb(209 213 219 / var(--tw-text-opacity, 1));
}.dokan-layout .text-gray-400 {
--tw-text-opacity: 1;
color: rgb(156 163 175 / var(--tw-text-opacity, 1));
}.dokan-layout .text-gray-500 {
--tw-text-opacity: 1;
color: rgb(107 114 128 / var(--tw-text-opacity, 1));
}.dokan-layout .text-gray-600 {
--tw-text-opacity: 1;
color: rgb(75 85 99 / var(--tw-text-opacity, 1));
}.dokan-layout .text-gray-700 {
--tw-text-opacity: 1;
color: rgb(55 65 81 / var(--tw-text-opacity, 1));
}.dokan-layout .text-gray-800 {
--tw-text-opacity: 1;
color: rgb(31 41 55 / var(--tw-text-opacity, 1));
}.dokan-layout .text-gray-900 {
--tw-text-opacity: 1;
color: rgb(17 24 39 / var(--tw-text-opacity, 1));
}.dokan-layout .text-green-500 {
--tw-text-opacity: 1;
color: rgb(34 197 94 / var(--tw-text-opacity, 1));
}.dokan-layout .text-green-600 {
--tw-text-opacity: 1;
color: rgb(22 163 74 / var(--tw-text-opacity, 1));
}.dokan-layout .text-green-800 {
--tw-text-opacity: 1;
color: rgb(22 101 52 / var(--tw-text-opacity, 1));
}.dokan-layout .text-indigo-600 {
--tw-text-opacity: 1;
color: rgb(79 70 229 / var(--tw-text-opacity, 1));
}.dokan-layout .text-indigo-800 {
--tw-text-opacity: 1;
color: rgb(55 48 163 / var(--tw-text-opacity, 1));
}.dokan-layout .text-neutral-400 {
--tw-text-opacity: 1;
color: rgb(163 163 163 / var(--tw-text-opacity, 1));
}.dokan-layout .text-neutral-500 {
--tw-text-opacity: 1;
color: rgb(115 115 115 / var(--tw-text-opacity, 1));
}.dokan-layout .text-neutral-700 {
--tw-text-opacity: 1;
color: rgb(64 64 64 / var(--tw-text-opacity, 1));
}.dokan-layout .text-orange-600 {
--tw-text-opacity: 1;
color: rgb(234 88 12 / var(--tw-text-opacity, 1));
}.dokan-layout .text-orange-800 {
--tw-text-opacity: 1;
color: rgb(154 52 18 / var(--tw-text-opacity, 1));
}.dokan-layout .text-pink-800 {
--tw-text-opacity: 1;
color: rgb(157 23 77 / var(--tw-text-opacity, 1));
}.dokan-layout .text-purple-600 {
--tw-text-opacity: 1;
color: rgb(147 51 234 / var(--tw-text-opacity, 1));
}.dokan-layout .text-purple-800 {
--tw-text-opacity: 1;
color: rgb(107 33 168 / var(--tw-text-opacity, 1));
}.dokan-layout .text-red-300 {
--tw-text-opacity: 1;
color: rgb(252 165 165 / var(--tw-text-opacity, 1));
}.dokan-layout .text-red-500 {
--tw-text-opacity: 1;
color: rgb(239 68 68 / var(--tw-text-opacity, 1));
}.dokan-layout .text-red-600 {
--tw-text-opacity: 1;
color: rgb(220 38 38 / var(--tw-text-opacity, 1));
}.dokan-layout .text-red-800 {
--tw-text-opacity: 1;
color: rgb(153 27 27 / var(--tw-text-opacity, 1));
}.dokan-layout .text-teal-800 {
--tw-text-opacity: 1;
color: rgb(17 94 89 / var(--tw-text-opacity, 1));
}.dokan-layout .text-white {
--tw-text-opacity: 1;
color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}.dokan-layout .text-white\/80 {
color: rgb(255 255 255 / 0.8);
}.dokan-layout .text-white\/90 {
color: rgb(255 255 255 / 0.9);
}.dokan-layout .text-yellow-400 {
--tw-text-opacity: 1;
color: rgb(250 204 21 / var(--tw-text-opacity, 1));
}.dokan-layout .text-yellow-800 {
--tw-text-opacity: 1;
color: rgb(133 77 14 / var(--tw-text-opacity, 1));
}.dokan-layout .text-zinc-500 {
--tw-text-opacity: 1;
color: rgb(113 113 122 / var(--tw-text-opacity, 1));
}.dokan-layout .underline {
text-decoration-line: underline;
}.dokan-layout .line-through {
text-decoration-line: line-through;
}.dokan-layout .no-underline {
text-decoration-line: none;
}.dokan-layout .placeholder-\[\#828282\]::-moz-placeholder {
--tw-placeholder-opacity: 1;
color: rgb(130 130 130 / var(--tw-placeholder-opacity, 1));
}.dokan-layout .placeholder-\[\#828282\]::placeholder {
--tw-placeholder-opacity: 1;
color: rgb(130 130 130 / var(--tw-placeholder-opacity, 1));
}.dokan-layout .opacity-0 {
opacity: 0;
}.dokan-layout .opacity-100 {
opacity: 1;
}.dokan-layout .opacity-25 {
opacity: 0.25;
}.dokan-layout .opacity-50 {
opacity: 0.5;
}.dokan-layout .opacity-75 {
opacity: 0.75;
}.dokan-layout .opacity-\[\.04\] {
opacity: .04;
}.dokan-layout .opacity-\[\.10\] {
opacity: .10;
}.dokan-layout .opacity-\[\.5\] {
opacity: .5;
}.dokan-layout .mix-blend-luminosity {
mix-blend-mode: luminosity;
}.dokan-layout .\!shadow-none {
--tw-shadow: 0 0 #0000 !important;
--tw-shadow-colored: 0 0 #0000 !important;
box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}.dokan-layout .shadow {
--tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
--tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}.dokan-layout .shadow-\[0_1px_2px_-1px_rgba\(0\2c 0\2c 0\2c 0\.10\)\2c 0_1px_3px_0_rgba\(0\2c 0\2c 0\2c 0\.10\)\] {
--tw-shadow: 0 1px 2px -1px rgba(0,0,0,0.10),0 1px 3px 0 rgba(0,0,0,0.10);
--tw-shadow-colored: 0 1px 2px -1px var(--tw-shadow-color), 0 1px 3px 0 var(--tw-shadow-color);
box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}.dokan-layout .shadow-\[0_4px_20px_0px_\#00000029\] {
--tw-shadow: 0 4px 20px 0px #00000029;
--tw-shadow-colored: 0 4px 20px 0px var(--tw-shadow-color);
box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}.dokan-layout .shadow-\[0px_2px_14px_1px_rgba\(50\2c 22\2c 56\2c 0\.06\)\] {
--tw-shadow: 0px 2px 14px 1px rgba(50,22,56,0.06);
--tw-shadow-colored: 0px 2px 14px 1px var(--tw-shadow-color);
box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}.dokan-layout .shadow-\[0px_4px_20px_0px_rgba\(0\2c 0\2c 0\2c 0\.05\)\] {
--tw-shadow: 0px 4px 20px 0px rgba(0,0,0,0.05);
--tw-shadow-colored: 0px 4px 20px 0px var(--tw-shadow-color);
box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}.dokan-layout .shadow-lg {
--tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
--tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}.dokan-layout .shadow-md {
--tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
--tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}.dokan-layout .shadow-none {
--tw-shadow: 0 0 #0000;
--tw-shadow-colored: 0 0 #0000;
box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}.dokan-layout .shadow-sm {
--tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
--tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}.dokan-layout .shadow-xl {
--tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
--tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);
box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}.dokan-layout .\!outline-none {
outline: 2px solid transparent !important;
outline-offset: 2px !important;
}.dokan-layout .outline-none {
outline: 2px solid transparent;
outline-offset: 2px;
}.dokan-layout .outline {
outline-style: solid;
}.dokan-layout .ring-1 {
--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}.dokan-layout .ring-2 {
--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}.dokan-layout .ring-inset {
--tw-ring-inset: inset;
}.dokan-layout .ring-\[\#7047EB\] {
--tw-ring-opacity: 1;
--tw-ring-color: rgb(112 71 235 / var(--tw-ring-opacity, 1));
}.dokan-layout .ring-black\/5 {
--tw-ring-color: rgb(0 0 0 / 0.05);
}.dokan-layout .ring-gray-900\/5 {
--tw-ring-color: rgb(17 24 39 / 0.05);
}.dokan-layout .ring-white {
--tw-ring-opacity: 1;
--tw-ring-color: rgb(255 255 255 / var(--tw-ring-opacity, 1));
}.dokan-layout .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);
}.dokan-layout .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);
}.dokan-layout .invert {
--tw-invert: invert(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);
}.dokan-layout .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);
}.dokan-layout .backdrop-invert {
--tw-backdrop-invert: invert(100%);
backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}.dokan-layout .backdrop-opacity-10 {
--tw-backdrop-opacity: opacity(0.1);
backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}.dokan-layout .transition {
transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
transition-duration: 150ms;
}.dokan-layout .transition-all {
transition-property: all;
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
transition-duration: 150ms;
}.dokan-layout .transition-colors {
transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
transition-duration: 150ms;
}.dokan-layout .transition-opacity {
transition-property: opacity;
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
transition-duration: 150ms;
}.dokan-layout .transition-shadow {
transition-property: box-shadow;
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
transition-duration: 150ms;
}.dokan-layout .transition-transform {
transition-property: transform;
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
transition-duration: 150ms;
}.dokan-layout .duration-150 {
transition-duration: 150ms;
}.dokan-layout .duration-200 {
transition-duration: 200ms;
}.dokan-layout .duration-300 {
transition-duration: 300ms;
}.dokan-layout .duration-500 {
transition-duration: 500ms;
}.dokan-layout .ease-in-out {
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}.dokan-layout .ease-out {
transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}.dokan-layout .\@container {
container-type: inline-size;
}.dokan-layout .\@container\/after-header {
container-type: inline-size;
container-name: after-header;
}.dokan-layout .\@container\/before-header {
container-type: inline-size;
container-name: before-header;
}.dokan-layout .\@container\/combine {
container-type: inline-size;
container-name: combine;
}.dokan-layout .\@container\/currency {
container-type: inline-size;
container-name: currency;
}.dokan-layout .\@container\/header {
container-type: inline-size;
container-name: header;
}.dokan-layout .\@container\/header-title-section {
container-type: inline-size;
container-name: header-title-section;
}.dokan-layout .\@container\/main {
container-type: inline-size;
container-name: main;
}.dokan-layout .\@container\/radio {
container-type: inline-size;
container-name: radio;
}.dokan-layout .\@container\/step-body {
container-type: inline-size;
container-name: step-body;
}.dokan-layout .\@container\/switcher {
container-type: inline-size;
container-name: switcher;
}.dokan-layout  .dokan-btn {
position: relative !important;
border-color: var(--dokan-button-border-color, #7047EB) !important;
background-color: var(--dokan-button-background-color, #7047EB) !important;
color: var(--dokan-button-text-color, #ffffff) !important;
--tw-shadow: 0 0 #0000 !important;
--tw-shadow-colored: 0 0 #0000 !important;
box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
--tw-ring-color: var(--dokan-button-border-color, #7047EB) !important;
transition-property: color, background-color, border-color, text-decoration-color, fill, stroke !important;
transition-duration: 200ms !important;
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
}.dokan-layout  .dokan-btn:hover {
border-color: var(--dokan-button-hover-border-color, #370EB1) !important;
background-color: var(--dokan-button-hover-background-color, #502BBF) !important;
color: var(--dokan-button-hover-text-color, #ffffff) !important;
--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
--tw-ring-offset-width: 0px !important;
}.dokan-layout  .dokan-btn:focus {
--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
--tw-ring-offset-width: 0px !important;
}.dokan-layout  .dokan-btn:disabled {
cursor: not-allowed !important;
opacity: 0.6 !important;
}.dokan-layout  .dokan-btn-secondary {
position: relative !important;
border-style: none !important;
border-color: var(--dokan-button-secondary-border-color, var(--dokan-button-border-color, #7047EB)) !important;
background-color: var(--dokan-button-secondary-background-color, #ffffff) !important;
color: var(--dokan-button-secondary-text-color, #7047EB) !important;
--tw-shadow: 0 0 #0000 !important;
--tw-shadow-colored: 0 0 #0000 !important;
box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
--tw-ring-color: var(--dokan-button-secondary-border-color, var(--dokan-button-border-color, #7047EB)) !important;
transition-property: color, background-color, border-color, text-decoration-color, fill, stroke !important;
transition-duration: 200ms !important;
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
}.dokan-layout  .dokan-btn-secondary:focus {
--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
--tw-ring-offset-width: 0px !important;
}.dokan-layout  .dokan-btn-secondary:hover {
border-color: var(--dokan-button-secondary-hover-border-color, #7047EB) !important;
background-color: var(--dokan-button-secondary-hover-background-color, #DACEFF82) !important;
color: var(--dokan-button-secondary-hover-text-color, #7047EB) !important;
--tw-ring-color: var(--dokan-button-secondary-hover-border-color, #7047EB) !important;
--tw-ring-offset-width: 0px !important;
}.dokan-layout .dokan-btn-tertiary{--tw-shadow: 1px 3px 4px 0 rgb(0 0 0 / 0.05);position: relative !important;border-color: var(--dokan-button-tertiary-border-color, #00000000) !important;background-color: var(--dokan-button-tertiary-background-color, #00000000) !important;color: var(--dokan-button-tertiary-text-color, var(--dokan-button-background-color, #7047EB)) !important;--tw-ring-color: var(--dokan-button-tertiary-border-color, #00000000) !important;transition-property: color, background-color, border-color, text-decoration-color, fill, stroke !important;transition-duration: 200ms !important;transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important}.dokan-layout  .dokan-btn-tertiary:focus {
--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
--tw-ring-offset-width: 0px !important;
}.dokan-layout  .dokan-btn-tertiary:hover {
background-color: var(--dokan-button-tertiary-hover-background-color, #DACEFF82) !important;
color: var(--dokan-button-tertiary-hover-text-color, var(--dokan-button-background-color, #7047EB)) !important;
--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
--tw-ring-offset-width: 0px !important;
}.dokan-layout  .dokan-btn-info {
position: relative !important;
border-color: var(--dokan-button-info-background-color, #0B76B7) !important;
background-color: var(--dokan-button-info-background-color, #0B76B7) !important;
color: var(--dokan-button-info-text-color, #ffffff) !important;
--tw-ring-color: var(--dokan-button-info-background-color, #0B76B7) !important;
transition-property: color, background-color, border-color, text-decoration-color, fill, stroke !important;
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
transition-duration: 200ms !important;
}.dokan-layout  .dokan-btn-info:focus {
--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
--tw-ring-offset-width: 0px !important;
}.dokan-layout  .dokan-btn-info:hover {
border-color: var(--dokan-button-info-hover-background-color, #2795d7) !important;
background-color: var(--dokan-button-info-hover-background-color, #2795d7) !important;
color: var(--dokan-button-info-hover-text-color, #ffffff) !important;
--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
--tw-ring-color: var(--dokan-button-info-hover-background-color, #2795d7) !important;
--tw-ring-offset-width: 0px !important;
}.dokan-layout  .dokan-btn-success {
position: relative !important;
border-color: var(--dokan-button-success-background-color, #07a67e) !important;
background-color: var(--dokan-button-success-background-color, #07a67e) !important;
color: var(--dokan-button-success-text-color, #ffffff) !important;
--tw-ring-color: var(--dokan-button-success-background-color, #07a67e) !important;
transition-property: color, background-color, border-color, text-decoration-color, fill, stroke !important;
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
transition-duration: 200ms !important;
}.dokan-layout  .dokan-btn-success:focus {
--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
--tw-ring-offset-width: 0px !important;
}.dokan-layout  .dokan-btn-success:hover {
border-color: var(--dokan-button-success-hover-background-color, #11b68c) !important;
background-color: var(--dokan-button-success-hover-background-color, #11b68c) !important;
color: var(--dokan-button-success-hover-text-color, #ffffff) !important;
--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
--tw-ring-color: var(--dokan-button-success-hover-background-color, #11b68c) !important;
--tw-ring-offset-width: 0px !important;
}.dokan-layout  .dokan-btn-warning {
position: relative !important;
border-color: var(--dokan-button-warning-background-color, #e9a905) !important;
background-color: var(--dokan-button-warning-background-color, #e9a905) !important;
color: var(--dokan-button-warning-text-color, #ffffff) !important;
--tw-ring-color: var(--dokan-button-warning-background-color, #e9a905) !important;
transition-property: color, background-color, border-color, text-decoration-color, fill, stroke !important;
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
transition-duration: 200ms !important;
}.dokan-layout  .dokan-btn-warning:focus {
--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
--tw-ring-offset-width: 0px !important;
}.dokan-layout  .dokan-btn-warning:hover {
border-color: var(--dokan-button-warning-hover-background-color, #fbbf24) !important;
background-color: var(--dokan-button-warning-hover-background-color, #fbbf24) !important;
color: var(--dokan-button-warning-hover-text-color, #ffffff) !important;
--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
--tw-ring-color: var(--dokan-button-warning-hover-background-color, #fbbf24) !important;
--tw-ring-offset-width: 0px !important;
}.dokan-layout  .dokan-btn-danger {
position: relative !important;
border-color: var(--dokan-button-danger-background-color, #e3050c) !important;
background-color: var(--dokan-button-danger-background-color, #e3050c) !important;
color: var(--dokan-button-danger-text-color, #ffffff) !important;
--tw-ring-color: var(--dokan-button-danger-background-color, #e3050c) !important;
transition-property: color, background-color, border-color, text-decoration-color, fill, stroke !important;
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
transition-duration: 200ms !important;
}.dokan-layout  .dokan-btn-danger:focus {
--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
--tw-ring-offset-width: 0px !important;
}.dokan-layout  .dokan-btn-danger:hover {
border-color: var(--dokan-button-danger-hover-background-color, #f23030) !important;
background-color: var(--dokan-button-danger-hover-background-color, #f23030) !important;
color: var(--dokan-button-danger-hover-text-color, #ffffff) !important;
--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
--tw-ring-color: var(--dokan-button-danger-hover-background-color, #f23030) !important;
--tw-ring-offset-width: 0px !important;
}.dokan-layout  .\!dokan-link {
position: relative !important;
color: var(--dokan-link-color, #7047EB) !important;
text-decoration-line: none !important;
transition-property: color, background-color, border-color, text-decoration-color, fill, stroke !important;
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
transition-duration: 200ms !important;
}.dokan-layout  .dokan-link {
position: relative !important;
color: var(--dokan-link-color, #7047EB) !important;
text-decoration-line: none !important;
transition-property: color, background-color, border-color, text-decoration-color, fill, stroke !important;
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
transition-duration: 200ms !important;
}.dokan-layout  .\!dokan-link:hover,:is(.dokan-layout .\!dokan-link:focus) {
color: var(--dokan-link-hover-color, var(--dokan-sidebar-background-color, #322067)) !important;
}.dokan-layout  .dokan-link:hover,:is(.dokan-layout .dokan-link:focus) {
color: var(--dokan-link-hover-color, var(--dokan-sidebar-background-color, #322067)) !important;
}.dokan-layout  .\!dokan-link:hover,:is(.dokan-layout .\!dokan-link:focus) {
color: var(--dokan-link-hover-color, var(--dokan-sidebar-background-color, #322067)) !important;
}.dokan-layout  .dokan-link:hover,:is(.dokan-layout .dokan-link:focus) {
color: var(--dokan-link-hover-color, var(--dokan-sidebar-background-color, #322067)) !important;
}.dokan-layout  .dokan-badge-primary {
position: relative !important;
background-color: var(--dokan-button-background-color, #7047EB) !important;
color: var(--dokan-button-text-color, #ffffff) !important;
--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
--tw-ring-inset: inset !important;
--tw-ring-color: var(--dokan-button-border-color, #7047EB) !important;
}.dokan-layout  .dokan-badge-secondary {
position: relative !important;
background-color: var(--dokan-button-secondary-background-color, #ffffff) !important;
color: var(--dokan-button-secondary-text-color, #7047EB) !important;
--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
--tw-ring-inset: inset !important;
--tw-ring-color: var(--dokan-button-secondary-border-color, var(--dokan-button-border-color, #7047EB)) !important;
}.dokan-layout  .dokan-badge-info {
position: relative !important;
background-color: var(--dokan-info-background-color, #E9F9FF) !important;
color: var(--dokan-info-text-color, #0B76B7) !important;
--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
--tw-ring-inset: inset !important;
--tw-ring-color: var(--dokan-info-border-color, #E9F9FFFF) !important;
}.dokan-layout  .dokan-badge-success {
position: relative !important;
background-color: var(--dokan-success-background-color, #DAF8E6) !important;
color: var(--dokan-success-text-color, #004434) !important;
--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
--tw-ring-inset: inset !important;
--tw-ring-color: var(--dokan-success-border-color, #DAF8E6FF) !important;
}.dokan-layout  .dokan-badge-warning {
position: relative !important;
background-color: var(--dokan-warning-background-color, #FFFBEB) !important;
color: var(--dokan-warning-text-color, #9D5425) !important;
--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
--tw-ring-inset: inset !important;
--tw-ring-color: var(--dokan-warning-border-color, #FFFBEBFF) !important;
}.dokan-layout  .dokan-badge-danger {
position: relative !important;
background-color: var(--dokan-danger-background-color, #FEF3F3) !important;
color: var(--dokan-danger-text-color, #BC1C21) !important;
--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
--tw-ring-inset: inset !important;
--tw-ring-color: var(--dokan-danger-border-color, #FEF3F3FF) !important;
}.dokan-layout  .dokan-alert-info {
position: relative !important;
background-color: var(--dokan-info-background-color, #E9F9FF) !important;
color: var(--dokan-info-secondary-text-color, #637381) !important;
--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
--tw-ring-inset: inset !important;
--tw-ring-color: var(--dokan-info-border-color, #E9F9FFFF) !important;
}.dokan-layout  .dokan-alert-success {
position: relative !important;
background-color: var(--dokan-success-background-color, #DAF8E6) !important;
color: var(--dokan-success-secondary-text-color, #637381) !important;
--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
--tw-ring-inset: inset !important;
--tw-ring-color: var(--dokan-success-border-color, #DAF8E6FF) !important;
}.dokan-layout  .dokan-alert-warning {
position: relative !important;
background-color: var(--dokan-warning-background-color, #FFFBEB) !important;
color: var(--dokan-warning-secondary-text-color, #D0915C) !important;
--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
--tw-ring-inset: inset !important;
--tw-ring-color: var(--dokan-warning-border-color, #FFFBEBFF) !important;
}.dokan-layout  .dokan-alert-danger {
position: relative !important;
background-color: var(--dokan-danger-background-color, #FEF3F3) !important;
color: var(--dokan-danger-secondary-text-color, #F56060) !important;
--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
--tw-ring-inset: inset !important;
--tw-ring-color: var(--dokan-danger-border-color, #FEF3F3FF) !important;
}.dokan-layout :is(.react-select input:focus){box-shadow:none !important;outline:none !important}.dokan-layout .dokan-react-search-input{border-radius:0 !important;background:#fff !important;box-shadow:none !important}.dokan-layout :is(.dokan-react-search-input~span),.dokan-layout span:has(+.dokan-react-search-input){background:#fff !important}.dokan-layout  :is(.dokan-date-range-picker .woocommerce-calendar) {
border-style: none !important;
--tw-bg-opacity: 1 !important;
background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1)) !important;
}.dokan-layout  :is(.dokan-date-range-picker .woocommerce-calendar .DayPicker_transitionContainer),:is(.dokan-layout :is(.dokan-date-range-picker .woocommerce-calendar .CalendarMonth)),:is(.dokan-layout :is(.dokan-date-range-picker .woocommerce-calendar .CalendarMonthGrid)),:is(.dokan-layout :is(.dokan-date-range-picker .woocommerce-calendar .DayPicker__horizontal)) {
--tw-bg-opacity: 1 !important;
background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1)) !important;
}.dokan-withdraw-style-reset button:focus,.dokan-withdraw-style-reset .menu-toggle:hover,.dokan-withdraw-style-reset button:hover,.dokan-withdraw-style-reset .button:hover,.dokan-withdraw-style-reset .ast-custom-button:hover,.dokan-withdraw-style-reset input[type=reset]:hover,.dokan-withdraw-style-reset input[type=reset]:focus,.dokan-withdraw-style-reset input#submit:hover,.dokan-withdraw-style-reset input#submit:focus,.dokan-withdraw-style-reset input[type=button]:hover,.dokan-withdraw-style-reset input[type=button]:focus,.dokan-withdraw-style-reset input[type=submit]:hover,.dokan-withdraw-style-reset input[type=submit]:focus{background-color:var(--dokan-button-hover-color, #7047EB);border-color:var(--dokan-button-hover-background-color, #7047EB)}.dokan-withdraw-style-reset button{box-shadow:none;border:none}.dokan-withdraw-style-reset input{border:none}.dokan-withdraw-style-reset table,.dokan-withdraw-style-reset th,.dokan-withdraw-style-reset td{margin:0;padding:0;border:0;border-spacing:0;border-collapse:collapse;font-size:inherit;font-weight:inherit;text-align:inherit;vertical-align:inherit;box-sizing:border-box}.dokan-withdraw-style-reset input[type=text][role=combobox]{height:-moz-fit-content;height:fit-content}.dokan-withdraw-style-reset .border{border-style:solid;border-width:1px}.dokan-withdraw-style-reset .border-b{border-bottom-width:1px;border-bottom-style:solid}#headlessui-portal-root.dokan-layout button[type=button]:is(.before\:absolute.right-2.top-2)::before{content: var(--tw-content);border-radius: 9999px;padding-top: 0.125rem;padding-bottom: 0.125rem;padding-left: 0.375rem;padding-right: 0.375rem}#headlessui-portal-root.dokan-layout button[type=button]:is(.before\:absolute.right-2.top-2):hover::before{content: var(--tw-content);--tw-bg-opacity: 1;background-color: rgb(254 242 242 / var(--tw-bg-opacity, 1));--tw-text-opacity: 1;color: rgb(239 68 68 / var(--tw-text-opacity, 1));--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);--tw-ring-opacity: 1;--tw-ring-color: rgb(239 68 68 / var(--tw-ring-opacity, 1));--tw-ring-offset-width: 2px}.dokan-layout .before\:absolute::before {
content: var(--tw-content);
position: absolute;
}.dokan-layout .before\:bottom-full::before {
content: var(--tw-content);
bottom: 100%;
}.dokan-layout .before\:left-0::before {
content: var(--tw-content);
left: 0px;
}.dokan-layout .before\:h-12::before {
content: var(--tw-content);
height: 3rem;
}.dokan-layout .before\:h-6::before {
content: var(--tw-content);
height: 1.5rem;
}.dokan-layout .before\:w-full::before {
content: var(--tw-content);
width: 100%;
}.dokan-layout .before\:content-\[\'\'\]::before {
--tw-content: '';
content: var(--tw-content);
}.dokan-layout :is(.\*\:first\:\*\:border-transparent > *:first-child > *) {
border-color: transparent;
}.dokan-layout :is(.\*\:first\:border-gray-200:first-child > *) {
--tw-border-opacity: 1;
border-color: rgb(229 231 235 / var(--tw-border-opacity, 1));
}.dokan-layout .last\:mb-0:last-child {
margin-bottom: 0px;
}.dokan-layout .last\:border-b-0:last-child {
border-bottom-width: 0px;
}.dokan-layout .hover\:cursor-pointer:hover {
cursor: pointer;
}.dokan-layout .hover\:border:hover {
border-width: 1px;
}.dokan-layout .hover\:\!border-\[\#7047EB\]:hover {
--tw-border-opacity: 1 !important;
border-color: rgb(112 71 235 / var(--tw-border-opacity, 1)) !important;
}.dokan-layout .hover\:border-gray-300:hover {
--tw-border-opacity: 1;
border-color: rgb(209 213 219 / var(--tw-border-opacity, 1));
}.dokan-layout .hover\:border-red-600:hover {
--tw-border-opacity: 1;
border-color: rgb(220 38 38 / var(--tw-border-opacity, 1));
}.dokan-layout .hover\:\!bg-transparent:hover {
background-color: transparent !important;
}.dokan-layout .hover\:bg-\[\#5d39c4\]:hover {
--tw-bg-opacity: 1;
background-color: rgb(93 57 196 / var(--tw-bg-opacity, 1));
}.dokan-layout .hover\:bg-\[\#7047EB\]:hover {
--tw-bg-opacity: 1;
background-color: rgb(112 71 235 / var(--tw-bg-opacity, 1));
}.dokan-layout .hover\:bg-\[\#7C3AED\]:hover {
--tw-bg-opacity: 1;
background-color: rgb(124 58 237 / var(--tw-bg-opacity, 1));
}.dokan-layout .hover\:bg-\[\#EFEAFF\]:hover {
--tw-bg-opacity: 1;
background-color: rgb(239 234 255 / var(--tw-bg-opacity, 1));
}.dokan-layout .hover\:bg-blue-600:hover {
--tw-bg-opacity: 1;
background-color: rgb(37 99 235 / var(--tw-bg-opacity, 1));
}.dokan-layout .hover\:bg-gray-100:hover {
--tw-bg-opacity: 1;
background-color: rgb(243 244 246 / var(--tw-bg-opacity, 1));
}.dokan-layout .hover\:bg-gray-50:hover {
--tw-bg-opacity: 1;
background-color: rgb(249 250 251 / var(--tw-bg-opacity, 1));
}.dokan-layout .hover\:bg-indigo-500:hover {
--tw-bg-opacity: 1;
background-color: rgb(99 102 241 / var(--tw-bg-opacity, 1));
}.dokan-layout .hover\:bg-indigo-600:hover {
--tw-bg-opacity: 1;
background-color: rgb(79 70 229 / var(--tw-bg-opacity, 1));
}.dokan-layout .hover\:bg-red-50:hover {
--tw-bg-opacity: 1;
background-color: rgb(254 242 242 / var(--tw-bg-opacity, 1));
}.dokan-layout .hover\:bg-transparent:hover {
background-color: transparent;
}.dokan-layout .hover\:bg-white:hover {
--tw-bg-opacity: 1;
background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}.dokan-layout .hover\:bg-yellow-300:hover {
--tw-bg-opacity: 1;
background-color: rgb(253 224 71 / var(--tw-bg-opacity, 1));
}.dokan-layout .hover\:bg-yellow-500:hover {
--tw-bg-opacity: 1;
background-color: rgb(234 179 8 / var(--tw-bg-opacity, 1));
}.dokan-layout .hover\:\!text-\[\#7047EB\]:hover {
--tw-text-opacity: 1 !important;
color: rgb(112 71 235 / var(--tw-text-opacity, 1)) !important;
}.dokan-layout .hover\:\!text-white:hover {
--tw-text-opacity: 1 !important;
color: rgb(255 255 255 / var(--tw-text-opacity, 1)) !important;
}.dokan-layout .hover\:text-\[\#575757\]:hover {
--tw-text-opacity: 1;
color: rgb(87 87 87 / var(--tw-text-opacity, 1));
}.dokan-layout .hover\:text-\[\#5a38bc\]:hover {
--tw-text-opacity: 1;
color: rgb(90 56 188 / var(--tw-text-opacity, 1));
}.dokan-layout .hover\:text-\[\#7047EB\]:hover {
--tw-text-opacity: 1;
color: rgb(112 71 235 / var(--tw-text-opacity, 1));
}.dokan-layout .hover\:text-dokan-primary:hover {
color: var(--dokan-button-background-color, #7047EB);
}.dokan-layout .hover\:text-gray-600:hover {
--tw-text-opacity: 1;
color: rgb(75 85 99 / var(--tw-text-opacity, 1));
}.dokan-layout .hover\:text-gray-700:hover {
--tw-text-opacity: 1;
color: rgb(55 65 81 / var(--tw-text-opacity, 1));
}.dokan-layout .hover\:text-gray-900:hover {
--tw-text-opacity: 1;
color: rgb(17 24 39 / var(--tw-text-opacity, 1));
}.dokan-layout .hover\:text-red-600:hover {
--tw-text-opacity: 1;
color: rgb(220 38 38 / var(--tw-text-opacity, 1));
}.dokan-layout .hover\:text-white:hover {
--tw-text-opacity: 1;
color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}.dokan-layout .hover\:\!underline:hover {
text-decoration-line: underline !important;
}.dokan-layout .hover\:underline:hover {
text-decoration-line: underline;
}.dokan-layout .hover\:shadow-md:hover {
--tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
--tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}.dokan-layout .focus\:border-0:focus {
border-width: 0px;
}.dokan-layout .focus\:border-none:focus {
border-style: none;
}.dokan-layout .focus\:border-\[\#7047EB\]:focus {
--tw-border-opacity: 1;
border-color: rgb(112 71 235 / var(--tw-border-opacity, 1));
}.dokan-layout .focus\:border-gray-300:focus {
--tw-border-opacity: 1;
border-color: rgb(209 213 219 / var(--tw-border-opacity, 1));
}.dokan-layout .focus\:border-gray-900:focus {
--tw-border-opacity: 1;
border-color: rgb(17 24 39 / var(--tw-border-opacity, 1));
}.dokan-layout .focus\:border-orange-500:focus {
--tw-border-opacity: 1;
border-color: rgb(249 115 22 / var(--tw-border-opacity, 1));
}.dokan-layout .focus\:bg-gray-100:focus {
--tw-bg-opacity: 1;
background-color: rgb(243 244 246 / var(--tw-bg-opacity, 1));
}.dokan-layout .focus\:\!text-white:focus {
--tw-text-opacity: 1 !important;
color: rgb(255 255 255 / var(--tw-text-opacity, 1)) !important;
}.dokan-layout .focus\:\!outline-none:focus {
outline: 2px solid transparent !important;
outline-offset: 2px !important;
}.dokan-layout .focus\:outline-none:focus {
outline: 2px solid transparent;
outline-offset: 2px;
}.dokan-layout .focus\:outline-dokan-btn:focus {
outline-color: var(--dokan-button-border-color, #7047EB);
}.dokan-layout .focus\:\!ring-0:focus {
--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
}.dokan-layout .focus\:ring-0:focus {
--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}.dokan-layout .focus\:ring-1:focus {
--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}.dokan-layout .focus\:ring-\[\#7047EB\]:focus {
--tw-ring-opacity: 1;
--tw-ring-color: rgb(112 71 235 / var(--tw-ring-opacity, 1));
}.dokan-layout .focus\:ring-gray-900:focus {
--tw-ring-opacity: 1;
--tw-ring-color: rgb(17 24 39 / var(--tw-ring-opacity, 1));
}.dokan-layout .focus\:ring-indigo-500:focus {
--tw-ring-opacity: 1;
--tw-ring-color: rgb(99 102 241 / var(--tw-ring-opacity, 1));
}.dokan-layout .focus\:ring-orange-500:focus {
--tw-ring-opacity: 1;
--tw-ring-color: rgb(249 115 22 / var(--tw-ring-opacity, 1));
}.dokan-layout .focus\:ring-opacity-20:focus {
--tw-ring-opacity: 0.2;
}.dokan-layout .focus-visible\:outline:focus-visible {
outline-style: solid;
}.dokan-layout .focus-visible\:outline-2:focus-visible {
outline-width: 2px;
}.dokan-layout .focus-visible\:outline-offset-2:focus-visible {
outline-offset: 2px;
}.dokan-layout .focus-visible\:outline-indigo-600:focus-visible {
outline-color: #4f46e5;
}.dokan-layout .disabled\:cursor-not-allowed:disabled {
cursor: not-allowed;
}.dokan-layout :is(.group:hover .group-hover\:visible) {
visibility: visible;
}.dokan-layout :is(.group:hover .group-hover\:scale-125) {
--tw-scale-x: 1.25;
--tw-scale-y: 1.25;
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));
}.dokan-layout :is(.group:hover .group-hover\:\!bg-\[\#EFEAFF\]) {
--tw-bg-opacity: 1 !important;
background-color: rgb(239 234 255 / var(--tw-bg-opacity, 1)) !important;
}.dokan-layout :is(.group:hover .group-hover\:bg-\[\#502BBF\]) {
--tw-bg-opacity: 1;
background-color: rgb(80 43 191 / var(--tw-bg-opacity, 1));
}.dokan-layout :is(.group:hover .group-hover\:fill-\[\#7047EB\]) {
fill: #7047EB;
}.dokan-layout :is(.group:hover .group-hover\:text-\[\#7047EB\]) {
--tw-text-opacity: 1;
color: rgb(112 71 235 / var(--tw-text-opacity, 1));
}.dokan-layout :is(.group:hover .group-hover\:text-gray-800) {
--tw-text-opacity: 1;
color: rgb(31 41 55 / var(--tw-text-opacity, 1));
}.dokan-layout :is(.group:hover .group-hover\:text-white) {
--tw-text-opacity: 1;
color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}@container main (min-width: 20rem) {
.dokan-layout .\@xs\/main\:py-4 {
padding-top: 1rem;
padding-bottom: 1rem;
}
}@container currency (min-width: 24rem) {
.dokan-layout .\@sm\/currency\:col-span-4 {
grid-column: span 4 / span 4;
}
.dokan-layout .\@sm\/currency\:col-span-8 {
grid-column: span 8 / span 8;
}
.dokan-layout .\@sm\/currency\:justify-end {
justify-content: flex-end;
}
.dokan-layout .\@sm\/currency\:text-base {
font-size: 1rem;
line-height: 1.5rem;
}
.dokan-layout .\@sm\/currency\:text-sm {
font-size: 0.875rem;
line-height: 1.25rem;
}
}@container (min-width: 24rem) {
.dokan-layout .\@sm\:text-sm {
font-size: 0.875rem;
line-height: 1.25rem;
}
}@container combine (min-width: 28rem) {
.dokan-layout .\@md\/combine\:text-base {
font-size: 1rem;
line-height: 1.5rem;
}
.dokan-layout .\@md\/combine\:text-sm {
font-size: 0.875rem;
line-height: 1.25rem;
}
}@container radio (min-width: 28rem) {
.dokan-layout .\@md\/radio\:col-span-4 {
grid-column: span 4 / span 4;
}
.dokan-layout .\@md\/radio\:col-span-8 {
grid-column: span 8 / span 8;
}
.dokan-layout .\@md\/radio\:justify-end {
justify-content: flex-end;
}
}@container step-body (min-width: 28rem) {
.dokan-layout .\@md\/step-body\:p-12 {
padding: 3rem;
}
}@container switcher (min-width: 28rem) {
.dokan-layout .\@md\/switcher\:col-span-4 {
grid-column: span 4 / span 4;
}
.dokan-layout .\@md\/switcher\:col-span-8 {
grid-column: span 8 / span 8;
}
.dokan-layout .\@md\/switcher\:justify-end {
justify-content: flex-end;
}
}@container (min-width: 28rem) {
.dokan-layout .\@md\:grid-cols-1 {
grid-template-columns: repeat(1, minmax(0, 1fr));
}
.dokan-layout .\@md\:gap-6 {
gap: 1.5rem;
}
.dokan-layout :is(.\@md\:space-x-8 > :not([hidden]) ~ :not([hidden])) {
--tw-space-x-reverse: 0;
margin-right: calc(2rem * var(--tw-space-x-reverse));
margin-left: calc(2rem * calc(1 - var(--tw-space-x-reverse)));
}
.dokan-layout .\@md\:text-base {
font-size: 1rem;
line-height: 1.5rem;
}
}@container (min-width: 32rem) {
.dokan-layout .\@lg\:grid-cols-2 {
grid-template-columns: repeat(2, minmax(0, 1fr));
}
}@container combine (min-width: 36rem) {
.dokan-layout .\@xl\/combine\:col-span-5 {
grid-column: span 5 / span 5;
}
.dokan-layout .\@xl\/combine\:col-span-7 {
grid-column: span 7 / span 7;
}
}@container main (min-width: 36rem) {
.dokan-layout .\@xl\/main\:col-span-4 {
grid-column: span 4 / span 4;
}
.dokan-layout .\@xl\/main\:col-span-8 {
grid-column: span 8 / span 8;
}
.dokan-layout .\@xl\/main\:my-0 {
margin-top: 0px;
margin-bottom: 0px;
}
}@container main (min-width: 42rem) {
.dokan-layout .\@2xl\/main\:mb-10 {
margin-bottom: 2.5rem;
}
}@container main (min-width: 48rem) {
.dokan-layout .\@3xl\/main\:col-span-3 {
grid-column: span 3 / span 3;
}
.dokan-layout .\@3xl\/main\:col-span-9 {
grid-column: span 9 / span 9;
}
.dokan-layout .\@3xl\/main\:py-10 {
padding-top: 2.5rem;
padding-bottom: 2.5rem;
}
}@container main (min-width: 64rem) {
.dokan-layout .\@5xl\/main\:pl-12 {
padding-left: 3rem;
}
}@container step-body (min-width: 64rem) {
.dokan-layout .\@5xl\/step-body\:px-28 {
padding-left: 7rem;
padding-right: 7rem;
}
.dokan-layout .\@5xl\/step-body\:py-16 {
padding-top: 4rem;
padding-bottom: 4rem;
}
}@media (min-width: 640px) {
.dokan-layout .sm\:mb-0 {
margin-bottom: 0px;
}
.dokan-layout .sm\:block {
display: block;
}
.dokan-layout .sm\:hidden {
display: none;
}
.dokan-layout .sm\:max-h-\[calc\(90vh-200px\)\] {
max-height: calc(90vh - 200px);
}
.dokan-layout .sm\:\!w-\[620px\] {
width: 620px !important;
}
.dokan-layout .sm\:w-\[50rem\] {
width: 50rem;
}
.dokan-layout .sm\:w-\[54rem\] {
width: 54rem;
}
.dokan-layout .sm\:w-\[70\%\] {
width: 70%;
}
.dokan-layout .sm\:w-auto {
width: auto;
}
.dokan-layout .sm\:w-full {
width: 100%;
}
.dokan-layout .sm\:grid-cols-1 {
grid-template-columns: repeat(1, minmax(0, 1fr));
}
.dokan-layout .sm\:grid-cols-2 {
grid-template-columns: repeat(2, minmax(0, 1fr));
}
.dokan-layout .sm\:\!flex-row {
flex-direction: row !important;
}
.dokan-layout .sm\:flex-col {
flex-direction: column;
}
.dokan-layout .sm\:\!items-center {
align-items: center !important;
}
.dokan-layout .sm\:truncate {
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
.dokan-layout .sm\:rounded-lg {
border-radius: 0.5rem;
}
.dokan-layout .sm\:rounded-md {
border-radius: 0.375rem;
}
.dokan-layout .sm\:border-b-0 {
border-bottom-width: 0px;
}
.dokan-layout .sm\:p-6 {
padding: 1.5rem;
}
.dokan-layout .sm\:px-6 {
padding-left: 1.5rem;
padding-right: 1.5rem;
}
.dokan-layout .sm\:px-\[16px\] {
padding-left: 16px;
padding-right: 16px;
}
.dokan-layout .sm\:py-\[8px\] {
padding-top: 8px;
padding-bottom: 8px;
}
.dokan-layout .sm\:text-left {
text-align: left;
}
.dokan-layout .sm\:text-2xl {
font-size: 1.5rem;
line-height: 2rem;
}
.dokan-layout .sm\:text-3xl {
font-size: 1.875rem;
line-height: 2.25rem;
}
.dokan-layout .sm\:text-base {
font-size: 1rem;
line-height: 1.5rem;
}
.dokan-layout .sm\:text-sm {
font-size: 0.875rem;
line-height: 1.25rem;
}
.dokan-layout .sm\:tracking-tight {
letter-spacing: -0.025em;
}
}@media (min-width: 768px) {
.dokan-layout .md\:\!relative {
position: relative !important;
}
.dokan-layout .md\:left-\[40px\] {
left: 40px;
}
.dokan-layout .md\:left-\[calc\(100\%-185px\)\] {
left: calc(100% - 185px);
}
.dokan-layout .md\:left-\[calc\(100\%-190px\)\] {
left: calc(100% - 190px);
}
.dokan-layout .md\:left-\[calc\(100\%-270px\)\] {
left: calc(100% - 270px);
}
.dokan-layout .md\:left-\[calc\(100\%-285px\)\] {
left: calc(100% - 285px);
}
.dokan-layout .md\:left-\[calc\(100\%-450px\)\] {
left: calc(100% - 450px);
}
.dokan-layout .md\:top-\[165px\] {
top: 165px;
}
.dokan-layout .md\:top-\[90px\] {
top: 90px;
}
.dokan-layout .md\:\!-mt-12 {
margin-top: -3rem !important;
}
.dokan-layout .md\:\!mt-0 {
margin-top: 0px !important;
}
.dokan-layout .md\:mb-0 {
margin-bottom: 0px;
}
.dokan-layout .md\:mb-4 {
margin-bottom: 1rem;
}
.dokan-layout .md\:mb-6 {
margin-bottom: 1.5rem;
}
.dokan-layout .md\:mb-8 {
margin-bottom: 2rem;
}
.dokan-layout .md\:mb-\[1rem\] {
margin-bottom: 1rem;
}
.dokan-layout .md\:ml-4 {
margin-left: 1rem;
}
.dokan-layout .md\:ml-\[30px\] {
margin-left: 30px;
}
.dokan-layout .md\:mr-0 {
margin-right: 0px;
}
.dokan-layout .md\:mt-0 {
margin-top: 0px;
}
.dokan-layout .md\:block {
display: block;
}
.dokan-layout .md\:inline-block {
display: inline-block;
}
.dokan-layout .md\:flex {
display: flex;
}
.dokan-layout .md\:hidden {
display: none;
}
.dokan-layout .md\:\!h-\[251px\] {
height: 251px !important;
}
.dokan-layout .md\:\!h-auto {
height: auto !important;
}
.dokan-layout .md\:h-\[210px\] {
height: 210px;
}
.dokan-layout .md\:h-\[280px\] {
height: 280px;
}
.dokan-layout .md\:h-\[33\.5rem\] {
height: 33.5rem;
}
.dokan-layout .md\:min-h-\[304px\] {
min-height: 304px;
}
.dokan-layout .md\:\!w-1\/2 {
width: 50% !important;
}
.dokan-layout .md\:\!w-\[220px\] {
width: 220px !important;
}
.dokan-layout .md\:\!w-\[274\.51px\] {
width: 274.51px !important;
}
.dokan-layout .md\:\!w-\[300px\] {
width: 300px !important;
}
.dokan-layout .md\:\!w-\[311px\] {
width: 311px !important;
}
.dokan-layout .md\:\!w-auto {
width: auto !important;
}
.dokan-layout .md\:w-1\/2 {
width: 50%;
}
.dokan-layout .md\:w-1\/4 {
width: 25%;
}
.dokan-layout .md\:w-3\/4 {
width: 75%;
}
.dokan-layout .md\:w-\[1px\] {
width: 1px;
}
.dokan-layout .md\:w-\[200px\] {
width: 200px;
}
.dokan-layout .md\:w-\[300px_\!important\] {
width: 300px !important;
}
.dokan-layout .md\:w-\[35\%\] {
width: 35%;
}
.dokan-layout .md\:w-\[47\%\] {
width: 47%;
}
.dokan-layout .md\:w-\[53\%\] {
width: 53%;
}
.dokan-layout .md\:w-\[65\%\] {
width: 65%;
}
.dokan-layout .md\:w-full {
width: 100%;
}
.dokan-layout .md\:max-w-\[400px\] {
max-width: 400px;
}
.dokan-layout .md\:scale-\[1\] {
--tw-scale-x: 1;
--tw-scale-y: 1;
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));
}
.dokan-layout .md\:scale-\[2\] {
--tw-scale-x: 2;
--tw-scale-y: 2;
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));
}
.dokan-layout .md\:grid-cols-2 {
grid-template-columns: repeat(2, minmax(0, 1fr));
}
.dokan-layout .md\:grid-cols-3 {
grid-template-columns: repeat(3, minmax(0, 1fr));
}
.dokan-layout .md\:grid-cols-4 {
grid-template-columns: repeat(4, minmax(0, 1fr));
}
.dokan-layout .md\:\!flex-row {
flex-direction: row !important;
}
.dokan-layout .md\:flex-row {
flex-direction: row;
}
.dokan-layout .md\:\!flex-col {
flex-direction: column !important;
}
.dokan-layout .md\:\!items-center {
align-items: center !important;
}
.dokan-layout .md\:items-center {
align-items: center;
}
.dokan-layout .md\:justify-start {
justify-content: flex-start;
}
.dokan-layout .md\:\!justify-end {
justify-content: flex-end !important;
}
.dokan-layout .md\:\!justify-between {
justify-content: space-between !important;
}
.dokan-layout .md\:justify-between {
justify-content: space-between;
}
.dokan-layout .md\:\!gap-0 {
gap: 0px !important;
}
.dokan-layout .md\:gap-0 {
gap: 0px;
}
.dokan-layout .md\:gap-2 {
gap: 0.5rem;
}
.dokan-layout .md\:gap-8 {
gap: 2rem;
}
.dokan-layout .md\:border-0 {
border-width: 0px;
}
.dokan-layout .md\:border-r-\[2px\] {
border-right-width: 2px;
}
.dokan-layout .md\:bg-\[0px_20px\] {
background-position: 0px 20px;
}
.dokan-layout .md\:bg-\[right_0px_bottom_-10px\] {
background-position: right 0px bottom -10px;
}
.dokan-layout .md\:p-10 {
padding: 2.5rem;
}
.dokan-layout .md\:p-8 {
padding: 2rem;
}
.dokan-layout .md\:px-6 {
padding-left: 1.5rem;
padding-right: 1.5rem;
}
.dokan-layout .md\:px-8 {
padding-left: 2rem;
padding-right: 2rem;
}
.dokan-layout .md\:py-10 {
padding-top: 2.5rem;
padding-bottom: 2.5rem;
}
.dokan-layout .md\:py-\[1\.75rem\] {
padding-top: 1.75rem;
padding-bottom: 1.75rem;
}
.dokan-layout .md\:pl-8 {
padding-left: 2rem;
}
.dokan-layout .md\:pl-\[2\.5rem\] {
padding-left: 2.5rem;
}
.dokan-layout .md\:pt-0 {
padding-top: 0px;
}
.dokan-layout .md\:text-2xl {
font-size: 1.5rem;
line-height: 2rem;
}
.dokan-layout .md\:text-3xl {
font-size: 1.875rem;
line-height: 2.25rem;
}
.dokan-layout .md\:text-4xl {
font-size: 2.25rem;
line-height: 2.5rem;
}
.dokan-layout .md\:text-\[14px\] {
font-size: 14px;
}
.dokan-layout .md\:text-\[16px\] {
font-size: 16px;
}
.dokan-layout .md\:text-base {
font-size: 1rem;
line-height: 1.5rem;
}
.dokan-layout .md\:text-lg {
font-size: 1.125rem;
line-height: 1.75rem;
}
.dokan-layout .md\:text-sm {
font-size: 0.875rem;
line-height: 1.25rem;
}
.dokan-layout .md\:font-normal {
font-weight: 400;
}
.dokan-layout .md\:leading-\[1\.3\] {
line-height: 1.3;
}
.dokan-layout .md\:leading-\[140\%\] {
line-height: 140%;
}
.dokan-layout .md\:shadow-none {
--tw-shadow: 0 0 #0000;
--tw-shadow-colored: 0 0 #0000;
box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
}@media (min-width: 1024px) {
.dokan-layout .lg\:left-0 {
left: 0px;
}
.dokan-layout .lg\:left-\[calc\(100\%-1500px\)\] {
left: calc(100% - 1500px);
}
.dokan-layout .lg\:left-\[calc\(100\%-260px\)\] {
left: calc(100% - 260px);
}
.dokan-layout .lg\:left-\[calc\(100\%-324px\)\] {
left: calc(100% - 324px);
}
.dokan-layout .lg\:left-\[calc\(100\%-360px\)\] {
left: calc(100% - 360px);
}
.dokan-layout .lg\:left-\[calc\(100\%-550px\)\] {
left: calc(100% - 550px);
}
.dokan-layout .lg\:left-\[calc\(100\%-643px\)\] {
left: calc(100% - 643px);
}
.dokan-layout .lg\:top-0 {
top: 0px;
}
.dokan-layout .lg\:top-\[210px\] {
top: 210px;
}
.dokan-layout .lg\:col-span-12 {
grid-column: span 12 / span 12;
}
.dokan-layout .lg\:col-span-3 {
grid-column: span 3 / span 3;
}
.dokan-layout .lg\:col-span-9 {
grid-column: span 9 / span 9;
}
.dokan-layout .lg\:\!mt-8 {
margin-top: 2rem !important;
}
.dokan-layout .lg\:block {
display: block;
}
.dokan-layout .lg\:inline-block {
display: inline-block;
}
.dokan-layout .lg\:grid {
display: grid;
}
.dokan-layout .lg\:h-\[276px\] {
height: 276px;
}
.dokan-layout .lg\:h-\[300px\] {
height: 300px;
}
.dokan-layout .lg\:\!w-auto {
width: auto !important;
}
.dokan-layout .lg\:w-1\/2 {
width: 50%;
}
.dokan-layout .lg\:w-\[45\%\] {
width: 45%;
}
.dokan-layout .lg\:w-\[500px\] {
width: 500px;
}
.dokan-layout .lg\:w-\[55\%\] {
width: 55%;
}
.dokan-layout .lg\:scale-\[1\] {
--tw-scale-x: 1;
--tw-scale-y: 1;
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));
}
.dokan-layout .lg\:\!grid-cols-2 {
grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
}
.dokan-layout .lg\:grid-cols-12 {
grid-template-columns: repeat(12, minmax(0, 1fr));
}
.dokan-layout .lg\:grid-cols-2 {
grid-template-columns: repeat(2, minmax(0, 1fr));
}
.dokan-layout .lg\:grid-cols-3 {
grid-template-columns: repeat(3, minmax(0, 1fr));
}
.dokan-layout .lg\:grid-cols-4 {
grid-template-columns: repeat(4, minmax(0, 1fr));
}
.dokan-layout .lg\:\!flex-row {
flex-direction: row !important;
}
.dokan-layout .lg\:\!justify-between {
justify-content: space-between !important;
}
.dokan-layout .lg\:gap-0 {
gap: 0px;
}
.dokan-layout .lg\:gap-6 {
gap: 1.5rem;
}
.dokan-layout .lg\:gap-x-5 {
-moz-column-gap: 1.25rem;
column-gap: 1.25rem;
}
.dokan-layout .lg\:\!p-8 {
padding: 2rem !important;
}
.dokan-layout .lg\:px-0 {
padding-left: 0px;
padding-right: 0px;
}
.dokan-layout .lg\:px-8 {
padding-left: 2rem;
padding-right: 2rem;
}
.dokan-layout .lg\:py-0 {
padding-top: 0px;
padding-bottom: 0px;
}
.dokan-layout .lg\:py-5 {
padding-top: 1.25rem;
padding-bottom: 1.25rem;
}
.dokan-layout .lg\:pr-5 {
padding-right: 1.25rem;
}
.dokan-layout .lg\:\!text-left {
text-align: left !important;
}
.dokan-layout .lg\:text-3xl {
font-size: 1.875rem;
line-height: 2.25rem;
}
.dokan-layout .lg\:text-base {
font-size: 1rem;
line-height: 1.5rem;
}
}@media (min-width: 1280px) {
.dokan-layout .xl\:grid-cols-4 {
grid-template-columns: repeat(4, minmax(0, 1fr));
}
}@media (prefers-color-scheme: dark) {
.dokan-layout .dark\:border-gray-700 {
--tw-border-opacity: 1;
border-color: rgb(55 65 81 / var(--tw-border-opacity, 1));
}
.dokan-layout .dark\:text-black {
--tw-text-opacity: 1;
color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}
.dokan-layout .dark\:text-blue-500 {
--tw-text-opacity: 1;
color: rgb(59 130 246 / var(--tw-text-opacity, 1));
}
.dokan-layout .dark\:text-gray-400 {
--tw-text-opacity: 1;
color: rgb(156 163 175 / var(--tw-text-opacity, 1));
}
.dokan-layout .dark\:text-gray-600 {
--tw-text-opacity: 1;
color: rgb(75 85 99 / var(--tw-text-opacity, 1));
}
}.dokan-layout .\[\&\:\:-webkit-scrollbar-thumb\]\:rounded-full::-webkit-scrollbar-thumb {
border-radius: 9999px;
}.dokan-layout .\[\&\:\:-webkit-scrollbar\]\:h-1::-webkit-scrollbar {
height: 0.25rem;
}.dokan-layout .\[\&\:\:-webkit-scrollbar\]\:w-2::-webkit-scrollbar {
width: 0.5rem;
}.dokan-layout :is(.\*\:\[\&\:not\(\:last-child\)\]\:\*\:\!border-b-2 > *:not(:last-child) > *) {
border-bottom-width: 2px !important;
}.dokan-layout :is(.\*\:\[\&\:not\(\:last-child\)\]\:\*\:border-b-2 > *:not(:last-child) > *) {
border-bottom-width: 2px;
}.dokan-layout :is(.\[\&\:not\(\:last-child\)\]\:\*\:border-b > *:not(:last-child)) {
border-bottom-width: 1px;
}.dokan-layout :is(.\[\&\:not\(\:last-child\)\]\:\*\:border-b-0 > *:not(:last-child)) {
border-bottom-width: 0px;
}.dokan-layout :is(.focus\:\*\:\[\&\:not\(\:last-child\)\]\:\*\:outline-transparent > *:not(:last-child) > *:focus) {
outline-color: transparent;
}.dokan-layout :is(.\[\&_\*_p\]\:m-0 * p) {
margin: 0px;
}
.dokan-custom-modal.components-modal__frame{background:rgba(0,0,0,0) !important;box-shadow:none !important;border:none !important;padding:0 !important;max-width:none !important;width:auto !important;max-height:80vh !important;height:auto !important;position:absolute !important;top:50% !important;left:50% !important;transform:translate(-50%, -50%) !important;margin:0 !important;overflow:visible !important}.dokan-custom-modal .components-modal__content{padding:0 !important;margin:0 !important;overflow-y:auto !important;overflow-x:hidden !important;max-height:80vh !important;height:auto !important;scrollbar-width:none;-ms-overflow-style:none}.components-modal__screen-overlay{background-color:rgba(0,0,0,.75) !important}                        .dataviews-wrapper,
.dataviews-picker-wrapper {
height: 100%;
overflow: auto;
box-sizing: border-box;
scroll-padding-bottom: 64px; container: dataviews-wrapper/inline-size;
display: flex;
flex-direction: column;
font-size: 13px;
line-height: 1.4;
}
.dataviews__view-actions,
.dataviews-filters__container {
box-sizing: border-box;
padding: 16px 48px;
flex-shrink: 0;
position: sticky;
left: 0;
}
@media not (prefers-reduced-motion) {
.dataviews__view-actions,
.dataviews-filters__container {
transition: padding ease-out 0.1s;
}
}
.dataviews-no-results,
.dataviews-loading {
padding: 0 48px;
flex-grow: 1;
display: flex;
align-items: center;
justify-content: center;
}
@media not (prefers-reduced-motion) {
.dataviews-no-results,
.dataviews-loading {
transition: padding ease-out 0.1s;
}
}
.dataviews-loading-more {
text-align: center;
}
@container (max-width: 430px) {
.dataviews__view-actions,
.dataviews-filters__container {
padding: 12px 24px;
}
.dataviews-no-results,
.dataviews-loading {
padding-left: 24px;
padding-right: 24px;
}
}
.dataviews-title-field {
font-size: 13px;
font-weight: 499;
color: #2f2f2f;
text-overflow: ellipsis;
white-space: nowrap;
width: 100%;
}
.dataviews-title-field a {
text-decoration: none;
text-overflow: ellipsis;
white-space: nowrap;
overflow: hidden;
display: block;
flex-grow: 0;
color: #2f2f2f;
}
.dataviews-title-field a:hover {
color: var(--wp-admin-theme-color);
}
.dataviews-title-field a:focus {
color: var(--wp-admin-theme-color--rgb);
box-shadow: 0 0 0 var(--wp-admin-border-width-focus) var(--wp-admin-theme-color, #007cba);
border-radius: 2px;
}
.dataviews-title-field button.components-button.is-link {
text-decoration: none;
font-weight: inherit;
text-overflow: ellipsis;
white-space: nowrap;
overflow: hidden;
display: block;
width: 100%;
color: #1e1e1e;
}
.dataviews-title-field button.components-button.is-link:hover {
color: var(--wp-admin-theme-color);
}
.dataviews-title-field--clickable {
cursor: pointer;
color: #2f2f2f;
}
.dataviews-title-field--clickable:hover {
color: var(--wp-admin-theme-color);
}
.dataviews-title-field--clickable:focus {
color: var(--wp-admin-theme-color--rgb);
box-shadow: 0 0 0 var(--wp-admin-border-width-focus) var(--wp-admin-theme-color, #007cba);
border-radius: 2px;
} .components-card__body:has(> .dataviews-wrapper),
.components-card__body:has(> .dataviews-picker-wrapper) {
padding: 8px 0 0;
overflow: hidden;
}
.components-card__body:has(> .dataviews-wrapper) .dataviews__view-actions,
.components-card__body:has(> .dataviews-wrapper) .dataviews-filters__container,
.components-card__body:has(> .dataviews-wrapper) .dataviews-footer,
.components-card__body:has(> .dataviews-wrapper) .dataviews-view-grid,
.components-card__body:has(> .dataviews-wrapper) .dataviews-loading,
.components-card__body:has(> .dataviews-wrapper) .dataviews-no-results,
.components-card__body:has(> .dataviews-picker-wrapper) .dataviews__view-actions,
.components-card__body:has(> .dataviews-picker-wrapper) .dataviews-filters__container,
.components-card__body:has(> .dataviews-picker-wrapper) .dataviews-footer,
.components-card__body:has(> .dataviews-picker-wrapper) .dataviews-view-grid,
.components-card__body:has(> .dataviews-picker-wrapper) .dataviews-loading,
.components-card__body:has(> .dataviews-picker-wrapper) .dataviews-no-results {
padding-inline: 24px;
}
.components-card__body:has(> .dataviews-wrapper) .dataviews-view-table tr td:first-child,
.components-card__body:has(> .dataviews-wrapper) .dataviews-view-table tr th:first-child,
.components-card__body:has(> .dataviews-picker-wrapper) .dataviews-view-table tr td:first-child,
.components-card__body:has(> .dataviews-picker-wrapper) .dataviews-view-table tr th:first-child {
padding-inline-start: 24px;
}
.components-card__body:has(> .dataviews-wrapper) .dataviews-view-table tr td:last-child,
.components-card__body:has(> .dataviews-wrapper) .dataviews-view-table tr th:last-child,
.components-card__body:has(> .dataviews-picker-wrapper) .dataviews-view-table tr td:last-child,
.components-card__body:has(> .dataviews-picker-wrapper) .dataviews-view-table tr th:last-child {
padding-inline-end: 24px;
}
.dataviews-bulk-actions-footer__item-count {
color: #1e1e1e;
font-weight: 499;
font-size: 11px;
text-transform: uppercase;
}
.dataviews-bulk-actions-footer__container {
margin-right: auto;
min-height: 32px;
}
.dataviews-filters__button {
position: relative;
}
.dataviews-filters__container {
padding-top: 0;
}
.dataviews-filters__reset-button.dataviews-filters__reset-button[aria-disabled=true], .dataviews-filters__reset-button.dataviews-filters__reset-button[aria-disabled=true]:hover {
opacity: 0;
}
.dataviews-filters__reset-button.dataviews-filters__reset-button[aria-disabled=true]:focus {
opacity: 1;
}
.dataviews-filters__summary-popover {
font-size: 13px;
line-height: 1.4;
}
.dataviews-filters__summary-popover .components-popover__content {
width: 100%;
min-width: 230px;
max-width: 250px;
border-radius: 4px;
}
.dataviews-filters__summary-popover.components-dropdown__content .components-popover__content {
padding: 0;
}
.dataviews-filters__summary-operators-container {
padding: 8px 16px;
}
.dataviews-filters__summary-operators-container:has(+ .dataviews-filters__search-widget-listbox), .dataviews-filters__summary-operators-container:has(+ .dataviews-filters__search-widget-no-elements), .dataviews-filters__summary-operators-container:has(+ .dataviews-filters__user-input-widget) {
border-bottom: 1px solid #e0e0e0;
}
.dataviews-filters__summary-operators-container:empty {
display: none;
}
.dataviews-filters__summary-operators-container .dataviews-filters__summary-operators-filter-name {
color: #757575;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
flex-shrink: 0; max-width: calc(100% - 55px);
}
.dataviews-filters__summary-operators-container .dataviews-filters__summary-operators-filter-select {
width: 100%;
white-space: nowrap;
overflow: hidden;
}
.dataviews-filters__summary-chip-container {
position: relative;
white-space: pre-wrap;
}
.dataviews-filters__summary-chip-container .dataviews-filters__summary-chip {
border-radius: 16px;
border: 1px solid transparent;
cursor: pointer;
padding: 4px 12px;
min-height: 32px;
background: #f0f0f0;
color: #2f2f2f;
position: relative;
display: flex;
align-items: center;
box-sizing: border-box;
}
.dataviews-filters__summary-chip-container .dataviews-filters__summary-chip.is-not-clickable {
cursor: default;
}
.dataviews-filters__summary-chip-container .dataviews-filters__summary-chip.has-reset {
padding-inline-end: 28px;
}
.dataviews-filters__summary-chip-container .dataviews-filters__summary-chip:hover:not(.dataviews-filters__summary-chip-container .dataviews-filters__summary-chip.is-not-clickable), .dataviews-filters__summary-chip-container .dataviews-filters__summary-chip:focus-visible, .dataviews-filters__summary-chip-container .dataviews-filters__summary-chip[aria-expanded=true] {
background: #e0e0e0;
color: #1e1e1e;
}
.dataviews-filters__summary-chip-container .dataviews-filters__summary-chip.has-values {
color: var(--wp-admin-theme-color);
background: rgba(var(--wp-admin-theme-color--rgb), 0.04);
}
.dataviews-filters__summary-chip-container .dataviews-filters__summary-chip.has-values:hover, .dataviews-filters__summary-chip-container .dataviews-filters__summary-chip.has-values[aria-expanded=true] {
background: rgba(var(--wp-admin-theme-color--rgb), 0.12);
}
.dataviews-filters__summary-chip-container .dataviews-filters__summary-chip:focus-visible {
outline: none;
box-shadow: 0 0 0 var(--wp-admin-border-width-focus) var(--wp-admin-theme-color);
}
.dataviews-filters__summary-chip-container .dataviews-filters__summary-chip .dataviews-filters-__summary-filter-text-name {
font-weight: 499;
}
.dataviews-filters__summary-chip-container .dataviews-filters__summary-chip-remove {
width: 24px;
height: 24px;
border-radius: 50%;
border: 0;
padding: 0;
position: absolute;
right: 4px;
top: 50%;
transform: translateY(-50%);
display: flex;
align-items: center;
justify-content: center;
background: transparent;
cursor: pointer;
}
.dataviews-filters__summary-chip-container .dataviews-filters__summary-chip-remove svg {
fill: #757575;
}
.dataviews-filters__summary-chip-container .dataviews-filters__summary-chip-remove:hover, .dataviews-filters__summary-chip-container .dataviews-filters__summary-chip-remove:focus {
background: #e0e0e0;
}
.dataviews-filters__summary-chip-container .dataviews-filters__summary-chip-remove:hover svg, .dataviews-filters__summary-chip-container .dataviews-filters__summary-chip-remove:focus svg {
fill: #1e1e1e;
}
.dataviews-filters__summary-chip-container .dataviews-filters__summary-chip-remove.has-values svg {
fill: var(--wp-admin-theme-color);
}
.dataviews-filters__summary-chip-container .dataviews-filters__summary-chip-remove.has-values:hover {
background: rgba(var(--wp-admin-theme-color--rgb), 0.08);
}
.dataviews-filters__summary-chip-container .dataviews-filters__summary-chip-remove:focus-visible {
outline: none;
box-shadow: 0 0 0 var(--wp-admin-border-width-focus) var(--wp-admin-theme-color);
}
.dataviews-filters__search-widget-filter-combobox-list {
max-height: 184px;
padding: 4px;
overflow: auto;
border-top: 1px solid #e0e0e0;
}
.dataviews-filters__search-widget-filter-combobox-list .dataviews-filters__search-widget-filter-combobox-item-value [data-user-value] {
font-weight: 600;
}
.dataviews-filters__search-widget-listbox {
padding: 4px;
overflow: auto;
}
.dataviews-filters__search-widget-listitem {
display: flex;
align-items: center;
gap: 8px;
border-radius: 2px;
box-sizing: border-box;
padding: 4px 12px;
cursor: default;
min-height: 32px;
font-family: -apple-system, "system-ui", "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
font-weight: 400;
font-size: 13px;
line-height: 20px;
}
.dataviews-filters__search-widget-listitem:last-child {
margin-block-end: 0;
}
.dataviews-filters__search-widget-listitem:hover, .dataviews-filters__search-widget-listitem[data-active-item], .dataviews-filters__search-widget-listitem:focus {
background-color: var(--wp-admin-theme-color);
color: #fff;
}
.dataviews-filters__search-widget-listitem:hover .dataviews-filters__search-widget-listitem-description, .dataviews-filters__search-widget-listitem[data-active-item] .dataviews-filters__search-widget-listitem-description, .dataviews-filters__search-widget-listitem:focus .dataviews-filters__search-widget-listitem-description {
color: #fff;
}
.dataviews-filters__search-widget-listitem:hover .dataviews-filters__search-widget-listitem-single-selection, .dataviews-filters__search-widget-listitem[data-active-item] .dataviews-filters__search-widget-listitem-single-selection, .dataviews-filters__search-widget-listitem:focus .dataviews-filters__search-widget-listitem-single-selection {
border-color: var(--wp-admin-theme-color-darker-20, #183ad6);
background: #fff;
}
.dataviews-filters__search-widget-listitem:hover .dataviews-filters__search-widget-listitem-single-selection.is-selected, .dataviews-filters__search-widget-listitem[data-active-item] .dataviews-filters__search-widget-listitem-single-selection.is-selected, .dataviews-filters__search-widget-listitem:focus .dataviews-filters__search-widget-listitem-single-selection.is-selected {
border-color: var(--wp-admin-theme-color-darker-20, #183ad6);
background: var(--wp-admin-theme-color-darker-20, #183ad6);
}
.dataviews-filters__search-widget-listitem:hover .dataviews-filters__search-widget-listitem-multi-selection, .dataviews-filters__search-widget-listitem[data-active-item] .dataviews-filters__search-widget-listitem-multi-selection, .dataviews-filters__search-widget-listitem:focus .dataviews-filters__search-widget-listitem-multi-selection {
border-color: var(--wp-admin-theme-color-darker-20, #183ad6);
}
.dataviews-filters__search-widget-listitem:hover .dataviews-filters__search-widget-listitem-multi-selection.is-selected, .dataviews-filters__search-widget-listitem[data-active-item] .dataviews-filters__search-widget-listitem-multi-selection.is-selected, .dataviews-filters__search-widget-listitem:focus .dataviews-filters__search-widget-listitem-multi-selection.is-selected {
border-color: var(--wp-admin-theme-color-darker-20, #183ad6);
background: var(--wp-admin-theme-color-darker-20, #183ad6);
}
.dataviews-filters__search-widget-listitem .dataviews-filters__search-widget-listitem-description {
display: block;
overflow: hidden;
text-overflow: ellipsis;
font-size: 12px;
line-height: 16px;
color: #757575;
}
.dataviews-filters__search-widget-listitem .dataviews-filters__search-widget-listitem-single-selection {
border: 1px solid #1e1e1e;
margin-right: 12px;
transition: none;
border-radius: 50%;
width: 24px;
height: 24px;
min-width: 24px;
max-width: 24px;
position: relative;
}
@media not (prefers-reduced-motion) {
.dataviews-filters__search-widget-listitem .dataviews-filters__search-widget-listitem-single-selection {
transition: box-shadow 0.1s linear;
}
}
@media (min-width: 600px) {
.dataviews-filters__search-widget-listitem .dataviews-filters__search-widget-listitem-single-selection {
height: 16px;
width: 16px;
min-width: 16px;
max-width: 16px;
}
}
.dataviews-filters__search-widget-listitem .dataviews-filters__search-widget-listitem-single-selection:checked::before {
box-sizing: inherit;
width: 12px;
height: 12px;
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
margin: 0;
background-color: #fff;
border: 4px solid #fff;
}
@media (min-width: 600px) {
.dataviews-filters__search-widget-listitem .dataviews-filters__search-widget-listitem-single-selection:checked::before {
width: 8px;
height: 8px;
}
}
.dataviews-filters__search-widget-listitem .dataviews-filters__search-widget-listitem-single-selection:focus {
box-shadow: 0 0 0 2px #fff, 0 0 0 4px var(--wp-admin-theme-color);
outline: 2px solid transparent;
}
.dataviews-filters__search-widget-listitem .dataviews-filters__search-widget-listitem-single-selection:checked {
background: var(--wp-admin-theme-color);
border: none;
}
.dataviews-filters__search-widget-listitem .dataviews-filters__search-widget-listitem-single-selection {
margin: 0;
padding: 0;
}
.dataviews-filters__search-widget-listitem .dataviews-filters__search-widget-listitem-single-selection.is-selected {
background: var(--wp-admin-theme-color, #3858e9);
border-color: var(--wp-admin-theme-color, #3858e9);
}
.dataviews-filters__search-widget-listitem .dataviews-filters__search-widget-listitem-single-selection.is-selected::before {
content: "";
border-radius: 50%;
box-sizing: inherit;
width: 12px;
height: 12px;
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
margin: 0;
background-color: #fff;
border: 4px solid #fff;
}
@media (min-width: 600px) {
.dataviews-filters__search-widget-listitem .dataviews-filters__search-widget-listitem-single-selection.is-selected::before {
width: 8px;
height: 8px;
}
}
.dataviews-filters__search-widget-listitem .dataviews-filters__search-widget-listitem-multi-selection {
--checkbox-size: 24px;
border: 1px solid #1e1e1e;
margin-right: 12px;
transition: none;
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
padding: 6px 8px; font-size: 16px; line-height: normal;
box-shadow: 0 0 0 transparent;
border-radius: 2px;
border: 1px solid #949494;
}
@media not (prefers-reduced-motion) {
.dataviews-filters__search-widget-listitem .dataviews-filters__search-widget-listitem-multi-selection {
transition: box-shadow 0.1s linear;
}
}
@media (min-width: 600px) {
.dataviews-filters__search-widget-listitem .dataviews-filters__search-widget-listitem-multi-selection {
font-size: 13px; line-height: normal;
}
}
.dataviews-filters__search-widget-listitem .dataviews-filters__search-widget-listitem-multi-selection:focus {
border-color: var(--wp-admin-theme-color);
box-shadow: 0 0 0 0.5px var(--wp-admin-theme-color);
outline: 2px solid transparent;
}
.dataviews-filters__search-widget-listitem .dataviews-filters__search-widget-listitem-multi-selection::-webkit-input-placeholder {
color: rgba(30, 30, 30, 0.62);
}
.dataviews-filters__search-widget-listitem .dataviews-filters__search-widget-listitem-multi-selection::-moz-placeholder {
color: rgba(30, 30, 30, 0.62);
}
.dataviews-filters__search-widget-listitem .dataviews-filters__search-widget-listitem-multi-selection:-ms-input-placeholder {
color: rgba(30, 30, 30, 0.62);
}
.dataviews-filters__search-widget-listitem .dataviews-filters__search-widget-listitem-multi-selection:focus {
box-shadow: 0 0 0 2px #fff, 0 0 0 4px var(--wp-admin-theme-color);
outline: 2px solid transparent;
}
.dataviews-filters__search-widget-listitem .dataviews-filters__search-widget-listitem-multi-selection:checked {
background: var(--wp-admin-theme-color);
border-color: var(--wp-admin-theme-color);
}
.dataviews-filters__search-widget-listitem .dataviews-filters__search-widget-listitem-multi-selection:checked::-ms-check {
opacity: 0;
}
.dataviews-filters__search-widget-listitem .dataviews-filters__search-widget-listitem-multi-selection:checked::before, .dataviews-filters__search-widget-listitem .dataviews-filters__search-widget-listitem-multi-selection[aria-checked=mixed]::before {
margin: -3px -5px;
color: #fff;
}
@media (min-width: 782px) {
.dataviews-filters__search-widget-listitem .dataviews-filters__search-widget-listitem-multi-selection:checked::before, .dataviews-filters__search-widget-listitem .dataviews-filters__search-widget-listitem-multi-selection[aria-checked=mixed]::before {
margin: -4px 0 0 -5px;
}
}
.dataviews-filters__search-widget-listitem .dataviews-filters__search-widget-listitem-multi-selection[aria-checked=mixed] {
background: var(--wp-admin-theme-color);
border-color: var(--wp-admin-theme-color);
}
.dataviews-filters__search-widget-listitem .dataviews-filters__search-widget-listitem-multi-selection[aria-checked=mixed]::before {
content: "\f460";
float: left;
display: inline-block;
vertical-align: middle;
width: 16px; font: normal 30px/1 dashicons;
speak: none;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
@media (min-width: 782px) {
.dataviews-filters__search-widget-listitem .dataviews-filters__search-widget-listitem-multi-selection[aria-checked=mixed]::before {
float: none;
font-size: 21px;
}
}
.dataviews-filters__search-widget-listitem .dataviews-filters__search-widget-listitem-multi-selection[aria-disabled=true], .dataviews-filters__search-widget-listitem .dataviews-filters__search-widget-listitem-multi-selection:disabled {
background: #f0f0f0;
border-color: #ddd;
cursor: default;
opacity: 1;
}
.dataviews-filters__search-widget-listitem .dataviews-filters__search-widget-listitem-multi-selection {
position: relative;
background: #fff;
color: #1e1e1e;
margin: 0;
padding: 0;
width: var(--checkbox-size);
height: var(--checkbox-size);
}
@media (min-width: 600px) {
.dataviews-filters__search-widget-listitem .dataviews-filters__search-widget-listitem-multi-selection {
--checkbox-size: 16px;
}
}
@media not (prefers-reduced-motion) {
.dataviews-filters__search-widget-listitem .dataviews-filters__search-widget-listitem-multi-selection {
transition: 0.1s border-color ease-in-out;
}
}
.dataviews-filters__search-widget-listitem .dataviews-filters__search-widget-listitem-multi-selection.is-selected {
background: var(--wp-admin-theme-color, #3858e9);
border-color: var(--wp-admin-theme-color, #3858e9);
}
.dataviews-filters__search-widget-listitem .dataviews-filters__search-widget-listitem-multi-selection.is-selected svg {
--checkmark-size: var(--checkbox-size);
fill: #fff;
position: absolute;
left: 50%;
top: 50%;
transform: translate(-50%, -50%);
width: var(--checkmark-size);
height: var(--checkmark-size);
}
@media (min-width: 600px) {
.dataviews-filters__search-widget-listitem .dataviews-filters__search-widget-listitem-multi-selection.is-selected svg {
--checkmark-size: calc(var(--checkbox-size) + 4px);
}
}
.dataviews-filters__search-widget-filter-combobox__wrapper {
position: relative;
padding: 8px;
}
.dataviews-filters__search-widget-filter-combobox__wrapper .dataviews-filters__search-widget-filter-combobox__input {
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
padding: 6px 8px; font-size: 16px; line-height: normal;
box-shadow: 0 0 0 transparent;
border-radius: 2px;
border: 1px solid #949494;
}
@media not (prefers-reduced-motion) {
.dataviews-filters__search-widget-filter-combobox__wrapper .dataviews-filters__search-widget-filter-combobox__input {
transition: box-shadow 0.1s linear;
}
}
@media (min-width: 600px) {
.dataviews-filters__search-widget-filter-combobox__wrapper .dataviews-filters__search-widget-filter-combobox__input {
font-size: 13px; line-height: normal;
}
}
.dataviews-filters__search-widget-filter-combobox__wrapper .dataviews-filters__search-widget-filter-combobox__input:focus {
border-color: var(--wp-admin-theme-color);
box-shadow: 0 0 0 0.5px var(--wp-admin-theme-color);
outline: 2px solid transparent;
}
.dataviews-filters__search-widget-filter-combobox__wrapper .dataviews-filters__search-widget-filter-combobox__input::-webkit-input-placeholder {
color: rgba(30, 30, 30, 0.62);
}
.dataviews-filters__search-widget-filter-combobox__wrapper .dataviews-filters__search-widget-filter-combobox__input::-moz-placeholder {
color: rgba(30, 30, 30, 0.62);
}
.dataviews-filters__search-widget-filter-combobox__wrapper .dataviews-filters__search-widget-filter-combobox__input:-ms-input-placeholder {
color: rgba(30, 30, 30, 0.62);
}
.dataviews-filters__search-widget-filter-combobox__wrapper .dataviews-filters__search-widget-filter-combobox__input {
display: block;
padding: 0 8px 0 32px;
width: 100%;
height: 32px;
margin-left: 0;
margin-right: 0; font-size: 16px;
}
@media (min-width: 600px) {
.dataviews-filters__search-widget-filter-combobox__wrapper .dataviews-filters__search-widget-filter-combobox__input {
font-size: 13px;
}
}
.dataviews-filters__search-widget-filter-combobox__wrapper .dataviews-filters__search-widget-filter-combobox__input:focus {
background: #fff;
box-shadow: inset 0 0 0 var(--wp-admin-border-width-focus) var(--wp-admin-theme-color);
}
.dataviews-filters__search-widget-filter-combobox__wrapper .dataviews-filters__search-widget-filter-combobox__input::-moz-placeholder {
color: #757575;
}
.dataviews-filters__search-widget-filter-combobox__wrapper .dataviews-filters__search-widget-filter-combobox__input::placeholder {
color: #757575;
}
.dataviews-filters__search-widget-filter-combobox__wrapper .dataviews-filters__search-widget-filter-combobox__input::-webkit-search-decoration, .dataviews-filters__search-widget-filter-combobox__wrapper .dataviews-filters__search-widget-filter-combobox__input::-webkit-search-cancel-button, .dataviews-filters__search-widget-filter-combobox__wrapper .dataviews-filters__search-widget-filter-combobox__input::-webkit-search-results-button, .dataviews-filters__search-widget-filter-combobox__wrapper .dataviews-filters__search-widget-filter-combobox__input::-webkit-search-results-decoration {
-webkit-appearance: none;
}
.dataviews-filters__search-widget-filter-combobox__wrapper .dataviews-filters__search-widget-filter-combobox__icon {
position: absolute;
inset-inline-start: 12px;
top: 0;
bottom: 0;
display: flex;
align-items: center;
justify-content: center;
width: 24px;
}
.dataviews-filters__search-widget-filter-combobox__wrapper .dataviews-filters__search-widget-filter-combobox__icon:dir(ltr) {
transform: scaleX(-1);
}
.dataviews-filters__container-visibility-toggle {
position: relative;
flex-shrink: 0;
}
.dataviews-filters-toggle__count {
position: absolute;
top: 0;
right: 0;
transform: translate(50%, -50%);
background: var(--wp-admin-theme-color, #3858e9);
height: 16px;
min-width: 16px;
line-height: 16px;
padding: 0 4px;
text-align: center;
border-radius: 8px;
font-size: 11px;
outline: var(--wp-admin-border-width-focus) solid #fff;
color: #fff;
box-sizing: border-box;
}
.dataviews-search {
width: -moz-fit-content;
width: fit-content;
}
.dataviews-filters__user-input-widget {
padding: 16px;
}
.dataviews-filters__user-input-widget .components-input-control__prefix {
padding-left: 8px;
}
.dataviews-filters__search-widget-no-elements {
display: flex;
align-items: center;
justify-content: center;
padding: 16px;
}
.dataviews-footer {
position: sticky;
bottom: 0;
left: 0;
background-color: #fff;
padding: 12px 48px;
border-top: 1px solid #f0f0f0;
flex-shrink: 0;
}
@media not (prefers-reduced-motion) {
.dataviews-footer {
transition: padding ease-out 0.1s;
}
}
.dataviews-footer {
z-index: 2;
}
@container (max-width: 430px) {
.dataviews-footer {
padding: 12px 24px;
}
}
@container (max-width: 560px) {
.dataviews-footer {
flex-direction: column !important;
}
.dataviews-footer .dataviews-bulk-actions-footer__container {
width: 100%;
}
.dataviews-footer .dataviews-bulk-actions-footer__item-count {
flex-grow: 1;
}
.dataviews-footer .dataviews-pagination {
width: 100%;
justify-content: space-between;
}
}
.dataviews-pagination__page-select {
font-size: 11px;
font-weight: 499;
text-transform: uppercase;
}
@media (min-width: 600px) {
.dataviews-pagination__page-select .components-select-control__input {
font-size: 11px !important;
font-weight: 499;
}
}
.dataviews-action-modal {
z-index: 1000001;
}
.dataviews-picker-footer__bulk-selection {
align-self: flex-start;
height: 32px;
}
.dataviews-picker-footer__actions {
align-self: flex-end;
}
.dataviews-selection-checkbox {
--checkbox-input-size: 24px;
}
@media (min-width: 600px) {
.dataviews-selection-checkbox {
--checkbox-input-size: 16px;
}
}
.dataviews-selection-checkbox {
line-height: 0;
flex-shrink: 0;
}
.dataviews-selection-checkbox .components-checkbox-control__input-container {
margin: 0;
}
.dataviews-view-config {
width: 320px; container-type: inline-size;
font-size: 13px;
line-height: 1.4;
}
.dataviews-config__popover.is-expanded .dataviews-config__popover-content-wrapper {
overflow-y: scroll;
height: 100%;
}
.dataviews-config__popover.is-expanded .dataviews-config__popover-content-wrapper .dataviews-view-config {
width: auto;
}
.dataviews-view-config__sort-direction .components-toggle-group-control-option-base {
text-transform: uppercase;
}
.dataviews-settings-section__title.dataviews-settings-section__title {
line-height: 24px;
font-size: 15px;
}
.dataviews-settings-section__sidebar {
grid-column: span 4;
}
.dataviews-settings-section__content,
.dataviews-settings-section__content > * {
grid-column: span 8;
}
.dataviews-settings-section__content .is-divided-in-two {
display: contents;
}
.dataviews-settings-section__content .is-divided-in-two > * {
grid-column: span 4;
}
.dataviews-settings-section:has(.dataviews-settings-section__content:empty) {
display: none;
}
@container (max-width: 500px) {
.dataviews-settings-section.dataviews-settings-section {
grid-template-columns: repeat(2, 1fr);
}
.dataviews-settings-section.dataviews-settings-section .dataviews-settings-section__sidebar {
grid-column: span 2;
}
.dataviews-settings-section.dataviews-settings-section .dataviews-settings-section__content {
grid-column: span 2;
}
}
.dataviews-view-config__label {
text-wrap: nowrap;
}
.dataviews-view-grid-items {
margin-bottom: auto;
display: grid;
gap: 32px;
grid-template-rows: max-content;
grid-template-columns: repeat(auto-fill, minmax(230px, 1fr));
padding: 0 48px 24px;
container-type: inline-size; }
@container (max-width: 430px) {
.dataviews-view-grid-items {
padding-left: 24px;
padding-right: 24px;
}
}
@media not (prefers-reduced-motion) {
.dataviews-view-grid-items {
transition: padding ease-out 0.1s;
}
}
.dataviews-view-grid .dataviews-view-grid__card {
height: 100%;
justify-content: flex-start;
position: relative;
}
.dataviews-view-grid .dataviews-view-grid__card .dataviews-view-grid__title-actions {
padding: 8px 0 4px;
}
.dataviews-view-grid .dataviews-view-grid__card .dataviews-view-grid__title-field {
min-height: 24px;
overflow: hidden;
align-content: center;
text-align: start;
}
.dataviews-view-grid .dataviews-view-grid__card .dataviews-view-grid__title-field--clickable {
width: -moz-fit-content;
width: fit-content;
}
.dataviews-view-grid .dataviews-view-grid__card.is-selected .dataviews-view-grid__fields .dataviews-view-grid__field .dataviews-view-grid__field-value {
color: #1e1e1e;
}
.dataviews-view-grid .dataviews-view-grid__card.is-selected .dataviews-view-grid__media::after,
.dataviews-view-grid .dataviews-view-grid__card .dataviews-view-grid__media:focus::after {
background-color: rgba(var(--wp-admin-theme-color--rgb), 0.08);
}
.dataviews-view-grid .dataviews-view-grid__card.is-selected .dataviews-view-grid__media::after {
box-shadow: inset 0 0 0 1px var(--wp-admin-theme-color);
}
.dataviews-view-grid .dataviews-view-grid__card .dataviews-view-grid__media:focus::after {
box-shadow: inset 0 0 0 var(--wp-admin-border-width-focus) var(--wp-admin-theme-color);
}
.dataviews-view-grid .dataviews-view-grid__media {
width: 100%;
aspect-ratio: 1/1;
background-color: #fff;
border-radius: 4px;
overflow: hidden;
position: relative;
}
.dataviews-view-grid .dataviews-view-grid__media img {
-o-object-fit: cover;
object-fit: cover;
width: 100%;
height: 100%;
}
.dataviews-view-grid .dataviews-view-grid__media::after {
content: "";
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.1);
border-radius: 4px;
pointer-events: none;
}
.dataviews-view-grid .dataviews-view-grid__fields {
position: relative;
font-size: 12px;
line-height: 16px;
}
.dataviews-view-grid .dataviews-view-grid__fields:not(:empty) {
padding: 0 0 12px;
}
.dataviews-view-grid .dataviews-view-grid__fields .dataviews-view-grid__field-value:not(:empty) {
min-height: 24px;
line-height: 20px;
padding-top: 2px;
}
.dataviews-view-grid .dataviews-view-grid__fields .dataviews-view-grid__field {
min-height: 24px;
align-items: center;
}
.dataviews-view-grid .dataviews-view-grid__fields .dataviews-view-grid__field .dataviews-view-grid__field-name {
width: 35%;
color: #757575;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
.dataviews-view-grid .dataviews-view-grid__fields .dataviews-view-grid__field .dataviews-view-grid__field-value {
width: 65%;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
.dataviews-view-grid .dataviews-view-grid__fields .dataviews-view-grid__field:not(:has(.dataviews-view-grid__field-value:not(:empty))) {
display: none;
}
.dataviews-view-grid .dataviews-view-grid__badge-fields:not(:empty) {
padding-bottom: 12px;
}
.dataviews-view-grid__field-value:empty,
.dataviews-view-grid__field:empty {
display: none;
}
.dataviews-view-grid__card .dataviews-selection-checkbox {
position: absolute;
top: -9999em;
left: 8px;
z-index: 1;
opacity: 0;
}
@media not (prefers-reduced-motion) {
.dataviews-view-grid__card .dataviews-selection-checkbox {
transition: opacity 0.1s linear;
}
}
@media (hover: none) {
.dataviews-view-grid__card .dataviews-selection-checkbox {
opacity: 1;
top: 8px;
}
}
.dataviews-view-grid__card:hover .dataviews-selection-checkbox,
.dataviews-view-grid__card:focus-within .dataviews-selection-checkbox,
.dataviews-view-grid__card.is-selected .dataviews-selection-checkbox {
opacity: 1;
top: 8px;
}
.dataviews-view-grid__card .dataviews-view-grid__media-actions {
position: absolute;
top: 4px;
opacity: 0;
right: 4px;
}
.dataviews-view-grid__card .dataviews-view-grid__media-actions .dataviews-all-actions-button {
background-color: #fff;
}
@media not (prefers-reduced-motion) {
.dataviews-view-grid__card .dataviews-view-grid__media-actions {
transition: opacity 0.1s linear;
}
}
@media (hover: none) {
.dataviews-view-grid__card .dataviews-view-grid__media-actions {
opacity: 1;
top: 4px;
}
}
.dataviews-view-grid__card:hover .dataviews-view-grid__media-actions,
.dataviews-view-grid__card:focus-within .dataviews-view-grid__media-actions,
.dataviews-view-grid__card .dataviews-view-grid__media-actions:has(.dataviews-all-actions-button[aria-expanded=true]) {
opacity: 1;
}
.dataviews-view-grid__media--clickable {
cursor: pointer;
}
.dataviews-view-grid__group-header {
font-size: 15px;
font-weight: 499;
color: #1e1e1e;
margin: 0 0 8px 0;
padding: 0 48px;
container-type: inline-size;
}
@container (max-width: 430px) {
.dataviews-view-grid__group-header {
padding-left: 24px;
padding-right: 24px;
}
}
div.dataviews-view-list {
list-style-type: none;
}
.dataviews-view-list {
margin: 0 0 auto;
}
.dataviews-view-list div[role=row],
.dataviews-view-list div[role=article] {
margin: 0;
border-top: 1px solid #f0f0f0;
}
.dataviews-view-list div[role=row] .dataviews-view-list__item-wrapper,
.dataviews-view-list div[role=article] .dataviews-view-list__item-wrapper {
position: relative;
padding: 16px 24px;
box-sizing: border-box;
}
.dataviews-view-list div[role=row] .dataviews-view-list__item-actions,
.dataviews-view-list div[role=article] .dataviews-view-list__item-actions {
display: flex;
width: -moz-max-content;
width: max-content;
flex: 0 0 auto;
gap: 4px;
}
.dataviews-view-list div[role=row] .dataviews-view-list__item-actions .components-button,
.dataviews-view-list div[role=article] .dataviews-view-list__item-actions .components-button {
position: relative;
z-index: 1;
}
.dataviews-view-list div[role=row] .dataviews-view-list__item-actions > div,
.dataviews-view-list div[role=article] .dataviews-view-list__item-actions > div {
height: 24px;
}
.dataviews-view-list div[role=row] .dataviews-view-list__item-actions > :not(:last-child),
.dataviews-view-list div[role=article] .dataviews-view-list__item-actions > :not(:last-child) {
flex: 0;
overflow: hidden;
width: 0;
}
.dataviews-view-list div[role=row]:where(.is-selected, .is-hovered, :focus-within) .dataviews-view-list__item-actions > :not(:last-child),
.dataviews-view-list div[role=article]:where(.is-selected, .is-hovered, :focus-within) .dataviews-view-list__item-actions > :not(:last-child) {
flex-basis: min-content;
width: auto;
overflow: unset;
}
@media (hover: none) {
.dataviews-view-list div[role=row] .dataviews-view-list__item-actions > :not(:last-child),
.dataviews-view-list div[role=article] .dataviews-view-list__item-actions > :not(:last-child) {
flex-basis: min-content;
width: auto;
overflow: unset;
}
}
.dataviews-view-list div[role=row].is-selected.is-selected,
.dataviews-view-list div[role=article].is-selected.is-selected {
border-top: 1px solid rgba(var(--wp-admin-theme-color--rgb), 0.12);
}
.dataviews-view-list div[role=row].is-selected.is-selected + div[role=row], .dataviews-view-list div[role=row].is-selected.is-selected + div[role=article],
.dataviews-view-list div[role=article].is-selected.is-selected + div[role=row],
.dataviews-view-list div[role=article].is-selected.is-selected + div[role=article] {
border-top: 1px solid rgba(var(--wp-admin-theme-color--rgb), 0.12);
}
.dataviews-view-list div[role=row]:not(.is-selected) .dataviews-view-list__title-field,
.dataviews-view-list div[role=article]:not(.is-selected) .dataviews-view-list__title-field {
color: #1e1e1e;
}
.dataviews-view-list div[role=row]:not(.is-selected):hover, .dataviews-view-list div[role=row]:not(.is-selected).is-hovered, .dataviews-view-list div[role=row]:not(.is-selected):focus-within,
.dataviews-view-list div[role=article]:not(.is-selected):hover,
.dataviews-view-list div[role=article]:not(.is-selected).is-hovered,
.dataviews-view-list div[role=article]:not(.is-selected):focus-within {
color: var(--wp-admin-theme-color);
background-color: #f8f8f8;
}
.dataviews-view-list div[role=row]:not(.is-selected):hover .dataviews-view-list__title-field,
.dataviews-view-list div[role=row]:not(.is-selected):hover .dataviews-view-list__fields, .dataviews-view-list div[role=row]:not(.is-selected).is-hovered .dataviews-view-list__title-field,
.dataviews-view-list div[role=row]:not(.is-selected).is-hovered .dataviews-view-list__fields, .dataviews-view-list div[role=row]:not(.is-selected):focus-within .dataviews-view-list__title-field,
.dataviews-view-list div[role=row]:not(.is-selected):focus-within .dataviews-view-list__fields,
.dataviews-view-list div[role=article]:not(.is-selected):hover .dataviews-view-list__title-field,
.dataviews-view-list div[role=article]:not(.is-selected):hover .dataviews-view-list__fields,
.dataviews-view-list div[role=article]:not(.is-selected).is-hovered .dataviews-view-list__title-field,
.dataviews-view-list div[role=article]:not(.is-selected).is-hovered .dataviews-view-list__fields,
.dataviews-view-list div[role=article]:not(.is-selected):focus-within .dataviews-view-list__title-field,
.dataviews-view-list div[role=article]:not(.is-selected):focus-within .dataviews-view-list__fields {
color: var(--wp-admin-theme-color);
}
.dataviews-view-list div[role=row].is-selected .dataviews-view-list__item-wrapper,
.dataviews-view-list div[role=row].is-selected:focus-within .dataviews-view-list__item-wrapper,
.dataviews-view-list div[role=article].is-selected .dataviews-view-list__item-wrapper,
.dataviews-view-list div[role=article].is-selected:focus-within .dataviews-view-list__item-wrapper {
background-color: rgba(var(--wp-admin-theme-color--rgb), 0.04);
color: #1e1e1e;
}
.dataviews-view-list div[role=row].is-selected .dataviews-view-list__item-wrapper .dataviews-view-list__title-field,
.dataviews-view-list div[role=row].is-selected .dataviews-view-list__item-wrapper .dataviews-view-list__fields,
.dataviews-view-list div[role=row].is-selected:focus-within .dataviews-view-list__item-wrapper .dataviews-view-list__title-field,
.dataviews-view-list div[role=row].is-selected:focus-within .dataviews-view-list__item-wrapper .dataviews-view-list__fields,
.dataviews-view-list div[role=article].is-selected .dataviews-view-list__item-wrapper .dataviews-view-list__title-field,
.dataviews-view-list div[role=article].is-selected .dataviews-view-list__item-wrapper .dataviews-view-list__fields,
.dataviews-view-list div[role=article].is-selected:focus-within .dataviews-view-list__item-wrapper .dataviews-view-list__title-field,
.dataviews-view-list div[role=article].is-selected:focus-within .dataviews-view-list__item-wrapper .dataviews-view-list__fields {
color: var(--wp-admin-theme-color);
}
.dataviews-view-list .dataviews-view-list__item {
position: absolute;
z-index: 1;
inset: 0;
scroll-margin: 8px 0;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
border: none;
background: none;
padding: 0;
cursor: pointer;
}
.dataviews-view-list .dataviews-view-list__item:focus-visible {
outline: none;
}
.dataviews-view-list .dataviews-view-list__item:focus-visible::before {
position: absolute;
content: "";
inset: var(--wp-admin-border-width-focus);
box-shadow: inset 0 0 0 var(--wp-admin-border-width-focus) var(--wp-admin-theme-color);
border-radius: 2px;
outline: 2px solid transparent;
}
.dataviews-view-list .dataviews-view-list__title-field {
flex: 1;
min-height: 24px;
line-height: 24px;
overflow: hidden;
}
.dataviews-view-list .dataviews-view-list__title-field:has(a, button) {
z-index: 1;
}
.dataviews-view-list .dataviews-view-list__media-wrapper {
width: 52px;
height: 52px;
overflow: hidden;
position: relative;
flex-shrink: 0;
background-color: #fff;
border-radius: 4px;
}
.dataviews-view-list .dataviews-view-list__media-wrapper img {
width: 100%;
height: 100%;
-o-object-fit: cover;
object-fit: cover;
}
.dataviews-view-list .dataviews-view-list__media-wrapper::after {
content: "";
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.1);
border-radius: 4px;
}
.dataviews-view-list .dataviews-view-list__field-wrapper {
min-height: 52px;
flex-grow: 1;
}
.dataviews-view-list .dataviews-view-list__fields {
color: #757575;
display: flex;
gap: 12px;
row-gap: 4px;
flex-wrap: wrap;
font-size: 12px;
}
.dataviews-view-list .dataviews-view-list__fields:empty {
display: none;
}
.dataviews-view-list .dataviews-view-list__fields .dataviews-view-list__field:has(.dataviews-view-list__field-value:empty) {
display: none;
}
.dataviews-view-list .dataviews-view-list__fields .dataviews-view-list__field-value {
min-height: 24px;
line-height: 20px;
display: flex;
align-items: center;
}
.dataviews-view-list + .dataviews-pagination {
justify-content: space-between;
}
.dataviews-view-list__group-header {
font-size: 15px;
font-weight: 499;
color: #1e1e1e;
margin: 0 0 8px 0;
padding: 0 24px;
}
.dataviews-view-table {
width: 100%;
text-indent: 0;
border-color: inherit;
border-collapse: collapse;
position: relative;
color: #757575;
margin-bottom: auto;
}
.dataviews-view-table th {
text-align: left;
color: #1e1e1e;
font-weight: normal;
font-size: 13px;
}
.dataviews-view-table td,
.dataviews-view-table th {
padding: 12px;
}
.dataviews-view-table td.dataviews-view-table__actions-column,
.dataviews-view-table th.dataviews-view-table__actions-column {
text-align: right;
}
.dataviews-view-table td.dataviews-view-table__actions-column--sticky,
.dataviews-view-table th.dataviews-view-table__actions-column--sticky {
position: sticky;
right: 0;
background-color: #fff;
}
.dataviews-view-table td.dataviews-view-table__actions-column--stuck::after,
.dataviews-view-table th.dataviews-view-table__actions-column--stuck::after {
display: block;
content: "";
position: absolute;
top: 0;
bottom: 0;
left: 0;
width: 1px;
background-color: #f0f0f0;
}
.dataviews-view-table td.dataviews-view-table__checkbox-column,
.dataviews-view-table th.dataviews-view-table__checkbox-column {
padding-right: 0;
}
.dataviews-view-table td.dataviews-view-table__checkbox-column .dataviews-view-table__cell-content-wrapper,
.dataviews-view-table th.dataviews-view-table__checkbox-column .dataviews-view-table__cell-content-wrapper {
max-width: auto;
min-width: auto;
}
.dataviews-view-table tr {
border-top: 1px solid #f0f0f0;
}
.dataviews-view-table tr .dataviews-view-table-header-button {
gap: 4px;
}
.dataviews-view-table tr td:first-child,
.dataviews-view-table tr th:first-child {
padding-left: 48px;
}
.dataviews-view-table tr td:first-child .dataviews-view-table-header-button,
.dataviews-view-table tr th:first-child .dataviews-view-table-header-button {
margin-left: -8px;
}
.dataviews-view-table tr td:last-child,
.dataviews-view-table tr th:last-child {
padding-right: 48px;
}
.dataviews-view-table tr:last-child {
border-bottom: 0;
}
.dataviews-view-table tr.is-hovered, .dataviews-view-table tr.is-hovered .dataviews-view-table__actions-column--sticky {
background-color: #f8f8f8;
}
.dataviews-view-table tr .components-checkbox-control__input.components-checkbox-control__input {
opacity: 0;
}
.dataviews-view-table tr .components-checkbox-control__input.components-checkbox-control__input:checked, .dataviews-view-table tr .components-checkbox-control__input.components-checkbox-control__input:indeterminate, .dataviews-view-table tr .components-checkbox-control__input.components-checkbox-control__input:focus {
opacity: 1;
}
.dataviews-view-table tr .dataviews-item-actions .components-button:not(.dataviews-all-actions-button) {
opacity: 0;
}
.dataviews-view-table tr:focus-within .components-checkbox-control__input,
.dataviews-view-table tr:focus-within .dataviews-item-actions .components-button:not(.dataviews-all-actions-button), .dataviews-view-table tr.is-hovered .components-checkbox-control__input,
.dataviews-view-table tr.is-hovered .dataviews-item-actions .components-button:not(.dataviews-all-actions-button), .dataviews-view-table tr:hover .components-checkbox-control__input,
.dataviews-view-table tr:hover .dataviews-item-actions .components-button:not(.dataviews-all-actions-button) {
opacity: 1;
}
@media (hover: none) {
.dataviews-view-table tr .components-checkbox-control__input.components-checkbox-control__input,
.dataviews-view-table tr .dataviews-item-actions .components-button:not(.dataviews-all-actions-button) {
opacity: 1;
}
}
.dataviews-view-table tr.is-selected {
background-color: rgba(var(--wp-admin-theme-color--rgb), 0.04);
color: #757575;
}
.dataviews-view-table tr.is-selected, .dataviews-view-table tr.is-selected + tr {
border-top: 1px solid rgba(var(--wp-admin-theme-color--rgb), 0.12);
}
.dataviews-view-table tr.is-selected:hover {
background-color: rgba(var(--wp-admin-theme-color--rgb), 0.08);
}
.dataviews-view-table tr.is-selected .dataviews-view-table__actions-column--sticky {
background-color: color-mix(in srgb, rgb(var(--wp-admin-theme-color--rgb)) 4%, #fff);
}
.dataviews-view-table tr.is-selected:hover .dataviews-view-table__actions-column--sticky {
background-color: color-mix(in srgb, rgb(var(--wp-admin-theme-color--rgb)) 8%, #fff);
}
.dataviews-view-table thead {
position: sticky;
inset-block-start: 0;
z-index: 1;
}
.dataviews-view-table thead tr {
border: 0;
}
.dataviews-view-table thead tr .components-checkbox-control__input.components-checkbox-control__input {
opacity: 1;
}
.dataviews-view-table thead th {
background-color: #fff;
padding-top: 8px;
padding-bottom: 8px;
padding-left: 12px;
font-size: 11px;
text-transform: uppercase;
font-weight: 499;
}
.dataviews-view-table thead th:has(.dataviews-view-table-header-button):not(:first-child) {
padding-left: 4px;
}
.dataviews-view-table tbody td {
vertical-align: top;
}
.dataviews-view-table tbody .dataviews-view-table__cell-content-wrapper {
min-height: 32px;
display: flex;
align-items: center;
white-space: nowrap;
}
.dataviews-view-table tbody .dataviews-view-table__cell-content-wrapper.dataviews-view-table__cell-align-end {
justify-content: flex-end;
}
.dataviews-view-table tbody .dataviews-view-table__cell-content-wrapper.dataviews-view-table__cell-align-center {
justify-content: center;
}
.dataviews-view-table tbody .components-v-stack > .dataviews-view-table__cell-content-wrapper:not(:first-child) {
min-height: 0;
}
.dataviews-view-table .dataviews-view-table-header-button {
padding: 4px 8px;
font-size: 11px;
text-transform: uppercase;
font-weight: 499;
}
.dataviews-view-table .dataviews-view-table-header-button:not(:hover) {
color: #1e1e1e;
}
.dataviews-view-table .dataviews-view-table-header-button span {
speak: none;
}
.dataviews-view-table .dataviews-view-table-header-button span:empty {
display: none;
}
.dataviews-view-table .dataviews-view-table-header {
padding-left: 4px;
}
.dataviews-view-table .dataviews-view-table__actions-column {
width: auto;
white-space: nowrap;
}
.dataviews-view-table:has(tr.is-selected) .components-checkbox-control__input {
opacity: 1;
}
.dataviews-view-table.has-compact-density thead th:has(.dataviews-view-table-header-button):not(:first-child) {
padding-left: 0;
}
.dataviews-view-table.has-compact-density td,
.dataviews-view-table.has-compact-density th {
padding: 4px 8px;
}
.dataviews-view-table.has-comfortable-density td,
.dataviews-view-table.has-comfortable-density th {
padding: 16px 12px;
}
.dataviews-view-table.has-compact-density td.dataviews-view-table__checkbox-column,
.dataviews-view-table.has-compact-density th.dataviews-view-table__checkbox-column, .dataviews-view-table.has-comfortable-density td.dataviews-view-table__checkbox-column,
.dataviews-view-table.has-comfortable-density th.dataviews-view-table__checkbox-column {
padding-right: 0;
}
@container (max-width: 430px) {
.dataviews-view-table tr td:first-child,
.dataviews-view-table tr th:first-child {
padding-left: 24px;
}
.dataviews-view-table tr td:last-child,
.dataviews-view-table tr th:last-child {
padding-right: 24px;
}
}
.dataviews-view-table-selection-checkbox {
--checkbox-input-size: 24px;
}
@media (min-width: 600px) {
.dataviews-view-table-selection-checkbox {
--checkbox-input-size: 16px;
}
}
.dataviews-column-primary__media {
max-width: 60px;
overflow: hidden;
position: relative;
flex-shrink: 0;
background-color: #fff;
border-radius: 4px;
}
.dataviews-column-primary__media img {
width: 100%;
height: 100%;
-o-object-fit: cover;
object-fit: cover;
}
.dataviews-column-primary__media::after {
content: "";
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.1);
border-radius: 4px;
}
.dataviews-view-table__cell-content-wrapper:not(.dataviews-column-primary__media),
.dataviews-view-table__primary-column-content:not(.dataviews-column-primary__media) {
min-width: 15ch;
max-width: 80ch;
}
.dataviews-view-table__group-header-row .dataviews-view-table__group-header-cell {
font-weight: 499;
padding: 12px 48px;
color: #1e1e1e;
} .dataviews-view-table col[class^=dataviews-view-table__col-]:not(.dataviews-view-table__col-primary) {
width: 1%;
}
.dataviews-view-picker-grid .dataviews-view-picker-grid__card {
height: 100%;
justify-content: flex-start;
position: relative;
}
.dataviews-view-picker-grid .dataviews-view-picker-grid__card .dataviews-view-picker-grid__title-actions {
padding: 8px 0 4px;
}
.dataviews-view-picker-grid .dataviews-view-picker-grid__card .dataviews-view-picker-grid__title-field {
min-height: 24px;
overflow: hidden;
align-content: center;
text-align: start;
}
.dataviews-view-picker-grid .dataviews-view-picker-grid__card .dataviews-view-picker-grid__title-field--clickable {
width: -moz-fit-content;
width: fit-content;
}
.dataviews-view-picker-grid .dataviews-view-picker-grid__card.is-selected .dataviews-view-picker-grid__fields .dataviews-view-picker-grid__field .dataviews-view-picker-grid__field-value {
color: #1e1e1e;
}
.dataviews-view-picker-grid .dataviews-view-picker-grid__card.is-selected .dataviews-view-picker-grid__media::after,
.dataviews-view-picker-grid .dataviews-view-picker-grid__card .dataviews-view-picker-grid__media:focus::after {
background-color: rgba(var(--wp-admin-theme-color--rgb), 0.08);
}
.dataviews-view-picker-grid .dataviews-view-picker-grid__card.is-selected .dataviews-view-picker-grid__media::after {
box-shadow: inset 0 0 0 1px var(--wp-admin-theme-color);
}
.dataviews-view-picker-grid .dataviews-view-picker-grid__card .dataviews-view-picker-grid__media:focus::after {
box-shadow: inset 0 0 0 var(--wp-admin-border-width-focus) var(--wp-admin-theme-color);
}
.dataviews-view-picker-grid:focus-visible[aria-activedescendant] {
outline: none;
}
.dataviews-view-picker-grid:focus-visible [data-active-item=true] {
outline: 2px solid var(--wp-admin-theme-color);
}
.dataviews-view-picker-grid .dataviews-selection-checkbox {
top: 8px !important;
}
.dataviews-view-picker-grid .dataviews-selection-checkbox input {
pointer-events: none;
}
.dataviews-view-picker-grid .dataviews-view-picker-grid__media {
width: 100%;
aspect-ratio: 1/1;
background-color: #fff;
border-radius: 4px;
position: relative;
}
.dataviews-view-picker-grid .dataviews-view-picker-grid__media img {
-o-object-fit: cover;
object-fit: cover;
width: 100%;
height: 100%;
}
.dataviews-view-picker-grid .dataviews-view-picker-grid__media::after {
content: "";
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.1);
border-radius: 4px;
pointer-events: none;
}
.dataviews-view-picker-grid .dataviews-view-picker-grid__fields {
position: relative;
font-size: 12px;
line-height: 16px;
}
.dataviews-view-picker-grid .dataviews-view-picker-grid__fields:not(:empty) {
padding: 0 0 12px;
}
.dataviews-view-picker-grid .dataviews-view-picker-grid__fields .dataviews-view-picker-grid__field-value:not(:empty) {
min-height: 24px;
line-height: 20px;
padding-top: 2px;
}
.dataviews-view-picker-grid .dataviews-view-picker-grid__fields .dataviews-view-picker-grid__field {
min-height: 24px;
align-items: center;
}
.dataviews-view-picker-grid .dataviews-view-picker-grid__fields .dataviews-view-picker-grid__field .dataviews-view-picker-grid__field-name {
width: 35%;
color: #757575;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
.dataviews-view-picker-grid .dataviews-view-picker-grid__fields .dataviews-view-picker-grid__field .dataviews-view-picker-grid__field-value {
width: 65%;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
.dataviews-view-picker-grid .dataviews-view-picker-grid__fields .dataviews-view-picker-grid__field:not(:has(.dataviews-view-picker-grid__field-value:not(:empty))) {
display: none;
}
.dataviews-view-picker-grid .dataviews-view-picker-grid__badge-fields:not(:empty) {
padding-bottom: 12px;
}
.dataviews-view-picker-grid__field-value:empty,
.dataviews-view-picker-grid__field:empty {
display: none;
}
.dataviews-view-picker-grid__card .dataviews-selection-checkbox {
position: absolute;
top: -9999em;
left: 8px;
z-index: 1;
}
@media (hover: none) {
.dataviews-view-picker-grid__card .dataviews-selection-checkbox {
top: 8px;
}
}
.dataviews-view-picker-grid__card:hover .dataviews-selection-checkbox,
.dataviews-view-picker-grid__card:focus-within .dataviews-selection-checkbox,
.dataviews-view-picker-grid__card.is-selected .dataviews-selection-checkbox {
top: 8px;
}
.dataviews-view-picker-grid__media--clickable {
cursor: pointer;
}
.dataviews-view-picker-grid-group__header {
font-size: 15px;
font-weight: 499;
color: #1e1e1e;
margin: 0 0 8px 0;
padding: 0 48px;
}
.dataviews-view-picker-table tbody:focus-visible[aria-activedescendant] {
outline: none;
}
.dataviews-view-picker-table tbody:focus-visible [data-active-item=true] {
outline: 2px solid var(--wp-admin-theme-color);
}
.dataviews-view-picker-table .dataviews-selection-checkbox .components-checkbox-control__input.components-checkbox-control__input {
pointer-events: none;
opacity: 1;
}
.dataviews-view-picker-table .dataviews-view-table__row {
cursor: pointer;
}
.dataviews-view-picker-table .dataviews-view-table__row.is-selected {
background-color: rgba(var(--wp-admin-theme-color--rgb), 0.04);
}
.dataviews-view-picker-table .dataviews-view-table__row.is-hovered {
background-color: rgba(var(--wp-admin-theme-color--rgb), 0.08);
}
.dataviews-view-picker-table .dataviews-view-table__row.is-selected.is-hovered {
background-color: rgba(var(--wp-admin-theme-color--rgb), 0.12);
}
.dataviews-controls__datetime {
border: none;
padding: 0;
}
.dataviews-controls__relative-date-number,
.dataviews-controls__relative-date-unit {
flex: 1 1 50%;
}
.dataviews-controls__date input[type=date]::-webkit-inner-spin-button,
.dataviews-controls__date input[type=date]::-webkit-calendar-picker-indicator {
display: none;
-webkit-appearance: none;
}
.dataviews-controls__date-preset {
border: 1px solid #ddd;
}
.dataviews-controls__date-preset:active {
background-color: #000;
}
.dataforms-layouts-panel__field {
width: 100%;
min-height: 32px;
justify-content: flex-start !important;
align-items: flex-start !important;
}
.dataforms-layouts-panel__field-label {
width: 38%;
flex-shrink: 0;
min-height: 32px;
display: flex;
align-items: center;
line-height: 20px;
hyphens: auto;
}
.dataforms-layouts-panel__field-label--label-position-side {
align-self: center;
}
.dataforms-layouts-panel__field-control {
flex-grow: 1;
min-height: 32px;
display: flex;
align-items: center;
}
.dataforms-layouts-panel__field-control .components-button {
max-width: 100%;
text-align: left;
white-space: normal;
text-wrap: balance;
text-wrap: pretty;
min-height: 32px;
}
.dataforms-layouts-panel__field-control.components-button.is-link[aria-disabled=true] {
text-decoration: none;
}
.dataforms-layouts-panel__field-control .components-dropdown {
max-width: 100%;
}
.dataforms-layouts-panel__field-dropdown .components-popover__content {
min-width: 320px;
padding: 16px;
}
.dataforms-layouts-panel__dropdown-header {
margin-bottom: 16px;
}
.dataforms-layouts-panel__modal-footer {
margin-top: 16px;
}
.components-popover.components-dropdown__content.dataforms-layouts-panel__field-dropdown {
z-index: 159990;
}
.dataforms-layouts-regular__field {
width: 100%;
min-height: 32px;
justify-content: flex-start !important;
align-items: flex-start !important;
}
.dataforms-layouts-regular__field-label {
width: 38%;
flex-shrink: 0;
min-height: 32px;
display: flex;
align-items: center;
line-height: 20px;
hyphens: auto;
}
.dataforms-layouts-regular__field-label--label-position-side {
align-self: center;
}
.dataforms-layouts-regular__field-control {
flex-grow: 1;
min-height: 32px;
display: flex;
align-items: center;
}
.dataforms-layouts-card__field-header-label {
font-family: -apple-system, "system-ui", "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
font-weight: 499;
font-size: 15px;
line-height: 20px;
}
.dataforms-layouts-card__field {
width: 100%;
}
.dataforms-layouts-card__field-description {
color: #757575;
display: block;
font-size: 13px;
margin-bottom: 16px;
}
.dataforms-layouts-card__field-summary {
display: flex;
flex-direction: row;
gap: 16px;
}
.dataforms-layouts-details__content {
padding-top: 12px;
}
.dataforms-layouts-row__field-control {
width: 100%;
}
.dataforms-layouts__wrapper {
font-family: -apple-system, "system-ui", "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
font-weight: 400;
font-size: 13px;
line-height: 20px;
}
.dokan-layout .dokan-dashboard-datatable .dataviews-wrapper{height:auto}.dokan-layout .dokan-dashboard-datatable .dataviews-wrapper .dataviews__view-actions{display:none}.dokan-layout .dokan-dashboard-datatable .dataviews-wrapper .components-button.is-compact{opacity:1;margin:0 !important}.dokan-layout .dokan-dashboard-datatable .dataviews-wrapper .components-button.is-compact.has-icon:not(.has-text){width:auto;padding:6px 3px}.dokan-layout .dokan-dashboard-datatable .dataviews-wrapper .components-button.is-compact.has-icon:not(.has-text):hover,.dokan-layout .dokan-dashboard-datatable .dataviews-wrapper .components-button.is-compact.has-icon:not(.has-text):focus{background-color:rgba(0,0,0,0);box-shadow:none;border:none}.dokan-layout .dokan-dashboard-datatable .dataviews-wrapper .components-button.is-compact:focus{outline:none}.dokan-layout .dokan-dashboard-datatable .dataviews-wrapper .components-button.is-compact:hover{background-color:rgba(0,0,0,0)}.dokan-layout .dokan-admin-dashboard-datatable .dataviews-wrapper{height:auto;border-radius:10px;box-shadow:0px 1px 3px 0px rgba(0,0,0,.1019607843)}.dokan-layout .dokan-admin-dashboard-datatable .dataviews-wrapper table.dataviews-view-table{border-left:none;border-right:none}.dokan-layout .dokan-admin-dashboard-datatable .dataviews-wrapper table.dataviews-view-table thead{z-index:0}.dokan-layout .dokan-admin-dashboard-datatable .dataviews-wrapper table.dataviews-view-table tr td:first-child,.dokan-layout .dokan-admin-dashboard-datatable .dataviews-wrapper table.dataviews-view-table tr th:first-child{padding-left:20px}.dokan-layout .dokan-admin-dashboard-datatable .dataviews-wrapper table.dataviews-view-table tr td:last-child,.dokan-layout .dokan-admin-dashboard-datatable .dataviews-wrapper table.dataviews-view-table tr th:last-child{padding-right:20px}.dokan-layout .dokan-admin-dashboard-datatable .dataviews-wrapper .components-button.is-compact.has-icon:not(.has-text){width:auto;padding:6px}.dokan-layout .dokan-admin-dashboard-datatable .dataviews-wrapper .components-button.is-compact.has-icon:not(.has-text):hover,.dokan-layout .dokan-admin-dashboard-datatable .dataviews-wrapper .components-button.is-compact.has-icon:not(.has-text):focus{background-color:rgba(0,0,0,0);box-shadow:none;border:none}.dokan-layout .dokan-admin-dashboard-datatable .dataviews-wrapper .components-flex.components-h-stack.dataviews-pagination{width:100%;justify-content:space-between;padding:15px 20px}.dokan-layout .dokan-admin-dashboard-datatable .dataviews-wrapper .dokan-admin-dashboard-datatable-bulkaction .dataviews-bulk-actions-footer__action-buttons{gap:10px}.dokan-layout .dokan-admin-dashboard-datatable .dataviews-wrapper .dokan-admin-dashboard-datatable-bulkaction .dataviews-bulk-actions-footer__action-buttons .components-button.is-compact:not(:last-child){border:1px solid #e9e9e9;border-radius:6px;line-height:1}.dokan_page_dokan-dashboard [id^="portal/:"]{--wp-components-color-accent: #EFEAFF;--wp-components-color-accent-inverted:#7047eb}.dokan_page_dokan-dashboard [id^="portal/:"] div[role=menu]{padding:10px 0}.dokan_page_dokan-dashboard [id^="portal/:"] div[role=menuitem]{padding:0 16px;box-sizing:content-box;min-height:36px;color:#828282} .ql-container{box-sizing:border-box;font-family:Helvetica,Arial,sans-serif;font-size:13px;height:100%;margin:0;position:relative}.ql-container.ql-disabled .ql-tooltip{visibility:hidden}.ql-container:not(.ql-disabled) li[data-list=checked] > .ql-ui,.ql-container:not(.ql-disabled) li[data-list=unchecked] > .ql-ui{cursor:pointer}.ql-clipboard{left:-100000px;height:1px;overflow-y:hidden;position:absolute;top:50%}.ql-clipboard p{margin:0;padding:0}.ql-editor{box-sizing:border-box;counter-reset:list-0 list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;line-height:1.42;height:100%;outline:none;overflow-y:auto;padding:12px 15px;-o-tab-size:4;tab-size:4;-moz-tab-size:4;text-align:left;white-space:pre-wrap;word-wrap:break-word}.ql-editor > *{cursor:text}.ql-editor p,.ql-editor ol,.ql-editor pre,.ql-editor blockquote,.ql-editor h1,.ql-editor h2,.ql-editor h3,.ql-editor h4,.ql-editor h5,.ql-editor h6{margin:0;padding:0}@supports (counter-set:none){.ql-editor p,.ql-editor h1,.ql-editor h2,.ql-editor h3,.ql-editor h4,.ql-editor h5,.ql-editor h6{counter-set:list-0 list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9}}@supports not (counter-set:none){.ql-editor p,.ql-editor h1,.ql-editor h2,.ql-editor h3,.ql-editor h4,.ql-editor h5,.ql-editor h6{counter-reset:list-0 list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9}}.ql-editor table{border-collapse:collapse}.ql-editor td{border:1px solid #000;padding:2px 5px}.ql-editor ol{padding-left:1.5em}.ql-editor li{list-style-type:none;padding-left:1.5em;position:relative}.ql-editor li > .ql-ui:before{display:inline-block;margin-left:-1.5em;margin-right:.3em;text-align:right;white-space:nowrap;width:1.2em}.ql-editor li[data-list=checked] > .ql-ui,.ql-editor li[data-list=unchecked] > .ql-ui{color:#777}.ql-editor li[data-list=bullet] > .ql-ui:before{content:'\2022'}.ql-editor li[data-list=checked] > .ql-ui:before{content:'\2611'}.ql-editor li[data-list=unchecked] > .ql-ui:before{content:'\2610'}@supports (counter-set:none){.ql-editor li[data-list]{counter-set:list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9}}@supports not (counter-set:none){.ql-editor li[data-list]{counter-reset:list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9}}.ql-editor li[data-list=ordered]{counter-increment:list-0}.ql-editor li[data-list=ordered] > .ql-ui:before{content:counter(list-0, decimal) '. '}.ql-editor li[data-list=ordered].ql-indent-1{counter-increment:list-1}.ql-editor li[data-list=ordered].ql-indent-1 > .ql-ui:before{content:counter(list-1, lower-alpha) '. '}@supports (counter-set:none){.ql-editor li[data-list].ql-indent-1{counter-set:list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9}}@supports not (counter-set:none){.ql-editor li[data-list].ql-indent-1{counter-reset:list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9}}.ql-editor li[data-list=ordered].ql-indent-2{counter-increment:list-2}.ql-editor li[data-list=ordered].ql-indent-2 > .ql-ui:before{content:counter(list-2, lower-roman) '. '}@supports (counter-set:none){.ql-editor li[data-list].ql-indent-2{counter-set:list-3 list-4 list-5 list-6 list-7 list-8 list-9}}@supports not (counter-set:none){.ql-editor li[data-list].ql-indent-2{counter-reset:list-3 list-4 list-5 list-6 list-7 list-8 list-9}}.ql-editor li[data-list=ordered].ql-indent-3{counter-increment:list-3}.ql-editor li[data-list=ordered].ql-indent-3 > .ql-ui:before{content:counter(list-3, decimal) '. '}@supports (counter-set:none){.ql-editor li[data-list].ql-indent-3{counter-set:list-4 list-5 list-6 list-7 list-8 list-9}}@supports not (counter-set:none){.ql-editor li[data-list].ql-indent-3{counter-reset:list-4 list-5 list-6 list-7 list-8 list-9}}.ql-editor li[data-list=ordered].ql-indent-4{counter-increment:list-4}.ql-editor li[data-list=ordered].ql-indent-4 > .ql-ui:before{content:counter(list-4, lower-alpha) '. '}@supports (counter-set:none){.ql-editor li[data-list].ql-indent-4{counter-set:list-5 list-6 list-7 list-8 list-9}}@supports not (counter-set:none){.ql-editor li[data-list].ql-indent-4{counter-reset:list-5 list-6 list-7 list-8 list-9}}.ql-editor li[data-list=ordered].ql-indent-5{counter-increment:list-5}.ql-editor li[data-list=ordered].ql-indent-5 > .ql-ui:before{content:counter(list-5, lower-roman) '. '}@supports (counter-set:none){.ql-editor li[data-list].ql-indent-5{counter-set:list-6 list-7 list-8 list-9}}@supports not (counter-set:none){.ql-editor li[data-list].ql-indent-5{counter-reset:list-6 list-7 list-8 list-9}}.ql-editor li[data-list=ordered].ql-indent-6{counter-increment:list-6}.ql-editor li[data-list=ordered].ql-indent-6 > .ql-ui:before{content:counter(list-6, decimal) '. '}@supports (counter-set:none){.ql-editor li[data-list].ql-indent-6{counter-set:list-7 list-8 list-9}}@supports not (counter-set:none){.ql-editor li[data-list].ql-indent-6{counter-reset:list-7 list-8 list-9}}.ql-editor li[data-list=ordered].ql-indent-7{counter-increment:list-7}.ql-editor li[data-list=ordered].ql-indent-7 > .ql-ui:before{content:counter(list-7, lower-alpha) '. '}@supports (counter-set:none){.ql-editor li[data-list].ql-indent-7{counter-set:list-8 list-9}}@supports not (counter-set:none){.ql-editor li[data-list].ql-indent-7{counter-reset:list-8 list-9}}.ql-editor li[data-list=ordered].ql-indent-8{counter-increment:list-8}.ql-editor li[data-list=ordered].ql-indent-8 > .ql-ui:before{content:counter(list-8, lower-roman) '. '}@supports (counter-set:none){.ql-editor li[data-list].ql-indent-8{counter-set:list-9}}@supports not (counter-set:none){.ql-editor li[data-list].ql-indent-8{counter-reset:list-9}}.ql-editor li[data-list=ordered].ql-indent-9{counter-increment:list-9}.ql-editor li[data-list=ordered].ql-indent-9 > .ql-ui:before{content:counter(list-9, decimal) '. '}.ql-editor .ql-indent-1:not(.ql-direction-rtl){padding-left:3em}.ql-editor li.ql-indent-1:not(.ql-direction-rtl){padding-left:4.5em}.ql-editor .ql-indent-1.ql-direction-rtl.ql-align-right{padding-right:3em}.ql-editor li.ql-indent-1.ql-direction-rtl.ql-align-right{padding-right:4.5em}.ql-editor .ql-indent-2:not(.ql-direction-rtl){padding-left:6em}.ql-editor li.ql-indent-2:not(.ql-direction-rtl){padding-left:7.5em}.ql-editor .ql-indent-2.ql-direction-rtl.ql-align-right{padding-right:6em}.ql-editor li.ql-indent-2.ql-direction-rtl.ql-align-right{padding-right:7.5em}.ql-editor .ql-indent-3:not(.ql-direction-rtl){padding-left:9em}.ql-editor li.ql-indent-3:not(.ql-direction-rtl){padding-left:10.5em}.ql-editor .ql-indent-3.ql-direction-rtl.ql-align-right{padding-right:9em}.ql-editor li.ql-indent-3.ql-direction-rtl.ql-align-right{padding-right:10.5em}.ql-editor .ql-indent-4:not(.ql-direction-rtl){padding-left:12em}.ql-editor li.ql-indent-4:not(.ql-direction-rtl){padding-left:13.5em}.ql-editor .ql-indent-4.ql-direction-rtl.ql-align-right{padding-right:12em}.ql-editor li.ql-indent-4.ql-direction-rtl.ql-align-right{padding-right:13.5em}.ql-editor .ql-indent-5:not(.ql-direction-rtl){padding-left:15em}.ql-editor li.ql-indent-5:not(.ql-direction-rtl){padding-left:16.5em}.ql-editor .ql-indent-5.ql-direction-rtl.ql-align-right{padding-right:15em}.ql-editor li.ql-indent-5.ql-direction-rtl.ql-align-right{padding-right:16.5em}.ql-editor .ql-indent-6:not(.ql-direction-rtl){padding-left:18em}.ql-editor li.ql-indent-6:not(.ql-direction-rtl){padding-left:19.5em}.ql-editor .ql-indent-6.ql-direction-rtl.ql-align-right{padding-right:18em}.ql-editor li.ql-indent-6.ql-direction-rtl.ql-align-right{padding-right:19.5em}.ql-editor .ql-indent-7:not(.ql-direction-rtl){padding-left:21em}.ql-editor li.ql-indent-7:not(.ql-direction-rtl){padding-left:22.5em}.ql-editor .ql-indent-7.ql-direction-rtl.ql-align-right{padding-right:21em}.ql-editor li.ql-indent-7.ql-direction-rtl.ql-align-right{padding-right:22.5em}.ql-editor .ql-indent-8:not(.ql-direction-rtl){padding-left:24em}.ql-editor li.ql-indent-8:not(.ql-direction-rtl){padding-left:25.5em}.ql-editor .ql-indent-8.ql-direction-rtl.ql-align-right{padding-right:24em}.ql-editor li.ql-indent-8.ql-direction-rtl.ql-align-right{padding-right:25.5em}.ql-editor .ql-indent-9:not(.ql-direction-rtl){padding-left:27em}.ql-editor li.ql-indent-9:not(.ql-direction-rtl){padding-left:28.5em}.ql-editor .ql-indent-9.ql-direction-rtl.ql-align-right{padding-right:27em}.ql-editor li.ql-indent-9.ql-direction-rtl.ql-align-right{padding-right:28.5em}.ql-editor li.ql-direction-rtl{padding-right:1.5em}.ql-editor li.ql-direction-rtl > .ql-ui:before{margin-left:.3em;margin-right:-1.5em;text-align:left}.ql-editor table{table-layout:fixed;width:100%}.ql-editor table td{outline:none}.ql-editor .ql-code-block-container{font-family:monospace}.ql-editor .ql-video{display:block;max-width:100%}.ql-editor .ql-video.ql-align-center{margin:0 auto}.ql-editor .ql-video.ql-align-right{margin:0 0 0 auto}.ql-editor .ql-bg-black{background-color:#000}.ql-editor .ql-bg-red{background-color:#e60000}.ql-editor .ql-bg-orange{background-color:#f90}.ql-editor .ql-bg-yellow{background-color:#ff0}.ql-editor .ql-bg-green{background-color:#008a00}.ql-editor .ql-bg-blue{background-color:#06c}.ql-editor .ql-bg-purple{background-color:#93f}.ql-editor .ql-color-white{color:#fff}.ql-editor .ql-color-red{color:#e60000}.ql-editor .ql-color-orange{color:#f90}.ql-editor .ql-color-yellow{color:#ff0}.ql-editor .ql-color-green{color:#008a00}.ql-editor .ql-color-blue{color:#06c}.ql-editor .ql-color-purple{color:#93f}.ql-editor .ql-font-serif{font-family:Georgia,Times New Roman,serif}.ql-editor .ql-font-monospace{font-family:Monaco,Courier New,monospace}.ql-editor .ql-size-small{font-size:.75em}.ql-editor .ql-size-large{font-size:1.5em}.ql-editor .ql-size-huge{font-size:2.5em}.ql-editor .ql-direction-rtl{direction:rtl;text-align:inherit}.ql-editor .ql-align-center{text-align:center}.ql-editor .ql-align-justify{text-align:justify}.ql-editor .ql-align-right{text-align:right}.ql-editor .ql-ui{position:absolute}.ql-editor.ql-blank::before{color:rgba(0,0,0,0.6);content:attr(data-placeholder);font-style:italic;left:15px;pointer-events:none;position:absolute;right:15px}.ql-snow.ql-toolbar:after,.ql-snow .ql-toolbar:after{clear:both;content:'';display:table}.ql-snow.ql-toolbar button,.ql-snow .ql-toolbar button{background:none;border:none;cursor:pointer;display:inline-block;float:left;height:24px;padding:3px 5px;width:28px}.ql-snow.ql-toolbar button svg,.ql-snow .ql-toolbar button svg{float:left;height:100%}.ql-snow.ql-toolbar button:active:hover,.ql-snow .ql-toolbar button:active:hover{outline:none}.ql-snow.ql-toolbar input.ql-image[type=file],.ql-snow .ql-toolbar input.ql-image[type=file]{display:none}.ql-snow.ql-toolbar button:hover,.ql-snow .ql-toolbar button:hover,.ql-snow.ql-toolbar button:focus,.ql-snow .ql-toolbar button:focus,.ql-snow.ql-toolbar button.ql-active,.ql-snow .ql-toolbar button.ql-active,.ql-snow.ql-toolbar .ql-picker-label:hover,.ql-snow .ql-toolbar .ql-picker-label:hover,.ql-snow.ql-toolbar .ql-picker-label.ql-active,.ql-snow .ql-toolbar .ql-picker-label.ql-active,.ql-snow.ql-toolbar .ql-picker-item:hover,.ql-snow .ql-toolbar .ql-picker-item:hover,.ql-snow.ql-toolbar .ql-picker-item.ql-selected,.ql-snow .ql-toolbar .ql-picker-item.ql-selected{color:#06c}.ql-snow.ql-toolbar button:hover .ql-fill,.ql-snow .ql-toolbar button:hover .ql-fill,.ql-snow.ql-toolbar button:focus .ql-fill,.ql-snow .ql-toolbar button:focus .ql-fill,.ql-snow.ql-toolbar button.ql-active .ql-fill,.ql-snow .ql-toolbar button.ql-active .ql-fill,.ql-snow.ql-toolbar .ql-picker-label:hover .ql-fill,.ql-snow .ql-toolbar .ql-picker-label:hover .ql-fill,.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-fill,.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-fill,.ql-snow.ql-toolbar .ql-picker-item:hover .ql-fill,.ql-snow .ql-toolbar .ql-picker-item:hover .ql-fill,.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-fill,.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-fill,.ql-snow.ql-toolbar button:hover .ql-stroke.ql-fill,.ql-snow .ql-toolbar button:hover .ql-stroke.ql-fill,.ql-snow.ql-toolbar button:focus .ql-stroke.ql-fill,.ql-snow .ql-toolbar button:focus .ql-stroke.ql-fill,.ql-snow.ql-toolbar button.ql-active .ql-stroke.ql-fill,.ql-snow .ql-toolbar button.ql-active .ql-stroke.ql-fill,.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill,.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill,.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill,.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill,.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill,.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill,.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill,.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill{fill:#06c}.ql-snow.ql-toolbar button:hover .ql-stroke,.ql-snow .ql-toolbar button:hover .ql-stroke,.ql-snow.ql-toolbar button:focus .ql-stroke,.ql-snow .ql-toolbar button:focus .ql-stroke,.ql-snow.ql-toolbar button.ql-active .ql-stroke,.ql-snow .ql-toolbar button.ql-active .ql-stroke,.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke,.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke,.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke,.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke,.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke,.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke,.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke,.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke,.ql-snow.ql-toolbar button:hover .ql-stroke-miter,.ql-snow .ql-toolbar button:hover .ql-stroke-miter,.ql-snow.ql-toolbar button:focus .ql-stroke-miter,.ql-snow .ql-toolbar button:focus .ql-stroke-miter,.ql-snow.ql-toolbar button.ql-active .ql-stroke-miter,.ql-snow .ql-toolbar button.ql-active .ql-stroke-miter,.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke-miter,.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke-miter,.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter,.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter,.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke-miter,.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke-miter,.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter,.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter{stroke:#06c}@media (pointer:coarse){.ql-snow.ql-toolbar button:hover:not(.ql-active),.ql-snow .ql-toolbar button:hover:not(.ql-active){color:#444}.ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-fill,.ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-fill,.ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke.ql-fill,.ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke.ql-fill{fill:#444}.ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke,.ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke,.ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke-miter,.ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke-miter{stroke:#444}}.ql-snow{box-sizing:border-box}.ql-snow *{box-sizing:border-box}.ql-snow .ql-hidden{display:none}.ql-snow .ql-out-bottom,.ql-snow .ql-out-top{visibility:hidden}.ql-snow .ql-tooltip{position:absolute;transform:translateY(10px)}.ql-snow .ql-tooltip a{cursor:pointer;text-decoration:none}.ql-snow .ql-tooltip.ql-flip{transform:translateY(-10px)}.ql-snow .ql-formats{display:inline-block;vertical-align:middle}.ql-snow .ql-formats:after{clear:both;content:'';display:table}.ql-snow .ql-stroke{fill:none;stroke:#444;stroke-linecap:round;stroke-linejoin:round;stroke-width:2}.ql-snow .ql-stroke-miter{fill:none;stroke:#444;stroke-miterlimit:10;stroke-width:2}.ql-snow .ql-fill,.ql-snow .ql-stroke.ql-fill{fill:#444}.ql-snow .ql-empty{fill:none}.ql-snow .ql-even{fill-rule:evenodd}.ql-snow .ql-thin,.ql-snow .ql-stroke.ql-thin{stroke-width:1}.ql-snow .ql-transparent{opacity:.4}.ql-snow .ql-direction svg:last-child{display:none}.ql-snow .ql-direction.ql-active svg:last-child{display:inline}.ql-snow .ql-direction.ql-active svg:first-child{display:none}.ql-snow .ql-editor h1{font-size:2em}.ql-snow .ql-editor h2{font-size:1.5em}.ql-snow .ql-editor h3{font-size:1.17em}.ql-snow .ql-editor h4{font-size:1em}.ql-snow .ql-editor h5{font-size:.83em}.ql-snow .ql-editor h6{font-size:.67em}.ql-snow .ql-editor a{text-decoration:underline}.ql-snow .ql-editor blockquote{border-left:4px solid #ccc;margin-bottom:5px;margin-top:5px;padding-left:16px}.ql-snow .ql-editor code,.ql-snow .ql-editor .ql-code-block-container{background-color:#f0f0f0;border-radius:3px}.ql-snow .ql-editor .ql-code-block-container{margin-bottom:5px;margin-top:5px;padding:5px 10px}.ql-snow .ql-editor code{font-size:85%;padding:2px 4px}.ql-snow .ql-editor .ql-code-block-container{background-color:#23241f;color:#f8f8f2;overflow:visible}.ql-snow .ql-editor img{max-width:100%}.ql-snow .ql-picker{color:#444;display:inline-block;float:left;font-size:14px;font-weight:500;height:24px;position:relative;vertical-align:middle}.ql-snow .ql-picker-label{cursor:pointer;display:inline-block;height:100%;padding-left:8px;padding-right:2px;position:relative;width:100%}.ql-snow .ql-picker-label::before{display:inline-block;line-height:22px}.ql-snow .ql-picker-options{background-color:#fff;display:none;min-width:100%;padding:4px 8px;position:absolute;white-space:nowrap}.ql-snow .ql-picker-options .ql-picker-item{cursor:pointer;display:block;padding-bottom:5px;padding-top:5px}.ql-snow .ql-picker.ql-expanded .ql-picker-label{color:#ccc;z-index:2}.ql-snow .ql-picker.ql-expanded .ql-picker-label .ql-fill{fill:#ccc}.ql-snow .ql-picker.ql-expanded .ql-picker-label .ql-stroke{stroke:#ccc}.ql-snow .ql-picker.ql-expanded .ql-picker-options{display:block;margin-top:-1px;top:100%;z-index:1}.ql-snow .ql-color-picker,.ql-snow .ql-icon-picker{width:28px}.ql-snow .ql-color-picker .ql-picker-label,.ql-snow .ql-icon-picker .ql-picker-label{padding:2px 4px}.ql-snow .ql-color-picker .ql-picker-label svg,.ql-snow .ql-icon-picker .ql-picker-label svg{right:4px}.ql-snow .ql-icon-picker .ql-picker-options{padding:4px 0}.ql-snow .ql-icon-picker .ql-picker-item{height:24px;width:24px;padding:2px 4px}.ql-snow .ql-color-picker .ql-picker-options{padding:3px 5px;width:152px}.ql-snow .ql-color-picker .ql-picker-item{border:1px solid transparent;float:left;height:16px;margin:2px;padding:0;width:16px}.ql-snow .ql-picker:not(.ql-color-picker):not(.ql-icon-picker) svg{position:absolute;margin-top:-9px;right:0;top:50%;width:18px}.ql-snow .ql-picker.ql-header .ql-picker-label[data-label]:not([data-label=''])::before,.ql-snow .ql-picker.ql-font .ql-picker-label[data-label]:not([data-label=''])::before,.ql-snow .ql-picker.ql-size .ql-picker-label[data-label]:not([data-label=''])::before,.ql-snow .ql-picker.ql-header .ql-picker-item[data-label]:not([data-label=''])::before,.ql-snow .ql-picker.ql-font .ql-picker-item[data-label]:not([data-label=''])::before,.ql-snow .ql-picker.ql-size .ql-picker-item[data-label]:not([data-label=''])::before{content:attr(data-label)}.ql-snow .ql-picker.ql-header{width:98px}.ql-snow .ql-picker.ql-header .ql-picker-label::before,.ql-snow .ql-picker.ql-header .ql-picker-item::before{content:'Normal'}.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="1"]::before,.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="1"]::before{content:'Heading 1'}.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="2"]::before,.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="2"]::before{content:'Heading 2'}.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="3"]::before,.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="3"]::before{content:'Heading 3'}.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="4"]::before,.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="4"]::before{content:'Heading 4'}.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="5"]::before,.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="5"]::before{content:'Heading 5'}.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="6"]::before,.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="6"]::before{content:'Heading 6'}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="1"]::before{font-size:2em}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="2"]::before{font-size:1.5em}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="3"]::before{font-size:1.17em}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="4"]::before{font-size:1em}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="5"]::before{font-size:.83em}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="6"]::before{font-size:.67em}.ql-snow .ql-picker.ql-font{width:108px}.ql-snow .ql-picker.ql-font .ql-picker-label::before,.ql-snow .ql-picker.ql-font .ql-picker-item::before{content:'Sans Serif'}.ql-snow .ql-picker.ql-font .ql-picker-label[data-value=serif]::before,.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=serif]::before{content:'Serif'}.ql-snow .ql-picker.ql-font .ql-picker-label[data-value=monospace]::before,.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=monospace]::before{content:'Monospace'}.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=serif]::before{font-family:Georgia,Times New Roman,serif}.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=monospace]::before{font-family:Monaco,Courier New,monospace}.ql-snow .ql-picker.ql-size{width:98px}.ql-snow .ql-picker.ql-size .ql-picker-label::before,.ql-snow .ql-picker.ql-size .ql-picker-item::before{content:'Normal'}.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=small]::before,.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=small]::before{content:'Small'}.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=large]::before,.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=large]::before{content:'Large'}.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=huge]::before,.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=huge]::before{content:'Huge'}.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=small]::before{font-size:10px}.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=large]::before{font-size:18px}.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=huge]::before{font-size:32px}.ql-snow .ql-color-picker.ql-background .ql-picker-item{background-color:#fff}.ql-snow .ql-color-picker.ql-color .ql-picker-item{background-color:#000}.ql-code-block-container{position:relative}.ql-code-block-container .ql-ui{right:5px;top:5px}.ql-toolbar.ql-snow{border:1px solid #ccc;box-sizing:border-box;font-family:'Helvetica Neue','Helvetica','Arial',sans-serif;padding:8px}.ql-toolbar.ql-snow .ql-formats{margin-right:15px}.ql-toolbar.ql-snow .ql-picker-label{border:1px solid transparent}.ql-toolbar.ql-snow .ql-picker-options{border:1px solid transparent;box-shadow:rgba(0,0,0,0.2) 0 2px 8px}.ql-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-label{border-color:#ccc}.ql-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-options{border-color:#ccc}.ql-toolbar.ql-snow .ql-color-picker .ql-picker-item.ql-selected,.ql-toolbar.ql-snow .ql-color-picker .ql-picker-item:hover{border-color:#000}.ql-toolbar.ql-snow + .ql-container.ql-snow{border-top:0}.ql-snow .ql-tooltip{background-color:#fff;border:1px solid #ccc;box-shadow:0 0 5px #ddd;color:#444;padding:5px 12px;white-space:nowrap}.ql-snow .ql-tooltip::before{content:"Visit URL:";line-height:26px;margin-right:8px}.ql-snow .ql-tooltip input[type=text]{display:none;border:1px solid #ccc;font-size:13px;height:26px;margin:0;padding:3px 5px;width:170px}.ql-snow .ql-tooltip a.ql-preview{display:inline-block;max-width:200px;overflow-x:hidden;text-overflow:ellipsis;vertical-align:top}.ql-snow .ql-tooltip a.ql-action::after{border-right:1px solid #ccc;content:'Edit';margin-left:16px;padding-right:8px}.ql-snow .ql-tooltip a.ql-remove::before{content:'Remove';margin-left:8px}.ql-snow .ql-tooltip a{line-height:26px}.ql-snow .ql-tooltip.ql-editing a.ql-preview,.ql-snow .ql-tooltip.ql-editing a.ql-remove{display:none}.ql-snow .ql-tooltip.ql-editing input[type=text]{display:inline-block}.ql-snow .ql-tooltip.ql-editing a.ql-action::after{border-right:0;content:'Save';padding-right:0}.ql-snow .ql-tooltip[data-mode=link]::before{content:"Enter link:"}.ql-snow .ql-tooltip[data-mode=formula]::before{content:"Enter formula:"}.ql-snow .ql-tooltip[data-mode=video]::before{content:"Enter video:"}.ql-snow a{color:#06c}.ql-container.ql-snow{border:1px solid #ccc}
.dokan-layout .ql-container{border-bottom-left-radius:.25rem;border-bottom-right-radius:.25rem;border-color:rgb(229, 231, 235, var(--tw-border-opacity, 1))}.dokan-layout .ql-snow.ql-toolbar{display:block;background:#f5f5f6;border-top-left-radius:.25rem;border-top-right-radius:.25rem;border-color:rgb(229, 231, 235, var(--tw-border-opacity, 1))}.dokan-layout .ql-editor{min-height:18em}.dokan-layout .ql-editor:focus-visible{outline-color:var(--dokan-button-border-color, #7047EB) !important}.dokan-layout .ql-editor.ql-blank::before{font-style:normal}
[type=text],input:where(:not([type])),[type=email],[type=url],[type=password],[type=number],[type=date],[type=datetime-local],[type=month],[type=search],[type=tel],[type=time],[type=week],[multiple],textarea,select{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-color:#fff;border-color:var(--colors-gray-500);border-width:1px;border-radius:0;padding:.5rem .75rem;font-size:1rem;line-height:1.5rem;--tw-shadow: 0 0 #0000}[type=text]:focus,input:where(:not([type])):focus,[type=email]:focus,[type=url]:focus,[type=password]:focus,[type=number]:focus,[type=date]:focus,[type=datetime-local]:focus,[type=month]:focus,[type=search]:focus,[type=tel]:focus,[type=time]:focus,[type=week]:focus,[multiple]:focus,textarea:focus,select:focus{outline:2px solid transparent;outline-offset:2px;--tw-ring-inset: var(--tw-empty, );--tw-ring-offset-width: 0px;--tw-ring-offset-color: #fff;--tw-ring-color: var(--colors-blue-600);--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow);border-color:var(--colors-blue-600)}input::-moz-placeholder, textarea::-moz-placeholder{color:var(--colors-gray-500);opacity:1}input::placeholder,textarea::placeholder{color:var(--colors-gray-500);opacity:1}::-webkit-datetime-edit-fields-wrapper{padding:0}::-webkit-date-and-time-value{min-height:1.5em;text-align:inherit}::-webkit-datetime-edit{display:inline-flex}::-webkit-datetime-edit,::-webkit-datetime-edit-year-field,::-webkit-datetime-edit-month-field,::-webkit-datetime-edit-day-field,::-webkit-datetime-edit-hour-field,::-webkit-datetime-edit-minute-field,::-webkit-datetime-edit-second-field,::-webkit-datetime-edit-millisecond-field,::-webkit-datetime-edit-meridiem-field{padding-top:0;padding-bottom:0}select{background-image:url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 fill=%27none%27 viewBox=%270 0 20 20%27%3e%3cpath stroke=%27var%28--colors-gray-500%29%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27 stroke-width=%271.5%27 d=%27M6 8l4 4 4-4%27/%3e%3c/svg%3e");background-position:right .5rem center;background-repeat:no-repeat;background-size:1.5em 1.5em;padding-right:2.5rem;-webkit-print-color-adjust:exact;print-color-adjust:exact}[multiple],[size]:where(select:not([size="1"])){background-image:initial;background-position:initial;background-repeat:unset;background-size:initial;padding-right:.75rem;-webkit-print-color-adjust:unset;print-color-adjust:unset}[type=checkbox],[type=radio]{-webkit-appearance:none;-moz-appearance:none;appearance:none;padding:0;-webkit-print-color-adjust:exact;print-color-adjust:exact;display:inline-block;vertical-align:middle;background-origin:border-box;-webkit-user-select:none;-moz-user-select:none;user-select:none;flex-shrink:0;height:1rem;width:1rem;color:var(--colors-blue-600);background-color:#fff;border-color:var(--colors-gray-500);border-width:1px;--tw-shadow: 0 0 #0000}[type=checkbox]{border-radius:0}[type=radio]{border-radius:100%}[type=checkbox]:focus,[type=radio]:focus{outline:2px solid transparent;outline-offset:2px;--tw-ring-inset: var(--tw-empty, );--tw-ring-offset-width: 2px;--tw-ring-offset-color: #fff;--tw-ring-color: var(--colors-blue-600);--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}[type=checkbox]:checked,[type=radio]:checked{border-color:transparent;background-color:currentColor;background-size:100% 100%;background-position:center;background-repeat:no-repeat}[type=checkbox]:checked{background-image:url("data:image/svg+xml,%3csvg viewBox=%270 0 16 16%27 fill=%27white%27 xmlns=%27http://www.w3.org/2000/svg%27%3e%3cpath d=%27M12.207 4.793a1 1 0 010 1.414l-5 5a1 1 0 01-1.414 0l-2-2a1 1 0 011.414-1.414L6.5 9.086l4.293-4.293a1 1 0 011.414 0z%27/%3e%3c/svg%3e")}@media (forced-colors: active){[type=checkbox]:checked{-webkit-appearance:auto;-moz-appearance:auto;appearance:auto}}[type=radio]:checked{background-image:url("data:image/svg+xml,%3csvg viewBox=%270 0 16 16%27 fill=%27white%27 xmlns=%27http://www.w3.org/2000/svg%27%3e%3ccircle cx=%278%27 cy=%278%27 r=%273%27/%3e%3c/svg%3e")}@media (forced-colors: active){[type=radio]:checked{-webkit-appearance:auto;-moz-appearance:auto;appearance:auto}}[type=checkbox]:checked:hover,[type=checkbox]:checked:focus,[type=radio]:checked:hover,[type=radio]:checked:focus{border-color:transparent;background-color:currentColor}[type=checkbox]:indeterminate{background-image:url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 fill=%27none%27 viewBox=%270 0 16 16%27%3e%3cpath stroke=%27white%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27 stroke-width=%272%27 d=%27M4 8h8%27/%3e%3c/svg%3e");border-color:transparent;background-color:currentColor;background-size:100% 100%;background-position:center;background-repeat:no-repeat}@media (forced-colors: active){[type=checkbox]:indeterminate{-webkit-appearance:auto;-moz-appearance:auto;appearance:auto}}[type=checkbox]:indeterminate:hover,[type=checkbox]:indeterminate:focus{border-color:transparent;background-color:currentColor}[type=file]{background:unset;border-color:inherit;border-width:0;border-radius:0;padding:0;font-size:unset;line-height:inherit}[type=file]:focus{outline:1px solid ButtonText;outline:1px auto -webkit-focus-ring-color}:root{--colors-primary-50: #EFEAFF;--colors-primary-100: #CEBEFC;--colors-primary-200: #BFACF9;--colors-primary-300: #AB92F6;--colors-primary-400: #997AF3;--colors-primary-500: #8460EF;--colors-primary-600: #7047EB;--colors-primary-700: #5B32DA;--colors-primary-800: #461ACA;--colors-primary-900: #370EB1;--colors-danger-50: #F8E3E6;--colors-danger-100: #F0C5C9;--colors-danger-200: #E2A1A9;--colors-danger-300: #E68F99;--colors-danger-400: #DE6F7A;--colors-danger-500: #E64B5F;--colors-danger-600: #CD414C;--colors-danger-700: #B92F37;--colors-danger-800: #9F2225;--colors-danger-900: #7F191C;--colors-gray-50: #F8F9F8;--colors-gray-100: #F1F1F4;--colors-gray-200: #E9E9E9;--colors-gray-300: #D3D3D3;--colors-gray-400: #A5A5AA;--colors-gray-500: #828282;--colors-gray-600: #5B5B60;--colors-gray-700: #575757;--colors-gray-800: #393939;--colors-gray-900: #25252D;--colors-yellow-50: #FAEDCD;--colors-yellow-100: #F7E5B6;--colors-yellow-200: #F3DCA3;--colors-yellow-300: #F1D690;--colors-yellow-400: #EDCD7E;--colors-yellow-500: #EBC569;--colors-yellow-600: #EFBB40;--colors-yellow-700: #E4B54C;--colors-yellow-800: #DBA940;--colors-yellow-900: #D29E37;--colors-green-50: #E8F5F3;--colors-green-100: #D4FBEF;--colors-green-200: #BBF7D0;--colors-green-300: #88E2C5;--colors-green-400: #22C55E;--colors-green-500: #35B535;--colors-green-600: #00BC8B;--colors-green-700: #008864;--colors-green-800: #00563F;--colors-green-900: #013220;--colors-red-50: #F8E3E6;--colors-red-100: #F0C5C9;--colors-red-200: #E2A1A9;--colors-red-300: #E68F99;--colors-red-400: #DE6F7A;--colors-red-500: #E64B5F;--colors-red-600: #CD414C;--colors-red-700: #B92F37;--colors-red-800: #9F2225;--colors-red-900: #7F191C;--colors-blue-50: #EFF6FF;--colors-blue-100: #DBEAFE;--colors-blue-200: #BFDBFE;--colors-blue-300: #93C5FD;--colors-blue-400: #60A5FA;--colors-blue-500: #3B82F6;--colors-blue-600: #2563EB;--colors-blue-700: #1D4ED8;--colors-blue-800: #2947BF;--colors-blue-900: #1E3A8A;--colors-pink-50: #FDF2F8;--colors-pink-100: #FCE7F3;--colors-pink-200: #FBCFE8;--colors-pink-300: #F9A8D4;--colors-pink-400: #ECA6C0;--colors-pink-500: #EC4899;--colors-pink-600: #DB2777;--colors-pink-700: #BE185D;--colors-pink-800: #9D174D;--colors-pink-900: #831843;--colors-amber-50: #fffbeb;--colors-amber-100: #fef3c7;--colors-amber-200: #fde68a;--colors-amber-300: #fcd34d;--colors-amber-400: #fbbf24;--colors-amber-500: #f59e0b;--colors-amber-600: #d97706;--colors-amber-700: #b45309;--colors-amber-800: #92400e;--colors-amber-900: #78350f;--colors-amber-950: #451a03;--colors-cyan-50: #ecfeff;--colors-cyan-100: #cffafe;--colors-cyan-200: #a5f3fc;--colors-cyan-300: #67e8f9;--colors-cyan-400: #22d3ee;--colors-cyan-500: #06b6d4;--colors-cyan-600: #0891b2;--colors-cyan-700: #0e7490;--colors-cyan-800: #155e75;--colors-cyan-900: #164e63;--colors-cyan-950: #083344;--colors-emerald-50: #ecfdf5;--colors-emerald-100: #d1fae5;--colors-emerald-200: #a7f3d0;--colors-emerald-300: #6ee7b7;--colors-emerald-400: #34d399;--colors-emerald-500: #10b981;--colors-emerald-600: #059669;--colors-emerald-700: #047857;--colors-emerald-800: #065f46;--colors-emerald-900: #064e3b;--colors-emerald-950: #022c22;--colors-fuchsia-50: #fdf4ff;--colors-fuchsia-100: #fae8ff;--colors-fuchsia-200: #f5d0fe;--colors-fuchsia-300: #f0abfc;--colors-fuchsia-400: #e879f9;--colors-fuchsia-500: #d946ef;--colors-fuchsia-600: #c026d3;--colors-fuchsia-700: #a21caf;--colors-fuchsia-800: #86198f;--colors-fuchsia-900: #701a75;--colors-fuchsia-950: #4a044e;--colors-indigo-50: #eef2ff;--colors-indigo-100: #e0e7ff;--colors-indigo-200: #c7d2fe;--colors-indigo-300: #a5b4fc;--colors-indigo-400: #818cf8;--colors-indigo-500: #6366f1;--colors-indigo-600: #4f46e5;--colors-indigo-700: #4338ca;--colors-indigo-800: #3730a3;--colors-indigo-900: #312e81;--colors-indigo-950: #1e1b4b;--colors-lime-50: #f7fee7;--colors-lime-100: #ecfccb;--colors-lime-200: #d9f99d;--colors-lime-300: #bef264;--colors-lime-400: #a3e635;--colors-lime-500: #84cc16;--colors-lime-600: #65a30d;--colors-lime-700: #4d7c0f;--colors-lime-800: #3f6212;--colors-lime-900: #365314;--colors-lime-950: #1a2e05;--colors-orange-50: #fff7ed;--colors-orange-100: #ffedd5;--colors-orange-200: #fed7aa;--colors-orange-300: #fdba74;--colors-orange-400: #fb923c;--colors-orange-500: #f97316;--colors-orange-600: #ea580c;--colors-orange-700: #c2410c;--colors-orange-800: #9a3412;--colors-orange-900: #7c2d12;--colors-orange-950: #431407;--colors-purple-50: #faf5ff;--colors-purple-100: #f3e8ff;--colors-purple-200: #e9d5ff;--colors-purple-300: #d8b4fe;--colors-purple-400: #c084fc;--colors-purple-500: #a855f7;--colors-purple-600: #9333ea;--colors-purple-700: #7e22ce;--colors-purple-800: #6b21a8;--colors-purple-900: #581c87;--colors-purple-950: #3b0764;--colors-rose-50: #fff1f2;--colors-rose-100: #ffe4e6;--colors-rose-200: #fecdd3;--colors-rose-300: #fda4af;--colors-rose-400: #fb7185;--colors-rose-500: #f43f5e;--colors-rose-600: #e11d48;--colors-rose-700: #be123c;--colors-rose-800: #9f1239;--colors-rose-900: #881337;--colors-rose-950: #4c0519;--colors-sky-50: #f0f9ff;--colors-sky-100: #e0f2fe;--colors-sky-200: #bae6fd;--colors-sky-300: #7dd3fc;--colors-sky-400: #38bdf8;--colors-sky-500: #0ea5e9;--colors-sky-600: #0284c7;--colors-sky-700: #0369a1;--colors-sky-800: #075985;--colors-sky-900: #0c4a6e;--colors-sky-950: #082f49;--colors-teal-50: #f0fdfa;--colors-teal-100: #ccfbf1;--colors-teal-200: #99f6e4;--colors-teal-300: #5eead4;--colors-teal-400: #2dd4bf;--colors-teal-500: #14b8a6;--colors-teal-600: #0d9488;--colors-teal-700: #0f766e;--colors-teal-800: #115e59;--colors-teal-900: #134e4a;--colors-teal-950: #042f2e;--colors-violet-50: #f5f3ff;--colors-violet-100: #ede9fe;--colors-violet-200: #ddd6fe;--colors-violet-300: #c4b5fd;--colors-violet-400: #a78bfa;--colors-violet-500: #8b5cf6;--colors-violet-600: #7c3aed;--colors-violet-700: #6d28d9;--colors-violet-800: #5b21b6;--colors-violet-900: #4c1d95;--colors-violet-950: #2e1065}*,: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(147 197 253 / .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: }::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(147 197 253 / .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: }.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}}.dokan-layout :is(.sr-only){position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border-width:0}.dokan-layout :is(.pointer-events-none){pointer-events:none}.dokan-layout :is(.pointer-events-auto){pointer-events:auto}.dokan-layout :is(.visible){visibility:visible}.dokan-layout :is(.collapse){visibility:collapse}.dokan-layout :is(.fixed){position:fixed}.dokan-layout :is(.absolute){position:absolute}.dokan-layout :is(.relative){position:relative}.dokan-layout :is(.inset-0){top:0;right:0;bottom:0;left:0}.dokan-layout :is(.inset-y-0){top:0;bottom:0}.dokan-layout :is(.-left-12){left:-3rem}.dokan-layout :is(.-right-12){right:-3rem}.dokan-layout :is(.left-0){left:0}.dokan-layout :is(.left-2){left:.5rem}.dokan-layout :is(.right-0){right:0}.dokan-layout :is(.right-2){right:.5rem}.dokan-layout :is(.right-2\.5){right:.625rem}.dokan-layout :is(.top-0){top:0}.dokan-layout :is(.top-1\/2){top:50%}.dokan-layout :is(.top-2){top:.5rem}.dokan-layout :is(.z-10){z-index:10}.dokan-layout :is(.z-20){z-index:20}.dokan-layout :is(.z-40){z-index:40}.dokan-layout :is(.z-50){z-index:50}.dokan-layout :is(.-mx-1){margin-left:-.25rem;margin-right:-.25rem}.dokan-layout :is(.-mx-1\.5){margin-left:-.375rem;margin-right:-.375rem}.dokan-layout :is(.-my-1){margin-top:-.25rem;margin-bottom:-.25rem}.dokan-layout :is(.-my-1\.5){margin-top:-.375rem;margin-bottom:-.375rem}.dokan-layout :is(.mx-4){margin-left:1rem;margin-right:1rem}.dokan-layout :is(.mx-auto){margin-left:auto;margin-right:auto}.dokan-layout :is(.my-1){margin-top:.25rem;margin-bottom:.25rem}.dokan-layout :is(.my-2){margin-top:.5rem;margin-bottom:.5rem}.dokan-layout :is(.-ml-px){margin-left:-1px}.dokan-layout :is(.mb-1){margin-bottom:.25rem}.dokan-layout :is(.mb-2){margin-bottom:.5rem}.dokan-layout :is(.me-3){margin-inline-end:.75rem}.dokan-layout :is(.ml-1){margin-left:.25rem}.dokan-layout :is(.ml-2){margin-left:.5rem}.dokan-layout :is(.ml-3){margin-left:.75rem}.dokan-layout :is(.ml-auto){margin-left:auto}.dokan-layout :is(.mr-1){margin-right:.25rem}.dokan-layout :is(.ms-0){margin-inline-start:0px}.dokan-layout :is(.ms-0\.5){margin-inline-start:.125rem}.dokan-layout :is(.ms-1){margin-inline-start:.25rem}.dokan-layout :is(.ms-2){margin-inline-start:.5rem}.dokan-layout :is(.ms-2\.5){margin-inline-start:.625rem}.dokan-layout :is(.ms-3){margin-inline-start:.75rem}.dokan-layout :is(.mt-1){margin-top:.25rem}.dokan-layout :is(.mt-1\.5){margin-top:.375rem}.dokan-layout :is(.mt-2){margin-top:.5rem}.dokan-layout :is(.mt-2\.5){margin-top:.625rem}.dokan-layout :is(.mt-3){margin-top:.75rem}.dokan-layout :is(.mt-4){margin-top:1rem}.dokan-layout :is(.mt-5){margin-top:1.25rem}.dokan-layout :is(.mt-6){margin-top:1.5rem}.dokan-layout :is(.block){display:block}.dokan-layout :is(.inline-block){display:inline-block}.dokan-layout :is(.flex){display:flex}.dokan-layout :is(.inline-flex){display:inline-flex}.dokan-layout :is(.contents){display:contents}.dokan-layout :is(.hidden){display:none}.dokan-layout :is(.h-10){height:2.5rem}.dokan-layout :is(.h-3){height:.75rem}.dokan-layout :is(.h-3\.5){height:.875rem}.dokan-layout :is(.h-4){height:1rem}.dokan-layout :is(.h-5){height:1.25rem}.dokan-layout :is(.h-6){height:1.5rem}.dokan-layout :is(.h-96){height:24rem}.dokan-layout :is(.h-\[30px\]){height:30px}.dokan-layout :is(.h-\[var\(--radix-select-trigger-height\)\]){height:var(--radix-select-trigger-height)}.dokan-layout :is(.h-full){height:100%}.dokan-layout :is(.h-px){height:1px}.dokan-layout :is(.h-screen){height:100vh}.dokan-layout :is(.max-h-60){max-height:15rem}.dokan-layout :is(.min-h-screen){min-height:100vh}.dokan-layout :is(.w-0){width:0px}.dokan-layout :is(.w-10){width:2.5rem}.dokan-layout :is(.w-3){width:.75rem}.dokan-layout :is(.w-3\.5){width:.875rem}.dokan-layout :is(.w-32){width:8rem}.dokan-layout :is(.w-4){width:1rem}.dokan-layout :is(.w-5){width:1.25rem}.dokan-layout :is(.w-6){width:1.5rem}.dokan-layout :is(.w-72){width:18rem}.dokan-layout :is(.w-80){width:20rem}.dokan-layout :is(.w-\[--radix-select-trigger-width\]){width:var(--radix-select-trigger-width)}.dokan-layout :is(.w-full){width:100%}.dokan-layout :is(.min-w-\[8rem\]){min-width:8rem}.dokan-layout :is(.min-w-\[var\(--radix-select-trigger-width\)\]){min-width:var(--radix-select-trigger-width)}.dokan-layout :is(.max-w-2xl){max-width:42rem}.dokan-layout :is(.max-w-md){max-width:28rem}.dokan-layout :is(.max-w-xl){max-width:36rem}.dokan-layout :is(.max-w-xs){max-width:20rem}.dokan-layout :is(.flex-1){flex:1 1 0%}.dokan-layout :is(.flex-none){flex:none}.dokan-layout :is(.flex-shrink-0){flex-shrink:0}.dokan-layout :is(.flex-grow){flex-grow:1}.dokan-layout :is(.-translate-x-full){--tw-translate-x: -100%;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.dokan-layout :is(.-translate-y-1\/2){--tw-translate-y: -50%;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.dokan-layout :is(.translate-x-0){--tw-translate-x: 0px;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.dokan-layout :is(.translate-x-1){--tw-translate-x: .25rem;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.dokan-layout :is(.translate-x-6){--tw-translate-x: 1.5rem;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.dokan-layout :is(.translate-x-full){--tw-translate-x: 100%;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.dokan-layout :is(.rotate-0){--tw-rotate: 0deg;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.dokan-layout :is(.scale-100){--tw-scale-x: 1;--tw-scale-y: 1;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.dokan-layout :is(.scale-95){--tw-scale-x: .95;--tw-scale-y: .95;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.dokan-layout :is(.transform){transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}@keyframes spin{to{transform:rotate(360deg)}}.dokan-layout :is(.animate-spin){animation:spin 1s linear infinite}.dokan-layout :is(.cursor-default){cursor:default}.dokan-layout :is(.cursor-not-allowed){cursor:not-allowed}.dokan-layout :is(.cursor-pointer){cursor:pointer}.dokan-layout :is(.select-none){-webkit-user-select:none;-moz-user-select:none;user-select:none}.dokan-layout :is(.appearance-none){-webkit-appearance:none;-moz-appearance:none;appearance:none}.dokan-layout :is(.flex-col){flex-direction:column}.dokan-layout :is(.flex-wrap){flex-wrap:wrap}.dokan-layout :is(.items-start){align-items:flex-start}.dokan-layout :is(.items-center){align-items:center}.dokan-layout :is(.items-stretch){align-items:stretch}.dokan-layout :is(.justify-start){justify-content:flex-start}.dokan-layout :is(.justify-end){justify-content:flex-end}.dokan-layout :is(.justify-center){justify-content:center}.dokan-layout :is(.justify-between){justify-content:space-between}.dokan-layout :is(.gap-1){gap:.25rem}.dokan-layout :is(.gap-2){gap:.5rem}.dokan-layout :is(.space-x-1>:not([hidden])~:not([hidden])){--tw-space-x-reverse: 0;margin-right:calc(.25rem * var(--tw-space-x-reverse));margin-left:calc(.25rem * calc(1 - var(--tw-space-x-reverse)))}.dokan-layout :is(.space-x-1\.5>:not([hidden])~:not([hidden])){--tw-space-x-reverse: 0;margin-right:calc(.375rem * var(--tw-space-x-reverse));margin-left:calc(.375rem * calc(1 - var(--tw-space-x-reverse)))}.dokan-layout :is(.space-x-4>:not([hidden])~:not([hidden])){--tw-space-x-reverse: 0;margin-right:calc(1rem * var(--tw-space-x-reverse));margin-left:calc(1rem * calc(1 - var(--tw-space-x-reverse)))}.dokan-layout :is(.space-y-0>:not([hidden])~:not([hidden])){--tw-space-y-reverse: 0;margin-top:calc(0px * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(0px * var(--tw-space-y-reverse))}.dokan-layout :is(.space-y-1>:not([hidden])~:not([hidden])){--tw-space-y-reverse: 0;margin-top:calc(.25rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.25rem * var(--tw-space-y-reverse))}.dokan-layout :is(.space-y-5>:not([hidden])~:not([hidden])){--tw-space-y-reverse: 0;margin-top:calc(1.25rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(1.25rem * var(--tw-space-y-reverse))}.dokan-layout :is(.self-center){align-self:center}.dokan-layout :is(.overflow-auto){overflow:auto}.dokan-layout :is(.overflow-hidden){overflow:hidden}.dokan-layout :is(.overflow-y-auto){overflow-y:auto}.dokan-layout :is(.whitespace-nowrap){white-space:nowrap}.dokan-layout :is(.rounded){border-radius:5px}.dokan-layout :is(.rounded-\[4px\]){border-radius:4px}.dokan-layout :is(.rounded-full){border-radius:9999px}.dokan-layout :is(.rounded-lg){border-radius:.5rem}.dokan-layout :is(.rounded-md){border-radius:.375rem}.dokan-layout :is(.rounded-none){border-radius:0}.dokan-layout :is(.rounded-sm){border-radius:.125rem}.dokan-layout :is(.rounded-l){border-top-left-radius:5px;border-bottom-left-radius:5px}.dokan-layout :is(.rounded-l-none){border-top-left-radius:0;border-bottom-left-radius:0}.dokan-layout :is(.rounded-r){border-top-right-radius:5px;border-bottom-right-radius:5px}.dokan-layout :is(.rounded-r-lg){border-top-right-radius:.5rem;border-bottom-right-radius:.5rem}.dokan-layout :is(.rounded-r-none){border-top-right-radius:0;border-bottom-right-radius:0}.dokan-layout :is(.rounded-bl){border-bottom-left-radius:5px}.dokan-layout :is(.rounded-br){border-bottom-right-radius:5px}.dokan-layout :is(.rounded-tl){border-top-left-radius:5px}.dokan-layout :is(.rounded-tr){border-top-right-radius:5px}.dokan-layout :is(.\!border){border-width:1px!important}.dokan-layout :is(.\!border-2){border-width:2px!important}.dokan-layout :is(.border){border-width:1px}.dokan-layout :is(.border-0){border-width:0px}.dokan-layout :is(.border-b){border-bottom-width:1px}.dokan-layout :is(.border-l){border-left-width:1px}.dokan-layout :is(.border-l-2){border-left-width:2px}.dokan-layout :is(.border-r-0){border-right-width:0px}.dokan-layout :is(.border-t){border-top-width:1px}.dokan-layout :is(.border-none){border-style:none}.dokan-layout :is(.\!border-danger-500){border-color:var(--colors-danger-500)!important}.dokan-layout :is(.\!border-gray-200){border-color:var(--colors-gray-200)!important}.dokan-layout :is(.\!border-primary-500){border-color:var(--colors-primary-500)!important}.dokan-layout :is(.border-amber-600){border-color:var(--colors-amber-600)}.dokan-layout :is(.border-blue-600){border-color:var(--colors-blue-600)}.dokan-layout :is(.border-cyan-600){border-color:var(--colors-cyan-600)}.dokan-layout :is(.border-danger-600){border-color:var(--colors-danger-600)}.dokan-layout :is(.border-emerald-600){border-color:var(--colors-emerald-600)}.dokan-layout :is(.border-fuchsia-600){border-color:var(--colors-fuchsia-600)}.dokan-layout :is(.border-gray-200){border-color:var(--colors-gray-200)}.dokan-layout :is(.border-gray-300){border-color:var(--colors-gray-300)}.dokan-layout :is(.border-gray-600){border-color:var(--colors-gray-600)}.dokan-layout :is(.border-green-600){border-color:var(--colors-green-600)}.dokan-layout :is(.border-indigo-600){border-color:var(--colors-indigo-600)}.dokan-layout :is(.border-lime-600){border-color:var(--colors-lime-600)}.dokan-layout :is(.border-orange-600){border-color:var(--colors-orange-600)}.dokan-layout :is(.border-pink-600){--tw-border-opacity: 1;border-color:rgb(219 39 119 / var(--tw-border-opacity))}.dokan-layout :is(.border-primary-400){border-color:var(--colors-primary-400)}.dokan-layout :is(.border-primary-600){border-color:var(--colors-primary-600)}.dokan-layout :is(.border-purple-600){border-color:var(--colors-purple-600)}.dokan-layout :is(.border-red-300){border-color:var(--colors-red-300)}.dokan-layout :is(.border-red-600){border-color:var(--colors-red-600)}.dokan-layout :is(.border-rose-600){border-color:var(--colors-rose-600)}.dokan-layout :is(.border-sky-600){border-color:var(--colors-sky-600)}.dokan-layout :is(.border-teal-600){border-color:var(--colors-teal-600)}.dokan-layout :is(.border-transparent){border-color:transparent}.dokan-layout :is(.border-violet-600){border-color:var(--colors-violet-600)}.dokan-layout :is(.border-yellow-600){border-color:var(--colors-yellow-600)}.dokan-layout :is(.bg-\[\#EAEAEA\]){--tw-bg-opacity: 1;background-color:rgb(234 234 234 / var(--tw-bg-opacity))}.dokan-layout :is(.bg-amber-200){background-color:var(--colors-amber-200)}.dokan-layout :is(.bg-amber-50){background-color:var(--colors-amber-50)}.dokan-layout :is(.bg-amber-500){background-color:var(--colors-amber-500)}.dokan-layout :is(.bg-amber-600){background-color:var(--colors-amber-600)}.dokan-layout :is(.bg-black){--tw-bg-opacity: 1;background-color:rgb(0 0 0 / var(--tw-bg-opacity))}.dokan-layout :is(.bg-blue-100){background-color:var(--colors-blue-100)}.dokan-layout :is(.bg-blue-200){background-color:var(--colors-blue-200)}.dokan-layout :is(.bg-blue-50){background-color:var(--colors-blue-50)}.dokan-layout :is(.bg-blue-500){background-color:var(--colors-blue-500)}.dokan-layout :is(.bg-blue-600){background-color:var(--colors-blue-600)}.dokan-layout :is(.bg-cyan-200){background-color:var(--colors-cyan-200)}.dokan-layout :is(.bg-cyan-50){background-color:var(--colors-cyan-50)}.dokan-layout :is(.bg-cyan-500){background-color:var(--colors-cyan-500)}.dokan-layout :is(.bg-cyan-600){background-color:var(--colors-cyan-600)}.dokan-layout :is(.bg-danger-200){background-color:var(--colors-danger-200)}.dokan-layout :is(.bg-danger-500){background-color:var(--colors-danger-500)}.dokan-layout :is(.bg-danger-600){background-color:var(--colors-danger-600)}.dokan-layout :is(.bg-emerald-200){background-color:var(--colors-emerald-200)}.dokan-layout :is(.bg-emerald-50){background-color:var(--colors-emerald-50)}.dokan-layout :is(.bg-emerald-500){background-color:var(--colors-emerald-500)}.dokan-layout :is(.bg-emerald-600){background-color:var(--colors-emerald-600)}.dokan-layout :is(.bg-fuchsia-200){background-color:var(--colors-fuchsia-200)}.dokan-layout :is(.bg-fuchsia-50){background-color:var(--colors-fuchsia-50)}.dokan-layout :is(.bg-fuchsia-500){background-color:var(--colors-fuchsia-500)}.dokan-layout :is(.bg-fuchsia-600){background-color:var(--colors-fuchsia-600)}.dokan-layout :is(.bg-gray-100){background-color:var(--colors-gray-100)}.dokan-layout :is(.bg-gray-200){background-color:var(--colors-gray-200)}.dokan-layout :is(.bg-gray-50){background-color:var(--colors-gray-50)}.dokan-layout :is(.bg-gray-500){background-color:var(--colors-gray-500)}.dokan-layout :is(.bg-gray-600){background-color:var(--colors-gray-600)}.dokan-layout :is(.bg-green-200){background-color:var(--colors-green-200)}.dokan-layout :is(.bg-green-50){background-color:var(--colors-green-50)}.dokan-layout :is(.bg-green-500){background-color:var(--colors-green-500)}.dokan-layout :is(.bg-green-600){background-color:var(--colors-green-600)}.dokan-layout :is(.bg-indigo-200){background-color:var(--colors-indigo-200)}.dokan-layout :is(.bg-indigo-50){background-color:var(--colors-indigo-50)}.dokan-layout :is(.bg-indigo-500){background-color:var(--colors-indigo-500)}.dokan-layout :is(.bg-indigo-600){background-color:var(--colors-indigo-600)}.dokan-layout :is(.bg-lime-200){background-color:var(--colors-lime-200)}.dokan-layout :is(.bg-lime-50){background-color:var(--colors-lime-50)}.dokan-layout :is(.bg-lime-500){background-color:var(--colors-lime-500)}.dokan-layout :is(.bg-lime-600){background-color:var(--colors-lime-600)}.dokan-layout :is(.bg-orange-200){background-color:var(--colors-orange-200)}.dokan-layout :is(.bg-orange-50){background-color:var(--colors-orange-50)}.dokan-layout :is(.bg-orange-500){background-color:var(--colors-orange-500)}.dokan-layout :is(.bg-orange-600){background-color:var(--colors-orange-600)}.dokan-layout :is(.bg-pink-200){--tw-bg-opacity: 1;background-color:rgb(251 207 232 / var(--tw-bg-opacity))}.dokan-layout :is(.bg-pink-50){--tw-bg-opacity: 1;background-color:rgb(253 242 248 / var(--tw-bg-opacity))}.dokan-layout :is(.bg-pink-500){--tw-bg-opacity: 1;background-color:rgb(236 72 153 / var(--tw-bg-opacity))}.dokan-layout :is(.bg-pink-600){--tw-bg-opacity: 1;background-color:rgb(219 39 119 / var(--tw-bg-opacity))}.dokan-layout :is(.bg-primary-100){background-color:var(--colors-primary-100)}.dokan-layout :is(.bg-primary-200){background-color:var(--colors-primary-200)}.dokan-layout :is(.bg-primary-50){background-color:var(--colors-primary-50)}.dokan-layout :is(.bg-primary-500){background-color:var(--colors-primary-500)}.dokan-layout :is(.bg-primary-600){background-color:var(--colors-primary-600)}.dokan-layout :is(.bg-purple-200){background-color:var(--colors-purple-200)}.dokan-layout :is(.bg-purple-50){background-color:var(--colors-purple-50)}.dokan-layout :is(.bg-purple-500){background-color:var(--colors-purple-500)}.dokan-layout :is(.bg-purple-600){background-color:var(--colors-purple-600)}.dokan-layout :is(.bg-red-200){background-color:var(--colors-red-200)}.dokan-layout :is(.bg-red-50){background-color:var(--colors-red-50)}.dokan-layout :is(.bg-red-500){background-color:var(--colors-red-500)}.dokan-layout :is(.bg-red-600){background-color:var(--colors-red-600)}.dokan-layout :is(.bg-rose-200){background-color:var(--colors-rose-200)}.dokan-layout :is(.bg-rose-50){background-color:var(--colors-rose-50)}.dokan-layout :is(.bg-rose-500){background-color:var(--colors-rose-500)}.dokan-layout :is(.bg-rose-600){background-color:var(--colors-rose-600)}.dokan-layout :is(.bg-sky-200){background-color:var(--colors-sky-200)}.dokan-layout :is(.bg-sky-50){background-color:var(--colors-sky-50)}.dokan-layout :is(.bg-sky-500){background-color:var(--colors-sky-500)}.dokan-layout :is(.bg-sky-600){background-color:var(--colors-sky-600)}.dokan-layout :is(.bg-slate-300){--tw-bg-opacity: 1;background-color:rgb(203 213 225 / var(--tw-bg-opacity))}.dokan-layout :is(.bg-teal-200){background-color:var(--colors-teal-200)}.dokan-layout :is(.bg-teal-50){background-color:var(--colors-teal-50)}.dokan-layout :is(.bg-teal-500){background-color:var(--colors-teal-500)}.dokan-layout :is(.bg-teal-600){background-color:var(--colors-teal-600)}.dokan-layout :is(.bg-transparent){background-color:transparent}.dokan-layout :is(.bg-violet-200){background-color:var(--colors-violet-200)}.dokan-layout :is(.bg-violet-50){background-color:var(--colors-violet-50)}.dokan-layout :is(.bg-violet-500){background-color:var(--colors-violet-500)}.dokan-layout :is(.bg-violet-600){background-color:var(--colors-violet-600)}.dokan-layout :is(.bg-white){--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity))}.dokan-layout :is(.bg-yellow-200){background-color:var(--colors-yellow-200)}.dokan-layout :is(.bg-yellow-50){background-color:var(--colors-yellow-50)}.dokan-layout :is(.bg-yellow-500){background-color:var(--colors-yellow-500)}.dokan-layout :is(.bg-yellow-600){background-color:var(--colors-yellow-600)}.dokan-layout :is(.bg-opacity-75){--tw-bg-opacity: .75}.dokan-layout :is(.fill-black){fill:#000}.dokan-layout :is(.p-0){padding:0}.dokan-layout :is(.p-1){padding:.25rem}.dokan-layout :is(.p-1\.5){padding:.375rem}.dokan-layout :is(.p-2){padding:.5rem}.dokan-layout :is(.p-4){padding:1rem}.dokan-layout :is(.p-6){padding:1.5rem}.dokan-layout :is(.px-1){padding-left:.25rem;padding-right:.25rem}.dokan-layout :is(.px-1\.5){padding-left:.375rem;padding-right:.375rem}.dokan-layout :is(.px-2){padding-left:.5rem;padding-right:.5rem}.dokan-layout :is(.px-3){padding-left:.75rem;padding-right:.75rem}.dokan-layout :is(.px-4){padding-left:1rem;padding-right:1rem}.dokan-layout :is(.px-5){padding-left:1.25rem;padding-right:1.25rem}.dokan-layout :is(.px-6){padding-left:1.5rem;padding-right:1.5rem}.dokan-layout :is(.py-1){padding-top:.25rem;padding-bottom:.25rem}.dokan-layout :is(.py-1\.5){padding-top:.375rem;padding-bottom:.375rem}.dokan-layout :is(.py-2){padding-top:.5rem;padding-bottom:.5rem}.dokan-layout :is(.py-2\.5){padding-top:.625rem;padding-bottom:.625rem}.dokan-layout :is(.py-4){padding-top:1rem;padding-bottom:1rem}.dokan-layout :is(.pb-0){padding-bottom:0}.dokan-layout :is(.pb-4){padding-bottom:1rem}.dokan-layout :is(.pe-2){padding-inline-end:.5rem}.dokan-layout :is(.pe-3){padding-inline-end:.75rem}.dokan-layout :is(.pl-0){padding-left:0}.dokan-layout :is(.pl-10){padding-left:2.5rem}.dokan-layout :is(.pl-3){padding-left:.75rem}.dokan-layout :is(.pr-2){padding-right:.5rem}.dokan-layout :is(.pr-3){padding-right:.75rem}.dokan-layout :is(.ps-3){padding-inline-start:.75rem}.dokan-layout :is(.ps-8){padding-inline-start:2rem}.dokan-layout :is(.pt-0){padding-top:0}.dokan-layout :is(.pt-0\.5){padding-top:.125rem}.dokan-layout :is(.pt-2){padding-top:.5rem}.dokan-layout :is(.pt-5){padding-top:1.25rem}.dokan-layout :is(.text-left){text-align:left}.dokan-layout :is(.text-center){text-align:center}.dokan-layout :is(.align-middle){vertical-align:middle}.dokan-layout :is(.text-base){font-size:1rem;line-height:1.5rem}.dokan-layout :is(.text-lg){font-size:1.125rem;line-height:1.75rem}.dokan-layout :is(.text-sm){font-size:.875rem;line-height:1.25rem}.dokan-layout :is(.text-xl){font-size:1.25rem;line-height:1.75rem}.dokan-layout :is(.text-xs){font-size:.75rem;line-height:1rem}.dokan-layout :is(.font-medium){font-weight:500}.dokan-layout :is(.font-semibold){font-weight:600}.dokan-layout :is(.uppercase){text-transform:uppercase}.dokan-layout :is(.leading-4){line-height:1rem}.dokan-layout :is(.leading-5){line-height:1.25rem}.dokan-layout :is(.leading-\[21px\]){line-height:21px}.dokan-layout :is(.leading-none){line-height:1}.dokan-layout :is(.text-\[\#4F4F4F\]){--tw-text-opacity: 1;color:rgb(79 79 79 / var(--tw-text-opacity))}.dokan-layout :is(.text-\[\#575757\]){--tw-text-opacity: 1;color:rgb(87 87 87 / var(--tw-text-opacity))}.dokan-layout :is(.text-amber-400){color:var(--colors-amber-400)}.dokan-layout :is(.text-amber-500){color:var(--colors-amber-500)}.dokan-layout :is(.text-amber-600){color:var(--colors-amber-600)}.dokan-layout :is(.text-amber-800){color:var(--colors-amber-800)}.dokan-layout :is(.text-amber-900){color:var(--colors-amber-900)}.dokan-layout :is(.text-blue-400){color:var(--colors-blue-400)}.dokan-layout :is(.text-blue-500){color:var(--colors-blue-500)}.dokan-layout :is(.text-blue-600){color:var(--colors-blue-600)}.dokan-layout :is(.text-blue-800){color:var(--colors-blue-800)}.dokan-layout :is(.text-blue-900){color:var(--colors-blue-900)}.dokan-layout :is(.text-cyan-400){color:var(--colors-cyan-400)}.dokan-layout :is(.text-cyan-500){color:var(--colors-cyan-500)}.dokan-layout :is(.text-cyan-600){color:var(--colors-cyan-600)}.dokan-layout :is(.text-cyan-800){color:var(--colors-cyan-800)}.dokan-layout :is(.text-cyan-900){color:var(--colors-cyan-900)}.dokan-layout :is(.text-danger-400){color:var(--colors-danger-400)}.dokan-layout :is(.text-danger-500){color:var(--colors-danger-500)}.dokan-layout :is(.text-danger-600){color:var(--colors-danger-600)}.dokan-layout :is(.text-danger-900){color:var(--colors-danger-900)}.dokan-layout :is(.text-emerald-400){color:var(--colors-emerald-400)}.dokan-layout :is(.text-emerald-500){color:var(--colors-emerald-500)}.dokan-layout :is(.text-emerald-600){color:var(--colors-emerald-600)}.dokan-layout :is(.text-emerald-800){color:var(--colors-emerald-800)}.dokan-layout :is(.text-emerald-900){color:var(--colors-emerald-900)}.dokan-layout :is(.text-fuchsia-400){color:var(--colors-fuchsia-400)}.dokan-layout :is(.text-fuchsia-500){color:var(--colors-fuchsia-500)}.dokan-layout :is(.text-fuchsia-600){color:var(--colors-fuchsia-600)}.dokan-layout :is(.text-fuchsia-800){color:var(--colors-fuchsia-800)}.dokan-layout :is(.text-fuchsia-900){color:var(--colors-fuchsia-900)}.dokan-layout :is(.text-gray-400){color:var(--colors-gray-400)}.dokan-layout :is(.text-gray-50){color:var(--colors-gray-50)}.dokan-layout :is(.text-gray-500){color:var(--colors-gray-500)}.dokan-layout :is(.text-gray-600){color:var(--colors-gray-600)}.dokan-layout :is(.text-gray-700){color:var(--colors-gray-700)}.dokan-layout :is(.text-gray-800){color:var(--colors-gray-800)}.dokan-layout :is(.text-gray-900){color:var(--colors-gray-900)}.dokan-layout :is(.text-green-400){color:var(--colors-green-400)}.dokan-layout :is(.text-green-500){color:var(--colors-green-500)}.dokan-layout :is(.text-green-600){color:var(--colors-green-600)}.dokan-layout :is(.text-green-800){color:var(--colors-green-800)}.dokan-layout :is(.text-green-900){color:var(--colors-green-900)}.dokan-layout :is(.text-indigo-400){color:var(--colors-indigo-400)}.dokan-layout :is(.text-indigo-500){color:var(--colors-indigo-500)}.dokan-layout :is(.text-indigo-600){color:var(--colors-indigo-600)}.dokan-layout :is(.text-indigo-800){color:var(--colors-indigo-800)}.dokan-layout :is(.text-indigo-900){color:var(--colors-indigo-900)}.dokan-layout :is(.text-lime-400){color:var(--colors-lime-400)}.dokan-layout :is(.text-lime-500){color:var(--colors-lime-500)}.dokan-layout :is(.text-lime-600){color:var(--colors-lime-600)}.dokan-layout :is(.text-lime-800){color:var(--colors-lime-800)}.dokan-layout :is(.text-lime-900){color:var(--colors-lime-900)}.dokan-layout :is(.text-orange-400){color:var(--colors-orange-400)}.dokan-layout :is(.text-orange-500){color:var(--colors-orange-500)}.dokan-layout :is(.text-orange-600){color:var(--colors-orange-600)}.dokan-layout :is(.text-orange-800){color:var(--colors-orange-800)}.dokan-layout :is(.text-orange-900){color:var(--colors-orange-900)}.dokan-layout :is(.text-pink-400){--tw-text-opacity: 1;color:rgb(244 114 182 / var(--tw-text-opacity))}.dokan-layout :is(.text-pink-500){--tw-text-opacity: 1;color:rgb(236 72 153 / var(--tw-text-opacity))}.dokan-layout :is(.text-pink-600){--tw-text-opacity: 1;color:rgb(219 39 119 / var(--tw-text-opacity))}.dokan-layout :is(.text-pink-800){--tw-text-opacity: 1;color:rgb(157 23 77 / var(--tw-text-opacity))}.dokan-layout :is(.text-pink-900){--tw-text-opacity: 1;color:rgb(131 24 67 / var(--tw-text-opacity))}.dokan-layout :is(.text-primary-400){color:var(--colors-primary-400)}.dokan-layout :is(.text-primary-500){color:var(--colors-primary-500)}.dokan-layout :is(.text-primary-600){color:var(--colors-primary-600)}.dokan-layout :is(.text-primary-800){color:var(--colors-primary-800)}.dokan-layout :is(.text-primary-900){color:var(--colors-primary-900)}.dokan-layout :is(.text-purple-400){color:var(--colors-purple-400)}.dokan-layout :is(.text-purple-500){color:var(--colors-purple-500)}.dokan-layout :is(.text-purple-600){color:var(--colors-purple-600)}.dokan-layout :is(.text-purple-800){color:var(--colors-purple-800)}.dokan-layout :is(.text-purple-900){color:var(--colors-purple-900)}.dokan-layout :is(.text-red-400){color:var(--colors-red-400)}.dokan-layout :is(.text-red-500){color:var(--colors-red-500)}.dokan-layout :is(.text-red-600){color:var(--colors-red-600)}.dokan-layout :is(.text-red-800){color:var(--colors-red-800)}.dokan-layout :is(.text-red-900){color:var(--colors-red-900)}.dokan-layout :is(.text-rose-400){color:var(--colors-rose-400)}.dokan-layout :is(.text-rose-500){color:var(--colors-rose-500)}.dokan-layout :is(.text-rose-600){color:var(--colors-rose-600)}.dokan-layout :is(.text-rose-800){color:var(--colors-rose-800)}.dokan-layout :is(.text-rose-900){color:var(--colors-rose-900)}.dokan-layout :is(.text-sky-400){color:var(--colors-sky-400)}.dokan-layout :is(.text-sky-500){color:var(--colors-sky-500)}.dokan-layout :is(.text-sky-600){color:var(--colors-sky-600)}.dokan-layout :is(.text-sky-800){color:var(--colors-sky-800)}.dokan-layout :is(.text-sky-900){color:var(--colors-sky-900)}.dokan-layout :is(.text-teal-400){color:var(--colors-teal-400)}.dokan-layout :is(.text-teal-500){color:var(--colors-teal-500)}.dokan-layout :is(.text-teal-600){color:var(--colors-teal-600)}.dokan-layout :is(.text-teal-800){color:var(--colors-teal-800)}.dokan-layout :is(.text-teal-900){color:var(--colors-teal-900)}.dokan-layout :is(.text-violet-400){color:var(--colors-violet-400)}.dokan-layout :is(.text-violet-500){color:var(--colors-violet-500)}.dokan-layout :is(.text-violet-600){color:var(--colors-violet-600)}.dokan-layout :is(.text-violet-800){color:var(--colors-violet-800)}.dokan-layout :is(.text-violet-900){color:var(--colors-violet-900)}.dokan-layout :is(.text-white){--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity))}.dokan-layout :is(.text-yellow-400){color:var(--colors-yellow-400)}.dokan-layout :is(.text-yellow-500){color:var(--colors-yellow-500)}.dokan-layout :is(.text-yellow-600){color:var(--colors-yellow-600)}.dokan-layout :is(.text-yellow-800){color:var(--colors-yellow-800)}.dokan-layout :is(.text-yellow-900){color:var(--colors-yellow-900)}.dokan-layout :is(.underline){text-decoration-line:underline}.dokan-layout :is(.decoration-2){text-decoration-thickness:2px}.dokan-layout :is(.placeholder-gray-400)::-moz-placeholder{color:var(--colors-gray-400)}.dokan-layout :is(.placeholder-gray-400)::placeholder{color:var(--colors-gray-400)}.dokan-layout :is(.placeholder-red-300)::-moz-placeholder{color:var(--colors-red-300)}.dokan-layout :is(.placeholder-red-300)::placeholder{color:var(--colors-red-300)}.dokan-layout :is(.opacity-0){opacity:0}.dokan-layout :is(.opacity-100){opacity:1}.dokan-layout :is(.opacity-50){opacity:.5}.dokan-layout :is(.opacity-70){opacity:.7}.dokan-layout :is(.shadow){--tw-shadow: 0 1px 3px 0 rgb(0 0 0 / .1), 0 1px 2px -1px rgb(0 0 0 / .1);--tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.dokan-layout :is(.shadow-\[0_6px_20px_0_rgba\(0\,0\,0\,0\.08\)\]){--tw-shadow: 0 6px 20px 0 rgba(0,0,0,.08);--tw-shadow-colored: 0 6px 20px 0 var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.dokan-layout :is(.shadow-\[0px_2px_20px_rgb\(0\,0\,0\,0\.15\)\]){--tw-shadow: 0px 2px 20px rgb(0,0,0,.15);--tw-shadow-colored: 0px 2px 20px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.dokan-layout :is(.shadow-lg){--tw-shadow: 0 10px 15px -3px rgb(0 0 0 / .1), 0 4px 6px -4px rgb(0 0 0 / .1);--tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.dokan-layout :is(.shadow-md){--tw-shadow: 0 4px 6px -1px rgb(0 0 0 / .1), 0 2px 4px -2px rgb(0 0 0 / .1);--tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.dokan-layout :is(.shadow-none){--tw-shadow: 0 0 #0000;--tw-shadow-colored: 0 0 #0000;box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.dokan-layout :is(.shadow-sm){--tw-shadow: 0 1px 2px 0 rgb(0 0 0 / .05);--tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.dokan-layout :is(.shadow-xl){--tw-shadow: 0 20px 25px -5px rgb(0 0 0 / .1), 0 8px 10px -6px rgb(0 0 0 / .1);--tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.dokan-layout :is(.outline-none){outline:2px solid transparent;outline-offset:2px}.dokan-layout :is(.\!ring-1){--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow, 0 0 #0000)!important}.dokan-layout :is(.ring-0){--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow, 0 0 #0000)}.dokan-layout :is(.ring-1){--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow, 0 0 #0000)}.dokan-layout :is(.ring-2){--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow, 0 0 #0000)}.dokan-layout :is(.\!ring-danger-500){--tw-ring-color: var(--colors-danger-500) !important}.dokan-layout :is(.\!ring-primary-500){--tw-ring-color: var(--colors-primary-500) !important}.dokan-layout :is(.ring-\[\#E9E9E9\]){--tw-ring-opacity: 1;--tw-ring-color: rgb(233 233 233 / var(--tw-ring-opacity))}.dokan-layout :is(.ring-black){--tw-ring-opacity: 1;--tw-ring-color: rgb(0 0 0 / var(--tw-ring-opacity))}.dokan-layout :is(.ring-gray-200){--tw-ring-color: var(--colors-gray-200)}.dokan-layout :is(.ring-red-500){--tw-ring-color: var(--colors-red-500)}.dokan-layout :is(.ring-opacity-5){--tw-ring-opacity: .05}.dokan-layout :is(.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)}.dokan-layout :is(.backdrop-blur-sm){--tw-backdrop-blur: blur(4px);backdrop-filter:var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia)}.dokan-layout :is(.transition){transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.dokan-layout :is(.transition-all){transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.dokan-layout :is(.transition-colors){transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.dokan-layout :is(.transition-opacity){transition-property:opacity;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.dokan-layout :is(.transition-transform){transition-property:transform;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.dokan-layout :is(.duration-150){transition-duration:.15s}.dokan-layout :is(.duration-200){transition-duration:.2s}.dokan-layout :is(.duration-300){transition-duration:.3s}.dokan-layout :is(.ease-in){transition-timing-function:cubic-bezier(.4,0,1,1)}.dokan-layout :is(.ease-in-out){transition-timing-function:cubic-bezier(.4,0,.2,1)}.dokan-layout :is(.ease-linear){transition-timing-function:linear}.dokan-layout :is(.ease-out){transition-timing-function:cubic-bezier(0,0,.2,1)}.dokan-layout :is(.will-change-\[transform\,opacity\]){will-change:transform,opacity}.pac-container{border-top-width:0px;--tw-shadow: 0 4px 6px -1px rgb(0 0 0 / .1), 0 2px 4px -2px rgb(0 0 0 / .1);--tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.pac-container .pac-item{padding:.25rem 1rem}.pac-container:after{display:none}.react-select input:focus{border-style:none!important;--tw-shadow: 0 0 #0000 !important;--tw-shadow-colored: 0 0 #0000 !important;box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)!important;outline:2px solid transparent!important;outline-offset:2px!important}.dokan-layout :is(.placeholder\:text-\[\#828282\])::-moz-placeholder{--tw-text-opacity: 1;color:rgb(130 130 130 / var(--tw-text-opacity))}.dokan-layout :is(.placeholder\:text-\[\#828282\])::placeholder{--tw-text-opacity: 1;color:rgb(130 130 130 / var(--tw-text-opacity))}.dokan-layout :is(.placeholder\:text-gray-300)::-moz-placeholder{color:var(--colors-gray-300)}.dokan-layout :is(.placeholder\:text-gray-300)::placeholder{color:var(--colors-gray-300)}.dokan-layout :is(.placeholder\:text-gray-400)::-moz-placeholder{color:var(--colors-gray-400)}.dokan-layout :is(.placeholder\:text-gray-400)::placeholder{color:var(--colors-gray-400)}.dokan-layout :is(.first\:rounded-t:first-child){border-top-left-radius:5px;border-top-right-radius:5px}.dokan-layout :is(.last\:rounded-b:last-child){border-bottom-right-radius:5px;border-bottom-left-radius:5px}.dokan-layout :is(.focus-within\:z-10:focus-within){z-index:10}.dokan-layout :is(.focus-within\:border-danger-500:focus-within){border-color:var(--colors-danger-500)}.dokan-layout :is(.focus-within\:border-primary-500:focus-within){border-color:var(--colors-primary-500)}.dokan-layout :is(.focus-within\:ring-1:focus-within){--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow, 0 0 #0000)}.dokan-layout :is(.focus-within\:ring-2:focus-within){--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow, 0 0 #0000)}.dokan-layout :is(.focus-within\:ring-danger-500:focus-within){--tw-ring-color: var(--colors-danger-500)}.dokan-layout :is(.focus-within\:ring-primary-500:focus-within){--tw-ring-color: var(--colors-primary-500)}.dokan-layout :is(.hover\:cursor-pointer:hover){cursor:pointer}.dokan-layout :is(.hover\:bg-amber-100:hover){background-color:var(--colors-amber-100)}.dokan-layout :is(.hover\:bg-amber-700:hover){background-color:var(--colors-amber-700)}.dokan-layout :is(.hover\:bg-blue-100:hover){background-color:var(--colors-blue-100)}.dokan-layout :is(.hover\:bg-blue-700:hover){background-color:var(--colors-blue-700)}.dokan-layout :is(.hover\:bg-cyan-100:hover){background-color:var(--colors-cyan-100)}.dokan-layout :is(.hover\:bg-cyan-700:hover){background-color:var(--colors-cyan-700)}.dokan-layout :is(.hover\:bg-danger-100:hover){background-color:var(--colors-danger-100)}.dokan-layout :is(.hover\:bg-danger-700:hover){background-color:var(--colors-danger-700)}.dokan-layout :is(.hover\:bg-emerald-100:hover){background-color:var(--colors-emerald-100)}.dokan-layout :is(.hover\:bg-emerald-700:hover){background-color:var(--colors-emerald-700)}.dokan-layout :is(.hover\:bg-fuchsia-100:hover){background-color:var(--colors-fuchsia-100)}.dokan-layout :is(.hover\:bg-fuchsia-700:hover){background-color:var(--colors-fuchsia-700)}.dokan-layout :is(.hover\:bg-gray-100:hover){background-color:var(--colors-gray-100)}.dokan-layout :is(.hover\:bg-gray-50:hover){background-color:var(--colors-gray-50)}.dokan-layout :is(.hover\:bg-gray-700:hover){background-color:var(--colors-gray-700)}.dokan-layout :is(.hover\:bg-green-100:hover){background-color:var(--colors-green-100)}.dokan-layout :is(.hover\:bg-green-700:hover){background-color:var(--colors-green-700)}.dokan-layout :is(.hover\:bg-indigo-100:hover){background-color:var(--colors-indigo-100)}.dokan-layout :is(.hover\:bg-indigo-700:hover){background-color:var(--colors-indigo-700)}.dokan-layout :is(.hover\:bg-lime-100:hover){background-color:var(--colors-lime-100)}.dokan-layout :is(.hover\:bg-lime-700:hover){background-color:var(--colors-lime-700)}.dokan-layout :is(.hover\:bg-orange-100:hover){background-color:var(--colors-orange-100)}.dokan-layout :is(.hover\:bg-orange-700:hover){background-color:var(--colors-orange-700)}.dokan-layout :is(.hover\:bg-pink-100:hover){--tw-bg-opacity: 1;background-color:rgb(252 231 243 / var(--tw-bg-opacity))}.dokan-layout :is(.hover\:bg-pink-700:hover){--tw-bg-opacity: 1;background-color:rgb(190 24 93 / var(--tw-bg-opacity))}.dokan-layout :is(.hover\:bg-primary-100:hover){background-color:var(--colors-primary-100)}.dokan-layout :is(.hover\:bg-primary-700:hover){background-color:var(--colors-primary-700)}.dokan-layout :is(.hover\:bg-purple-100:hover){background-color:var(--colors-purple-100)}.dokan-layout :is(.hover\:bg-purple-700:hover){background-color:var(--colors-purple-700)}.dokan-layout :is(.hover\:bg-red-100:hover){background-color:var(--colors-red-100)}.dokan-layout :is(.hover\:bg-red-700:hover){background-color:var(--colors-red-700)}.dokan-layout :is(.hover\:bg-rose-100:hover){background-color:var(--colors-rose-100)}.dokan-layout :is(.hover\:bg-rose-700:hover){background-color:var(--colors-rose-700)}.dokan-layout :is(.hover\:bg-sky-100:hover){background-color:var(--colors-sky-100)}.dokan-layout :is(.hover\:bg-sky-700:hover){background-color:var(--colors-sky-700)}.dokan-layout :is(.hover\:bg-teal-100:hover){background-color:var(--colors-teal-100)}.dokan-layout :is(.hover\:bg-teal-700:hover){background-color:var(--colors-teal-700)}.dokan-layout :is(.hover\:bg-violet-100:hover){background-color:var(--colors-violet-100)}.dokan-layout :is(.hover\:bg-violet-700:hover){background-color:var(--colors-violet-700)}.dokan-layout :is(.hover\:bg-yellow-100:hover){background-color:var(--colors-yellow-100)}.dokan-layout :is(.hover\:bg-yellow-700:hover){background-color:var(--colors-yellow-700)}.dokan-layout :is(.hover\:text-gray-700:hover){color:var(--colors-gray-700)}.dokan-layout :is(.hover\:text-gray-800:hover){color:var(--colors-gray-800)}.dokan-layout :is(.hover\:underline:hover){text-decoration-line:underline}.dokan-layout :is(.hover\:shadow-lg:hover){--tw-shadow: 0 10px 15px -3px rgb(0 0 0 / .1), 0 4px 6px -4px rgb(0 0 0 / .1);--tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.dokan-layout :is(.focus\:border-gray-500:focus){border-color:var(--colors-gray-500)}.dokan-layout :is(.focus\:border-primary-500:focus){border-color:var(--colors-primary-500)}.dokan-layout :is(.focus\:border-red-500:focus){border-color:var(--colors-red-500)}.dokan-layout :is(.focus\:border-transparent:focus){border-color:transparent}.dokan-layout :is(.focus\:bg-gray-100:focus){background-color:var(--colors-gray-100)}.dokan-layout :is(.focus\:bg-primary-50:focus){background-color:var(--colors-primary-50)}.dokan-layout :is(.focus\:text-gray-900:focus){color:var(--colors-gray-900)}.dokan-layout :is(.focus\:text-primary-800:focus){color:var(--colors-primary-800)}.dokan-layout :is(.focus\:outline-none:focus){outline:2px solid transparent;outline-offset:2px}.dokan-layout :is(.focus\:ring-0:focus){--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow, 0 0 #0000)}.dokan-layout :is(.focus\:ring-2:focus){--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow, 0 0 #0000)}.dokan-layout :is(.focus\:ring-inset:focus){--tw-ring-inset: inset}.dokan-layout :is(.focus\:ring-amber-600:focus){--tw-ring-color: var(--colors-amber-600)}.dokan-layout :is(.focus\:ring-blue-600:focus){--tw-ring-color: var(--colors-blue-600)}.dokan-layout :is(.focus\:ring-cyan-600:focus){--tw-ring-color: var(--colors-cyan-600)}.dokan-layout :is(.focus\:ring-danger-600:focus){--tw-ring-color: var(--colors-danger-600)}.dokan-layout :is(.focus\:ring-emerald-600:focus){--tw-ring-color: var(--colors-emerald-600)}.dokan-layout :is(.focus\:ring-fuchsia-600:focus){--tw-ring-color: var(--colors-fuchsia-600)}.dokan-layout :is(.focus\:ring-gray-600:focus){--tw-ring-color: var(--colors-gray-600)}.dokan-layout :is(.focus\:ring-green-600:focus){--tw-ring-color: var(--colors-green-600)}.dokan-layout :is(.focus\:ring-indigo-500:focus){--tw-ring-color: var(--colors-indigo-500)}.dokan-layout :is(.focus\:ring-indigo-600:focus){--tw-ring-color: var(--colors-indigo-600)}.dokan-layout :is(.focus\:ring-lime-600:focus){--tw-ring-color: var(--colors-lime-600)}.dokan-layout :is(.focus\:ring-orange-600:focus){--tw-ring-color: var(--colors-orange-600)}.dokan-layout :is(.focus\:ring-pink-600:focus){--tw-ring-opacity: 1;--tw-ring-color: rgb(219 39 119 / var(--tw-ring-opacity))}.dokan-layout :is(.focus\:ring-primary-500:focus){--tw-ring-color: var(--colors-primary-500)}.dokan-layout :is(.focus\:ring-primary-600:focus){--tw-ring-color: var(--colors-primary-600)}.dokan-layout :is(.focus\:ring-purple-600:focus){--tw-ring-color: var(--colors-purple-600)}.dokan-layout :is(.focus\:ring-red-500:focus){--tw-ring-color: var(--colors-red-500)}.dokan-layout :is(.focus\:ring-red-600:focus){--tw-ring-color: var(--colors-red-600)}.dokan-layout :is(.focus\:ring-rose-600:focus){--tw-ring-color: var(--colors-rose-600)}.dokan-layout :is(.focus\:ring-sky-600:focus){--tw-ring-color: var(--colors-sky-600)}.dokan-layout :is(.focus\:ring-teal-600:focus){--tw-ring-color: var(--colors-teal-600)}.dokan-layout :is(.focus\:ring-violet-600:focus){--tw-ring-color: var(--colors-violet-600)}.dokan-layout :is(.focus\:ring-white:focus){--tw-ring-opacity: 1;--tw-ring-color: rgb(255 255 255 / var(--tw-ring-opacity))}.dokan-layout :is(.focus\:ring-yellow-600:focus){--tw-ring-color: var(--colors-yellow-600)}.dokan-layout :is(.focus\:ring-offset-2:focus){--tw-ring-offset-width: 2px}.dokan-layout :is(.focus\:ring-offset-amber-50:focus){--tw-ring-offset-color: var(--colors-amber-50)}.dokan-layout :is(.focus\:ring-offset-blue-50:focus){--tw-ring-offset-color: var(--colors-blue-50)}.dokan-layout :is(.focus\:ring-offset-cyan-50:focus){--tw-ring-offset-color: var(--colors-cyan-50)}.dokan-layout :is(.focus\:ring-offset-emerald-50:focus){--tw-ring-offset-color: var(--colors-emerald-50)}.dokan-layout :is(.focus\:ring-offset-fuchsia-50:focus){--tw-ring-offset-color: var(--colors-fuchsia-50)}.dokan-layout :is(.focus\:ring-offset-gray-50:focus){--tw-ring-offset-color: var(--colors-gray-50)}.dokan-layout :is(.focus\:ring-offset-green-50:focus){--tw-ring-offset-color: var(--colors-green-50)}.dokan-layout :is(.focus\:ring-offset-indigo-50:focus){--tw-ring-offset-color: var(--colors-indigo-50)}.dokan-layout :is(.focus\:ring-offset-lime-50:focus){--tw-ring-offset-color: var(--colors-lime-50)}.dokan-layout :is(.focus\:ring-offset-orange-50:focus){--tw-ring-offset-color: var(--colors-orange-50)}.dokan-layout :is(.focus\:ring-offset-pink-50:focus){--tw-ring-offset-color: #fdf2f8}.dokan-layout :is(.focus\:ring-offset-primary-50:focus){--tw-ring-offset-color: var(--colors-primary-50)}.dokan-layout :is(.focus\:ring-offset-purple-50:focus){--tw-ring-offset-color: var(--colors-purple-50)}.dokan-layout :is(.focus\:ring-offset-red-50:focus){--tw-ring-offset-color: var(--colors-red-50)}.dokan-layout :is(.focus\:ring-offset-rose-50:focus){--tw-ring-offset-color: var(--colors-rose-50)}.dokan-layout :is(.focus\:ring-offset-sky-50:focus){--tw-ring-offset-color: var(--colors-sky-50)}.dokan-layout :is(.focus\:ring-offset-teal-50:focus){--tw-ring-offset-color: var(--colors-teal-50)}.dokan-layout :is(.focus\:ring-offset-violet-50:focus){--tw-ring-offset-color: var(--colors-violet-50)}.dokan-layout :is(.focus\:ring-offset-yellow-50:focus){--tw-ring-offset-color: var(--colors-yellow-50)}.dokan-layout :is(.disabled\:cursor-not-allowed:disabled){cursor:not-allowed}.dokan-layout :is(.disabled\:opacity-50:disabled){opacity:.5}.dokan-layout :is(.peer:disabled~.peer-disabled\:cursor-not-allowed){cursor:not-allowed}.dokan-layout :is(.peer:disabled~.peer-disabled\:opacity-50){opacity:.5}.dokan-layout :is(.data-\[disabled\]\:pointer-events-none[data-disabled]){pointer-events:none}.dokan-layout :is(.data-\[side\=bottom\]\:translate-y-1[data-side=bottom]){--tw-translate-y: .25rem;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.dokan-layout :is(.data-\[side\=left\]\:-translate-x-1[data-side=left]){--tw-translate-x: -.25rem;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.dokan-layout :is(.data-\[side\=right\]\:translate-x-1[data-side=right]){--tw-translate-x: .25rem;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.dokan-layout :is(.data-\[side\=top\]\:-translate-y-1[data-side=top]){--tw-translate-y: -.25rem;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.dokan-layout :is(.data-\[disabled\]\:opacity-50[data-disabled]){opacity:.5}.dokan-layout :is(.data-\[state\=open\]\:ring-2[data-state=open]){--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow, 0 0 #0000)}.dokan-layout :is(.data-\[state\=open\]\:ring-primary-600[data-state=open]){--tw-ring-color: var(--colors-primary-600)}.dokan-layout :is(.group\/trigger[data-state=open] .group-data-\[state\=open\]\/trigger\:rotate-180){--tw-rotate: 180deg;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.dokan-layout :is(.group\/trigger[data-state=open] .group-data-\[state\=open\]\/trigger\:text-primary-600){color:var(--colors-primary-600)}@media (min-width: 640px){.dokan-layout :is(.sm\:inline-block){display:inline-block}.dokan-layout :is(.sm\:h-4){height:1rem}.dokan-layout :is(.sm\:w-4){width:1rem}.dokan-layout :is(.sm\:text-sm){font-size:.875rem;line-height:1.25rem}}
*, ::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:  ;
} *:where(.dokan-layout,.dokan-layout *),
:where(.dokan-layout,.dokan-layout *)::before,
:where(.dokan-layout,.dokan-layout *)::after {
box-sizing: border-box; border-width: 0; border-style: solid; border-color: #e5e7eb; }:where(.dokan-layout,.dokan-layout *)::before,
:where(.dokan-layout,.dokan-layout *)::after {
--tw-content: '';
} .dokan-layout {
line-height: 1.5; -webkit-text-size-adjust: 100%; -moz-tab-size: 4; -o-tab-size: 4;
tab-size: 4; font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; font-feature-settings: normal; font-variation-settings: normal; -webkit-tap-highlight-color: transparent; } .dokan-layout {
margin: 0; line-height: inherit; } hr:where(.dokan-layout,.dokan-layout *) {
height: 0; color: inherit; border-top-width: 1px; } abbr:where([title]):where(.dokan-layout,.dokan-layout *) {
-webkit-text-decoration: underline dotted;
text-decoration: underline dotted;
} h1:where(.dokan-layout,.dokan-layout *),
h2:where(.dokan-layout,.dokan-layout *),
h3:where(.dokan-layout,.dokan-layout *),
h4:where(.dokan-layout,.dokan-layout *),
h5:where(.dokan-layout,.dokan-layout *),
h6:where(.dokan-layout,.dokan-layout *) {
font-size: inherit;
font-weight: inherit;
} a:where(.dokan-layout,.dokan-layout *) {
color: inherit;
text-decoration: inherit;
} b:where(.dokan-layout,.dokan-layout *),
strong:where(.dokan-layout,.dokan-layout *) {
font-weight: bolder;
} code:where(.dokan-layout,.dokan-layout *),
kbd:where(.dokan-layout,.dokan-layout *),
samp:where(.dokan-layout,.dokan-layout *),
pre:where(.dokan-layout,.dokan-layout *) {
font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; font-feature-settings: normal; font-variation-settings: normal; font-size: 1em; } small:where(.dokan-layout,.dokan-layout *) {
font-size: 80%;
} sub:where(.dokan-layout,.dokan-layout *),
sup:where(.dokan-layout,.dokan-layout *) {
font-size: 75%;
line-height: 0;
position: relative;
vertical-align: baseline;
}sub:where(.dokan-layout,.dokan-layout *) {
bottom: -0.25em;
}sup:where(.dokan-layout,.dokan-layout *) {
top: -0.5em;
} table:where(.dokan-layout,.dokan-layout *) {
text-indent: 0; border-color: inherit; border-collapse: collapse; } button:where(.dokan-layout,.dokan-layout *),
input:where(.dokan-layout,.dokan-layout *),
optgroup:where(.dokan-layout,.dokan-layout *),
select:where(.dokan-layout,.dokan-layout *),
textarea:where(.dokan-layout,.dokan-layout *) {
font-family: inherit; font-feature-settings: inherit; font-variation-settings: inherit; font-size: 100%; font-weight: inherit; line-height: inherit; letter-spacing: inherit; color: inherit; margin: 0; padding: 0; } button:where(.dokan-layout,.dokan-layout *),
select:where(.dokan-layout,.dokan-layout *) {
text-transform: none;
} button:where(.dokan-layout,.dokan-layout *),
input:where([type='button']):where(.dokan-layout,.dokan-layout *),
input:where([type='reset']):where(.dokan-layout,.dokan-layout *),
input:where([type='submit']):where(.dokan-layout,.dokan-layout *) {
-webkit-appearance: button; background-color: transparent; background-image: none; } :-moz-focusring:where(.dokan-layout,.dokan-layout *) {
outline: auto;
} :-moz-ui-invalid:where(.dokan-layout,.dokan-layout *) {
box-shadow: none;
} progress:where(.dokan-layout,.dokan-layout *) {
vertical-align: baseline;
} :where(.dokan-layout,.dokan-layout *) ::-webkit-inner-spin-button,
:where(.dokan-layout,.dokan-layout *) ::-webkit-outer-spin-button {
height: auto;
} [type='search']:where(.dokan-layout,.dokan-layout *) {
-webkit-appearance: textfield; outline-offset: -2px; } :where(.dokan-layout,.dokan-layout *) ::-webkit-search-decoration {
-webkit-appearance: none;
} :where(.dokan-layout,.dokan-layout *) ::-webkit-file-upload-button {
-webkit-appearance: button; font: inherit; } summary:where(.dokan-layout,.dokan-layout *) {
display: list-item;
} blockquote:where(.dokan-layout,.dokan-layout *),
dl:where(.dokan-layout,.dokan-layout *),
dd:where(.dokan-layout,.dokan-layout *),
h1:where(.dokan-layout,.dokan-layout *),
h2:where(.dokan-layout,.dokan-layout *),
h3:where(.dokan-layout,.dokan-layout *),
h4:where(.dokan-layout,.dokan-layout *),
h5:where(.dokan-layout,.dokan-layout *),
h6:where(.dokan-layout,.dokan-layout *),
hr:where(.dokan-layout,.dokan-layout *),
figure:where(.dokan-layout,.dokan-layout *),
p:where(.dokan-layout,.dokan-layout *),
pre:where(.dokan-layout,.dokan-layout *) {
margin: 0;
}fieldset:where(.dokan-layout,.dokan-layout *) {
margin: 0;
padding: 0;
}legend:where(.dokan-layout,.dokan-layout *) {
padding: 0;
}ol:where(.dokan-layout,.dokan-layout *),
ul:where(.dokan-layout,.dokan-layout *),
menu:where(.dokan-layout,.dokan-layout *) {
list-style: none;
margin: 0;
padding: 0;
} dialog:where(.dokan-layout,.dokan-layout *) {
padding: 0;
} textarea:where(.dokan-layout,.dokan-layout *) {
resize: vertical;
} :where(.dokan-layout,.dokan-layout *) input::-moz-placeholder, :where(.dokan-layout,.dokan-layout *) textarea::-moz-placeholder {
opacity: 1; color: #9ca3af; }:where(.dokan-layout,.dokan-layout *) input::placeholder,
:where(.dokan-layout,.dokan-layout *) textarea::placeholder {
opacity: 1; color: #9ca3af; } button:where(.dokan-layout,.dokan-layout *),
[role="button"]:where(.dokan-layout,.dokan-layout *) {
cursor: pointer;
} :disabled:where(.dokan-layout,.dokan-layout *) {
cursor: default;
} img:where(.dokan-layout,.dokan-layout *),
svg:where(.dokan-layout,.dokan-layout *),
video:where(.dokan-layout,.dokan-layout *),
canvas:where(.dokan-layout,.dokan-layout *),
audio:where(.dokan-layout,.dokan-layout *),
iframe:where(.dokan-layout,.dokan-layout *),
embed:where(.dokan-layout,.dokan-layout *),
object:where(.dokan-layout,.dokan-layout *) {
display: block; vertical-align: middle; } img:where(.dokan-layout,.dokan-layout *),
video:where(.dokan-layout,.dokan-layout *) {
max-width: 100%;
height: auto;
} [hidden]:where(:not([hidden="until-found"])):where(.dokan-layout,.dokan-layout *) {
display: none;
}input:where([type='text']),input:where(:not([type])),input:where([type='email']),input:where([type='url']),input:where([type='password']),input:where([type='number']),input:where([type='date']),input:where([type='datetime-local']),input:where([type='month']),input:where([type='search']),input:where([type='tel']),input:where([type='time']),input:where([type='week']),select:where([multiple]),textarea,select{
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
background-color: #fff;
border-color: #6b7280;
border-width: 1px;
border-radius: 0px;
padding-top: 0.5rem;
padding-right: 0.75rem;
padding-bottom: 0.5rem;
padding-left: 0.75rem;
font-size: 1rem;
line-height: 1.5rem;
--tw-shadow: 0 0 #0000;
}input:where([type='text']):focus, input:where(:not([type])):focus, input:where([type='email']):focus, input:where([type='url']):focus, input:where([type='password']):focus, input:where([type='number']):focus, input:where([type='date']):focus, input:where([type='datetime-local']):focus, input:where([type='month']):focus, input:where([type='search']):focus, input:where([type='tel']):focus, input:where([type='time']):focus, input:where([type='week']):focus, select:where([multiple]):focus, textarea:focus, select:focus{
outline: 2px solid transparent;
outline-offset: 2px;
--tw-ring-inset: var(--tw-empty,  );
--tw-ring-offset-width: 0px;
--tw-ring-offset-color: #fff;
--tw-ring-color: #2563eb;
--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
border-color: #2563eb;
}input::-moz-placeholder, textarea::-moz-placeholder{
color: #6b7280;
opacity: 1;
}input::placeholder,textarea::placeholder{
color: #6b7280;
opacity: 1;
}::-webkit-datetime-edit-fields-wrapper{
padding: 0;
}::-webkit-date-and-time-value{
min-height: 1.5em;
text-align: inherit;
}::-webkit-datetime-edit{
display: inline-flex;
}::-webkit-datetime-edit,::-webkit-datetime-edit-year-field,::-webkit-datetime-edit-month-field,::-webkit-datetime-edit-day-field,::-webkit-datetime-edit-hour-field,::-webkit-datetime-edit-minute-field,::-webkit-datetime-edit-second-field,::-webkit-datetime-edit-millisecond-field,::-webkit-datetime-edit-meridiem-field{
padding-top: 0;
padding-bottom: 0;
}select{
background-image: url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 fill=%27none%27 viewBox=%270 0 20 20%27%3e%3cpath stroke=%27%236b7280%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27 stroke-width=%271.5%27 d=%27M6 8l4 4 4-4%27/%3e%3c/svg%3e");
background-position: right 0.5rem center;
background-repeat: no-repeat;
background-size: 1.5em 1.5em;
padding-right: 2.5rem;
-webkit-print-color-adjust: exact;
print-color-adjust: exact;
}select:where([multiple]),select:where([size]:not([size="1"])){
background-image: initial;
background-position: initial;
background-repeat: unset;
background-size: initial;
padding-right: 0.75rem;
-webkit-print-color-adjust: unset;
print-color-adjust: unset;
}input:where([type='checkbox']),input:where([type='radio']){
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
padding: 0;
-webkit-print-color-adjust: exact;
print-color-adjust: exact;
display: inline-block;
vertical-align: middle;
background-origin: border-box;
-webkit-user-select: none;
-moz-user-select: none;
user-select: none;
flex-shrink: 0;
height: 1rem;
width: 1rem;
color: #2563eb;
background-color: #fff;
border-color: #6b7280;
border-width: 1px;
--tw-shadow: 0 0 #0000;
}input:where([type='checkbox']){
border-radius: 0px;
}input:where([type='radio']){
border-radius: 100%;
}input:where([type='checkbox']):focus,input:where([type='radio']):focus{
outline: 2px solid transparent;
outline-offset: 2px;
--tw-ring-inset: var(--tw-empty,  );
--tw-ring-offset-width: 2px;
--tw-ring-offset-color: #fff;
--tw-ring-color: #2563eb;
--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
}input:where([type='checkbox']):checked,input:where([type='radio']):checked{
border-color: transparent;
background-color: currentColor;
background-size: 100% 100%;
background-position: center;
background-repeat: no-repeat;
}input:where([type='checkbox']):checked{
background-image: url("data:image/svg+xml,%3csvg viewBox=%270 0 16 16%27 fill=%27white%27 xmlns=%27http://www.w3.org/2000/svg%27%3e%3cpath d=%27M12.207 4.793a1 1 0 010 1.414l-5 5a1 1 0 01-1.414 0l-2-2a1 1 0 011.414-1.414L6.5 9.086l4.293-4.293a1 1 0 011.414 0z%27/%3e%3c/svg%3e");
}@media (forced-colors: active) {input:where([type='checkbox']):checked{
-webkit-appearance: auto;
-moz-appearance: auto;
appearance: auto;
}
}input:where([type='radio']):checked{
background-image: url("data:image/svg+xml,%3csvg viewBox=%270 0 16 16%27 fill=%27white%27 xmlns=%27http://www.w3.org/2000/svg%27%3e%3ccircle cx=%278%27 cy=%278%27 r=%273%27/%3e%3c/svg%3e");
}@media (forced-colors: active) {input:where([type='radio']):checked{
-webkit-appearance: auto;
-moz-appearance: auto;
appearance: auto;
}
}input:where([type='checkbox']):checked:hover,input:where([type='checkbox']):checked:focus,input:where([type='radio']):checked:hover,input:where([type='radio']):checked:focus{
border-color: transparent;
background-color: currentColor;
}input:where([type='checkbox']):indeterminate{
background-image: url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 fill=%27none%27 viewBox=%270 0 16 16%27%3e%3cpath stroke=%27white%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27 stroke-width=%272%27 d=%27M4 8h8%27/%3e%3c/svg%3e");
border-color: transparent;
background-color: currentColor;
background-size: 100% 100%;
background-position: center;
background-repeat: no-repeat;
}@media (forced-colors: active) {input:where([type='checkbox']):indeterminate{
-webkit-appearance: auto;
-moz-appearance: auto;
appearance: auto;
}
}input:where([type='checkbox']):indeterminate:hover,input:where([type='checkbox']):indeterminate:focus{
border-color: transparent;
background-color: currentColor;
}input:where([type='file']){
background: unset;
border-color: inherit;
border-width: 0;
border-radius: 0;
padding: 0;
font-size: unset;
line-height: inherit;
}input:where([type='file']):focus{
outline: 1px solid ButtonText;
outline: 1px auto -webkit-focus-ring-color;
}:root{--colors-primary-500: var(--dokan-button-border-color, #7047EB);--wp-components-color-accent: var(--dokan-button-background-color, #7047EB);--wp-components-color-accent-darker-20: var(--dokan-button-hover-background-color, #502BBF)}#headlessui-portal-root{display:none}#headlessui-portal-root.dokan-layout button[type=button]:is(.absolute.right-2.top-2){
border-radius: 9999px;
padding-top: 0.125rem;
padding-bottom: 0.125rem;
padding-left: 0.375rem;
padding-right: 0.375rem;
}#headlessui-portal-root.dokan-layout button[type=button]:is(.absolute.right-2.top-2):hover{
--tw-bg-opacity: 1;
background-color: rgb(254 242 242 / var(--tw-bg-opacity, 1));
--tw-text-opacity: 1;
color: rgb(239 68 68 / var(--tw-text-opacity, 1));
--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
--tw-ring-opacity: 1;
--tw-ring-color: rgb(239 68 68 / var(--tw-ring-opacity, 1));
--tw-ring-offset-width: 2px;
}.dokan-layout table:not(.dataviews-view-table),.dokan-layout table:not(.dataviews-view-table) th,.dokan-layout table:not(.dataviews-view-table) td{margin:0;padding:0;border:0;border-spacing:0;border-collapse:collapse;font-size:inherit;font-weight:inherit;text-align:inherit;vertical-align:inherit;box-sizing:border-box}.dokan-layout a:focus:not([role=switch],[role=combobox]),.dokan-layout button:focus:not([role=switch],[role=combobox]),.dokan-layout .button.alt:focus:not([role=switch],[role=combobox]),.dokan-layout textarea:focus:not([role=switch],[role=combobox]),.dokan-layout input[type=button]:focus:not([role=switch],[role=combobox]),.dokan-layout input[type=reset]:focus:not([role=switch],[role=combobox]),.dokan-layout input[type=submit]:focus:not([role=switch],[role=combobox]),.dokan-layout input[type=tel]:focus:not([role=switch],[role=combobox]),.dokan-layout input[type=url]:focus:not([role=switch],[role=combobox]),.dokan-layout input[type=password]:focus:not([role=switch],[role=combobox]),.dokan-layout input[type=search]:focus:not([role=switch],[role=combobox]){outline-color:var(--dokan-button-border-color, #7047EB)}.dokan-layout  a:not(.dokan-btn):not([class*=dokan-btn-],.skip-color-module){
color: var(--dokan-link-color, #7047EB);
transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
transition-duration: 200ms;
}.dokan-layout  a:not(.dokan-btn):not([class*=dokan-btn-],.skip-color-module):hover,:is(.dokan-layout a:not(.dokan-btn):not([class*=dokan-btn-],.skip-color-module):focus){
color: var(--dokan-link-hover-color, var(--dokan-sidebar-background-color, #322067));
}.dokan-layout  input[type=checkbox]::before{
--tw-content: '' !important;
content: var(--tw-content) !important;
}.dokan-layout textarea:focus,.dokan-layout input[type=text]:focus,.dokan-layout input[type=number]:focus{outline-offset:0}.dokan-layout .dokan-date-range-picker .woocommerce-calendar__react-dates .CalendarDay__selected_span{background:var(--dokan-button-background-color, #7047EB) !important;border:1px solid #ccc}.dokan-layout .dokan-date-range-picker .woocommerce-calendar__react-dates .CalendarDay__selected_span:hover{background:var(--dokan-button-hover-background-color, #502BBF) !important;border:1px solid #f0f0f0}.dokan-layout .dokan-date-range-picker .woocommerce-calendar__react-dates .CalendarDay__selected{background:var(--dokan-button-background-color, #7047EB) !important;border:1px solid #ccc}.dokan-layout .dokan-date-range-picker .woocommerce-calendar__react-dates .CalendarDay__selected:hover{background:var(--dokan-button-hover-background-color, #502BBF) !important;border:1px solid #f0f0f0}.dokan-layout .dokan-date-range-picker .woocommerce-calendar__react-dates .CalendarDay__hovered_span{background:var(--dokan-button-hover-background-color, #502BBF) !important;border:1px solid #f0f0f0;color:#fff}.dokan-layout h1,.dokan-layout h2,.dokan-layout h3,.dokan-layout h4,.dokan-layout h5,.dokan-layout h6{padding:0;margin:0}.dokan-layout .dokan-select-addon .react-select__control span{margin:0 !important;background-color:#eaeaea;padding:12px;border-radius:5px 0 0 5px}button[data-headlessui-state=checked]:hover,button[data-headlessui-state=checked]:focus{background-color:var(--dokan-button-background-color, #7047EB) !important}div[data-radix-popper-content-wrapper],div[data-headlessui-state=open][role=dialog]{z-index:999 !important}.dokan-react-time-picker .components-base-control__field:has(.components-toggle-group-control){border:1px solid var(--dokan-button-border-color, #7047EB) !important;border-radius:2px}.dokan-react-time-picker .components-base-control__field:has(.components-toggle-group-control):focus-within{border-color:var(--dokan-button-background-color, #7047EB) !important}.dokan-react-time-picker .components-toggle-group-control{border:none}.dokan-react-time-picker .components-toggle-group-control .components-toggle-group-control-option-base[aria-checked=false]{color:var(--wp-components-color-foreground, #1e1e1e)}.dokan-react-time-picker .components-toggle-group-control::before{left:.75px;background-color:var(--dokan-button-background-color, #7047EB) !important}.dokan-react-time-picker .components-toggle-group-control:focus-within{border:none;box-shadow:none}.dokan-react-time-picker .components-datetime__time-field{border-radius:2px;border:1px solid var(--dokan-button-border-color, #7047EB) !important}.dokan-react-time-picker .components-datetime__time-field .components-datetime__time-separator,.dokan-react-time-picker .components-datetime__time-field .components-input-control__backdrop{border:none !important}.dokan-react-time-picker .components-datetime__time-field .components-input-control__input:focus~.components-input-control__backdrop{box-shadow:none !important}.dokan-react-time-picker .components-datetime__time-field:focus-within{border-color:var(--dokan-button-background-color, #7047EB) !important}.dokan-react-time-picker .delivery-field-error .components-base-control__field:has(.components-toggle-group-control){border-color:red !important}.dokan-react-time-picker .delivery-field-error .components-datetime__time-field{border-color:red !important}.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;
}
}.dokan-layout .sr-only{
position: absolute;
width: 1px;
height: 1px;
padding: 0;
margin: -1px;
overflow: hidden;
clip: rect(0, 0, 0, 0);
white-space: nowrap;
border-width: 0;
}.dokan-layout .pointer-events-none{
pointer-events: none;
}.dokan-layout .visible{
visibility: visible;
}.dokan-layout .invisible{
visibility: hidden;
}.dokan-layout .static{
position: static;
}.dokan-layout .fixed{
position: fixed;
}.dokan-layout .absolute{
position: absolute;
}.dokan-layout .relative{
position: relative;
}.dokan-layout .sticky{
position: sticky;
}.dokan-layout .inset-0{
inset: 0px;
}.dokan-layout .-bottom-1{
bottom: -0.25rem;
}.dokan-layout .-bottom-12{
bottom: -3rem;
}.dokan-layout .-right-2{
right: -0.5rem;
}.dokan-layout .-start-6{
inset-inline-start: -1.5rem;
}.dokan-layout .-top-1{
top: -0.25rem;
}.dokan-layout .-top-2{
top: -0.5rem;
}.dokan-layout .bottom-0{
bottom: 0px;
}.dokan-layout .bottom-full{
bottom: 100%;
}.dokan-layout .left-0{
left: 0px;
}.dokan-layout .left-1\/2{
left: 50%;
}.dokan-layout .left-12{
left: 3rem;
}.dokan-layout .left-3{
left: 0.75rem;
}.dokan-layout .left-8{
left: 2rem;
}.dokan-layout .left-\[-190px\]{
left: -190px;
}.dokan-layout .left-\[-32px\]{
left: -32px;
}.dokan-layout .left-\[-400px\]{
left: -400px;
}.dokan-layout .left-\[10\%\]{
left: 10%;
}.dokan-layout .left-\[15\%\]{
left: 15%;
}.dokan-layout .left-\[270px\]{
left: 270px;
}.dokan-layout .left-\[calc\(100\%-1200px\)\]{
left: calc(100% - 1200px);
}.dokan-layout .left-\[calc\(100\%-213px\)\]{
left: calc(100% - 213px);
}.dokan-layout .right-0{
right: 0px;
}.dokan-layout .right-0\.5{
right: 0.125rem;
}.dokan-layout .right-1{
right: 0.25rem;
}.dokan-layout .right-2{
right: 0.5rem;
}.dokan-layout .right-3{
right: 0.75rem;
}.dokan-layout .right-4{
right: 1rem;
}.dokan-layout .right-6{
right: 1.5rem;
}.dokan-layout .right-8{
right: 2rem;
}.dokan-layout .top-0{
top: 0px;
}.dokan-layout .top-0\.5{
top: 0.125rem;
}.dokan-layout .top-1{
top: 0.25rem;
}.dokan-layout .top-1\/2{
top: 50%;
}.dokan-layout .top-4{
top: 1rem;
}.dokan-layout .top-6{
top: 1.5rem;
}.dokan-layout .top-8{
top: 2rem;
}.dokan-layout .top-\[-107px\]{
top: -107px;
}.dokan-layout .top-\[-375px\]{
top: -375px;
}.dokan-layout .top-\[-42px\]{
top: -42px;
}.dokan-layout .top-\[-63\%\]{
top: -63%;
}.dokan-layout .top-\[-83px\]{
top: -83px;
}.dokan-layout .top-\[17\%\]{
top: 17%;
}.dokan-layout .top-\[27\%\]{
top: 27%;
}.dokan-layout .top-\[30px\]{
top: 30px;
}.dokan-layout .top-\[32px\]{
top: 32px;
}.dokan-layout .top-\[37px\]{
top: 37px;
}.dokan-layout .top-\[calc\(100\%-114px\)\]{
top: calc(100% - 114px);
}.dokan-layout .top-full{
top: 100%;
}.dokan-layout .z-10{
z-index: 10;
}.dokan-layout .z-20{
z-index: 20;
}.dokan-layout .z-50{
z-index: 50;
}.dokan-layout .z-\[1\]{
z-index: 1;
}.dokan-layout .z-\[9999\]{
z-index: 9999;
}.dokan-layout .col-span-12{
grid-column: span 12 / span 12;
}.dokan-layout .col-span-4{
grid-column: span 4 / span 4;
}.dokan-layout .\!m-0{
margin: 0px !important;
}.dokan-layout .-m-4{
margin: -1rem;
}.dokan-layout .m-0{
margin: 0px;
}.dokan-layout .m-4{
margin: 1rem;
}.dokan-layout .mx-0{
margin-left: 0px;
margin-right: 0px;
}.dokan-layout .mx-1{
margin-left: 0.25rem;
margin-right: 0.25rem;
}.dokan-layout .mx-2{
margin-left: 0.5rem;
margin-right: 0.5rem;
}.dokan-layout .mx-auto{
margin-left: auto;
margin-right: auto;
}.dokan-layout .my-4{
margin-top: 1rem;
margin-bottom: 1rem;
}.dokan-layout .my-6{
margin-top: 1.5rem;
margin-bottom: 1.5rem;
}.dokan-layout .my-8{
margin-top: 2rem;
margin-bottom: 2rem;
}.dokan-layout .\!ml-0{
margin-left: 0px !important;
}.dokan-layout .\!ml-\[15px\]{
margin-left: 15px !important;
}.dokan-layout .\!mr-\[15px\]{
margin-right: 15px !important;
}.dokan-layout .\!mt-0{
margin-top: 0px !important;
}.dokan-layout .-mb-1{
margin-bottom: -0.25rem;
}.dokan-layout .-mb-\[65px\]{
margin-bottom: -65px;
}.dokan-layout .-mb-px{
margin-bottom: -1px;
}.dokan-layout .-ml-4{
margin-left: -1rem;
}.dokan-layout .-mt-1{
margin-top: -0.25rem;
}.dokan-layout .-mt-10{
margin-top: -2.5rem;
}.dokan-layout .-mt-16{
margin-top: -4rem;
}.dokan-layout .-mt-4{
margin-top: -1rem;
}.dokan-layout .mb-0{
margin-bottom: 0px;
}.dokan-layout .mb-1{
margin-bottom: 0.25rem;
}.dokan-layout .mb-10{
margin-bottom: 2.5rem;
}.dokan-layout .mb-12{
margin-bottom: 3rem;
}.dokan-layout .mb-14{
margin-bottom: 3.5rem;
}.dokan-layout .mb-2{
margin-bottom: 0.5rem;
}.dokan-layout .mb-2\.5{
margin-bottom: 0.625rem;
}.dokan-layout .mb-3{
margin-bottom: 0.75rem;
}.dokan-layout .mb-4{
margin-bottom: 1rem;
}.dokan-layout .mb-5{
margin-bottom: 1.25rem;
}.dokan-layout .mb-6{
margin-bottom: 1.5rem;
}.dokan-layout .mb-7{
margin-bottom: 1.75rem;
}.dokan-layout .mb-8{
margin-bottom: 2rem;
}.dokan-layout .mb-\[22px\]{
margin-bottom: 22px;
}.dokan-layout .mb-\[24px\]{
margin-bottom: 24px;
}.dokan-layout .ml-0{
margin-left: 0px;
}.dokan-layout .ml-1{
margin-left: 0.25rem;
}.dokan-layout .ml-1\.5{
margin-left: 0.375rem;
}.dokan-layout .ml-16{
margin-left: 4rem;
}.dokan-layout .ml-2{
margin-left: 0.5rem;
}.dokan-layout .ml-3{
margin-left: 0.75rem;
}.dokan-layout .ml-4{
margin-left: 1rem;
}.dokan-layout .ml-5{
margin-left: 1.25rem;
}.dokan-layout .ml-6{
margin-left: 1.5rem;
}.dokan-layout .ml-60{
margin-left: 15rem;
}.dokan-layout .ml-\[5px\]{
margin-left: 5px;
}.dokan-layout .ml-auto{
margin-left: auto;
}.dokan-layout .mr-0{
margin-right: 0px;
}.dokan-layout .mr-1\.5{
margin-right: 0.375rem;
}.dokan-layout .mr-2{
margin-right: 0.5rem;
}.dokan-layout .mr-2\.5{
margin-right: 0.625rem;
}.dokan-layout .mr-20{
margin-right: 5rem;
}.dokan-layout .mr-3{
margin-right: 0.75rem;
}.dokan-layout .mr-4{
margin-right: 1rem;
}.dokan-layout .mr-5{
margin-right: 1.25rem;
}.dokan-layout .mr-auto{
margin-right: auto;
}.dokan-layout .ms-10{
margin-inline-start: 2.5rem;
}.dokan-layout .mt-0{
margin-top: 0px;
}.dokan-layout .mt-0\.5{
margin-top: 0.125rem;
}.dokan-layout .mt-1{
margin-top: 0.25rem;
}.dokan-layout .mt-1\.5{
margin-top: 0.375rem;
}.dokan-layout .mt-10{
margin-top: 2.5rem;
}.dokan-layout .mt-12{
margin-top: 3rem;
}.dokan-layout .mt-16{
margin-top: 4rem;
}.dokan-layout .mt-2{
margin-top: 0.5rem;
}.dokan-layout .mt-2\.5{
margin-top: 0.625rem;
}.dokan-layout .mt-3{
margin-top: 0.75rem;
}.dokan-layout .mt-4{
margin-top: 1rem;
}.dokan-layout .mt-5{
margin-top: 1.25rem;
}.dokan-layout .mt-6{
margin-top: 1.5rem;
}.dokan-layout .mt-8{
margin-top: 2rem;
}.dokan-layout .mt-\[-13px\]{
margin-top: -13px;
}.dokan-layout .mt-\[-25px\]{
margin-top: -25px;
}.dokan-layout .mt-\[24px\]{
margin-top: 24px;
}.dokan-layout .mt-\[2px\]{
margin-top: 2px;
}.dokan-layout .mt-auto{
margin-top: auto;
}.dokan-layout .box-border{
box-sizing: border-box;
}.dokan-layout .box-content{
box-sizing: content-box;
}.dokan-layout .line-clamp-2{
overflow: hidden;
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 2;
}.dokan-layout .block{
display: block;
}.dokan-layout .inline-block{
display: inline-block;
}.dokan-layout .inline{
display: inline;
}.dokan-layout .\!flex{
display: flex !important;
}.dokan-layout .flex{
display: flex;
}.dokan-layout .inline-flex{
display: inline-flex;
}.dokan-layout .table{
display: table;
}.dokan-layout .table-column{
display: table-column;
}.dokan-layout .table-row{
display: table-row;
}.dokan-layout .grid{
display: grid;
}.dokan-layout .\!hidden{
display: none !important;
}.dokan-layout .hidden{
display: none;
}.dokan-layout .aspect-video{
aspect-ratio: 16 / 9;
}.dokan-layout .size-5{
width: 1.25rem;
height: 1.25rem;
}.dokan-layout .\!h-10{
height: 2.5rem !important;
}.dokan-layout .\!h-\[26px\]{
height: 26px !important;
}.dokan-layout .\!h-\[40px\]{
height: 40px !important;
}.dokan-layout .\!h-full{
height: 100% !important;
}.dokan-layout .h-1\.5{
height: 0.375rem;
}.dokan-layout .h-1\/2{
height: 50%;
}.dokan-layout .h-10{
height: 2.5rem;
}.dokan-layout .h-12{
height: 3rem;
}.dokan-layout .h-14{
height: 3.5rem;
}.dokan-layout .h-16{
height: 4rem;
}.dokan-layout .h-2{
height: 0.5rem;
}.dokan-layout .h-2\.5{
height: 0.625rem;
}.dokan-layout .h-2\/4{
height: 50%;
}.dokan-layout .h-20{
height: 5rem;
}.dokan-layout .h-28{
height: 7rem;
}.dokan-layout .h-3{
height: 0.75rem;
}.dokan-layout .h-3\.5{
height: 0.875rem;
}.dokan-layout .h-32{
height: 8rem;
}.dokan-layout .h-36{
height: 9rem;
}.dokan-layout .h-4{
height: 1rem;
}.dokan-layout .h-40{
height: 10rem;
}.dokan-layout .h-48{
height: 12rem;
}.dokan-layout .h-5{
height: 1.25rem;
}.dokan-layout .h-6{
height: 1.5rem;
}.dokan-layout .h-7{
height: 1.75rem;
}.dokan-layout .h-8{
height: 2rem;
}.dokan-layout .h-80{
height: 20rem;
}.dokan-layout .h-\[1\.5rem\]{
height: 1.5rem;
}.dokan-layout .h-\[127px\]{
height: 127px;
}.dokan-layout .h-\[140px\]{
height: 140px;
}.dokan-layout .h-\[150px\]{
height: 150px;
}.dokan-layout .h-\[18px\]{
height: 18px;
}.dokan-layout .h-\[1px\]{
height: 1px;
}.dokan-layout .h-\[214px\]{
height: 214px;
}.dokan-layout .h-\[218px\]{
height: 218px;
}.dokan-layout .h-\[21rem\]{
height: 21rem;
}.dokan-layout .h-\[25px\]{
height: 25px;
}.dokan-layout .h-\[26px\]{
height: 26px;
}.dokan-layout .h-\[27px\]{
height: 27px;
}.dokan-layout .h-\[28px\]{
height: 28px;
}.dokan-layout .h-\[298px\]{
height: 298px;
}.dokan-layout .h-\[2px\]{
height: 2px;
}.dokan-layout .h-\[30px\]{
height: 30px;
}.dokan-layout .h-\[325px\]{
height: 325px;
}.dokan-layout .h-\[35px\]{
height: 35px;
}.dokan-layout .h-\[36px\]{
height: 36px;
}.dokan-layout .h-\[3rem\]{
height: 3rem;
}.dokan-layout .h-\[44px\]{
height: 44px;
}.dokan-layout .h-\[48px\]{
height: 48px;
}.dokan-layout .h-\[500px\]{
height: 500px;
}.dokan-layout .h-\[52px\]{
height: 52px;
}.dokan-layout .h-\[600px\]{
height: 600px;
}.dokan-layout .h-\[800px\]{
height: 800px;
}.dokan-layout .h-\[85px\]{
height: 85px;
}.dokan-layout .h-\[92\.5px\]{
height: 92.5px;
}.dokan-layout .h-auto{
height: auto;
}.dokan-layout .h-fit{
height: -moz-fit-content;
height: fit-content;
}.dokan-layout .h-full{
height: 100%;
}.dokan-layout .h-px{
height: 1px;
}.dokan-layout .h-screen{
height: 100vh;
}.dokan-layout .max-h-0{
max-height: 0px;
}.dokan-layout .max-h-64{
max-height: 16rem;
}.dokan-layout .max-h-96{
max-height: 24rem;
}.dokan-layout .max-h-\[280px\]{
max-height: 280px;
}.dokan-layout .max-h-\[500px\]{
max-height: 500px;
}.dokan-layout .max-h-\[647px\]{
max-height: 647px;
}.dokan-layout .max-h-\[calc\(100vh-220px\)\]{
max-height: calc(100vh - 220px);
}.dokan-layout .max-h-full{
max-height: 100%;
}.dokan-layout .\!min-h-\[max-content\]{
min-height: -moz-max-content !important;
min-height: max-content !important;
}.dokan-layout .min-h-20{
min-height: 5rem;
}.dokan-layout .min-h-48{
min-height: 12rem;
}.dokan-layout .min-h-\[100px\]{
min-height: 100px;
}.dokan-layout .min-h-\[150px\]{
min-height: 150px;
}.dokan-layout .min-h-\[194px\]{
min-height: 194px;
}.dokan-layout .min-h-\[200px\]{
min-height: 200px;
}.dokan-layout .min-h-\[203px\]{
min-height: 203px;
}.dokan-layout .min-h-\[3rem\]{
min-height: 3rem;
}.dokan-layout .min-h-\[500px\]{
min-height: 500px;
}.dokan-layout .min-h-screen{
min-height: 100vh;
}.dokan-layout .\!w-\[350px\]{
width: 350px !important;
}.dokan-layout .\!w-\[80px\]{
width: 80px !important;
}.dokan-layout .\!w-full{
width: 100% !important;
}.dokan-layout .w-0{
width: 0px;
}.dokan-layout .w-1\.5{
width: 0.375rem;
}.dokan-layout .w-1\/2{
width: 50%;
}.dokan-layout .w-1\/3{
width: 33.333333%;
}.dokan-layout .w-1\/4{
width: 25%;
}.dokan-layout .w-10{
width: 2.5rem;
}.dokan-layout .w-12{
width: 3rem;
}.dokan-layout .w-14{
width: 3.5rem;
}.dokan-layout .w-16{
width: 4rem;
}.dokan-layout .w-2{
width: 0.5rem;
}.dokan-layout .w-2\.5{
width: 0.625rem;
}.dokan-layout .w-2\/3{
width: 66.666667%;
}.dokan-layout .w-20{
width: 5rem;
}.dokan-layout .w-24{
width: 6rem;
}.dokan-layout .w-28{
width: 7rem;
}.dokan-layout .w-3{
width: 0.75rem;
}.dokan-layout .w-3\.5{
width: 0.875rem;
}.dokan-layout .w-3\/4{
width: 75%;
}.dokan-layout .w-3\/6{
width: 50%;
}.dokan-layout .w-32{
width: 8rem;
}.dokan-layout .w-36{
width: 9rem;
}.dokan-layout .w-4{
width: 1rem;
}.dokan-layout .w-4\/6{
width: 66.666667%;
}.dokan-layout .w-40{
width: 10rem;
}.dokan-layout .w-44{
width: 11rem;
}.dokan-layout .w-48{
width: 12rem;
}.dokan-layout .w-5{
width: 1.25rem;
}.dokan-layout .w-5\/6{
width: 83.333333%;
}.dokan-layout .w-6{
width: 1.5rem;
}.dokan-layout .w-60{
width: 15rem;
}.dokan-layout .w-64{
width: 16rem;
}.dokan-layout .w-7{
width: 1.75rem;
}.dokan-layout .w-8{
width: 2rem;
}.dokan-layout .w-80{
width: 20rem;
}.dokan-layout .w-96{
width: 24rem;
}.dokan-layout .w-\[10\.5rem\]{
width: 10.5rem;
}.dokan-layout .w-\[110px\]{
width: 110px;
}.dokan-layout .w-\[11rem\]{
width: 11rem;
}.dokan-layout .w-\[120px\]{
width: 120px;
}.dokan-layout .w-\[127px\]{
width: 127px;
}.dokan-layout .w-\[137px\]{
width: 137px;
}.dokan-layout .w-\[142px\]{
width: 142px;
}.dokan-layout .w-\[157px\]{
width: 157px;
}.dokan-layout .w-\[169px\]{
width: 169px;
}.dokan-layout .w-\[18px\]{
width: 18px;
}.dokan-layout .w-\[2000px\]{
width: 2000px;
}.dokan-layout .w-\[240px\]{
width: 240px;
}.dokan-layout .w-\[250px\]{
width: 250px;
}.dokan-layout .w-\[27px\]{
width: 27px;
}.dokan-layout .w-\[30\%\]{
width: 30%;
}.dokan-layout .w-\[40\%\]{
width: 40%;
}.dokan-layout .w-\[44px\]{
width: 44px;
}.dokan-layout .w-\[500px\]{
width: 500px;
}.dokan-layout .w-\[520px\]{
width: 520px;
}.dokan-layout .w-\[52px\]{
width: 52px;
}.dokan-layout .w-\[5px\]{
width: 5px;
}.dokan-layout .w-\[60\%\]{
width: 60%;
}.dokan-layout .w-\[600px\]{
width: 600px;
}.dokan-layout .w-\[70\%\]{
width: 70%;
}.dokan-layout .w-\[800px\]{
width: 800px;
}.dokan-layout .w-\[80px\]{
width: 80px;
}.dokan-layout .w-\[92\.5px\]{
width: 92.5px;
}.dokan-layout .w-auto{
width: auto;
}.dokan-layout .w-fit{
width: -moz-fit-content;
width: fit-content;
}.dokan-layout .w-full{
width: 100%;
}.dokan-layout .w-px{
width: 1px;
}.dokan-layout .min-w-0{
min-width: 0px;
}.dokan-layout .min-w-32{
min-width: 8rem;
}.dokan-layout .min-w-40{
min-width: 10rem;
}.dokan-layout .min-w-72{
min-width: 18rem;
}.dokan-layout .min-w-\[180px\]{
min-width: 180px;
}.dokan-layout .min-w-\[20px\]{
min-width: 20px;
}.dokan-layout .min-w-\[240px\]{
min-width: 240px;
}.dokan-layout .min-w-\[258px\]{
min-width: 258px;
}.dokan-layout .min-w-\[25px\]{
min-width: 25px;
}.dokan-layout .min-w-\[260px\]{
min-width: 260px;
}.dokan-layout .min-w-\[600px\]{
min-width: 600px;
}.dokan-layout .min-w-full{
min-width: 100%;
}.dokan-layout .max-w-0{
max-width: 0px;
}.dokan-layout .max-w-10{
max-width: 2.5rem;
}.dokan-layout .max-w-24{
max-width: 6rem;
}.dokan-layout .max-w-2xl{
max-width: 42rem;
}.dokan-layout .max-w-3xl{
max-width: 48rem;
}.dokan-layout .max-w-40{
max-width: 10rem;
}.dokan-layout .max-w-6xl{
max-width: 72rem;
}.dokan-layout .max-w-7xl{
max-width: 80rem;
}.dokan-layout .max-w-\[20rem\]{
max-width: 20rem;
}.dokan-layout .max-w-\[23rem\]{
max-width: 23rem;
}.dokan-layout .max-w-\[24rem\]{
max-width: 24rem;
}.dokan-layout .max-w-\[250px\]{
max-width: 250px;
}.dokan-layout .max-w-\[258px\]{
max-width: 258px;
}.dokan-layout .max-w-\[260px\]{
max-width: 260px;
}.dokan-layout .max-w-\[270px\]{
max-width: 270px;
}.dokan-layout .max-w-\[275px\]{
max-width: 275px;
}.dokan-layout .max-w-\[285px\]{
max-width: 285px;
}.dokan-layout .max-w-\[380px\]{
max-width: 380px;
}.dokan-layout .max-w-\[450px\]{
max-width: 450px;
}.dokan-layout .max-w-\[46rem\]{
max-width: 46rem;
}.dokan-layout .max-w-\[530px\]{
max-width: 530px;
}.dokan-layout .max-w-\[600px\]{
max-width: 600px;
}.dokan-layout .max-w-\[720px\]{
max-width: 720px;
}.dokan-layout .max-w-\[72rem\]{
max-width: 72rem;
}.dokan-layout .max-w-full{
max-width: 100%;
}.dokan-layout .max-w-md{
max-width: 28rem;
}.dokan-layout .max-w-sm{
max-width: 24rem;
}.dokan-layout .max-w-xl{
max-width: 36rem;
}.dokan-layout .max-w-xs{
max-width: 20rem;
}.dokan-layout .flex-1{
flex: 1 1 0%;
}.dokan-layout .flex-auto{
flex: 1 1 auto;
}.dokan-layout .flex-shrink-0{
flex-shrink: 0;
}.dokan-layout .shrink{
flex-shrink: 1;
}.dokan-layout .shrink-0{
flex-shrink: 0;
}.dokan-layout .flex-grow{
flex-grow: 1;
}.dokan-layout .-translate-x-1\/2{
--tw-translate-x: -50%;
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));
}.dokan-layout .-translate-y-1{
--tw-translate-y: -0.25rem;
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));
}.dokan-layout .-translate-y-1\/2{
--tw-translate-y: -50%;
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));
}.dokan-layout .translate-y-0{
--tw-translate-y: 0px;
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));
}.dokan-layout .rotate-180{
--tw-rotate: 180deg;
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));
}.dokan-layout .rotate-45{
--tw-rotate: 45deg;
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));
}.dokan-layout .rotate-\[10deg\]{
--tw-rotate: 10deg;
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));
}.dokan-layout .rotate-\[13deg\]{
--tw-rotate: 13deg;
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));
}.dokan-layout .rotate-\[5deg\]{
--tw-rotate: 5deg;
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));
}.dokan-layout .scale-\[\.4\]{
--tw-scale-x: .4;
--tw-scale-y: .4;
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));
}.dokan-layout .scale-\[\.6\]{
--tw-scale-x: .6;
--tw-scale-y: .6;
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));
}.dokan-layout .scale-\[1\.5\]{
--tw-scale-x: 1.5;
--tw-scale-y: 1.5;
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));
}.dokan-layout .scale-\[1\.6\]{
--tw-scale-x: 1.6;
--tw-scale-y: 1.6;
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));
}.dokan-layout .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));
}.dokan-layout .transform-gpu{
transform: translate3d(var(--tw-translate-x), var(--tw-translate-y), 0) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}@keyframes pulse{50%{
opacity: .5;
}
}.dokan-layout .\!animate-pulse{
animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite !important;
}@keyframes pulse{50%{
opacity: .5;
}
}.dokan-layout .animate-pulse{
animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
}@keyframes spin{to{
transform: rotate(360deg);
}
}.dokan-layout .animate-spin{
animation: spin 1s linear infinite;
}.dokan-layout .cursor-help{
cursor: help;
}.dokan-layout .cursor-not-allowed{
cursor: not-allowed;
}.dokan-layout .cursor-pointer{
cursor: pointer;
}.dokan-layout .touch-pan-x{
--tw-pan-x: pan-x;
touch-action: var(--tw-pan-x) var(--tw-pan-y) var(--tw-pinch-zoom);
}.dokan-layout .touch-pan-y{
--tw-pan-y: pan-y;
touch-action: var(--tw-pan-x) var(--tw-pan-y) var(--tw-pinch-zoom);
}.dokan-layout .select-none{
-webkit-user-select: none;
-moz-user-select: none;
user-select: none;
}.dokan-layout .resize-none{
resize: none;
}.dokan-layout .resize{
resize: both;
}.dokan-layout .snap-start{
scroll-snap-align: start;
}.dokan-layout .list-none{
list-style-type: none;
}.dokan-layout .grid-cols-1{
grid-template-columns: repeat(1, minmax(0, 1fr));
}.dokan-layout .grid-cols-12{
grid-template-columns: repeat(12, minmax(0, 1fr));
}.dokan-layout .grid-cols-3{
grid-template-columns: repeat(3, minmax(0, 1fr));
}.dokan-layout .grid-cols-4{
grid-template-columns: repeat(4, minmax(0, 1fr));
}.dokan-layout .grid-cols-8{
grid-template-columns: repeat(8, minmax(0, 1fr));
}.dokan-layout .grid-rows-1{
grid-template-rows: repeat(1, minmax(0, 1fr));
}.dokan-layout .flex-row{
flex-direction: row;
}.dokan-layout .flex-col{
flex-direction: column;
}.dokan-layout .flex-wrap{
flex-wrap: wrap;
}.dokan-layout .place-items-center{
place-items: center;
}.dokan-layout .content-center{
align-content: center;
}.dokan-layout .items-start{
align-items: flex-start;
}.dokan-layout .items-end{
align-items: flex-end;
}.dokan-layout .\!items-center{
align-items: center !important;
}.dokan-layout .items-center{
align-items: center;
}.dokan-layout .items-baseline{
align-items: baseline;
}.dokan-layout .justify-start{
justify-content: flex-start;
}.dokan-layout .justify-end{
justify-content: flex-end;
}.dokan-layout .justify-center{
justify-content: center;
}.dokan-layout .justify-between{
justify-content: space-between;
}.dokan-layout .gap-1{
gap: 0.25rem;
}.dokan-layout .gap-1\.5{
gap: 0.375rem;
}.dokan-layout .gap-16{
gap: 4rem;
}.dokan-layout .gap-2{
gap: 0.5rem;
}.dokan-layout .gap-2\.5{
gap: 0.625rem;
}.dokan-layout .gap-20{
gap: 5rem;
}.dokan-layout .gap-3{
gap: 0.75rem;
}.dokan-layout .gap-3\.5{
gap: 0.875rem;
}.dokan-layout .gap-4{
gap: 1rem;
}.dokan-layout .gap-5{
gap: 1.25rem;
}.dokan-layout .gap-6{
gap: 1.5rem;
}.dokan-layout .gap-7{
gap: 1.75rem;
}.dokan-layout .gap-8{
gap: 2rem;
}.dokan-layout .gap-\[10px\]{
gap: 10px;
}.dokan-layout .gap-\[22px\]{
gap: 22px;
}.dokan-layout .gap-\[25px\]{
gap: 25px;
}.dokan-layout .gap-\[6px\]{
gap: 6px;
}.dokan-layout .gap-x-1{
-moz-column-gap: 0.25rem;
column-gap: 0.25rem;
}.dokan-layout .gap-x-2{
-moz-column-gap: 0.5rem;
column-gap: 0.5rem;
}.dokan-layout .gap-y-4{
row-gap: 1rem;
}.dokan-layout :is(.space-x-1 > :not([hidden]) ~ :not([hidden])){
--tw-space-x-reverse: 0;
margin-right: calc(0.25rem * var(--tw-space-x-reverse));
margin-left: calc(0.25rem * calc(1 - var(--tw-space-x-reverse)));
}.dokan-layout :is(.space-x-2 > :not([hidden]) ~ :not([hidden])){
--tw-space-x-reverse: 0;
margin-right: calc(0.5rem * var(--tw-space-x-reverse));
margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse)));
}.dokan-layout :is(.space-x-3 > :not([hidden]) ~ :not([hidden])){
--tw-space-x-reverse: 0;
margin-right: calc(0.75rem * var(--tw-space-x-reverse));
margin-left: calc(0.75rem * calc(1 - var(--tw-space-x-reverse)));
}.dokan-layout :is(.space-x-4 > :not([hidden]) ~ :not([hidden])){
--tw-space-x-reverse: 0;
margin-right: calc(1rem * var(--tw-space-x-reverse));
margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse)));
}.dokan-layout :is(.space-x-6 > :not([hidden]) ~ :not([hidden])){
--tw-space-x-reverse: 0;
margin-right: calc(1.5rem * var(--tw-space-x-reverse));
margin-left: calc(1.5rem * calc(1 - var(--tw-space-x-reverse)));
}.dokan-layout :is(.space-x-8 > :not([hidden]) ~ :not([hidden])){
--tw-space-x-reverse: 0;
margin-right: calc(2rem * var(--tw-space-x-reverse));
margin-left: calc(2rem * calc(1 - var(--tw-space-x-reverse)));
}.dokan-layout :is(.space-y-1 > :not([hidden]) ~ :not([hidden])){
--tw-space-y-reverse: 0;
margin-top: calc(0.25rem * calc(1 - var(--tw-space-y-reverse)));
margin-bottom: calc(0.25rem * var(--tw-space-y-reverse));
}.dokan-layout :is(.space-y-1\.5 > :not([hidden]) ~ :not([hidden])){
--tw-space-y-reverse: 0;
margin-top: calc(0.375rem * calc(1 - var(--tw-space-y-reverse)));
margin-bottom: calc(0.375rem * var(--tw-space-y-reverse));
}.dokan-layout :is(.space-y-10 > :not([hidden]) ~ :not([hidden])){
--tw-space-y-reverse: 0;
margin-top: calc(2.5rem * calc(1 - var(--tw-space-y-reverse)));
margin-bottom: calc(2.5rem * var(--tw-space-y-reverse));
}.dokan-layout :is(.space-y-2 > :not([hidden]) ~ :not([hidden])){
--tw-space-y-reverse: 0;
margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
}.dokan-layout :is(.space-y-2\.5 > :not([hidden]) ~ :not([hidden])){
--tw-space-y-reverse: 0;
margin-top: calc(0.625rem * calc(1 - var(--tw-space-y-reverse)));
margin-bottom: calc(0.625rem * var(--tw-space-y-reverse));
}.dokan-layout :is(.space-y-3 > :not([hidden]) ~ :not([hidden])){
--tw-space-y-reverse: 0;
margin-top: calc(0.75rem * calc(1 - var(--tw-space-y-reverse)));
margin-bottom: calc(0.75rem * var(--tw-space-y-reverse));
}.dokan-layout :is(.space-y-4 > :not([hidden]) ~ :not([hidden])){
--tw-space-y-reverse: 0;
margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
margin-bottom: calc(1rem * var(--tw-space-y-reverse));
}.dokan-layout :is(.space-y-6 > :not([hidden]) ~ :not([hidden])){
--tw-space-y-reverse: 0;
margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));
margin-bottom: calc(1.5rem * var(--tw-space-y-reverse));
}.dokan-layout :is(.space-y-7 > :not([hidden]) ~ :not([hidden])){
--tw-space-y-reverse: 0;
margin-top: calc(1.75rem * calc(1 - var(--tw-space-y-reverse)));
margin-bottom: calc(1.75rem * var(--tw-space-y-reverse));
}.dokan-layout :is(.space-y-8 > :not([hidden]) ~ :not([hidden])){
--tw-space-y-reverse: 0;
margin-top: calc(2rem * calc(1 - var(--tw-space-y-reverse)));
margin-bottom: calc(2rem * var(--tw-space-y-reverse));
}.dokan-layout :is(.divide-y > :not([hidden]) ~ :not([hidden])){
--tw-divide-y-reverse: 0;
border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
border-bottom-width: calc(1px * var(--tw-divide-y-reverse));
}.dokan-layout :is(.divide-gray-200 > :not([hidden]) ~ :not([hidden])){
--tw-divide-opacity: 1;
border-color: rgb(229 231 235 / var(--tw-divide-opacity, 1));
}.dokan-layout :is(.divide-gray-300 > :not([hidden]) ~ :not([hidden])){
--tw-divide-opacity: 1;
border-color: rgb(209 213 219 / var(--tw-divide-opacity, 1));
}.dokan-layout .self-center{
align-self: center;
}.dokan-layout .overflow-auto{
overflow: auto;
}.dokan-layout .overflow-hidden{
overflow: hidden;
}.dokan-layout .overflow-visible{
overflow: visible;
}.dokan-layout .overflow-x-auto{
overflow-x: auto;
}.dokan-layout .overflow-y-auto{
overflow-y: auto;
}.dokan-layout .scroll-auto{
scroll-behavior: auto;
}.dokan-layout .truncate{
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}.dokan-layout .text-ellipsis{
text-overflow: ellipsis;
}.dokan-layout .whitespace-nowrap{
white-space: nowrap;
}.dokan-layout .text-wrap{
text-wrap: wrap;
}.dokan-layout .break-words{
overflow-wrap: break-word;
}.dokan-layout .break-all{
word-break: break-all;
}.dokan-layout .\!rounded{
border-radius: 0.25rem !important;
}.dokan-layout .\!rounded-\[5px\]{
border-radius: 5px !important;
}.dokan-layout .\!rounded-lg{
border-radius: 0.5rem !important;
}.dokan-layout .\!rounded-none{
border-radius: 0px !important;
}.dokan-layout .rounded{
border-radius: 0.25rem;
}.dokan-layout .rounded-2xl{
border-radius: 1rem;
}.dokan-layout .rounded-\[20px\]{
border-radius: 20px;
}.dokan-layout .rounded-\[3px\]{
border-radius: 3px;
}.dokan-layout .rounded-\[5px\]{
border-radius: 5px;
}.dokan-layout .rounded-full{
border-radius: 9999px;
}.dokan-layout .rounded-lg{
border-radius: 0.5rem;
}.dokan-layout .rounded-md{
border-radius: 0.375rem;
}.dokan-layout .rounded-none{
border-radius: 0px;
}.dokan-layout .rounded-sm{
border-radius: 0.125rem;
}.dokan-layout .rounded-xl{
border-radius: 0.75rem;
}.dokan-layout .\!rounded-l-none{
border-top-left-radius: 0px !important;
border-bottom-left-radius: 0px !important;
}.dokan-layout .\!rounded-r-none{
border-top-right-radius: 0px !important;
border-bottom-right-radius: 0px !important;
}.dokan-layout .rounded-b-md{
border-bottom-right-radius: 0.375rem;
border-bottom-left-radius: 0.375rem;
}.dokan-layout .rounded-b-none{
border-bottom-right-radius: 0px;
border-bottom-left-radius: 0px;
}.dokan-layout .rounded-b-xl{
border-bottom-right-radius: 0.75rem;
border-bottom-left-radius: 0.75rem;
}.dokan-layout .rounded-l{
border-top-left-radius: 0.25rem;
border-bottom-left-radius: 0.25rem;
}.dokan-layout .rounded-l-\[5px\]{
border-top-left-radius: 5px;
border-bottom-left-radius: 5px;
}.dokan-layout .rounded-l-md{
border-top-left-radius: 0.375rem;
border-bottom-left-radius: 0.375rem;
}.dokan-layout .rounded-l-none{
border-top-left-radius: 0px;
border-bottom-left-radius: 0px;
}.dokan-layout .rounded-r{
border-top-right-radius: 0.25rem;
border-bottom-right-radius: 0.25rem;
}.dokan-layout .rounded-r-\[3px\]{
border-top-right-radius: 3px;
border-bottom-right-radius: 3px;
}.dokan-layout .rounded-r-\[5px\]{
border-top-right-radius: 5px;
border-bottom-right-radius: 5px;
}.dokan-layout .rounded-r-md{
border-top-right-radius: 0.375rem;
border-bottom-right-radius: 0.375rem;
}.dokan-layout .rounded-r-none{
border-top-right-radius: 0px;
border-bottom-right-radius: 0px;
}.dokan-layout .rounded-t-md{
border-top-left-radius: 0.375rem;
border-top-right-radius: 0.375rem;
}.dokan-layout .rounded-t-none{
border-top-left-radius: 0px;
border-top-right-radius: 0px;
}.dokan-layout .rounded-t-xl{
border-top-left-radius: 0.75rem;
border-top-right-radius: 0.75rem;
}.dokan-layout .rounded-tl-md{
border-top-left-radius: 0.375rem;
}.dokan-layout .rounded-tr-md{
border-top-right-radius: 0.375rem;
}.dokan-layout .border{
border-width: 1px;
}.dokan-layout .border-0{
border-width: 0px;
}.dokan-layout .border-2{
border-width: 2px;
}.dokan-layout .border-8{
border-width: 8px;
}.dokan-layout .border-\[0\.957434px\]{
border-width: 0.957434px;
}.dokan-layout .border-\[1px\]{
border-width: 1px;
}.dokan-layout .border-x-0{
border-left-width: 0px;
border-right-width: 0px;
}.dokan-layout .\!border-b-2{
border-bottom-width: 2px !important;
}.dokan-layout .\!border-b-\[1px\]{
border-bottom-width: 1px !important;
}.dokan-layout .\!border-b-\[2px\]{
border-bottom-width: 2px !important;
}.dokan-layout .\!border-l-0{
border-left-width: 0px !important;
}.dokan-layout .\!border-r-0{
border-right-width: 0px !important;
}.dokan-layout .\!border-r-\[1px\]{
border-right-width: 1px !important;
}.dokan-layout .border-b{
border-bottom-width: 1px;
}.dokan-layout .border-b-0{
border-bottom-width: 0px;
}.dokan-layout .border-b-2{
border-bottom-width: 2px;
}.dokan-layout .border-b-\[1px\]{
border-bottom-width: 1px;
}.dokan-layout .border-b-\[2px\]{
border-bottom-width: 2px;
}.dokan-layout .border-l{
border-left-width: 1px;
}.dokan-layout .border-l-0{
border-left-width: 0px;
}.dokan-layout .border-l-\[1px\]{
border-left-width: 1px;
}.dokan-layout .border-r{
border-right-width: 1px;
}.dokan-layout .border-r-0{
border-right-width: 0px;
}.dokan-layout .border-r-\[0\.957434px\]{
border-right-width: 0.957434px;
}.dokan-layout .border-r-\[1px\]{
border-right-width: 1px;
}.dokan-layout .border-s-2{
border-inline-start-width: 2px;
}.dokan-layout .border-t{
border-top-width: 1px;
}.dokan-layout .border-t-0{
border-top-width: 0px;
}.dokan-layout .border-solid{
border-style: solid;
}.dokan-layout .border-dashed{
border-style: dashed;
}.dokan-layout .\!border-none{
border-style: none !important;
}.dokan-layout .border-none{
border-style: none;
}.dokan-layout .\!border-\[\#7047EB\]{
--tw-border-opacity: 1 !important;
border-color: rgb(112 71 235 / var(--tw-border-opacity, 1)) !important;
}.dokan-layout .\!border-\[\#E9E9E9\]{
--tw-border-opacity: 1 !important;
border-color: rgb(233 233 233 / var(--tw-border-opacity, 1)) !important;
}.dokan-layout .\!border-dokan-btn{
border-color: var(--dokan-button-border-color, #7047EB) !important;
}.dokan-layout .\!border-gray-300{
--tw-border-opacity: 1 !important;
border-color: rgb(209 213 219 / var(--tw-border-opacity, 1)) !important;
}.dokan-layout .border-\[\#1a9ed4\]{
--tw-border-opacity: 1;
border-color: rgb(26 158 212 / var(--tw-border-opacity, 1));
}.dokan-layout .border-\[\#5341C20F\]{
border-color: #5341C20F;
}.dokan-layout .border-\[\#7047EB\]{
--tw-border-opacity: 1;
border-color: rgb(112 71 235 / var(--tw-border-opacity, 1));
}.dokan-layout .border-\[\#7C3AED\]{
--tw-border-opacity: 1;
border-color: rgb(124 58 237 / var(--tw-border-opacity, 1));
}.dokan-layout .border-\[\#A5A5AA\]{
--tw-border-opacity: 1;
border-color: rgb(165 165 170 / var(--tw-border-opacity, 1));
}.dokan-layout .border-\[\#E5E0F2\]{
--tw-border-opacity: 1;
border-color: rgb(229 224 242 / var(--tw-border-opacity, 1));
}.dokan-layout .border-\[\#E5E7EB\]{
--tw-border-opacity: 1;
border-color: rgb(229 231 235 / var(--tw-border-opacity, 1));
}.dokan-layout .border-\[\#E9E9E9\]{
--tw-border-opacity: 1;
border-color: rgb(233 233 233 / var(--tw-border-opacity, 1));
}.dokan-layout .border-\[\#EBEBEB\]{
--tw-border-opacity: 1;
border-color: rgb(235 235 235 / var(--tw-border-opacity, 1));
}.dokan-layout .border-\[\#FBBF24\]{
--tw-border-opacity: 1;
border-color: rgb(251 191 36 / var(--tw-border-opacity, 1));
}.dokan-layout .border-\[\#e9e9ea\]{
--tw-border-opacity: 1;
border-color: rgb(233 233 234 / var(--tw-border-opacity, 1));
}.dokan-layout .border-\[\#fff\]{
--tw-border-opacity: 1;
border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
}.dokan-layout .border-blue-600{
--tw-border-opacity: 1;
border-color: rgb(37 99 235 / var(--tw-border-opacity, 1));
}.dokan-layout .border-dokan-primary{
border-color: var(--dokan-button-background-color, #7047EB);
}.dokan-layout .border-gray-100{
--tw-border-opacity: 1;
border-color: rgb(243 244 246 / var(--tw-border-opacity, 1));
}.dokan-layout .border-gray-200{
--tw-border-opacity: 1;
border-color: rgb(229 231 235 / var(--tw-border-opacity, 1));
}.dokan-layout .border-gray-300{
--tw-border-opacity: 1;
border-color: rgb(209 213 219 / var(--tw-border-opacity, 1));
}.dokan-layout .border-green-50{
--tw-border-opacity: 1;
border-color: rgb(240 253 244 / var(--tw-border-opacity, 1));
}.dokan-layout .border-indigo-600{
--tw-border-opacity: 1;
border-color: rgb(79 70 229 / var(--tw-border-opacity, 1));
}.dokan-layout .border-neutral-200{
--tw-border-opacity: 1;
border-color: rgb(229 229 229 / var(--tw-border-opacity, 1));
}.dokan-layout .border-neutral-700{
--tw-border-opacity: 1;
border-color: rgb(64 64 64 / var(--tw-border-opacity, 1));
}.dokan-layout .border-orange-50{
--tw-border-opacity: 1;
border-color: rgb(255 247 237 / var(--tw-border-opacity, 1));
}.dokan-layout .border-orange-500{
--tw-border-opacity: 1;
border-color: rgb(249 115 22 / var(--tw-border-opacity, 1));
}.dokan-layout .border-red-300{
--tw-border-opacity: 1;
border-color: rgb(252 165 165 / var(--tw-border-opacity, 1));
}.dokan-layout .border-red-50{
--tw-border-opacity: 1;
border-color: rgb(254 242 242 / var(--tw-border-opacity, 1));
}.dokan-layout .border-transparent{
border-color: transparent;
}.dokan-layout .border-white{
--tw-border-opacity: 1;
border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
}.dokan-layout .\!bg-dokan-btn{
background-color: var(--dokan-button-background-color, #7047EB) !important;
}.dokan-layout .\!bg-neutral-200{
--tw-bg-opacity: 1 !important;
background-color: rgb(229 229 229 / var(--tw-bg-opacity, 1)) !important;
}.dokan-layout .\!bg-transparent{
background-color: transparent !important;
}.dokan-layout .\!bg-white{
--tw-bg-opacity: 1 !important;
background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1)) !important;
}.dokan-layout .bg-\[\#00BC8B\]{
--tw-bg-opacity: 1;
background-color: rgb(0 188 139 / var(--tw-bg-opacity, 1));
}.dokan-layout .bg-\[\#032B75\]{
--tw-bg-opacity: 1;
background-color: rgb(3 43 117 / var(--tw-bg-opacity, 1));
}.dokan-layout .bg-\[\#0C5F9A\]{
--tw-bg-opacity: 1;
background-color: rgb(12 95 154 / var(--tw-bg-opacity, 1));
}.dokan-layout .bg-\[\#3B82F6\]{
--tw-bg-opacity: 1;
background-color: rgb(59 130 246 / var(--tw-bg-opacity, 1));
}.dokan-layout .bg-\[\#4CA772\]{
--tw-bg-opacity: 1;
background-color: rgb(76 167 114 / var(--tw-bg-opacity, 1));
}.dokan-layout .bg-\[\#4EB9FA\]{
--tw-bg-opacity: 1;
background-color: rgb(78 185 250 / var(--tw-bg-opacity, 1));
}.dokan-layout .bg-\[\#6F4CEB\]{
--tw-bg-opacity: 1;
background-color: rgb(111 76 235 / var(--tw-bg-opacity, 1));
}.dokan-layout .bg-\[\#7047EB\]{
--tw-bg-opacity: 1;
background-color: rgb(112 71 235 / var(--tw-bg-opacity, 1));
}.dokan-layout .bg-\[\#861A8A\]{
--tw-bg-opacity: 1;
background-color: rgb(134 26 138 / var(--tw-bg-opacity, 1));
}.dokan-layout .bg-\[\#D4FBEF\]{
--tw-bg-opacity: 1;
background-color: rgb(212 251 239 / var(--tw-bg-opacity, 1));
}.dokan-layout .bg-\[\#D8D8FE\]{
--tw-bg-opacity: 1;
background-color: rgb(216 216 254 / var(--tw-bg-opacity, 1));
}.dokan-layout .bg-\[\#DDEDFF\]{
--tw-bg-opacity: 1;
background-color: rgb(221 237 255 / var(--tw-bg-opacity, 1));
}.dokan-layout .bg-\[\#E4E6EB\]{
--tw-bg-opacity: 1;
background-color: rgb(228 230 235 / var(--tw-bg-opacity, 1));
}.dokan-layout .bg-\[\#E64B5F\]{
--tw-bg-opacity: 1;
background-color: rgb(230 75 95 / var(--tw-bg-opacity, 1));
}.dokan-layout .bg-\[\#E9E9E9\]{
--tw-bg-opacity: 1;
background-color: rgb(233 233 233 / var(--tw-bg-opacity, 1));
}.dokan-layout .bg-\[\#EAF9FF\]{
--tw-bg-opacity: 1;
background-color: rgb(234 249 255 / var(--tw-bg-opacity, 1));
}.dokan-layout .bg-\[\#ECEEFF\]{
--tw-bg-opacity: 1;
background-color: rgb(236 238 255 / var(--tw-bg-opacity, 1));
}.dokan-layout .bg-\[\#EFEAFF\]{
--tw-bg-opacity: 1;
background-color: rgb(239 234 255 / var(--tw-bg-opacity, 1));
}.dokan-layout .bg-\[\#F0EBFF\]{
--tw-bg-opacity: 1;
background-color: rgb(240 235 255 / var(--tw-bg-opacity, 1));
}.dokan-layout .bg-\[\#F1EDFD\]{
--tw-bg-opacity: 1;
background-color: rgb(241 237 253 / var(--tw-bg-opacity, 1));
}.dokan-layout .bg-\[\#F1F1F4\]{
--tw-bg-opacity: 1;
background-color: rgb(241 241 244 / var(--tw-bg-opacity, 1));
}.dokan-layout .bg-\[\#F7F5FF\]{
--tw-bg-opacity: 1;
background-color: rgb(247 245 255 / var(--tw-bg-opacity, 1));
}.dokan-layout .bg-\[\#F8F6FE\]{
--tw-bg-opacity: 1;
background-color: rgb(248 246 254 / var(--tw-bg-opacity, 1));
}.dokan-layout .bg-\[\#F8F9F8\]{
--tw-bg-opacity: 1;
background-color: rgb(248 249 248 / var(--tw-bg-opacity, 1));
}.dokan-layout .bg-\[\#FBBF24\]{
--tw-bg-opacity: 1;
background-color: rgb(251 191 36 / var(--tw-bg-opacity, 1));
}.dokan-layout .bg-\[\#FCB069\]{
--tw-bg-opacity: 1;
background-color: rgb(252 176 105 / var(--tw-bg-opacity, 1));
}.dokan-layout .bg-\[\#FDF2F8\]{
--tw-bg-opacity: 1;
background-color: rgb(253 242 248 / var(--tw-bg-opacity, 1));
}.dokan-layout .bg-\[\#FEF8DB\]{
--tw-bg-opacity: 1;
background-color: rgb(254 248 219 / var(--tw-bg-opacity, 1));
}.dokan-layout .bg-\[\#FF9B5366\]{
background-color: #FF9B5366;
}.dokan-layout .bg-\[\#FFBC00\]{
--tw-bg-opacity: 1;
background-color: rgb(255 188 0 / var(--tw-bg-opacity, 1));
}.dokan-layout .bg-\[\#FFF2FF\]{
--tw-bg-opacity: 1;
background-color: rgb(255 242 255 / var(--tw-bg-opacity, 1));
}.dokan-layout .bg-\[\#dadada\]{
--tw-bg-opacity: 1;
background-color: rgb(218 218 218 / var(--tw-bg-opacity, 1));
}.dokan-layout .bg-\[\#e4e6eb\]{
--tw-bg-opacity: 1;
background-color: rgb(228 230 235 / var(--tw-bg-opacity, 1));
}.dokan-layout .bg-\[\#f7f8fa\]{
--tw-bg-opacity: 1;
background-color: rgb(247 248 250 / var(--tw-bg-opacity, 1));
}.dokan-layout .bg-\[rgba\(124\2c 58\2c 237\2c 0\.1\)\]{
background-color: rgba(124,58,237,0.1);
}.dokan-layout .bg-\[rgba\(8\2c 21\2c 39\2c 1\)\]{
background-color: rgba(8,21,39,1);
}.dokan-layout .bg-amber-50{
--tw-bg-opacity: 1;
background-color: rgb(255 251 235 / var(--tw-bg-opacity, 1));
}.dokan-layout .bg-black{
--tw-bg-opacity: 1;
background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
}.dokan-layout .bg-blue-50{
--tw-bg-opacity: 1;
background-color: rgb(239 246 255 / var(--tw-bg-opacity, 1));
}.dokan-layout .bg-blue-500{
--tw-bg-opacity: 1;
background-color: rgb(59 130 246 / var(--tw-bg-opacity, 1));
}.dokan-layout .bg-dokan-primary{
background-color: var(--dokan-button-background-color, #7047EB);
}.dokan-layout .bg-gray-100{
--tw-bg-opacity: 1;
background-color: rgb(243 244 246 / var(--tw-bg-opacity, 1));
}.dokan-layout .bg-gray-200{
--tw-bg-opacity: 1;
background-color: rgb(229 231 235 / var(--tw-bg-opacity, 1));
}.dokan-layout .bg-gray-300{
--tw-bg-opacity: 1;
background-color: rgb(209 213 219 / var(--tw-bg-opacity, 1));
}.dokan-layout .bg-gray-50{
--tw-bg-opacity: 1;
background-color: rgb(249 250 251 / var(--tw-bg-opacity, 1));
}.dokan-layout .bg-gray-800{
--tw-bg-opacity: 1;
background-color: rgb(31 41 55 / var(--tw-bg-opacity, 1));
}.dokan-layout .bg-gray-900{
--tw-bg-opacity: 1;
background-color: rgb(17 24 39 / var(--tw-bg-opacity, 1));
}.dokan-layout .bg-green-50{
--tw-bg-opacity: 1;
background-color: rgb(240 253 244 / var(--tw-bg-opacity, 1));
}.dokan-layout .bg-green-500{
--tw-bg-opacity: 1;
background-color: rgb(34 197 94 / var(--tw-bg-opacity, 1));
}.dokan-layout .bg-indigo-100{
--tw-bg-opacity: 1;
background-color: rgb(224 231 255 / var(--tw-bg-opacity, 1));
}.dokan-layout .bg-indigo-50{
--tw-bg-opacity: 1;
background-color: rgb(238 242 255 / var(--tw-bg-opacity, 1));
}.dokan-layout .bg-indigo-600{
--tw-bg-opacity: 1;
background-color: rgb(79 70 229 / var(--tw-bg-opacity, 1));
}.dokan-layout .bg-orange-50{
--tw-bg-opacity: 1;
background-color: rgb(255 247 237 / var(--tw-bg-opacity, 1));
}.dokan-layout .bg-pink-50{
--tw-bg-opacity: 1;
background-color: rgb(253 242 248 / var(--tw-bg-opacity, 1));
}.dokan-layout .bg-purple-50{
--tw-bg-opacity: 1;
background-color: rgb(250 245 255 / var(--tw-bg-opacity, 1));
}.dokan-layout .bg-purple-500{
--tw-bg-opacity: 1;
background-color: rgb(168 85 247 / var(--tw-bg-opacity, 1));
}.dokan-layout .bg-purple-700{
--tw-bg-opacity: 1;
background-color: rgb(126 34 206 / var(--tw-bg-opacity, 1));
}.dokan-layout .bg-red-50{
--tw-bg-opacity: 1;
background-color: rgb(254 242 242 / var(--tw-bg-opacity, 1));
}.dokan-layout .bg-red-500{
--tw-bg-opacity: 1;
background-color: rgb(239 68 68 / var(--tw-bg-opacity, 1));
}.dokan-layout .bg-teal-50{
--tw-bg-opacity: 1;
background-color: rgb(240 253 250 / var(--tw-bg-opacity, 1));
}.dokan-layout .bg-transparent{
background-color: transparent;
}.dokan-layout .bg-violet-900{
--tw-bg-opacity: 1;
background-color: rgb(76 29 149 / var(--tw-bg-opacity, 1));
}.dokan-layout .bg-white{
--tw-bg-opacity: 1;
background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}.dokan-layout .bg-white\/90{
background-color: rgb(255 255 255 / 0.9);
}.dokan-layout .bg-yellow-400{
--tw-bg-opacity: 1;
background-color: rgb(250 204 21 / var(--tw-bg-opacity, 1));
}.dokan-layout .bg-yellow-50{
--tw-bg-opacity: 1;
background-color: rgb(254 252 232 / var(--tw-bg-opacity, 1));
}.dokan-layout .bg-zinc-100{
--tw-bg-opacity: 1;
background-color: rgb(244 244 245 / var(--tw-bg-opacity, 1));
}.dokan-layout .bg-opacity-\[10\%\]{
--tw-bg-opacity: 10%;
}.dokan-layout .bg-\[linear-gradient\(214\.33deg\2c rgba\(234\2c 248\2c 255\2c 0\.7\)_3\.79\%\2c \#FFFFFF_60\.72\%\)\]{
background-image: linear-gradient(214.33deg,rgba(234,248,255,0.7) 3.79%,#FFFFFF 60.72%);
}.dokan-layout .bg-\[linear-gradient\(214\.33deg\2c rgba\(239\2c 241\2c 255\2c 0\.7\)_3\.79\%\2c \#FFFFFF_60\.72\%\)\]{
background-image: linear-gradient(214.33deg,rgba(239,241,255,0.7) 3.79%,#FFFFFF 60.72%);
}.dokan-layout .bg-\[linear-gradient\(214\.33deg\2c rgba\(255\2c 238\2c 249\2c 0\.7\)_3\.79\%\2c \#FFFFFF_60\.72\%\)\]{
background-image: linear-gradient(214.33deg,rgba(255,238,249,0.7) 3.79%,#FFFFFF 60.72%);
}.dokan-layout .bg-\[linear-gradient\(214\.33deg\2c rgba\(255\2c 250\2c 239\2c 0\.7\)_3\.79\%\2c \#FFFFFF_60\.72\%\)\]{
background-image: linear-gradient(214.33deg,rgba(255,250,239,0.7) 3.79%,#FFFFFF 60.72%);
}.dokan-layout .bg-\[linear-gradient\(270deg\2c black_0\%\2c rgba\(0\2c 0\2c 0\2c 0\)_100\%\)\]{
background-image: linear-gradient(270deg,black 0%,rgba(0,0,0,0) 100%);
}.dokan-layout .bg-\[linear-gradient\(270deg\2c rgba\(219\2c 100\2c 190\2c \.3\)_0\%\2c rgba\(0\2c 0\2c 0\2c 0\)_100\%\)\]{
background-image: linear-gradient(270deg,rgba(219,100,190,.3) 0%,rgba(0,0,0,0) 100%);
}.dokan-layout .bg-\[linear-gradient\(90deg\2c rgba\(38\2c 1\2c 138\2c 1\)_0\%\2c rgba\(0\2c 0\2c 0\2c 1\)_100\%\)\]{
background-image: linear-gradient(90deg,rgba(38,1,138,1) 0%,rgba(0,0,0,1) 100%);
}.dokan-layout .bg-\[linear-gradient\(to_bottom\2c rgba\(178\2c 245\2c 234\2c 0\.3\)_0\%\2c rgba\(255\2c 255\2c 255\2c 0\)_100\%\)\]{
background-image: linear-gradient(to bottom,rgba(178,245,234,0.3) 0%,rgba(255,255,255,0) 100%);
}.dokan-layout .bg-\[radial-gradient\(circle\2c rgba\(0\2c 133\2c 143\2c \.7\)_0\%\2c rgba\(0\2c 0\2c 0\2c 0\)_70\%\)\]{
background-image: radial-gradient(circle,rgba(0,133,143,.7) 0%,rgba(0,0,0,0) 70%);
}.dokan-layout .bg-\[radial-gradient\(circle\2c rgba\(118\2c 75\2c 227\2c \.3\)_0\%\2c rgba\(0\2c 0\2c 0\2c 0\)_70\%\)\]{
background-image: radial-gradient(circle,rgba(118,75,227,.3) 0%,rgba(0,0,0,0) 70%);
}.dokan-layout .bg-\[radial-gradient\(circle\2c rgba\(195\2c 21\2c 232\2c \.6\)_1\%\2c \#000000_70\%\)\]{
background-image: radial-gradient(circle,rgba(195,21,232,.6) 1%,#000000 70%);
}.dokan-layout .bg-\[radial-gradient\(ellipse\2c \#FFC3EC_0\%\2c \#B200FF_30\%\2c \#032B75_75\%\2c rgba\(0\2c 0\2c 0\2c 0\)_100\%\)\]{
background-image: radial-gradient(ellipse,#FFC3EC 0%,#B200FF 30%,#032B75 75%,rgba(0,0,0,0) 100%);
}.dokan-layout .bg-\[url\(\'\/assets\/images\/error-page-bg\.png\'\)\]{
background-image: url(//schallplatten.me/wp-content/plugins/dokan-lite/assets/js/../images/error-page-bg.png);
}.dokan-layout .bg-gradient-to-br{
background-image: linear-gradient(to bottom right, var(--tw-gradient-stops));
}.dokan-layout .from-orange-500{
--tw-gradient-from: #f97316 var(--tw-gradient-from-position);
--tw-gradient-to: rgb(249 115 22 / 0) var(--tw-gradient-to-position);
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}.dokan-layout .to-orange-600{
--tw-gradient-to: #ea580c var(--tw-gradient-to-position);
}.dokan-layout .bg-auto{
background-size: auto;
}.dokan-layout .bg-cover{
background-size: cover;
}.dokan-layout .bg-\[-20px_10px\]{
background-position: -20px 10px;
}.dokan-layout .bg-\[right_-40px_bottom_-40px\]{
background-position: right -40px bottom -40px;
}.dokan-layout .bg-center{
background-position: center;
}.dokan-layout .bg-no-repeat{
background-repeat: no-repeat;
}.dokan-layout .\!fill-\[\#7047EB\]{
fill: #7047EB !important;
}.dokan-layout .\!fill-none{
fill: none !important;
}.dokan-layout .fill-\[\#828282\]{
fill: #828282;
}.dokan-layout .fill-neutral-400{
fill: #a3a3a3;
}.dokan-layout .fill-red-500{
fill: #ef4444;
}.dokan-layout .fill-white{
fill: #fff;
}.dokan-layout .stroke-red-500{
stroke: #ef4444;
}.dokan-layout .stroke-\[2\.5\]{
stroke-width: 2.5;
}.dokan-layout .object-contain{
-o-object-fit: contain;
object-fit: contain;
}.dokan-layout .object-cover{
-o-object-fit: cover;
object-fit: cover;
}.dokan-layout .p-0{
padding: 0px;
}.dokan-layout .p-1{
padding: 0.25rem;
}.dokan-layout .p-2{
padding: 0.5rem;
}.dokan-layout .p-2\.5{
padding: 0.625rem;
}.dokan-layout .p-3{
padding: 0.75rem;
}.dokan-layout .p-4{
padding: 1rem;
}.dokan-layout .p-5{
padding: 1.25rem;
}.dokan-layout .p-6{
padding: 1.5rem;
}.dokan-layout .p-8{
padding: 2rem;
}.dokan-layout .p-\[10px\]{
padding: 10px;
}.dokan-layout .px-0{
padding-left: 0px;
padding-right: 0px;
}.dokan-layout .px-1{
padding-left: 0.25rem;
padding-right: 0.25rem;
}.dokan-layout .px-1\.5{
padding-left: 0.375rem;
padding-right: 0.375rem;
}.dokan-layout .px-12{
padding-left: 3rem;
padding-right: 3rem;
}.dokan-layout .px-2{
padding-left: 0.5rem;
padding-right: 0.5rem;
}.dokan-layout .px-2\.5{
padding-left: 0.625rem;
padding-right: 0.625rem;
}.dokan-layout .px-3{
padding-left: 0.75rem;
padding-right: 0.75rem;
}.dokan-layout .px-3\.5{
padding-left: 0.875rem;
padding-right: 0.875rem;
}.dokan-layout .px-4{
padding-left: 1rem;
padding-right: 1rem;
}.dokan-layout .px-5{
padding-left: 1.25rem;
padding-right: 1.25rem;
}.dokan-layout .px-6{
padding-left: 1.5rem;
padding-right: 1.5rem;
}.dokan-layout .px-8{
padding-left: 2rem;
padding-right: 2rem;
}.dokan-layout .px-\[18px\]{
padding-left: 18px;
padding-right: 18px;
}.dokan-layout .px-\[22px\]{
padding-left: 22px;
padding-right: 22px;
}.dokan-layout .px-\[24px\]{
padding-left: 24px;
padding-right: 24px;
}.dokan-layout .px-\[25px\]{
padding-left: 25px;
padding-right: 25px;
}.dokan-layout .py-0\.5{
padding-top: 0.125rem;
padding-bottom: 0.125rem;
}.dokan-layout .py-1{
padding-top: 0.25rem;
padding-bottom: 0.25rem;
}.dokan-layout .py-1\.5{
padding-top: 0.375rem;
padding-bottom: 0.375rem;
}.dokan-layout .py-12{
padding-top: 3rem;
padding-bottom: 3rem;
}.dokan-layout .py-16{
padding-top: 4rem;
padding-bottom: 4rem;
}.dokan-layout .py-2{
padding-top: 0.5rem;
padding-bottom: 0.5rem;
}.dokan-layout .py-2\.5{
padding-top: 0.625rem;
padding-bottom: 0.625rem;
}.dokan-layout .py-3{
padding-top: 0.75rem;
padding-bottom: 0.75rem;
}.dokan-layout .py-3\.5{
padding-top: 0.875rem;
padding-bottom: 0.875rem;
}.dokan-layout .py-4{
padding-top: 1rem;
padding-bottom: 1rem;
}.dokan-layout .py-40{
padding-top: 10rem;
padding-bottom: 10rem;
}.dokan-layout .py-5{
padding-top: 1.25rem;
padding-bottom: 1.25rem;
}.dokan-layout .py-6{
padding-top: 1.5rem;
padding-bottom: 1.5rem;
}.dokan-layout .py-8{
padding-top: 2rem;
padding-bottom: 2rem;
}.dokan-layout .py-\[10px\]{
padding-top: 10px;
padding-bottom: 10px;
}.dokan-layout .py-\[3px\]{
padding-top: 3px;
padding-bottom: 3px;
}.dokan-layout .pb-1{
padding-bottom: 0.25rem;
}.dokan-layout .pb-10{
padding-bottom: 2.5rem;
}.dokan-layout .pb-2\.5{
padding-bottom: 0.625rem;
}.dokan-layout .pb-3{
padding-bottom: 0.75rem;
}.dokan-layout .pb-4{
padding-bottom: 1rem;
}.dokan-layout .pb-5{
padding-bottom: 1.25rem;
}.dokan-layout .pb-6{
padding-bottom: 1.5rem;
}.dokan-layout .pl-0{
padding-left: 0px;
}.dokan-layout .pl-1{
padding-left: 0.25rem;
}.dokan-layout .pl-10{
padding-left: 2.5rem;
}.dokan-layout .pl-2{
padding-left: 0.5rem;
}.dokan-layout .pl-3{
padding-left: 0.75rem;
}.dokan-layout .pl-4{
padding-left: 1rem;
}.dokan-layout .pl-44{
padding-left: 11rem;
}.dokan-layout .pl-6{
padding-left: 1.5rem;
}.dokan-layout .pl-\[10px\]{
padding-left: 10px;
}.dokan-layout .pl-\[5px\]{
padding-left: 5px;
}.dokan-layout .pr-0{
padding-right: 0px;
}.dokan-layout .pr-1\.5{
padding-right: 0.375rem;
}.dokan-layout .pr-10{
padding-right: 2.5rem;
}.dokan-layout .pr-2{
padding-right: 0.5rem;
}.dokan-layout .pr-3{
padding-right: 0.75rem;
}.dokan-layout .pr-4{
padding-right: 1rem;
}.dokan-layout .pr-6{
padding-right: 1.5rem;
}.dokan-layout .pr-8{
padding-right: 2rem;
}.dokan-layout .pr-\[10px\]{
padding-right: 10px;
}.dokan-layout .pt-0{
padding-top: 0px;
}.dokan-layout .pt-1{
padding-top: 0.25rem;
}.dokan-layout .pt-16{
padding-top: 4rem;
}.dokan-layout .pt-3{
padding-top: 0.75rem;
}.dokan-layout .pt-4{
padding-top: 1rem;
}.dokan-layout .text-left{
text-align: left;
}.dokan-layout .text-center{
text-align: center;
}.dokan-layout .text-right{
text-align: right;
}.dokan-layout .text-start{
text-align: start;
}.dokan-layout .align-middle{
vertical-align: middle;
}.dokan-layout .text-2xl{
font-size: 1.5rem;
line-height: 2rem;
}.dokan-layout .text-2xl\/7{
font-size: 1.5rem;
line-height: 1.75rem;
}.dokan-layout .text-3xl{
font-size: 1.875rem;
line-height: 2.25rem;
}.dokan-layout .text-\[10px\]{
font-size: 10px;
}.dokan-layout .text-\[12px\]{
font-size: 12px;
}.dokan-layout .text-\[13px\]{
font-size: 13px;
}.dokan-layout .text-\[14px\]{
font-size: 14px;
}.dokan-layout .text-\[15px\]{
font-size: 15px;
}.dokan-layout .text-\[16px\]{
font-size: 16px;
}.dokan-layout .text-\[18px\]{
font-size: 18px;
}.dokan-layout .text-\[24px\]{
font-size: 24px;
}.dokan-layout .text-\[64px\]{
font-size: 64px;
}.dokan-layout .text-base{
font-size: 1rem;
line-height: 1.5rem;
}.dokan-layout .text-lg{
font-size: 1.125rem;
line-height: 1.75rem;
}.dokan-layout .text-sm{
font-size: 0.875rem;
line-height: 1.25rem;
}.dokan-layout .text-sm\/6{
font-size: 0.875rem;
line-height: 1.5rem;
}.dokan-layout .text-xl{
font-size: 1.25rem;
line-height: 1.75rem;
}.dokan-layout .text-xs{
font-size: 0.75rem;
line-height: 1rem;
}.dokan-layout .font-\[400\]{
font-weight: 400;
}.dokan-layout .font-\[500\]{
font-weight: 500;
}.dokan-layout .font-\[600\]{
font-weight: 600;
}.dokan-layout .font-bold{
font-weight: 700;
}.dokan-layout .font-light{
font-weight: 300;
}.dokan-layout .font-medium{
font-weight: 500;
}.dokan-layout .font-normal{
font-weight: 400;
}.dokan-layout .font-semibold{
font-weight: 600;
}.dokan-layout .uppercase{
text-transform: uppercase;
}.dokan-layout .capitalize{
text-transform: capitalize;
}.dokan-layout .italic{
font-style: italic;
}.dokan-layout .leading-3{
line-height: .75rem;
}.dokan-layout .leading-4{
line-height: 1rem;
}.dokan-layout .leading-5{
line-height: 1.25rem;
}.dokan-layout .leading-6{
line-height: 1.5rem;
}.dokan-layout .leading-\[1\.5em\]{
line-height: 1.5em;
}.dokan-layout .leading-\[130\%\]{
line-height: 130%;
}.dokan-layout .leading-\[140\%\]{
line-height: 140%;
}.dokan-layout .leading-\[15px\]{
line-height: 15px;
}.dokan-layout .leading-\[21px\]{
line-height: 21px;
}.dokan-layout .leading-\[22px\]{
line-height: 22px;
}.dokan-layout .leading-\[48px\]{
line-height: 48px;
}.dokan-layout .leading-none{
line-height: 1;
}.dokan-layout .leading-relaxed{
line-height: 1.625;
}.dokan-layout .leading-tight{
line-height: 1.25;
}.dokan-layout .tracking-\[0\%\]{
letter-spacing: 0%;
}.dokan-layout .tracking-normal{
letter-spacing: 0em;
}.dokan-layout .tracking-wide{
letter-spacing: 0.025em;
}.dokan-layout .\!text-\[\#828282\]{
--tw-text-opacity: 1 !important;
color: rgb(130 130 130 / var(--tw-text-opacity, 1)) !important;
}.dokan-layout .\!text-black{
--tw-text-opacity: 1 !important;
color: rgb(0 0 0 / var(--tw-text-opacity, 1)) !important;
}.dokan-layout .\!text-dokan-primary{
color: var(--dokan-button-background-color, #7047EB) !important;
}.dokan-layout .\!text-gray-800{
--tw-text-opacity: 1 !important;
color: rgb(31 41 55 / var(--tw-text-opacity, 1)) !important;
}.dokan-layout .\!text-gray-900{
--tw-text-opacity: 1 !important;
color: rgb(17 24 39 / var(--tw-text-opacity, 1)) !important;
}.dokan-layout .\!text-neutral-500{
--tw-text-opacity: 1 !important;
color: rgb(115 115 115 / var(--tw-text-opacity, 1)) !important;
}.dokan-layout .\!text-transparent{
color: transparent !important;
}.dokan-layout .\!text-white{
--tw-text-opacity: 1 !important;
color: rgb(255 255 255 / var(--tw-text-opacity, 1)) !important;
}.dokan-layout .text-\[\#00563F\]{
--tw-text-opacity: 1;
color: rgb(0 86 63 / var(--tw-text-opacity, 1));
}.dokan-layout .text-\[\#008864\]{
--tw-text-opacity: 1;
color: rgb(0 136 100 / var(--tw-text-opacity, 1));
}.dokan-layout .text-\[\#111827\]{
--tw-text-opacity: 1;
color: rgb(17 24 39 / var(--tw-text-opacity, 1));
}.dokan-layout .text-\[\#1a9ed4\]{
--tw-text-opacity: 1;
color: rgb(26 158 212 / var(--tw-text-opacity, 1));
}.dokan-layout .text-\[\#25252D\]{
--tw-text-opacity: 1;
color: rgb(37 37 45 / var(--tw-text-opacity, 1));
}.dokan-layout .text-\[\#393939\]{
--tw-text-opacity: 1;
color: rgb(57 57 57 / var(--tw-text-opacity, 1));
}.dokan-layout .text-\[\#4C19E6\]{
--tw-text-opacity: 1;
color: rgb(76 25 230 / var(--tw-text-opacity, 1));
}.dokan-layout .text-\[\#575757\]{
--tw-text-opacity: 1;
color: rgb(87 87 87 / var(--tw-text-opacity, 1));
}.dokan-layout .text-\[\#637381\]{
--tw-text-opacity: 1;
color: rgb(99 115 129 / var(--tw-text-opacity, 1));
}.dokan-layout .text-\[\#6B7280\]{
--tw-text-opacity: 1;
color: rgb(107 114 128 / var(--tw-text-opacity, 1));
}.dokan-layout .text-\[\#7047EB\]{
--tw-text-opacity: 1;
color: rgb(112 71 235 / var(--tw-text-opacity, 1));
}.dokan-layout .text-\[\#788383\]{
--tw-text-opacity: 1;
color: rgb(120 131 131 / var(--tw-text-opacity, 1));
}.dokan-layout .text-\[\#7B4E2E\]{
--tw-text-opacity: 1;
color: rgb(123 78 46 / var(--tw-text-opacity, 1));
}.dokan-layout .text-\[\#7C3AED\]{
--tw-text-opacity: 1;
color: rgb(124 58 237 / var(--tw-text-opacity, 1));
}.dokan-layout .text-\[\#828282\]{
--tw-text-opacity: 1;
color: rgb(130 130 130 / var(--tw-text-opacity, 1));
}.dokan-layout .text-\[\#9A9A9A\]{
--tw-text-opacity: 1;
color: rgb(154 154 154 / var(--tw-text-opacity, 1));
}.dokan-layout .text-\[\#9D174D\]{
--tw-text-opacity: 1;
color: rgb(157 23 77 / var(--tw-text-opacity, 1));
}.dokan-layout .text-\[\#9EA3A8\]{
--tw-text-opacity: 1;
color: rgb(158 163 168 / var(--tw-text-opacity, 1));
}.dokan-layout .text-\[\#A5A5A5\]{
--tw-text-opacity: 1;
color: rgb(165 165 165 / var(--tw-text-opacity, 1));
}.dokan-layout .text-\[\#A5A5AA\]{
--tw-text-opacity: 1;
color: rgb(165 165 170 / var(--tw-text-opacity, 1));
}.dokan-layout .text-\[\#bcbed5\]{
--tw-text-opacity: 1;
color: rgb(188 190 213 / var(--tw-text-opacity, 1));
}.dokan-layout .text-amber-800{
--tw-text-opacity: 1;
color: rgb(146 64 14 / var(--tw-text-opacity, 1));
}.dokan-layout .text-black{
--tw-text-opacity: 1;
color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}.dokan-layout .text-blue-600{
--tw-text-opacity: 1;
color: rgb(37 99 235 / var(--tw-text-opacity, 1));
}.dokan-layout .text-blue-800{
--tw-text-opacity: 1;
color: rgb(30 64 175 / var(--tw-text-opacity, 1));
}.dokan-layout .text-dokan-danger{
color: var(--dokan-danger-text-color, #BC1C21);
}.dokan-layout .text-dokan-link{
color: var(--dokan-link-color, #7047EB);
}.dokan-layout .text-dokan-primary{
color: var(--dokan-button-background-color, #7047EB);
}.dokan-layout .text-gray-200{
--tw-text-opacity: 1;
color: rgb(229 231 235 / var(--tw-text-opacity, 1));
}.dokan-layout .text-gray-300{
--tw-text-opacity: 1;
color: rgb(209 213 219 / var(--tw-text-opacity, 1));
}.dokan-layout .text-gray-400{
--tw-text-opacity: 1;
color: rgb(156 163 175 / var(--tw-text-opacity, 1));
}.dokan-layout .text-gray-500{
--tw-text-opacity: 1;
color: rgb(107 114 128 / var(--tw-text-opacity, 1));
}.dokan-layout .text-gray-600{
--tw-text-opacity: 1;
color: rgb(75 85 99 / var(--tw-text-opacity, 1));
}.dokan-layout .text-gray-700{
--tw-text-opacity: 1;
color: rgb(55 65 81 / var(--tw-text-opacity, 1));
}.dokan-layout .text-gray-800{
--tw-text-opacity: 1;
color: rgb(31 41 55 / var(--tw-text-opacity, 1));
}.dokan-layout .text-gray-900{
--tw-text-opacity: 1;
color: rgb(17 24 39 / var(--tw-text-opacity, 1));
}.dokan-layout .text-green-500{
--tw-text-opacity: 1;
color: rgb(34 197 94 / var(--tw-text-opacity, 1));
}.dokan-layout .text-green-600{
--tw-text-opacity: 1;
color: rgb(22 163 74 / var(--tw-text-opacity, 1));
}.dokan-layout .text-green-800{
--tw-text-opacity: 1;
color: rgb(22 101 52 / var(--tw-text-opacity, 1));
}.dokan-layout .text-indigo-600{
--tw-text-opacity: 1;
color: rgb(79 70 229 / var(--tw-text-opacity, 1));
}.dokan-layout .text-indigo-800{
--tw-text-opacity: 1;
color: rgb(55 48 163 / var(--tw-text-opacity, 1));
}.dokan-layout .text-neutral-400{
--tw-text-opacity: 1;
color: rgb(163 163 163 / var(--tw-text-opacity, 1));
}.dokan-layout .text-neutral-500{
--tw-text-opacity: 1;
color: rgb(115 115 115 / var(--tw-text-opacity, 1));
}.dokan-layout .text-neutral-700{
--tw-text-opacity: 1;
color: rgb(64 64 64 / var(--tw-text-opacity, 1));
}.dokan-layout .text-orange-600{
--tw-text-opacity: 1;
color: rgb(234 88 12 / var(--tw-text-opacity, 1));
}.dokan-layout .text-orange-800{
--tw-text-opacity: 1;
color: rgb(154 52 18 / var(--tw-text-opacity, 1));
}.dokan-layout .text-pink-800{
--tw-text-opacity: 1;
color: rgb(157 23 77 / var(--tw-text-opacity, 1));
}.dokan-layout .text-purple-600{
--tw-text-opacity: 1;
color: rgb(147 51 234 / var(--tw-text-opacity, 1));
}.dokan-layout .text-purple-800{
--tw-text-opacity: 1;
color: rgb(107 33 168 / var(--tw-text-opacity, 1));
}.dokan-layout .text-red-300{
--tw-text-opacity: 1;
color: rgb(252 165 165 / var(--tw-text-opacity, 1));
}.dokan-layout .text-red-500{
--tw-text-opacity: 1;
color: rgb(239 68 68 / var(--tw-text-opacity, 1));
}.dokan-layout .text-red-600{
--tw-text-opacity: 1;
color: rgb(220 38 38 / var(--tw-text-opacity, 1));
}.dokan-layout .text-red-800{
--tw-text-opacity: 1;
color: rgb(153 27 27 / var(--tw-text-opacity, 1));
}.dokan-layout .text-teal-800{
--tw-text-opacity: 1;
color: rgb(17 94 89 / var(--tw-text-opacity, 1));
}.dokan-layout .text-white{
--tw-text-opacity: 1;
color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}.dokan-layout .text-white\/80{
color: rgb(255 255 255 / 0.8);
}.dokan-layout .text-white\/90{
color: rgb(255 255 255 / 0.9);
}.dokan-layout .text-yellow-400{
--tw-text-opacity: 1;
color: rgb(250 204 21 / var(--tw-text-opacity, 1));
}.dokan-layout .text-yellow-800{
--tw-text-opacity: 1;
color: rgb(133 77 14 / var(--tw-text-opacity, 1));
}.dokan-layout .text-zinc-500{
--tw-text-opacity: 1;
color: rgb(113 113 122 / var(--tw-text-opacity, 1));
}.dokan-layout .underline{
text-decoration-line: underline;
}.dokan-layout .line-through{
text-decoration-line: line-through;
}.dokan-layout .no-underline{
text-decoration-line: none;
}.dokan-layout .placeholder-\[\#828282\]::-moz-placeholder{
--tw-placeholder-opacity: 1;
color: rgb(130 130 130 / var(--tw-placeholder-opacity, 1));
}.dokan-layout .placeholder-\[\#828282\]::placeholder{
--tw-placeholder-opacity: 1;
color: rgb(130 130 130 / var(--tw-placeholder-opacity, 1));
}.dokan-layout .opacity-0{
opacity: 0;
}.dokan-layout .opacity-100{
opacity: 1;
}.dokan-layout .opacity-25{
opacity: 0.25;
}.dokan-layout .opacity-50{
opacity: 0.5;
}.dokan-layout .opacity-75{
opacity: 0.75;
}.dokan-layout .opacity-\[\.04\]{
opacity: .04;
}.dokan-layout .opacity-\[\.10\]{
opacity: .10;
}.dokan-layout .opacity-\[\.5\]{
opacity: .5;
}.dokan-layout .mix-blend-luminosity{
mix-blend-mode: luminosity;
}.dokan-layout .\!shadow-none{
--tw-shadow: 0 0 #0000 !important;
--tw-shadow-colored: 0 0 #0000 !important;
box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}.dokan-layout .shadow{
--tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
--tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}.dokan-layout .shadow-\[0_1px_2px_-1px_rgba\(0\2c 0\2c 0\2c 0\.10\)\2c 0_1px_3px_0_rgba\(0\2c 0\2c 0\2c 0\.10\)\]{
--tw-shadow: 0 1px 2px -1px rgba(0,0,0,0.10),0 1px 3px 0 rgba(0,0,0,0.10);
--tw-shadow-colored: 0 1px 2px -1px var(--tw-shadow-color), 0 1px 3px 0 var(--tw-shadow-color);
box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}.dokan-layout .shadow-\[0_4px_20px_0px_\#00000029\]{
--tw-shadow: 0 4px 20px 0px #00000029;
--tw-shadow-colored: 0 4px 20px 0px var(--tw-shadow-color);
box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}.dokan-layout .shadow-\[0px_2px_14px_1px_rgba\(50\2c 22\2c 56\2c 0\.06\)\]{
--tw-shadow: 0px 2px 14px 1px rgba(50,22,56,0.06);
--tw-shadow-colored: 0px 2px 14px 1px var(--tw-shadow-color);
box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}.dokan-layout .shadow-\[0px_4px_20px_0px_rgba\(0\2c 0\2c 0\2c 0\.05\)\]{
--tw-shadow: 0px 4px 20px 0px rgba(0,0,0,0.05);
--tw-shadow-colored: 0px 4px 20px 0px var(--tw-shadow-color);
box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}.dokan-layout .shadow-lg{
--tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
--tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}.dokan-layout .shadow-md{
--tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
--tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}.dokan-layout .shadow-none{
--tw-shadow: 0 0 #0000;
--tw-shadow-colored: 0 0 #0000;
box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}.dokan-layout .shadow-sm{
--tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
--tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}.dokan-layout .shadow-xl{
--tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
--tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);
box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}.dokan-layout .\!outline-none{
outline: 2px solid transparent !important;
outline-offset: 2px !important;
}.dokan-layout .outline-none{
outline: 2px solid transparent;
outline-offset: 2px;
}.dokan-layout .outline{
outline-style: solid;
}.dokan-layout .ring-1{
--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}.dokan-layout .ring-2{
--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}.dokan-layout .ring-inset{
--tw-ring-inset: inset;
}.dokan-layout .ring-\[\#7047EB\]{
--tw-ring-opacity: 1;
--tw-ring-color: rgb(112 71 235 / var(--tw-ring-opacity, 1));
}.dokan-layout .ring-black\/5{
--tw-ring-color: rgb(0 0 0 / 0.05);
}.dokan-layout .ring-gray-900\/5{
--tw-ring-color: rgb(17 24 39 / 0.05);
}.dokan-layout .ring-white{
--tw-ring-opacity: 1;
--tw-ring-color: rgb(255 255 255 / var(--tw-ring-opacity, 1));
}.dokan-layout .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);
}.dokan-layout .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);
}.dokan-layout .invert{
--tw-invert: invert(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);
}.dokan-layout .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);
}.dokan-layout .backdrop-invert{
--tw-backdrop-invert: invert(100%);
backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}.dokan-layout .backdrop-opacity-10{
--tw-backdrop-opacity: opacity(0.1);
backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}.dokan-layout .transition{
transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
transition-duration: 150ms;
}.dokan-layout .transition-all{
transition-property: all;
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
transition-duration: 150ms;
}.dokan-layout .transition-colors{
transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
transition-duration: 150ms;
}.dokan-layout .transition-opacity{
transition-property: opacity;
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
transition-duration: 150ms;
}.dokan-layout .transition-shadow{
transition-property: box-shadow;
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
transition-duration: 150ms;
}.dokan-layout .transition-transform{
transition-property: transform;
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
transition-duration: 150ms;
}.dokan-layout .duration-150{
transition-duration: 150ms;
}.dokan-layout .duration-200{
transition-duration: 200ms;
}.dokan-layout .duration-300{
transition-duration: 300ms;
}.dokan-layout .duration-500{
transition-duration: 500ms;
}.dokan-layout .ease-in-out{
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}.dokan-layout .ease-out{
transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}.dokan-layout .\@container{
container-type: inline-size;
}.dokan-layout .\@container\/after-header{
container-type: inline-size;
container-name: after-header;
}.dokan-layout .\@container\/before-header{
container-type: inline-size;
container-name: before-header;
}.dokan-layout .\@container\/combine{
container-type: inline-size;
container-name: combine;
}.dokan-layout .\@container\/currency{
container-type: inline-size;
container-name: currency;
}.dokan-layout .\@container\/header{
container-type: inline-size;
container-name: header;
}.dokan-layout .\@container\/header-title-section{
container-type: inline-size;
container-name: header-title-section;
}.dokan-layout .\@container\/main{
container-type: inline-size;
container-name: main;
}.dokan-layout .\@container\/radio{
container-type: inline-size;
container-name: radio;
}.dokan-layout .\@container\/step-body{
container-type: inline-size;
container-name: step-body;
}.dokan-layout .\@container\/switcher{
container-type: inline-size;
container-name: switcher;
}.dokan-layout  .dokan-btn{
position: relative !important;
border-color: var(--dokan-button-border-color, #7047EB) !important;
background-color: var(--dokan-button-background-color, #7047EB) !important;
color: var(--dokan-button-text-color, #ffffff) !important;
--tw-shadow: 0 0 #0000 !important;
--tw-shadow-colored: 0 0 #0000 !important;
box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
--tw-ring-color: var(--dokan-button-border-color, #7047EB) !important;
transition-property: color, background-color, border-color, text-decoration-color, fill, stroke !important;
transition-duration: 200ms !important;
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
}.dokan-layout  .dokan-btn:hover{
border-color: var(--dokan-button-hover-border-color, #370EB1) !important;
background-color: var(--dokan-button-hover-background-color, #502BBF) !important;
color: var(--dokan-button-hover-text-color, #ffffff) !important;
--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
--tw-ring-offset-width: 0px !important;
}.dokan-layout  .dokan-btn:focus{
--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
--tw-ring-offset-width: 0px !important;
}.dokan-layout  .dokan-btn:disabled{
cursor: not-allowed !important;
opacity: 0.6 !important;
}.dokan-layout  .dokan-btn-secondary{
position: relative !important;
border-style: none !important;
border-color: var(--dokan-button-secondary-border-color, var(--dokan-button-border-color, #7047EB)) !important;
background-color: var(--dokan-button-secondary-background-color, #ffffff) !important;
color: var(--dokan-button-secondary-text-color, #7047EB) !important;
--tw-shadow: 0 0 #0000 !important;
--tw-shadow-colored: 0 0 #0000 !important;
box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
--tw-ring-color: var(--dokan-button-secondary-border-color, var(--dokan-button-border-color, #7047EB)) !important;
transition-property: color, background-color, border-color, text-decoration-color, fill, stroke !important;
transition-duration: 200ms !important;
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
}.dokan-layout  .dokan-btn-secondary:focus{
--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
--tw-ring-offset-width: 0px !important;
}.dokan-layout  .dokan-btn-secondary:hover{
border-color: var(--dokan-button-secondary-hover-border-color, #7047EB) !important;
background-color: var(--dokan-button-secondary-hover-background-color, #DACEFF82) !important;
color: var(--dokan-button-secondary-hover-text-color, #7047EB) !important;
--tw-ring-color: var(--dokan-button-secondary-hover-border-color, #7047EB) !important;
--tw-ring-offset-width: 0px !important;
}.dokan-layout .dokan-btn-tertiary{--tw-shadow: 1px 3px 4px 0 rgb(0 0 0 / 0.05);position: relative !important;border-color: var(--dokan-button-tertiary-border-color, #00000000) !important;background-color: var(--dokan-button-tertiary-background-color, #00000000) !important;color: var(--dokan-button-tertiary-text-color, var(--dokan-button-background-color, #7047EB)) !important;--tw-ring-color: var(--dokan-button-tertiary-border-color, #00000000) !important;transition-property: color, background-color, border-color, text-decoration-color, fill, stroke !important;transition-duration: 200ms !important;transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important}.dokan-layout  .dokan-btn-tertiary:focus{
--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
--tw-ring-offset-width: 0px !important;
}.dokan-layout  .dokan-btn-tertiary:hover{
background-color: var(--dokan-button-tertiary-hover-background-color, #DACEFF82) !important;
color: var(--dokan-button-tertiary-hover-text-color, var(--dokan-button-background-color, #7047EB)) !important;
--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
--tw-ring-offset-width: 0px !important;
}.dokan-layout  .dokan-btn-info{
position: relative !important;
border-color: var(--dokan-button-info-background-color, #0B76B7) !important;
background-color: var(--dokan-button-info-background-color, #0B76B7) !important;
color: var(--dokan-button-info-text-color, #ffffff) !important;
--tw-ring-color: var(--dokan-button-info-background-color, #0B76B7) !important;
transition-property: color, background-color, border-color, text-decoration-color, fill, stroke !important;
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
transition-duration: 200ms !important;
}.dokan-layout  .dokan-btn-info:focus{
--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
--tw-ring-offset-width: 0px !important;
}.dokan-layout  .dokan-btn-info:hover{
border-color: var(--dokan-button-info-hover-background-color, #2795d7) !important;
background-color: var(--dokan-button-info-hover-background-color, #2795d7) !important;
color: var(--dokan-button-info-hover-text-color, #ffffff) !important;
--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
--tw-ring-color: var(--dokan-button-info-hover-background-color, #2795d7) !important;
--tw-ring-offset-width: 0px !important;
}.dokan-layout  .dokan-btn-success{
position: relative !important;
border-color: var(--dokan-button-success-background-color, #07a67e) !important;
background-color: var(--dokan-button-success-background-color, #07a67e) !important;
color: var(--dokan-button-success-text-color, #ffffff) !important;
--tw-ring-color: var(--dokan-button-success-background-color, #07a67e) !important;
transition-property: color, background-color, border-color, text-decoration-color, fill, stroke !important;
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
transition-duration: 200ms !important;
}.dokan-layout  .dokan-btn-success:focus{
--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
--tw-ring-offset-width: 0px !important;
}.dokan-layout  .dokan-btn-success:hover{
border-color: var(--dokan-button-success-hover-background-color, #11b68c) !important;
background-color: var(--dokan-button-success-hover-background-color, #11b68c) !important;
color: var(--dokan-button-success-hover-text-color, #ffffff) !important;
--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
--tw-ring-color: var(--dokan-button-success-hover-background-color, #11b68c) !important;
--tw-ring-offset-width: 0px !important;
}.dokan-layout  .dokan-btn-warning{
position: relative !important;
border-color: var(--dokan-button-warning-background-color, #e9a905) !important;
background-color: var(--dokan-button-warning-background-color, #e9a905) !important;
color: var(--dokan-button-warning-text-color, #ffffff) !important;
--tw-ring-color: var(--dokan-button-warning-background-color, #e9a905) !important;
transition-property: color, background-color, border-color, text-decoration-color, fill, stroke !important;
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
transition-duration: 200ms !important;
}.dokan-layout  .dokan-btn-warning:focus{
--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
--tw-ring-offset-width: 0px !important;
}.dokan-layout  .dokan-btn-warning:hover{
border-color: var(--dokan-button-warning-hover-background-color, #fbbf24) !important;
background-color: var(--dokan-button-warning-hover-background-color, #fbbf24) !important;
color: var(--dokan-button-warning-hover-text-color, #ffffff) !important;
--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
--tw-ring-color: var(--dokan-button-warning-hover-background-color, #fbbf24) !important;
--tw-ring-offset-width: 0px !important;
}.dokan-layout  .dokan-btn-danger{
position: relative !important;
border-color: var(--dokan-button-danger-background-color, #e3050c) !important;
background-color: var(--dokan-button-danger-background-color, #e3050c) !important;
color: var(--dokan-button-danger-text-color, #ffffff) !important;
--tw-ring-color: var(--dokan-button-danger-background-color, #e3050c) !important;
transition-property: color, background-color, border-color, text-decoration-color, fill, stroke !important;
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
transition-duration: 200ms !important;
}.dokan-layout  .dokan-btn-danger:focus{
--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
--tw-ring-offset-width: 0px !important;
}.dokan-layout  .dokan-btn-danger:hover{
border-color: var(--dokan-button-danger-hover-background-color, #f23030) !important;
background-color: var(--dokan-button-danger-hover-background-color, #f23030) !important;
color: var(--dokan-button-danger-hover-text-color, #ffffff) !important;
--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
--tw-ring-color: var(--dokan-button-danger-hover-background-color, #f23030) !important;
--tw-ring-offset-width: 0px !important;
}.dokan-layout  .\!dokan-link{
position: relative !important;
color: var(--dokan-link-color, #7047EB) !important;
text-decoration-line: none !important;
transition-property: color, background-color, border-color, text-decoration-color, fill, stroke !important;
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
transition-duration: 200ms !important;
}.dokan-layout  .dokan-link{
position: relative !important;
color: var(--dokan-link-color, #7047EB) !important;
text-decoration-line: none !important;
transition-property: color, background-color, border-color, text-decoration-color, fill, stroke !important;
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
transition-duration: 200ms !important;
}.dokan-layout  .\!dokan-link:hover,:is(.dokan-layout .\!dokan-link:focus){
color: var(--dokan-link-hover-color, var(--dokan-sidebar-background-color, #322067)) !important;
}.dokan-layout  .dokan-link:hover,:is(.dokan-layout .dokan-link:focus){
color: var(--dokan-link-hover-color, var(--dokan-sidebar-background-color, #322067)) !important;
}.dokan-layout  .\!dokan-link:hover,:is(.dokan-layout .\!dokan-link:focus){
color: var(--dokan-link-hover-color, var(--dokan-sidebar-background-color, #322067)) !important;
}.dokan-layout  .dokan-link:hover,:is(.dokan-layout .dokan-link:focus){
color: var(--dokan-link-hover-color, var(--dokan-sidebar-background-color, #322067)) !important;
}.dokan-layout  .dokan-badge-primary{
position: relative !important;
background-color: var(--dokan-button-background-color, #7047EB) !important;
color: var(--dokan-button-text-color, #ffffff) !important;
--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
--tw-ring-inset: inset !important;
--tw-ring-color: var(--dokan-button-border-color, #7047EB) !important;
}.dokan-layout  .dokan-badge-secondary{
position: relative !important;
background-color: var(--dokan-button-secondary-background-color, #ffffff) !important;
color: var(--dokan-button-secondary-text-color, #7047EB) !important;
--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
--tw-ring-inset: inset !important;
--tw-ring-color: var(--dokan-button-secondary-border-color, var(--dokan-button-border-color, #7047EB)) !important;
}.dokan-layout  .dokan-badge-info{
position: relative !important;
background-color: var(--dokan-info-background-color, #E9F9FF) !important;
color: var(--dokan-info-text-color, #0B76B7) !important;
--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
--tw-ring-inset: inset !important;
--tw-ring-color: var(--dokan-info-border-color, #E9F9FFFF) !important;
}.dokan-layout  .dokan-badge-success{
position: relative !important;
background-color: var(--dokan-success-background-color, #DAF8E6) !important;
color: var(--dokan-success-text-color, #004434) !important;
--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
--tw-ring-inset: inset !important;
--tw-ring-color: var(--dokan-success-border-color, #DAF8E6FF) !important;
}.dokan-layout  .dokan-badge-warning{
position: relative !important;
background-color: var(--dokan-warning-background-color, #FFFBEB) !important;
color: var(--dokan-warning-text-color, #9D5425) !important;
--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
--tw-ring-inset: inset !important;
--tw-ring-color: var(--dokan-warning-border-color, #FFFBEBFF) !important;
}.dokan-layout  .dokan-badge-danger{
position: relative !important;
background-color: var(--dokan-danger-background-color, #FEF3F3) !important;
color: var(--dokan-danger-text-color, #BC1C21) !important;
--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
--tw-ring-inset: inset !important;
--tw-ring-color: var(--dokan-danger-border-color, #FEF3F3FF) !important;
}.dokan-layout  .dokan-alert-info{
position: relative !important;
background-color: var(--dokan-info-background-color, #E9F9FF) !important;
color: var(--dokan-info-secondary-text-color, #637381) !important;
--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
--tw-ring-inset: inset !important;
--tw-ring-color: var(--dokan-info-border-color, #E9F9FFFF) !important;
}.dokan-layout  .dokan-alert-success{
position: relative !important;
background-color: var(--dokan-success-background-color, #DAF8E6) !important;
color: var(--dokan-success-secondary-text-color, #637381) !important;
--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
--tw-ring-inset: inset !important;
--tw-ring-color: var(--dokan-success-border-color, #DAF8E6FF) !important;
}.dokan-layout  .dokan-alert-warning{
position: relative !important;
background-color: var(--dokan-warning-background-color, #FFFBEB) !important;
color: var(--dokan-warning-secondary-text-color, #D0915C) !important;
--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
--tw-ring-inset: inset !important;
--tw-ring-color: var(--dokan-warning-border-color, #FFFBEBFF) !important;
}.dokan-layout  .dokan-alert-danger{
position: relative !important;
background-color: var(--dokan-danger-background-color, #FEF3F3) !important;
color: var(--dokan-danger-secondary-text-color, #F56060) !important;
--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
--tw-ring-inset: inset !important;
--tw-ring-color: var(--dokan-danger-border-color, #FEF3F3FF) !important;
}.dokan-layout :is(.react-select input:focus){box-shadow:none !important;outline:none !important}.dokan-layout .dokan-react-search-input{border-radius:0 !important;background:#fff !important;box-shadow:none !important}.dokan-layout :is(.dokan-react-search-input~span),.dokan-layout span:has(+.dokan-react-search-input){background:#fff !important}.dokan-layout  :is(.dokan-date-range-picker .woocommerce-calendar){
border-style: none !important;
--tw-bg-opacity: 1 !important;
background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1)) !important;
}.dokan-layout  :is(.dokan-date-range-picker .woocommerce-calendar .DayPicker_transitionContainer),:is(.dokan-layout :is(.dokan-date-range-picker .woocommerce-calendar .CalendarMonth)),:is(.dokan-layout :is(.dokan-date-range-picker .woocommerce-calendar .CalendarMonthGrid)),:is(.dokan-layout :is(.dokan-date-range-picker .woocommerce-calendar .DayPicker__horizontal)){
--tw-bg-opacity: 1 !important;
background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1)) !important;
}#headlessui-portal-root [role-dialog]{z-index:9999}#headlessui-portal-root.dokan-layout button[type=button]:is(.before\:absolute.right-2.top-2)::before{content: var(--tw-content);border-radius: 9999px;padding-top: 0.125rem;padding-bottom: 0.125rem;padding-left: 0.375rem;padding-right: 0.375rem}#headlessui-portal-root.dokan-layout button[type=button]:is(.before\:absolute.right-2.top-2):hover::before{content: var(--tw-content);--tw-bg-opacity: 1;background-color: rgb(254 242 242 / var(--tw-bg-opacity, 1));--tw-text-opacity: 1;color: rgb(239 68 68 / var(--tw-text-opacity, 1));--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);--tw-ring-opacity: 1;--tw-ring-color: rgb(239 68 68 / var(--tw-ring-opacity, 1));--tw-ring-offset-width: 2px}.dokan-layout .before\:absolute::before{
content: var(--tw-content);
position: absolute;
}.dokan-layout .before\:bottom-full::before{
content: var(--tw-content);
bottom: 100%;
}.dokan-layout .before\:left-0::before{
content: var(--tw-content);
left: 0px;
}.dokan-layout .before\:h-12::before{
content: var(--tw-content);
height: 3rem;
}.dokan-layout .before\:h-6::before{
content: var(--tw-content);
height: 1.5rem;
}.dokan-layout .before\:w-full::before{
content: var(--tw-content);
width: 100%;
}.dokan-layout .before\:content-\[\'\'\]::before{
--tw-content: '';
content: var(--tw-content);
}.dokan-layout :is(.\*\:first\:\*\:border-transparent > *:first-child > *){
border-color: transparent;
}.dokan-layout :is(.\*\:first\:border-gray-200:first-child > *){
--tw-border-opacity: 1;
border-color: rgb(229 231 235 / var(--tw-border-opacity, 1));
}.dokan-layout .last\:mb-0:last-child{
margin-bottom: 0px;
}.dokan-layout .last\:border-b-0:last-child{
border-bottom-width: 0px;
}.dokan-layout .hover\:cursor-pointer:hover{
cursor: pointer;
}.dokan-layout .hover\:border:hover{
border-width: 1px;
}.dokan-layout .hover\:\!border-\[\#7047EB\]:hover{
--tw-border-opacity: 1 !important;
border-color: rgb(112 71 235 / var(--tw-border-opacity, 1)) !important;
}.dokan-layout .hover\:border-gray-300:hover{
--tw-border-opacity: 1;
border-color: rgb(209 213 219 / var(--tw-border-opacity, 1));
}.dokan-layout .hover\:border-red-600:hover{
--tw-border-opacity: 1;
border-color: rgb(220 38 38 / var(--tw-border-opacity, 1));
}.dokan-layout .hover\:\!bg-transparent:hover{
background-color: transparent !important;
}.dokan-layout .hover\:bg-\[\#5d39c4\]:hover{
--tw-bg-opacity: 1;
background-color: rgb(93 57 196 / var(--tw-bg-opacity, 1));
}.dokan-layout .hover\:bg-\[\#7047EB\]:hover{
--tw-bg-opacity: 1;
background-color: rgb(112 71 235 / var(--tw-bg-opacity, 1));
}.dokan-layout .hover\:bg-\[\#7C3AED\]:hover{
--tw-bg-opacity: 1;
background-color: rgb(124 58 237 / var(--tw-bg-opacity, 1));
}.dokan-layout .hover\:bg-\[\#EFEAFF\]:hover{
--tw-bg-opacity: 1;
background-color: rgb(239 234 255 / var(--tw-bg-opacity, 1));
}.dokan-layout .hover\:bg-blue-600:hover{
--tw-bg-opacity: 1;
background-color: rgb(37 99 235 / var(--tw-bg-opacity, 1));
}.dokan-layout .hover\:bg-gray-100:hover{
--tw-bg-opacity: 1;
background-color: rgb(243 244 246 / var(--tw-bg-opacity, 1));
}.dokan-layout .hover\:bg-gray-50:hover{
--tw-bg-opacity: 1;
background-color: rgb(249 250 251 / var(--tw-bg-opacity, 1));
}.dokan-layout .hover\:bg-indigo-500:hover{
--tw-bg-opacity: 1;
background-color: rgb(99 102 241 / var(--tw-bg-opacity, 1));
}.dokan-layout .hover\:bg-indigo-600:hover{
--tw-bg-opacity: 1;
background-color: rgb(79 70 229 / var(--tw-bg-opacity, 1));
}.dokan-layout .hover\:bg-red-50:hover{
--tw-bg-opacity: 1;
background-color: rgb(254 242 242 / var(--tw-bg-opacity, 1));
}.dokan-layout .hover\:bg-transparent:hover{
background-color: transparent;
}.dokan-layout .hover\:bg-white:hover{
--tw-bg-opacity: 1;
background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}.dokan-layout .hover\:bg-yellow-300:hover{
--tw-bg-opacity: 1;
background-color: rgb(253 224 71 / var(--tw-bg-opacity, 1));
}.dokan-layout .hover\:bg-yellow-500:hover{
--tw-bg-opacity: 1;
background-color: rgb(234 179 8 / var(--tw-bg-opacity, 1));
}.dokan-layout .hover\:\!text-\[\#7047EB\]:hover{
--tw-text-opacity: 1 !important;
color: rgb(112 71 235 / var(--tw-text-opacity, 1)) !important;
}.dokan-layout .hover\:\!text-white:hover{
--tw-text-opacity: 1 !important;
color: rgb(255 255 255 / var(--tw-text-opacity, 1)) !important;
}.dokan-layout .hover\:text-\[\#575757\]:hover{
--tw-text-opacity: 1;
color: rgb(87 87 87 / var(--tw-text-opacity, 1));
}.dokan-layout .hover\:text-\[\#5a38bc\]:hover{
--tw-text-opacity: 1;
color: rgb(90 56 188 / var(--tw-text-opacity, 1));
}.dokan-layout .hover\:text-\[\#7047EB\]:hover{
--tw-text-opacity: 1;
color: rgb(112 71 235 / var(--tw-text-opacity, 1));
}.dokan-layout .hover\:text-dokan-primary:hover{
color: var(--dokan-button-background-color, #7047EB);
}.dokan-layout .hover\:text-gray-600:hover{
--tw-text-opacity: 1;
color: rgb(75 85 99 / var(--tw-text-opacity, 1));
}.dokan-layout .hover\:text-gray-700:hover{
--tw-text-opacity: 1;
color: rgb(55 65 81 / var(--tw-text-opacity, 1));
}.dokan-layout .hover\:text-gray-900:hover{
--tw-text-opacity: 1;
color: rgb(17 24 39 / var(--tw-text-opacity, 1));
}.dokan-layout .hover\:text-red-600:hover{
--tw-text-opacity: 1;
color: rgb(220 38 38 / var(--tw-text-opacity, 1));
}.dokan-layout .hover\:text-white:hover{
--tw-text-opacity: 1;
color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}.dokan-layout .hover\:\!underline:hover{
text-decoration-line: underline !important;
}.dokan-layout .hover\:underline:hover{
text-decoration-line: underline;
}.dokan-layout .hover\:shadow-md:hover{
--tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
--tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}.dokan-layout .focus\:border-0:focus{
border-width: 0px;
}.dokan-layout .focus\:border-none:focus{
border-style: none;
}.dokan-layout .focus\:border-\[\#7047EB\]:focus{
--tw-border-opacity: 1;
border-color: rgb(112 71 235 / var(--tw-border-opacity, 1));
}.dokan-layout .focus\:border-gray-300:focus{
--tw-border-opacity: 1;
border-color: rgb(209 213 219 / var(--tw-border-opacity, 1));
}.dokan-layout .focus\:border-gray-900:focus{
--tw-border-opacity: 1;
border-color: rgb(17 24 39 / var(--tw-border-opacity, 1));
}.dokan-layout .focus\:border-orange-500:focus{
--tw-border-opacity: 1;
border-color: rgb(249 115 22 / var(--tw-border-opacity, 1));
}.dokan-layout .focus\:bg-gray-100:focus{
--tw-bg-opacity: 1;
background-color: rgb(243 244 246 / var(--tw-bg-opacity, 1));
}.dokan-layout .focus\:\!text-white:focus{
--tw-text-opacity: 1 !important;
color: rgb(255 255 255 / var(--tw-text-opacity, 1)) !important;
}.dokan-layout .focus\:\!outline-none:focus{
outline: 2px solid transparent !important;
outline-offset: 2px !important;
}.dokan-layout .focus\:outline-none:focus{
outline: 2px solid transparent;
outline-offset: 2px;
}.dokan-layout .focus\:outline-dokan-btn:focus{
outline-color: var(--dokan-button-border-color, #7047EB);
}.dokan-layout .focus\:\!ring-0:focus{
--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
}.dokan-layout .focus\:ring-0:focus{
--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}.dokan-layout .focus\:ring-1:focus{
--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}.dokan-layout .focus\:ring-\[\#7047EB\]:focus{
--tw-ring-opacity: 1;
--tw-ring-color: rgb(112 71 235 / var(--tw-ring-opacity, 1));
}.dokan-layout .focus\:ring-gray-900:focus{
--tw-ring-opacity: 1;
--tw-ring-color: rgb(17 24 39 / var(--tw-ring-opacity, 1));
}.dokan-layout .focus\:ring-indigo-500:focus{
--tw-ring-opacity: 1;
--tw-ring-color: rgb(99 102 241 / var(--tw-ring-opacity, 1));
}.dokan-layout .focus\:ring-orange-500:focus{
--tw-ring-opacity: 1;
--tw-ring-color: rgb(249 115 22 / var(--tw-ring-opacity, 1));
}.dokan-layout .focus\:ring-opacity-20:focus{
--tw-ring-opacity: 0.2;
}.dokan-layout .focus-visible\:outline:focus-visible{
outline-style: solid;
}.dokan-layout .focus-visible\:outline-2:focus-visible{
outline-width: 2px;
}.dokan-layout .focus-visible\:outline-offset-2:focus-visible{
outline-offset: 2px;
}.dokan-layout .focus-visible\:outline-indigo-600:focus-visible{
outline-color: #4f46e5;
}.dokan-layout .disabled\:cursor-not-allowed:disabled{
cursor: not-allowed;
}.dokan-layout :is(.group:hover .group-hover\:visible){
visibility: visible;
}.dokan-layout :is(.group:hover .group-hover\:scale-125){
--tw-scale-x: 1.25;
--tw-scale-y: 1.25;
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));
}.dokan-layout :is(.group:hover .group-hover\:\!bg-\[\#EFEAFF\]){
--tw-bg-opacity: 1 !important;
background-color: rgb(239 234 255 / var(--tw-bg-opacity, 1)) !important;
}.dokan-layout :is(.group:hover .group-hover\:bg-\[\#502BBF\]){
--tw-bg-opacity: 1;
background-color: rgb(80 43 191 / var(--tw-bg-opacity, 1));
}.dokan-layout :is(.group:hover .group-hover\:fill-\[\#7047EB\]){
fill: #7047EB;
}.dokan-layout :is(.group:hover .group-hover\:text-\[\#7047EB\]){
--tw-text-opacity: 1;
color: rgb(112 71 235 / var(--tw-text-opacity, 1));
}.dokan-layout :is(.group:hover .group-hover\:text-gray-800){
--tw-text-opacity: 1;
color: rgb(31 41 55 / var(--tw-text-opacity, 1));
}.dokan-layout :is(.group:hover .group-hover\:text-white){
--tw-text-opacity: 1;
color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}@container main (min-width: 20rem){.dokan-layout .\@xs\/main\:py-4{
padding-top: 1rem;
padding-bottom: 1rem;
}
}@container currency (min-width: 24rem){.dokan-layout .\@sm\/currency\:col-span-4{
grid-column: span 4 / span 4;
}.dokan-layout .\@sm\/currency\:col-span-8{
grid-column: span 8 / span 8;
}.dokan-layout .\@sm\/currency\:justify-end{
justify-content: flex-end;
}.dokan-layout .\@sm\/currency\:text-base{
font-size: 1rem;
line-height: 1.5rem;
}.dokan-layout .\@sm\/currency\:text-sm{
font-size: 0.875rem;
line-height: 1.25rem;
}
}@container (min-width: 24rem){.dokan-layout .\@sm\:text-sm{
font-size: 0.875rem;
line-height: 1.25rem;
}
}@container combine (min-width: 28rem){.dokan-layout .\@md\/combine\:text-base{
font-size: 1rem;
line-height: 1.5rem;
}.dokan-layout .\@md\/combine\:text-sm{
font-size: 0.875rem;
line-height: 1.25rem;
}
}@container radio (min-width: 28rem){.dokan-layout .\@md\/radio\:col-span-4{
grid-column: span 4 / span 4;
}.dokan-layout .\@md\/radio\:col-span-8{
grid-column: span 8 / span 8;
}.dokan-layout .\@md\/radio\:justify-end{
justify-content: flex-end;
}
}@container step-body (min-width: 28rem){.dokan-layout .\@md\/step-body\:p-12{
padding: 3rem;
}
}@container switcher (min-width: 28rem){.dokan-layout .\@md\/switcher\:col-span-4{
grid-column: span 4 / span 4;
}.dokan-layout .\@md\/switcher\:col-span-8{
grid-column: span 8 / span 8;
}.dokan-layout .\@md\/switcher\:justify-end{
justify-content: flex-end;
}
}@container (min-width: 28rem){.dokan-layout .\@md\:grid-cols-1{
grid-template-columns: repeat(1, minmax(0, 1fr));
}.dokan-layout .\@md\:gap-6{
gap: 1.5rem;
}.dokan-layout :is(.\@md\:space-x-8 > :not([hidden]) ~ :not([hidden])){
--tw-space-x-reverse: 0;
margin-right: calc(2rem * var(--tw-space-x-reverse));
margin-left: calc(2rem * calc(1 - var(--tw-space-x-reverse)));
}.dokan-layout .\@md\:text-base{
font-size: 1rem;
line-height: 1.5rem;
}
}@container (min-width: 32rem){.dokan-layout .\@lg\:grid-cols-2{
grid-template-columns: repeat(2, minmax(0, 1fr));
}
}@container combine (min-width: 36rem){.dokan-layout .\@xl\/combine\:col-span-5{
grid-column: span 5 / span 5;
}.dokan-layout .\@xl\/combine\:col-span-7{
grid-column: span 7 / span 7;
}
}@container main (min-width: 36rem){.dokan-layout .\@xl\/main\:col-span-4{
grid-column: span 4 / span 4;
}.dokan-layout .\@xl\/main\:col-span-8{
grid-column: span 8 / span 8;
}.dokan-layout .\@xl\/main\:my-0{
margin-top: 0px;
margin-bottom: 0px;
}
}@container main (min-width: 42rem){.dokan-layout .\@2xl\/main\:mb-10{
margin-bottom: 2.5rem;
}
}@container main (min-width: 48rem){.dokan-layout .\@3xl\/main\:col-span-3{
grid-column: span 3 / span 3;
}.dokan-layout .\@3xl\/main\:col-span-9{
grid-column: span 9 / span 9;
}.dokan-layout .\@3xl\/main\:py-10{
padding-top: 2.5rem;
padding-bottom: 2.5rem;
}
}@container main (min-width: 64rem){.dokan-layout .\@5xl\/main\:pl-12{
padding-left: 3rem;
}
}@container step-body (min-width: 64rem){.dokan-layout .\@5xl\/step-body\:px-28{
padding-left: 7rem;
padding-right: 7rem;
}.dokan-layout .\@5xl\/step-body\:py-16{
padding-top: 4rem;
padding-bottom: 4rem;
}
}@media (min-width: 640px){.dokan-layout .sm\:mb-0{
margin-bottom: 0px;
}.dokan-layout .sm\:block{
display: block;
}.dokan-layout .sm\:hidden{
display: none;
}.dokan-layout .sm\:max-h-\[calc\(90vh-200px\)\]{
max-height: calc(90vh - 200px);
}.dokan-layout .sm\:\!w-\[620px\]{
width: 620px !important;
}.dokan-layout .sm\:w-\[50rem\]{
width: 50rem;
}.dokan-layout .sm\:w-\[54rem\]{
width: 54rem;
}.dokan-layout .sm\:w-\[70\%\]{
width: 70%;
}.dokan-layout .sm\:w-auto{
width: auto;
}.dokan-layout .sm\:w-full{
width: 100%;
}.dokan-layout .sm\:grid-cols-1{
grid-template-columns: repeat(1, minmax(0, 1fr));
}.dokan-layout .sm\:grid-cols-2{
grid-template-columns: repeat(2, minmax(0, 1fr));
}.dokan-layout .sm\:\!flex-row{
flex-direction: row !important;
}.dokan-layout .sm\:flex-col{
flex-direction: column;
}.dokan-layout .sm\:\!items-center{
align-items: center !important;
}.dokan-layout .sm\:truncate{
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}.dokan-layout .sm\:rounded-lg{
border-radius: 0.5rem;
}.dokan-layout .sm\:rounded-md{
border-radius: 0.375rem;
}.dokan-layout .sm\:border-b-0{
border-bottom-width: 0px;
}.dokan-layout .sm\:p-6{
padding: 1.5rem;
}.dokan-layout .sm\:px-6{
padding-left: 1.5rem;
padding-right: 1.5rem;
}.dokan-layout .sm\:px-\[16px\]{
padding-left: 16px;
padding-right: 16px;
}.dokan-layout .sm\:py-\[8px\]{
padding-top: 8px;
padding-bottom: 8px;
}.dokan-layout .sm\:text-left{
text-align: left;
}.dokan-layout .sm\:text-2xl{
font-size: 1.5rem;
line-height: 2rem;
}.dokan-layout .sm\:text-3xl{
font-size: 1.875rem;
line-height: 2.25rem;
}.dokan-layout .sm\:text-base{
font-size: 1rem;
line-height: 1.5rem;
}.dokan-layout .sm\:text-sm{
font-size: 0.875rem;
line-height: 1.25rem;
}.dokan-layout .sm\:tracking-tight{
letter-spacing: -0.025em;
}
}@media (min-width: 768px){.dokan-layout .md\:\!relative{
position: relative !important;
}.dokan-layout .md\:left-\[40px\]{
left: 40px;
}.dokan-layout .md\:left-\[calc\(100\%-185px\)\]{
left: calc(100% - 185px);
}.dokan-layout .md\:left-\[calc\(100\%-190px\)\]{
left: calc(100% - 190px);
}.dokan-layout .md\:left-\[calc\(100\%-270px\)\]{
left: calc(100% - 270px);
}.dokan-layout .md\:left-\[calc\(100\%-285px\)\]{
left: calc(100% - 285px);
}.dokan-layout .md\:left-\[calc\(100\%-450px\)\]{
left: calc(100% - 450px);
}.dokan-layout .md\:top-\[165px\]{
top: 165px;
}.dokan-layout .md\:top-\[90px\]{
top: 90px;
}.dokan-layout .md\:\!-mt-12{
margin-top: -3rem !important;
}.dokan-layout .md\:\!mt-0{
margin-top: 0px !important;
}.dokan-layout .md\:mb-0{
margin-bottom: 0px;
}.dokan-layout .md\:mb-4{
margin-bottom: 1rem;
}.dokan-layout .md\:mb-6{
margin-bottom: 1.5rem;
}.dokan-layout .md\:mb-8{
margin-bottom: 2rem;
}.dokan-layout .md\:mb-\[1rem\]{
margin-bottom: 1rem;
}.dokan-layout .md\:ml-4{
margin-left: 1rem;
}.dokan-layout .md\:ml-\[30px\]{
margin-left: 30px;
}.dokan-layout .md\:mr-0{
margin-right: 0px;
}.dokan-layout .md\:mt-0{
margin-top: 0px;
}.dokan-layout .md\:block{
display: block;
}.dokan-layout .md\:inline-block{
display: inline-block;
}.dokan-layout .md\:flex{
display: flex;
}.dokan-layout .md\:hidden{
display: none;
}.dokan-layout .md\:\!h-\[251px\]{
height: 251px !important;
}.dokan-layout .md\:\!h-auto{
height: auto !important;
}.dokan-layout .md\:h-\[210px\]{
height: 210px;
}.dokan-layout .md\:h-\[280px\]{
height: 280px;
}.dokan-layout .md\:h-\[33\.5rem\]{
height: 33.5rem;
}.dokan-layout .md\:min-h-\[304px\]{
min-height: 304px;
}.dokan-layout .md\:\!w-1\/2{
width: 50% !important;
}.dokan-layout .md\:\!w-\[220px\]{
width: 220px !important;
}.dokan-layout .md\:\!w-\[274\.51px\]{
width: 274.51px !important;
}.dokan-layout .md\:\!w-\[300px\]{
width: 300px !important;
}.dokan-layout .md\:\!w-\[311px\]{
width: 311px !important;
}.dokan-layout .md\:\!w-auto{
width: auto !important;
}.dokan-layout .md\:w-1\/2{
width: 50%;
}.dokan-layout .md\:w-1\/4{
width: 25%;
}.dokan-layout .md\:w-3\/4{
width: 75%;
}.dokan-layout .md\:w-\[1px\]{
width: 1px;
}.dokan-layout .md\:w-\[200px\]{
width: 200px;
}.dokan-layout .md\:w-\[300px_\!important\]{
width: 300px !important;
}.dokan-layout .md\:w-\[35\%\]{
width: 35%;
}.dokan-layout .md\:w-\[47\%\]{
width: 47%;
}.dokan-layout .md\:w-\[53\%\]{
width: 53%;
}.dokan-layout .md\:w-\[65\%\]{
width: 65%;
}.dokan-layout .md\:w-full{
width: 100%;
}.dokan-layout .md\:max-w-\[400px\]{
max-width: 400px;
}.dokan-layout .md\:scale-\[1\]{
--tw-scale-x: 1;
--tw-scale-y: 1;
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));
}.dokan-layout .md\:scale-\[2\]{
--tw-scale-x: 2;
--tw-scale-y: 2;
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));
}.dokan-layout .md\:grid-cols-2{
grid-template-columns: repeat(2, minmax(0, 1fr));
}.dokan-layout .md\:grid-cols-3{
grid-template-columns: repeat(3, minmax(0, 1fr));
}.dokan-layout .md\:grid-cols-4{
grid-template-columns: repeat(4, minmax(0, 1fr));
}.dokan-layout .md\:\!flex-row{
flex-direction: row !important;
}.dokan-layout .md\:flex-row{
flex-direction: row;
}.dokan-layout .md\:\!flex-col{
flex-direction: column !important;
}.dokan-layout .md\:\!items-center{
align-items: center !important;
}.dokan-layout .md\:items-center{
align-items: center;
}.dokan-layout .md\:justify-start{
justify-content: flex-start;
}.dokan-layout .md\:\!justify-end{
justify-content: flex-end !important;
}.dokan-layout .md\:\!justify-between{
justify-content: space-between !important;
}.dokan-layout .md\:justify-between{
justify-content: space-between;
}.dokan-layout .md\:\!gap-0{
gap: 0px !important;
}.dokan-layout .md\:gap-0{
gap: 0px;
}.dokan-layout .md\:gap-2{
gap: 0.5rem;
}.dokan-layout .md\:gap-8{
gap: 2rem;
}.dokan-layout .md\:border-0{
border-width: 0px;
}.dokan-layout .md\:border-r-\[2px\]{
border-right-width: 2px;
}.dokan-layout .md\:bg-\[0px_20px\]{
background-position: 0px 20px;
}.dokan-layout .md\:bg-\[right_0px_bottom_-10px\]{
background-position: right 0px bottom -10px;
}.dokan-layout .md\:p-10{
padding: 2.5rem;
}.dokan-layout .md\:p-8{
padding: 2rem;
}.dokan-layout .md\:px-6{
padding-left: 1.5rem;
padding-right: 1.5rem;
}.dokan-layout .md\:px-8{
padding-left: 2rem;
padding-right: 2rem;
}.dokan-layout .md\:py-10{
padding-top: 2.5rem;
padding-bottom: 2.5rem;
}.dokan-layout .md\:py-\[1\.75rem\]{
padding-top: 1.75rem;
padding-bottom: 1.75rem;
}.dokan-layout .md\:pl-8{
padding-left: 2rem;
}.dokan-layout .md\:pl-\[2\.5rem\]{
padding-left: 2.5rem;
}.dokan-layout .md\:pt-0{
padding-top: 0px;
}.dokan-layout .md\:text-2xl{
font-size: 1.5rem;
line-height: 2rem;
}.dokan-layout .md\:text-3xl{
font-size: 1.875rem;
line-height: 2.25rem;
}.dokan-layout .md\:text-4xl{
font-size: 2.25rem;
line-height: 2.5rem;
}.dokan-layout .md\:text-\[14px\]{
font-size: 14px;
}.dokan-layout .md\:text-\[16px\]{
font-size: 16px;
}.dokan-layout .md\:text-base{
font-size: 1rem;
line-height: 1.5rem;
}.dokan-layout .md\:text-lg{
font-size: 1.125rem;
line-height: 1.75rem;
}.dokan-layout .md\:text-sm{
font-size: 0.875rem;
line-height: 1.25rem;
}.dokan-layout .md\:font-normal{
font-weight: 400;
}.dokan-layout .md\:leading-\[1\.3\]{
line-height: 1.3;
}.dokan-layout .md\:leading-\[140\%\]{
line-height: 140%;
}.dokan-layout .md\:shadow-none{
--tw-shadow: 0 0 #0000;
--tw-shadow-colored: 0 0 #0000;
box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
}@media (min-width: 1024px){.dokan-layout .lg\:left-0{
left: 0px;
}.dokan-layout .lg\:left-\[calc\(100\%-1500px\)\]{
left: calc(100% - 1500px);
}.dokan-layout .lg\:left-\[calc\(100\%-260px\)\]{
left: calc(100% - 260px);
}.dokan-layout .lg\:left-\[calc\(100\%-324px\)\]{
left: calc(100% - 324px);
}.dokan-layout .lg\:left-\[calc\(100\%-360px\)\]{
left: calc(100% - 360px);
}.dokan-layout .lg\:left-\[calc\(100\%-550px\)\]{
left: calc(100% - 550px);
}.dokan-layout .lg\:left-\[calc\(100\%-643px\)\]{
left: calc(100% - 643px);
}.dokan-layout .lg\:top-0{
top: 0px;
}.dokan-layout .lg\:top-\[210px\]{
top: 210px;
}.dokan-layout .lg\:col-span-12{
grid-column: span 12 / span 12;
}.dokan-layout .lg\:col-span-3{
grid-column: span 3 / span 3;
}.dokan-layout .lg\:col-span-9{
grid-column: span 9 / span 9;
}.dokan-layout .lg\:\!mt-8{
margin-top: 2rem !important;
}.dokan-layout .lg\:block{
display: block;
}.dokan-layout .lg\:inline-block{
display: inline-block;
}.dokan-layout .lg\:grid{
display: grid;
}.dokan-layout .lg\:h-\[276px\]{
height: 276px;
}.dokan-layout .lg\:h-\[300px\]{
height: 300px;
}.dokan-layout .lg\:\!w-auto{
width: auto !important;
}.dokan-layout .lg\:w-1\/2{
width: 50%;
}.dokan-layout .lg\:w-\[45\%\]{
width: 45%;
}.dokan-layout .lg\:w-\[500px\]{
width: 500px;
}.dokan-layout .lg\:w-\[55\%\]{
width: 55%;
}.dokan-layout .lg\:scale-\[1\]{
--tw-scale-x: 1;
--tw-scale-y: 1;
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));
}.dokan-layout .lg\:\!grid-cols-2{
grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
}.dokan-layout .lg\:grid-cols-12{
grid-template-columns: repeat(12, minmax(0, 1fr));
}.dokan-layout .lg\:grid-cols-2{
grid-template-columns: repeat(2, minmax(0, 1fr));
}.dokan-layout .lg\:grid-cols-3{
grid-template-columns: repeat(3, minmax(0, 1fr));
}.dokan-layout .lg\:grid-cols-4{
grid-template-columns: repeat(4, minmax(0, 1fr));
}.dokan-layout .lg\:\!flex-row{
flex-direction: row !important;
}.dokan-layout .lg\:\!justify-between{
justify-content: space-between !important;
}.dokan-layout .lg\:gap-0{
gap: 0px;
}.dokan-layout .lg\:gap-6{
gap: 1.5rem;
}.dokan-layout .lg\:gap-x-5{
-moz-column-gap: 1.25rem;
column-gap: 1.25rem;
}.dokan-layout .lg\:\!p-8{
padding: 2rem !important;
}.dokan-layout .lg\:px-0{
padding-left: 0px;
padding-right: 0px;
}.dokan-layout .lg\:px-8{
padding-left: 2rem;
padding-right: 2rem;
}.dokan-layout .lg\:py-0{
padding-top: 0px;
padding-bottom: 0px;
}.dokan-layout .lg\:py-5{
padding-top: 1.25rem;
padding-bottom: 1.25rem;
}.dokan-layout .lg\:pr-5{
padding-right: 1.25rem;
}.dokan-layout .lg\:\!text-left{
text-align: left !important;
}.dokan-layout .lg\:text-3xl{
font-size: 1.875rem;
line-height: 2.25rem;
}.dokan-layout .lg\:text-base{
font-size: 1rem;
line-height: 1.5rem;
}
}@media (min-width: 1280px){.dokan-layout .xl\:grid-cols-4{
grid-template-columns: repeat(4, minmax(0, 1fr));
}
}@media (prefers-color-scheme: dark){.dokan-layout .dark\:border-gray-700{
--tw-border-opacity: 1;
border-color: rgb(55 65 81 / var(--tw-border-opacity, 1));
}.dokan-layout .dark\:text-black{
--tw-text-opacity: 1;
color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}.dokan-layout .dark\:text-blue-500{
--tw-text-opacity: 1;
color: rgb(59 130 246 / var(--tw-text-opacity, 1));
}.dokan-layout .dark\:text-gray-400{
--tw-text-opacity: 1;
color: rgb(156 163 175 / var(--tw-text-opacity, 1));
}.dokan-layout .dark\:text-gray-600{
--tw-text-opacity: 1;
color: rgb(75 85 99 / var(--tw-text-opacity, 1));
}
}.dokan-layout .\[\&\:\:-webkit-scrollbar-thumb\]\:rounded-full::-webkit-scrollbar-thumb{
border-radius: 9999px;
}.dokan-layout .\[\&\:\:-webkit-scrollbar\]\:h-1::-webkit-scrollbar{
height: 0.25rem;
}.dokan-layout .\[\&\:\:-webkit-scrollbar\]\:w-2::-webkit-scrollbar{
width: 0.5rem;
}.dokan-layout :is(.\*\:\[\&\:not\(\:last-child\)\]\:\*\:\!border-b-2 > *:not(:last-child) > *){
border-bottom-width: 2px !important;
}.dokan-layout :is(.\*\:\[\&\:not\(\:last-child\)\]\:\*\:border-b-2 > *:not(:last-child) > *){
border-bottom-width: 2px;
}.dokan-layout :is(.\[\&\:not\(\:last-child\)\]\:\*\:border-b > *:not(:last-child)){
border-bottom-width: 1px;
}.dokan-layout :is(.\[\&\:not\(\:last-child\)\]\:\*\:border-b-0 > *:not(:last-child)){
border-bottom-width: 0px;
}.dokan-layout :is(.focus\:\*\:\[\&\:not\(\:last-child\)\]\:\*\:outline-transparent > *:not(:last-child) > *:focus){
outline-color: transparent;
}.dokan-layout :is(.\[\&_\*_p\]\:m-0 * p){
margin: 0px;
}ul.woocommerce-filters-filter__content-list{padding:0}ul.woocommerce-filters-filter__content-list li{list-style:none}.woocommerce-chart .woocommerce-chart__header .woocommerce-chart__title{font-size:1.3rem}ul.woocommerce-table__summary li.woocommerce-table__summary-item{display:inline-block;margin-bottom:0;margin-left:8px;margin-right:8px}.woocommerce-segmented-selection__container .woocommerce-segmented-selection__item label{font-size:13px}.woocommerce-segmented-selection{border:none;padding:0}.woocommerce-summary{padding-left:0}.woocommerce-summary .woocommerce-summary__item.is-selected{box-shadow:inset -1px -1px 0 var(--dokan-sidebar-background-color, #322067),inset 1px 0 0 var(--dokan-sidebar-background-color, #322067),inset 0 4px 0 var(--dokan-button-background-color, #7047EB) !important}.woocommerce-calendar__input .woocommerce-calendar__input-text{border-width:0px}.woocommerce-view-more-list__popover .woocommerce-view-more-list__popover__item a{font-size:13px}.woocommerce-chart__interval-select .components-select-control__input{border:none}.woocommerce-chart__interval-select .components-select-control__input .components-input-control__backdrop{display:none}#headlessui-portal-root{display:block}.woocommerce-layout a,.woocommerce-layout .statement-order-id,.woocommerce-layout .woocommerce-table__breadcrumbs{color:var(--dokan-link-color, #7047EB)}.woocommerce-layout a:hover,.woocommerce-layout .statement-order-id:hover,.woocommerce-layout .woocommerce-table__breadcrumbs:hover{color:var(--dokan-link-hover-color, var(--dokan-sidebar-background-color, #322067))}.woocommerce-layout{margin:0;padding:0}.woocommerce-layout__loading{position:absolute;top:0;left:0;width:100%;height:100%;display:flex;align-items:center;justify-content:center}.woocommerce-layout__no-match{display:flex;align-items:center;justify-content:center}.woocommerce-layout__no-match .components-card{max-width:680px;width:100%}.woocommerce-layout .woocommerce-layout__main{max-width:100%}.woocommerce-admin-page .update-nag{display:none}.woocommerce-admin-page #wpbody.no-header{display:block;margin-top:0}.woocommerce-admin-page #wpbody.no-header .woocommerce-layout__primary{margin-top:0}.woocommerce-admin-is-loading #adminmenumain,.woocommerce-admin-is-loading #wpfooter,.woocommerce-admin-is-loading #wpcontent,.woocommerce-admin-is-loading #wpadminbar,.woocommerce-admin-is-loading #wpbody-content,.woocommerce-admin-is-loading .woocommerce-layout__header,.woocommerce-admin-is-loading .update-nag,.woocommerce-admin-is-loading .woocommerce-store-alerts,.woocommerce-admin-is-loading .woocommerce-message,.woocommerce-admin-is-loading .notice,.woocommerce-admin-is-loading .error,.woocommerce-admin-is-loading .updated,.woocommerce-admin-is-loading .components-modal__screen-overlay{display:none}.woocommerce-admin-full-screen{background:#f6f7f7;color:#50575e;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif}.woocommerce-admin-full-screen #wpwrap{top:0}.woocommerce-admin-full-screen #wpbody-content{min-height:100vh !important}.woocommerce-admin-full-screen #wpcontent>*,.woocommerce-admin-full-screen #adminmenumain,.woocommerce-admin-full-screen .woocommerce-layout__header,.woocommerce-admin-full-screen .update-nag,.woocommerce-admin-full-screen .woocommerce-store-alerts,.woocommerce-admin-full-screen .woocommerce-message,.woocommerce-admin-full-screen .notice,.woocommerce-admin-full-screen .error,.woocommerce-admin-full-screen .updated{display:none}.woocommerce-admin-full-screen #wpcontent{margin-left:0 !important}.woocommerce-admin-full-screen #wpcontent>#wpbody{display:block;margin-top:0 !important}.woocommerce-admin-full-screen.has-woocommerce-navigation #wpbody{padding-left:0}.is-wp-toolbar-disabled #wpadminbar{display:none !important}.woocommerce-task-dashboard__container .components-button.is-button,.woocommerce-profile-wizard__body .components-button.is-button,.woocommerce-admin-page .components-modal__frame .components-button.is-button{height:48px;padding-left:25px;padding-right:25px;text-align:center;font-size:14px;line-height:36px;font-weight:500;align-items:center}.woocommerce-task-dashboard__container .components-button.is-button:disabled,.woocommerce-profile-wizard__body .components-button.is-button:disabled,.woocommerce-admin-page .components-modal__frame .components-button.is-button:disabled{cursor:not-allowed}.components-modal__header .components-button svg+span{display:none}.components-modal__frame.woocommerce-usage-modal{width:600px;max-width:100%}.components-modal__frame.woocommerce-usage-modal .components-modal__header{margin-bottom:0}.components-modal__frame.woocommerce-usage-modal .woocommerce-usage-modal__wrapper{flex-grow:1;display:flex;flex-direction:column}.components-modal__frame.woocommerce-usage-modal .woocommerce-usage-modal__wrapper button.is-primary{align-self:flex-end}.components-modal__frame.woocommerce-usage-modal .woocommerce-usage-modal__actions{display:flex;justify-content:flex-end}.woocommerce-payments__usage-modal .components-modal__header{height:auto;padding:24px 24px 0 24px}.woocommerce-payments__usage-modal .components-modal__header .components-modal__header-heading{font-size:24px;line-height:32px;margin:0 0 24px 0}.woocommerce-payments__usage-modal .woocommerce-payments__usage-modal-message{font-size:16px;line-height:24px}.woocommerce-payments__usage-modal .woocommerce-payments__usage-footer{display:flex;justify-content:flex-end}.components-modal__frame.woocommerce-cart-modal{width:600px;max-width:100%}.components-modal__frame.woocommerce-cart-modal .components-modal__header{border-bottom:0}.components-modal__frame.woocommerce-cart-modal .components-modal__header button{display:none}.components-modal__frame.woocommerce-cart-modal .components-modal__header-heading{font-style:normal;font-weight:normal;font-size:24px;line-height:32px}.components-modal__frame.woocommerce-cart-modal .woocommerce-cart-modal__help-text{font-size:16px;line-height:24px}.components-modal__frame.woocommerce-cart-modal .woocommerce-cart-modal__actions{text-align:right}.components-modal__frame.woocommerce-cart-modal .woocommerce-cart-modal__actions button.is-link{text-decoration:none;font-weight:600;font-size:14px}.components-modal__frame.woocommerce-cart-modal .woocommerce-cart-modal__actions button.is-primary{align-self:flex-end}.dokan-dashboard-content .woocommerce-summary__item-container .woocommerce-summary__item:focus{outline:none;box-shadow:none}.dokan-dashboard-content .woocommerce-layout__header{top:0}.dokan-dashboard-content .woocommerce-filters__basic-filters .woocommerce-filters-filter{min-width:30%}.dokan-dashboard-content .woocommerce-filters__basic-filters .woocommerce-filters-filter .components-dropdown,.dokan-dashboard-content .woocommerce-filters__basic-filters .woocommerce-filters-filter button.components-button.woocommerce-dropdown-button{height:100%}.dokan-dashboard-content .woocommerce-filters__basic-filters .components-popover{z-index:1001}.dokan-dashboard-content .woocommerce-filters__basic-filters .components-popover .woocommerce-segmented-selection{margin:0}.dokan-dashboard-content .woocommerce-filters__basic-filters .components-popover .woocommerce-segmented-selection__item label{margin:0}.dokan-dashboard-content .woocommerce-dashboard__chart-block-wrapper .components-surface.components-card{box-shadow:inset rgba(0,0,0,.1) 0 0 0 1px}.dokan-dashboard-content .woocommerce-dashboard__dashboard-leaderboards .woocommerce-table__table table td{background:rgba(0,0,0,0)}.dokan-dashboard-content .woocommerce-dashboard-section .woocommerce-section-header{padding:13px 0}.dokan-dashboard-content .woocommerce-dashboard-section .woocommerce-dashboard__dashboard-charts .woocommerce-chart{margin:0}.dokan-dashboard-content .woocommerce-dashboard-section .woocommerce-dashboard__dashboard-charts hr[role=presentation]{width:60%}.dokan-dashboard-content .woocommerce-dashboard-section .woocommerce-dashboard__dashboard-charts .components-input-control__backdrop{border:none}.dokan-dashboard-content .woocommerce-dashboard-section .woocommerce-dashboard__columns{display:grid;grid-template-columns:calc(50% - 12px) calc(50% - 12px);grid-column-gap:24px}.dokan-dashboard-content .woocommerce-dashboard-section .woocommerce-dashboard__columns>div:nth-child(1){grid-column:1/2;grid-row:1/2}@media(max-width: 960px){.dokan-dashboard-content .woocommerce-dashboard-section .woocommerce-dashboard__columns>div:nth-child(1){grid-column:1/2;grid-row:1/2}}.dokan-dashboard-content .woocommerce-dashboard-section .woocommerce-dashboard__columns>div:nth-child(2){grid-column:2/3;grid-row:1.5/2.5}@media(max-width: 960px){.dokan-dashboard-content .woocommerce-dashboard-section .woocommerce-dashboard__columns>div:nth-child(2){grid-column:1/2;grid-row:2/3}}.dokan-dashboard-content .woocommerce-dashboard-section .woocommerce-dashboard__columns>div:nth-child(3){grid-column:1/2;grid-row:2/3}@media(max-width: 960px){.dokan-dashboard-content .woocommerce-dashboard-section .woocommerce-dashboard__columns>div:nth-child(3){grid-column:1/2;grid-row:3/4}}.dokan-dashboard-content .woocommerce-dashboard-section .woocommerce-dashboard__columns>div:nth-child(4){grid-column:2/3;grid-row:2.5/3.5}@media(max-width: 960px){.dokan-dashboard-content .woocommerce-dashboard-section .woocommerce-dashboard__columns>div:nth-child(4){grid-column:1/2;grid-row:4/5}}.dokan-dashboard-content .woocommerce-dashboard-section .woocommerce-dashboard__columns>div:nth-child(5){grid-column:1/2;grid-row:3/4}@media(max-width: 960px){.dokan-dashboard-content .woocommerce-dashboard-section .woocommerce-dashboard__columns>div:nth-child(5){grid-column:1/2;grid-row:5/6}}.dokan-dashboard-content .woocommerce-dashboard-section .woocommerce-dashboard__columns>div:nth-child(6){grid-column:2/3;grid-row:3.5/4.5}@media(max-width: 960px){.dokan-dashboard-content .woocommerce-dashboard-section .woocommerce-dashboard__columns>div:nth-child(6){grid-column:1/2;grid-row:6/7}}.dokan-dashboard-content .woocommerce-dashboard-section .woocommerce-dashboard__columns>div:nth-child(7){grid-column:1/2;grid-row:4/5}@media(max-width: 960px){.dokan-dashboard-content .woocommerce-dashboard-section .woocommerce-dashboard__columns>div:nth-child(7){grid-column:1/2;grid-row:7/8}}.dokan-dashboard-content .woocommerce-dashboard-section .woocommerce-dashboard__columns>div:nth-child(8){grid-column:2/3;grid-row:4.5/5.5}@media(max-width: 960px){.dokan-dashboard-content .woocommerce-dashboard-section .woocommerce-dashboard__columns>div:nth-child(8){grid-column:1/2;grid-row:8/9}}.dokan-dashboard-content .woocommerce-dashboard-section .woocommerce-dashboard__columns>div:nth-child(9){grid-column:1/2;grid-row:5/6}@media(max-width: 960px){.dokan-dashboard-content .woocommerce-dashboard-section .woocommerce-dashboard__columns>div:nth-child(9){grid-column:1/2;grid-row:9/10}}.dokan-dashboard-content .woocommerce-dashboard-section .woocommerce-dashboard__columns>div:nth-child(10){grid-column:2/3;grid-row:5.5/6.5}@media(max-width: 960px){.dokan-dashboard-content .woocommerce-dashboard-section .woocommerce-dashboard__columns>div:nth-child(10){grid-column:1/2;grid-row:10/11}}.dokan-dashboard-content .woocommerce-dashboard-section .woocommerce-dashboard__columns>div:nth-child(11){grid-column:1/2;grid-row:6/7}@media(max-width: 960px){.dokan-dashboard-content .woocommerce-dashboard-section .woocommerce-dashboard__columns>div:nth-child(11){grid-column:1/2;grid-row:11/12}}.dokan-dashboard-content .woocommerce-dashboard-section .woocommerce-dashboard__columns>div:nth-child(12){grid-column:2/3;grid-row:6.5/7.5}@media(max-width: 960px){.dokan-dashboard-content .woocommerce-dashboard-section .woocommerce-dashboard__columns>div:nth-child(12){grid-column:1/2;grid-row:12/13}}.dokan-dashboard-content .woocommerce-dashboard-section .woocommerce-dashboard__columns>div:nth-child(13){grid-column:1/2;grid-row:7/8}@media(max-width: 960px){.dokan-dashboard-content .woocommerce-dashboard-section .woocommerce-dashboard__columns>div:nth-child(13){grid-column:1/2;grid-row:13/14}}.dokan-dashboard-content .woocommerce-dashboard-section .woocommerce-dashboard__columns>div:nth-child(14){grid-column:2/3;grid-row:7.5/8.5}@media(max-width: 960px){.dokan-dashboard-content .woocommerce-dashboard-section .woocommerce-dashboard__columns>div:nth-child(14){grid-column:1/2;grid-row:14/15}}.dokan-dashboard-content .woocommerce-dashboard-section .woocommerce-dashboard__columns .components-card .woocommerce-ellipsis-menu__toggle{padding:0}@media(max-width: 960px){.dokan-dashboard-content .woocommerce-dashboard-section .woocommerce-dashboard__columns{grid-template-columns:100%}}.dokan-dashboard-content .components-card__body table{margin:0}.dokan-dashboard-content .woocommerce-layout{padding:0 1px 1px 0}.dokan-dashboard-content .woocommerce-layout a:focus{outline:none}.dokan-dashboard-content .woocommerce-layout .woocommerce-chart .woocommerce-chart__header h2{margin-bottom:0}.dokan-dashboard-content .woocommerce-layout .woocommerce-chart .woocommerce-chart__header .components-input-control__backdrop{border:none}.dokan-dashboard-content .woocommerce-layout .woocommerce-table__table table tr .woocommerce-table__item.is-checkbox-column{background:rgba(0,0,0,0)}.dokan-dashboard-content .woocommerce-layout .woocommerce-table__table table tr .woocommerce-table__item{vertical-align:middle}.dokan-dashboard-content .woocommerce-layout .woocommerce-table__table table tr th[role=columnheader]{vertical-align:middle}.dokan-dashboard-content .woocommerce-layout .woocommerce-table__table table tr:nth-child(2n) td.woocommerce-table__item{background-color:rgba(0,0,0,0)}.dokan-dashboard-content .woocommerce-layout .woocommerce-table__table table tr:nth-child(2n) td.woocommerce-table__item.is-sorted{background-color:#f0f0f0}.dokan-dashboard-content .woocommerce-layout .woocommerce-table__table table tr:hover:nth-child(2n) td.woocommerce-table__item.is-sorted{background-color:rgba(0,0,0,0)}.dokan-dashboard-content .woocommerce-layout .woocommerce-table__summary .woocommerce-table__summary-item{margin:0 8px}.dokan-dashboard-content .woocommerce-layout .dokan-analytics-vendor-earning-section{width:100%;text-align:right}.dokan-dashboard-content .woocommerce-layout .dokan-analytics-vendor-earning-section .vendor-earning-title{gap:6px;display:flex;align-items:center;justify-content:flex-end}.dokan-dashboard-content .woocommerce-layout .dokan-analytics-vendor-earning-section .vendor-earning-title .vendor-earning{font-weight:700}.components-popover__content .woocommerce-ellipsis-menu__item{display:flex;align-items:center}.woocommerce-calendar .CalendarMonthGrid_month__horizontal{width:290px}.woocommerce-calendar .CalendarMonth_table td{padding:8px}.woocommerce-calendar .CalendarMonth{padding:0 !important}.woocommerce-calendar .CalendarDay__selected_span,.woocommerce-calendar .CalendarDay__hovered_span{background:var(--wp-admin-theme-color) !important}@media(max-width: 768px){.dokan-dashboard-content .woocommerce-section-header{padding-left:18px !important;padding-right:8px !important}.dokan-dashboard-content .woocommerce-section-header.has-interval-select{padding:0 20px 24px 20px}.dokan-dashboard-content .woocommerce-section-header.has-interval-select .components-select-control__input{padding-left:14px}}
.woocommerce-layout__header{background:#fff;box-sizing:border-box;padding:0;position:relative;width:calc(100% - 0px);top:32px;z-index:1001}.woocommerce-layout__header.is-scrolled{box-shadow:0 8px 8px 0 rgba(85,93,102,.3)}.woocommerce-layout__header .woocommerce-layout__header-wrapper{display:flex;align-items:center;min-height:60px}@media(max-width: 782px){.woocommerce-layout__header{flex-flow:row wrap;top:46px;width:100%}}@media(min-width: 783px)and (max-width: 960px){.woocommerce-layout__header{width:calc(100% - 36px)}}.woocommerce-layout__header .woocommerce-layout__header-breadcrumbs-wrapper{display:flex;justify-content:space-between;flex-direction:row}.woocommerce-layout__header .woocommerce-layout__header-heading{display:flex;align-items:center;padding:0 0 0 40px;padding:0 0 0 var(--large-gap);height:60px;background:#fff;font-weight:600;font-size:18px}.woocommerce-layout__header .woocommerce-layout__header-heading.woocommerce-layout__header-left-align{flex:1 auto}.folded .woocommerce-layout__header{width:calc(100% - 36px)}@media(max-width: 782px){.folded .woocommerce-layout__header{width:100%}}.is-wp-toolbar-disabled .woocommerce-layout__header{top:0}.has-woocommerce-navigation .woocommerce-layout__header{left:0;width:100%}.woocommerce-admin-page #contextual-help-link-wrap,.woocommerce-admin-page #screen-options-link-wrap{margin-top:-1px}.wp-responsive-open .woocommerce-layout__header{margin-left:2px}
.woocommerce-layout__footer{background:#fff;border-top:1px solid #e0e0e0;box-shadow:0 2px 6px 0 rgba(0,0,0,.05);box-sizing:border-box;padding:0;position:fixed;width:calc(100% - 160px);bottom:-1px;z-index:1001}.woocommerce-profile-wizard__body .woocommerce-layout__footer{width:100%}@media(min-width: 783px)and (max-width: 960px){.woocommerce-layout__footer{width:calc(100% - 36px)}}@media(max-width: 782px){.woocommerce-layout__footer{flex-flow:row wrap;width:100%}}.folded .woocommerce-layout__footer{width:calc(100% - 36px)}.cmplz-video.cmplz-iframe-styles{background-color:transparent}.cmplz-video.cmplz-hidden{visibility:hidden !important}.cmplz-blocked-content-notice{display:none}.cmplz-placeholder-parent{height:inherit}.cmplz-optin .cmplz-blocked-content-container .cmplz-blocked-content-notice,.cmplz-optin .cmplz-wp-video .cmplz-blocked-content-notice,.cmplz-optout .cmplz-blocked-content-container .cmplz-blocked-content-notice,.cmplz-optout .cmplz-wp-video .cmplz-blocked-content-notice{display:block}.cmplz-blocked-content-container,.cmplz-wp-video{animation-name:cmplz-fadein;animation-duration:600ms;background:#FFF;border:0;border-radius:3px;box-shadow:0 0 1px 0 rgba(0,0,0,0.5),0 1px 10px 0 rgba(0,0,0,0.15);display:flex;justify-content:center;align-items:center;background-repeat:no-repeat !important;background-size:cover !important;height:inherit;position:relative}.cmplz-blocked-content-container.gmw-map-cover,.cmplz-wp-video.gmw-map-cover{max-height:100%;position:absolute}.cmplz-blocked-content-container.cmplz-video-placeholder,.cmplz-wp-video.cmplz-video-placeholder{padding-bottom:initial}.cmplz-blocked-content-container iframe,.cmplz-wp-video iframe{visibility:hidden;max-height:100%;border:0 !important}.cmplz-blocked-content-container .cmplz-custom-accept-btn,.cmplz-wp-video .cmplz-custom-accept-btn{white-space:normal;text-transform:initial;cursor:pointer;position:absolute !important;width:100%;top:50%;left:50%;transform:translate(-50%,-50%);max-width:200px;font-size:14px;padding:10px;background-color:rgba(0,0,0,0.5);color:#fff;text-align:center;z-index:98;line-height:23px}.cmplz-blocked-content-container .cmplz-custom-accept-btn:focus,.cmplz-wp-video .cmplz-custom-accept-btn:focus{border:1px dotted #cecece}.cmplz-blocked-content-container .cmplz-blocked-content-notice,.cmplz-wp-video .cmplz-blocked-content-notice{white-space:normal;text-transform:initial;position:absolute !important;width:100%;top:50%;left:50%;transform:translate(-50%,-50%);max-width:300px;font-size:14px;padding:10px;background-color:rgba(0,0,0,0.5);color:#fff;text-align:center;z-index:98;line-height:23px}.cmplz-blocked-content-container .cmplz-blocked-content-notice .cmplz-links,.cmplz-wp-video .cmplz-blocked-content-notice .cmplz-links{display:block;margin-bottom:10px}.cmplz-blocked-content-container .cmplz-blocked-content-notice .cmplz-links a,.cmplz-wp-video .cmplz-blocked-content-notice .cmplz-links a{color:#fff}.cmplz-blocked-content-container .cmplz-blocked-content-notice .cmplz-blocked-content-notice-body,.cmplz-wp-video .cmplz-blocked-content-notice .cmplz-blocked-content-notice-body{display:block}.cmplz-blocked-content-container div div{display:none}.cmplz-wp-video .cmplz-placeholder-element{width:100%;height:inherit}@keyframes cmplz-fadein{from{opacity:0}to{opacity:1}}@font-face{font-display:swap;font-family:Roboto;font-stretch:100%;font-style:normal;font-weight:400;src:url(//schallplatten.me/wp-content/plugins/pojo-accessibility/assets/build/fonts/Roboto-400-cyrillic-ext.ef54216e.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-display:swap;font-family:Roboto;font-stretch:100%;font-style:normal;font-weight:400;src:url(//schallplatten.me/wp-content/plugins/pojo-accessibility/assets/build/fonts/Roboto-400-cyrillic.969ea6a3.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-display:swap;font-family:Roboto;font-stretch:100%;font-style:normal;font-weight:400;src:url(//schallplatten.me/wp-content/plugins/pojo-accessibility/assets/build/fonts/Roboto-400-greek-ext.04782fd5.woff2) format("woff2");unicode-range:u+1f??}@font-face{font-display:swap;font-family:Roboto;font-stretch:100%;font-style:normal;font-weight:400;src:url(//schallplatten.me/wp-content/plugins/pojo-accessibility/assets/build/fonts/Roboto-400-greek.9e4a3805.woff2) format("woff2");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-display:swap;font-family:Roboto;font-stretch:100%;font-style:normal;font-weight:400;src:url(//schallplatten.me/wp-content/plugins/pojo-accessibility/assets/build/fonts/Roboto-400-symbols.f5851590.woff2) format("woff2");unicode-range:u+0001-000c,u+000e-001f,u+007f-009f,u+20dd-20e0,u+20e2-20e4,u+2150-218f,u+2190,u+2192,u+2194-2199,u+21af,u+21e6-21f0,u+21f3,u+2218-2219,u+2299,u+22c4-22c6,u+2300-243f,u+2440-244a,u+2460-24ff,u+25a0-27bf,u+28??,u+2921-2922,u+2981,u+29bf,u+29eb,u+2b??,u+4dc0-4dff,u+fff9-fffb,u+10140-1018e,u+10190-1019c,u+101a0,u+101d0-101fd,u+102e0-102fb,u+10e60-10e7e,u+1d2c0-1d2d3,u+1d2e0-1d37f,u+1f0??,u+1f100-1f1ad,u+1f1e6-1f1ff,u+1f30d-1f30f,u+1f315,u+1f31c,u+1f31e,u+1f320-1f32c,u+1f336,u+1f378,u+1f37d,u+1f382,u+1f393-1f39f,u+1f3a7-1f3a8,u+1f3ac-1f3af,u+1f3c2,u+1f3c4-1f3c6,u+1f3ca-1f3ce,u+1f3d4-1f3e0,u+1f3ed,u+1f3f1-1f3f3,u+1f3f5-1f3f7,u+1f408,u+1f415,u+1f41f,u+1f426,u+1f43f,u+1f441-1f442,u+1f444,u+1f446-1f449,u+1f44c-1f44e,u+1f453,u+1f46a,u+1f47d,u+1f4a3,u+1f4b0,u+1f4b3,u+1f4b9,u+1f4bb,u+1f4bf,u+1f4c8-1f4cb,u+1f4d6,u+1f4da,u+1f4df,u+1f4e3-1f4e6,u+1f4ea-1f4ed,u+1f4f7,u+1f4f9-1f4fb,u+1f4fd-1f4fe,u+1f503,u+1f507-1f50b,u+1f50d,u+1f512-1f513,u+1f53e-1f54a,u+1f54f-1f5fa,u+1f610,u+1f650-1f67f,u+1f687,u+1f68d,u+1f691,u+1f694,u+1f698,u+1f6ad,u+1f6b2,u+1f6b9-1f6ba,u+1f6bc,u+1f6c6-1f6cf,u+1f6d3-1f6d7,u+1f6e0-1f6ea,u+1f6f0-1f6f3,u+1f6f7-1f6fc,u+1f7??,u+1f800-1f80b,u+1f810-1f847,u+1f850-1f859,u+1f860-1f887,u+1f890-1f8ad,u+1f8b0-1f8bb,u+1f8c0-1f8c1,u+1f900-1f90b,u+1f93b,u+1f946,u+1f984,u+1f996,u+1f9e9,u+1fa00-1fa6f,u+1fa70-1fa7c,u+1fa80-1fa89,u+1fa8f-1fac6,u+1face-1fadc,u+1fadf-1fae9,u+1faf0-1faf8,u+1fb??}@font-face{font-display:swap;font-family:Roboto;font-stretch:100%;font-style:normal;font-weight:400;src:url(//schallplatten.me/wp-content/plugins/pojo-accessibility/assets/build/fonts/Roboto-400-vietnamese.b13ae75f.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-display:swap;font-family:Roboto;font-stretch:100%;font-style:normal;font-weight:400;src:url(//schallplatten.me/wp-content/plugins/pojo-accessibility/assets/build/fonts/Roboto-400-latin-ext.6d1ff22c.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-display:swap;font-family:Roboto;font-stretch:100%;font-style:normal;font-weight:400;src:url(//schallplatten.me/wp-content/plugins/pojo-accessibility/assets/build/fonts/Roboto-400-latin.75e6c243.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-display:swap;font-family:Roboto;font-stretch:100%;font-style:normal;font-weight:500;src:url(//schallplatten.me/wp-content/plugins/pojo-accessibility/assets/build/fonts/Roboto-500-cyrillic-ext.ef54216e.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-display:swap;font-family:Roboto;font-stretch:100%;font-style:normal;font-weight:500;src:url(//schallplatten.me/wp-content/plugins/pojo-accessibility/assets/build/fonts/Roboto-500-cyrillic.969ea6a3.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-display:swap;font-family:Roboto;font-stretch:100%;font-style:normal;font-weight:500;src:url(//schallplatten.me/wp-content/plugins/pojo-accessibility/assets/build/fonts/Roboto-500-greek-ext.04782fd5.woff2) format("woff2");unicode-range:u+1f??}@font-face{font-display:swap;font-family:Roboto;font-stretch:100%;font-style:normal;font-weight:500;src:url(//schallplatten.me/wp-content/plugins/pojo-accessibility/assets/build/fonts/Roboto-500-greek.9e4a3805.woff2) format("woff2");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-display:swap;font-family:Roboto;font-stretch:100%;font-style:normal;font-weight:500;src:url(//schallplatten.me/wp-content/plugins/pojo-accessibility/assets/build/fonts/Roboto-500-symbols.f5851590.woff2) format("woff2");unicode-range:u+0001-000c,u+000e-001f,u+007f-009f,u+20dd-20e0,u+20e2-20e4,u+2150-218f,u+2190,u+2192,u+2194-2199,u+21af,u+21e6-21f0,u+21f3,u+2218-2219,u+2299,u+22c4-22c6,u+2300-243f,u+2440-244a,u+2460-24ff,u+25a0-27bf,u+28??,u+2921-2922,u+2981,u+29bf,u+29eb,u+2b??,u+4dc0-4dff,u+fff9-fffb,u+10140-1018e,u+10190-1019c,u+101a0,u+101d0-101fd,u+102e0-102fb,u+10e60-10e7e,u+1d2c0-1d2d3,u+1d2e0-1d37f,u+1f0??,u+1f100-1f1ad,u+1f1e6-1f1ff,u+1f30d-1f30f,u+1f315,u+1f31c,u+1f31e,u+1f320-1f32c,u+1f336,u+1f378,u+1f37d,u+1f382,u+1f393-1f39f,u+1f3a7-1f3a8,u+1f3ac-1f3af,u+1f3c2,u+1f3c4-1f3c6,u+1f3ca-1f3ce,u+1f3d4-1f3e0,u+1f3ed,u+1f3f1-1f3f3,u+1f3f5-1f3f7,u+1f408,u+1f415,u+1f41f,u+1f426,u+1f43f,u+1f441-1f442,u+1f444,u+1f446-1f449,u+1f44c-1f44e,u+1f453,u+1f46a,u+1f47d,u+1f4a3,u+1f4b0,u+1f4b3,u+1f4b9,u+1f4bb,u+1f4bf,u+1f4c8-1f4cb,u+1f4d6,u+1f4da,u+1f4df,u+1f4e3-1f4e6,u+1f4ea-1f4ed,u+1f4f7,u+1f4f9-1f4fb,u+1f4fd-1f4fe,u+1f503,u+1f507-1f50b,u+1f50d,u+1f512-1f513,u+1f53e-1f54a,u+1f54f-1f5fa,u+1f610,u+1f650-1f67f,u+1f687,u+1f68d,u+1f691,u+1f694,u+1f698,u+1f6ad,u+1f6b2,u+1f6b9-1f6ba,u+1f6bc,u+1f6c6-1f6cf,u+1f6d3-1f6d7,u+1f6e0-1f6ea,u+1f6f0-1f6f3,u+1f6f7-1f6fc,u+1f7??,u+1f800-1f80b,u+1f810-1f847,u+1f850-1f859,u+1f860-1f887,u+1f890-1f8ad,u+1f8b0-1f8bb,u+1f8c0-1f8c1,u+1f900-1f90b,u+1f93b,u+1f946,u+1f984,u+1f996,u+1f9e9,u+1fa00-1fa6f,u+1fa70-1fa7c,u+1fa80-1fa89,u+1fa8f-1fac6,u+1face-1fadc,u+1fadf-1fae9,u+1faf0-1faf8,u+1fb??}@font-face{font-display:swap;font-family:Roboto;font-stretch:100%;font-style:normal;font-weight:500;src:url(//schallplatten.me/wp-content/plugins/pojo-accessibility/assets/build/fonts/Roboto-500-vietnamese.b13ae75f.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-display:swap;font-family:Roboto;font-stretch:100%;font-style:normal;font-weight:500;src:url(//schallplatten.me/wp-content/plugins/pojo-accessibility/assets/build/fonts/Roboto-500-latin-ext.6d1ff22c.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-display:swap;font-family:Roboto;font-stretch:100%;font-style:normal;font-weight:500;src:url(//schallplatten.me/wp-content/plugins/pojo-accessibility/assets/build/fonts/Roboto-500-latin.75e6c243.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-display:swap;font-family:Roboto;font-stretch:100%;font-style:normal;font-weight:600;src:url(//schallplatten.me/wp-content/plugins/pojo-accessibility/assets/build/fonts/Roboto-600-cyrillic-ext.ef54216e.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-display:swap;font-family:Roboto;font-stretch:100%;font-style:normal;font-weight:600;src:url(//schallplatten.me/wp-content/plugins/pojo-accessibility/assets/build/fonts/Roboto-600-cyrillic.969ea6a3.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-display:swap;font-family:Roboto;font-stretch:100%;font-style:normal;font-weight:600;src:url(//schallplatten.me/wp-content/plugins/pojo-accessibility/assets/build/fonts/Roboto-600-greek-ext.04782fd5.woff2) format("woff2");unicode-range:u+1f??}@font-face{font-display:swap;font-family:Roboto;font-stretch:100%;font-style:normal;font-weight:600;src:url(//schallplatten.me/wp-content/plugins/pojo-accessibility/assets/build/fonts/Roboto-600-greek.9e4a3805.woff2) format("woff2");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-display:swap;font-family:Roboto;font-stretch:100%;font-style:normal;font-weight:600;src:url(//schallplatten.me/wp-content/plugins/pojo-accessibility/assets/build/fonts/Roboto-600-symbols.f5851590.woff2) format("woff2");unicode-range:u+0001-000c,u+000e-001f,u+007f-009f,u+20dd-20e0,u+20e2-20e4,u+2150-218f,u+2190,u+2192,u+2194-2199,u+21af,u+21e6-21f0,u+21f3,u+2218-2219,u+2299,u+22c4-22c6,u+2300-243f,u+2440-244a,u+2460-24ff,u+25a0-27bf,u+28??,u+2921-2922,u+2981,u+29bf,u+29eb,u+2b??,u+4dc0-4dff,u+fff9-fffb,u+10140-1018e,u+10190-1019c,u+101a0,u+101d0-101fd,u+102e0-102fb,u+10e60-10e7e,u+1d2c0-1d2d3,u+1d2e0-1d37f,u+1f0??,u+1f100-1f1ad,u+1f1e6-1f1ff,u+1f30d-1f30f,u+1f315,u+1f31c,u+1f31e,u+1f320-1f32c,u+1f336,u+1f378,u+1f37d,u+1f382,u+1f393-1f39f,u+1f3a7-1f3a8,u+1f3ac-1f3af,u+1f3c2,u+1f3c4-1f3c6,u+1f3ca-1f3ce,u+1f3d4-1f3e0,u+1f3ed,u+1f3f1-1f3f3,u+1f3f5-1f3f7,u+1f408,u+1f415,u+1f41f,u+1f426,u+1f43f,u+1f441-1f442,u+1f444,u+1f446-1f449,u+1f44c-1f44e,u+1f453,u+1f46a,u+1f47d,u+1f4a3,u+1f4b0,u+1f4b3,u+1f4b9,u+1f4bb,u+1f4bf,u+1f4c8-1f4cb,u+1f4d6,u+1f4da,u+1f4df,u+1f4e3-1f4e6,u+1f4ea-1f4ed,u+1f4f7,u+1f4f9-1f4fb,u+1f4fd-1f4fe,u+1f503,u+1f507-1f50b,u+1f50d,u+1f512-1f513,u+1f53e-1f54a,u+1f54f-1f5fa,u+1f610,u+1f650-1f67f,u+1f687,u+1f68d,u+1f691,u+1f694,u+1f698,u+1f6ad,u+1f6b2,u+1f6b9-1f6ba,u+1f6bc,u+1f6c6-1f6cf,u+1f6d3-1f6d7,u+1f6e0-1f6ea,u+1f6f0-1f6f3,u+1f6f7-1f6fc,u+1f7??,u+1f800-1f80b,u+1f810-1f847,u+1f850-1f859,u+1f860-1f887,u+1f890-1f8ad,u+1f8b0-1f8bb,u+1f8c0-1f8c1,u+1f900-1f90b,u+1f93b,u+1f946,u+1f984,u+1f996,u+1f9e9,u+1fa00-1fa6f,u+1fa70-1fa7c,u+1fa80-1fa89,u+1fa8f-1fac6,u+1face-1fadc,u+1fadf-1fae9,u+1faf0-1faf8,u+1fb??}@font-face{font-display:swap;font-family:Roboto;font-stretch:100%;font-style:normal;font-weight:600;src:url(//schallplatten.me/wp-content/plugins/pojo-accessibility/assets/build/fonts/Roboto-600-vietnamese.b13ae75f.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-display:swap;font-family:Roboto;font-stretch:100%;font-style:normal;font-weight:600;src:url(//schallplatten.me/wp-content/plugins/pojo-accessibility/assets/build/fonts/Roboto-600-latin-ext.6d1ff22c.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-display:swap;font-family:Roboto;font-stretch:100%;font-style:normal;font-weight:600;src:url(//schallplatten.me/wp-content/plugins/pojo-accessibility/assets/build/fonts/Roboto-600-latin.75e6c243.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-display:swap;font-family:Roboto;font-stretch:100%;font-style:normal;font-weight:700;src:url(//schallplatten.me/wp-content/plugins/pojo-accessibility/assets/build/fonts/Roboto-700-cyrillic-ext.ef54216e.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-display:swap;font-family:Roboto;font-stretch:100%;font-style:normal;font-weight:700;src:url(//schallplatten.me/wp-content/plugins/pojo-accessibility/assets/build/fonts/Roboto-700-cyrillic.969ea6a3.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-display:swap;font-family:Roboto;font-stretch:100%;font-style:normal;font-weight:700;src:url(//schallplatten.me/wp-content/plugins/pojo-accessibility/assets/build/fonts/Roboto-700-greek-ext.04782fd5.woff2) format("woff2");unicode-range:u+1f??}@font-face{font-display:swap;font-family:Roboto;font-stretch:100%;font-style:normal;font-weight:700;src:url(//schallplatten.me/wp-content/plugins/pojo-accessibility/assets/build/fonts/Roboto-700-greek.9e4a3805.woff2) format("woff2");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-display:swap;font-family:Roboto;font-stretch:100%;font-style:normal;font-weight:700;src:url(//schallplatten.me/wp-content/plugins/pojo-accessibility/assets/build/fonts/Roboto-700-symbols.f5851590.woff2) format("woff2");unicode-range:u+0001-000c,u+000e-001f,u+007f-009f,u+20dd-20e0,u+20e2-20e4,u+2150-218f,u+2190,u+2192,u+2194-2199,u+21af,u+21e6-21f0,u+21f3,u+2218-2219,u+2299,u+22c4-22c6,u+2300-243f,u+2440-244a,u+2460-24ff,u+25a0-27bf,u+28??,u+2921-2922,u+2981,u+29bf,u+29eb,u+2b??,u+4dc0-4dff,u+fff9-fffb,u+10140-1018e,u+10190-1019c,u+101a0,u+101d0-101fd,u+102e0-102fb,u+10e60-10e7e,u+1d2c0-1d2d3,u+1d2e0-1d37f,u+1f0??,u+1f100-1f1ad,u+1f1e6-1f1ff,u+1f30d-1f30f,u+1f315,u+1f31c,u+1f31e,u+1f320-1f32c,u+1f336,u+1f378,u+1f37d,u+1f382,u+1f393-1f39f,u+1f3a7-1f3a8,u+1f3ac-1f3af,u+1f3c2,u+1f3c4-1f3c6,u+1f3ca-1f3ce,u+1f3d4-1f3e0,u+1f3ed,u+1f3f1-1f3f3,u+1f3f5-1f3f7,u+1f408,u+1f415,u+1f41f,u+1f426,u+1f43f,u+1f441-1f442,u+1f444,u+1f446-1f449,u+1f44c-1f44e,u+1f453,u+1f46a,u+1f47d,u+1f4a3,u+1f4b0,u+1f4b3,u+1f4b9,u+1f4bb,u+1f4bf,u+1f4c8-1f4cb,u+1f4d6,u+1f4da,u+1f4df,u+1f4e3-1f4e6,u+1f4ea-1f4ed,u+1f4f7,u+1f4f9-1f4fb,u+1f4fd-1f4fe,u+1f503,u+1f507-1f50b,u+1f50d,u+1f512-1f513,u+1f53e-1f54a,u+1f54f-1f5fa,u+1f610,u+1f650-1f67f,u+1f687,u+1f68d,u+1f691,u+1f694,u+1f698,u+1f6ad,u+1f6b2,u+1f6b9-1f6ba,u+1f6bc,u+1f6c6-1f6cf,u+1f6d3-1f6d7,u+1f6e0-1f6ea,u+1f6f0-1f6f3,u+1f6f7-1f6fc,u+1f7??,u+1f800-1f80b,u+1f810-1f847,u+1f850-1f859,u+1f860-1f887,u+1f890-1f8ad,u+1f8b0-1f8bb,u+1f8c0-1f8c1,u+1f900-1f90b,u+1f93b,u+1f946,u+1f984,u+1f996,u+1f9e9,u+1fa00-1fa6f,u+1fa70-1fa7c,u+1fa80-1fa89,u+1fa8f-1fac6,u+1face-1fadc,u+1fadf-1fae9,u+1faf0-1faf8,u+1fb??}@font-face{font-display:swap;font-family:Roboto;font-stretch:100%;font-style:normal;font-weight:700;src:url(//schallplatten.me/wp-content/plugins/pojo-accessibility/assets/build/fonts/Roboto-700-vietnamese.b13ae75f.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-display:swap;font-family:Roboto;font-stretch:100%;font-style:normal;font-weight:700;src:url(//schallplatten.me/wp-content/plugins/pojo-accessibility/assets/build/fonts/Roboto-700-latin-ext.6d1ff22c.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-display:swap;font-family:Roboto;font-stretch:100%;font-style:normal;font-weight:700;src:url(//schallplatten.me/wp-content/plugins/pojo-accessibility/assets/build/fonts/Roboto-700-latin.75e6c243.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}.ea11y-skip-to-content-link{clip:rect(1px,1px,1px,1px);align-items:center;background-color:#fff;border:1px solid #2563eb;border-radius:12px;clip-path:inset(50%);color:#0c0d0e;display:flex;gap:8px;height:1px;margin:-1px;overflow:hidden;padding:0;pointer-events:none;position:fixed;text-decoration:none;width:1px;word-wrap:normal!important}.ea11y-skip-to-content-link:focus{clip:auto!important;clip-path:none;height:auto;left:30px;padding:16px 24px;pointer-events:auto;top:30px;width:auto;z-index:100000}.ea11y-skip-to-content-link:focus+.ea11y-skip-to-content-backdrop{background-color:rgba(0,0,0,.5);bottom:0;left:0;position:fixed;right:0;top:0;z-index:9999}img {
vertical-align: middle;
}
.img-responsive,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
display: block;
max-width: 100%;
height: auto;
}
.sr-only {
position: absolute;
width: 1px;
height: 1px;
padding: 0;
margin: -1px;
overflow: hidden;
clip: rect(0, 0, 0, 0);
border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
position: static;
width: auto;
height: auto;
margin: 0;
overflow: visible;
clip: auto;
}
[role="button"] {
cursor: pointer;
}
.carousel {
position: relative;
}
.carousel-inner {
position: relative;
width: 100%;
overflow: hidden;
}
.carousel-inner > .item {
position: relative;
display: none;
-webkit-transition: 0.6s ease-in-out left;
-o-transition: 0.6s ease-in-out left;
transition: 0.6s ease-in-out left;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
line-height: 1;
}
@media all and (transform-3d), (-webkit-transform-3d) {
.carousel-inner > .item {
-webkit-transition: -webkit-transform 0.6s ease-in-out;
-o-transition: -o-transform 0.6s ease-in-out;
transition: transform 0.6s ease-in-out;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
-webkit-perspective: 1000px;
perspective: 1000px;
}
.carousel-inner > .item.next,
.carousel-inner > .item.active.right {
-webkit-transform: translate3d(100%, 0, 0);
transform: translate3d(100%, 0, 0);
left: 0;
}
.carousel-inner > .item.prev,
.carousel-inner > .item.active.left {
-webkit-transform: translate3d(-100%, 0, 0);
transform: translate3d(-100%, 0, 0);
left: 0;
}
.carousel-inner > .item.next.left,
.carousel-inner > .item.prev.right,
.carousel-inner > .item.active {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
left: 0;
}
}
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
display: block;
}
.carousel-inner > .active {
left: 0;
}
.carousel-inner > .next,
.carousel-inner > .prev {
position: absolute;
top: 0;
width: 100%;
}
.carousel-inner > .next {
left: 100%;
}
.carousel-inner > .prev {
left: -100%;
}
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
left: 0;
}
.carousel-inner > .active.left {
left: -100%;
}
.carousel-inner > .active.right {
left: 100%;
}
.carousel-control {
position: absolute;
top: 50%;
bottom: 50%;
left: 0;
width: 35px;
font-size: 20px;
color: #ffffff;
text-align: center;
text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-control.left { }
.carousel-control.right {
right: 0;
left: auto;
}
.carousel-control:hover,
.carousel-control:focus {
color: #ffffff;
text-decoration: none;
outline: 0;
filter: alpha(opacity=90);
opacity: 0.9;
}
.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
position: absolute;
top: 50%;
z-index: 5;
display: inline-block;
margin-top: -10px;
}
.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
left: 50%;
margin-left: -10px;
}
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
right: 50%;
margin-right: -10px;
}
.carousel-control .icon-prev,
.carousel-control .icon-next {
width: 20px;
height: 20px;
font-family: serif;
line-height: 1;
}
.carousel-control .icon-prev:before {
content: "\2039";
}
.carousel-control .icon-next:before {
content: "\203a";
}
.carousel-indicators {
position: absolute;
bottom: 10px;
left: 50%;
z-index: 15;
width: 60%;
padding-left: 0;
margin-left: -30%;
text-align: center;
list-style: none;
}
.carousel-indicators li {
display: inline-block;
width: 13px;
height: 13px;
margin: 1px 14px 1px 1px;
text-indent: -999px;
cursor: pointer;
background-color: #000 \9;
background-color: rgba(0, 0, 0, 0);
border: 1px solid #ffffff;
border-radius: 10px;
}
.carousel-indicators .active {
width: 30px;
height: 13px;
margin: 1px 14px 1px 1px;
background-color: #ffffff;
}
.carousel-caption {
position: absolute;
right: 15%;
bottom: 20px;
left: 15%;
z-index: 10;
padding-top: 20px;
padding-bottom: 20px;
color: #ffffff;
text-align: center;
text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-caption .btn {
text-shadow: none;
}
@media screen and (min-width: 768px) {
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-prev,
.carousel-control .icon-next {
width: 30px;
height: 30px;
margin-top: -10px;
font-size: 30px;
}
.carousel-control .glyphicon-chevron-left,
.carousel-control .icon-prev {
margin-left: -10px;
}
.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-next {
margin-right: -10px;
}
.carousel-caption {
right: 20%;
left: 20%;
padding-bottom: 30px;
}
.carousel-indicators {
bottom: 20px;
}
}
.carousel-fade .carousel-inner .item {
opacity: 0.6;
transition-property: opacity;
transition-duration: 0.7s;
transition-timing-function:linear;
}
.carousel-fade .carousel-inner .active {
opacity: 1;
}
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
left: 0;
opacity: 0;
z-index: 1;
}
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
opacity: 1;
}
.carousel-fade .carousel-control {
z-index: 2;
}
.clearfix:before,
.clearfix:after {
display: table;
content: " ";
}
.clearfix:after {
clear: both;
}
.center-block {
display: block;
margin-right: auto;
margin-left: auto;
}
.pull-right {
float: right !important;
}
.pull-left {
float: left !important;
}
.hide {
display: none !important;
}
.show {
display: block !important;
}
.invisible {
visibility: hidden;
}
.text-hide {
font: 0/0 a;
color: transparent;
text-shadow: none;
background-color: transparent;
border: 0;
}
.hidden {
display: none !important;
}
.affix {
position: fixed;
}
.carousel-control.right {
right: -50px;
transition: all 0.5s;
}
.carousel-control.left {
left: -50px;
transition: all 0.5s;
}
.product-slider:hover .carousel-control.right {
right: 0px;	
}
.product-slider:hover .carousel-control.left {
left: 0px;	
}
.product-slider svg {
fill:#fff;
} .container-fluid {
padding-right: 15px;
padding-left: 15px;
margin-right: auto;
margin-left: auto;
}
.row {
margin-right: -15px;
margin-left: -15px;
}
.row-no-gutters {
margin-right: 0;
margin-left: 0;
}
.row-no-gutters [class*="col-"] {
padding-right: 0;
padding-left: 0;
}
.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
position: relative;
min-height: 1px;
padding-right: 15px;
padding-left: 15px;
}
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
float: left;
}
.col-xs-12 {
width: 100%;
}
.col-xs-11 {
width: 91.66666667%;
}
.col-xs-10 {
width: 83.33333333%;
}
.col-xs-9 {
width: 75%;
}
.col-xs-8 {
width: 66.66666667%;
}
.col-xs-7 {
width: 58.33333333%;
}
.col-xs-6 {
width: 50%;
}
.col-xs-5 {
width: 41.66666667%;
}
.col-xs-4 {
width: 33.33333333%;
}
.col-xs-3 {
width: 25%;
}
.col-xs-2 {
width: 16.66666667%;
}
.col-xs-1 {
width: 8.33333333%;
}
.col-xs-pull-12 {
right: 100%;
}
.col-xs-pull-11 {
right: 91.66666667%;
}
.col-xs-pull-10 {
right: 83.33333333%;
}
.col-xs-pull-9 {
right: 75%;
}
.col-xs-pull-8 {
right: 66.66666667%;
}
.col-xs-pull-7 {
right: 58.33333333%;
}
.col-xs-pull-6 {
right: 50%;
}
.col-xs-pull-5 {
right: 41.66666667%;
}
.col-xs-pull-4 {
right: 33.33333333%;
}
.col-xs-pull-3 {
right: 25%;
}
.col-xs-pull-2 {
right: 16.66666667%;
}
.col-xs-pull-1 {
right: 8.33333333%;
}
.col-xs-pull-0 {
right: auto;
}
.col-xs-push-12 {
left: 100%;
}
.col-xs-push-11 {
left: 91.66666667%;
}
.col-xs-push-10 {
left: 83.33333333%;
}
.col-xs-push-9 {
left: 75%;
}
.col-xs-push-8 {
left: 66.66666667%;
}
.col-xs-push-7 {
left: 58.33333333%;
}
.col-xs-push-6 {
left: 50%;
}
.col-xs-push-5 {
left: 41.66666667%;
}
.col-xs-push-4 {
left: 33.33333333%;
}
.col-xs-push-3 {
left: 25%;
}
.col-xs-push-2 {
left: 16.66666667%;
}
.col-xs-push-1 {
left: 8.33333333%;
}
.col-xs-push-0 {
left: auto;
}
.col-xs-offset-12 {
margin-left: 100%;
}
.col-xs-offset-11 {
margin-left: 91.66666667%;
}
.col-xs-offset-10 {
margin-left: 83.33333333%;
}
.col-xs-offset-9 {
margin-left: 75%;
}
.col-xs-offset-8 {
margin-left: 66.66666667%;
}
.col-xs-offset-7 {
margin-left: 58.33333333%;
}
.col-xs-offset-6 {
margin-left: 50%;
}
.col-xs-offset-5 {
margin-left: 41.66666667%;
}
.col-xs-offset-4 {
margin-left: 33.33333333%;
}
.col-xs-offset-3 {
margin-left: 25%;
}
.col-xs-offset-2 {
margin-left: 16.66666667%;
}
.col-xs-offset-1 {
margin-left: 8.33333333%;
}
.col-xs-offset-0 {
margin-left: 0%;
}
@media (min-width: 768px) {
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12 {
float: left;
}
.col-sm-12 {
width: 100%;
}
.col-sm-11 {
width: 91.66666667%;
}
.col-sm-10 {
width: 83.33333333%;
}
.col-sm-9 {
width: 75%;
}
.col-sm-8 {
width: 66.66666667%;
}
.col-sm-7 {
width: 58.33333333%;
}
.col-sm-6 {
width: 50%;
}
.col-sm-5 {
width: 41.66666667%;
}
.col-sm-4 {
width: 33.33333333%;
}
.col-sm-3 {
width: 25%;
}
.col-sm-2 {
width: 16.66666667%;
}
.col-sm-1 {
width: 8.33333333%;
}
.col-sm-pull-12 {
right: 100%;
}
.col-sm-pull-11 {
right: 91.66666667%;
}
.col-sm-pull-10 {
right: 83.33333333%;
}
.col-sm-pull-9 {
right: 75%;
}
.col-sm-pull-8 {
right: 66.66666667%;
}
.col-sm-pull-7 {
right: 58.33333333%;
}
.col-sm-pull-6 {
right: 50%;
}
.col-sm-pull-5 {
right: 41.66666667%;
}
.col-sm-pull-4 {
right: 33.33333333%;
}
.col-sm-pull-3 {
right: 25%;
}
.col-sm-pull-2 {
right: 16.66666667%;
}
.col-sm-pull-1 {
right: 8.33333333%;
}
.col-sm-pull-0 {
right: auto;
}
.col-sm-push-12 {
left: 100%;
}
.col-sm-push-11 {
left: 91.66666667%;
}
.col-sm-push-10 {
left: 83.33333333%;
}
.col-sm-push-9 {
left: 75%;
}
.col-sm-push-8 {
left: 66.66666667%;
}
.col-sm-push-7 {
left: 58.33333333%;
}
.col-sm-push-6 {
left: 50%;
}
.col-sm-push-5 {
left: 41.66666667%;
}
.col-sm-push-4 {
left: 33.33333333%;
}
.col-sm-push-3 {
left: 25%;
}
.col-sm-push-2 {
left: 16.66666667%;
}
.col-sm-push-1 {
left: 8.33333333%;
}
.col-sm-push-0 {
left: auto;
}
.col-sm-offset-12 {
margin-left: 100%;
}
.col-sm-offset-11 {
margin-left: 91.66666667%;
}
.col-sm-offset-10 {
margin-left: 83.33333333%;
}
.col-sm-offset-9 {
margin-left: 75%;
}
.col-sm-offset-8 {
margin-left: 66.66666667%;
}
.col-sm-offset-7 {
margin-left: 58.33333333%;
}
.col-sm-offset-6 {
margin-left: 50%;
}
.col-sm-offset-5 {
margin-left: 41.66666667%;
}
.col-sm-offset-4 {
margin-left: 33.33333333%;
}
.col-sm-offset-3 {
margin-left: 25%;
}
.col-sm-offset-2 {
margin-left: 16.66666667%;
}
.col-sm-offset-1 {
margin-left: 8.33333333%;
}
.col-sm-offset-0 {
margin-left: 0%;
}
}
@media (min-width: 992px) {
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12 {
float: left;
}
.col-md-12 {
width: 100%;
}
.col-md-11 {
width: 91.66666667%;
}
.col-md-10 {
width: 83.33333333%;
}
.col-md-9 {
width: 75%;
}
.col-md-8 {
width: 66.66666667%;
}
.col-md-7 {
width: 58.33333333%;
}
.col-md-6 {
width: 50%;
}
.col-md-5 {
width: 41.66666667%;
}
.col-md-4 {
width: 33.33333333%;
}
.col-md-3 {
width: 25%;
}
.col-md-2 {
width: 16.66666667%;
}
.col-md-1 {
width: 8.33333333%;
}
.col-md-pull-12 {
right: 100%;
}
.col-md-pull-11 {
right: 91.66666667%;
}
.col-md-pull-10 {
right: 83.33333333%;
}
.col-md-pull-9 {
right: 75%;
}
.col-md-pull-8 {
right: 66.66666667%;
}
.col-md-pull-7 {
right: 58.33333333%;
}
.col-md-pull-6 {
right: 50%;
}
.col-md-pull-5 {
right: 41.66666667%;
}
.col-md-pull-4 {
right: 33.33333333%;
}
.col-md-pull-3 {
right: 25%;
}
.col-md-pull-2 {
right: 16.66666667%;
}
.col-md-pull-1 {
right: 8.33333333%;
}
.col-md-pull-0 {
right: auto;
}
.col-md-push-12 {
left: 100%;
}
.col-md-push-11 {
left: 91.66666667%;
}
.col-md-push-10 {
left: 83.33333333%;
}
.col-md-push-9 {
left: 75%;
}
.col-md-push-8 {
left: 66.66666667%;
}
.col-md-push-7 {
left: 58.33333333%;
}
.col-md-push-6 {
left: 50%;
}
.col-md-push-5 {
left: 41.66666667%;
}
.col-md-push-4 {
left: 33.33333333%;
}
.col-md-push-3 {
left: 25%;
}
.col-md-push-2 {
left: 16.66666667%;
}
.col-md-push-1 {
left: 8.33333333%;
}
.col-md-push-0 {
left: auto;
}
.col-md-offset-12 {
margin-left: 100%;
}
.col-md-offset-11 {
margin-left: 91.66666667%;
}
.col-md-offset-10 {
margin-left: 83.33333333%;
}
.col-md-offset-9 {
margin-left: 75%;
}
.col-md-offset-8 {
margin-left: 66.66666667%;
}
.col-md-offset-7 {
margin-left: 58.33333333%;
}
.col-md-offset-6 {
margin-left: 50%;
}
.col-md-offset-5 {
margin-left: 41.66666667%;
}
.col-md-offset-4 {
margin-left: 33.33333333%;
}
.col-md-offset-3 {
margin-left: 25%;
}
.col-md-offset-2 {
margin-left: 16.66666667%;
}
.col-md-offset-1 {
margin-left: 8.33333333%;
}
.col-md-offset-0 {
margin-left: 0%;
}
}
@media (min-width: 1200px) {
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12 {
float: left;
}
.col-lg-12 {
width: 100%;
}
.col-lg-11 {
width: 91.66666667%;
}
.col-lg-10 {
width: 83.33333333%;
}
.col-lg-9 {
width: 75%;
}
.col-lg-8 {
width: 66.66666667%;
}
.col-lg-7 {
width: 58.33333333%;
}
.col-lg-6 {
width: 50%;
}
.col-lg-5 {
width: 41.66666667%;
}
.col-lg-4 {
width: 33.33333333%;
}
.col-lg-3 {
width: 25%;
}
.col-lg-2 {
width: 16.66666667%;
}
.col-lg-1 {
width: 8.33333333%;
}
.col-lg-pull-12 {
right: 100%;
}
.col-lg-pull-11 {
right: 91.66666667%;
}
.col-lg-pull-10 {
right: 83.33333333%;
}
.col-lg-pull-9 {
right: 75%;
}
.col-lg-pull-8 {
right: 66.66666667%;
}
.col-lg-pull-7 {
right: 58.33333333%;
}
.col-lg-pull-6 {
right: 50%;
}
.col-lg-pull-5 {
right: 41.66666667%;
}
.col-lg-pull-4 {
right: 33.33333333%;
}
.col-lg-pull-3 {
right: 25%;
}
.col-lg-pull-2 {
right: 16.66666667%;
}
.col-lg-pull-1 {
right: 8.33333333%;
}
.col-lg-pull-0 {
right: auto;
}
.col-lg-push-12 {
left: 100%;
}
.col-lg-push-11 {
left: 91.66666667%;
}
.col-lg-push-10 {
left: 83.33333333%;
}
.col-lg-push-9 {
left: 75%;
}
.col-lg-push-8 {
left: 66.66666667%;
}
.col-lg-push-7 {
left: 58.33333333%;
}
.col-lg-push-6 {
left: 50%;
}
.col-lg-push-5 {
left: 41.66666667%;
}
.col-lg-push-4 {
left: 33.33333333%;
}
.col-lg-push-3 {
left: 25%;
}
.col-lg-push-2 {
left: 16.66666667%;
}
.col-lg-push-1 {
left: 8.33333333%;
}
.col-lg-push-0 {
left: auto;
}
.col-lg-offset-12 {
margin-left: 100%;
}
.col-lg-offset-11 {
margin-left: 91.66666667%;
}
.col-lg-offset-10 {
margin-left: 83.33333333%;
}
.col-lg-offset-9 {
margin-left: 75%;
}
.col-lg-offset-8 {
margin-left: 66.66666667%;
}
.col-lg-offset-7 {
margin-left: 58.33333333%;
}
.col-lg-offset-6 {
margin-left: 50%;
}
.col-lg-offset-5 {
margin-left: 41.66666667%;
}
.col-lg-offset-4 {
margin-left: 33.33333333%;
}
.col-lg-offset-3 {
margin-left: 25%;
}
.col-lg-offset-2 {
margin-left: 16.66666667%;
}
.col-lg-offset-1 {
margin-left: 8.33333333%;
}
.col-lg-offset-0 {
margin-left: 0%;
}
} .multi-columns-row .first-in-row {
clear: left;
} .multi-columns-row .col-xs-6:nth-child(2n + 3) { clear: left; }
.multi-columns-row .col-xs-4:nth-child(3n + 4) { clear: left; }
.multi-columns-row .col-xs-3:nth-child(4n + 5) { clear: left; }
.multi-columns-row .col-xs-2:nth-child(6n + 7) { clear: left; }
.multi-columns-row .col-xs-1:nth-child(12n + 13) { clear: left; }
@media (min-width: 768px) { .multi-columns-row .col-xs-6:nth-child(2n + 3) { clear: none; }
.multi-columns-row .col-xs-4:nth-child(3n + 4) { clear: none; }
.multi-columns-row .col-xs-3:nth-child(4n + 5) { clear: none; }
.multi-columns-row .col-xs-2:nth-child(6n + 7) { clear: none; }
.multi-columns-row .col-xs-1:nth-child(12n + 13) { clear: none; } .multi-columns-row .col-sm-6:nth-child(2n + 3) { clear: left; }
.multi-columns-row .col-sm-4:nth-child(3n + 4) { clear: left; }
.multi-columns-row .col-sm-3:nth-child(4n + 5) { clear: left; }
.multi-columns-row .col-sm-2:nth-child(6n + 7) { clear: left; }
.multi-columns-row .col-sm-1:nth-child(12n + 13) { clear: left; }
}
@media (min-width: 992px) { .multi-columns-row .col-sm-6:nth-child(2n + 3) { clear: none; }
.multi-columns-row .col-sm-4:nth-child(3n + 4) { clear: none; }
.multi-columns-row .col-sm-3:nth-child(4n + 5) { clear: none; }
.multi-columns-row .col-sm-2:nth-child(6n + 7) { clear: none; }
.multi-columns-row .col-sm-1:nth-child(12n + 13) { clear: none; } .multi-columns-row .col-md-6:nth-child(2n + 3) { clear: left; }
.multi-columns-row .col-md-4:nth-child(3n + 4) { clear: left; }
.multi-columns-row .col-md-3:nth-child(4n + 5) { clear: left; }
.multi-columns-row .col-md-2:nth-child(6n + 7) { clear: left; }
.multi-columns-row .col-md-1:nth-child(12n + 13) { clear: left; }
}
@media (min-width: 1200px) { .multi-columns-row .col-md-6:nth-child(2n + 3) { clear: none; }
.multi-columns-row .col-md-4:nth-child(3n + 4) { clear: none; }
.multi-columns-row .col-md-3:nth-child(4n + 5) { clear: none; }
.multi-columns-row .col-md-2:nth-child(6n + 7) { clear: none; }
.multi-columns-row .col-md-1:nth-child(12n + 13) { clear: none; } .multi-columns-row .col-lg-6:nth-child(2n + 3) { clear: left; }
.multi-columns-row .col-lg-4:nth-child(3n + 4) { clear: left; }
.multi-columns-row .col-lg-3:nth-child(4n + 5) { clear: left; }
.multi-columns-row .col-lg-2:nth-child(6n + 7) { clear: left; }
.multi-columns-row .col-lg-1:nth-child(12n + 13) { clear: left; }
}html {
line-height: 1.15;
-webkit-text-size-adjust: 100%;
scroll-behavior: smooth;
}
.site-title a, .site-header .header-wrapper .header-left ul li a,
.site-header .top-bar-menu .right-menu ul li a, .site-header .top-bar-menu .left-menu ul li a,
button, input, select, optgroup, textarea ,
h1, h2, h3, h4, h5, h6 ,
section.newsletter-section .dt-newsletter-wrapper .blossomthemes-email-newsletter-wrapper .text-holder h3 ,
.archive .page-header .page-title ,
.archive article .entry-details h3 ,
.single-post .content-area .site-main .post-image .entry-header .entry-title span {
font-family: var(--gbl-primary-font);
}
body,
p {
font-family: var(--gbl-secondary-font);
}  body {
margin: 0;
font-weight: 400;
} main {
display: block;
}   hr {
box-sizing: content-box;
height: 0;
overflow: visible;
} pre {
font-family: monospace, monospace;
font-size: 1em;
}  a {
background-color: transparent;
} abbr[title] {
border-bottom: none;
text-decoration: underline;
text-decoration: underline dotted;
} b, strong {
font-weight: bolder;
} code, kbd, samp {
font-family: monospace, monospace;
font-size: 1em;
} small {
font-size: 80%;
} sub, sup {
font-size: 75%;
line-height: 0;
position: relative;
vertical-align: baseline;
}
sub {
bottom: -0.25em;
}
sup {
top: -0.5em;
}  img {
border-style: none;
}  button, input, optgroup, select, textarea {
font-family: inherit;
line-height: 1.15;
margin: 0;
} button, input {
overflow: visible;
} button, select {
text-transform: none;
} button, [type="button"], [type="reset"], [type="submit"] {
-webkit-appearance: button;
} button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner {
border-style: none;
padding: 0;
} button:-moz-focusring, [type="button"]:-moz-focusring, [type="reset"]:-moz-focusring, [type="submit"]:-moz-focusring {
outline: 1px dotted ButtonText;
} fieldset {
padding: 0.35em 0.75em 0.625em;
} legend {
box-sizing: border-box;
color: inherit;
display: table;
max-width: 100%;
padding: 0;
white-space: normal;
} progress {
vertical-align: baseline;
} textarea {
overflow: auto;
} [type="checkbox"], [type="radio"] {
box-sizing: border-box;
padding: 0;
} [type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button {
height: auto;
} [type="search"] {
-webkit-appearance: textfield;
outline-offset: -2px;
} [type="search"]::-webkit-search-decoration {
-webkit-appearance: none;
} ::-webkit-file-upload-button {
-webkit-appearance: button;
font: inherit;
}  details {
display: block;
} summary {
display: list-item;
}  template {
display: none;
} [hidden] {
display: none;
}  *, *::before, *::after {
box-sizing: inherit;
}
html {
box-sizing: border-box;
}  h1, h2, h3, h4, h5, h6 {
clear: both;
}
p {
margin-bottom: 1.5em;
}
dfn, cite, em, i {
font-style: italic;
}
blockquote {
margin: 0 1.5em;
}
address {
margin: 0 0 1.5em;
}
pre {
background: #eee;
font-family: "Courier 10 Pitch", courier, monospace;
line-height: 1.6;
margin-bottom: 1.6em;
max-width: 100%;
overflow: auto;
padding: 1.6em;
white-space: pre-wrap;
white-space: -moz-pre-wrap;
white-space: -pre-wrap;
white-space: -o-pre-wrap;
word-wrap: break-word;
}
code, kbd, tt, var {
font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}
abbr, acronym {
border-bottom: 1px dotted #666;
cursor: help;
}
mark, ins {
text-decoration: none;
}
big {
font-size: 125%;
} .page-content .wp-smiley, .entry-content .wp-smiley, .comment-content .wp-smiley {
border: none;
margin-bottom: 0;
margin-top: 0;
padding: 0;
} .custom-logo-link {
display: inline-block;
} .wp-caption {
margin-bottom: 1.5em;
max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
display: block;
margin-left: auto;
margin-right: auto;
}
.wp-caption .wp-caption-text {
margin: 0.8075em 0;
}
.wp-caption-text {
text-align: center;
}   .infinite-scroll .posts-navigation, .infinite-scroll.neverending .site-footer {
display: none;
} .infinity-end.neverending .site-footer {
display: block;
}  #primary[tabindex="-1"]:focus {
outline: 0;
} .alignleft { float: left; margin-right: 1.5em;
margin-bottom: 1.5em;
}
.alignright { float: right; margin-left: 1.5em;
margin-bottom: 1.5em;
}
.aligncenter {
clear: both;
display: block;
margin-left: auto;
margin-right: auto;
margin-bottom: 1.5em;
}
article figure {
margin: 0;
}
img, svg, iframe {
vertical-align: top;
}
.cat1 {
font-size: 0.778em;
color: #ffffff;
padding: 3px 5px;
border-radius: 5px;
background-color: var(--gbl-primary-color);
}
.cat3 {
font-size: 0.778em;
color: #ffffff;
padding: 3px 5px;
border-radius: 5px;
background-color: #414042;
}
.article-meta .article-meta-span, .article-meta .article-meta-span .social-links li a, .auth-details .author-desc, .auth-details .author-details, .auth-details .comments, .post-navigation.pagination .nav-links, .post-navigation.pagination .nav-links .nav-previous, .post-navigation.pagination .nav-links .post, .post-navigation.pagination .nav-links .pagination-details, .additional-post .section-grid, .page-grid, .comments-area .comment-meta, .comments-area .reply, .comments-area .comment-respond .comment-form .form-grid, .widget.widget-trending-posts, #secondary .widget.widget_calendar .wp-calendar-nav, .site-header .header-wrapper, .site-header .header-wrapper .nav-wrap, .site-header .header-wrapper .header-left, .site-header .header-wrapper .nav-menu, .site-header .header-wrapper .header-right, .site-header .header-wrapper .header-right .social-links, .mobile-header .mob-nav-site-branding-wrap, .mobile-header .header-bottom-slide-inner .social-links, .mobile-header .header-bottom-slide-inner .mobile-header-wrap, .mobile-social-wrap, .mobile-social-wrap .social-links, .header-search-form .search-form, .site-footer .footer-top .grid .col section .widget_tags ul, .site-footer .footer-top .grid .col section .widget-dt-newsletter .dt-newsletter-form label, .site-footer .footer-top .grid .col section .social-links, .site-footer .footer-top .grid .col section .social-links li a, .site-footer .footer-bottom .container, .site-footer .footer-bottom .container .footer-bottom-menu ul, .site-footer .widget.widget_calendar .wp-calendar-nav, section.newsletter-section .dt-newsletter-wrapper, section.newsletter-section .dt-newsletter-wrapper .blossomthemes-email-newsletter-wrapper, section.newsletter-section .dt-newsletter-wrapper .blossomthemes-email-newsletter-wrapper > form, section.newsletter-section .right-wrapper, .woocommerce-checkout form.checkout_coupon .form-row .checkout-form-wrapper, .archive.rightsidebar .content-wrap-main, .archive.masonary .site-main .content-wrap-main, .author-section .author-wrapper, .author-section .author-wrapper .author-wrap .author-social ul, .author.masonary .site-main .content-wrap-main, .author.rightsidebar .content-wrap-main, .search.masonary .site-main .content-wrap-main, .search.search-no-results .search-form, .single-post .content-area .site-main .post-image .entry-header .auth-details .comments, .single-post .content-area .site-main .content-wrap, .error404 .not-found .error404-search .search-form {
display: -webkit-box;
display: -webkit-flex;
display: -moz-flex;
display: -ms-flexbox;
display: flex;
}
.widget.widget_social_feeds .social-links li a {
display: -webkit-inline-box;
display: -webkit-inline-flex;
display: -moz-inline-flex;
display: -ms-inline-flexbox;
display: inline-flex;
}
.article-meta {
position: sticky;
left: 0;
width: 80px;
top: 38px;
height: 100%;
}
@media (max-width: 767px) {
.article-meta {
position: fixed;
bottom: 0;
top: unset !important;
width: 100%;
background-color: #ffffff;
box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
z-index: 99;
height: auto;
}
}
.article-meta .article-meta-inner {
position: sticky;
top: 0;
}
.article-meta .article-meta-span {
-webkit-box-direction: normal;
-webkit-box-orient: vertical;
-webkit-flex-direction: column;
-moz-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
}
@media (max-width: 767px) {
.article-meta .article-meta-span {
-webkit-box-direction: normal;
-webkit-box-orient: horizontal;
-webkit-flex-direction: row;
-moz-flex-direction: row;
-ms-flex-direction: row;
flex-direction: row;
-ms-flex-pack: distribute;
-webkit-justify-content: space-around;
-moz-justify-content: space-around;
justify-content: space-around;
-webkit-box-align: center;
-ms-flex-align: center;
-webkit-align-items: center;
-moz-align-items: center;
align-items: center;
}
}
.article-meta .article-meta-span .social-links {
margin: 20px 0 0;
}
@media (max-width: 767px) {
.article-meta .article-meta-span .social-links {
display: flex;
grid-gap: 10px;
}
}
.article-meta .article-meta-span .social-links li {
margin-bottom: 20px;
}
.article-meta .article-meta-span .social-links li a {
-webkit-box-align: center;
-ms-flex-align: center;
-webkit-align-items: center;
-moz-align-items: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
-webkit-justify-content: center;
-moz-justify-content: center;
justify-content: center;
box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.09);
border-radius: 50%;
width: 39px;
height: 39px;
}
.article-meta .article-meta-span .social-links li a svg {
width: 15px;
height: 15px;
margin-top: 7px;
}
.article-meta .article-meta-span .social-links li a:hover {
background-color: var(--gbl-primary-color);
}
.article-meta .article-meta-span .social-links li a:hover path {
fill: #ffffff;
}
.auth-details {
}
.auth-details .author-desc {
-webkit-box-align: center;
-ms-flex-align: center;
-webkit-align-items: center;
-moz-align-items: center;
align-items: center;
-webkit-flex-wrap: wrap;
-moz-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
font-size: 0.778em;
font-weight: 500;
line-height: 1;
opacity: 0.9;
}
.auth-details .author-details {
-webkit-box-align: center;
-ms-flex-align: center;
-webkit-align-items: center;
-moz-align-items: center;
align-items: center;
}
@media (max-width: 767px) {
.auth-details .author-details {
width: auto;
}
}
.auth-details .author-details img {
width: 28px;
height: 28px;
border: 1px solid #f0f0f0;
border-radius: 50%;
object-fit: cover;
vertical-align: top;
}
.auth-details .author-details .author-name {
margin-left: 6px;
margin-right: 14px;
padding-right: 14px;
border-right: 1px solid #ffffff;
}
@media (max-width: 767px) {
.auth-details .author-details .author-name {
border-right: 0px;
}
}
.auth-details .date {
margin-right: 14px;
}
.auth-details .comments {
-webkit-box-align: center;
-ms-flex-align: center;
-webkit-align-items: center;
-moz-align-items: center;
align-items: center;
padding-left: 10px;
border-left: 1px solid #000000;
}
.auth-details .comments span {
width: 14px;
height: 14px;
margin-right: 7px;
}
.dropdown {
float: left;
color: #000000;
font-family: var(--gbl-primary-color);
font-size: 6.056em;
line-height: 0.8;
font-weight: 600;
margin: 0 15px 28px 0;
}
.section-header .section-title {
font-size: 1.667em;
line-height: 1.2;
font-weight: 500;
margin-bottom: 60px;
position: relative;
}
@media (max-width: 1440px) {
.section-header .section-title {
font-size: 1.556em;
}
}
@media (max-width: 1024px) {
.section-header .section-title {
font-size: 1.444em;
}
}
@media (max-width: 767px) {
.section-header .section-title {
margin-bottom: 50px;
font-size: 1.333em;
}
}
.section-header .section-title::after {
position: absolute;
content: "";
background-color: var(--gbl-primary-color);
height: 1.5px;
width: 63px;
left: 0;
bottom: -14px;
}
.site-main .entry-content ul, .site-main .entry-content ol {
margin: 0;
padding-left: 16px;
font-weight: 400;
line-height: 2;
margin-bottom: 20px;
}
.site-main .entry-content ul li, .site-main .entry-content ol li {
position: relative;
}
.site-main .entry-content ul li::before, .site-main .entry-content ol li::before {
position: absolute;
content: "";
top: 14px;
left: -13px;
height: 8px;
width: 4px;
}
.site-main .entry-content ul li::before ol, .site-main .entry-content ol li::before ol {
margin-top: 15px;
margin-bottom: 0;
}
.site-main .entry-content ol li {
counter-increment: olCount;
padding-left: 30px;
}
.post-navigation {
margin: 53px 0 0;
padding: 34px 0 0;
border-top: 1px solid rgba(208, 210, 211, 0.5);
}
.post-navigation .meta-nav {
font-size: 0.889em;
font-weight: 500;
line-height: 1.75;
cursor: pointer;
max-width: auto;
max-height: auto;
}
.post-navigation.pagination .nav-links {
-webkit-box-align: center;
-ms-flex-align: center;
-webkit-align-items: center;
-moz-align-items: center;
align-items: center;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
-webkit-justify-content: space-between;
-moz-justify-content: space-between;
justify-content: space-between;
}
@media (max-width: 767px) {
.post-navigation.pagination .nav-links {
flex-wrap: wrap;
}
}
.post-navigation.pagination .nav-links a {
transition: 0.2s ease all;
-webkit-transition: 0.2s ease all;
}
.post-navigation.pagination .nav-links a:hover {
color: var(--gbl-primary-color);
}
.post-navigation.pagination .nav-links .nav-next, .post-navigation.pagination .nav-links .nav-previous {
width: 43%;
}
@media (max-width: 767px) {
.post-navigation.pagination .nav-links .nav-next, .post-navigation.pagination .nav-links .nav-previous {
width: 100%;
}
}
.post-navigation.pagination .nav-links .nav-next .meta-nav, .post-navigation.pagination .nav-links .nav-previous .meta-nav {
position: relative;
display: inline;
}
.post-navigation.pagination .nav-links .nav-next .meta-nav:hover, .post-navigation.pagination .nav-links .nav-previous .meta-nav:hover {
color: var(--gbl-primary-color);
}
.post-navigation.pagination .nav-links .nav-next .meta-nav:hover::after, .post-navigation.pagination .nav-links .nav-previous .meta-nav:hover::after {
width: 80px;
}
.post-navigation.pagination .nav-links .nav-previous, .post-navigation.pagination .nav-links .post {
-webkit-box-align: center;
-ms-flex-align: center;
-webkit-align-items: center;
-moz-align-items: center;
align-items: center;
}
.post-navigation.pagination .nav-links .nav-previous img, .post-navigation.pagination .nav-links .nav-previous svg, .post-navigation.pagination .nav-links .post img, .post-navigation.pagination .nav-links .post svg {
border-radius: 3px;
}
.post-navigation.pagination .nav-links .pagination-details {
-webkit-box-direction: normal;
-webkit-box-orient: vertical;
-webkit-flex-direction: column;
-moz-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
padding: 32px 19px 26px;
}
.post-navigation.pagination .nav-links .pagination-details .entry-header {
position: unset;
}
.post-navigation.pagination .nav-links .pagination-details .entry-header .entry-title {
margin: 0;
font-size: 1em;
}
.post-navigation.pagination .nav-links .nav-next {
text-align: right;
float: right;
margin-left: auto;
}
@media (max-width: 767px) {
.post-navigation.pagination .nav-links .nav-next {
float: unset;
width: 100%;
}
}
.post-navigation.pagination .nav-links .nav-next .post {
-webkit-box-direction: reverse;
-webkit-box-orient: horizontal;
-webkit-flex-direction: row-reverse;
-moz-flex-direction: row-reverse;
-ms-flex-direction: row-reverse;
flex-direction: row-reverse;
}
.post-navigation.pagination .nav-links .nav-next .post img, .post-navigation.pagination .nav-links .nav-next .post svg rect {
border-radius: 15px;
}
.post-navigation.pagination .nav-links .post-thumbnail {
-webkit-box-flex: 0;
-webkit-flex: 0 0 132px;
-moz-box-flex: 0;
-moz-flex: 0 0 132px;
-ms-flex: 0 0 132px;
flex: 0 0 132px;
}
@media (max-width: 1024px) {
.post-navigation.pagination .nav-links .post-thumbnail {
-webkit-box-flex: 0;
-webkit-flex: 0 0 90px;
-moz-box-flex: 0;
-moz-flex: 0 0 90px;
-ms-flex: 0 0 90px;
flex: 0 0 90px;
}
}
@media (max-width: 1024px) {
.post-navigation.pagination .nav-links .post-thumbnail {
-webkit-box-flex: 0;
-webkit-flex: 0 0 75px;
-moz-box-flex: 0;
-moz-flex: 0 0 75px;
-ms-flex: 0 0 75px;
flex: 0 0 75px;
}
}
.navigation.pagination {
text-align: center;
margin-top: 40px;
}
.navigation.pagination .page-numbers {
position: relative;
height: 45px;
width: 45px;
background-color: #000000;
color: #ffffff;
display: inline-block;
margin: 0 3px 3px;
line-height: 45px;
border-radius: 50%;
transition: 0.3s ease all;
}
.navigation.pagination .page-numbers.next, .navigation.pagination .page-numbers.prev {
text-indent: -9999px;
}
.navigation.pagination .page-numbers:hover, .navigation.pagination .page-numbers.current {
background-color: var(--gbl-primary-color);
}
.navigation.pagination .page-numbers.next::after, .navigation.pagination .page-numbers.prev::after {
position: absolute;
content: "";
height: 10px;
width: 10px;
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='6.201' height='11.519' viewBox='0 0 6.201 11.519'%3E%3Cpath id='Path_135' data-name='Path 135' d='M681.481,5207.76l4.134,5.072-4.134,5.192' transform='translate(-680.698 -5207.128)' fill='none' stroke='%23fff' stroke-miterlimit='10' stroke-width='2'/%3E%3C/svg%3E%0A");
background-repeat: no-repeat;
background-size: contain;
background-position: center;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
}
.navigation.pagination .page-numbers.prev::after {
-webkit-transform: rotate(-180deg);
-ms-transform: rotate(-180deg);
transform: rotate(-180deg);
left: 40%;
top: 44%;
}
.navigation .nav-links {
text-align: center;
margin-top: 40px;
margin-bottom: 30px;
}
.navigation .nav-links .nav-next a, .navigation .nav-links .nav-previous a {
padding:10px 15px;
font-size: 1em;
font-weight: 600;
cursor: pointer;
transition: all 0.3s ease;
font-family: var(--gbl-primary-font);
}
.navigation .nav-links .nav-next a::before{
display: inline;
content: " < ";
width: 2em;
height: 1em;
}
.navigation .nav-links .nav-previous a::after {
display: inline;
content: " > ";
width: 2em;
height: 1em;
}
.default .posts-navigation .nav-links a {
display: inline-block;
border: 2px solid var(--gbl-primary-color);
background: var(--gbl-primary-color);
color: #fff;
border-radius: 3px;
}
.navigation .nav-links .nav-next a:hover, .navigation .nav-links .nav-previous a:hover {
color: var(--gbl-primary-color);
background: transparent;
}
.additional-post {
padding-top: 43px;
margin-top: 10px;
border-top: 1px solid rgba(208, 210, 211, 0.5);
}
.additional-post .post .auth-details .author-details .author-name, .additional-post .date {
border-color: #808184;
}
.additional-post img, .additional-post svg {
border-radius: 3px;
}
.additional-post p {
margin-bottom: 20px;
}
.additional-post .post-title {
position: relative;
font-size: 1.667em;
line-height: 1.25555;
color: #000000;
font-family: var(--gbl-secondary-color);
font-weight: 500;
margin-bottom: 56px;
}
@media (max-width: 1440px) {
.additional-post .post-title {
font-size: 1.22em;
line-height: 1.250em;
}
}
@media (max-width: 1024px) {
.additional-post .post-title {
font-size: 1.222em;
margin-bottom: 45px;
}
}
@media (max-width: 767px) {
.additional-post .post-title {
font-size: 1.222em;
margin-bottom: 30px;
}
}
.additional-post .post-title::after {
position: absolute;
content: "";
background-color: var(--gbl-primary-color);
width: 63px;
height: 1.5px;
bottom: -8px;
left: 0;
}
.additional-post .section-grid {
-webkit-flex-wrap: wrap;
-moz-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
grid-gap: 51px;
}
@media (max-width: 767px) {
.additional-post .section-grid {
grid-gap: 30px;
}
}
.additional-post .section-grid .post {
position: relative;
width: calc(50% - 26px);
border: 1px solid #efefef;
}
@media (max-width: 767px) {
.additional-post .section-grid .post {
width: 100%;
grid-gap: 20px;
}
}
.additional-post .section-grid .entry-meta {
top: 52%;
}
.additional-post .section-grid .entry-header {
padding: 20px;
}
@media (max-width: 1440px) {
.additional-post .section-grid .entry-header {
padding: 20px;
}
}
@media (max-width: 1024px) {
.additional-post .section-grid .entry-header {
padding: 15px;
}
}
@media (max-width: 1024px) {
.additional-post .section-grid .entry-header .author-desc .author-details, .additional-post .section-grid .entry-header .author-desc .date {
margin-bottom: 0;
}
}
.additional-post .section-grid .entry-header .entry-details a:hover {
color: var(--gbl-primary-color);
}
.additional-post .section-grid .entry-header .date a, .additional-post .section-grid .entry-header .comments {
}
@media (max-width: 600px) {
.additional-post .section-grid .entry-header .date a, .additional-post .section-grid .entry-header .comments {
margin-top: 7px;
}
}
.sponser-section .desc {
color: #58595b;
font-size: 1em;
margin-bottom: 20px;
}
.sponser-section .sponser-wrap {
display: grid;
grid-template-columns: repeat(5, 1fr);
}
@media (max-width: 767px) {
.sponser-section .sponser-wrap .sponser-image {
padding: 10px;
}
}
@media (max-width: 1024px) {
.sponser-section .sponser-wrap {
grid-template-columns: repeat(3, 1fr);
}
}
@media (max-width: 767px) {
.sponser-section .sponser-wrap {
grid-template-columns: repeat(2, 1fr);
grid-gap: 15px;
}
}
.sponser-section .sponser-wrap img {
width: unset;
transition: 0.3s ease all;
}
.sponser-section .sponser-wrap img:hover {
transform: scale(1.1);
}
.default {
margin-bottom: 40px;
}
.default .posts-navigation .nav-links .nav-previous {
float: right;
margin-bottom: 40px;
}
@media (max-width: 767px) {
.default .posts-navigation .nav-links .nav-previous {
margin-bottom: 8px;
}
}
.default .posts-navigation .nav-links .nav-next {
float: left;
margin-bottom: 40px;
}
@media (max-width: 767px) {
.default .posts-navigation .nav-links .nav-next {
margin-bottom: 8px;
}
}
@media (max-width: 767px) {
.default .posts-navigation .nav-links a {
padding: 9px 18.5px;
}
}
.page-grid { 
margin-top: 10px;
margin-bottom: 15px;
}
.page-grid {
-webkit-box-direction: normal;
-webkit-box-orient: horizontal;
-webkit-flex-direction: row;
-moz-flex-direction: row;
-ms-flex-direction: row;
flex-direction: row;
grid-gap: 53px;
}
@media (max-width: 1024px) {
.page-grid {
-webkit-box-direction: normal;
-webkit-box-orient: vertical;
-webkit-flex-direction: column;
-moz-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
}
}
.page-grid #secondary section.widget:last-child {
}
.site-main {
-webkit-box-flex: 1;
-webkit-flex: 1;
-moz-box-flex: 1;
-moz-flex: 1;
-ms-flex: 1;
flex: 1;
max-width: 100%;
}
#secondary {
flex: 0 0 25%;
max-width: 25%;
}
.template-home-sidebar #secondary {
flex: 0 0 100%;
max-width: 100%;
}
@media (max-width: 1024px) {
#secondary {
max-width: 100%;
flex: 0 0 100%;
}
}
.leftsidebar .page-grid {
-webkit-box-direction: reverse;
-webkit-box-orient: horizontal;
-webkit-flex-direction: row-reverse;
-moz-flex-direction: row-reverse;
-ms-flex-direction: row-reverse;
flex-direction: row-reverse;
}
@media (max-width: 1024px) {
.leftsidebar .page-grid {
-webkit-box-direction: normal;
-webkit-box-orient: vertical;
-webkit-flex-direction: column;
-moz-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
}
}
* {
margin: 0;
padding: 0;
box-sizing: border-box;
}
*::before, *::after {
box-sizing: inherit;
}
body, button, input, select, optgroup, textarea {
font-weight: 400;
line-height: 1.5;
}
select { padding: 4px; }
a {
text-decoration: none;
color: #000000;
-webkit-transition: all ease 0.35s;
-moz-transition: all ease 0.35s;
transition: all ease 0.35s;
}
body, a, p, h1, h2, h3, h4, h5, h6 {
color: var(--text-color);
}
svg {
fill: var(--text-color);
}
li {
list-style: none;
}
.entry-content li {
list-style: inherit;
}
h1 {
font-size: 2.3em;
line-height: 1.8;
font-weight: 600;
}
@media (max-width: 1440px) {
h1 {
font-size: 2.000em;
}
}
@media (max-width: 1024px) {
h1 {
font-size: 1.778em;
}
}
@media (max-width: 767px) {
h1 {
font-size: 1.778em;
}
}
h2 {
font-size: 1.667em;
line-height: 1.5;
font-weight: 600;
}
@media (max-width: 1440px) {
h2 {
font-size: 1.556em;
}
}
@media (max-width: 1024px) {
h2 {
font-size: 1.556em;
}
}
@media (max-width: 767px) {
h2 {
font-size: 1.333em;
}
}
h3 {
font-size: 1.333em;
line-height: 1.4;
font-weight: 600;
}
@media (max-width: 1440px) {
h3 {
font-size: 1.22em;
line-height: 1.250em;
}
}
@media (max-width: 1024px) {
h3 {
font-size: 1.222em;
}
}
@media (max-width: 767px) {
h3 {
font-size: 1.222em;
}
}
h4 {
font-size: 1.111em;
line-height: 1.4em;
}
p {
font-size: var(--gbl-body-font-size) ;
line-height: 1.77778;
}
.page-header span, a {
font-size: var(--gbl-body-font-size) ;
}
span { 
}
.entry-content h1 {
font-size: 2.3em;
}
.entry-content h2 {
font-size: 1.667em;
}
.entry-content h3 {
font-size: 1.333em;
}
.entry-content h4 {
}
.entry-content h5 {
}
.entry-content h6 {
}
.container, 
.elementor-section.elementor-section-boxed > .elementor-container {
max-width: var(--content-width) !important;
padding: 0 15px;
margin: auto;
width: 100%;
}
@media (max-width: 1440px) {
.container {
max-width: 1170px;
}
}
@media (max-width: 1024px) {
.container {
max-width: 750px;
}
}
@media (max-width: 767px) {
.container {
max-width: 420px;
}
}
.primary-btn {
color: #fff;
border-radius: 3px;
padding: 16px 30px;
border: 1px solid var(--gbl-primary-color);
font-size: 1em;
font-weight: 500;
background: var(--gbl-primary-color);
cursor: pointer;
transition: all 0.3s ease;
}
.primary-btn:hover {
color: #ffffff;
background: var(--gbl-secondary-color);
border: 1px solid var(--gbl-secondary-color);
box-shadow: none;
}
.secondary-btn {
border: 1px solid var(--gbl-secondary-color);
background-color: var(--gbl-secondary-color);
}
.secondary-btn:hover {
background: var(--gbl-primary-color);
border: 1px solid var(--gbl-primary-color);
}
.video-control-btn {
display: flex;
align-items: center;
justify-content: center;
background-color: #ffffff;
border-radius: 50%;
width: 60px;
height: 60px;
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
}
.video-control-btn:hover {
background-color: var(--gbl-primary-color);
}
.video-control-btn:hover svg path {
fill: #ffffff;
}
button, input[type="submit"], input[type="button"] {
background-color: var(--gbl-primary-color);
color: #ffffff;
cursor: pointer;
}
.wc-block-product-search .wc-block-product-search__button svg {
fill: #ffffff;
}
#wp-custom-header-video {
height: 100%;
width: 100%;
object-fit: cover;
}
.wp-custom-header-video-button {
position: relative;
right: 25px;
bottom: 25px;
text-indent: 9999px;
padding: 0;
margin: 0;
border: 0;
overflow: hidden;
background: transparent;
visibility: collapse;
z-index: 11;
}
.wp-custom-header-video-button.wp-custom-header-video-pause {
visibility: visible;
content: "";
height: 45px;
width: 45px;
position: absolute;
bottom: 25px;
right: 25px;
background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 512 512'%3E%3Cpath d='M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8zm115.7 272l-176 101c-15.8 8.8-35.7-2.5-35.7-21V152c0-18.4 19.8-29.8 35.7-21l176 107c16.4 9.2 16.4 32.9 0 42z'/%3E%3C/svg%3E") center center no-repeat;
}
.wp-custom-header-video-button.wp-custom-header-video-play {
visibility: visible;
content: "";
height: 45px;
width: 45px;
position: absolute;
bottom: 25px;
right: 25px;
background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 512 512'%3E%3Cpath d='M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8zm-16 328c0 8.8-7.2 16-16 16h-48c-8.8 0-16-7.2-16-16V176c0-8.8 7.2-16 16-16h48c8.8 0 16 7.2 16 16v160zm112 0c0 8.8-7.2 16-16 16h-48c-8.8 0-16-7.2-16-16V176c0-8.8 7.2-16 16-16h48c8.8 0 16 7.2 16 16v160z'/%3E%3C/svg%3E") center center no-repeat;
} hr {
background-color: #ccc;
border: 0;
height: 1px;
margin-bottom: 1.5em;
}
ul, ol {
margin: 0 0 1.5em 3em;
}
ul {
list-style: disc;
}
ol {
list-style: decimal;
}
li > ul, li > ol {
margin-bottom: 0;
margin-left: 1.5em;
}
dt {
font-weight: 700;
}
dd {
margin: 0 1.5em 1.5em;
} embed, iframe, object {
max-width: 100%;
}
img {
height: auto;
max-width: 100%;
}
figure {
margin: 1em 0;
}
table {
margin: 0 0 1.5em;
width: 100%;
}
select {
max-width: 100%;
}
::placeholder {
font-size: 1em;
font-weight: 500;
}
.wp-caption-text {
font-weight: 500;
font-size: 0.667em;
line-height: 2.3333333;
text-align: center;
color: #a6a8ab;
}
blockquote {
position: relative;
margin: 0;
padding: 40px 45px;
border-left: 4.55px solid var(--gbl-primary-color);
margin-bottom: 15px;
}
@media (max-width: 767px) {
blockquote {
padding: 30px;
}
}
blockquote::after {
position: absolute;
content: "";
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='51.031' height='42.869' viewBox='0 0 51.031 42.869'%3E%3Cg id='Group_53' data-name='Group 53' transform='translate(-978.264 -2826.5)'%3E%3Cg id='Group_51' data-name='Group 51'%3E%3Cpath id='Path_7' data-name='Path 7' d='M1016.168,2848.623a13.159,13.159,0,0,1-6.655-4.5,11.112,11.112,0,0,1-2.249-6.793,10.363,10.363,0,0,1,3.213-7.665,10.7,10.7,0,0,1,7.8-3.167,10.3,10.3,0,0,1,7.849,3.4q3.166,3.4,3.167,9.18,0,8.171-5.278,16.432t-16.753,13.861v-8.445A20.62,20.62,0,0,0,1016.168,2848.623Z' fill='%23eaeaea'/%3E%3C/g%3E%3Cg id='Group_52' data-name='Group 52'%3E%3Cpath id='Path_8' data-name='Path 8' d='M987.168,2848.623a13.159,13.159,0,0,1-6.655-4.5,11.112,11.112,0,0,1-2.249-6.793,10.363,10.363,0,0,1,3.213-7.665,10.7,10.7,0,0,1,7.8-3.167,10.3,10.3,0,0,1,7.849,3.4q3.167,3.4,3.167,9.18,0,8.171-5.278,16.432t-16.753,13.861v-8.445A20.62,20.62,0,0,0,987.168,2848.623Z' fill='%23eaeaea'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
background-repeat: no-repeat;
background-position: center;
background-size: contain;
right: 25px;
bottom: 34px;
width: 51px;
height: 42px;
}
blockquote p {
margin-bottom: 0 !important;
font-weight: 500;
font-style: italic;
opacity: 0.9;
}
blockquote cite {
color: #000000;
font-weight: 500;
font-style: italic;
margin-top: 23px;
display: block;
}
#primary .post .entry-content table, #primary .page .entry-content table {
border-collapse: collapse;
text-align: left;
padding: 20px;
}
#primary .post .entry-content table thead tr, #primary .page .entry-content table thead tr {
border-bottom: 1px solid #f9f9f9;
}
#primary .post .entry-content table thead tr th, #primary .page .entry-content table thead tr th {
font-size: 1em;
font-weight: 500;
line-height: 1.5556;
padding: 18px 21px;
}
#primary .post .entry-content table tbody tr td, #primary .page .entry-content table tbody tr td {
font-weight: 400;
line-height: 1.5556;
padding: 18px 21px;
}
#primary .post .entry-content table tbody tr:nth-of-type(odd), #primary .page .entry-content table tbody tr:nth-of-type(odd) {
background-color: #efefef;
}
#primary .post .entry-content table tbody tr:nth-of-type(even), #primary .page .entry-content table tbody tr:nth-of-type(even) {
background-color: #f9f9f9;
}
.breadcrumb-wrapper {
color: #58595B;
font-weight: 500;
margin-bottom: 15px;
}
.breadcrumb-wrapper #crumbs {
letter-spacing: 0.02em;
}
.breadcrumb-wrapper #crumbs a, .breadcrumb-wrapper #crumbs .seperator {
padding: 1px;
}
.breadcrumb-wrapper #crumbs a:hover, .breadcrumb-wrapper #crumbs .seperator:hover {
color: var(--glb-secondary-color);
}
.breadcrumb-wrapper .current a {
cursor: default;
pointer-events: none;
}  .screen-reader-text {
border: 0;
clip: rect(1px, 1px, 1px, 1px);
clip-path: inset(50%);
height: 1px;
margin: -1px;
overflow: hidden;
padding: 0;
position: absolute !important;
width: 1px;
word-wrap: normal !important;
}
.screen-reader-text:focus {
background-color: #f1f1f1;
border-radius: 3px;
box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
clip: auto !important;
clip-path: none;
color: #21759b;
display: block;
font-size: 0.875rem;
font-weight: 700;
height: auto;
left: 5px;
line-height: normal;
padding: 15px 23px 14px;
text-decoration: none;
top: 5px;
width: auto;
z-index: 100000;
} .comment-content a {
word-wrap: break-word;
}
.bypostauthor {
display: block;
margin-bottom: 30px;
}
.comments-area {
margin-top: 53px;
}
.comments-area ol {
margin: 0;
padding: 0;
list-style: none;
}
.comments-area ol li ol {
padding-left: 120px;
padding-top: 47px;
}
.comments-area ol.children .comment-author-image {
position: relative;
}
.comments-area ol.children .comment-author-image::after {
position: absolute;
content: "";
background-color: #d0d2d3;
height: 2px;
width: 40px;
top: 50%;
transform: translateY(-50%);
left: -75px;
}
@media (max-width: 767px) {
.comments-area ol.children .comment-author-image::after {
content: none;
}
}
.comments-area .comment.even.parent > .comment-body .comment-author-image {
position: relative;
}
.comments-area .comments-title {
position: relative;
font-size: 1.667em;
line-height: 1.25555;
font-weight: 500;
margin-bottom: 56px;
}
.comments-area .comments-title::after {
position: absolute;
content: "";
background-color: var(--gbl-primary-color);
width: 63px;
height: 1.5px;
bottom: -8px;
left: 0;
}
.comments-area .comment-author.vcard img {
width: 95px;
height: 95px;
object-fit: cover;
border-radius: 50%;
}
@media (max-width: 767px) {
.comments-area .comment-author.vcard img {
width: 45px;
height: 45px;
}
}
.comments-area .says {
display: none;
}
.comments-area .author-details-wrap {
-webkit-box-flex: 1;
-webkit-flex: 1;
-moz-box-flex: 1;
-moz-flex: 1;
-ms-flex: 1;
flex: 1;
padding-left: 26px;
}
@media (max-width: 767px) {
.comments-area .author-details-wrap {
padding-left: 15px;
}
}
.comments-area .fn, .comments-area .comment-meta-data {
font-size: 1.333em;
font-weight: 500;
}
.comments-area .fn a, .comments-area .comment-meta-data a {
line-height: 1.6667;
}
.comments-area .fn a:hover, .comments-area .comment-meta-data a:hover {
color: var(--gbl-primary-color);
text-decoration: underline;
}
.comments-area .comment-meta-data {
font-size: 0.833em;
}
.comments-area .comment-meta-data a {
color: #929497;
}
.comments-area .comment-content {
font-weight: 400;
padding-top: 15px;
font-size: 0.889em;
color: #58595b;
}
@media (max-width: 1024px) {
.comments-area .comment-content {
padding-top: 2px;
}
}
.comments-area .comment-content p {
line-height: 1.75em;
margin-bottom: 09px;
}
.comments-area .reply {
-webkit-box-align: center;
-ms-flex-align: center;
-webkit-align-items: center;
-moz-align-items: center;
align-items: center;
font-size: 0.889em;
}
.comments-area .reply svg {
vertical-align: middle;
}
.comments-area .reply .comments {
margin-right: 26px;
}
.comments-area .reply .comment-reply-link {
position: relative;
}
.comments-area .reply .comment-reply-link::after {
position: absolute;
content: "";
top: 50%;
transform: translateY(-50%);
right: -25px;
background-color: #000000;
height: 2px;
width: 15px;
transition: 0.3s ease all;
}
.comments-area .reply .comment-reply-link:hover {
color: var(--gbl-primary-color);
}
.comments-area .reply .comment-reply-link:hover::after {
right: -22px;
background-color: var(--gbl-primary-color);
}
.comments-area .comments-list li .children {
margin-bottom: 40px;
padding-bottom: 40px;
}
@media (max-width: 767px) {
.comments-area .comments-list li .children {
padding-left: 30px;
}
}
.comments-area .comment-respond {
margin-bottom: 40px;
margin-top: 40px;
}
.comments-area .comment-respond .comment-reply-title {
position: relative;
font-size: 1.667em;
line-height: 1.25555;
font-family: var(--gbl-secondary-font);
font-weight: 500;
margin-bottom: 35px;
}
.comments-area .comment-respond .comment-reply-title::after {
position: absolute;
content: "";
background-color: var(--gbl-primary-color);
width: 63px;
height: 1.5px;
bottom: -8px;
left: 0;
}
.comments-area .comment-respond .comment-reply-title small {
margin-left: 25px;
}
.comments-area .comment-respond .comment-reply-title small a:hover {
color: var(--gbl-primary-color);
}
.comments-area .comment-respond .comment-form {
font-size: 1em;
font-family: var(glt-secondary-font);
}
.comments-area .comment-respond .comment-form ::placeholder {
font-family: var(glt-secondary-font);
}
.comments-area .comment-respond .comment-form .comment-notes {
display: none;
}
.comments-area .comment-respond .comment-form p:not(.comment-form-cookie-consent) {
margin-top: 27px;
}
@media (max-width: 767px) {
.comments-area .comment-respond .comment-form p:not(.comment-form-cookie-consent) {
margin-bottom: 1em;
}
}
.comments-area .comment-respond .comment-form input[type="text"], .comments-area .comment-respond .comment-form input[type="email"], .comments-area .comment-respond .comment-form textarea {
background-color: #f7f7f7;
border: 0;
}
.comments-area .comment-respond .comment-form textarea {
padding: 27px 30px;
}
.comments-area .comment-respond .comment-form .form-grid {
-webkit-flex-wrap: wrap;
-moz-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
grid-gap: 30px;
}
@media (max-width: 1440px) {
.comments-area .comment-respond .comment-form .form-grid {
grid-gap: 1em;
}
}
.comments-area .comment-respond .comment-form .form-grid p {
width: 31.2%;
margin-bottom: 0;
}
.comments-area .comment-respond .comment-form .form-grid p input[type="text"], .comments-area .comment-respond .comment-form .form-grid p input[type="email"] {
width: 100%;
padding: 20px 30px;
}
@media (max-width: 767px) {
.comments-area .comment-respond .comment-form .form-grid p {
width: 100%;
margin-top: 0;
}
}
.comments-area .comment-respond .comment-form .comment-form-cookies-consent .checkmark {
border: 1px solid #414042;
font-size: 0;
border-radius: 3px;
padding: 8px;
position: relative;
top: -8px;
margin-right: 10px;
}
.comments-area .comment-respond .comment-form .comment-form-cookies-consent .checkmark::after {
position: absolute;
content: "";
background-image: url('data:image/svg+xml; utf-8, <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path fill="%23000" d="M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z"></path></svg>');
background-size: contain;
background-repeat: no-repeat;
width: 17px;
height: 17px;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
display: none;
}
.comments-area .comment-respond .comment-form .comment-form-cookies-consent label:hover {
text-decoration: underline;
}
.comments-area .comment-respond .comment-form .comment-form-cookies-consent .comment-consent-text {
font-size: 1em;
font-weight: 500;
}
.comments-area .comment-respond .comment-form .comment-form-cookies-consent .comment-consent-text:hover {
cursor: pointer;
text-decoration: underline;
}
.comments-area .comment-respond .comment-form .form-submit {
font-size: 1em;
font-weight: 500;
margin-bottom: 0;
}
.comments-area .comment-respond .comment-form .form-submit input[type="submit"],
.wpforms-submit {
background-color: var(--gbl-primary-color);
color: #ffffff;
padding: 20px 25px;
transition: 0.3s ease all;
border-radius: 4px;
}
.comments-area .comment-respond .comment-form .form-submit input[type="submit"]:hover {
background-color: var(--gbl-secondary-color);
color: #FFFFFF;
}
@media only screen and (min-width: 767px) {
.comments-area .comment-respond form .comment-form-comment {
margin: 0;
}
.comments-area .comment-respond form .comment-form-author {
float: left;
width: calc(50% - 1rem);
}
.comments-area .comment-respond form .comment-form-author label {
display: block;
}
.comments-area .comment-respond form .comment-form-author input {
width: 100%;
padding: 20px 30px;
}
.comments-area .comment-respond form .comment-form-email {
float: left;
width: calc(50% - 1rem);
margin-left: 2rem;
}
.comments-area .comment-respond form .comment-form-email label {
display: block;
}
.comments-area .comment-respond form .comment-form-email input {
width: 100%;
padding: 20px 30px;
}
.comments-area .comment-respond form .comment-form-url {
width: 100%;
}
.comments-area .comment-respond form .comment-form-url input {
width: 100%;
padding: 20px 30px;
background-color: #f9f9f9;
border: 0;
}
.comments-area .comment-respond form .comment-form-url label {
display: block;
}
}
@media (max-width: 767px) {
.comments-area .comment-respond input {
width: 100%;
padding: 12px 20px;
background-color: #f9f9f9;
border: 0;
}
.comments-area .comment-respond #wp-comment-cookies-consent {
width: unset;
}
} button, input[type="button"], input[type="reset"], input[type="submit"] {
border: 0px;
border-radius: 3px;
color: rgba(0, 0, 0, 0.8);
line-height: 1;
padding: 0.8em 1em 0.8em;
}
button:hover, input[type="button"]:hover, input[type="reset"]:hover, input[type="submit"]:hover {
border-color: #ccc #bbb #aaa;
}
button:active, button:focus, input[type="button"]:active, input[type="button"]:focus, input[type="reset"]:active, input[type="reset"]:focus, input[type="submit"]:active, input[type="submit"]:focus {
border-color: #aaa #bbb #bbb;
}
input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], input[type="number"], input[type="tel"], input[type="range"], input[type="date"], input[type="month"], input[type="week"], input[type="time"], input[type="datetime"], input[type="datetime-local"], input[type="color"], textarea {
color: #666;
border: 1px solid #ccc;
border-radius: 3px ;
padding: 8px 8px;
}
input[type="text"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="password"]:focus, input[type="search"]:focus, input[type="number"]:focus, input[type="tel"]:focus, input[type="range"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="week"]:focus, input[type="time"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="color"]:focus, textarea:focus {
color: #111;
}
woocommerce form .show-password-input, .woocommerce-page form .show-password-input {
position: absolute;
right: .7em;
top: initial;
cursor: pointer;
}
select {
border: 1px solid #ccc;
}
textarea {
width: 100%;
} .widget {
margin: 35px 0 35px;
}
.widget .widget-title {
position: relative;
font-size: 1.667em;
line-height: 1.25555;
font-weight: 500;
margin-bottom: 30px;
}
.widget.woocommerce ul li{
margin-bottom: 12px;
}
.widget.woocommerce ul.product_list_widget li{
margin-bottom: 3px;
}
@media (max-width: 1440px) {
.widget .widget-title {
font-size: 1.556em;
margin-bottom: 30px;
line-height: 1.3;
}
}
@media (max-width: 1024px) {
.widget .widget-title {
font-size: 1.444em;
}
}
@media (max-width: 767px) {
.widget .widget-title {
font-size: 1.333em;
}
}
.widget .widget-title::after {
position: absolute;
content: "";
background-color: var(--gbl-primary-color);
width: 63px;
height: 1.5px;
bottom: -8px;
left: 0;
}
.widget .author_bio_holder {
text-align: center;
padding: 29px 63px;
border-radius: 16px;
box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}
.widget .author_bio_holder .title-holder {
font-size: 1.333em;
font-weight: 500;
padding-bottom: 20px;
}
.widget .author_bio_holder .image-holder {
padding-bottom: 28px;
}
.widget .author_bio_holder .author_bio_content {
font-size: 0.889em;
font-weight: 500;
color: #929497;
}
.widget .author_bio_holder .author_bio_soclinks {
margin: 0;
}
.widget .author_bio_holder .author_bio_soclinks li {
display: inline-block;
margin: 0 8px 8px 0;
}
.widget .author_bio_holder .author_bio_soclinks li a:hover path {
fill: var(--gbl-primary-color);
}
.widget.widget_trending_posts .widget-trending-posts {
margin: 0 0 30px;
}
.widget.widget_social_feeds .social-links {
margin: 0;
}
.widget.widget_social_feeds .social-links li {
color: #231f20;
font-weight: 500;
font-size: 1em;
margin-bottom: 20px;
padding: 8.5px 11px;
box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
transition: 0.2s ease all;
border-radius: 15px;
}
.widget.widget_social_feeds .social-links li:hover {
box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
}
.widget.widget_social_feeds .social-links li a {
-webkit-box-pack: center;
-ms-flex-pack: center;
-webkit-justify-content: center;
-moz-justify-content: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
-webkit-align-items: center;
-moz-align-items: center;
align-items: center;
width: 43px;
height: 43px;
border-radius: 9px;
margin-right: 17px;
text-align: center;
line-height: 43px;
}
.widget.widget_social_feeds .social-links li a.facebook {
background-color: #4267B1;
}
.widget.widget_social_feeds .social-links li a.twitter {
background-color: #55ABED;
}
.widget.widget_social_feeds .social-links li a.instagram {
background-color: #C03583;
}
.widget.widget_social_feeds .social-links li a.pinterest {
background-color: #E60023;
}
.widget.widget_twitter_feed .twitter-feeds-main-wrap {
padding: 18px 28px 29px;
border-radius: 16px;
box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}
.widget.widget_twitter_feed .twitter-feeds-main-wrap .twitter-feed-wrapper:not(:last-of-type) {
border-bottom: 1px dashed #929497;
}
.widget.widget_twitter_feed .twitter-feeds-main-wrap .tweets-header {
font-size: 0.8889em;
font-weight: 500;
padding: 20px 0;
}
.widget.widget_twitter_feed .twitter-feeds-main-wrap .tweets-header p {
display: inline-block;
margin-bottom: 0;
}
.widget.widget_twitter_feed .twitter-feeds-main-wrap .tweets-header p a {
color: var(--gbl-secondary-color);
font-style: italic;
}
.widget.widget_twitter_feed .twitter-feeds-main-wrap .tweets-header .tweets-time {
font-weight: 500;
font-size: 0.778em;
}
.widget.widget_twitter_feed .twitter-feeds-main-wrap .tweets-header .tweets-time a {
color: #929497;
font-weight: 500;
}
.widget.widget_twitter_feed .twitter-feeds-main-wrap .tweets-header .tweets-time a time {
font-weight: 500;
}
.widget.widget_categories ul {
border-radius: 3px;
margin: 0;
font-size: 0.889em;
font-weight: 500;
padding: 17px 28px 17px;
border: 1px solid whitesmoke;
}
.widget.widget_categories ul li:not(:last-child) {
border-bottom: 1px dashed #e1e1e1;
}
.widget.widget_categories ul li::before {
position: absolute;
content: "";
top: 50%;
transform: translateY(-50%);
left: 0;
background-repeat: no-repeat;
background-position: center;
background-size: cover;
height: 8px;
width: 4px;
}
.widget.widget_categories ul li a:hover {
color: var(--gbl-primary-color);
}
.widget.widget_search .search-form label {
width: calc(100% - 67px);
}
.widget.widget_search .search-form input[type="search"] {
color: #a6a8ab;
width: calc(100% - 45px);
background: #f9f9f9;
padding: 16.5px 29px;
border: 0;
height: 45px;
border-radius: 0;
}
.widget.widget_search .search-form input[type="submit"] {
float: right;
background-color: var(--gbl-primary-color);
height: 45px;
width: 45px;
padding: 0;
cursor: pointer;
background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHdpZHRoPScxOCcgaGVpZ2h0PScxOCcgdmlld0JveD0nMCAwIDE4IDE4Jz48cGF0aCBpZD0nUGF0aF8yNDkwMCcgZGF0YS1uYW1lPSdQYXRoIDI0OTAwJyBkPSdNMTEuNTcyLDE5LjE2M2E3LjUzMiw3LjUzMiwwLDAsMCw0LjY3Ni0xLjYyNEwyMC43MDksMjIsMjIsMjAuNzA5bC00LjQ2MS00LjQ2MWE3LjU3LDcuNTcsMCwxLDAtNS45NjcsMi45MTVabTAtMTMuMzYzQTUuNzgyLDUuNzgyLDAsMSwxLDUuOCwxMS41NzIsNS43ODIsNS43ODIsMCwwLDEsMTEuNTcyLDUuOFonIHRyYW5zZm9ybT0ndHJhbnNsYXRlKC00IC00KScgZmlsbD0nI2ZmZicvPjwvc3ZnPgo=);
background-repeat: no-repeat;
background-position: center;
background-size: 23px;
font-size: 0;
border: 0;
border-radius: 0;
}
.widget.widget_search .search-form input[type="submit"]:hover {
background-color: var(--gbl-secondary-color);
}
.widget.widget-trending-posts {
-webkit-box-align: baseline;
-ms-flex-align: baseline;
-webkit-align-items: baseline;
-moz-align-items: baseline;
align-items: baseline;
margin: 0;
}
.widget.widget-trending-posts .image figure {
width: 122px;
height: 114px;
margin: 0;
}
.widget.widget-trending-posts .image figure img {
width: 100%;
height: 100%;
object-fit: cover;
}
.widget.widget-trending-posts .entry-header {
padding-left: 20px;
}
.widget.widget-trending-posts .entry-header a {
font-size: 0.778em;
}
.widget.widget-trending-posts .entry-details {
padding-top: 4px;
}
.widget.widget-trending-posts .entry-details a {
transition: 0.2s ease all;
-webkit-transition: 0.2s ease all;
}
.widget.widget-trending-posts .entry-details a:hover {
color: var(--gbl-primary-color);
}
.widget.widget-trending-posts .entry-details .entry-title {
font-size: 1.25em;
line-height: 1;
padding-bottom: 8px;
}
@media (max-width: 1440px) {
.widget.widget-trending-posts .entry-details .entry-title {
font-size: 1.111em;
}
}
.widget.widget-trending-posts .entry-details .auth-details a {
font-size: 14px;
}
.widget.widget-trending-posts .entry-details .author-name {
border-color: #000000;
}
#secondary #sidebar {
margin: 0;
}
#secondary .widget.widget_archive ul {
margin: 0;
}
#secondary .widget.widget_archive ul a:hover {
color: var(--gbl-primary-color);
}
#secondary .widget.widget_calendar table {
border-collapse: collapse;
margin-bottom: 0;
}
#secondary .widget.widget_calendar table caption {
margin-bottom: 10px;
}
#secondary .widget.widget_calendar table thead tr th, #secondary .widget.widget_calendar table tbody tr td {
border: 1px solid grey;
}
#secondary .widget.widget_calendar tbody tr {
text-align: center;
}
#secondary .widget.widget_calendar .wp-calendar-nav {
border-top: 0 !important;
border: 1px solid grey;
-webkit-box-align: center;
-ms-flex-align: center;
-webkit-align-items: center;
-moz-align-items: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
-webkit-justify-content: center;
-moz-justify-content: center;
justify-content: center;
}
#secondary .widget.widget_calendar .wp-calendar-nav .wp-calendar-nav-prev, #secondary .widget.widget_calendar .wp-calendar-nav .wp-calendar-nav-next {
width: 45%;
padding: 0 5px;
}
#secondary .widget.widget_calendar .wp-calendar-nav .wp-calendar-nav-prev {
border-right: 1px solid grey;
}
#secondary .widget.widget_calendar .wp-calendar-nav .wp-calendar-nav-next {
float: right;
text-align: right;
border-left: 1px solid grey;
}
#secondary .widget.widget_calendar .wp-calendar-nav .pad {
width: 15%;
}
#secondary .widget.widget_pages ul, #secondary .widget.widget_meta ul, #secondary .widget.widget_recent_comments ul, #secondary .widget.widget_recent_entries ul, #secondary .widget.widget_rss ul {
margin: 0;
}
#secondary .widget.widget_pages ul li, #secondary .widget.widget_meta ul li, 
#secondary .widget.widget_recent_comments ul li, #secondary .widget.widget_recent_entries ul li, 
#secondary .widget.widget_rss ul li,
#secondary .widget.widget_archive ul li {
margin-bottom: 10px;
}
#secondary .widget.widget_pages ul a:hover, #secondary .widget.widget_meta ul a:hover, #secondary .widget.widget_recent_comments ul a:hover, #secondary .widget.widget_recent_entries ul a:hover, #secondary .widget.widget_rss ul a:hover {
color: var(--gbl-primary-color);
}
#secondary .widget.widget_rss .rss-date {
display: block;
font-size: 0.85em;
}
#secondary .widget.widget_text .textwidget p {
margin-bottom: 12px;
}
#secondary .widget.widget_text .textwidget strong {
display: inline-block;
margin-bottom: 10px;
}
#secondary .widget.widget_text .textwidget img {
border-radius: 15px;
}
#secondary .widget.widget_tag_cloud .tagcloud a {
font-size: 0.778em;
background-color: var(--gbl-primary-color);
color: #ffffff;
padding: 3px 5px;
border-radius: 5px;
font-size: 0.83em !important;
margin-bottom: 3px;
display: inline-block;
}
#secondary .widget.widget_nav_menu .menu-top-menu-container > ul {
margin: 0;
}
#secondary .widget.widget_nav_menu .menu-top-menu-container > ul li a:hover {
color: var(--gbl-primary-color);
}
#secondary .widget.widget_product_categories > ul {
margin: 0;
}
#secondary .widget .star-rating {
margin: 0;
}
.widget.widget_block.widget_calendar .wp-block-calendar table th {
background: var(--gbl-primary-color);
color: #ffffff;
}
.widget.widget_block.widget_calendar tbody td a {
background-color: var(--gbl-primary-color);
color: #ffffff;
display: block;
}
.widget.widget_block.widget_calendar tbody td a:hover {
text-decoration: none;
}
.widget.widget_block.widget_recent_comments .wp-block-latest-comments .avatar, .widget.widget_block.widget_recent_comments .wp-block-latest-comments__comment-avatar {
width: 122px;
height: 114px;
border-radius: 15px;
object-fit: cover;
}
.widget.widget_block.widget_recent_comments article .wp-block-latest-comments__comment-meta, .widget.widget_block.widget_recent_comments article .wp-block-latest-comments__comment-excerpt {
margin-left: 8.25em;
}
.widget.widget_block.widget_block ul {
margin-left: 0;
}
.widget.widget_block.widget_block ul li {
margin-bottom: 12px;
}
.widget.widget_block.widget_block ul li a:hover {
color: var(--gbl-primary-color);
}
.widget.widget_block.widget_search form label {
display: block;
position: relative;
font-size: 1.667em;
line-height: 1.25555;
font-weight: 500;
margin-bottom: 56px;
}
@media (max-width: 1440px) {
.widget.widget_block.widget_search form label {
font-size: 1.556em;
margin-bottom: 30px;
line-height: 1.3;
}
}
@media (max-width: 1024px) {
.widget.widget_block.widget_search form label {
font-size: 1.444em;
}
}
@media (max-width: 767px) {
.widget.widget_block.widget_search form label {
font-size: 1.333em;
}
}
.widget.widget_block.widget_search form label::after {
position: absolute;
content: "";
background-color: var(--gbl-primary-color);
width: 63px;
height: 1.5px;
bottom: -8px;
left: 0;
}
.widget.widget_block.widget_search form input[type="search"] {
width: calc(100% - 45px);
background: #f7f7f7;
padding: 16.5px 29px;
border: 0;
height: 40px;
border-top-left-radius: 3px;
border-bottom-left-radius: 3px;
border-top-right-radius: 0px;
border-bottom-right-radius: 0px;
}
.widget.widget_block.widget_search form button.wp-block-search__button {
float: right;
background-color: var(--gbl-primary-color);
height: 40px;
width: 47px;
padding: 0;
cursor: pointer;
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 18 18'%3E%3Cpath id='Path_24900' data-name='Path 24900' d='M11.572,19.163a7.532,7.532,0,0,0,4.676-1.624L20.709,22,22,20.709l-4.461-4.461a7.57,7.57,0,1,0-5.967,2.915Zm0-13.363A5.782,5.782,0,1,1,5.8,11.572,5.782,5.782,0,0,1,11.572,5.8Z' transform='translate(-4 -4)' fill='%23fff'/%3E%3C/svg%3E%0A");
background-repeat: no-repeat;
background-position: center;
background-size: 23px;
font-size: 0;
border: 0;
border-top-right-radius: 3px;
border-bottom-right-radius: 3px;
border-top-left-radius: 0px;
border-bottom-left-radius: 0px;    
position: absolute;
}
.widget.widget_block.widget_tag_cloud a {
margin: 5px;
}
.site-header {
border-bottom: 1px solid rgba(208, 210, 211, 0.5);
padding: 0;
}
.header-no-border.site-header,
.site-header.transparent-header {
border-bottom: 0px !important;
}
@media (max-width: 1024px) {
.site-header {
padding: 0;
}
}
.site-header .header-wrapper {
-webkit-box-align: center;
-ms-flex-align: center;
-webkit-align-items: center;
-moz-align-items: center;
align-items: center;
}
.site-header .header-wrapper .nav-wrap {
-webkit-box-align: center;
-ms-flex-align: center;
-webkit-align-items: center;
-moz-align-items: center;
align-items: center;
-webkit-flex-wrap: wrap;
-moz-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
flex: 1;
}
.site-header .header-wrapper ul, .site-header .header-wrapper ol {
list-style: none;
margin: 0;
padding: 0;
}
.site-header .header-wrapper .header-left {
-webkit-box-flex: 1;
-webkit-flex: 1;
-moz-box-flex: 1;
-moz-flex: 1;
-ms-flex: 1;
flex: 1;
-webkit-flex-wrap: wrap;
-moz-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-pack: end;
-ms-flex-pack: end;
-webkit-justify-content: flex-end;
-moz-justify-content: flex-end;
justify-content: flex-end;
margin-right: 20px;
}
.site-header .header-wrapper .header-left ul {
text-align: center;
}
.site-header .header-wrapper .header-left ul ul {
position: absolute;
width: 250px;
top: 100%;
padding: 10px 0;
background-color: #ffffff;
color: #000000;
box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.14);
z-index: 999;
right: 9999em;
transition: opacity 0.15s linear, transform 0.15s linear, right 0s 0.15s;
transform: translateY(0.6rem);
}
.site-header .header-wrapper .header-left ul ul ul {
top: -10px;
}
.site-header .header-wrapper .header-left ul li {
position: relative;
display: inline-block;
font-weight: 500;
line-height: 1.2;
}
.site-header .header-wrapper .header-left ul li.focus > ul, .site-header .header-wrapper .header-left ul li:hover > ul {
right: 0;
opacity: 1;
transform: translateY(0);
transition: opacity 0.15s linear, transform 0.15s linear;
}
.site-header .header-wrapper .header-left ul li ul li:hover > ul, .site-header .header-wrapper .header-left ul li ul li.focus > ul {
right: unset;
left: 100%;
opacity: 1;
transform: translateY(0);
transition: opacity 0.15s linear, transform 0.15s linear;
}
.site-header .header-wrapper .header-left ul li a {
transition: unset;
}
.site-header .header-wrapper .header-left ul > li.menu-item-has-children::after {
position: absolute;
top: 45%;
right: 4px;
content: "\003E";
font-size: 10px;
-webkit-transform: rotate(90deg);
-ms-transform: rotate(90deg);
transform: rotate(90deg);
}
.site-header .stickymenu .header-wrapper .header-left ul > li.menu-item-has-children::after {
top: 41%;
}
.site-header .burger .header-wrapper .header-left ul li.menu-item-has-children::after {
top: 40%;    
} .site-header.transparent-header .header-wrapper .header-left ul li.menu-item-has-children::after,
.site-header .burger .header-wrapper .header-left ul li.menu-item-has-children::after {
}
.site-header.transparent-header .stickymenu .header-wrapper .header-left ul li.menu-item-has-children::after {
}
.site-header .header-wrapper .header-left ul li:nth-last-of-type(1) ul.sub-menu li::after, .site-header .header-wrapper .header-left ul li:nth-last-of-type(2) ul.sub-menu li::after {
-webkit-transform: rotate(-180deg); 
-ms-transform: rotate(-180deg); 
transform: rotate(-180deg);
}
.site-header .header-wrapper .header-left ul li:nth-last-of-type(1) li:hover > .sub-menu, .site-header .header-wrapper .header-left ul li:nth-last-of-type(1) li.focus > .sub-menu, .site-header .header-wrapper .header-left ul li:nth-last-of-type(2) li:hover > .sub-menu, .site-header .header-wrapper .header-left ul li:nth-last-of-type(2) li.focus > .sub-menu {
right: 100%;
left: unset;
}
.site-header .header-wrapper .header-left ul a {
padding: 30px 13px;
display: inline-block;
transition: 0.2s ease all;
-webkit-transition: 0.2s ease all;
}
@media (max-width: 1440px) {
.site-header .header-wrapper .header-left ul a {
}
}
.site-header .header-wrapper .header-left ul li.current_page_item > a {
color: var(--gbl-secondary-color);
}
.site-header .header-wrapper .header-left ul a:hover,
.site-header .header-wrapper .header-left ul a:focus,
.mobile-menu #primary-menu li a:hover,
.mobile-menu #primary-menu li a:focus {
color: var(--gbl-secondary-color);
}
.site-header .header-wrapper .header-left ul a [aria-current="page"] {
color: var(--gbl-secondary-color);
}
.site-header .header-wrapper .header-left ul ul.sub-menu li a:hover {
color: var(--gbl-secondary-color) !important;
}
.site-header .header-wrapper .header-right .social-links li a:hover path {
fill: var(--gbl-secondary-color);
transition: 0.2s ease all;
}
.site-header .header-wrapper .header-right .header-search button:focus {
background-color: var(--gbl-secondary-color);
}
.site-header .header-wrapper .header-left ul ul.sub-menu li {
display: block;
font-weight: 400;
text-align: left;
}
.site-header .header-wrapper .header-left ul ul.sub-menu li.menu-item-has-children::after {
right: 15px;
top: 20px;
content: "\003E";
color: #000;
transform: rotate(0deg);
font-weight: 500;
font-size: 13px;
}
.site-header .header-wrapper .header-left ul ul.sub-menu li a {
color: #000000 !important;
padding: 14px 30px;
display: block;
text-transform: capitalize;
}
.site-header .header-wrapper .nav-menu {
-webkit-box-pack: justify;
-ms-flex-pack: justify;
-webkit-justify-content: space-between;
-moz-justify-content: space-between;
justify-content: space-between;
-webkit-box-flex: 1;
-webkit-flex: 1;
-moz-box-flex: 1;
-moz-flex: 1;
-ms-flex: 1;
flex: 1;
-webkit-flex-wrap: wrap;
-moz-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.site-header .header-wrapper .header-right {
-webkit-box-align: center;
-ms-flex-align: center;
-webkit-align-items: center;
-moz-align-items: center;
align-items: center;
line-height: 0.66;
}
@media (min-width: 1024px) {
.site-header .header-wrapper .media-image-news {
margin-left: auto;
order: 2;
display: inline-flex;
}  
}
.site-header .header-wrapper .header-right .social-links {
padding-right: 7px;
border-right: 1.5px solid #000000;
}
.site-header .header-wrapper .header-right .social-links li {
margin: 0 7px;
}
.site-header .header-wrapper .header-right .social-links li a svg {
vertical-align: unset;
}
.site-header .header-wrapper .header-right .header-search {
margin-left: 5px;
}
.site-header .header-wrapper .header-right .header-search button {
padding: 0;
border: 0;
background-color: transparent;
cursor: pointer;
}
.site-header .header-wrapper .header-right .header-search .header-search-icon {
padding: 10px;
border-radius: 50%;
}
.site-header .header-wrapper .header-right .header-search button:hover path {
}
.site-header.style-one {
margin-top: 0 !important;
}
.site-header.style-one.stick-header .site-branding h1 a, .site-header.style-one.stick-header .site-branding p {
color: #000000;
}
.site-header.style-one.stick-header .mobile-header .site-branding h1 a, .site-header.style-one.stick-header .mobile-header .site-branding p {
color: #000000;
}
.site-header.style-one.stick-header .mobile-header .header-left .toggle-bar {
background-color: #000000 !important;
}
.site-header.stick-header {
position: fixed !important;
top: 0;
left: 0;
right: 0;
z-index: 99;
background-color: #ffffff;
width: 100%;
box-shadow: 0 5px 25px rgba(0, 0, 0, 0.15);
animation: slideDown 0.25s ease-in-out;
--webkit-animation: slideDown 0.25 ease-in-out;
}
.site-header.transparent-header {
position: absolute!important;
top: 0;
left: 0;
right: 0;
z-index: 99;
background-color: #0000003b;
width: 100%;
box-shadow: initial;
animation: slideDown 0.25s ease-in-out;
--webkit-animation: slideDown 0.25 ease-in-out;
}
.burger.main-menu-wrap {
background-color: var(--menu-bg-color);
}
.site-header .burger .header-wrapper .header-left {
-ms-flex-pack: center;
-webkit-justify-content: center;
-moz-justify-content: center;
justify-content: center;    
}
.site-header .burger .header-wrapper .header-left ul a {
padding: 16px 17px;
} @media (min-width: 1024px) {
.site-header .header-wrapper .header-left ul a,
.site-title a,
.site-branding p {
color: var(--header-text-color);
}
.site-header .header-wrapper .header-left ul svg,
.site-header .header-wrapper .header-right .header-search-icon svg {
fill: var(--header-text-color);
}
.site-header .header-wrapper .header-right .header-search-icon svg:hover, .site-header .header-wrapper .header-right .header-search-icon svg:focus {
fill: #fff;
}    
.site-header .burger .header-wrapper .header-left ul svg {
fill: var(--menu-text-color);      
}
.site-header .burger .header-wrapper .header-left ul a {
color: var(--menu-text-color);
}
.site-header.transparent-header .burger .header-wrapper .header-left ul a {
color: var(--menu-text-color);
}    
.site-header .header-wrapper .header-left ul li.menu-item-has-children::after {
color: var(--header-text-color);
}
.site-header.transparent-header .header-wrapper .header-left ul li.menu-item-has-children::after {
color: #ffffff;
}    
.site-header .burger .header-wrapper .header-left ul li.menu-item-has-children::after {
color: var(--menu-text-color); 
}
.site-header .stickymenu .header-wrapper .header-left ul li.menu-item-has-children::after {
color: #000; 
}
.burger.main-menu-wrap.stickymenu { background-color: #ffffffd4; }
}
.site-header .burger .header-wrapper .header-right svg {
fill: var(--menu-text-color);
}
.banner.header-right {
padding: 10px;
}
.admin-bar .site-header.transparent-header {
top: 32px;
}
.primary-menu ul li.menu-item-has-children:hover > ul, .primary-menu ul li.menu-item-has-children:focus > ul, .primary-menu ul li.menu-item-has-children.focus > ul {
right: calc(100% + 2rem);
}
.angle-down {
position: absolute;
top: 0;
right: 4px;
padding: 0;
height: 30px;
width: 30px;
background: transparent;
border: 0;
cursor: pointer;
-webkit-transition: all ease 0.2s;
-moz-transition: all ease 0.2s;
transition: all ease 0.2s;
color: var(--text-color);
}
.angle-down::after {
right: 0;
width: 20px;
height: 25px;
right: 2px;
content: "\002B";
font-size: 17px;
font-weight: 700;
}
.angle-down.active::after {
content: "\2212";
}
.mobile-header {
display: none;
}
.mobile-header .main-navigation {
margin-top: 30px;
}
.mobile-header .container .mob-nav-site-branding-wrap .header-left {
margin-right: 0;
}
@media (max-width: 1024px) {
.site-header .main-menu-wrap {
display: none;
}
}
@media (max-width: 1024px) {
.mobile-header {
display: block;
padding: 20px 0;
}
}
@media (min-width: 1024px) {
.site-header .header-wrapper .header-right .social-links {
display: none;
}
}
.mobile-header .mob-nav-site-branding-wrap {
-webkit-box-align: center;
-ms-flex-align: center;
-webkit-align-items: center;
-moz-align-items: center;
align-items: center;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
-webkit-justify-content: space-between;
-moz-justify-content: space-between;
justify-content: space-between;
}
.mobile-header .header-bottom-slide-inner {
position: fixed;
left: 0;
top: 0px;
max-width: 370px;
width: 100%;
height: 100%;
background-color: #ffffff;
z-index: 9999999999999;
overflow-y: auto;
overflow-x: hidden;
transition: 0.3s all ease-in-out;
transform: translateX(-100%);
}
.mobile-header .header-bottom-slide-inner .header-search-wrap {
position: absolute !important;
}
.mobile-header .header-bottom-slide-inner .header-search-wrap .search-form {
padding: 0 15px !important;
}
.mobile-header .header-bottom-slide-inner .social-links {
margin: 0;
margin-right: 40px;
grid-gap: 20px;
flex-wrap: wrap;
}
.mobile-header .header-bottom-slide-inner .mobile-header-wrap {
padding: 22px 15px 25px 15px;
align-items: center;
}
.mobile-header .header-bottom-slide-inner .search {
padding: 0;
border: 0;
background-color: transparent;
cursor: pointer;
}
.mobile-header .header-bottom-slide-inner .close {
position: absolute;
min-height: none;
background: none;
cursor: pointer;
width: 18px;
height: 14px;
right: 18px;
border: 0;
}
.mobile-header .header-bottom-slide-inner .close:hover::after, .mobile-header .header-bottom-slide-inner .close:hover::before {
background-color: var(--gbl-primary-color);
}
.mobile-header .header-bottom-slide-inner .close::after, .mobile-header .header-bottom-slide-inner .close::before {
content: "";
position: absolute;
width: 22px;
height: 1px;
margin: auto;
left: 0;
top: 0;
right: 0;
bottom: 0;
transform: rotate(45deg);
transition: 0.3s ease all;
background-color: #404040;
}
.mobile-header .header-bottom-slide-inner .close::after {
-webkit-transform: rotate(-45deg);
-ms-transform: rotate(-45deg);
transform: rotate(-45deg);
}
.mobile-header .header-bottom-slide-inner .mobile-header-wrapper .menu {
margin: 0;
}
.mobile-header .header-bottom-slide-inner .mobile-header-wrapper .menu li {
margin: 0;
padding: 10px 0;
position: relative;
}
.mobile-header .header-bottom-slide-inner .mobile-header-wrapper .menu li.current-menu-item > a {
color: var(--gbl-primary-color);
}
.mobile-header .header-bottom-slide-inner .mobile-header-wrapper .menu li .sub-menu {
display: none;
}
.mobile-header .header-bottom-slide-inner .mobile-header-wrapper .menu li a {
font-size: 15px;
}
.mobile-header .header-bottom-slide-inner .mobile-header-wrapper .menu li a:hover {
color: var(--gbl-primary-color);
}
.mobile-header .header-bottom-slide-inner .mobile-header-wrapper .header-left {
margin-right: 0;
}
@media (max-width: 600px) {
.site-header.stick-header {
margin-top: 0 !important;
top: 0 !important;
}
}
@media (max-width: 1024px) {
.site-header.style-six .mobile-header .site-branding h1 a, .site-header.style-six .mobile-header .site-branding p, .site-header.style-four .mobile-header .site-branding h1 a, .site-header.style-four .mobile-header .site-branding p, .site-header.style-two .mobile-header .site-branding h1 a, .site-header.style-two .mobile-header .site-branding p {
color: #000000;
}
}
body.mobile-menu-active .header-bottom-slide-inner {
box-shadow: 10px 0 20px rgba(0, 0, 0, 0.15);
}
#menu-opener {
position: relative;
display: inline-block;
min-height: auto;
width: 40px;
height: 40px;
background: none;
border: none;
padding: 0;
}
#menu-opener:focus {
outline: 1px solid #BDBDBD;
}
#menu-opener span {
width: 30px;
height: 3px;
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
margin: auto;
border-radius: 5px;
background-color: var(--text-color);
overflow: hidden;
-webkit-transition: all ease 0.35s;
-moz-transition: all ease 0.35s;
transition: all ease 0.35s;
}
#menu-opener span:last-child {
bottom: -16px;
}
#menu-opener span:first-child {
top: -16px;
}
.close.close-main-nav-toggle {
position: absolute;
min-height: none;
background: none;
cursor: pointer;
width: 18px;
height: 14px;
right: 18px;
border: 0;
z-index: 999;
top: 30px;
padding: 14px;
}
.close.close-main-nav-toggle::before, .close.close-main-nav-toggle::after {
content: "";
position: absolute;
width: 22px;
height: 1px;
margin: auto;
left: 0;
top: 0;
right: 0;
bottom: 0;
transform: rotate(45deg);
transition: 0.3s ease all;
background-color: var(--text-color);
}
.close.close-main-nav-toggle::after {
-webkit-transform: rotate(-45deg);
-ms-transform: rotate(-45deg);
transform: rotate(-45deg);
}
.close.close-main-nav-toggle:hover {
background-color: var(--gbl-secondary-color);
color: white;
border-radius: 2px;
}
.close-main-nav-toggle:hover::before,
.close-main-nav-toggle:hover::before,
.close-main-nav-toggle:hover::after,
.close-main-nav-toggle:hover::after {
background-color: #fff;
}
.mobile-navigation {
position: fixed;
left: 0;
top: 0px;
max-width: 370px;
width: 100%;
height: 100%;
z-index: 999;
overflow-y: auto;
overflow-x: hidden;
transition: 0.3s all ease-in-out;
transform: translateX(-100%);
padding-top: 25px;
}
.mobile-navigation .primary-menu-list {
padding: 0 15px;
}
.mobile-navigation .search-form {
margin-top: 40px;
border: 1px solid rgba(0, 0, 0, 0.1);
border-radius: 5px;
display: flex;
flex-wrap: wrap;
align-items: center;
padding: 5px 15px;
width: 90%;
}
.mobile-navigation .search-form > label {
width: 90%;
}
.mobile-navigation .search-form .search-field {
padding: 0;
margin: 0;
background: none;
width: 100%;
font-size: 15px;
border: 0;
color: #000000;
}
.mobile-navigation .search-form .search-field:focus {
outline: 1px dotted #000;
}
.mobile-navigation .search-form ::placeholder {
color: #000000;
font-size: 15px;
font-weight: 400;
}
.mobile-navigation .search-form .search-submit {
padding: 0;
margin: 0;
font-size: 0;
background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23000' viewBox='0 0 512 512'%3E%3Cpath d='M508.5 481.6l-129-129c-2.3-2.3-5.3-3.5-8.5-3.5h-10.3C395 312 416 262.5 416 208 416 93.1 322.9 0 208 0S0 93.1 0 208s93.1 208 208 208c54.5 0 104-21 141.1-55.2V371c0 3.2 1.3 6.2 3.5 8.5l129 129c4.7 4.7 12.3 4.7 17 0l9.9-9.9c4.7-4.7 4.7-12.3 0-17zM208 384c-97.3 0-176-78.7-176-176S110.7 32 208 32s176 78.7 176 176-78.7 176-176 176z'/%3E%3C/svg%3E") center center no-repeat;
width: 16px;
height: 20px;
border: 0;
}
.mobile-navigation .header-search button {
background-color: transparent;
margin-left: 3px;
}
.mobile-navigation .header-search button:hover {
background-color: transparent;
}
.mobile-navigation .header-search button:hover svg {
background-color: transparent;
fill: var(--gbl-secondary-color);
}
.mobile-navigation .header-search-form .search-form .search-field {
color: white;
} .mobile-navigation .header-search-form {
background-color: black;
}
.mobile-navigation .header-search-form .search-form .search-field {
width: 100%;
border-radius: 0px;
}
.mobile-navigation .header-search-form .search-form input[type="submit"] {
width: 100%;
border-radius: 0px;
}
.mobile-social-wrap {
-webkit-box-align: center;
-ms-flex-align: center;
-webkit-align-items: center;
-moz-align-items: center;
align-items: center;
}
.mobile-social-wrap .header-left {
justify-content: flex-end;
margin-right: 46px;
}
.mobile-social-wrap .header-search > button {
padding: 0;
background: none;
border: 0;
}
.mobile-social-wrap .social-links {
-webkit-box-align: center;
-ms-flex-align: center;
-webkit-align-items: center;
-moz-align-items: center;
align-items: center;
margin: 0;
padding: 22px 15px 25px 15px;
margin: 0;
margin-right: 40px;
grid-gap: 20px;
flex-wrap: wrap;
}
.mobile-social-wrap .search {
background: transparent;
padding: 0;
border: 0;
}
body.menu-open .mobile-navigation {
box-shadow: 10px 0 20px rgba(0, 0, 0, 0.1);
transform: translateX(0px);
}
body.admin-bar .close.close-main-nav-toggle {
top: 45px;
}
body.admin-bar .primary-menu-list {
padding-top: 40px;
}
.primary-menu-list {
display: none;
}
.primary-menu-list.toggled {
display: block;
}
.mobile-menu #primary-menu {
margin: 0;
}
.mobile-menu #primary-menu li {
margin: 0;
padding: 10px 0;
position: relative;
}
.mobile-menu #primary-menu li .sub-menu {
display: none;
}
.mobile-menu #primary-menu li a {
font-size: 15px;
}
.header-search-form {
position: fixed;
top: 0;
right: 0;
background: rgba(0, 0, 0, 0.75);
width: 100%;
height: 100%;
left: 0;
text-align: center;
margin: auto;
bottom: 0;
z-index: 99999;
display: none;
}
.header-search-form .search-form {
-webkit-box-align: center;
-ms-flex-align: center;
-webkit-align-items: center;
-moz-align-items: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
-webkit-justify-content: center;
-moz-justify-content: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
-webkit-align-items: center;
-moz-align-items: center;
align-items: center;
height: 70px;
max-width: 700px;
width: 100%;
position: absolute;
top: 50%;
left: 0;
right: 0;
margin: auto;
-webkit-transform: translateY(-50%);
-moz-transform: translateY(-50%);
transform: translateY(-50%);
}
.header-search-form .search-form > label {
width: 100%;
}
.header-search-form .search-form .search-field {
height: 70px;
width: 100%;
padding: 15px;
color: #666;
border: 1px solid #ccc;
border-radius: 6px;
border-top-right-radius: 0px;
border-bottom-right-radius: 0px;
}
.header-search-form .search-form input[type="submit"] {
background-color: var(--gbl-primary-color);
height: 70px;
width: 70px;
padding: 0;
cursor: pointer;
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 18 18'%3E%3Cpath id='Path_24900' data-name='Path 24900' d='M11.572,19.163a7.532,7.532,0,0,0,4.676-1.624L20.709,22,22,20.709l-4.461-4.461a7.57,7.57,0,1,0-5.967,2.915Zm0-13.363A5.782,5.782,0,1,1,5.8,11.572,5.782,5.782,0,0,1,11.572,5.8Z' transform='translate(-4 -4)' fill='%23fff'/%3E%3C/svg%3E%0A");
background-repeat: no-repeat;
background-position: center;
font-size: 0;
border-top-left-radius: 0px;
border-bottom-left-radius: 0px;
}
.header-search-form .close {
position: absolute;
top: 14px;
right: 20px;
width: 40px;
height: 45px;
padding: 0;
background: none;
border: none;
min-height: auto;
font-size: 0;
cursor: pointer;
}
.header-search-form .close::after, .header-search-form .close::before {
width: 30px;
height: 2px;
position: absolute;
content: "";
top: 0;
right: 0;
bottom: 0;
left: 0;
margin: auto;
background-color: rgba(255, 255, 255, 0.8);
-webkit-transform: rotate(45deg);
-moz-transform: rotate(45deg);
transform: rotate(45deg);
-webkit-transition: all ease 0.35s;
-moz-transition: all ease 0.35s;
}
.header-search-form .close::before {
transform: rotate(-45deg);
}
.skip-link {
font-size: 1em;
color: #000000;
background-color: #f7f7f7;
border: 1px solid rgba(0, 0, 0, 0.3);
padding: 10px 20px;
font-weight: 600;
transition: none;
-webkit-transition: none;
text-align: center;
position: absolute;
top: -9999px;
left: 20px;
box-shadow: 0px 2px 20px rgba(0, 0, 0, 0.3);
}
.skip-link:focus {
top: 0;
z-index: 99;
}
body.admin-bar .skip-link:focus {
top: 35px;
}
.toggle-btn {
display: inline-block;
min-height: auto;
width: 40px;
height: 40px;
background: none;
border: none;
position: relative;
padding: 0;
}
.toggle-btn:hover .toggle-bar {
background-color: var(--gbl-primary-color);
}
.toggle-btn .toggle-bar {
width: 30px;
height: 3px;
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
margin: auto;
border-radius: 5px;
background-color: #000000;
overflow: hidden;
-webkit-transition: all ease 0.35s;
-moz-transition: all ease 0.35s;
transition: all ease 0.35s;
}
.toggle-btn .toggle-bar:first-child {
top: -16px;
}
.toggle-btn .toggle-bar:last-child {
bottom: -16px;
}
.text {
float: right;
font-size: 1.111em;
text-transform: uppercase;
font-weight: 600;
color: #000000;
margin-top: 4px;
margin-left: 15px;
}
.page-header {
color: #58595b;
font-weight: 500;
margin: 22px 0 39px;
}
.page-header .separator {
margin: 0 8px !important;
}
.page-header .separator svg {
vertical-align: middle;
height: 10px;
width: 10px;
}
.page-header a:hover {
color: var(--gbl-primary-color);
}
.page-header span.current > a {
pointer-events: none;
opacity: 0.8;
}
.site-branding .site-title {
font-size: 26px!important;
}
.site-branding p {
margin-bottom: 0;
}
.entry-meta .category a {
font-size: 0.778em;
color: #ffffff;
padding: 3px 5px;
border-radius: 5px;
background-color: var(--gbl-primary-color);
margin: 0 5px 5px 0;
display: inline-block;
}
.entry-meta .category a:hover {
background-color: var(--gbl-secondary-color);
}
body.custom-background-image .site {
margin: 20px;
max-width: 90%;
margin: 0 auto;
width: 100%;
background-color: #fff;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}
.page .entry-content p a {
text-decoration: underline;
}
.page .entry-content p a:hover {
text-decoration: none;
}
figure figcaption {
text-align: center;
font-size: 0.77778em;
line-height: 28px;
color: #A6A8AB;
}
.archive .auth-details .author-details .author-name {
border-right: 1px solid var(--text-color);
}
.author-desc {
margin-top: 15px;
}
@media (max-width: 1440px) {
.author-desc {
grid-row-gap: 8px;
}
}
@media (max-width: 767px) {
.author-desc {
grid-row-gap: 12px;
}
}
@media (max-width: 1024px) {
body .overlay {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: rgba(0, 0, 0, 0.85);
z-index: 11;
opacity: 0;
visibility: hidden;
-webkit-transition: ease 0.35s;
-moz-transition: ease 0.35s;
transition: ease 0.35s;
}
}
body.mobile-menu-active {
overflow: hidden;
}
body.mobile-menu-active .overlay {
visibility: visible;
opacity: 1;
}
.page .content-area .container .page-header > .container {
padding: 0;
}
@media (max-width: 767px) {
.archive .auth-details .author-desc .author-details, .search .auth-details .author-desc .author-details {
width: auto;
}
}
@media (max-width: 767px) {
.archive .auth-details .author-desc .author-details .author-name, .search .auth-details .author-desc .author-details .author-name {
margin-right: 8px;
padding-right: 8px;
}
}
@media (max-width: 767px) {
.archive .auth-details .author-desc .date, .search .auth-details .author-desc .date {
width: auto;
margin-right: 8px;
}
}
.wp-block-image .alignright {
display: inline;
float: right;
margin-left: 1.5em;
}
@media (max-width: 767px) {
.wp-block-image .alignright {
margin-left: 0;
}
}
.wp-block-image .alignleft {
display: inline;
float: left;
margin-right: 1.5em;
}
@media (max-width: 767px) {
.wp-block-image .alignleft {
margin-right: 0;
}
}
@media (max-width: 600px) {
.wp-block-media-text.is-stacked-on-mobile {
grid-gap: 30px;
}
}
.wp-block-media-text.is-stacked-on-mobile .wp-block-media-text__content {
padding-right: 0;
}
@media (max-width: 767px) {
.wp-block-media-text.is-stacked-on-mobile .wp-block-media-text__content {
padding: 0;
}
}
.wp-block-media-text.has-media-on-the-right .wp-block-media-text__content {
padding-right: 8%;
padding-left: 0;
}
@media (max-width: 600px) {
.wp-block-media-text.has-media-on-the-right .wp-block-media-text__content {
padding-right: 0;
}
}
.wp-block-media-text {
margin-bottom: 20px;
}
@media (max-width: 767px) {
.wp-block-media-text {
margin-bottom: 0;
}
}
.single-post .auth-details .author-details .author-name {
border: 0 !important;
}
html {
position: unset !important;
}
body {
padding-top: 0 !important;
}
.static-banner .banner-wrapper {
position: relative;
}
@media (max-width: 767px) {
.static-banner .banner-wrapper .container {
max-width: 100%;
}
}
@media (max-width: 1024px) {
.static-banner .banner-wrapper {
}
}
@media (max-width: 767px) {
.static-banner .banner-wrapper {
height: auto;
}
}
.static-banner .banner-wrapper::before {
content: "";
position: absolute;
background-color: rgba(131, 131, 131, 0.07);
z-index: inherit;
top: 0;
left: 0;
right: 0;
bottom: 0;
}
.product-slider .static-banner .banner-wrapper::before {
background-color: rgba(0,0,0,.3);
}
@media (max-width: 767px) {
}
.static-banner .banner-wrapper .banner-image-wrapper {    
width: 100%;
}
@media (max-width: 1024px) {
.static-banner .banner-wrapper .banner-image-wrapper {
}
}
.static-banner .banner-wrapper .banner-image-wrapper {
height: 100vh;
}
.static-banner .banner-wrapper .banner-image-wrapper .wp-custom-header {
height: 100% !important;
}
.static-banner .banner-wrapper .banner-image-wrapper img {
height: 100%;
width: 100%;
object-fit: cover;
}
.static-banner .banner-wrapper .banner-details-wrapper {
margin: 0;
position: absolute;
top: 50%;
transform: translateY(-50%);
margin: 0;
color: #ffffff;
width: 100%;
left: 0px;
}
.static-banner .banner-wrapper .banner-details-wrapper h2,
.static-banner .banner-wrapper .banner-details-wrapper p {
color: #ffffff;
}
@media (max-width: 767px) {
.static-banner .banner-wrapper .banner-details-wrapper .container {
padding: 0;
}
}
@media (max-width: 767px) {
.static-banner .banner-wrapper .banner-details-wrapper {
}
.static-banner .banner-wrapper .banner-details-wrapper .overlay-details {
margin-left: 15px;
}    
}
.static-banner .banner-wrapper .banner-details-wrapper .overlay-details {
max-width: 850px;
}
.static-banner .banner-wrapper .banner-details-wrapper .overlay-details .button-wrap {
-webkit-flex-wrap: wrap;
-moz-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
@media (max-width: 767px) {
.static-banner .banner-wrapper .banner-details-wrapper .overlay-details .button-wrap {
-webkit-box-direction: normal;
-webkit-box-orient: vertical;
-webkit-flex-direction: column;
-moz-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
}
}
.static-banner .banner-wrapper .banner-details-wrapper .overlay-details .item-title {
font-size: 2.667em;
padding-bottom: 20px;
font-weight: 600;
}
.carousel .static-banner .banner-wrapper .banner-details-wrapper .overlay-details .item-title {
line-height: 1.2;
}
@media (max-width: 1024px) {
.static-banner .banner-wrapper .banner-details-wrapper .overlay-details .item-title {
font-size: 2em;
padding-bottom: 0;
}
}
@media (max-width: 767px) {
.static-banner .banner-wrapper .banner-details-wrapper .overlay-details .item-title {
font-size: 1.333em;
}
}
@media (max-width: 767px) {
.static-banner .banner-wrapper .banner-details-wrapper .overlay-details .item-title a {
color: #000000;
}
}
.static-banner .banner-wrapper .banner-details-wrapper .overlay-details a {
color: #ffffff;
}
.static-banner .banner-wrapper .banner-details-wrapper .overlay-details .banner-desc {
margin-bottom: 57px;
}
@media (max-width: 767px) {
.static-banner .banner-wrapper .banner-details-wrapper .overlay-details .banner-desc {
margin-bottom: 25px;
margin-top: 15px;
}
}
.static-banner .banner-wrapper .banner-details-wrapper .overlay-details .button-wrap {
margin-top: 32px;
}
@media (max-width: 767px) {
.static-banner .banner-wrapper .banner-details-wrapper .overlay-details .button-wrap {
margin-top: 0;
}
}
.static-banner .banner-wrapper .banner-details-wrapper .overlay-details .button-wrap a {
font-weight: 600;
display: inline-block;
font-weight: 600;
display: inline-block;
}
.static-banner.header-media .banner-wrapper .banner-details-wrapper .overlay-details .item-title,
.static-banner.header-media .banner-wrapper .banner-details-wrapper .overlay-details .banner-desc {
color: #fff;
}
.static-banner.header-media .banner-wrapper .banner-details-wrapper .overlay-details .button-wrap a {
background-color: transparent;
border: 2px solid;
border-radius: 0px;
}
.static-banner.header-media .banner-wrapper .banner-details-wrapper .overlay-details .button-wrap a:hover,
.static-banner.header-media .banner-wrapper .banner-details-wrapper .overlay-details .button-wrap a:focus {
background-color: var(--gbl-primary-color);
border-color: var(--gbl-primary-color);
}
.static-banner .banner-wrapper .banner-details-wrapper .overlay-details .button-wrap a:last-child {
margin-left: 31px;
}
.static-banner.header-media .banner-wrapper .banner-details-wrapper .overlay-details .button-wrap a:last-child {
margin-left: 0px;
}
.static-banner .banner-wrapper.featured-slider .banner-details-wrapper .overlay-details .button-wrap a:last-child {
margin-left: 2px;
}
.static-banner .banner-wrapper.featured-slider .banner-details-wrapper {
padding-left: 15px;
padding-right: 15px;
}
.product-slider .static-banner .banner-wrapper.featured-slider .banner-details-wrapper .banner-desc {
font-weight: 600;
}
@media (max-width: 767px) {
.static-banner .banner-wrapper .banner-details-wrapper .overlay-details .button-wrap a:last-child {
margin-left: 32px;       
}
}
@media screen and (max-width: 767px) and (max-width: 430px) {
.static-banner .banner-wrapper .banner-details-wrapper .overlay-details .button-wrap a:last-child {
margin-left: 10px;
}
} .gallery {
margin-bottom: 1.5em;
display: grid;
grid-gap: 1.5em;
}
.gallery-item {
display: inline-block;
text-align: center;
width: 100%;
}
.gallery-columns-2 {
grid-template-columns: repeat(2, 1fr);
}
.gallery-columns-3 {
grid-template-columns: repeat(3, 1fr);
}
.gallery-columns-4 {
grid-template-columns: repeat(4, 1fr);
}
.gallery-columns-5 {
grid-template-columns: repeat(5, 1fr);
}
.gallery-columns-6 {
grid-template-columns: repeat(6, 1fr);
}
.gallery-columns-7 {
grid-template-columns: repeat(7, 1fr);
}
.gallery-columns-8 {
grid-template-columns: repeat(8, 1fr);
}
.gallery-columns-9 {
grid-template-columns: repeat(9, 1fr);
}
.gallery-caption {
display: block;
} .sticky {
display: block;
}
.updated:not(.published) {
display: none;
}
.page-links {
clear: both;
margin: 0 0 1.5em;
}
.layout-grid.full-width .content-wrap-main article {
margin-bottom: 30px;
}
.layout-grid.full-width .content-wrap-main article .entry-content p {
color: #58595b;
font-weight: 400;
font-size: 1em;
line-height: 1.77778;
}
.layout-grid.full-width.author .archive-content-wrapper .entry-content {
padding: 0 31px;
}
.layout-grid.full-width.author .archive-content-wrapper .entry-content p {
margin-bottom: 0;
}
.layout-grid.full-width.category article .archive-content-wrapper {
padding: 0;
}
.layout-grid.full-width.category article .entry-content {
padding: 0 31px;
}
@media (max-width: 767px) {
.layout-grid.full-width.category article .entry-content {
padding: 0 11px;
}
}
.layout-grid.full-width.category article .entry-content p {
margin-bottom: 0;
}
.layout-grid.rightsidebar .content-wrap-main, .layout-grid.leftsidebar .content-wrap-main {
display: grid;
grid-template-columns: repeat(2, 1fr);
grid-gap: 30px;
}
@media (max-width: 767px) {
.layout-grid.rightsidebar .content-wrap-main, .layout-grid.leftsidebar .content-wrap-main {
grid-template-columns: 1fr;
}
}
.layout-grid.rightsidebar .content-wrap-main article, .layout-grid.leftsidebar .content-wrap-main article {
width: 100% !important;
margin-bottom: 15px;
}
.layout-grid.rightsidebar .content-wrap-main article .entry-header, .layout-grid.leftsidebar .content-wrap-main article .entry-header {
margin-bottom: 15px;
}
.layout-grid.rightsidebar .content-wrap-main article .entry-header .entry-details, .layout-grid.leftsidebar .content-wrap-main article .entry-header .entry-details {
padding: 7px 7px 0 10px;
}
@media (max-width: 1440px) {
.layout-grid.rightsidebar .content-wrap-main article .entry-header .entry-details, .layout-grid.leftsidebar .content-wrap-main article .entry-header .entry-details {
padding: 15px 15px 0 15px;
}
}
.layout-grid.rightsidebar .content-wrap-main article .entry-content, .layout-grid.leftsidebar .content-wrap-main article .entry-content {
margin-bottom: 12px;
padding: 0px 15px 0 10px;
}
@media (max-width: 1440px) {
.layout-grid.rightsidebar .content-wrap-main article .entry-content, .layout-grid.leftsidebar .content-wrap-main article .entry-content {
padding: 0 15px;
}
}
.layout-grid.rightsidebar .content-wrap-main article .entry-content p, .layout-grid.leftsidebar .content-wrap-main article .entry-content p {
margin-bottom: 0;
}
.layout-grid.rightsidebar.search .content-wrap-main article .entry-content, .layout-grid.leftsidebar.search .content-wrap-main article .entry-content {
padding: 0;
}
.layout-two-column.full-width #primary .container .page-grid .content-wrap-main {
grid-template-columns: repeat(2, 1fr);
grid-gap: 50px;
}
@media (max-width: 1024px) {
.layout-two-column.full-width #primary .container .page-grid .content-wrap-main {
grid-template-columns: 1fr;
}
}
.layout-two-column.full-width #primary .container .page-grid .content-wrap-main article {
display: grid;
grid-template-columns: repeat(2, 1fr);
grid-gap: 36px;
}
@media (max-width: 767px) {
.layout-two-column.full-width #primary .container .page-grid .content-wrap-main article {
display: block;
}
}
.layout-two-column.full-width #primary .container .page-grid .content-wrap-main article .entry-header {
grid-column: 2/3 span;
}
@media (max-width: 767px) {
.layout-two-column.full-width #primary .container .page-grid .content-wrap-main article .entry-header {
margin-top: 12px;
}
}
.layout-two-column.full-width #primary .container .page-grid .content-wrap-main article .entry-header .entry-meta {
position: unset;
margin-top: 0;
margin-left: 0;
}
.layout-two-column.full-width #primary .container .page-grid .content-wrap-main article .entry-header .entry-details {
padding: 0;
margin: 20px 0 23px;
}
@media (max-width: 767px) {
.layout-two-column.full-width #primary .container .page-grid .content-wrap-main article .entry-header .entry-details {
margin: 18px 0;
}
}
.layout-two-column.full-width #primary .container .page-grid .content-wrap-main article .entry-content {
grid-column: 2/3 span;
}
.layout-two-column.full-width #primary .container .page-grid .content-wrap-main article .entry-content p {
margin-bottom: 0;
line-height: 1.77778;
color: #58595b;
font-weight: 400;
}
.layout-two-column #primary .container .page-grid .content-wrap-main {
display: grid;
grid-template-columns: 1fr;
grid-gap: 50px;
}
@media (max-width: 1024px) {
.layout-two-column #primary .container .page-grid .content-wrap-main {
grid-template-columns: 1fr;
}
}
.layout-two-column #primary .container .page-grid .content-wrap-main article {
display: grid;
grid-template-columns: repeat(2, 1fr);
grid-gap: 36px;
width: 100%;
}
@media (max-width: 1440px) {
.layout-two-column #primary .container .page-grid .content-wrap-main article {
grid-gap: 28px;
}
}
.layout-two-column #primary .container .page-grid .content-wrap-main article .content-wrap {
padding: 0;
}
@media (max-width: 767px) {
.layout-two-column #primary .container .page-grid .content-wrap-main article {
display: block;
}
}
.layout-two-column #primary .container .page-grid .content-wrap-main article .entry-title {
margin-bottom: 19px;
}
@media (max-width: 1440px) {
.layout-two-column #primary .container .page-grid .content-wrap-main article .entry-title {
margin-bottom: 8px;
}
}
.layout-two-column #primary .container .page-grid .content-wrap-main article .entry-content {
margin-bottom: 19px;
}
.layout-two-column #primary .container .page-grid .content-wrap-main article .entry-header {
grid-column: 2/3 span;
}
@media (max-width: 767px) {
.layout-two-column #primary .container .page-grid .content-wrap-main article .entry-header {
margin-top: 12px;
}
}
.layout-two-column #primary .container .page-grid .content-wrap-main article .entry-header .entry-meta {
position: unset;
margin-top: 0;
margin-left: 0;
}
.layout-two-column #primary .container .page-grid .content-wrap-main article .entry-header .entry-details {
padding: 0;
margin: 20px 0 23px;
}
@media (max-width: 767px) {
.layout-two-column #primary .container .page-grid .content-wrap-main article .entry-header .entry-details {
margin: 18px 0;
}
}
.layout-two-column #primary .container .page-grid .content-wrap-main article .entry-content {
grid-column: 2/3 span;
}
.layout-two-column #primary .container .page-grid .content-wrap-main article .entry-content p {
margin-bottom: 0;
line-height: 1.77778;
color: #58595b;
font-weight: 400;
}
.layout-masonary #primary .content-wrap-main {
margin: 40px -25px;
overflow: hidden;
}
@media (max-width: 767px) {
.layout-masonary #primary .content-wrap-main {
margin: 40px 0;
}
}
.layout-masonary #primary .content-wrap-main article {
width: calc(50% - 50px);
margin: 0 25px 40px;
}
@media (max-width: 767px) {
.layout-masonary #primary .content-wrap-main article {
margin: 0 0 20px;
}
}
@media (max-width: 767px) {
.layout-masonary #primary .content-wrap-main article {
width: 100%;
}
}
.layout-masonary.full-width.archive .entry-content {
padding: 0 31px;
}
.layout-masonary.full-width #primary .page-grid .site-main .content-wrap-main {
display: block;
}
.layout-masonary.full-width #primary .page-grid .site-main .content-wrap-main article {
float: left;
width: calc(33.33% - 50px);
}
@media (max-width: 1024px) {
.layout-masonary.full-width #primary .page-grid .site-main .content-wrap-main article {
width: calc(50% - 50px);
}
}
@media (max-width: 767px) {
.layout-masonary.full-width #primary .page-grid .site-main .content-wrap-main article {
width: 100%;
margin-bottom: 20px;
}
}
.layout-masonary.category #primary .page-grid .site-main .content-wrap-main article {
margin-bottom: 40px;
}
@media (max-width: 1024px) {
.layout-masonary.category #primary .page-grid .site-main .content-wrap-main article .entry-details {
padding: 15px 10px;
}
}
.layout-masonary.category #primary .page-grid .site-main .content-wrap-main article .entry-content {
padding: 0 31px;
}
@media (max-width: 1440px) {
.layout-masonary.category #primary .page-grid .site-main .content-wrap-main article .entry-content {
padding: 0 15px;
}
}
@media (max-width: 1024px) {
.layout-masonary.category #primary .page-grid .site-main .content-wrap-main article .entry-content {
padding: 0px 10px;
}
}
.layout-masonary.category #primary .page-grid .site-main .content-wrap-main article .entry-content p {
margin-bottom: 0;
}
.layout-masonary.author .entry-content {
padding: 0 31px;
}
@media (max-width: 1440px) {
.layout-masonary.author .entry-content {
padding: 0 15px;
}
}
.layout-masonary.author .entry-content p {
margin-bottom: 0;
}
.category #primary .site-main article p {
font-weight: 400;
}
.category #primary .site-main article .auth-details {
margin-top: 10px;
}
.category #primary .site-main article .auth-details .author-desc {
grid-row-gap: 10px;
}
.category #primary .site-main article .auth-details .author-name {
border-right: 1px solid var(--text-color);
}
.site-footer {
}
.site-footer .footer-top {
padding: 15px 0 0px;
}
@media (max-width: 767px) {
.site-footer .footer-top {
padding: 47px 0 0px;
}
}
.site-footer .footer-top .grid {
display: grid;
grid-template-columns: repeat(var(--gbl-footer-num-of-colums), 1fr);
grid-gap: 40px;
}
@media (max-width: 1024px) {
.site-footer .footer-top .grid {
grid-template-columns: repeat(2, 1fr);
}
}
@media (max-width: 767px) {
.site-footer .footer-top .grid {
grid-template-columns: 1fr;
grid-gap: 0;
}
}
.site-footer .footer-top .grid .col .widget-title {
position: relative;
font-size: 1.333em;
line-height: 1.16666667;
font-weight: 500;
margin-bottom: 50px;
}
@media (max-width: 1440px) {
.site-footer .footer-top .grid .col .widget-title {
font-size: 1.556em;
margin-bottom: 30px;
line-height: 1.3;
}
}
@media (max-width: 1024px) {
.site-footer .footer-top .grid .col .widget-title {
font-size: 1.444em;
}
}
@media (max-width: 767px) {
.site-footer .footer-top .grid .col .widget-title {
font-size: 1.333em;
}
}
.site-footer .footer-top .grid .col .widget-title::after {
position: absolute;
content: "";
background-color: var(--gbl-primary-color);
width: 63px;
height: 1px;
bottom: -15px;
left: 0;
}
.site-footer .footer-top .grid .col section ul {
margin: 0;
}
.site-footer .footer-top .grid .col section .textwidget p {
font-size: 1em;
font-weight: 500;
color: #a6a8ab;
line-height: 1.7778em;
}
.site-footer .footer-top .grid .col section .widget_tags ul {
-webkit-flex-wrap: wrap;
-moz-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
grid-gap: 17px;
}
.site-footer .footer-top .grid .col section .footer_links ul {
font-weight: 500;
}
.site-footer .footer-top .grid .col section .footer_links ul li a {
display: inline-block;
color: #a6a8ab;
margin-bottom: 11px;
position: relative;
}
.site-footer .footer-top .grid .col section .footer_links ul li a::after {
position: absolute;
content: "";
bottom: -5px;
left: 0;
background-color: var(--gbl-primary-color);
width: 0%;
height: 2px;
transition: 0.2s width ease;
}
.site-footer .footer-top .grid .col section .footer_links ul li a:hover {
color: var(--gbl-primary-color);
}
.site-footer .footer-top .grid .col section .footer_links ul li a:hover::after {
width: 100%;
}
.site-footer .footer-top .grid .col section .widget-dt-newsletter .dt-newsletter-form {
background-color: #2d3036;
border-radius: 15px;
}
.site-footer .footer-top .grid .col section .widget-dt-newsletter .dt-newsletter-form input[type="search"] {
background: transparent;
padding: 13px 20px;
color: #ffffff;
border: 0;
width: 100%;
border-top-left-radius: 15px;
border-bottom-left-radius: 15px;
}
.site-footer .footer-top .grid .col section .widget-dt-newsletter .dt-newsletter-form input[type="submit"] {
background-image: url();
background-repeat: no-repeat;
background-size: 27px;
background-position: center;
font-size: 0;
background-color: var(--gbl-primary-color);
width: 67px;
height: 60px;
border: 0;
border-top-right-radius: 15px;
border-bottom-right-radius: 15px;
}
.site-footer .footer-top .grid .col section .widget-dt-newsletter .dt-newsletter-form ::placeholder {
font-size: 1em;
font-weight: 500;
}
.site-footer ul.social-links  {
margin: 0px;
}
.site-footer  .social-links li a svg {
fill: #929497;
}
.site-footer  .social-links li a:hover svg {
fill:var(--gbl-primary-color);
}
.site-footer .social-links li {
display: inline;
margin: 0 12px 0 0;
}
.site-footer .footer-bottom {
color: #929497;
font-size: 1em;
font-weight: 500;
}
.site-footer .footer-bottom .container {
padding: 20px 15px;
justify-content: center;
}
.site-footer .footer-bottom .container.footer-info {
border-top: 1px solid #929497;
padding: 20px 15px;
justify-content: center;
}
@media (max-width: 1024px) {
.site-footer .footer-bottom .container {
-webkit-box-direction: normal;
-webkit-box-orient: vertical;
-webkit-flex-direction: column;
-moz-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
}
}
.site-footer .footer-bottom .container .site-info {
flex: 1;
}
.site-footer .footer-bottom .container,
.site-footer .footer-bottom .container .footer-bottom-menu ul {
display:flex;
align-items:center;
}
@media (max-width: 1024px) {
.site-footer .footer-bottom .container .site-info {
margin-bottom: 20px;
}
}
.site-footer .footer-bottom .container .site-info a:hover {
color: var(--gbl-primary-color);
text-decoration: underline;
}
.site-footer .footer-bottom .container .footer-bottom-menu ul {
margin: 0;
line-height: 1;
}
@media (max-width: 767px) {
.site-footer .footer-bottom .container .footer-bottom-menu ul {
flex-wrap: wrap;
grid-row-gap: 15px;
}
}
.site-footer .footer-bottom .container .footer-bottom-menu ul li a:hover {
color: var(--gbl-primary-color);
text-decoration: underline;
}
.site-footer .footer-bottom .container .footer-bottom-menu ul li:not(:last-child) {
margin-right: 20px;
padding-right: 20px;
border-right: 1px solid #929497;
}
@media (max-width: 767px) {
.site-footer .footer-bottom .container .footer-bottom-menu ul li:not(:last-child) {
margin-right: 10px;
padding-right: 10px;
}
}
.site-footer .widget.widget_calendar table {
border-collapse: collapse;
margin-bottom: 0;
}
.site-footer .widget.widget_calendar table caption {
font-size: 14px;
text-transform: uppercase;
font-weight: 600;
letter-spacing: 1px;
padding: 5px;
}
.site-footer .widget.widget_calendar table thead th {
padding: 5px;
border: 1px solid #ffffff;
font-size: 0.833em;
}
.site-footer .widget.widget_calendar table tbody tr td {
text-align: center;
padding: 5px;
border: 1px solid #a6a8ab;
font-size: 0.833em;
}
.site-footer .widget.widget_calendar table tbody tr td a,
.site-footer .widget.widget_block {
color: var(--footer-text-color);
}
.site-footer .widget.widget_calendar .wp-calendar-nav {
border-top: 0 !important;
border: 1px solid #ffffff;
-webkit-box-align: center;
-ms-flex-align: center;
-webkit-align-items: center;
-moz-align-items: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
-webkit-justify-content: center;
-moz-justify-content: center;
justify-content: center;
}
.site-footer .widget.widget_calendar .wp-calendar-nav .wp-calendar-nav-prev, .site-footer .widget.widget_calendar .wp-calendar-nav .wp-calendar-nav-next {
width: 45%;
padding: 0 5px;
}
.site-footer .widget.widget_calendar .wp-calendar-nav .wp-calendar-nav-prev {
border-right: 1px solid #ffffff;
}
.site-footer .widget.widget_calendar .wp-calendar-nav .wp-calendar-nav-next {
float: right;
text-align: right;
border-left: 1px solid #ffffff;
}
.site-footer .widget.widget_calendar .wp-calendar-nav .pad {
width: 15%;
}
.site-footer .widget.widget_tag_cloud .tagcloud a {
margin: 0 5px;
}
.site-footer .widget.widget_meta ul li a, .site-footer .widget.widget_nav_menu ul li a, .site-footer .widget.widget_pages ul li a {
display: inline-block;
margin-bottom: 11px;
position: relative;
line-height: 1.77778;
}
.site-footer .widget.widget_meta ul li a::after, .site-footer .widget.widget_nav_menu ul li a::after, .site-footer .widget.widget_pages ul li a::after {
position: absolute;
content: "";
bottom: -5px;
left: 0;
background-color: var(--gbl-primary-color);
width: 0%;
height: 2px;
transition: 0.2s width ease;
}
.site-footer .widget.widget_meta ul li a:hover, .site-footer .widget.widget_nav_menu ul li a:hover, .site-footer .widget.widget_pages ul li a:hover {
color: var(--gbl-primary-color);
}
.site-footer .widget.widget_meta ul li a:hover::after, .site-footer .widget.widget_nav_menu ul li a:hover::after, .site-footer .widget.widget_pages ul li a:hover::after {
width: 100%;
}
.site-footer .widget.widget_recent_comments li {
margin-bottom: 11px;
}
.site-footer .widget.widget_recent_entries ul li {
margin-bottom: 11px;
}
.site-footer .widget.widget_recent_entries ul li a:hover {
color: var(--gbl-primary-color);
}
.site-footer .widget.widget_recent_entries ul li span {
display: block;
}
.site-footer .widget.widget_rss ul li {
margin-bottom: 11px;
}
.site-footer .widget.widget_rss ul li a:hover {
color: var(--gbl-primary-color);
}
.site-footer .widget.widget_rss ul li span {
display: block;
color: #a6a8ab;
}
.site-footer p,
.site-footer span,
.site-footer td,
.site-footer th,
.site-footer a,
.site-footer .widget.widget_rss ul li a,
.site-footer .widget.widget_rss h2 a,
.site-footer .widget.widget_recent_comments ul li span, 
.site-footer .widget.widget_recent_comments ul li a, 
.site-footer .widget.widget_recent_comments ul li,
.site-footer .widget.widget_meta ul li a, 
.site-footer .widget.widget_nav_menu ul li a, 
.site-footer .widget.widget_pages ul li a,
.site-footer .widget.widget_categories li, 
.site-footer .widget.widget_categories a,
.site-footer .widget .textwidget.custom-html-widget,
.site-footer .widget.widget_calendar table,
.site-footer .widget.widget_calendar table caption,
.site-footer .widget li .woocommerce-Price-amount,
.site-footer .footer-top .grid .col .widget-title,
.site-footer .footer-bottom .container .footer-bottom-menu ul li a,
.site-footer  h1,
.site-footer  h2, 
.site-footer  h3, 
.site-footer  h4, 
.site-footer  h5,
.site-footer  h6 {
color: var(--footer-text-color);
}
section.newsletter-section .dt-newsletter-wrapper {
-webkit-box-pack: justify;
-ms-flex-pack: justify;
-webkit-justify-content: space-between;
-moz-justify-content: space-between;
justify-content: space-between;
-webkit-flex-wrap: wrap;
-moz-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
background-color: #F9F9F9;
margin: 0;
border-radius: 15px;
}
section.newsletter-section .dt-newsletter-wrapper .blossomthemes-email-newsletter-wrapper {
-webkit-box-align: center;
-ms-flex-align: center;
-webkit-align-items: center;
-moz-align-items: center;
align-items: center;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
-webkit-justify-content: space-between;
-moz-justify-content: space-between;
justify-content: space-between;
width: 100%;
}
#newsletter_section.newsletter-section .container {
width: initial !important;
padding: 0px;
}
.blossomthemes-email-newsletter-wrapper.bg-img {
padding: 40px 30px;
}
section.newsletter-section .dt-newsletter-wrapper .blossomthemes-email-newsletter-wrapper {
padding: 15px;
}
@media (max-width: 1024px) {
section.newsletter-section .dt-newsletter-wrapper .blossomthemes-email-newsletter-wrapper {
-webkit-box-direction: normal;
-webkit-box-orient: vertical;
-webkit-flex-direction: column;
-moz-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
}
}
section.newsletter-section .dt-newsletter-wrapper .blossomthemes-email-newsletter-wrapper .text-holder {
max-width: 41.153%;
margin-bottom: 0;
}
@media (max-width: 1024px) {
section.newsletter-section .dt-newsletter-wrapper .blossomthemes-email-newsletter-wrapper .text-holder {
width: 100%;
max-width: 100%;
}
}
section.newsletter-section .dt-newsletter-wrapper .blossomthemes-email-newsletter-wrapper .text-holder h3 {
font-size: 1.667em;
line-height: 1.2;
font-weight: 600;
position: relative;
}
@media (max-width: 1440px) {
section.newsletter-section .dt-newsletter-wrapper .blossomthemes-email-newsletter-wrapper .text-holder h3 {
font-size: 1.22em;
line-height: 1.250em;
}
}
@media (max-width: 1024px) {
section.newsletter-section .dt-newsletter-wrapper .blossomthemes-email-newsletter-wrapper .text-holder h3 {
font-size: 1.222em;
}
}
@media (max-width: 767px) {
section.newsletter-section .dt-newsletter-wrapper .blossomthemes-email-newsletter-wrapper .text-holder h3 {
font-size: 1.222em;
}
}
section.newsletter-section .dt-newsletter-wrapper .blossomthemes-email-newsletter-wrapper .text-holder span {
display: block;
padding-top: 19px;
font-weight: 400;
margin-bottom: 25px;
color: #414042;
}
section.newsletter-section .dt-newsletter-wrapper .blossomthemes-email-newsletter-wrapper > form {
max-width: 50%;
width: 50%;
-webkit-flex-wrap: wrap;
-moz-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
@media (max-width: 1024px) {
section.newsletter-section .dt-newsletter-wrapper .blossomthemes-email-newsletter-wrapper > form {
width: 100%;
max-width: 100%;
}
}
@media (max-width: 767px) {
section.newsletter-section .dt-newsletter-wrapper .blossomthemes-email-newsletter-wrapper > form {
-webkit-box-direction: normal;
-webkit-box-orient: vertical;
-webkit-flex-direction: column;
-moz-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
}
}
section.newsletter-section .dt-newsletter-wrapper .blossomthemes-email-newsletter-wrapper > form > label {
order: 5;
width: 100%;
}
section.newsletter-section .dt-newsletter-wrapper .blossomthemes-email-newsletter-wrapper > form > label .text {
margin: 0 !important;
font-size: 0.833em;
text-transform: unset;
color: #414042;
}
section.newsletter-section .dt-newsletter-wrapper input[type="text"] {
color: #a6a8ab;
background: #eeeeee;
padding: 16.5px 36px;
margin-top: 10px;
border-top-left-radius: 15px;
border-bottom-left-radius: 15px;
border: 0;
border-top-right-radius: 0px;
border-bottom-right-radius: 0px;
}
@media (max-width: 1440px) {
section.newsletter-section .dt-newsletter-wrapper input[type="text"] {
width: 100%;
border-radius: 15px;
}
}
@media (max-width: 767px) {
section.newsletter-section .dt-newsletter-wrapper input[type="text"] {
width: 100%;
padding: 16.5px 20px;
}
}
section.newsletter-section .dt-newsletter-wrapper input[type="submit"] {
background-color: var(--gbl-primary-color);
color: #ffffff;
border: 0;
height: 60px;
padding: 0 42px;
font-weight: 500;
cursor: pointer;
flex: 0;
border-top-right-radius: 15px;
border-bottom-right-radius: 15px;
transition: 0.3s ease all;
border-top-left-radius: 0px;
border-bottom-left-radius: 0px;
}
@media (max-width: 1440px) {
section.newsletter-section .dt-newsletter-wrapper input[type="submit"] {
flex: unset;
border-radius: 15px;
margin-top: 20px;
}
}
@media (max-width: 1024px) {
section.newsletter-section .dt-newsletter-wrapper input[type="submit"] {
margin-top: 20px;
}
}
section.newsletter-section .dt-newsletter-wrapper input[type="submit"]:hover {
background-color: var(--gbl-secondary-color);
}
section.newsletter-section .right-wrapper {
-webkit-box-direction: normal;
-webkit-box-orient: vertical;
-webkit-flex-direction: column;
-moz-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-align: start;
-ms-flex-align: start;
-webkit-align-items: start;
-moz-align-items: start;
align-items: start;
width: 100%;
}
section.newsletter-section .dt-newsletter-wrapper .blossomthemes-email-newsletter-wrapper .text-holder span,
section.newsletter-section .dt-newsletter-wrapper .blossomthemes-email-newsletter-wrapper > form > label .text {
color: var(--footer-text-color);
}
.woocommerce-page .page-header .page-title {
}
.woocommerce {
display: block;
}
.woocommerce .woocommerce-result-count {
font-size: 0.9em;
margin-bottom: 35px;
margin-top: 0.5em;
}
@media (max-width: 767px) {
.woocommerce .woocommerce-ordering {
width: 100%;
}
}
@media (max-width: 1440px) {
.woocommerce .woocommerce-ordering select {
font-size: 0.889em;
}
}
@media (max-width: 767px) {
.woocommerce .woocommerce-ordering {
float: left;
}
}
.woocommerce ul.products::before {
content: none;
}
.woocommerce ul.products .price ins {
margin-left: 10px;
}
.woocommerce ul.products .price del bdi,
.widget del .woocommerce-Price-amount bdi {
opacity: 0.9;
font-size: .857em;
}
.woocommerce ul.products li.product a .woocommerce-loop-product__title {
font-weight: 600;
font-size: 0.9em;
padding: 3px 0 10px;
}
.woocommerce ul.products li.product a .woocommerce-Price-currencySymbol {
font-size: 1em;
}
.woocommerce ul.products li.product .price,
.widget li .woocommerce-Price-amount {
color: var(--text-color);
font-weight: 500;
font-size: .857em;
}
.woocommerce div.product p.price, 
.woocommerce div.product span.price {
color: var(--text-color);
}
.woocommerce ul.products li.product .price del {
opacity: 1;
}
.woocommerce a.added_to_cart {
padding-top: .5em;
display: inline-block;
font-size: 13px;
padding-left: 5px;
background-color: #ffffff59;
}
.woocommerce ul.products li.product a .onsale {
font-size: 0.778em;
color: #ffffff;
padding: 3px 5px;
border-radius: 5px;
background-color: var(--gbl-primary-color);
position: absolute;
right: 25px;
top: 20px;
font-weight: 400;
z-index: 1;
min-height: unset !important;
min-width: unset !important;
line-height: unset;
}
.woocommerce nav.woocommerce-pagination .page-numbers {
border: 0;
}
.woocommerce nav.woocommerce-pagination .page-numbers li {
position: relative;
height: 45px;
width: 45px;
background-color: var(--gbl-primary-color);
color: #ffffff;
display: inline-block;
margin: 0 3px;
line-height: 45px;
border-radius: 50%;
transition: 0.3s ease all;
}
.woocommerce nav.woocommerce-pagination .page-numbers li span.page-numbers, .woocommerce nav.woocommerce-pagination .page-numbers li a {
background: var(--gbl-primary-color);
color: #ffffff;
line-height: 26px;
height: 45px;
width: 45px;
border: 1px solid var(--gbl-primary-color);
}
.woocommerce nav.woocommerce-pagination .page-numbers li span.page-numbers:hover, .woocommerce nav.woocommerce-pagination .page-numbers li a:hover {
background-color: var(--gbl-secondary-color);
border: 1px solid var(--gbl-secondary-color);
}
.woocommerce nav.woocommerce-pagination .page-numbers li span.page-numbers.current {
background-color: var(--gbl-secondary-color);
border: 1px solid var(--gbl-secondary-color);
}
.woocommerce nav.woocommerce-pagination .page-numbers li a.next, .woocommerce nav.woocommerce-pagination .page-numbers li a.prev {
line-height: 22px;
}
.woocommerce .woocommerce-notices-wrapper .woocommerce-message {
border-top-color: var(--gbl-primary-color);
}
.woocommerce .woocommerce-notices-wrapper .wc-forward {
background-color: var(--gbl-primary-color);
color: #ffffff;
}
.woocommerce .star-rating {
overflow: hidden;
position: relative;
height: 1em;
width: 5.4em;
font-family: star;
line-height: 1;
font-size: 0.7em;
margin-left: auto;
margin-right: auto;
margin-bottom: 10px;
}
.woocommerce .products .star-rating {
display: block;
margin: 0 auto .5em;
float: none;
}
li .star-rating {
overflow: hidden;
position: relative;
height: 1em;
width: 5.4em;
font-family: star;
line-height: 1;
font-size: 0.7em;
margin-left: auto;
margin-right: auto;
margin-bottom: 10px;
font-family: star;
}
li .star-rating {
overflow: hidden;
position: relative;
height: 1em;
width: 5.4em;
font-family: star;
line-height: 1;
font-size: 0.7em;
margin-left: auto;
margin-right: auto;
margin-bottom: 10px;
}
li .star-rating::before {
content: "\73\73\73\73\73";
color: #d3ced2;
float: left;
top: 0;
left: 0;
position: absolute;
font-family: star;
}
li .star-rating > span::before {
content: "\73\73\73\73\73";
top: 0;
position: absolute;
left: 0;
color: gold;
font-family: star;
}
.single-product span.onsale {
font-size: 0.778em;
color: #ffffff;
padding: 3px 5px;
border-radius: 5px;
background-color: var(--gbl-primary-color);
position: absolute;
right: unset;
left: 20px;
top: 20px;
font-weight: 400;
z-index: 99;
min-height: unset !important;
min-width: unset !important;
line-height: unset;
}
.single-product .summary.entry-summary {
margin: 0;
}
.single-product .summary.entry-summary .product_title {
font-size: 1.875rem;
line-height: 1.2;
letter-spacing: -.01em;
font-weight: 700;
margin-bottom: .2em;
}
.single-product .summary.entry-summary .price {
margin-top: 22px;
margin-bottom: 13px;
display: block;
}
.single-product .summary.entry-summary .price del {
opacity: 0.8;
margin-right: 15px;
}
.single-product .summary.entry-summary .price del .amount {
font-size: 1.02em;
}
.single-product .summary.entry-summary .price del .amount bdi {
color: #58595b;
text-decoration: line-through;
}
.single-product .summary.entry-summary .price ins .amount {
font-size: 1.02em;
font-weight: 400;
}
.single-product .summary.entry-summary .price ins .amount bdi {
color: #58595b;
}
.single-product .summary.entry-summary .woocommerce-product-details__short-description p {
line-height: 1.77778;
opacity: 0.8;
}
.single-product .summary.entry-summary .cart div.quantity {
margin: 0 21px 0 0;
}
.single-product .summary.entry-summary .cart div.quantity .qty {
padding: 5px;
width: 5em;
margin: 0;
}
.woocommerce div.product form.cart .variations select {
height: 35px;
border-radius: 3px;
}
.woocommerce-product-search {
display: flex;
}
.woocommerce-product-search button { 
float: right;
color: #fff !important;
}
.woocommerce-product-search .search-field {
min-height: 40px;
max-width: 75%;
margin-right: 3px;
}
.summary .yith-wcwl-add-button a {
padding: 10px 13px 10px 0px;
border-radius: 12px;
}
.single-product .summary.entry-summary .product_meta {
font-family: var(--gbl-secondary-font);
font-weight: 600;
opacity: 0.8;
}
.single-product .summary.entry-summary .product_meta .posted_in a:hover {
text-decoration: underline;
}
.single-product div.product div.images.woocommerce-product-gallery {
margin-bottom: 4em;
}
.single-product div.product .woocommerce-tabs.wc-tabs-wrapper {
margin-top: 150px;
}
@media (max-width: 767px) {
.single-product div.product .woocommerce-tabs.wc-tabs-wrapper {
margin-top: 65px;
}
}
.single-product div.product .woocommerce-tabs.wc-tabs-wrapper ul.tabs {
padding: 0 !important;
}
.single-product div.product .woocommerce-tabs.wc-tabs-wrapper ul.tabs li {
background-color: #f9f9f9;
color: #000000;
border-radius: 0;
border: 0;
padding: 0;
}
@media (max-width: 767px) {
.single-product div.product .woocommerce-tabs.wc-tabs-wrapper ul.tabs li {
width: 100%;
}
.single-product div.product .woocommerce-tabs.wc-tabs-wrapper ul.tabs li:not(:last-child) {
margin-bottom: 12px;
}
}
.single-product div.product .woocommerce-tabs.wc-tabs-wrapper ul.tabs li::before, .single-product div.product .woocommerce-tabs.wc-tabs-wrapper ul.tabs li::after {
content: none;
}
.single-product div.product .woocommerce-tabs.wc-tabs-wrapper ul.tabs li a {
font-weight: 600;
font-size: 1em;
color: #000000;
padding: 17px 36px;
}
.single-product div.product .woocommerce-tabs.wc-tabs-wrapper ul.tabs li.active {
color: #ffffff;
background-color: var(--gbl-primary-color);
border-radius: 0;
}
.single-product div.product .woocommerce-tabs.wc-tabs-wrapper ul.tabs li.active a {
color: #ffffff;
}
.single-product div.product .woocommerce-tabs.wc-tabs-wrapper .woocommerce-Tabs-panel h2 {
position: relative;
font-size: 1.667em;
line-height: 1.25555;
font-weight: 500;
margin-bottom: 35px;
}
.single-product div.product .woocommerce-tabs.wc-tabs-wrapper .woocommerce-Tabs-panel h2::after {
position: absolute;
content: "";
background-color: var(--gbl-primary-color);
width: 63px;
height: 1.5px;
bottom: -8px;
left: 0;
}
.single-product div.product .woocommerce-tabs.wc-tabs-wrapper .woocommerce-Tabs-panel p {
line-height: 1.77778;
}
.single-product .related.products > h2 {
position: relative;
font-size: 1.667em;
line-height: 1.25555;
font-weight: 500;
margin-bottom: 45px;
}
.single-product .related.products > h2::after {
position: absolute;
content: "";
background-color: var(--gbl-primary-color);
width: 63px;
height: 1.5px;
bottom: -8px;
left: 0;
}
.single-product .related.products .products::before {
display: none;
}
.single-product #review_form #respond #reply-title {
}
.single-product #review_form #respond .comment-form {
margin-top: 20px;
}
.single-product #review_form #respond .comment-form p.comment-notes {
margin-bottom: 30px !important;
}
.single-product #review_form #respond .comment-form .comment-form-rating label {
display: inline-block;
margin-bottom: 9px;
font-weight: 400;
}
.single-product #review_form #respond .comment-form .comment-form-comment label, .single-product #review_form #respond .comment-form .comment-form-email label, .single-product #review_form #respond .comment-form .comment-form-author label {
display: none;
}
.single-product #review_form #respond .comment-form .comment-form-comment input, .single-product #review_form #respond .comment-form .comment-form-comment textarea, .single-product #review_form #respond .comment-form .comment-form-email input, .single-product #review_form #respond .comment-form .comment-form-email textarea, .single-product #review_form #respond .comment-form .comment-form-author input, .single-product #review_form #respond .comment-form .comment-form-author textarea {
background-color: #fcfcfc;
border: 0;
width: 100%;
padding: 20px 30px;
}
.single-product #review_form #respond .comment-form .comment-form-author {
width: 50%;
float: left;
padding-right: 26px;
margin-bottom: 13px;
}
@media (max-width: 767px) {
.single-product #review_form #respond .comment-form .comment-form-author {
float: unset;
width: 100%;
padding-right: 0;
}
}
@media (max-width: 767px) {
.single-product #review_form #respond .comment-form {
float: unset;
width: 100%;
padding-right: 0;
}
}
.single-product #review_form #respond .comment-form .comment-form-email {
width: 50%;
padding-left: 26px;
float: right;
margin-bottom: 13px;
}
@media (max-width: 767px) {
.single-product #review_form #respond .comment-form .comment-form-email {
float: unset;
width: 100%;
padding-left: 0;
}
}
.single-product #review_form #respond .comment-form .comment-form-comment textarea {
height: 171px !important;
}
.single-product #review_form #respond .comment-form .comment-form-cookies-consent {
margin: 15px 0;
}
.single-product #review_form #respond .comment-form .comment-form-cookies-consent label {
margin-left: 15px;
}
.single-product #review_form #respond .comment-form .form-submit {
margin: 25px 0 0;
}
.single-product #review_form #respond .comment-form .form-submit .submit {
background-color: var(--gbl-primary-color);
color: #ffffff;
padding: 15px 35px;
transition: 0.3s ease all;
border-radius: 4px;
font-weight: 500;
}
.single-product #review_form #respond .comment-form .form-submit .submit:hover {
background-color: var(--gbl-secondary-color);
color: #FFFFFF;
}
.single-product .reviews_tab {
margin-bottom: 0 !important;
}
.single-product .entry-summary .woocommerce-product-rating .star-rating {
font-size: .875em;
margin-top: 11px;
}
.single-product .entry-summary .woocommerce-product-rating .star-rating span::before {
color: var(--gbl-primary-color);
font-family: star;
}
.woocommerce-checkout li::before {
content: none !important;
}
.woocommerce-checkout .page-title {
font-size: 2.667em;
font-weight: 500;
line-height: 1.2;
}
.woocommerce-checkout .woocommerce-form-coupon-toggle .woocommerce-info {
font-size: 1em;
font-style: italic;
color: #58595B;
text-align: center;
border: 0;
background-color: unset;
}
.woocommerce-checkout .woocommerce-form-coupon-toggle .woocommerce-info::before {
content: none;
display: none;
}
.woocommerce-checkout .woocommerce-form-coupon-toggle .woocommerce-info a {
text-decoration: underline;
}
.woocommerce-checkout .woocommerce-form-coupon-toggle .woocommerce-info a:hover {
color: var(--gbl-secondary-color);
text-decoration: none;
}
.woocommerce-checkout form.checkout_coupon {
max-width: 800px;
margin-top: 0;
text-align: center;
border-radius: 0;
background: rgba(0, 0, 0, 0.02);
border-color: rgba(0, 0, 0, 0.05);
border: 1px solid #d3ced2;
padding: 20px;
margin: 2em auto;
}
.woocommerce-checkout form.checkout_coupon p {
margin-bottom: 0;
font-size: 0.83em;
}
.woocommerce-checkout form.checkout_coupon .form-row {
margin: 1.2em 0;
float: none;
display: inline-block;
}
.woocommerce-checkout form.checkout_coupon .form-row.form-row-first {
text-align: right;
width: 45%;
}
.woocommerce-checkout form.checkout_coupon .form-row.form-row-first input {
color: #666;
border: 1px solid #ccc;
border-radius: 3px;
padding: 12px;
height: 100%;
width: 100%;
height: 48px;
}
.woocommerce-checkout form.checkout_coupon .form-row.form-row-last {
text-align: left;
width: auto;
}
.woocommerce-checkout form.checkout_coupon .form-row.form-row-last button {
background-color: var(--gbl-primary-color);
color: #ffffff;
height: 48px;
font-weight: 600;
outline: 0;
text-transform: uppercase;
transition: 0.2s ease all;
}
.woocommerce-checkout form.checkout_coupon .form-row.form-row-last button:hover {
background-color: var(--gbl-secondary-color);
}
.woocommerce-checkout form.checkout_coupon .form-row .checkout-form-wrapper {
margin: 1.2em 0;
-webkit-box-pack: center;
-ms-flex-pack: center;
-webkit-justify-content: center;
-moz-justify-content: center;
justify-content: center;
}
.woocommerce-checkout .checkout.woocommerce-checkout #customer_details .col-1 h3 {
font-size: 1.667em;
line-height: 1.2;
font-weight: 500;
position: relative;
}
@media (max-width: 1440px) {
.woocommerce-checkout .checkout.woocommerce-checkout #customer_details .col-1 h3 {
font-size: 1.22em;
line-height: 1.250em;
}
}
@media (max-width: 1024px) {
.woocommerce-checkout .checkout.woocommerce-checkout #customer_details .col-1 h3 {
font-size: 1.222em;
}
}
@media (max-width: 767px) {
.woocommerce-checkout .checkout.woocommerce-checkout #customer_details .col-1 h3 {
font-size: 1.222em;
}
}
.woocommerce-checkout .checkout.woocommerce-checkout #customer_details .col-1 h3::after {
position: absolute;
content: "";
background-color: var(--gbl-primary-color);
height: 1.5px;
width: 63px;
left: 0;
bottom: -14px;
}
.woocommerce-checkout .checkout.woocommerce-checkout #customer_details .col-1 .woocommerce-billing-fields__field-wrapper .form-row {
margin-bottom: 20px;
}
.woocommerce-checkout .checkout.woocommerce-checkout #customer_details .col-1 .woocommerce-billing-fields__field-wrapper .form-row.form-row-first {
width: 50%;
padding-right: 10px;
}
.woocommerce-checkout .checkout.woocommerce-checkout #customer_details .col-1 .woocommerce-billing-fields__field-wrapper .form-row.form-row-last {
width: 50%;
padding-left: 20px;
}
.woocommerce-checkout .checkout.woocommerce-checkout #customer_details .col-1 .woocommerce-billing-fields__field-wrapper .form-row input {
width: 100%;
font-size: 0.833em;
padding: 14px 15px;
border: 0;
background-color: #f9f9f9;
color: #666;
border-radius: 3px;
}
.woocommerce-checkout .checkout.woocommerce-checkout #customer_details .col-1 .woocommerce-billing-fields__field-wrapper .form-row .select2-container--default .select2-selection--single {
background-color: #f9f9f9;
border: 0;
}
.woocommerce-checkout .checkout.woocommerce-checkout #customer_details .col-1 .woocommerce-billing-fields__field-wrapper .form-row .select2-container--default .select2-selection--single .select2-selection__rendered {
line-height: 35px;    
}
.woocommerce-checkout .checkout.woocommerce-checkout #customer_details .col-2 .woocommerce-additional-fields .form-row .woocommerce-input-wrapper #order_comments {
height: 125px;
width: 100%;
font-size: 0.833em;
padding: 14px 15px;
border: 0;
background-color: #f9f9f9;
color: #666;
border-radius: 3px;
}
.woocommerce-checkout #order_review_heading {
font-size: 1.667em;
line-height: 1.2;
font-weight: 500;
position: relative;
}
@media (max-width: 1440px) {
.woocommerce-checkout #order_review_heading {
font-size: 1.22em;
line-height: 1.250em;
}
}
@media (max-width: 1024px) {
.woocommerce-checkout #order_review_heading {
font-size: 1.222em;
}
}
@media (max-width: 767px) {
.woocommerce-checkout #order_review_heading {
font-size: 1.222em;
}
}
.woocommerce-checkout #order_review_heading:after {
position: absolute;
content: "";
background-color: var(--gbl-primary-color);
height: 1.5px;
width: 63px;
left: 0;
bottom: -14px;
}
.woocommerce-checkout .woocommerce-checkout-review-order table {
border: 0;
}
.woocommerce-checkout .woocommerce-checkout-review-order table tr, .woocommerce-checkout .woocommerce-checkout-review-order table tr.cart_item {
background-color: unset !important;
border-bottom: 1px solid #d0d2d3;
}
.woocommerce-checkout .woocommerce-checkout-review-order table th {
font-size: 1.333em !important;
padding: 18px 16px !important;
}
.woocommerce-checkout .woocommerce-checkout-review-order table td {
padding: 26px 16px !important;
}
.woocommerce-checkout .woocommerce-checkout-review-order table thead .product-total {
text-align: right;
}
.woocommerce-checkout .woocommerce-checkout-review-order tbody .product-total {
text-align: right;
}
.woocommerce-checkout .woocommerce-checkout-review-order tbody .product-total span {
color: #58595B;
}
.woocommerce-checkout .woocommerce-checkout-review-order tfoot th {
border: 0;
font-weight: 500 !important;
}
.woocommerce-checkout .woocommerce-checkout-review-order tfoot td {
text-align: right;
color: #000000;
font-weight: 500 !important;
}
.woocommerce-checkout .woocommerce-checkout-review-order tfoot .woocommerce-Price-amount.amount {
text-align: right;
}
.woocommerce-checkout .woocommerce-checkout-review-order tfoot .order-total strong {
font-weight: 600;
font-size: 1.33em;
}
.woocommerce-checkout #payment.woocommerce-checkout-payment {
background: none;
}
.woocommerce-checkout #payment.woocommerce-checkout-payment .wc_payment_methods {
border: 0;
padding: 0;
}
.woocommerce-checkout #payment.woocommerce-checkout-payment .wc_payment_methods li {
border-top: 3px solid var(--gbl-primary-color);
padding: 20px;
}
.woocommerce-checkout #payment.woocommerce-checkout-payment .form-row.place-order {
padding: 1em 0;
}
.woocommerce-checkout #payment.woocommerce-checkout-payment .form-row.place-order p {
font-size: 1em;
line-height: 1.7778;
color: #58595B;
}
.woocommerce-checkout #payment.woocommerce-checkout-payment .form-row.place-order #place_order.button.alt {
float: left;
background-color: var(--gbl-primary-color);
font-weight: 500;
padding: 21px 28px;
border-radius: 15px;
transition: 0.3s ease all;
}
.woocommerce-checkout #payment.woocommerce-checkout-payment .form-row.place-order #place_order.button.alt:hover {
background-color: var(--gbl-secondary-color);
}
.woocommerce-cart #primary .site-main .shop_table {
border: 0;
}
.woocommerce-cart #primary .site-main .shop_table thead tr {
border-bottom: 1px solid #d0d2d3;
}
.woocommerce-cart #primary .site-main .shop_table thead tr th {
font-size: 1.33em;
padding: 12px 21px;
}
.woocommerce-cart #primary .site-main .shop_table tbody tr.cart_item {
background-color: unset;
border-bottom: 1px solid #d0d2d3;
}
.woocommerce-cart #primary .site-main .shop_table tbody tr.cart_item td {
font-size: 1em;
border: 0;
padding: 12px 21px;
}
@media (max-width: 1024px) {
.woocommerce-cart #primary .site-main .shop_table tbody tr.cart_item td {
padding: 14px 7px;
}
}
.woocommerce-cart #primary .site-main .shop_table tbody tr.cart_item .product-name a {
text-decoration: underline;
}
.woocommerce-cart #primary .site-main .shop_table tbody tr.cart_item .product-name a:hover {
text-decoration: none;
}
.woocommerce-cart #primary .site-main .shop_table tbody tr.cart_item .product-quantity .quantity .qty {
float: unset;
width: 132px;
text-align: center;
}
.woocommerce-cart #primary .site-main .shop_table tbody tr.cart_item .product-thumbnail img {
width: 60px;
height: 60px;
}
.woocommerce-cart #primary .site-main .shop_table tbody tr {
background-color: unset !important;
}
.woocommerce-cart #primary .site-main .shop_table tbody tr td {
padding: 18px 0;
background-color: unset;
}
.woocommerce-cart #primary .site-main .shop_table tbody .coupon #coupon_code {
font-size: 1em;
width: 203px;
padding: 14px;
color: #58595b;
border: 1px solid #929497;
border-radius: 15px;
margin-right: 15px;
}
@media (max-width: 767px) {
.woocommerce-cart #primary .site-main .shop_table tbody .coupon #coupon_code {
width: 160px;
}
}
@media (max-width: 767px) {
.woocommerce-cart #primary .site-main .shop_table tbody .coupon button {
padding: 20px 10px;
}
}
.woocommerce-cart #primary .site-main .shop_table tbody button {
background-color: var(--gbl-primary-color);
color: #ffffff;
border-radius: 15px;
padding: 20px 37px;
transition: 0.3s ease all;
}
.woocommerce-cart #primary .site-main .shop_table tbody button:hover {
background-color: var(--gbl-secondary-color);
}
.woocommerce-cart #primary .site-main .cart-collaterals {
margin-top: 40px;
}
.woocommerce-cart #primary .site-main .cart-collaterals .cart_totals {
float: unset;
width: 100%;
}
.woocommerce-cart #primary .site-main .cart-collaterals h2 {
font-size: 1.667em;
line-height: 1.2;
font-weight: 500;
position: relative;
}
.woocommerce-cart #primary .site-main .cart-collaterals h2::after {
position: absolute;
content: "";
background-color: var(--gbl-primary-color);
height: 1.5px;
width: 63px;
left: 0;
bottom: -14px;
}
.woocommerce-cart #primary .site-main .cart-collaterals .wc-proceed-to-checkout .button {
display: inline-block;
font-size: 1em;
background-color: var(--gbl-primary-color);
font-weight: 600;
border-radius: 15px;
padding: 1em 2.2em;
}
.woocommerce-cart #primary .site-main .cart-collaterals table tbody tr {
background-color: unset;
border-bottom: 1px solid #d0d2d3;
}
.woocommerce-cart #primary .site-main .cart-collaterals table tbody tr th {
font-size: 1.333em;
font-weight: 500;
vertical-align: middle;
border: 0 !important;
}
.woocommerce-cart #primary .site-main .cart-collaterals table tbody tr td {
text-align: right;
background-color: unset;
}
.woocommerce-cart #primary .site-main .cart-collaterals table tbody tr .cart-subtotal .woocommerce-Price-amount.amount {
font-size: 1em;
opacity: 1;
font-weight: 500;
color: #58595b;
}
.woocommerce-cart #primary .site-main .cart-collaterals table tbody .order-total th {
padding-top: 18px;
padding-bottom: 18px;
}
.woocommerce-cart #primary .site-main .cart-collaterals table tbody .order-total .woocommerce-Price-amount.amount {
font-size: 1em;
font-weight: 500;
}
.woocommerce .woocommerce-ordering select {
background-color: #d8d8d81a;
}
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button {
padding: .618em 1em;
} .archive .page-header .breadcrumb-wrapper .container {
padding: 0px;
}
.archive .page-header .page-title span {
font-size: inherit;
}
.archive .page-header .breadcrumb-wrapper {
margin-top: 27px;
}
.breadcrumb-wrapper .page-header {
margin: 15px 0 15px;
}
.archive .page-header .page-title {
font-size: 2.667em;
font-weight: 600;
line-height: 1.2;
}
@media (max-width: 1440px) {
.archive .page-header .page-title {
font-size: 2.000em;
}
}
@media (max-width: 1024px) {
.archive .page-header .page-title {
font-size: 1.778em;
}
}
@media (max-width: 767px) {
.archive .page-header .page-title {
font-size: 1.778em;
}
}
.archive article {
margin-bottom: 0;
}
.archive article .post-thumbnail img, .archive article .post-thumbnail svg {
width: 100%;
border-radius: 1px;
}
.archive article .content-wrap {
padding: 30px;
}
.archive article .content-wrap .entry-title a:hover {
color: var(--gbl-primary-color);
}
.archive article .entry-meta {
margin-top: 10px;
margin-left: 5px;
font-size: 15px;
}
.archive article .entry-meta .category a {
margin-left: 5px;
font-size: 15px;
}
.archive article .entry-details {
padding: 25px 31px;
}
@media (max-width: 1440px) {
.archive article .entry-details {
padding: 15px 15px;
}
}
@media (max-width: 767px) {
.archive article .entry-details {
padding: 18px 11px;
}
}
.archive article .entry-details h3 {
font-size: 1.333em;
font-weight: 600;
letter-spacing: -0.5px;
}
.archive article .entry-details h3 a:hover {
color: var(--gbl-primary-color);
}
.archive.full-width article {
margin-bottom: 0;
}
.archive.full-width .author-section {
grid-column: 1/4 span;
}
.archive.full-width .content-wrap-main {
display: grid;
grid-template-columns: repeat(3, 1fr);
grid-column-gap: 46px;
grid-row-gap: 26px;
}
@media (max-width: 1024px) {
.archive.full-width .content-wrap-main {
grid-template-columns: repeat(2, 1fr);
}
}
@media (max-width: 767px) {
.archive.full-width .content-wrap-main {
grid-template-columns: 1fr;
grid-row-gap: 15px;
}
}
.archive.rightsidebar .content-wrap-main {
-webkit-flex-wrap: wrap;
-moz-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
grid-column-gap: 50px;
grid-row-gap: 26px;
}
.archive.rightsidebar .content-wrap-main .content-wrap {
max-width: 389px;
margin: auto;
padding: 30px 0;
}
.archive.rightsidebar .content-wrap-main article {
width: calc(50% - 25px);
margin-bottom: 0;
}
.content-wrap-main article {
border: 1px solid #efefef;
}
.blog .content-wrap-main article .entry-header {
padding-left: 15px;
}
.archive .content-wrap-main article, .layout-grid .content-wrap-main article {
border: 1px solid #efefef;
}
@media (max-width: 767px) {
.archive.rightsidebar .content-wrap-main article {
width: 100%;
}
}
.archive #load-more {
text-align: center;
}
.archive.masonary .site-main {
display: block;
}
.archive.masonary .site-main .content-wrap-main {
-webkit-flex-wrap: wrap;
-moz-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
margin: 40px -25px;
}
.archive.masonary .site-main article {
width: calc(50% - 50px);
margin: 0 25px 15px;
}
.author-section {
margin-bottom: 48px;
}
.author-section .author-title {
position: relative;
font-size: 1.667em;
line-height: 1.25555;
color: #000000;
font-weight: 500;
margin-bottom: 39px;
}
@media (max-width: 1440px) {
.author-section .author-title {
font-size: 1.333em;
margin-bottom: 30px;
line-height: 1.3;
}
}
.author-section .author-title::after {
position: absolute;
content: "";
background-color: var(--gbl-primary-color);
width: 63px;
height: 1.5px;
bottom: -8px;
left: 0;
}
.author-section .author-wrapper {
-webkit-box-align: baseline;
-ms-flex-align: baseline;
-webkit-align-items: baseline;
-moz-align-items: baseline;
align-items: baseline;
}
@media (max-width: 767px) {
.author-section .author-wrapper {
-webkit-box-direction: normal;
-webkit-box-orient: vertical;
-webkit-flex-direction: column;
-moz-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
}
}
.author-section .author-wrapper .author-img {
margin: 0;
width: 95px;
height: 98px;
border-radius: 50%;
overflow: hidden;
}
.author-section .author-wrapper .author-wrap {
padding-left: 25px;
-webkit-box-flex: 1;
-webkit-flex: 1;
-moz-box-flex: 1;
-moz-flex: 1;
-ms-flex: 1;
flex: 1;
-webkit-box-align: center;
-ms-flex-align: center;
-webkit-align-items: center;
-moz-align-items: center;
align-items: center;
}
@media (max-width: 767px) {
.author-section .author-wrapper .author-wrap {
padding-left: 0;
}
}
.author-section .author-wrapper .author-wrap .author-name {
font-size: 1.333em;
line-height: 1.217899;
font-weight: 500;
padding-bottom: 20px;
}
.author-section .author-wrapper .author-wrap .author-content {
color: #58595B;
font-weight: 400;
font-size: 0.889em;
}
.author-section .author-wrapper .author-wrap .author-content p {
line-height: 1.75;
margin-bottom: 20px;
}
.author-section .author-wrapper .author-wrap .author-social ul {
-webkit-box-align: center;
-ms-flex-align: center;
-webkit-align-items: center;
-moz-align-items: center;
align-items: center;
margin: 0;
}
.author-section .author-wrapper .author-wrap .author-social ul li {
margin: 0 5px;
}
.author-section .author-wrapper .author-wrap .author-social ul li a {
transition: 0.2s ease all;
}
.author-section .author-wrapper .author-wrap .author-social ul li a:hover path {
fill: var(--gbl-primary-color);
}
.author .page-header .page-title span {
font-size: inherit;
}
.author .page-header .container {
padding: 0 15px;
}
.author article .post-thumbnail img, .author article .post-thumbnail svg {
width: 100%;
border-radius: 15px;
}
.author article .content-wrap {
padding: 30px;
}
.author article .content-wrap .entry-title a:hover {
color: var(--gbl-primary-color);
}
.author article .entry-meta {
position: absolute;
margin-top: -55px;
margin-left: 25px;
}
.author article .entry-details {
padding: 25px 31px;
}
@media (max-width: 1440px) {
.author article .entry-details {
padding: 15px;
}
}
@media (max-width: 767px) {
.author article .entry-details {
padding: 18px 11px;
}
}
.author article .entry-details h3 {
font-size: 1.667em;
font-weight: 500;
letter-spacing: -0.5px;
}
@media (max-width: 1440px) {
.author article .entry-details h3 {
font-size: 1.22em;
line-height: 1.250em;
}
}
@media (max-width: 1024px) {
.author article .entry-details h3 {
font-size: 1.222em;
}
}
.author article .entry-details h3 a:hover {
color: var(--gbl-primary-color);
}
.author #load-more {
text-align: center;
}
.author.masonary .site-main {
display: block;
}
.author.masonary .site-main .content-wrap-main {
-webkit-flex-wrap: wrap;
-moz-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
margin: 40px -25px;
}
.author.masonary .site-main article {
width: calc(50% - 50px);
margin: 0 25px 15px;
}
.author.rightsidebar .content-wrap-main {
-webkit-flex-wrap: wrap;
-moz-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
grid-column-gap: 50px;
grid-row-gap: 26px;
margin-bottom: 40px;
}
.author.rightsidebar .content-wrap-main .content-wrap {
max-width: 389px;
margin: auto;
padding: 30px 0;
}
.author.rightsidebar .content-wrap-main article {
width: calc(50% - 25px);
margin-bottom: 0;
}
@media (max-width: 767px) {
.author.rightsidebar .content-wrap-main article {
width: 100%;
}
}
.author.full-width article {
margin-bottom: 0;
}
.author.full-width .author-section {
grid-column: 1/4 span;
}
.author.full-width .content-wrap-main {
display: grid;
grid-template-columns: repeat(3, 1fr);
grid-column-gap: 46px;
grid-row-gap: 26px;
}
@media (max-width: 1024px) {
.author.full-width .content-wrap-main {
grid-template-columns: repeat(2, 1fr);
}
}
@media (max-width: 767px) {
.author.full-width .content-wrap-main {
grid-template-columns: 1fr;
grid-row-gap: 15px;
}
}
.search.search-results .page-header {
font-size: 1em;
color: #000000;
margin: 22px 0 34px;
}
.search.search-results .page-header .breadcrumb-wrapper {
margin-bottom: 0;
}
.search.search-results .page-header .breadcrumb-wrapper .container {
padding: 0;
}
.search .page-header .breadcrumb-wrapper {
margin-top: 27px;
}
.search .page-header .page-title {
font-size: 2.667em;
font-weight: 500;
line-height: 1.2;
}
.search article .post-thumbnail img, .search article .post-thumbnail svg {
width: 100%;
object-fit: cover;
}
.search article .content-wrap {
padding: 15px 15px;
}
@media (max-width: 1440px) {
.search article .content-wrap {
padding: 15px;
}
}
@media (max-width: 767px) {
.search article .content-wrap {
padding: 15px;
}
}
.search article .content-wrap .entry-title {
font-weight: 600;
}
.search article .content-wrap .entry-title a:hover {
color: var(--gbl-primary-color);
}
.search article .entry-meta {
position: absolute;
margin-top: -65px;
}
.search article .entry-details {
font-size: 1em;
}
.search article .entry-details .entry-content {
margin: 0;
}
.search article .entry-details p {
margin-bottom: 19px;
}
.search article .entry-details .author-details, .search article .entry-details .author-name {
border-color: #929497;
}
.search article .entry-details .date, .search article .entry-details .comments {
border-color: #929497;
}
.search article .entry-details .date a, .search article .entry-details .comments a {
color: #929497;
}
.search article .entry-details .date a:hover, .search article .entry-details .comments a:hover {
color: var(--gbl-primary-color);
}
.search.full-width .content-wrap-main {
display: grid;
grid-template-columns: repeat(3, 1fr);
grid-column-gap: 48px;
grid-row-gap: 22px;
}
@media (max-width: 1024px) {
.search.full-width .content-wrap-main {
grid-template-columns: repeat(2, 1fr);
}
}
@media (max-width: 767px) {
.search.full-width .content-wrap-main {
grid-template-columns: 1fr;
}
}
.search #load-more {
text-align: center;
}
.search.masonary .site-main {
display: block;
}
.search.masonary .site-main .content-wrap-main {
-webkit-flex-wrap: wrap;
-moz-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
margin: 40px -25px;
}
.search.masonary .site-main article {
width: calc(50% - 50px);
margin: 0 25px 15px;
}
.search.search-no-results .breadcrumb-wrapper .container {
padding: 0;
}
.search.search-no-results #load-more {
display: none;
}
.search.search-no-results .page-header {
margin: 11px 0 20px;
}
.search.search-no-results .page-content {
margin: 0;
}
.search.search-no-results h1 {
color: #000000;
}
.search.search-no-results .content-wrap-main {
text-align: center;
display: block;
}
.search.search-no-results .search-form {
-webkit-box-align: center;
-ms-flex-align: center;
-webkit-align-items: center;
-moz-align-items: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
-webkit-justify-content: center;
-moz-justify-content: center;
justify-content: center;
}
.search.search-no-results .search-form label {
width: 37%;
}
@media (max-width: 1024px) {
.search.search-no-results .search-form label {
width: 60%;
}
}
@media (max-width: 767px) {
.search.search-no-results .search-form label {
width: 100%;
}
}
.search.search-no-results .search-form input[type="search"] {
color: #666;
border: 1px solid #ccc;
border-radius: 3px;
height: 70px;
width: 100%;
padding: 15px;
}
.search.search-no-results .search-form input[type="submit"] {
background-color: var(--gbl-primary-color);
height: 70px;
width: 70px;
padding: 0;
cursor: pointer;
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 18 18'%3E%3Cpath id='Path_24900' data-name='Path 24900' d='M11.572,19.163a7.532,7.532,0,0,0,4.676-1.624L20.709,22,22,20.709l-4.461-4.461a7.57,7.57,0,1,0-5.967,2.915Zm0-13.363A5.782,5.782,0,1,1,5.8,11.572,5.782,5.782,0,0,1,11.572,5.8Z' transform='translate(-4 -4)' fill='%23fff'/%3E%3C/svg%3E%0A");
background-repeat: no-repeat;
background-position: center;
font-size: 0;
}
.search.search-no-results.rightsidebar .site-main .content-wrap-main {
display: block;
text-align: left;
}
.search.search-no-results.rightsidebar .site-main .content-wrap-main .search-form {
-webkit-box-pack: start;
-ms-flex-pack: start;
-webkit-justify-content: flex-start;
-moz-justify-content: flex-start;
justify-content: flex-start;
}
.search.search-no-results.rightsidebar .site-main .content-wrap-main .search-form label {
width: 80%;
}
.search.rightsidebar .site-main .content-wrap-main {
display: grid;
grid-template-columns: repeat(2, 1fr);
grid-gap: 30px;
}
@media (max-width: 767px) {
.search.rightsidebar .site-main .content-wrap-main {
grid-template-columns: 1fr;
grid-gap: 0;
}
}
.blog.full-width .content-wrap-main {
display: grid;
grid-template-columns: repeat(3, 1fr);
}
@media (max-width: 1024px) {
.blog.full-width .content-wrap-main {
grid-template-columns: repeat(2, 1fr);
}
}
@media (max-width: 767px) {
.blog.full-width .content-wrap-main {
grid-template-columns: 1fr;
}
}
.blog .content-wrap-main {
display: grid;
grid-template-columns: repeat(2, 1fr);
grid-gap: 30px;
}
@media (max-width: 767px) {
.blog .content-wrap-main {
grid-template-columns: 1fr;
grid-row-gap: 10px;
}
}
.blog .content-wrap-main .post-thumbnail {
margin-bottom: 15px;
}
.blog .content-wrap-main .post-thumbnail img {
border-radius: 3px;
}
.blog .content-wrap-main .entry-header .entry-meta {
margin: 10px 0;
}
.blog .content-wrap-main .entry-title {
margin: 10px 0;
}
.blog #load-more {
text-align: center;
}
.blog .content-wrap-main .post-thumbnail svg {
border-radius: 3px;
}
.single-post .content-area .site-main .post-image .post-thumbnail {
margin-bottom: 20px;
}
.single-post .content-area .site-main .post-image .entry-header {
margin: 20px 0;
}
.single-post .content-area .site-main .post-image .entry-header .category a {
font-size: 0.778em;
background-color: var(--gbl-primary-color);
color: #ffffff;
padding: 3px 5px;
border-radius: 5px;
margin: 5px;
}
.single-post .content-area .site-main .post-image .entry-header .entry-title {
margin: 25px auto;
line-height: 1.25em;
border-radius: 5px;
}
.single-post .content-area .site-main .post-image .entry-header .entry-title span {
position: relative;
border-radius: 5px;
padding: 5px 0;
color: var(--text-color);
background: #ffffff;
box-shadow: 10px 0 0 #ffffff, -10px 0 0 #ffffff;
}
.single-post .content-area .site-main .post-image .entry-header .auth-details .date {
display: inline-block;
padding-left: 14px;
border-left: 1px solid var(--text-color);
}
.single-post .content-area .site-main .post-image .entry-header .auth-details .author-name {
border-right: 0;
padding-right: 0;
}
@media (max-width: 767px) {
.single-post .content-area .site-main .post-image .entry-header .auth-details .author-name {
border: 0;
}
}
.single-post .content-area .site-main .post-image .entry-header .auth-details .comments {
-webkit-box-align: center;
-ms-flex-align: center;
-webkit-align-items: center;
-moz-align-items: center;
align-items: center;
padding-right: 9px;
}
.single-post .content-area .site-main .post-image .entry-header .auth-details .time {
color: var(--text-color);
padding-left: 14px;
border-left: 1px solid var(--text-color);
}
.single-post .content-area .site-main .post-image .entry-header .auth-details .time span {
color: #000000;
background-color: #ffffff;
font-size: 0.648em;
width: 12px;
height: 12px;
text-align: center;
line-height: 14px;
border-radius: 50%;
display: block;
margin-right: 3px;
}
.single-post .content-area .site-main .content-wrap {
-webkit-flex-wrap: wrap;
-moz-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
position: relative;
margin: 50px 0 0;
}
@media (max-width: 767px) {
.single-post .content-area .site-main .content-wrap {
display: block;
margin: 0;
}
}
.single-post .content-area .site-main .content-wrap .entry-content {
margin: 0;
}
@media (max-width: 767px) {
.single-post .content-area .site-main .content-wrap .entry-content {
width: 100%;
}
}
.single-post .content-area .site-main .content-wrap .entry-content a {
text-decoration: underline;
color: var(--gbl-secondary-color);
}
.single-post .content-area .site-main .content-wrap .entry-content a:hover {
text-decoration: none;
}
.single-post .content-area .site-main .content-wrap .entry-content p {
font-weight: 400;
line-height: 1.7778;
color: #58595B;
margin-bottom: 35px;
}
.single-post .content-area .site-main .content-wrap .entry-content .wp-caption {
margin-top: 10px;
margin-bottom: 30px;
}
.single-post .content-area .site-main .content-wrap .entry-content .wp-block-table figcaption {
text-align: center;
}
.single-post .content-area .site-main .content-wrap .entry-content blockquote {
margin: 0 0 45px;
}
.single-post .content-area .site-main .content-wrap .entry-content blockquote p {
margin: 0;
}
.single-post .content-area .site-main .content-wrap .entry-content h1 {
margin: 0.67em 0;
}
.single-post .content-area .site-main .content-wrap .entry-content h2, .single-post .content-area .site-main .content-wrap .entry-content h3, .single-post .content-area .site-main .content-wrap .entry-content h4 {
margin: 0.67em 0;
}
.single-post .content-area .site-main .content-wrap .entry-content h5, .single-post .content-area .site-main .content-wrap .entry-content h6 {
margin: 1em 0;
}
.single-post .content-area .site-main .entry-footer {
margin-top: 40px;
margin-bottom: 40px;
}
.single-post .content-area .site-main .entry-footer .tags-title {
font-size: 0.888889em;
text-transform: uppercase;
margin-right: 10px;
}
.single-post .content-area .site-main .entry-footer a {
font-size: 0.778em;
padding: 3px 5px;
border-radius: 5px;
background-color: var(--gbl-primary-color);
color: #fff;
}
.single-post .content-area .site-main .entry-footer a:hover,
.single-post .content-area .site-main .entry-footer a:focus {
background-color: var(--gbl-secondary-color);}
.page {
}
.page .page-header {
margin: 22px 0 39px;
}
.page .page-grid {
margin-top: 35px;
margin-bottom: 35px;
}
.page .site-main .entry-content {
margin: 0;
}
.page .site-main .entry-title {
font-size: 2.35em;
font-weight: 500;
line-height: 1.2;
margin-top: 0;
}
@media (max-width: 1440px) {
.page .site-main .entry-title {
font-size: 2.3em;
}
}
@media (max-width: 1024px) {
.page .site-main .entry-title {
font-size: 1.778em;
}
}
@media (max-width: 767px) {
.page .site-main .entry-title {
font-size: 1.778em;
}
}
.page .site-main ul {
padding-left: 15px;
}
.page .site-main h1, .page .site-main h2, .page .site-main h3, .page .site-main h4, .page .site-main h5, .page .site-main h6 {
margin: 18px 0 24px 0;
}
.page .site-main h6 {
font-size: 14px;
}
.page .site-main h5 {
font-size: 16px;
}
.page .site-main p {
margin-bottom: 30px;
}
.page .site-main blockquote {
margin: 40px 0 43px;
}
.page .site-main .wp-block-gallery .blocks-gallery-grid {
padding-left: 0;
}
.page .site-main .wp-block-gallery .blocks-gallery-grid li {
margin: 0;
}
.page .site-main .wp-block-gallery .blocks-gallery-grid li::before {
content: none;
}
.page .site-main .post-thumbnail {
margin-bottom: 40px;
}
.error404 .page-header {
margin: 28px 0 27px !important;
}
.error404 .not-found {
max-width: 800px;
margin: 0 auto;
}
.error404 .not-found .page-header {
text-align: center;
color: #231f20;
}
.error404 .not-found .page-header h2 {
font-size: 5.556em;
line-height: 1.2;
font-weight: 600;
}
@media (max-width: 1024px) {
.error404 .not-found .page-header h2 {
font-size: 4.23em;
}
}
@media (max-width: 767px) {
.error404 .not-found .page-header h2 {
font-size: 2.23em;
}
}
.error404 .not-found .page-header h2 span {
font-size: 1em;
display: block;
}
.error404 .not-found .page-header .subtitle {
max-width: 500px;
padding-top: 70px;
margin: auto;
font-weight: 400;
color: #58595b;
}
.error404 .not-found .page-header .subtitle p {
margin-bottom: 0;
}
.error404 .not-found .error404-search {
max-width: 549px;
margin: auto;
margin-top: 45px;
}
.error404 .not-found .error404-search .search-form {
-webkit-box-flex: 1;
-webkit-flex: 1;
-moz-box-flex: 1;
-moz-flex: 1;
-ms-flex: 1;
flex: 1;
width: 100%;
}
.error404 .not-found .error404-search .search-form label {
width: calc(100% - 70px);
}
.error404 .not-found .error404-search .search-form input[type="search"] {
background: #eeeeee;
font-family: "Montserrat", sans-serif;
padding: 19px 34px;
height: 100%;
font-size: 1em;
border: 0;
width: 100%;
border-top-left-radius: 18px;
border-bottom-left-radius: 18px;
}
.error404 .not-found .error404-search .search-form input[type="submit"] {
font-size: 0;
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='30.841' height='28.288' viewBox='0 0 30.841 28.288'%3E%3Cg id='Searvh' transform='translate(-1085.637 -607.58)'%3E%3Ccircle id='Ellipse_11' data-name='Ellipse 11' cx='11.198' cy='11.198' r='11.198' transform='translate(1087.137 609.08)' fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3'/%3E%3Cline id='Line_13' data-name='Line 13' x2='7.245' y2='5.479' transform='translate(1107.132 628.288)' fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3'/%3E%3C/g%3E%3C/svg%3E%0A");
background-repeat: no-repeat;
background-size: contain;
background-position: center;
background-size: 27px;
background-color: var(--gbl-primary-color);
height: 70px;
width: 70px;
border-top-right-radius: 18px;
border-bottom-right-radius: 18px;
}
.error404 .additional-post {
border: 0;
margin-top: 97px;
padding-top: 0;
}
@media (max-width: 767px) {
.error404 .additional-post {
margin-top: 60px;
}
}
.error404 .additional-post .post {
width: calc(33.333333% - 51px);
}
@media (max-width: 1024px) {
.error404 .additional-post .post {
width: calc(50% - 51px);
}
}
@media (max-width: 767px) {
.error404 .additional-post .post {
width: 100%;
}
}
@media (max-width: 1024px) {
.error404 .additional-post .post .entry-header {
padding: 10px;
}
}
.error404 .additional-post .post .entry-header .entry-details {
margin: 10px 0;
}
@media (max-width: 767px) {
.error404 .additional-post .post .entry-header .entry-meta {
top: 60%;
}
}
.error404 .additional-post .post .author-desc {
margin-top: 0;
grid-row-gap: 10px;
}
.error404 .additional-post .post .author-desc .date, .error404 .additional-post .post .author-desc .comments {
margin-top: 0;
margin-bottom: 0;
}
.error404 .additional-post .post .author-desc .author-details {
margin-top: 0;
}
.error404 .fallback-svg {
border-radius: 10px;
}
.error404 .post-thumbnail img {
border-radius: 10px;
} .site-header .top-wrapper {
-webkit-box-align: center;
-ms-flex-align: center;
-webkit-align-items: center;
-moz-align-items: center;
align-items: center;
display: -webkit-box;
display: -webkit-flex;
display: -moz-flex;
display: -ms-flexbox;
display: flex;
}
.site-header .top-wrapper ul, .site-header .top-wrapper ol {
list-style: none;
margin: 0;
padding: 0;
padding-right: 0px;
}
.site-header .top-wrapper .social-wrap {
-webkit-box-align: center;
-ms-flex-align: center;
-webkit-align-items: center;
-moz-align-items: center;
align-items: center;
-webkit-flex-wrap: wrap;
-moz-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
flex: 1;
}
.site-header .top-wrapper .social-wrap .social-right {
-webkit-box-flex: 1;
-webkit-flex: 1;
-moz-box-flex: 1;
-moz-flex: 1;
-ms-flex: 1;
flex: 1;
-webkit-flex-wrap: wrap;
-moz-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-pack: end;
-ms-flex-pack: end;
-webkit-justify-content: flex-end;
-moz-justify-content: flex-end;
justify-content: flex-end;
display: grid;
} .woocommerce-bar {
padding-top: 5px;
padding-bottom: 5px;
border-top: 1px solid rgba(208, 210, 211, 0.5);
background-color:var(--woo-bar-bg-color);
}
.hide-woo-search-cat .woocommerce-bar input.header-search-input {
width: 100%;
}
.hide-woo-search-cat .woocommerce-bar select.header-search-select {
display: none;
}
.hide-woo-cat-list .woocommerce-bar .produt-category-navigation {
display: none;
}
.woocommerce-bar .container {
display: flex;  
justify-content: space-around;
-webkit-box-align: center;
-ms-flex-align: center;
-webkit-align-items: center;
-moz-align-items: center;
align-items: center;
}
.categories-menu-first {
padding: 10px 20px 10px;
color: var(--woo-bar-color);
border-top-left-radius: 12px;
border-top-right-radius: 12px;    
}
.categories-menu-first svg {
fill: var(--woo-bar-color);
margin-right: 10px;
}
.produt-category-navigation li a {
border-bottom: 0;
vertical-align: middle;
display: inline-block;
font-weight: 700;
font-size: 15px;
max-height: 50px;
width: 100%;
}
.produt-category-navigation ol, 
.produt-category-navigation ul {    
margin: 0px;
}
.categories-dropdown-menu {
display: none;
position: absolute;
background-color: white;
min-width: 225px;
z-index: 9999;
border-radius: 0 0 4px 4px;
-webkit-box-shadow: 1px 5px 15px 5px #C6BDBD; 
box-shadow: 1px 5px 15px 5px #C6BDBD;
background-color: var(--gbl-background-color) ;
}
.categories-dropdown-menu li a {
padding: 8px 15px;
}
.categories-menu-item:hover .categories-dropdown-menu {
display: block;
color: red;
}
.categories-dropdown-menu li a:hover, 
.categories-dropdown-menu li a:active {
color: var(--gbl-primary-color);
} .product-search-form {
position: relative;
border-radius: 0;
height: 41px;
background-color: #fff;
padding-right: 52px;
float: left;
margin-left: 15px;
width: 50%;
border-radius: 24px;
border: 1px solid #f3f1f1;
}
input.header-search-input {
width: 60%;
display: inline-block;
border: none;
float: left;
height: 41px;
border-radius: 0;
right: 0;
position: relative;
background-color: transparent;
padding-left: 15px;
border-radius: 0;
font-size: 16px;
font-weight: 400;
}
select.header-search-select {
width: 40%;
display: inline-block;
border: none;
float: left;
height: 38px;
background-color: #fff;
border-left: 1px solid #ececec;
font-size: 16px;
}
button.header-search-button {
border: none;
color: inherit;
position: absolute;
right: -1px;
padding: 0 12px;
font-size: 22px;
line-height: 48px;
background-color: var(--gbl-primary-color);
top: 0;
height: 41px;
border-radius: 0;
width: 50px;
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 18 18'%3E%3Cpath id='Path_24900' data-name='Path 24900' d='M11.572,19.163a7.532,7.532,0,0,0,4.676-1.624L20.709,22,22,20.709l-4.461-4.461a7.57,7.57,0,1,0-5.967,2.915Zm0-13.363A5.782,5.782,0,1,1,5.8,11.572,5.782,5.782,0,0,1,11.572,5.8Z' transform='translate(-4 -4)' fill='%23fff'/%3E%3C/svg%3E%0A");
background-repeat: no-repeat;
background-position: center;
border-top-right-radius: 24px;
border-bottom-right-radius: 24px;
opacity: 0.8;
} .woocommerce-bar-icons {
position: relative;
display: inline-block;
left: auto;
padding: 0px;
margin-right: 5px;
}
.header-cart, 
.header-my-account, 
.header-wishlist, 
.header-compare {
float: right;
display: block;
}
.header-woo-icon-container a svg {
vertical-align: bottom;
fill: var(--woo-bar-color);
}
a.cart-contents i, 
.header-my-account a, 
.header-wishlist a, 
.header-compare a, 
.header-search a {
font-size: 18px;
line-height: 26px;
position: relative;
}
.fa-user-circle-o::before {
content: "\f2be";
}
ul.site-header-cart {
opacity: 0;
display: none;
position: absolute;
z-index: 50;
}
.amount-cart {
color: #fff;
background:#4c4c4c;
position: relative;
font-size: 11px;
padding: 1px 5px;
border-radius: 3px;
margin-left: 10px;
bottom: 3px;
font-weight: 700;
display: inline-block;
line-height: 1.5;
}
.amount-cart:before {
position: absolute;
content: '';
width: 0;
height: 0;
border-bottom: 5px solid transparent;
border-top: 5px solid transparent;
border-right: 7px solid #4c4c4c;
top: calc(50% - 5px);
right: 100%;
}
.cart-contents span.count {
font-size: 10px;
padding: 0px;
color: #fff;
font-weight: 700;
background-color: #4c4c4c;
border-radius: 15px;
line-height: 18px;
margin: 0;
position: absolute;
bottom: -6px;
left: 14px;
font-style: initial;
height: 18px;
min-width: 18px;
text-align: center;
font-family: 'Montserrat', "Helvetica Neue", helvetica, arial, sans-serif;
border: 1px solid transparent;
}
ul.site-header-cart {
opacity: 0;
display: none;
position: absolute;
z-index: 50;
}
.woocommerce-cart ul.site-header-cart,
.woocommerce-checkout ul.site-header-cart {
display: none !important;
}
.header-cart-block:hover ul.site-header-cart, 
.product-added-to-cart .header-cart-block ul.site-header-cart {
display: block;
opacity: 1;
right: -10px;
min-width: 320px;
background-color: #fff;
color: #000;
border: 1px solid #e2e2e2;
border-radius: 5px;
padding: 10px;
z-index: 9999;
animation: showup 0.5s;
-webkit-box-shadow: 3px 3px 10px 0px rgba(0,0,0,0.18);
-moz-box-shadow: 3px 3px 10px 0px rgba(0,0,0,0.18);
box-shadow: 3px 3px 10px 0px rgba(0,0,0,0.18);
}
@media (max-width: 1024px) {
.woocommerce-bar .container {
display: inherit;
}
.produt-category-navigation {
display: none;
}
.product-search-form {
clear: both;
width: 100%;
margin-top: 8px;
margin-left: 0px;
}
.header-woo-icon-container {
clear: both;
text-align: center;
padding-top: 16px;
}
} .products  a.button.yith-wcqv-button {
background-color: var(--gbl-primary-color);
padding: 5px;
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 18 18'%3E%3Cpath id='Path_24900' data-name='Path 24900' d='M11.572,19.163a7.532,7.532,0,0,0,4.676-1.624L20.709,22,22,20.709l-4.461-4.461a7.57,7.57,0,1,0-5.967,2.915Zm0-13.363A5.782,5.782,0,1,1,5.8,11.572,5.782,5.782,0,0,1,11.572,5.8Z' transform='translate(-4 -4)' fill='%23fff'/%3E%3C/svg%3E%0A");
padding: 16px;
font-size: 0px;
background-position: center center;
background-repeat: no-repeat;
border-radius: 24px;
}
.woocommerce ul.products li.product {
text-align: center;
box-shadow: 0px 1px 15px 6px #ECECEC38;
margin-bottom: 20px;
}
.woocommerce ul.products li.product a.button.yith-wcqv-button:hover {
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 18 18'%3E%3Cpath id='Path_24900' data-name='Path 24900' d='M11.572,19.163a7.532,7.532,0,0,0,4.676-1.624L20.709,22,22,20.709l-4.461-4.461a7.57,7.57,0,1,0-5.967,2.915Zm0-13.363A5.782,5.782,0,1,1,5.8,11.572,5.782,5.782,0,0,1,11.572,5.8Z' transform='translate(-4 -4)' fill='%23fff'/%3E%3C/svg%3E%0A");
background-position: center center;
background-repeat: no-repeat;
background-color: #312E2EAD;
}
.woocommerce ul.products li.product .add_to_cart_button,
.woocommerce ul.products li.product .product_type_grouped,
.woocommerce ul.products li.product .product_type_external,
.woocommerce ul.products li.product .product_type_variable { 
background-color: var(--gbl-primary-color);
color: white;
font-size: 15px;
text-align: center;
font-weight: 600;
cursor: pointer;
transition: all 0.3s ease;
z-index: 100;
margin-bottom: 15px;
margin-top: 5px;
}
.woocommerce ul.products li.product:hover  .add_to_cart_button,
.woocommerce ul.products li.product:hover  .product_type_grouped,
.woocommerce ul.products li.product:hover  .product_type_external,
.woocommerce ul.products li.product:hover  .product_type_variable {
}
.products > .product .hover-area .compare.button {
margin: 0px;
padding: 16px;
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='21' fill='white' height='21' viewBox='0 0 24 24'%3E%3Cpath d='M23 12c0 1.042-.154 2.045-.425 3h-2.101c.335-.94.526-1.947.526-3 0-4.962-4.037-9-9-9-1.706 0-3.296.484-4.655 1.314l1.858 2.686h-6.994l2.152-7 1.849 2.673c1.684-1.049 3.659-1.673 5.79-1.673 6.074 0 11 4.925 11 11zm-6.354 7.692c-1.357.826-2.944 1.308-4.646 1.308-4.962 0-9-4.038-9-9 0-1.053.191-2.06.525-3h-2.1c-.271.955-.425 1.958-.425 3 0 6.075 4.925 11 11 11 2.127 0 4.099-.621 5.78-1.667l1.853 2.667 2.152-6.989h-6.994l1.855 2.681z'/%3E%3C/svg%3E");
font-size: 0px;
background-position: center center;
background-repeat: no-repeat;
border-radius: 24px;
background-color: var(--gbl-primary-color);
color: white;  
}
.woocommerce ul.products li.product .hover-area .compare.button:hover {
background-color:  #312E2EAD;
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='21' fill='white' height='21' viewBox='0 0 24 24'%3E%3Cpath d='M23 12c0 1.042-.154 2.045-.425 3h-2.101c.335-.94.526-1.947.526-3 0-4.962-4.037-9-9-9-1.706 0-3.296.484-4.655 1.314l1.858 2.686h-6.994l2.152-7 1.849 2.673c1.684-1.049 3.659-1.673 5.79-1.673 6.074 0 11 4.925 11 11zm-6.354 7.692c-1.357.826-2.944 1.308-4.646 1.308-4.962 0-9-4.038-9-9 0-1.053.191-2.06.525-3h-2.1c-.271.955-.425 1.958-.425 3 0 6.075 4.925 11 11 11 2.127 0 4.099-.621 5.78-1.667l1.853 2.667 2.152-6.989h-6.994l1.855 2.681z'/%3E%3C/svg%3E");
font-size: 0px;
background-position: center center;
background-repeat: no-repeat;
}
.products > .product .hover-area .yith-wcwl-add-to-wishlist {
margin-top: 0px;
text-align: center;
margin-bottom: 2px;
}
.woocommerce ul.products li.product .hover-area .yith-wcwl-add-to-wishlist-button {
background-color:  var(--gbl-primary-color);
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='21' height='21' fill='white' viewBox='0 0 24 24'%3E%3Cpath d='M12 9.229c.234-1.12 1.547-6.229 5.382-6.229 2.22 0 4.618 1.551 4.618 5.003 0 3.907-3.627 8.47-10 12.629-6.373-4.159-10-8.722-10-12.629 0-3.484 2.369-5.005 4.577-5.005 3.923 0 5.145 5.126 5.423 6.231zm-12-1.226c0 4.068 3.06 9.481 12 14.997 8.94-5.516 12-10.929 12-14.997 0-7.962-9.648-9.028-12-3.737-2.338-5.262-12-4.27-12 3.737z'/%3E%3C/svg%3E");
font-size: 0px;
background-position: center center;
background-repeat: no-repeat;
width: 33px;
height: 33px;
border-radius: 30px;
}
.woocommerce ul.products li.product .hover-area .yith-add-to-wishlist-button-block {
margin: 0px auto;
}
.woocommerce ul.products li.product .hover-area .yith-wcwl-add-to-wishlist-button:hover {
background-color:   #312E2EAD;
}
.yith-wcwl-add-to-wishlist-button:not(.yith-wcwl-add-to-wishlist-button--themed-button) svg.yith-wcwl-add-to-wishlist-button-icon {
color: var(--gbl-primary-color);
}
.yith-wcwl-add-button .add_to_wishlist .yith-wcwl-icon::before {
content: '';
font-size: 0px;
}
.yith-wcwl-wishlistexistsbrowse .yith-wcwl-icon::before {
content: '';
font-size: 0px;
}
.woocommerce ul.products li.product a.add_to_wishlist {
background-color: var(--gbl-primary-color);
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='21' height='21' fill='white' viewBox='0 0 24 24'%3E%3Cpath d='M12 9.229c.234-1.12 1.547-6.229 5.382-6.229 2.22 0 4.618 1.551 4.618 5.003 0 3.907-3.627 8.47-10 12.629-6.373-4.159-10-8.722-10-12.629 0-3.484 2.369-5.005 4.577-5.005 3.923 0 5.145 5.126 5.423 6.231zm-12-1.226c0 4.068 3.06 9.481 12 14.997 8.94-5.516 12-10.929 12-14.997 0-7.962-9.648-9.028-12-3.737-2.338-5.262-12-4.27-12 3.737z'/%3E%3C/svg%3E");
background-position: center center;
background-repeat: no-repeat;
padding: 3px 0px;
border-radius: 50%;
}
.yith-wcwl-add-to-wishlist svg.yith-wcwl-icon-svg, .yith-wcwl-add-to-wishlist .add_to_wishlist img {
height: auto;
width: 27px !important;
fill: transparent !important;
}
.yith-wcwl-add-to-wishlist svg.yith-wcwl-icon-svg {
color: var(--add-to-wishlist-icon-color, #9f727200);
} .summary .yith-wcwl-add-button a {
padding: .500em 1em;
}
.summary .yith-wcwl-add-button a .yith-wcwl-icon-svg {
display:none;
}
.summary .yith-wcwl-add-to-wishlist .yith-wcwl-add-button {
display: initial;
}
.woocommerce ul.products li.product a.add_to_wishlist:hover{
background-color:  #312E2EAD;
}
.woocommerce ul.products li.product a .yith-wcwl-icon{
display: none;
}
.woocommerce ul.products li.product .yith-wcwl-wishlistexistsbrowse {
background-color: var(--gbl-primary-color);
background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' xmlns='http://www.w3.org/2000/svg' fill='white' fill-rule='evenodd' clip-rule='evenodd'%3E%3Cpath d='M21 6.285l-11.16 12.733-6.84-6.018 1.319-1.49 5.341 4.686 9.865-11.196 1.475 1.285z'/%3E%3C/svg%3E");
background-position: center center;
background-repeat: no-repeat;
padding: 3px 12px;
border-radius: 24px;
}
.yith-add-to-wishlist-button-block.yith-add-to-wishlist-button-block--single {
margin-bottom: 12px;
}
.yith-add-to-wishlist-button-block.yith-add-to-wishlist-button-block--single svg {
display: none;
}
.woocommerce ul.products li.product .yith-wcwl-wishlistaddedbrowse {
display: none;
}
.woocommerce ul.products li.product .yith-wcwl-icon:hover .yith-wcwl-icon::before { 
background-color: black; 
}
.products > .product .hover-area .yith-wcwl-add-button > a i {
margin-right: 0px;
}
.products > .product > .button.yith-wcqv-button {
display: none;
}
.woocommerce ul.products li.product:hover  .hover-area,
.woocommerce ul.products li.product:focus  .hover-area {
display: block;
}
.products > .product .hover-area {
border: none;
position: relative;
background-color: transparent;
padding: 0px 0px 5px;
position: absolute;
top: 10px;
left: 15px;
display: none;
}
.widget_product_tag_cloud .tagcloud a {
padding: 5px;
background-color: var(--gbl-primary-color);
color: #fff;
border-radius: 3px;
font-size: 13px;
display: inline-block;
}
#secondary .widget.widget_product_tag_cloud .tagcloud a {
color: #fff;
} .site-header .top-bar-menu {
background-color: var(--topbar-bg-color);
}
.site-header.transparent-header .top-bar-menu {
background-color: transparent;
}
.site-header .top-bar-menu .container {
display: flex;
}
.site-header .top-bar-menu .right-menu {
margin-left: auto;
order: 2;
display: inline-flex;
}
.site-header .top-bar-menu .right-menu ul li,
.site-header .top-bar-menu .left-menu ul li {
position: relative;
display: inline-block;
font-size: .82em;
font-weight: 400;
line-height: 1.2;
padding: .58em 0.5em;
display: inline-block;
text-align: center;
}
.site-header .top-bar-menu .right-menu ul li,
.site-header .top-bar-menu .right-menu ul li a,
.site-header .top-bar-menu .left-menu ul li,
.site-header .top-bar-menu .left-menu ul li a {
color: var(--topbar-text-color);
}
.site-header .top-bar-menu .right-menu svg ,
.site-header .top-bar-menu .left-menu svg {
fill: var(--topbar-text-color);
}
.site-header .top-bar-menu .right-menu ul, 
.site-header .top-bar-menu .left-menu ul {margin: 0;}
.site-header .top-bar-menu .right-menu ul li::before,
.site-header .top-bar-menu .left-menu ul li::before {
content: '|';
color: #ddd;
display: inline-block;
margin: 0 12px 0 0;
}
.site-header .top-bar-menu .right-menu ul li:first-child::before, 
.site-header .top-bar-menu .left-menu ul li:first-child::before {
content: '';
margin-left: 0px;
}
.site-header .top-bar-menu .left-menu ul li:first-child::before {
display: none;
}
.site-header .top-bar-menu .left-menu ul li:first-child {   
margin-left: 0px;
padding: 0px;    
} .woocommerce-page {
margin-bottom: 30px
}
.woocommerce-page #secondary {
border: 1px solid #e7e7e7;
}
.woocommerce-page #secondary .widget {
border-bottom: 1px solid #e7e7e7;
margin-bottom: 0;
margin-top: 0;
padding: 20px;
}
.woocommerce-page #secondary .widget-title,
#secondary .widget h2,
#secondary .wc-block-product-search .wc-block-product-search__label {
font-weight: 600;
font-size: 21px;
line-height: 1.4;
margin-bottom: 30px;
display: block;
}
#secondary .widget ul {
border-radius: 3px;
margin: 0;
font-size: 0.889em;
font-weight: 500;
padding: 17px 28px 17px;
}
.woocommerce-page .widget.widget_categories li,
.woocommerce-page .widget .product-categories li,
.woocommerce-page .woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item,
.woocommerce-page .woocommerce ul.product_list_widget li a {
padding: 2px 0 2px;
font-weight: 500;
}
.widget.widget_categories li {
padding: 7px 0 7px;
}
.woocommerce ul.product_list_widget li img {
min-width: 80px;
}
.woocommerce .widget .widget-title::after {
background-color: transparent;
width: 0px;
height: 0;
}
.woocommerce .widget .widget-title {
margin-bottom: 20px;
}
.woocommerce .widget ins {
background: transparent;
text-decoration: none;
} .single-product .product_meta {
clear: both;
font-size: .8571em;
text-transform: uppercase;
}
.single-product .product_meta .sku_wrapper {
display: none;
}
.single-product  .product_meta {
font-size: .8571em;
text-transform: uppercase;
}
.single-product .yith-wcwl-add-to-wishlist {
margin-top: 10px;
margin-bottom: 30px;
}
.single-product .product_meta {
clear: both;
font-size: 14px;
padding: 20px 0;
margin-top: 0;
}
product-summary-wrap .product_meta span a {
display: inline-block;
font-weight: 700;
}
.product-summary-wrap .sku_wrapper, .product-summary-wrap .tags {
display: block;
margin-bottom: .25rem;
} #masthead .site-branding {
display: flex;
flex-direction: row;
align-items: center;
padding-top: 5px;
padding-bottom: 5px;
}
#masthead .site-branding img {
padding-right: 10px;
} .woocommerce .widget_price_filter .ui-slider .ui-slider-range {
opacity: 0.90;
background-color: var(--gbl-primary-color);
}
.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content {
border-radius: 1em;
background-color: #d2d2d2;
border: 0;
}
.woocommerce ul.products li.product .button:hover {
background: var(--gbl-secondary-color);
color: #fff;
}
.single-product .summary.entry-summary .cart button,
.widget .price_slider_amount button,
.woocommerce button.button,
.woocommerce .widget_price_filter .ui-slider .ui-slider-handle,
.woocommerce a.button,
.summary .yith-wcwl-add-button a,
.tabbed_product_widget .product-tab-list .tabmenu  {
font-weight: 600;
background-color: var(--gbl-primary-color);
border-radius: 3px;
color: #fff !important;
}
.single-product .summary.entry-summary .cart button:hover,
.single-product .summary.entry-summary .cart button:focus,
.widget .price_slider_amount button:hover,
.widget .price_slider_amount button:focus,
.woocommerce-product-search button:hover,
.woocommerce-product-search button:focus,
.woocommerce a.button:hover,
.woocommerce a.button:focus,
.woocommerce button.button:hover,
.woocommerce button.button:focus,
.summary .yith-wcwl-add-button a:hover,
.summary .yith-wcwl-add-button a:focus,
button:hover,
button:focus,
.widget.widget_block.widget_search form button:hover,
.widget.widget_block.widget_search form button:focus,
.header-search-form .search-form input[type="submit"]:hover,
.header-search-form .search-form input[type="submit"]:focus,
.tabbed_product_widget .product-tab-list .tabmenu:hover,
.tabbed_product_widget .product-tab-list .tabmenu:focus {
background-color: var(--gbl-secondary-color);
color: #fff;
}
.site-header .top-bar-menu .right-menu ul li a:hover,
.site-header .top-bar-menu .right-menu ul li a:focus,
.site-header .top-bar-menu .left-menu ul li a:hover,
.site-header .top-bar-menu .left-menu ul li a:focus,
.breadcrumb-wrapper #crumbs a:hover,
.breadcrumb-wrapper #crumbs a:focus,
.site-branding .site-title a:hover,
.site-branding .site-title a:focus,
.site-main .entry-content ul li a:hover,
.site-main .entry-content ul li a:focus {
color: var(--gbl-primary-color);
}
@media (max-width: 1024px) {
.site-header .top-bar-menu .right-menu {
display: initial;
}
} .category-list-widget .category-meta {
position: absolute;
left: 50%;
top: 50%;
transform: translate3d(-50%,-50%,0);
z-index: 100;
text-transform: capitalize;	
background-color: rgba(51, 51, 51, 0.55);
padding: 5px;
color: white;
text-align:center;
font-weight: 600;
}
.category-list-widget .category-meta a {
color: white;
font-weight: 600;
}
.category-list-widget {
margin-bottom:15px;
text-align: center;
}
.category-list-widget a img {
box-shadow: initial;
object-fit: cover;
border-radius: 50%;
} .custom_product_widget .woocommerce-ordering {
display: none;
}
.custom_product_widget  .woocommerce-result-count {
font-size: 0.9em;
margin-bottom: 10px;
margin-top: 0.5em;
font-style: italic;
}
.custom_product_widget .woocommerce nav.woocommerce-pagination .page-numbers li,
.custom_product_widget .woocommerce nav.woocommerce-pagination .page-numbers li a,
.custom_product_widget .woocommerce nav.woocommerce-pagination .page-numbers li span.page-numbers,
.tabbed_product_widget .woocommerce nav.woocommerce-pagination .page-numbers li,
.tabbed_product_widget .woocommerce nav.woocommerce-pagination .page-numbers li a,
.tabbed_product_widget .woocommerce nav.woocommerce-pagination .page-numbers li span.page-numbers {
line-height: 10px;
height: 25px;
width: 25px;
border: initial;
font-size: 14px;
}
.custom_product_widget .woocommerce a.added_to_cart {
padding-top: .0em;
padding-bottom: 10px;
} .custom_product_widget li,
.woocommerce ul.products li {
transition: transform .9s;
} .custom_product_widget li:hover,
.woocommerce ul.products li:hover {
-ms-transform: scale(1.04); -webkit-transform: scale(1.04); transform: scale(1.04); 
} @media (max-width: 1024px) {
.site-header .top-bar-menu .container {
display: block;
text-align: center;
}
} .site-header.transparent-header .top-bar-menu .right-menu ul li,
.site-header.transparent-header .top-bar-menu .right-menu ul li a,
.site-header.transparent-header .top-bar-menu .left-menu ul li,
.site-header.transparent-header .top-bar-menu .left-menu ul li a,
.site-header.transparent-header .top-bar-menu .right-menu ul li::before, 
.site-header.transparent-header .top-bar-menu .left-menu ul li::before, .site-header.transparent-header .header-wrapper .header-left ul a,
.transparent-header .site-branding .site-title a,
.transparent-header .site-branding p  {
color:white;
}
.transparent-header .site-branding .site-title a{
font-weight:600;
} .site-header.transparent-header .header-wrapper .header-left ul a {	
text-transform:uppercase;
font-weight:600;
}
.site-header .header-wrapper .header-left ul a.cart-contents {	
padding: 0px;
}
.site-header.transparent-header .header-wrapper .header-left ul a.cart-contents svg {	
fill: #fff;
}
.site-header.transparent-header .header-wrapper .header-left  .cart-contents span.count,
.site-header.transparent-header .header-wrapper .header-left  .cart-contents .amount-cart {
background-color:  var(--gbl-primary-color);
}
.site-header.transparent-header .header-wrapper .header-left  .cart-contents .amount-cart::before {
border-right: 7px solid var(--gbl-primary-color);
}
.site-header.hide-menu-cart .header-wrapper .header-left ul a.cart-contents {
display: none;
}
.site-header.transparent-header #menu-opener span {
background-color: #fff;
} .site-header.transparent-header .top-bar-menu .right-menu ul li svg {
fill: #ffffffc2;
}
.site-header.transparent-header .header-wrapper .header-right .header-search button.header-search-icon svg {
fill: #fff;
}
.site-header .header-wrapper .header-right .header-search button.header-search-icon:hover,
.site-header .header-wrapper .header-right .header-search button.header-search-icon:focus {
background-color: var(--gbl-secondary-color);
} .tabbed_product_widget .product-tab-list {
list-style-type: none;
padding: 0;
overflow: hidden;
text-align: center;
margin: 0;
}
.tabbed_product_widget .woocommerce-ordering, .tabbed_product_widget .woocommerce-result-count {
display: none;
}
.tabbed_product_widget .product-tab-list li {
display: inline-block;
}
.tabbed_product_widget .product-tab-list li a {
display: block;
text-align: center;
padding: 3px 8px;
text-decoration: none;
margin-bottom: 17px;
text-transform: capitalize;
} .backtotop {
background-color: var(--gbl-primary-color);
z-index: 300;
width: 40px;
height: 40px;
line-height: 40px;
border-radius: 100%;
font-size: 20px;
text-align: center;
position: fixed;
bottom: -100px;
right: 10px;
cursor: pointer;
-webkit-transition: all .7s ease-in-out;
-moz-transition: all .7s ease-in-out;
-o-transition: all .7s ease-in-out;
-ms-transition: all .7s ease-in-out;
transition: all .7s ease-in-out;
display: flex;
align-items: center;
justify-content: center;
opacity: 0.6;
}
.backtotop svg {
fill: white;   
}
.addtocart_btn {
z-index: 300;
border-radius: 100%;
font-size: 13px;
text-align: center;
position: fixed;
bottom: -100px;
right: 0px;
cursor: pointer;
-webkit-transition: all .7s ease-in-out;
-moz-transition: all .7s ease-in-out;
-o-transition: all .7s ease-in-out;
-ms-transition: all .7s ease-in-out;
transition: all .7s ease-in-out;
display: flex;
align-items: center;
justify-content: center;
opacity: 0.9;
}
.addtocart_btn .woocommerce a.added_to_cart {
padding-top: .5em;
font-size: 12px;
display: block;
}
body.custom-background-image .addtocart_btn .woocommerce a.added_to_cart , 
body.custom-background-color .addtocart_btn .woocommerce a.added_to_cart {
color: var(--gbl-secondary-color);
}
@media (min-width: 1024px) {
.stickymenu {
position: fixed;
background-color: #ffffffd4;
z-index: 9999;
width: 100%;
top: 0px;
box-shadow: 0 1px 6px 0 rgba(32, 33, 36, 0.28);
}
.disable-sticky-menu .stickymenu {
display: none;
}
.stickymenu .site-title-logo .site-description {
display: none;
}
.site-header .stickymenu .header-wrapper .header-left ul a {
padding: 15px 17px;
color: black;
}
.site-header .stickymenu .header-wrapper .header-right .header-search-icon svg {
fill: black;
}
.site-header.transparent-header .stickymenu .header-wrapper .header-left ul a {
color: #000;
font-weight: 500;
}
.site-header.transparent-header .stickymenu .site-branding .site-title a {
color: #000;
}
.stickymenu  .cart-contents span.count {
bottom: 6px;
left: 30px;
}
.site-header.transparent-header .stickymenu .header-wrapper .header-left ul a.cart-contents svg {
fill:#000;
}
.admin-bar .stickymenu {
top: 32px;
left: 0px;
}
.stickymenu .site-title a, .stickymenu .site-description {
color: #000;
}
.site-header .stickymenu .header-wrapper .header-left ul li svg {
fill: #000 !important;
}
}
@media (max-width: 1024px) {
#masthead .burger-banner .site-branding {
display: none;
}
} .post-widget-categories a {
background-color:  var(--gbl-primary-color);
color: #fff;
padding: 4px 6px;
font-weight: 600;
border-radius: 2px;
font-size: 11px;
line-height: 11px;
}
.post-widget-container .post-compact-container {
position:relative;
}
.post-widget-container .portfolio-content .item-metadata {
font-size: 13px;
color: var(--text-color);
opacity: 0.9;
}
.post-widget-container .post-compact-container .portfolio-content .item-metadata {
font-size: 13px;
color: #ffffff;
opacity: 0.9;
}
.post-widget-container .portfolio-content {
padding: 15px;
}
.post-widget-container .post-content {
display: flex;
}
.post-widget-container .post-grid .post-content {
display:block;
}
.post-widget-container .portfolio-content p {
padding-top: 10px;
margin-bottom:10px;
}
.post-widget-container .portfolio-content h4,
.news.product-carousel .product-title,
.news-slider-content h4 {
margin-bottom: 7px;
font-weight: 600;
text-rendering: auto;
font-size: 16px;
line-height: 1.3;
text-align:left;
}
.news-slider-content h4 {
margin-top:0px;
}
.post-widget-container .portfolio-content h3 {
font-weight: 600;
text-rendering: auto;
font-size: 18px;
line-height: 1.3;
margin-bottom: 5px;
}
.post-widget-container .post-compact-container .portfolio-content h3 {
font-size: 21px;
}
.post-widget-container .more-link {
font-size: 14px;
margin-top: 10px;
padding: 9px 14px;
line-height: 1;
border: 1px solid var(--text-color);
display: inline-block;
font-weight: 600;
transition: all 0.075s ease;
color: var(--text-color);
}
.post-widget-container a.more-link:hover {
border: 1px solid  var(--gbl-secondary-color);
color:  var(--gbl-secondary-color);
margin-right:3px;
}
.post-widget-container .post-compact {
margin-bottom:20px;
}
.post-widget-container .post-compact .post-compact-container {
background-color: #20202061;
color: white;
padding: 15px 15px;
position: absolute;
bottom: 0px;
left: 0px;
right: 0px;
margin: 0px 15px 0px 15px;
}
.post-widget-container .post-compact .portfolio-content a,
.post-widget-container .post-compact .portfolio-content {
color:#FFF;
}
.post-widget-container .post-compact-container .portfolio-content {
padding: 0px;
}
.post-widget-container .post-grid {
margin-bottom:20px;
}
.post-widget-container .post-list {
margin-bottom:5px;
margin-top: 5px;
}
.post-widget-container .post-list .post-content {
padding-bottom: 5px;
}
.post-widget-container .post-img img {
object-fit: cover;
}
.post-widget-container .post-list .post-img {
width:50%;
}
.post-widget-container .post-list .portfolio-content {
width:50%;
}
.post-widget-container .post-list .small-list.post-img {
width:30%;
}
.post-widget-container .post-list .small-list.portfolio-content {
width:70%;
}
.post-widget-container .post-summery {
margin-left:0px;
margin-right:0px;
margin-bottom:10px;
}
.post-widget-container .post-summery img  {
width: 100%;
float: left;
margin-right: 20px;
height: 100%;
object-fit: cover;
vertical-align: middle;	
}
.post-widget-container .post-summery .post-img  {
width: 30%;
}
.post-widget-container .post-summery .portfolio-content {
width: 70%;	
}
.post-widget-container .post-summery .portfolio-content h4 {
margin-top: 5px;
}
.post-widget-container .post-summery .portfolio-content {
padding: 5px 5px 5px 10px;
overflow: hidden;
height: 88px;
}
.post-widget-container .post-summery .post-content {
padding: 5px 10px 5px 0px;
}
.post-widget-categories  {
position: absolute;
bottom: 10px;
left: 8px;
}
.post-compact .post-widget-categories  {
position: initial;
bottom: 10px;
left: 8px;
}
.post-widget-container .post-summery .post-widget-categories  {
position: relative;
bottom: initial;
left: initial;
}
.news.carousel-caption .post-widget-categories {
position: relative;
bottom: initial;
left: initial;
} .post-widget-title {
border-bottom: 2px solid  var(--gbl-primary-color);
margin-bottom: 15px;
}
.post-widget-title div {
padding: 6px 15px 6px;
background-color:  var(--gbl-primary-color);
font-weight: 700;
line-height: 1.2;
color: white;
font-size: 15px;
display: inline-block;
}
.post-widget-container .layout-list.portfolio-content {
padding: 15px 15px 15px 0px;
}
.layout-grid.portfolio-content h4 {
margin-top: 0px;
}
.layout-grid.portfolio-content p, 
.layout-list.portfolio-content p {
font-size: 15px;
}
.vertical-center {
display: flex;
align-items: center;
} .widget-social-contancts ul {
margin: 0px;
}
.widget-social-contancts ul li {
text-align: center;
vertical-align: top;
padding: 6px 6px;
}
.widget-social-contancts ul li .social-content {
text-align: center;
display: inline-block;
vertical-align: top;
background-color:  #058ADC;
width: 100%;
}
.widget-social-contancts ul li a {
padding: 19px 0px;
color: #fff;
font-weight: normal;
display: block;
}
.widget-social-contancts ul li a svg {
fill:#fff;
}
.widget-social-contancts ul li .icon-name {
font-size: 14px;
padding-top: 10px;
}
.widget-social-contancts ul li a[href*="facebook.com"]{background-color: #3b5999;}
.widget-social-contancts ul li a[href*="dribble.com"]{background-color: #ea4c89;}
.widget-social-contancts ul li a[href*="vk.com"]{background-color: #4c75a3;}
.widget-social-contancts ul li a[href*="twitter.com"]{background-color: #55acee;}
.widget-social-contancts ul li a[href*="linkedin.com"]{background-color: #0077B5;}
.widget-social-contancts ul li a[href*="instagram.com"]{background-color: #3F729B;}
.widget-social-contancts ul li a[href*="youtube.com"]{background-color: #cd201f;}
.widget-social-contancts ul li a[href*="vimeo.com"]{background-color: #1ab7ea;}
.widget-social-contancts ul li a[href*="plus.google.com"]{background-color: #dd4b39;}
.widget-social-contancts ul li a[href*="pinterest.com"]{background-color: #bd081c;}
.widget-social-contancts ul li a[href*="tumblr.com"]{background-color: #34465d;}
.widget-social-contancts ul li a[href*="wordpress.org"]{background-color: #21759b;}
.widget-social-contancts ul li a[href*="whatsapp.com"]{background-color: #25D366;}
.widget-social-contancts ul li a[href*="reddit.com"]{background-color: #ff5700;}
.widget-social-contancts ul li a[href*="t.me"]{background-color: #00405d;}
.widget-social-contancts ul li a[href*="ok.ru"]{background-color: #ed812b;}
.widget-social-contancts ul li a[href*="wechat.com"]{background-color: #09b83e;}
.widget-social-contancts ul li a[href*="weibo.com"]{background-color: #ce1126;}
.widget-social-contancts ul li a[href*="github.com"]{ background-color: #00405d;}
.widget-social-contancts ul li a[href*="snapchat.com"]{ background-color: #e6e400;}
.widget-social-contancts ul li a[href*="twitch.com"]{ background-color: #6441a5;}
.widget-social-contancts ul li a[href*="viber.com"]{ background-color: #665cac;}
.widget-social-contancts ul li a[href*="tiktok.com"]{ background-color: #010101;}
.widget-social-contancts ul li a[href*="soundcloud.com"]{background-color: #f75200;}
.widget-social-contancts ul li a[href*="behance.net"]{background-color: #053eff;}
.widget-social-contancts ul li a[href*="quora.com"]{background-color: #b92b27;}
.widget-social-contancts ul li a[href*="yahoo.com"]{background-color: #720e9e;}
.widget-social-contancts ul li a[href*="spotify.com"]{background-color: #1ed760;}
.widget-social-contancts ul li a:hover,
.widget-social-contancts ul li a:focus {
background-color: var(--gbl-primary-color);
} .author-widget .author-image {
width: 150px;
height: 150px;
border-radius: 50%;
overflow: hidden;
margin: 0 auto;
display: inline-block;
}
.author-widget .posts-author-wrapper { text-align: center; }
.author-widget .author-image img {
height: 100%;
width: 100%;
object-fit: cover;    
}
.author-widget .author-details h4 {
font-size: 20px;
margin-top: 5px;
margin-bottom: 5px;
}
.author-widget .author-details p {
margin-bottom: 17px;
}
.author-widget .social-links li {
position: relative;
display: inline-block;
font-size: .82em;
font-weight: 400;
line-height: 1.2;
padding: .58em 0.5em;
text-align: center;
} .aft-popular-tags {
font-size: 14px;
position: relative;
}
.aft-popular-tags ul {
margin: 0px;
}
.banner-exclusive-posts-wrapper { }
.aft-popular-tags + .banner-exclusive-posts-wrapper{
margin-top: 0;
}
.aft-popular-taxonomies-lists{
background: rgba(255,255,255,0.05);
display: flex;
align-items: center;
}
body.aft-default-mode .aft-popular-taxonomies-lists{background: rgba(0,0,0,0.05)}
.aft-popular-taxonomies-lists strong {
margin-right: 20px;
color: #fff;
position: relative;
padding: 10px 15px;
z-index: 0;
}
.aft-popular-taxonomies-lists strong:before {
position: absolute;
content: '';
top: 0;
left: 0;
height: 100%;
width: 100%;
background-color: var(--gbl-primary-color);
z-index: -1;
}
.aft-dark-mode .aft-popular-taxonomies-lists strong:before {
background-color: #fff;
}
.aft-popular-taxonomies-lists strong:after {
content: '';
position: absolute;
top: 50%;
transform: translateY(-50%);
left: 100%;
border-color: transparent transparent transparent var(--gbl-primary-color);
border-style: solid;
border-width: .7em;
}
.aft-dark-mode .aft-popular-taxonomies-lists strong:after {
border-color: transparent transparent transparent #fff;
}
.aft-popular-taxonomies-lists ul {
display: inline-block;
}
.aft-popular-taxonomies-lists ul li {
display: inline-block;
margin-right: 20px;
}
.aft-popular-taxonomies-lists ul li a {
transition: all 0.5s linear;
}
.aft-popular-taxonomies-lists ul li a:before {
content: '#';
font-size: 15px;
padding: 0 5px;
font-weight: 500;
}  .banner-exclusive-posts-wrapper{
position: relative;
}
.banner-exclusive-posts-wrapper .exclusive-posts:before{
position: absolute;
content: '';
top: 0;
left: 0;
height: 100%;
width: 100%;
background-color: #000;
opacity: 0.1;
}
.aft-dark-mode .banner-exclusive-posts-wrapper .exclusive-posts:before{
background-color: #fff;
}
.banner-exclusive-posts-wrapper a,
.banner-exclusive-posts-wrapper a:visited{
transition: all 0.5s linear;
}
.banner-exclusive-posts-wrapper a:hover,
.banner-exclusive-posts-wrapper a:visited:hover{
color: #bb1919;
}
.banner-exclusive-posts-wrapper .aft-ripple {
display: inline-block;
position: relative;
min-width: 30px;
width: 50px;
min-height: 50px;
height: 50px;
display: flex;
justify-content: center;
align-items: center;
background: rgba(0,0,0,.22);
}
.banner-exclusive-posts-wrapper .aft-ripple div {
position: absolute;
border: 3px solid #ffffff;
opacity: 1;
border-radius: 50%;
top: 50%;
left: 50%;
-o-transform: translate(-50%, -50%);
-moz-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
-webkit-transform: translate(-50%, -50%);
transform:translate(-50% , -50%);
animation: aft-ripple 1.3s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}
.banner-exclusive-posts-wrapper .aft-ripple div:nth-child(2) {
animation-delay: -0.5s;
}
@keyframes aft-ripple{
0% {
width: 0;
height: 0;
opacity: 1;
}
100% {
width: 38px;
height: 38px;
opacity: 0;
}
}
.exclusive-posts {
font-size: 14px; margin: 0px;
position: relative;
} .marquee.aft-flash-slide > div {
display: flex;
height: 50px;
overflow: hidden;
}
.circle-marq-title{
display: inline-block;
vertical-align: middle;
}
.exclusive-posts .marquee a span.circle-marq {
vertical-align: middle;
} .exclusive-posts .exclusive-now {
background: var(--gbl-primary-color);
color: #ffffff;
float: left;
text-transform: uppercase;
position: relative;
padding: 0 15px;
padding-left: 0;
margin-right: 5px;
display: flex;
align-items: center;
min-height: 50px;
font-weight: 700;
}
.exclusive-posts .exclusive-now span{
margin-left: 15px;
display: inline-block;
}
.exclusive-slides {
padding: 0 5px;
overflow: hidden;
position: relative;
}
.exclusive-slides .marquee {
width: 10000px;
}
.exclusive-posts .marquee a {
padding: 5px 25px;
font-weight: bold;
align-items: center;
display: inline-block;
}
.exclusive-posts .marquee a span.circle-marq {
width: 40px;
height: 40px;
overflow: hidden;
display: inline-block;
line-height: 1;
margin-right: 10px;
position: relative;
}
.exclusive-posts .marquee a img {
height: 40px;
width: 40px;
object-fit: cover;
}
.exclusive-posts .marquee a span.circle-marq .trending-no {
position: absolute;
top: 0;
left: 0;
height: 100%;
width: 100%;
color: #fff;
background: rgba(28, 28, 28, 0.5);
text-align: center;
line-height: 39px;
font-size: 18px;
font-weight: 700;
} .products > .product .hover-area .yith-wcwl-add-button a span {
display:none;
}
.woocommerce ul.products li.product .hover-area .button {
padding: 16px;
}
.wc-block-grid__products li, .entry-content .wc-block-grid__products li {
list-style: none;
} @media (max-width: 1024px) {
.navigation .nav-links {
clear: both;
padding-top: 10px;
}
} .woocommerce-Price-currencySymbol,
.amount-cart {
font-family: "Source Sans Pro","HelveticaNeue-Light","Helvetica Neue Light","Helvetica Neue",Helvetica,Arial,"Lucida Grande",sans-serif;
} .countdown-item {
text-align: center;
max-width: 25%;
width: 25%;
float: left;
line-height: 16px;
font-size: 10px;
margin-right: 6px;
color: #000;
letter-spacing: -.5px
}
.countdown-item:last-child {
margin-right: 0
}
.countdown-item span {
display: block;
padding: 3px;
border: 1px solid;
font-size: 14px;
line-height: 16px;
border: none;
border-radius: 3px;
position: relative
}
.countdown-item span:after {
content: ":";
position: absolute;
right: -5px;
font-weight: 700
}
.countdown-item:last-child span:after {
display: none
}
.the-countdown {
display: flex;
float: none;
align-items: center;
justify-content: space-between;
position: relative;
margin-bottom: 10px;
padding: 0 15px
}
.the-countdown-notice {
display: block;
clear: both;
font-size: 13px;
line-height: 18px;
padding: 5px 15px 8px
}
.products > .product .hover-area .yith-wcwl-add-to-wishlist.exists {
display:none;
} .widget_product_tag_cloud a {
font-size: 15px !important;
line-height: 1.6;
margin-bottom: 5px;
}.dokan-spinner {
position: absolute;
width: 20px;
height: 20px;
background: url(//schallplatten.me/wp-content/plugins/dokan-lite/assets/js/../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: #DAF8E6;
border-color: #c5f4d0;
color: #004434;
}
.dokan-alert-success hr {
border-top-color: #aff0be;
}
.dokan-alert-success .dokan-alert-link {
color: #00110d;
}
.dokan-alert-info {
background-color: #E9F9FF;
border-color: #c5f9ff;
color: #0B76B7;
}
.dokan-alert-info hr {
border-top-color: #acf6ff;
}
.dokan-alert-info .dokan-alert-link {
color: #085787;
}
.dokan-alert-warning {
background-color: #FFFBEB;
border-color: #ffeed1;
color: #9D5425;
}
.dokan-alert-warning hr {
border-top-color: #ffe5b8;
}
.dokan-alert-warning .dokan-alert-link {
color: #743e1b;
}
.dokan-alert-danger {
background-color: #FEF3F3;
border-color: #fcdbe1;
color: #BC1C21;
}
.dokan-alert-danger hr {
border-top-color: #fac4cd;
}
.dokan-alert-danger .dokan-alert-link {
color: #901519;
}
.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: var(--dokan-button-background-color, #7047EB);
text-decoration: none;
background-color: var(--dokan-button-background-color, #7047EB);
}
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: #7047EB;
border-color: #7047EB;
}
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: #5322e7;
border-color: #4918dd;
}
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: #9475f0;
border-color: #9475f0;
}
input[type='submit'].dokan-btn-theme .badge,
a.dokan-btn-theme .badge,
.dokan-btn-theme .badge {
color: #7047EB;
background-color: #fff;
}
input[type='submit'].dokan-btn-success,
a.dokan-btn-success,
.dokan-btn-success {
color: #fff !important;
background-color: #22AD5C !important;
border-color: #1e9851 !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: #1b8b4a !important;
border-color: #146535 !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: #2cd673 !important;
border-color: #26c267 !important;
}
input[type='submit'].dokan-btn-success .badge,
a.dokan-btn-success .badge,
.dokan-btn-success .badge {
color: #22AD5C !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: #F23030 !important;
border-color: #f01818 !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: #ea0f0f !important;
border-color: #bf0c0c !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: #f56060 !important;
border-color: #f44848 !important;
}
input[type='submit'].dokan-btn-danger .badge,
a.dokan-btn-danger .badge,
.dokan-btn-danger .badge {
color: #F23030 !important;
background-color: #fff !important;
}
input[type='submit'].dokan-btn-info,
a.dokan-btn-info,
.dokan-btn-info {
color: #fff;
background-color: #0B76B7;
border-color: #0a669f;
}
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: #095d91;
border-color: #064165;
}
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: #0e95e7;
border-color: #0c86cf;
}
input[type='submit'].dokan-btn-info .badge,
a.dokan-btn-info .badge,
.dokan-btn-info .badge {
color: #0B76B7;
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-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 {   }
.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 {
color: #fff;
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 {
color: #fff;
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 {
color: #fff;
background-color: #22AD5C;
}
.dokan-label-success[href]:hover,
.dokan-label-success[href]:focus {
background-color: #1a8245;
}
.dokan-label-success[href]:hover,
.dokan-label-success[href]:focus {
background-color: #1a8245;
}
.dokan-label-info {
color: #fff;
background-color: #0B76B7;
}
.dokan-label-info[href]:hover,
.dokan-label-info[href]:focus {
background-color: #085787;
}
.dokan-label-info[href]:hover,
.dokan-label-info[href]:focus {
background-color: #085787;
}
.dokan-label-warning {
color: #fff;
background-color: #FBBF24;
}
.dokan-label-warning[href]:hover,
.dokan-label-warning[href]:focus {
background-color: #e8a804;
}
.dokan-label-warning[href]:hover,
.dokan-label-warning[href]:focus {
background-color: #e8a804;
}
.dokan-label-danger {
color: #fff;
background-color: #F23030;
}
.dokan-label-danger[href]:hover,
.dokan-label-danger[href]:focus {
background-color: #e10e0e;
}
.dokan-label-danger[href]:hover,
.dokan-label-danger[href]:focus {
background-color: #e10e0e;
}
.dokan-success {
color: #fff;
background-color: #22AD5C;
}
.dokan-success[href]:hover,
.dokan-success[href]:focus {
background-color: #1a8245;
}
.dokan-success[href]:hover,
.dokan-success[href]:focus {
background-color: #1a8245;
}
.dokan-info {
color: #fff;
background-color: #0B76B7;
}
.dokan-info[href]:hover,
.dokan-info[href]:focus {
background-color: #085787;
}
.dokan-info[href]:hover,
.dokan-info[href]:focus {
background-color: #085787;
}
.dokan-warning {
color: #fff;
background-color: #FBBF24;
}
.dokan-warning[href]:hover,
.dokan-warning[href]:focus {
background-color: #e8a804;
}
.dokan-warning[href]:hover,
.dokan-warning[href]:focus {
background-color: #e8a804;
}
.dokan-danger {
color: #fff;
background-color: #F23030;
}
.dokan-danger[href]:hover,
.dokan-danger[href]:focus {
background-color: #e10e0e;
}
.dokan-danger[href]:hover,
.dokan-danger[href]:focus {
background-color: #e10e0e;
}
.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 thead.dokan-show-thead {
display: contents;
}
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(//schallplatten.me/wp-content/plugins/dokan-lite/assets/js/../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(//schallplatten.me/wp-content/plugins/dokan-lite/assets/js/../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 var(--dokan-button-background-color, #7047EB) !important;
}
.dokan-announcement-uread .dokan-annnouncement-date {
background-color: var(--dokan-button-background-color, #7047EB) !important;
}
.dokan-announcement-bg-uread {
background-color: var(--dokan-button-background-color, #7047EB);
}
.dokan-dashboard .dokan-dash-sidebar {
width: 17%;
_float: left;
flex: 1 auto;
background-color: var(--dokan-sidebar-background-color, #322067);
}
.dokan-dashboard .dokan-dash-sidebar ul.dokan-dashboard-menu {
background: var(--dokan-sidebar-background-color, #322067);
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 a svg {
margin-right: 15px;
}
.dokan-dashboard .dokan-dash-sidebar ul.dokan-dashboard-menu li:hover {
background: #7047EB;
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 var(--dokan-sidebar-background-color, #322067) transparent transparent;
border-left-color: var(--dokan-sidebar-background-color, #322067);
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: var(--dokan-sidebar-background-color, #322067);
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: #7047EB;
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: var(--dokan-sidebar-background-color, #322067);
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: var(--dokan-sidebar-background-color, #322067);
}
.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: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: #7047EB;
}
.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 #7047EB;
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: #9475f0;
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;
}
.dokan-dashboard #dokan-dashboard-fullwidth-wrapper .dokan-dash-sidebar {
transition: width 0.2s ease;
width: var(--dokan-sidebar-width, 250px);
max-width: var(--dokan-sidebar-width, 250px);
}
.dokan-dashboard #dokan-dashboard-fullwidth-wrapper .dokan-dashboard-wrap {
z-index: 1;
position: relative;
}
.dokan-dashboard #dokan-dashboard-fullwidth-wrapper .dokan-dashboard-wrap .dokan-dashboard-content {
position: relative;
padding: 48px;
}
.dokan-dashboard #dokan-dashboard-fullwidth-wrapper .dokan-dashboard-wrap .dokan-dash-sidebar {
visibility: hidden;
}
.dokan-dashboard #dokan-dashboard-fullwidth-wrapper .dokan-dashboard-wrap .dokan-dashboard-content {
display: none;
}
@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;
}
}
@media screen and (max-width: 768px) {
.dokan-dashboard #dokan-dashboard-fullwidth-wrapper {
position: relative;
}
.dokan-dashboard #dokan-dashboard-fullwidth-wrapper .dokan-dash-sidebar {
display: none;
}
.dokan-dashboard #dokan-dashboard-fullwidth-wrapper .dokan-dashboard-wrap .dokan-dashboard-content {
padding: 24px;
}
}
@media screen and (max-width: 600px) {
#dokan-dashboard-fullwidth-wrapper #dokan-vendor-dashboard-layout-root {
z-index: 99999;
}
}
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;
width: 100%;
}
.dokan-dashboard .dokan-dashboard-wrap * {
box-sizing: border-box;
}
.dokan-dashboard .dokan-dashboard-wrap a:focus {
outline-color: var(--dokan-button-background-color, #7047EB);
}
.dokan-dashboard .dokan-dashboard-wrap input[type=checkbox]:not(.dokan-layout input[type=checkbox]) {
-webkit-appearance: revert;
-moz-appearance: revert;
appearance: revert;
}
.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: 4px 4px 4px 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-dashboard #dokan-dashboard-fullwidth-wrapper .dokan-dashboard-content {
width: calc(100% - var(--dokan-sidebar-width, 250px));
}
.dokan-dashboard .select2-search__field {
min-width: 220px !important;
}
.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;
}
@media screen and (max-width: 768px) {
#dokan-dashboard-fullwidth-wrapper .dokan-dashboard-content {
width: 100%;
}
#dokan-dashboard-fullwidth-wrapper .dokan-frontend-layout header {
padding: 0 22px;
min-height: 60px;
height: 60px;
}
#dokan-dashboard-fullwidth-wrapper .dokan-frontend-layout .visit-store,
#dokan-dashboard-fullwidth-wrapper .dokan-frontend-layout .header-avatar {
padding: 0;
}
#dokan-dashboard-fullwidth-wrapper .dokan-frontend-layout .header-avatar {
padding-left: 20px;
}
#dokan-dashboard-fullwidth-wrapper .dokan-frontend-layout .visit-store {
font-size: 12px;
padding-right: 20px;
}
}
@media screen and (max-width: 600px) {
#dokan-dashboard-fullwidth-wrapper #dokan-vendor-dashboard-layout-root {
top: 0;
}
}
.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: flex;
flex-wrap: wrap;
}
.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: var(--dokan-button-background-color, #7047EB);
}
.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;
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: flex;
align-items: center;
justify-content: center;
}
.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; }
.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: var(--dokan-button-background-color, #7047EB);
font-style: italic;
margin-top: 5px;
}
.product-edit-container .dokan-product-less-price-alert {
color: var(--dokan-button-background-color, #7047EB);
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;
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: flex;
align-items: center;
justify-content: center;
}
.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;
color: red;
background: rgba(0, 0, 0, 0.6);
margin: 0;
font-size: 50px;
width: 100%;
text-align: center;
height: 100%;
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: flex;
align-items: center;
justify-content: center;
}
.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(//schallplatten.me/wp-content/plugins/dokan-lite/assets/js/../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(//schallplatten.me/wp-content/plugins/dokan-lite/assets/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;
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 ul.store-social i.fa-threads {
background: linear-gradient(45deg, #833ab4, #fd1d1d, #fcb045);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
}
.dokan-single-store .profile-frame .profile-info-box .profile-info-summery-wrapper .profile-info-summery .profile-info ul.store-social i.fa-tiktok {
color: #010101;
text-shadow: 2px 2px 0 #EE1D52, -2px -2px 0 #69C9D0;
}
.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;
}
@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 {
display: flex;
flex-direction: column;
justify-content: center;
min-height: 370px;
padding: 25px 0 15px;
}
.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: var(--dokan-button-background-color, #7047EB);
}
.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: #F23030;
background-color: #f2dede;
font-size: 0.9em;
}
.dokan-login-form-popup-wrapper .dokan-login-form-error.has-error {
padding: 5px 8px;
margin-bottom: 5px;
} p.vendor-customer-registration .radio {
display: inline-block;
}
p.vendor-customer-registration .radio:hover {
cursor: pointer;
color: #526b6f;
}
.woocommerce-form-register:has(.vendor-customer-registration) {
height: fit-content !important;
}
.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: #F23030;
}
.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;
} @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;
}
}.iziModal{display:none;position:fixed;top:0;bottom:0;left:0;right:0;margin:auto;background:#fff;box-shadow:0 0 8px rgba(0,0,0,.3);transition:margin-top .3s ease,height .3s ease;transform:translateZ(0);box-sizing:border-box}.iziModal *{box-sizing:border-box;-webkit-font-smoothing:antialiased}.iziModal::after{content:'';width:100%;height:0;opacity:0;position:absolute;left:0;bottom:0;z-index:1;background:-moz-linear-gradient(top,rgba(0,0,0,0) 0,rgba(0,0,0,.35) 100%);background:-webkit-gradient(linear,left top,left bottom,color-stop(0,rgba(0,0,0,0)),color-stop(100%,rgba(0,0,0,.35)));background:-webkit-linear-gradient(top,rgba(0,0,0,0) 0,rgba(0,0,0,.35) 100%);background:-o-linear-gradient(top,rgba(0,0,0,0) 0,rgba(0,0,0,.35) 100%);background:-ms-linear-gradient(top,rgba(0,0,0,0) 0,rgba(0,0,0,.35) 100%);background:linear-gradient(to bottom,rgba(0,0,0,0) 0,rgba(0,0,0,.35) 100%);transition:height .3s ease-in-out,opacity .3s ease-in-out;pointer-events:none}.iziModal.hasShadow::after{height:30px;opacity:1}.iziModal .iziModal-progressbar{position:absolute;left:0;top:0;width:100%;z-index:1}.iziModal .iziModal-progressbar>div{height:2px;width:100%}.iziModal .iziModal-header{background:#88a0b9;padding:14px 18px 15px 18px;box-shadow:inset 0 -10px 15px -12px rgba(0,0,0,.3),0 0 0 #555;overflow:hidden;position:relative;z-index:10}.iziModal .iziModal-header-icon{font-size:40px;color:rgba(255,255,255,.5);padding:0 15px 0 0;margin:0;float:left}.iziModal .iziModal-header-title{color:#fff;font-size:18px;font-weight:600;line-height:1.3}.iziModal .iziModal-header-subtitle{color:rgba(255,255,255,.6);font-size:12px;line-height:1.45}.iziModal .iziModal-header-subtitle,.iziModal .iziModal-header-title{display:block;margin:0;padding:0;font-family:Lato,Arial;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;text-align:left}.iziModal .iziModal-header-buttons{position:absolute;top:50%;right:10px;margin:-17px 0 0 0}.iziModal .iziModal-button{display:block;float:right;z-index:2;outline:0;height:34px;width:34px;border:0;padding:0;margin:0;opacity:.3;border-radius:50%;transition:transform .3s cubic-bezier(.16,.81,.32,1),opacity .3s ease;background-size:67%!important;-webkit-tap-highlight-color:transparent;-webkit-tap-highlight-color:transparent}.iziModal .iziModal-button-close{background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACwAAAAsCAYAAAAehFoBAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyhpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTMyIDc5LjE1OTI4NCwgMjAxNi8wNC8xOS0xMzoxMzo0MCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTUuNSAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6ODZCQkIzQ0I0RTg0MTFFNjlBODI4QTFBRTRBMkFCMDQiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6ODZCQkIzQ0M0RTg0MTFFNjlBODI4QTFBRTRBMkFCMDQiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo4NkJCQjNDOTRFODQxMUU2OUE4MjhBMUFFNEEyQUIwNCIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo4NkJCQjNDQTRFODQxMUU2OUE4MjhBMUFFNEEyQUIwNCIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PsgTJLcAAALJSURBVHja3JnLS1VBHMfvQ7g9dBXRRrwEFRciAhMi1JRW1aIHVEIYEkW0iVpUhOD/ICK6cFMgSbUpC6VFkQa9NtpjkauriRY9Noa3pHT8/mIODMM5Or85o87pC5/NPf5mvmc8M7+Z36SFEKkY2gj2gUawF2wHW8A6+fwv+A6KYAQMg+dg2rbDtKXhGnAaHJIms4zYz9J4HxgAf1g9k2EGteAhWBBuNApaQNrUg6nRTaAbzIuV0RCocWW4DoyJlVcJXI5ruFk2tJqi/2TWxvA5sXbqA2Ucw01i7dVjargazAo/dE33p6/DlAheg50pP0SJpwG8CH7IaH/Q5pFZUhnoArkwwwVwJeWfdoMLYYZvqG+yTGo9CerAoIWBT+A4qAdPDWOugwo1NVcxJtpFZRLkwH3GJCqCghJfxVjnz1JMMMKnwAbGRAg0B5rAA4O4CblZ+qj8tkBjZthvSzDCtFIMM0ZpQhslk5Eej4jpZ/T7G+ygwG1ghrk+jjNMFy1eMPJzpOAzlou6iWmXZkm91EBHjEwUZXoQTDk2SxqhRh7HTJ9hpstB3rFZ0ldq6J2DnB9m2rXZfxOPlrX1DrJRXiaBXSHPaMHvB0cd9JPLpBImMvzLQTuUFA6A9yHPfoIjhsllOc1l5N4grtmDWgYrl5+JTUZcSjNkeMyxWdpA3ZN72IJj01OJTByJS82J2/wQVxmB5y1HK8x0JWMf/kzdD98FJcY5S51gdwyTQl6eUAraspo27PeWXgy8afim0+CELAwOWHyH9EkdkyWwJ4Yxk6BCP+bTm48anutWW5dAp34IpbW03UOzb0FPVEHbx0LKfvAyqpAyKw97JU8Mt6pml6rAJ6oY6Eu5NfvfF7QTeWWQyEsZr6694lwsNoPD8mKRo29gCNwGj7gXi7aGA1EBcY+8vq0GW8FmJb3Pgx9gEnwAr8Ab8MW2w0UBBgAVyyyaohV7ewAAAABJRU5ErkJggg==) no-repeat 50% 50%}.iziModal .iziModal-button-fullscreen{background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACwAAAAsCAYAAAAehFoBAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyhpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTMyIDc5LjE1OTI4NCwgMjAxNi8wNC8xOS0xMzoxMzo0MCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTUuNSAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6RTBBOUI4RUM0RTg0MTFFNjk0NTY4NUNFRkZFNEFEQzIiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6RTBBOUI4RUQ0RTg0MTFFNjk0NTY4NUNFRkZFNEFEQzIiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpFMEE5QjhFQTRFODQxMUU2OTQ1Njg1Q0VGRkU0QURDMiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpFMEE5QjhFQjRFODQxMUU2OTQ1Njg1Q0VGRkU0QURDMiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PrQO6gAAAANmSURBVHjazJlbSBRRGMd3x92i0ForRRMiKiUoX4ouiFlJkRVBDxW9GJERwUasvdRT9FD00osRQtAFqegGBUHRBY0uaCVKEkSRpVR0tSwrQtp1+p/4Bk7D7M45M/Ot/uGHu+Psmf+c+eY753wnbJpmyIfGgvmgiv6WgkKQBwzwE3wBr0AnuAta6ZgnhT0aFuY2ghoyGdH4bS+4Dc6CZjCkdWVhWIPF4JoZnB6CDToeVE8sBidNPt0E5UEZrgG9Jr8GwHa/huMgaWZXDSDsxfBuc/jUBAwdw3Fz+NWoang5SJkjQwm7P3seLqQEX2LLfgfBdZcMORMcBqNDwekPqASP0uXhpjR3Ok0x/fUw9HIHGGVdw5DuRtzJpgxDsJui2qOWmuaAOuuLbHivz4YLwLgQj/aAXNmwuItlHhtbA7pAG5jEZHgKWCcbrhUTIY+NPQVjqFFObbYMi/hc6aOhl2AJ9TKnFoIyYXgemKEzJQXVVkyR3oFVzKZFuqw2qHdyFPKhrHPgMoWC3fRjRtNVVg+7SR5IiqmXxUt60cG0CK/vTIZniZVCmcKJF0C3ZNjKBqvJ9Hrwm46tsN1EkCoRQ/M3fBjvs6GrYAvdwHEfGcd1qBaGkwoxrKI+xjz83yJ0iLFHApd46X4xX+M+WECh4lepCNUIcpnMijrEWtAvTRHrbOd8FZNG8uA2Nf0hpmwtjBPwpQ5T0GPS/+tBAZhIq+b3Lu09EyHRwRgO+0C+7dhWcII+PwCf6Sk/Aa9d2vtn+A7nyASugJiD6YSDQcOlvVbxiCaAN8xrs3sgprBiac/QhlhnzjUo6JuZM0UlDS5FPtoQIdNlPYJTWUihFaDex+9Pg6T1KHJAJ2NI7ASllA28hEQ/KJIXoSlwgKlnh+jFe+GjLtwIPtjfyktUt+UaUZWqvw7H3oJD1peI7eQdoF1xWa+zQikHH13OmwqmOxxP0EiZtgK/DRwNuIcHwSeXc2K01WAPhbhKBb5hBNTVbskVH7fqpZGhbJUNtYF83fqwQSXPbOsGjb6etwx2gcEsmT3iFAZeNmUqaMeHSz2qu0k6W15Rqsx3B2i0D+xXGAHTFrRVlEeFuVoqH+ku6VNUbDkPzlAtg30nVK66i8rRIjAbTKaSQVQyN0DD6nOqcLZQld9TLfmvAAMAeMcvp3eCFqQAAAAASUVORK5CYII=) no-repeat 50% 50%}.iziModal.isFullscreen .iziModal-button-fullscreen{background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACwAAAAsCAYAAAAehFoBAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyhpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTMyIDc5LjE1OTI4NCwgMjAxNi8wNC8xOS0xMzoxMzo0MCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTUuNSAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6MkFFRTU5NDA0RTg1MTFFNjk0NEZFQzBGMkVBMDYyRDkiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6MkFFRTU5NDE0RTg1MTFFNjk0NEZFQzBGMkVBMDYyRDkiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDoyQUVFNTkzRTRFODUxMUU2OTQ0RkVDMEYyRUEwNjJEOSIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDoyQUVFNTkzRjRFODUxMUU2OTQ0RkVDMEYyRUEwNjJEOSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PuDFfX8AAANASURBVHjazJlZSBVRGMfHcWlB0xZM68GKukQLYaGkmEUR2EsvRfQS+BSJPUQE+lTR8hqIZY8hFS0ERVCRoW3gpUApghYpszLTVnCB3O70/+K7MAwzc78Z58z4hx8XzpzvzJ+Zc+d85ztphmFoU9BsUAoq+XcFyAc5QAfD4BfoBp3gCWjnNl9K82mYzO0FVWwyw0NsD3gIroBWkPB0ZzLsgc3grhGcnoE9XjxIOxaCC4Y6tYC1QRmuAj2Geg2CA1M1XAsmjHDVANL8GK4zolMz0L0YrjWiV5PU8HYw6TBIf8imD6UynA96HYKPg3mgMUTDY6DUzXCzQ+AxSz+r6QEQZz4HbLoDZNkZrnAIoOlRZjN1Gk3XS0zty/gTFaRq7Ay3uAR8BcU2ps/z9QJTWw74HrDhTyDbbHg9SKQI+sb9rKa3mV8ZmAt+KJjP1TS+zinFPkqEUqQdBeAOKLa0UwIzpqlXtcYpIKWIO4RBZPoRKNfC10YQI8MlYLkwaAB8ABsiMDwDbKU8dgtIFwRMgJ3guRadKpNPWBMa7tOi1WoyHJPuTsC4oN+IQsOLM3gPJlEWqOE/neMGBqwDeYoMz6G8c0I4h6eFyHBC8A2eVoaH8JutaPwuUA/+uvSht1sHKgTjTWZwjUCVYdrK3xT0iwkND+lc5FClUQ9fINHCRYY7FBrWPSz5Er2lAR9H9P+hpfYGl64OCmPadQ7ojcDwOJetysBMQX/6mrWS4d+cIoYtMnAEnBT2fwVeJufYxZBMFoKFlrajQtOX/uczvEtIB50Kdgn1lt3JGdANltjsXE64jPMnuQ1LPuFJcFrBE11gzQXAUnAPFNk86esO4zSBfmu5lVa9toCf8DC4Ba6C22DEdO01KDLdP5fLr1Z94X2ibV1ilWVQ1XrDpvPAU4c+u1KVqvaHXI7q43ltp3PSYmDDNCgGPrCUD1wN6y5lqzAUN89baX1Y55Jn2LrPRUffRwaHwWhIZs/aTQM/hzLlDp+coPRReprk5cgrkyvz7wM0+hOcAvOlPvwcLNIp526ux1H5aJbHeFpVX4Br4LLXWoffk9CkVnLlaBNYAxaBXJBpMjfIy+o7EAdtfIyb8HPDfwIMAM1WPs8F9tcxAAAAAElFTkSuQmCC) no-repeat 50% 50%}.iziModal .iziModal-button-close:hover{transform:rotate(180deg)}.iziModal .iziModal-button:hover{opacity:.8}.iziModal .iziModal-header.iziModal-noSubtitle{height:auto;padding:10px 15px 12px 15px}.iziModal .iziModal-header.iziModal-noSubtitle .iziModal-header-icon{font-size:23px;padding-right:13px}.iziModal .iziModal-header.iziModal-noSubtitle .iziModal-header-title{font-size:15px;margin:3px 0 0 0;font-weight:400}.iziModal .iziModal-header.iziModal-noSubtitle .iziModal-header-buttons{right:6px;margin:-16px 0 0 0}.iziModal .iziModal-header.iziModal-noSubtitle .iziModal-button{height:30px;width:30px}.iziModal-rtl{direction:rtl}.iziModal-rtl .iziModal-header{padding:14px 18px 15px 40px}.iziModal-rtl .iziModal-header-icon{float:right;padding:0 0 0 15px}.iziModal-rtl .iziModal-header-buttons{right:initial!important;left:10px}.iziModal-rtl .iziModal-button{float:left}.iziModal-rtl .iziModal-header-subtitle,.iziModal-rtl .iziModal-header-title{text-align:right;font-family:Tahoma,Lato,Arial;font-weight:500}.iziModal-rtl .iziModal-header.iziModal-noSubtitle{padding:10px 15px 12px 40px}.iziModal-rtl .iziModal-header.iziModal-noSubtitle .iziModal-header-icon{padding:0 0 0 13px}.iziModal.iziModal-light .iziModal-header-icon{color:rgba(0,0,0,.5)}.iziModal.iziModal-light .iziModal-header-title{color:#000}.iziModal.iziModal-light .iziModal-header-subtitle{color:rgba(0,0,0,.6)}.iziModal.iziModal-light .iziModal-button-close{background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACwAAAAsCAYAAAAehFoBAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA4JpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTM4IDc5LjE1OTgyNCwgMjAxNi8wOS8xNC0wMTowOTowMSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDoyQTU1RUZDNzRFODQxMUU2ODAxOEUwQzg0QjBDQjI3OSIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo1NEM4MTU1MEI4QUExMUU2QjNGOEVBMjg4OTRBRTg2NyIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo0RTNFNENDMkI4QUExMUU2QjNGOEVBMjg4OTRBRTg2NyIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ0MgMjAxNyAoTWFjaW50b3NoKSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjZjYzMwMmE1LWFlMjEtNDI3ZS1hMmE4LTJlYjhlMmZlY2E3NSIgc3RSZWY6ZG9jdW1lbnRJRD0iYWRvYmU6ZG9jaWQ6cGhvdG9zaG9wOjdmYmU3NGE3LTAxMDUtMTE3YS1hYmM3LWEzNWNkOWU1Yzc4NyIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Po24QssAAANtSURBVHja3JlJaBRBFIa7ZxyTSXADHUkikuAawZNLEOOGGrwJQYko8R4RBQ+OICoqghJQUVwPYjzFY0QUBQU1kogoKO6CG0pcIwbiNibj/8JraNvu6Xo9NTOtP3xzSKe6/65+Ve9VlWlkp2IwGUwFE0E5GA4G8/U+0APegWfgHrgPuq0bpNNp0QPNgEYngHlgGpuMCNp2s+kr4BYM/8ql4WqwHEzP4mXteg7awOW0YlerPnQIaARLNBl1ikLlBDw/1WF4ClgHKozc6idogekz2RheANbaBlE+dB4chfF+qeHF3LOF0FWwF6b7nBe8RvecApolzQVr3C64GR4H1huFV51pmvV+hikRbABFRji0GqarMxluAGON8CgKmmA65mZ4DFhqhE9VPP//ZXgZiCmm1t1gI6XWAAY+gF0gCe4qtqlHL8fthkeBWsXGreA6eMgPviEw+x5sBZ3gAdjPCcNPI8Fsu+FawUCzz40psEfRNJndBl7b/pZmVLTQMkzJo0bQSys43iWm3cxS+DUJOmoSwqKCRmEZWKkYv6RSMBPc5lqXRGm0A1Q6XiaT2aSwo8jrK/qZwZlFIlXTusxa6iXDddTdARpnMj2ek9AWjWYH7h/lubcs4A28THdyAdOl0ezAmKNBNyLLiT0Btjti9zuHg06zpJKIprohwXNypcu1OIdGjYbnxCLGPyYy/EPDfejzbwYvXK59AzuFGdFLKTL8WYNZ59RVzGESJCNm0teI40E6zNIA2wSaA2REP32iaW0omKXRbJKTUVyYEVV0J8oxvEiQmiUZrFSz6XNkuJe3nBKCelaSbjOZrhLsd1BInYxweSeJq9YA6dYtuZCBI4JZ6jGW/W+sebhd0DAaMIO5mTYFW1+X6GeQ7TO3W0WyQj3cw0ulBg4nSUbcAY7zPVYp7ip95FXOH29Hb35AOPjypWMIh7PORSjFZVsIzdKW7AWvfYnTVNWHyCytHw+jd1Nehqks3KepvtChUzD7yGvE2/cduqxldQF1EWZb/PbWLF3jAVgo0WrlkN+c6hSd+rzlaSuaR7O0oX0wyIa2pVAdGaj0HCUVOqIq4dVwrg5lmmG2w+8f/9tjL6foYHE+Gy8Xtv3CPUpf7WauDxadKuIwoeNbOmoYDYbZ0ns/1wxUC7ykigs8sS/LpEe3vwUYALiKDDDSgEiSAAAAAElFTkSuQmCC) no-repeat 50% 50%}.iziModal.iziModal-light .iziModal-button-fullscreen{background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACwAAAAsCAYAAAAehFoBAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA4JpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTM4IDc5LjE1OTgyNCwgMjAxNi8wOS8xNC0wMTowOTowMSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDpEQTg1NTA2NTRFODQxMUU2OTQ0N0VERjY2Q0M5ODYwRCIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo0RTNFNENCQkI4QUExMUU2QjNGOEVBMjg4OTRBRTg2NyIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo0RTNFNENCQUI4QUExMUU2QjNGOEVBMjg4OTRBRTg2NyIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ0MgMjAxNyAoTWFjaW50b3NoKSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjFlNTQwYzczLTVhZmEtNDJlYi04YzJlLWMwMzFlYmFiYmIyNiIgc3RSZWY6ZG9jdW1lbnRJRD0iYWRvYmU6ZG9jaWQ6cGhvdG9zaG9wOmVkYmRiMzM1LTAxMDUtMTE3YS1hYmM3LWEzNWNkOWU1Yzc4NyIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PvIicdUAAAOvSURBVHjaxJlZbA1hFMe/qaItUUsspakg1laJ7UUisQuRvvTFA15sQSRCLBFrQryhHqxNHxEPtaQ8CCUkIrVVRbVBJdZYSrXVonr9/3pGxnTunZk78/X+k1+aO+1899/vnnvO+c4YKpi6ghEgW34OBD1BKjBAM6gH78Fz8BhUyrW/ikQivt7QiNMozU0DE8RkJx/3fgCPwA1QHvHp2K/hHJAPJqpwVA2K4flW2IZ7gyVgptKjh6AQxl+GYZi7uRr0U3rVBIpg+nIQwwvACpCkOk4XwYlosR3LMGN1qUqMroGDTqaNGDu7SiVWl+D3iP2i00c9HqxUidd8wzDy3HY4HRwCfWzXz4L7Lm+QKfHeOUTTLWAzdro6muH1YIbDjculWrmpUEM2YYXcCNMt9pAYE8WsWYLdlAxaNYTGMDDHKYYXBVy4B0jTFM/5iOcUc1fM/2JcnItNAYtBNzGtQ33BVHDV3OHpARqhV6CLLKpTs8yQYHxOCrDQO7AV1Gg2PBJhMYiGh4MMnx1eLkixXKsFuzSbZrrMpeGxHnqFFtvrTWCbhILd9AuNpnPMHXaTtZD0kl1mRdwSxXSjJsNZfONjcmqIJR5p3lp6Y+sXrAzsBz/lNXvmtZYMFKbqafi0pKQgKpOSPhmsC5BxXEs1Fz4fUr/7TWMe/q9bC2s3tJs1Df/Q/B5PwAZwJYS1WpPlo0zRZJZziL2gQU7I1GyHL7QSD26taVOytI26DpinxKypApvpk+C6dHlMnXskbUbT1yTpN3WJHWB327UCS3hUoc+tA/VyxP/ost5rGq7QWZnAdoe0eZgnYweDbgmgkoafgk8aTfNgsMNmmqfhC+Czj3V4T3mSBH255kxB0ztd4tNNDJkas2CUdkAKHQ3yAtxfijj/bdb7Cumyhmoyexzcs6Qwv2qUbPKvJDOtnNFklrF3R5qneA2XYHe/2A+ht1Xb3FZXRY1XTAjFTgtxJ45qKtWDpZK1g6dhIQuvBzjcy8FgQ6y8Nw+sCdnwL1Dn8jdMe6m2a+3ma9ESNUdOC1VixSH3bnPiYyraswnO0fqDIQkyW8WmCWab7b+I9TCF3+x0j2e+MPUA7LPGrVfD1F3VNsrPVR0zhS8BB5x21muzYa1Sy1Tb4y4d4qOwIi9Pk/wcj1gV50p5zQjJKAsJH8KcY4vpdYrjV0w9HMxxHjfKNpfwdMyRNuAmyy2M1vq5OegBNFMmR9lSHDizSLPMJGjuO2BZfSOtLKvpMylUvh/d/hFgAOH4+ibxGTZuAAAAAElFTkSuQmCC) no-repeat 50% 50%}.iziModal.iziModal-light.isFullscreen .iziModal-button-fullscreen{background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACwAAAAsCAYAAAAehFoBAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA3BpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTM4IDc5LjE1OTgyNCwgMjAxNi8wOS8xNC0wMTowOTowMSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDoyRUUxMkYxODRFODUxMUU2Qjc3RDk0MUUzMzJDRjBEOCIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo0RTNFNENCRkI4QUExMUU2QjNGOEVBMjg4OTRBRTg2NyIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo0RTNFNENCRUI4QUExMUU2QjNGOEVBMjg4OTRBRTg2NyIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ0MgMjAxNyAoTWFjaW50b3NoKSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjgzM2MwOWZiLWJjOTEtNGVlZS05MDM1LTRkMmU2ZmE1ZjBmMiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDoyRUUxMkYxODRFODUxMUU2Qjc3RDk0MUUzMzJDRjBEOCIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Pv1Q9Z8AAAOXSURBVHjaxJlLbA1RGMfPjIs+EvoIRYt4FVUl2EkkRTxKUqQbG0SEho2FjUQ8YtEICbEgTdFYeK1KaGvVeoUltyStt0UlNE17aWhV2+v/9X5XJpMzc8/0zpn5kl+aO3Nm7r/fnPu9xhDp2URQDJbw3xkgB2QCAwyAPvANfARvQDsfG7V4PO7pC40xCiVxa8AKFjnOw7VdoA08BtG4R8VeBZeCKrBS+GPvQAM0P/NbcB7YBdYJPfYKXIXwL34IJm8eBFOFXusH9RDdnI7gLWA/MEVwdh/UOe1tN8G0V3eLcKwFXJCJNl08G5ZYsrWgWnZCJng5OOBwo1iAoisMw6hMJXgyOOywVW7xj+9BgKL3QHSxm+C9IF9y4U2GMlStRPQP8Jbp9lFwhJwE0RHrgaSV8N6xG238l7Zjtfx3K58/Bd7zsWngIqdnP2we2ACa7B7e6RL6joK5EtHNfL7b5u1Bn7dGFbycYRVM/8WyFJnuJK+z2iVwzFrMcF1h+Cx4ClhtFVyu8CW54ITE01EwFMAPcH1SMJWIqxQvItE1YHEIsXkhtkUhCV4ApiteFOPadn4IgseDMooSSxVrhWFwmkvCsKw06WGhKLhHhGuzSHChh9pZ5cc1oFFwfoTTsWrWqQCvXdZQEpkDsjUJziSv3Qu43k3LTA1BXqvRY/4DMjTd/yu4niJVm9wslCjcb4QE/9Qo+Al44baAmgpKCIqC+01OBLrsr8/de8zkiYwuUxWSq7iuM8JhantIqfYItkOepKBysnbycIfPXYKqURL6DhaBCQrrKcZHTa5loyEIJgHXwG3F9TQV+pxMGK0BiaTHn2OLEjcURbdi7XBSMO3jTxoEjtg+7wDnhG3spSD6F3hk7Tjoxnc0CJ5k+5wFCrhplYl2mmI24nyvvWumAE9z2zIfBW8WifnxIHc2yb6xiHtEoms0/hlGtpAPHCkgNDjFyZngPN88COvkPpEe+XGHbFcD7z53C+ybwKEAo0UPZ8QCybkmiL3sNvkheygSI08RYOSQiaUhd52sUpIZLWwJsYqkkdcZeHfIS66nc9XcZQRpNBY7C7F9Yy1OtonErDgSgNhGcEXmWa/VFA1O9onE6y4dRqGtXuVtkpf2iDy8EVR6GLykMnrsNFC867QF0hH8v3MVicFcuYdKy56uqQx4SukWQj3NOtJtQIt4ckSvbmdziMqy7HcS9xv0cn/Xwdn0A1drnl/d/hNgAGQa6Lgarp6BAAAAAElFTkSuQmCC) no-repeat 50% 50%}.iziModal .iziModal-loader{background:#fff url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNDQiIGhlaWdodD0iNDQiIHZpZXdCb3g9IjAgMCA0NCA0NCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiBzdHJva2U9IiM5OTkiPiAgICA8ZyBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIHN0cm9rZS13aWR0aD0iMiI+ICAgICAgICA8Y2lyY2xlIGN4PSIyMiIgY3k9IjIyIiByPSIxIj4gICAgICAgICAgICA8YW5pbWF0ZSBhdHRyaWJ1dGVOYW1lPSJyIiAgICAgICAgICAgICAgICBiZWdpbj0iMHMiIGR1cj0iMS40cyIgICAgICAgICAgICAgICAgdmFsdWVzPSIxOyAyMCIgICAgICAgICAgICAgICAgY2FsY01vZGU9InNwbGluZSIgICAgICAgICAgICAgICAga2V5VGltZXM9IjA7IDEiICAgICAgICAgICAgICAgIGtleVNwbGluZXM9IjAuMTY1LCAwLjg0LCAwLjQ0LCAxIiAgICAgICAgICAgICAgICByZXBlYXRDb3VudD0iaW5kZWZpbml0ZSIgLz4gICAgICAgICAgICA8YW5pbWF0ZSBhdHRyaWJ1dGVOYW1lPSJzdHJva2Utb3BhY2l0eSIgICAgICAgICAgICAgICAgYmVnaW49IjBzIiBkdXI9IjEuNHMiICAgICAgICAgICAgICAgIHZhbHVlcz0iMTsgMCIgICAgICAgICAgICAgICAgY2FsY01vZGU9InNwbGluZSIgICAgICAgICAgICAgICAga2V5VGltZXM9IjA7IDEiICAgICAgICAgICAgICAgIGtleVNwbGluZXM9IjAuMywgMC42MSwgMC4zNTUsIDEiICAgICAgICAgICAgICAgIHJlcGVhdENvdW50PSJpbmRlZmluaXRlIiAvPiAgICAgICAgPC9jaXJjbGU+ICAgICAgICA8Y2lyY2xlIGN4PSIyMiIgY3k9IjIyIiByPSIxIj4gICAgICAgICAgICA8YW5pbWF0ZSBhdHRyaWJ1dGVOYW1lPSJyIiAgICAgICAgICAgICAgICBiZWdpbj0iLTAuOXMiIGR1cj0iMS40cyIgICAgICAgICAgICAgICAgdmFsdWVzPSIxOyAyMCIgICAgICAgICAgICAgICAgY2FsY01vZGU9InNwbGluZSIgICAgICAgICAgICAgICAga2V5VGltZXM9IjA7IDEiICAgICAgICAgICAgICAgIGtleVNwbGluZXM9IjAuMTY1LCAwLjg0LCAwLjQ0LCAxIiAgICAgICAgICAgICAgICByZXBlYXRDb3VudD0iaW5kZWZpbml0ZSIgLz4gICAgICAgICAgICA8YW5pbWF0ZSBhdHRyaWJ1dGVOYW1lPSJzdHJva2Utb3BhY2l0eSIgICAgICAgICAgICAgICAgYmVnaW49Ii0wLjlzIiBkdXI9IjEuNHMiICAgICAgICAgICAgICAgIHZhbHVlcz0iMTsgMCIgICAgICAgICAgICAgICAgY2FsY01vZGU9InNwbGluZSIgICAgICAgICAgICAgICAga2V5VGltZXM9IjA7IDEiICAgICAgICAgICAgICAgIGtleVNwbGluZXM9IjAuMywgMC42MSwgMC4zNTUsIDEiICAgICAgICAgICAgICAgIHJlcGVhdENvdW50PSJpbmRlZmluaXRlIiAvPiAgICAgICAgPC9jaXJjbGU+ICAgIDwvZz48L3N2Zz4=) no-repeat 50% 50%;position:absolute;left:0;right:0;top:0;bottom:0;z-index:9}.iziModal .iziModal-content-loader{background:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNDQiIGhlaWdodD0iNDQiIHZpZXdCb3g9IjAgMCA0NCA0NCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiBzdHJva2U9IiM5OTkiPiAgICA8ZyBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIHN0cm9rZS13aWR0aD0iMiI+ICAgICAgICA8Y2lyY2xlIGN4PSIyMiIgY3k9IjIyIiByPSIxIj4gICAgICAgICAgICA8YW5pbWF0ZSBhdHRyaWJ1dGVOYW1lPSJyIiAgICAgICAgICAgICAgICBiZWdpbj0iMHMiIGR1cj0iMS40cyIgICAgICAgICAgICAgICAgdmFsdWVzPSIxOyAyMCIgICAgICAgICAgICAgICAgY2FsY01vZGU9InNwbGluZSIgICAgICAgICAgICAgICAga2V5VGltZXM9IjA7IDEiICAgICAgICAgICAgICAgIGtleVNwbGluZXM9IjAuMTY1LCAwLjg0LCAwLjQ0LCAxIiAgICAgICAgICAgICAgICByZXBlYXRDb3VudD0iaW5kZWZpbml0ZSIgLz4gICAgICAgICAgICA8YW5pbWF0ZSBhdHRyaWJ1dGVOYW1lPSJzdHJva2Utb3BhY2l0eSIgICAgICAgICAgICAgICAgYmVnaW49IjBzIiBkdXI9IjEuNHMiICAgICAgICAgICAgICAgIHZhbHVlcz0iMTsgMCIgICAgICAgICAgICAgICAgY2FsY01vZGU9InNwbGluZSIgICAgICAgICAgICAgICAga2V5VGltZXM9IjA7IDEiICAgICAgICAgICAgICAgIGtleVNwbGluZXM9IjAuMywgMC42MSwgMC4zNTUsIDEiICAgICAgICAgICAgICAgIHJlcGVhdENvdW50PSJpbmRlZmluaXRlIiAvPiAgICAgICAgPC9jaXJjbGU+ICAgICAgICA8Y2lyY2xlIGN4PSIyMiIgY3k9IjIyIiByPSIxIj4gICAgICAgICAgICA8YW5pbWF0ZSBhdHRyaWJ1dGVOYW1lPSJyIiAgICAgICAgICAgICAgICBiZWdpbj0iLTAuOXMiIGR1cj0iMS40cyIgICAgICAgICAgICAgICAgdmFsdWVzPSIxOyAyMCIgICAgICAgICAgICAgICAgY2FsY01vZGU9InNwbGluZSIgICAgICAgICAgICAgICAga2V5VGltZXM9IjA7IDEiICAgICAgICAgICAgICAgIGtleVNwbGluZXM9IjAuMTY1LCAwLjg0LCAwLjQ0LCAxIiAgICAgICAgICAgICAgICByZXBlYXRDb3VudD0iaW5kZWZpbml0ZSIgLz4gICAgICAgICAgICA8YW5pbWF0ZSBhdHRyaWJ1dGVOYW1lPSJzdHJva2Utb3BhY2l0eSIgICAgICAgICAgICAgICAgYmVnaW49Ii0wLjlzIiBkdXI9IjEuNHMiICAgICAgICAgICAgICAgIHZhbHVlcz0iMTsgMCIgICAgICAgICAgICAgICAgY2FsY01vZGU9InNwbGluZSIgICAgICAgICAgICAgICAga2V5VGltZXM9IjA7IDEiICAgICAgICAgICAgICAgIGtleVNwbGluZXM9IjAuMywgMC42MSwgMC4zNTUsIDEiICAgICAgICAgICAgICAgIHJlcGVhdENvdW50PSJpbmRlZmluaXRlIiAvPiAgICAgICAgPC9jaXJjbGU+ICAgIDwvZz48L3N2Zz4=) no-repeat 50% 50%}.iziModal .iziModal-content:after,.iziModal .iziModal-content:before{content:'';display:table}.iziModal .iziModal-content:after{clear:both}.iziModal .iziModal-content{zoom:1;width:100%}.iziModal .iziModal-wrap{width:100%;position:relative}.iziModal .iziModal-iframe{border:0;margin:0 0 -6px 0;width:100%;transition:height .3s ease}.iziModal-overlay{display:block;position:fixed;top:0;left:0;height:100%;width:100%}.iziModal-navigate{position:fixed;left:0;right:0;top:0;bottom:0;pointer-events:none}.iziModal-navigate-caption{position:absolute;left:10px;top:10px;color:#fff;line-height:16px;font-size:9px;font-family:Lato,Arial;letter-spacing:.1em;text-indent:0;text-align:center;width:70px;padding:5px 0;text-transform:uppercase;display:none}.iziModal-navigate-caption::after,.iziModal-navigate-caption::before{position:absolute;top:2px;width:20px;height:20px;text-align:center;line-height:14px;font-size:12px;content:'';background-size:100%!important}.iziModal-navigate-caption:before{left:0;background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACwAAAAoCAYAAACFFRgXAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA4ZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTMyIDc5LjE1OTI4NCwgMjAxNi8wNC8xOS0xMzoxMzo0MCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDoyNmFjNjAyMy04OWU0LWE0NDAtYmMxMy1kOTA5MTQ3MmYzYjAiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6NDREQ0YwRjA1MzQzMTFFNkE5NUNDRDkyQzEwMzM5RTMiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6NDREQ0YwRUY1MzQzMTFFNkE5NUNDRDkyQzEwMzM5RTMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTUuNSAoV2luZG93cykiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpmNmM0Nzk3Ni1mNzE3LTk5NDAtYTgyYS1mNTdjNmNiYmU0NWMiIHN0UmVmOmRvY3VtZW50SUQ9ImFkb2JlOmRvY2lkOnBob3Rvc2hvcDowZGVmYTEyZC01MzM0LTExZTYtYWRkYi04Y2NmYjI5ZTAxNjYiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz7oo0ptAAACWklEQVR42uyZTWsTYRSFZybxo4kWk5g2NC5qTAU3Kq30A9udi1oXolV/hWuhv6R/Q6utioi4LbbVFHemamlRU0OCEk0wZjwXzwtDoBDopHMHcuFJMplZnLm5ue+589qu61qeOApyYAjEgG0FEyLqN/gKiqBuTtgewWlwCZw056xgwwirgU3wxSv4NJgCUV5YBRXQDEhsBJwCSSauBVZFdJRlIJk9Av7wbj577jDIOENtRmPVwcsw6KfAAvikRKzEDlhnhuU/lRPBWaa9wsxqC6ndPX7OiOA4D8qW3vjO9z7H0w3+KhZstNmOFbLoCQ6DYGmL+bAInmGfLFC4asFXwRJIgB+goVmw+I7HXO+/gevGnGgUPEGxktkSmAMbWmt4HDwBKS6XN1jDKrvEFYoVK7oLroE3h93Woh1eNwqWafJ/gQV65vM+ail34mc6EZwBK2CAx8fAIjjeBYMzDT4cVHCEXtRbRvEu/Nr9HCIOnGGp15vgEec9KYn74B0nAT/CZnv86FcNvwK3wENwAjwAs2Bbs5d4CW5zir0AXvv8p+tKH34B5lkW4h2egRHtbu05uMMHHWfB0zC4NRF5l09kzvE4rd2tyUJyjy4tz7akZqXbL8QETbJ/FsMgWOJtb6brCQ5YsBsC8Uab63DVkkgqFpzie93h8OhScFah2LTHi5ccWroaLd5l6//+hpYQoWP05LKqFs2WQYbTsNxAi+5fxpWmdfh7HS7XhwSzG+H3a2JnvZsyktmLbdOFhpDMvrf4sN1u2/aK0cwMcmYLcturweceW+CnOfFPgAEA8uWFFylBJYoAAAAASUVORK5CYII=) no-repeat 50% 50%}.iziModal-navigate-caption:after{right:0;background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACwAAAAoCAYAAACFFRgXAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAAZdEVYdFNvZnR3YXJlAEFkb2JlIEltYWdlUmVhZHlxyWU8AAADhmlUWHRYTUw6Y29tLmFkb2JlLnhtcAAAAAAAPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4gPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iQWRvYmUgWE1QIENvcmUgNS42LWMxMzIgNzkuMTU5Mjg0LCAyMDE2LzA0LzE5LTEzOjEzOjQwICAgICAgICAiPiA8cmRmOlJERiB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiPiA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtbG5zOnhtcD0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wLyIgeG1wTU06T3JpZ2luYWxEb2N1bWVudElEPSJ4bXAuZGlkOjI2YWM2MDIzLTg5ZTQtYTQ0MC1iYzEzLWQ5MDkxNDcyZjNiMCIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo0NERDRjBGMDUzNDMxMUU2QTk1Q0NEOTJDMTAzMzlFMyIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo0NERDRjBFRjUzNDMxMUU2QTk1Q0NEOTJDMTAzMzlFMyIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ0MgMjAxNS41IChXaW5kb3dzKSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOmY2YzQ3OTc2LWY3MTctOTk0MC1hODJhLWY1N2M2Y2JiZTQ1YyIgc3RSZWY6ZG9jdW1lbnRJRD0iYWRvYmU6ZG9jaWQ6cGhvdG9zaG9wOjBkZWZhMTJkLTUzMzQtMTFlNi1hZGRiLThjY2ZiMjllMDE2NiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PuijSm0AAAKbSURBVFhH7ZnJj0xRGEerzFoIMTaCZmOIedhaiJj55yz8DaYdNhIJEUMQbCTG3rQ02hDSiEY553XdTpHS3nv96taV9ElO6lVt6peb7933fffVG41GrYW5uBaX4EysYzcw1Fd8hc/wM2a0Bl6Nm3BW9i0dDPsQX/olBF6FO72AH/gG3+N3jL3KBpqGC3ERTsGfeAsHDTyHi71oCXzBe/gaU2A5bscZOIxXTb8OLQNX9i6mElYsg/voqruwfQb2BhODWgqpMYDv0NLsNXC4yd42P1PEwNJj4HBTWdipErLVDfxfMRm408QMvBu3jV6WJ1Zg9/rbeBOP+UNZYgX+iE/Rp+lpPIKliBXYB9IhtPNy3z/T/F6YmDXsChvyBc7Gs3gACxEzsDzBg9iPPXgO92NuYgeWx2h3+AhtaM7jPsyF7aV37XR8gNZYO/pwKY51+xPkG27Fk2joT3gCr2A7NuJ6HMkTeAPadlp3VeMChF7G0P6X3dmfjAXOUxIj6LZkv1ylNuStDZejkL+PS96ScFzRqnDAtI5PoTefvbg7iNNOOwqVRCfYghdxBbpHH8Y7+DcKlUTV7MLLaNghPIrjhf2N2IF34AVcjE44hrXHyE3MwE6/loEzpEcIlqKjeyFiBe7FS+he/gENewMLEyuwXdo8dGWP43UsRazA9g7uDNbwNX8oS8watlsz+ISIGbgSJgN3GgOHlnFq8zNFQraGgT1iFc9iUyU0XsMGHhy9zh6XbvCp4ZuBBWglDBj4OdqLeu0+uRJTwMZ+Dbp/e21P3m97yWe2snsw1LTHmz5C/9lQdwhfGbiq89GwvrrwUT4UAouhN6MzloTRpVuEYI5O9urZYXtrYPGQw2OlZegM163QhrJMfWVgyTq0Qq32C/N7uPz9OknWAAAAAElFTkSuQmCC) no-repeat 50% 50%}.iziModal-navigate>button{position:fixed;bottom:0;top:0;border:0;height:100%;width:84px;background-size:100%!important;cursor:pointer;padding:0;opacity:.2;transition:opacity .3s ease;pointer-events:all;margin:0;outline:0}.iziModal-navigate>button:hover{opacity:1}.iziModal-navigate-prev{left:50%;background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAALwAAAC8CAYAAADCScSrAAAACXBIWXMAAAsTAAALEwEAmpwYAAA5sGlUWHRYTUw6Y29tLmFkb2JlLnhtcAAAAAAAPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4KPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iQWRvYmUgWE1QIENvcmUgNS42LWMxMzIgNzkuMTU5Mjg0LCAyMDE2LzA0LzE5LTEzOjEzOjQwICAgICAgICAiPgogICA8cmRmOlJERiB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiPgogICAgICA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIgogICAgICAgICAgICB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIKICAgICAgICAgICAgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiCiAgICAgICAgICAgIHhtbG5zOnN0RXZ0PSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VFdmVudCMiCiAgICAgICAgICAgIHhtbG5zOnhtcD0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wLyIKICAgICAgICAgICAgeG1sbnM6ZGM9Imh0dHA6Ly9wdXJsLm9yZy9kYy9lbGVtZW50cy8xLjEvIgogICAgICAgICAgICB4bWxuczpwaG90b3Nob3A9Imh0dHA6Ly9ucy5hZG9iZS5jb20vcGhvdG9zaG9wLzEuMC8iCiAgICAgICAgICAgIHhtbG5zOnRpZmY9Imh0dHA6Ly9ucy5hZG9iZS5jb20vdGlmZi8xLjAvIgogICAgICAgICAgICB4bWxuczpleGlmPSJodHRwOi8vbnMuYWRvYmUuY29tL2V4aWYvMS4wLyI+CiAgICAgICAgIDx4bXBNTTpPcmlnaW5hbERvY3VtZW50SUQ+eG1wLmRpZDo2NDkyYzcxMy05ZDM0LTZlNGQtYmUwNi1hMDMyY2Q4NDVjNGU8L3htcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD4KICAgICAgICAgPHhtcE1NOkRvY3VtZW50SUQ+eG1wLmRpZDo1QjIzMUMxODU3RjcxMUU2ODUzRkRBRjE5RDhDQjZBRDwveG1wTU06RG9jdW1lbnRJRD4KICAgICAgICAgPHhtcE1NOkluc3RhbmNlSUQ+eG1wLmlpZDpjZmMwNzVmNC1kODA3LWI0NDMtYWIwYS02YWVhZjRjMDgxZWE8L3htcE1NOkluc3RhbmNlSUQ+CiAgICAgICAgIDx4bXBNTTpEZXJpdmVkRnJvbSByZGY6cGFyc2VUeXBlPSJSZXNvdXJjZSI+CiAgICAgICAgICAgIDxzdFJlZjppbnN0YW5jZUlEPnhtcC5paWQ6NjQ5MmM3MTMtOWQzNC02ZTRkLWJlMDYtYTAzMmNkODQ1YzRlPC9zdFJlZjppbnN0YW5jZUlEPgogICAgICAgICAgICA8c3RSZWY6ZG9jdW1lbnRJRD54bXAuZGlkOjY0OTJjNzEzLTlkMzQtNmU0ZC1iZTA2LWEwMzJjZDg0NWM0ZTwvc3RSZWY6ZG9jdW1lbnRJRD4KICAgICAgICAgPC94bXBNTTpEZXJpdmVkRnJvbT4KICAgICAgICAgPHhtcE1NOkhpc3Rvcnk+CiAgICAgICAgICAgIDxyZGY6U2VxPgogICAgICAgICAgICAgICA8cmRmOmxpIHJkZjpwYXJzZVR5cGU9IlJlc291cmNlIj4KICAgICAgICAgICAgICAgICAgPHN0RXZ0OmFjdGlvbj5zYXZlZDwvc3RFdnQ6YWN0aW9uPgogICAgICAgICAgICAgICAgICA8c3RFdnQ6aW5zdGFuY2VJRD54bXAuaWlkOmNmYzA3NWY0LWQ4MDctYjQ0My1hYjBhLTZhZWFmNGMwODFlYTwvc3RFdnQ6aW5zdGFuY2VJRD4KICAgICAgICAgICAgICAgICAgPHN0RXZ0OndoZW4+MjAxNi0wOC0wMVQxMTo1ODowNC0wMzowMDwvc3RFdnQ6d2hlbj4KICAgICAgICAgICAgICAgICAgPHN0RXZ0OnNvZnR3YXJlQWdlbnQ+QWRvYmUgUGhvdG9zaG9wIENDIDIwMTUuNSAoV2luZG93cyk8L3N0RXZ0OnNvZnR3YXJlQWdlbnQ+CiAgICAgICAgICAgICAgICAgIDxzdEV2dDpjaGFuZ2VkPi88L3N0RXZ0OmNoYW5nZWQ+CiAgICAgICAgICAgICAgIDwvcmRmOmxpPgogICAgICAgICAgICA8L3JkZjpTZXE+CiAgICAgICAgIDwveG1wTU06SGlzdG9yeT4KICAgICAgICAgPHhtcDpDcmVhdG9yVG9vbD5BZG9iZSBQaG90b3Nob3AgQ0MgMjAxNS41IChXaW5kb3dzKTwveG1wOkNyZWF0b3JUb29sPgogICAgICAgICA8eG1wOkNyZWF0ZURhdGU+MjAxNi0wOC0wMVQwOTo0MDo1Ni0wMzowMDwveG1wOkNyZWF0ZURhdGU+CiAgICAgICAgIDx4bXA6TW9kaWZ5RGF0ZT4yMDE2LTA4LTAxVDExOjU4OjA0LTAzOjAwPC94bXA6TW9kaWZ5RGF0ZT4KICAgICAgICAgPHhtcDpNZXRhZGF0YURhdGU+MjAxNi0wOC0wMVQxMTo1ODowNC0wMzowMDwveG1wOk1ldGFkYXRhRGF0ZT4KICAgICAgICAgPGRjOmZvcm1hdD5pbWFnZS9wbmc8L2RjOmZvcm1hdD4KICAgICAgICAgPHBob3Rvc2hvcDpDb2xvck1vZGU+MzwvcGhvdG9zaG9wOkNvbG9yTW9kZT4KICAgICAgICAgPHRpZmY6T3JpZW50YXRpb24+MTwvdGlmZjpPcmllbnRhdGlvbj4KICAgICAgICAgPHRpZmY6WFJlc29sdXRpb24+NzIwMDAwLzEwMDAwPC90aWZmOlhSZXNvbHV0aW9uPgogICAgICAgICA8dGlmZjpZUmVzb2x1dGlvbj43MjAwMDAvMTAwMDA8L3RpZmY6WVJlc29sdXRpb24+CiAgICAgICAgIDx0aWZmOlJlc29sdXRpb25Vbml0PjI8L3RpZmY6UmVzb2x1dGlvblVuaXQ+CiAgICAgICAgIDxleGlmOkNvbG9yU3BhY2U+NjU1MzU8L2V4aWY6Q29sb3JTcGFjZT4KICAgICAgICAgPGV4aWY6UGl4ZWxYRGltZW5zaW9uPjE4ODwvZXhpZjpQaXhlbFhEaW1lbnNpb24+CiAgICAgICAgIDxleGlmOlBpeGVsWURpbWVuc2lvbj4xODg8L2V4aWY6UGl4ZWxZRGltZW5zaW9uPgogICAgICA8L3JkZjpEZXNjcmlwdGlvbj4KICAgPC9yZGY6UkRGPgo8L3g6eG1wbWV0YT4KICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAKPD94cGFja2V0IGVuZD0idyI/PvAvv7QAAAAgY0hSTQAAeiUAAICDAAD5/wAAgOkAAHUwAADqYAAAOpgAABdvkl/FRgAAAmdJREFUeNrs1LsJQkEQhtH/mtmBgQ8QA7tQK1e7MBBBMbADwzUZEyuQveeDCXbD4TBDay3SWJpYgYCXgJeAl4CXgJeAl4CXgJeAl4CXgJeAF/AS8BLwEvAS8BLwEvAS8BLwEvAS8BLwAl4CXgJeAl4CXv/WJskpyQJ4jQH7Mcmu0C+BV+/Y5/VeF/oV8Ood+7dpDfDqHvsrySHJBXjBDrxgB16wAy/YgRfswAt24AU78IIdeMEOPOywAw+7gIcdeMEOvGAHXrADL9iBF+zAC3bgBTvwsMMOPOwCHnYBD7uAhx14wQ68YAdesAMv2IEX7MDDDjvwsAt42AU87AIedgEPu4CHXcDDDrxgB16wAw877MDDDjvwsAt42AU87AIedgEPu4CHXcDDLuBhB16wAw877MDDLuBhF/CwC3jYBTzsAh52AQ+7gIddwEtjB3+tS/78+Z/V5d9iATz0Ah56AQ+9gIdewEMv4KEX8NALeOgFPPQCHnoBDz3wgh54QQ889NADDz30wEMv4KEX8NALeOgFPPQCHnoBD72Ahx54QQ+8oAde0AMv6IEX9MBDDz3w0EMPPPQCHnoBD72Ah17AQw+8FUAPvKAHXtADL+iBF/TAC3rgBT3wgh546KEHHnrogYdewEMv4KEHXtADL+iBF/TAC3rgBT3wgh54QQ+8oAde0AMv6IGHHnrgoU/yrgFe3aO/JdknuQOv3tGfC/tjjEsYWmsoyIWXgJeAl4CXgJeAl4CXgJeAl4CXgJeAF/AS8BLwEvAS8BLwEvAS8BLwEvAS8BLwAl4CXgJeAl4CXvqnPgAAAP//AwCEcoCBRabYzAAAAABJRU5ErkJggg==) no-repeat 50% 50%}.iziModal-navigate-next{right:50%;background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAALwAAAC8CAYAAADCScSrAAAACXBIWXMAAB3SAAAd0gEUasEwAAA7pGlUWHRYTUw6Y29tLmFkb2JlLnhtcAAAAAAAPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4KPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iQWRvYmUgWE1QIENvcmUgNS42LWMxMzIgNzkuMTU5Mjg0LCAyMDE2LzA0LzE5LTEzOjEzOjQwICAgICAgICAiPgogICA8cmRmOlJERiB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiPgogICAgICA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIgogICAgICAgICAgICB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iCiAgICAgICAgICAgIHhtbG5zOmRjPSJodHRwOi8vcHVybC5vcmcvZGMvZWxlbWVudHMvMS4xLyIKICAgICAgICAgICAgeG1sbnM6cGhvdG9zaG9wPSJodHRwOi8vbnMuYWRvYmUuY29tL3Bob3Rvc2hvcC8xLjAvIgogICAgICAgICAgICB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIKICAgICAgICAgICAgeG1sbnM6c3RFdnQ9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZUV2ZW50IyIKICAgICAgICAgICAgeG1sbnM6dGlmZj0iaHR0cDovL25zLmFkb2JlLmNvbS90aWZmLzEuMC8iCiAgICAgICAgICAgIHhtbG5zOmV4aWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20vZXhpZi8xLjAvIj4KICAgICAgICAgPHhtcDpDcmVhdG9yVG9vbD5BZG9iZSBQaG90b3Nob3AgQ0MgMjAxNS41IChXaW5kb3dzKTwveG1wOkNyZWF0b3JUb29sPgogICAgICAgICA8eG1wOkNyZWF0ZURhdGU+MjAxNi0wOC0wMVQwOTo0MDoxNC0wMzowMDwveG1wOkNyZWF0ZURhdGU+CiAgICAgICAgIDx4bXA6TW9kaWZ5RGF0ZT4yMDE2LTA4LTAxVDExOjU4OjEyLTAzOjAwPC94bXA6TW9kaWZ5RGF0ZT4KICAgICAgICAgPHhtcDpNZXRhZGF0YURhdGU+MjAxNi0wOC0wMVQxMTo1ODoxMi0wMzowMDwveG1wOk1ldGFkYXRhRGF0ZT4KICAgICAgICAgPGRjOmZvcm1hdD5pbWFnZS9wbmc8L2RjOmZvcm1hdD4KICAgICAgICAgPHBob3Rvc2hvcDpDb2xvck1vZGU+MzwvcGhvdG9zaG9wOkNvbG9yTW9kZT4KICAgICAgICAgPHhtcE1NOkluc3RhbmNlSUQ+eG1wLmlpZDphZjljN2Q2MC00MTg2LWE3NGQtYTBiMS1mMGU5ODUwYzg2ZGY8L3htcE1NOkluc3RhbmNlSUQ+CiAgICAgICAgIDx4bXBNTTpEb2N1bWVudElEPnhtcC5kaWQ6NjQ5MmM3MTMtOWQzNC02ZTRkLWJlMDYtYTAzMmNkODQ1YzRlPC94bXBNTTpEb2N1bWVudElEPgogICAgICAgICA8eG1wTU06T3JpZ2luYWxEb2N1bWVudElEPnhtcC5kaWQ6NjQ5MmM3MTMtOWQzNC02ZTRkLWJlMDYtYTAzMmNkODQ1YzRlPC94bXBNTTpPcmlnaW5hbERvY3VtZW50SUQ+CiAgICAgICAgIDx4bXBNTTpIaXN0b3J5PgogICAgICAgICAgICA8cmRmOlNlcT4KICAgICAgICAgICAgICAgPHJkZjpsaSByZGY6cGFyc2VUeXBlPSJSZXNvdXJjZSI+CiAgICAgICAgICAgICAgICAgIDxzdEV2dDphY3Rpb24+Y3JlYXRlZDwvc3RFdnQ6YWN0aW9uPgogICAgICAgICAgICAgICAgICA8c3RFdnQ6aW5zdGFuY2VJRD54bXAuaWlkOjY0OTJjNzEzLTlkMzQtNmU0ZC1iZTA2LWEwMzJjZDg0NWM0ZTwvc3RFdnQ6aW5zdGFuY2VJRD4KICAgICAgICAgICAgICAgICAgPHN0RXZ0OndoZW4+MjAxNi0wOC0wMVQwOTo0MDoxNC0wMzowMDwvc3RFdnQ6d2hlbj4KICAgICAgICAgICAgICAgICAgPHN0RXZ0OnNvZnR3YXJlQWdlbnQ+QWRvYmUgUGhvdG9zaG9wIENDIDIwMTUuNSAoV2luZG93cyk8L3N0RXZ0OnNvZnR3YXJlQWdlbnQ+CiAgICAgICAgICAgICAgIDwvcmRmOmxpPgogICAgICAgICAgICAgICA8cmRmOmxpIHJkZjpwYXJzZVR5cGU9IlJlc291cmNlIj4KICAgICAgICAgICAgICAgICAgPHN0RXZ0OmFjdGlvbj5zYXZlZDwvc3RFdnQ6YWN0aW9uPgogICAgICAgICAgICAgICAgICA8c3RFdnQ6aW5zdGFuY2VJRD54bXAuaWlkOjAxNjJjMmE3LWZmMjYtYzE0ZC05Yjg4LTc2MGM2NzAxYjYzNzwvc3RFdnQ6aW5zdGFuY2VJRD4KICAgICAgICAgICAgICAgICAgPHN0RXZ0OndoZW4+MjAxNi0wOC0wMVQxMTo1MTowNy0wMzowMDwvc3RFdnQ6d2hlbj4KICAgICAgICAgICAgICAgICAgPHN0RXZ0OnNvZnR3YXJlQWdlbnQ+QWRvYmUgUGhvdG9zaG9wIENDIDIwMTUuNSAoV2luZG93cyk8L3N0RXZ0OnNvZnR3YXJlQWdlbnQ+CiAgICAgICAgICAgICAgICAgIDxzdEV2dDpjaGFuZ2VkPi88L3N0RXZ0OmNoYW5nZWQ+CiAgICAgICAgICAgICAgIDwvcmRmOmxpPgogICAgICAgICAgICAgICA8cmRmOmxpIHJkZjpwYXJzZVR5cGU9IlJlc291cmNlIj4KICAgICAgICAgICAgICAgICAgPHN0RXZ0OmFjdGlvbj5zYXZlZDwvc3RFdnQ6YWN0aW9uPgogICAgICAgICAgICAgICAgICA8c3RFdnQ6aW5zdGFuY2VJRD54bXAuaWlkOmFmOWM3ZDYwLTQxODYtYTc0ZC1hMGIxLWYwZTk4NTBjODZkZjwvc3RFdnQ6aW5zdGFuY2VJRD4KICAgICAgICAgICAgICAgICAgPHN0RXZ0OndoZW4+MjAxNi0wOC0wMVQxMTo1ODoxMi0wMzowMDwvc3RFdnQ6d2hlbj4KICAgICAgICAgICAgICAgICAgPHN0RXZ0OnNvZnR3YXJlQWdlbnQ+QWRvYmUgUGhvdG9zaG9wIENDIDIwMTUuNSAoV2luZG93cyk8L3N0RXZ0OnNvZnR3YXJlQWdlbnQ+CiAgICAgICAgICAgICAgICAgIDxzdEV2dDpjaGFuZ2VkPi88L3N0RXZ0OmNoYW5nZWQ+CiAgICAgICAgICAgICAgIDwvcmRmOmxpPgogICAgICAgICAgICA8L3JkZjpTZXE+CiAgICAgICAgIDwveG1wTU06SGlzdG9yeT4KICAgICAgICAgPHRpZmY6T3JpZW50YXRpb24+MTwvdGlmZjpPcmllbnRhdGlvbj4KICAgICAgICAgPHRpZmY6WFJlc29sdXRpb24+MTkzOTAzNi8xMDAwMDwvdGlmZjpYUmVzb2x1dGlvbj4KICAgICAgICAgPHRpZmY6WVJlc29sdXRpb24+MTkzOTAzNi8xMDAwMDwvdGlmZjpZUmVzb2x1dGlvbj4KICAgICAgICAgPHRpZmY6UmVzb2x1dGlvblVuaXQ+MjwvdGlmZjpSZXNvbHV0aW9uVW5pdD4KICAgICAgICAgPGV4aWY6Q29sb3JTcGFjZT42NTUzNTwvZXhpZjpDb2xvclNwYWNlPgogICAgICAgICA8ZXhpZjpQaXhlbFhEaW1lbnNpb24+MTg4PC9leGlmOlBpeGVsWERpbWVuc2lvbj4KICAgICAgICAgPGV4aWY6UGl4ZWxZRGltZW5zaW9uPjE4ODwvZXhpZjpQaXhlbFlEaW1lbnNpb24+CiAgICAgIDwvcmRmOkRlc2NyaXB0aW9uPgogICA8L3JkZjpSREY+CjwveDp4bXBtZXRhPgogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgIAo8P3hwYWNrZXQgZW5kPSJ3Ij8+nbt1mgAAACBjSFJNAAB6JQAAgIMAAPn/AACA6QAAdTAAAOpgAAA6mAAAF2+SX8VGAAACQklEQVR42uzSsQ3CQAAEQTdiOyGg/wrciJ0QUMYSECEKAP3PSdvAaZZqkWbJCQJeAl4CXgJeAl4CXgJeAl4CXgJeAl4CXsBLwEvAS8BLwEvAS8BLwEvAS8BLwEvAC3gJeAl4CXgJ+D9vrY7qBgLwo7dVZ+89oAd+5Pbq6nPQAz9s9+rZ96AHHnoBD72Ah17AQy/goRfw0At46AU89AIeegEPvYCHHnhBD7ygBx566IGHHnrgoRfw0At46AU89AIeegEPvYCHXsBDL+ChB17QAy/ogRf0wAt64KGHHnjooQceegEPvYCHXsBDL+ChF/DQAy/ogRf0wAt64AU98IIeeEEPvKAHXtADDz30wEPvI+ChF/DQAy/ogRf0wAt64AU98IIeeEEPvKAHXtADL+iBF/TAC3rgoZ8ePRDAAy/YgRfswAt24AU78IIdeMEOvGAHXrADL9iBhx124GEX8LADL9iBF+zAC3bgBTvwgh14wQ68YAcedtiBh13Awy7gYRfwsAMv2IEX7MALduAFO/CCHXjYYQcedgEPu4CHXcDDLuBhF/CwA+8E2IEX7MALduAFO/Cwww487AIedgEPu4CHXcDDLuBhF/CwC3jYgRfswMMOO/CwC3jYBTzsAh52AQ+7gIddwMMu4GEX8LBravB7dcEO/Ext1Qk78DO1VgfswEvAS8BLwEvAS8BLwEvAS8BLwEvAS8ALeAl4CXgJeAl4CXgJeAl4CXgJeAl4CXgBLwEvAS8BLwEvAS/9shcAAAD//wMAtAygvJrkwJUAAAAASUVORK5CYII=) no-repeat 50% 50%}.iziModal.isAttachedTop .iziModal-header{border-top-left-radius:0;border-top-right-radius:0}.iziModal.isAttachedTop{margin-top:0!important;margin-bottom:auto!important;border-top-left-radius:0!important;border-top-right-radius:0!important}.iziModal.isAttachedBottom{margin-top:auto!important;margin-bottom:0!important;border-bottom-left-radius:0!important;border-bottom-right-radius:0!important}.iziModal.isFullscreen{max-width:100%!important;margin:0!important;height:100%!important;border-radius:0!important}.iziModal.isAttached{border-radius:0!important}.iziModal.hasScroll .iziModal-wrap{overflow-y:auto;overflow-x:hidden}html.iziModal-isOverflow{overflow:hidden}html.iziModal-isAttached body,html.iziModal-isOverflow body{overflow-y:scroll;position:relative}html.iziModal-isAttached{overflow:hidden}.iziModal ::-webkit-scrollbar{overflow:visible;height:7px;width:7px}.iziModal ::-webkit-scrollbar-thumb{background-color:rgba(0,0,0,.2);background-clip:padding-box;border:solid transparent;border-width:0;min-height:28px;padding:100px 0 0;box-shadow:inset 1px 1px 0 rgba(0,0,0,.1),inset 0 -1px 0 rgba(0,0,0,.07)}.iziModal ::-webkit-scrollbar-thumb:active{background-color:rgba(0,0,0,.4)}.iziModal ::-webkit-scrollbar-button{height:0;width:0}.iziModal ::-webkit-scrollbar-track{background-clip:padding-box;border:solid transparent;border-width:0 0 0 2px}.iziModal.transitionIn .iziModal-header{-webkit-animation:iziM-slideDown .7s cubic-bezier(.7,0,.3,1);-moz-animation:iziM-slideDown .7s cubic-bezier(.7,0,.3,1);animation:iziM-slideDown .7s cubic-bezier(.7,0,.3,1)}.iziModal.transitionIn .iziModal-header .iziModal-header-icon{-webkit-animation:iziM-revealIn 1s cubic-bezier(.16,.81,.32,1) both;-moz-animation:iziM-revealIn 1s cubic-bezier(.16,.81,.32,1) both;animation:iziM-revealIn 1s cubic-bezier(.16,.81,.32,1) both}.iziModal.transitionIn .iziModal-header .iziModal-header-subtitle,.iziModal.transitionIn .iziModal-header .iziModal-header-title{-webkit-animation:iziM-slideIn 1s cubic-bezier(.16,.81,.32,1) both;-moz-animation:iziM-slideIn 1s cubic-bezier(.16,.81,.32,1) both;animation:iziM-slideIn 1s cubic-bezier(.16,.81,.32,1) both}.iziModal.transitionIn .iziModal-header .iziModal-button{-webkit-animation:iziM-revealIn 1.2s cubic-bezier(.7,0,.3,1);-moz-animation:iziM-revealIn 1.2s cubic-bezier(.7,0,.3,1);animation:iziM-revealIn 1.2s cubic-bezier(.7,0,.3,1)}.iziModal.transitionIn .iziModal-iframe,.iziModal.transitionIn .iziModal-wrap{-webkit-animation:iziM-fadeIn 1.3s;-moz-animation:iziM-fadeIn 1.3s;animation:iziM-fadeIn 1.3s}.iziModal.transitionIn .iziModal-header{-webkit-animation-delay:0ms;-moz-animation:0ms;animation-delay:0ms}.iziModal.transitionIn .iziModal-header .iziModal-header-icon,.iziModal.transitionIn .iziModal-header .iziModal-header-title{-webkit-animation-delay:.4s;-moz-animation:.4s;animation-delay:.4s}.iziModal.transitionIn .iziModal-header .iziModal-header-subtitle{-webkit-animation-delay:.5s;-moz-animation:.5s;animation-delay:.5s}.iziModal.transitionOut .iziModal-header,.iziModal.transitionOut .iziModal-header *{transition:none!important}.iziModal .fadeOut,.iziModal-navigate.fadeOut,.iziModal-overlay.fadeOut,.iziModal.fadeOut{-webkit-animation:iziM-fadeOut .5s;-moz-animation:iziM-fadeOut .5s;animation:iziM-fadeOut .5s;animation-fill-mode:forwards}.iziModal .fadeIn,.iziModal-navigate.fadeIn,.iziModal-overlay.fadeIn,.iziModal.fadeIn{-webkit-animation:iziM-fadeIn .5s;-moz-animation:iziM-fadeIn .5s;animation:iziM-fadeIn .5s}.iziModal-overlay.comingIn,.iziModal.comingIn{-webkit-animation:iziM-comingIn .5s ease;-moz-animation:iziM-comingIn .5s ease;animation:iziM-comingIn .5s ease}.iziModal-overlay.comingOut,.iziModal.comingOut{-webkit-animation:iziM-comingOut .5s cubic-bezier(.16,.81,.32,1);-moz-animation:iziM-comingOut .5s cubic-bezier(.16,.81,.32,1);animation:iziM-comingOut .5s cubic-bezier(.16,.81,.32,1);animation-fill-mode:forwards}.iziModal-overlay.bounceInDown,.iziModal.bounceInDown{-webkit-animation:iziM-bounceInDown .7s ease;animation:iziM-bounceInDown .7s ease}.iziModal-overlay.bounceOutDown,.iziModal.bounceOutDown{-webkit-animation:iziM-bounceOutDown .7s ease;animation:iziM-bounceOutDown .7s ease}.iziModal-overlay.bounceInUp,.iziModal.bounceInUp{-webkit-animation:iziM-bounceInUp .7s ease;animation:iziM-bounceInUp .7s ease}.iziModal-overlay.bounceOutUp,.iziModal.bounceOutUp{-webkit-animation:iziM-bounceOutUp .7s ease;animation:iziM-bounceOutUp .7s ease}.iziModal-overlay.bounceInLeft,.iziModal.bounceInLeft{-webkit-animation:iziM-bounceInLeft .7s ease;animation:iziM-bounceInLeft .7s ease}.iziModal-overlay.bounceOutLeft,.iziModal.bounceOutLeft{-webkit-animation:iziM-bounceOutLeft .7s ease;animation:iziM-bounceOutLeft .7s ease}.iziModal-overlay.bounceInRight,.iziModal.bounceInRight{-webkit-animation:iziM-bounceInRight .7s ease;animation:iziM-bounceInRight .7s ease}.iziModal-overlay.bounceOutRight,.iziModal.bounceOutRight{-webkit-animation:iziM-bounceOutRight .7s ease;animation:iziM-bounceOutRight .7s ease}.iziModal-overlay.fadeInDown,.iziModal.fadeInDown{-webkit-animation:iziM-fadeInDown .7s cubic-bezier(.16,.81,.32,1);animation:iziM-fadeInDown .7s cubic-bezier(.16,.81,.32,1)}.iziModal-overlay.fadeOutDown,.iziModal.fadeOutDown{-webkit-animation:iziM-fadeOutDown .5s ease;animation:iziM-fadeOutDown .5s ease}.iziModal-overlay.fadeInUp,.iziModal.fadeInUp{-webkit-animation:iziM-fadeInUp .7s cubic-bezier(.16,.81,.32,1);animation:iziM-fadeInUp .7s cubic-bezier(.16,.81,.32,1)}.iziModal-overlay.fadeOutUp,.iziModal.fadeOutUp{-webkit-animation:iziM-fadeOutUp .5s ease;animation:iziM-fadeOutUp .5s ease}.iziModal-overlay.fadeInLeft,.iziModal.fadeInLeft{-webkit-animation:iziM-fadeInLeft .7s cubic-bezier(.16,.81,.32,1);animation:iziM-fadeInLeft .7s cubic-bezier(.16,.81,.32,1)}.iziModal-overlay.fadeOutLeft,.iziModal.fadeOutLeft{-webkit-animation:iziM-fadeOutLeft .5s ease;animation:iziM-fadeOutLeft .5s ease}.iziModal-overlay.fadeInRight,.iziModal.fadeInRight{-webkit-animation:iziM-fadeInRight .7s cubic-bezier(.16,.81,.32,1);animation:iziM-fadeInRight .7s cubic-bezier(.16,.81,.32,1)}.iziModal-overlay.fadeOutRight,.iziModal.fadeOutRight{-webkit-animation:iziM-fadeOutRight .5s ease;animation:iziM-fadeOutRight .5s ease}.iziModal-overlay.flipInX,.iziModal.flipInX{-webkit-animation:iziM-flipInX .7s ease;animation:iziM-flipInX .7s ease}.iziModal-overlay.flipOutX,.iziModal.flipOutX{-webkit-animation:iziM-flipOutX .7s ease;animation:iziM-flipOutX .7s ease}@-webkit-keyframes iziM-comingIn{0%{opacity:0;transform:scale(.9) translateY(-20px) perspective(600px) rotateX(10deg)}100%{opacity:1;transform:scale(1) translateY(0) perspective(600px) rotateX(0)}}@-moz-keyframes iziM-comingIn{0%{opacity:0;transform:scale(.9) translateY(-20px) perspective(600px) rotateX(10deg)}100%{opacity:1;transform:scale(1) translateY(0) perspective(600px) rotateX(0)}}@keyframes iziM-comingIn{0%{opacity:0;transform:scale(.9) translateY(-20px) perspective(600px) rotateX(10deg)}100%{opacity:1;transform:scale(1) translateY(0) perspective(600px) rotateX(0)}}@-webkit-keyframes iziM-comingOut{0%{opacity:1;transform:scale(1)}100%{opacity:0;transform:scale(.9)}}@-moz-keyframes iziM-comingOut{0%{opacity:1;transform:scale(1)}100%{opacity:0;transform:scale(.9)}}@keyframes iziM-comingOut{0%{opacity:1;transform:scale(1)}100%{opacity:0;transform:scale(.9)}}@-webkit-keyframes iziM-fadeOut{0%{opacity:1}100%{opacity:0}}@-moz-keyframes iziM-fadeOut{0%{opacity:1}100%{opacity:0}}@keyframes iziM-fadeOut{0%{opacity:1}100%{opacity:0}}@-webkit-keyframes iziM-fadeIn{0%{opacity:0}100%{opacity:1}}@-moz-keyframes iziM-fadeIn{0%{opacity:0}100%{opacity:1}}@keyframes iziM-fadeIn{0%{opacity:0}100%{opacity:1}}@-webkit-keyframes iziM-slideIn{0%{opacity:0;-webkit-transform:translateX(50px)}100%{opacity:1;-webkit-transform:translateX(0)}}@-moz-keyframes iziM-slideIn{0%{opacity:0;-moz-transform:translateX(50px)}100%{opacity:1;-moz-transform:translateX(0)}}@keyframes iziM-slideIn{0%{opacity:0;transform:translateX(50px)}100%{opacity:1;transform:translateX(0)}}@-webkit-keyframes iziM-slideDown{0%{opacity:0;-webkit-transform:scale(1,0) translateY(-40px);-webkit-transform-origin:center top}}@-moz-keyframes iziM-slideDown{0%{opacity:0;-moz-transform:scale(1,0) translateY(-40px);-moz-transform-origin:center top}}@keyframes iziM-slideDown{0%{opacity:0;transform:scale(1,0) translateY(-40px);transform-origin:center top}}@-webkit-keyframes iziM-revealIn{0%{opacity:0;-webkit-transform:scale3d(.3,.3,1)}}@-moz-keyframes iziM-revealIn{0%{opacity:0;-moz-transform:scale3d(.3,.3,1)}}@keyframes iziM-revealIn{0%{opacity:0;transform:scale3d(.3,.3,1)}}@-webkit-keyframes iziM-bounceInDown{60%,75%,90%,from,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,-1000px,0);transform:translate3d(0,-1000px,0)}60%{opacity:1;-webkit-transform:translate3d(0,25px,0);transform:translate3d(0,25px,0)}75%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}90%{-webkit-transform:translate3d(0,5px,0);transform:translate3d(0,5px,0)}to{-webkit-transform:none;transform:none}}@keyframes iziM-bounceInDown{60%,75%,90%,from,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,-1000px,0);transform:translate3d(0,-1000px,0)}60%{opacity:1;-webkit-transform:translate3d(0,25px,0);transform:translate3d(0,25px,0)}75%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}90%{-webkit-transform:translate3d(0,5px,0);transform:translate3d(0,5px,0)}to{-webkit-transform:none;transform:none}}@-webkit-keyframes iziM-bounceOutDown{20%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}40%,45%{opacity:1;-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0)}to{opacity:0;-webkit-transform:translate3d(0,1000px,0);transform:translate3d(0,1000px,0)}}@keyframes iziM-bounceOutDown{20%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}40%,45%{opacity:1;-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0)}to{opacity:0;-webkit-transform:translate3d(0,1000px,0);transform:translate3d(0,1000px,0)}}@-webkit-keyframes iziM-bounceInUp{60%,75%,90%,from,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}from{opacity:0;-webkit-transform:translate3d(0,1000px,0);transform:translate3d(0,1000px,0)}60%{opacity:1;-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0)}75%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}90%{-webkit-transform:translate3d(0,-5px,0);transform:translate3d(0,-5px,0)}to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}@keyframes iziM-bounceInUp{60%,75%,90%,from,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}from{opacity:0;-webkit-transform:translate3d(0,1000px,0);transform:translate3d(0,1000px,0)}60%{opacity:1;-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0)}75%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}90%{-webkit-transform:translate3d(0,-5px,0);transform:translate3d(0,-5px,0)}to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}@-webkit-keyframes iziM-bounceOutUp{20%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}40%,45%{opacity:1;-webkit-transform:translate3d(0,20px,0);transform:translate3d(0,20px,0)}to{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}}@keyframes iziM-bounceOutUp{20%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}40%,45%{opacity:1;-webkit-transform:translate3d(0,20px,0);transform:translate3d(0,20px,0)}to{opacity:0;-webkit-transform:translate3d(0,-1000px,0);transform:translate3d(0,-1000px,0)}}@-webkit-keyframes iziM-bounceInLeft{60%,75%,90%,from,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(-1000px,0,0);transform:translate3d(-1000px,0,0)}60%{opacity:1;-webkit-transform:translate3d(25px,0,0);transform:translate3d(25px,0,0)}75%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}90%{-webkit-transform:translate3d(5px,0,0);transform:translate3d(5px,0,0)}to{-webkit-transform:none;transform:none}}@keyframes iziM-bounceInLeft{60%,75%,90%,from,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(-1000px,0,0);transform:translate3d(-1000px,0,0)}60%{opacity:1;-webkit-transform:translate3d(25px,0,0);transform:translate3d(25px,0,0)}75%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}90%{-webkit-transform:translate3d(5px,0,0);transform:translate3d(5px,0,0)}to{-webkit-transform:none;transform:none}}@-webkit-keyframes iziM-bounceOutLeft{20%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}40%,45%{opacity:1;-webkit-transform:translate3d(20px,0,0);transform:translate3d(20px,0,0)}to{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}}@keyframes iziM-bounceOutLeft{20%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}40%,45%{opacity:1;-webkit-transform:translate3d(20px,0,0);transform:translate3d(20px,0,0)}to{opacity:0;-webkit-transform:translate3d(-1000px,0,0);transform:translate3d(-1000px,0,0)}}@-webkit-keyframes iziM-bounceInRight{60%,75%,90%,from,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}from{opacity:0;-webkit-transform:translate3d(1000px,0,0);transform:translate3d(1000px,0,0)}60%{opacity:1;-webkit-transform:translate3d(-20px,0,0);transform:translate3d(-20px,0,0)}75%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}90%{-webkit-transform:translate3d(-5px,0,0);transform:translate3d(-5px,0,0)}to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}@keyframes iziM-bounceInRight{60%,75%,90%,from,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}from{opacity:0;-webkit-transform:translate3d(1000px,0,0);transform:translate3d(1000px,0,0)}60%{opacity:1;-webkit-transform:translate3d(-20px,0,0);transform:translate3d(-20px,0,0)}75%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}90%{-webkit-transform:translate3d(-5px,0,0);transform:translate3d(-5px,0,0)}to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}@-webkit-keyframes iziM-bounceOutRight{20%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}40%,45%{opacity:1;-webkit-transform:translate3d(-20px,0,0);transform:translate3d(-20px,0,0)}to{opacity:0;-webkit-transform:translate3d(1000px,0,0);transform:translate3d(1000px,0,0)}}@keyframes iziM-bounceOutRight{20%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}40%,45%{opacity:1;-webkit-transform:translate3d(-20px,0,0);transform:translate3d(-20px,0,0)}to{opacity:0;-webkit-transform:translate3d(1000px,0,0);transform:translate3d(1000px,0,0)}}@-webkit-keyframes iziM-fadeInDown{from{opacity:0;-webkit-transform:translate3d(0,-100px,0);transform:translate3d(0,-100px,0)}to{opacity:1;-webkit-transform:none;transform:none}}@keyframes iziM-fadeInDown{from{opacity:0;-webkit-transform:translate3d(0,-100px,0);transform:translate3d(0,-100px,0)}to{opacity:1;-webkit-transform:none;transform:none}}@-webkit-keyframes iziM-fadeOutDown{from{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,100px,0);transform:translate3d(0,100px,0)}}@keyframes iziM-fadeOutDown{from{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,100px,0);transform:translate3d(0,100px,0)}}@-webkit-keyframes iziM-fadeInUp{from{opacity:0;-webkit-transform:translate3d(0,100px,0);transform:translate3d(0,100px,0)}to{opacity:1;-webkit-transform:none;transform:none}}@keyframes iziM-fadeInUp{from{opacity:0;-webkit-transform:translate3d(0,100px,0);transform:translate3d(0,100px,0)}to{opacity:1;-webkit-transform:none;transform:none}}@-webkit-keyframes iziM-fadeOutUp{from{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,-100px,0);transform:translate3d(0,-100px,0)}}@keyframes iziM-fadeOutUp{from{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,-100px,0);transform:translate3d(0,-100px,0)}}@-webkit-keyframes iziM-fadeInLeft{from{opacity:0;-webkit-transform:translate3d(-200px,0,0);transform:translate3d(-200px,0,0)}to{opacity:1;-webkit-transform:none;transform:none}}@keyframes iziM-fadeInLeft{from{opacity:0;-webkit-transform:translate3d(-200px,0,0);transform:translate3d(-200px,0,0)}to{opacity:1;-webkit-transform:none;transform:none}}@-webkit-keyframes iziM-fadeOutLeft{from{opacity:1}to{opacity:0;-webkit-transform:translate3d(-200px,0,0);transform:translate3d(-200px,0,0)}}@keyframes iziM-fadeOutLeft{from{opacity:1}to{opacity:0;-webkit-transform:translate3d(-200px,0,0);transform:translate3d(-200px,0,0)}}@-webkit-keyframes iziM-fadeInRight{from{opacity:0;-webkit-transform:translate3d(200px,0,0);transform:translate3d(200px,0,0)}to{opacity:1;-webkit-transform:none;transform:none}}@keyframes iziM-fadeInRight{from{opacity:0;-webkit-transform:translate3d(200px,0,0);transform:translate3d(200px,0,0)}to{opacity:1;-webkit-transform:none;transform:none}}@-webkit-keyframes iziM-fadeOutRight{from{opacity:1}to{opacity:0;-webkit-transform:translate3d(200px,0,0);transform:translate3d(200px,0,0)}}@keyframes iziM-fadeOutRight{from{opacity:1}to{opacity:0;-webkit-transform:translate3d(200px,0,0);transform:translate3d(200px,0,0)}}@-webkit-keyframes iziM-flipInX{0%{-webkit-transform:perspective(400px) rotateX(60deg);opacity:0}40%{-webkit-transform:perspective(400px) rotateX(-10deg)}70%{-webkit-transform:perspective(400px) rotateX(10deg)}100%{-webkit-transform:perspective(400px) rotateX(0);opacity:1}}@keyframes iziM-flipInX{0%{transform:perspective(400px) rotateX(60deg);opacity:0}40%{transform:perspective(400px) rotateX(-10deg)}70%{transform:perspective(400px) rotateX(10deg)}100%{transform:perspective(400px) rotateX(0);opacity:1}}@-webkit-keyframes iziM-flipOutX{from{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotate3d(1,0,0,-20deg);transform:perspective(400px) rotate3d(1,0,0,-20deg);opacity:1}to{-webkit-transform:perspective(400px) rotate3d(1,0,0,40deg);transform:perspective(400px) rotate3d(1,0,0,40deg);opacity:0}}@keyframes iziM-flipOutX{from{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotate3d(1,0,0,-20deg);transform:perspective(400px) rotate3d(1,0,0,-20deg);opacity:1}to{-webkit-transform:perspective(400px) rotate3d(1,0,0,40deg);transform:perspective(400px) rotate3d(1,0,0,40deg);opacity:0}}.fa{font-family:var(--fa-style-family,"Font Awesome 6 Free");font-weight:var(--fa-style,900)}.fa,.fa-brands,.fa-classic,.fa-regular,.fa-sharp,.fa-solid,.fab,.far,.fas{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;display:var(--fa-display,inline-block);font-style:normal;font-variant:normal;line-height:1;text-rendering:auto}.fa-classic,.fa-regular,.fa-solid,.far,.fas{font-family:"Font Awesome 6 Free"}.fa-brands,.fab{font-family:"Font Awesome 6 Brands"}.fa-1x{font-size:1em}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-6x{font-size:6em}.fa-7x{font-size:7em}.fa-8x{font-size:8em}.fa-9x{font-size:9em}.fa-10x{font-size:10em}.fa-2xs{font-size:.625em;line-height:.1em;vertical-align:.225em}.fa-xs{font-size:.75em;line-height:.08333em;vertical-align:.125em}.fa-sm{font-size:.875em;line-height:.07143em;vertical-align:.05357em}.fa-lg{font-size:1.25em;line-height:.05em;vertical-align:-.075em}.fa-xl{font-size:1.5em;line-height:.04167em;vertical-align:-.125em}.fa-2xl{font-size:2em;line-height:.03125em;vertical-align:-.1875em}.fa-fw{text-align:center;width:1.25em}.fa-ul{list-style-type:none;margin-left:var(--fa-li-margin,2.5em);padding-left:0}.fa-ul>li{position:relative}.fa-li{left:calc(var(--fa-li-width, 2em)*-1);position:absolute;text-align:center;width:var(--fa-li-width,2em);line-height:inherit}.fa-border{border-radius:var(--fa-border-radius,.1em);border:var(--fa-border-width,.08em) var(--fa-border-style,solid) var(--fa-border-color,#eee);padding:var(--fa-border-padding,.2em .25em .15em)}.fa-pull-left{float:left;margin-right:var(--fa-pull-margin,.3em)}.fa-pull-right{float:right;margin-left:var(--fa-pull-margin,.3em)}.fa-beat{-webkit-animation-name:fa-beat;animation-name:fa-beat;-webkit-animation-delay:var(--fa-animation-delay,0s);animation-delay:var(--fa-animation-delay,0s);-webkit-animation-direction:var(--fa-animation-direction,normal);animation-direction:var(--fa-animation-direction,normal);-webkit-animation-duration:var(--fa-animation-duration,1s);animation-duration:var(--fa-animation-duration,1s);-webkit-animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-iteration-count:var(--fa-animation-iteration-count,infinite);-webkit-animation-timing-function:var(--fa-animation-timing,ease-in-out);animation-timing-function:var(--fa-animation-timing,ease-in-out)}.fa-bounce{-webkit-animation-name:fa-bounce;animation-name:fa-bounce;-webkit-animation-delay:var(--fa-animation-delay,0s);animation-delay:var(--fa-animation-delay,0s);-webkit-animation-direction:var(--fa-animation-direction,normal);animation-direction:var(--fa-animation-direction,normal);-webkit-animation-duration:var(--fa-animation-duration,1s);animation-duration:var(--fa-animation-duration,1s);-webkit-animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-iteration-count:var(--fa-animation-iteration-count,infinite);-webkit-animation-timing-function:var(--fa-animation-timing,cubic-bezier(.28,.84,.42,1));animation-timing-function:var(--fa-animation-timing,cubic-bezier(.28,.84,.42,1))}.fa-fade{-webkit-animation-name:fa-fade;animation-name:fa-fade;-webkit-animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-iteration-count:var(--fa-animation-iteration-count,infinite);-webkit-animation-timing-function:var(--fa-animation-timing,cubic-bezier(.4,0,.6,1));animation-timing-function:var(--fa-animation-timing,cubic-bezier(.4,0,.6,1))}.fa-beat-fade,.fa-fade{-webkit-animation-delay:var(--fa-animation-delay,0s);animation-delay:var(--fa-animation-delay,0s);-webkit-animation-direction:var(--fa-animation-direction,normal);animation-direction:var(--fa-animation-direction,normal);-webkit-animation-duration:var(--fa-animation-duration,1s);animation-duration:var(--fa-animation-duration,1s)}.fa-beat-fade{-webkit-animation-name:fa-beat-fade;animation-name:fa-beat-fade;-webkit-animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-iteration-count:var(--fa-animation-iteration-count,infinite);-webkit-animation-timing-function:var(--fa-animation-timing,cubic-bezier(.4,0,.6,1));animation-timing-function:var(--fa-animation-timing,cubic-bezier(.4,0,.6,1))}.fa-flip{-webkit-animation-name:fa-flip;animation-name:fa-flip;-webkit-animation-delay:var(--fa-animation-delay,0s);animation-delay:var(--fa-animation-delay,0s);-webkit-animation-direction:var(--fa-animation-direction,normal);animation-direction:var(--fa-animation-direction,normal);-webkit-animation-duration:var(--fa-animation-duration,1s);animation-duration:var(--fa-animation-duration,1s);-webkit-animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-iteration-count:var(--fa-animation-iteration-count,infinite);-webkit-animation-timing-function:var(--fa-animation-timing,ease-in-out);animation-timing-function:var(--fa-animation-timing,ease-in-out)}.fa-shake{-webkit-animation-name:fa-shake;animation-name:fa-shake;-webkit-animation-duration:var(--fa-animation-duration,1s);animation-duration:var(--fa-animation-duration,1s);-webkit-animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-iteration-count:var(--fa-animation-iteration-count,infinite);-webkit-animation-timing-function:var(--fa-animation-timing,linear);animation-timing-function:var(--fa-animation-timing,linear)}.fa-shake,.fa-spin{-webkit-animation-delay:var(--fa-animation-delay,0s);animation-delay:var(--fa-animation-delay,0s);-webkit-animation-direction:var(--fa-animation-direction,normal);animation-direction:var(--fa-animation-direction,normal)}.fa-spin{-webkit-animation-name:fa-spin;animation-name:fa-spin;-webkit-animation-duration:var(--fa-animation-duration,2s);animation-duration:var(--fa-animation-duration,2s);-webkit-animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-iteration-count:var(--fa-animation-iteration-count,infinite);-webkit-animation-timing-function:var(--fa-animation-timing,linear);animation-timing-function:var(--fa-animation-timing,linear)}.fa-spin-reverse{--fa-animation-direction:reverse}.fa-pulse,.fa-spin-pulse{-webkit-animation-name:fa-spin;animation-name:fa-spin;-webkit-animation-direction:var(--fa-animation-direction,normal);animation-direction:var(--fa-animation-direction,normal);-webkit-animation-duration:var(--fa-animation-duration,1s);animation-duration:var(--fa-animation-duration,1s);-webkit-animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-iteration-count:var(--fa-animation-iteration-count,infinite);-webkit-animation-timing-function:var(--fa-animation-timing,steps(8));animation-timing-function:var(--fa-animation-timing,steps(8))}@media (prefers-reduced-motion:reduce){.fa-beat,.fa-beat-fade,.fa-bounce,.fa-fade,.fa-flip,.fa-pulse,.fa-shake,.fa-spin,.fa-spin-pulse{-webkit-animation-delay:-1ms;animation-delay:-1ms;-webkit-animation-duration:1ms;animation-duration:1ms;-webkit-animation-iteration-count:1;animation-iteration-count:1;-webkit-transition-delay:0s;transition-delay:0s;-webkit-transition-duration:0s;transition-duration:0s}}@-webkit-keyframes fa-beat{0%,90%{-webkit-transform:scale(1);transform:scale(1)}45%{-webkit-transform:scale(var(--fa-beat-scale,1.25));transform:scale(var(--fa-beat-scale,1.25))}}@keyframes fa-beat{0%,90%{-webkit-transform:scale(1);transform:scale(1)}45%{-webkit-transform:scale(var(--fa-beat-scale,1.25));transform:scale(var(--fa-beat-scale,1.25))}}@-webkit-keyframes fa-bounce{0%{-webkit-transform:scale(1) translateY(0);transform:scale(1) translateY(0)}10%{-webkit-transform:scale(var(--fa-bounce-start-scale-x,1.1),var(--fa-bounce-start-scale-y,.9)) translateY(0);transform:scale(var(--fa-bounce-start-scale-x,1.1),var(--fa-bounce-start-scale-y,.9)) translateY(0)}30%{-webkit-transform:scale(var(--fa-bounce-jump-scale-x,.9),var(--fa-bounce-jump-scale-y,1.1)) translateY(var(--fa-bounce-height,-.5em));transform:scale(var(--fa-bounce-jump-scale-x,.9),var(--fa-bounce-jump-scale-y,1.1)) translateY(var(--fa-bounce-height,-.5em))}50%{-webkit-transform:scale(var(--fa-bounce-land-scale-x,1.05),var(--fa-bounce-land-scale-y,.95)) translateY(0);transform:scale(var(--fa-bounce-land-scale-x,1.05),var(--fa-bounce-land-scale-y,.95)) translateY(0)}57%{-webkit-transform:scale(1) translateY(var(--fa-bounce-rebound,-.125em));transform:scale(1) translateY(var(--fa-bounce-rebound,-.125em))}64%{-webkit-transform:scale(1) translateY(0);transform:scale(1) translateY(0)}to{-webkit-transform:scale(1) translateY(0);transform:scale(1) translateY(0)}}@keyframes fa-bounce{0%{-webkit-transform:scale(1) translateY(0);transform:scale(1) translateY(0)}10%{-webkit-transform:scale(var(--fa-bounce-start-scale-x,1.1),var(--fa-bounce-start-scale-y,.9)) translateY(0);transform:scale(var(--fa-bounce-start-scale-x,1.1),var(--fa-bounce-start-scale-y,.9)) translateY(0)}30%{-webkit-transform:scale(var(--fa-bounce-jump-scale-x,.9),var(--fa-bounce-jump-scale-y,1.1)) translateY(var(--fa-bounce-height,-.5em));transform:scale(var(--fa-bounce-jump-scale-x,.9),var(--fa-bounce-jump-scale-y,1.1)) translateY(var(--fa-bounce-height,-.5em))}50%{-webkit-transform:scale(var(--fa-bounce-land-scale-x,1.05),var(--fa-bounce-land-scale-y,.95)) translateY(0);transform:scale(var(--fa-bounce-land-scale-x,1.05),var(--fa-bounce-land-scale-y,.95)) translateY(0)}57%{-webkit-transform:scale(1) translateY(var(--fa-bounce-rebound,-.125em));transform:scale(1) translateY(var(--fa-bounce-rebound,-.125em))}64%{-webkit-transform:scale(1) translateY(0);transform:scale(1) translateY(0)}to{-webkit-transform:scale(1) translateY(0);transform:scale(1) translateY(0)}}@-webkit-keyframes fa-fade{50%{opacity:var(--fa-fade-opacity,.4)}}@keyframes fa-fade{50%{opacity:var(--fa-fade-opacity,.4)}}@-webkit-keyframes fa-beat-fade{0%,to{opacity:var(--fa-beat-fade-opacity,.4);-webkit-transform:scale(1);transform:scale(1)}50%{opacity:1;-webkit-transform:scale(var(--fa-beat-fade-scale,1.125));transform:scale(var(--fa-beat-fade-scale,1.125))}}@keyframes fa-beat-fade{0%,to{opacity:var(--fa-beat-fade-opacity,.4);-webkit-transform:scale(1);transform:scale(1)}50%{opacity:1;-webkit-transform:scale(var(--fa-beat-fade-scale,1.125));transform:scale(var(--fa-beat-fade-scale,1.125))}}@-webkit-keyframes fa-flip{50%{-webkit-transform:rotate3d(var(--fa-flip-x,0),var(--fa-flip-y,1),var(--fa-flip-z,0),var(--fa-flip-angle,-180deg));transform:rotate3d(var(--fa-flip-x,0),var(--fa-flip-y,1),var(--fa-flip-z,0),var(--fa-flip-angle,-180deg))}}@keyframes fa-flip{50%{-webkit-transform:rotate3d(var(--fa-flip-x,0),var(--fa-flip-y,1),var(--fa-flip-z,0),var(--fa-flip-angle,-180deg));transform:rotate3d(var(--fa-flip-x,0),var(--fa-flip-y,1),var(--fa-flip-z,0),var(--fa-flip-angle,-180deg))}}@-webkit-keyframes fa-shake{0%{-webkit-transform:rotate(-15deg);transform:rotate(-15deg)}4%{-webkit-transform:rotate(15deg);transform:rotate(15deg)}8%,24%{-webkit-transform:rotate(-18deg);transform:rotate(-18deg)}12%,28%{-webkit-transform:rotate(18deg);transform:rotate(18deg)}16%{-webkit-transform:rotate(-22deg);transform:rotate(-22deg)}20%{-webkit-transform:rotate(22deg);transform:rotate(22deg)}32%{-webkit-transform:rotate(-12deg);transform:rotate(-12deg)}36%{-webkit-transform:rotate(12deg);transform:rotate(12deg)}40%,to{-webkit-transform:rotate(0deg);transform:rotate(0deg)}}@keyframes fa-shake{0%{-webkit-transform:rotate(-15deg);transform:rotate(-15deg)}4%{-webkit-transform:rotate(15deg);transform:rotate(15deg)}8%,24%{-webkit-transform:rotate(-18deg);transform:rotate(-18deg)}12%,28%{-webkit-transform:rotate(18deg);transform:rotate(18deg)}16%{-webkit-transform:rotate(-22deg);transform:rotate(-22deg)}20%{-webkit-transform:rotate(22deg);transform:rotate(22deg)}32%{-webkit-transform:rotate(-12deg);transform:rotate(-12deg)}36%{-webkit-transform:rotate(12deg);transform:rotate(12deg)}40%,to{-webkit-transform:rotate(0deg);transform:rotate(0deg)}}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}.fa-rotate-90{-webkit-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{-webkit-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{-webkit-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{-webkit-transform:scaleX(-1);transform:scaleX(-1)}.fa-flip-vertical{-webkit-transform:scaleY(-1);transform:scaleY(-1)}.fa-flip-both,.fa-flip-horizontal.fa-flip-vertical{-webkit-transform:scale(-1);transform:scale(-1)}.fa-rotate-by{-webkit-transform:rotate(var(--fa-rotate-angle,none));transform:rotate(var(--fa-rotate-angle,none))}.fa-stack{display:inline-block;height:2em;line-height:2em;position:relative;vertical-align:middle;width:2.5em}.fa-stack-1x,.fa-stack-2x{left:0;position:absolute;text-align:center;width:100%;z-index:var(--fa-stack-z-index,auto)}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:var(--fa-inverse,#fff)}
.fa-0:before{content:"\30"}.fa-1:before{content:"\31"}.fa-2:before{content:"\32"}.fa-3:before{content:"\33"}.fa-4:before{content:"\34"}.fa-5:before{content:"\35"}.fa-6:before{content:"\36"}.fa-7:before{content:"\37"}.fa-8:before{content:"\38"}.fa-9:before{content:"\39"}.fa-fill-drip:before{content:"\f576"}.fa-arrows-to-circle:before{content:"\e4bd"}.fa-chevron-circle-right:before,.fa-circle-chevron-right:before{content:"\f138"}.fa-at:before{content:"\40"}.fa-trash-alt:before,.fa-trash-can:before{content:"\f2ed"}.fa-text-height:before{content:"\f034"}.fa-user-times:before,.fa-user-xmark:before{content:"\f235"}.fa-stethoscope:before{content:"\f0f1"}.fa-comment-alt:before,.fa-message:before{content:"\f27a"}.fa-info:before{content:"\f129"}.fa-compress-alt:before,.fa-down-left-and-up-right-to-center:before{content:"\f422"}.fa-explosion:before{content:"\e4e9"}.fa-file-alt:before,.fa-file-lines:before,.fa-file-text:before{content:"\f15c"}.fa-wave-square:before{content:"\f83e"}.fa-ring:before{content:"\f70b"}.fa-building-un:before{content:"\e4d9"}.fa-dice-three:before{content:"\f527"}.fa-calendar-alt:before,.fa-calendar-days:before{content:"\f073"}.fa-anchor-circle-check:before{content:"\e4aa"}.fa-building-circle-arrow-right:before{content:"\e4d1"}.fa-volleyball-ball:before,.fa-volleyball:before{content:"\f45f"}.fa-arrows-up-to-line:before{content:"\e4c2"}.fa-sort-desc:before,.fa-sort-down:before{content:"\f0dd"}.fa-circle-minus:before,.fa-minus-circle:before{content:"\f056"}.fa-door-open:before{content:"\f52b"}.fa-right-from-bracket:before,.fa-sign-out-alt:before{content:"\f2f5"}.fa-atom:before{content:"\f5d2"}.fa-soap:before{content:"\e06e"}.fa-heart-music-camera-bolt:before,.fa-icons:before{content:"\f86d"}.fa-microphone-alt-slash:before,.fa-microphone-lines-slash:before{content:"\f539"}.fa-bridge-circle-check:before{content:"\e4c9"}.fa-pump-medical:before{content:"\e06a"}.fa-fingerprint:before{content:"\f577"}.fa-hand-point-right:before{content:"\f0a4"}.fa-magnifying-glass-location:before,.fa-search-location:before{content:"\f689"}.fa-forward-step:before,.fa-step-forward:before{content:"\f051"}.fa-face-smile-beam:before,.fa-smile-beam:before{content:"\f5b8"}.fa-flag-checkered:before{content:"\f11e"}.fa-football-ball:before,.fa-football:before{content:"\f44e"}.fa-school-circle-exclamation:before{content:"\e56c"}.fa-crop:before{content:"\f125"}.fa-angle-double-down:before,.fa-angles-down:before{content:"\f103"}.fa-users-rectangle:before{content:"\e594"}.fa-people-roof:before{content:"\e537"}.fa-people-line:before{content:"\e534"}.fa-beer-mug-empty:before,.fa-beer:before{content:"\f0fc"}.fa-diagram-predecessor:before{content:"\e477"}.fa-arrow-up-long:before,.fa-long-arrow-up:before{content:"\f176"}.fa-burn:before,.fa-fire-flame-simple:before{content:"\f46a"}.fa-male:before,.fa-person:before{content:"\f183"}.fa-laptop:before{content:"\f109"}.fa-file-csv:before{content:"\f6dd"}.fa-menorah:before{content:"\f676"}.fa-truck-plane:before{content:"\e58f"}.fa-record-vinyl:before{content:"\f8d9"}.fa-face-grin-stars:before,.fa-grin-stars:before{content:"\f587"}.fa-bong:before{content:"\f55c"}.fa-pastafarianism:before,.fa-spaghetti-monster-flying:before{content:"\f67b"}.fa-arrow-down-up-across-line:before{content:"\e4af"}.fa-spoon:before,.fa-utensil-spoon:before{content:"\f2e5"}.fa-jar-wheat:before{content:"\e517"}.fa-envelopes-bulk:before,.fa-mail-bulk:before{content:"\f674"}.fa-file-circle-exclamation:before{content:"\e4eb"}.fa-circle-h:before,.fa-hospital-symbol:before{content:"\f47e"}.fa-pager:before{content:"\f815"}.fa-address-book:before,.fa-contact-book:before{content:"\f2b9"}.fa-strikethrough:before{content:"\f0cc"}.fa-k:before{content:"\4b"}.fa-landmark-flag:before{content:"\e51c"}.fa-pencil-alt:before,.fa-pencil:before{content:"\f303"}.fa-backward:before{content:"\f04a"}.fa-caret-right:before{content:"\f0da"}.fa-comments:before{content:"\f086"}.fa-file-clipboard:before,.fa-paste:before{content:"\f0ea"}.fa-code-pull-request:before{content:"\e13c"}.fa-clipboard-list:before{content:"\f46d"}.fa-truck-loading:before,.fa-truck-ramp-box:before{content:"\f4de"}.fa-user-check:before{content:"\f4fc"}.fa-vial-virus:before{content:"\e597"}.fa-sheet-plastic:before{content:"\e571"}.fa-blog:before{content:"\f781"}.fa-user-ninja:before{content:"\f504"}.fa-person-arrow-up-from-line:before{content:"\e539"}.fa-scroll-torah:before,.fa-torah:before{content:"\f6a0"}.fa-broom-ball:before,.fa-quidditch-broom-ball:before,.fa-quidditch:before{content:"\f458"}.fa-toggle-off:before{content:"\f204"}.fa-archive:before,.fa-box-archive:before{content:"\f187"}.fa-person-drowning:before{content:"\e545"}.fa-arrow-down-9-1:before,.fa-sort-numeric-desc:before,.fa-sort-numeric-down-alt:before{content:"\f886"}.fa-face-grin-tongue-squint:before,.fa-grin-tongue-squint:before{content:"\f58a"}.fa-spray-can:before{content:"\f5bd"}.fa-truck-monster:before{content:"\f63b"}.fa-w:before{content:"\57"}.fa-earth-africa:before,.fa-globe-africa:before{content:"\f57c"}.fa-rainbow:before{content:"\f75b"}.fa-circle-notch:before{content:"\f1ce"}.fa-tablet-alt:before,.fa-tablet-screen-button:before{content:"\f3fa"}.fa-paw:before{content:"\f1b0"}.fa-cloud:before{content:"\f0c2"}.fa-trowel-bricks:before{content:"\e58a"}.fa-face-flushed:before,.fa-flushed:before{content:"\f579"}.fa-hospital-user:before{content:"\f80d"}.fa-tent-arrow-left-right:before{content:"\e57f"}.fa-gavel:before,.fa-legal:before{content:"\f0e3"}.fa-binoculars:before{content:"\f1e5"}.fa-microphone-slash:before{content:"\f131"}.fa-box-tissue:before{content:"\e05b"}.fa-motorcycle:before{content:"\f21c"}.fa-bell-concierge:before,.fa-concierge-bell:before{content:"\f562"}.fa-pen-ruler:before,.fa-pencil-ruler:before{content:"\f5ae"}.fa-people-arrows-left-right:before,.fa-people-arrows:before{content:"\e068"}.fa-mars-and-venus-burst:before{content:"\e523"}.fa-caret-square-right:before,.fa-square-caret-right:before{content:"\f152"}.fa-cut:before,.fa-scissors:before{content:"\f0c4"}.fa-sun-plant-wilt:before{content:"\e57a"}.fa-toilets-portable:before{content:"\e584"}.fa-hockey-puck:before{content:"\f453"}.fa-table:before{content:"\f0ce"}.fa-magnifying-glass-arrow-right:before{content:"\e521"}.fa-digital-tachograph:before,.fa-tachograph-digital:before{content:"\f566"}.fa-users-slash:before{content:"\e073"}.fa-clover:before{content:"\e139"}.fa-mail-reply:before,.fa-reply:before{content:"\f3e5"}.fa-star-and-crescent:before{content:"\f699"}.fa-house-fire:before{content:"\e50c"}.fa-minus-square:before,.fa-square-minus:before{content:"\f146"}.fa-helicopter:before{content:"\f533"}.fa-compass:before{content:"\f14e"}.fa-caret-square-down:before,.fa-square-caret-down:before{content:"\f150"}.fa-file-circle-question:before{content:"\e4ef"}.fa-laptop-code:before{content:"\f5fc"}.fa-swatchbook:before{content:"\f5c3"}.fa-prescription-bottle:before{content:"\f485"}.fa-bars:before,.fa-navicon:before{content:"\f0c9"}.fa-people-group:before{content:"\e533"}.fa-hourglass-3:before,.fa-hourglass-end:before{content:"\f253"}.fa-heart-broken:before,.fa-heart-crack:before{content:"\f7a9"}.fa-external-link-square-alt:before,.fa-square-up-right:before{content:"\f360"}.fa-face-kiss-beam:before,.fa-kiss-beam:before{content:"\f597"}.fa-film:before{content:"\f008"}.fa-ruler-horizontal:before{content:"\f547"}.fa-people-robbery:before{content:"\e536"}.fa-lightbulb:before{content:"\f0eb"}.fa-caret-left:before{content:"\f0d9"}.fa-circle-exclamation:before,.fa-exclamation-circle:before{content:"\f06a"}.fa-school-circle-xmark:before{content:"\e56d"}.fa-arrow-right-from-bracket:before,.fa-sign-out:before{content:"\f08b"}.fa-chevron-circle-down:before,.fa-circle-chevron-down:before{content:"\f13a"}.fa-unlock-alt:before,.fa-unlock-keyhole:before{content:"\f13e"}.fa-cloud-showers-heavy:before{content:"\f740"}.fa-headphones-alt:before,.fa-headphones-simple:before{content:"\f58f"}.fa-sitemap:before{content:"\f0e8"}.fa-circle-dollar-to-slot:before,.fa-donate:before{content:"\f4b9"}.fa-memory:before{content:"\f538"}.fa-road-spikes:before{content:"\e568"}.fa-fire-burner:before{content:"\e4f1"}.fa-flag:before{content:"\f024"}.fa-hanukiah:before{content:"\f6e6"}.fa-feather:before{content:"\f52d"}.fa-volume-down:before,.fa-volume-low:before{content:"\f027"}.fa-comment-slash:before{content:"\f4b3"}.fa-cloud-sun-rain:before{content:"\f743"}.fa-compress:before{content:"\f066"}.fa-wheat-alt:before,.fa-wheat-awn:before{content:"\e2cd"}.fa-ankh:before{content:"\f644"}.fa-hands-holding-child:before{content:"\e4fa"}.fa-asterisk:before{content:"\2a"}.fa-check-square:before,.fa-square-check:before{content:"\f14a"}.fa-peseta-sign:before{content:"\e221"}.fa-header:before,.fa-heading:before{content:"\f1dc"}.fa-ghost:before{content:"\f6e2"}.fa-list-squares:before,.fa-list:before{content:"\f03a"}.fa-phone-square-alt:before,.fa-square-phone-flip:before{content:"\f87b"}.fa-cart-plus:before{content:"\f217"}.fa-gamepad:before{content:"\f11b"}.fa-circle-dot:before,.fa-dot-circle:before{content:"\f192"}.fa-dizzy:before,.fa-face-dizzy:before{content:"\f567"}.fa-egg:before{content:"\f7fb"}.fa-house-medical-circle-xmark:before{content:"\e513"}.fa-campground:before{content:"\f6bb"}.fa-folder-plus:before{content:"\f65e"}.fa-futbol-ball:before,.fa-futbol:before,.fa-soccer-ball:before{content:"\f1e3"}.fa-paint-brush:before,.fa-paintbrush:before{content:"\f1fc"}.fa-lock:before{content:"\f023"}.fa-gas-pump:before{content:"\f52f"}.fa-hot-tub-person:before,.fa-hot-tub:before{content:"\f593"}.fa-map-location:before,.fa-map-marked:before{content:"\f59f"}.fa-house-flood-water:before{content:"\e50e"}.fa-tree:before{content:"\f1bb"}.fa-bridge-lock:before{content:"\e4cc"}.fa-sack-dollar:before{content:"\f81d"}.fa-edit:before,.fa-pen-to-square:before{content:"\f044"}.fa-car-side:before{content:"\f5e4"}.fa-share-alt:before,.fa-share-nodes:before{content:"\f1e0"}.fa-heart-circle-minus:before{content:"\e4ff"}.fa-hourglass-2:before,.fa-hourglass-half:before{content:"\f252"}.fa-microscope:before{content:"\f610"}.fa-sink:before{content:"\e06d"}.fa-bag-shopping:before,.fa-shopping-bag:before{content:"\f290"}.fa-arrow-down-z-a:before,.fa-sort-alpha-desc:before,.fa-sort-alpha-down-alt:before{content:"\f881"}.fa-mitten:before{content:"\f7b5"}.fa-person-rays:before{content:"\e54d"}.fa-users:before{content:"\f0c0"}.fa-eye-slash:before{content:"\f070"}.fa-flask-vial:before{content:"\e4f3"}.fa-hand-paper:before,.fa-hand:before{content:"\f256"}.fa-om:before{content:"\f679"}.fa-worm:before{content:"\e599"}.fa-house-circle-xmark:before{content:"\e50b"}.fa-plug:before{content:"\f1e6"}.fa-chevron-up:before{content:"\f077"}.fa-hand-spock:before{content:"\f259"}.fa-stopwatch:before{content:"\f2f2"}.fa-face-kiss:before,.fa-kiss:before{content:"\f596"}.fa-bridge-circle-xmark:before{content:"\e4cb"}.fa-face-grin-tongue:before,.fa-grin-tongue:before{content:"\f589"}.fa-chess-bishop:before{content:"\f43a"}.fa-face-grin-wink:before,.fa-grin-wink:before{content:"\f58c"}.fa-deaf:before,.fa-deafness:before,.fa-ear-deaf:before,.fa-hard-of-hearing:before{content:"\f2a4"}.fa-road-circle-check:before{content:"\e564"}.fa-dice-five:before{content:"\f523"}.fa-rss-square:before,.fa-square-rss:before{content:"\f143"}.fa-land-mine-on:before{content:"\e51b"}.fa-i-cursor:before{content:"\f246"}.fa-stamp:before{content:"\f5bf"}.fa-stairs:before{content:"\e289"}.fa-i:before{content:"\49"}.fa-hryvnia-sign:before,.fa-hryvnia:before{content:"\f6f2"}.fa-pills:before{content:"\f484"}.fa-face-grin-wide:before,.fa-grin-alt:before{content:"\f581"}.fa-tooth:before{content:"\f5c9"}.fa-v:before{content:"\56"}.fa-bangladeshi-taka-sign:before{content:"\e2e6"}.fa-bicycle:before{content:"\f206"}.fa-rod-asclepius:before,.fa-rod-snake:before,.fa-staff-aesculapius:before,.fa-staff-snake:before{content:"\e579"}.fa-head-side-cough-slash:before{content:"\e062"}.fa-ambulance:before,.fa-truck-medical:before{content:"\f0f9"}.fa-wheat-awn-circle-exclamation:before{content:"\e598"}.fa-snowman:before{content:"\f7d0"}.fa-mortar-pestle:before{content:"\f5a7"}.fa-road-barrier:before{content:"\e562"}.fa-school:before{content:"\f549"}.fa-igloo:before{content:"\f7ae"}.fa-joint:before{content:"\f595"}.fa-angle-right:before{content:"\f105"}.fa-horse:before{content:"\f6f0"}.fa-q:before{content:"\51"}.fa-g:before{content:"\47"}.fa-notes-medical:before{content:"\f481"}.fa-temperature-2:before,.fa-temperature-half:before,.fa-thermometer-2:before,.fa-thermometer-half:before{content:"\f2c9"}.fa-dong-sign:before{content:"\e169"}.fa-capsules:before{content:"\f46b"}.fa-poo-bolt:before,.fa-poo-storm:before{content:"\f75a"}.fa-face-frown-open:before,.fa-frown-open:before{content:"\f57a"}.fa-hand-point-up:before{content:"\f0a6"}.fa-money-bill:before{content:"\f0d6"}.fa-bookmark:before{content:"\f02e"}.fa-align-justify:before{content:"\f039"}.fa-umbrella-beach:before{content:"\f5ca"}.fa-helmet-un:before{content:"\e503"}.fa-bullseye:before{content:"\f140"}.fa-bacon:before{content:"\f7e5"}.fa-hand-point-down:before{content:"\f0a7"}.fa-arrow-up-from-bracket:before{content:"\e09a"}.fa-folder-blank:before,.fa-folder:before{content:"\f07b"}.fa-file-medical-alt:before,.fa-file-waveform:before{content:"\f478"}.fa-radiation:before{content:"\f7b9"}.fa-chart-simple:before{content:"\e473"}.fa-mars-stroke:before{content:"\f229"}.fa-vial:before{content:"\f492"}.fa-dashboard:before,.fa-gauge-med:before,.fa-gauge:before,.fa-tachometer-alt-average:before{content:"\f624"}.fa-magic-wand-sparkles:before,.fa-wand-magic-sparkles:before{content:"\e2ca"}.fa-e:before{content:"\45"}.fa-pen-alt:before,.fa-pen-clip:before{content:"\f305"}.fa-bridge-circle-exclamation:before{content:"\e4ca"}.fa-user:before{content:"\f007"}.fa-school-circle-check:before{content:"\e56b"}.fa-dumpster:before{content:"\f793"}.fa-shuttle-van:before,.fa-van-shuttle:before{content:"\f5b6"}.fa-building-user:before{content:"\e4da"}.fa-caret-square-left:before,.fa-square-caret-left:before{content:"\f191"}.fa-highlighter:before{content:"\f591"}.fa-key:before{content:"\f084"}.fa-bullhorn:before{content:"\f0a1"}.fa-globe:before{content:"\f0ac"}.fa-synagogue:before{content:"\f69b"}.fa-person-half-dress:before{content:"\e548"}.fa-road-bridge:before{content:"\e563"}.fa-location-arrow:before{content:"\f124"}.fa-c:before{content:"\43"}.fa-tablet-button:before{content:"\f10a"}.fa-building-lock:before{content:"\e4d6"}.fa-pizza-slice:before{content:"\f818"}.fa-money-bill-wave:before{content:"\f53a"}.fa-area-chart:before,.fa-chart-area:before{content:"\f1fe"}.fa-house-flag:before{content:"\e50d"}.fa-person-circle-minus:before{content:"\e540"}.fa-ban:before,.fa-cancel:before{content:"\f05e"}.fa-camera-rotate:before{content:"\e0d8"}.fa-air-freshener:before,.fa-spray-can-sparkles:before{content:"\f5d0"}.fa-star:before{content:"\f005"}.fa-repeat:before{content:"\f363"}.fa-cross:before{content:"\f654"}.fa-box:before{content:"\f466"}.fa-venus-mars:before{content:"\f228"}.fa-arrow-pointer:before,.fa-mouse-pointer:before{content:"\f245"}.fa-expand-arrows-alt:before,.fa-maximize:before{content:"\f31e"}.fa-charging-station:before{content:"\f5e7"}.fa-shapes:before,.fa-triangle-circle-square:before{content:"\f61f"}.fa-random:before,.fa-shuffle:before{content:"\f074"}.fa-person-running:before,.fa-running:before{content:"\f70c"}.fa-mobile-retro:before{content:"\e527"}.fa-grip-lines-vertical:before{content:"\f7a5"}.fa-spider:before{content:"\f717"}.fa-hands-bound:before{content:"\e4f9"}.fa-file-invoice-dollar:before{content:"\f571"}.fa-plane-circle-exclamation:before{content:"\e556"}.fa-x-ray:before{content:"\f497"}.fa-spell-check:before{content:"\f891"}.fa-slash:before{content:"\f715"}.fa-computer-mouse:before,.fa-mouse:before{content:"\f8cc"}.fa-arrow-right-to-bracket:before,.fa-sign-in:before{content:"\f090"}.fa-shop-slash:before,.fa-store-alt-slash:before{content:"\e070"}.fa-server:before{content:"\f233"}.fa-virus-covid-slash:before{content:"\e4a9"}.fa-shop-lock:before{content:"\e4a5"}.fa-hourglass-1:before,.fa-hourglass-start:before{content:"\f251"}.fa-blender-phone:before{content:"\f6b6"}.fa-building-wheat:before{content:"\e4db"}.fa-person-breastfeeding:before{content:"\e53a"}.fa-right-to-bracket:before,.fa-sign-in-alt:before{content:"\f2f6"}.fa-venus:before{content:"\f221"}.fa-passport:before{content:"\f5ab"}.fa-heart-pulse:before,.fa-heartbeat:before{content:"\f21e"}.fa-people-carry-box:before,.fa-people-carry:before{content:"\f4ce"}.fa-temperature-high:before{content:"\f769"}.fa-microchip:before{content:"\f2db"}.fa-crown:before{content:"\f521"}.fa-weight-hanging:before{content:"\f5cd"}.fa-xmarks-lines:before{content:"\e59a"}.fa-file-prescription:before{content:"\f572"}.fa-weight-scale:before,.fa-weight:before{content:"\f496"}.fa-user-friends:before,.fa-user-group:before{content:"\f500"}.fa-arrow-up-a-z:before,.fa-sort-alpha-up:before{content:"\f15e"}.fa-chess-knight:before{content:"\f441"}.fa-face-laugh-squint:before,.fa-laugh-squint:before{content:"\f59b"}.fa-wheelchair:before{content:"\f193"}.fa-arrow-circle-up:before,.fa-circle-arrow-up:before{content:"\f0aa"}.fa-toggle-on:before{content:"\f205"}.fa-person-walking:before,.fa-walking:before{content:"\f554"}.fa-l:before{content:"\4c"}.fa-fire:before{content:"\f06d"}.fa-bed-pulse:before,.fa-procedures:before{content:"\f487"}.fa-shuttle-space:before,.fa-space-shuttle:before{content:"\f197"}.fa-face-laugh:before,.fa-laugh:before{content:"\f599"}.fa-folder-open:before{content:"\f07c"}.fa-heart-circle-plus:before{content:"\e500"}.fa-code-fork:before{content:"\e13b"}.fa-city:before{content:"\f64f"}.fa-microphone-alt:before,.fa-microphone-lines:before{content:"\f3c9"}.fa-pepper-hot:before{content:"\f816"}.fa-unlock:before{content:"\f09c"}.fa-colon-sign:before{content:"\e140"}.fa-headset:before{content:"\f590"}.fa-store-slash:before{content:"\e071"}.fa-road-circle-xmark:before{content:"\e566"}.fa-user-minus:before{content:"\f503"}.fa-mars-stroke-up:before,.fa-mars-stroke-v:before{content:"\f22a"}.fa-champagne-glasses:before,.fa-glass-cheers:before{content:"\f79f"}.fa-clipboard:before{content:"\f328"}.fa-house-circle-exclamation:before{content:"\e50a"}.fa-file-arrow-up:before,.fa-file-upload:before{content:"\f574"}.fa-wifi-3:before,.fa-wifi-strong:before,.fa-wifi:before{content:"\f1eb"}.fa-bath:before,.fa-bathtub:before{content:"\f2cd"}.fa-underline:before{content:"\f0cd"}.fa-user-edit:before,.fa-user-pen:before{content:"\f4ff"}.fa-signature:before{content:"\f5b7"}.fa-stroopwafel:before{content:"\f551"}.fa-bold:before{content:"\f032"}.fa-anchor-lock:before{content:"\e4ad"}.fa-building-ngo:before{content:"\e4d7"}.fa-manat-sign:before{content:"\e1d5"}.fa-not-equal:before{content:"\f53e"}.fa-border-style:before,.fa-border-top-left:before{content:"\f853"}.fa-map-location-dot:before,.fa-map-marked-alt:before{content:"\f5a0"}.fa-jedi:before{content:"\f669"}.fa-poll:before,.fa-square-poll-vertical:before{content:"\f681"}.fa-mug-hot:before{content:"\f7b6"}.fa-battery-car:before,.fa-car-battery:before{content:"\f5df"}.fa-gift:before{content:"\f06b"}.fa-dice-two:before{content:"\f528"}.fa-chess-queen:before{content:"\f445"}.fa-glasses:before{content:"\f530"}.fa-chess-board:before{content:"\f43c"}.fa-building-circle-check:before{content:"\e4d2"}.fa-person-chalkboard:before{content:"\e53d"}.fa-mars-stroke-h:before,.fa-mars-stroke-right:before{content:"\f22b"}.fa-hand-back-fist:before,.fa-hand-rock:before{content:"\f255"}.fa-caret-square-up:before,.fa-square-caret-up:before{content:"\f151"}.fa-cloud-showers-water:before{content:"\e4e4"}.fa-bar-chart:before,.fa-chart-bar:before{content:"\f080"}.fa-hands-bubbles:before,.fa-hands-wash:before{content:"\e05e"}.fa-less-than-equal:before{content:"\f537"}.fa-train:before{content:"\f238"}.fa-eye-low-vision:before,.fa-low-vision:before{content:"\f2a8"}.fa-crow:before{content:"\f520"}.fa-sailboat:before{content:"\e445"}.fa-window-restore:before{content:"\f2d2"}.fa-plus-square:before,.fa-square-plus:before{content:"\f0fe"}.fa-torii-gate:before{content:"\f6a1"}.fa-frog:before{content:"\f52e"}.fa-bucket:before{content:"\e4cf"}.fa-image:before{content:"\f03e"}.fa-microphone:before{content:"\f130"}.fa-cow:before{content:"\f6c8"}.fa-caret-up:before{content:"\f0d8"}.fa-screwdriver:before{content:"\f54a"}.fa-folder-closed:before{content:"\e185"}.fa-house-tsunami:before{content:"\e515"}.fa-square-nfi:before{content:"\e576"}.fa-arrow-up-from-ground-water:before{content:"\e4b5"}.fa-glass-martini-alt:before,.fa-martini-glass:before{content:"\f57b"}.fa-rotate-back:before,.fa-rotate-backward:before,.fa-rotate-left:before,.fa-undo-alt:before{content:"\f2ea"}.fa-columns:before,.fa-table-columns:before{content:"\f0db"}.fa-lemon:before{content:"\f094"}.fa-head-side-mask:before{content:"\e063"}.fa-handshake:before{content:"\f2b5"}.fa-gem:before{content:"\f3a5"}.fa-dolly-box:before,.fa-dolly:before{content:"\f472"}.fa-smoking:before{content:"\f48d"}.fa-compress-arrows-alt:before,.fa-minimize:before{content:"\f78c"}.fa-monument:before{content:"\f5a6"}.fa-snowplow:before{content:"\f7d2"}.fa-angle-double-right:before,.fa-angles-right:before{content:"\f101"}.fa-cannabis:before{content:"\f55f"}.fa-circle-play:before,.fa-play-circle:before{content:"\f144"}.fa-tablets:before{content:"\f490"}.fa-ethernet:before{content:"\f796"}.fa-eur:before,.fa-euro-sign:before,.fa-euro:before{content:"\f153"}.fa-chair:before{content:"\f6c0"}.fa-check-circle:before,.fa-circle-check:before{content:"\f058"}.fa-circle-stop:before,.fa-stop-circle:before{content:"\f28d"}.fa-compass-drafting:before,.fa-drafting-compass:before{content:"\f568"}.fa-plate-wheat:before{content:"\e55a"}.fa-icicles:before{content:"\f7ad"}.fa-person-shelter:before{content:"\e54f"}.fa-neuter:before{content:"\f22c"}.fa-id-badge:before{content:"\f2c1"}.fa-marker:before{content:"\f5a1"}.fa-face-laugh-beam:before,.fa-laugh-beam:before{content:"\f59a"}.fa-helicopter-symbol:before{content:"\e502"}.fa-universal-access:before{content:"\f29a"}.fa-chevron-circle-up:before,.fa-circle-chevron-up:before{content:"\f139"}.fa-lari-sign:before{content:"\e1c8"}.fa-volcano:before{content:"\f770"}.fa-person-walking-dashed-line-arrow-right:before{content:"\e553"}.fa-gbp:before,.fa-pound-sign:before,.fa-sterling-sign:before{content:"\f154"}.fa-viruses:before{content:"\e076"}.fa-square-person-confined:before{content:"\e577"}.fa-user-tie:before{content:"\f508"}.fa-arrow-down-long:before,.fa-long-arrow-down:before{content:"\f175"}.fa-tent-arrow-down-to-line:before{content:"\e57e"}.fa-certificate:before{content:"\f0a3"}.fa-mail-reply-all:before,.fa-reply-all:before{content:"\f122"}.fa-suitcase:before{content:"\f0f2"}.fa-person-skating:before,.fa-skating:before{content:"\f7c5"}.fa-filter-circle-dollar:before,.fa-funnel-dollar:before{content:"\f662"}.fa-camera-retro:before{content:"\f083"}.fa-arrow-circle-down:before,.fa-circle-arrow-down:before{content:"\f0ab"}.fa-arrow-right-to-file:before,.fa-file-import:before{content:"\f56f"}.fa-external-link-square:before,.fa-square-arrow-up-right:before{content:"\f14c"}.fa-box-open:before{content:"\f49e"}.fa-scroll:before{content:"\f70e"}.fa-spa:before{content:"\f5bb"}.fa-location-pin-lock:before{content:"\e51f"}.fa-pause:before{content:"\f04c"}.fa-hill-avalanche:before{content:"\e507"}.fa-temperature-0:before,.fa-temperature-empty:before,.fa-thermometer-0:before,.fa-thermometer-empty:before{content:"\f2cb"}.fa-bomb:before{content:"\f1e2"}.fa-registered:before{content:"\f25d"}.fa-address-card:before,.fa-contact-card:before,.fa-vcard:before{content:"\f2bb"}.fa-balance-scale-right:before,.fa-scale-unbalanced-flip:before{content:"\f516"}.fa-subscript:before{content:"\f12c"}.fa-diamond-turn-right:before,.fa-directions:before{content:"\f5eb"}.fa-burst:before{content:"\e4dc"}.fa-house-laptop:before,.fa-laptop-house:before{content:"\e066"}.fa-face-tired:before,.fa-tired:before{content:"\f5c8"}.fa-money-bills:before{content:"\e1f3"}.fa-smog:before{content:"\f75f"}.fa-crutch:before{content:"\f7f7"}.fa-cloud-arrow-up:before,.fa-cloud-upload-alt:before,.fa-cloud-upload:before{content:"\f0ee"}.fa-palette:before{content:"\f53f"}.fa-arrows-turn-right:before{content:"\e4c0"}.fa-vest:before{content:"\e085"}.fa-ferry:before{content:"\e4ea"}.fa-arrows-down-to-people:before{content:"\e4b9"}.fa-seedling:before,.fa-sprout:before{content:"\f4d8"}.fa-arrows-alt-h:before,.fa-left-right:before{content:"\f337"}.fa-boxes-packing:before{content:"\e4c7"}.fa-arrow-circle-left:before,.fa-circle-arrow-left:before{content:"\f0a8"}.fa-group-arrows-rotate:before{content:"\e4f6"}.fa-bowl-food:before{content:"\e4c6"}.fa-candy-cane:before{content:"\f786"}.fa-arrow-down-wide-short:before,.fa-sort-amount-asc:before,.fa-sort-amount-down:before{content:"\f160"}.fa-cloud-bolt:before,.fa-thunderstorm:before{content:"\f76c"}.fa-remove-format:before,.fa-text-slash:before{content:"\f87d"}.fa-face-smile-wink:before,.fa-smile-wink:before{content:"\f4da"}.fa-file-word:before{content:"\f1c2"}.fa-file-powerpoint:before{content:"\f1c4"}.fa-arrows-h:before,.fa-arrows-left-right:before{content:"\f07e"}.fa-house-lock:before{content:"\e510"}.fa-cloud-arrow-down:before,.fa-cloud-download-alt:before,.fa-cloud-download:before{content:"\f0ed"}.fa-children:before{content:"\e4e1"}.fa-blackboard:before,.fa-chalkboard:before{content:"\f51b"}.fa-user-alt-slash:before,.fa-user-large-slash:before{content:"\f4fa"}.fa-envelope-open:before{content:"\f2b6"}.fa-handshake-alt-slash:before,.fa-handshake-simple-slash:before{content:"\e05f"}.fa-mattress-pillow:before{content:"\e525"}.fa-guarani-sign:before{content:"\e19a"}.fa-arrows-rotate:before,.fa-refresh:before,.fa-sync:before{content:"\f021"}.fa-fire-extinguisher:before{content:"\f134"}.fa-cruzeiro-sign:before{content:"\e152"}.fa-greater-than-equal:before{content:"\f532"}.fa-shield-alt:before,.fa-shield-halved:before{content:"\f3ed"}.fa-atlas:before,.fa-book-atlas:before{content:"\f558"}.fa-virus:before{content:"\e074"}.fa-envelope-circle-check:before{content:"\e4e8"}.fa-layer-group:before{content:"\f5fd"}.fa-arrows-to-dot:before{content:"\e4be"}.fa-archway:before{content:"\f557"}.fa-heart-circle-check:before{content:"\e4fd"}.fa-house-chimney-crack:before,.fa-house-damage:before{content:"\f6f1"}.fa-file-archive:before,.fa-file-zipper:before{content:"\f1c6"}.fa-square:before{content:"\f0c8"}.fa-glass-martini:before,.fa-martini-glass-empty:before{content:"\f000"}.fa-couch:before{content:"\f4b8"}.fa-cedi-sign:before{content:"\e0df"}.fa-italic:before{content:"\f033"}.fa-church:before{content:"\f51d"}.fa-comments-dollar:before{content:"\f653"}.fa-democrat:before{content:"\f747"}.fa-z:before{content:"\5a"}.fa-person-skiing:before,.fa-skiing:before{content:"\f7c9"}.fa-road-lock:before{content:"\e567"}.fa-a:before{content:"\41"}.fa-temperature-arrow-down:before,.fa-temperature-down:before{content:"\e03f"}.fa-feather-alt:before,.fa-feather-pointed:before{content:"\f56b"}.fa-p:before{content:"\50"}.fa-snowflake:before{content:"\f2dc"}.fa-newspaper:before{content:"\f1ea"}.fa-ad:before,.fa-rectangle-ad:before{content:"\f641"}.fa-arrow-circle-right:before,.fa-circle-arrow-right:before{content:"\f0a9"}.fa-filter-circle-xmark:before{content:"\e17b"}.fa-locust:before{content:"\e520"}.fa-sort:before,.fa-unsorted:before{content:"\f0dc"}.fa-list-1-2:before,.fa-list-numeric:before,.fa-list-ol:before{content:"\f0cb"}.fa-person-dress-burst:before{content:"\e544"}.fa-money-check-alt:before,.fa-money-check-dollar:before{content:"\f53d"}.fa-vector-square:before{content:"\f5cb"}.fa-bread-slice:before{content:"\f7ec"}.fa-language:before{content:"\f1ab"}.fa-face-kiss-wink-heart:before,.fa-kiss-wink-heart:before{content:"\f598"}.fa-filter:before{content:"\f0b0"}.fa-question:before{content:"\3f"}.fa-file-signature:before{content:"\f573"}.fa-arrows-alt:before,.fa-up-down-left-right:before{content:"\f0b2"}.fa-house-chimney-user:before{content:"\e065"}.fa-hand-holding-heart:before{content:"\f4be"}.fa-puzzle-piece:before{content:"\f12e"}.fa-money-check:before{content:"\f53c"}.fa-star-half-alt:before,.fa-star-half-stroke:before{content:"\f5c0"}.fa-code:before{content:"\f121"}.fa-glass-whiskey:before,.fa-whiskey-glass:before{content:"\f7a0"}.fa-building-circle-exclamation:before{content:"\e4d3"}.fa-magnifying-glass-chart:before{content:"\e522"}.fa-arrow-up-right-from-square:before,.fa-external-link:before{content:"\f08e"}.fa-cubes-stacked:before{content:"\e4e6"}.fa-krw:before,.fa-won-sign:before,.fa-won:before{content:"\f159"}.fa-virus-covid:before{content:"\e4a8"}.fa-austral-sign:before{content:"\e0a9"}.fa-f:before{content:"\46"}.fa-leaf:before{content:"\f06c"}.fa-road:before{content:"\f018"}.fa-cab:before,.fa-taxi:before{content:"\f1ba"}.fa-person-circle-plus:before{content:"\e541"}.fa-chart-pie:before,.fa-pie-chart:before{content:"\f200"}.fa-bolt-lightning:before{content:"\e0b7"}.fa-sack-xmark:before{content:"\e56a"}.fa-file-excel:before{content:"\f1c3"}.fa-file-contract:before{content:"\f56c"}.fa-fish-fins:before{content:"\e4f2"}.fa-building-flag:before{content:"\e4d5"}.fa-face-grin-beam:before,.fa-grin-beam:before{content:"\f582"}.fa-object-ungroup:before{content:"\f248"}.fa-poop:before{content:"\f619"}.fa-location-pin:before,.fa-map-marker:before{content:"\f041"}.fa-kaaba:before{content:"\f66b"}.fa-toilet-paper:before{content:"\f71e"}.fa-hard-hat:before,.fa-hat-hard:before,.fa-helmet-safety:before{content:"\f807"}.fa-eject:before{content:"\f052"}.fa-arrow-alt-circle-right:before,.fa-circle-right:before{content:"\f35a"}.fa-plane-circle-check:before{content:"\e555"}.fa-face-rolling-eyes:before,.fa-meh-rolling-eyes:before{content:"\f5a5"}.fa-object-group:before{content:"\f247"}.fa-chart-line:before,.fa-line-chart:before{content:"\f201"}.fa-mask-ventilator:before{content:"\e524"}.fa-arrow-right:before{content:"\f061"}.fa-map-signs:before,.fa-signs-post:before{content:"\f277"}.fa-cash-register:before{content:"\f788"}.fa-person-circle-question:before{content:"\e542"}.fa-h:before{content:"\48"}.fa-tarp:before{content:"\e57b"}.fa-screwdriver-wrench:before,.fa-tools:before{content:"\f7d9"}.fa-arrows-to-eye:before{content:"\e4bf"}.fa-plug-circle-bolt:before{content:"\e55b"}.fa-heart:before{content:"\f004"}.fa-mars-and-venus:before{content:"\f224"}.fa-home-user:before,.fa-house-user:before{content:"\e1b0"}.fa-dumpster-fire:before{content:"\f794"}.fa-house-crack:before{content:"\e3b1"}.fa-cocktail:before,.fa-martini-glass-citrus:before{content:"\f561"}.fa-face-surprise:before,.fa-surprise:before{content:"\f5c2"}.fa-bottle-water:before{content:"\e4c5"}.fa-circle-pause:before,.fa-pause-circle:before{content:"\f28b"}.fa-toilet-paper-slash:before{content:"\e072"}.fa-apple-alt:before,.fa-apple-whole:before{content:"\f5d1"}.fa-kitchen-set:before{content:"\e51a"}.fa-r:before{content:"\52"}.fa-temperature-1:before,.fa-temperature-quarter:before,.fa-thermometer-1:before,.fa-thermometer-quarter:before{content:"\f2ca"}.fa-cube:before{content:"\f1b2"}.fa-bitcoin-sign:before{content:"\e0b4"}.fa-shield-dog:before{content:"\e573"}.fa-solar-panel:before{content:"\f5ba"}.fa-lock-open:before{content:"\f3c1"}.fa-elevator:before{content:"\e16d"}.fa-money-bill-transfer:before{content:"\e528"}.fa-money-bill-trend-up:before{content:"\e529"}.fa-house-flood-water-circle-arrow-right:before{content:"\e50f"}.fa-poll-h:before,.fa-square-poll-horizontal:before{content:"\f682"}.fa-circle:before{content:"\f111"}.fa-backward-fast:before,.fa-fast-backward:before{content:"\f049"}.fa-recycle:before{content:"\f1b8"}.fa-user-astronaut:before{content:"\f4fb"}.fa-plane-slash:before{content:"\e069"}.fa-trademark:before{content:"\f25c"}.fa-basketball-ball:before,.fa-basketball:before{content:"\f434"}.fa-satellite-dish:before{content:"\f7c0"}.fa-arrow-alt-circle-up:before,.fa-circle-up:before{content:"\f35b"}.fa-mobile-alt:before,.fa-mobile-screen-button:before{content:"\f3cd"}.fa-volume-high:before,.fa-volume-up:before{content:"\f028"}.fa-users-rays:before{content:"\e593"}.fa-wallet:before{content:"\f555"}.fa-clipboard-check:before{content:"\f46c"}.fa-file-audio:before{content:"\f1c7"}.fa-burger:before,.fa-hamburger:before{content:"\f805"}.fa-wrench:before{content:"\f0ad"}.fa-bugs:before{content:"\e4d0"}.fa-rupee-sign:before,.fa-rupee:before{content:"\f156"}.fa-file-image:before{content:"\f1c5"}.fa-circle-question:before,.fa-question-circle:before{content:"\f059"}.fa-plane-departure:before{content:"\f5b0"}.fa-handshake-slash:before{content:"\e060"}.fa-book-bookmark:before{content:"\e0bb"}.fa-code-branch:before{content:"\f126"}.fa-hat-cowboy:before{content:"\f8c0"}.fa-bridge:before{content:"\e4c8"}.fa-phone-alt:before,.fa-phone-flip:before{content:"\f879"}.fa-truck-front:before{content:"\e2b7"}.fa-cat:before{content:"\f6be"}.fa-anchor-circle-exclamation:before{content:"\e4ab"}.fa-truck-field:before{content:"\e58d"}.fa-route:before{content:"\f4d7"}.fa-clipboard-question:before{content:"\e4e3"}.fa-panorama:before{content:"\e209"}.fa-comment-medical:before{content:"\f7f5"}.fa-teeth-open:before{content:"\f62f"}.fa-file-circle-minus:before{content:"\e4ed"}.fa-tags:before{content:"\f02c"}.fa-wine-glass:before{content:"\f4e3"}.fa-fast-forward:before,.fa-forward-fast:before{content:"\f050"}.fa-face-meh-blank:before,.fa-meh-blank:before{content:"\f5a4"}.fa-parking:before,.fa-square-parking:before{content:"\f540"}.fa-house-signal:before{content:"\e012"}.fa-bars-progress:before,.fa-tasks-alt:before{content:"\f828"}.fa-faucet-drip:before{content:"\e006"}.fa-cart-flatbed:before,.fa-dolly-flatbed:before{content:"\f474"}.fa-ban-smoking:before,.fa-smoking-ban:before{content:"\f54d"}.fa-terminal:before{content:"\f120"}.fa-mobile-button:before{content:"\f10b"}.fa-house-medical-flag:before{content:"\e514"}.fa-basket-shopping:before,.fa-shopping-basket:before{content:"\f291"}.fa-tape:before{content:"\f4db"}.fa-bus-alt:before,.fa-bus-simple:before{content:"\f55e"}.fa-eye:before{content:"\f06e"}.fa-face-sad-cry:before,.fa-sad-cry:before{content:"\f5b3"}.fa-audio-description:before{content:"\f29e"}.fa-person-military-to-person:before{content:"\e54c"}.fa-file-shield:before{content:"\e4f0"}.fa-user-slash:before{content:"\f506"}.fa-pen:before{content:"\f304"}.fa-tower-observation:before{content:"\e586"}.fa-file-code:before{content:"\f1c9"}.fa-signal-5:before,.fa-signal-perfect:before,.fa-signal:before{content:"\f012"}.fa-bus:before{content:"\f207"}.fa-heart-circle-xmark:before{content:"\e501"}.fa-home-lg:before,.fa-house-chimney:before{content:"\e3af"}.fa-window-maximize:before{content:"\f2d0"}.fa-face-frown:before,.fa-frown:before{content:"\f119"}.fa-prescription:before{content:"\f5b1"}.fa-shop:before,.fa-store-alt:before{content:"\f54f"}.fa-floppy-disk:before,.fa-save:before{content:"\f0c7"}.fa-vihara:before{content:"\f6a7"}.fa-balance-scale-left:before,.fa-scale-unbalanced:before{content:"\f515"}.fa-sort-asc:before,.fa-sort-up:before{content:"\f0de"}.fa-comment-dots:before,.fa-commenting:before{content:"\f4ad"}.fa-plant-wilt:before{content:"\e5aa"}.fa-diamond:before{content:"\f219"}.fa-face-grin-squint:before,.fa-grin-squint:before{content:"\f585"}.fa-hand-holding-dollar:before,.fa-hand-holding-usd:before{content:"\f4c0"}.fa-bacterium:before{content:"\e05a"}.fa-hand-pointer:before{content:"\f25a"}.fa-drum-steelpan:before{content:"\f56a"}.fa-hand-scissors:before{content:"\f257"}.fa-hands-praying:before,.fa-praying-hands:before{content:"\f684"}.fa-arrow-right-rotate:before,.fa-arrow-rotate-forward:before,.fa-arrow-rotate-right:before,.fa-redo:before{content:"\f01e"}.fa-biohazard:before{content:"\f780"}.fa-location-crosshairs:before,.fa-location:before{content:"\f601"}.fa-mars-double:before{content:"\f227"}.fa-child-dress:before{content:"\e59c"}.fa-users-between-lines:before{content:"\e591"}.fa-lungs-virus:before{content:"\e067"}.fa-face-grin-tears:before,.fa-grin-tears:before{content:"\f588"}.fa-phone:before{content:"\f095"}.fa-calendar-times:before,.fa-calendar-xmark:before{content:"\f273"}.fa-child-reaching:before{content:"\e59d"}.fa-head-side-virus:before{content:"\e064"}.fa-user-cog:before,.fa-user-gear:before{content:"\f4fe"}.fa-arrow-up-1-9:before,.fa-sort-numeric-up:before{content:"\f163"}.fa-door-closed:before{content:"\f52a"}.fa-shield-virus:before{content:"\e06c"}.fa-dice-six:before{content:"\f526"}.fa-mosquito-net:before{content:"\e52c"}.fa-bridge-water:before{content:"\e4ce"}.fa-person-booth:before{content:"\f756"}.fa-text-width:before{content:"\f035"}.fa-hat-wizard:before{content:"\f6e8"}.fa-pen-fancy:before{content:"\f5ac"}.fa-digging:before,.fa-person-digging:before{content:"\f85e"}.fa-trash:before{content:"\f1f8"}.fa-gauge-simple-med:before,.fa-gauge-simple:before,.fa-tachometer-average:before{content:"\f629"}.fa-book-medical:before{content:"\f7e6"}.fa-poo:before{content:"\f2fe"}.fa-quote-right-alt:before,.fa-quote-right:before{content:"\f10e"}.fa-shirt:before,.fa-t-shirt:before,.fa-tshirt:before{content:"\f553"}.fa-cubes:before{content:"\f1b3"}.fa-divide:before{content:"\f529"}.fa-tenge-sign:before,.fa-tenge:before{content:"\f7d7"}.fa-headphones:before{content:"\f025"}.fa-hands-holding:before{content:"\f4c2"}.fa-hands-clapping:before{content:"\e1a8"}.fa-republican:before{content:"\f75e"}.fa-arrow-left:before{content:"\f060"}.fa-person-circle-xmark:before{content:"\e543"}.fa-ruler:before{content:"\f545"}.fa-align-left:before{content:"\f036"}.fa-dice-d6:before{content:"\f6d1"}.fa-restroom:before{content:"\f7bd"}.fa-j:before{content:"\4a"}.fa-users-viewfinder:before{content:"\e595"}.fa-file-video:before{content:"\f1c8"}.fa-external-link-alt:before,.fa-up-right-from-square:before{content:"\f35d"}.fa-table-cells:before,.fa-th:before{content:"\f00a"}.fa-file-pdf:before{content:"\f1c1"}.fa-bible:before,.fa-book-bible:before{content:"\f647"}.fa-o:before{content:"\4f"}.fa-medkit:before,.fa-suitcase-medical:before{content:"\f0fa"}.fa-user-secret:before{content:"\f21b"}.fa-otter:before{content:"\f700"}.fa-female:before,.fa-person-dress:before{content:"\f182"}.fa-comment-dollar:before{content:"\f651"}.fa-briefcase-clock:before,.fa-business-time:before{content:"\f64a"}.fa-table-cells-large:before,.fa-th-large:before{content:"\f009"}.fa-book-tanakh:before,.fa-tanakh:before{content:"\f827"}.fa-phone-volume:before,.fa-volume-control-phone:before{content:"\f2a0"}.fa-hat-cowboy-side:before{content:"\f8c1"}.fa-clipboard-user:before{content:"\f7f3"}.fa-child:before{content:"\f1ae"}.fa-lira-sign:before{content:"\f195"}.fa-satellite:before{content:"\f7bf"}.fa-plane-lock:before{content:"\e558"}.fa-tag:before{content:"\f02b"}.fa-comment:before{content:"\f075"}.fa-birthday-cake:before,.fa-cake-candles:before,.fa-cake:before{content:"\f1fd"}.fa-envelope:before{content:"\f0e0"}.fa-angle-double-up:before,.fa-angles-up:before{content:"\f102"}.fa-paperclip:before{content:"\f0c6"}.fa-arrow-right-to-city:before{content:"\e4b3"}.fa-ribbon:before{content:"\f4d6"}.fa-lungs:before{content:"\f604"}.fa-arrow-up-9-1:before,.fa-sort-numeric-up-alt:before{content:"\f887"}.fa-litecoin-sign:before{content:"\e1d3"}.fa-border-none:before{content:"\f850"}.fa-circle-nodes:before{content:"\e4e2"}.fa-parachute-box:before{content:"\f4cd"}.fa-indent:before{content:"\f03c"}.fa-truck-field-un:before{content:"\e58e"}.fa-hourglass-empty:before,.fa-hourglass:before{content:"\f254"}.fa-mountain:before{content:"\f6fc"}.fa-user-doctor:before,.fa-user-md:before{content:"\f0f0"}.fa-circle-info:before,.fa-info-circle:before{content:"\f05a"}.fa-cloud-meatball:before{content:"\f73b"}.fa-camera-alt:before,.fa-camera:before{content:"\f030"}.fa-square-virus:before{content:"\e578"}.fa-meteor:before{content:"\f753"}.fa-car-on:before{content:"\e4dd"}.fa-sleigh:before{content:"\f7cc"}.fa-arrow-down-1-9:before,.fa-sort-numeric-asc:before,.fa-sort-numeric-down:before{content:"\f162"}.fa-hand-holding-droplet:before,.fa-hand-holding-water:before{content:"\f4c1"}.fa-water:before{content:"\f773"}.fa-calendar-check:before{content:"\f274"}.fa-braille:before{content:"\f2a1"}.fa-prescription-bottle-alt:before,.fa-prescription-bottle-medical:before{content:"\f486"}.fa-landmark:before{content:"\f66f"}.fa-truck:before{content:"\f0d1"}.fa-crosshairs:before{content:"\f05b"}.fa-person-cane:before{content:"\e53c"}.fa-tent:before{content:"\e57d"}.fa-vest-patches:before{content:"\e086"}.fa-check-double:before{content:"\f560"}.fa-arrow-down-a-z:before,.fa-sort-alpha-asc:before,.fa-sort-alpha-down:before{content:"\f15d"}.fa-money-bill-wheat:before{content:"\e52a"}.fa-cookie:before{content:"\f563"}.fa-arrow-left-rotate:before,.fa-arrow-rotate-back:before,.fa-arrow-rotate-backward:before,.fa-arrow-rotate-left:before,.fa-undo:before{content:"\f0e2"}.fa-hard-drive:before,.fa-hdd:before{content:"\f0a0"}.fa-face-grin-squint-tears:before,.fa-grin-squint-tears:before{content:"\f586"}.fa-dumbbell:before{content:"\f44b"}.fa-list-alt:before,.fa-rectangle-list:before{content:"\f022"}.fa-tarp-droplet:before{content:"\e57c"}.fa-house-medical-circle-check:before{content:"\e511"}.fa-person-skiing-nordic:before,.fa-skiing-nordic:before{content:"\f7ca"}.fa-calendar-plus:before{content:"\f271"}.fa-plane-arrival:before{content:"\f5af"}.fa-arrow-alt-circle-left:before,.fa-circle-left:before{content:"\f359"}.fa-subway:before,.fa-train-subway:before{content:"\f239"}.fa-chart-gantt:before{content:"\e0e4"}.fa-indian-rupee-sign:before,.fa-indian-rupee:before,.fa-inr:before{content:"\e1bc"}.fa-crop-alt:before,.fa-crop-simple:before{content:"\f565"}.fa-money-bill-1:before,.fa-money-bill-alt:before{content:"\f3d1"}.fa-left-long:before,.fa-long-arrow-alt-left:before{content:"\f30a"}.fa-dna:before{content:"\f471"}.fa-virus-slash:before{content:"\e075"}.fa-minus:before,.fa-subtract:before{content:"\f068"}.fa-chess:before{content:"\f439"}.fa-arrow-left-long:before,.fa-long-arrow-left:before{content:"\f177"}.fa-plug-circle-check:before{content:"\e55c"}.fa-street-view:before{content:"\f21d"}.fa-franc-sign:before{content:"\e18f"}.fa-volume-off:before{content:"\f026"}.fa-american-sign-language-interpreting:before,.fa-asl-interpreting:before,.fa-hands-american-sign-language-interpreting:before,.fa-hands-asl-interpreting:before{content:"\f2a3"}.fa-cog:before,.fa-gear:before{content:"\f013"}.fa-droplet-slash:before,.fa-tint-slash:before{content:"\f5c7"}.fa-mosque:before{content:"\f678"}.fa-mosquito:before{content:"\e52b"}.fa-star-of-david:before{content:"\f69a"}.fa-person-military-rifle:before{content:"\e54b"}.fa-cart-shopping:before,.fa-shopping-cart:before{content:"\f07a"}.fa-vials:before{content:"\f493"}.fa-plug-circle-plus:before{content:"\e55f"}.fa-place-of-worship:before{content:"\f67f"}.fa-grip-vertical:before{content:"\f58e"}.fa-arrow-turn-up:before,.fa-level-up:before{content:"\f148"}.fa-u:before{content:"\55"}.fa-square-root-alt:before,.fa-square-root-variable:before{content:"\f698"}.fa-clock-four:before,.fa-clock:before{content:"\f017"}.fa-backward-step:before,.fa-step-backward:before{content:"\f048"}.fa-pallet:before{content:"\f482"}.fa-faucet:before{content:"\e005"}.fa-baseball-bat-ball:before{content:"\f432"}.fa-s:before{content:"\53"}.fa-timeline:before{content:"\e29c"}.fa-keyboard:before{content:"\f11c"}.fa-caret-down:before{content:"\f0d7"}.fa-clinic-medical:before,.fa-house-chimney-medical:before{content:"\f7f2"}.fa-temperature-3:before,.fa-temperature-three-quarters:before,.fa-thermometer-3:before,.fa-thermometer-three-quarters:before{content:"\f2c8"}.fa-mobile-android-alt:before,.fa-mobile-screen:before{content:"\f3cf"}.fa-plane-up:before{content:"\e22d"}.fa-piggy-bank:before{content:"\f4d3"}.fa-battery-3:before,.fa-battery-half:before{content:"\f242"}.fa-mountain-city:before{content:"\e52e"}.fa-coins:before{content:"\f51e"}.fa-khanda:before{content:"\f66d"}.fa-sliders-h:before,.fa-sliders:before{content:"\f1de"}.fa-folder-tree:before{content:"\f802"}.fa-network-wired:before{content:"\f6ff"}.fa-map-pin:before{content:"\f276"}.fa-hamsa:before{content:"\f665"}.fa-cent-sign:before{content:"\e3f5"}.fa-flask:before{content:"\f0c3"}.fa-person-pregnant:before{content:"\e31e"}.fa-wand-sparkles:before{content:"\f72b"}.fa-ellipsis-v:before,.fa-ellipsis-vertical:before{content:"\f142"}.fa-ticket:before{content:"\f145"}.fa-power-off:before{content:"\f011"}.fa-long-arrow-alt-right:before,.fa-right-long:before{content:"\f30b"}.fa-flag-usa:before{content:"\f74d"}.fa-laptop-file:before{content:"\e51d"}.fa-teletype:before,.fa-tty:before{content:"\f1e4"}.fa-diagram-next:before{content:"\e476"}.fa-person-rifle:before{content:"\e54e"}.fa-house-medical-circle-exclamation:before{content:"\e512"}.fa-closed-captioning:before{content:"\f20a"}.fa-hiking:before,.fa-person-hiking:before{content:"\f6ec"}.fa-venus-double:before{content:"\f226"}.fa-images:before{content:"\f302"}.fa-calculator:before{content:"\f1ec"}.fa-people-pulling:before{content:"\e535"}.fa-n:before{content:"\4e"}.fa-cable-car:before,.fa-tram:before{content:"\f7da"}.fa-cloud-rain:before{content:"\f73d"}.fa-building-circle-xmark:before{content:"\e4d4"}.fa-ship:before{content:"\f21a"}.fa-arrows-down-to-line:before{content:"\e4b8"}.fa-download:before{content:"\f019"}.fa-face-grin:before,.fa-grin:before{content:"\f580"}.fa-backspace:before,.fa-delete-left:before{content:"\f55a"}.fa-eye-dropper-empty:before,.fa-eye-dropper:before,.fa-eyedropper:before{content:"\f1fb"}.fa-file-circle-check:before{content:"\e5a0"}.fa-forward:before{content:"\f04e"}.fa-mobile-android:before,.fa-mobile-phone:before,.fa-mobile:before{content:"\f3ce"}.fa-face-meh:before,.fa-meh:before{content:"\f11a"}.fa-align-center:before{content:"\f037"}.fa-book-dead:before,.fa-book-skull:before{content:"\f6b7"}.fa-drivers-license:before,.fa-id-card:before{content:"\f2c2"}.fa-dedent:before,.fa-outdent:before{content:"\f03b"}.fa-heart-circle-exclamation:before{content:"\e4fe"}.fa-home-alt:before,.fa-home-lg-alt:before,.fa-home:before,.fa-house:before{content:"\f015"}.fa-calendar-week:before{content:"\f784"}.fa-laptop-medical:before{content:"\f812"}.fa-b:before{content:"\42"}.fa-file-medical:before{content:"\f477"}.fa-dice-one:before{content:"\f525"}.fa-kiwi-bird:before{content:"\f535"}.fa-arrow-right-arrow-left:before,.fa-exchange:before{content:"\f0ec"}.fa-redo-alt:before,.fa-rotate-forward:before,.fa-rotate-right:before{content:"\f2f9"}.fa-cutlery:before,.fa-utensils:before{content:"\f2e7"}.fa-arrow-up-wide-short:before,.fa-sort-amount-up:before{content:"\f161"}.fa-mill-sign:before{content:"\e1ed"}.fa-bowl-rice:before{content:"\e2eb"}.fa-skull:before{content:"\f54c"}.fa-broadcast-tower:before,.fa-tower-broadcast:before{content:"\f519"}.fa-truck-pickup:before{content:"\f63c"}.fa-long-arrow-alt-up:before,.fa-up-long:before{content:"\f30c"}.fa-stop:before{content:"\f04d"}.fa-code-merge:before{content:"\f387"}.fa-upload:before{content:"\f093"}.fa-hurricane:before{content:"\f751"}.fa-mound:before{content:"\e52d"}.fa-toilet-portable:before{content:"\e583"}.fa-compact-disc:before{content:"\f51f"}.fa-file-arrow-down:before,.fa-file-download:before{content:"\f56d"}.fa-caravan:before{content:"\f8ff"}.fa-shield-cat:before{content:"\e572"}.fa-bolt:before,.fa-zap:before{content:"\f0e7"}.fa-glass-water:before{content:"\e4f4"}.fa-oil-well:before{content:"\e532"}.fa-vault:before{content:"\e2c5"}.fa-mars:before{content:"\f222"}.fa-toilet:before{content:"\f7d8"}.fa-plane-circle-xmark:before{content:"\e557"}.fa-cny:before,.fa-jpy:before,.fa-rmb:before,.fa-yen-sign:before,.fa-yen:before{content:"\f157"}.fa-rouble:before,.fa-rub:before,.fa-ruble-sign:before,.fa-ruble:before{content:"\f158"}.fa-sun:before{content:"\f185"}.fa-guitar:before{content:"\f7a6"}.fa-face-laugh-wink:before,.fa-laugh-wink:before{content:"\f59c"}.fa-horse-head:before{content:"\f7ab"}.fa-bore-hole:before{content:"\e4c3"}.fa-industry:before{content:"\f275"}.fa-arrow-alt-circle-down:before,.fa-circle-down:before{content:"\f358"}.fa-arrows-turn-to-dots:before{content:"\e4c1"}.fa-florin-sign:before{content:"\e184"}.fa-arrow-down-short-wide:before,.fa-sort-amount-desc:before,.fa-sort-amount-down-alt:before{content:"\f884"}.fa-less-than:before{content:"\3c"}.fa-angle-down:before{content:"\f107"}.fa-car-tunnel:before{content:"\e4de"}.fa-head-side-cough:before{content:"\e061"}.fa-grip-lines:before{content:"\f7a4"}.fa-thumbs-down:before{content:"\f165"}.fa-user-lock:before{content:"\f502"}.fa-arrow-right-long:before,.fa-long-arrow-right:before{content:"\f178"}.fa-anchor-circle-xmark:before{content:"\e4ac"}.fa-ellipsis-h:before,.fa-ellipsis:before{content:"\f141"}.fa-chess-pawn:before{content:"\f443"}.fa-first-aid:before,.fa-kit-medical:before{content:"\f479"}.fa-person-through-window:before{content:"\e5a9"}.fa-toolbox:before{content:"\f552"}.fa-hands-holding-circle:before{content:"\e4fb"}.fa-bug:before{content:"\f188"}.fa-credit-card-alt:before,.fa-credit-card:before{content:"\f09d"}.fa-automobile:before,.fa-car:before{content:"\f1b9"}.fa-hand-holding-hand:before{content:"\e4f7"}.fa-book-open-reader:before,.fa-book-reader:before{content:"\f5da"}.fa-mountain-sun:before{content:"\e52f"}.fa-arrows-left-right-to-line:before{content:"\e4ba"}.fa-dice-d20:before{content:"\f6cf"}.fa-truck-droplet:before{content:"\e58c"}.fa-file-circle-xmark:before{content:"\e5a1"}.fa-temperature-arrow-up:before,.fa-temperature-up:before{content:"\e040"}.fa-medal:before{content:"\f5a2"}.fa-bed:before{content:"\f236"}.fa-h-square:before,.fa-square-h:before{content:"\f0fd"}.fa-podcast:before{content:"\f2ce"}.fa-temperature-4:before,.fa-temperature-full:before,.fa-thermometer-4:before,.fa-thermometer-full:before{content:"\f2c7"}.fa-bell:before{content:"\f0f3"}.fa-superscript:before{content:"\f12b"}.fa-plug-circle-xmark:before{content:"\e560"}.fa-star-of-life:before{content:"\f621"}.fa-phone-slash:before{content:"\f3dd"}.fa-paint-roller:before{content:"\f5aa"}.fa-hands-helping:before,.fa-handshake-angle:before{content:"\f4c4"}.fa-location-dot:before,.fa-map-marker-alt:before{content:"\f3c5"}.fa-file:before{content:"\f15b"}.fa-greater-than:before{content:"\3e"}.fa-person-swimming:before,.fa-swimmer:before{content:"\f5c4"}.fa-arrow-down:before{content:"\f063"}.fa-droplet:before,.fa-tint:before{content:"\f043"}.fa-eraser:before{content:"\f12d"}.fa-earth-america:before,.fa-earth-americas:before,.fa-earth:before,.fa-globe-americas:before{content:"\f57d"}.fa-person-burst:before{content:"\e53b"}.fa-dove:before{content:"\f4ba"}.fa-battery-0:before,.fa-battery-empty:before{content:"\f244"}.fa-socks:before{content:"\f696"}.fa-inbox:before{content:"\f01c"}.fa-section:before{content:"\e447"}.fa-gauge-high:before,.fa-tachometer-alt-fast:before,.fa-tachometer-alt:before{content:"\f625"}.fa-envelope-open-text:before{content:"\f658"}.fa-hospital-alt:before,.fa-hospital-wide:before,.fa-hospital:before{content:"\f0f8"}.fa-wine-bottle:before{content:"\f72f"}.fa-chess-rook:before{content:"\f447"}.fa-bars-staggered:before,.fa-reorder:before,.fa-stream:before{content:"\f550"}.fa-dharmachakra:before{content:"\f655"}.fa-hotdog:before{content:"\f80f"}.fa-blind:before,.fa-person-walking-with-cane:before{content:"\f29d"}.fa-drum:before{content:"\f569"}.fa-ice-cream:before{content:"\f810"}.fa-heart-circle-bolt:before{content:"\e4fc"}.fa-fax:before{content:"\f1ac"}.fa-paragraph:before{content:"\f1dd"}.fa-check-to-slot:before,.fa-vote-yea:before{content:"\f772"}.fa-star-half:before{content:"\f089"}.fa-boxes-alt:before,.fa-boxes-stacked:before,.fa-boxes:before{content:"\f468"}.fa-chain:before,.fa-link:before{content:"\f0c1"}.fa-assistive-listening-systems:before,.fa-ear-listen:before{content:"\f2a2"}.fa-tree-city:before{content:"\e587"}.fa-play:before{content:"\f04b"}.fa-font:before{content:"\f031"}.fa-rupiah-sign:before{content:"\e23d"}.fa-magnifying-glass:before,.fa-search:before{content:"\f002"}.fa-ping-pong-paddle-ball:before,.fa-table-tennis-paddle-ball:before,.fa-table-tennis:before{content:"\f45d"}.fa-diagnoses:before,.fa-person-dots-from-line:before{content:"\f470"}.fa-trash-can-arrow-up:before,.fa-trash-restore-alt:before{content:"\f82a"}.fa-naira-sign:before{content:"\e1f6"}.fa-cart-arrow-down:before{content:"\f218"}.fa-walkie-talkie:before{content:"\f8ef"}.fa-file-edit:before,.fa-file-pen:before{content:"\f31c"}.fa-receipt:before{content:"\f543"}.fa-pen-square:before,.fa-pencil-square:before,.fa-square-pen:before{content:"\f14b"}.fa-suitcase-rolling:before{content:"\f5c1"}.fa-person-circle-exclamation:before{content:"\e53f"}.fa-chevron-down:before{content:"\f078"}.fa-battery-5:before,.fa-battery-full:before,.fa-battery:before{content:"\f240"}.fa-skull-crossbones:before{content:"\f714"}.fa-code-compare:before{content:"\e13a"}.fa-list-dots:before,.fa-list-ul:before{content:"\f0ca"}.fa-school-lock:before{content:"\e56f"}.fa-tower-cell:before{content:"\e585"}.fa-down-long:before,.fa-long-arrow-alt-down:before{content:"\f309"}.fa-ranking-star:before{content:"\e561"}.fa-chess-king:before{content:"\f43f"}.fa-person-harassing:before{content:"\e549"}.fa-brazilian-real-sign:before{content:"\e46c"}.fa-landmark-alt:before,.fa-landmark-dome:before{content:"\f752"}.fa-arrow-up:before{content:"\f062"}.fa-television:before,.fa-tv-alt:before,.fa-tv:before{content:"\f26c"}.fa-shrimp:before{content:"\e448"}.fa-list-check:before,.fa-tasks:before{content:"\f0ae"}.fa-jug-detergent:before{content:"\e519"}.fa-circle-user:before,.fa-user-circle:before{content:"\f2bd"}.fa-user-shield:before{content:"\f505"}.fa-wind:before{content:"\f72e"}.fa-car-burst:before,.fa-car-crash:before{content:"\f5e1"}.fa-y:before{content:"\59"}.fa-person-snowboarding:before,.fa-snowboarding:before{content:"\f7ce"}.fa-shipping-fast:before,.fa-truck-fast:before{content:"\f48b"}.fa-fish:before{content:"\f578"}.fa-user-graduate:before{content:"\f501"}.fa-adjust:before,.fa-circle-half-stroke:before{content:"\f042"}.fa-clapperboard:before{content:"\e131"}.fa-circle-radiation:before,.fa-radiation-alt:before{content:"\f7ba"}.fa-baseball-ball:before,.fa-baseball:before{content:"\f433"}.fa-jet-fighter-up:before{content:"\e518"}.fa-diagram-project:before,.fa-project-diagram:before{content:"\f542"}.fa-copy:before{content:"\f0c5"}.fa-volume-mute:before,.fa-volume-times:before,.fa-volume-xmark:before{content:"\f6a9"}.fa-hand-sparkles:before{content:"\e05d"}.fa-grip-horizontal:before,.fa-grip:before{content:"\f58d"}.fa-share-from-square:before,.fa-share-square:before{content:"\f14d"}.fa-child-combatant:before,.fa-child-rifle:before{content:"\e4e0"}.fa-gun:before{content:"\e19b"}.fa-phone-square:before,.fa-square-phone:before{content:"\f098"}.fa-add:before,.fa-plus:before{content:"\2b"}.fa-expand:before{content:"\f065"}.fa-computer:before{content:"\e4e5"}.fa-close:before,.fa-multiply:before,.fa-remove:before,.fa-times:before,.fa-xmark:before{content:"\f00d"}.fa-arrows-up-down-left-right:before,.fa-arrows:before{content:"\f047"}.fa-chalkboard-teacher:before,.fa-chalkboard-user:before{content:"\f51c"}.fa-peso-sign:before{content:"\e222"}.fa-building-shield:before{content:"\e4d8"}.fa-baby:before{content:"\f77c"}.fa-users-line:before{content:"\e592"}.fa-quote-left-alt:before,.fa-quote-left:before{content:"\f10d"}.fa-tractor:before{content:"\f722"}.fa-trash-arrow-up:before,.fa-trash-restore:before{content:"\f829"}.fa-arrow-down-up-lock:before{content:"\e4b0"}.fa-lines-leaning:before{content:"\e51e"}.fa-ruler-combined:before{content:"\f546"}.fa-copyright:before{content:"\f1f9"}.fa-equals:before{content:"\3d"}.fa-blender:before{content:"\f517"}.fa-teeth:before{content:"\f62e"}.fa-ils:before,.fa-shekel-sign:before,.fa-shekel:before,.fa-sheqel-sign:before,.fa-sheqel:before{content:"\f20b"}.fa-map:before{content:"\f279"}.fa-rocket:before{content:"\f135"}.fa-photo-film:before,.fa-photo-video:before{content:"\f87c"}.fa-folder-minus:before{content:"\f65d"}.fa-store:before{content:"\f54e"}.fa-arrow-trend-up:before{content:"\e098"}.fa-plug-circle-minus:before{content:"\e55e"}.fa-sign-hanging:before,.fa-sign:before{content:"\f4d9"}.fa-bezier-curve:before{content:"\f55b"}.fa-bell-slash:before{content:"\f1f6"}.fa-tablet-android:before,.fa-tablet:before{content:"\f3fb"}.fa-school-flag:before{content:"\e56e"}.fa-fill:before{content:"\f575"}.fa-angle-up:before{content:"\f106"}.fa-drumstick-bite:before{content:"\f6d7"}.fa-holly-berry:before{content:"\f7aa"}.fa-chevron-left:before{content:"\f053"}.fa-bacteria:before{content:"\e059"}.fa-hand-lizard:before{content:"\f258"}.fa-notdef:before{content:"\e1fe"}.fa-disease:before{content:"\f7fa"}.fa-briefcase-medical:before{content:"\f469"}.fa-genderless:before{content:"\f22d"}.fa-chevron-right:before{content:"\f054"}.fa-retweet:before{content:"\f079"}.fa-car-alt:before,.fa-car-rear:before{content:"\f5de"}.fa-pump-soap:before{content:"\e06b"}.fa-video-slash:before{content:"\f4e2"}.fa-battery-2:before,.fa-battery-quarter:before{content:"\f243"}.fa-radio:before{content:"\f8d7"}.fa-baby-carriage:before,.fa-carriage-baby:before{content:"\f77d"}.fa-traffic-light:before{content:"\f637"}.fa-thermometer:before{content:"\f491"}.fa-vr-cardboard:before{content:"\f729"}.fa-hand-middle-finger:before{content:"\f806"}.fa-percent:before,.fa-percentage:before{content:"\25"}.fa-truck-moving:before{content:"\f4df"}.fa-glass-water-droplet:before{content:"\e4f5"}.fa-display:before{content:"\e163"}.fa-face-smile:before,.fa-smile:before{content:"\f118"}.fa-thumb-tack:before,.fa-thumbtack:before{content:"\f08d"}.fa-trophy:before{content:"\f091"}.fa-person-praying:before,.fa-pray:before{content:"\f683"}.fa-hammer:before{content:"\f6e3"}.fa-hand-peace:before{content:"\f25b"}.fa-rotate:before,.fa-sync-alt:before{content:"\f2f1"}.fa-spinner:before{content:"\f110"}.fa-robot:before{content:"\f544"}.fa-peace:before{content:"\f67c"}.fa-cogs:before,.fa-gears:before{content:"\f085"}.fa-warehouse:before{content:"\f494"}.fa-arrow-up-right-dots:before{content:"\e4b7"}.fa-splotch:before{content:"\f5bc"}.fa-face-grin-hearts:before,.fa-grin-hearts:before{content:"\f584"}.fa-dice-four:before{content:"\f524"}.fa-sim-card:before{content:"\f7c4"}.fa-transgender-alt:before,.fa-transgender:before{content:"\f225"}.fa-mercury:before{content:"\f223"}.fa-arrow-turn-down:before,.fa-level-down:before{content:"\f149"}.fa-person-falling-burst:before{content:"\e547"}.fa-award:before{content:"\f559"}.fa-ticket-alt:before,.fa-ticket-simple:before{content:"\f3ff"}.fa-building:before{content:"\f1ad"}.fa-angle-double-left:before,.fa-angles-left:before{content:"\f100"}.fa-qrcode:before{content:"\f029"}.fa-clock-rotate-left:before,.fa-history:before{content:"\f1da"}.fa-face-grin-beam-sweat:before,.fa-grin-beam-sweat:before{content:"\f583"}.fa-arrow-right-from-file:before,.fa-file-export:before{content:"\f56e"}.fa-shield-blank:before,.fa-shield:before{content:"\f132"}.fa-arrow-up-short-wide:before,.fa-sort-amount-up-alt:before{content:"\f885"}.fa-house-medical:before{content:"\e3b2"}.fa-golf-ball-tee:before,.fa-golf-ball:before{content:"\f450"}.fa-chevron-circle-left:before,.fa-circle-chevron-left:before{content:"\f137"}.fa-house-chimney-window:before{content:"\e00d"}.fa-pen-nib:before{content:"\f5ad"}.fa-tent-arrow-turn-left:before{content:"\e580"}.fa-tents:before{content:"\e582"}.fa-magic:before,.fa-wand-magic:before{content:"\f0d0"}.fa-dog:before{content:"\f6d3"}.fa-carrot:before{content:"\f787"}.fa-moon:before{content:"\f186"}.fa-wine-glass-alt:before,.fa-wine-glass-empty:before{content:"\f5ce"}.fa-cheese:before{content:"\f7ef"}.fa-yin-yang:before{content:"\f6ad"}.fa-music:before{content:"\f001"}.fa-code-commit:before{content:"\f386"}.fa-temperature-low:before{content:"\f76b"}.fa-biking:before,.fa-person-biking:before{content:"\f84a"}.fa-broom:before{content:"\f51a"}.fa-shield-heart:before{content:"\e574"}.fa-gopuram:before{content:"\f664"}.fa-earth-oceania:before,.fa-globe-oceania:before{content:"\e47b"}.fa-square-xmark:before,.fa-times-square:before,.fa-xmark-square:before{content:"\f2d3"}.fa-hashtag:before{content:"\23"}.fa-expand-alt:before,.fa-up-right-and-down-left-from-center:before{content:"\f424"}.fa-oil-can:before{content:"\f613"}.fa-t:before{content:"\54"}.fa-hippo:before{content:"\f6ed"}.fa-chart-column:before{content:"\e0e3"}.fa-infinity:before{content:"\f534"}.fa-vial-circle-check:before{content:"\e596"}.fa-person-arrow-down-to-line:before{content:"\e538"}.fa-voicemail:before{content:"\f897"}.fa-fan:before{content:"\f863"}.fa-person-walking-luggage:before{content:"\e554"}.fa-arrows-alt-v:before,.fa-up-down:before{content:"\f338"}.fa-cloud-moon-rain:before{content:"\f73c"}.fa-calendar:before{content:"\f133"}.fa-trailer:before{content:"\e041"}.fa-bahai:before,.fa-haykal:before{content:"\f666"}.fa-sd-card:before{content:"\f7c2"}.fa-dragon:before{content:"\f6d5"}.fa-shoe-prints:before{content:"\f54b"}.fa-circle-plus:before,.fa-plus-circle:before{content:"\f055"}.fa-face-grin-tongue-wink:before,.fa-grin-tongue-wink:before{content:"\f58b"}.fa-hand-holding:before{content:"\f4bd"}.fa-plug-circle-exclamation:before{content:"\e55d"}.fa-chain-broken:before,.fa-chain-slash:before,.fa-link-slash:before,.fa-unlink:before{content:"\f127"}.fa-clone:before{content:"\f24d"}.fa-person-walking-arrow-loop-left:before{content:"\e551"}.fa-arrow-up-z-a:before,.fa-sort-alpha-up-alt:before{content:"\f882"}.fa-fire-alt:before,.fa-fire-flame-curved:before{content:"\f7e4"}.fa-tornado:before{content:"\f76f"}.fa-file-circle-plus:before{content:"\e494"}.fa-book-quran:before,.fa-quran:before{content:"\f687"}.fa-anchor:before{content:"\f13d"}.fa-border-all:before{content:"\f84c"}.fa-angry:before,.fa-face-angry:before{content:"\f556"}.fa-cookie-bite:before{content:"\f564"}.fa-arrow-trend-down:before{content:"\e097"}.fa-feed:before,.fa-rss:before{content:"\f09e"}.fa-draw-polygon:before{content:"\f5ee"}.fa-balance-scale:before,.fa-scale-balanced:before{content:"\f24e"}.fa-gauge-simple-high:before,.fa-tachometer-fast:before,.fa-tachometer:before{content:"\f62a"}.fa-shower:before{content:"\f2cc"}.fa-desktop-alt:before,.fa-desktop:before{content:"\f390"}.fa-m:before{content:"\4d"}.fa-table-list:before,.fa-th-list:before{content:"\f00b"}.fa-comment-sms:before,.fa-sms:before{content:"\f7cd"}.fa-book:before{content:"\f02d"}.fa-user-plus:before{content:"\f234"}.fa-check:before{content:"\f00c"}.fa-battery-4:before,.fa-battery-three-quarters:before{content:"\f241"}.fa-house-circle-check:before{content:"\e509"}.fa-angle-left:before{content:"\f104"}.fa-diagram-successor:before{content:"\e47a"}.fa-truck-arrow-right:before{content:"\e58b"}.fa-arrows-split-up-and-left:before{content:"\e4bc"}.fa-fist-raised:before,.fa-hand-fist:before{content:"\f6de"}.fa-cloud-moon:before{content:"\f6c3"}.fa-briefcase:before{content:"\f0b1"}.fa-person-falling:before{content:"\e546"}.fa-image-portrait:before,.fa-portrait:before{content:"\f3e0"}.fa-user-tag:before{content:"\f507"}.fa-rug:before{content:"\e569"}.fa-earth-europe:before,.fa-globe-europe:before{content:"\f7a2"}.fa-cart-flatbed-suitcase:before,.fa-luggage-cart:before{content:"\f59d"}.fa-rectangle-times:before,.fa-rectangle-xmark:before,.fa-times-rectangle:before,.fa-window-close:before{content:"\f410"}.fa-baht-sign:before{content:"\e0ac"}.fa-book-open:before{content:"\f518"}.fa-book-journal-whills:before,.fa-journal-whills:before{content:"\f66a"}.fa-handcuffs:before{content:"\e4f8"}.fa-exclamation-triangle:before,.fa-triangle-exclamation:before,.fa-warning:before{content:"\f071"}.fa-database:before{content:"\f1c0"}.fa-mail-forward:before,.fa-share:before{content:"\f064"}.fa-bottle-droplet:before{content:"\e4c4"}.fa-mask-face:before{content:"\e1d7"}.fa-hill-rockslide:before{content:"\e508"}.fa-exchange-alt:before,.fa-right-left:before{content:"\f362"}.fa-paper-plane:before{content:"\f1d8"}.fa-road-circle-exclamation:before{content:"\e565"}.fa-dungeon:before{content:"\f6d9"}.fa-align-right:before{content:"\f038"}.fa-money-bill-1-wave:before,.fa-money-bill-wave-alt:before{content:"\f53b"}.fa-life-ring:before{content:"\f1cd"}.fa-hands:before,.fa-sign-language:before,.fa-signing:before{content:"\f2a7"}.fa-calendar-day:before{content:"\f783"}.fa-ladder-water:before,.fa-swimming-pool:before,.fa-water-ladder:before{content:"\f5c5"}.fa-arrows-up-down:before,.fa-arrows-v:before{content:"\f07d"}.fa-face-grimace:before,.fa-grimace:before{content:"\f57f"}.fa-wheelchair-alt:before,.fa-wheelchair-move:before{content:"\e2ce"}.fa-level-down-alt:before,.fa-turn-down:before{content:"\f3be"}.fa-person-walking-arrow-right:before{content:"\e552"}.fa-envelope-square:before,.fa-square-envelope:before{content:"\f199"}.fa-dice:before{content:"\f522"}.fa-bowling-ball:before{content:"\f436"}.fa-brain:before{content:"\f5dc"}.fa-band-aid:before,.fa-bandage:before{content:"\f462"}.fa-calendar-minus:before{content:"\f272"}.fa-circle-xmark:before,.fa-times-circle:before,.fa-xmark-circle:before{content:"\f057"}.fa-gifts:before{content:"\f79c"}.fa-hotel:before{content:"\f594"}.fa-earth-asia:before,.fa-globe-asia:before{content:"\f57e"}.fa-id-card-alt:before,.fa-id-card-clip:before{content:"\f47f"}.fa-magnifying-glass-plus:before,.fa-search-plus:before{content:"\f00e"}.fa-thumbs-up:before{content:"\f164"}.fa-user-clock:before{content:"\f4fd"}.fa-allergies:before,.fa-hand-dots:before{content:"\f461"}.fa-file-invoice:before{content:"\f570"}.fa-window-minimize:before{content:"\f2d1"}.fa-coffee:before,.fa-mug-saucer:before{content:"\f0f4"}.fa-brush:before{content:"\f55d"}.fa-mask:before{content:"\f6fa"}.fa-magnifying-glass-minus:before,.fa-search-minus:before{content:"\f010"}.fa-ruler-vertical:before{content:"\f548"}.fa-user-alt:before,.fa-user-large:before{content:"\f406"}.fa-train-tram:before{content:"\e5b4"}.fa-user-nurse:before{content:"\f82f"}.fa-syringe:before{content:"\f48e"}.fa-cloud-sun:before{content:"\f6c4"}.fa-stopwatch-20:before{content:"\e06f"}.fa-square-full:before{content:"\f45c"}.fa-magnet:before{content:"\f076"}.fa-jar:before{content:"\e516"}.fa-note-sticky:before,.fa-sticky-note:before{content:"\f249"}.fa-bug-slash:before{content:"\e490"}.fa-arrow-up-from-water-pump:before{content:"\e4b6"}.fa-bone:before{content:"\f5d7"}.fa-user-injured:before{content:"\f728"}.fa-face-sad-tear:before,.fa-sad-tear:before{content:"\f5b4"}.fa-plane:before{content:"\f072"}.fa-tent-arrows-down:before{content:"\e581"}.fa-exclamation:before{content:"\21"}.fa-arrows-spin:before{content:"\e4bb"}.fa-print:before{content:"\f02f"}.fa-try:before,.fa-turkish-lira-sign:before,.fa-turkish-lira:before{content:"\e2bb"}.fa-dollar-sign:before,.fa-dollar:before,.fa-usd:before{content:"\24"}.fa-x:before{content:"\58"}.fa-magnifying-glass-dollar:before,.fa-search-dollar:before{content:"\f688"}.fa-users-cog:before,.fa-users-gear:before{content:"\f509"}.fa-person-military-pointing:before{content:"\e54a"}.fa-bank:before,.fa-building-columns:before,.fa-institution:before,.fa-museum:before,.fa-university:before{content:"\f19c"}.fa-umbrella:before{content:"\f0e9"}.fa-trowel:before{content:"\e589"}.fa-d:before{content:"\44"}.fa-stapler:before{content:"\e5af"}.fa-masks-theater:before,.fa-theater-masks:before{content:"\f630"}.fa-kip-sign:before{content:"\e1c4"}.fa-hand-point-left:before{content:"\f0a5"}.fa-handshake-alt:before,.fa-handshake-simple:before{content:"\f4c6"}.fa-fighter-jet:before,.fa-jet-fighter:before{content:"\f0fb"}.fa-share-alt-square:before,.fa-square-share-nodes:before{content:"\f1e1"}.fa-barcode:before{content:"\f02a"}.fa-plus-minus:before{content:"\e43c"}.fa-video-camera:before,.fa-video:before{content:"\f03d"}.fa-graduation-cap:before,.fa-mortar-board:before{content:"\f19d"}.fa-hand-holding-medical:before{content:"\e05c"}.fa-person-circle-check:before{content:"\e53e"}.fa-level-up-alt:before,.fa-turn-up:before{content:"\f3bf"}
.fa-sr-only,.fa-sr-only-focusable:not(:focus),.sr-only,.sr-only-focusable:not(:focus){position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border-width:0}:host,:root{--fa-style-family-brands:"Font Awesome 6 Brands";--fa-font-brands:normal 400 1em/1 "Font Awesome 6 Brands"}@font-face{font-family:"Font Awesome 6 Brands";font-style:normal;font-weight:400;font-display:block;src:url(//schallplatten.me/wp-content/plugins/dokan-lite/assets/vendors/font-awesome/webfonts/fa-brands-400.woff2) format("woff2"),url(//schallplatten.me/wp-content/plugins/dokan-lite/assets/vendors/font-awesome/webfonts/fa-brands-400.ttf) format("truetype")}.fa-brands,.fab{font-weight:400}.fa-monero:before{content:"\f3d0"}.fa-hooli:before{content:"\f427"}.fa-yelp:before{content:"\f1e9"}.fa-cc-visa:before{content:"\f1f0"}.fa-lastfm:before{content:"\f202"}.fa-shopware:before{content:"\f5b5"}.fa-creative-commons-nc:before{content:"\f4e8"}.fa-aws:before{content:"\f375"}.fa-redhat:before{content:"\f7bc"}.fa-yoast:before{content:"\f2b1"}.fa-cloudflare:before{content:"\e07d"}.fa-ups:before{content:"\f7e0"}.fa-pixiv:before{content:"\e640"}.fa-wpexplorer:before{content:"\f2de"}.fa-dyalog:before{content:"\f399"}.fa-bity:before{content:"\f37a"}.fa-stackpath:before{content:"\f842"}.fa-buysellads:before{content:"\f20d"}.fa-first-order:before{content:"\f2b0"}.fa-modx:before{content:"\f285"}.fa-guilded:before{content:"\e07e"}.fa-vnv:before{content:"\f40b"}.fa-js-square:before,.fa-square-js:before{content:"\f3b9"}.fa-microsoft:before{content:"\f3ca"}.fa-qq:before{content:"\f1d6"}.fa-orcid:before{content:"\f8d2"}.fa-java:before{content:"\f4e4"}.fa-invision:before{content:"\f7b0"}.fa-creative-commons-pd-alt:before{content:"\f4ed"}.fa-centercode:before{content:"\f380"}.fa-glide-g:before{content:"\f2a6"}.fa-drupal:before{content:"\f1a9"}.fa-hire-a-helper:before{content:"\f3b0"}.fa-creative-commons-by:before{content:"\f4e7"}.fa-unity:before{content:"\e049"}.fa-whmcs:before{content:"\f40d"}.fa-rocketchat:before{content:"\f3e8"}.fa-vk:before{content:"\f189"}.fa-untappd:before{content:"\f405"}.fa-mailchimp:before{content:"\f59e"}.fa-css3-alt:before{content:"\f38b"}.fa-reddit-square:before,.fa-square-reddit:before{content:"\f1a2"}.fa-vimeo-v:before{content:"\f27d"}.fa-contao:before{content:"\f26d"}.fa-square-font-awesome:before{content:"\e5ad"}.fa-deskpro:before{content:"\f38f"}.fa-brave:before{content:"\e63c"}.fa-sistrix:before{content:"\f3ee"}.fa-instagram-square:before,.fa-square-instagram:before{content:"\e055"}.fa-battle-net:before{content:"\f835"}.fa-the-red-yeti:before{content:"\f69d"}.fa-hacker-news-square:before,.fa-square-hacker-news:before{content:"\f3af"}.fa-edge:before{content:"\f282"}.fa-threads:before{content:"\e618"}.fa-napster:before{content:"\f3d2"}.fa-snapchat-square:before,.fa-square-snapchat:before{content:"\f2ad"}.fa-google-plus-g:before{content:"\f0d5"}.fa-artstation:before{content:"\f77a"}.fa-markdown:before{content:"\f60f"}.fa-sourcetree:before{content:"\f7d3"}.fa-google-plus:before{content:"\f2b3"}.fa-diaspora:before{content:"\f791"}.fa-foursquare:before{content:"\f180"}.fa-stack-overflow:before{content:"\f16c"}.fa-github-alt:before{content:"\f113"}.fa-phoenix-squadron:before{content:"\f511"}.fa-pagelines:before{content:"\f18c"}.fa-algolia:before{content:"\f36c"}.fa-red-river:before{content:"\f3e3"}.fa-creative-commons-sa:before{content:"\f4ef"}.fa-safari:before{content:"\f267"}.fa-google:before{content:"\f1a0"}.fa-font-awesome-alt:before,.fa-square-font-awesome-stroke:before{content:"\f35c"}.fa-atlassian:before{content:"\f77b"}.fa-linkedin-in:before{content:"\f0e1"}.fa-digital-ocean:before{content:"\f391"}.fa-nimblr:before{content:"\f5a8"}.fa-chromecast:before{content:"\f838"}.fa-evernote:before{content:"\f839"}.fa-hacker-news:before{content:"\f1d4"}.fa-creative-commons-sampling:before{content:"\f4f0"}.fa-adversal:before{content:"\f36a"}.fa-creative-commons:before{content:"\f25e"}.fa-watchman-monitoring:before{content:"\e087"}.fa-fonticons:before{content:"\f280"}.fa-weixin:before{content:"\f1d7"}.fa-shirtsinbulk:before{content:"\f214"}.fa-codepen:before{content:"\f1cb"}.fa-git-alt:before{content:"\f841"}.fa-lyft:before{content:"\f3c3"}.fa-rev:before{content:"\f5b2"}.fa-windows:before{content:"\f17a"}.fa-wizards-of-the-coast:before{content:"\f730"}.fa-square-viadeo:before,.fa-viadeo-square:before{content:"\f2aa"}.fa-meetup:before{content:"\f2e0"}.fa-centos:before{content:"\f789"}.fa-adn:before{content:"\f170"}.fa-cloudsmith:before{content:"\f384"}.fa-opensuse:before{content:"\e62b"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-dribbble-square:before,.fa-square-dribbble:before{content:"\f397"}.fa-codiepie:before{content:"\f284"}.fa-node:before{content:"\f419"}.fa-mix:before{content:"\f3cb"}.fa-steam:before{content:"\f1b6"}.fa-cc-apple-pay:before{content:"\f416"}.fa-scribd:before{content:"\f28a"}.fa-debian:before{content:"\e60b"}.fa-openid:before{content:"\f19b"}.fa-instalod:before{content:"\e081"}.fa-expeditedssl:before{content:"\f23e"}.fa-sellcast:before{content:"\f2da"}.fa-square-twitter:before,.fa-twitter-square:before{content:"\f081"}.fa-r-project:before{content:"\f4f7"}.fa-delicious:before{content:"\f1a5"}.fa-freebsd:before{content:"\f3a4"}.fa-vuejs:before{content:"\f41f"}.fa-accusoft:before{content:"\f369"}.fa-ioxhost:before{content:"\f208"}.fa-fonticons-fi:before{content:"\f3a2"}.fa-app-store:before{content:"\f36f"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-itunes-note:before{content:"\f3b5"}.fa-golang:before{content:"\e40f"}.fa-kickstarter:before{content:"\f3bb"}.fa-grav:before{content:"\f2d6"}.fa-weibo:before{content:"\f18a"}.fa-uncharted:before{content:"\e084"}.fa-firstdraft:before{content:"\f3a1"}.fa-square-youtube:before,.fa-youtube-square:before{content:"\f431"}.fa-wikipedia-w:before{content:"\f266"}.fa-rendact:before,.fa-wpressr:before{content:"\f3e4"}.fa-angellist:before{content:"\f209"}.fa-galactic-republic:before{content:"\f50c"}.fa-nfc-directional:before{content:"\e530"}.fa-skype:before{content:"\f17e"}.fa-joget:before{content:"\f3b7"}.fa-fedora:before{content:"\f798"}.fa-stripe-s:before{content:"\f42a"}.fa-meta:before{content:"\e49b"}.fa-laravel:before{content:"\f3bd"}.fa-hotjar:before{content:"\f3b1"}.fa-bluetooth-b:before{content:"\f294"}.fa-square-letterboxd:before{content:"\e62e"}.fa-sticker-mule:before{content:"\f3f7"}.fa-creative-commons-zero:before{content:"\f4f3"}.fa-hips:before{content:"\f452"}.fa-behance:before{content:"\f1b4"}.fa-reddit:before{content:"\f1a1"}.fa-discord:before{content:"\f392"}.fa-chrome:before{content:"\f268"}.fa-app-store-ios:before{content:"\f370"}.fa-cc-discover:before{content:"\f1f2"}.fa-wpbeginner:before{content:"\f297"}.fa-confluence:before{content:"\f78d"}.fa-shoelace:before{content:"\e60c"}.fa-mdb:before{content:"\f8ca"}.fa-dochub:before{content:"\f394"}.fa-accessible-icon:before{content:"\f368"}.fa-ebay:before{content:"\f4f4"}.fa-amazon:before{content:"\f270"}.fa-unsplash:before{content:"\e07c"}.fa-yarn:before{content:"\f7e3"}.fa-square-steam:before,.fa-steam-square:before{content:"\f1b7"}.fa-500px:before{content:"\f26e"}.fa-square-vimeo:before,.fa-vimeo-square:before{content:"\f194"}.fa-asymmetrik:before{content:"\f372"}.fa-font-awesome-flag:before,.fa-font-awesome-logo-full:before,.fa-font-awesome:before{content:"\f2b4"}.fa-gratipay:before{content:"\f184"}.fa-apple:before{content:"\f179"}.fa-hive:before{content:"\e07f"}.fa-gitkraken:before{content:"\f3a6"}.fa-keybase:before{content:"\f4f5"}.fa-apple-pay:before{content:"\f415"}.fa-padlet:before{content:"\e4a0"}.fa-amazon-pay:before{content:"\f42c"}.fa-github-square:before,.fa-square-github:before{content:"\f092"}.fa-stumbleupon:before{content:"\f1a4"}.fa-fedex:before{content:"\f797"}.fa-phoenix-framework:before{content:"\f3dc"}.fa-shopify:before{content:"\e057"}.fa-neos:before{content:"\f612"}.fa-square-threads:before{content:"\e619"}.fa-hackerrank:before{content:"\f5f7"}.fa-researchgate:before{content:"\f4f8"}.fa-swift:before{content:"\f8e1"}.fa-angular:before{content:"\f420"}.fa-speakap:before{content:"\f3f3"}.fa-angrycreative:before{content:"\f36e"}.fa-y-combinator:before{content:"\f23b"}.fa-empire:before{content:"\f1d1"}.fa-envira:before{content:"\f299"}.fa-google-scholar:before{content:"\e63b"}.fa-gitlab-square:before,.fa-square-gitlab:before{content:"\e5ae"}.fa-studiovinari:before{content:"\f3f8"}.fa-pied-piper:before{content:"\f2ae"}.fa-wordpress:before{content:"\f19a"}.fa-product-hunt:before{content:"\f288"}.fa-firefox:before{content:"\f269"}.fa-linode:before{content:"\f2b8"}.fa-goodreads:before{content:"\f3a8"}.fa-odnoklassniki-square:before,.fa-square-odnoklassniki:before{content:"\f264"}.fa-jsfiddle:before{content:"\f1cc"}.fa-sith:before{content:"\f512"}.fa-themeisle:before{content:"\f2b2"}.fa-page4:before{content:"\f3d7"}.fa-hashnode:before{content:"\e499"}.fa-react:before{content:"\f41b"}.fa-cc-paypal:before{content:"\f1f4"}.fa-squarespace:before{content:"\f5be"}.fa-cc-stripe:before{content:"\f1f5"}.fa-creative-commons-share:before{content:"\f4f2"}.fa-bitcoin:before{content:"\f379"}.fa-keycdn:before{content:"\f3ba"}.fa-opera:before{content:"\f26a"}.fa-itch-io:before{content:"\f83a"}.fa-umbraco:before{content:"\f8e8"}.fa-galactic-senate:before{content:"\f50d"}.fa-ubuntu:before{content:"\f7df"}.fa-draft2digital:before{content:"\f396"}.fa-stripe:before{content:"\f429"}.fa-houzz:before{content:"\f27c"}.fa-gg:before{content:"\f260"}.fa-dhl:before{content:"\f790"}.fa-pinterest-square:before,.fa-square-pinterest:before{content:"\f0d3"}.fa-xing:before{content:"\f168"}.fa-blackberry:before{content:"\f37b"}.fa-creative-commons-pd:before{content:"\f4ec"}.fa-playstation:before{content:"\f3df"}.fa-quinscape:before{content:"\f459"}.fa-less:before{content:"\f41d"}.fa-blogger-b:before{content:"\f37d"}.fa-opencart:before{content:"\f23d"}.fa-vine:before{content:"\f1ca"}.fa-signal-messenger:before{content:"\e663"}.fa-paypal:before{content:"\f1ed"}.fa-gitlab:before{content:"\f296"}.fa-typo3:before{content:"\f42b"}.fa-reddit-alien:before{content:"\f281"}.fa-yahoo:before{content:"\f19e"}.fa-dailymotion:before{content:"\e052"}.fa-affiliatetheme:before{content:"\f36b"}.fa-pied-piper-pp:before{content:"\f1a7"}.fa-bootstrap:before{content:"\f836"}.fa-odnoklassniki:before{content:"\f263"}.fa-nfc-symbol:before{content:"\e531"}.fa-mintbit:before{content:"\e62f"}.fa-ethereum:before{content:"\f42e"}.fa-speaker-deck:before{content:"\f83c"}.fa-creative-commons-nc-eu:before{content:"\f4e9"}.fa-patreon:before{content:"\f3d9"}.fa-avianex:before{content:"\f374"}.fa-ello:before{content:"\f5f1"}.fa-gofore:before{content:"\f3a7"}.fa-bimobject:before{content:"\f378"}.fa-brave-reverse:before{content:"\e63d"}.fa-facebook-f:before{content:"\f39e"}.fa-google-plus-square:before,.fa-square-google-plus:before{content:"\f0d4"}.fa-mandalorian:before{content:"\f50f"}.fa-first-order-alt:before{content:"\f50a"}.fa-osi:before{content:"\f41a"}.fa-google-wallet:before{content:"\f1ee"}.fa-d-and-d-beyond:before{content:"\f6ca"}.fa-periscope:before{content:"\f3da"}.fa-fulcrum:before{content:"\f50b"}.fa-cloudscale:before{content:"\f383"}.fa-forumbee:before{content:"\f211"}.fa-mizuni:before{content:"\f3cc"}.fa-schlix:before{content:"\f3ea"}.fa-square-xing:before,.fa-xing-square:before{content:"\f169"}.fa-bandcamp:before{content:"\f2d5"}.fa-wpforms:before{content:"\f298"}.fa-cloudversify:before{content:"\f385"}.fa-usps:before{content:"\f7e1"}.fa-megaport:before{content:"\f5a3"}.fa-magento:before{content:"\f3c4"}.fa-spotify:before{content:"\f1bc"}.fa-optin-monster:before{content:"\f23c"}.fa-fly:before{content:"\f417"}.fa-aviato:before{content:"\f421"}.fa-itunes:before{content:"\f3b4"}.fa-cuttlefish:before{content:"\f38c"}.fa-blogger:before{content:"\f37c"}.fa-flickr:before{content:"\f16e"}.fa-viber:before{content:"\f409"}.fa-soundcloud:before{content:"\f1be"}.fa-digg:before{content:"\f1a6"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-letterboxd:before{content:"\e62d"}.fa-symfony:before{content:"\f83d"}.fa-maxcdn:before{content:"\f136"}.fa-etsy:before{content:"\f2d7"}.fa-facebook-messenger:before{content:"\f39f"}.fa-audible:before{content:"\f373"}.fa-think-peaks:before{content:"\f731"}.fa-bilibili:before{content:"\e3d9"}.fa-erlang:before{content:"\f39d"}.fa-x-twitter:before{content:"\e61b"}.fa-cotton-bureau:before{content:"\f89e"}.fa-dashcube:before{content:"\f210"}.fa-42-group:before,.fa-innosoft:before{content:"\e080"}.fa-stack-exchange:before{content:"\f18d"}.fa-elementor:before{content:"\f430"}.fa-pied-piper-square:before,.fa-square-pied-piper:before{content:"\e01e"}.fa-creative-commons-nd:before{content:"\f4eb"}.fa-palfed:before{content:"\f3d8"}.fa-superpowers:before{content:"\f2dd"}.fa-resolving:before{content:"\f3e7"}.fa-xbox:before{content:"\f412"}.fa-searchengin:before{content:"\f3eb"}.fa-tiktok:before{content:"\e07b"}.fa-facebook-square:before,.fa-square-facebook:before{content:"\f082"}.fa-renren:before{content:"\f18b"}.fa-linux:before{content:"\f17c"}.fa-glide:before{content:"\f2a5"}.fa-linkedin:before{content:"\f08c"}.fa-hubspot:before{content:"\f3b2"}.fa-deploydog:before{content:"\f38e"}.fa-twitch:before{content:"\f1e8"}.fa-ravelry:before{content:"\f2d9"}.fa-mixer:before{content:"\e056"}.fa-lastfm-square:before,.fa-square-lastfm:before{content:"\f203"}.fa-vimeo:before{content:"\f40a"}.fa-mendeley:before{content:"\f7b3"}.fa-uniregistry:before{content:"\f404"}.fa-figma:before{content:"\f799"}.fa-creative-commons-remix:before{content:"\f4ee"}.fa-cc-amazon-pay:before{content:"\f42d"}.fa-dropbox:before{content:"\f16b"}.fa-instagram:before{content:"\f16d"}.fa-cmplid:before{content:"\e360"}.fa-upwork:before{content:"\e641"}.fa-facebook:before{content:"\f09a"}.fa-gripfire:before{content:"\f3ac"}.fa-jedi-order:before{content:"\f50e"}.fa-uikit:before{content:"\f403"}.fa-fort-awesome-alt:before{content:"\f3a3"}.fa-phabricator:before{content:"\f3db"}.fa-ussunnah:before{content:"\f407"}.fa-earlybirds:before{content:"\f39a"}.fa-trade-federation:before{content:"\f513"}.fa-autoprefixer:before{content:"\f41c"}.fa-whatsapp:before{content:"\f232"}.fa-slideshare:before{content:"\f1e7"}.fa-google-play:before{content:"\f3ab"}.fa-viadeo:before{content:"\f2a9"}.fa-line:before{content:"\f3c0"}.fa-google-drive:before{content:"\f3aa"}.fa-servicestack:before{content:"\f3ec"}.fa-simplybuilt:before{content:"\f215"}.fa-bitbucket:before{content:"\f171"}.fa-imdb:before{content:"\f2d8"}.fa-deezer:before{content:"\e077"}.fa-raspberry-pi:before{content:"\f7bb"}.fa-jira:before{content:"\f7b1"}.fa-docker:before{content:"\f395"}.fa-screenpal:before{content:"\e570"}.fa-bluetooth:before{content:"\f293"}.fa-gitter:before{content:"\f426"}.fa-d-and-d:before{content:"\f38d"}.fa-microblog:before{content:"\e01a"}.fa-cc-diners-club:before{content:"\f24c"}.fa-gg-circle:before{content:"\f261"}.fa-pied-piper-hat:before{content:"\f4e5"}.fa-kickstarter-k:before{content:"\f3bc"}.fa-yandex:before{content:"\f413"}.fa-readme:before{content:"\f4d5"}.fa-html5:before{content:"\f13b"}.fa-sellsy:before{content:"\f213"}.fa-sass:before{content:"\f41e"}.fa-wirsindhandwerk:before,.fa-wsh:before{content:"\e2d0"}.fa-buromobelexperte:before{content:"\f37f"}.fa-salesforce:before{content:"\f83b"}.fa-octopus-deploy:before{content:"\e082"}.fa-medapps:before{content:"\f3c6"}.fa-ns8:before{content:"\f3d5"}.fa-pinterest-p:before{content:"\f231"}.fa-apper:before{content:"\f371"}.fa-fort-awesome:before{content:"\f286"}.fa-waze:before{content:"\f83f"}.fa-cc-jcb:before{content:"\f24b"}.fa-snapchat-ghost:before,.fa-snapchat:before{content:"\f2ab"}.fa-fantasy-flight-games:before{content:"\f6dc"}.fa-rust:before{content:"\e07a"}.fa-wix:before{content:"\f5cf"}.fa-behance-square:before,.fa-square-behance:before{content:"\f1b5"}.fa-supple:before{content:"\f3f9"}.fa-webflow:before{content:"\e65c"}.fa-rebel:before{content:"\f1d0"}.fa-css3:before{content:"\f13c"}.fa-staylinked:before{content:"\f3f5"}.fa-kaggle:before{content:"\f5fa"}.fa-space-awesome:before{content:"\e5ac"}.fa-deviantart:before{content:"\f1bd"}.fa-cpanel:before{content:"\f388"}.fa-goodreads-g:before{content:"\f3a9"}.fa-git-square:before,.fa-square-git:before{content:"\f1d2"}.fa-square-tumblr:before,.fa-tumblr-square:before{content:"\f174"}.fa-trello:before{content:"\f181"}.fa-creative-commons-nc-jp:before{content:"\f4ea"}.fa-get-pocket:before{content:"\f265"}.fa-perbyte:before{content:"\e083"}.fa-grunt:before{content:"\f3ad"}.fa-weebly:before{content:"\f5cc"}.fa-connectdevelop:before{content:"\f20e"}.fa-leanpub:before{content:"\f212"}.fa-black-tie:before{content:"\f27e"}.fa-themeco:before{content:"\f5c6"}.fa-python:before{content:"\f3e2"}.fa-android:before{content:"\f17b"}.fa-bots:before{content:"\e340"}.fa-free-code-camp:before{content:"\f2c5"}.fa-hornbill:before{content:"\f592"}.fa-js:before{content:"\f3b8"}.fa-ideal:before{content:"\e013"}.fa-git:before{content:"\f1d3"}.fa-dev:before{content:"\f6cc"}.fa-sketch:before{content:"\f7c6"}.fa-yandex-international:before{content:"\f414"}.fa-cc-amex:before{content:"\f1f3"}.fa-uber:before{content:"\f402"}.fa-github:before{content:"\f09b"}.fa-php:before{content:"\f457"}.fa-alipay:before{content:"\f642"}.fa-youtube:before{content:"\f167"}.fa-skyatlas:before{content:"\f216"}.fa-firefox-browser:before{content:"\e007"}.fa-replyd:before{content:"\f3e6"}.fa-suse:before{content:"\f7d6"}.fa-jenkins:before{content:"\f3b6"}.fa-twitter:before{content:"\f099"}.fa-rockrms:before{content:"\f3e9"}.fa-pinterest:before{content:"\f0d2"}.fa-buffer:before{content:"\f837"}.fa-npm:before{content:"\f3d4"}.fa-yammer:before{content:"\f840"}.fa-btc:before{content:"\f15a"}.fa-dribbble:before{content:"\f17d"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-internet-explorer:before{content:"\f26b"}.fa-stubber:before{content:"\e5c7"}.fa-telegram-plane:before,.fa-telegram:before{content:"\f2c6"}.fa-old-republic:before{content:"\f510"}.fa-odysee:before{content:"\e5c6"}.fa-square-whatsapp:before,.fa-whatsapp-square:before{content:"\f40c"}.fa-node-js:before{content:"\f3d3"}.fa-edge-legacy:before{content:"\e078"}.fa-slack-hash:before,.fa-slack:before{content:"\f198"}.fa-medrt:before{content:"\f3c8"}.fa-usb:before{content:"\f287"}.fa-tumblr:before{content:"\f173"}.fa-vaadin:before{content:"\f408"}.fa-quora:before{content:"\f2c4"}.fa-square-x-twitter:before{content:"\e61a"}.fa-reacteurope:before{content:"\f75d"}.fa-medium-m:before,.fa-medium:before{content:"\f23a"}.fa-amilia:before{content:"\f36d"}.fa-mixcloud:before{content:"\f289"}.fa-flipboard:before{content:"\f44d"}.fa-viacoin:before{content:"\f237"}.fa-critical-role:before{content:"\f6c9"}.fa-sitrox:before{content:"\e44a"}.fa-discourse:before{content:"\f393"}.fa-joomla:before{content:"\f1aa"}.fa-mastodon:before{content:"\f4f6"}.fa-airbnb:before{content:"\f834"}.fa-wolf-pack-battalion:before{content:"\f514"}.fa-buy-n-large:before{content:"\f8a6"}.fa-gulp:before{content:"\f3ae"}.fa-creative-commons-sampling-plus:before{content:"\f4f1"}.fa-strava:before{content:"\f428"}.fa-ember:before{content:"\f423"}.fa-canadian-maple-leaf:before{content:"\f785"}.fa-teamspeak:before{content:"\f4f9"}.fa-pushed:before{content:"\f3e1"}.fa-wordpress-simple:before{content:"\f411"}.fa-nutritionix:before{content:"\f3d6"}.fa-wodu:before{content:"\e088"}.fa-google-pay:before{content:"\e079"}.fa-intercom:before{content:"\f7af"}.fa-zhihu:before{content:"\f63f"}.fa-korvue:before{content:"\f42f"}.fa-pix:before{content:"\e43a"}.fa-steam-symbol:before{content:"\f3f6"}:host,:root{--fa-font-regular:normal 400 1em/1 "Font Awesome 6 Free"}@font-face{font-family:"Font Awesome 6 Free";font-style:normal;font-weight:400;font-display:block;src:url(//schallplatten.me/wp-content/plugins/dokan-lite/assets/vendors/font-awesome/webfonts/fa-regular-400.woff2) format("woff2"),url(//schallplatten.me/wp-content/plugins/dokan-lite/assets/vendors/font-awesome/webfonts/fa-regular-400.ttf) format("truetype")}.fa-regular,.far{font-weight:400}:host,:root{--fa-style-family-classic:"Font Awesome 6 Free";--fa-font-solid:normal 900 1em/1 "Font Awesome 6 Free"}@font-face{font-family:"Font Awesome 6 Free";font-style:normal;font-weight:900;font-display:block;src:url(//schallplatten.me/wp-content/plugins/dokan-lite/assets/vendors/font-awesome/webfonts/fa-solid-900.woff2) format("woff2"),url(//schallplatten.me/wp-content/plugins/dokan-lite/assets/vendors/font-awesome/webfonts/fa-solid-900.ttf) format("truetype")}.fa-solid,.fas{font-weight:900}@font-face{font-family:"Font Awesome 5 Brands";font-display:block;font-weight:400;src:url(//schallplatten.me/wp-content/plugins/dokan-lite/assets/vendors/font-awesome/webfonts/fa-brands-400.woff2) format("woff2"),url(//schallplatten.me/wp-content/plugins/dokan-lite/assets/vendors/font-awesome/webfonts/fa-brands-400.ttf) format("truetype")}@font-face{font-family:"Font Awesome 5 Free";font-display:block;font-weight:900;src:url(//schallplatten.me/wp-content/plugins/dokan-lite/assets/vendors/font-awesome/webfonts/fa-solid-900.woff2) format("woff2"),url(//schallplatten.me/wp-content/plugins/dokan-lite/assets/vendors/font-awesome/webfonts/fa-solid-900.ttf) format("truetype")}@font-face{font-family:"Font Awesome 5 Free";font-display:block;font-weight:400;src:url(//schallplatten.me/wp-content/plugins/dokan-lite/assets/vendors/font-awesome/webfonts/fa-regular-400.woff2) format("woff2"),url(//schallplatten.me/wp-content/plugins/dokan-lite/assets/vendors/font-awesome/webfonts/fa-regular-400.ttf) format("truetype")}@font-face{font-family:"FontAwesome";font-display:block;src:url(//schallplatten.me/wp-content/plugins/dokan-lite/assets/vendors/font-awesome/webfonts/fa-solid-900.woff2) format("woff2"),url(//schallplatten.me/wp-content/plugins/dokan-lite/assets/vendors/font-awesome/webfonts/fa-solid-900.ttf) format("truetype")}@font-face{font-family:"FontAwesome";font-display:block;src:url(//schallplatten.me/wp-content/plugins/dokan-lite/assets/vendors/font-awesome/webfonts/fa-brands-400.woff2) format("woff2"),url(//schallplatten.me/wp-content/plugins/dokan-lite/assets/vendors/font-awesome/webfonts/fa-brands-400.ttf) format("truetype")}@font-face{font-family:"FontAwesome";font-display:block;src:url(//schallplatten.me/wp-content/plugins/dokan-lite/assets/vendors/font-awesome/webfonts/fa-regular-400.woff2) format("woff2"),url(//schallplatten.me/wp-content/plugins/dokan-lite/assets/vendors/font-awesome/webfonts/fa-regular-400.ttf) format("truetype");unicode-range:u+f003,u+f006,u+f014,u+f016-f017,u+f01a-f01b,u+f01d,u+f022,u+f03e,u+f044,u+f046,u+f05c-f05d,u+f06e,u+f070,u+f087-f088,u+f08a,u+f094,u+f096-f097,u+f09d,u+f0a0,u+f0a2,u+f0a4-f0a7,u+f0c5,u+f0c7,u+f0e5-f0e6,u+f0eb,u+f0f6-f0f8,u+f10c,u+f114-f115,u+f118-f11a,u+f11c-f11d,u+f133,u+f147,u+f14e,u+f150-f152,u+f185-f186,u+f18e,u+f190-f192,u+f196,u+f1c1-f1c9,u+f1d9,u+f1db,u+f1e3,u+f1ea,u+f1f7,u+f1f9,u+f20a,u+f247-f248,u+f24a,u+f24d,u+f255-f25b,u+f25d,u+f271-f274,u+f278,u+f27b,u+f28c,u+f28e,u+f29c,u+f2b5,u+f2b7,u+f2ba,u+f2bc,u+f2be,u+f2c0-f2c1,u+f2c3,u+f2d0,u+f2d2,u+f2d4,u+f2dc}@font-face{font-family:"FontAwesome";font-display:block;src:url(//schallplatten.me/wp-content/plugins/dokan-lite/assets/vendors/font-awesome/webfonts/fa-v4compatibility.woff2) format("woff2"),url(//schallplatten.me/wp-content/plugins/dokan-lite/assets/vendors/font-awesome/webfonts/fa-v4compatibility.ttf) format("truetype");unicode-range:u+f041,u+f047,u+f065-f066,u+f07d-f07e,u+f080,u+f08b,u+f08e,u+f090,u+f09a,u+f0ac,u+f0ae,u+f0b2,u+f0d0,u+f0d6,u+f0e4,u+f0ec,u+f10a-f10b,u+f123,u+f13e,u+f148-f149,u+f14c,u+f156,u+f15e,u+f160-f161,u+f163,u+f175-f178,u+f195,u+f1f8,u+f219,u+f27a}.ui-helper-hidden { display: none; }
.ui-helper-hidden-accessible {
border: 0; clip: rect(0 0 0 0);
height: 1px;
margin: -1px;
overflow: hidden;
padding: 0;
position: absolute;
width: 1px;
}
.ui-helper-reset {
margin: 0;
padding: 0;
border: 0;
outline: 0;
line-height: 1.3;
text-decoration: none;
font-size: 100%;
list-style: none;
}
.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
content: "";
display: table;
}
.ui-helper-clearfix:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}
.ui-helper-clearfix { display:block;
min-height: 0; }/*\*/* html .ui-helper-clearfix {
height:1%;
}/**/.ui-helper-zfix {
width: 100%;
height: 100%;
top: 0;
left: 0;
position: absolute;
opacity: 0;
filter:Alpha(Opacity=0);
}
.ui-front {
z-index: 100;
} .ui-state-disabled { cursor: default !important; }  .ui-icon {
display: block;
text-indent: -99999px;
overflow: hidden;
background-repeat: no-repeat;
}  .ui-widget-overlay {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
} .ui-resizable {
position: relative;
}
.ui-resizable-handle {
position: absolute;
font-size: 0.1px;
z-index: 99999;
display: block;
}
.ui-resizable-disabled .ui-resizable-handle, .ui-resizable-autohide .ui-resizable-handle {
display: none;
}
.ui-resizable-n {
cursor: n-resize;
height: 7px;
width: 100%;
top: -5px;
left: 0;
}
.ui-resizable-s {
cursor: s-resize;
height: 7px;
width: 100%;
bottom: -5px;
left: 0;
}
.ui-resizable-e {
cursor: e-resize;
width: 7px;
right: -5px;
top: 0;
height: 100%;
}
.ui-resizable-w {
cursor: w-resize;
width: 7px;
left: -5px;
top: 0;
height: 100%;
}
.ui-resizable-se {
cursor: se-resize;
width: 12px;
height: 12px;
right: 1px;
bottom: 1px;
}
.ui-resizable-sw {
cursor: sw-resize;
width: 9px;
height: 9px;
left: -5px;
bottom: -5px;
}
.ui-resizable-nw {
cursor: nw-resize;
width: 9px;
height: 9px;
left: -5px;
top: -5px;
}
.ui-resizable-ne {
cursor: ne-resize;
width: 9px;
height: 9px;
right: -5px;
top: -5px;
} .ui-selectable-helper {
position: absolute;
z-index: 100;
border:1px dotted black;
}  .ui-widget {   font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; font-size:13px; }
.ui-widget .ui-widget { font-size: 1em; }
.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button { font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; font-size: 1em; }
.ui-widget-content { border: 1px solid #aaaaaa; background: #ffffff url(//schallplatten.me/wp-content/plugins/dokan-lite/assets/vendors/jquery-ui/images/ui-bg_glass_75_ffffff_1x400.png) 50% 50% repeat-x; color: #404040; }
.ui-widget-content a { color: #404040; }
.ui-widget-header {
font-weight:bold;
border-color: #0064cd #0064cd #003f81;
border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
border:1px solid #666;
}
.ui-widget-header a { color: #222222; } .ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
background-color: #e6e6e6;
background-repeat: no-repeat;
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), color-stop(25%, #ffffff), to(#e6e6e6));
background-image: -webkit-linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
background-image: -moz-linear-gradient(top, #ffffff, #ffffff 25%, #e6e6e6);
background-image: -ms-linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
background-image: -o-linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
background-image: linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e6e6e6', GradientType=0);
text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
color: #333;
font-size: 13px;
line-height: normal;
border: 1px solid #ccc;
border-bottom-color: #bbb;
-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
-webkit-transition: 0.1s linear background-image;
-moz-transition: 0.1s linear background-image;
-ms-transition: 0.1s linear background-image;
-o-transition: 0.1s linear background-image;
transition: 0.1s linear background-image;
overflow: visible;
}
.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited { color: #555555; text-decoration: none; }
.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus {
background-position: 0 -15px;
color: #333;
text-decoration: none;
}
.ui-state-hover a, .ui-state-hover a:hover, .ui-state-hover a:link, .ui-state-hover a:visited { color: #212121; text-decoration: none; }
.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active { border: 1px solid #aaaaaa;  font-weight: normal; color: #212121; }
.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited { color: #212121; text-decoration: none; }
.ui-widget :active { outline: none; } .ui-state-highlight p, .ui-state-error p, .ui-state-default p{
font-size: 13px;
font-weight: normal;
line-height: 18px;
margin:7px 15px;
}
.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight  {
position: relative;
margin-bottom: 18px;
color: #404040;
background-color: #eedc94;
background-repeat: repeat-x;
background-image: -khtml-gradient(linear, left top, left bottom, from(#fceec1), to(#eedc94));
background-image: -moz-linear-gradient(top, #fceec1, #eedc94);
background-image: -ms-linear-gradient(top, #fceec1, #eedc94);
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fceec1), color-stop(100%, #eedc94));
background-image: -webkit-linear-gradient(top, #fceec1, #eedc94);
background-image: -o-linear-gradient(top, #fceec1, #eedc94);
background-image: linear-gradient(top, #fceec1, #eedc94);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fceec1', endColorstr='#eedc94', GradientType=0);
text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
border-color: #eedc94 #eedc94 #e4c652;
border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
border-width: 1px;
border-style: solid;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);
-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);
box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);
}
.ui-state-highlight a, .ui-widget-content .ui-state-highlight a,.ui-widget-header .ui-state-highlight a { color: #363636; }
.ui-state-error, .ui-widget-content .ui-state-error, .ui-widget-header .ui-state-error {
position: relative;
margin-bottom: 18px;
color: #ffffff;
border-width: 1px;
border-style: solid;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);
-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);
box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);
background-color: #c43c35;
background-repeat: repeat-x;
background-image: -khtml-gradient(linear, left top, left bottom, from(#ee5f5b), to(#c43c35));
background-image: -moz-linear-gradient(top, #ee5f5b, #c43c35);
background-image: -ms-linear-gradient(top, #ee5f5b, #c43c35);
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ee5f5b), color-stop(100%, #c43c35));
background-image: -webkit-linear-gradient(top, #ee5f5b, #c43c35);
background-image: -o-linear-gradient(top, #ee5f5b, #c43c35);
background-image: linear-gradient(top, #ee5f5b, #c43c35);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ee5f5b', endColorstr='#c43c35', GradientType=0);
text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
border-color: #c43c35 #c43c35 #882a25;
border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
}
.ui-state-error a, .ui-widget-content .ui-state-error a, .ui-widget-header .ui-state-error a { color: #cd0a0a; }
.ui-state-error-text, .ui-widget-content .ui-state-error-text, .ui-widget-header .ui-state-error-text { color: #cd0a0a; }
.ui-priority-primary, .ui-widget-content .ui-priority-primary, .ui-widget-header .ui-priority-primary { font-weight: bold; }
.ui-priority-secondary, .ui-widget-content .ui-priority-secondary,  .ui-widget-header .ui-priority-secondary { opacity: .7; filter:Alpha(Opacity=70); font-weight: normal; }
.ui-state-disabled, .ui-widget-content .ui-state-disabled, .ui-widget-header .ui-state-disabled { opacity: .35; filter:Alpha(Opacity=35); background-image: none;  }
.ui-state-disabled .ui-icon { filter:Alpha(Opacity=35); }   .ui-icon { width: 16px; height: 16px; background-image: url(//schallplatten.me/wp-content/plugins/dokan-lite/assets/vendors/jquery-ui/images/ui-icons_222222_256x240.png); }
.ui-widget-content .ui-icon {background-image: url(//schallplatten.me/wp-content/plugins/dokan-lite/assets/vendors/jquery-ui/images/ui-icons_222222_256x240.png); }
.ui-widget-header .ui-icon {background-image: url(//schallplatten.me/wp-content/plugins/dokan-lite/assets/vendors/jquery-ui/images/ui-icons_222222_256x240.png); }
.ui-state-default .ui-icon { background-image: url(//schallplatten.me/wp-content/plugins/dokan-lite/assets/vendors/jquery-ui/images/ui-icons_888888_256x240.png); }
.ui-state-hover .ui-icon, .ui-state-focus .ui-icon {background-image: url(//schallplatten.me/wp-content/plugins/dokan-lite/assets/vendors/jquery-ui/images/ui-icons_454545_256x240.png); }
.ui-state-active .ui-icon {background-image: url(//schallplatten.me/wp-content/plugins/dokan-lite/assets/vendors/jquery-ui/images/ui-icons_454545_256x240.png); }
.ui-state-highlight .ui-icon {background-image: url(//schallplatten.me/wp-content/plugins/dokan-lite/assets/vendors/jquery-ui/images/ui-icons_2e83ff_256x240.png); }
.ui-state-error .ui-icon, .ui-state-error-text .ui-icon {background-image: url(//schallplatten.me/wp-content/plugins/dokan-lite/assets/vendors/jquery-ui/images/ui-icons_f6cf3b_256x240.png); } .ui-icon-carat-1-n { background-position: 0 0; }
.ui-icon-carat-1-ne { background-position: -16px 0; }
.ui-icon-carat-1-e { background-position: -32px 0; }
.ui-icon-carat-1-se { background-position: -48px 0; }
.ui-icon-carat-1-s { background-position: -64px 0; }
.ui-icon-carat-1-sw { background-position: -80px 0; }
.ui-icon-carat-1-w { background-position: -96px 0; }
.ui-icon-carat-1-nw { background-position: -112px 0; }
.ui-icon-carat-2-n-s { background-position: -128px 0; }
.ui-icon-carat-2-e-w { background-position: -144px 0; }
.ui-icon-triangle-1-n { background-position: 0 -16px; }
.ui-icon-triangle-1-ne { background-position: -16px -16px; }
.ui-icon-triangle-1-e { background-position: -32px -16px; }
.ui-icon-triangle-1-se { background-position: -48px -16px; }
.ui-icon-triangle-1-s { background-position: -64px -16px; }
.ui-icon-triangle-1-sw { background-position: -80px -16px; }
.ui-icon-triangle-1-w { background-position: -96px -16px; }
.ui-icon-triangle-1-nw { background-position: -112px -16px; }
.ui-icon-triangle-2-n-s { background-position: -128px -16px; }
.ui-icon-triangle-2-e-w { background-position: -144px -16px; }
.ui-icon-arrow-1-n { background-position: 0 -32px; }
.ui-icon-arrow-1-ne { background-position: -16px -32px; }
.ui-icon-arrow-1-e { background-position: -32px -32px; }
.ui-icon-arrow-1-se { background-position: -48px -32px; }
.ui-icon-arrow-1-s { background-position: -64px -32px; }
.ui-icon-arrow-1-sw { background-position: -80px -32px; }
.ui-icon-arrow-1-w { background-position: -96px -32px; }
.ui-icon-arrow-1-nw { background-position: -112px -32px; }
.ui-icon-arrow-2-n-s { background-position: -128px -32px; }
.ui-icon-arrow-2-ne-sw { background-position: -144px -32px; }
.ui-icon-arrow-2-e-w { background-position: -160px -32px; }
.ui-icon-arrow-2-se-nw { background-position: -176px -32px; }
.ui-icon-arrowstop-1-n { background-position: -192px -32px; }
.ui-icon-arrowstop-1-e { background-position: -208px -32px; }
.ui-icon-arrowstop-1-s { background-position: -224px -32px; }
.ui-icon-arrowstop-1-w { background-position: -240px -32px; }
.ui-icon-arrowthick-1-n { background-position: 0 -48px; }
.ui-icon-arrowthick-1-ne { background-position: -16px -48px; }
.ui-icon-arrowthick-1-e { background-position: -32px -48px; }
.ui-icon-arrowthick-1-se { background-position: -48px -48px; }
.ui-icon-arrowthick-1-s { background-position: -64px -48px; }
.ui-icon-arrowthick-1-sw { background-position: -80px -48px; }
.ui-icon-arrowthick-1-w { background-position: -96px -48px; }
.ui-icon-arrowthick-1-nw { background-position: -112px -48px; }
.ui-icon-arrowthick-2-n-s { background-position: -128px -48px; }
.ui-icon-arrowthick-2-ne-sw { background-position: -144px -48px; }
.ui-icon-arrowthick-2-e-w { background-position: -160px -48px; }
.ui-icon-arrowthick-2-se-nw { background-position: -176px -48px; }
.ui-icon-arrowthickstop-1-n { background-position: -192px -48px; }
.ui-icon-arrowthickstop-1-e { background-position: -208px -48px; }
.ui-icon-arrowthickstop-1-s { background-position: -224px -48px; }
.ui-icon-arrowthickstop-1-w { background-position: -240px -48px; }
.ui-icon-arrowreturnthick-1-w { background-position: 0 -64px; }
.ui-icon-arrowreturnthick-1-n { background-position: -16px -64px; }
.ui-icon-arrowreturnthick-1-e { background-position: -32px -64px; }
.ui-icon-arrowreturnthick-1-s { background-position: -48px -64px; }
.ui-icon-arrowreturn-1-w { background-position: -64px -64px; }
.ui-icon-arrowreturn-1-n { background-position: -80px -64px; }
.ui-icon-arrowreturn-1-e { background-position: -96px -64px; }
.ui-icon-arrowreturn-1-s { background-position: -112px -64px; }
.ui-icon-arrowrefresh-1-w { background-position: -128px -64px; }
.ui-icon-arrowrefresh-1-n { background-position: -144px -64px; }
.ui-icon-arrowrefresh-1-e { background-position: -160px -64px; }
.ui-icon-arrowrefresh-1-s { background-position: -176px -64px; }
.ui-icon-arrow-4 { background-position: 0 -80px; }
.ui-icon-arrow-4-diag { background-position: -16px -80px; }
.ui-icon-extlink { background-position: -32px -80px; }
.ui-icon-newwin { background-position: -48px -80px; }
.ui-icon-refresh { background-position: -64px -80px; }
.ui-icon-shuffle { background-position: -80px -80px; }
.ui-icon-transfer-e-w { background-position: -96px -80px; }
.ui-icon-transferthick-e-w { background-position: -112px -80px; }
.ui-icon-folder-collapsed { background-position: 0 -96px; }
.ui-icon-folder-open { background-position: -16px -96px; }
.ui-icon-document { background-position: -32px -96px; }
.ui-icon-document-b { background-position: -48px -96px; }
.ui-icon-note { background-position: -64px -96px; }
.ui-icon-mail-closed { background-position: -80px -96px; }
.ui-icon-mail-open { background-position: -96px -96px; }
.ui-icon-suitcase { background-position: -112px -96px; }
.ui-icon-comment { background-position: -128px -96px; }
.ui-icon-person { background-position: -144px -96px; }
.ui-icon-print { background-position: -160px -96px; }
.ui-icon-trash { background-position: -176px -96px; }
.ui-icon-locked { background-position: -192px -96px; }
.ui-icon-unlocked { background-position: -208px -96px; }
.ui-icon-bookmark { background-position: -224px -96px; }
.ui-icon-tag { background-position: -240px -96px; }
.ui-icon-home { background-position: 0 -112px; }
.ui-icon-flag { background-position: -16px -112px; }
.ui-icon-calendar { background-position: -32px -112px; }
.ui-icon-cart { background-position: -48px -112px; }
.ui-icon-pencil { background-position: -64px -112px; }
.ui-icon-clock { background-position: -80px -112px; }
.ui-icon-disk { background-position: -96px -112px; }
.ui-icon-calculator { background-position: -112px -112px; }
.ui-icon-zoomin { background-position: -128px -112px; }
.ui-icon-zoomout { background-position: -144px -112px; }
.ui-icon-search { background-position: -160px -112px; }
.ui-icon-wrench { background-position: -176px -112px; }
.ui-icon-gear { background-position: -192px -112px; }
.ui-icon-heart { background-position: -208px -112px; }
.ui-icon-star { background-position: -224px -112px; }
.ui-icon-link { background-position: -240px -112px; }
.ui-icon-cancel { background-position: 0 -128px; }
.ui-icon-plus { background-position: -16px -128px; }
.ui-icon-plusthick { background-position: -32px -128px; }
.ui-icon-minus { background-position: -48px -128px; }
.ui-icon-minusthick { background-position: -64px -128px; }
.ui-icon-close { background-position: -80px -128px; }
.ui-icon-closethick { background-position: -96px -128px; }
.ui-icon-key { background-position: -112px -128px; }
.ui-icon-lightbulb { background-position: -128px -128px; }
.ui-icon-scissors { background-position: -144px -128px; }
.ui-icon-clipboard { background-position: -160px -128px; }
.ui-icon-copy { background-position: -176px -128px; }
.ui-icon-contact { background-position: -192px -128px; }
.ui-icon-image { background-position: -208px -128px; }
.ui-icon-video { background-position: -224px -128px; }
.ui-icon-script { background-position: -240px -128px; }
.ui-icon-alert { background-position: 0 -144px; }
.ui-icon-info { background-position: -16px -144px; }
.ui-icon-notice { background-position: -32px -144px; }
.ui-icon-help { background-position: -48px -144px; }
.ui-icon-check { background-position: -64px -144px; }
.ui-icon-bullet { background-position: -80px -144px; }
.ui-icon-radio-off { background-position: -96px -144px; }
.ui-icon-radio-on { background-position: -112px -144px; }
.ui-icon-pin-w { background-position: -128px -144px; }
.ui-icon-pin-s { background-position: -144px -144px; }
.ui-icon-play { background-position: 0 -160px; }
.ui-icon-pause { background-position: -16px -160px; }
.ui-icon-seek-next { background-position: -32px -160px; }
.ui-icon-seek-prev { background-position: -48px -160px; }
.ui-icon-seek-end { background-position: -64px -160px; }
.ui-icon-seek-start { background-position: -80px -160px; } .ui-icon-seek-first { background-position: -80px -160px; }
.ui-icon-stop { background-position: -96px -160px; }
.ui-icon-eject { background-position: -112px -160px; }
.ui-icon-volume-off { background-position: -128px -160px; }
.ui-icon-volume-on { background-position: -144px -160px; }
.ui-icon-power { background-position: 0 -176px; }
.ui-icon-signal-diag { background-position: -16px -176px; }
.ui-icon-signal { background-position: -32px -176px; }
.ui-icon-battery-0 { background-position: -48px -176px; }
.ui-icon-battery-1 { background-position: -64px -176px; }
.ui-icon-battery-2 { background-position: -80px -176px; }
.ui-icon-battery-3 { background-position: -96px -176px; }
.ui-icon-circle-plus { background-position: 0 -192px; }
.ui-icon-circle-minus { background-position: -16px -192px; }
.ui-icon-circle-close { background-position: -32px -192px; }
.ui-icon-circle-triangle-e { background-position: -48px -192px; }
.ui-icon-circle-triangle-s { background-position: -64px -192px; }
.ui-icon-circle-triangle-w { background-position: -80px -192px; }
.ui-icon-circle-triangle-n { background-position: -96px -192px; }
.ui-icon-circle-arrow-e { background-position: -112px -192px; }
.ui-icon-circle-arrow-s { background-position: -128px -192px; }
.ui-icon-circle-arrow-w { background-position: -144px -192px; }
.ui-icon-circle-arrow-n { background-position: -160px -192px; }
.ui-icon-circle-zoomin { background-position: -176px -192px; }
.ui-icon-circle-zoomout { background-position: -192px -192px; }
.ui-icon-circle-check { background-position: -208px -192px; }
.ui-icon-circlesmall-plus { background-position: 0 -208px; }
.ui-icon-circlesmall-minus { background-position: -16px -208px; }
.ui-icon-circlesmall-close { background-position: -32px -208px; }
.ui-icon-squaresmall-plus { background-position: -48px -208px; }
.ui-icon-squaresmall-minus { background-position: -64px -208px; }
.ui-icon-squaresmall-close { background-position: -80px -208px; }
.ui-icon-grip-dotted-vertical { background-position: 0 -224px; }
.ui-icon-grip-dotted-horizontal { background-position: -16px -224px; }
.ui-icon-grip-solid-vertical { background-position: -32px -224px; }
.ui-icon-grip-solid-horizontal { background-position: -48px -224px; }
.ui-icon-gripsmall-diagonal-se { background-position: -64px -224px; }
.ui-icon-grip-diagonal-se { background-position: -80px -224px; }  .ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
-moz-border-radius-topleft: 4px;
-webkit-border-top-left-radius: 4px;
-khtml-border-top-left-radius: 4px;
border-top-left-radius: 4px;
}
.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
-moz-border-radius-topright: 4px;
-webkit-border-top-right-radius: 4px;
-khtml-border-top-right-radius: 4px;
border-top-right-radius: 4px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
-moz-border-radius-bottomleft: 4px;
-webkit-border-bottom-left-radius: 4px;
-khtml-border-bottom-left-radius: 4px;
border-bottom-left-radius: 4px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
-moz-border-radius-bottomright: 4px;
-webkit-border-bottom-right-radius: 4px;
-khtml-border-bottom-right-radius: 4px;
border-bottom-right-radius: 4px;
} .ui-widget-overlay {
background: #aaaaaa url(//schallplatten.me/wp-content/plugins/dokan-lite/assets/vendors/jquery-ui/images/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x;
opacity: .30;
filter:Alpha(Opacity=30);
}
.ui-widget-shadow {
margin: -8px 0 0 -8px;
padding: 8px;
background: #aaaaaa url(//schallplatten.me/wp-content/plugins/dokan-lite/assets/vendors/jquery-ui/images/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x;
opacity: .30;filter:Alpha(Opacity=30);
-moz-border-radius: 8px;
-khtml-border-radius: 8px;
-webkit-border-radius: 8px;
border-radius: 8px;
}  .ui-accordion {
width: 100%;
}
.ui-accordion .ui-accordion-header {
cursor: pointer;
position: relative;
margin-top: 1px;
zoom: 1;
font-weight:bold;
}
.ui-accordion .ui-accordion-li-fix {
display: inline;
}
.ui-accordion .ui-accordion-header-active {
border-bottom: 0 !important;
}
.ui-accordion .ui-accordion-header a {
display: block;
font-size: 1em;
padding: .5em .5em .5em 1.7em;
}
.ui-accordion-icons .ui-accordion-header a {
padding-left: 2.2em;
}
.ui-accordion .ui-accordion-header .ui-icon {
position: absolute;
left: .5em;
top: 50%;
margin-top: -8px;
}
.ui-accordion .ui-accordion-content {
padding: 1em 2.2em;
border-top: 0;
margin-top: -2px;
position: relative;
top: 1px;
margin-bottom: 2px;
overflow: auto;
display: none;
zoom: 1;
}
.ui-accordion .ui-accordion-content-active {
display: block;
} .ui-autocomplete {
position: absolute;
top: 0;
left: 0;
cursor: default;
} .ui-button {
cursor: pointer;
display: inline-block;
background-color: #e6e6e6;
background-repeat: no-repeat;
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), color-stop(25%, #ffffff), to(#e6e6e6));
background-image: -webkit-linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
background-image: -moz-linear-gradient(top, #ffffff, #ffffff 25%, #e6e6e6);
background-image: -ms-linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
background-image: -o-linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
background-image: linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e6e6e6', GradientType=0);
padding: 5px 14px 6px;
margin: 0;
text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
color: #333;
font-size: 13px;
line-height: normal;
border: 1px solid #ccc;
border-bottom-color: #bbb;
-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
-webkit-transition: 0.1s linear background-image;
-moz-transition: 0.1s linear background-image;
-ms-transition: 0.1s linear background-image;
-o-transition: 0.1s linear background-image;
transition: 0.1s linear background-image;
overflow: visible;
} .ui-button-primary {
color: #ffffff;
background-color: #0064cd;
background-repeat: repeat-x;
background-image: -khtml-gradient(linear, left top, left bottom, from(#049cdb), to(#0064cd));
background-image: -moz-linear-gradient(top, #049cdb, #0064cd);
background-image: -ms-linear-gradient(top, #049cdb, #0064cd);
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #049cdb), color-stop(100%, #0064cd));
background-image: -webkit-linear-gradient(top, #049cdb, #0064cd);
background-image: -o-linear-gradient(top, #049cdb, #0064cd);
background-image: linear-gradient(top, #049cdb, #0064cd);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#049cdb', endColorstr='#0064cd', GradientType=0);
text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
border-color: #0064cd #0064cd #003f81;
border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
}
.ui-button-success{
color:#ffffff;
background-color: #57a957;
background-repeat: repeat-x;
background-image: -khtml-gradient(linear, left top, left bottom, from(#62c462), to(#57a957));
background-image: -moz-linear-gradient(top, #62c462, #57a957);
background-image: -ms-linear-gradient(top, #62c462, #57a957);
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #62c462), color-stop(100%, #57a957));
background-image: -webkit-linear-gradient(top, #62c462, #57a957);
background-image: -o-linear-gradient(top, #62c462, #57a957);
background-image: linear-gradient(top, #62c462, #57a957);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#62c462', endColorstr='#57a957', GradientType=0);
text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
border-color: #57a957 #57a957 #3d773d;
border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
}
.ui-button-error{
color:#ffffff;
background-color: #c43c35;
background-repeat: repeat-x;
background-image: -khtml-gradient(linear, left top, left bottom, from(#ee5f5b), to(#c43c35));
background-image: -moz-linear-gradient(top, #ee5f5b, #c43c35);
background-image: -ms-linear-gradient(top, #ee5f5b, #c43c35);
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ee5f5b), color-stop(100%, #c43c35));
background-image: -webkit-linear-gradient(top, #ee5f5b, #c43c35);
background-image: -o-linear-gradient(top, #ee5f5b, #c43c35);
background-image: linear-gradient(top, #ee5f5b, #c43c35);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ee5f5b', endColorstr='#c43c35', GradientType=0);
text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
border-color: #c43c35 #c43c35 #882a25;
border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
}
.ui-button-icon-only { width: 2.2em; } button.ui-button-icon-only { } .ui-button-icons-only { width: 3.4em; }
button.ui-button-icons-only { width: 3.7em; } .ui-button .ui-button-text { display: block;   }
.ui-button-text-only .ui-button-text {  }
.ui-button-icon-only .ui-button-text, .ui-button-icons-only .ui-button-text { padding: .4em; text-indent: -9999999px; display:none;}
.ui-button-text-icon-primary .ui-button-text, .ui-button-text-icons .ui-button-text { padding: .4em 1em .4em 2.1em; }
.ui-button-text-icon-secondary .ui-button-text, .ui-button-text-icons .ui-button-text { padding: .4em 2.1em .4em 1em; }
.ui-button-text-icons .ui-button-text { padding-left: 2.1em; padding-right: 2.1em; }   .ui-button-icon-only .ui-icon, .ui-button-text-icon-primary .ui-icon, .ui-button-text-icon-secondary .ui-icon, .ui-button-text-icons .ui-icon, .ui-button-icons-only .ui-icon { top: 50%; margin-top:-3px; margin-bottom:3px; }
.ui-button-icon-only .ui-icon { left: 50%; margin-left: -8px; }
.ui-button-text-icon-primary .ui-button-icon-primary, .ui-button-text-icons .ui-button-icon-primary, .ui-button-icons-only .ui-button-icon-primary { left: .5em; }
.ui-button-text-icon-secondary .ui-button-icon-secondary, .ui-button-text-icons .ui-button-icon-secondary, .ui-button-icons-only .ui-button-icon-secondary { right: .5em; }
.ui-button-text-icons .ui-button-icon-secondary, .ui-button-icons-only .ui-button-icon-secondary { right: .5em; } .ui-buttonset { margin-right: 7px; }
.ui-buttonset .ui-state-active {
color: #ffffff;
background-color: #0064cd;
background-repeat: repeat-x;
background-image: -khtml-gradient(linear, left top, left bottom, from(#049cdb), to(#0064cd));
background-image: -moz-linear-gradient(top, #049cdb, #0064cd);
background-image: -ms-linear-gradient(top, #049cdb, #0064cd);
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #049cdb), color-stop(100%, #0064cd));
background-image: -webkit-linear-gradient(top, #049cdb, #0064cd);
background-image: -o-linear-gradient(top, #049cdb, #0064cd);
background-image: linear-gradient(top, #049cdb, #0064cd);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#049cdb', endColorstr='#0064cd', GradientType=0);
text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
border-color: #0064cd #0064cd #003f81;
border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
}
.ui-buttonset .ui-button { margin-left: 0; margin-right: -.4em; } button.ui-button::-moz-focus-inner { border: 0; padding: 0; }  .ui-menu { list-style:none; padding: 2px; margin: 0; display:block; float:left; outline: none; }
.ui-menu .ui-menu { margin-top: -3px; position: absolute; }
.ui-menu .ui-menu-item { margin: 0; padding: 0; zoom: 1;float: left;clear: left; width: 100%; }
.ui-menu .ui-menu-divider { margin: 5px -2px 5px -2px; height: 0; font-size: 0; line-height: 0; border-width: 1px 0 0 0; }
.ui-menu .ui-menu-item a { text-decoration: none; display: block; padding: 2px .4em; line-height: 1.5; zoom: 1; font-weight: normal; }
.ui-menu .ui-menu-item a.ui-state-focus,
.ui-menu .ui-menu-item a.ui-state-active {
font-weight: normal;
margin: 0;
color: #ffffff;
background: #0064cd;
background-color: #0064cd;
background-repeat: repeat-x;
background-image: -khtml-gradient(linear, left top, left bottom, from(#049cdb), to(#0064cd));
background-image: -moz-linear-gradient(top, #049cdb, #0064cd);
background-image: -ms-linear-gradient(top, #049cdb, #0064cd);
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #049cdb), color-stop(100%, #0064cd));
background-image: -webkit-linear-gradient(top, #049cdb, #0064cd);
background-image: -o-linear-gradient(top, #049cdb, #0064cd);
background-image: linear-gradient(top, #049cdb, #0064cd);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#049cdb', endColorstr='#0064cd', GradientType=0);
text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
border-color: #0064cd #0064cd #003f81;
border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
} .ui-menu .ui-menu-item a.ui-state-active {
padding: 1px .4em;
}
.ui-menu .ui-state-disabled { font-weight: normal; margin: .4em 0 .2em; line-height: 1.5; }
.ui-menu .ui-state-disabled a { cursor: default; } .ui-menu-icons { position: relative; }
.ui-menu-icons .ui-menu-item a { position: relative; padding-left: 2em; } .ui-menu .ui-icon { position: absolute; top: .2em; left: .2em; } .ui-menu .ui-menu-icon { position: static; float: right; }
.ui-menu { width: 200px; margin-bottom: 2em; } .ui-spinner { position:relative; display: inline-block; overflow: hidden; padding: 0; vertical-align: middle; }
.ui-spinner-input { border: none; background: none; padding: 0; margin: .2em 0; vertical-align: middle; margin-left: .4em; margin-right: 22px; }
.ui-spinner{}
.ui-spinner-button { width: 16px; height: 50%; font-size: .5em; padding: 0; margin: 0; text-align: center; position: absolute; cursor: default; display: block; overflow: hidden; right: 0; }
.ui-spinner a.ui-spinner-button { border-top: none; border-bottom: none; border-right: none; } .ui-spinner .ui-icon { position: absolute; margin-top: -8px; top: 50%; left: 0; } .ui-spinner-up { top: 0; }
.ui-spinner-down { bottom: 0; } .ui-spinner .ui-icon-triangle-1-s { background-position:-65px -16px;
} .ui-dialog {
position: absolute;
top: 0;
left: 0;
padding: .2em;
width: 300px;
overflow: hidden;
outline: 0;
background-clip: padding-box;
background-color: #FFFFFF;
border: 1px solid rgba(0, 0, 0, 0.3);
border-radius: 6px 6px 6px 6px;
box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3); outline: medium none;
position: fixed; z-index: 1050;
}
.ui-dialog .ui-dialog-titlebar { position: relative;
padding:5px 15px;
border:0px 0px 0px 1px solid;
border-color: white;
padding: 5px 15px;
font-size: 18px;
text-decoration:none;
background:none;
-moz-border-radius-bottomright: 0px;
-webkit-border-bottom-right-radius: 0px;
-khtml-border-bottom-right-radius: 0px;
-moz-border-radius-bottomleft: 0px;
-webkit-border-bottom-left-radius: 0px;
-khtml-border-bottom-left-radius: 0px;
border-bottom-left-radius: 0px;
border-bottom:1px solid #ccc;
}
.ui-dialog .ui-dialog-title {
float: left;
color:#404040;
font-weight:bold;
margin-top:5px;
margin-bottom:5px;
padding:5px;
text-overflow: ellipsis;
overflow: hidden;
}
.ui-dialog .ui-dialog-titlebar-close {
position: absolute;
right: .3em;
top: 50%;
width: 19px;
margin: -20px 0 0 0;
padding: 1px;
height: 18px;
font-size: 20px;
font-weight: bold;
line-height: 13.5px;
text-shadow: 0 1px 0 #ffffff;
filter: alpha(opacity=25);
-khtml-opacity: 0.25;
-moz-opacity: 0.25;
opacity: 0.25;
background:none;
border-width: 0;
border:none;
box-shadow: none;
}
.ui-dialog .ui-dialog-titlebar-close span {
display: block;
margin: 1px;
text-indent: 9999px;
}
.ui-dialog .ui-dialog-titlebar-close:hover, .ui-dialog .ui-dialog-titlebar-close:focus { padding: 1px;   filter: alpha(opacity=90);
-khtml-opacity: 0.90;
-moz-opacity: 0.90;
opacity: 0.90;
}
.ui-dialog .ui-dialog-content { position: relative; border: 0; padding: .5em 1em; background: none; overflow: auto; zoom: 1; }
.ui-dialog .ui-dialog-buttonpane {
text-align: left;
border-width: 1px 0 0 0;
background-image: none;
margin: .5em 0 0 0;
background-color: #f5f5f5;
padding: 5px 15px 5px;
border-top: 1px solid #ddd;
-webkit-border-radius: 0 0 6px 6px;
-moz-border-radius: 0 0 6px 6px;
border-radius: 0 0 6px 6px;
-webkit-box-shadow: inset 0 1px 0 #ffffff;
-moz-box-shadow: inset 0 1px 0 #ffffff;
box-shadow: inset 0 1px 0 #ffffff;
zoom: 1;
margin-bottom: 0;
}
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset { float: right; }
.ui-dialog .ui-dialog-buttonpane button { margin: .5em .4em .5em 0; cursor: pointer; }
.ui-dialog .ui-resizable-se { width: 14px; height: 14px; right: 3px; bottom: 3px; }
.ui-draggable .ui-dialog-titlebar { cursor: move; }
.ui-dialog-buttonpane .ui-dialog-buttonset .ui-button{
color: #ffffff;
background-color: #0064cd;
background-repeat: repeat-x;
background-image: -khtml-gradient(linear, left top, left bottom, from(#049cdb), to(#0064cd));
background-image: -moz-linear-gradient(top, #049cdb, #0064cd);
background-image: -ms-linear-gradient(top, #049cdb, #0064cd);
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #049cdb), color-stop(100%, #0064cd));
background-image: -webkit-linear-gradient(top, #049cdb, #0064cd);
background-image: -o-linear-gradient(top, #049cdb, #0064cd);
background-image: linear-gradient(top, #049cdb, #0064cd);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#049cdb', endColorstr='#0064cd', GradientType=0);
text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
border-color: #0064cd #0064cd #003f81;
border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
} .ui-slider { position: relative; text-align: left; }
.ui-slider .ui-slider-handle { position: absolute; z-index: 2; width: 1.2em; height: 1.2em; cursor: default; }
.ui-slider .ui-slider-range { position: absolute; z-index: 1; font-size: .7em; display: block; border: 0; background-position: 0 0;
color: #ffffff;
background-color: #0064cd;
background-repeat: repeat-x;
background-image: -khtml-gradient(linear, left top, left bottom, from(#049cdb), to(#0064cd));
background-image: -moz-linear-gradient(top, #049cdb, #0064cd);
background-image: -ms-linear-gradient(top, #049cdb, #0064cd);
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #049cdb), color-stop(100%, #0064cd));
background-image: -webkit-linear-gradient(top, #049cdb, #0064cd);
background-image: -o-linear-gradient(top, #049cdb, #0064cd);
background-image: linear-gradient(top, #049cdb, #0064cd);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#049cdb', endColorstr='#0064cd', GradientType=0);
text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
border-color: #0064cd #0064cd #003f81;
border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
}
.ui-slider-horizontal { height: .8em; }
.ui-slider-horizontal .ui-slider-handle { top: -.3em; margin-left: -.6em; }
.ui-slider-horizontal .ui-slider-range { top: 0; height: 100%; }
.ui-slider-horizontal .ui-slider-range-min { left: 0; }
.ui-slider-horizontal .ui-slider-range-max { right: 0; }
.ui-slider-vertical { width: .8em; height: 100px; }
.ui-slider-vertical .ui-slider-handle { left: -.3em; margin-left: 0; margin-bottom: -.6em; }
.ui-slider-vertical .ui-slider-range { left: 0; width: 100%; }
.ui-slider-vertical .ui-slider-range-min { bottom: 0; }
.ui-slider-vertical .ui-slider-range-max { top: 0; } .ui-tabs .ui-tabs-nav{ background:none; border-color: #ddd;border-style: solid;border-width: 0 0 1px;}
.ui-tabs { position: relative; padding: .2em; zoom: 1; border:0px;} .ui-tabs .ui-tabs-nav li:hover, .ui-tabs .ui-tabs-nav li a:hover{
background:whiteSmoke;
border-bottom:1px solid #ddd;
padding-bottom:0px;
color:#00438A;
}
.ui-tabs .ui-tabs-nav { margin: 0; padding: .2em .2em 0; border-bottom:1px solid #DDD; }
.ui-tabs .ui-tabs-nav li {  text-decoration: none; list-style: none; float: left; position: relative; top: 1px; padding: 0px 0px 1px 0px; white-space: nowrap; background:none; border:0px; }
.ui-tabs-nav .ui-state-default{
-webkit-box-shadow: 0px 0px 0px #ffffff; -moz-box-shadow: 0px 0px 0px #ffffff; box-shadow: 0px 0px 0px #ffffff; }
.ui-tabs .ui-tabs-nav li a {
float: left;
text-decoration: none;
cursor: text;
padding: 0 15px;
margin-right: 2px;
line-height: 34px;
border: 1px solid transparent;
-webkit-border-radius: 4px 4px 0 0;
-moz-border-radius: 4px 4px 0 0;
border-radius: 4px 4px 0 0;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active { margin-bottom: 0; padding-bottom: 0px; outline:none;}
.ui-tabs .ui-tabs-nav li.ui-tabs-active , .ui-tabs .ui-tabs-nav li.ui-state-disabled a, .ui-tabs .ui-tabs-nav li.ui-state-processing a {
background-color: #ffffff;
border: 1px solid #ddd;
border-bottom-color: #ffffff;
cursor: default;
color:gray;
outline:none;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active a{background-color: #ffffff;outline:none;border:none;}
.ui-tabs .ui-tabs-nav li.ui-tabs-active:hover{
background:#ffffff;
outline:none;
margin-bottom:0px;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active a, .ui-tabs .ui-tabs-nav li.ui-state-disabled a, .ui-tabs .ui-tabs-nav li.ui-tabs-loading a { cursor: text; }
.ui-tabs .ui-tabs-nav li a, .ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active a { cursor: pointer; color:#0069D6; background:none; font-weight:normal; margin-bottom:-1px;} .ui-tabs .ui-tabs-panel { display: block; border-width: 0; padding: 1em 1.4em; background: none; }
.ui-tabs-panel .ui-button{text-decoration:none;}
.ui-tabs .ui-tabs-hide { display: none !important; } .ui-tabs .ui-tabs-nav li{
filter:none;
} .ui-tooltip {
padding:8px;
position:absolute;
z-index:9999;
max-width: 300px;
-o-box-shadow: 0 0 5px #ddd;
-moz-box-shadow: 0 0 5px #ddd;
-webkit-box-shadow: 0 0 5px #ddd; box-shadow: inset 0 1px 0 #ffffff;
}
body .ui-tooltip { border-width:2px; } .ui-datepicker { width: 17em; padding: .2em .2em 0; display: none; }
.ui-datepicker .ui-datepicker-header { position:relative; padding:.2em 0; border:0px; font-weight: bold; width: 100%; padding: 4px 0; background-color: #f5f5f5; color: #808080; }
.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next { position:absolute; top: 2px; width: 1.8em; height: 1.8em; }
.ui-datepicker .ui-datepicker-prev-hover, .ui-datepicker .ui-datepicker-next-hover { }
.ui-datepicker .ui-datepicker-prev { left:2px; }
.ui-datepicker .ui-datepicker-next { right:2px; }
.ui-datepicker .ui-datepicker-prev-hover { }
.ui-datepicker .ui-datepicker-next-hover { }
.ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span { display: block; position: absolute; left: 50%; margin-left: -8px; top: 50%; margin-top: -8px;  }
.ui-datepicker .ui-datepicker-title { margin: 0 2.3em; line-height: 1.8em; text-align: center; }
.ui-datepicker .ui-datepicker-title select { font-size:1em; margin:1px 0; }
.ui-datepicker select.ui-datepicker-month-year {width: 100%;}
.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year { width: 49%;}
.ui-datepicker table {width: 100%; font-size: .9em; border-collapse: collapse; margin:0 0 .4em; }
.ui-datepicker th { padding: .7em .3em; text-align: center; font-weight: bold; border: 0;  }
.ui-datepicker td { border: 0; padding: 1px; }
.ui-datepicker td span, .ui-datepicker td a { display: block; padding: .2em; text-align: right; text-decoration: none; }
.ui-datepicker .ui-datepicker-buttonpane { background-image: none; margin: .7em 0 0 0; padding:0 .2em; border-left: 0; border-right: 0; border-bottom: 0; }
.ui-datepicker .ui-datepicker-buttonpane button { float: right; margin: .5em .2em .4em; cursor: pointer; padding: .2em .6em .3em .6em; width:auto; overflow:visible; }
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current { float:left; } .ui-datepicker.ui-datepicker-multi { width:auto; }
.ui-datepicker-multi .ui-datepicker-group { float:left; }
.ui-datepicker-multi .ui-datepicker-group table { width:95%; margin:0 auto .4em; }
.ui-datepicker-multi-2 .ui-datepicker-group { width:50%; }
.ui-datepicker-multi-3 .ui-datepicker-group { width:33.3%; }
.ui-datepicker-multi-4 .ui-datepicker-group { width:25%; }
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header { border-left-width:0; }
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header { border-left-width:0; }
.ui-datepicker-multi .ui-datepicker-buttonpane { clear:left; }
.ui-datepicker-row-break { clear:both; width:100%; font-size:0em; } .ui-datepicker-rtl { direction: rtl; }
.ui-datepicker-rtl .ui-datepicker-prev { right: 2px; left: auto; }
.ui-datepicker-rtl .ui-datepicker-next { left: 2px; right: auto; }
.ui-datepicker-rtl .ui-datepicker-prev:hover { right: 1px; left: auto; }
.ui-datepicker-rtl .ui-datepicker-next:hover { left: 1px; right: auto; }
.ui-datepicker-rtl .ui-datepicker-buttonpane { clear:right; }
.ui-datepicker-rtl .ui-datepicker-buttonpane button { float: left; }
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current { float:right; }
.ui-datepicker-rtl .ui-datepicker-group { float:right; }
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header { border-right-width:0; border-left-width:1px; }
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header { border-right-width:0; border-left-width:1px; } .ui-datepicker-cover {
display: none; display : block; position: absolute; z-index: -1; filter: mask(); top: -4px; left: -4px; width: 200px; height: 200px; }
.ui-datepicker th{
font-weight: bold;
color: gray;
}
.ui-datepicker-today a:hover{
background-color: #808080;
color: #ffffff;
}
.ui-datepicker-today a{
background-color: #BFBFBF;
cursor: pointer;
padding: 0 4px;
margin-bottom:0px;
}
.ui-datepicker td a{
margin-bottom:0px;
border:0px;
}
.ui-datepicker td:hover{
color: #ffffff;
}
.ui-datepicker td .ui-state-default {
border:0px;
background:none;
margin-bottom:0px;
padding:5px;
color:gray;
text-align: center;
filter:none;
}
.ui-datepicker td .ui-state-active{
background:#BFBFBF;
margin-bottom:0px;
font-size:normal;
text-shadow: 0px;
color: #ffffff;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
}
.ui-datepicker td .ui-state-hover {
color: #ffffff;
background: #0064cd;
background-color: #0064cd;
background-repeat: repeat-x;
background-image: -khtml-gradient(linear, left top, left bottom, from(#049cdb), to(#0064cd));
background-image: -moz-linear-gradient(top, #049cdb, #0064cd);
background-image: -ms-linear-gradient(top, #049cdb, #0064cd);
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #049cdb), color-stop(100%, #0064cd));
background-image: -webkit-linear-gradient(top, #049cdb, #0064cd);
background-image: -o-linear-gradient(top, #049cdb, #0064cd);
background-image: linear-gradient(top, #049cdb, #0064cd);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#049cdb', endColorstr='#0064cd', GradientType=0);
text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
border-color: #0064cd #0064cd #003f81;
border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
-khtml-border-radius: 4px;
border-radius: 4px;
} .ui-progressbar { height:2em; text-align: left; }
.ui-progressbar .ui-progressbar-value {margin: -1px; height:100%; color: #ffffff;
background-color: #0064cd;
background-repeat: repeat-x;
background-image: -khtml-gradient(linear, left top, left bottom, from(#049cdb), to(#0064cd));
background-image: -moz-linear-gradient(top, #049cdb, #0064cd);
background-image: -ms-linear-gradient(top, #049cdb, #0064cd);
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #049cdb), color-stop(100%, #0064cd));
background-image: -webkit-linear-gradient(top, #049cdb, #0064cd);
background-image: -o-linear-gradient(top, #049cdb, #0064cd);
background-image: linear-gradient(top, #049cdb, #0064cd);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#049cdb', endColorstr='#0064cd', GradientType=0);
text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
border-color: #0064cd #0064cd #003f81;
border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
} .ui-toolbar{
padding: 7px 14px;
margin: 0 0 18px;
background-color: #f5f5f5;
background-repeat: repeat-x;
background-image: -khtml-gradient(linear, left top, left bottom, from(#ffffff), to(#f5f5f5));
background-image: -moz-linear-gradient(top, #ffffff, #f5f5f5);
background-image: -ms-linear-gradient(top, #ffffff, #f5f5f5);
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #f5f5f5));
background-image: -webkit-linear-gradient(top, #ffffff, #f5f5f5);
background-image: -o-linear-gradient(top, #ffffff, #f5f5f5);
background-image: linear-gradient(top, #ffffff, #f5f5f5);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f5f5f5', GradientType=0);
border: 1px solid #ddd;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
-webkit-box-shadow: inset 0 1px 0 #ffffff;
-moz-box-shadow: inset 0 1px 0 #ffffff;
box-shadow: inset 0 1px 0 #ffffff;
} .ui-dialog-buttonset .ui-button:nth-child(2){
cursor: pointer;
display: inline-block;
background-color: #e6e6e6;
background-repeat: no-repeat;
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), color-stop(25%, #ffffff), to(#e6e6e6));
background-image: -webkit-linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
background-image: -moz-linear-gradient(top, #ffffff, #ffffff 25%, #e6e6e6);
background-image: -ms-linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
background-image: -o-linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
background-image: linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e6e6e6', GradientType=0);
padding: 5px 14px 6px;
text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
color: #333;
font-size: 13px;
line-height: normal;
border: 1px solid #ccc;
border-bottom-color: #bbb;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
-webkit-transition: 0.1s linear all;
-moz-transition: 0.1s linear all;
-ms-transition: 0.1s linear all;
-o-transition: 0.1s linear all;
transition: 0.1s linear all;
overflow: visible;
} div.wijmo-wijmenu{
padding:0 20px;
background-color: #222;
background-color: #222222;
background-repeat: repeat-x;
background-image: -khtml-gradient(linear, left top, left bottom, from(#333333), to(#222222));
background-image: -moz-linear-gradient(top, #333333, #222222);
background-image: -ms-linear-gradient(top, #333333, #222222);
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #333333), color-stop(100%, #222222));
background-image: -webkit-linear-gradient(top, #333333, #222222);
background-image: -o-linear-gradient(top, #333333, #222222);
background-image: linear-gradient(top, #333333, #222222);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#333333', endColorstr='#222222', GradientType=0);
-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25), inset 0 -1px 0 rgba(0, 0, 0, 0.1);
-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25), inset 0 -1px 0 rgba(0, 0, 0, 0.1);
box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25), inset 0 -1px 0 rgba(0, 0, 0, 0.1);
}
.wijmo-wijmenu .ui-state-default{
box-shadow: none;
color:#BFBFBF;
}
.wijmo-wijmenu .ui-state-default .wijmo-wijmenu-text{
color:#BFBFBF;
}
.wijmo-wijmenu .ui-state-hover{
background: #444;
background: rgba(255, 255, 255, 0.05);
}
.wijmo-wijmenu .ui-state-hover .wijmo-wijmenu-text{
color:#ffffff;
}
div.wijmo-wijmenu .ui-widget-header h3{
position: relative;
margin-top:1px;
padding:0;
}
.wijmo-wijmenu h3 a{
color: #FFFFFF;
display: block;
float: left;
font-size: 20px;
font-weight: 200;
line-height: 1;
margin-left: -20px;
margin-top:1px;
padding: 8px 20px 12px;
}
.wijmo-wijmenu h3 a:hover{
background-color: rgba(255, 255, 255, 0.05);
color: #FFFFFF;
text-decoration: none;
}
.wijmo-wijmenu .ui-widget-header{
border:0px;
}
.wijmo-wijmenu .wijmo-wijmenu-parent .wijmo-wijmenu-child{
padding: 0.3em 0;
}
div.wijmo-wijmenu .wijmo-wijmenu-item .wijmo-wijmenu-child{
background: #333;
border:0;
margin:0;
padding: 6px 0;
width:160px;
-webkit-border-radius: 0 0 6px 6px;
-moz-border-radius: 0 0 6px 6px;
border-radius: 0 0 6px 6px;
-webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
-moz-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}
div.wijmo-wijmenu .wijmo-wijmenu-item{
margin:0;
border:0;
}
.wijmo-wijmenu a.wijmo-wijmenu-link{
margin:0;
line-height: 19px;
padding: 10px 10px 11px;
border:0;
-webkit-border-radius: 0;
-moz-border-radius: 0;
border-radius:0;
}
div.wijmo-wijmenu .wijmo-wijmenu-child .wijmo-wijmenu-link{
display:block;
float:none;
padding: 4px 15px;
width:auto;
}
div.wijmo-wijmenu .wijmo-wijmenu-child .wijmo-wijmenu-text
{
float:none;
}
.wijmo-wijmenu .wijmo-wijmenu-item .wijmo-wijmenu-child .ui-state-hover {
background: #191919;
}
.wijmo-wijmenu .wijmo-wijmenu-item .wijmo-wijmenu-separator{
padding: 5px 0;
background-image: none;
background-color: #222;
border-top: 1px solid #444;
border-bottom:0;
border-left:0;
border-right:0;
}
.wijmo-wijmenu .wijmo-wijmenu-item input {
-moz-transition: none 0s ease 0s;
background-color: rgba(255, 255, 255, 0.3);
border: 1px solid #111111;
border-radius: 4px 4px 4px 4px;
box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1) inset, 0 1px 0 rgba(255, 255, 255, 0.25);
color: rgba(255, 255, 255, 0.75);
font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
line-height: 1;
margin: 5px 10px 0 10px;
padding: 4px 9px;
width:100px;
}
.wijmo-wijmenu .wijmo-wijmenu-item input:hover {
background-color: rgba(255, 255, 255, 0.5);
color: #FFFFFF;
}
.wijmo-wijmenu .wijmo-wijmenu-item input:focus {
background-color: #FFFFFF;
border: 0 none;
box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
color: #404040;
outline: 0 none;
padding: 5px 10px;
text-shadow: 0 1px 0 #FFFFFF;
}
.wijmo-wijmenu .ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
text-shadow:none;
}
.wijmo-wijmenu .ui-state-default{
box-shadow: none;
color:#BFBFBF;
filter: none;
}.select2-container {
box-sizing: border-box;
display: inline-block;
margin: 0;
position: relative;
vertical-align: middle; }
.select2-container .select2-selection--single {
box-sizing: border-box;
cursor: pointer;
display: block;
height: 28px;
user-select: none;
-webkit-user-select: none; }
.select2-container .select2-selection--single .select2-selection__rendered {
display: block;
padding-left: 8px;
padding-right: 20px;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap; }
.select2-container .select2-selection--single .select2-selection__clear {
position: relative; }
.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
padding-right: 8px;
padding-left: 20px; }
.select2-container .select2-selection--multiple {
box-sizing: border-box;
cursor: pointer;
display: block;
min-height: 32px;
user-select: none;
-webkit-user-select: none; }
.select2-container .select2-selection--multiple .select2-selection__rendered {
display: inline-block;
overflow: hidden;
padding-left: 8px;
text-overflow: ellipsis;
white-space: nowrap; }
.select2-container .select2-search--inline {
float: left; }
.select2-container .select2-search--inline .select2-search__field {
box-sizing: border-box;
border: none;
font-size: 100%;
margin-top: 5px;
padding: 0; }
.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
-webkit-appearance: none; }
.select2-dropdown {
background-color: white;
border: 1px solid #aaa;
border-radius: 4px;
box-sizing: border-box;
display: block;
position: absolute;
left: -100000px;
width: 100%;
z-index: 1051; }
.select2-results {
display: block; }
.select2-results__options {
list-style: none;
margin: 0;
padding: 0; }
.select2-results__option {
padding: 6px;
user-select: none;
-webkit-user-select: none; }
.select2-results__option[aria-selected] {
cursor: pointer; }
.select2-container--open .select2-dropdown {
left: 0; }
.select2-container--open .select2-dropdown--above {
border-bottom: none;
border-bottom-left-radius: 0;
border-bottom-right-radius: 0; }
.select2-container--open .select2-dropdown--below {
border-top: none;
border-top-left-radius: 0;
border-top-right-radius: 0; }
.select2-search--dropdown {
display: block;
padding: 4px; }
.select2-search--dropdown .select2-search__field {
padding: 4px;
width: 100%;
box-sizing: border-box; }
.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
-webkit-appearance: none; }
.select2-search--dropdown.select2-search--hide {
display: none; }
.select2-close-mask {
border: 0;
margin: 0;
padding: 0;
display: block;
position: fixed;
left: 0;
top: 0;
min-height: 100%;
min-width: 100%;
height: auto;
width: auto;
opacity: 0;
z-index: 99;
background-color: #fff;
filter: alpha(opacity=0); }
.select2-hidden-accessible {
border: 0 !important;
clip: rect(0 0 0 0) !important;
-webkit-clip-path: inset(50%) !important;
clip-path: inset(50%) !important;
height: 1px !important;
overflow: hidden !important;
padding: 0 !important;
position: absolute !important;
width: 1px !important;
white-space: nowrap !important; }
.select2-container--default .select2-selection--single {
background-color: #fff;
border: 1px solid #aaa;
border-radius: 4px; }
.select2-container--default .select2-selection--single .select2-selection__rendered {
color: #444;
line-height: 28px; }
.select2-container--default .select2-selection--single .select2-selection__clear {
cursor: pointer;
float: right;
font-weight: bold; }
.select2-container--default .select2-selection--single .select2-selection__placeholder {
color: #999; }
.select2-container--default .select2-selection--single .select2-selection__arrow {
height: 26px;
position: absolute;
top: 1px;
right: 1px;
width: 20px; }
.select2-container--default .select2-selection--single .select2-selection__arrow b {
border-color: #888 transparent transparent transparent;
border-style: solid;
border-width: 5px 4px 0 4px;
height: 0;
left: 50%;
margin-left: -4px;
margin-top: -2px;
position: absolute;
top: 50%;
width: 0; }
.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
float: left; }
.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
left: 1px;
right: auto; }
.select2-container--default.select2-container--disabled .select2-selection--single {
background-color: #eee;
cursor: default; }
.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
display: none; }
.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
border-color: transparent transparent #888 transparent;
border-width: 0 4px 5px 4px; }
.select2-container--default .select2-selection--multiple {
background-color: white;
border: 1px solid #aaa;
border-radius: 4px;
cursor: text; }
.select2-container--default .select2-selection--multiple .select2-selection__rendered {
box-sizing: border-box;
list-style: none;
margin: 0;
padding: 0 5px;
width: 100%; }
.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
list-style: none; }
.select2-container--default .select2-selection--multiple .select2-selection__clear {
cursor: pointer;
float: right;
font-weight: bold;
margin-top: 5px;
margin-right: 10px;
padding: 1px; }
.select2-container--default .select2-selection--multiple .select2-selection__choice {
background-color: #e4e4e4;
border: 1px solid #aaa;
border-radius: 4px;
cursor: default;
float: left;
margin-right: 5px;
margin-top: 5px;
padding: 0 5px; }
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
color: #999;
cursor: pointer;
display: inline-block;
font-weight: bold;
margin-right: 2px; }
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
color: #333; }
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice, .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline {
float: right; }
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
margin-left: 5px;
margin-right: auto; }
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
margin-left: 2px;
margin-right: auto; }
.select2-container--default.select2-container--focus .select2-selection--multiple {
border: solid black 1px;
outline: 0; }
.select2-container--default.select2-container--disabled .select2-selection--multiple {
background-color: #eee;
cursor: default; }
.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
display: none; }
.select2-container--default.select2-container--open.select2-container--above .select2-selection--single, .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
border-top-left-radius: 0;
border-top-right-radius: 0; }
.select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
border-bottom-left-radius: 0;
border-bottom-right-radius: 0; }
.select2-container--default .select2-search--dropdown .select2-search__field {
border: 1px solid #aaa; }
.select2-container--default .select2-search--inline .select2-search__field {
background: transparent;
border: none;
outline: 0;
box-shadow: none;
-webkit-appearance: textfield; }
.select2-container--default .select2-results > .select2-results__options {
max-height: 200px;
overflow-y: auto; }
.select2-container--default .select2-results__option[role=group] {
padding: 0; }
.select2-container--default .select2-results__option[aria-disabled=true] {
color: #999; }
.select2-container--default .select2-results__option[aria-selected=true] {
background-color: #ddd; }
.select2-container--default .select2-results__option .select2-results__option {
padding-left: 1em; }
.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
padding-left: 0; }
.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
margin-left: -1em;
padding-left: 2em; }
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
margin-left: -2em;
padding-left: 3em; }
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
margin-left: -3em;
padding-left: 4em; }
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
margin-left: -4em;
padding-left: 5em; }
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
margin-left: -5em;
padding-left: 6em; }
.select2-container--default .select2-results__option--highlighted[aria-selected] {
background-color: #5897fb;
color: white; }
.select2-container--default .select2-results__group {
cursor: default;
display: block;
padding: 6px; }
.select2-container--classic .select2-selection--single {
background-color: #f7f7f7;
border: 1px solid #aaa;
border-radius: 4px;
outline: 0;
background-image: -webkit-linear-gradient(top, white 50%, #eeeeee 100%);
background-image: -o-linear-gradient(top, white 50%, #eeeeee 100%);
background-image: linear-gradient(to bottom, white 50%, #eeeeee 100%);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0); }
.select2-container--classic .select2-selection--single:focus {
border: 1px solid #5897fb; }
.select2-container--classic .select2-selection--single .select2-selection__rendered {
color: #444;
line-height: 28px; }
.select2-container--classic .select2-selection--single .select2-selection__clear {
cursor: pointer;
float: right;
font-weight: bold;
margin-right: 10px; }
.select2-container--classic .select2-selection--single .select2-selection__placeholder {
color: #999; }
.select2-container--classic .select2-selection--single .select2-selection__arrow {
background-color: #ddd;
border: none;
border-left: 1px solid #aaa;
border-top-right-radius: 4px;
border-bottom-right-radius: 4px;
height: 26px;
position: absolute;
top: 1px;
right: 1px;
width: 20px;
background-image: -webkit-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
background-image: -o-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
background-image: linear-gradient(to bottom, #eeeeee 50%, #cccccc 100%);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0); }
.select2-container--classic .select2-selection--single .select2-selection__arrow b {
border-color: #888 transparent transparent transparent;
border-style: solid;
border-width: 5px 4px 0 4px;
height: 0;
left: 50%;
margin-left: -4px;
margin-top: -2px;
position: absolute;
top: 50%;
width: 0; }
.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear {
float: left; }
.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow {
border: none;
border-right: 1px solid #aaa;
border-radius: 0;
border-top-left-radius: 4px;
border-bottom-left-radius: 4px;
left: 1px;
right: auto; }
.select2-container--classic.select2-container--open .select2-selection--single {
border: 1px solid #5897fb; }
.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
background: transparent;
border: none; }
.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
border-color: transparent transparent #888 transparent;
border-width: 0 4px 5px 4px; }
.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
border-top: none;
border-top-left-radius: 0;
border-top-right-radius: 0;
background-image: -webkit-linear-gradient(top, white 0%, #eeeeee 50%);
background-image: -o-linear-gradient(top, white 0%, #eeeeee 50%);
background-image: linear-gradient(to bottom, white 0%, #eeeeee 50%);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0); }
.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
border-bottom: none;
border-bottom-left-radius: 0;
border-bottom-right-radius: 0;
background-image: -webkit-linear-gradient(top, #eeeeee 50%, white 100%);
background-image: -o-linear-gradient(top, #eeeeee 50%, white 100%);
background-image: linear-gradient(to bottom, #eeeeee 50%, white 100%);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0); }
.select2-container--classic .select2-selection--multiple {
background-color: white;
border: 1px solid #aaa;
border-radius: 4px;
cursor: text;
outline: 0; }
.select2-container--classic .select2-selection--multiple:focus {
border: 1px solid #5897fb; }
.select2-container--classic .select2-selection--multiple .select2-selection__rendered {
list-style: none;
margin: 0;
padding: 0 5px; }
.select2-container--classic .select2-selection--multiple .select2-selection__clear {
display: none; }
.select2-container--classic .select2-selection--multiple .select2-selection__choice {
background-color: #e4e4e4;
border: 1px solid #aaa;
border-radius: 4px;
cursor: default;
float: left;
margin-right: 5px;
margin-top: 5px;
padding: 0 5px; }
.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
color: #888;
cursor: pointer;
display: inline-block;
font-weight: bold;
margin-right: 2px; }
.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
color: #555; }
.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
float: right;
margin-left: 5px;
margin-right: auto; }
.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
margin-left: 2px;
margin-right: auto; }
.select2-container--classic.select2-container--open .select2-selection--multiple {
border: 1px solid #5897fb; }
.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
border-top: none;
border-top-left-radius: 0;
border-top-right-radius: 0; }
.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
border-bottom: none;
border-bottom-left-radius: 0;
border-bottom-right-radius: 0; }
.select2-container--classic .select2-search--dropdown .select2-search__field {
border: 1px solid #aaa;
outline: 0; }
.select2-container--classic .select2-search--inline .select2-search__field {
outline: 0;
box-shadow: none; }
.select2-container--classic .select2-dropdown {
background-color: white;
border: 1px solid transparent; }
.select2-container--classic .select2-dropdown--above {
border-bottom: none; }
.select2-container--classic .select2-dropdown--below {
border-top: none; }
.select2-container--classic .select2-results > .select2-results__options {
max-height: 200px;
overflow-y: auto; }
.select2-container--classic .select2-results__option[role=group] {
padding: 0; }
.select2-container--classic .select2-results__option[aria-disabled=true] {
color: grey; }
.select2-container--classic .select2-results__option--highlighted[aria-selected] {
background-color: #3875d7;
color: white; }
.select2-container--classic .select2-results__group {
cursor: default;
display: block;
padding: 6px; }
.select2-container--classic.select2-container--open .select2-dropdown {
border-color: #5897fb; }.wp-core-ui .button,.wp-core-ui .button-primary,.wp-core-ui .button-secondary{display:inline-block;text-decoration:none;font-size:13px;line-height:2.15384615;min-height:30px;margin:0;padding:0 10px;cursor:pointer;border-width:1px;border-style:solid;-webkit-appearance:none;border-radius:3px;white-space:nowrap;box-sizing:border-box}.wp-core-ui button::-moz-focus-inner,.wp-core-ui input[type=button]::-moz-focus-inner,.wp-core-ui input[type=reset]::-moz-focus-inner,.wp-core-ui input[type=submit]::-moz-focus-inner{border-width:0;border-style:none;padding:0}.wp-core-ui .button-group.button-large .button,.wp-core-ui .button.button-large{min-height:32px;line-height:2.30769231;padding:0 12px}.wp-core-ui .button-group.button-small .button,.wp-core-ui .button.button-small{min-height:26px;line-height:2.18181818;padding:0 8px;font-size:11px}.wp-core-ui .button-group.button-hero .button,.wp-core-ui .button.button-hero{font-size:14px;min-height:46px;line-height:3.14285714;padding:0 36px}.wp-core-ui .button.hidden{display:none}.wp-core-ui input[type=reset],.wp-core-ui input[type=reset]:active,.wp-core-ui input[type=reset]:focus,.wp-core-ui input[type=reset]:hover{background:0 0;border:none;box-shadow:none;padding:0 2px 1px;width:auto}.wp-core-ui .button,.wp-core-ui .button-secondary{color:#2271b1;border-color:#2271b1;background:#f6f7f7;vertical-align:top}.wp-core-ui p .button{vertical-align:baseline}.wp-core-ui .button-secondary:hover,.wp-core-ui .button.hover,.wp-core-ui .button:hover{background:#f0f0f1;border-color:#0a4b78;color:#0a4b78}.wp-core-ui .button-secondary:focus,.wp-core-ui .button.focus,.wp-core-ui .button:focus{background:#f6f7f7;border-color:#3582c4;color:#0a4b78;box-shadow:0 0 0 1px #3582c4;outline:2px solid transparent;outline-offset:0}.wp-core-ui .button-secondary:active,.wp-core-ui .button:active{background:#f6f7f7;border-color:#8c8f94;box-shadow:none}.wp-core-ui .button.active,.wp-core-ui .button.active:hover{background-color:#dcdcde;color:#135e96;border-color:#0a4b78;box-shadow:inset 0 2px 5px -3px #0a4b78}.wp-core-ui .button.active:focus{border-color:#3582c4;box-shadow:inset 0 2px 5px -3px #0a4b78,0 0 0 1px #3582c4}.wp-core-ui .button-disabled,.wp-core-ui .button-secondary.disabled,.wp-core-ui .button-secondary:disabled,.wp-core-ui .button-secondary[disabled],.wp-core-ui .button.disabled,.wp-core-ui .button:disabled,.wp-core-ui .button[disabled]{color:#a7aaad!important;border-color:#dcdcde!important;background:#f6f7f7!important;box-shadow:none!important;cursor:default;transform:none!important}.wp-core-ui .button-secondary[aria-disabled=true],.wp-core-ui .button[aria-disabled=true]{cursor:default}.wp-core-ui .button-link{margin:0;padding:0;box-shadow:none;border:0;border-radius:0;background:0 0;cursor:pointer;text-align:left;color:#2271b1;text-decoration:underline;transition-property:border,background,color;transition-duration:.05s;transition-timing-function:ease-in-out}.wp-core-ui .button-link:active,.wp-core-ui .button-link:hover{color:#135e96}.wp-core-ui .button-link:focus{color:#043959;box-shadow:0 0 0 2px #2271b1;outline:2px solid transparent}.wp-core-ui .button-link-delete{color:#d63638}.wp-core-ui .button-link-delete:focus,.wp-core-ui .button-link-delete:hover{color:#d63638;background:0 0}.wp-core-ui .button-link-delete:disabled{background:0 0!important}.wp-core-ui .button-primary{background:#2271b1;border-color:#2271b1;color:#fff;text-decoration:none;text-shadow:none}.wp-core-ui .button-primary.focus,.wp-core-ui .button-primary.hover,.wp-core-ui .button-primary:focus,.wp-core-ui .button-primary:hover{background:#135e96;border-color:#135e96;color:#fff}.wp-core-ui .button-primary.focus,.wp-core-ui .button-primary:focus{box-shadow:0 0 0 1px #fff,0 0 0 3px #2271b1}.wp-core-ui .button-primary.active,.wp-core-ui .button-primary.active:focus,.wp-core-ui .button-primary.active:hover,.wp-core-ui .button-primary:active{background:#135e96;border-color:#135e96;box-shadow:none;color:#fff}.wp-core-ui .button-primary-disabled,.wp-core-ui .button-primary.disabled,.wp-core-ui .button-primary:disabled,.wp-core-ui .button-primary[disabled]{color:#a7aaad!important;background:#f6f7f7!important;border-color:#dcdcde!important;box-shadow:none!important;text-shadow:none!important;cursor:default}.wp-core-ui .button-primary[aria-disabled=true]{cursor:default}.wp-core-ui .button-group{position:relative;display:inline-block;white-space:nowrap;font-size:0;vertical-align:middle}.wp-core-ui .button-group>.button{display:inline-block;border-radius:0;margin-right:-1px}.wp-core-ui .button-group>.button:first-child{border-radius:3px 0 0 3px}.wp-core-ui .button-group>.button:last-child{border-radius:0 3px 3px 0}.wp-core-ui .button-group>.button-primary+.button{border-left:0}.wp-core-ui .button-group>.button:focus{position:relative;z-index:1}.wp-core-ui .button-group>.button.active{background-color:#dcdcde;color:#135e96;border-color:#0a4b78;box-shadow:inset 0 2px 5px -3px #0a4b78}.wp-core-ui .button-group>.button.active:focus{border-color:#3582c4;box-shadow:inset 0 2px 5px -3px #0a4b78,0 0 0 1px #3582c4}@media screen and (max-width:782px){.wp-core-ui .button,.wp-core-ui .button.button-large,.wp-core-ui .button.button-small,a.preview,input#publish,input#save-post{padding:0 14px;line-height:2.71428571;font-size:14px;vertical-align:middle;min-height:40px;margin-bottom:4px}.wp-core-ui .copy-to-clipboard-container .copy-attachment-url{margin-bottom:0}#media-upload.wp-core-ui .button{padding:0 10px 1px;min-height:24px;line-height:22px;font-size:13px}.media-frame.mode-grid .bulk-select .button{margin-bottom:0}.wp-core-ui .save-post-status.button{position:relative;margin:0 14px 0 10px}.wp-core-ui.wp-customizer .button{font-size:13px;line-height:2.15384615;min-height:30px;margin:0;vertical-align:inherit}.wp-customizer .theme-overlay .theme-actions .button{margin-bottom:5px}.media-modal-content .media-toolbar-primary .media-button{margin-top:10px;margin-left:5px}.interim-login .button.button-large{min-height:30px;line-height:2;padding:0 12px 2px}}.mejs-offscreen{border:0;clip:rect(1px,1px,1px,1px);-webkit-clip-path:inset(50%);clip-path:inset(50%);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px;word-wrap:normal}.mejs-container{background:#000;font-family:Helvetica,Arial,serif;position:relative;text-align:left;text-indent:0;vertical-align:top}.mejs-container,.mejs-container *{box-sizing:border-box}.mejs-container video::-webkit-media-controls,.mejs-container video::-webkit-media-controls-panel,.mejs-container video::-webkit-media-controls-panel-container,.mejs-container video::-webkit-media-controls-start-playback-button{-webkit-appearance:none;display:none!important}.mejs-fill-container,.mejs-fill-container .mejs-container{height:100%;width:100%}.mejs-fill-container{background:transparent;margin:0 auto;overflow:hidden;position:relative}.mejs-container:focus{outline:none}.mejs-iframe-overlay{height:100%;position:absolute;width:100%}.mejs-embed,.mejs-embed body{background:#000;height:100%;margin:0;overflow:hidden;padding:0;width:100%}.mejs-fullscreen{overflow:hidden!important}.mejs-container-fullscreen{bottom:0;left:0;overflow:hidden;position:fixed;right:0;top:0;z-index:1000}.mejs-container-fullscreen .mejs-mediaelement,.mejs-container-fullscreen video{height:100%!important;width:100%!important}.mejs-background,.mejs-mediaelement{left:0;position:absolute;top:0}.mejs-mediaelement{height:100%;width:100%;z-index:0}.mejs-poster{background-position:50% 50%;background-repeat:no-repeat;background-size:cover;left:0;position:absolute;top:0;z-index:1}:root .mejs-poster-img{display:none}.mejs-poster-img{border:0;padding:0}.mejs-overlay{-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;left:0;position:absolute;top:0}.mejs-layer{z-index:1}.mejs-overlay-play{cursor:pointer}.mejs-overlay-button{background:url(//schallplatten.me/wp-includes/js/mediaelement/mejs-controls.svg) no-repeat;background-position:0 -39px;height:80px;width:80px}.mejs-overlay:hover>.mejs-overlay-button{background-position:-80px -39px}.mejs-overlay-loading{height:80px;width:80px}.mejs-overlay-loading-bg-img{-webkit-animation:a 1s linear infinite;animation:a 1s linear infinite;background:transparent url(//schallplatten.me/wp-includes/js/mediaelement/mejs-controls.svg) -160px -40px no-repeat;display:block;height:80px;width:80px;z-index:1}@-webkit-keyframes a{to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes a{to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}.mejs-controls{bottom:0;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;height:40px;left:0;list-style-type:none;margin:0;padding:0 10px;position:absolute;width:100%;z-index:3}.mejs-controls:not([style*="display: none"]){background:rgba(255,0,0,.7);background:-webkit-linear-gradient(transparent,rgba(0,0,0,.35));background:linear-gradient(transparent,rgba(0,0,0,.35))}.mejs-button,.mejs-time,.mejs-time-rail{font-size:10px;height:40px;line-height:10px;margin:0;width:32px}.mejs-button>button{background:transparent url(//schallplatten.me/wp-includes/js/mediaelement/mejs-controls.svg);border:0;cursor:pointer;display:block;font-size:0;height:20px;line-height:0;margin:10px 6px;overflow:hidden;padding:0;position:absolute;text-decoration:none;width:20px}.mejs-button>button:focus{outline:1px dotted #999}.mejs-container-keyboard-inactive [role=slider],.mejs-container-keyboard-inactive [role=slider]:focus,.mejs-container-keyboard-inactive a,.mejs-container-keyboard-inactive a:focus,.mejs-container-keyboard-inactive button,.mejs-container-keyboard-inactive button:focus{outline:0}.mejs-time{box-sizing:content-box;color:#fff;font-size:11px;font-weight:700;height:24px;overflow:hidden;padding:16px 6px 0;text-align:center;width:auto}.mejs-play>button{background-position:0 0}.mejs-pause>button{background-position:-20px 0}.mejs-replay>button{background-position:-160px 0}.mejs-time-rail{direction:ltr;-webkit-box-flex:1;-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1;height:40px;margin:0 10px;padding-top:10px;position:relative}.mejs-time-buffering,.mejs-time-current,.mejs-time-float,.mejs-time-float-corner,.mejs-time-float-current,.mejs-time-hovered,.mejs-time-loaded,.mejs-time-marker,.mejs-time-total{border-radius:2px;cursor:pointer;display:block;height:10px;position:absolute}.mejs-time-total{background:hsla(0,0%,100%,.3);margin:5px 0 0;width:100%}.mejs-time-buffering{-webkit-animation:b 2s linear infinite;animation:b 2s linear infinite;background:-webkit-linear-gradient(135deg,hsla(0,0%,100%,.4) 25%,transparent 0,transparent 50%,hsla(0,0%,100%,.4) 0,hsla(0,0%,100%,.4) 75%,transparent 0,transparent);background:linear-gradient(-45deg,hsla(0,0%,100%,.4) 25%,transparent 0,transparent 50%,hsla(0,0%,100%,.4) 0,hsla(0,0%,100%,.4) 75%,transparent 0,transparent);background-size:15px 15px;width:100%}@-webkit-keyframes b{0%{background-position:0 0}to{background-position:30px 0}}@keyframes b{0%{background-position:0 0}to{background-position:30px 0}}.mejs-time-loaded{background:hsla(0,0%,100%,.3)}.mejs-time-current,.mejs-time-handle-content{background:hsla(0,0%,100%,.9)}.mejs-time-hovered{background:hsla(0,0%,100%,.5);z-index:10}.mejs-time-hovered.negative{background:rgba(0,0,0,.2)}.mejs-time-buffering,.mejs-time-current,.mejs-time-hovered,.mejs-time-loaded{left:0;-webkit-transform:scaleX(0);-ms-transform:scaleX(0);transform:scaleX(0);-webkit-transform-origin:0 0;-ms-transform-origin:0 0;transform-origin:0 0;-webkit-transition:all .15s ease-in;transition:all .15s ease-in;width:100%}.mejs-time-buffering{-webkit-transform:scaleX(1);-ms-transform:scaleX(1);transform:scaleX(1)}.mejs-time-hovered{-webkit-transition:height .1s cubic-bezier(.44,0,1,1);transition:height .1s cubic-bezier(.44,0,1,1)}.mejs-time-hovered.no-hover{-webkit-transform:scaleX(0)!important;-ms-transform:scaleX(0)!important;transform:scaleX(0)!important}.mejs-time-handle,.mejs-time-handle-content{border:4px solid transparent;cursor:pointer;left:0;position:absolute;-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0);z-index:11}.mejs-time-handle-content{border:4px solid hsla(0,0%,100%,.9);border-radius:50%;height:10px;left:-7px;top:-4px;-webkit-transform:scale(0);-ms-transform:scale(0);transform:scale(0);width:10px}.mejs-time-rail .mejs-time-handle-content:active,.mejs-time-rail .mejs-time-handle-content:focus,.mejs-time-rail:hover .mejs-time-handle-content{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}.mejs-time-float{background:#eee;border:1px solid #333;bottom:100%;color:#111;display:none;height:17px;margin-bottom:9px;position:absolute;text-align:center;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);width:36px}.mejs-time-float-current{display:block;left:0;margin:2px;text-align:center;width:30px}.mejs-time-float-corner{border:5px solid #eee;border-color:#eee transparent transparent;border-radius:0;display:block;height:0;left:50%;line-height:0;position:absolute;top:100%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);width:0}.mejs-long-video .mejs-time-float{margin-left:-23px;width:64px}.mejs-long-video .mejs-time-float-current{width:60px}.mejs-broadcast{color:#fff;height:10px;position:absolute;top:15px;width:100%}.mejs-fullscreen-button>button{background-position:-80px 0}.mejs-unfullscreen>button{background-position:-100px 0}.mejs-mute>button{background-position:-60px 0}.mejs-unmute>button{background-position:-40px 0}.mejs-volume-button{position:relative}.mejs-volume-button>.mejs-volume-slider{-webkit-backface-visibility:hidden;background:rgba(50,50,50,.7);border-radius:0;bottom:100%;display:none;height:115px;left:50%;margin:0;position:absolute;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);width:25px;z-index:1}.mejs-volume-button:hover{border-radius:0 0 4px 4px}.mejs-volume-total{background:hsla(0,0%,100%,.5);height:100px;left:50%;margin:0;position:absolute;top:8px;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);width:2px}.mejs-volume-current{left:0;margin:0;width:100%}.mejs-volume-current,.mejs-volume-handle{background:hsla(0,0%,100%,.9);position:absolute}.mejs-volume-handle{border-radius:1px;cursor:ns-resize;height:6px;left:50%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);width:16px}.mejs-horizontal-volume-slider{display:block;height:36px;position:relative;vertical-align:middle;width:56px}.mejs-horizontal-volume-total{background:rgba(50,50,50,.8);height:8px;top:16px;width:50px}.mejs-horizontal-volume-current,.mejs-horizontal-volume-total{border-radius:2px;font-size:1px;left:0;margin:0;padding:0;position:absolute}.mejs-horizontal-volume-current{background:hsla(0,0%,100%,.8);height:100%;top:0;width:100%}.mejs-horizontal-volume-handle{display:none}.mejs-captions-button,.mejs-chapters-button{position:relative}.mejs-captions-button>button{background-position:-140px 0}.mejs-chapters-button>button{background-position:-180px 0}.mejs-captions-button>.mejs-captions-selector,.mejs-chapters-button>.mejs-chapters-selector{background:rgba(50,50,50,.7);border:1px solid transparent;border-radius:0;bottom:100%;margin-right:-43px;overflow:hidden;padding:0;position:absolute;right:50%;visibility:visible;width:86px}.mejs-chapters-button>.mejs-chapters-selector{margin-right:-55px;width:110px}.mejs-captions-selector-list,.mejs-chapters-selector-list{list-style-type:none!important;margin:0;overflow:hidden;padding:0}.mejs-captions-selector-list-item,.mejs-chapters-selector-list-item{color:#fff;cursor:pointer;display:block;list-style-type:none!important;margin:0 0 6px;overflow:hidden;padding:0}.mejs-captions-selector-list-item:hover,.mejs-chapters-selector-list-item:hover{background-color:#c8c8c8!important;background-color:hsla(0,0%,100%,.4)!important}.mejs-captions-selector-input,.mejs-chapters-selector-input{clear:both;float:left;left:-1000px;margin:3px 3px 0 5px;position:absolute}.mejs-captions-selector-label,.mejs-chapters-selector-label{cursor:pointer;float:left;font-size:10px;line-height:15px;padding:4px 10px 0;width:100%}.mejs-captions-selected,.mejs-chapters-selected{color:#21f8f8}.mejs-captions-translations{font-size:10px;margin:0 0 5px}.mejs-captions-layer{bottom:0;color:#fff;font-size:16px;left:0;line-height:20px;position:absolute;text-align:center}.mejs-captions-layer a{color:#fff;text-decoration:underline}.mejs-captions-layer[lang=ar]{font-size:20px;font-weight:400}.mejs-captions-position{bottom:15px;left:0;position:absolute;width:100%}.mejs-captions-position-hover{bottom:35px}.mejs-captions-text,.mejs-captions-text *{background:hsla(0,0%,8%,.5);box-shadow:5px 0 0 hsla(0,0%,8%,.5),-5px 0 0 hsla(0,0%,8%,.5);padding:0;white-space:pre-wrap}.mejs-container.mejs-hide-cues video::-webkit-media-text-track-container{display:none}.mejs-overlay-error{position:relative}.mejs-overlay-error>img{left:0;max-width:100%;position:absolute;top:0;z-index:-1}.mejs-cannotplay,.mejs-cannotplay a{color:#fff;font-size:.8em}.mejs-cannotplay{position:relative}.mejs-cannotplay a,.mejs-cannotplay p{display:inline-block;padding:0 15px;width:100%}.mejs-container{clear:both;max-width:100%}.mejs-container *{font-family:Helvetica,Arial}.mejs-container,.mejs-container .mejs-controls,.mejs-embed,.mejs-embed body{background:#222}.mejs-time{font-weight:400;word-wrap:normal}.mejs-controls a.mejs-horizontal-volume-slider{display:table}.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current,.mejs-controls .mejs-time-rail .mejs-time-loaded{background:#fff}.mejs-controls .mejs-time-rail .mejs-time-current{background:#0073aa}.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total,.mejs-controls .mejs-time-rail .mejs-time-total{background:rgba(255,255,255,.33)}.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current,.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total,.mejs-controls .mejs-time-rail span{border-radius:0}.mejs-overlay-loading{background:0 0}.mejs-controls button:hover{border:none;-webkit-box-shadow:none;box-shadow:none}.me-cannotplay{width:auto!important}.media-embed-details .wp-audio-shortcode{display:inline-block;max-width:400px}.audio-details .embed-media-settings{overflow:visible}.media-embed-details .embed-media-settings .setting span:not(.button-group){max-width:400px;width:auto}.media-embed-details .embed-media-settings .checkbox-setting span{display:inline-block}.media-embed-details .embed-media-settings{padding-top:0;top:28px}.media-embed-details .instructions{padding:16px 0;max-width:600px}.media-embed-details .setting .remove-setting,.media-embed-details .setting p{color:#a00;font-size:10px;text-transform:uppercase}.media-embed-details .setting .remove-setting{padding:5px 0}.media-embed-details .setting a:hover{color:#dc3232}.media-embed-details .embed-media-settings .checkbox-setting{float:none;margin:0 0 10px}.wp-video{max-width:100%;height:auto}.wp_attachment_holder .wp-audio-shortcode,.wp_attachment_holder .wp-video{margin-top:18px}.wp-video-shortcode video,video.wp-video-shortcode{max-width:100%;display:inline-block}.video-details .wp-video-holder{width:100%;max-width:640px}.wp-playlist{border:1px solid #ccc;padding:10px;margin:12px 0 18px;font-size:14px;line-height:1.5}.wp-admin .wp-playlist{margin:0 0 18px}.wp-playlist video{display:inline-block;max-width:100%}.wp-playlist audio{display:none;max-width:100%;width:400px}.wp-playlist .mejs-container{margin:0;max-width:100%}.wp-playlist .mejs-controls .mejs-button button{outline:0}.wp-playlist-light{background:#fff;color:#000}.wp-playlist-dark{color:#fff;background:#000}.wp-playlist-caption{display:block;max-width:88%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:14px;line-height:1.5}.wp-playlist-item .wp-playlist-caption{text-decoration:none;color:#000;max-width:-webkit-calc(100% - 40px);max-width:calc(100% - 40px)}.wp-playlist-item-meta{display:block;font-size:14px;line-height:1.5}.wp-playlist-item-title{font-size:14px;line-height:1.5}.wp-playlist-item-album{font-style:italic;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.wp-playlist-item-artist{font-size:12px;text-transform:uppercase}.wp-playlist-item-length{position:absolute;right:3px;top:0;font-size:14px;line-height:1.5}.rtl .wp-playlist-item-length{left:3px;right:auto}.wp-playlist-tracks{margin-top:10px}.wp-playlist-item{position:relative;cursor:pointer;padding:0 3px;border-bottom:1px solid #ccc}.wp-playlist-item:last-child{border-bottom:0}.wp-playlist-light .wp-playlist-caption{color:#333}.wp-playlist-dark .wp-playlist-caption{color:#ddd}.wp-playlist-playing{font-weight:700;background:#f7f7f7}.wp-playlist-light .wp-playlist-playing{background:#fff;color:#000}.wp-playlist-dark .wp-playlist-playing{background:#000;color:#fff}.wp-playlist-current-item{overflow:hidden;margin-bottom:10px;height:60px}.wp-playlist .wp-playlist-current-item img{float:left;max-width:60px;height:auto;margin-right:10px;padding:0;border:0}.rtl .wp-playlist .wp-playlist-current-item img{float:right;margin-left:10px;margin-right:0}.wp-playlist-current-item .wp-playlist-item-artist,.wp-playlist-current-item .wp-playlist-item-title{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.wp-audio-playlist .me-cannotplay span{padding:5px 15px}.media-modal *{box-sizing:content-box}.media-modal input,.media-modal select,.media-modal textarea{box-sizing:border-box}.media-frame,.media-modal{font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;font-size:12px;-webkit-overflow-scrolling:touch}.media-modal legend{padding:0;font-size:13px}.media-modal label{font-size:13px}.media-modal .legend-inline{position:absolute;transform:translate(-100%,50%);margin-left:-1%;line-height:1.2}.media-frame a{border-bottom:none;color:#2271b1}.media-frame a:active,.media-frame a:hover{color:#135e96}.media-frame a:focus{box-shadow:0 0 0 2px #2271b1;color:#043959;outline:2px solid transparent}.media-frame a.button{color:#2c3338}.media-frame a.button:hover{color:#1d2327}.media-frame a.button-primary,.media-frame a.button-primary:hover{color:#fff}.media-frame input,.media-frame textarea{padding:6px 8px}.media-frame select,.wp-admin .media-frame select{min-height:30px;vertical-align:middle}.media-frame input[type=color],.media-frame input[type=date],.media-frame input[type=datetime-local],.media-frame input[type=datetime],.media-frame input[type=email],.media-frame input[type=month],.media-frame input[type=number],.media-frame input[type=password],.media-frame input[type=search],.media-frame input[type=tel],.media-frame input[type=text],.media-frame input[type=time],.media-frame input[type=url],.media-frame input[type=week],.media-frame select,.media-frame textarea{box-shadow:0 0 0 transparent;border-radius:4px;border:1px solid #8c8f94;background-color:#fff;color:#2c3338;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;font-size:13px;line-height:1.38461538}.media-frame input[type=date],.media-frame input[type=datetime-local],.media-frame input[type=datetime],.media-frame input[type=email],.media-frame input[type=month],.media-frame input[type=number],.media-frame input[type=password],.media-frame input[type=search],.media-frame input[type=tel],.media-frame input[type=text],.media-frame input[type=time],.media-frame input[type=url],.media-frame input[type=week]{padding:0 8px;line-height:2.15384615}.media-frame.mode-grid .wp-filter input[type=search]{font-size:14px;line-height:2}.media-frame input[type=email]:focus,.media-frame input[type=number]:focus,.media-frame input[type=password]:focus,.media-frame input[type=search]:focus,.media-frame input[type=text]:focus,.media-frame input[type=url]:focus,.media-frame select:focus,.media-frame textarea:focus{border-color:#3582c4;box-shadow:0 0 0 1px #3582c4;outline:2px solid transparent}.media-frame input:disabled,.media-frame input[readonly],.media-frame textarea:disabled,.media-frame textarea[readonly]{background-color:#f0f0f1}.media-frame input[type=search]{-webkit-appearance:textfield}.media-frame ::-webkit-input-placeholder{color:#646970}.media-frame ::-moz-placeholder{color:#646970}.media-frame .hidden,.media-frame .setting.hidden{display:none} .ui-draggable-handle,.ui-sortable-handle{touch-action:none}.media-modal{position:fixed;top:30px;left:30px;right:30px;bottom:30px;z-index:160000}.wp-customizer .media-modal{z-index:560000}.media-modal-backdrop{position:fixed;top:0;left:0;right:0;bottom:0;min-height:360px;background:#000;opacity:.7;z-index:159900}.wp-customizer .media-modal-backdrop{z-index:559900}.media-modal-close{position:absolute;top:0;right:0;width:50px;height:50px;margin:0;padding:0;border:1px solid transparent;background:0 0;color:#646970;z-index:1000;cursor:pointer;outline:0;transition:color .1s ease-in-out,background .1s ease-in-out}.media-modal-close:active,.media-modal-close:hover{color:#135e96}.media-modal-close:focus{color:#135e96;border-color:#4f94d4;box-shadow:0 0 3px rgba(34,113,177,.8);outline:2px solid transparent}.media-modal-close span.media-modal-icon{background-image:none}.media-modal-close .media-modal-icon:before{content:"\f158";content:"\f158"/'';font:normal 20px/1 dashicons;vertical-align:middle;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.media-modal-content{position:absolute;top:0;left:0;right:0;bottom:0;overflow:auto;min-height:300px;box-shadow:0 5px 15px rgba(0,0,0,.7);background:#fff;-webkit-font-smoothing:subpixel-antialiased}.media-modal-content .media-frame select.attachment-filters{margin-top:32px;margin-right:2%;width:42%;width:calc(48% - 12px)}.wp-core-ui .media-modal-icon{background-image:url(//schallplatten.me/wp-includes/images/uploader-icons.png);background-repeat:no-repeat}.media-toolbar{position:absolute;top:0;left:0;right:0;z-index:100;height:60px;padding:0 16px;border:0 solid #dcdcde;overflow:hidden}.media-frame-toolbar .media-toolbar{top:auto;bottom:-47px;height:auto;overflow:visible;border-top:1px solid #dcdcde}.media-toolbar-primary{float:right;height:100%;position:relative}.media-toolbar-secondary{float:left;height:100%}.media-toolbar-primary>.media-button,.media-toolbar-primary>.media-button-group{margin-left:10px;float:left;margin-top:15px}.media-toolbar-secondary>.media-button,.media-toolbar-secondary>.media-button-group{margin-right:10px;margin-top:15px}.media-sidebar{position:absolute;top:0;right:0;bottom:0;width:267px;padding:0 16px;z-index:75;background:#f6f7f7;border-left:1px solid #dcdcde;overflow:auto;-webkit-overflow-scrolling:touch}.media-sidebar::after{content:"";display:flex;clear:both;height:24px}.hide-toolbar .media-sidebar{bottom:0}.image-details .media-embed h2,.media-sidebar h2{position:relative;font-weight:600;text-transform:uppercase;font-size:12px;color:#646970;margin:24px 0 8px}.attachment-details .setting,.media-sidebar .setting{display:block;float:left;width:100%;margin:0 0 10px}.attachment-details h2{display:grid;grid-template-columns:auto 5em}.media-sidebar .collection-settings .setting{margin:1px 0}.attachment-details .setting.has-description,.media-sidebar .setting.has-description{margin-bottom:5px}.media-sidebar .setting .link-to-custom{margin:3px 2px 0}.attachment-details .setting .name,.attachment-details .setting span,.media-sidebar .setting .name,.media-sidebar .setting .value,.media-sidebar .setting span{min-width:30%;margin-right:4%;font-size:12px;text-align:right;word-wrap:break-word}.media-sidebar .setting .name{max-width:80px}.media-sidebar .setting .value{text-align:left}.media-sidebar .setting select{max-width:65%}.attachment-details .field input[type=checkbox],.attachment-details .field input[type=radio],.attachment-details .setting input[type=checkbox],.attachment-details .setting input[type=radio],.media-sidebar .field input[type=checkbox],.media-sidebar .field input[type=radio],.media-sidebar .setting input[type=checkbox],.media-sidebar .setting input[type=radio]{float:none;margin:8px 3px 0;padding:0}.attachment-details .setting .name,.attachment-details .setting .value,.attachment-details .setting span,.compat-item label span,.media-sidebar .checkbox-label-inline,.media-sidebar .setting .name,.media-sidebar .setting .value,.media-sidebar .setting span{float:left;min-height:22px;padding-top:8px;line-height:1.33333333;font-weight:400;color:#646970}.media-sidebar .checkbox-label-inline{font-size:12px}.attachment-details .copy-to-clipboard-container,.media-sidebar .copy-to-clipboard-container{flex-wrap:wrap;margin-top:10px;margin-left:calc(35% - 1px);padding-top:10px}.attachment-details .attachment-info .copy-to-clipboard-container{float:none}.attachment-details .copy-to-clipboard-container .success,.media-sidebar .copy-to-clipboard-container .success{padding:0;min-height:0;line-height:2.18181818;text-align:left;color:#007017}.compat-item label span{text-align:right}.attachment-details .setting .value,.attachment-details .setting input[type=email],.attachment-details .setting input[type=number],.attachment-details .setting input[type=password],.attachment-details .setting input[type=search],.attachment-details .setting input[type=tel],.attachment-details .setting input[type=text],.attachment-details .setting input[type=url],.attachment-details .setting textarea,.attachment-details .setting+.description,.media-sidebar .setting .value,.media-sidebar .setting input[type=email],.media-sidebar .setting input[type=number],.media-sidebar .setting input[type=password],.media-sidebar .setting input[type=search],.media-sidebar .setting input[type=tel],.media-sidebar .setting input[type=text],.media-sidebar .setting input[type=url],.media-sidebar .setting textarea{box-sizing:border-box;margin:1px;width:65%;float:right}.attachment-details .setting .value,.attachment-details .setting+.description,.media-sidebar .setting .value{margin:0 1px;text-align:left}.attachment-details .setting+.description{clear:both;font-size:12px;font-style:normal;margin-bottom:10px}.attachment-details .setting textarea,.compat-item .field textarea,.media-sidebar .setting textarea{height:62px;resize:vertical}.alt-text textarea,.attachment-details .alt-text textarea,.compat-item .alt-text textarea,.media-sidebar .alt-text textarea{height:50px}.compat-item{float:left;width:100%;overflow:hidden}.compat-item table{width:100%;table-layout:fixed;border-spacing:0;border:0}.compat-item tr{padding:2px 0;display:block;overflow:hidden}.compat-item .field,.compat-item .label{display:block;margin:0;padding:0}.compat-item .label{min-width:30%;margin-right:4%;float:left;text-align:right}.compat-item .label span{display:block;width:100%}.compat-item .field{float:right;width:65%;margin:1px}.compat-item .field input[type=email],.compat-item .field input[type=number],.compat-item .field input[type=password],.compat-item .field input[type=search],.compat-item .field input[type=tel],.compat-item .field input[type=text],.compat-item .field input[type=url],.compat-item .field textarea{width:100%;margin:0;box-sizing:border-box}.sidebar-for-errors .attachment-details,.sidebar-for-errors .compat-item,.sidebar-for-errors .media-sidebar .media-progress-bar,.sidebar-for-errors .upload-details{display:none!important}.media-menu{position:absolute;top:0;left:0;right:0;bottom:0;margin:0;padding:50px 0 10px;background:#f6f7f7;border-right-width:1px;border-right-style:solid;border-right-color:#c3c4c7;-webkit-user-select:none;user-select:none}.media-menu .media-menu-item{display:block;box-sizing:border-box;width:100%;position:relative;border:0;margin:0;padding:8px 20px;font-size:14px;line-height:1.28571428;background:0 0;color:#2271b1;text-align:left;text-decoration:none;cursor:pointer}.media-menu .media-menu-item:hover{background:rgba(0,0,0,.04)}.media-menu .media-menu-item:active{color:#2271b1;outline:0}.media-menu .active,.media-menu .active:hover{color:#1d2327;font-weight:600}.media-menu .media-menu-item:focus{box-shadow:0 0 0 2px #2271b1;color:#043959;outline:2px solid transparent}.media-menu .separator{height:0;margin:12px 20px;padding:0;border-top:1px solid #dcdcde}.media-router{position:relative;padding:0 6px;margin:0;clear:both}.media-router .media-menu-item{position:relative;float:left;border:0;margin:0;padding:8px 10px 9px;height:18px;line-height:1.28571428;font-size:14px;text-decoration:none;background:0 0;cursor:pointer;transition:none}.media-router .media-menu-item:last-child{border-right:0}.media-router .media-menu-item:active,.media-router .media-menu-item:hover{color:#2271b1}.media-router .active,.media-router .active:hover{color:#1d2327}.media-router .media-menu-item:focus{box-shadow:0 0 0 2px #2271b1;color:#043959;outline:2px solid transparent;z-index:1}.media-router .active,.media-router .media-menu-item.active:last-child{margin:-1px -1px 0;background:#fff;border:1px solid #dcdcde;border-bottom:none}.media-router .active:after{display:none}.media-frame{overflow:hidden;position:absolute;top:0;left:0;right:0;bottom:0}.media-frame-menu{position:absolute;top:0;left:0;bottom:0;width:200px;z-index:150}.media-frame-title{position:absolute;top:0;left:200px;right:0;height:50px;z-index:200}.media-frame-router{position:absolute;top:50px;left:200px;right:0;height:36px;z-index:200}.media-frame-content{position:absolute;top:84px;left:200px;right:0;bottom:61px;height:auto;width:auto;margin:0;overflow:auto;background:#fff;border-top:1px solid #dcdcde}.media-frame-toolbar{position:absolute;left:200px;right:0;z-index:100;bottom:60px;height:auto}.media-frame.hide-menu .media-frame-content,.media-frame.hide-menu .media-frame-router,.media-frame.hide-menu .media-frame-title,.media-frame.hide-menu .media-frame-toolbar{left:0}.media-frame.hide-toolbar .media-frame-content{bottom:0}.media-frame.hide-router .media-frame-content{top:50px}.media-frame.hide-menu .media-frame-menu,.media-frame.hide-menu .media-frame-menu-heading,.media-frame.hide-router .media-frame-router,.media-frame.hide-toolbar .media-frame-toolbar{display:none}.media-frame-title h1{padding:0 16px;font-size:22px;line-height:2.27272727;margin:0}.media-attachments-filter-heading,.media-frame-menu-heading{position:absolute;left:20px;top:22px;margin:0;font-size:13px;line-height:1;z-index:151}.media-attachments-filter-heading{top:10px;left:16px}.mode-grid .media-attachments-filter-heading{top:0;left:-9999px}.mode-grid .media-frame-actions-heading{display:none}.wp-core-ui .button.media-frame-menu-toggle{display:none}.media-frame-title .suggested-dimensions{font-size:14px;float:right;margin-right:20px}.media-frame-content .crop-content{height:100%}.options-general-php .crop-content.site-icon,.wp-customizer:not(.mobile) .media-frame-content .crop-content.site-icon{margin-right:300px}.media-frame-content .crop-content .crop-image{display:block;margin:auto;max-width:100%;max-height:100%}.media-frame-content .crop-content .upload-errors{position:absolute;width:300px;top:50%;left:50%;margin-left:-150px;margin-right:-150px;z-index:600000}.media-frame .media-iframe{overflow:hidden}.media-frame .media-iframe,.media-frame .media-iframe iframe{height:100%;width:100%;border:0}.media-frame select.attachment-filters{margin-top:11px;margin-right:2%;max-width:42%;max-width:calc(48% - 12px)}.media-frame select.attachment-filters:last-of-type{margin-right:0}.media-frame .search{margin:32px 0 0;padding:4px;font-size:13px;color:#3c434a;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;-webkit-appearance:none}.media-toolbar-primary .search{max-width:100%}.media-modal .media-frame .media-search-input-label{position:absolute;left:0;top:10px;margin:0;line-height:1}.wp-core-ui .attachments{margin:0;-webkit-overflow-scrolling:touch}.wp-core-ui .attachment{position:relative;float:left;padding:8px;margin:0;color:#3c434a;cursor:pointer;list-style:none;text-align:center;-webkit-user-select:none;user-select:none;width:25%;box-sizing:border-box}.wp-core-ui .attachment.details:focus,.wp-core-ui .attachment:focus,.wp-core-ui .selected.attachment:focus{box-shadow:inset 0 0 2px 3px #fff,inset 0 0 0 7px #4f94d4;outline:2px solid transparent;outline-offset:-6px}.wp-core-ui .selected.attachment{box-shadow:inset 0 0 0 5px #fff,inset 0 0 0 7px #c3c4c7}.wp-core-ui .attachment.details{box-shadow:inset 0 0 0 3px #fff,inset 0 0 0 7px #2271b1}.wp-core-ui .attachment-preview{position:relative;box-shadow:inset 0 0 15px rgba(0,0,0,.1),inset 0 0 0 1px rgba(0,0,0,.05);background:#f0f0f1;cursor:pointer}.wp-core-ui .attachment-preview:before{content:"";display:block;padding-top:100%}.wp-core-ui .attachment .icon{margin:0 auto;overflow:hidden}.wp-core-ui .attachment .thumbnail{overflow:hidden;position:absolute;top:0;right:0;bottom:0;left:0;opacity:1;transition:opacity .1s}.wp-core-ui .attachment .portrait img{max-width:100%}.wp-core-ui .attachment .landscape img{max-height:100%}.wp-core-ui .attachment .thumbnail:after{content:"";display:block;position:absolute;top:0;left:0;right:0;bottom:0;box-shadow:inset 0 0 0 1px rgba(0,0,0,.1);overflow:hidden}.wp-core-ui .attachment .thumbnail img{top:0;left:0}.wp-core-ui .attachment .thumbnail .centered{position:absolute;top:0;left:0;width:100%;height:100%;transform:translate(50%,50%)}.wp-core-ui .attachment .thumbnail .centered img{transform:translate(-50%,-50%)}.wp-core-ui .attachments-browser .attachment .thumbnail .centered img.icon{transform:translate(-50%,-70%)}.wp-core-ui .attachment .filename{position:absolute;left:0;right:0;bottom:0;overflow:hidden;max-height:100%;word-wrap:break-word;text-align:center;font-weight:600;background:rgba(255,255,255,.8);box-shadow:inset 0 0 0 1px rgba(0,0,0,.15)}.wp-core-ui .attachment .filename div{padding:5px 10px}.wp-core-ui .attachment .thumbnail img{position:absolute}.wp-core-ui .attachment-close{display:block;position:absolute;top:5px;right:5px;height:22px;width:22px;padding:0;background-color:#fff;border-radius:3px;box-shadow:0 0 0 1px rgba(0,0,0,.3);transition:none}.wp-core-ui .attachment-close .media-modal-icon{display:inline-block;background-position:-96px 4px;height:22px;width:22px}.wp-core-ui .attachment-close:focus .media-modal-icon,.wp-core-ui .attachment-close:hover .media-modal-icon{background-position:-36px 4px}.wp-core-ui .attachment .check{display:none;height:24px;width:24px;padding:0;border:0;position:absolute;z-index:10;top:0;right:0;outline:0;background:#f0f0f1;cursor:pointer;box-shadow:0 0 0 1px #fff,0 0 0 2px rgba(0,0,0,.15)}.wp-core-ui .attachment .check .media-modal-icon{display:block;background-position:-1px 0;height:15px;width:15px;margin:5px}.wp-core-ui .attachment .check:hover .media-modal-icon{background-position:-40px 0}.wp-core-ui .attachment.selected .check{display:block}.wp-core-ui .attachment.details .check,.wp-core-ui .attachment.selected .check:focus,.wp-core-ui .media-frame.mode-grid .attachment.selected .check{background-color:#2271b1;box-shadow:0 0 0 1px #fff,0 0 0 2px #2271b1}.wp-core-ui .attachment.selected .check:focus{outline:2px solid transparent}.wp-core-ui .attachment.details .check .media-modal-icon,.wp-core-ui .media-frame.mode-grid .attachment.selected .check .media-modal-icon{background-position:-21px 0}.wp-core-ui .attachment.details .check:hover .media-modal-icon,.wp-core-ui .attachment.selected .check:focus .media-modal-icon,.wp-core-ui .media-frame.mode-grid .attachment.selected .check:hover .media-modal-icon{background-position:-60px 0}.wp-core-ui .media-frame .attachment .describe{position:relative;display:block;width:100%;margin:0;padding:0 8px;font-size:12px;border-radius:0}.media-frame .attachments-browser{position:relative;width:100%;height:100%;overflow:hidden}.attachments-browser .media-toolbar{right:300px;height:72px;background:#fff}.attachments-browser.hide-sidebar .media-toolbar{right:0}.attachments-browser .media-toolbar-primary>.media-button,.attachments-browser .media-toolbar-primary>.media-button-group,.attachments-browser .media-toolbar-secondary>.media-button,.attachments-browser .media-toolbar-secondary>.media-button-group{margin:10px 0}.attachments-browser .attachments{padding:2px 8px 8px}.attachments-browser .uploader-inline,.attachments-browser.has-load-more .attachments-wrapper,.attachments-browser:not(.has-load-more) .attachments{position:absolute;top:72px;left:0;right:300px;bottom:0;overflow:auto;outline:0}.attachments-browser .uploader-inline.hidden{display:none}.attachments-browser .media-toolbar-primary{max-width:33%}.mode-grid .attachments-browser .media-toolbar-primary{display:flex;align-items:center;column-gap:.5rem;margin:11px 0}.mode-grid .attachments-browser .media-toolbar-mode-select .media-toolbar-primary{display:none}.attachments-browser .media-toolbar-secondary{max-width:66%}.uploader-inline .close{background-color:transparent;border:0;cursor:pointer;height:48px;outline:0;padding:0;position:absolute;right:2px;text-align:center;top:2px;width:48px;z-index:1}.uploader-inline .close:before{font:normal 30px/1 dashicons!important;color:#50575e;display:inline-block;content:"\f335";content:"\f335"/'';font-weight:300;margin-top:1px}.uploader-inline .close:focus{outline:1px solid #4f94d4;box-shadow:0 0 3px rgba(34,113,177,.8)}.attachments-browser.hide-sidebar .attachments,.attachments-browser.hide-sidebar .uploader-inline{right:0;margin-right:0}.attachments-browser .instructions{display:inline-block;margin-top:16px;line-height:1.38461538;font-size:13px;color:#646970}.attachments-browser .no-media{padding:2em 0 0 2em}.more-loaded .attachment:not(.found-media){background:#dcdcde}.load-more-wrapper{clear:both;display:flex;flex-wrap:wrap;align-items:center;justify-content:center;padding:1em 0}.load-more-wrapper .load-more-count{min-width:100%;margin:0 0 1em;text-align:center}.load-more-wrapper .load-more{margin:0}.media-frame .load-more-wrapper .load-more+.spinner{float:none;margin:0 -30px 0 10px}.media-frame .load-more-wrapper .load-more.hidden+.spinner{margin:0}.load-more-wrapper::after{content:"";min-width:100%;order:1}.load-more-wrapper .load-more-jump{margin:0 0 0 12px}.attachment.new-media{outline:2px dotted #c3c4c7}.media-progress-bar{position:relative;height:10px;width:70%;margin:10px auto;border-radius:10px;background:#dcdcde;background:rgba(0,0,0,.1)}.media-progress-bar div{height:10px;min-width:20px;width:0;background:#2271b1;border-radius:10px;transition:width .3s}.media-uploader-status .media-progress-bar{display:none;width:100%}.uploading.media-uploader-status .media-progress-bar{display:block}.attachment-preview .media-progress-bar{position:absolute;top:50%;left:15%;width:70%;margin:-5px 0 0}.media-uploader-status{position:relative;margin:0 auto;padding-bottom:10px;max-width:400px}.uploader-inline .media-uploader-status h2{display:none}.media-uploader-status .upload-details{display:none;font-size:12px;color:#646970}.uploading.media-uploader-status .upload-details{display:block}.media-uploader-status .upload-detail-separator{padding:0 4px}.media-uploader-status .upload-count{color:#3c434a}.media-uploader-status .upload-dismiss-errors,.media-uploader-status .upload-errors{display:none}.errors.media-uploader-status .upload-dismiss-errors,.errors.media-uploader-status .upload-errors{display:block}.media-uploader-status .upload-dismiss-errors{transition:none;text-decoration:none}.upload-errors .upload-error{padding:12px;margin-bottom:12px;background:#fff;border-left:4px solid #d63638;box-shadow:0 1px 1px 0 rgba(0,0,0,.1)}.uploader-inline .upload-errors .upload-error{padding:12px 30px;background-color:#fcf0f1;box-shadow:none}.upload-errors .upload-error-filename{font-weight:600}.upload-errors .upload-error-message{display:block;padding-top:8px;word-wrap:break-word}.uploader-window,.wp-editor-wrap .uploader-editor{top:0;left:0;right:0;bottom:0;text-align:center;display:none}.uploader-window{position:fixed;z-index:250000;opacity:0;transition:opacity 250ms}.wp-editor-wrap .uploader-editor{position:absolute;z-index:99998;background:rgba(140,143,148,.9)}.uploader-window,.wp-editor-wrap .uploader-editor.droppable{background:rgba(10,75,120,.9)}.uploader-window-content,.wp-editor-wrap .uploader-editor-content{position:absolute;top:10px;left:10px;right:10px;bottom:10px;border:1px dashed #fff}.uploader-window .uploader-editor-title,.uploader-window h1,.wp-editor-wrap .uploader-editor .uploader-editor-title{position:absolute;top:50%;left:0;right:0;transform:translateY(-50%);font-size:3em;line-height:1.3;font-weight:600;color:#fff;margin:0;padding:0 10px}.wp-editor-wrap .uploader-editor .uploader-editor-title{display:none}.wp-editor-wrap .uploader-editor.droppable .uploader-editor-title{display:block}.uploader-window .media-progress-bar{margin-top:20px;max-width:300px;background:0 0;border-color:#fff;display:none}.uploader-window .media-progress-bar div{background:#fff}.uploading .uploader-window .media-progress-bar{display:block}.media-frame .uploader-inline{margin-bottom:20px;padding:0;text-align:center}.uploader-inline-content{position:absolute;top:30%;left:0;right:0}.uploader-inline-content .upload-ui{margin:2em 0}.uploader-inline-content .post-upload-ui{margin-bottom:2em}.uploader-inline .has-upload-message .upload-ui{margin:0 0 4em}.uploader-inline h2{font-size:20px;line-height:1.4;font-weight:400;margin:0}.uploader-inline .has-upload-message .upload-instructions{font-size:14px;color:#3c434a;font-weight:400}.uploader-inline .drop-instructions{display:none}.supports-drag-drop .uploader-inline .drop-instructions{display:block}.uploader-inline p{margin:.5em 0}.uploader-inline .media-progress-bar{display:none}.uploading.uploader-inline .media-progress-bar{display:block}.uploader-inline .browser{display:inline-block!important}.media-selection{position:absolute;top:0;left:0;right:350px;height:60px;padding:0 0 0 16px;overflow:hidden;white-space:nowrap}.media-selection .selection-info{display:inline-block;font-size:12px;height:60px;margin-right:10px;vertical-align:top}.media-selection.editing,.media-selection.empty{display:none}.media-selection.one .edit-selection{display:none}.media-selection .count{display:block;padding-top:12px;font-size:14px;line-height:1.42857142;font-weight:600}.media-selection .button-link{float:left;padding:1px 8px;margin:1px 8px 1px -8px;line-height:1.4;border-right:1px solid #dcdcde;color:#2271b1;text-decoration:none}.media-selection .button-link:focus,.media-selection .button-link:hover{color:#135e96}.media-selection .button-link:last-child{border-right:0;margin-right:0}.selection-info .clear-selection{color:#d63638}.selection-info .clear-selection:focus,.selection-info .clear-selection:hover{color:#d63638}.media-selection .selection-view{display:inline-block;vertical-align:top}.media-selection .attachments{display:inline-block;height:48px;margin:6px;padding:0;overflow:hidden;vertical-align:top}.media-selection .attachment{width:40px;padding:0;margin:4px}.media-selection .attachment .thumbnail{top:0;right:0;bottom:0;left:0}.media-selection .attachment .icon{width:50%}.media-selection .attachment-preview{box-shadow:none;background:0 0}.wp-core-ui .media-selection .attachment.details:focus,.wp-core-ui .media-selection .attachment:focus,.wp-core-ui .media-selection .selected.attachment:focus{box-shadow:0 0 0 1px #fff,0 0 2px 3px #4f94d4;outline:2px solid transparent}.wp-core-ui .media-selection .selected.attachment{box-shadow:none}.wp-core-ui .media-selection .attachment.details{box-shadow:0 0 0 1px #fff,0 0 0 3px #2271b1}.media-selection:after{content:"";display:block;position:absolute;top:0;right:0;bottom:0;width:25px;background-image:linear-gradient(to left,#fff,rgba(255,255,255,0))}.media-selection .attachment .filename{display:none}.media-frame .spinner{background:url(//schallplatten.me/wp-includes/images/spinner.gif) no-repeat;background-size:20px 20px;float:right;display:inline-block;visibility:hidden;opacity:.7;width:20px;height:20px;margin:0;vertical-align:middle}.media-frame .media-sidebar .settings-save-status .spinner{position:absolute;right:0;top:0}.media-frame.mode-grid .spinner{margin:0;float:none;vertical-align:middle}.media-modal .media-toolbar .spinner{float:none;vertical-align:bottom;margin:0 0 5px 5px}.media-frame .instructions+.spinner.is-active{vertical-align:middle}.media-frame .spinner.is-active{visibility:visible}.attachment-details{position:relative;overflow:auto}.attachment-details .settings-save-status{text-align:right;text-transform:none;font-weight:400}.attachment-details .settings-save-status .spinner{float:none;margin-left:5px}.attachment-details .settings-save-status .saved{display:none}.attachment-details.save-waiting .settings-save-status .spinner{visibility:visible}.attachment-details.save-complete .settings-save-status .saved{display:inline-block}.attachment-info{overflow:hidden;min-height:60px;margin-bottom:16px;line-height:1.5;color:#646970;border-bottom:1px solid #dcdcde;padding-bottom:11px}.attachment-info .wp-media-wrapper{margin-bottom:8px}.attachment-info .wp-media-wrapper.wp-audio{margin-top:13px}.attachment-info .filename{font-weight:600;color:#3c434a;word-wrap:break-word}.attachment-info .thumbnail{position:relative;float:left;max-width:120px;max-height:120px;margin-top:5px;margin-right:10px;margin-bottom:5px}.uploading .attachment-info .thumbnail{width:120px;height:80px;box-shadow:inset 0 0 15px rgba(0,0,0,.1)}.uploading .attachment-info .media-progress-bar{margin-top:35px}.attachment-info .thumbnail-image:after{content:"";display:block;position:absolute;top:0;left:0;right:0;bottom:0;box-shadow:inset 0 0 0 1px rgba(0,0,0,.15);overflow:hidden}.attachment-info .thumbnail img{display:block;max-width:120px;max-height:120px;margin:0 auto}.attachment-info .details{float:left;font-size:12px;max-width:100%}.attachment-info .delete-attachment,.attachment-info .edit-attachment,.attachment-info .trash-attachment,.attachment-info .untrash-attachment{display:block;text-decoration:none;white-space:nowrap}.attachment-details.needs-refresh .attachment-info .edit-attachment{display:none}.attachment-info .edit-attachment{display:block}.media-modal .delete-attachment,.media-modal .trash-attachment,.media-modal .untrash-attachment{display:inline;padding:0;color:#d63638}.media-modal .delete-attachment:focus,.media-modal .delete-attachment:hover,.media-modal .trash-attachment:focus,.media-modal .trash-attachment:hover,.media-modal .untrash-attachment:focus,.media-modal .untrash-attachment:hover{color:#d63638}.attachment-display-settings{width:100%;float:left;overflow:hidden}.collection-settings{overflow:hidden}.collection-settings .setting input[type=checkbox]{float:left;margin-right:8px}.collection-settings .setting .name,.collection-settings .setting span{min-width:inherit}.media-modal .imgedit-wrap{position:static}.media-modal .imgedit-wrap .imgedit-panel-content{padding:16px 16px 0;overflow:visible}.media-modal .imgedit-wrap .imgedit-save-target{margin:8px 0 24px}.media-modal .imgedit-group{background:0 0;border:none;box-shadow:none;margin:0;padding:0;position:relative}.media-modal .imgedit-group.imgedit-panel-active{margin-bottom:16px;padding-bottom:16px}.media-modal .imgedit-group-top{margin:0}.media-modal .imgedit-group-top h2,.media-modal .imgedit-group-top h2 .button-link{display:inline-block;text-transform:uppercase;font-size:12px;color:#646970;margin:0;margin-top:3px}.media-modal .imgedit-group-top h2 .button-link,.media-modal .imgedit-group-top h2 a{text-decoration:none;color:#646970}.wp-core-ui.media-modal .image-editor .imgedit-help-toggle,.wp-core-ui.media-modal .image-editor .imgedit-help-toggle:active,.wp-core-ui.media-modal .image-editor .imgedit-help-toggle:hover{border:1px solid transparent;margin:0;padding:0;background:0 0;color:#2271b1;font-size:20px;line-height:1;cursor:pointer;box-sizing:content-box;box-shadow:none}.wp-core-ui.media-modal .image-editor .imgedit-help-toggle:focus{color:#2271b1;border-color:#2271b1;box-shadow:0 0 0 1px #2271b1;outline:2px solid transparent}.wp-core-ui.media-modal .imgedit-group-top .dashicons-arrow-down.imgedit-help-toggle{margin-top:-3px}.wp-core-ui.media-modal .image-editor h3 .imgedit-help-toggle{margin-top:-2px}.media-modal .imgedit-help-toggled span.dashicons:before{content:"\f142";content:"\f142"/''}.media-modal .imgedit-thumbnail-preview{margin:10px 8px 0 0}.imgedit-thumbnail-preview-caption{display:block}.media-modal .imgedit-wrap .notice,.media-modal .imgedit-wrap div.updated{margin:0 16px}.embed-url{display:block;position:relative;padding:16px;margin:0;z-index:250;background:#fff;font-size:18px}.media-frame .embed-url input{font-size:18px;line-height:1.22222222;padding:12px 40px 12px 14px;width:100%;min-width:200px;box-shadow:inset 2px 2px 4px -2px rgba(0,0,0,.1)}.media-frame .embed-url input::-ms-clear{display:none}.media-frame .embed-url .spinner{position:absolute;top:32px;right:26px}.media-frame .embed-loading .embed-url .spinner{visibility:visible}.embed-link-settings,.embed-media-settings{position:absolute;top:82px;left:0;right:0;bottom:0;padding:0 16px;overflow:auto}.media-embed .embed-link-settings .link-text{margin-top:0}.embed-link-settings::after,.embed-media-settings::after{content:"";display:flex;clear:both;height:24px}.media-embed .embed-link-settings{overflow:visible}.embed-preview embed,.embed-preview iframe,.embed-preview img,.mejs-container video{max-width:100%;vertical-align:middle}.embed-preview a{display:inline-block}.embed-preview img{display:block;height:auto}.mejs-container:focus{outline:1px solid #2271b1;box-shadow:0 0 0 2px #2271b1}.image-details .media-modal{left:140px;right:140px}.image-details .media-frame-content,.image-details .media-frame-router,.image-details .media-frame-title{left:0}.image-details .embed-media-settings{top:0;overflow:visible;padding:0}.image-details .embed-media-settings::after{content:none}.image-details .embed-media-settings,.image-details .embed-media-settings div{box-sizing:border-box}.image-details .column-settings{background:#f6f7f7;border-right:1px solid #dcdcde;min-height:100%;width:55%;position:absolute;top:0;left:0}.image-details .column-settings h2{margin:20px;padding-top:20px;border-top:1px solid #dcdcde;color:#1d2327}.image-details .column-image{width:45%;position:absolute;left:55%;top:0}.image-details .image{margin:20px}.image-details .image img{max-width:100%;max-height:500px}.image-details .advanced-toggle{padding:0;color:#646970;text-transform:uppercase;text-decoration:none}.image-details .advanced-toggle:active,.image-details .advanced-toggle:hover{color:#646970}.image-details .advanced-toggle:after{font:normal 20px/1 dashicons;vertical-align:top;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;content:"\f140";content:"\f140"/'';display:inline-block;margin-top:-2px}.image-details .advanced-visible .advanced-toggle:after{content:"\f142";content:"\f142"/''}.image-details .custom-size .custom-size-setting,.image-details .custom-size label{display:block;float:left}.image-details .custom-size .custom-size-setting label{float:none}.image-details .custom-size input{width:5em}.image-details .custom-size .sep{float:left;margin:26px 6px 0}.image-details .custom-size .description{margin-left:0}.media-embed .thumbnail{max-width:100%;max-height:200px;position:relative;float:left}.media-embed .thumbnail img{max-height:200px;display:block}.media-embed .thumbnail:after{content:"";display:block;position:absolute;top:0;left:0;right:0;bottom:0;box-shadow:inset 0 0 0 1px rgba(0,0,0,.1);overflow:hidden}.media-embed .setting,.media-embed .setting-group{width:100%;margin:10px 0;float:left;display:block;clear:both}.media-embed .setting-group .setting:not(.checkbox-setting){margin:0}.media-embed .setting.has-description{margin-bottom:5px}.media-embed .description{clear:both;font-style:normal}.media-embed .content-track+.description{line-height:1.4;max-width:none!important}.media-embed .remove-track{margin-bottom:10px}.image-details .embed-media-settings .setting,.image-details .embed-media-settings .setting-group{float:none;width:auto}.image-details .actions{margin:10px 0}.image-details .hidden{display:none}.media-embed .setting input[type=text],.media-embed .setting textarea,.media-embed fieldset{display:block;width:100%;max-width:400px}.image-details .embed-media-settings .setting input[type=text],.image-details .embed-media-settings .setting textarea{max-width:inherit;width:70%}.image-details .description,.image-details .embed-media-settings .custom-size,.image-details .embed-media-settings .link-target,.image-details .embed-media-settings .setting input.link-to-custom,.image-details .embed-media-settings .setting-group{margin-left:27%;width:70%}.image-details .description{font-style:normal;margin-top:0}.image-details .embed-media-settings .link-target{margin-top:16px}.audio-details .checkbox-label,.image-details .checkbox-label,.video-details .checkbox-label{vertical-align:baseline}.media-embed .setting input.hidden,.media-embed .setting textarea.hidden{display:none}.media-embed .setting .name,.media-embed .setting span,.media-embed .setting-group .name{display:inline-block;font-size:13px;line-height:1.84615384;color:#646970}.media-embed .setting span{display:block;width:200px}.image-details .embed-media-settings .setting .name,.image-details .embed-media-settings .setting span{float:left;width:25%;text-align:right;margin:8px 1% 0;line-height:1.1}.image-details .embed-media-settings .setting .button-group,.media-frame .setting-group .button-group{width:auto}.media-embed-sidebar{position:absolute;top:0;left:440px}.advanced-section,.link-settings{margin-top:10px}.media-frame .setting .button-group{display:flex;margin:0!important;max-width:none!important}.rtl .media-frame,.rtl .media-frame .search,.rtl .media-frame input[type=email],.rtl .media-frame input[type=number],.rtl .media-frame input[type=password],.rtl .media-frame input[type=search],.rtl .media-frame input[type=tel],.rtl .media-frame input[type=text],.rtl .media-frame input[type=url],.rtl .media-frame select,.rtl .media-frame textarea,.rtl .media-modal{font-family:Tahoma,sans-serif}:lang(he-il) .rtl .media-frame,:lang(he-il) .rtl .media-frame .search,:lang(he-il) .rtl .media-frame input[type=email],:lang(he-il) .rtl .media-frame input[type=number],:lang(he-il) .rtl .media-frame input[type=password],:lang(he-il) .rtl .media-frame input[type=search],:lang(he-il) .rtl .media-frame input[type=text],:lang(he-il) .rtl .media-frame input[type=url],:lang(he-il) .rtl .media-frame select,:lang(he-il) .rtl .media-frame textarea,:lang(he-il) .rtl .media-modal{font-family:Arial,sans-serif}@media only screen and (max-width:900px){.media-modal .media-frame-title{height:40px}.media-modal .media-frame-title h1{line-height:2.22222222;font-size:18px}.media-modal-close{width:42px;height:42px}.media-frame .media-frame-title{position:static;padding:0 44px;text-align:center}.media-frame:not(.hide-menu) .media-frame-content,.media-frame:not(.hide-menu) .media-frame-router,.media-frame:not(.hide-menu) .media-frame-toolbar{left:0}.media-frame:not(.hide-menu) .media-frame-router{top:80px}.media-frame:not(.hide-menu) .media-frame-content{top:114px}.media-frame.hide-router .media-frame-content{top:80px}.media-frame:not(.hide-menu) .media-frame-menu{position:static;width:0}.media-frame:not(.hide-menu) .media-menu{display:none;width:auto;max-width:80%;overflow:auto;z-index:2000;top:75px;left:50%;transform:translateX(-50%);right:auto;bottom:auto;padding:5px 0;border:1px solid #c3c4c7}.media-frame:not(.hide-menu) .media-menu.visible{display:block}.media-frame:not(.hide-menu) .media-menu>a{padding:12px 16px;font-size:16px}.media-frame:not(.hide-menu) .media-menu .separator{margin:5px 10px}.media-frame-menu-heading{clip-path:inset(50%);height:1px;overflow:hidden;padding:0;width:1px;border:0;margin:-1px;word-wrap:normal!important}.wp-core-ui .media-frame:not(.hide-menu) .button.media-frame-menu-toggle{display:inline-flex;align-items:center;position:absolute;left:50%;transform:translateX(-50%);margin:-6px 0 0;padding:0 2px 0 12px;font-size:.875rem;font-weight:600;text-decoration:none;background:0 0;height:.1%;min-height:40px}.wp-core-ui .button.media-frame-menu-toggle:active,.wp-core-ui .button.media-frame-menu-toggle:hover{background:0 0;transform:none}.wp-core-ui .button.media-frame-menu-toggle:focus{outline:1px solid transparent}.media-sidebar{width:230px}.options-general-php .crop-content.site-icon,.wp-customizer:not(.mobile) .media-frame-content .crop-content.site-icon{margin-right:262px}.attachments-browser .attachments,.attachments-browser .attachments-wrapper,.attachments-browser .media-toolbar,.attachments-browser .uploader-inline,.attachments-browser.has-load-more .attachments-wrapper{right:262px}.attachments-browser .media-toolbar{height:82px}.attachments-browser .attachments,.attachments-browser .uploader-inline,.media-frame-content .attachments-browser .attachments-wrapper{top:82px}.attachment-details .setting,.media-sidebar .setting{margin:6px 0}.attachment-details .setting .name,.attachment-details .setting input,.attachment-details .setting textarea,.compat-item label span,.media-sidebar .setting .name,.media-sidebar .setting input,.media-sidebar .setting textarea{float:none;display:inline-block}.attachment-details .setting span,.media-sidebar .checkbox-label-inline,.media-sidebar .setting span{float:none}.media-sidebar .setting .select-label-inline{display:inline}.attachment-details .setting .name,.compat-item label span,.media-sidebar .checkbox-label-inline,.media-sidebar .setting .name{text-align:inherit;min-height:16px;margin:0;padding:8px 2px 2px}.attachment-details .attachment-info .copy-to-clipboard-container,.media-sidebar .setting .copy-to-clipboard-container{margin-left:0;padding-top:0}.attachment-details .attachment-info .copy-attachment-url,.media-sidebar .setting .copy-attachment-url{margin:0 1px}.attachment-details .setting .value,.media-sidebar .setting .value{float:none;width:auto}.attachment-details .setting input[type=email],.attachment-details .setting input[type=number],.attachment-details .setting input[type=password],.attachment-details .setting input[type=search],.attachment-details .setting input[type=tel],.attachment-details .setting input[type=text],.attachment-details .setting input[type=url],.attachment-details .setting select,.attachment-details .setting textarea,.attachment-details .setting+.description,.media-sidebar .setting input[type=email],.media-sidebar .setting input[type=number],.media-sidebar .setting input[type=password],.media-sidebar .setting input[type=search],.media-sidebar .setting input[type=tel],.media-sidebar .setting input[type=text],.media-sidebar .setting input[type=url],.media-sidebar .setting select,.media-sidebar .setting textarea{float:none;width:98%;max-width:none;height:auto}.media-frame .media-toolbar input[type=search]{line-height:2.25}.attachment-details .setting select.columns,.media-sidebar .setting select.columns{width:auto}.media-frame .search,.media-frame input,.media-frame textarea{padding:3px 6px}.wp-admin .media-frame select{min-height:40px;font-size:16px;line-height:1.625;padding:5px 24px 5px 8px}.image-details .column-image{width:30%;left:70%}.image-details .column-settings{width:70%}.image-details .media-modal{left:30px;right:30px}.image-details .embed-media-settings .setting,.image-details .embed-media-settings .setting-group{margin:20px}.image-details .embed-media-settings .setting .name,.image-details .embed-media-settings .setting span{float:none;text-align:left;width:100%;margin-bottom:4px;margin-left:0}.media-modal .legend-inline{position:static;transform:none;margin-left:0;margin-bottom:6px}.image-details .embed-media-settings .setting-group .setting{margin-bottom:0}.image-details .embed-media-settings .setting input.link-to-custom,.image-details .embed-media-settings .setting input[type=text],.image-details .embed-media-settings .setting textarea{width:100%;margin-left:0}.image-details .embed-media-settings .setting.has-description{margin-bottom:5px}.image-details .description{width:auto;margin:0 20px}.image-details .embed-media-settings .custom-size{margin-left:20px}.collection-settings .setting input[type=checkbox]{float:none;margin-top:0}.media-selection{min-width:120px}.media-selection:after{background:0 0}.media-selection .attachments{display:none}.media-modal .attachments-browser .media-toolbar .search{max-width:100%;height:auto;float:right}.media-modal .attachments-browser .media-toolbar .attachment-filters{height:auto}.media-frame input[type=email],.media-frame input[type=number],.media-frame input[type=password],.media-frame input[type=search],.media-frame input[type=text],.media-frame input[type=url],.media-frame select,.media-frame textarea{font-size:16px;line-height:1.5}.media-frame .media-toolbar input[type=search]{line-height:2.3755}.media-modal .media-toolbar .spinner{margin-bottom:10px}}@media screen and (max-width:782px){.imgedit-panel-content{grid-template-columns:auto}.media-frame-toolbar .media-toolbar{bottom:-54px}.mode-grid .attachments-browser .media-toolbar-primary{display:grid;grid-template-columns:auto 1fr}.mode-grid .attachments-browser .media-toolbar-primary input[type=search]{width:100%}.attachment-details .copy-to-clipboard-container .success,.media-sidebar .copy-to-clipboard-container .success{font-size:14px;line-height:2.71428571}.media-frame .wp-filter .media-toolbar-secondary{position:unset}.media-frame .media-toolbar-secondary .spinner{position:absolute;top:0;bottom:0;margin:auto;left:0;right:0;z-index:9}.media-bg-overlay{content:'';background:#fff;width:100%;height:100%;display:none;position:absolute;left:0;right:0;top:0;bottom:0;opacity:.6}}@media only screen and (max-width:640px),screen and (max-height:400px){.image-details .media-modal,.media-modal{position:fixed;top:0;left:0;right:0;bottom:0}.media-modal-backdrop{position:fixed}.options-general-php .crop-content.site-icon,.wp-customizer:not(.mobile) .media-frame-content .crop-content.site-icon{margin-right:0}.media-sidebar{z-index:1900;max-width:70%;bottom:120%;box-sizing:border-box;padding-bottom:0}.media-sidebar.visible{bottom:0}.attachments-browser .attachments,.attachments-browser .media-toolbar,.attachments-browser .uploader-inline,.media-frame-content .attachments-browser .attachments-wrapper{right:0}.image-details .media-frame-title{display:block;top:0;font-size:14px}.image-details .column-image,.image-details .column-settings{width:100%;position:relative;left:0}.image-details .column-settings{padding:4px 0}.media-frame-content .media-toolbar .instructions{display:none}.load-more-wrapper .load-more-jump{margin:12px 0 0}}@media only screen and (min-width:901px) and (max-height:400px){.media-frame:not(.hide-menu) .media-menu,.media-menu{top:0;padding-top:44px}.load-more-wrapper .load-more-jump{margin:12px 0 0}}@media only screen and (max-width:480px){.wp-core-ui.wp-customizer .media-button{margin-top:13px}}@media print,(min-resolution:120dpi){.wp-core-ui .media-modal-icon{background-image:url(//schallplatten.me/wp-includes/images/uploader-icons-2x.png);background-size:134px 15px}.media-frame .spinner{background-image:url(//schallplatten.me/wp-includes/images/spinner-2x.gif)}}.media-frame-content[data-columns="1"] .attachment{width:100%}.media-frame-content[data-columns="2"] .attachment{width:50%}.media-frame-content[data-columns="3"] .attachment{width:33.33%}.media-frame-content[data-columns="4"] .attachment{width:25%}.media-frame-content[data-columns="5"] .attachment{width:20%}.media-frame-content[data-columns="6"] .attachment{width:16.66%}.media-frame-content[data-columns="7"] .attachment{width:14.28%}.media-frame-content[data-columns="8"] .attachment{width:12.5%}.media-frame-content[data-columns="9"] .attachment{width:11.11%}.media-frame-content[data-columns="10"] .attachment{width:10%}.media-frame-content[data-columns="11"] .attachment{width:9.09%}.media-frame-content[data-columns="12"] .attachment{width:8.33%}.imgareaselect-border1 {
background: url(//schallplatten.me/wp-includes/js/imgareaselect/border-anim-v.gif) repeat-y left top;
}
.imgareaselect-border2 {
background: url(//schallplatten.me/wp-includes/js/imgareaselect/border-anim-h.gif) repeat-x left top;
}
.imgareaselect-border3 {
background: url(//schallplatten.me/wp-includes/js/imgareaselect/border-anim-v.gif) repeat-y right top;
}
.imgareaselect-border4 {
background: url(//schallplatten.me/wp-includes/js/imgareaselect/border-anim-h.gif) repeat-x left bottom;
}
.imgareaselect-border1, .imgareaselect-border2,
.imgareaselect-border3, .imgareaselect-border4 {
filter: alpha(opacity=50);
opacity: 0.5;
}
.imgareaselect-handle {
background-color: #fff;
border: solid 1px #000;
filter: alpha(opacity=50);
opacity: 0.5;
}
.imgareaselect-outer {
background-color: #000;
filter: alpha(opacity=50);
opacity: 0.5;
}
.imgareaselect-selection {
}.product.product-type-variable ul.tabs li.product_safety_tab,.wc-gzd-additional-info-placeholder,p.wc-gzd-additional-info:empty{display:none}#order_review .wc-gzd-checkbox-placeholder{clear:both}#order_review .wc-gzd-checkbox-placeholder p.form-row{float:none;padding:0 1em 0 0;text-align:left}#order_review .wc-gzd-checkbox-placeholder p.form-row label{display:inline}#order_review .wc-gzd-checkbox-placeholder:empty{display:none}.woocommerce-checkout .shop_table{background-color:#eee}@media(min-width:768px){table.woocommerce-checkout-review-order-table tr.wc-gzd-cart-item-has-thumbnail .wc-gzd-cart-item-name-wrapper{align-items:center;display:flex}}table.woocommerce-checkout-review-order-table tr.wc-gzd-cart-item-has-thumbnail .wc-gzd-cart-item-name-wrapper .wc-gzd-cart-item-thumbnail{margin-right:1em;max-width:15%;min-width:60px}table.woocommerce-checkout-review-order-table tr.wc-gzd-cart-item-has-thumbnail .wc-gzd-cart-item-name-wrapper .wc-gzd-cart-item-thumbnail img{margin:0}body.theme-astra table.woocommerce-checkout-review-order-table tr.wc-gzd-cart-item-has-thumbnail td.product-name{flex-wrap:wrap}.cart_totals tr.order-total-differential-taxation-notice td:before,.cart_totals tr.order-total-small-business-notice td:before{content:""!important}.includes_tax,.tax_label,.woocommerce dl.variation dd[class*=variation-gzd-],.woocommerce dl.variation div[class*=variation-gzd-],.woocommerce dl.variation dt[class*=variation-gzd-],.woocommerce dl.variation li[class*=variation-gzd-],.woocommerce ul.variation dd[class*=variation-gzd-],.woocommerce ul.variation div[class*=variation-gzd-],.woocommerce ul.variation dt[class*=variation-gzd-],.woocommerce ul.variation li[class*=variation-gzd-],.woocommerce-cart dl.variation dd[class*=variation-gzd-],.woocommerce-cart dl.variation div[class*=variation-gzd-],.woocommerce-cart dl.variation dt[class*=variation-gzd-],.woocommerce-cart dl.variation li[class*=variation-gzd-],.woocommerce-cart ul.variation dd[class*=variation-gzd-],.woocommerce-cart ul.variation div[class*=variation-gzd-],.woocommerce-cart ul.variation dt[class*=variation-gzd-],.woocommerce-cart ul.variation li[class*=variation-gzd-],.woocommerce-checkout dl.variation dd[class*=variation-gzd-],.woocommerce-checkout dl.variation div[class*=variation-gzd-],.woocommerce-checkout dl.variation dt[class*=variation-gzd-],.woocommerce-checkout dl.variation li[class*=variation-gzd-],.woocommerce-checkout ul.variation dd[class*=variation-gzd-],.woocommerce-checkout ul.variation div[class*=variation-gzd-],.woocommerce-checkout ul.variation dt[class*=variation-gzd-],.woocommerce-checkout ul.variation li[class*=variation-gzd-],.woocommerce-mini-cart dl.variation dd[class*=variation-gzd-],.woocommerce-mini-cart dl.variation div[class*=variation-gzd-],.woocommerce-mini-cart dl.variation dt[class*=variation-gzd-],.woocommerce-mini-cart dl.variation li[class*=variation-gzd-],.woocommerce-mini-cart ul.variation dd[class*=variation-gzd-],.woocommerce-mini-cart ul.variation div[class*=variation-gzd-],.woocommerce-mini-cart ul.variation dt[class*=variation-gzd-],.woocommerce-mini-cart ul.variation li[class*=variation-gzd-]{display:none!important}.wc-gzd-small-business-includes-tax{display:inline!important;font-size:.9em;padding-left:3px}.woocommerce-gzd-checkout #order_review_heading{display:none}.woocommerce-checkout .shop_table tr td p{margin-bottom:0}.woocommerce-checkout .shop_table td,.woocommerce-checkout .shop_table th{line-height:1.5}.more-variants-available-info{display:block;font-size:11px;font-weight:400}.shop_table .product-name-inner,.shop_table .product-name-inner tr td{border:none;margin:0;padding:0}.shop_table .product-name-inner tr td:last-child{text-align:right}.cart_totals .wc-gzd-additional-wrapper,.woocommerce-checkout table.shop_table .wc-gzd-additional-wrapper{clear:both;text-align:right}.cart_totals p.wc-gzd-additional-info,.woocommerce-checkout table.shop_table p.wc-gzd-additional-info{display:inline-block;font-size:.8em;font-weight:400;margin-bottom:0}.entry-content .woocommerce #payment{margin-bottom:1em}.woocommerce #payment .wc-terms-and-conditions{display:none!important}.entry-content .woocommerce .checkout-btn-wrap{text-align:right}.woocommerce-checkout p.direct-debit-checkbox{display:none}.unit-price-cart{display:block;font-size:.9em;margin-top:5px}.product_list_widget .wc-gzd-additional-info,.products .wc-gzd-additional-info{font-size:.8em;margin:.7rem 0;padding:0}.product_list_widget .wc-gzd-additional-info,.product_list_widget p.price-unit{line-height:1.8em;margin:.2rem 0}.product_list_widget .wc-gzd-additional-info a{display:inline!important}.product_list_widget .price-unit,.products .product .price-unit{font-size:.8em}.product_list_widget .price-unit{margin-bottom:.7em}.product p.wc-gzd-additional-info{clear:left;font-size:.9em;margin-bottom:.5rem}.product .defect-description:not(:empty){border:2px solid #4b4f58;margin:1em 0;padding:.5em}.product .defect-description:not(:empty) p:last-child{margin-bottom:0}form.cart.wc-gzd-replace-price .single_variation_wrap .woocommerce-variation-price{display:none}.deposit-packaging-type{font-weight:700;text-transform:uppercase}.product p.deposit-packaging-type{font-size:1.2em!important}.wc-gzd-rating-authenticity-status{display:block;font-size:.9em}.woocommerce-product-rating .wc-gzd-rating-authenticity-status{display:inline-block}.product .product_meta{margin-top:1rem}p.footer-info{font-size:.9em;padding-bottom:.5rem;text-align:center}.wc-gzd-item-defect-description p,.wc-gzd-item-desc p{font-size:.9em;font-weight:400}.wc-gzd-edit-data-notice{background:#eee;display:inline-block;padding:1em}.wc-gzd-edit-data-notice p.wc-gzd-info{margin:0;padding:0}.wc-gzd-power-supply{display:flex;flex-wrap:wrap;height:70px;margin:1em 0}.wc-gzd-power-supply svg{align-items:center;display:flex;height:70px;width:70px}.wc-gzd-power-supply svg text{text-anchor:middle;dominant-baseline:middle;font-size:1.8rem;font-weight:600}.wc-gzd-power-supply svg text.min-max-watt-has-decimals,.wc-gzd-power-supply svg text.power-supply-usb-pd{font-size:1.5rem}.wc-gzd-cart-info{display:block}table.product-details-inner{margin:0;padding:0;table-layout:fixed}table.product-details-inner,table.product-details-inner td,table.product-details-inner tr{background:transparent;border:none;margin-bottom:0;margin-top:0;padding-bottom:0;padding-top:0}table.product-details-inner tr td:last-child{text-align:right}.wc-gzd-product-name-left,.wc-gzd-product-name-right{float:left}.wc-gzd-product-name-left{margin-right:1em;max-width:15%}#order_review .blockMsg{line-height:1.5em}#shipping_parcelshop_post_number_field .optional{display:none!important}.wc-gzd-nutri-score-value{display:block;height:4rem;text-indent:-9999px;width:7.0625rem}.wc-gzd-placeholder-loading{display:flex;flex:0 0 100%;flex-flow:column;overflow:hidden;position:relative}.wc-gzd-placeholder-loading *{box-sizing:border-box}.wc-gzd-placeholder-loading .wc-gzd-placeholder-row{align-items:center;display:flex;vertical-align:middle}.wc-gzd-placeholder-loading .wc-gzd-placeholder-row>*{animation:shimmer 2s infinite;background:#e7e7e7;background-image:linear-gradient(90deg,#e7e7e7,color-mix(in srgb,#e7e7e7 30%,#fff) 30%,#e7e7e7);background-size:200% 100%;border-radius:.375rem;display:block;height:10px}.wc-gzd-placeholder-loading .wc-gzd-placeholder-row .wc-gzd-placeholder-row-col-4{min-width:100px}@keyframes shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}.wc-block-featured-product .wc-gzd-additional-info{color:inherit;font-size:.9em;margin:0;padding:5px 48px 0;text-align:center;width:100%;z-index:1}.wc-block-featured-product .wc-gzd-nutri-score{width:auto}ul.wc-block-grid__products li.wc-block-grid__product .wc-gzd-additional-info{margin:.5em 0}ul.wc-block-grid__products li.wc-block-grid__product .wc-gzd-additional-info:not(.deposit-packaging-type){font-size:.9em;font-weight:400}.theme-twentytwenty form.woocommerce-checkout #order_review_heading,.theme-twentytwentyone form.woocommerce-checkout #order_review_heading{margin-bottom:2rem;padding-left:0;text-align:left;width:100%}