@clickview/curator 1.21.2 → 1.21.3-rc.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.eslintrc.json +2 -2
- package/README.md +2 -2
- package/dist/curator-app.css +17 -8
- package/dist/curator-app.js +1 -1
- package/dist/en.json +1 -1
- package/package.json +48 -48
- package/tooling/externals.js +58 -58
- package/typings/libs/CVLanguages.d.ts +24 -24
- package/typings/libs/ClickView.d.ts +15 -14
- package/typings/libs/cloneDeep.d.ts +4 -4
- package/typings/libs/google-api.d.ts +93 -93
- package/typings/libs/react-table-config.d.ts +138 -138
- package/typings/utils/imports.d.ts +8 -8
package/.eslintrc.json
CHANGED
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
{
|
|
2
|
-
"extends": ["@clickview/eslint-config"]
|
|
1
|
+
{
|
|
2
|
+
"extends": ["@clickview/eslint-config"]
|
|
3
3
|
}
|
package/README.md
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
# Curator
|
|
2
|
-
|
|
1
|
+
# Curator
|
|
2
|
+
|
package/dist/curator-app.css
CHANGED
|
@@ -1,26 +1,28 @@
|
|
|
1
1
|
.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:#b0b3b4;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 rgba(0,0,0,0);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 rgba(0,0,0,0);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 rgba(0,0,0,0);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 rgba(0,0,0,0);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:rgba(0,0,0,0)}.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:#b0b3b4;text-decoration:none}.DateRangePicker_closeButton_svg{height:15px;width:15px;fill:#cacccd}
|
|
2
2
|
|
|
3
3
|
.description{color:#333}
|
|
4
|
-
.curation-studio-form{height:30rem}
|
|
4
|
+
.curation-studio-form{height:30rem}.curation-studio-form-spinner{height:33.5rem;padding-top:5rem}
|
|
5
|
+
.bulk-action-modal{width:50.125rem;max-width:50.125rem}.bulk-action-modal .bulk-action-modal-buttons{width:50.125rem}
|
|
5
6
|
.N7sFD{padding-left:.3125rem}.N7sFD:first-child{padding-left:1.25rem}.xQ8jy .UMvOV{padding-left:.3125rem}.xQ8jy .UMvOV:first-child{padding-left:1.25rem}
|
|
6
7
|
.uAR4D .alert-region{position:relative}.uAR4D .alert-region ul{bottom:0;right:1.25rem;position:fixed;list-style-type:none}.uAR4D .PfIeV{padding-left:15rem}.uAR4D .yoCrS{top:0;bottom:0;position:absolute;width:15rem}.uAR4D .yoCrS+.content-container{padding-left:15rem}
|
|
8
|
+
.aGxoe{vertical-align:top;position:relative}.aGxoe._cjiV{padding-left:36px;white-space:nowrap}.aGxoe._cjiV .q6vwS{left:.375rem;top:50%;margin-top:-0.75rem;position:absolute}.aGxoe._cjiV svg{vertical-align:top}.aGxoe._cjiV .sm svg{vertical-align:middle}.aGxoe.T1CzO{padding:1rem}.aGxoe.T1CzO .q6vwS{top:50%;left:50%;transform:translate3D(-50%, -50%, 0);position:absolute}
|
|
9
|
+
.hR9D4{background-color:#46596a;height:2.5rem}
|
|
7
10
|
.rvPII{position:fixed;right:1.25rem;bottom:0;z-index:50}
|
|
8
|
-
.jCfI0{position:absolute;right:.625rem;top:50%;margin-top:-0.75rem}.RBJnf{padding-right:2.75rem}.RBJnf::placeholder{color:#b5b5b5;opacity:1}.d78lK:focus-within{background-color:#fff;border-color:#313543;outline:0;box-shadow:0 0 0 .2rem rgba(0,0,0,.2)}.d78lK:focus-within.is-invalid{color:#d9584f;border-color:#d9584f;outline:0;box-shadow:0 0 0 .2rem rgba(217,88,79,.25)}.asbVo{background-color:#f1f1f1}
|
|
11
|
+
.jCfI0{position:absolute;right:.625rem;top:50%;margin-top:-0.75rem}.RBJnf{padding-right:2.75rem}.RBJnf::placeholder{color:#b5b5b5;opacity:1}.d78lK:focus-within{background-color:#fff;border-color:#313543;outline:0;box-shadow:0 0 0 .2rem rgba(0,0,0,.2)}.d78lK:focus-within.is-invalid{color:#d9584f;border-color:#d9584f;outline:0;box-shadow:0 0 0 .2rem rgba(217,88,79,.25)}.asbVo{background-color:#f1f1f1}.wzyOG{margin-left:.1rem}
|
|
9
12
|
.cKcry:focus{border-color:#d7d7d7;box-shadow:none}.avM9L{position:absolute;top:100%;left:0;right:0;z-index:100}.u35Wz:last-child{border-bottom:none !important}.gFitp{background-color:#f8f8f8}.utnMG:hover .TAoT9{color:#313543 !important}.Rt24D{padding-left:2.25rem}.pxKzq{padding-right:2.25rem}.Oerjh{padding-right:2.25rem}.h8OBl{position:absolute;top:50%;transform:translateY(-50%)}.L5mrV{left:.375rem}.V23aG{right:.375rem}
|
|
10
13
|
.crDlN{vertical-align:top;position:relative}.crDlN.UVC6D .lkk2D{left:.375rem;top:50%;margin-top:-0.75rem;position:absolute}.crDlN.UVC6D svg{vertical-align:top}.crDlN.vmDhy .lkk2D{top:50%;left:50%;transform:translate3D(-50%, -50%, 0);position:absolute}
|
|
11
|
-
.aGxoe{vertical-align:top;position:relative}.aGxoe._cjiV{padding-left:36px;white-space:nowrap}.aGxoe._cjiV .q6vwS{left:.375rem;top:50%;margin-top:-0.75rem;position:absolute}.aGxoe._cjiV svg{vertical-align:top}.aGxoe._cjiV .sm svg{vertical-align:middle}.aGxoe.T1CzO{padding:1rem}.aGxoe.T1CzO .q6vwS{top:50%;left:50%;transform:translate3D(-50%, -50%, 0);position:absolute}
|
|
12
14
|
.UCAnJ:after{content:none}
|
|
13
15
|
.JAT0R{transform:rotate(180deg)}.ld41u{transform:rotate(0deg)}.jZTRR{transform:rotate(90deg)}.HHkPe{transform:rotate(270deg)}
|
|
14
|
-
.ZYvBT .eVGWe{padding-left:1.8125rem}.ZYvBT .v76mu{right:auto;left:.3125rem}.ZYvBT .ZYvBT .eVGWe{padding-left:2.8125rem}.ZYvBT .ZYvBT .v76mu{right:auto;left:1.3125rem}.ZYvBT .ZYvBT .ZYvBT .eVGWe{padding-left:3.8125rem}.ZYvBT .ZYvBT .ZYvBT .v76mu{right:auto;left:2.3125rem}.ZYvBT .ZYvBT .ZYvBT .ZYvBT .eVGWe{padding-left:4.8125rem}.ZYvBT .ZYvBT .ZYvBT .ZYvBT .v76mu{right:auto;left:3.3125rem}.ZYvBT .ZYvBT .ZYvBT .ZYvBT .ZYvBT .eVGWe{padding-left:5.8125rem}.ZYvBT .ZYvBT .ZYvBT .ZYvBT .ZYvBT .v76mu{right:auto;left:4.3125rem}.ZYvBT .ZYvBT .ZYvBT .ZYvBT .ZYvBT .ZYvBT .eVGWe{padding-left:6.8125rem}.ZYvBT .ZYvBT .ZYvBT .ZYvBT .ZYvBT .ZYvBT .v76mu{right:auto;left:5.3125rem}.ZYvBT .ZYvBT .ZYvBT .ZYvBT .ZYvBT .ZYvBT .ZYvBT .eVGWe{padding-left:7.8125rem}.ZYvBT .ZYvBT .ZYvBT .ZYvBT .ZYvBT .ZYvBT .ZYvBT .v76mu{right:auto;left:6.3125rem}.ZYvBT .ZYvBT .ZYvBT .ZYvBT .ZYvBT .ZYvBT .ZYvBT .ZYvBT .eVGWe{padding-left:8.8125rem}.ZYvBT .ZYvBT .ZYvBT .ZYvBT .ZYvBT .ZYvBT .ZYvBT .ZYvBT .v76mu{right:auto;left:7.3125rem}.ZYvBT .ZYvBT .ZYvBT .ZYvBT .ZYvBT .ZYvBT .ZYvBT .ZYvBT .ZYvBT .eVGWe{padding-left:9.8125rem}.ZYvBT .ZYvBT .ZYvBT .ZYvBT .ZYvBT .ZYvBT .ZYvBT .ZYvBT .ZYvBT .v76mu{right:auto;left:8.3125rem}.ZYvBT .ZYvBT .ZYvBT .ZYvBT .ZYvBT .ZYvBT .ZYvBT .ZYvBT .ZYvBT .ZYvBT .eVGWe{padding-left:10.8125rem}.ZYvBT .ZYvBT .ZYvBT .ZYvBT .ZYvBT .ZYvBT .ZYvBT .ZYvBT .ZYvBT .ZYvBT .v76mu{right:auto;left:9.3125rem}.ZYvBT .ZYvBT .ZYvBT .ZYvBT .ZYvBT .ZYvBT .ZYvBT .ZYvBT .ZYvBT .ZYvBT .ZYvBT .eVGWe{padding-left:11.8125rem}.ZYvBT .ZYvBT .ZYvBT .ZYvBT .ZYvBT .ZYvBT .ZYvBT .ZYvBT .ZYvBT .ZYvBT .ZYvBT .v76mu{right:auto;left:10.3125rem}.ZYvBT .ZYvBT .ZYvBT .ZYvBT .ZYvBT .ZYvBT .ZYvBT .ZYvBT .ZYvBT .ZYvBT .ZYvBT .ZYvBT .eVGWe{padding-left:12.8125rem}.ZYvBT .ZYvBT .ZYvBT .ZYvBT .ZYvBT .ZYvBT .ZYvBT .ZYvBT .ZYvBT .ZYvBT .ZYvBT .ZYvBT .v76mu{right:auto;left:11.3125rem}.ZYvBT .ZYvBT .ZYvBT .ZYvBT .ZYvBT .ZYvBT .ZYvBT .ZYvBT .ZYvBT .ZYvBT .ZYvBT .ZYvBT .ZYvBT .eVGWe{padding-left:13.8125rem}.ZYvBT .ZYvBT .ZYvBT .ZYvBT .ZYvBT .ZYvBT .ZYvBT .ZYvBT .ZYvBT .ZYvBT .ZYvBT .ZYvBT .ZYvBT .v76mu{right:auto;left:12.3125rem}.ZYvBT .ZYvBT .ZYvBT .ZYvBT .ZYvBT .ZYvBT .ZYvBT .ZYvBT .ZYvBT .ZYvBT .ZYvBT .ZYvBT .ZYvBT .ZYvBT .eVGWe{padding-left:14.8125rem}.ZYvBT .ZYvBT .ZYvBT .ZYvBT .ZYvBT .ZYvBT .ZYvBT .ZYvBT .ZYvBT .ZYvBT .ZYvBT .ZYvBT .ZYvBT .ZYvBT .v76mu{right:auto;left:13.3125rem}.ZYvBT .ZYvBT .ZYvBT .ZYvBT .ZYvBT .ZYvBT .ZYvBT .ZYvBT .ZYvBT .ZYvBT .ZYvBT .ZYvBT .ZYvBT .ZYvBT .ZYvBT .eVGWe{padding-left:15.8125rem}.ZYvBT .ZYvBT .ZYvBT .ZYvBT .ZYvBT .ZYvBT .ZYvBT .ZYvBT .ZYvBT .ZYvBT .ZYvBT .ZYvBT .ZYvBT .ZYvBT .ZYvBT .v76mu{right:auto;left:14.3125rem}.ZYvBT .ZYvBT .ZYvBT .ZYvBT .ZYvBT .ZYvBT .ZYvBT .ZYvBT .ZYvBT .ZYvBT .ZYvBT .ZYvBT .ZYvBT .ZYvBT .ZYvBT .ZYvBT .eVGWe{padding-left:16.8125rem}.ZYvBT .ZYvBT .ZYvBT .ZYvBT .ZYvBT .ZYvBT .ZYvBT .ZYvBT .ZYvBT .ZYvBT .ZYvBT .ZYvBT .ZYvBT .ZYvBT .ZYvBT .ZYvBT .v76mu{right:auto;left:15.3125rem}.ZYvBT .ZYvBT .ZYvBT .ZYvBT .ZYvBT .ZYvBT .ZYvBT .ZYvBT .ZYvBT .ZYvBT .ZYvBT .ZYvBT .ZYvBT .ZYvBT .ZYvBT .ZYvBT .ZYvBT .eVGWe{padding-left:17.8125rem}.ZYvBT .ZYvBT .ZYvBT .ZYvBT .ZYvBT .ZYvBT .ZYvBT .ZYvBT .ZYvBT .ZYvBT .ZYvBT .ZYvBT .ZYvBT .ZYvBT .ZYvBT .ZYvBT .ZYvBT .v76mu{right:auto;left:16.3125rem}.ZYvBT .ZYvBT .ZYvBT .ZYvBT .ZYvBT .ZYvBT .ZYvBT .ZYvBT .ZYvBT .ZYvBT .ZYvBT .ZYvBT .ZYvBT .ZYvBT .ZYvBT .ZYvBT .ZYvBT .ZYvBT .eVGWe{padding-left:18.8125rem}.ZYvBT .ZYvBT .ZYvBT .ZYvBT .ZYvBT .ZYvBT .ZYvBT .ZYvBT .ZYvBT .ZYvBT .ZYvBT .ZYvBT .ZYvBT .ZYvBT .ZYvBT .ZYvBT .ZYvBT .ZYvBT .v76mu{right:auto;left:17.3125rem}.ZYvBT .ZYvBT .ZYvBT .ZYvBT .ZYvBT .ZYvBT .ZYvBT .ZYvBT .ZYvBT .ZYvBT .ZYvBT .ZYvBT .ZYvBT .ZYvBT .ZYvBT .ZYvBT .ZYvBT .ZYvBT .ZYvBT .eVGWe{padding-left:19.8125rem}.ZYvBT .ZYvBT .ZYvBT .ZYvBT .ZYvBT .ZYvBT .ZYvBT .ZYvBT .ZYvBT .ZYvBT .ZYvBT .ZYvBT .ZYvBT .ZYvBT .ZYvBT .ZYvBT .ZYvBT .ZYvBT .ZYvBT .v76mu{right:auto;left:18.3125rem}.ZYvBT .ZYvBT .ZYvBT .ZYvBT .ZYvBT .ZYvBT .ZYvBT .ZYvBT .ZYvBT .ZYvBT .ZYvBT .ZYvBT .ZYvBT .ZYvBT .ZYvBT .ZYvBT .ZYvBT .ZYvBT .ZYvBT .ZYvBT .eVGWe{padding-left:20.8125rem}.ZYvBT .ZYvBT .ZYvBT .ZYvBT .ZYvBT .ZYvBT .ZYvBT .ZYvBT .ZYvBT .ZYvBT .ZYvBT .ZYvBT .ZYvBT .ZYvBT .ZYvBT .ZYvBT .ZYvBT .ZYvBT .ZYvBT .ZYvBT .v76mu{right:auto;left:19.3125rem}.ZYvBT .ZYvBT .ZYvBT .ZYvBT .ZYvBT .ZYvBT .ZYvBT .ZYvBT .ZYvBT .ZYvBT .ZYvBT .ZYvBT .ZYvBT .ZYvBT .ZYvBT .ZYvBT .ZYvBT .ZYvBT .ZYvBT .ZYvBT .ZYvBT .eVGWe{padding-left:21.8125rem}.ZYvBT .ZYvBT .ZYvBT .ZYvBT .ZYvBT .ZYvBT .ZYvBT .ZYvBT .ZYvBT .ZYvBT .ZYvBT .ZYvBT .ZYvBT .ZYvBT .ZYvBT .ZYvBT .ZYvBT .ZYvBT .ZYvBT .ZYvBT .ZYvBT .v76mu{right:auto;left:20.3125rem}.v76mu{display:inline-block;position:absolute;color:#000;cursor:pointer;top:50%;margin-top:-0.625rem;right:100%}.eVGWe{overflow-wrap:break-word;padding-right:1.5rem;cursor:pointer}.eVGWe.wIrTq{cursor:not-allowed}.JDRq_ .v76mu{left:.3125rem}.JDRq_ .eVGWe{padding-left:1.8125rem}.wT87N{font-weight:600}.fKJU4{position:absolute;right:0;top:0;bottom:0;display:none !important}.fKJU4:hover{display:
|
|
16
|
+
.ZYvBT .eVGWe{padding-left:1.8125rem}.ZYvBT .v76mu{right:auto;left:.3125rem}.ZYvBT .ZYvBT .eVGWe{padding-left:2.8125rem}.ZYvBT .ZYvBT .v76mu{right:auto;left:1.3125rem}.ZYvBT .ZYvBT .ZYvBT .eVGWe{padding-left:3.8125rem}.ZYvBT .ZYvBT .ZYvBT .v76mu{right:auto;left:2.3125rem}.ZYvBT .ZYvBT .ZYvBT .ZYvBT .eVGWe{padding-left:4.8125rem}.ZYvBT .ZYvBT .ZYvBT .ZYvBT .v76mu{right:auto;left:3.3125rem}.ZYvBT .ZYvBT .ZYvBT .ZYvBT .ZYvBT .eVGWe{padding-left:5.8125rem}.ZYvBT .ZYvBT .ZYvBT .ZYvBT .ZYvBT .v76mu{right:auto;left:4.3125rem}.ZYvBT .ZYvBT .ZYvBT .ZYvBT .ZYvBT .ZYvBT .eVGWe{padding-left:6.8125rem}.ZYvBT .ZYvBT .ZYvBT .ZYvBT .ZYvBT .ZYvBT .v76mu{right:auto;left:5.3125rem}.ZYvBT .ZYvBT .ZYvBT .ZYvBT .ZYvBT .ZYvBT .ZYvBT .eVGWe{padding-left:7.8125rem}.ZYvBT .ZYvBT .ZYvBT .ZYvBT .ZYvBT .ZYvBT .ZYvBT .v76mu{right:auto;left:6.3125rem}.ZYvBT .ZYvBT .ZYvBT .ZYvBT .ZYvBT .ZYvBT .ZYvBT .ZYvBT .eVGWe{padding-left:8.8125rem}.ZYvBT .ZYvBT .ZYvBT .ZYvBT .ZYvBT .ZYvBT .ZYvBT .ZYvBT .v76mu{right:auto;left:7.3125rem}.ZYvBT .ZYvBT .ZYvBT .ZYvBT .ZYvBT .ZYvBT .ZYvBT .ZYvBT .ZYvBT .eVGWe{padding-left:9.8125rem}.ZYvBT .ZYvBT .ZYvBT .ZYvBT .ZYvBT .ZYvBT .ZYvBT .ZYvBT .ZYvBT .v76mu{right:auto;left:8.3125rem}.ZYvBT .ZYvBT .ZYvBT .ZYvBT .ZYvBT .ZYvBT .ZYvBT .ZYvBT .ZYvBT .ZYvBT .eVGWe{padding-left:10.8125rem}.ZYvBT .ZYvBT .ZYvBT .ZYvBT .ZYvBT .ZYvBT .ZYvBT .ZYvBT .ZYvBT .ZYvBT .v76mu{right:auto;left:9.3125rem}.ZYvBT .ZYvBT .ZYvBT .ZYvBT .ZYvBT .ZYvBT .ZYvBT .ZYvBT .ZYvBT .ZYvBT .ZYvBT .eVGWe{padding-left:11.8125rem}.ZYvBT .ZYvBT .ZYvBT .ZYvBT .ZYvBT .ZYvBT .ZYvBT .ZYvBT .ZYvBT .ZYvBT .ZYvBT .v76mu{right:auto;left:10.3125rem}.ZYvBT .ZYvBT .ZYvBT .ZYvBT .ZYvBT .ZYvBT .ZYvBT .ZYvBT .ZYvBT .ZYvBT .ZYvBT .ZYvBT .eVGWe{padding-left:12.8125rem}.ZYvBT .ZYvBT .ZYvBT .ZYvBT .ZYvBT .ZYvBT .ZYvBT .ZYvBT .ZYvBT .ZYvBT .ZYvBT .ZYvBT .v76mu{right:auto;left:11.3125rem}.ZYvBT .ZYvBT .ZYvBT .ZYvBT .ZYvBT .ZYvBT .ZYvBT .ZYvBT .ZYvBT .ZYvBT .ZYvBT .ZYvBT .ZYvBT .eVGWe{padding-left:13.8125rem}.ZYvBT .ZYvBT .ZYvBT .ZYvBT .ZYvBT .ZYvBT .ZYvBT .ZYvBT .ZYvBT .ZYvBT .ZYvBT .ZYvBT .ZYvBT .v76mu{right:auto;left:12.3125rem}.ZYvBT .ZYvBT .ZYvBT .ZYvBT .ZYvBT .ZYvBT .ZYvBT .ZYvBT .ZYvBT .ZYvBT .ZYvBT .ZYvBT .ZYvBT .ZYvBT .eVGWe{padding-left:14.8125rem}.ZYvBT .ZYvBT .ZYvBT .ZYvBT .ZYvBT .ZYvBT .ZYvBT .ZYvBT .ZYvBT .ZYvBT .ZYvBT .ZYvBT .ZYvBT .ZYvBT .v76mu{right:auto;left:13.3125rem}.ZYvBT .ZYvBT .ZYvBT .ZYvBT .ZYvBT .ZYvBT .ZYvBT .ZYvBT .ZYvBT .ZYvBT .ZYvBT .ZYvBT .ZYvBT .ZYvBT .ZYvBT .eVGWe{padding-left:15.8125rem}.ZYvBT .ZYvBT .ZYvBT .ZYvBT .ZYvBT .ZYvBT .ZYvBT .ZYvBT .ZYvBT .ZYvBT .ZYvBT .ZYvBT .ZYvBT .ZYvBT .ZYvBT .v76mu{right:auto;left:14.3125rem}.ZYvBT .ZYvBT .ZYvBT .ZYvBT .ZYvBT .ZYvBT .ZYvBT .ZYvBT .ZYvBT .ZYvBT .ZYvBT .ZYvBT .ZYvBT .ZYvBT .ZYvBT .ZYvBT .eVGWe{padding-left:16.8125rem}.ZYvBT .ZYvBT .ZYvBT .ZYvBT .ZYvBT .ZYvBT .ZYvBT .ZYvBT .ZYvBT .ZYvBT .ZYvBT .ZYvBT .ZYvBT .ZYvBT .ZYvBT .ZYvBT .v76mu{right:auto;left:15.3125rem}.ZYvBT .ZYvBT .ZYvBT .ZYvBT .ZYvBT .ZYvBT .ZYvBT .ZYvBT .ZYvBT .ZYvBT .ZYvBT .ZYvBT .ZYvBT .ZYvBT .ZYvBT .ZYvBT .ZYvBT .eVGWe{padding-left:17.8125rem}.ZYvBT .ZYvBT .ZYvBT .ZYvBT .ZYvBT .ZYvBT .ZYvBT .ZYvBT .ZYvBT .ZYvBT .ZYvBT .ZYvBT .ZYvBT .ZYvBT .ZYvBT .ZYvBT .ZYvBT .v76mu{right:auto;left:16.3125rem}.ZYvBT .ZYvBT .ZYvBT .ZYvBT .ZYvBT .ZYvBT .ZYvBT .ZYvBT .ZYvBT .ZYvBT .ZYvBT .ZYvBT .ZYvBT .ZYvBT .ZYvBT .ZYvBT .ZYvBT .ZYvBT .eVGWe{padding-left:18.8125rem}.ZYvBT .ZYvBT .ZYvBT .ZYvBT .ZYvBT .ZYvBT .ZYvBT .ZYvBT .ZYvBT .ZYvBT .ZYvBT .ZYvBT .ZYvBT .ZYvBT .ZYvBT .ZYvBT .ZYvBT .ZYvBT .v76mu{right:auto;left:17.3125rem}.ZYvBT .ZYvBT .ZYvBT .ZYvBT .ZYvBT .ZYvBT .ZYvBT .ZYvBT .ZYvBT .ZYvBT .ZYvBT .ZYvBT .ZYvBT .ZYvBT .ZYvBT .ZYvBT .ZYvBT .ZYvBT .ZYvBT .eVGWe{padding-left:19.8125rem}.ZYvBT .ZYvBT .ZYvBT .ZYvBT .ZYvBT .ZYvBT .ZYvBT .ZYvBT .ZYvBT .ZYvBT .ZYvBT .ZYvBT .ZYvBT .ZYvBT .ZYvBT .ZYvBT .ZYvBT .ZYvBT .ZYvBT .v76mu{right:auto;left:18.3125rem}.ZYvBT .ZYvBT .ZYvBT .ZYvBT .ZYvBT .ZYvBT .ZYvBT .ZYvBT .ZYvBT .ZYvBT .ZYvBT .ZYvBT .ZYvBT .ZYvBT .ZYvBT .ZYvBT .ZYvBT .ZYvBT .ZYvBT .ZYvBT .eVGWe{padding-left:20.8125rem}.ZYvBT .ZYvBT .ZYvBT .ZYvBT .ZYvBT .ZYvBT .ZYvBT .ZYvBT .ZYvBT .ZYvBT .ZYvBT .ZYvBT .ZYvBT .ZYvBT .ZYvBT .ZYvBT .ZYvBT .ZYvBT .ZYvBT .ZYvBT .v76mu{right:auto;left:19.3125rem}.ZYvBT .ZYvBT .ZYvBT .ZYvBT .ZYvBT .ZYvBT .ZYvBT .ZYvBT .ZYvBT .ZYvBT .ZYvBT .ZYvBT .ZYvBT .ZYvBT .ZYvBT .ZYvBT .ZYvBT .ZYvBT .ZYvBT .ZYvBT .ZYvBT .eVGWe{padding-left:21.8125rem}.ZYvBT .ZYvBT .ZYvBT .ZYvBT .ZYvBT .ZYvBT .ZYvBT .ZYvBT .ZYvBT .ZYvBT .ZYvBT .ZYvBT .ZYvBT .ZYvBT .ZYvBT .ZYvBT .ZYvBT .ZYvBT .ZYvBT .ZYvBT .ZYvBT .v76mu{right:auto;left:20.3125rem}.v76mu{display:inline-block;position:absolute;color:#000;cursor:pointer;top:50%;margin-top:-0.625rem;right:100%}.eVGWe{overflow-wrap:break-word;padding-right:1.5rem;cursor:pointer}.eVGWe.wIrTq{cursor:not-allowed}.JDRq_ .v76mu{left:.3125rem}.JDRq_ .eVGWe{padding-left:1.8125rem}.wT87N{font-weight:600}.fKJU4{position:absolute;right:0;top:0;bottom:0;display:none !important}.fKJU4:hover{display:flex !important}.gOBrH:hover{text-decoration:none}.gOBrH:hover.fKmrr{background-color:#f2faff}.gOBrH:hover .dropdown{display:block}.gOBrH:hover+.fKJU4{display:block !important}
|
|
15
17
|
.Q_6oX{cursor:grab}.Q_6oX td,.Q_6oX div{padding:.15625rem .75rem;vertical-align:middle}._tNMH{border-top:.0625rem solid #eaeaea;border-bottom:.0625rem solid #eaeaea;cursor:grabbing;pointer-events:auto !important;height:3.1875rem}._tNMH .Tra6k{display:flex;align-items:center;padding:.15625rem .75rem}._tNMH .p7dF_{width:5.5rem}._tNMH .R2_iR{width:60.125rem}
|
|
16
18
|
.jNjmw{cursor:pointer}
|
|
17
19
|
.VSAPU{left:-1rem}.VSAPU svg{transform:translateX(-0.1rem)}.kgeXh{right:-1rem}.kgeXh svg{transform:translateX(0.1rem)}.gAsE9{position:absolute;background-color:#fff;border-radius:1.25rem;cursor:pointer;transform:translateY(-50%);z-index:5;box-shadow:0px 2px 4px 1px rgba(0,0,0,.3);height:2.5rem;min-width:2.5rem;display:flex;align-items:center;justify-content:center;transition:all .2s}.gAsE9 .APA36{display:none;transition:all .2s}.gAsE9 svg{color:#84868d}.gAsE9:hover .APA36~.Ev4hr{margin-right:.4rem}.gAsE9:hover .APA36{display:block}.gAsE9:hover svg,.gAsE9:hover .APA36{color:#313543}.wi8c2,.aLa_J,.ZuAif,.Pt3nx{position:absolute;width:3rem;height:100%;z-index:2;top:50%;transform:translateY(-50%)}.Pt3nx{left:-1.5rem;background-image:linear-gradient(to left, rgba(255, 255, 255, 0.005) 0%, #fff 70%)}.ZuAif{right:-1.5rem;background-image:linear-gradient(to right, rgba(255, 255, 255, 0.005) 0%, #fff 70%)}.aLa_J{cursor:pointer;background-color:rgba(255,255,255,.005);right:0}.wi8c2{cursor:pointer;left:0}.PYnQC{top:calc(50% - 0.875rem)}.BVcIS{top:50%}
|
|
18
20
|
.gFhu0 svg{transform:rotate(90deg)}.sWUp9{overflow-x:scroll;-ms-overflow-style:none;scrollbar-width:none}.sWUp9::-webkit-scrollbar{display:none}.Vn2qM{position:fixed;height:.875rem;left:.125rem;right:.125rem;bottom:.125rem;border-radius:.5rem;z-index:5;background-color:rgba(0,0,0,.3)}
|
|
21
|
+
.jEh7m:not(:empty){min-height:1.5rem}.WQ2eS{background-color:rgba(248,152,29,.1);color:#f8981d}.z4DeQ{background-color:rgba(217,88,79,.1);color:#d9584f}
|
|
19
22
|
.t0svX,.CFRo3{width:1.875rem;height:1.875rem}.ZMMQu{display:none}.CFRo3{color:#313543;background-color:rgba(241,241,241,.5);border-radius:50%}.CFRo3:hover{color:#d9584f;background-color:rgba(241,241,241,.7)}.CFRo3:hover .truFo{display:none}.CFRo3:hover .ZMMQu{opacity:.75;display:inline-block}.t0svX{color:#d9584f;background-color:rgba(241,241,241,.8)}.t0svX .truFo{display:none}.t0svX .ZMMQu{display:inline-block}.t0svX:hover .ZMMQu{opacity:1}
|
|
20
23
|
.fVSzb{width:100%;height:100%}
|
|
21
24
|
.vdd4V{position:relative;width:100%;height:100%}.vdd4V img{position:absolute;top:0;bottom:0;left:0;right:0}.Ez0E7{padding-bottom:56.25%}.H9bQA{padding-bottom:177.77778%}.Nudts{padding-bottom:100%}.IOvDH{padding-bottom:18.5%}.iiY56{padding-bottom:150%}.aDJiJ img{height:auto}.wDpui img{width:auto;margin:0 auto}
|
|
22
25
|
.b0KLR{color:inherit;font-size:.7857142857em}.b0KLR:hover .YR5Q7{text-decoration:underline}.ts6Yo{font-size:.5714285714em}
|
|
23
|
-
.jEh7m:not(:empty){min-height:1.5rem}
|
|
24
26
|
.YnXtZ{position:absolute;bottom:0;left:0;right:0;z-index:2;height:.25rem}
|
|
25
27
|
.w4cg8{color:#313543;border-radius:50%;width:2rem;height:2rem;opacity:.8}.w4cg8.JpIYd{width:1.5rem;height:1.5rem}
|
|
26
28
|
.ZvbeV,.atIHN{position:absolute;width:100%;height:100%}.atIHN{background-color:#f8f8f8}.m20L7{background-color:rgba(0,0,0,.0000005);height:100%;border-top-left-radius:.6rem;border-bottom-left-radius:.6rem;border-right:1px solid #eaeaea;position:absolute;top:0;left:0}.QIbxu{width:2rem}.z_sHT{width:5rem}.epoLB,.h1S5T{width:3.75rem;height:3.75rem}.ZbKBN,.I1mTo{width:7.5rem;height:7.5rem}.ZbKBN svg,.I1mTo svg{width:100%;height:100%}.kNG8Z{z-index:-1}.epoLB,.h1S5T,.ZbKBN,.I1mTo,.kNG8Z{position:absolute;top:50%;left:50%;color:#d7d7d7;transform:translate3D(-50%, -50%, 0);transition:opacity 100ms ease-in-out}.nKsWZ{padding:.3125rem;background-size:cover;background-position:center;background-repeat:no-repeat;width:100%;height:100%}.LolCW,.mdrT5{position:absolute;width:100%;height:100%}
|
|
@@ -30,7 +32,7 @@
|
|
|
30
32
|
.maxOx{color:#313543;background-color:rgba(241,241,241,.5)}.maxOx:hover{color:#fff;background-color:#60b789;opacity:.75;display:inline-block}.k3CBB{color:#fff;background-color:#60b789}.Czq9C{width:1.875rem;height:1.875rem}
|
|
31
33
|
.efxnE{position:absolute;top:.625rem;right:.625rem;z-index:5}.efxnE.OJ_ZQ svg{transform:scale(0.7) translateX(1.5px)}.efxnE .vWvGn:not(:first-child){margin-left:.3125rem}
|
|
32
34
|
.fdtKb:not(:last-child){margin-right:.3125rem}
|
|
33
|
-
.fy9Un .duration-badge-new,.fy9Un .rating-badge{height:1.5rem;font-weight:500;align-items:center;font-size:100%}.fy9Un{position:absolute;bottom:.625rem;right:.625rem;z-index:2}.fy9Un .rating-badge{width:auto;line-height:1.5}.fy9Un .duration-badge-new{line-height:1.3}
|
|
35
|
+
.fy9Un .duration-badge-new,.fy9Un .rating-badge{height:1.5rem;font-weight:500;align-items:center;font-size:100%}.fy9Un{position:absolute;bottom:.625rem;right:.625rem;z-index:2}.fy9Un .rating-badge{width:auto;line-height:1.5}.fy9Un .duration-badge-new{line-height:1.3}.fy9Un.Rb0TL .duration-badge-new{font-size:90%;height:1.3rem;line-height:1.1}
|
|
34
36
|
.krg9f{color:inherit;line-height:1.2;position:absolute;bottom:0;left:0;z-index:2;padding:.625rem;padding-top:0}.krg9f.MPRU6{padding-bottom:0;bottom:1.5625rem}.krg9f.MPRU6.g5_ww{bottom:2.3125rem}.krg9f.Zzo3e{padding-bottom:0;bottom:1.5625rem}.krg9f.Zzo3e.g5_ww{bottom:2.3125rem}.tZjPt{margin-top:.3125rem;line-height:1.2}.EElm1{position:absolute;width:100%;height:100%;padding:.3125rem;color:#fff}.pwC3i{position:absolute;top:.625rem;left:.625rem;z-index:2}.LS_EH::after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(to top, rgba(0, 0, 0, 0.55) 0%, rgba(0, 0, 0, 0.5) 5%, rgba(0, 0, 0, 0.4) 10%, rgba(0, 0, 0, 0.2) 25%, rgba(0, 0, 0, 0.05) 50%, rgba(0, 0, 0, 0.02) 60%, rgba(0, 0, 0, 0) 80%)}
|
|
35
37
|
.rULXI{min-width:0}.h9k1p{height:1.5rem;line-height:1.5rem}.QaDDX{height:1.5rem}@media(max-width: 576px){.hvsne{display:none}}
|
|
36
38
|
.jO7pW{z-index:90}
|
|
@@ -39,6 +41,7 @@
|
|
|
39
41
|
.KQ5Wt{background-color:#f8f8f8}.KQ5Wt:not(:last-child){margin-bottom:.625rem}
|
|
40
42
|
.I9E5O{border-top-left-radius:.6rem;border-top-right-radius:.6rem;filter:drop-shadow(0px -1px 4px rgba(0, 0, 0, 0.1))}.tqUFn{width:25%}@media(max-width: 767.98px){.tqUFn{width:33.3333333333%}}@media(max-width: 575.98px){.tqUFn{width:50%}}.s1dNr{height:10rem}@media(max-width: 991.98px){.s1dNr{height:8rem}}.s1dNr:hover{text-decoration:none}.EDiGi{height:66.6666666667%}._tdVE .g5NWS{color:#4e9ace}._tdVE.s1dNr{background-color:#dff2ff}._tdVE.xRYhX:hover{background-color:#eff9ff}.X39wU .g5NWS{color:#bb8ec7}.X39wU.s1dNr{background-color:#f8ddff}.X39wU.xRYhX:hover{background-color:#fbeeff}.X9pMl .g5NWS{color:#bb8ec7}.X9pMl.s1dNr{background-color:#f9e4ff}.X9pMl.xRYhX:hover{background-color:#fcf1ff}.qRVUo .g5NWS{color:#60b789}.qRVUo.s1dNr{background-color:#d5ffe9}.qRVUo.xRYhX:hover{background-color:#e3fff0}._18JaV .g5NWS{color:#51ada3}._18JaV.s1dNr{background-color:#ccfff9}._18JaV.xRYhX:hover{background-color:#e3fffc}.KYtZL{width:auto;object-fit:contain;left:50% !important;transform:translateX(-50%)}
|
|
41
43
|
.c4Hun{background-color:#f8f8f8}.c4Hun:not(:last-child){margin-bottom:.625rem}.telfV{width:2rem;height:2rem;display:flex;align-items:center;justify-content:center}.bdBNU{height:5rem;padding:0 !important}.QN5kl{height:80%}
|
|
44
|
+
.TzWQw{position:absolute;top:0;left:0;right:0;bottom:0;z-index:6}
|
|
42
45
|
.qz_5t{position:absolute;top:.625rem;left:.625rem;z-index:3}.Z1hPi{animation:g9v8i .8s ease-in}@keyframes g9v8i{0%{transform:scale(var(--scale))}20%{transform:scale(var(--scale)/5)}}.whbhf{border-top-left-radius:.6rem;border-top-right-radius:.6rem}.vMaXP{overflow-y:auto;display:none}.vMaXP.tR1jA{display:block}.KJrT1{z-index:1;position:relative;box-shadow:none;transition:box-shadow .1s ease-in;padding:0 .94rem .94rem .94rem}.oZXV7{height:0;transition:height .3s ease-in-out}.oZXV7.EiQ04{height:10rem;padding:0 .94rem .94rem .94rem}.FAuzc{position:absolute;top:0;right:0;padding-top:.625rem;padding-right:.625rem;z-index:5;transform:translate3d(0, 0, 0)}
|
|
43
46
|
.hFxNP{display:flex}.hFxNP:hover .j94LF{visibility:visible}.j94LF{visibility:hidden}
|
|
44
47
|
.b9T_l{display:none}.XZO34{max-width:12.5rem}.Kn72D{display:block}.WXRk_{margin-top:-0.5rem;display:none}.Bmgi5{width:1rem;height:1rem;margin-left:-0.5rem}.waIhX:hover .Kn72D{display:none}.waIhX:hover .WXRk_{display:block}
|
|
@@ -58,7 +61,7 @@
|
|
|
58
61
|
.EcurS{line-height:1rem;font-weight:600}.FypfE{background-color:#daeaf5}
|
|
59
62
|
.j84HW{line-height:1rem;font-weight:600}
|
|
60
63
|
.O8f8H{height:1.5rem;width:3.5rem}.ThKam{height:2.2rem;width:5rem}
|
|
61
|
-
.
|
|
64
|
+
.lUFJg{width:2rem;height:2rem}.b0Mz5{height:2.475rem}
|
|
62
65
|
.eCi4v{min-width:1.5rem}
|
|
63
66
|
/*!
|
|
64
67
|
* Cropper.js v1.5.6
|
|
@@ -125,7 +128,7 @@
|
|
|
125
128
|
.ciO47{gap:.3125rem;padding-right:1rem}.ciO47.A6Yi7{color:#5b5e68;border:.0625rem solid #5b5e68;background-color:rgba(91,94,104,.05)}.ciO47.fkXBX{color:#eaeaea;border:.0625rem solid #eaeaea;background-color:rgba(234,234,234,.05)}.ciO47.Ovzwy{color:#60b789;border:.0625rem solid #60b789;background-color:rgba(96,183,137,.05)}.ciO47.r_dco{color:#d9584f;border:.0625rem solid #d9584f;background-color:rgba(217,88,79,.05)}
|
|
126
129
|
.tAbzW,.JXtNs{position:absolute;width:2.5rem;height:101%;z-index:2;top:50%;transform:translateY(-50%)}.JXtNs{left:0;margin-left:-1.875rem;background-image:linear-gradient(to left, rgba(255, 255, 255, 0.005) 0%, #fff 70%)}.tAbzW{right:0;margin-right:-1.875rem;background-image:linear-gradient(to right, rgba(255, 255, 255, 0.005) 0%, #fff 70%)}.iNH_I{display:inline-block;width:100%;padding-bottom:56.25%}.bDcOS{overflow-x:scroll;-ms-overflow-style:none;scrollbar-width:none}.bDcOS::-webkit-scrollbar{display:none}
|
|
127
130
|
.lZsTl{z-index:10;border-radius:.6rem;position:relative}.CmXOx{transition:transform .2s ease}.lcmBu{width:25%}.iVL1A{width:33.33333%}@media(max-width: 1199.98px){.lcmBu{width:33.33333%}}@media(max-width: 767.98px){.lcmBu,.iVL1A{width:50%}}@media(max-width: 575.98px){.lcmBu,.iVL1A{width:100%}}
|
|
128
|
-
.ieonz{z-index:1;bottom:.625rem;left:50%;transform:translate(-50%, 0%)}.vqHCl{transform:translate3D(0, -1px, 0) scale(1.01);transition:all .1s ease}.vqHCl:after{content:"";position:absolute;top:0;left:-0.3125rem;right:-0.3125rem;bottom:0;margin:0 .3125rem;border-radius:.6rem;background:linear-gradient(to top, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0.75) 25%, rgba(0, 0, 0, 0.5) 50%, rgba(0, 0, 0, 0.25) 75%, rgba(0, 0, 0, 0) 100%)}.vqHCl .OW8x1{display:block;display:-webkit-box;-webkit-line-clamp:10;-webkit-box-orient:vertical;overflow:hidden;padding-bottom:.14em !important;margin-bottom:-0.14em !important}@media(max-width: 1199.98px){.vqHCl .OW8x1{display:block;display:-webkit-box;-webkit-line-clamp:
|
|
131
|
+
.ieonz{z-index:1;bottom:.625rem;left:50%;transform:translate(-50%, 0%)}.vqHCl{transform:translate3D(0, -1px, 0) scale(1.01);transition:all .1s ease}.vqHCl:after{content:"";position:absolute;top:0;left:-0.3125rem;right:-0.3125rem;bottom:0;margin:0 .3125rem;border-radius:.6rem;background:linear-gradient(to top, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0.75) 25%, rgba(0, 0, 0, 0.5) 50%, rgba(0, 0, 0, 0.25) 75%, rgba(0, 0, 0, 0) 100%)}.vqHCl .OW8x1{display:block;display:-webkit-box;-webkit-line-clamp:10;-webkit-box-orient:vertical;overflow:hidden;padding-bottom:.14em !important;margin-bottom:-0.14em !important}@media(max-width: 1199.98px){.vqHCl .OW8x1{display:block;display:-webkit-box;-webkit-line-clamp:6;-webkit-box-orient:vertical;overflow:hidden;padding-bottom:.14em !important;margin-bottom:-0.14em !important}}@media(max-width: 767.98px){.vqHCl .OW8x1{display:block;display:-webkit-box;-webkit-line-clamp:5;-webkit-box-orient:vertical;overflow:hidden;padding-bottom:.14em !important;margin-bottom:-0.14em !important}}.qEOPN{z-index:2;position:absolute;bottom:.625rem;right:0;left:0}
|
|
129
132
|
.Gx5n8{width:25%}@media(max-width: 767.98px){.Gx5n8{width:33.3333333333%}}@media(max-width: 575.98px){.Gx5n8{width:50%}}.hMoHO{width:100%;padding-bottom:200%;position:relative}
|
|
130
133
|
.h9Cyj{width:30rem;max-width:90vw}.kiea4{z-index:1;position:relative;box-shadow:none;transition:box-shadow .1s ease-in}.C3rvx{width:2rem;height:2rem;display:flex;align-items:center;justify-content:center}.C3rvx svg{transform:scale(0.85)}
|
|
131
134
|
.gZ3Ae{z-index:1500;position:absolute;top:0;visibility:hidden}
|
|
@@ -173,3 +176,9 @@
|
|
|
173
176
|
.ShVur{border:1px solid #d7d7d7;border-top:none;border-right:none}.ShVur:first-child{border-left:none}.ShVur.lfwLh{border-bottom:none}.ShVur.lfwLh:last-child{border-right:none}.ShVur.lfwLh:first-child{border-left:none}
|
|
174
177
|
.Wd0Ny{font-size:95%}
|
|
175
178
|
.kfYpN:nth-child(odd) .t_FIj{background-color:#f8f8f8}
|
|
179
|
+
.k_mgt{height:2rem}
|
|
180
|
+
.ErU6I:not(:last-child){margin-bottom:.625rem}.VNl_V{margin-right:-0.4rem}
|
|
181
|
+
.r7xkd,.L8bqw:hover,.L8bqw:focus,.L8bqw:active{background-color:#f8f8f8}
|
|
182
|
+
.KNiVo:not(:last-child){padding-bottom:.625rem}
|
|
183
|
+
.IKVlH{height:2rem}
|
|
184
|
+
.gZaOM{height:20rem;overflow-y:scroll}
|