@bagelink/vue 0.0.1256 → 0.0.1258

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/dist/style.css CHANGED
@@ -1397,19 +1397,71 @@ pre code.hljs{
1397
1397
  .code-editor[data-v-1fbc9b61]:focus {
1398
1398
  outline: none;
1399
1399
  }
1400
- .dp__input_wrap{position:relative;width:100%;box-sizing:unset}.dp__input_wrap:focus{border-color:var(--dp-border-color-hover);outline:none}.dp__input_valid{box-shadow:0 0 var(--dp-border-radius) var(--dp-success-color);border-color:var(--dp-success-color)}.dp__input_valid:hover{border-color:var(--dp-success-color)}.dp__input_invalid{box-shadow:0 0 var(--dp-border-radius) var(--dp-danger-color);border-color:var(--dp-danger-color)}.dp__input_invalid:hover{border-color:var(--dp-danger-color)}.dp__input{background-color:var(--dp-background-color);border-radius:var(--dp-border-radius);font-family:var(--dp-font-family);border:1px solid var(--dp-border-color);outline:none;transition:border-color .2s cubic-bezier(0.645, 0.045, 0.355, 1);width:100%;font-size:var(--dp-font-size);line-height:calc(var(--dp-font-size)*1.5);padding:var(--dp-input-padding);color:var(--dp-text-color);box-sizing:border-box}.dp__input::placeholder{opacity:.7}.dp__input:hover:not(.dp__input_focus){border-color:var(--dp-border-color-hover)}.dp__input_reg{caret-color:rgba(0,0,0,0)}.dp__input_focus{border-color:var(--dp-border-color-focus)}.dp__disabled{background:var(--dp-disabled-color)}.dp__disabled::placeholder{color:var(--dp-disabled-color-text)}.dp__input_icons{display:inline-block;width:var(--dp-font-size);height:var(--dp-font-size);stroke-width:0;font-size:var(--dp-font-size);line-height:calc(var(--dp-font-size)*1.5);padding:6px 12px;color:var(--dp-icon-color);box-sizing:content-box}.dp__input_icon{cursor:pointer;position:absolute;top:50%;inset-inline-start:0;transform:translateY(-50%);color:var(--dp-icon-color)}.dp__clear_icon{position:absolute;top:50%;inset-inline-end:0;transform:translateY(-50%);cursor:pointer;color:var(--dp-icon-color)}.dp__input_icon_pad{padding-inline-start:var(--dp-input-icon-padding)}.dp__menu{background:var(--dp-background-color);border-radius:var(--dp-border-radius);min-width:var(--dp-menu-min-width);font-family:var(--dp-font-family);font-size:var(--dp-font-size);user-select:none;border:1px solid var(--dp-menu-border-color);box-sizing:border-box}.dp__menu::after{box-sizing:border-box}.dp__menu::before{box-sizing:border-box}.dp__menu:focus{border:1px solid var(--dp-menu-border-color);outline:none}.dp--menu-wrapper{position:absolute;z-index:99999}.dp__menu_inner{padding:var(--dp-menu-padding)}.dp--menu--inner-stretched{padding:6px 0}.dp__menu_index{z-index:99999}.dp-menu-loading,.dp__menu_readonly,.dp__menu_disabled{position:absolute;inset:0;z-index:999999}.dp__menu_disabled{background:rgba(255,255,255,.5);cursor:not-allowed}.dp__menu_readonly{background:rgba(0,0,0,0);cursor:default}.dp-menu-loading{background:rgba(255,255,255,.5);cursor:default}.dp--menu-load-container{display:flex;height:100%;width:100%;justify-content:center;align-items:center}.dp--menu-loader{width:48px;height:48px;border:var(--dp-loader);border-bottom-color:rgba(0,0,0,0);border-radius:50%;display:inline-block;box-sizing:border-box;animation:dp-load-rotation 1s linear infinite;position:absolute}@keyframes dp-load-rotation{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}.dp__arrow_top{left:var(--dp-arrow-left);top:0;height:12px;width:12px;background-color:var(--dp-background-color);position:absolute;border-inline-end:1px solid var(--dp-menu-border-color);border-top:1px solid var(--dp-menu-border-color);transform:translate(-50%, -50%) rotate(-45deg)}.dp__arrow_bottom{left:var(--dp-arrow-left);bottom:0;height:12px;width:12px;background-color:var(--dp-background-color);position:absolute;border-inline-end:1px solid var(--dp-menu-border-color);border-bottom:1px solid var(--dp-menu-border-color);transform:translate(-50%, 50%) rotate(45deg)}.dp__action_extra{text-align:center;padding:2px 0}.dp--preset-dates{padding:5px;border-inline-end:1px solid var(--dp-border-color)}@media only screen and (width <= 600px){.dp--preset-dates{display:flex;align-self:center;border:none;overflow-x:auto;max-width:calc(var(--dp-menu-width) - var(--dp-action-row-padding)*2)}}.dp--preset-dates-collapsed{display:flex;align-self:center;border:none;overflow-x:auto;max-width:calc(var(--dp-menu-width) - var(--dp-action-row-padding)*2)}.dp__sidebar_left{padding:5px;border-inline-end:1px solid var(--dp-border-color)}.dp__sidebar_right{padding:5px;margin-inline-end:1px solid var(--dp-border-color)}.dp--preset-range{display:block;width:100%;padding:5px;text-align:left;white-space:nowrap;color:var(--dp-text-color);border-radius:var(--dp-border-radius);transition:var(--dp-common-transition)}.dp--preset-range:hover{background-color:var(--dp-hover-color);color:var(--dp-hover-text-color);cursor:pointer}@media only screen and (width <= 600px){.dp--preset-range{border:1px solid var(--dp-border-color);margin:0 3px}.dp--preset-range:first-child{margin-left:0}.dp--preset-range:last-child{margin-right:0}}.dp--preset-range-collapsed{border:1px solid var(--dp-border-color);margin:0 3px}.dp--preset-range-collapsed:first-child{margin-left:0}.dp--preset-range-collapsed:last-child{margin-right:0}.dp__menu_content_wrapper{display:flex}@media only screen and (width <= 600px){.dp__menu_content_wrapper{flex-direction:column-reverse}}.dp--menu-content-wrapper-collapsed{flex-direction:column-reverse}.dp__calendar_header{position:relative;display:flex;justify-content:center;align-items:center;color:var(--dp-text-color);white-space:nowrap;font-weight:bold}.dp__calendar_header_item{text-align:center;flex-grow:1;height:var(--dp-cell-size);padding:var(--dp-cell-padding);width:var(--dp-cell-size);box-sizing:border-box}.dp__calendar_row{display:flex;justify-content:center;align-items:center;margin:var(--dp-row-margin)}.dp__calendar_item{text-align:center;flex-grow:1;box-sizing:border-box;color:var(--dp-text-color)}.dp__calendar{position:relative}.dp__calendar_header_cell{border-bottom:thin solid var(--dp-border-color);padding:var(--dp-calendar-header-cell-padding)}.dp__cell_inner{display:flex;align-items:center;text-align:center;justify-content:center;border-radius:var(--dp-cell-border-radius);height:var(--dp-cell-size);padding:var(--dp-cell-padding);width:var(--dp-cell-size);border:1px solid rgba(0,0,0,0);box-sizing:border-box;position:relative}.dp__cell_inner:hover{transition:all .2s}.dp__cell_auto_range_start,.dp__date_hover_start:hover,.dp__range_start{border-end-end-radius:0;border-start-end-radius:0}.dp__cell_auto_range_end,.dp__date_hover_end:hover,.dp__range_end{border-end-start-radius:0;border-start-start-radius:0}.dp__range_end,.dp__range_start,.dp__active_date{background:var(--dp-primary-color);color:var(--dp-primary-text-color)}.dp__date_hover_end:hover,.dp__date_hover_start:hover,.dp__date_hover:hover{background:var(--dp-hover-color);color:var(--dp-hover-text-color)}.dp__cell_offset{color:var(--dp-secondary-color)}.dp__cell_disabled{color:var(--dp-secondary-color);cursor:not-allowed}.dp__range_between{background:var(--dp-range-between-dates-background-color);color:var(--dp-range-between-dates-text-color);border-radius:0;border:1px solid var(--dp-range-between-border-color)}.dp__range_between_week{background:var(--dp-primary-color);color:var(--dp-primary-text-color);border-radius:0;border-top:1px solid var(--dp-primary-color);border-bottom:1px solid var(--dp-primary-color)}.dp__today{border:1px solid var(--dp-primary-color)}.dp__week_num{color:var(--dp-secondary-color);text-align:center}.dp__cell_auto_range{border-radius:0;border-top:1px dashed var(--dp-primary-color);border-bottom:1px dashed var(--dp-primary-color)}.dp__cell_auto_range_start{border-start-start-radius:var(--dp-cell-border-radius);border-end-start-radius:var(--dp-cell-border-radius);border-inline-start:1px dashed var(--dp-primary-color);border-top:1px dashed var(--dp-primary-color);border-bottom:1px dashed var(--dp-primary-color)}.dp__cell_auto_range_end{border-start-end-radius:var(--dp-cell-border-radius);border-end-end-radius:var(--dp-cell-border-radius);border-top:1px dashed var(--dp-primary-color);border-bottom:1px dashed var(--dp-primary-color);border-inline-end:1px dashed var(--dp-primary-color)}.dp__calendar_header_separator{width:100%;height:1px;background:var(--dp-border-color)}.dp__calendar_next{margin-inline-start:var(--dp-multi-calendars-spacing)}.dp__marker_line,.dp__marker_dot{height:5px;background-color:var(--dp-marker-color);position:absolute;bottom:0}.dp__marker_dot{width:5px;border-radius:50%;left:50%;transform:translateX(-50%)}.dp__marker_line{width:100%;left:0}.dp__marker_tooltip{position:absolute;border-radius:var(--dp-border-radius);background-color:var(--dp-tooltip-color);padding:5px;border:1px solid var(--dp-border-color);z-index:99999;box-sizing:border-box;cursor:default}.dp__tooltip_content{white-space:nowrap}.dp__tooltip_text{display:flex;align-items:center;flex-flow:row nowrap;color:var(--dp-text-color)}.dp__tooltip_mark{height:5px;width:5px;border-radius:50%;background-color:var(--dp-text-color);color:var(--dp-text-color);margin-inline-end:5px}.dp__arrow_bottom_tp{bottom:0;height:8px;width:8px;background-color:var(--dp-tooltip-color);position:absolute;border-inline-end:1px solid var(--dp-border-color);border-bottom:1px solid var(--dp-border-color);transform:translate(-50%, 50%) rotate(45deg)}.dp__instance_calendar{position:relative;width:100%}@media only screen and (width <= 600px){.dp__flex_display{flex-direction:column}}.dp--flex-display-collapsed{flex-direction:column}.dp__cell_highlight{background-color:var(--dp-highlight-color)}.dp__month_year_row{display:flex;align-items:center;height:var(--dp-month-year-row-height);color:var(--dp-text-color);box-sizing:border-box}.dp__inner_nav{display:flex;align-items:center;justify-content:center;cursor:pointer;height:var(--dp-month-year-row-button-size);width:var(--dp-month-year-row-button-size);color:var(--dp-icon-color);text-align:center;border-radius:50%}.dp__inner_nav svg{height:var(--dp-button-icon-height);width:var(--dp-button-icon-height)}.dp__inner_nav:hover{background:var(--dp-hover-color);color:var(--dp-hover-icon-color)}[dir=rtl] .dp__inner_nav{transform:rotate(180deg)}.dp__inner_nav_disabled:hover,.dp__inner_nav_disabled{background:var(--dp-disabled-color);color:var(--dp-disabled-color-text);cursor:not-allowed}.dp--year-select,.dp__month_year_select{text-align:center;cursor:pointer;height:var(--dp-month-year-row-height);display:flex;align-items:center;justify-content:center;border-radius:var(--dp-border-radius);box-sizing:border-box;color:var(--dp-text-color)}.dp--year-select:hover,.dp__month_year_select:hover{background:var(--dp-hover-color);color:var(--dp-hover-text-color);transition:var(--dp-common-transition)}.dp__month_year_select{width:50%}.dp--year-select{width:100%}.dp__month_year_wrap{display:flex;flex-direction:row;width:100%}.dp__year_disable_select{justify-content:space-around}.dp--header-wrap{display:flex;width:100%;flex-direction:column}.dp__overlay{width:100%;background:var(--dp-background-color);transition:opacity 1s ease-out;z-index:99999;font-family:var(--dp-font-family);color:var(--dp-text-color);box-sizing:border-box}.dp--overlay-absolute{position:absolute;height:100%;top:0;left:0}.dp--overlay-relative{position:relative}.dp__overlay_container::-webkit-scrollbar-track{box-shadow:var(--dp-scroll-bar-background);background-color:var(--dp-scroll-bar-background)}.dp__overlay_container::-webkit-scrollbar{width:5px;background-color:var(--dp-scroll-bar-background)}.dp__overlay_container::-webkit-scrollbar-thumb{background-color:var(--dp-scroll-bar-color);border-radius:10px}.dp__overlay:focus{border:none;outline:none}.dp__container_flex{display:flex}.dp__container_block{display:block}.dp__overlay_container{flex-direction:column;overflow-y:auto;height:var(--dp-overlay-height)}.dp__time_picker_overlay_container{height:100%}.dp__overlay_row{padding:0;box-sizing:border-box;display:flex;margin-inline:auto auto;flex-wrap:wrap;max-width:100%;width:100%;align-items:center}.dp__flex_row{flex:1}.dp__overlay_col{box-sizing:border-box;width:33%;padding:var(--dp-overlay-col-padding);white-space:nowrap}.dp__overlay_cell_pad{padding:var(--dp-common-padding) 0}.dp__overlay_cell_active{cursor:pointer;border-radius:var(--dp-border-radius);text-align:center;background:var(--dp-primary-color);color:var(--dp-primary-text-color)}.dp__overlay_cell{cursor:pointer;border-radius:var(--dp-border-radius);text-align:center}.dp__overlay_cell:hover{background:var(--dp-hover-color);color:var(--dp-hover-text-color);transition:var(--dp-common-transition)}.dp__cell_in_between{background:var(--dp-hover-color);color:var(--dp-hover-text-color)}.dp__over_action_scroll{right:5px;box-sizing:border-box}.dp__overlay_cell_disabled{cursor:not-allowed;background:var(--dp-disabled-color)}.dp__overlay_cell_disabled:hover{background:var(--dp-disabled-color)}.dp__overlay_cell_active_disabled{cursor:not-allowed;background:var(--dp-primary-disabled-color)}.dp__overlay_cell_active_disabled:hover{background:var(--dp-primary-disabled-color)}.dp__btn,.dp--qr-btn,.dp--time-invalid,.dp--time-overlay-btn{border:none;font:inherit;transition:var(--dp-common-transition);line-height:normal}.dp--year-mode-picker{display:flex;width:100%;align-items:center;justify-content:space-between;height:var(--dp-cell-size)}.dp--tp-wrap{max-width:var(--dp-menu-min-width)}.dp__time_input{width:100%;display:flex;align-items:center;justify-content:center;user-select:none;font-family:var(--dp-font-family);color:var(--dp-text-color)}.dp__time_col_reg_block{padding:0 20px}.dp__time_col_reg_inline{padding:0 10px}.dp__time_col_reg_with_button{padding:0 15px}.dp__time_col_sec{padding:0 10px}.dp__time_col_sec_with_button{padding:0 5px}.dp__time_col{text-align:center;display:flex;align-items:center;justify-content:center;flex-direction:column}.dp__time_col_block{font-size:var(--dp-time-font-size)}.dp__time_display_block{padding:0 3px}.dp__time_display_inline{padding:5px}.dp__time_picker_inline_container{display:flex;width:100%;justify-content:center}.dp__inc_dec_button{padding:5px;margin:0;height:var(--dp-time-inc-dec-button-size);width:var(--dp-time-inc-dec-button-size);display:flex;align-items:center;justify-content:center;cursor:pointer;border-radius:50%;color:var(--dp-icon-color);box-sizing:border-box}.dp__inc_dec_button svg{height:var(--dp-time-inc-dec-button-size);width:var(--dp-time-inc-dec-button-size)}.dp__inc_dec_button:hover{background:var(--dp-hover-color);color:var(--dp-primary-color)}.dp__time_display{cursor:pointer;color:var(--dp-text-color);border-radius:var(--dp-border-radius);display:flex;align-items:center;justify-content:center}.dp__time_display:hover:enabled{background:var(--dp-hover-color);color:var(--dp-hover-text-color)}.dp__inc_dec_button_inline{width:100%;padding:0;height:8px;cursor:pointer;display:flex;align-items:center}.dp__inc_dec_button_disabled,.dp__inc_dec_button_disabled:hover{background:var(--dp-disabled-color);color:var(--dp-disabled-color-text);cursor:not-allowed}.dp__pm_am_button{background:var(--dp-primary-color);color:var(--dp-primary-text-color);border:none;padding:var(--dp-common-padding);border-radius:var(--dp-border-radius);cursor:pointer}.dp__tp_inline_btn_bar{width:100%;height:4px;background-color:var(--dp-secondary-color);transition:var(--dp-common-transition);border-collapse:collapse}.dp__tp_inline_btn_top:hover .dp__tp_btn_in_r{background-color:var(--dp-primary-color);transform:rotate(12deg) scale(1.15) translateY(-2px)}.dp__tp_inline_btn_top:hover .dp__tp_btn_in_l{background-color:var(--dp-primary-color);transform:rotate(-12deg) scale(1.15) translateY(-2px)}.dp__tp_inline_btn_bottom:hover .dp__tp_btn_in_r{background-color:var(--dp-primary-color);transform:rotate(-12deg) scale(1.15) translateY(-2px)}.dp__tp_inline_btn_bottom:hover .dp__tp_btn_in_l{background-color:var(--dp-primary-color);transform:rotate(12deg) scale(1.15) translateY(-2px)}.dp--time-overlay-btn{background:none}.dp--time-invalid{background-color:var(--dp-disabled-color)}.dp__action_row{display:flex;align-items:center;width:100%;padding:var(--dp-action-row-padding);box-sizing:border-box;color:var(--dp-text-color);flex-flow:row nowrap}.dp__action_row svg{height:var(--dp-button-icon-height);width:auto}.dp__selection_preview{display:block;color:var(--dp-text-color);font-size:var(--dp-preview-font-size);overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.dp__action_buttons{display:flex;flex:0;white-space:nowrap;align-items:center;justify-content:flex-end;margin-inline-start:auto}.dp__action_button{display:inline-flex;align-items:center;background:rgba(0,0,0,0);border:1px solid rgba(0,0,0,0);padding:var(--dp-action-buttons-padding);line-height:var(--dp-action-button-height);margin-inline-start:3px;height:var(--dp-action-button-height);cursor:pointer;border-radius:var(--dp-border-radius);font-size:var(--dp-preview-font-size);font-family:var(--dp-font-family)}.dp__action_cancel{color:var(--dp-text-color);border:1px solid var(--dp-border-color)}.dp__action_cancel:hover{border-color:var(--dp-primary-color);transition:var(--dp-action-row-transtion)}.dp__action_buttons .dp__action_select{background:var(--dp-primary-color);color:var(--dp-primary-text-color)}.dp__action_buttons .dp__action_select:hover{background:var(--dp-primary-color);transition:var(--dp-action-row-transtion)}.dp__action_buttons .dp__action_select:disabled{background:var(--dp-primary-disabled-color);cursor:not-allowed}.dp-quarter-picker-wrap{display:flex;flex-direction:column;height:100%;min-width:var(--dp-menu-min-width)}.dp--qr-btn-disabled{cursor:not-allowed;background:var(--dp-disabled-color)}.dp--qr-btn-disabled:hover{background:var(--dp-disabled-color)}.dp--qr-btn{width:100%;padding:var(--dp-common-padding)}.dp--qr-btn:not(.dp--highlighted,.dp--qr-btn-active,.dp--qr-btn-disabled,.dp--qr-btn-between){background:none}.dp--qr-btn:hover:not(.dp--qr-btn-active,.dp--qr-btn-disabled){background:var(--dp-hover-color);color:var(--dp-hover-text-color);transition:var(--dp-common-transition)}.dp--quarter-items{display:flex;flex-direction:column;flex:1;width:100%;height:100%;justify-content:space-evenly}.dp--qr-btn-active{background:var(--dp-primary-color);color:var(--dp-primary-text-color)}.dp--qr-btn-between{background:var(--dp-hover-color);color:var(--dp-hover-text-color)}.dp__btn,.dp--time-overlay-btn,.dp--time-invalid,.dp--qr-btn{border:none;font:inherit;transition:var(--dp-common-transition);line-height:normal}.dp--year-mode-picker{display:flex;width:100%;align-items:center;justify-content:space-between;height:var(--dp-cell-size)}:root{--dp-common-transition: all 0.1s ease-in;--dp-menu-padding: 6px 8px;--dp-animation-duration: 0.1s;--dp-menu-appear-transition-timing: cubic-bezier(.4, 0, 1, 1);--dp-transition-timing: ease-out;--dp-action-row-transtion: all 0.2s ease-in;--dp-font-family: -apple-system, blinkmacsystemfont, "Segoe UI", roboto, oxygen, ubuntu, cantarell, "Open Sans", "Helvetica Neue", sans-serif;--dp-border-radius: 4px;--dp-cell-border-radius: 4px;--dp-transition-length: 22px;--dp-transition-timing-general: 0.1s;--dp-button-height: 35px;--dp-month-year-row-height: 35px;--dp-month-year-row-button-size: 25px;--dp-button-icon-height: 20px;--dp-calendar-wrap-padding: 0 5px;--dp-cell-size: 35px;--dp-cell-padding: 5px;--dp-common-padding: 10px;--dp-input-icon-padding: 35px;--dp-input-padding: 6px 30px 6px 12px;--dp-menu-min-width: 260px;--dp-action-buttons-padding: 1px 6px;--dp-row-margin: 5px 0;--dp-calendar-header-cell-padding: 0.5rem;--dp-multi-calendars-spacing: 10px;--dp-overlay-col-padding: 3px;--dp-time-inc-dec-button-size: 32px;--dp-font-size: 1rem;--dp-preview-font-size: 0.8rem;--dp-time-font-size: 2rem;--dp-action-button-height: 22px;--dp-action-row-padding: 8px}.dp__theme_dark{--dp-background-color: #212121;--dp-text-color: #fff;--dp-hover-color: #484848;--dp-hover-text-color: #fff;--dp-hover-icon-color: #959595;--dp-primary-color: #005cb2;--dp-primary-disabled-color: #61a8ea;--dp-primary-text-color: #fff;--dp-secondary-color: #a9a9a9;--dp-border-color: #2d2d2d;--dp-menu-border-color: #2d2d2d;--dp-border-color-hover: #aaaeb7;--dp-border-color-focus: #aaaeb7;--dp-disabled-color: #737373;--dp-disabled-color-text: #d0d0d0;--dp-scroll-bar-background: #212121;--dp-scroll-bar-color: #484848;--dp-success-color: #00701a;--dp-success-color-disabled: #428f59;--dp-icon-color: #959595;--dp-danger-color: #e53935;--dp-marker-color: #e53935;--dp-tooltip-color: #3e3e3e;--dp-highlight-color: rgb(0 92 178 / 20%);--dp-range-between-dates-background-color: var(--dp-hover-color, #484848);--dp-range-between-dates-text-color: var(--dp-hover-text-color, #fff);--dp-range-between-border-color: var(--dp-hover-color, #fff);--dp-loader: 5px solid #005cb2}.dp__theme_light{--dp-background-color: #fff;--dp-text-color: #212121;--dp-hover-color: #f3f3f3;--dp-hover-text-color: #212121;--dp-hover-icon-color: #959595;--dp-primary-color: #1976d2;--dp-primary-disabled-color: #6bacea;--dp-primary-text-color: #f8f5f5;--dp-secondary-color: #c0c4cc;--dp-border-color: #ddd;--dp-menu-border-color: #ddd;--dp-border-color-hover: #aaaeb7;--dp-border-color-focus: #aaaeb7;--dp-disabled-color: #f6f6f6;--dp-scroll-bar-background: #f3f3f3;--dp-scroll-bar-color: #959595;--dp-success-color: #76d275;--dp-success-color-disabled: #a3d9b1;--dp-icon-color: #959595;--dp-danger-color: #ff6f60;--dp-marker-color: #ff6f60;--dp-tooltip-color: #fafafa;--dp-disabled-color-text: #8e8e8e;--dp-highlight-color: rgb(25 118 210 / 10%);--dp-range-between-dates-background-color: var(--dp-hover-color, #f3f3f3);--dp-range-between-dates-text-color: var(--dp-hover-text-color, #212121);--dp-range-between-border-color: var(--dp-hover-color, #f3f3f3);--dp-loader: 5px solid #1976d2}.dp__flex{display:flex;align-items:center}.dp__btn{background:none}.dp__main{font-family:var(--dp-font-family);user-select:none;box-sizing:border-box;position:relative;width:100%}.dp__pointer{cursor:pointer}.dp__icon{stroke:currentcolor;fill:currentcolor}.dp__button{width:100%;text-align:center;color:var(--dp-icon-color);cursor:pointer;display:flex;align-items:center;place-content:center center;padding:var(--dp-common-padding);box-sizing:border-box;height:var(--dp-button-height)}.dp__button.dp__overlay_action{position:absolute;bottom:0}.dp__button:hover{background:var(--dp-hover-color);color:var(--dp-hover-icon-color)}.dp__button svg{height:var(--dp-button-icon-height);width:auto}.dp__button_bottom{border-bottom-left-radius:var(--dp-border-radius);border-bottom-right-radius:var(--dp-border-radius)}.dp__flex_display{display:flex}.dp__flex_display_with_input{flex-direction:column;align-items:flex-start}.dp__relative{position:relative}.calendar-next-enter-active,.calendar-next-leave-active,.calendar-prev-enter-active,.calendar-prev-leave-active{transition:all var(--dp-transition-timing-general) ease-out}.calendar-next-enter-from{opacity:0;transform:translateX(var(--dp-transition-length))}.calendar-next-leave-to{opacity:0;transform:translateX(calc(var(--dp-transition-length) * -1))}.calendar-prev-enter-from{opacity:0;transform:translateX(calc(var(--dp-transition-length) * -1))}.calendar-prev-leave-to{opacity:0;transform:translateX(var(--dp-transition-length))}.dp-menu-appear-bottom-enter-active,.dp-menu-appear-bottom-leave-active,.dp-menu-appear-top-enter-active,.dp-menu-appear-top-leave-active,.dp-slide-up-enter-active,.dp-slide-up-leave-active,.dp-slide-down-enter-active,.dp-slide-down-leave-active{transition:all var(--dp-animation-duration) var(--dp-transition-timing)}.dp-menu-appear-top-enter-from,.dp-menu-appear-top-leave-to,.dp-slide-down-leave-to,.dp-slide-up-enter-from{opacity:0;transform:translateY(var(--dp-transition-length))}.dp-menu-appear-bottom-enter-from,.dp-menu-appear-bottom-leave-to,.dp-slide-down-enter-from,.dp-slide-up-leave-to{opacity:0;transform:translateY(calc(var(--dp-transition-length) * -1))}.dp--arrow-btn-nav{transition:var(--dp-common-transition)}.dp--highlighted{background-color:var(--dp-highlight-color)}/*# sourceMappingURL=main.css.map */
1401
1400
 
1402
- .dp__input_wrap input {
1403
- padding-inline-start: 2rem !important;
1401
+ .calendar-container[data-v-a2f98d6e] {
1402
+ max-width: 90vw;
1403
+ }
1404
+ .calendar-section[data-v-a2f98d6e] {
1405
+ min-width: 280px;
1404
1406
  }
1405
- .dp__calendar_row>div:last-child {
1406
- pointer-events: auto !important;
1407
+ .calendar-grid[data-v-a2f98d6e] {
1408
+ grid-template-columns: repeat(7, 1fr);
1407
1409
  }
1408
- .dp__time_input {
1409
- direction: ltr;
1410
+ .month-grid[data-v-a2f98d6e] {
1411
+ grid-template-columns: repeat(3, 1fr);
1412
+ grid-template-rows: repeat(4, 1fr);
1413
+ }
1414
+ .year-grid[data-v-a2f98d6e] {
1415
+ grid-template-columns: repeat(3, 1fr);
1416
+ grid-template-rows: repeat(7, 1fr);
1417
+ }
1418
+ .month-item[data-v-a2f98d6e],
1419
+ .year-item[data-v-a2f98d6e] {
1420
+ background: none;
1421
+ color: var(--bgl-text-color);
1422
+ }
1423
+ .month-item[data-v-a2f98d6e]:hover:not(.disabled),
1424
+ .year-item[data-v-a2f98d6e]:hover:not(.disabled) {
1425
+ background: var(--bgl-box-bg);
1426
+ filter: var(--bgl-hover-filter);
1427
+ }
1428
+ .month-item[data-v-a2f98d6e]:active:not(.disabled),
1429
+ .year-item[data-v-a2f98d6e]:active:not(.disabled) {
1430
+ background: var(--bgl-box-bg);
1431
+ filter: var(--bgl-active-filter);
1432
+ }
1433
+ .month-item.selected[data-v-a2f98d6e],
1434
+ .year-item.selected[data-v-a2f98d6e] {
1435
+ background-color: var(--bgl-primary);
1436
+ color: white;
1410
1437
  }
1411
- .ltrDateInput input {
1412
- direction: ltr;
1438
+ .month-item.disabled[data-v-a2f98d6e],
1439
+ .year-item.disabled[data-v-a2f98d6e] {
1440
+ opacity: 0.6;
1441
+ filter: grayscale(0.3);
1442
+ }
1443
+ .day[data-v-a2f98d6e] {
1444
+ border: none;
1445
+ background: none;
1446
+ color: var(--bgl-text-color);
1447
+ }
1448
+ .day[data-v-a2f98d6e]:hover:not(.disabled) {
1449
+ background-color: var(--input-bg);
1450
+ }
1451
+ .day.selected[data-v-a2f98d6e] {
1452
+ background-color: var(--bgl-primary);
1453
+ color: var(--bgl-white);
1454
+ }
1455
+ .day.today[data-v-a2f98d6e]:not(.selected) {
1456
+ border: 1px solid var(--bgl-primary);
1457
+ }
1458
+ .day.disabled[data-v-a2f98d6e] {
1459
+ opacity: 0.6;
1460
+ filter: grayscale(0.3);
1461
+ cursor: not-allowed;
1462
+ }
1463
+ .day.not-in-month[data-v-a2f98d6e] {
1464
+ opacity: 0.4;
1413
1465
  }
1414
1466
 
1415
1467
  .calendar-container[data-v-c6c8cc7b] {
@@ -1477,6 +1529,7 @@ pre code.hljs{
1477
1529
  .day.not-in-month[data-v-c6c8cc7b] {
1478
1530
  opacity: 0.4;
1479
1531
  }
1532
+ .dp__input_wrap{position:relative;width:100%;box-sizing:unset}.dp__input_wrap:focus{border-color:var(--dp-border-color-hover);outline:none}.dp__input_valid{box-shadow:0 0 var(--dp-border-radius) var(--dp-success-color);border-color:var(--dp-success-color)}.dp__input_valid:hover{border-color:var(--dp-success-color)}.dp__input_invalid{box-shadow:0 0 var(--dp-border-radius) var(--dp-danger-color);border-color:var(--dp-danger-color)}.dp__input_invalid:hover{border-color:var(--dp-danger-color)}.dp__input{background-color:var(--dp-background-color);border-radius:var(--dp-border-radius);font-family:var(--dp-font-family);border:1px solid var(--dp-border-color);outline:none;transition:border-color .2s cubic-bezier(0.645, 0.045, 0.355, 1);width:100%;font-size:var(--dp-font-size);line-height:calc(var(--dp-font-size)*1.5);padding:var(--dp-input-padding);color:var(--dp-text-color);box-sizing:border-box}.dp__input::placeholder{opacity:.7}.dp__input:hover:not(.dp__input_focus){border-color:var(--dp-border-color-hover)}.dp__input_reg{caret-color:rgba(0,0,0,0)}.dp__input_focus{border-color:var(--dp-border-color-focus)}.dp__disabled{background:var(--dp-disabled-color)}.dp__disabled::placeholder{color:var(--dp-disabled-color-text)}.dp__input_icons{display:inline-block;width:var(--dp-font-size);height:var(--dp-font-size);stroke-width:0;font-size:var(--dp-font-size);line-height:calc(var(--dp-font-size)*1.5);padding:6px 12px;color:var(--dp-icon-color);box-sizing:content-box}.dp__input_icon{cursor:pointer;position:absolute;top:50%;inset-inline-start:0;transform:translateY(-50%);color:var(--dp-icon-color)}.dp__clear_icon{position:absolute;top:50%;inset-inline-end:0;transform:translateY(-50%);cursor:pointer;color:var(--dp-icon-color)}.dp__input_icon_pad{padding-inline-start:var(--dp-input-icon-padding)}.dp__menu{background:var(--dp-background-color);border-radius:var(--dp-border-radius);min-width:var(--dp-menu-min-width);font-family:var(--dp-font-family);font-size:var(--dp-font-size);user-select:none;border:1px solid var(--dp-menu-border-color);box-sizing:border-box}.dp__menu::after{box-sizing:border-box}.dp__menu::before{box-sizing:border-box}.dp__menu:focus{border:1px solid var(--dp-menu-border-color);outline:none}.dp--menu-wrapper{position:absolute;z-index:99999}.dp__menu_inner{padding:var(--dp-menu-padding)}.dp--menu--inner-stretched{padding:6px 0}.dp__menu_index{z-index:99999}.dp-menu-loading,.dp__menu_readonly,.dp__menu_disabled{position:absolute;inset:0;z-index:999999}.dp__menu_disabled{background:rgba(255,255,255,.5);cursor:not-allowed}.dp__menu_readonly{background:rgba(0,0,0,0);cursor:default}.dp-menu-loading{background:rgba(255,255,255,.5);cursor:default}.dp--menu-load-container{display:flex;height:100%;width:100%;justify-content:center;align-items:center}.dp--menu-loader{width:48px;height:48px;border:var(--dp-loader);border-bottom-color:rgba(0,0,0,0);border-radius:50%;display:inline-block;box-sizing:border-box;animation:dp-load-rotation 1s linear infinite;position:absolute}@keyframes dp-load-rotation{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}.dp__arrow_top{left:var(--dp-arrow-left);top:0;height:12px;width:12px;background-color:var(--dp-background-color);position:absolute;border-inline-end:1px solid var(--dp-menu-border-color);border-top:1px solid var(--dp-menu-border-color);transform:translate(-50%, -50%) rotate(-45deg)}.dp__arrow_bottom{left:var(--dp-arrow-left);bottom:0;height:12px;width:12px;background-color:var(--dp-background-color);position:absolute;border-inline-end:1px solid var(--dp-menu-border-color);border-bottom:1px solid var(--dp-menu-border-color);transform:translate(-50%, 50%) rotate(45deg)}.dp__action_extra{text-align:center;padding:2px 0}.dp--preset-dates{padding:5px;border-inline-end:1px solid var(--dp-border-color)}@media only screen and (width <= 600px){.dp--preset-dates{display:flex;align-self:center;border:none;overflow-x:auto;max-width:calc(var(--dp-menu-width) - var(--dp-action-row-padding)*2)}}.dp--preset-dates-collapsed{display:flex;align-self:center;border:none;overflow-x:auto;max-width:calc(var(--dp-menu-width) - var(--dp-action-row-padding)*2)}.dp__sidebar_left{padding:5px;border-inline-end:1px solid var(--dp-border-color)}.dp__sidebar_right{padding:5px;margin-inline-end:1px solid var(--dp-border-color)}.dp--preset-range{display:block;width:100%;padding:5px;text-align:left;white-space:nowrap;color:var(--dp-text-color);border-radius:var(--dp-border-radius);transition:var(--dp-common-transition)}.dp--preset-range:hover{background-color:var(--dp-hover-color);color:var(--dp-hover-text-color);cursor:pointer}@media only screen and (width <= 600px){.dp--preset-range{border:1px solid var(--dp-border-color);margin:0 3px}.dp--preset-range:first-child{margin-left:0}.dp--preset-range:last-child{margin-right:0}}.dp--preset-range-collapsed{border:1px solid var(--dp-border-color);margin:0 3px}.dp--preset-range-collapsed:first-child{margin-left:0}.dp--preset-range-collapsed:last-child{margin-right:0}.dp__menu_content_wrapper{display:flex}@media only screen and (width <= 600px){.dp__menu_content_wrapper{flex-direction:column-reverse}}.dp--menu-content-wrapper-collapsed{flex-direction:column-reverse}.dp__calendar_header{position:relative;display:flex;justify-content:center;align-items:center;color:var(--dp-text-color);white-space:nowrap;font-weight:bold}.dp__calendar_header_item{text-align:center;flex-grow:1;height:var(--dp-cell-size);padding:var(--dp-cell-padding);width:var(--dp-cell-size);box-sizing:border-box}.dp__calendar_row{display:flex;justify-content:center;align-items:center;margin:var(--dp-row-margin)}.dp__calendar_item{text-align:center;flex-grow:1;box-sizing:border-box;color:var(--dp-text-color)}.dp__calendar{position:relative}.dp__calendar_header_cell{border-bottom:thin solid var(--dp-border-color);padding:var(--dp-calendar-header-cell-padding)}.dp__cell_inner{display:flex;align-items:center;text-align:center;justify-content:center;border-radius:var(--dp-cell-border-radius);height:var(--dp-cell-size);padding:var(--dp-cell-padding);width:var(--dp-cell-size);border:1px solid rgba(0,0,0,0);box-sizing:border-box;position:relative}.dp__cell_inner:hover{transition:all .2s}.dp__cell_auto_range_start,.dp__date_hover_start:hover,.dp__range_start{border-end-end-radius:0;border-start-end-radius:0}.dp__cell_auto_range_end,.dp__date_hover_end:hover,.dp__range_end{border-end-start-radius:0;border-start-start-radius:0}.dp__range_end,.dp__range_start,.dp__active_date{background:var(--dp-primary-color);color:var(--dp-primary-text-color)}.dp__date_hover_end:hover,.dp__date_hover_start:hover,.dp__date_hover:hover{background:var(--dp-hover-color);color:var(--dp-hover-text-color)}.dp__cell_offset{color:var(--dp-secondary-color)}.dp__cell_disabled{color:var(--dp-secondary-color);cursor:not-allowed}.dp__range_between{background:var(--dp-range-between-dates-background-color);color:var(--dp-range-between-dates-text-color);border-radius:0;border:1px solid var(--dp-range-between-border-color)}.dp__range_between_week{background:var(--dp-primary-color);color:var(--dp-primary-text-color);border-radius:0;border-top:1px solid var(--dp-primary-color);border-bottom:1px solid var(--dp-primary-color)}.dp__today{border:1px solid var(--dp-primary-color)}.dp__week_num{color:var(--dp-secondary-color);text-align:center}.dp__cell_auto_range{border-radius:0;border-top:1px dashed var(--dp-primary-color);border-bottom:1px dashed var(--dp-primary-color)}.dp__cell_auto_range_start{border-start-start-radius:var(--dp-cell-border-radius);border-end-start-radius:var(--dp-cell-border-radius);border-inline-start:1px dashed var(--dp-primary-color);border-top:1px dashed var(--dp-primary-color);border-bottom:1px dashed var(--dp-primary-color)}.dp__cell_auto_range_end{border-start-end-radius:var(--dp-cell-border-radius);border-end-end-radius:var(--dp-cell-border-radius);border-top:1px dashed var(--dp-primary-color);border-bottom:1px dashed var(--dp-primary-color);border-inline-end:1px dashed var(--dp-primary-color)}.dp__calendar_header_separator{width:100%;height:1px;background:var(--dp-border-color)}.dp__calendar_next{margin-inline-start:var(--dp-multi-calendars-spacing)}.dp__marker_line,.dp__marker_dot{height:5px;background-color:var(--dp-marker-color);position:absolute;bottom:0}.dp__marker_dot{width:5px;border-radius:50%;left:50%;transform:translateX(-50%)}.dp__marker_line{width:100%;left:0}.dp__marker_tooltip{position:absolute;border-radius:var(--dp-border-radius);background-color:var(--dp-tooltip-color);padding:5px;border:1px solid var(--dp-border-color);z-index:99999;box-sizing:border-box;cursor:default}.dp__tooltip_content{white-space:nowrap}.dp__tooltip_text{display:flex;align-items:center;flex-flow:row nowrap;color:var(--dp-text-color)}.dp__tooltip_mark{height:5px;width:5px;border-radius:50%;background-color:var(--dp-text-color);color:var(--dp-text-color);margin-inline-end:5px}.dp__arrow_bottom_tp{bottom:0;height:8px;width:8px;background-color:var(--dp-tooltip-color);position:absolute;border-inline-end:1px solid var(--dp-border-color);border-bottom:1px solid var(--dp-border-color);transform:translate(-50%, 50%) rotate(45deg)}.dp__instance_calendar{position:relative;width:100%}@media only screen and (width <= 600px){.dp__flex_display{flex-direction:column}}.dp--flex-display-collapsed{flex-direction:column}.dp__cell_highlight{background-color:var(--dp-highlight-color)}.dp__month_year_row{display:flex;align-items:center;height:var(--dp-month-year-row-height);color:var(--dp-text-color);box-sizing:border-box}.dp__inner_nav{display:flex;align-items:center;justify-content:center;cursor:pointer;height:var(--dp-month-year-row-button-size);width:var(--dp-month-year-row-button-size);color:var(--dp-icon-color);text-align:center;border-radius:50%}.dp__inner_nav svg{height:var(--dp-button-icon-height);width:var(--dp-button-icon-height)}.dp__inner_nav:hover{background:var(--dp-hover-color);color:var(--dp-hover-icon-color)}[dir=rtl] .dp__inner_nav{transform:rotate(180deg)}.dp__inner_nav_disabled:hover,.dp__inner_nav_disabled{background:var(--dp-disabled-color);color:var(--dp-disabled-color-text);cursor:not-allowed}.dp--year-select,.dp__month_year_select{text-align:center;cursor:pointer;height:var(--dp-month-year-row-height);display:flex;align-items:center;justify-content:center;border-radius:var(--dp-border-radius);box-sizing:border-box;color:var(--dp-text-color)}.dp--year-select:hover,.dp__month_year_select:hover{background:var(--dp-hover-color);color:var(--dp-hover-text-color);transition:var(--dp-common-transition)}.dp__month_year_select{width:50%}.dp--year-select{width:100%}.dp__month_year_wrap{display:flex;flex-direction:row;width:100%}.dp__year_disable_select{justify-content:space-around}.dp--header-wrap{display:flex;width:100%;flex-direction:column}.dp__overlay{width:100%;background:var(--dp-background-color);transition:opacity 1s ease-out;z-index:99999;font-family:var(--dp-font-family);color:var(--dp-text-color);box-sizing:border-box}.dp--overlay-absolute{position:absolute;height:100%;top:0;left:0}.dp--overlay-relative{position:relative}.dp__overlay_container::-webkit-scrollbar-track{box-shadow:var(--dp-scroll-bar-background);background-color:var(--dp-scroll-bar-background)}.dp__overlay_container::-webkit-scrollbar{width:5px;background-color:var(--dp-scroll-bar-background)}.dp__overlay_container::-webkit-scrollbar-thumb{background-color:var(--dp-scroll-bar-color);border-radius:10px}.dp__overlay:focus{border:none;outline:none}.dp__container_flex{display:flex}.dp__container_block{display:block}.dp__overlay_container{flex-direction:column;overflow-y:auto;height:var(--dp-overlay-height)}.dp__time_picker_overlay_container{height:100%}.dp__overlay_row{padding:0;box-sizing:border-box;display:flex;margin-inline:auto auto;flex-wrap:wrap;max-width:100%;width:100%;align-items:center}.dp__flex_row{flex:1}.dp__overlay_col{box-sizing:border-box;width:33%;padding:var(--dp-overlay-col-padding);white-space:nowrap}.dp__overlay_cell_pad{padding:var(--dp-common-padding) 0}.dp__overlay_cell_active{cursor:pointer;border-radius:var(--dp-border-radius);text-align:center;background:var(--dp-primary-color);color:var(--dp-primary-text-color)}.dp__overlay_cell{cursor:pointer;border-radius:var(--dp-border-radius);text-align:center}.dp__overlay_cell:hover{background:var(--dp-hover-color);color:var(--dp-hover-text-color);transition:var(--dp-common-transition)}.dp__cell_in_between{background:var(--dp-hover-color);color:var(--dp-hover-text-color)}.dp__over_action_scroll{right:5px;box-sizing:border-box}.dp__overlay_cell_disabled{cursor:not-allowed;background:var(--dp-disabled-color)}.dp__overlay_cell_disabled:hover{background:var(--dp-disabled-color)}.dp__overlay_cell_active_disabled{cursor:not-allowed;background:var(--dp-primary-disabled-color)}.dp__overlay_cell_active_disabled:hover{background:var(--dp-primary-disabled-color)}.dp__btn,.dp--qr-btn,.dp--time-invalid,.dp--time-overlay-btn{border:none;font:inherit;transition:var(--dp-common-transition);line-height:normal}.dp--year-mode-picker{display:flex;width:100%;align-items:center;justify-content:space-between;height:var(--dp-cell-size)}.dp--tp-wrap{max-width:var(--dp-menu-min-width)}.dp__time_input{width:100%;display:flex;align-items:center;justify-content:center;user-select:none;font-family:var(--dp-font-family);color:var(--dp-text-color)}.dp__time_col_reg_block{padding:0 20px}.dp__time_col_reg_inline{padding:0 10px}.dp__time_col_reg_with_button{padding:0 15px}.dp__time_col_sec{padding:0 10px}.dp__time_col_sec_with_button{padding:0 5px}.dp__time_col{text-align:center;display:flex;align-items:center;justify-content:center;flex-direction:column}.dp__time_col_block{font-size:var(--dp-time-font-size)}.dp__time_display_block{padding:0 3px}.dp__time_display_inline{padding:5px}.dp__time_picker_inline_container{display:flex;width:100%;justify-content:center}.dp__inc_dec_button{padding:5px;margin:0;height:var(--dp-time-inc-dec-button-size);width:var(--dp-time-inc-dec-button-size);display:flex;align-items:center;justify-content:center;cursor:pointer;border-radius:50%;color:var(--dp-icon-color);box-sizing:border-box}.dp__inc_dec_button svg{height:var(--dp-time-inc-dec-button-size);width:var(--dp-time-inc-dec-button-size)}.dp__inc_dec_button:hover{background:var(--dp-hover-color);color:var(--dp-primary-color)}.dp__time_display{cursor:pointer;color:var(--dp-text-color);border-radius:var(--dp-border-radius);display:flex;align-items:center;justify-content:center}.dp__time_display:hover:enabled{background:var(--dp-hover-color);color:var(--dp-hover-text-color)}.dp__inc_dec_button_inline{width:100%;padding:0;height:8px;cursor:pointer;display:flex;align-items:center}.dp__inc_dec_button_disabled,.dp__inc_dec_button_disabled:hover{background:var(--dp-disabled-color);color:var(--dp-disabled-color-text);cursor:not-allowed}.dp__pm_am_button{background:var(--dp-primary-color);color:var(--dp-primary-text-color);border:none;padding:var(--dp-common-padding);border-radius:var(--dp-border-radius);cursor:pointer}.dp__tp_inline_btn_bar{width:100%;height:4px;background-color:var(--dp-secondary-color);transition:var(--dp-common-transition);border-collapse:collapse}.dp__tp_inline_btn_top:hover .dp__tp_btn_in_r{background-color:var(--dp-primary-color);transform:rotate(12deg) scale(1.15) translateY(-2px)}.dp__tp_inline_btn_top:hover .dp__tp_btn_in_l{background-color:var(--dp-primary-color);transform:rotate(-12deg) scale(1.15) translateY(-2px)}.dp__tp_inline_btn_bottom:hover .dp__tp_btn_in_r{background-color:var(--dp-primary-color);transform:rotate(-12deg) scale(1.15) translateY(-2px)}.dp__tp_inline_btn_bottom:hover .dp__tp_btn_in_l{background-color:var(--dp-primary-color);transform:rotate(12deg) scale(1.15) translateY(-2px)}.dp--time-overlay-btn{background:none}.dp--time-invalid{background-color:var(--dp-disabled-color)}.dp__action_row{display:flex;align-items:center;width:100%;padding:var(--dp-action-row-padding);box-sizing:border-box;color:var(--dp-text-color);flex-flow:row nowrap}.dp__action_row svg{height:var(--dp-button-icon-height);width:auto}.dp__selection_preview{display:block;color:var(--dp-text-color);font-size:var(--dp-preview-font-size);overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.dp__action_buttons{display:flex;flex:0;white-space:nowrap;align-items:center;justify-content:flex-end;margin-inline-start:auto}.dp__action_button{display:inline-flex;align-items:center;background:rgba(0,0,0,0);border:1px solid rgba(0,0,0,0);padding:var(--dp-action-buttons-padding);line-height:var(--dp-action-button-height);margin-inline-start:3px;height:var(--dp-action-button-height);cursor:pointer;border-radius:var(--dp-border-radius);font-size:var(--dp-preview-font-size);font-family:var(--dp-font-family)}.dp__action_cancel{color:var(--dp-text-color);border:1px solid var(--dp-border-color)}.dp__action_cancel:hover{border-color:var(--dp-primary-color);transition:var(--dp-action-row-transtion)}.dp__action_buttons .dp__action_select{background:var(--dp-primary-color);color:var(--dp-primary-text-color)}.dp__action_buttons .dp__action_select:hover{background:var(--dp-primary-color);transition:var(--dp-action-row-transtion)}.dp__action_buttons .dp__action_select:disabled{background:var(--dp-primary-disabled-color);cursor:not-allowed}.dp-quarter-picker-wrap{display:flex;flex-direction:column;height:100%;min-width:var(--dp-menu-min-width)}.dp--qr-btn-disabled{cursor:not-allowed;background:var(--dp-disabled-color)}.dp--qr-btn-disabled:hover{background:var(--dp-disabled-color)}.dp--qr-btn{width:100%;padding:var(--dp-common-padding)}.dp--qr-btn:not(.dp--highlighted,.dp--qr-btn-active,.dp--qr-btn-disabled,.dp--qr-btn-between){background:none}.dp--qr-btn:hover:not(.dp--qr-btn-active,.dp--qr-btn-disabled){background:var(--dp-hover-color);color:var(--dp-hover-text-color);transition:var(--dp-common-transition)}.dp--quarter-items{display:flex;flex-direction:column;flex:1;width:100%;height:100%;justify-content:space-evenly}.dp--qr-btn-active{background:var(--dp-primary-color);color:var(--dp-primary-text-color)}.dp--qr-btn-between{background:var(--dp-hover-color);color:var(--dp-hover-text-color)}.dp__btn,.dp--time-overlay-btn,.dp--time-invalid,.dp--qr-btn{border:none;font:inherit;transition:var(--dp-common-transition);line-height:normal}.dp--year-mode-picker{display:flex;width:100%;align-items:center;justify-content:space-between;height:var(--dp-cell-size)}:root{--dp-common-transition: all 0.1s ease-in;--dp-menu-padding: 6px 8px;--dp-animation-duration: 0.1s;--dp-menu-appear-transition-timing: cubic-bezier(.4, 0, 1, 1);--dp-transition-timing: ease-out;--dp-action-row-transtion: all 0.2s ease-in;--dp-font-family: -apple-system, blinkmacsystemfont, "Segoe UI", roboto, oxygen, ubuntu, cantarell, "Open Sans", "Helvetica Neue", sans-serif;--dp-border-radius: 4px;--dp-cell-border-radius: 4px;--dp-transition-length: 22px;--dp-transition-timing-general: 0.1s;--dp-button-height: 35px;--dp-month-year-row-height: 35px;--dp-month-year-row-button-size: 25px;--dp-button-icon-height: 20px;--dp-calendar-wrap-padding: 0 5px;--dp-cell-size: 35px;--dp-cell-padding: 5px;--dp-common-padding: 10px;--dp-input-icon-padding: 35px;--dp-input-padding: 6px 30px 6px 12px;--dp-menu-min-width: 260px;--dp-action-buttons-padding: 1px 6px;--dp-row-margin: 5px 0;--dp-calendar-header-cell-padding: 0.5rem;--dp-multi-calendars-spacing: 10px;--dp-overlay-col-padding: 3px;--dp-time-inc-dec-button-size: 32px;--dp-font-size: 1rem;--dp-preview-font-size: 0.8rem;--dp-time-font-size: 2rem;--dp-action-button-height: 22px;--dp-action-row-padding: 8px}.dp__theme_dark{--dp-background-color: #212121;--dp-text-color: #fff;--dp-hover-color: #484848;--dp-hover-text-color: #fff;--dp-hover-icon-color: #959595;--dp-primary-color: #005cb2;--dp-primary-disabled-color: #61a8ea;--dp-primary-text-color: #fff;--dp-secondary-color: #a9a9a9;--dp-border-color: #2d2d2d;--dp-menu-border-color: #2d2d2d;--dp-border-color-hover: #aaaeb7;--dp-border-color-focus: #aaaeb7;--dp-disabled-color: #737373;--dp-disabled-color-text: #d0d0d0;--dp-scroll-bar-background: #212121;--dp-scroll-bar-color: #484848;--dp-success-color: #00701a;--dp-success-color-disabled: #428f59;--dp-icon-color: #959595;--dp-danger-color: #e53935;--dp-marker-color: #e53935;--dp-tooltip-color: #3e3e3e;--dp-highlight-color: rgb(0 92 178 / 20%);--dp-range-between-dates-background-color: var(--dp-hover-color, #484848);--dp-range-between-dates-text-color: var(--dp-hover-text-color, #fff);--dp-range-between-border-color: var(--dp-hover-color, #fff);--dp-loader: 5px solid #005cb2}.dp__theme_light{--dp-background-color: #fff;--dp-text-color: #212121;--dp-hover-color: #f3f3f3;--dp-hover-text-color: #212121;--dp-hover-icon-color: #959595;--dp-primary-color: #1976d2;--dp-primary-disabled-color: #6bacea;--dp-primary-text-color: #f8f5f5;--dp-secondary-color: #c0c4cc;--dp-border-color: #ddd;--dp-menu-border-color: #ddd;--dp-border-color-hover: #aaaeb7;--dp-border-color-focus: #aaaeb7;--dp-disabled-color: #f6f6f6;--dp-scroll-bar-background: #f3f3f3;--dp-scroll-bar-color: #959595;--dp-success-color: #76d275;--dp-success-color-disabled: #a3d9b1;--dp-icon-color: #959595;--dp-danger-color: #ff6f60;--dp-marker-color: #ff6f60;--dp-tooltip-color: #fafafa;--dp-disabled-color-text: #8e8e8e;--dp-highlight-color: rgb(25 118 210 / 10%);--dp-range-between-dates-background-color: var(--dp-hover-color, #f3f3f3);--dp-range-between-dates-text-color: var(--dp-hover-text-color, #212121);--dp-range-between-border-color: var(--dp-hover-color, #f3f3f3);--dp-loader: 5px solid #1976d2}.dp__flex{display:flex;align-items:center}.dp__btn{background:none}.dp__main{font-family:var(--dp-font-family);user-select:none;box-sizing:border-box;position:relative;width:100%}.dp__pointer{cursor:pointer}.dp__icon{stroke:currentcolor;fill:currentcolor}.dp__button{width:100%;text-align:center;color:var(--dp-icon-color);cursor:pointer;display:flex;align-items:center;place-content:center center;padding:var(--dp-common-padding);box-sizing:border-box;height:var(--dp-button-height)}.dp__button.dp__overlay_action{position:absolute;bottom:0}.dp__button:hover{background:var(--dp-hover-color);color:var(--dp-hover-icon-color)}.dp__button svg{height:var(--dp-button-icon-height);width:auto}.dp__button_bottom{border-bottom-left-radius:var(--dp-border-radius);border-bottom-right-radius:var(--dp-border-radius)}.dp__flex_display{display:flex}.dp__flex_display_with_input{flex-direction:column;align-items:flex-start}.dp__relative{position:relative}.calendar-next-enter-active,.calendar-next-leave-active,.calendar-prev-enter-active,.calendar-prev-leave-active{transition:all var(--dp-transition-timing-general) ease-out}.calendar-next-enter-from{opacity:0;transform:translateX(var(--dp-transition-length))}.calendar-next-leave-to{opacity:0;transform:translateX(calc(var(--dp-transition-length) * -1))}.calendar-prev-enter-from{opacity:0;transform:translateX(calc(var(--dp-transition-length) * -1))}.calendar-prev-leave-to{opacity:0;transform:translateX(var(--dp-transition-length))}.dp-menu-appear-bottom-enter-active,.dp-menu-appear-bottom-leave-active,.dp-menu-appear-top-enter-active,.dp-menu-appear-top-leave-active,.dp-slide-up-enter-active,.dp-slide-up-leave-active,.dp-slide-down-enter-active,.dp-slide-down-leave-active{transition:all var(--dp-animation-duration) var(--dp-transition-timing)}.dp-menu-appear-top-enter-from,.dp-menu-appear-top-leave-to,.dp-slide-down-leave-to,.dp-slide-up-enter-from{opacity:0;transform:translateY(var(--dp-transition-length))}.dp-menu-appear-bottom-enter-from,.dp-menu-appear-bottom-leave-to,.dp-slide-down-enter-from,.dp-slide-up-leave-to{opacity:0;transform:translateY(calc(var(--dp-transition-length) * -1))}.dp--arrow-btn-nav{transition:var(--dp-common-transition)}.dp--highlighted{background-color:var(--dp-highlight-color)}/*# sourceMappingURL=main.css.map */
1480
1533
 
1481
1534
  .datetime-wrap {
1482
1535
  display: flex;
@@ -1791,14 +1844,14 @@ pre code.hljs{
1791
1844
  direction: ltr;
1792
1845
  }
1793
1846
 
1794
- .txtInputIconStart .iconStart[data-v-6e5ae00f] {
1847
+ .txtInputIconStart .iconStart[data-v-26b79ca5] {
1795
1848
  color: var(--input-color);
1796
1849
  position: absolute;
1797
1850
  inset-inline-start:calc(var(--input-height) / 3 - 0.25rem);
1798
1851
  margin-top: calc(var(--input-height) / 2 );
1799
1852
  line-height: 0;
1800
1853
  }
1801
- .textInputSpinnerWrap .spinner[data-v-6e5ae00f] {
1854
+ .textInputSpinnerWrap .spinner[data-v-26b79ca5] {
1802
1855
  color: var(--input-color);
1803
1856
  position: absolute;
1804
1857
  inset-inline-end: 0;
@@ -1808,28 +1861,28 @@ pre code.hljs{
1808
1861
  flex-direction: column;
1809
1862
  gap: 0;
1810
1863
  }
1811
- .top-bgl-ctrl-num-btn[data-v-6e5ae00f]{
1864
+ .top-bgl-ctrl-num-btn[data-v-26b79ca5]{
1812
1865
  margin-top: calc(var(--input-height) / 10) !important;
1813
1866
  }
1814
- .bgl-ctrl-num-btn[data-v-6e5ae00f]{
1867
+ .bgl-ctrl-num-btn[data-v-26b79ca5]{
1815
1868
  height: calc(var(--input-height) / 2.5) !important;
1816
1869
  isolation: isolate;
1817
1870
  }
1818
- .bgl-big-ctrl-num-btn[data-v-6e5ae00f]{
1871
+ .bgl-big-ctrl-num-btn[data-v-26b79ca5]{
1819
1872
  width: 100% !important;
1820
1873
  isolation: isolate;
1821
1874
  }
1822
- .bgl-number-input[data-v-6e5ae00f]{
1875
+ .bgl-number-input[data-v-26b79ca5]{
1823
1876
  padding-inline-end: 1.75rem !important;
1824
1877
  }
1825
1878
 
1826
- .otp_wrap[data-v-5c22c199] {
1879
+ .otp_wrap[data-v-8e8db33e] {
1827
1880
  display: flex;
1828
1881
  flex-direction: row;
1829
1882
  justify-content: center;
1830
1883
  align-items: center;
1831
1884
  }
1832
- .digit-box[data-v-5c22c199] {
1885
+ .digit-box[data-v-8e8db33e] {
1833
1886
  height: 3rem;
1834
1887
  flex-grow: 1;
1835
1888
  border: 1px solid var(--bgl-primary-tint);
@@ -1842,20 +1895,20 @@ pre code.hljs{
1842
1895
  -moz-appearance: textfield; /* Firefox */
1843
1896
  caret-color: transparent;
1844
1897
  }
1845
- .digit-box[data-v-5c22c199]::-webkit-outer-spin-button,
1846
- .digit-box[data-v-5c22c199]::-webkit-inner-spin-button {
1898
+ .digit-box[data-v-8e8db33e]::-webkit-outer-spin-button,
1899
+ .digit-box[data-v-8e8db33e]::-webkit-inner-spin-button {
1847
1900
  -webkit-appearance: none; /* Chrome, Safari, Edge, Opera */
1848
1901
  margin: 0;
1849
1902
  }
1850
- .digit-box[data-v-5c22c199]:focus {
1903
+ .digit-box[data-v-8e8db33e]:focus {
1851
1904
  outline: 1px solid var(--bgl-primary);
1852
1905
  filter: drop-shadow(0 0 0.25rem var(--bgl-primary));
1853
1906
  }
1854
- .digit-box[type="number"][data-v-5c22c199] {
1907
+ .digit-box[type="number"][data-v-8e8db33e] {
1855
1908
  -moz-appearance: textfield; /* Firefox */
1856
1909
  }
1857
1910
  @media screen and (max-width: 910px) {
1858
- .digit-box[data-v-5c22c199] {
1911
+ .digit-box[data-v-8e8db33e] {
1859
1912
  padding: 0.25rem;
1860
1913
  }
1861
1914
  }
@@ -2348,58 +2401,58 @@ line-height: 1.65;
2348
2401
  font-size: var(--label-font-size);
2349
2402
  }
2350
2403
 
2351
- .bagel-input textarea[data-v-54de82a7] {
2404
+ .bagel-input textarea[data-v-99e3ea36] {
2352
2405
  min-height: unset;
2353
2406
  font-size: var(--input-font-size);
2354
2407
  }
2355
- .bagel-input.text-input textarea[data-v-54de82a7] {
2408
+ .bagel-input.text-input textarea[data-v-99e3ea36] {
2356
2409
  resize: none;
2357
2410
  }
2358
- .code textarea[data-v-54de82a7] {
2411
+ .code textarea[data-v-99e3ea36] {
2359
2412
  font-family: 'Inconsolata', monospace;
2360
2413
  background: var(--bgl-code-bg) !important;
2361
2414
  color: var(--bgl-light-text) !important;
2362
2415
  }
2363
- .code textarea[data-v-54de82a7]::placeholder {
2416
+ .code textarea[data-v-99e3ea36]::placeholder {
2364
2417
  color: var(--bgl-light-text) !important;
2365
2418
  opacity: 0.3;
2366
2419
  }
2367
- .bagel-input.small[data-v-54de82a7] {
2420
+ .bagel-input.small[data-v-99e3ea36] {
2368
2421
  margin-bottom: 0;
2369
2422
  height: 30px;
2370
2423
  }
2371
- .bagel-input.dense label[data-v-54de82a7] {
2424
+ .bagel-input.dense label[data-v-99e3ea36] {
2372
2425
  display: flex;
2373
2426
  align-items: center;
2374
2427
  gap: 0.5rem;
2375
2428
  }
2376
- .bagel-input input[data-v-54de82a7]:disabled {
2429
+ .bagel-input input[data-v-99e3ea36]:disabled {
2377
2430
  background: #f5f5f5;
2378
2431
  }
2379
- .bagel-input label[data-v-54de82a7] {
2432
+ .bagel-input label[data-v-99e3ea36] {
2380
2433
  font-size: var(--label-font-size);
2381
2434
  }
2382
- .textInputIconWrap .bgl_icon-font[data-v-54de82a7] {
2435
+ .textInputIconWrap .bgl_icon-font[data-v-99e3ea36] {
2383
2436
  color: var(--input-color);
2384
2437
  position: absolute;
2385
2438
  inset-inline-end:calc(var(--input-height) / 3 - 0.25rem);
2386
2439
  margin-top: calc(var(--input-height) / 2 + 0.1rem);
2387
2440
  line-height: 0;
2388
2441
  }
2389
- .textInputIconWrap input[data-v-54de82a7]{
2442
+ .textInputIconWrap input[data-v-99e3ea36]{
2390
2443
  padding-inline-end: calc(var(--input-height) / 3 + 1.5rem);
2391
2444
  }
2392
- .txtInputIconStart .iconStart[data-v-54de82a7] {
2445
+ .txtInputIconStart .iconStart[data-v-99e3ea36] {
2393
2446
  color: var(--input-color);
2394
2447
  position: absolute;
2395
2448
  inset-inline-start:calc(var(--input-height) / 3 - 0.25rem);
2396
2449
  margin-top: calc(var(--input-height) / 2 );
2397
2450
  line-height: 0;
2398
2451
  }
2399
- .txtInputIconStart input[data-v-54de82a7], .txtInputIconStart textarea[data-v-54de82a7]{
2452
+ .txtInputIconStart input[data-v-99e3ea36], .txtInputIconStart textarea[data-v-99e3ea36]{
2400
2453
  padding-inline-start: calc(var(--input-height) / 3 + 1.5rem);
2401
2454
  }
2402
- .bagel-input.small textarea[data-v-54de82a7] {
2455
+ .bagel-input.small textarea[data-v-99e3ea36] {
2403
2456
  height: 30px;
2404
2457
  }
2405
2458
 
@@ -4566,7 +4619,8 @@ to {
4566
4619
  display: flex;
4567
4620
  }.justify-items-center {
4568
4621
  justify-items: center;
4569
- }.justify-content-center {
4622
+ }.justify-content,
4623
+ .justify-content-center {
4570
4624
  justify-content: center;
4571
4625
  }.justify-content-start {
4572
4626
  justify-content: start;
@@ -6261,6 +6315,86 @@ to {
6261
6315
  .h-min-100px,
6262
6316
  .min-h100px {
6263
6317
  min-height: 100px;
6318
+ }.h-110,
6319
+ .h110p,
6320
+ .h-110p {
6321
+ height: 110%;
6322
+ }.vh-110,
6323
+ .h-110vh,
6324
+ .h110vh {
6325
+ height: 110vh;
6326
+ }.h-110px,
6327
+ .h110px {
6328
+ height: 110px;
6329
+ }.hm-110px,
6330
+ .max-h-110px,
6331
+ .h-max-110px,
6332
+ .max-h110px {
6333
+ max-height: 110px;
6334
+ }.min-h-110px,
6335
+ .h-min-110px,
6336
+ .min-h110px {
6337
+ min-height: 110px;
6338
+ }.h-120,
6339
+ .h120p,
6340
+ .h-120p {
6341
+ height: 120%;
6342
+ }.vh-120,
6343
+ .h-120vh,
6344
+ .h120vh {
6345
+ height: 120vh;
6346
+ }.h-120px,
6347
+ .h120px {
6348
+ height: 120px;
6349
+ }.hm-120px,
6350
+ .max-h-120px,
6351
+ .h-max-120px,
6352
+ .max-h120px {
6353
+ max-height: 120px;
6354
+ }.min-h-120px,
6355
+ .h-min-120px,
6356
+ .min-h120px {
6357
+ min-height: 120px;
6358
+ }.h-130,
6359
+ .h130p,
6360
+ .h-130p {
6361
+ height: 130%;
6362
+ }.vh-130,
6363
+ .h-130vh,
6364
+ .h130vh {
6365
+ height: 130vh;
6366
+ }.h-130px,
6367
+ .h130px {
6368
+ height: 130px;
6369
+ }.hm-130px,
6370
+ .max-h-130px,
6371
+ .h-max-130px,
6372
+ .max-h130px {
6373
+ max-height: 130px;
6374
+ }.min-h-130px,
6375
+ .h-min-130px,
6376
+ .min-h130px {
6377
+ min-height: 130px;
6378
+ }.h-140,
6379
+ .h140p,
6380
+ .h-140p {
6381
+ height: 140%;
6382
+ }.vh-140,
6383
+ .h-140vh,
6384
+ .h140vh {
6385
+ height: 140vh;
6386
+ }.h-140px,
6387
+ .h140px {
6388
+ height: 140px;
6389
+ }.hm-140px,
6390
+ .max-h-140px,
6391
+ .h-max-140px,
6392
+ .max-h140px {
6393
+ max-height: 140px;
6394
+ }.min-h-140px,
6395
+ .h-min-140px,
6396
+ .min-h140px {
6397
+ min-height: 140px;
6264
6398
  }.h-150,
6265
6399
  .h150p,
6266
6400
  .h-150p {
@@ -8158,6 +8292,7 @@ to {
8158
8292
  justify-items: center;
8159
8293
  }
8160
8294
 
8295
+ .m_justify-content,
8161
8296
  .m_justify-content-center {
8162
8297
  justify-content: center;
8163
8298
  }
@@ -9904,6 +10039,126 @@ to {
9904
10039
  min-height: 100px;
9905
10040
  }
9906
10041
 
10042
+ .m_h-110,
10043
+ .m_h110p,
10044
+ .m_h-110p {
10045
+ height: 110%;
10046
+ }
10047
+
10048
+ .m_vh-110,
10049
+ .m_h-110vh,
10050
+ .m_h110vh {
10051
+ height: 110vh;
10052
+ }
10053
+
10054
+ .m_h-110px,
10055
+ .m_h110px {
10056
+ height: 110px;
10057
+ }
10058
+
10059
+ .m_hm-110px,
10060
+ .m_max-h-110px,
10061
+ .m_h-max-110px,
10062
+ .m_max-h110px {
10063
+ max-height: 110px;
10064
+ }
10065
+
10066
+ .m_min-h-110px,
10067
+ .m_h-min-110px,
10068
+ .m_min-h110px {
10069
+ min-height: 110px;
10070
+ }
10071
+
10072
+ .m_h-120,
10073
+ .m_h120p,
10074
+ .m_h-120p {
10075
+ height: 120%;
10076
+ }
10077
+
10078
+ .m_vh-120,
10079
+ .m_h-120vh,
10080
+ .m_h120vh {
10081
+ height: 120vh;
10082
+ }
10083
+
10084
+ .m_h-120px,
10085
+ .m_h120px {
10086
+ height: 120px;
10087
+ }
10088
+
10089
+ .m_hm-120px,
10090
+ .m_max-h-120px,
10091
+ .m_h-max-120px,
10092
+ .m_max-h120px {
10093
+ max-height: 120px;
10094
+ }
10095
+
10096
+ .m_min-h-120px,
10097
+ .m_h-min-120px,
10098
+ .m_min-h120px {
10099
+ min-height: 120px;
10100
+ }
10101
+
10102
+ .m_h-130,
10103
+ .m_h130p,
10104
+ .m_h-130p {
10105
+ height: 130%;
10106
+ }
10107
+
10108
+ .m_vh-130,
10109
+ .m_h-130vh,
10110
+ .m_h130vh {
10111
+ height: 130vh;
10112
+ }
10113
+
10114
+ .m_h-130px,
10115
+ .m_h130px {
10116
+ height: 130px;
10117
+ }
10118
+
10119
+ .m_hm-130px,
10120
+ .m_max-h-130px,
10121
+ .m_h-max-130px,
10122
+ .m_max-h130px {
10123
+ max-height: 130px;
10124
+ }
10125
+
10126
+ .m_min-h-130px,
10127
+ .m_h-min-130px,
10128
+ .m_min-h130px {
10129
+ min-height: 130px;
10130
+ }
10131
+
10132
+ .m_h-140,
10133
+ .m_h140p,
10134
+ .m_h-140p {
10135
+ height: 140%;
10136
+ }
10137
+
10138
+ .m_vh-140,
10139
+ .m_h-140vh,
10140
+ .m_h140vh {
10141
+ height: 140vh;
10142
+ }
10143
+
10144
+ .m_h-140px,
10145
+ .m_h140px {
10146
+ height: 140px;
10147
+ }
10148
+
10149
+ .m_hm-140px,
10150
+ .m_max-h-140px,
10151
+ .m_h-max-140px,
10152
+ .m_max-h140px {
10153
+ max-height: 140px;
10154
+ }
10155
+
10156
+ .m_min-h-140px,
10157
+ .m_h-min-140px,
10158
+ .m_min-h140px {
10159
+ min-height: 140px;
10160
+ }
10161
+
9907
10162
  .m_h-150,
9908
10163
  .m_h150p,
9909
10164
  .m_h-150p {
@@ -14094,144 +14349,144 @@ select {
14094
14349
  opacity: 0;
14095
14350
  }
14096
14351
  }.txt-center {
14097
- text-align: center;
14352
+ text-align: center;
14098
14353
  }.txt-start {
14099
- text-align: start;
14354
+ text-align: start;
14100
14355
  }.txt-end {
14101
- text-align: end;
14356
+ text-align: end;
14102
14357
  }.txt-small {
14103
- font-size: 12px;
14358
+ font-size: 12px;
14104
14359
  }.txt20,
14105
14360
  .txt-20 {
14106
- font-size: 20px;
14361
+ font-size: 20px;
14107
14362
  }.txt24,
14108
14363
  .txt-24 {
14109
- font-size: 24px;
14364
+ font-size: 24px;
14110
14365
  }.txt28,
14111
14366
  .txt-28 {
14112
- font-size: 28px;
14367
+ font-size: 28px;
14113
14368
  }.txt30,
14114
14369
  .txt-30 {
14115
- font-size: 30px;
14370
+ font-size: 30px;
14116
14371
  }.txt32,
14117
14372
  .txt-32 {
14118
- font-size: 32px;
14373
+ font-size: 32px;
14119
14374
  }.txt36,
14120
14375
  .txt-36 {
14121
- font-size: 36px;
14376
+ font-size: 36px;
14122
14377
  }.txt40,
14123
14378
  .txt-40 {
14124
- font-size: 40px;
14379
+ font-size: 40px;
14125
14380
  }.txt44,
14126
14381
  .txt-44 {
14127
- font-size: 44px;
14382
+ font-size: 44px;
14128
14383
  }.txt48,
14129
14384
  .txt-48 {
14130
- font-size: 48px;
14385
+ font-size: 48px;
14131
14386
  }.txt50,
14132
14387
  .txt-50 {
14133
- font-size: 50px;
14388
+ font-size: 50px;
14134
14389
  }.txt52,
14135
14390
  .txt-52 {
14136
- font-size: 52px;
14391
+ font-size: 52px;
14137
14392
  }.txt56,
14138
14393
  .txt-56 {
14139
- font-size: 56px;
14394
+ font-size: 56px;
14140
14395
  }.txt60,
14141
14396
  .txt-60 {
14142
- font-size: 60px;
14397
+ font-size: 60px;
14143
14398
  }.txt64,
14144
14399
  .txt-64 {
14145
- font-size: 64px;
14400
+ font-size: 64px;
14146
14401
  }.txt68,
14147
14402
  .txt-68 {
14148
- font-size: 68px;
14403
+ font-size: 68px;
14149
14404
  }.txt70,
14150
14405
  .txt-70 {
14151
- font-size: 70px;
14406
+ font-size: 70px;
14152
14407
  }.txt72,
14153
14408
  .txt-72 {
14154
- font-size: 72px;
14409
+ font-size: 72px;
14155
14410
  }.txt80,
14156
14411
  .txt-80 {
14157
- font-size: 80px;
14412
+ font-size: 80px;
14158
14413
  }.txt90,
14159
14414
  .txt-90 {
14160
- font-size: 90px;
14415
+ font-size: 90px;
14161
14416
  }.txt100,
14162
14417
  .txt-100 {
14163
- font-size: 100px;
14418
+ font-size: 100px;
14164
14419
  }.txt110,
14165
14420
  .txt-110 {
14166
- font-size: 110px;
14421
+ font-size: 110px;
14167
14422
  }.txt120,
14168
14423
  .txt-120 {
14169
- font-size: 120px;
14424
+ font-size: 120px;
14170
14425
  }.txt130,
14171
14426
  .txt-130 {
14172
- font-size: 130px;
14427
+ font-size: 130px;
14173
14428
  }.txt140,
14174
14429
  .txt-140 {
14175
- font-size: 140px;
14430
+ font-size: 140px;
14176
14431
  }.txt150,
14177
14432
  .txt-150 {
14178
- font-size: 150px;
14433
+ font-size: 150px;
14179
14434
  }.txt18,
14180
14435
  .txt-18 {
14181
- font-size: 18px;
14436
+ font-size: 18px;
14182
14437
  }.txt16,
14183
14438
  .txt-16 {
14184
- font-size: 16px;
14439
+ font-size: 16px;
14185
14440
  }.txt14,
14186
14441
  .txt-14 {
14187
- font-size: 14px;
14442
+ font-size: 14px;
14188
14443
  }.txt12,
14189
14444
  .txt-12 {
14190
- font-size: 12px;
14445
+ font-size: 12px;
14191
14446
  }.txt10,
14192
14447
  .txt-10 {
14193
- font-size: 10px;
14448
+ font-size: 10px;
14194
14449
  }.txt9,
14195
14450
  .txt-9 {
14196
- font-size: 9px;
14451
+ font-size: 9px;
14197
14452
  }.no-margin {
14198
- margin: 0;
14453
+ margin: 0;
14199
14454
  }.txt-gray,
14200
14455
  .txtgray {
14201
- color: var(--bgl-gray);
14456
+ color: var(--bgl-gray);
14202
14457
  }.txt-blue,
14203
14458
  .txtblue {
14204
- color: var(--bgl-primary);
14459
+ color: var(--bgl-primary);
14205
14460
  }.txt-black,
14206
14461
  .txtblack {
14207
- color: var(--bgl-black);
14462
+ color: var(--bgl-black);
14208
14463
  }.txt-red,
14209
14464
  .txtred {
14210
- color: var(--bgl-red);
14465
+ color: var(--bgl-red);
14211
14466
  }.txt-white,
14212
14467
  .txtwhite {
14213
- color: var(--bgl-white);
14468
+ color: var(--bgl-white);
14214
14469
  }.font-thin,
14215
14470
  .txt-thin {
14216
- font-weight: 100;
14471
+ font-weight: 100;
14217
14472
  }.extra-light,
14218
14473
  .font-extra-light,
14219
14474
  .txt-extra-light,
14220
14475
  .font-ultra-light,
14221
14476
  .txt-ultra-light {
14222
- font-weight: 200;
14477
+ font-weight: 200;
14223
14478
  }.light,
14224
14479
  .txt-light,
14225
14480
  .font-light {
14226
- font-weight: 300;
14481
+ font-weight: 300;
14227
14482
  }.regular,
14228
14483
  .txt-regular,
14229
14484
  .font-regular {
14230
- font-weight: 400;
14485
+ font-weight: 400;
14231
14486
  }.medium,
14232
14487
  .txt-medium,
14233
14488
  .font-medium {
14234
- font-weight: 500;
14489
+ font-weight: 500;
14235
14490
  }.semi,
14236
14491
  .semibold,
14237
14492
  .txt-semi,
@@ -14239,584 +14494,585 @@ select {
14239
14494
  .font-regular,
14240
14495
  .font-semi,
14241
14496
  .font-semibold {
14242
- font-weight: 600;
14497
+ font-weight: 600;
14243
14498
  }.bold,
14244
14499
  .txt-bold,
14245
14500
  .font-bold {
14246
- font-weight: 700;
14501
+ font-weight: 700;
14247
14502
  }.extra-bold,
14248
14503
  .font-extra-bold,
14249
14504
  .txt-extra-bold,
14250
14505
  .font-ultra-bold,
14251
14506
  .txt-ultra-bold {
14252
- font-weight: 800;
14507
+ font-weight: 800;
14253
14508
  }.black,
14254
14509
  .font-black {
14255
- font-weight: 900;
14510
+ font-weight: 900;
14256
14511
  }.line-height-0 {
14257
- line-height: 0;
14512
+ line-height: 0;
14258
14513
  }.line-height-01 {
14259
- line-height: 0.1;
14514
+ line-height: 0.1;
14260
14515
  }.line-height-02 {
14261
- line-height: 0.2;
14516
+ line-height: 0.2;
14262
14517
  }.line-height-03 {
14263
- line-height: 0.3;
14518
+ line-height: 0.3;
14264
14519
  }.line-height-04 {
14265
- line-height: 0.4;
14520
+ line-height: 0.4;
14266
14521
  }.line-height-05 {
14267
- line-height: 0.5;
14522
+ line-height: 0.5;
14268
14523
  }.line-height-06 {
14269
- line-height: 0.6;
14524
+ line-height: 0.6;
14270
14525
  }.line-height-07 {
14271
- line-height: 0.7;
14526
+ line-height: 0.7;
14272
14527
  }.line-height-08 {
14273
- line-height: 0.8;
14528
+ line-height: 0.8;
14274
14529
  }.line-height-09 {
14275
- line-height: 0.9;
14530
+ line-height: 0.9;
14276
14531
  }.line-height-1 {
14277
- line-height: 1;
14532
+ line-height: 1;
14278
14533
  }.line-height-11 {
14279
- line-height: 1.1;
14534
+ line-height: 1.1;
14280
14535
  }.line-height-12 {
14281
- line-height: 1.2;
14536
+ line-height: 1.2;
14282
14537
  }.line-height-13 {
14283
- line-height: 1.3;
14538
+ line-height: 1.3;
14284
14539
  }.line-height-14 {
14285
- line-height: 1.4;
14540
+ line-height: 1.4;
14286
14541
  }.line-height-15 {
14287
- line-height: 1.5;
14542
+ line-height: 1.5;
14288
14543
  }.line-height-16 {
14289
- line-height: 1.6;
14544
+ line-height: 1.6;
14290
14545
  }.line-height-17 {
14291
- line-height: 1.7;
14546
+ line-height: 1.7;
14292
14547
  }.line-height-18 {
14293
- line-height: 1.8;
14548
+ line-height: 1.8;
14294
14549
  }.line-height-19 {
14295
- line-height: 1.9;
14550
+ line-height: 1.9;
14296
14551
  }.line-height-2 {
14297
- line-height: 2;
14552
+ line-height: 2;
14298
14553
  }.line-height-normal {
14299
- line-height: normal;
14554
+ line-height: normal;
14300
14555
  }.ellipsis {
14301
- overflow: hidden;
14302
- display: block;
14303
- width: 100%;
14304
- text-overflow: ellipsis;
14556
+ overflow: hidden;
14557
+ display: block;
14558
+ width: 100%;
14559
+ text-overflow: ellipsis;
14305
14560
  }.ellipsis-1,
14306
14561
  .ellipsis-2,
14307
14562
  .ellipsis-3,
14308
14563
  .ellipsis-4,
14309
14564
  .ellipsis-5,
14310
14565
  .ellipsis-6 {
14311
- display: block;
14312
- display: -webkit-box;
14313
- max-width: 100%;
14314
- -webkit-box-orient: vertical;
14315
- overflow: hidden;
14316
- text-overflow: ellipsis;
14566
+ display: block;
14567
+ display: -webkit-box;
14568
+ max-width: 100%;
14569
+ -webkit-box-orient: vertical;
14570
+ overflow: hidden;
14571
+ text-overflow: ellipsis;
14317
14572
  }.ellipsis-1 {
14318
- -webkit-line-clamp: 1;
14573
+ -webkit-line-clamp: 1;
14319
14574
  }.ellipsis-2 {
14320
- -webkit-line-clamp: 2;
14575
+ -webkit-line-clamp: 2;
14321
14576
  }.ellipsis-3 {
14322
- -webkit-line-clamp: 3;
14577
+ -webkit-line-clamp: 3;
14323
14578
  }.ellipsis-4 {
14324
- -webkit-line-clamp: 4;
14579
+ -webkit-line-clamp: 4;
14325
14580
  }.ellipsis-5 {
14326
- -webkit-line-clamp: 5;
14581
+ -webkit-line-clamp: 5;
14327
14582
  }.ellipsis-6 {
14328
- -webkit-line-clamp: 6;
14583
+ -webkit-line-clamp: 6;
14329
14584
  }.pointer {
14330
- cursor: pointer;
14585
+ cursor: pointer;
14331
14586
  }.grab {
14332
- cursor: grab;
14587
+ cursor: grab;
14333
14588
  }.grab:active {
14334
- cursor: grabbing;
14589
+ cursor: grabbing;
14335
14590
  }.not-allowed {
14336
- cursor: not-allowed;
14591
+ cursor: not-allowed;
14337
14592
  }.decoration-none {
14338
- text-decoration: none;
14593
+ text-decoration: none;
14339
14594
  }.underline,
14340
14595
  .decoration-underline {
14341
- text-decoration: underline !important;
14596
+ text-decoration: underline !important;
14342
14597
  }.word-break {
14343
- word-break: break-word;
14598
+ word-break: break-word;
14344
14599
  }.word-break-all {
14345
- word-break: break-all;
14600
+ word-break: break-all;
14346
14601
  }.uppercase {
14347
- text-transform: uppercase;
14602
+ text-transform: uppercase;
14348
14603
  }.lowercase {
14349
- text-transform: lowercase;
14604
+ text-transform: lowercase;
14350
14605
  }.capitalize {
14351
- text-transform: capitalize;
14606
+ text-transform: capitalize;
14352
14607
  }.bgl_icon-font {
14353
- font-family: 'Material Symbols Outlined', serif !important;
14608
+ font-family: 'Material Symbols Outlined', serif !important;
14609
+ }.bgl_icon-font.fa {
14610
+ font-family: 'Font Awesome 6 Free', serif !important;
14354
14611
  }.nowrap {
14355
- white-space: nowrap;
14612
+ white-space: nowrap;
14356
14613
  }.balance {
14357
- text-wrap: balance;
14614
+ text-wrap: balance;
14358
14615
  }.pretty {
14359
- text-wrap: pretty;
14616
+ text-wrap: pretty;
14360
14617
  }.white-space {
14361
- white-space: nowrap;
14618
+ white-space: nowrap;
14362
14619
  }@media screen and (max-width: 910px) {
14620
+ .txt20,
14621
+ .txt-20 {
14622
+ font-size: 18px;
14623
+ }
14624
+
14625
+ .txt16,
14626
+ .txt-16 {
14627
+ font-size: 14px;
14628
+ }
14629
+
14630
+ .txt14,
14631
+ .txt-14 {
14632
+ font-size: 12px;
14633
+ }
14634
+
14635
+ .m_txt-center {
14636
+ text-align: center;
14637
+ }
14638
+
14639
+ .m_txt-start {
14640
+ text-align: start;
14641
+ }
14642
+
14643
+ .m_txt-end {
14644
+ text-align: end;
14645
+ }
14646
+
14647
+ .m_txt-small {
14648
+ font-size: 12px;
14649
+ }
14650
+
14651
+ .m_txt20,
14652
+ .m_txt-20 {
14653
+ font-size: 20px;
14654
+ }
14655
+
14656
+ .m_txt24,
14657
+ .m_txt-24 {
14658
+ font-size: 24px;
14659
+ }
14660
+
14661
+ .m_txt28,
14662
+ .m_txt-28 {
14663
+ font-size: 28px;
14664
+ }
14665
+
14666
+ .m_txt30,
14667
+ .m_txt-30 {
14668
+ font-size: 30px;
14669
+ }
14670
+
14671
+ .m_txt32,
14672
+ .m_txt-32 {
14673
+ font-size: 32px;
14674
+ }
14675
+
14676
+ .m_txt36,
14677
+ .m_txt-36 {
14678
+ font-size: 36px;
14679
+ }
14680
+
14681
+ .m_txt40,
14682
+ .m_txt-40 {
14683
+ font-size: 40px;
14684
+ }
14685
+
14686
+ .m_txt44,
14687
+ .m_txt-44 {
14688
+ font-size: 44px;
14689
+ }
14690
+
14691
+ .m_txt48,
14692
+ .m_txt-48 {
14693
+ font-size: 48px;
14694
+ }
14695
+
14696
+ .m_txt50,
14697
+ .m_txt-50 {
14698
+ font-size: 50px;
14699
+ }
14700
+
14701
+ .m_txt52,
14702
+ .m_txt-52 {
14703
+ font-size: 52px;
14704
+ }
14705
+
14706
+ .m_txt56,
14707
+ .m_txt-56 {
14708
+ font-size: 56px;
14709
+ }
14710
+
14711
+ .m_txt60,
14712
+ .m_txt-60 {
14713
+ font-size: 60px;
14714
+ }
14715
+
14716
+ .m_txt64,
14717
+ .m_txt-64 {
14718
+ font-size: 64px;
14719
+ }
14720
+
14721
+ .m_txt68,
14722
+ .m_txt-68 {
14723
+ font-size: 68px;
14724
+ }
14725
+
14726
+ .m_txt70,
14727
+ .m_txt-70 {
14728
+ font-size: 70px;
14729
+ }
14730
+
14731
+ .m_txt72,
14732
+ .m_txt-72 {
14733
+ font-size: 72px;
14734
+ }
14735
+
14736
+ .m_txt80,
14737
+ .m_txt-80 {
14738
+ font-size: 80px;
14739
+ }
14740
+
14741
+ .m_txt90,
14742
+ .m_txt-90 {
14743
+ font-size: 90px;
14744
+ }
14745
+
14746
+ .m_txt100,
14747
+ .m_txt-100 {
14748
+ font-size: 100px;
14749
+ }
14750
+
14751
+ .m_txt110,
14752
+ .m_txt-110 {
14753
+ font-size: 110px;
14754
+ }
14755
+
14756
+ .m_txt120,
14757
+ .m_txt-120 {
14758
+ font-size: 120px;
14759
+ }
14760
+
14761
+ .m_txt130,
14762
+ .m_txt-130 {
14763
+ font-size: 130px;
14764
+ }
14765
+
14766
+ .m_txt140,
14767
+ .m_txt-140 {
14768
+ font-size: 140px;
14769
+ }
14770
+
14771
+ .m_txt150,
14772
+ .m_txt-150 {
14773
+ font-size: 150px;
14774
+ }
14775
+
14776
+ .m_txt18,
14777
+ .m_txt-18 {
14778
+ font-size: 18px;
14779
+ }
14780
+
14781
+ .m_txt16,
14782
+ .m_txt-16 {
14783
+ font-size: 16px;
14784
+ }
14785
+
14786
+ .m_txt14,
14787
+ .m_txt-14 {
14788
+ font-size: 14px;
14789
+ }
14790
+
14791
+ .m_txt12,
14792
+ .m_txt-12 {
14793
+ font-size: 12px;
14794
+ }
14795
+
14796
+ .m_txt10,
14797
+ .m_txt-10 {
14798
+ font-size: 10px;
14799
+ }
14363
14800
 
14364
- .txt20,
14365
- .txt-20 {
14366
- font-size: 18px;
14367
- }
14368
-
14369
- .txt16,
14370
- .txt-16 {
14371
- font-size: 14px;
14372
- }
14373
-
14374
- .txt14,
14375
- .txt-14 {
14376
- font-size: 12px;
14377
- }
14378
-
14379
- .m_txt-center {
14380
- text-align: center;
14381
- }
14382
-
14383
- .m_txt-start {
14384
- text-align: start;
14385
- }
14386
-
14387
- .m_txt-end {
14388
- text-align: end;
14389
- }
14390
-
14391
- .m_txt-small {
14392
- font-size: 12px;
14393
- }
14394
-
14395
- .m_txt20,
14396
- .m_txt-20 {
14397
- font-size: 20px;
14398
- }
14399
-
14400
- .m_txt24,
14401
- .m_txt-24 {
14402
- font-size: 24px;
14403
- }
14404
-
14405
- .m_txt28,
14406
- .m_txt-28 {
14407
- font-size: 28px;
14408
- }
14409
-
14410
- .m_txt30,
14411
- .m_txt-30 {
14412
- font-size: 30px;
14413
- }
14414
-
14415
- .m_txt32,
14416
- .m_txt-32 {
14417
- font-size: 32px;
14418
- }
14419
-
14420
- .m_txt36,
14421
- .m_txt-36 {
14422
- font-size: 36px;
14423
- }
14424
-
14425
- .m_txt40,
14426
- .m_txt-40 {
14427
- font-size: 40px;
14428
- }
14429
-
14430
- .m_txt44,
14431
- .m_txt-44 {
14432
- font-size: 44px;
14433
- }
14434
-
14435
- .m_txt48,
14436
- .m_txt-48 {
14437
- font-size: 48px;
14438
- }
14439
-
14440
- .m_txt50,
14441
- .m_txt-50 {
14442
- font-size: 50px;
14443
- }
14444
-
14445
- .m_txt52,
14446
- .m_txt-52 {
14447
- font-size: 52px;
14448
- }
14449
-
14450
- .m_txt56,
14451
- .m_txt-56 {
14452
- font-size: 56px;
14453
- }
14454
-
14455
- .m_txt60,
14456
- .m_txt-60 {
14457
- font-size: 60px;
14458
- }
14459
-
14460
- .m_txt64,
14461
- .m_txt-64 {
14462
- font-size: 64px;
14463
- }
14464
-
14465
- .m_txt68,
14466
- .m_txt-68 {
14467
- font-size: 68px;
14468
- }
14469
-
14470
- .m_txt70,
14471
- .m_txt-70 {
14472
- font-size: 70px;
14473
- }
14474
-
14475
- .m_txt72,
14476
- .m_txt-72 {
14477
- font-size: 72px;
14478
- }
14479
-
14480
- .m_txt80,
14481
- .m_txt-80 {
14482
- font-size: 80px;
14483
- }
14484
-
14485
- .m_txt90,
14486
- .m_txt-90 {
14487
- font-size: 90px;
14488
- }
14489
-
14490
- .m_txt100,
14491
- .m_txt-100 {
14492
- font-size: 100px;
14493
- }
14494
-
14495
- .m_txt110,
14496
- .m_txt-110 {
14497
- font-size: 110px;
14498
- }
14499
-
14500
- .m_txt120,
14501
- .m_txt-120 {
14502
- font-size: 120px;
14503
- }
14504
-
14505
- .m_txt130,
14506
- .m_txt-130 {
14507
- font-size: 130px;
14508
- }
14509
-
14510
- .m_txt140,
14511
- .m_txt-140 {
14512
- font-size: 140px;
14513
- }
14514
-
14515
- .m_txt150,
14516
- .m_txt-150 {
14517
- font-size: 150px;
14518
- }
14519
-
14520
- .m_txt18,
14521
- .m_txt-18 {
14522
- font-size: 18px;
14523
- }
14524
-
14525
- .m_txt16,
14526
- .m_txt-16 {
14527
- font-size: 16px;
14528
- }
14529
-
14530
- .m_txt14,
14531
- .m_txt-14 {
14532
- font-size: 14px;
14533
- }
14534
-
14535
- .m_txt12,
14536
- .m_txt-12 {
14537
- font-size: 12px;
14538
- }
14539
-
14540
- .m_txt10,
14541
- .m_txt-10 {
14542
- font-size: 10px;
14543
- }
14544
-
14545
- .m_txt9,
14546
- .m_txt-9 {
14547
- font-size: 9px;
14548
- }
14549
-
14550
- .m_no-margin {
14551
- margin: 0;
14552
- }
14553
-
14554
- .m_txt-gray,
14555
- .m_txtgray {
14556
- color: var(--bgl-gray);
14557
- }
14558
-
14559
- .m_txt-blue,
14560
- .m_txtblue {
14561
- color: var(--bgl-primary);
14562
- }
14563
-
14564
- .m_txt-black,
14565
- .m_txtblack {
14566
- color: var(--bgl-black);
14567
- }
14568
-
14569
- .m_txt-red,
14570
- .m_txtred {
14571
- color: var(--bgl-red);
14572
- }
14573
-
14574
- .m_txt-white,
14575
- .m_txtwhite {
14576
- color: var(--bgl-white);
14577
- }
14578
-
14579
- .m_font-thin,
14580
- .m_txt-thin {
14581
- font-weight: 100;
14582
- }
14583
-
14584
- .m_extra-light,
14585
- .m_font-extra-light,
14586
- .m_txt-extra-light,
14587
- .m_font-ultra-light,
14588
- .m_txt-ultra-light {
14589
- font-weight: 200;
14590
- }
14591
-
14592
- .m_light,
14593
- .m_txt-light,
14594
- .m_font-light {
14595
- font-weight: 300;
14596
- }
14597
-
14598
- .m_regular,
14599
- .m_txt-regular,
14600
- .m_font-regular {
14601
- font-weight: 400;
14602
- }
14603
-
14604
- .m_medium,
14605
- .m_txt-medium,
14606
- .m_font-medium {
14607
- font-weight: 500;
14608
- }
14609
-
14610
- .m_semi,
14611
- .m_semibold,
14612
- .m_txt-semi,
14613
- .m_txt-semibold,
14614
- .m_font-regular,
14615
- .m_font-semi,
14616
- .m_font-semibold {
14617
- font-weight: 600;
14618
- }
14619
-
14620
- .m_bold,
14621
- .m_txt-bold,
14622
- .m_font-bold {
14623
- font-weight: 700;
14624
- }
14625
-
14626
- .m_extra-bold,
14627
- .m_font-extra-bold,
14628
- .m_txt-extra-bold,
14629
- .m_font-ultra-bold,
14630
- .m_txt-ultra-bold {
14631
- font-weight: 800;
14632
- }
14633
-
14634
- .m_black,
14635
- .m_font-black {
14636
- font-weight: 900;
14637
- }
14638
-
14639
- .m_line-height-0 {
14640
- line-height: 0;
14641
- }
14642
-
14643
- .m_line-height-01 {
14644
- line-height: 0.1;
14645
- }
14646
-
14647
- .m_line-height-02 {
14648
- line-height: 0.2;
14649
- }
14650
-
14651
- .m_line-height-03 {
14652
- line-height: 0.3;
14653
- }
14654
-
14655
- .m_line-height-04 {
14656
- line-height: 0.4;
14657
- }
14658
-
14659
- .m_line-height-05 {
14660
- line-height: 0.5;
14661
- }
14662
-
14663
- .m_line-height-06 {
14664
- line-height: 0.6;
14665
- }
14666
-
14667
- .m_line-height-07 {
14668
- line-height: 0.7;
14669
- }
14670
-
14671
- .m_line-height-08 {
14672
- line-height: 0.8;
14673
- }
14674
-
14675
- .m_line-height-09 {
14676
- line-height: 0.9;
14677
- }
14678
-
14679
- .m_line-height-1 {
14680
- line-height: 1;
14681
- }
14682
-
14683
- .m_line-height-11 {
14684
- line-height: 1.1;
14685
- }
14686
-
14687
- .m_line-height-12 {
14688
- line-height: 1.2;
14689
- }
14690
-
14691
- .m_line-height-13 {
14692
- line-height: 1.3;
14693
- }
14694
-
14695
- .m_line-height-14 {
14696
- line-height: 1.4;
14697
- }
14698
-
14699
- .m_line-height-15 {
14700
- line-height: 1.5;
14701
- }
14702
-
14703
- .m_line-height-16 {
14704
- line-height: 1.6;
14705
- }
14706
-
14707
- .m_line-height-17 {
14708
- line-height: 1.7;
14709
- }
14710
-
14711
- .m_line-height-18 {
14712
- line-height: 1.8;
14713
- }
14714
-
14715
- .m_line-height-19 {
14716
- line-height: 1.9;
14717
- }
14718
-
14719
- .m_line-height-2 {
14720
- line-height: 2;
14721
- }
14722
-
14723
- .m_line-height-normal {
14724
- line-height: normal;
14725
- }
14726
-
14727
- .m_ellipsis {
14728
- overflow: hidden;
14729
- display: block;
14730
- width: 100%;
14731
- text-overflow: ellipsis;
14732
- }
14733
-
14734
- .m_ellipsis-1,
14735
- .m_ellipsis-2,
14736
- .m_ellipsis-3,
14737
- .m_ellipsis-4,
14738
- .m_ellipsis-5,
14739
- .m_ellipsis-6 {
14740
- display: block;
14741
- display: -webkit-box;
14742
- max-width: 100%;
14743
- -webkit-box-orient: vertical;
14744
- overflow: hidden;
14745
- text-overflow: ellipsis;
14746
- }
14747
-
14748
- .m_ellipsis-1 {
14749
- -webkit-line-clamp: 1;
14750
- }
14751
-
14752
- .m_ellipsis-2 {
14753
- -webkit-line-clamp: 2;
14754
- }
14755
-
14756
- .m_ellipsis-3 {
14757
- -webkit-line-clamp: 3;
14758
- }
14759
-
14760
- .m_ellipsis-4 {
14761
- -webkit-line-clamp: 4;
14762
- }
14763
-
14764
- .m_ellipsis-5 {
14765
- -webkit-line-clamp: 5;
14766
- }
14767
-
14768
- .m_ellipsis-6 {
14769
- -webkit-line-clamp: 6;
14770
- }
14771
-
14772
- .m_pointer {
14773
- cursor: pointer;
14774
- }
14775
-
14776
- .m_decoration-none {
14777
- text-decoration: none;
14778
- }
14779
-
14780
- .m_underline,
14781
- .m_decoration-underline {
14782
- text-decoration: underline !important;
14783
- }
14784
-
14785
- .m_bgl_icon-font {
14786
- font-family: 'Material Symbols Outlined', serif;
14787
- }
14788
-
14789
- .m_nowrap {
14790
- white-space: nowrap;
14791
- }
14792
-
14793
- .m_balance {
14794
- text-wrap: balance;
14795
- }
14796
-
14797
- .m_pretty {
14798
- text-wrap: pretty;
14799
- }
14800
-
14801
- .m_word-break {
14802
- word-break: break-word;
14803
- }
14804
-
14805
- .m_word-break-all {
14806
- word-break: break-all;
14807
- }
14801
+ .m_txt9,
14802
+ .m_txt-9 {
14803
+ font-size: 9px;
14804
+ }
14808
14805
 
14809
- .m_uppercase {
14810
- text-transform: uppercase;
14811
- }
14806
+ .m_no-margin {
14807
+ margin: 0;
14808
+ }
14812
14809
 
14813
- .m_lowercase {
14814
- text-transform: lowercase;
14815
- }
14810
+ .m_txt-gray,
14811
+ .m_txtgray {
14812
+ color: var(--bgl-gray);
14813
+ }
14816
14814
 
14817
- .m_capitalize {
14818
- text-transform: capitalize;
14819
- }
14815
+ .m_txt-blue,
14816
+ .m_txtblue {
14817
+ color: var(--bgl-primary);
14818
+ }
14819
+
14820
+ .m_txt-black,
14821
+ .m_txtblack {
14822
+ color: var(--bgl-black);
14823
+ }
14824
+
14825
+ .m_txt-red,
14826
+ .m_txtred {
14827
+ color: var(--bgl-red);
14828
+ }
14829
+
14830
+ .m_txt-white,
14831
+ .m_txtwhite {
14832
+ color: var(--bgl-white);
14833
+ }
14834
+
14835
+ .m_font-thin,
14836
+ .m_txt-thin {
14837
+ font-weight: 100;
14838
+ }
14839
+
14840
+ .m_extra-light,
14841
+ .m_font-extra-light,
14842
+ .m_txt-extra-light,
14843
+ .m_font-ultra-light,
14844
+ .m_txt-ultra-light {
14845
+ font-weight: 200;
14846
+ }
14847
+
14848
+ .m_light,
14849
+ .m_txt-light,
14850
+ .m_font-light {
14851
+ font-weight: 300;
14852
+ }
14853
+
14854
+ .m_regular,
14855
+ .m_txt-regular,
14856
+ .m_font-regular {
14857
+ font-weight: 400;
14858
+ }
14859
+
14860
+ .m_medium,
14861
+ .m_txt-medium,
14862
+ .m_font-medium {
14863
+ font-weight: 500;
14864
+ }
14865
+
14866
+ .m_semi,
14867
+ .m_semibold,
14868
+ .m_txt-semi,
14869
+ .m_txt-semibold,
14870
+ .m_font-regular,
14871
+ .m_font-semi,
14872
+ .m_font-semibold {
14873
+ font-weight: 600;
14874
+ }
14875
+
14876
+ .m_bold,
14877
+ .m_txt-bold,
14878
+ .m_font-bold {
14879
+ font-weight: 700;
14880
+ }
14881
+
14882
+ .m_extra-bold,
14883
+ .m_font-extra-bold,
14884
+ .m_txt-extra-bold,
14885
+ .m_font-ultra-bold,
14886
+ .m_txt-ultra-bold {
14887
+ font-weight: 800;
14888
+ }
14889
+
14890
+ .m_black,
14891
+ .m_font-black {
14892
+ font-weight: 900;
14893
+ }
14894
+
14895
+ .m_line-height-0 {
14896
+ line-height: 0;
14897
+ }
14898
+
14899
+ .m_line-height-01 {
14900
+ line-height: 0.1;
14901
+ }
14902
+
14903
+ .m_line-height-02 {
14904
+ line-height: 0.2;
14905
+ }
14906
+
14907
+ .m_line-height-03 {
14908
+ line-height: 0.3;
14909
+ }
14910
+
14911
+ .m_line-height-04 {
14912
+ line-height: 0.4;
14913
+ }
14914
+
14915
+ .m_line-height-05 {
14916
+ line-height: 0.5;
14917
+ }
14918
+
14919
+ .m_line-height-06 {
14920
+ line-height: 0.6;
14921
+ }
14922
+
14923
+ .m_line-height-07 {
14924
+ line-height: 0.7;
14925
+ }
14926
+
14927
+ .m_line-height-08 {
14928
+ line-height: 0.8;
14929
+ }
14930
+
14931
+ .m_line-height-09 {
14932
+ line-height: 0.9;
14933
+ }
14934
+
14935
+ .m_line-height-1 {
14936
+ line-height: 1;
14937
+ }
14938
+
14939
+ .m_line-height-11 {
14940
+ line-height: 1.1;
14941
+ }
14942
+
14943
+ .m_line-height-12 {
14944
+ line-height: 1.2;
14945
+ }
14946
+
14947
+ .m_line-height-13 {
14948
+ line-height: 1.3;
14949
+ }
14950
+
14951
+ .m_line-height-14 {
14952
+ line-height: 1.4;
14953
+ }
14954
+
14955
+ .m_line-height-15 {
14956
+ line-height: 1.5;
14957
+ }
14958
+
14959
+ .m_line-height-16 {
14960
+ line-height: 1.6;
14961
+ }
14962
+
14963
+ .m_line-height-17 {
14964
+ line-height: 1.7;
14965
+ }
14966
+
14967
+ .m_line-height-18 {
14968
+ line-height: 1.8;
14969
+ }
14970
+
14971
+ .m_line-height-19 {
14972
+ line-height: 1.9;
14973
+ }
14974
+
14975
+ .m_line-height-2 {
14976
+ line-height: 2;
14977
+ }
14978
+
14979
+ .m_line-height-normal {
14980
+ line-height: normal;
14981
+ }
14982
+
14983
+ .m_ellipsis {
14984
+ overflow: hidden;
14985
+ display: block;
14986
+ width: 100%;
14987
+ text-overflow: ellipsis;
14988
+ }
14989
+
14990
+ .m_ellipsis-1,
14991
+ .m_ellipsis-2,
14992
+ .m_ellipsis-3,
14993
+ .m_ellipsis-4,
14994
+ .m_ellipsis-5,
14995
+ .m_ellipsis-6 {
14996
+ display: block;
14997
+ display: -webkit-box;
14998
+ max-width: 100%;
14999
+ -webkit-box-orient: vertical;
15000
+ overflow: hidden;
15001
+ text-overflow: ellipsis;
15002
+ }
15003
+
15004
+ .m_ellipsis-1 {
15005
+ -webkit-line-clamp: 1;
15006
+ }
15007
+
15008
+ .m_ellipsis-2 {
15009
+ -webkit-line-clamp: 2;
15010
+ }
15011
+
15012
+ .m_ellipsis-3 {
15013
+ -webkit-line-clamp: 3;
15014
+ }
15015
+
15016
+ .m_ellipsis-4 {
15017
+ -webkit-line-clamp: 4;
15018
+ }
15019
+
15020
+ .m_ellipsis-5 {
15021
+ -webkit-line-clamp: 5;
15022
+ }
15023
+
15024
+ .m_ellipsis-6 {
15025
+ -webkit-line-clamp: 6;
15026
+ }
15027
+
15028
+ .m_pointer {
15029
+ cursor: pointer;
15030
+ }
15031
+
15032
+ .m_decoration-none {
15033
+ text-decoration: none;
15034
+ }
15035
+
15036
+ .m_underline,
15037
+ .m_decoration-underline {
15038
+ text-decoration: underline !important;
15039
+ }
15040
+
15041
+ .m_bgl_icon-font {
15042
+ font-family: 'Material Symbols Outlined', serif;
15043
+ }
15044
+
15045
+ .m_nowrap {
15046
+ white-space: nowrap;
15047
+ }
15048
+
15049
+ .m_balance {
15050
+ text-wrap: balance;
15051
+ }
15052
+
15053
+ .m_pretty {
15054
+ text-wrap: pretty;
15055
+ }
15056
+
15057
+ .m_word-break {
15058
+ word-break: break-word;
15059
+ }
15060
+
15061
+ .m_word-break-all {
15062
+ word-break: break-all;
15063
+ }
15064
+
15065
+ .m_uppercase {
15066
+ text-transform: uppercase;
15067
+ }
15068
+
15069
+ .m_lowercase {
15070
+ text-transform: lowercase;
15071
+ }
15072
+
15073
+ .m_capitalize {
15074
+ text-transform: capitalize;
15075
+ }
14820
15076
  }body>div ::-webkit-scrollbar {
14821
15077
  width: 0.5em;
14822
15078
  height: 0.5rem;