@import"https://fonts.googleapis.com/css2?family=Amatic+SC:wght@400;700&display=swap";@import"https://use.typekit.net/evo1wjf.css";@import"https://kit.fontawesome.com/f988d46f9b.css";.dp__input_wrap{box-sizing:unset;position:relative;width:100%}.dp__input_wrap:focus{border-color:var(--dp-border-color-hover);outline:none}.dp__input{background-color:var(--dp-background-color);border:1px solid var(--dp-border-color);border-radius:var(--dp-border-radius);box-sizing:border-box;color:var(--dp-text-color);font-family:var(--dp-font-family);font-size:var(--dp-font-size);line-height:calc(var(--dp-font-size)*1.5);outline:none;padding:var(--dp-input-padding);transition:border-color .2s cubic-bezier(.645,.045,.355,1);width:100%}.dp__input::-moz-placeholder{opacity:.7}.dp__input::placeholder{opacity:.7}.dp__input:hover{border-color:var(--dp-border-color-hover)}.dp__input_reg{caret-color:transparent}.dp__input_focus{border-color:var(--dp-border-color-hover)}.dp__disabled{background:var(--dp-disabled-color)}.dp__disabled::-moz-placeholder{color:var(--dp-disabled-color-text)}.dp__disabled::placeholder{color:var(--dp-disabled-color-text)}.dp__input_icons{display:inline-block;height:var(--dp-font-size);width:var(--dp-font-size);stroke-width:0;box-sizing:content-box;color:var(--dp-icon-color);font-size:var(--dp-font-size);line-height:calc(var(--dp-font-size)*1.5);padding:6px 12px}.dp__input_icon{inset-inline-start:0}.dp__clear_icon,.dp__input_icon{color:var(--dp-icon-color);cursor:pointer;position:absolute;top:50%;transform:translateY(-50%)}.dp__clear_icon{inset-inline-end:0}.dp__input_icon_pad{padding-inline-start:var(--dp-input-icon-padding)}.dp__input_valid{box-shadow:0 0 var(--dp-border-radius) var(--dp-success-color)}.dp__input_valid,.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)}.dp__input_invalid,.dp__input_invalid:hover{border-color:var(--dp-danger-color)}.dp__menu{background:var(--dp-background-color);border:1px solid var(--dp-menu-border-color);border-radius:var(--dp-border-radius);font-family:var(--dp-font-family);font-size:var(--dp-font-size);min-width:var(--dp-menu-min-width);-webkit-user-select:none;-moz-user-select:none;user-select:none}.dp__menu,.dp__menu:after,.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_disabled,.dp__menu_readonly{top:0;right:0;bottom:0;left:0;position:absolute;z-index:999999}.dp__menu_disabled{background:#ffffff80;cursor:not-allowed}.dp__menu_readonly{background:transparent;cursor:default}.dp__arrow_top{border-inline-end:1px solid var(--dp-menu-border-color);border-top:1px solid var(--dp-menu-border-color);top:0;transform:translate(-50%,-50%) rotate(-45deg)}.dp__arrow_bottom,.dp__arrow_top{background-color:var(--dp-background-color);height:12px;left:50%;position:absolute;width:12px}.dp__arrow_bottom{border-bottom:1px solid var(--dp-menu-border-color);border-inline-end:1px solid var(--dp-menu-border-color);bottom:0;transform:translate(-50%,50%) rotate(45deg)}.dp__action_extra{padding:2px 0;text-align:center}.dp--preset-dates{border-inline-end:1px solid var(--dp-border-color);padding:5px}@media only screen and (width <= 600px){.dp--preset-dates{align-self:center;border:none;display:flex;max-width:calc(var(--dp-menu-width) - var(--dp-action-row-padding)*2);overflow-x:auto}}.dp__sidebar_left{border-inline-end:1px solid var(--dp-border-color);padding:5px}.dp__sidebar_right{margin-inline-end:1px solid var(--dp-border-color);padding:5px}.dp--preset-range{border-radius:var(--dp-border-radius);color:var(--dp-text-color);display:block;padding:5px;text-align:left;transition:var(--dp-common-transition);white-space:nowrap;width:100%}.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__menu_content_wrapper{display:flex}@media only screen and (width <= 600px){.dp__menu_content_wrapper{flex-direction:column-reverse}}.dp__calendar_header{align-items:center;color:var(--dp-text-color);display:flex;font-weight:700;justify-content:center;position:relative;white-space:nowrap}.dp__calendar_header_item{box-sizing:border-box;flex-grow:1;height:var(--dp-cell-size);padding:var(--dp-cell-padding);text-align:center;width:var(--dp-cell-size)}.dp__calendar_row{align-items:center;display:flex;justify-content:center;margin:var(--dp-row-margin)}.dp__calendar_item{box-sizing:border-box;color:var(--dp-text-color);flex-grow:1;text-align:center}.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{align-items:center;border:1px solid transparent;border-radius:var(--dp-cell-border-radius);box-sizing:border-box;display:flex;height:var(--dp-cell-size);justify-content:center;padding:var(--dp-cell-padding);position:relative;text-align:center;width:var(--dp-cell-size)}.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__active_date,.dp__range_end,.dp__range_start{background:var(--dp-primary-color);color:var(--dp-primary-text-color)}.dp__cell_auto_range_end,.dp__cell_auto_range_start{border-bottom:1px dashed var(--dp-primary-color);border-top:1px dashed var(--dp-primary-color)}.dp__date_hover:hover,.dp__date_hover_end:hover,.dp__date_hover_start:hover{background:var(--dp-hover-color);color:var(--dp-hover-text-color)}.dp__cell_disabled,.dp__cell_offset{color:var(--dp-secondary-color)}.dp__cell_disabled{cursor:not-allowed}.dp__range_between{background:var(--dp-range-between-dates-background-color);border:1px solid var(--dp-range-between-border-color);border-radius:0;color:var(--dp-range-between-dates-text-color)}.dp__range_between_week{background:var(--dp-primary-color);border-bottom:1px solid var(--dp-primary-color);border-radius:0;border-top:1px solid var(--dp-primary-color);color:var(--dp-primary-text-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-bottom:1px dashed var(--dp-primary-color);border-radius:0;border-top:1px dashed var(--dp-primary-color)}.dp__cell_auto_range_start{border-inline-start:1px dashed var(--dp-primary-color)}.dp__cell_auto_range_end{border-inline-end:1px dashed var(--dp-primary-color)}.dp__calendar_header_separator{background:var(--dp-border-color);height:1px;width:100%}.dp__calendar_next{margin-inline-start:var(--dp-multi-calendars-spacing)}.dp__marker_dot,.dp__marker_line{background-color:var(--dp-marker-color);bottom:0;height:5px;position:absolute}.dp__marker_dot{border-radius:50%;left:50%;transform:translate(-50%);width:5px}.dp__marker_line{left:0;width:100%}.dp__marker_tooltip{background-color:var(--dp-tooltip-color);border:1px solid var(--dp-border-color);border-radius:var(--dp-border-radius);box-sizing:border-box;cursor:default;padding:5px;position:absolute;z-index:99999}.dp__tooltip_content{white-space:nowrap}.dp__tooltip_text{align-items:center;color:var(--dp-text-color);display:flex;flex-flow:row nowrap}.dp__tooltip_mark{background-color:var(--dp-text-color);border-radius:50%;color:var(--dp-text-color);height:5px;margin-inline-end:5px;width:5px}.dp__arrow_bottom_tp{background-color:var(--dp-tooltip-color);border-bottom:1px solid var(--dp-border-color);border-inline-end:1px solid var(--dp-border-color);bottom:0;height:8px;position:absolute;transform:translate(-50%,50%) rotate(45deg);width:8px}.dp__instance_calendar{position:relative;width:100%}@media only screen and (width <= 600px){.dp__flex_display{flex-direction:column}}.dp__cell_highlight{background-color:var(--dp-highlight-color)}.dp__month_year_row{align-items:center;box-sizing:border-box;color:var(--dp-text-color);display:flex;height:var(--dp-month-year-row-height)}.dp__inner_nav{align-items:center;border-radius:50%;color:var(--dp-icon-color);cursor:pointer;display:flex;height:var(--dp-month-year-row-button-size);justify-content:center;text-align:center;width:var(--dp-month-year-row-button-size)}.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,.dp__inner_nav_disabled:hover{background:var(--dp-disabled-color);color:var(--dp-disabled-color-text);cursor:not-allowed}.dp--year-select,.dp__month_year_select{align-items:center;border-radius:var(--dp-border-radius);box-sizing:border-box;color:var(--dp-text-color);cursor:pointer;display:flex;height:var(--dp-month-year-row-height);justify-content:center;text-align:center}.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;width:100%}.dp__year_disable_select{justify-content:space-around}.dp__overlay{background:var(--dp-background-color);box-sizing:border-box;color:var(--dp-text-color);font-family:var(--dp-font-family);transition:opacity 1s ease-out;width:100%;z-index:99999}.dp--overlay-absolute{height:100%;left:0;position:absolute;top:0}.dp--overlay-relative{position:relative}.dp__overlay_container::-webkit-scrollbar-track{background-color:var(--dp-scroll-bar-background);box-shadow:var(--dp-scroll-bar-background)}.dp__overlay_container::-webkit-scrollbar{background-color:var(--dp-scroll-bar-background);width:5px}.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}.dp__time_picker_overlay_container{height:100%}.dp__overlay_row{align-items:center;box-sizing:border-box;display:flex;flex-wrap:wrap;margin-inline:auto auto;max-width:100%;padding:0;width:100%}.dp__flex_row{flex:1}.dp__overlay_col{box-sizing:border-box;padding:var(--dp-overlay-col-padding);white-space:nowrap;width:33%}.dp__overlay_cell_pad{padding:var(--dp-common-padding) 0}.dp__overlay_cell_active{background:var(--dp-primary-color);color:var(--dp-primary-text-color)}.dp__overlay_cell,.dp__overlay_cell_active{border-radius:var(--dp-border-radius);cursor:pointer;text-align:center}.dp__overlay_cell:hover{transition:var(--dp-common-transition)}.dp__cell_in_between,.dp__overlay_cell:hover{background:var(--dp-hover-color);color:var(--dp-hover-text-color)}.dp__over_action_scroll{box-sizing:border-box;right:5px}.dp__overlay_cell_disabled{cursor:not-allowed}.dp__overlay_cell_disabled,.dp__overlay_cell_disabled:hover{background:var(--dp-disabled-color)}.dp__overlay_cell_active_disabled{cursor:not-allowed}.dp__overlay_cell_active_disabled,.dp__overlay_cell_active_disabled:hover{background:var(--dp-primary-disabled-color)}.dp--tp-wrap{max-width:var(--dp-menu-min-width)}.dp__time_input{align-items:center;color:var(--dp-text-color);display:flex;font-family:var(--dp-font-family);justify-content:center;-webkit-user-select:none;-moz-user-select:none;user-select:none;width:100%}.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{align-items:center;display:flex;flex-direction:column;justify-content:center;text-align:center}.dp__time_col_block{font-size:var(--dp-time-font-size)}.dp__time_display{align-items:center;border-radius:var(--dp-border-radius);color:var(--dp-text-color);cursor:pointer;display:flex;justify-content:center}.dp__time_display:hover:enabled{background:var(--dp-hover-color);color:var(--dp-hover-text-color)}.dp__time_display_block{padding:0 3px}.dp__time_display_inline{padding:5px}.dp__time_picker_inline_container{display:flex;justify-content:center;width:100%}.dp__inc_dec_button{align-items:center;border-radius:50%;box-sizing:border-box;color:var(--dp-icon-color);cursor:pointer;display:flex;justify-content:center;margin:0;padding:5px}.dp__inc_dec_button,.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__inc_dec_button_inline{align-items:center;cursor:pointer;display:flex;height:8px;padding:0;width:100%}.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);border:none;border-radius:var(--dp-border-radius);color:var(--dp-primary-text-color);cursor:pointer;padding:var(--dp-common-padding)}.dp__tp_inline_btn_bar{background-color:var(--dp-secondary-color);border-collapse:collapse;height:4px;transition:var(--dp-common-transition);width:100%}.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_bottom:hover .dp__tp_btn_in_r,.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_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{align-items:center;box-sizing:border-box;color:var(--dp-text-color);display:flex;flex-flow:row nowrap;padding:var(--dp-action-row-padding);width:100%}.dp__action_row svg{height:var(--dp-button-icon-height);width:auto}.dp__selection_preview{color:var(--dp-text-color);display:block;font-size:var(--dp-preview-font-size);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.dp__action_buttons{align-items:center;display:flex;flex:0;justify-content:flex-end;margin-inline-start:auto}.dp__action_button{align-items:center;background:transparent;border:1px solid transparent;border-radius:var(--dp-border-radius);cursor:pointer;display:inline-flex;font-family:var(--dp-font-family);font-size:var(--dp-preview-font-size);height:var(--dp-action-button-height);line-height:var(--dp-action-button-height);margin-inline-start:3px;padding:var(--dp-action-buttons-padding)}.dp__action_select{background:var(--dp-primary-color);color:var(--dp-primary-text-color)}.dp__action_select:hover{background:var(--dp-primary-color);transition:var(--dp-action-row-transtion)}.dp__action_select:disabled{background:var(--dp-primary-disabled-color);cursor:not-allowed}.dp__action_cancel{border:1px solid var(--dp-border-color);color:var(--dp-text-color)}.dp__action_cancel:hover{border-color:var(--dp-primary-color);transition:var(--dp-action-row-transtion)}.dp-quarter-picker-wrap{display:flex;flex-direction:column;height:100%;min-width:var(--dp-menu-min-width)}.dp--qr-btn{padding:var(--dp-common-padding);width:100%}.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:1;flex-direction:column;height:100%;justify-content:space-evenly;width:100%}.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--qr-btn-disabled{cursor:not-allowed}.dp--qr-btn-disabled,.dp--qr-btn-disabled:hover{background:var(--dp-disabled-color)}.dp--qr-btn,.dp--time-invalid,.dp--time-overlay-btn,.dp__btn{border:none;font:inherit;line-height:normal;transition:var(--dp-common-transition)}.dp--year-mode-picker{align-items:center;display:flex;height:var(--dp-cell-size);justify-content:space-between;width:100%}:root{--dp-common-transition:all .1s ease-in;--dp-menu-padding:6px 8px;--dp-animation-duration:.1s;--dp-menu-appear-transition-timing:cubic-bezier(.4,0,1,1);--dp-transition-timing:ease-out;--dp-action-row-transtion:all .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:.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:.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:.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-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:rgba(0,92,178,.2);--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__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-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:rgba(25,118,210,.1);--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__flex{align-items:center;display:flex}.dp__btn{background:none}.dp__main{box-sizing:border-box;font-family:var(--dp-font-family);position:relative;-webkit-user-select:none;-moz-user-select:none;user-select:none;width:100%}.dp__pointer{cursor:pointer}.dp__icon{stroke:currentcolor;fill:currentcolor}.dp__button{align-items:center;box-sizing:border-box;color:var(--dp-icon-color);cursor:pointer;display:flex;height:var(--dp-button-height);padding:var(--dp-common-padding);place-content:center center;text-align:center;width:100%}.dp__button.dp__overlay_action{bottom:0;position:absolute}.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{align-items:flex-start;flex-direction:column}.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:translate(var(--dp-transition-length))}.calendar-next-leave-to,.calendar-prev-enter-from{opacity:0;transform:translate(calc(var(--dp-transition-length)*-1))}.calendar-prev-leave-to{opacity:0;transform:translate(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-down-enter-active,.dp-slide-down-leave-active,.dp-slide-up-enter-active,.dp-slide-up-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)}.easy-checkbox[data-v-e0a0b7f0]{font-size:var(--easy-table-body-row-font-size);height:1.3em;margin:0 auto;position:relative;width:1.3em}.easy-checkbox label[data-v-e0a0b7f0]{clear:both;cursor:pointer;display:inline;line-height:1.3em;vertical-align:top}.easy-checkbox label[data-v-e0a0b7f0]:after,.easy-checkbox label[data-v-e0a0b7f0]:before{content:"";left:0;position:absolute;top:0}.easy-checkbox label[data-v-e0a0b7f0]:before{background:#fff;border:1px solid rgba(0,0,0,.54);border-radius:.125em;cursor:pointer;height:1.3em;transition:background .3s;width:1.3em}.easy-checkbox input[type=checkbox][data-v-e0a0b7f0]{display:block;float:left;font-size:inherit;margin:0;outline:0;visibility:hidden;width:1.3em}.easy-checkbox input[type=checkbox]:checked+label[data-v-e0a0b7f0]:before{border:none}.easy-checkbox input[type=checkbox]:checked+label[data-v-e0a0b7f0]:after{border-color:#fff;border-style:none none solid solid;border-width:.13em;height:.45em;transform:translate(.2em,.3038461538em) rotate(-45deg);width:.9em}.easy-checkbox input[type=checkbox].allSelected+label[data-v-e0a0b7f0]:before{border:none}.easy-checkbox input[type=checkbox].allSelected+label[data-v-e0a0b7f0]:after{border-color:#fff;border-style:none none solid solid;border-width:.13em;height:.45em;transform:translate(.2em,.3038461538em) rotate(-45deg);width:.9em}.easy-checkbox input[type=checkbox].partSelected+label[data-v-e0a0b7f0]:before{border:none}.easy-checkbox input[type=checkbox].partSelected+label[data-v-e0a0b7f0]:after{border:.125em #fff;border-top-style:solid;height:.45em;transform:translate(.2em,.5875em);width:.9em}[data-v-e0a0b7f0],[data-v-e0a0b7f0]:after,[data-v-e0a0b7f0]:before{box-sizing:border-box}.easy-checkbox input[type=checkbox].allSelected+label[data-v-e0a0b7f0]:before,.easy-checkbox input[type=checkbox].partSelected+label[data-v-e0a0b7f0]:before{background:var(--51ab8a49)}.easy-checkbox[data-v-7e69a276]{font-size:var(--easy-table-body-row-font-size);height:1.3em;margin:0 auto;position:relative;width:1.3em}.easy-checkbox label[data-v-7e69a276]{clear:both;cursor:pointer;display:inline;line-height:1.3em;vertical-align:top}.easy-checkbox label[data-v-7e69a276]:after,.easy-checkbox label[data-v-7e69a276]:before{content:"";left:0;position:absolute;top:0}.easy-checkbox label[data-v-7e69a276]:before{background:#fff;border:1px solid rgba(0,0,0,.54);border-radius:.125em;cursor:pointer;height:1.3em;transition:background .3s;width:1.3em}.easy-checkbox input[type=checkbox][data-v-7e69a276]{display:block;float:left;font-size:inherit;margin:0;outline:0;visibility:hidden;width:1.3em}.easy-checkbox input[type=checkbox]:checked+label[data-v-7e69a276]:before{border:none}.easy-checkbox input[type=checkbox]:checked+label[data-v-7e69a276]:after{border-color:#fff;border-style:none none solid solid;border-width:.13em;height:.45em;transform:translate(.2em,.3038461538em) rotate(-45deg);width:.9em}.easy-checkbox input[type=checkbox].allSelected+label[data-v-7e69a276]:before{border:none}.easy-checkbox input[type=checkbox].allSelected+label[data-v-7e69a276]:after{border-color:#fff;border-style:none none solid solid;border-width:.13em;height:.45em;transform:translate(.2em,.3038461538em) rotate(-45deg);width:.9em}.easy-checkbox input[type=checkbox].partSelected+label[data-v-7e69a276]:before{border:none}.easy-checkbox input[type=checkbox].partSelected+label[data-v-7e69a276]:after{border:.125em #fff;border-top-style:solid;height:.45em;transform:translate(.2em,.5875em);width:.9em}[data-v-7e69a276],[data-v-7e69a276]:after,[data-v-7e69a276]:before{box-sizing:border-box}.easy-checkbox input[type=checkbox]:checked+label[data-v-7e69a276]:before{background:var(--fdaf7e9e)}.easy-data-table__rows-selector[data-v-4ca5de3a]{display:inline-block;margin:0 10px;min-width:45px;position:relative;width:var(--easy-table-rows-per-page-selector-width)}.easy-data-table__rows-selector .rows-input__wrapper[data-v-4ca5de3a]{align-items:center;border-bottom:1px solid var(--easy-table-footer-font-color);cursor:pointer;display:flex;height:20px;justify-content:space-between;padding:0 5px}.easy-data-table__rows-selector .rows-input__wrapper .triangle[data-v-4ca5de3a]{border-left:6px solid transparent;border-right:6px solid transparent;border-top:6px solid var(--easy-table-footer-font-color);display:inline-block;height:0;vertical-align:middle;width:0}.easy-data-table__rows-selector ul.select-items[data-v-4ca5de3a]{box-shadow:0 5px 5px -3px #0003,0 8px 10px 1px #00000024,0 3px 14px 2px #0000001f;display:none;left:0;list-style-type:none;margin:0;padding:0;position:absolute;text-align:left;top:20px;width:100%;z-index:var(--easy-table-rows-per-page-selector-z-index)}.easy-data-table__rows-selector ul.select-items.show[data-v-4ca5de3a]{display:block}.easy-data-table__rows-selector ul.select-items.inside[data-v-4ca5de3a]{bottom:0;top:auto}.easy-data-table__rows-selector ul.select-items li[data-v-4ca5de3a]{background-color:var(--easy-table-footer-background-color);cursor:pointer;padding:var(--easy-table-rows-per-page-selector-option-padding)}.easy-data-table__rows-selector ul.select-items li.selected[data-v-4ca5de3a]{background-color:var(--1b889342);color:#fff}.lds-ring[data-v-1fa3a520]{display:inline-block;height:60px;position:relative;width:60px}.lds-ring div[data-v-1fa3a520]{animation:lds-ring-1fa3a520 1.2s cubic-bezier(.5,0,.5,1) infinite;border:8px solid #fff;border-color:var(--26774109) transparent transparent transparent;border-radius:50%;box-sizing:border-box;display:block;height:80%;margin:8px;position:absolute;width:80%}.lds-ring div[data-v-1fa3a520]:first-child{animation-delay:-.45s}.lds-ring div[data-v-1fa3a520]:nth-child(2){animation-delay:-.3s}.lds-ring div[data-v-1fa3a520]:nth-child(3){animation-delay:-.15s}@keyframes lds-ring-1fa3a520{0%{transform:rotate(0)}to{transform:rotate(1turn)}}.loader-line[data-v-7d281cac]{background-color:#ddd;height:3px;margin:0x auto;overflow:hidden;position:relative;width:100%}.loader-line[data-v-7d281cac]:before{animation:lineAnim-7d281cac 1s linear infinite;background-color:var(--0d327f57);content:"";height:3px;left:-50%;position:absolute;width:40%}@keyframes lineAnim-7d281cac{0%{left:-40%}50%{left:20%;width:80%}to{left:100%;width:100%}}.buttons-pagination[data-v-4c681fa2]{border-radius:4px;box-sizing:border-box;display:flex;padding:0}.buttons-pagination .item[data-v-4c681fa2]{border-bottom:var(--easy-table-buttons-pagination-border);border-right:var(--easy-table-buttons-pagination-border);border-top:var(--easy-table-buttons-pagination-border);box-sizing:border-box;cursor:pointer;line-height:calc(var(--easy-table-footer-font-size)*1.8);min-width:calc(var(--easy-table-footer-font-size)*1.8);text-align:center}.buttons-pagination .item[data-v-4c681fa2]:first-of-type{border-bottom-left-radius:4px;border-left:var(--easy-table-buttons-pagination-border);border-top-left-radius:4px}.buttons-pagination .item[data-v-4c681fa2]:last-of-type{border-bottom-right-radius:4px;border-top-right-radius:4px}.buttons-pagination .item.button.active[data-v-4c681fa2]{background-color:var(--40dd4f07);border-left:var(--easy-table-buttons-pagination-border);border-color:var(--40dd4f07)!important;color:#fff}.buttons-pagination .item.button.active-prev[data-v-4c681fa2]{border-right:none}.next-page__click-button[data-v-c9da5286],.previous-page__click-button[data-v-c9da5286]{cursor:pointer;margin:0 5px}.next-page__click-button .arrow[data-v-c9da5286],.previous-page__click-button .arrow[data-v-c9da5286]{border-left:2px solid #000;border-top:2px solid #000;display:inline-block;height:8px;width:8px}.next-page__click-button .arrow.arrow-left[data-v-c9da5286],.previous-page__click-button .arrow.arrow-left[data-v-c9da5286]{transform:rotate(135deg)}.next-page__click-button .arrow.arrow-right[data-v-c9da5286],.previous-page__click-button .arrow.arrow-right[data-v-c9da5286]{transform:rotate(-45deg)}.next-page__click-button.last-page[data-v-c9da5286],.previous-page__click-button.first-page[data-v-c9da5286]{cursor:not-allowed}.next-page__click-button.last-page .arrow[data-v-c9da5286],.previous-page__click-button.first-page .arrow[data-v-c9da5286]{border-color:#e0e0e0}:root{--easy-table-border:1px solid #e0e0e0;--easy-table-row-border:1px solid #e0e0e0;--easy-table-header-font-size:12px;--easy-table-header-height:36px;--easy-table-header-font-color:#373737;--easy-table-header-background-color:#fff;--easy-table-header-item-padding:0px 10px;--easy-table-body-row-height:36px;--easy-table-body-row-font-size:12px;--easy-table-body-row-font-color:#212121;--easy-table-body-row-background-color:#fff;--easy-table-body-row-hover-font-color:#212121;--easy-table-body-row-hover-background-color:#eee;--easy-table-body-even-row-font-color:#212121;--easy-table-body-even-row-background-color:#fafafa;--easy-table-body-item-padding:0px 10px;--easy-table-footer-background-color:#fff;--easy-table-footer-font-color:#212121;--easy-table-footer-font-size:12px;--easy-table-footer-padding:0px 5px;--easy-table-footer-height:36px;--easy-table-rows-per-page-selector-width:auto;--easy-table-rows-per-page-selector-option-padding:5px;--easy-table-rows-per-page-selector-z-index:auto;--easy-table-message-font-color:#212121;--easy-table-message-font-size:12px;--easy-table-message-padding:20px;--easy-table-loading-mask-background-color:#fff;--easy-table-loading-mask-opacity:.5;--easy-table-scrollbar-track-color:#fff;--easy-table-scrollbar-color:#fff;--easy-table-scrollbar-thumb-color:#c1c1c1;--easy-table-scrollbar-corner-color:#fff;--easy-table-buttons-pagination-border:1px solid #e0e0e0}.vue3-easy-data-table[data-v-32683533]{border:var(--easy-table-border);box-sizing:border-box;position:relative}.vue3-easy-data-table__main[data-v-32683533]{background-color:var(--easy-table-body-row-background-color);border:none;overflow:auto;width:100%}.vue3-easy-data-table__main[data-v-32683533]::-webkit-scrollbar-track{background-color:var(--easy-table-scrollbar-track-color);border-radius:10px}.vue3-easy-data-table__main[data-v-32683533]::-webkit-scrollbar{background-color:var(--easy-table-scrollbar-color);height:7px;width:7px}.vue3-easy-data-table__main[data-v-32683533]::-webkit-scrollbar-thumb{background-color:var(--easy-table-scrollbar-thumb-color);border-radius:10px}.vue3-easy-data-table__main[data-v-32683533]::-webkit-scrollbar-corner{background-color:var(--easy-table-scrollbar-corner-color)}.vue3-easy-data-table__main.table-fixed table[data-v-32683533]{table-layout:fixed}.vue3-easy-data-table__main.show-shadow td.shadow[data-v-32683533]:after,.vue3-easy-data-table__main.show-shadow th.shadow[data-v-32683533]:after{box-shadow:inset 6px 0 5px -3px #0003}.vue3-easy-data-table__main.fixed-header th[data-v-32683533]{position:sticky;top:0;z-index:2}.vue3-easy-data-table__main.hoverable .vue3-easy-data-table__body.row-alternation .even-row:hover td[data-v-32683533],.vue3-easy-data-table__main.hoverable tr:hover td[data-v-32683533]{background-color:var(--easy-table-body-row-hover-background-color);color:var(--easy-table-body-row-hover-font-color)}.vue3-easy-data-table__main.border-cell .vue3-easy-data-table__header th[data-v-32683533]{border-right:var(--easy-table-row-border)}.vue3-easy-data-table__main.border-cell .vue3-easy-data-table__header th[data-v-32683533]:last-of-type{border-right:none}.vue3-easy-data-table__main.border-cell .vue3-easy-data-table__body td[data-v-32683533]{border-right:var(--easy-table-row-border)}.vue3-easy-data-table__main.border-cell .vue3-easy-data-table__body td[data-v-32683533]:last-of-type{border-right:none}.vue3-easy-data-table__body.row-alternation tr.even-row td[data-v-32683533]{background-color:var(--easy-table-body-even-row-background-color);color:var(--easy-table-body-even-row-font-color)}table[data-v-32683533]{border-collapse:initial;border-spacing:0;display:table;margin:0;width:100%}.vue3-easy-data-table__header[data-v-32683533],vue3-easy-data-table__body[data-v-32683533]{position:relative}.vue3-easy-data-table__header tr[data-v-32683533]{border:none;font-size:var(--easy-table-header-font-size);height:var(--easy-table-header-height)}.vue3-easy-data-table__header th[data-v-32683533]{background-color:var(--easy-table-header-background-color);border:none;border-bottom:var(--easy-table-row-border);color:var(--easy-table-header-font-color);padding:var(--easy-table-header-item-padding);position:relative}.vue3-easy-data-table__header th .header[data-v-32683533]{align-items:center;display:flex}.vue3-easy-data-table__header th .header.direction-left[data-v-32683533]{justify-content:flex-start}.vue3-easy-data-table__header th .header.direction-center[data-v-32683533]{justify-content:center}.vue3-easy-data-table__header th .header.direction-right[data-v-32683533]{justify-content:flex-end}.vue3-easy-data-table__header th.sortable[data-v-32683533]{cursor:pointer}.vue3-easy-data-table__header th.sortable .sortType-icon[data-v-32683533]{border:5px solid transparent;border-bottom:5px solid var(--easy-table-header-font-color);display:inline-block;height:0;margin-left:4px;margin-top:-3px;position:relative;width:0}.vue3-easy-data-table__header th.sortable .multi-sort__number[data-v-32683533]{background-color:var(--easy-table-header-font-color);border-radius:50%;color:var(--easy-table-header-background-color);height:1.5em;line-height:1.5em;margin-left:4px;width:1.5em}.vue3-easy-data-table__header th.sortable.none:hover .sortType-icon[data-v-32683533]{opacity:1}.vue3-easy-data-table__header th.sortable.none .sortType-icon[data-v-32683533]{opacity:0;transition:.5s ease}.vue3-easy-data-table__header th.sortable.desc .sortType-icon[data-v-32683533]{margin-top:5px;transform:rotate(180deg)}.vue3-easy-data-table__body td.shadow[data-v-32683533]:after,.vue3-easy-data-table__header th.shadow[data-v-32683533]:after{box-shadow:none;content:"";display:inline-block;height:100%;pointer-events:none;position:absolute;right:-36px;top:0;width:36px}.vue3-easy-data-table__body tr[data-v-32683533]{color:var(--easy-table-body-row-font-color);font-size:var(--easy-table-body-row-font-size);height:var(--easy-table-body-row-height)}.vue3-easy-data-table__body tr:last-child td[data-v-32683533]{border-bottom:none}.vue3-easy-data-table__body tr:first-child td[data-v-32683533]{border-bottom:var(--easy-table-row-border)}.vue3-easy-data-table__body td[data-v-32683533]{background-color:var(--easy-table-body-row-background-color);border:none;border-bottom:var(--easy-table-row-border);padding:var(--easy-table-body-item-padding);position:relative}.vue3-easy-data-table__body td.direction-left[data-v-32683533]{text-align:left}.vue3-easy-data-table__body td.direction-center[data-v-32683533]{text-align:center}.vue3-easy-data-table__body td.direction-right[data-v-32683533]{text-align:right}.vue3-easy-data-table__body td .expand-icon[data-v-32683533]{border:solid;border-color:var(easy-table-body-row-font-color);border-width:0 2px 2px 0;display:inline-block;padding:3px;transform:rotate(-45deg);transition:.2s}.vue3-easy-data-table__body td .expand-icon.expanding[data-v-32683533]{transform:rotate(45deg)}.vue3-easy-data-table__body td.expand[data-v-32683533]{position:relative}.vue3-easy-data-table__body td.expand .expand-loading[data-v-32683533]{left:0;position:absolute;top:0}.vue3-easy-data-table__body td.can-expand[data-v-32683533]{cursor:pointer}.vue3-easy-data-table__footer[data-v-32683533]{align-items:center;background-color:var(--easy-table-footer-background-color);border-top:var(--easy-table-row-border);box-sizing:border-box;color:var(--easy-table-footer-font-color);display:flex;font-size:var(--easy-table-footer-font-size);height:var(--easy-table-footer-height);justify-content:flex-end;padding:var(--easy-table-footer-padding);width:100%}.vue3-easy-data-table__footer .pagination__rows-per-page[data-v-32683533]{align-items:center;display:flex}.vue3-easy-data-table__footer .pagination__items-index[data-v-32683533]{margin:0 20px 0 10px}.vue3-easy-data-table__message[data-v-32683533]{color:var(--easy-table-message-font-color);font-size:var(--easy-table-message-font-size);padding:var(--easy-table-message-padding);text-align:center}.vue3-easy-data-table__loading[data-v-32683533]{align-items:center;display:flex;height:100%;justify-content:center;left:0;overflow:hidden;position:absolute;top:0;width:100%;z-index:3}.vue3-easy-data-table__loading .loading-entity[data-v-32683533]{z-index:1}.vue3-easy-data-table__loading-mask[data-v-32683533]{background-color:var(--easy-table-loading-mask-background-color);height:100%;left:0;opacity:var(--easy-table-loading-mask-opacity);position:absolute;top:0;width:100%;z-index:1}.vue3-easy-data-table__main[data-v-32683533]{min-height:var(--da0d4328)}.vue3-easy-data-table__main.fixed-height[data-v-32683533]{height:var(--3037e504)}fieldset[disabled] .multiselect{pointer-events:none}.multiselect__spinner{background:#fff;display:block;height:38px;position:absolute;right:1px;top:1px;width:40px}.multiselect__spinner:after,.multiselect__spinner:before{border:2px solid transparent;border-radius:100%;border-top-color:#41b883;box-shadow:0 0 0 1px transparent;content:"";height:16px;left:50%;margin:-8px 0 0 -8px;position:absolute;top:50%;width:16px}.multiselect__spinner:before{animation:spinning 2.4s cubic-bezier(.41,.26,.2,.62);animation-iteration-count:infinite}.multiselect__spinner:after{animation:spinning 2.4s cubic-bezier(.51,.09,.21,.8);animation-iteration-count:infinite}.multiselect__loading-enter-active,.multiselect__loading-leave-active{opacity:1;transition:opacity .4s ease-in-out}.multiselect__loading-enter,.multiselect__loading-leave-active{opacity:0}.multiselect,.multiselect__input,.multiselect__single{font-family:inherit;font-size:16px;touch-action:manipulation}.multiselect{box-sizing:content-box;color:#35495e;display:block;min-height:40px;position:relative;text-align:left;width:100%}.multiselect *{box-sizing:border-box}.multiselect:focus{outline:none}.multiselect--disabled{background:#ededed;opacity:.6;pointer-events:none}.multiselect--active{z-index:50}.multiselect--active:not(.multiselect--above) .multiselect__current,.multiselect--active:not(.multiselect--above) .multiselect__input,.multiselect--active:not(.multiselect--above) .multiselect__tags{border-bottom-left-radius:0;border-bottom-right-radius:0}.multiselect--active .multiselect__select{transform:rotate(180deg)}.multiselect--above.multiselect--active .multiselect__current,.multiselect--above.multiselect--active .multiselect__input,.multiselect--above.multiselect--active .multiselect__tags{border-top-left-radius:0;border-top-right-radius:0}.multiselect__input,.multiselect__single{background:#fff;border:none;border-radius:5px;box-sizing:border-box;display:inline-block;line-height:20px;margin-bottom:8px;min-height:20px;padding:0 0 0 5px;position:relative;transition:border .1s ease;vertical-align:top;width:100%}.multiselect__input::-moz-placeholder{color:#35495e}.multiselect__input::placeholder{color:#35495e}.multiselect__tag~.multiselect__input,.multiselect__tag~.multiselect__single{width:auto}.multiselect__input:hover,.multiselect__single:hover{border-color:#cfcfcf}.multiselect__input:focus,.multiselect__single:focus{border-color:#a8a8a8;outline:none}.multiselect__single{margin-bottom:8px;padding-left:5px}.multiselect__tags-wrap{display:inline}.multiselect__tags{background:#fff;border:1px solid #e8e8e8;border-radius:5px;display:block;font-size:14px;min-height:40px;padding:8px 40px 0 8px}.multiselect__tag{background:#41b883;border-radius:5px;color:#fff;display:inline-block;line-height:1;margin-bottom:5px;margin-right:10px;max-width:100%;overflow:hidden;padding:4px 26px 4px 10px;position:relative;text-overflow:ellipsis;white-space:nowrap}.multiselect__tag-icon{border-radius:5px;bottom:0;cursor:pointer;font-style:normal;font-weight:700;line-height:22px;margin-left:7px;position:absolute;right:0;text-align:center;top:0;transition:all .2s ease;width:22px}.multiselect__tag-icon:after{color:#266d4d;content:"×";font-size:14px}.multiselect__tag-icon:focus:after,.multiselect__tag-icon:hover:after{color:#fff}.multiselect__current{border:1px solid #e8e8e8;border-radius:5px;min-height:40px;overflow:hidden;padding:8px 30px 0 12px;white-space:nowrap}.multiselect__current,.multiselect__select{box-sizing:border-box;cursor:pointer;display:block;line-height:16px;margin:0;text-decoration:none}.multiselect__select{height:38px;padding:4px 8px;position:absolute;right:1px;text-align:center;top:1px;transition:transform .2s ease;width:40px}.multiselect__select:before{border-color:#999 transparent transparent;border-style:solid;border-width:5px 5px 0;color:#999;content:"";margin-top:4px;position:relative;right:0;top:65%}.multiselect__placeholder{color:#adadad;display:inline-block;margin-bottom:10px;padding-top:2px}.multiselect--active .multiselect__placeholder{display:none}.multiselect__content-wrapper{background:#fff;border:1px solid #e8e8e8;border-bottom-left-radius:5px;border-bottom-right-radius:5px;border-top:none;display:block;max-height:240px;overflow:auto;position:absolute;width:100%;z-index:50;-webkit-overflow-scrolling:touch}.multiselect__content{display:inline-block;list-style:none;margin:0;min-width:100%;padding:0;vertical-align:top}.multiselect--above .multiselect__content-wrapper{border-bottom:none;border-radius:5px 5px 0 0;border-top:1px solid #e8e8e8;bottom:100%}.multiselect__content::-webkit-scrollbar{display:none}.multiselect__element{display:block}.multiselect__option{cursor:pointer;display:block;line-height:16px;min-height:40px;padding:12px;position:relative;text-decoration:none;text-transform:none;vertical-align:middle;white-space:nowrap}.multiselect__option:after{font-size:13px;line-height:40px;padding-left:20px;padding-right:12px;position:absolute;right:0;top:0}.multiselect__option--highlight{background:#41b883;color:#fff;outline:none}.multiselect__option--highlight:after{background:#41b883;color:#fff;content:attr(data-select)}.multiselect__option--selected{background:#f3f3f3;color:#35495e;font-weight:700}.multiselect__option--selected:after{background:inherit;color:silver;content:attr(data-selected)}.multiselect__option--selected.multiselect__option--highlight{background:#ff6a6a;color:#fff}.multiselect__option--selected.multiselect__option--highlight:after{background:#ff6a6a;color:#fff;content:attr(data-deselect)}.multiselect--disabled .multiselect__current,.multiselect--disabled .multiselect__select{background:#ededed;color:#a6a6a6}.multiselect__option--disabled{background:#ededed!important;color:#a6a6a6!important;cursor:text;pointer-events:none}.multiselect__option--group{background:#ededed;color:#35495e}.multiselect__option--group.multiselect__option--highlight{background:#35495e;color:#fff}.multiselect__option--group.multiselect__option--highlight:after{background:#35495e}.multiselect__option--disabled.multiselect__option--highlight{background:#dedede}.multiselect__option--group-selected.multiselect__option--highlight{background:#ff6a6a;color:#fff}.multiselect__option--group-selected.multiselect__option--highlight:after{background:#ff6a6a;color:#fff;content:attr(data-deselect)}.multiselect-enter-active,.multiselect-leave-active{transition:all .15s ease}.multiselect-enter,.multiselect-leave-active{opacity:0}.multiselect__strong{display:inline-block;line-height:20px;margin-bottom:8px;vertical-align:top}[dir=rtl] .multiselect{text-align:right}[dir=rtl] .multiselect__select{left:1px;right:auto}[dir=rtl] .multiselect__tags{padding:8px 8px 0 40px}[dir=rtl] .multiselect__content{text-align:right}[dir=rtl] .multiselect__option:after{left:0;right:auto}[dir=rtl] .multiselect__clear{left:12px;right:auto}[dir=rtl] .multiselect__spinner{left:1px;right:auto}@keyframes spinning{0%{transform:rotate(0)}to{transform:rotate(2turn)}}.vfm--fixed{position:fixed}.vfm--absolute{position:absolute}.vfm--inset{bottom:0;left:0;right:0;top:0}.vfm--overlay{background-color:#00000080;z-index:-1}.vfm--prevent-none{pointer-events:none}.vfm--prevent-auto{pointer-events:auto}.vfm--outline-none:focus{outline:none}@keyframes fade-in{0%{opacity:0}to{opacity:1}}@keyframes fade-out{0%{opacity:1}to{opacity:0}}.vfm-fade-enter-active{animation:fade-in .3s ease}.vfm-fade-leave-active{animation:fade-out .3s ease}.vfm-bounce-back{transition-duration:.3s;transition-property:transform}.vfm-slide-down-enter-active,.vfm-slide-down-leave-active,.vfm-slide-up-enter-active,.vfm-slide-up-leave-active{transition:transform .3s ease}.vfm-slide-down-enter-from,.vfm-slide-down-leave-to{transform:translateY(100vh)!important}.vfm-slide-up-enter-from,.vfm-slide-up-leave-to{transform:translateY(-100vh)!important}.vfm-slide-left-enter-active,.vfm-slide-left-leave-active,.vfm-slide-right-enter-active,.vfm-slide-right-leave-active{transition:transform .3s ease}.vfm-slide-right-enter-from,.vfm-slide-right-leave-to{transform:translate(100vw)!important}.vfm-slide-left-enter-from,.vfm-slide-left-leave-to{transform:translate(-100vw)!important}.vfm-swipe-banner-back,.vfm-swipe-banner-forward{bottom:0;position:fixed;top:0;width:27px;z-index:10}.vfm-swipe-banner-back{left:0}.vfm-swipe-banner-forward{right:0}/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}main{display:block}h1{font-size:2em;margin:.67em 0}hr{box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace,monospace;font-size:1em}a{background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline;-webkit-text-decoration:underline dotted;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:.35em .75em .625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details{display:block}summary{display:list-item}[hidden],template{display:none}:where(:not(html,iframe,canvas,img,svg,video,audio):not(svg *,symbol *)){all:unset;display:revert}*,:after,:before{box-sizing:border-box}a,button{cursor:revert}menu,ol,ul{list-style:none}img{max-block-size:100%;max-inline-size:100%}table{border-collapse:collapse}input,textarea{-webkit-user-select:auto}textarea{white-space:revert}meter{-webkit-appearance:revert;-moz-appearance:revert;appearance:revert}:where(pre){all:revert}::-moz-placeholder{color:unset}::placeholder{color:unset}::marker{content:normal}:where([hidden]){display:none}:where([contenteditable]:not([contenteditable=false])){-moz-user-modify:read-write;-webkit-user-modify:read-write;-webkit-line-break:after-white-space;overflow-wrap:break-word;-webkit-user-select:auto}:where([draggable=true]){-webkit-user-drag:element}:where(dialog:modal){all:revert}.apexcharts-yaxis.apexcharts-xaxis-inversed{display:none!important}.vue3-easy-data-table{border:0!important}.vue3-easy-data-table .vue3-easy-data-table__main{border-radius:8px}.vue3-easy-data-table .vue3-easy-data-table__main td,.vue3-easy-data-table .vue3-easy-data-table__main th{border:0!important;padding:10px 0 10px 15px!important}.vue3-easy-data-table .vue3-easy-data-table__main td:last-child,.vue3-easy-data-table .vue3-easy-data-table__main th:last-child{padding-right:15px!important}.vue3-easy-data-table .vue3-easy-data-table__main td.expand,.vue3-easy-data-table .vue3-easy-data-table__main th.expand{background:#e8e6e5;border-bottom:1px solid rgba(0,0,0,.3)!important;border-top:1px solid rgba(0,0,0,.3)!important;padding:15px!important}.vue3-easy-data-table .vue3-easy-data-table__main td.can-expand,.vue3-easy-data-table .vue3-easy-data-table__main th.can-expand{width:30px!important}.vue3-easy-data-table .vue3-easy-data-table__main td a,.vue3-easy-data-table .vue3-easy-data-table__main th a{text-decoration:underline}.vue3-easy-data-table .vue3-easy-data-table__main td div.operations,.vue3-easy-data-table .vue3-easy-data-table__main th div.operations{display:flex;gap:10px}.vue3-easy-data-table .vue3-easy-data-table__main td div.operations a,.vue3-easy-data-table .vue3-easy-data-table__main th div.operations a{text-decoration:none}.vue3-easy-data-table .vue3-easy-data-table__main th{background:#434343;color:#fff}:root{--dp-menu-min-width:180px}body,html{min-height:100%}body{background:#f3f8f8;color:#000;font-family:yantramanav;font-size:13px;font-style:normal;font-weight:400;line-height:normal}body.layout-login{background:url(./login-background.D4CNR0Jd.jpg) no-repeat 50%/cover}a{align-items:center;color:#000;cursor:pointer;display:inline-flex;font-size:12px;font-weight:400;gap:5px}a.text-link span{text-decoration-line:underline}a i{display:inline-block!important;text-decoration:none!important;text-decoration-line:none!important}h1,h2,h3,h4,h5{font-family:source-sans-pro;font-style:normal;line-height:normal;margin:0}h1{font-size:24px;font-weight:400;line-height:30px}@media (min-width:992px) and (max-width:1439.98px){h1{font-size:21px;line-height:28px}}@media (min-width:1600px) and (max-width:1919.98px){h1{font-size:28px;line-height:34px}}@media (min-width:1920px){h1{font-size:32px;line-height:38px}}h1 strong{font-weight:600}h2{font-size:20px;font-weight:400}@media (min-width:992px) and (max-width:1439.98px){h2{font-size:18px}}@media (min-width:1600px) and (max-width:1919.98px){h2{font-size:24px}}@media (min-width:1920px){h2{font-size:28px}}h3{font-size:16px;font-weight:400}@media (min-width:992px) and (max-width:1439.98px){h3{font-size:16px}}@media (min-width:1600px) and (max-width:1919.98px){h3{font-size:18px}}@media (min-width:1920px){h3{font-size:20px}}h4{font-family:yantramanav;font-size:13px;font-weight:700}@media (min-width:992px) and (max-width:1439.98px){h4{font-size:13px}}@media (min-width:1600px) and (max-width:1919.98px){h4{font-size:14px}}@media (min-width:1920px){h4{font-size:16px}}h5{font-size:13px;font-weight:700}@media (min-width:992px) and (max-width:1439.98px){h5{font-size:13px}}@media (min-width:1600px) and (max-width:1919.98px){h5{font-size:14px}}@media (min-width:1920px){h5{font-size:16px}}i.success{color:#6dbe98;font-size:16px}i.error{color:#f7536c;font-size:16px;font-weight:700}span.label-default{font-size:13px;font-weight:700}@media (min-width:992px) and (max-width:1439.98px){span.label-default{font-size:13px}}@media (min-width:1600px) and (max-width:1919.98px){span.label-default{font-size:14px}}@media (min-width:1920px){span.label-default{font-size:16px}}div.horizontal-divider{background:#1c2a3d1a;flex:0 0 1px;height:1px}.nice-checkbox,.nice-radio{cursor:pointer;display:block;font-family:yantramanav;font-size:12px;font-weight:400;margin-bottom:0;padding-left:25px;position:relative;-webkit-user-select:none;-moz-user-select:none;user-select:none}@media (min-width:992px) and (max-width:1439.98px){.nice-checkbox,.nice-radio{font-size:12px}}@media (min-width:1600px) and (max-width:1919.98px){.nice-checkbox,.nice-radio{font-size:14px}}@media (min-width:1920px){.nice-checkbox,.nice-radio{font-size:16px}}.nice-checkbox.error,.nice-radio.error{color:#f7536c}.nice-checkbox input,.nice-radio input{cursor:pointer;height:0;opacity:0;position:absolute;width:0}.nice-checkbox .checkmark,.nice-radio .checkmark{background-color:#fff;border:1px solid #000;border-radius:20px;height:16px;left:0;position:absolute;top:0;width:16px}.nice-checkbox .checkmark:after,.nice-radio .checkmark:after{background:#000;border-radius:50%;content:"";display:none;height:8px;left:3px;position:absolute;top:3px;width:8px}.nice-checkbox:hover input~.checkmark:after,.nice-radio:hover input~.checkmark:after{background-color:#0003;display:block}.nice-checkbox input:checked~.checkmark:after,.nice-radio input:checked~.checkmark:after{display:block}.nice-checkbox .checkmark{border-radius:3px}.nice-checkbox .checkmark:after{border-radius:2px}div.skeleton-container{display:grid;gap:20px}div.skeleton-container.skeleton-padding{padding:20px}div.skeleton-container .skeleton-title{background:#dcdcdc;border-radius:5px;height:25px;max-width:200px;width:100%}div.skeleton-container .skeleton-text{background:#dcdcdc;border-radius:5px;height:20px;max-width:100%;width:100%}div.skeleton-container.skeleton-multiple-columns{grid-template-columns:repeat(2,minmax(0,1fr))}div.skeleton-container.skeleton-multiple-columns div.skeleton-column{display:flex;flex-direction:column;gap:20px}div.skeleton-container div.skeleton-list-wrapper{display:grid;gap:10px}div.skeleton-container div.skeleton-list-wrapper div.skeleton-list-item{background:#dcdcdc;border-radius:5px;height:40px}div.modal-container .vfm__overlay{background:#00000030}div.modal-container div.modal-header{align-items:flex-start;display:flex;flex-direction:column;gap:7px}div.modal-container div.modal-header div.modal-header-row{align-items:flex-start;display:flex;gap:10px}div.modal-container div.modal-footer div.buttons{display:flex;gap:15px}div.modal-container.modal-container-large div.modal-content{background:#f3f8f8;border-radius:25px;box-shadow:0 4px 110px #0003;display:flex;flex:1;height:calc(100vh - 50px);margin:25px 30px 25px auto;position:relative;width:calc(100vw - 300px)}div.modal-container.modal-container-large div.modal-content>div{display:flex;flex:1}div.modal-container.modal-container-large div.modal-content form.modal-form{display:flex;flex:1;flex-direction:column;gap:30px}div.modal-container.modal-container-large div.modal-content div.form{flex:1;gap:25px}div.modal-container.modal-container-large div.modal-content div.modal-box{align-self:stretch;background:#fff;border-radius:20px;box-shadow:0 14px 45px -20px #41271c26;display:flex;flex:1 0 0;flex-direction:column;gap:30px;justify-content:space-between;padding:40px}div.modal-container.modal-container-large div.modal-content div.modal-content-wrapper{border-radius:25px;display:flex;flex:1;overflow:hidden}div.modal-container.modal-container-large div.modal-content div.modal-content-wrapper div.modal-content-left{display:flex;flex:1;flex-direction:column;gap:30px;overflow:auto;padding:60px}div.modal-container.modal-container-large div.modal-content div.modal-content-wrapper div.modal-content-right{background-color:#f3ecea;background-position:50%;background-size:cover;flex:0 0 34%;position:relative}div.modal-container.modal-container-centered{align-items:center;display:flex;justify-content:center;width:100vw}div.modal-container.modal-container-centered div.modal-content{background:#f8f4f4;border-radius:25px;box-shadow:0 4px 110px #0003;display:flex;flex:1;max-width:800px;padding:60px 60px 50px;position:relative;width:100%}div.modal-container.modal-container-centered div.modal-content>div{display:flex;flex:1}div.modal-container.modal-container-centered div.modal-content div.modal-content-wrapper,div.modal-container.modal-container-centered div.modal-content form.modal-form{display:flex;flex:1;flex-direction:column;gap:30px}div.modal-container.modal-container-centered div.modal-content div.modal-header.modal-header-success{background:#cbf9e8}div.modal-container.modal-container-centered div.modal-content div.modal-header.modal-header-error{background:#ffccd2}div.modal-container.modal-container-centered div.modal-content div.modal-box{background:#fff;border-radius:20px;padding:40px}div.modal-container div.intro{display:flex;flex-direction:column;gap:15px}div.modal-container div.intro div.top{display:flex;flex-direction:column;gap:2px}div.modal-container div.intro div.buttons{display:flex}div.modal-container div.modal-close{align-items:center;cursor:pointer;display:flex;gap:10px;position:absolute;right:15px;top:15px;z-index:10}div.modal-container div.modal-close span{color:#000;font-size:14px;font-weight:500;letter-spacing:.14px}div.text>*{margin:0 0 16px}div.text>:last-child{margin-bottom:0}div.text span.label-default{display:inline-block;margin-bottom:5px}div.text .notice{font-size:13px;font-style:italic;font-weight:400;line-height:150%}div.text p{font-size:14px;font-weight:400;line-height:135%}@media (min-width:992px) and (max-width:1439.98px){div.text p{font-size:13px}}@media (min-width:1600px) and (max-width:1919.98px){div.text p{font-size:16px}}@media (min-width:1920px){div.text p{font-size:18px}}div.text p.subtitle{color:#000;font-size:11px;font-style:normal;font-weight:400;line-height:normal}div.text p.error{color:#f7536c}div.text div.buttons{display:flex;gap:10px}div.page div.stacked-wrapper{display:flex;flex-direction:column;gap:15px}div#logout-overlay{background:#000;display:flex}div#layout-warning,div#logout-overlay{align-items:center;color:#fff;height:100%;justify-content:center;left:0;position:fixed;top:0;width:100%;z-index:99999}div#layout-warning{background:#ffa654;display:none}div#layout-login>div.wrapper{align-items:stretch;display:flex;justify-content:flex-start;min-height:100vh;padding:40px}div#layout-login>div.wrapper div.box{background:#000;border-radius:15px;box-shadow:0 10px 45px -20px #00000040;color:#fff;display:flex;flex:0 0 320px;flex-direction:column;gap:50px;justify-content:space-between;padding:40px}div#layout-login>div.wrapper div.box div.logo{align-self:center;height:25px;width:132px}div#layout-login>div.wrapper div.box div.logo img{height:100%;-o-object-fit:contain;object-fit:contain;width:100%}div#layout-login>div.wrapper div.box div.footer{align-items:flex-start;align-self:stretch;display:flex;justify-content:center}div#layout-login>div.wrapper div.box div.footer img{width:51px}div#layout-app>div#layout-wrapper{align-items:stretch;display:flex;height:100vh;position:relative}div#layout-app>div#layout-wrapper>div#layout-sidebar{background-color:#000;border-radius:25px;box-shadow:0 10px 45px -20px #00000040;color:#fff;display:flex;flex:1;flex-direction:column;flex-shrink:0;gap:40px;justify-content:space-between;margin:25px 30px;max-width:210px;min-width:210px;overflow-y:auto;padding:40px 0 0;transition:left .4s}div#layout-app>div#layout-wrapper>div#layout-sidebar div.logo{height:25px;margin:0 auto;width:132px}div#layout-app>div#layout-wrapper>div#layout-sidebar div.logo img{height:100%;-o-object-fit:contain;object-fit:contain;width:100%}div#layout-app>div#layout-wrapper>div#layout-sidebar div.logo-small{align-items:center;background:#fff;border-radius:20px;display:none;height:40px;justify-content:center;margin:0 auto;width:40px}div#layout-app>div#layout-wrapper>div#layout-sidebar div.logo-small img{height:16px;-o-object-fit:contain;object-fit:contain;width:12px}div#layout-app>div#layout-wrapper>div#layout-sidebar div.content{align-self:stretch;display:grid;gap:30px;padding-left:30px;padding-right:30px}div#layout-app>div#layout-wrapper>div#layout-sidebar div.content nav{display:grid;gap:10px}div#layout-app>div#layout-wrapper>div#layout-sidebar div.content nav a{align-items:center;display:flex;gap:9px}div#layout-app>div#layout-wrapper>div#layout-sidebar div.content nav a span{color:#fff;font-size:16px;transition:font-weight .1s}@media (min-width:992px) and (max-width:1439.98px){div#layout-app>div#layout-wrapper>div#layout-sidebar div.content nav a span{font-size:16px}}@media (min-width:1600px) and (max-width:1919.98px){div#layout-app>div#layout-wrapper>div#layout-sidebar div.content nav a span{font-size:18px}}@media (min-width:1920px){div#layout-app>div#layout-wrapper>div#layout-sidebar div.content nav a span{font-size:20px}}div#layout-app>div#layout-wrapper>div#layout-sidebar div.content nav a div.icon{align-items:center;border-radius:20px;color:#fff;display:flex;height:32px;justify-content:center;margin:0;text-align:center;transition:color .4s,background .4s;width:32px}div#layout-app>div#layout-wrapper>div#layout-sidebar div.content nav a div.icon i{font-size:14px;font-weight:400;line-height:14px}div#layout-app>div#layout-wrapper>div#layout-sidebar div.content nav a.router-link-active{font-weight:900;letter-spacing:.16px}div#layout-app>div#layout-wrapper>div#layout-sidebar div.content nav a.router-link-active div.icon{background:#ad5c4a;color:#fff}div#layout-app>div#layout-wrapper>div#layout-sidebar div.content nav a:hover:not(.router-link-active) div.icon{color:#ad5c4a}div#layout-app>div#layout-wrapper>div#layout-sidebar div.content div.form input{border:1px solid #fff;color:#fff}div#layout-app>div#layout-wrapper>div#layout-sidebar div.footer{align-items:flex-start;background:#000;border-radius:0 0 25px 25px;display:flex;flex-direction:column;gap:35px;padding:0 30px 40px;position:relative}div#layout-app>div#layout-wrapper>div#layout-sidebar div.footer div.languages{bottom:40px;display:flex;gap:7px;position:absolute;right:30px}div#layout-app>div#layout-wrapper>div#layout-sidebar div.footer div.languages a{font-size:11px;font-weight:400}@media (min-width:992px) and (max-width:1439.98px){div#layout-app>div#layout-wrapper>div#layout-sidebar div.footer div.languages a{font-size:11px}}@media (min-width:1600px) and (max-width:1919.98px){div#layout-app>div#layout-wrapper>div#layout-sidebar div.footer div.languages a{font-size:14px}}@media (min-width:1920px){div#layout-app>div#layout-wrapper>div#layout-sidebar div.footer div.languages a{font-size:16px}}div#layout-app>div#layout-wrapper>div#layout-sidebar div.footer div.languages a.active{font-weight:700}div#layout-app>div#layout-wrapper>div#layout-sidebar div.footer div.company{display:flex;flex-direction:column;gap:8px;width:100%}div#layout-app>div#layout-wrapper>div#layout-sidebar div.footer div.company div.company-logo{height:64px;width:68px}div#layout-app>div#layout-wrapper>div#layout-sidebar div.footer div.company div.company-logo img{height:100%;width:100%}div#layout-app>div#layout-wrapper>div#layout-sidebar div.footer div.company div.company-logo-small{align-items:center;background:#000;border-radius:20px;display:none;height:40px;justify-content:center;margin:0 auto;width:40px}div#layout-app>div#layout-wrapper>div#layout-sidebar div.footer div.company div.company-logo-small img{height:40px;-o-object-fit:contain;object-fit:contain;-o-object-position:center;object-position:center;width:40px}div#layout-app>div#layout-wrapper>div#layout-sidebar div.footer div.company span.company-name{font-size:18px;font-weight:700}div#layout-app>div#layout-wrapper>div#layout-sidebar div.footer div.company select.company-selector{background-image:url("data:image/svg+xml;utf8,<svg fill='%23FFFFFF' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/><path d='M0 0h24v24H0z' fill='none'/></svg>");border:1px solid #fff;color:#fff;margin-top:5px;width:100%}div#layout-app>div#layout-wrapper>div#layout-sidebar div.footer a{color:#fff;font-size:14px;font-weight:500}@media (min-width:992px) and (max-width:1439.98px){div#layout-app>div#layout-wrapper>div#layout-sidebar div.footer a{font-size:14px}}@media (min-width:1600px) and (max-width:1919.98px){div#layout-app>div#layout-wrapper>div#layout-sidebar div.footer a{font-size:16px}}@media (min-width:1920px){div#layout-app>div#layout-wrapper>div#layout-sidebar div.footer a{font-size:18px}}div#layout-app>div#layout-wrapper>div#layout-sidebar div.footer a{align-items:center;display:flex;gap:0;transition:font-weight .6s}div#layout-app>div#layout-wrapper>div#layout-sidebar div.footer a:before{content:"";max-width:0;overflow:hidden;transition:max-width .6s}div#layout-app>div#layout-wrapper>div#layout-sidebar div.footer a.account,div#layout-app>div#layout-wrapper>div#layout-sidebar div.footer a.logout{font-size:12px;font-weight:400}@media (min-width:992px) and (max-width:1439.98px){div#layout-app>div#layout-wrapper>div#layout-sidebar div.footer a.account,div#layout-app>div#layout-wrapper>div#layout-sidebar div.footer a.logout{font-size:12px}}@media (min-width:1600px) and (max-width:1919.98px){div#layout-app>div#layout-wrapper>div#layout-sidebar div.footer a.account,div#layout-app>div#layout-wrapper>div#layout-sidebar div.footer a.logout{font-size:14px}}@media (min-width:1920px){div#layout-app>div#layout-wrapper>div#layout-sidebar div.footer a.account,div#layout-app>div#layout-wrapper>div#layout-sidebar div.footer a.logout{font-size:16px}}div#layout-app>div#layout-wrapper>div#layout-sidebar div.footer a.account,div#layout-app>div#layout-wrapper>div#layout-sidebar div.footer a.logout{gap:5px}div#layout-app>div#layout-wrapper>div#layout-sidebar div.footer a.account.router-link-active,div#layout-app>div#layout-wrapper>div#layout-sidebar div.footer a.logout.router-link-active{font-weight:800}div#layout-app>div#layout-wrapper>div#layout-sidebar div.footer a:not(.account,.logout).router-link-active{font-size:14px;font-weight:900}@media (min-width:992px) and (max-width:1439.98px){div#layout-app>div#layout-wrapper>div#layout-sidebar div.footer a:not(.account,.logout).router-link-active{font-size:14px}}@media (min-width:1600px) and (max-width:1919.98px){div#layout-app>div#layout-wrapper>div#layout-sidebar div.footer a:not(.account,.logout).router-link-active{font-size:16px}}@media (min-width:1920px){div#layout-app>div#layout-wrapper>div#layout-sidebar div.footer a:not(.account,.logout).router-link-active{font-size:18px}}div#layout-app>div#layout-wrapper>div#layout-sidebar div.footer a:not(.account,.logout).router-link-active:before{content:"";font-family:Font Awesome\ 6 Pro;font-size:13px;font-weight:900;margin-right:5px;max-width:20px}div#layout-app>div#layout-wrapper>div#layout-sidebar div.footer a:not(.account,.logout) div.icon{display:none}div#layout-app>div#layout-wrapper>div#layout-sidebar div.footer nav{display:flex;flex-direction:column;gap:12px}div#layout-app>div#layout-wrapper>div#layout-content{display:flex;flex:1}div#layout-app>div#layout-wrapper>div#layout-content div.page{align-items:stretch;display:flex;flex:1}div.link-box-grid{background:transparent;border-radius:25px;display:grid;gap:10px;grid-template-columns:repeat(2,minmax(0,1fr))}div.link-box-grid div.link-box{background:#000;box-shadow:0 9px 45px -10px #41271c40;display:flex;flex-direction:column;gap:12px;padding:20px}div.link-box-grid div.link-box h3{color:#fff}div.link-box-grid div.link-box:first-child{border-radius:25px 0 0}div.link-box-grid div.link-box:nth-child(2){border-radius:0 25px 0 0}div.link-box-grid div.link-box:nth-child(3){border-radius:0 0 0 25px}div.link-box-grid div.link-box:nth-child(4){border-radius:0 0 25px}.button-icon-square{align-items:center;background:#ad5c4a;border-radius:8px;color:#fff;cursor:pointer;display:flex;flex-shrink:0;height:26px;justify-content:center;transition:all .4s;width:26px}.button-icon-square:hover{background:#9d4f3e;box-shadow:0 0 #0003}.button-icon{align-items:center;background:#ad5c4a;border-radius:68px;display:flex;height:20px;justify-content:center;text-decoration:none;width:20px}.button-icon:hover{background:#9d4f3e}.button-icon i{color:#fff;font-size:9px;font-weight:900;line-height:9px}.button-icon.button-large{height:32px;width:32px}.button-icon.button-large i{font-size:14px;font-weight:400;line-height:14px}.button{align-items:center;background:#ad5c4a;border:0;border-radius:30px;color:#fff;cursor:pointer;display:flex;font-family:yantramanav;font-size:12px;font-weight:500;gap:8px;height:32px;overflow:hidden;padding:0 16px;text-decoration:none;transition:background .6s,color .4s,border .6s;white-space:nowrap}.button.button-icon{flex:0 0 32px}.button i{font-size:11px;font-weight:900;line-height:12px;margin-left:auto}@media (min-width:1600px) and (max-width:1919.98px){.button{font-size:14px;height:36px}.button.button-icon{flex:0 0 36px}.button i{font-size:12px;line-height:14px}}@media (min-width:1920px){.button{font-size:15px;height:38px}.button.button-icon{flex:0 0 38px}.button i{font-size:13px;line-height:15px}}.button:hover{background:#9d4f3e}.button.button-border{background:transparent;border:1px solid #ad5c4a;color:#ad5c4a}.button.button-secondary{background:#000}.button.button-secondary:hover{background:#434343}.button.button-secondary.button-border{background:transparent;border:1px solid #000;color:#000}.button.button-secondary.button-border:hover{background:transparent;border:1px solid #434343;color:#000}.button.button-tertiary{background:#fff}.button.button-tertiary:hover{background:#f4f4f4}.button.button-tertiary.button-border{background:transparent;border:1px solid #fff;color:#fff}.button.button-tertiary.button-border:hover{background:transparent;border:1px solid #f4f4f4;color:#fff}.button.button-busy{position:relative}.button.button-busy:after{background:#00000080 no-repeat 50%;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' xml:space='preserve' width='30' height='30' viewBox='0 0 50 50'%3E%3Cpath fill='%23fff' d='M43.935 25.145c0-10.318-8.364-18.683-18.683-18.683S6.569 14.827 6.569 25.145h4.068c0-8.071 6.543-14.615 14.615-14.615s14.615 6.543 14.615 14.615z'%3E%3CanimateTransform attributeName='transform' attributeType='xml' dur='0.6s' from='0 25 25' repeatCount='indefinite' to='360 25 25' type='rotate'/%3E%3C/path%3E%3C/svg%3E");border-radius:100px;content:"";height:calc(100% + 2px);left:-1px;position:absolute;top:-1px;width:calc(100% + 2px);z-index:9}.button.button-busy span.timer{color:#fff;font-size:13px;left:50%;position:absolute;text-align:center;top:50%;transform:translate(-50%,-50%);z-index:10}.button.button-small{font-family:yantramanav;font-size:10px;font-weight:500;height:24px;padding:0 14px}.button.button-small i{font-size:9px;font-weight:900;line-height:10px}@media (min-width:1600px) and (max-width:1919.98px){.button.button-small{font-size:13px;height:28px}.button.button-small i{font-size:11px;line-height:13px}}@media (min-width:1920px){.button.button-small{font-size:14px;height:30px}.button.button-small i{font-size:11px;line-height:13px}}.button.button-table{font-size:11px;font-weight:400;height:23px;padding:0 12px}.button.button-table.button-busy:after{background-size:15px 15px}@media (min-width:1600px) and (max-width:1919.98px){.button.button-table{font-size:13px;height:28px;padding:0 15px}}@media (min-width:1920px){.button.button-table{font-size:14px;height:30px;padding:0 20px}}.button.button-large{font-family:yantramanav;font-size:13px;font-weight:500;height:36px;padding:0 20px}.button.button-large i{font-size:12px;font-weight:900;line-height:13px}@media (min-width:1600px) and (max-width:1919.98px){.button.button-large{font-size:15px;height:40px;padding:0 25px}}@media (min-width:1920px){.button.button-large{font-size:16px;height:45px;padding:0 25px}}.button.button-rectangle{border-radius:5px;justify-content:space-between}.button.button-mini{font-size:12px;font-weight:400;height:25px;padding:5px 14px 4px}.button.button-disabled{background:#e5eaea;color:#fff;cursor:not-allowed}.button.button-download.button-downloaded i:before{content:""}.link-button{color:#22201e;font-size:10px;font-style:normal;font-weight:600;line-height:normal;text-decoration:none}input[type=date],input[type=email],input[type=number],input[type=password],input[type=text],select,textarea{border:1px solid #000;border-radius:10px;color:#000;font-family:yantramanav;font-size:12px;font-weight:400;height:36px;padding:0 15px;width:100%}@media (min-width:992px) and (max-width:1439.98px){input[type=date],input[type=email],input[type=number],input[type=password],input[type=text],select,textarea{font-size:12px}}@media (min-width:1600px) and (max-width:1919.98px){input[type=date],input[type=email],input[type=number],input[type=password],input[type=text],select,textarea{font-size:14px}}@media (min-width:1920px){input[type=date],input[type=email],input[type=number],input[type=password],input[type=text],select,textarea{font-size:16px}}input[type=date].error,input[type=email].error,input[type=number].error,input[type=password].error,input[type=text].error,select.error,textarea.error{border:1px solid #f7536c;color:#f7536c!important}input[type=date].error::-moz-placeholder,input[type=email].error::-moz-placeholder,input[type=number].error::-moz-placeholder,input[type=password].error::-moz-placeholder,input[type=text].error::-moz-placeholder,select.error::-moz-placeholder,textarea.error::-moz-placeholder{opacity:1!important}input[type=date].error::placeholder,input[type=email].error::placeholder,input[type=number].error::placeholder,input[type=password].error::placeholder,input[type=text].error::placeholder,select.error::placeholder,textarea.error::placeholder{opacity:1!important}input[type=date].is-busy,input[type=email].is-busy,input[type=number].is-busy,input[type=password].is-busy,input[type=text].is-busy,select.is-busy,textarea.is-busy{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' xml:space='preserve' width='30' height='30' viewBox='0 0 50 50'%3E%3Cpath fill='%23fff' d='M43.935 25.145c0-10.318-8.364-18.683-18.683-18.683S6.569 14.827 6.569 25.145h4.068c0-8.071 6.543-14.615 14.615-14.615s14.615 6.543 14.615 14.615z'%3E%3CanimateTransform attributeName='transform' attributeType='xml' dur='0.6s' from='0 25 25' repeatCount='indefinite' to='360 25 25' type='rotate'/%3E%3C/path%3E%3C/svg%3E");background-position:right 10px center;background-repeat:no-repeat;background-size:20px 20px}input[type=date]::-moz-placeholder,input[type=email]::-moz-placeholder,input[type=number]::-moz-placeholder,input[type=password]::-moz-placeholder,input[type=text]::-moz-placeholder,select::-moz-placeholder,textarea::-moz-placeholder{font-family:yantramanav;font-size:12px;font-weight:400}input[type=date]::placeholder,input[type=email]::placeholder,input[type=number]::placeholder,input[type=password]::placeholder,input[type=text]::placeholder,select::placeholder,textarea::placeholder{font-family:yantramanav;font-size:12px;font-weight:400}@media (min-width:992px) and (max-width:1439.98px){input[type=date]::-moz-placeholder,input[type=email]::-moz-placeholder,input[type=number]::-moz-placeholder,input[type=password]::-moz-placeholder,input[type=text]::-moz-placeholder,select::-moz-placeholder,textarea::-moz-placeholder{font-size:12px}input[type=date]::placeholder,input[type=email]::placeholder,input[type=number]::placeholder,input[type=password]::placeholder,input[type=text]::placeholder,select::placeholder,textarea::placeholder{font-size:12px}}@media (min-width:1600px) and (max-width:1919.98px){input[type=date]::-moz-placeholder,input[type=email]::-moz-placeholder,input[type=number]::-moz-placeholder,input[type=password]::-moz-placeholder,input[type=text]::-moz-placeholder,select::-moz-placeholder,textarea::-moz-placeholder{font-size:14px}input[type=date]::placeholder,input[type=email]::placeholder,input[type=number]::placeholder,input[type=password]::placeholder,input[type=text]::placeholder,select::placeholder,textarea::placeholder{font-size:14px}}@media (min-width:1920px){input[type=date]::-moz-placeholder,input[type=email]::-moz-placeholder,input[type=number]::-moz-placeholder,input[type=password]::-moz-placeholder,input[type=text]::-moz-placeholder,select::-moz-placeholder,textarea::-moz-placeholder{font-size:16px}input[type=date]::placeholder,input[type=email]::placeholder,input[type=number]::placeholder,input[type=password]::placeholder,input[type=text]::placeholder,select::placeholder,textarea::placeholder{font-size:16px}}input[type=date]::-moz-placeholder,input[type=email]::-moz-placeholder,input[type=number]::-moz-placeholder,input[type=password]::-moz-placeholder,input[type=text]::-moz-placeholder,select::-moz-placeholder,textarea::-moz-placeholder{opacity:.4}input[type=date]::placeholder,input[type=email]::placeholder,input[type=number]::placeholder,input[type=password]::placeholder,input[type=text]::placeholder,select::placeholder,textarea::placeholder{opacity:.4}textarea{padding:10px}select{background:transparent;background-image:url("data:image/svg+xml;utf8,<svg fill='%23E2001A' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/><path d='M0 0h24v24H0z' fill='none'/></svg>");background-position-x:calc(100% - 7px);background-position-y:6px;background-repeat:no-repeat;padding-bottom:10px;padding-right:30px;padding-top:10px}.multiselect{align-items:center;background:transparent;border:1px solid #000;border-radius:10px;color:#000;display:flex;font-family:yantramanav;font-size:12px;font-weight:400;height:34px;min-height:unset;width:100%}@media (min-width:992px) and (max-width:1439.98px){.multiselect{font-size:12px}}@media (min-width:1600px) and (max-width:1919.98px){.multiselect{font-size:14px}}@media (min-width:1920px){.multiselect{font-size:16px}}.multiselect .multiselect__placeholder{display:flex;font-family:yantramanav;font-size:12px;font-weight:400;margin:0;padding:0}@media (min-width:992px) and (max-width:1439.98px){.multiselect .multiselect__placeholder{font-size:12px}}@media (min-width:1600px) and (max-width:1919.98px){.multiselect .multiselect__placeholder{font-size:14px}}@media (min-width:1920px){.multiselect .multiselect__placeholder{font-size:16px}}.multiselect .multiselect__tags{background:none;border:0;min-height:unset;padding:0 15px}.multiselect .multiselect__content-wrapper{border:1px solid #000;border-radius:10px;left:-1px;width:calc(100% + 2px)}.multiselect .multiselect__select{height:34px;right:0;top:0;width:40px}.multiselect .multiselect__select:before{border-color:#000 transparent transparent;top:16px}.multiselect .multiselect__option--highlight{background:#6dbe981a;color:#000}.multiselect .multiselect__option--highlight:after{display:none}.multiselect .multiselect__option--selected{background:#fff}.multiselect .multiselect__option--selected.multiselect__option--highlight{background:#f7536c1a;color:#000}.multiselect .multiselect__option--selected.multiselect__option--highlight:after{display:none}.multiselect .multiselect__single{background:none;font-family:yantramanav;font-size:12px;font-weight:400;margin:0;padding:0}@media (min-width:992px) and (max-width:1439.98px){.multiselect .multiselect__single{font-size:12px}}@media (min-width:1600px) and (max-width:1919.98px){.multiselect .multiselect__single{font-size:14px}}@media (min-width:1920px){.multiselect .multiselect__single{font-size:16px}}div.image-placeholder{background:#f1f8ff;border:1px solid #0788ff;border-radius:5px;flex:1}div.form,form.form{display:flex;flex-direction:column;gap:15px;width:100%}div.form.form-larger-gap,form.form.form-larger-gap{gap:30px}div.form div.form-inner-wrapper,form.form div.form-inner-wrapper{align-items:stretch;display:flex;gap:30px;width:100%}div.form div.form-inner-wrapper div.form-inner-column,div.form div.form-inner-wrapper div.form-inner-left,div.form div.form-inner-wrapper div.form-inner-right,form.form div.form-inner-wrapper div.form-inner-column,form.form div.form-inner-wrapper div.form-inner-left,form.form div.form-inner-wrapper div.form-inner-right{display:flex;flex:1;flex-direction:column;gap:10px}div.form div.input-row,form.form div.input-row{display:flex;gap:20px}div.form div.input-row.input-row-extra-margin,form.form div.input-row.input-row-extra-margin{margin-top:10px}div.form div.input-row.input-row-stretch,form.form div.input-row.input-row-stretch{flex:1}div.form div.input-row.input-row-stretch div.input-column,form.form div.input-row.input-row-stretch div.input-column{align-items:stretch}div.form div.input-row.input-row-stretch div.input-column>div input,div.form div.input-row.input-row-stretch div.input-column>div textarea,form.form div.input-row.input-row-stretch div.input-column>div input,form.form div.input-row.input-row-stretch div.input-column>div textarea{flex:1}div.form div.input-row div.input-column,form.form div.input-row div.input-column{align-items:flex-end;display:flex;flex:1;gap:10px}div.form div.input-row div.input-column>div,form.form div.input-row div.input-column>div{display:flex;flex:1;flex-direction:column;gap:4px}div.form div.input-row div.input-column div.sub-columns,form.form div.input-row div.input-column div.sub-columns{display:flex;gap:15px}div.form div.input-row div.input-column div.sub-columns.sub-columns-vertical,form.form div.input-row div.input-column div.sub-columns.sub-columns-vertical{flex-direction:column;gap:15px}div.form div.input-row div.input-column div.sub-columns-small,form.form div.input-row div.input-column div.sub-columns-small{display:flex;gap:5px}div.form div.input-row div.input-column label.input-label-sub,form.form div.input-row div.input-column label.input-label-sub{color:#0006;font-family:yantramanav;font-size:10px;font-weight:400}@media (min-width:992px) and (max-width:1439.98px){div.form div.input-row div.input-column label.input-label-sub,form.form div.input-row div.input-column label.input-label-sub{font-size:10px}}@media (min-width:1600px) and (max-width:1919.98px){div.form div.input-row div.input-column label.input-label-sub,form.form div.input-row div.input-column label.input-label-sub{font-size:12px}}@media (min-width:1920px){div.form div.input-row div.input-column label.input-label-sub,form.form div.input-row div.input-column label.input-label-sub{font-size:14px}}div.form div.input-row div.input-column label.input-label-sub,form.form div.input-row div.input-column label.input-label-sub{margin-bottom:3px}div.form div.input-row div.input-column label.input-label,form.form div.input-row div.input-column label.input-label{font-family:yantramanav;font-size:12px;font-weight:700}@media (min-width:992px) and (max-width:1439.98px){div.form div.input-row div.input-column label.input-label,form.form div.input-row div.input-column label.input-label{font-size:12px}}@media (min-width:1600px) and (max-width:1919.98px){div.form div.input-row div.input-column label.input-label,form.form div.input-row div.input-column label.input-label{font-size:14px}}@media (min-width:1920px){div.form div.input-row div.input-column label.input-label,form.form div.input-row div.input-column label.input-label{font-size:16px}}div.form div.input-row div.input-column label.input-value,form.form div.input-row div.input-column label.input-value{flex:0 0 100%;font-family:yantramanav;font-size:12px;font-weight:400}@media (min-width:992px) and (max-width:1439.98px){div.form div.input-row div.input-column label.input-value,form.form div.input-row div.input-column label.input-value{font-size:12px}}@media (min-width:1600px) and (max-width:1919.98px){div.form div.input-row div.input-column label.input-value,form.form div.input-row div.input-column label.input-value{font-size:14px}}@media (min-width:1920px){div.form div.input-row div.input-column label.input-value,form.form div.input-row div.input-column label.input-value{font-size:16px}}div.form div.input-row div.input-column label.input-label-small,form.form div.input-row div.input-column label.input-label-small{font-size:11px;font-style:normal;font-weight:400;line-height:normal}div.form div.input-row div.input-column label.input-label-large,form.form div.input-row div.input-column label.input-label-large{font-size:16px;font-style:normal;font-weight:700;line-height:normal}div.form div.input-row div.input-column label.input-success,form.form div.input-row div.input-column label.input-success{align-items:flex-start;color:#6dbe98;display:flex;font-style:italic;gap:6px}div.form div.input-row div.input-column label.input-success:before,form.form div.input-row div.input-column label.input-success:before{color:#6dbe98;content:"";font-family:Font Awesome\ 6 Pro;font-weight:700;padding-top:2px}div.form div.input-row div.input-column label.input-error,form.form div.input-row div.input-column label.input-error{align-items:flex-start;color:#f7536c;display:flex;font-style:italic;gap:8px}div.form div.input-row div.input-column label.input-error>div,form.form div.input-row div.input-column label.input-error>div{display:flex;flex:1;flex-direction:column}div.form div.input-row div.input-column label.input-error:before,form.form div.input-row div.input-column label.input-error:before{color:#f7536c;content:"";font-family:Font Awesome\ 6 Pro;font-weight:700;padding-top:2px}div.form div.input-row div.input-column div.input-wrapper,div.form div.input-row div.input-column label.input-wrapper,form.form div.input-row div.input-column div.input-wrapper,form.form div.input-row div.input-column label.input-wrapper{align-items:center;border:1px solid #000;border-radius:10px;display:flex;gap:5px;min-height:34px;padding:0 12px}div.form div.input-row div.input-column div.input-wrapper.input-wrapper-stretch,div.form div.input-row div.input-column label.input-wrapper.input-wrapper-stretch,form.form div.input-row div.input-column div.input-wrapper.input-wrapper-stretch,form.form div.input-row div.input-column label.input-wrapper.input-wrapper-stretch{flex:1}div.form div.input-row div.input-column div.input-wrapper span.prepend,div.form div.input-row div.input-column label.input-wrapper span.prepend,form.form div.input-row div.input-column div.input-wrapper span.prepend,form.form div.input-row div.input-column label.input-wrapper span.prepend{font-size:11px;font-weight:700}@media (min-width:992px) and (max-width:1439.98px){div.form div.input-row div.input-column div.input-wrapper span.prepend,div.form div.input-row div.input-column label.input-wrapper span.prepend,form.form div.input-row div.input-column div.input-wrapper span.prepend,form.form div.input-row div.input-column label.input-wrapper span.prepend{font-size:11px}}@media (min-width:1600px) and (max-width:1919.98px){div.form div.input-row div.input-column div.input-wrapper span.prepend,div.form div.input-row div.input-column label.input-wrapper span.prepend,form.form div.input-row div.input-column div.input-wrapper span.prepend,form.form div.input-row div.input-column label.input-wrapper span.prepend{font-size:14px}}@media (min-width:1920px){div.form div.input-row div.input-column div.input-wrapper span.prepend,div.form div.input-row div.input-column label.input-wrapper span.prepend,form.form div.input-row div.input-column div.input-wrapper span.prepend,form.form div.input-row div.input-column label.input-wrapper span.prepend{font-size:16px}}div.form div.input-row div.input-column div.input-wrapper span.append,div.form div.input-row div.input-column label.input-wrapper span.append,form.form div.input-row div.input-column div.input-wrapper span.append,form.form div.input-row div.input-column label.input-wrapper span.append{font-family:yantramanav;font-size:12px;font-weight:400}@media (min-width:992px) and (max-width:1439.98px){div.form div.input-row div.input-column div.input-wrapper span.append,div.form div.input-row div.input-column label.input-wrapper span.append,form.form div.input-row div.input-column div.input-wrapper span.append,form.form div.input-row div.input-column label.input-wrapper span.append{font-size:12px}}@media (min-width:1600px) and (max-width:1919.98px){div.form div.input-row div.input-column div.input-wrapper span.append,div.form div.input-row div.input-column label.input-wrapper span.append,form.form div.input-row div.input-column div.input-wrapper span.append,form.form div.input-row div.input-column label.input-wrapper span.append{font-size:14px}}@media (min-width:1920px){div.form div.input-row div.input-column div.input-wrapper span.append,div.form div.input-row div.input-column label.input-wrapper span.append,form.form div.input-row div.input-column div.input-wrapper span.append,form.form div.input-row div.input-column label.input-wrapper span.append{font-size:16px}}div.form div.input-row div.input-column div.input-wrapper input,div.form div.input-row div.input-column label.input-wrapper input,form.form div.input-row div.input-column div.input-wrapper input,form.form div.input-row div.input-column label.input-wrapper input{border:0;height:34px;padding:9px 0}div.form div.input-row div.input-column div.input-wrapper.error,div.form div.input-row div.input-column label.input-wrapper.error,form.form div.input-row div.input-column div.input-wrapper.error,form.form div.input-row div.input-column label.input-wrapper.error{border:1px solid #f7536c;color:#f7536c}div.form div.input-row div.input-column label.input-wrapper,form.form div.input-row div.input-column label.input-wrapper{position:relative}div.form div.input-row div.input-column label.input-wrapper span.placeholder,div.form div.input-row div.input-column label.input-wrapper span.value,form.form div.input-row div.input-column label.input-wrapper span.placeholder,form.form div.input-row div.input-column label.input-wrapper span.value{font-family:yantramanav;font-size:12px;font-weight:400}@media (min-width:992px) and (max-width:1439.98px){div.form div.input-row div.input-column label.input-wrapper span.placeholder,div.form div.input-row div.input-column label.input-wrapper span.value,form.form div.input-row div.input-column label.input-wrapper span.placeholder,form.form div.input-row div.input-column label.input-wrapper span.value{font-size:12px}}@media (min-width:1600px) and (max-width:1919.98px){div.form div.input-row div.input-column label.input-wrapper span.placeholder,div.form div.input-row div.input-column label.input-wrapper span.value,form.form div.input-row div.input-column label.input-wrapper span.placeholder,form.form div.input-row div.input-column label.input-wrapper span.value{font-size:14px}}@media (min-width:1920px){div.form div.input-row div.input-column label.input-wrapper span.placeholder,div.form div.input-row div.input-column label.input-wrapper span.value,form.form div.input-row div.input-column label.input-wrapper span.placeholder,form.form div.input-row div.input-column label.input-wrapper span.value{font-size:16px}}div.form div.input-row div.input-column label.input-wrapper span.placeholder,div.form div.input-row div.input-column label.input-wrapper span.value,form.form div.input-row div.input-column label.input-wrapper span.placeholder,form.form div.input-row div.input-column label.input-wrapper span.value{color:#000;font-style:italic}div.form div.input-row div.input-column label.input-wrapper span.value,form.form div.input-row div.input-column label.input-wrapper span.value{font-style:normal}div.form div.input-row div.input-column label.input-wrapper input[type=file],form.form div.input-row div.input-column label.input-wrapper input[type=file]{display:none}div.form div.input-row div.input-column label.input-wrapper:after,form.form div.input-row div.input-column label.input-wrapper:after{align-items:center;background:#000;border-radius:0 7px 7px 0;color:#fff;content:"";display:flex;flex:0 0 38px;font-family:Font Awesome\ 6 Pro;font-size:14px;font-style:normal;font-weight:900;height:100%;justify-content:center;line-height:14px;position:absolute;right:0;top:0;width:37px}div.form div.horizontal-divider,form.form div.horizontal-divider{margin-bottom:15px;margin-top:15px}.component-box-list{display:grid}.component-box-list .component-box{border-top:1px solid #d8d5d5;padding-bottom:20px}.component-box-list .component-box:first-child{border-top:0;padding-top:0}.component-box{display:grid;flex:1;gap:10px;padding:25px 0;position:relative}.component-box.component-box-background{background:#f8f4f4;border-radius:20px;box-shadow:0 14px 45px -20px #41271c8c;padding:30px}.component-box.component-box-no-padding{padding:0}.component-box.component-box-all-padding{padding:25px 30px}.component-box>div.top{align-items:center;display:flex;gap:10px}.component-box>div.top div.number{align-items:center;border-radius:13px;color:#fff;display:flex;font-family:source-sans-pro;font-size:12px;font-style:normal;font-weight:900;height:26px;justify-content:center;line-height:normal;text-transform:uppercase;width:26px}.component-quick-stats{border-radius:15px;box-shadow:0 24px 35px -20px #00000059;color:#fff;display:grid;gap:5px;padding:20px}.component-quick-stats div.top{text-align:right}.component-quick-stats div.top i{font-size:16px;font-weight:900}.component-quick-stats div.bottom{align-items:flex-start;align-self:stretch;display:flex;flex-direction:column;gap:7px}.component-quick-stats div.bottom span.number{font-size:28px;font-weight:900;text-transform:uppercase}.component-quick-stats div.bottom span.title{font-size:14px;font-weight:400;line-height:135%}@media (min-width:992px) and (max-width:1439.98px){.component-quick-stats div.bottom span.title{font-size:13px}}@media (min-width:1600px) and (max-width:1919.98px){.component-quick-stats div.bottom span.title{font-size:16px}}@media (min-width:1920px){.component-quick-stats div.bottom span.title{font-size:18px}}.component-quick-stats div.bottom span.title{font-weight:700;line-height:unset}.component-quick-stats.horizontal-stats div.bottom{align-items:center;flex-direction:row;gap:10px}.component-quick-stats.horizontal-stats div.bottom span.number{font-size:24px;font-weight:900;line-height:1.1;text-transform:uppercase}.component-quick-stats.horizontal-stats div.bottom span.title{font-size:14px;font-weight:400;line-height:135%}@media (min-width:992px) and (max-width:1439.98px){.component-quick-stats.horizontal-stats div.bottom span.title{font-size:13px}}@media (min-width:1600px) and (max-width:1919.98px){.component-quick-stats.horizontal-stats div.bottom span.title{font-size:16px}}@media (min-width:1920px){.component-quick-stats.horizontal-stats div.bottom span.title{font-size:18px}}.component-quick-stats.compact-stats{align-items:center;background:#e8e6e5;box-shadow:unset;color:#000;display:flex;justify-content:space-between;padding:16px 20px}.component-quick-stats.compact-stats div.top{align-items:center;background:#000;border-radius:20px;display:flex;flex:0 0 30px;height:30px;justify-content:center;width:30px}.component-quick-stats.compact-stats div.top i{color:#fff;font-size:16px}.component-quick-stats.compact-stats div.bottom{align-items:center;flex-direction:row;gap:15px;order:-1}.component-quick-stats.compact-stats div.bottom span.number{font-size:24px;font-weight:900;line-height:1.1;order:-1;text-transform:uppercase}.component-quick-stats.compact-stats div.bottom span.title{font-size:14px;font-weight:400;line-height:135%}@media (min-width:992px) and (max-width:1439.98px){.component-quick-stats.compact-stats div.bottom span.title{font-size:13px}}@media (min-width:1600px) and (max-width:1919.98px){.component-quick-stats.compact-stats div.bottom span.title{font-size:16px}}@media (min-width:1920px){.component-quick-stats.compact-stats div.bottom span.title{font-size:18px}}.component-quick-stats.large-stats{gap:16px;padding:30px}.component-quick-stats.large-stats div.top i{font-size:20px}.component-quick-stats.large-stats div.bottom span.title{font-size:22px}.component-quick-stats.large-stats div.bottom span.number{font-size:40px}.list-wrapper{display:grid}.lead-list-item{align-items:center;display:flex;min-height:36px;padding-bottom:7px;padding-top:7px;position:relative}.lead-list-item:before{background:#f1f8ff;border-radius:6px;bottom:-2px;content:"";left:-15px;opacity:0;position:absolute;right:-15px;top:-2px;transition:all .4s}.lead-list-item:hover button,.lead-list-item:hover:before{opacity:1}.lead-list-item.lead-new:before,.lead-list-item.lead-open:before{background:#f2f8ec}.lead-list-item.lead-new:hover div.item-content-right span:not(.slide-left),.lead-list-item.lead-open:hover div.item-content-right span:not(.slide-left){opacity:0}.lead-list-item.lead-new:hover div.item-content-right span.slide-left,.lead-list-item.lead-open:hover div.item-content-right span.slide-left{transform:translate(-40px)}.lead-list-item.lead-open:before{background:#e5e5e5}.lead-list-item.lead-open:hover div.item-content-right span:not(.slide-left){opacity:0}.lead-list-item.lead-open:hover div.item-content-right span.slide-left{transform:translate(-40px)}.lead-list-item.lead-hot:before{background:#fce5e7}.lead-list-item.lead-closed:before{background:#f3f8f8}.lead-list-item .item-content-wrapper{align-items:center;display:flex;flex:1;justify-content:space-between;position:relative;z-index:1}.lead-list-item .item-content-wrapper div.item-content-left{align-items:flex-start;display:flex;flex:1;flex-direction:column;gap:3px;justify-content:center}.lead-list-item .item-content-wrapper div.item-content-right{align-items:flex-end;display:flex;flex:1;flex-direction:column}.lead-list-item button{opacity:0;position:absolute;right:0;top:50%;transform:translateY(-50%);transition:all .4s}.lead-list-item span{font-size:11px;font-style:normal;font-weight:400;line-height:normal;transition:all .4s}.lead-list-item span.title{font-size:13px;font-weight:700}@media (min-width:992px) and (max-width:1439.98px){.lead-list-item span.title{font-size:13px}}@media (min-width:1600px) and (max-width:1919.98px){.lead-list-item span.title{font-size:14px}}@media (min-width:1920px){.lead-list-item span.title{font-size:16px}}.lead-list-item span.follow-up{font-size:11px;font-weight:700}@media (min-width:992px) and (max-width:1439.98px){.lead-list-item span.follow-up{font-size:11px}}@media (min-width:1600px) and (max-width:1919.98px){.lead-list-item span.follow-up{font-size:14px}}@media (min-width:1920px){.lead-list-item span.follow-up{font-size:16px}}.lead-list-item span.days-remaining{font-size:11px;font-weight:400}@media (min-width:992px) and (max-width:1439.98px){.lead-list-item span.days-remaining{font-size:11px}}@media (min-width:1600px) and (max-width:1919.98px){.lead-list-item span.days-remaining{font-size:14px}}@media (min-width:1920px){.lead-list-item span.days-remaining{font-size:16px}}.lead-list-item span.days-remaining.is-expired{color:#e6ab9f}.lead-list-item div.signals{align-items:center;display:flex;flex-wrap:wrap;gap:10px}.lead-list-item div.signals>div{align-items:center;display:flex;gap:4px}.lead-list-item div.signals span{font-size:11px;font-weight:400}@media (min-width:992px) and (max-width:1439.98px){.lead-list-item div.signals span{font-size:11px}}@media (min-width:1600px) and (max-width:1919.98px){.lead-list-item div.signals span{font-size:14px}}@media (min-width:1920px){.lead-list-item div.signals span{font-size:16px}}.lead-list-item div.signals span strong{font-weight:900}.lead-list-item div.signals i{font-size:10px;font-weight:900}.lead-list-item div.sources{align-items:center;display:flex;gap:6px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.lead-list-item div.sources span{font-size:11px;font-weight:400}@media (min-width:992px) and (max-width:1439.98px){.lead-list-item div.sources span{font-size:11px}}@media (min-width:1600px) and (max-width:1919.98px){.lead-list-item div.sources span{font-size:14px}}@media (min-width:1920px){.lead-list-item div.sources span{font-size:16px}}.task-list-item{align-items:center;display:flex;flex:1;min-height:28px;padding-bottom:6px;padding-top:6px;position:relative}.task-list-item:before{background:#f1f8ff;border-radius:6px;bottom:-2px;content:"";left:-15px;opacity:0;position:absolute;right:-15px;top:-2px;transition:all .4s}.task-list-item:hover:before{opacity:1}.task-list-item:hover div.ending div.slide-button{margin-left:10px;max-width:200px;transition:max-width .4s,margin .2s 0s}.task-list-item.task-done div.item-content-right button{display:none}.task-list-item.task-upcoming:before{background:#f5f4f2}.task-list-item.task-today:before{background:#e5e5e5}.task-list-item.task-expired:before{background:#fff7e7}.task-list-item .item-content-wrapper{align-items:center;display:flex;flex:1;justify-content:space-between;position:relative;z-index:1}.task-list-item .item-content-wrapper div.item-content-left{align-items:center;display:flex;flex:0 0 200px;gap:12px}.task-list-item .item-content-wrapper div.item-content-right{align-items:center;display:flex;flex:1;gap:10px;justify-content:space-between;min-width:0;position:relative}.task-list-item a{color:inherit;text-decoration:none}.task-list-item div.front{align-items:center;display:flex;gap:10px}.task-list-item div.task{align-items:center;display:flex;flex-wrap:nowrap;gap:7px;justify-content:flex-start;min-width:0;row-gap:0}.task-list-item div.task div.icon{align-items:center;display:flex;width:10px}.task-list-item div.task div.icon:after{color:#000;content:"";font-family:Font Awesome\ 6 Pro;font-size:10px;font-weight:900}.task-list-item div.task.task-call div.icon:after{content:""}.task-list-item div.task.task-make-appointment div.icon:after{content:""}.task-list-item div.task.task-manual-email div.icon:after{content:"@"}.task-list-item div.task.task-email-signal div.icon:after{content:""}.task-list-item div.task.task-new-lead div.icon:after{color:#e6ab9f;content:""}.task-list-item div.task span{font-size:11px;font-weight:700}@media (min-width:992px) and (max-width:1439.98px){.task-list-item div.task span{font-size:11px}}@media (min-width:1600px) and (max-width:1919.98px){.task-list-item div.task span{font-size:14px}}@media (min-width:1920px){.task-list-item div.task span{font-size:16px}}.task-list-item div.task span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.task-list-item div.task span.sub{flex:1;font-weight:400;max-width:180px}.task-list-item div.task span.new-lead{color:#e6ab9f;margin-right:5px}.task-list-item div.ending{align-items:center;display:flex;flex-shrink:0;gap:0}.task-list-item div.ending div.slide-button{margin-left:0;max-width:0;overflow:hidden;transition:max-width .4s,margin .4s .2s}.task-list-item div.show-notes{cursor:pointer;margin-left:7px;position:relative;width:10px}.task-list-item div.show-notes i{color:#ffb21c;font-size:10px;font-weight:900;position:relative;z-index:2}.task-list-item div.show-notes.active div.notes{max-height:120px;opacity:1;padding:15px;transition:max-height .4s,opacity .4s,padding 0s 0s}.task-list-item div.show-notes div.notes{background:#fff;border-radius:6px;bottom:12px;box-shadow:0 2px 14px #00000040;display:grid;gap:10px;left:-85px;max-height:120px;max-height:0;opacity:0;overflow-y:auto;padding:0;position:absolute;transition:max-height .4s,opacity .4s,padding .4s .4s;width:180px}.task-list-item div.show-notes div.notes div.note{display:flex}.task-list-item div.show-notes div.notes div.note>span.index{flex:0 0 15px;font-size:11px;font-weight:400}@media (min-width:992px) and (max-width:1439.98px){.task-list-item div.show-notes div.notes div.note>span.index{font-size:11px}}@media (min-width:1600px) and (max-width:1919.98px){.task-list-item div.show-notes div.notes div.note>span.index{font-size:14px}}@media (min-width:1920px){.task-list-item div.show-notes div.notes div.note>span.index{font-size:16px}}.task-list-item div.show-notes div.notes div.note>div{display:flex;flex-direction:column;gap:0}.task-list-item div.show-notes div.notes div.note>div span.value{font-size:11px;font-weight:400}@media (min-width:992px) and (max-width:1439.98px){.task-list-item div.show-notes div.notes div.note>div span.value{font-size:11px}}@media (min-width:1600px) and (max-width:1919.98px){.task-list-item div.show-notes div.notes div.note>div span.value{font-size:14px}}@media (min-width:1920px){.task-list-item div.show-notes div.notes div.note>div span.value{font-size:16px}}.task-list-item div.show-notes div.notes div.note>div span.date{color:#0006;font-size:9px;font-weight:400}@media (min-width:992px) and (max-width:1439.98px){.task-list-item div.show-notes div.notes div.note>div span.date{font-size:9px}}@media (min-width:1600px) and (max-width:1919.98px){.task-list-item div.show-notes div.notes div.note>div span.date{font-size:12px}}@media (min-width:1920px){.task-list-item div.show-notes div.notes div.note>div span.date{font-size:14px}}.task-list-item span.title{font-size:11px;font-weight:700}@media (min-width:992px) and (max-width:1439.98px){.task-list-item span.title{font-size:11px}}@media (min-width:1600px) and (max-width:1919.98px){.task-list-item span.title{font-size:14px}}@media (min-width:1920px){.task-list-item span.title{font-size:16px}}.task-list-item span.expired-days{font-size:11px;font-weight:700}@media (min-width:992px) and (max-width:1439.98px){.task-list-item span.expired-days{font-size:11px}}@media (min-width:1600px) and (max-width:1919.98px){.task-list-item span.expired-days{font-size:14px}}@media (min-width:1920px){.task-list-item span.expired-days{font-size:16px}}.task-list-item span.expired-days{color:#ffb21c}.task-list-item span.date{font-size:11px;font-weight:400}@media (min-width:992px) and (max-width:1439.98px){.task-list-item span.date{font-size:11px}}@media (min-width:1600px) and (max-width:1919.98px){.task-list-item span.date{font-size:14px}}@media (min-width:1920px){.task-list-item span.date{font-size:16px}}.task-list-item span.date{white-space:nowrap}#page-templates-overview div.page-wrapper{background:#fff;border-radius:25px;box-shadow:0 14px 45px -20px #41271c40;display:flex;flex:1;flex-direction:column;gap:30px;margin:25px 30px 25px 0;overflow:auto;padding:40px}#page-templates-overview div.page-wrapper>div:not(.horizontal-divider){display:grid;gap:20px}#page-templates-overview div.page-wrapper>div:not(.horizontal-divider)>div.top{align-items:center;display:flex;justify-content:space-between}#page-templates-overview div.templates-wrapper{display:grid;gap:20px;grid-template-columns:repeat(3,minmax(0,1fr))}#page-templates-overview div.template{background:#fff;border-radius:20px;box-shadow:0 9px 45px -10px #41271c59;display:grid;grid-template-columns:124px auto;min-height:120px}#page-templates-overview div.template div.image{background:#434343 no-repeat 50%/cover;border-radius:20px 0 0 20px;width:100%}#page-templates-overview div.template div.image.empty-video{background-image:url(../images/personal-video-placeholder.jpg)}#page-templates-overview div.template div.bottom{align-items:flex-start;display:flex;flex-direction:column;gap:10px;justify-content:space-between;padding:20px}#page-templates-overview div.template div.bottom div.info{display:flex;flex-direction:column;gap:1px}#page-templates-overview div.template div.bottom div.info span.name{display:block;font-size:13px;font-weight:700}@media (min-width:992px) and (max-width:1439.98px){#page-templates-overview div.template div.bottom div.info span.name{font-size:13px}}@media (min-width:1600px) and (max-width:1919.98px){#page-templates-overview div.template div.bottom div.info span.name{font-size:14px}}@media (min-width:1920px){#page-templates-overview div.template div.bottom div.info span.name{font-size:16px}}#page-templates-overview div.template div.bottom div.info span.subname{display:block;font-size:13px;font-weight:400}@media (min-width:992px) and (max-width:1439.98px){#page-templates-overview div.template div.bottom div.info span.subname{font-size:13px}}@media (min-width:1600px) and (max-width:1919.98px){#page-templates-overview div.template div.bottom div.info span.subname{font-size:14px}}@media (min-width:1920px){#page-templates-overview div.template div.bottom div.info span.subname{font-size:16px}}#page-export div.page-wrapper{display:flex;flex:1}#page-export div.page-wrapper div.page-left-content{background:#fff;border-radius:25px;box-shadow:0 14px 45px -20px #41271c40;flex:1;margin-bottom:25px;margin-top:25px;max-width:500px;overflow:auto;padding:40px}#page-export div.page-wrapper div.page-right-content{background:url(../images/sidebars/exports.png) no-repeat 50%/cover;border-radius:25px;flex:1;margin:25px;position:relative}#page-account div.page-wrapper{display:flex;flex:1}#page-account div.page-wrapper div.page-left-content{background:#fff;border-radius:25px;box-shadow:0 14px 45px -20px #41271c40;flex:1;margin-bottom:25px;margin-top:25px;max-width:500px;overflow:auto;padding:40px}#page-account div.page-wrapper div.page-right-content{background:url(../images/sidebars/exports.png) no-repeat 50%/cover;border-radius:25px;flex:1;margin:25px;position:relative}#page-helpcenter div.page-wrapper{display:flex;flex:1;flex-direction:column;gap:20px;margin:0;overflow:auto;padding:65px 40px 25px}#page-helpcenter div.page-wrapper div.page-inner-wrapper{align-items:flex-start;display:flex;gap:40px}#page-helpcenter div.page-wrapper div.page-inner-wrapper div.page-left-content,#page-helpcenter div.page-wrapper div.page-inner-wrapper div.page-right-content{display:flex;flex:1;flex-direction:column;gap:20px;max-width:33%}#page-helpcenter div.page-wrapper div.page-inner-wrapper div.page-right-content{max-width:unset}#page-todo-overview div.page-wrapper{display:flex;flex:1}#page-todo-overview div.page-wrapper div.page-left-content{background:#fff;border-radius:25px;box-shadow:0 14px 45px -20px #41271c40;flex:1;margin-bottom:25px;margin-top:25px;overflow:auto;padding:40px}#page-todo-overview div.page-wrapper div.page-left-content div.page-inner-wrapper{align-items:flex-start;display:flex;gap:30px}#page-todo-overview div.page-wrapper div.page-left-content div.page-inner-wrapper div.page-inner-left-content{display:flex;flex:0 0 calc(60% - 30px);flex-direction:column;flex-wrap:wrap;gap:20px;padding:0 15px}#page-todo-overview div.page-wrapper div.page-left-content div.page-inner-wrapper div.page-inner-right-content{align-items:flex-start;display:flex;flex:1;flex-direction:column;gap:30px;justify-content:stretch}#page-todo-overview div.page-wrapper div.page-left-content div.page-inner-wrapper div.page-inner-right-content div.component-box{width:100%}#page-todo-overview div.page-wrapper div.page-right-content{display:flex;flex:0 0 245px;flex-direction:column;font-size:flex;gap:20px;overflow:auto;padding:25px 40px}#page-todo-overview div.page-wrapper div.page-right-content a.button{flex-shrink:0}#page-todo-overview.empty-leads div.page-wrapper div.page-left-content div.page-inner-wrapper div.page-inner-left-content,#page-todo-overview.empty-leads div.page-wrapper div.page-left-content div.page-inner-wrapper div.page-inner-right-content,#page-todo-overview.empty-tasks div.page-wrapper div.page-left-content div.page-inner-wrapper div.page-inner-left-content,#page-todo-overview.empty-tasks div.page-wrapper div.page-left-content div.page-inner-wrapper div.page-inner-right-content{flex:1;padding:0}#page-statistics-overview div.page-wrapper{background:#fff;border-radius:25px;box-shadow:0 14px 45px -20px #41271c40;display:flex;flex:1;flex-direction:column;gap:20px;margin:25px 30px 25px 0;overflow:auto;padding:40px}#page-statistics-overview div.page-wrapper div.stats-wrapper{display:grid;gap:40px;grid-template-columns:1fr}#page-statistics-overview div.page-wrapper div.stats-wrapper>div{display:grid;gap:40px;grid-template-columns:1fr 1fr}#page-statistics-overview div.page-wrapper div.stats-wrapper>div>div:not(.component-box){align-content:flex-start;display:grid;gap:40px}#page-admin-companies-email-templates-overview div.page-wrapper,#page-admin-companies-global-email-template-vars-add div.page-wrapper,#page-admin-companies-overview div.page-wrapper,#page-admin-email-templates-overview div.page-wrapper,#page-admin-overview div.page-wrapper,#page-admin-sso-overview div.page-wrapper,#page-admin-tasks-overview div.page-wrapper,#page-admin-users-overview div.page-wrapper{display:flex;flex:1}#page-admin-companies-email-templates-overview div.page-wrapper div.page-left-content,#page-admin-companies-global-email-template-vars-add div.page-wrapper div.page-left-content,#page-admin-companies-overview div.page-wrapper div.page-left-content,#page-admin-email-templates-overview div.page-wrapper div.page-left-content,#page-admin-overview div.page-wrapper div.page-left-content,#page-admin-sso-overview div.page-wrapper div.page-left-content,#page-admin-tasks-overview div.page-wrapper div.page-left-content,#page-admin-users-overview div.page-wrapper div.page-left-content{align-items:stretch;background:#fff;border-radius:25px;box-shadow:0 14px 45px -20px #41271c40;display:flex;flex:1;flex-direction:column;gap:20px;justify-content:stretch;margin-bottom:25px;margin-right:25px;margin-top:25px;overflow:auto;padding:40px}#page-admin-companies-email-templates-overview div.page-wrapper div.page-left-content div.page-inner-wrapper,#page-admin-companies-global-email-template-vars-add div.page-wrapper div.page-left-content div.page-inner-wrapper,#page-admin-companies-overview div.page-wrapper div.page-left-content div.page-inner-wrapper,#page-admin-email-templates-overview div.page-wrapper div.page-left-content div.page-inner-wrapper,#page-admin-overview div.page-wrapper div.page-left-content div.page-inner-wrapper,#page-admin-sso-overview div.page-wrapper div.page-left-content div.page-inner-wrapper,#page-admin-tasks-overview div.page-wrapper div.page-left-content div.page-inner-wrapper,#page-admin-users-overview div.page-wrapper div.page-left-content div.page-inner-wrapper{display:flex;flex-direction:column;gap:10px}#page-admin-companies-email-templates-overview div.top,#page-admin-companies-global-email-template-vars-add div.top,#page-admin-companies-overview div.top,#page-admin-email-templates-overview div.top,#page-admin-overview div.top,#page-admin-sso-overview div.top,#page-admin-tasks-overview div.top,#page-admin-users-overview div.top{align-items:flex-end;display:flex;justify-content:space-between}#page-admin-companies-email-templates-overview div.top>div,#page-admin-companies-global-email-template-vars-add div.top>div,#page-admin-companies-overview div.top>div,#page-admin-email-templates-overview div.top>div,#page-admin-overview div.top>div,#page-admin-sso-overview div.top>div,#page-admin-tasks-overview div.top>div,#page-admin-users-overview div.top>div{align-items:center;display:flex;gap:10px}#page-admin-companies-email-templates-overview div.top div.buttons,#page-admin-companies-global-email-template-vars-add div.top div.buttons,#page-admin-companies-overview div.top div.buttons,#page-admin-email-templates-overview div.top div.buttons,#page-admin-overview div.top div.buttons,#page-admin-sso-overview div.top div.buttons,#page-admin-tasks-overview div.top div.buttons,#page-admin-users-overview div.top div.buttons{align-items:flex-end;display:flex;justify-content:flex-end}#page-admin-sso-overview ul.companies{list-style:disc;padding-left:10px}#page-leads-overview div.page-wrapper{display:flex;flex:1}#page-leads-overview div.page-wrapper div.page-left-content{background:#fff;border-radius:25px;box-shadow:0 14px 45px -20px #41271c40;flex:0 0 63%;margin-bottom:25px;margin-top:25px;overflow:auto;padding:40px}#page-leads-overview div.page-wrapper div.page-left-content div.page-inner-wrapper{align-items:flex-start;display:flex;gap:40px}#page-leads-overview div.page-wrapper div.page-left-content div.page-inner-wrapper div.page-inner-left-content{display:grid;flex:0 0 calc(55% - 20px);flex-direction:column;flex-wrap:wrap;gap:30px;padding:0}#page-leads-overview div.page-wrapper div.page-left-content div.page-inner-wrapper div.page-inner-right-content{align-items:flex-start;display:grid;flex:0 0 calc(45% - 20px);flex-direction:column;gap:30px;justify-content:stretch}#page-leads-overview div.page-wrapper div.page-left-content div.page-inner-wrapper div.page-inner-right-content div.component-box{width:100%}#page-leads-overview div.page-wrapper div.page-right-content{display:flex;flex:0 0 37%;flex-direction:column;font-size:flex;gap:35px;overflow:auto;padding:25px 40px}#page-leads-archive div.page-wrapper{display:flex;flex:1;flex-direction:column;gap:20px;margin:25px 30px 25px 0;overflow:auto;padding:40px}#page-leads-archive div.page-wrapper div.page-inner-wrapper{display:flex;gap:40px}#page-leads-archive div.page-wrapper div.page-inner-wrapper div.page-left-content{display:flex;flex:1;flex-direction:column;gap:40px}#page-leads-archive div.page-wrapper div.page-inner-wrapper div.page-right-content{flex:0 0 360px}#modal-lead-detail div.page,#page-lead-detail div.page{position:relative}#modal-lead-detail div.page-wrapper,#page-lead-detail div.page-wrapper{display:flex;flex:1}#modal-lead-detail div.page-wrapper div.page-left-content,#page-lead-detail div.page-wrapper div.page-left-content{background:#fff;border-radius:25px 0 0 25px;display:flex;flex:1;flex-direction:column;gap:40px;overflow:auto;padding:40px}#modal-lead-detail div.page-wrapper div.page-left-content>div,#page-lead-detail div.page-wrapper div.page-left-content>div{align-items:center;display:flex;gap:40px}#modal-lead-detail div.page-wrapper div.page-right-content,#page-lead-detail div.page-wrapper div.page-right-content{background:#f3f8f8;border-radius:0 25px 25px 0;display:flex;flex:1;flex-direction:column;gap:20px;max-width:240px;overflow:auto;padding:65px 35px 40px}#modal-lead-detail div#component-lead-details,#page-lead-detail div#component-lead-details{background:#fff;border-radius:20px;box-shadow:0 9px 45px -10px #41271c59;display:flex;flex:0 0 280px;flex-direction:column}#modal-lead-detail div#component-lead-details div.information,#page-lead-detail div#component-lead-details div.information{background:#e5eaea;border-radius:20px 20px 0 0;display:grid;gap:10px;padding:25px 100px 25px 25px;position:relative}#modal-lead-detail div#component-lead-details div.information .button-icon,#page-lead-detail div#component-lead-details div.information .button-icon{left:-10px;position:absolute;top:25px}#modal-lead-detail div#component-lead-details div.information span,#page-lead-detail div#component-lead-details div.information span{display:block}#modal-lead-detail div#component-lead-details div.information span.id,#page-lead-detail div#component-lead-details div.information span.id{font-size:11px;font-weight:400}@media (min-width:992px) and (max-width:1439.98px){#modal-lead-detail div#component-lead-details div.information span.id,#page-lead-detail div#component-lead-details div.information span.id{font-size:11px}}@media (min-width:1600px) and (max-width:1919.98px){#modal-lead-detail div#component-lead-details div.information span.id,#page-lead-detail div#component-lead-details div.information span.id{font-size:14px}}@media (min-width:1920px){#modal-lead-detail div#component-lead-details div.information span.id,#page-lead-detail div#component-lead-details div.information span.id{font-size:16px}}#modal-lead-detail div#component-lead-details div.information span.name,#page-lead-detail div#component-lead-details div.information span.name{font-size:13px;font-weight:700}@media (min-width:992px) and (max-width:1439.98px){#modal-lead-detail div#component-lead-details div.information span.name,#page-lead-detail div#component-lead-details div.information span.name{font-size:13px}}@media (min-width:1600px) and (max-width:1919.98px){#modal-lead-detail div#component-lead-details div.information span.name,#page-lead-detail div#component-lead-details div.information span.name{font-size:14px}}@media (min-width:1920px){#modal-lead-detail div#component-lead-details div.information span.name,#page-lead-detail div#component-lead-details div.information span.name{font-size:16px}}#modal-lead-detail div#component-lead-details div.information address,#page-lead-detail div#component-lead-details div.information address{font-size:13px;font-weight:400}@media (min-width:992px) and (max-width:1439.98px){#modal-lead-detail div#component-lead-details div.information address,#page-lead-detail div#component-lead-details div.information address{font-size:13px}}@media (min-width:1600px) and (max-width:1919.98px){#modal-lead-detail div#component-lead-details div.information address,#page-lead-detail div#component-lead-details div.information address{font-size:14px}}@media (min-width:1920px){#modal-lead-detail div#component-lead-details div.information address,#page-lead-detail div#component-lead-details div.information address{font-size:16px}}#modal-lead-detail div#component-lead-details div.information div#component-street-view,#page-lead-detail div#component-lead-details div.information div#component-street-view{bottom:25px;position:absolute;right:25px}#modal-lead-detail div#component-lead-details div.contact,#page-lead-detail div#component-lead-details div.contact{background:#f3f8f8;display:grid;gap:4px;padding:15px 25px}#modal-lead-detail div#component-lead-details div.contact>div,#page-lead-detail div#component-lead-details div.contact>div{align-items:center;display:flex;gap:6px;overflow:hidden}#modal-lead-detail div#component-lead-details div.contact>div i,#page-lead-detail div#component-lead-details div.contact>div i{flex:0 0 12px;font-size:10px}#modal-lead-detail div#component-lead-details div.contact>div a,#page-lead-detail div#component-lead-details div.contact>div a{font-size:13px;font-weight:400}@media (min-width:992px) and (max-width:1439.98px){#modal-lead-detail div#component-lead-details div.contact>div a,#page-lead-detail div#component-lead-details div.contact>div a{font-size:13px}}@media (min-width:1600px) and (max-width:1919.98px){#modal-lead-detail div#component-lead-details div.contact>div a,#page-lead-detail div#component-lead-details div.contact>div a{font-size:14px}}@media (min-width:1920px){#modal-lead-detail div#component-lead-details div.contact>div a,#page-lead-detail div#component-lead-details div.contact>div a{font-size:16px}}#modal-lead-detail div#component-lead-details div.notes,#page-lead-detail div#component-lead-details div.notes{display:flex;flex:1;flex-direction:column;gap:10px;padding:15px 25px 25px}#modal-lead-detail div#component-lead-details div.notes div.bottom,#page-lead-detail div#component-lead-details div.notes div.bottom{border-top:1px dashed rgba(0,0,0,.2);flex:0;padding-top:0}#modal-lead-detail div#component-lead-details div.notes div.bottom span.empty,#page-lead-detail div#component-lead-details div.notes div.bottom span.empty{display:block;font-size:11px;font-style:italic;font-weight:400;line-height:150%;padding-top:10px}#modal-lead-detail div#component-lead-details div.notes div.bottom div.notes-wrapper,#page-lead-detail div#component-lead-details div.notes div.bottom div.notes-wrapper{max-height:80px;overflow-y:auto}#modal-lead-detail div#component-lead-details div.notes div.bottom div.notes-wrapper div.note,#page-lead-detail div#component-lead-details div.notes div.bottom div.notes-wrapper div.note{border-bottom:1px dashed rgba(0,0,0,.2);display:flex;gap:10px;padding:10px 0}#modal-lead-detail div#component-lead-details div.notes div.bottom div.notes-wrapper div.note span.number,#page-lead-detail div#component-lead-details div.notes div.bottom div.notes-wrapper div.note span.number{flex:0 0 10px;font-size:11px;font-weight:400}@media (min-width:992px) and (max-width:1439.98px){#modal-lead-detail div#component-lead-details div.notes div.bottom div.notes-wrapper div.note span.number,#page-lead-detail div#component-lead-details div.notes div.bottom div.notes-wrapper div.note span.number{font-size:11px}}@media (min-width:1600px) and (max-width:1919.98px){#modal-lead-detail div#component-lead-details div.notes div.bottom div.notes-wrapper div.note span.number,#page-lead-detail div#component-lead-details div.notes div.bottom div.notes-wrapper div.note span.number{font-size:14px}}@media (min-width:1920px){#modal-lead-detail div#component-lead-details div.notes div.bottom div.notes-wrapper div.note span.number,#page-lead-detail div#component-lead-details div.notes div.bottom div.notes-wrapper div.note span.number{font-size:16px}}#modal-lead-detail div#component-lead-details div.notes div.bottom div.notes-wrapper div.note div.content,#page-lead-detail div#component-lead-details div.notes div.bottom div.notes-wrapper div.note div.content{display:grid;gap:2px}#modal-lead-detail div#component-lead-details div.notes div.bottom div.notes-wrapper div.note div.content div.text p,#page-lead-detail div#component-lead-details div.notes div.bottom div.notes-wrapper div.note div.content div.text p{font-size:11px;font-weight:400}@media (min-width:992px) and (max-width:1439.98px){#modal-lead-detail div#component-lead-details div.notes div.bottom div.notes-wrapper div.note div.content div.text p,#page-lead-detail div#component-lead-details div.notes div.bottom div.notes-wrapper div.note div.content div.text p{font-size:11px}}@media (min-width:1600px) and (max-width:1919.98px){#modal-lead-detail div#component-lead-details div.notes div.bottom div.notes-wrapper div.note div.content div.text p,#page-lead-detail div#component-lead-details div.notes div.bottom div.notes-wrapper div.note div.content div.text p{font-size:14px}}@media (min-width:1920px){#modal-lead-detail div#component-lead-details div.notes div.bottom div.notes-wrapper div.note div.content div.text p,#page-lead-detail div#component-lead-details div.notes div.bottom div.notes-wrapper div.note div.content div.text p{font-size:16px}}#modal-lead-detail div#component-lead-details div.notes div.bottom div.notes-wrapper div.note div.content div.bar,#page-lead-detail div#component-lead-details div.notes div.bottom div.notes-wrapper div.note div.content div.bar{display:flex;justify-content:space-between}#modal-lead-detail div#component-lead-details div.notes div.bottom div.notes-wrapper div.note div.content div.bar span.date,#page-lead-detail div#component-lead-details div.notes div.bottom div.notes-wrapper div.note div.content div.bar span.date{color:#0006;font-size:9px;font-weight:400}@media (min-width:992px) and (max-width:1439.98px){#modal-lead-detail div#component-lead-details div.notes div.bottom div.notes-wrapper div.note div.content div.bar span.date,#page-lead-detail div#component-lead-details div.notes div.bottom div.notes-wrapper div.note div.content div.bar span.date{font-size:9px}}@media (min-width:1600px) and (max-width:1919.98px){#modal-lead-detail div#component-lead-details div.notes div.bottom div.notes-wrapper div.note div.content div.bar span.date,#page-lead-detail div#component-lead-details div.notes div.bottom div.notes-wrapper div.note div.content div.bar span.date{font-size:12px}}@media (min-width:1920px){#modal-lead-detail div#component-lead-details div.notes div.bottom div.notes-wrapper div.note div.content div.bar span.date,#page-lead-detail div#component-lead-details div.notes div.bottom div.notes-wrapper div.note div.content div.bar span.date{font-size:14px}}#modal-lead-detail div#component-lead-details div.notes div.buttons,#page-lead-detail div#component-lead-details div.notes div.buttons{align-items:flex-end;display:flex;flex:1;gap:10px;margin-top:5px}#modal-lead-detail div#component-object-information,#page-lead-detail div#component-object-information{background-color:#fff;display:flex;flex:1;flex-direction:column}#modal-lead-detail div#component-object-information div.top,#page-lead-detail div#component-object-information div.top{align-items:center;display:flex;justify-content:space-between}#modal-lead-detail div#component-object-information div.top>div,#page-lead-detail div#component-object-information div.top>div{align-items:center;display:flex;gap:10px}#modal-lead-detail div#component-object-information div.top span.source,#page-lead-detail div#component-object-information div.top span.source{font-size:11px;font-weight:400}@media (min-width:992px) and (max-width:1439.98px){#modal-lead-detail div#component-object-information div.top span.source,#page-lead-detail div#component-object-information div.top span.source{font-size:11px}}@media (min-width:1600px) and (max-width:1919.98px){#modal-lead-detail div#component-object-information div.top span.source,#page-lead-detail div#component-object-information div.top span.source{font-size:14px}}@media (min-width:1920px){#modal-lead-detail div#component-object-information div.top span.source,#page-lead-detail div#component-object-information div.top span.source{font-size:16px}}#modal-lead-detail div#component-object-information div.information,#page-lead-detail div#component-object-information div.information{flex:1;padding:15px 0 20px}#modal-lead-detail div#component-object-information div.information div.row,#page-lead-detail div#component-object-information div.information div.row{-moz-column-gap:30px;column-gap:30px;display:grid;grid-template-columns:repeat(2,minmax(0,1fr))}#modal-lead-detail div#component-object-information div.information div.row:first-child>div,#page-lead-detail div#component-object-information div.information div.row:first-child>div{border-top:1px dashed rgba(0,0,0,.2)}#modal-lead-detail div#component-object-information div.information div.row>div,#page-lead-detail div#component-object-information div.information div.row>div{align-items:flex-start;border-bottom:1px dashed rgba(0,0,0,.2);display:flex;gap:20px;justify-content:space-between;padding:12px 0}#modal-lead-detail div#component-object-information div.information div.row>div span.name,#page-lead-detail div#component-object-information div.information div.row>div span.name{font-size:13px;font-weight:700}@media (min-width:992px) and (max-width:1439.98px){#modal-lead-detail div#component-object-information div.information div.row>div span.name,#page-lead-detail div#component-object-information div.information div.row>div span.name{font-size:13px}}@media (min-width:1600px) and (max-width:1919.98px){#modal-lead-detail div#component-object-information div.information div.row>div span.name,#page-lead-detail div#component-object-information div.information div.row>div span.name{font-size:14px}}@media (min-width:1920px){#modal-lead-detail div#component-object-information div.information div.row>div span.name,#page-lead-detail div#component-object-information div.information div.row>div span.name{font-size:16px}}#modal-lead-detail div#component-object-information div.information div.row>div span.name,#page-lead-detail div#component-object-information div.information div.row>div span.name{flex:0;white-space:nowrap}#modal-lead-detail div#component-object-information div.information div.row>div span.value,#page-lead-detail div#component-object-information div.information div.row>div span.value{font-size:13px;font-weight:400}@media (min-width:992px) and (max-width:1439.98px){#modal-lead-detail div#component-object-information div.information div.row>div span.value,#page-lead-detail div#component-object-information div.information div.row>div span.value{font-size:13px}}@media (min-width:1600px) and (max-width:1919.98px){#modal-lead-detail div#component-object-information div.information div.row>div span.value,#page-lead-detail div#component-object-information div.information div.row>div span.value{font-size:14px}}@media (min-width:1920px){#modal-lead-detail div#component-object-information div.information div.row>div span.value,#page-lead-detail div#component-object-information div.information div.row>div span.value{font-size:16px}}#modal-lead-detail div#component-object-information div.information div.row>div span.value,#page-lead-detail div#component-object-information div.information div.row>div span.value{display:flex;gap:4px;text-align:right}#modal-lead-detail div#component-object-information div.bottom,#page-lead-detail div#component-object-information div.bottom{align-items:flex-start;display:flex;gap:30px}#modal-lead-detail div#component-object-information div.bottom div.price-box,#page-lead-detail div#component-object-information div.bottom div.price-box{align-items:flex-end;display:flex;flex:1;gap:12px}#modal-lead-detail div#component-object-information div.bottom div.adjustments-box,#page-lead-detail div#component-object-information div.bottom div.adjustments-box{flex:1}#modal-lead-detail div#component-object-information div.bottom div.info,#page-lead-detail div#component-object-information div.bottom div.info{display:grid;gap:6px}#modal-lead-detail div#component-object-information div.bottom div.info span.name,#page-lead-detail div#component-object-information div.bottom div.info span.name{color:#0006;font-family:yantramanav;font-size:10px;font-weight:400}@media (min-width:992px) and (max-width:1439.98px){#modal-lead-detail div#component-object-information div.bottom div.info span.name,#page-lead-detail div#component-object-information div.bottom div.info span.name{font-size:10px}}@media (min-width:1600px) and (max-width:1919.98px){#modal-lead-detail div#component-object-information div.bottom div.info span.name,#page-lead-detail div#component-object-information div.bottom div.info span.name{font-size:12px}}@media (min-width:1920px){#modal-lead-detail div#component-object-information div.bottom div.info span.name,#page-lead-detail div#component-object-information div.bottom div.info span.name{font-size:14px}}#modal-lead-detail div#component-object-information div.bottom div.info span.value,#page-lead-detail div#component-object-information div.bottom div.info span.value{font-size:11px;font-weight:400}@media (min-width:992px) and (max-width:1439.98px){#modal-lead-detail div#component-object-information div.bottom div.info span.value,#page-lead-detail div#component-object-information div.bottom div.info span.value{font-size:11px}}@media (min-width:1600px) and (max-width:1919.98px){#modal-lead-detail div#component-object-information div.bottom div.info span.value,#page-lead-detail div#component-object-information div.bottom div.info span.value{font-size:14px}}@media (min-width:1920px){#modal-lead-detail div#component-object-information div.bottom div.info span.value,#page-lead-detail div#component-object-information div.bottom div.info span.value{font-size:16px}}#modal-lead-detail div#component-object-information div.bottom div.current-price span.price,#page-lead-detail div#component-object-information div.bottom div.current-price span.price{font-family:source-sans-pro;font-size:16px;font-weight:700;line-height:16px}#modal-lead-detail div#component-object-information div.bottom div.initial-price,#page-lead-detail div#component-object-information div.bottom div.initial-price{display:flex;gap:3px}#modal-lead-detail div#component-object-information div.bottom div.initial-price span.name,#page-lead-detail div#component-object-information div.bottom div.initial-price span.name{font-weight:700}#modal-lead-detail div#component-object-information div.bottom div.initial-price span.value,#page-lead-detail div#component-object-information div.bottom div.initial-price span.value{color:#0006;font-family:yantramanav;font-size:10px;font-weight:400}@media (min-width:992px) and (max-width:1439.98px){#modal-lead-detail div#component-object-information div.bottom div.initial-price span.value,#page-lead-detail div#component-object-information div.bottom div.initial-price span.value{font-size:10px}}@media (min-width:1600px) and (max-width:1919.98px){#modal-lead-detail div#component-object-information div.bottom div.initial-price span.value,#page-lead-detail div#component-object-information div.bottom div.initial-price span.value{font-size:12px}}@media (min-width:1920px){#modal-lead-detail div#component-object-information div.bottom div.initial-price span.value,#page-lead-detail div#component-object-information div.bottom div.initial-price span.value{font-size:14px}}#modal-lead-detail div#component-lead-activity,#page-lead-detail div#component-lead-activity{background:#fff;border-radius:15px;display:grid;gap:10px;padding:15px 20px 20px}#modal-lead-detail div#component-lead-activity div.information,#page-lead-detail div#component-lead-activity div.information{display:grid;gap:3px}#modal-lead-detail div#component-lead-activity div.information>div,#page-lead-detail div#component-lead-activity div.information>div{align-items:center;display:flex;gap:5px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;width:100%}#modal-lead-detail div#component-lead-activity div.information>div span,#page-lead-detail div#component-lead-activity div.information>div span{max-width:100%;white-space:nowrap}#modal-lead-detail div#component-lead-activity div.information span.title,#page-lead-detail div#component-lead-activity div.information span.title{font-size:11px;font-weight:700}@media (min-width:992px) and (max-width:1439.98px){#modal-lead-detail div#component-lead-activity div.information span.title,#page-lead-detail div#component-lead-activity div.information span.title{font-size:11px}}@media (min-width:1600px) and (max-width:1919.98px){#modal-lead-detail div#component-lead-activity div.information span.title,#page-lead-detail div#component-lead-activity div.information span.title{font-size:14px}}@media (min-width:1920px){#modal-lead-detail div#component-lead-activity div.information span.title,#page-lead-detail div#component-lead-activity div.information span.title{font-size:16px}}#modal-lead-detail div#component-lead-activity div.information span.value,#page-lead-detail div#component-lead-activity div.information span.value{font-size:11px;font-weight:400}@media (min-width:992px) and (max-width:1439.98px){#modal-lead-detail div#component-lead-activity div.information span.value,#page-lead-detail div#component-lead-activity div.information span.value{font-size:11px}}@media (min-width:1600px) and (max-width:1919.98px){#modal-lead-detail div#component-lead-activity div.information span.value,#page-lead-detail div#component-lead-activity div.information span.value{font-size:14px}}@media (min-width:1920px){#modal-lead-detail div#component-lead-activity div.information span.value,#page-lead-detail div#component-lead-activity div.information span.value{font-size:16px}}#modal-lead-detail div#component-lead-activity div.information span.value,#page-lead-detail div#component-lead-activity div.information span.value{overflow:hidden;text-overflow:ellipsis}#modal-lead-detail div#component-lead-activity div.buttons,#page-lead-detail div#component-lead-activity div.buttons{display:grid;gap:8px;margin-top:5px}#modal-lead-detail div#component-lead-activity div.status-book,#page-lead-detail div#component-lead-activity div.status-book{background:#e5eaea;border-radius:0 0 15px 15px;display:grid;gap:5px;margin:10px -20px -20px;padding:15px 20px 20px}#modal-lead-detail div#component-lead-activity div.status-book span.title,#page-lead-detail div#component-lead-activity div.status-book span.title{font-size:11px;font-weight:700}@media (min-width:992px) and (max-width:1439.98px){#modal-lead-detail div#component-lead-activity div.status-book span.title,#page-lead-detail div#component-lead-activity div.status-book span.title{font-size:11px}}@media (min-width:1600px) and (max-width:1919.98px){#modal-lead-detail div#component-lead-activity div.status-book span.title,#page-lead-detail div#component-lead-activity div.status-book span.title{font-size:14px}}@media (min-width:1920px){#modal-lead-detail div#component-lead-activity div.status-book span.title,#page-lead-detail div#component-lead-activity div.status-book span.title{font-size:16px}}#modal-lead-detail div#component-lead-activity div.status-book div.status,#page-lead-detail div#component-lead-activity div.status-book div.status{font-size:11px;font-weight:400}@media (min-width:992px) and (max-width:1439.98px){#modal-lead-detail div#component-lead-activity div.status-book div.status,#page-lead-detail div#component-lead-activity div.status-book div.status{font-size:11px}}@media (min-width:1600px) and (max-width:1919.98px){#modal-lead-detail div#component-lead-activity div.status-book div.status,#page-lead-detail div#component-lead-activity div.status-book div.status{font-size:14px}}@media (min-width:1920px){#modal-lead-detail div#component-lead-activity div.status-book div.status,#page-lead-detail div#component-lead-activity div.status-book div.status{font-size:16px}}#modal-lead-detail div#component-lead-activity div.status-book div.status,#page-lead-detail div#component-lead-activity div.status-book div.status{align-items:center;display:flex;gap:10px;justify-content:space-between}#modal-lead-detail div#component-lead-activity div.status-book div.status>div,#page-lead-detail div#component-lead-activity div.status-book div.status>div{display:flex;gap:5px}#modal-lead-detail div#component-lead-activity div.status-book span.date,#page-lead-detail div#component-lead-activity div.status-book span.date{opacity:40%}#modal-lead-detail div#component-lead-histories,#page-lead-detail div#component-lead-histories{background:#fff;border-radius:15px;display:grid;gap:10px;padding:15px 20px 20px}#modal-lead-detail div#component-lead-histories div.histories,#page-lead-detail div#component-lead-histories div.histories{display:grid}#modal-lead-detail div#component-lead-histories div.histories div.history,#page-lead-detail div#component-lead-histories div.histories div.history{align-items:center;align-items:flex-start;border-bottom:1px dashed rgba(0,0,0,.2);display:flex;gap:7px;padding:10px 0;position:relative}#modal-lead-detail div#component-lead-histories div.histories div.history:first-child,#page-lead-detail div#component-lead-histories div.histories div.history:first-child{padding-top:0}#modal-lead-detail div#component-lead-histories div.histories div.history:last-child,#page-lead-detail div#component-lead-histories div.histories div.history:last-child{border-bottom:0;padding-bottom:0}#modal-lead-detail div#component-lead-histories div.histories div.history span.date,#page-lead-detail div#component-lead-histories div.histories div.history span.date{font-size:11px;font-weight:400}@media (min-width:992px) and (max-width:1439.98px){#modal-lead-detail div#component-lead-histories div.histories div.history span.date,#page-lead-detail div#component-lead-histories div.histories div.history span.date{font-size:11px}}@media (min-width:1600px) and (max-width:1919.98px){#modal-lead-detail div#component-lead-histories div.histories div.history span.date,#page-lead-detail div#component-lead-histories div.histories div.history span.date{font-size:14px}}@media (min-width:1920px){#modal-lead-detail div#component-lead-histories div.histories div.history span.date,#page-lead-detail div#component-lead-histories div.histories div.history span.date{font-size:16px}}#modal-lead-detail div#component-lead-histories div.histories div.history span.date,#page-lead-detail div#component-lead-histories div.histories div.history span.date{color:#01010199;font-size:10px;padding-top:2px}#modal-lead-detail div#component-lead-histories div.histories div.history div.info,#page-lead-detail div#component-lead-histories div.histories div.history div.info{display:flex;flex:1;flex-direction:column;gap:0}#modal-lead-detail div#component-lead-histories div.histories div.history div.info span.title,#page-lead-detail div#component-lead-histories div.histories div.history div.info span.title{font-family:yantramanav;font-size:12px;font-weight:400}@media (min-width:992px) and (max-width:1439.98px){#modal-lead-detail div#component-lead-histories div.histories div.history div.info span.title,#page-lead-detail div#component-lead-histories div.histories div.history div.info span.title{font-size:12px}}@media (min-width:1600px) and (max-width:1919.98px){#modal-lead-detail div#component-lead-histories div.histories div.history div.info span.title,#page-lead-detail div#component-lead-histories div.histories div.history div.info span.title{font-size:14px}}@media (min-width:1920px){#modal-lead-detail div#component-lead-histories div.histories div.history div.info span.title,#page-lead-detail div#component-lead-histories div.histories div.history div.info span.title{font-size:16px}}#modal-lead-detail div#component-lead-histories div.histories div.history div.info>div,#page-lead-detail div#component-lead-histories div.histories div.history div.info>div{align-items:center;color:#01010199;display:flex;font-weight:400;gap:5px}#modal-lead-detail div#component-lead-histories div.histories div.history div.info>div i,#page-lead-detail div#component-lead-histories div.histories div.history div.info>div i{font-size:9px;line-height:14px}#modal-lead-detail div#component-lead-histories div.histories div.history div.info>div span.subtitle,#page-lead-detail div#component-lead-histories div.histories div.history div.info>div span.subtitle{font-size:11px;font-weight:400}@media (min-width:992px) and (max-width:1439.98px){#modal-lead-detail div#component-lead-histories div.histories div.history div.info>div span.subtitle,#page-lead-detail div#component-lead-histories div.histories div.history div.info>div span.subtitle{font-size:11px}}@media (min-width:1600px) and (max-width:1919.98px){#modal-lead-detail div#component-lead-histories div.histories div.history div.info>div span.subtitle,#page-lead-detail div#component-lead-histories div.histories div.history div.info>div span.subtitle{font-size:14px}}@media (min-width:1920px){#modal-lead-detail div#component-lead-histories div.histories div.history div.info>div span.subtitle,#page-lead-detail div#component-lead-histories div.histories div.history div.info>div span.subtitle{font-size:16px}}#modal-lead-detail div#component-lead-auto-tasks,#modal-lead-detail div#component-lead-planned-tasks,#page-lead-detail div#component-lead-auto-tasks,#page-lead-detail div#component-lead-planned-tasks{background:#fff;border-radius:15px;display:grid;gap:10px;padding:15px 20px 20px}#modal-lead-detail div#component-lead-auto-tasks div.tasks,#modal-lead-detail div#component-lead-planned-tasks div.tasks,#page-lead-detail div#component-lead-auto-tasks div.tasks,#page-lead-detail div#component-lead-planned-tasks div.tasks{display:grid}#modal-lead-detail div#component-lead-auto-tasks div.tasks div.task,#modal-lead-detail div#component-lead-planned-tasks div.tasks div.task,#page-lead-detail div#component-lead-auto-tasks div.tasks div.task,#page-lead-detail div#component-lead-planned-tasks div.tasks div.task{align-items:center;border-bottom:1px dashed rgba(0,0,0,.2);display:flex;gap:10px;padding:10px 0;position:relative}#modal-lead-detail div#component-lead-auto-tasks div.tasks div.task:first-child,#modal-lead-detail div#component-lead-planned-tasks div.tasks div.task:first-child,#page-lead-detail div#component-lead-auto-tasks div.tasks div.task:first-child,#page-lead-detail div#component-lead-planned-tasks div.tasks div.task:first-child{padding-top:0}#modal-lead-detail div#component-lead-auto-tasks div.tasks div.task:last-child,#modal-lead-detail div#component-lead-planned-tasks div.tasks div.task:last-child,#page-lead-detail div#component-lead-auto-tasks div.tasks div.task:last-child,#page-lead-detail div#component-lead-planned-tasks div.tasks div.task:last-child{border-bottom:0;padding-bottom:0}#modal-lead-detail div#component-lead-auto-tasks div.tasks div.task div.info,#modal-lead-detail div#component-lead-planned-tasks div.tasks div.task div.info,#page-lead-detail div#component-lead-auto-tasks div.tasks div.task div.info,#page-lead-detail div#component-lead-planned-tasks div.tasks div.task div.info{display:flex;flex:1;flex-direction:column;gap:0}#modal-lead-detail div#component-lead-auto-tasks div.tasks div.task div.info span.name,#modal-lead-detail div#component-lead-planned-tasks div.tasks div.task div.info span.name,#page-lead-detail div#component-lead-auto-tasks div.tasks div.task div.info span.name,#page-lead-detail div#component-lead-planned-tasks div.tasks div.task div.info span.name{font-size:11px;font-weight:700}@media (min-width:992px) and (max-width:1439.98px){#modal-lead-detail div#component-lead-auto-tasks div.tasks div.task div.info span.name,#modal-lead-detail div#component-lead-planned-tasks div.tasks div.task div.info span.name,#page-lead-detail div#component-lead-auto-tasks div.tasks div.task div.info span.name,#page-lead-detail div#component-lead-planned-tasks div.tasks div.task div.info span.name{font-size:11px}}@media (min-width:1600px) and (max-width:1919.98px){#modal-lead-detail div#component-lead-auto-tasks div.tasks div.task div.info span.name,#modal-lead-detail div#component-lead-planned-tasks div.tasks div.task div.info span.name,#page-lead-detail div#component-lead-auto-tasks div.tasks div.task div.info span.name,#page-lead-detail div#component-lead-planned-tasks div.tasks div.task div.info span.name{font-size:14px}}@media (min-width:1920px){#modal-lead-detail div#component-lead-auto-tasks div.tasks div.task div.info span.name,#modal-lead-detail div#component-lead-planned-tasks div.tasks div.task div.info span.name,#page-lead-detail div#component-lead-auto-tasks div.tasks div.task div.info span.name,#page-lead-detail div#component-lead-planned-tasks div.tasks div.task div.info span.name{font-size:16px}}#modal-lead-detail div#component-lead-auto-tasks div.tasks div.task div.info div.date,#modal-lead-detail div#component-lead-planned-tasks div.tasks div.task div.info div.date,#page-lead-detail div#component-lead-auto-tasks div.tasks div.task div.info div.date,#page-lead-detail div#component-lead-planned-tasks div.tasks div.task div.info div.date{font-size:11px;font-weight:400}@media (min-width:992px) and (max-width:1439.98px){#modal-lead-detail div#component-lead-auto-tasks div.tasks div.task div.info div.date,#modal-lead-detail div#component-lead-planned-tasks div.tasks div.task div.info div.date,#page-lead-detail div#component-lead-auto-tasks div.tasks div.task div.info div.date,#page-lead-detail div#component-lead-planned-tasks div.tasks div.task div.info div.date{font-size:11px}}@media (min-width:1600px) and (max-width:1919.98px){#modal-lead-detail div#component-lead-auto-tasks div.tasks div.task div.info div.date,#modal-lead-detail div#component-lead-planned-tasks div.tasks div.task div.info div.date,#page-lead-detail div#component-lead-auto-tasks div.tasks div.task div.info div.date,#page-lead-detail div#component-lead-planned-tasks div.tasks div.task div.info div.date{font-size:14px}}@media (min-width:1920px){#modal-lead-detail div#component-lead-auto-tasks div.tasks div.task div.info div.date,#modal-lead-detail div#component-lead-planned-tasks div.tasks div.task div.info div.date,#page-lead-detail div#component-lead-auto-tasks div.tasks div.task div.info div.date,#page-lead-detail div#component-lead-planned-tasks div.tasks div.task div.info div.date{font-size:16px}}#modal-lead-detail div#component-lead-auto-tasks div.tasks div.task div.info div.date,#modal-lead-detail div#component-lead-planned-tasks div.tasks div.task div.info div.date,#page-lead-detail div#component-lead-auto-tasks div.tasks div.task div.info div.date,#page-lead-detail div#component-lead-planned-tasks div.tasks div.task div.info div.date{font-size:10px}#modal-lead-detail div#component-lead-auto-tasks div.tasks div.task div.info div.date i,#modal-lead-detail div#component-lead-planned-tasks div.tasks div.task div.info div.date i,#page-lead-detail div#component-lead-auto-tasks div.tasks div.task div.info div.date i,#page-lead-detail div#component-lead-planned-tasks div.tasks div.task div.info div.date i{font-size:9px}#modal-lead-detail div#component-lead-auto-tasks div.tasks div.task div.info div.date span.expired,#modal-lead-detail div#component-lead-planned-tasks div.tasks div.task div.info div.date span.expired,#page-lead-detail div#component-lead-auto-tasks div.tasks div.task div.info div.date span.expired,#page-lead-detail div#component-lead-planned-tasks div.tasks div.task div.info div.date span.expired{color:#e6ab9f}#modal-lead-detail div#component-lead-new-task,#page-lead-detail div#component-lead-new-task{background:#f3f8f8;border-radius:25px;box-shadow:0 8px 45px -10px #41271c73;flex:0 0 100%}#modal-lead-detail div#component-lead-new-task div.wrapper,#page-lead-detail div#component-lead-new-task div.wrapper{display:flex}#modal-lead-detail div#component-lead-new-task div.left,#page-lead-detail div#component-lead-new-task div.left{border-radius:25px 0 0 25px;display:grid;flex:1;gap:10px;padding:30px}#modal-lead-detail div#component-lead-new-task div.left div.form textarea,#page-lead-detail div#component-lead-new-task div.left div.form textarea{flex:1}#modal-lead-detail div#component-lead-new-task div.left div.bottom,#page-lead-detail div#component-lead-new-task div.left div.bottom{border-top:1px dashed rgba(0,0,0,.2);margin-top:10px;padding-top:20px}#modal-lead-detail div#component-lead-new-task div.right,#page-lead-detail div#component-lead-new-task div.right{background:#e5eaea;border-radius:0 25px 25px 0;display:flex;flex:0 0 220px;flex-direction:column;gap:20px;justify-content:flex-end;padding:30px}#modal-lead-detail div#component-lead-new-task div.right div.bottom,#page-lead-detail div#component-lead-new-task div.right div.bottom{align-items:flex-start;display:flex;flex-direction:column;gap:7px}#page-lead-detail{flex:1;margin-right:25px;margin-top:25px}#page-lead-detail div.page{background:#fff;border-radius:25px;box-shadow:0 9px 45px -10px #41271c59}#page-lead-detail div.page-wrapper{height:100vh;max-height:calc(100vh - 50px)}#page-lead-detail div.page-wrapper div.page-left-content{border-radius:25px}#page-lead-detail div.page-wrapper div.page-right-content{background:#e5eaea;padding-top:40px}div.task-board{align-items:center;background:url(/images/task-board.png) no-repeat 50%/contain;display:flex;height:520px;justify-content:center;left:50%;padding:20px 70px 0 75px;position:absolute;top:50%;transform:translate(-50%,-50%);width:280px}div.task-board span{font-family:Amatic SC,sans-serif;font-size:30px;font-style:normal;font-weight:400;text-align:center}.component-warning{background:#ffb21c;border-radius:10px;color:#fff;display:flex;flex-direction:column;gap:5px;padding:10px 14px}.component-warning span{font-size:11px;font-weight:400}@media (min-width:992px) and (max-width:1439.98px){.component-warning span{font-size:11px}}@media (min-width:1600px) and (max-width:1919.98px){.component-warning span{font-size:14px}}@media (min-width:1920px){.component-warning span{font-size:16px}}.component-warning.warning-large{padding:20px}.component-warning.warning-large span.title{font-size:13px;font-weight:700}@media (min-width:992px) and (max-width:1439.98px){.component-warning.warning-large span.title{font-size:13px}}@media (min-width:1600px) and (max-width:1919.98px){.component-warning.warning-large span.title{font-size:14px}}@media (min-width:1920px){.component-warning.warning-large span.title{font-size:16px}}.component-warning.warning-large p{font-size:14px;font-weight:400;line-height:135%}.component-modal-header-tasks{align-items:flex-start;display:flex;gap:10px}.component-modal-header-tasks>div{display:flex;gap:3px}.component-modal-header-tasks span{font-size:13px;font-weight:400}@media (min-width:992px) and (max-width:1439.98px){.component-modal-header-tasks span{font-size:13px}}@media (min-width:1600px) and (max-width:1919.98px){.component-modal-header-tasks span{font-size:14px}}@media (min-width:1920px){.component-modal-header-tasks span{font-size:16px}}.component-modal-header-tasks span.title{font-size:13px;font-weight:700}@media (min-width:992px) and (max-width:1439.98px){.component-modal-header-tasks span.title{font-size:13px}}@media (min-width:1600px) and (max-width:1919.98px){.component-modal-header-tasks span.title{font-size:14px}}@media (min-width:1920px){.component-modal-header-tasks span.title{font-size:16px}}.component-modal-header-tasks span.task-open{color:#e6ab9f}.component-modal-header-tasks span.task-done{color:#6dbe98}.component-task-checkbox{flex:0 0 22px}.component-task-checkbox div.checkbox{border:1px solid #bab8b5;border-radius:7px;cursor:pointer;height:22px;position:relative;width:22px}.component-task-checkbox div.checkbox:before{color:#bab8b5;content:"";font-family:Font Awesome\ 6 Pro;font-size:12px;font-style:normal;font-weight:400;left:50%;line-height:normal;opacity:0;position:absolute;text-transform:uppercase;top:50%;transform:translate(-50%,-50%);transition:all .4s}.component-task-checkbox div.checkbox.task-done{background:#ad5c4a;border:1px solid #ad5c4a;cursor:unset}.component-task-checkbox div.checkbox.task-done:before{color:#fff;content:"";opacity:1}.component-task-checkbox div.checkbox:hover:before{opacity:1}.component-notes-read-only div.notes{display:grid;gap:15px;grid-template-columns:repeat(3,minmax(0,1fr))}.component-notes-read-only div.notes div.note{background:#f3f8f8;border-radius:10px;display:flex;padding:16px 17px 17px}.component-notes-read-only div.notes div.note div.note-wrapper{display:flex;flex:1;flex-direction:column;gap:10px}.component-notes-read-only div.notes div.note div.top{align-items:center;display:flex;justify-content:space-between}.component-notes-read-only div.notes div.note div.top span.index{align-items:center;background:#000;border-radius:7px;color:#fff;display:flex;font-size:11px;font-weight:700;height:20px;justify-content:center;width:20px}@media (min-width:992px) and (max-width:1439.98px){.component-notes-read-only div.notes div.note div.top span.index{font-size:11px}}@media (min-width:1600px) and (max-width:1919.98px){.component-notes-read-only div.notes div.note div.top span.index{font-size:14px}}@media (min-width:1920px){.component-notes-read-only div.notes div.note div.top span.index{font-size:16px}}.component-notes-read-only div.notes div.note div.top span.date{color:#0006;font-size:9px;font-weight:400}@media (min-width:992px) and (max-width:1439.98px){.component-notes-read-only div.notes div.note div.top span.date{font-size:9px}}@media (min-width:1600px) and (max-width:1919.98px){.component-notes-read-only div.notes div.note div.top span.date{font-size:12px}}@media (min-width:1920px){.component-notes-read-only div.notes div.note div.top span.date{font-size:14px}}.component-notes-read-only div.notes div.note div.text{flex:1;font-size:11px;font-weight:400}@media (min-width:992px) and (max-width:1439.98px){.component-notes-read-only div.notes div.note div.text{font-size:11px}}@media (min-width:1600px) and (max-width:1919.98px){.component-notes-read-only div.notes div.note div.text{font-size:14px}}@media (min-width:1920px){.component-notes-read-only div.notes div.note div.text{font-size:16px}}.component-boxed-modal{border-radius:25px;bottom:0;height:0;left:0;overflow:hidden;position:absolute;transition:height .4s .4s;width:100%}.component-boxed-modal div.boxed-modal-close{left:65px;position:absolute;top:0;transform:translateY(-50%)}.component-boxed-modal.is-active{height:100%;transition:height 0s}.component-boxed-modal.is-active div.boxed-modal-content{max-height:80%}.component-boxed-modal.is-active div.boxed-modal-overlay{background:#0000001a}.component-boxed-modal div.boxed-modal-overlay{background:transparent;bottom:0;height:100%;left:0;position:absolute;transition:background .4s;width:100%}.component-boxed-modal div.boxed-modal-content{background:#f3f8f8;border-radius:0 0 20px 20px;bottom:0;left:0;max-height:0;position:absolute;transition:max-height .4s;width:100%}.component-boxed-modal div.boxed-modal-content div.boxed-modal-inner-content{height:100%;overflow:auto;padding:50px 65px}div#component-leads-archive table tr td,div#component-leads-archive table tr th{padding-bottom:5px;padding-right:30px;padding-top:5px}div#component-leads-archive table tr th{font-size:11px;font-weight:700}@media (min-width:992px) and (max-width:1439.98px){div#component-leads-archive table tr th{font-size:11px}}@media (min-width:1600px) and (max-width:1919.98px){div#component-leads-archive table tr th{font-size:14px}}@media (min-width:1920px){div#component-leads-archive table tr th{font-size:16px}}div#component-leads-archive table tr td{font-size:13px;font-weight:400}@media (min-width:992px) and (max-width:1439.98px){div#component-leads-archive table tr td{font-size:13px}}@media (min-width:1600px) and (max-width:1919.98px){div#component-leads-archive table tr td{font-size:14px}}@media (min-width:1920px){div#component-leads-archive table tr td{font-size:16px}}div#component-leads-archive table tr td:last-child{padding-right:0}div#component-street-view{border:3px solid #fff;border-radius:50%;height:54px;position:relative;width:54px}div#component-street-view img{border-radius:50%;-o-object-fit:contain;object-fit:contain;-o-object-position:center center;object-position:center center}div#component-street-view div.button-icon{bottom:-3px!important;left:unset!important;position:absolute;right:-3px!important;top:unset!important}div#component-floating-leads{background:#ff5353;border-radius:25px 25px 0 0;bottom:0;color:#fff;display:grid;gap:10px;padding:20px;position:absolute;right:285px;width:300px;z-index:4}div#component-floating-leads div.top{align-items:center;display:flex;gap:10px}div#component-floating-leads div.top span.number{align-items:center;background-color:#fff;border-radius:13px;color:#ff5353;display:flex;font-family:source-sans-pro;font-size:12px;font-style:normal;font-weight:900;height:26px;justify-content:center;line-height:normal;text-transform:uppercase;width:26px}div#component-floating-leads div.open-leads{display:grid;gap:5px}div#component-floating-leads div.open-leads div.open-lead{align-items:center;display:flex;gap:10px;justify-content:space-between}div#component-floating-leads div.open-leads div.open-lead div.start{align-items:center;display:flex;flex:1;gap:10px}div#component-floating-leads div.open-leads div.open-lead div.start button.checkbox{border:1px solid hsla(0,0%,100%,.6);border-radius:7px;cursor:pointer;flex:0 0 22px;height:22px;width:22px}div#component-floating-leads div.open-leads div.open-lead div.start span.name{font-size:13px;font-weight:700}@media (min-width:992px) and (max-width:1439.98px){div#component-floating-leads div.open-leads div.open-lead div.start span.name{font-size:13px}}@media (min-width:1600px) and (max-width:1919.98px){div#component-floating-leads div.open-leads div.open-lead div.start span.name{font-size:14px}}@media (min-width:1920px){div#component-floating-leads div.open-leads div.open-lead div.start span.name{font-size:16px}}div#component-floating-leads div.text{font-size:13px;font-weight:400}@media (min-width:992px) and (max-width:1439.98px){div#component-floating-leads div.text{font-size:13px}}@media (min-width:1600px) and (max-width:1919.98px){div#component-floating-leads div.text{font-size:14px}}@media (min-width:1920px){div#component-floating-leads div.text{font-size:16px}}div#component-account div.wrapper{display:grid;gap:30px}div#component-account div.wrapper div.divider{background:#e8e6e5;height:1px}div#component-account div.company{display:grid;gap:5px}div#component-account div.company div.company-logo{margin-bottom:5px}div#component-account div.company div.company-logo img{width:100px}div#component-account div.company>div{display:flex;gap:5px}div#component-account div.company span.label{font-size:13px;font-weight:700}@media (min-width:992px) and (max-width:1439.98px){div#component-account div.company span.label{font-size:13px}}@media (min-width:1600px) and (max-width:1919.98px){div#component-account div.company span.label{font-size:14px}}@media (min-width:1920px){div#component-account div.company span.label{font-size:16px}}div#component-account div.company span.value{font-size:13px;font-weight:400}@media (min-width:992px) and (max-width:1439.98px){div#component-account div.company span.value{font-size:13px}}@media (min-width:1600px) and (max-width:1919.98px){div#component-account div.company span.value{font-size:14px}}@media (min-width:1920px){div#component-account div.company span.value{font-size:16px}}div#component-account div.forms{display:grid;gap:10px}div#component-account-email-form div.form div.input-row div.input-column.input-crop,div#component-account-password-form div.form div.input-row div.input-column.input-crop{flex:0}div#component-new-user-form h1{margin-bottom:20px}div#component-edit-lead-form h2,div#component-edit-lead-object-form h2{margin-bottom:10px}div#component-stats-all,div#component-stats-current,div#component-stats-todos{align-content:flex-start;background:#fff;border-radius:20px;box-shadow:0 9px 45px -10px #41271c59;padding:35px 30px}div#component-stats-all div.wrapper,div#component-stats-current div.wrapper,div#component-stats-todos div.wrapper{display:grid;gap:12px;grid-template-columns:1fr 1fr}div#component-stats-external div.wrapper{display:flex;gap:20px;justify-content:space-between}div#component-stats-external div.wrapper div.text{flex:1}div#component-stats-external div.wrapper div.text p{font-family:yantramanav;font-size:13px;font-weight:700}@media (min-width:992px) and (max-width:1439.98px){div#component-stats-external div.wrapper div.text p{font-size:13px}}@media (min-width:1600px) and (max-width:1919.98px){div#component-stats-external div.wrapper div.text p{font-size:14px}}@media (min-width:1920px){div#component-stats-external div.wrapper div.text p{font-size:16px}}div#component-stats-external div.wrapper a.button{flex-wrap:0}div#component-stats-all div.wrapper{gap:30px;grid-template-columns:180px auto}div#component-stats-all div.wrapper>div{display:grid;gap:12px}div#component-stats-closed-leads,div#component-stats-conversion-signals,div#component-stats-conversion-tools{border-radius:20px;box-shadow:0 9px 45px -10px #41271c59;display:flex;padding:35px 30px}div#component-stats-closed-leads div.wrapper,div#component-stats-conversion-signals div.wrapper,div#component-stats-conversion-tools div.wrapper{display:flex;flex:1;flex-direction:column;gap:15px}div#component-stats-closed-leads div.information,div#component-stats-conversion-signals div.information,div#component-stats-conversion-tools div.information{flex:0}div#component-stats-closed-leads div.bottom,div#component-stats-conversion-signals div.bottom,div#component-stats-conversion-tools div.bottom{display:grid;gap:10px;grid-template-columns:130px auto}div#component-stats-closed-leads div.bottom div.labels,div#component-stats-conversion-signals div.bottom div.labels,div#component-stats-conversion-tools div.bottom div.labels{display:grid}div#component-stats-closed-leads div.bottom div.labels div.label,div#component-stats-conversion-signals div.bottom div.labels div.label,div#component-stats-conversion-tools div.bottom div.labels div.label{font-size:13px;font-weight:400;height:25px;line-height:25px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}@media (min-width:992px) and (max-width:1439.98px){div#component-stats-closed-leads div.bottom div.labels div.label,div#component-stats-conversion-signals div.bottom div.labels div.label,div#component-stats-conversion-tools div.bottom div.labels div.label{font-size:13px}}@media (min-width:1600px) and (max-width:1919.98px){div#component-stats-closed-leads div.bottom div.labels div.label,div#component-stats-conversion-signals div.bottom div.labels div.label,div#component-stats-conversion-tools div.bottom div.labels div.label{font-size:14px}}@media (min-width:1920px){div#component-stats-closed-leads div.bottom div.labels div.label,div#component-stats-conversion-signals div.bottom div.labels div.label,div#component-stats-conversion-tools div.bottom div.labels div.label{font-size:16px}}div#component-stats-closed-leads div.bottom div.graph,div#component-stats-conversion-signals div.bottom div.graph,div#component-stats-conversion-tools div.bottom div.graph{display:flex;flex:1}div#component-stats-closed-leads div.bottom div.graph>div,div#component-stats-conversion-signals div.bottom div.graph>div,div#component-stats-conversion-tools div.bottom div.graph>div{width:100%}div#component-stats-closed-leads div.top{align-items:baseline;display:flex;gap:4px}#component-quick-stats-planned-tasks,#component-quick-stats-total-leads{background-color:#9fc0c2}#component-quick-stats-send-signals{background-color:#bfb4a7}#component-quick-stats-auto,#component-quick-stats-expired{background:#e6ab9f}#component-quick-stats-today{background:#9fc0c2}#component-quick-stats-upcoming{background:#738795}#component-quick-stats-hot{background:#ad5c4a}#component-quick-stats-new{background:#808c81}#component-tasks-expired{z-index:2}#component-tasks-expired div.top div.number{background:#e6ab9f}#component-tasks-today{z-index:2}#component-tasks-today div.top div.number{background:#9fc0c2}#component-tasks-upcoming{z-index:2}#component-tasks-upcoming div.top div.number{background:#738795}#component-leads-hot div.top div.number{background:#ad5c4a}#component-leads-new div.top div.number{background:#808c81}#component-leads-open div.top div.number{background:#9fc0c2}#component-new-lead-form h1{margin-bottom:15px}#component-service-ticket-form h2{margin-bottom:10px}#component-service-ticket-form textarea{height:100px}#component-forgot-password-form h1,#component-login-form h1,#component-reset-password-form h1{margin-bottom:20px}#component-forgot-password-form h3,#component-login-form h3,#component-reset-password-form h3{margin-bottom:20px;margin-top:-15px}#component-forgot-password-form input,#component-login-form input,#component-reset-password-form input{border:1px solid #fff;color:#fff}#component-forgot-password-form div.form div.input-row div.input-column-password,#component-login-form div.form div.input-row div.input-column-password,#component-reset-password-form div.form div.input-row div.input-column-password{position:relative}#component-forgot-password-form div.form div.input-row div.input-column-password div.toggle-visibility,#component-login-form div.form div.input-row div.input-column-password div.toggle-visibility,#component-reset-password-form div.form div.input-row div.input-column-password div.toggle-visibility{align-items:center;bottom:10px;cursor:pointer;display:flex;height:20px;justify-content:center;position:absolute;right:10px;width:20px}#component-forgot-password-form div.form div.input-row div.input-column-password input,#component-login-form div.form div.input-row div.input-column-password input,#component-reset-password-form div.form div.input-row div.input-column-password input{padding-right:40px}#component-forgot-password-form a,#component-login-form a,#component-reset-password-form a{color:#fff}#component-video-popup{background:#fff;border-radius:25px;box-shadow:0 9px 75px -10px #41271c8c;position:fixed;z-index:100}#component-video-popup div.wrapper{border-radius:25px;display:grid;overflow:hidden}#component-video-popup div.wrapper div.video-popup-footer{align-items:center;cursor:move;display:flex;justify-content:flex-end;padding:20px}#component-video-popup div.wrapper div.video-popup-footer i{font-size:24px}#component-video-popup div.wrapper div.video-popup-footer div.close{cursor:pointer}#component-video-popup div.wrapper div.embedded-video{display:flex}#component-video-popup div.wrapper div.embedded-video iframe{aspect-ratio:16/9;width:472px}#component-leadz-video{gap:20px}#component-leadz-video div.wrapper{display:grid;gap:20px;grid-template-columns:1fr 1fr}#component-leadz-video div.video{background:#fff;border-radius:25px;box-shadow:0 9px 45px -10px #41271c59;display:grid;grid-template-columns:150px 1fr}#component-leadz-video div.video div.image img{border-radius:25px 0 0 25px;height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:left;object-position:left;width:100%}#component-leadz-video div.video div.information{align-items:flex-start;display:flex;flex-direction:column;gap:5px;justify-content:space-between;min-height:103px;padding:20px}#component-leadz-video div.video div.information span.title{font-size:13px;font-weight:700}@media (min-width:992px) and (max-width:1439.98px){#component-leadz-video div.video div.information span.title{font-size:13px}}@media (min-width:1600px) and (max-width:1919.98px){#component-leadz-video div.video div.information span.title{font-size:14px}}@media (min-width:1920px){#component-leadz-video div.video div.information span.title{font-size:16px}}#component-leadz-contact{background:#fff;padding:40px}#component-leadz-contact div.wrapper{display:flex;gap:30px}#component-leadz-contact div.wrapper div.left-side{align-items:flex-start;display:flex;flex:1;flex-direction:column;gap:10px;max-width:124px}#component-leadz-contact div.wrapper div.left-side>div{display:flex;flex-direction:column;gap:3px}#component-leadz-contact div.wrapper div.left-side>div span.name{font-size:13px;font-weight:700}@media (min-width:992px) and (max-width:1439.98px){#component-leadz-contact div.wrapper div.left-side>div span.name{font-size:13px}}@media (min-width:1600px) and (max-width:1919.98px){#component-leadz-contact div.wrapper div.left-side>div span.name{font-size:14px}}@media (min-width:1920px){#component-leadz-contact div.wrapper div.left-side>div span.name{font-size:16px}}#component-leadz-contact div.wrapper div.left-side>div span.value{font-size:13px;font-weight:400}@media (min-width:992px) and (max-width:1439.98px){#component-leadz-contact div.wrapper div.left-side>div span.value{font-size:13px}}@media (min-width:1600px) and (max-width:1919.98px){#component-leadz-contact div.wrapper div.left-side>div span.value{font-size:14px}}@media (min-width:1920px){#component-leadz-contact div.wrapper div.left-side>div span.value{font-size:16px}}#component-leadz-contact div.wrapper div.right-side{flex:1}#component-leadz-manual{gap:0;overflow:hidden}#component-leadz-manual img{width:100%}#component-leadz-manual div.info{align-items:flex-start;background:#fff;display:flex;flex-direction:column;gap:10px;padding:30px}#component-lead-notes div.wrapper{display:flex;gap:30px}#component-lead-notes div.wrapper div.new-note{flex:0 0 350px}#component-lead-notes div.wrapper div.new-note textarea{height:200px}#component-lead-notes div.wrapper div.notes{display:flex;flex:1;flex-direction:column;gap:5px}#component-lead-notes div.wrapper div.notes form{display:flex;flex:1}#component-lead-notes div.wrapper div.notes div.notes-wrapper{display:grid;gap:10px;grid-template-columns:repeat(3,minmax(0,1fr))}#component-lead-notes div.wrapper div.notes div.note{background:#fff;border-radius:10px;display:flex;padding:16px 17px 17px}#component-lead-notes div.wrapper div.notes div.note div.note-wrapper{display:flex;flex:1;flex-direction:column;gap:10px}#component-lead-notes div.wrapper div.notes div.note div.top{align-items:center;display:flex;justify-content:space-between}#component-lead-notes div.wrapper div.notes div.note div.top span.index{align-items:center;background:#000;border-radius:6px;color:#fff;display:flex;font-size:11px;font-weight:700;height:20px;justify-content:center;width:20px}@media (min-width:992px) and (max-width:1439.98px){#component-lead-notes div.wrapper div.notes div.note div.top span.index{font-size:11px}}@media (min-width:1600px) and (max-width:1919.98px){#component-lead-notes div.wrapper div.notes div.note div.top span.index{font-size:14px}}@media (min-width:1920px){#component-lead-notes div.wrapper div.notes div.note div.top span.index{font-size:16px}}#component-lead-notes div.wrapper div.notes div.note div.top span.date{color:#0006;font-size:9px;font-weight:400}@media (min-width:992px) and (max-width:1439.98px){#component-lead-notes div.wrapper div.notes div.note div.top span.date{font-size:9px}}@media (min-width:1600px) and (max-width:1919.98px){#component-lead-notes div.wrapper div.notes div.note div.top span.date{font-size:12px}}@media (min-width:1920px){#component-lead-notes div.wrapper div.notes div.note div.top span.date{font-size:14px}}#component-lead-notes div.wrapper div.notes div.note div.text{flex:1}#component-lead-notes div.wrapper div.notes div.note div.text p{font-size:11px;font-weight:400}@media (min-width:992px) and (max-width:1439.98px){#component-lead-notes div.wrapper div.notes div.note div.text p{font-size:11px}}@media (min-width:1600px) and (max-width:1919.98px){#component-lead-notes div.wrapper div.notes div.note div.text p{font-size:14px}}@media (min-width:1920px){#component-lead-notes div.wrapper div.notes div.note div.text p{font-size:16px}}#component-lead-notes div.wrapper div.notes div.note div.bottom{align-items:center;display:flex;justify-content:flex-end}#component-lead-notes div.wrapper div.notes div.note div.bottom.is-editing{justify-content:space-between}#component-lead-notes div.wrapper div.notes div.note div.bottom>div{display:flex;gap:5px}#component-lead-notes div.wrapper div.notes div.note div.bottom>div span{font-size:12px}#modal-book-hardcopy-direct div.modal-box>div.top,#modal-book-online-direct div.modal-box>div.top,#modal-checklist-direct div.modal-box>div.top,#modal-cost-planner-direct div.modal-box>div.top,#modal-email-direct div.modal-box>div.top,#modal-magazine-direct div.modal-box>div.top,#modal-personal-video div.modal-box>div.top{display:flex;flex:1;flex-direction:column;gap:30px}#modal-book-hardcopy-direct div.modal-box>div.bottom,#modal-book-online-direct div.modal-box>div.bottom,#modal-checklist-direct div.modal-box>div.bottom,#modal-cost-planner-direct div.modal-box>div.bottom,#modal-email-direct div.modal-box>div.bottom,#modal-magazine-direct div.modal-box>div.bottom,#modal-personal-video div.modal-box>div.bottom{border-top:1px solid #bab8b5;display:flex;flex-direction:column;gap:15px;padding-top:20px}#modal-book-hardcopy-direct div.image,#modal-book-online-direct div.image,#modal-checklist-direct div.image,#modal-cost-planner-direct div.image,#modal-email-direct div.image,#modal-magazine-direct div.image,#modal-personal-video div.image{background:#f8f4f4;border-radius:10px;flex:1;min-height:250px;position:relative}#modal-book-hardcopy-direct div.image img,#modal-book-online-direct div.image img,#modal-checklist-direct div.image img,#modal-cost-planner-direct div.image img,#modal-email-direct div.image img,#modal-magazine-direct div.image img,#modal-personal-video div.image img{height:100%;left:0;-o-object-fit:contain;object-fit:contain;-o-object-position:center center;object-position:center center;padding:30px;position:absolute;top:0;width:100%}#modal-book-hardcopy-direct div.buttons,#modal-book-online-direct div.buttons,#modal-checklist-direct div.buttons,#modal-cost-planner-direct div.buttons,#modal-email-direct div.buttons,#modal-magazine-direct div.buttons,#modal-personal-video div.buttons{display:flex;gap:15px}#modal-book-hardcopy-direct div.information,#modal-book-online-direct div.information,#modal-checklist-direct div.information,#modal-cost-planner-direct div.information,#modal-email-direct div.information,#modal-magazine-direct div.information,#modal-personal-video div.information{display:flex;flex:0;flex-direction:column;gap:10px}#modal-personal-video div.modal-content-wrapper div.modal-content-right{background-image:url(../images/sidebars/personal-videomail.png)}#modal-magazine-direct div.modal-content-wrapper div.modal-content-right{background-image:url(../images/sidebars/online-magazine.png)}#modal-checklist-direct div.modal-content-wrapper div.modal-content-right{background-image:url(../images/sidebars/checklist.png)}#modal-book-hardcopy-direct div.modal-content-wrapper div.modal-content-right{background-image:url(../images/sidebars/book-hardcopy.png)}#modal-book-online-direct div.modal-content-wrapper div.modal-content-right{background-image:url(../images/sidebars/book-online.png)}#modal-cost-planner-direct div.modal-content-wrapper div.modal-content-right{background-image:url(../images/sidebars/cost-planner.png)}#modal-task-next div.modal-box{display:flex;flex-direction:column;gap:20px}#modal-task-next div.note{display:flex;flex-direction:column;gap:5px}#modal-task-next div.note span.title{font-size:13px;font-weight:700}@media (min-width:992px) and (max-width:1439.98px){#modal-task-next div.note span.title{font-size:13px}}@media (min-width:1600px) and (max-width:1919.98px){#modal-task-next div.note span.title{font-size:14px}}@media (min-width:1920px){#modal-task-next div.note span.title{font-size:16px}}#modal-email-direct div.form textarea.message,#modal-task-appointment div.form textarea.message,#modal-task-manual-email div.form textarea.message{min-height:105px}#modal-task-video-mail div.modal-content-wrapper div.modal-content-right{background-image:url(../images/sidebars/personal-videomail.png)}#modal-task-email-signal div.modal-content-wrapper div.modal-content-right{background-image:url(../images/sidebars/email-signal.png)}#modal-task-appointment div.modal-content-wrapper div.modal-content-right{background-image:url(../images/sidebars/make-appointment.png)}#modal-email-direct div.modal-content-wrapper div.modal-content-right,#modal-task-manual-email div.modal-content-wrapper div.modal-content-right{background-image:url(../images/sidebars/email.png)}#modal-task-new div.modal-box{justify-content:space-between}#modal-task-new div.modal-content-wrapper div.modal-content-right{background-image:url(../images/sidebars/new-task.png)}#modal-task-new.lead-status-new div.modal-content-wrapper div.modal-content-right{background-image:url(../images/sidebars/new-task-new-lead.png)}#modal-task-new.lead-status-hot div.modal-content-wrapper div.modal-content-right{background-image:url(../images/sidebars/new-task-hot-lead.png)}#modal-task-new.lead-status-auto div.modal-content-wrapper div.modal-content-right{background-image:url(../images/sidebars/new-task-auto-lead.png)}#modal-task-new div.form h2{margin-bottom:-15px}#modal-task-new div.form .plan-next-task select{margin-top:-4px}#modal-task-new div.form textarea[name=note]{height:125px}#modal-task-new div.direct-tasks{align-items:center;background:#e5eaea;border-radius:0 0 20px 20px;display:flex;flex-wrap:wrap;gap:10px;margin-bottom:-40px;margin-left:-40px;margin-right:-40px;padding:40px}#modal-task-new div.direct-tasks h2{flex:0 0 100%}#modal-task-call div.modal-content-wrapper div.modal-content-right{background-image:url(../images/sidebars/call.png)}#modal-task-call div.form textarea.note{min-height:105px}#modal-rendered-template div.page-wrapper{display:flex;flex:1;flex-direction:column;gap:30px;padding:60px}#modal-rendered-template div.iframe{flex:1}#modal-rendered-template div.iframe iframe{border:0;height:100%;width:100%}#modal-lead-auto div.modal-box,#modal-lead-close div.modal-box,#modal-lead-export-done div.modal-box{display:flex;flex-direction:column;gap:20px}#modal-lead-import div.form div.form-inner-wrapper div.form-inner-right{flex:0}#modal-lead-object div.top{padding:40px 40px 20px}#component-empty-leads div.image-placeholder{aspect-ratio:16/9}#component-leads-export div.wrapper{display:grid;gap:20px}#component-leads-export div.text h1{margin-bottom:0}#component-search.search-container,#component-search.search-container div.input-container{position:relative}#component-search.search-container div.input-container span.close,#component-search.search-container div.input-container span.search{color:#fff;cursor:pointer;position:absolute;right:15px;top:50%;transform:translateY(-50%);z-index:1}#component-search.search-container div.search-results-dropdown{background:#fff;border-radius:5px;box-shadow:0 4px 30px #0000001a;display:grid;gap:10px;left:-10px;min-width:calc(100% + 20px);padding:20px 0 10px 20px;position:absolute;top:calc(100% + 5px);z-index:10}#component-search.search-container div.search-results-dropdown h3{color:#000}#component-search.search-container div.search-results-dropdown div.search-results{max-height:155px;overflow-y:auto;padding-right:20px}#component-search.search-container div.search-results-dropdown div.search-results div.search-result{align-items:center;border-top:1px solid rgba(0,0,0,.2);color:#000;cursor:pointer;display:flex;flex-wrap:nowrap;font-size:11px;justify-content:space-between;padding:8px 0}#component-search.search-container div.search-results-dropdown div.search-results div.search-result i,#component-search.search-container div.search-results-dropdown div.search-results div.search-result span{font-size:11px;font-weight:400}@media (min-width:992px) and (max-width:1439.98px){#component-search.search-container div.search-results-dropdown div.search-results div.search-result i,#component-search.search-container div.search-results-dropdown div.search-results div.search-result span{font-size:11px}}@media (min-width:1600px) and (max-width:1919.98px){#component-search.search-container div.search-results-dropdown div.search-results div.search-result i,#component-search.search-container div.search-results-dropdown div.search-results div.search-result span{font-size:14px}}@media (min-width:1920px){#component-search.search-container div.search-results-dropdown div.search-results div.search-result i,#component-search.search-container div.search-results-dropdown div.search-results div.search-result span{font-size:16px}}#component-search.search-container div.search-results-dropdown div.search-results div.search-result i,#component-search.search-container div.search-results-dropdown div.search-results div.search-result span{transition:all .4s;white-space:nowrap}#component-search.search-container div.search-results-dropdown div.search-results div.search-result:hover i,#component-search.search-container div.search-results-dropdown div.search-results div.search-result:hover span{color:#000}#component-task-address{align-items:flex-start;background:#f3f8f8;border-radius:10px;display:flex;flex-direction:row;flex-wrap:wrap;gap:10px;-moz-column-gap:30px;column-gap:30px;padding:25px}#component-task-address.clean{background:none;padding:0;row-gap:5px}#component-task-address>span{font-size:13px;font-weight:700}@media (min-width:992px) and (max-width:1439.98px){#component-task-address>span{font-size:13px}}@media (min-width:1600px) and (max-width:1919.98px){#component-task-address>span{font-size:14px}}@media (min-width:1920px){#component-task-address>span{font-size:16px}}#component-task-address>span{flex:0 0 100%}#component-task-address>div{display:flex;flex-direction:column;gap:4px}#component-task-address>div:last-child{align-self:flex-end;margin-left:auto}#component-task-address>div span{align-items:center;display:flex;flex-direction:row;flex-wrap:nowrap;font-size:13px;font-weight:400;gap:6px;white-space:nowrap}@media (min-width:992px) and (max-width:1439.98px){#component-task-address>div span{font-size:13px}}@media (min-width:1600px) and (max-width:1919.98px){#component-task-address>div span{font-size:14px}}@media (min-width:1920px){#component-task-address>div span{font-size:16px}}#component-task-address>div span i{flex:0 0 12px;font-size:10px}#component-task-address.horizontal{flex-direction:row;flex-wrap:wrap;gap:5px;justify-content:stretch}#component-task-address.horizontal span.divider{display:block}#component-task-address.horizontal h5{flex:0 0 100%}.component-buttons-container{align-items:center;align-self:stretch;background:#deeeff;border-radius:5px;display:flex;flex:0 0 100%!important;gap:20px;padding:20px}.dp__main{background:transparent;border-radius:0;max-width:350px}.dp__main .dp__btn{color:#000;font-size:11px;font-weight:700;line-height:150%}.dp__main .dp__btn:hover{background:none;color:#ad5c4a}.dp__main .dp__btn.dp--arrow-btn-nav{cursor:pointer;height:17px;width:10px}.dp__main .dp__btn.dp--arrow-btn-nav:first-child:after{content:""}.dp__main .dp__btn.dp--arrow-btn-nav:after{color:#ad5c4a;content:"";font-family:Font Awesome\ 6 Pro;font-size:11px;font-style:normal;font-weight:900;line-height:150%;text-align:right}.dp__main .dp__btn.dp--arrow-btn-nav .dp__inner_nav{display:none}.dp__main .dp__outer_menu_wrap{flex:1}.dp__main .dp__menu{background:transparent;border:0}.dp__main .dp__menu .dp__menu_inner{padding:0}.dp__main .dp__menu .dp__month_year_row{height:17px;margin-bottom:10px}.dp__main .dp__menu .dp__month_year_wrap{display:flex;gap:6px}.dp__main .dp__menu .dp__month_year_wrap .dp__month_year_select{width:unset}.dp__main .dp__menu .dp__month_year_wrap .dp--year-select,.dp__main .dp__menu .dp__month_year_wrap .dp__month_year_select{height:20px}.dp__main .dp__menu .dp__calendar_header{display:flex;justify-content:space-between}.dp__main .dp__menu .dp__calendar_header_item{color:#bab8b5;flex:0 0 24px;flex-grow:0;font-size:10px;font-weight:400;height:17px;padding:0;text-align:center;text-transform:uppercase;width:24px}.dp__main .dp__menu .dp__calendar_header_separator{display:none}.dp__main .dp__menu .dp__month_year_row .dp--arrow-btn-nav{margin-left:6px;order:2}.dp__main .dp__menu .dp__calendar_row{display:flex;justify-content:space-between;margin:3px 0}.dp__main .dp__menu .dp__calendar_row .dp__calendar_item{flex-grow:0}.dp__main .dp__menu .dp__cell_inner{border-radius:12px;flex:0 0 24px;font-size:10px;font-weight:500;height:24px;line-height:10px;padding:0;width:24px}.dp__main .dp__menu .dp__cell_inner:hover{background:#ad5c4a54}.dp__main .dp__menu .dp__cell_inner.dp__today{border:0;color:#ad5c4a}.dp__main .dp__menu .dp__cell_inner.dp__cell_disabled{color:#bab8b5}.dp__main .dp__menu .dp__cell_inner.dp__active_date{background:#ad5c4a;color:#fff}@media only screen and (max-width:991px){body{overflow:hidden}div#layout-warning{display:flex}}@media only screen and (min-width:992px) and (max-width:1439px){div#layout-app>div#layout-wrapper>div#layout-sidebar{max-width:75px;min-width:75px;overflow:unset;padding-top:20px}div#layout-app>div#layout-wrapper>div#layout-sidebar div.logo{display:none}div#layout-app>div#layout-wrapper>div#layout-sidebar div.logo-small{display:flex}div#layout-app>div#layout-wrapper>div#layout-sidebar div.content{padding-left:10px;padding-right:10px}div#layout-app>div#layout-wrapper>div#layout-sidebar div.content nav a{justify-content:center}div#layout-app>div#layout-wrapper>div#layout-sidebar div.content nav a span{display:none}div#layout-app>div#layout-wrapper>div#layout-sidebar div.content div.form{justify-content:center}div#layout-app>div#layout-wrapper>div#layout-sidebar div.content div.form input{width:36px}div#layout-app>div#layout-wrapper>div#layout-sidebar div.footer{align-items:center;padding-left:10px;padding-right:10px}div#layout-app>div#layout-wrapper>div#layout-sidebar div.footer div.company div.company-logo,div#layout-app>div#layout-wrapper>div#layout-sidebar div.footer div.company span.company-name{display:none}div#layout-app>div#layout-wrapper>div#layout-sidebar div.footer div.company div.company-logo-small{display:flex}div#layout-app>div#layout-wrapper>div#layout-sidebar div.footer a{justify-content:center}div#layout-app>div#layout-wrapper>div#layout-sidebar div.footer a:before{display:none}div#layout-app>div#layout-wrapper>div#layout-sidebar div.footer a div.icon{display:flex!important;font-size:14px}div#layout-app>div#layout-wrapper>div#layout-sidebar div.footer a span{display:none}div#layout-app>div#layout-wrapper>div#layout-sidebar div.footer div.languages{bottom:unset;left:unset;position:relative;right:unset;top:unset}#component-search.search-container{margin:0 auto;width:36px}#component-search.search-container div.input-container span.search{right:11px}#component-search.search-container div.search-results-dropdown{left:0;min-width:unset;z-index:100}#component-search.search-container div.search-results-dropdown div.search-results{overflow:unset}div.modal-container.modal-container-large div.modal-content{width:calc(100vw - 160px)}}@media only screen and (min-width:992px) and (max-width:1279px){div.link-box-grid{gap:5px;grid-template-columns:repeat(1,minmax(0,1fr))}div.link-box-grid div.link-box{border-radius:0!important;padding:15px}div.link-box-grid div.link-box h3{display:none}div.link-box-grid div.link-box:first-child{border-radius:25px 25px 0 0!important}div.link-box-grid div.link-box:last-child{border-radius:0 0 25px 25px!important}#page-todo-overview div.page-wrapper div.page-left-content div.page-inner-wrapper{align-items:stretch;flex-direction:column}#page-todo-overview div.page-wrapper div.page-left-content div.page-inner-wrapper div.page-inner-right-content{max-width:unset;min-width:unset}#page-leads-overview div.page-wrapper div.page-left-content div.page-inner-wrapper{align-items:stretch;flex-direction:column}#page-leads-overview div.page-wrapper div.page-left-content div.page-inner-wrapper div.page-inner-right-content{max-width:unset;min-width:unset}#page-todo-overview div.page-wrapper div.page-right-content{flex:0 0 220px;padding:25px 30px}}@media only screen and (min-width:1600px){div#layout-app>div#layout-wrapper>div#layout-sidebar{margin:40px 50px;max-width:250px;min-width:250px;padding-top:50px}div#layout-app>div#layout-wrapper>div#layout-sidebar div.content{padding-left:40px;padding-right:40px}div#layout-app>div#layout-wrapper>div#layout-sidebar div.footer{padding:50px 40px}div.modal-container.modal-container-large div.modal-content{height:calc(100vh - 80px);margin-bottom:40px;margin-right:50px;margin-top:40px;width:calc(100vw - 400px)}#page-admin-companies-email-templates-overview div.page-wrapper div.page-left-content,#page-admin-companies-global-email-template-vars-add div.page-wrapper div.page-left-content,#page-admin-companies-overview div.page-wrapper div.page-left-content,#page-admin-email-templates-overview div.page-wrapper div.page-left-content,#page-admin-overview div.page-wrapper div.page-left-content,#page-admin-tasks-overview div.page-wrapper div.page-left-content,#page-admin-users-overview div.page-wrapper div.page-left-content{margin-bottom:40px;margin-right:50px;margin-top:40px;padding:50px}#page-helpcenter div.page-wrapper{padding:90px 50px}#page-account div.page-wrapper div.page-left-content,#page-export div.page-wrapper div.page-left-content{margin-bottom:40px;margin-top:40px;padding:50px}#page-account div.page-wrapper div.page-right-content,#page-export div.page-wrapper div.page-right-content{margin:40px 50px}#page-statistics-overview div.page-wrapper,#page-templates-overview div.page-wrapper{margin-bottom:40px;margin-right:50px;margin-top:40px;padding:50px}#page-leads-overview div.page-wrapper div.page-left-content{margin-bottom:40px;margin-top:40px;padding:50px}#page-leads-overview div.page-wrapper div.page-left-content div.page-inner-wrapper{gap:50px}#page-leads-overview div.page-wrapper div.page-left-content div.page-inner-wrapper div.page-inner-right-content{max-width:unset}#page-leads-overview div.page-wrapper div.page-right-content{padding:40px 50px}#page-todo-overview div.page-wrapper div.page-left-content{margin-bottom:40px;margin-top:40px;padding:50px}#page-todo-overview div.page-wrapper div.page-right-content{padding:40px 50px}#modal-lead-detail div.page-wrapper div.page-left-content,#page-lead-detail div.page-wrapper div.page-left-content{padding:50px}#modal-lead-detail div.page-wrapper div.page-right-content,#page-lead-detail div.page-wrapper div.page-right-content{padding:65px 50px 50px}div#layout-app>div#layout-wrapper>div#layout-sidebar div.logo{height:28px;width:148px}div#layout-app>div#layout-wrapper>div#layout-sidebar div.content nav a div.icon{height:36px;width:36px}div#layout-app>div#layout-wrapper>div#layout-sidebar div.content nav a div.icon i{font-size:16px}div#layout-app>div#layout-wrapper>div#layout-sidebar div.footer div.languages{bottom:50px;gap:8px;right:40px}.nice-checkbox .checkmark,.nice-radio .checkmark{top:1px}input[type=date],input[type=email],input[type=number],input[type=password],input[type=text],select,textarea{height:38px}.component-quick-stats div.bottom span.number{font-size:30px}.task-list-item{min-height:34px}.task-list-item .item-content-wrapper div.item-content-left{flex:0 0 230px}.component-quick-stats.horizontal-stats div.bottom span.number{font-size:18px}div#component-stats-closed-leads div.graph,div#component-stats-conversion-signals div.graph,div#component-stats-conversion-tools div.graph{flex:0 0 calc(50% - 20px)}#page-todo-overview div.page-wrapper div.page-right-content{flex:0 0 275px}#modal-lead-detail div.page-wrapper div.page-right-content,#page-lead-detail div.page-wrapper div.page-right-content{max-width:320px}#modal-lead-detail div#component-lead-details,#page-lead-detail div#component-lead-details{flex:0 0 300px}#component-leadz-video,#component-leadz-video div.wrapper{gap:25px}#component-leadz-video div.video{grid-template-columns:170px 1fr;min-height:133px}#component-leadz-video div.video div.information{padding:25px}#page-helpcenter div.page-wrapper div.page-inner-wrapper div.page-left-content,#page-helpcenter div.page-wrapper div.page-inner-wrapper div.page-right-content{gap:25px}div#component-floating-leads{gap:15px;padding:25px;right:325px;width:320px}}@media screen and (min-width:1920px){div#layout-app>div#layout-wrapper>div#layout-sidebar{margin:50px 60px;max-width:320px;min-width:320px;padding-top:60px}div#layout-app>div#layout-wrapper>div#layout-sidebar div.content{padding-left:50px;padding-right:50px}div#layout-app>div#layout-wrapper>div#layout-sidebar div.footer{padding:60px 50px}div.modal-container.modal-container-large div.modal-content{height:calc(100vh - 100px);margin-bottom:50px;margin-right:60px;margin-top:50px;width:calc(100vw - 500px)}#page-admin-companies-email-templates-overview div.page-wrapper div.page-left-content,#page-admin-companies-global-email-template-vars-add div.page-wrapper div.page-left-content,#page-admin-companies-overview div.page-wrapper div.page-left-content,#page-admin-email-templates-overview div.page-wrapper div.page-left-content,#page-admin-overview div.page-wrapper div.page-left-content,#page-admin-tasks-overview div.page-wrapper div.page-left-content,#page-admin-users-overview div.page-wrapper div.page-left-content{margin-bottom:50px;margin-right:60px;margin-top:50px;padding:60px}#page-helpcenter div.page-wrapper{padding:110px 60px}#page-account div.page-wrapper div.page-left-content,#page-export div.page-wrapper div.page-left-content{margin-bottom:50px;margin-top:50px;padding:60px}#page-account div.page-wrapper div.page-right-content,#page-export div.page-wrapper div.page-right-content{margin:50px 60px}#page-statistics-overview div.page-wrapper,#page-templates-overview div.page-wrapper{margin-bottom:50px;margin-right:60px;margin-top:50px;padding:60px}#page-leads-overview div.page-wrapper div.page-left-content{margin-bottom:50px;margin-top:50px;padding:60px}#page-leads-overview div.page-wrapper div.page-left-content div.page-inner-wrapper{gap:60px}#page-leads-overview div.page-wrapper div.page-left-content div.page-inner-wrapper div.page-inner-right-content{max-width:unset}#page-leads-overview div.page-wrapper div.page-right-content{padding:50px 60px}#page-todo-overview div.page-wrapper div.page-left-content{margin-bottom:50px;margin-top:50px;padding:60px}#page-todo-overview div.page-wrapper div.page-right-content{padding:50px 60px}#modal-lead-detail div.page-wrapper div.page-left-content,#page-lead-detail div.page-wrapper div.page-left-content{padding:60px}#modal-lead-detail div.page-wrapper div.page-right-content,#page-lead-detail div.page-wrapper div.page-right-content{padding:75px 60px 60px}div#layout-app>div#layout-wrapper>div#layout-sidebar div.logo{height:31px;width:164px}div#layout-app>div#layout-wrapper>div#layout-sidebar div.content nav a div.icon{height:40px;width:40px}div#layout-app>div#layout-wrapper>div#layout-sidebar div.content nav a div.icon i{font-size:18px}div#layout-app>div#layout-wrapper>div#layout-sidebar div.footer div.languages{bottom:60px;gap:10px;right:50px}.nice-checkbox .checkmark,.nice-radio .checkmark{top:2px}input[type=date],input[type=email],input[type=number],input[type=password],input[type=text],select,textarea{height:40px}.task-list-item{min-height:40px}.task-list-item .item-content-wrapper div.item-content-left{flex:0 0 300px}.component-quick-stats div.bottom span.number{font-size:32px}.component-quick-stats.horizontal-stats div.bottom span.number{font-size:20px}#page-todo-overview div.page-wrapper div.page-right-content{flex:0 0 320px}#modal-lead-detail div.page-wrapper div.page-right-content,#page-lead-detail div.page-wrapper div.page-right-content{max-width:360px}#modal-lead-detail div#component-lead-details,#page-lead-detail div#component-lead-details{flex:0 0 320px}#page-templates-overview div.templates-wrapper{grid-template-columns:repeat(4,minmax(0,1fr))}#component-leadz-video,#component-leadz-video div.wrapper{gap:30px}#component-leadz-video div.video{grid-template-columns:170px 1fr;min-height:153px}#component-leadz-video div.video div.information{padding:30px}#page-helpcenter div.page-wrapper div.page-inner-wrapper div.page-left-content,#page-helpcenter div.page-wrapper div.page-inner-wrapper div.page-right-content{gap:30px}div#component-floating-leads{gap:15px;padding:30px;right:380px;width:380px}}:root{--toastify-color-light:#fff;--toastify-color-dark:#121212;--toastify-color-info:#3498db;--toastify-color-success:#07bc0c;--toastify-color-warning:#f1c40f;--toastify-color-error:#e74c3c;--toastify-color-transparent:#ffffffb3;--toastify-icon-color-info:var(--toastify-color-info);--toastify-icon-color-success:var(--toastify-color-success);--toastify-icon-color-warning:var(--toastify-color-warning);--toastify-icon-color-error:var(--toastify-color-error);--toastify-toast-width:320px;--toastify-toast-background:#fff;--toastify-toast-min-height:64px;--toastify-toast-max-height:800px;--toastify-font-family:sans-serif;--toastify-z-index:9999;--toastify-text-color-light:#757575;--toastify-text-color-dark:#fff;--toastify-text-color-info:#fff;--toastify-text-color-success:#fff;--toastify-text-color-warning:#fff;--toastify-text-color-error:#fff;--toastify-spinner-color:#616161;--toastify-spinner-color-empty-area:#e0e0e0;--toastify-color-progress-light:linear-gradient(90deg,#4cd964,#5ac8fa,#007aff,#34aadc,#5856d6,#ff2d55);--toastify-color-progress-dark:#bb86fc;--toastify-color-progress-info:var(--toastify-color-info);--toastify-color-progress-success:var(--toastify-color-success);--toastify-color-progress-warning:var(--toastify-color-warning);--toastify-color-progress-error:var(--toastify-color-error);--toastify-color-progress-colored:#ddd}.Toastify__toast-container{box-sizing:border-box;color:#fff;padding:4px;position:fixed;transform:translate3d(0,0,var(--toastify-z-index) px);width:var(--toastify-toast-width);z-index:var(--toastify-z-index)}.Toastify__toast-container--top-left{left:1em;top:1em}.Toastify__toast-container--top-center{left:50%;top:1em;transform:translate(-50%)}.Toastify__toast-container--top-right{right:1em;top:1em}.Toastify__toast-container--bottom-left{bottom:1em;left:1em}.Toastify__toast-container--bottom-center{bottom:1em;left:50%;transform:translate(-50%)}.Toastify__toast-container--bottom-right{bottom:1em;right:1em}@media only screen and (max-width:480px){.Toastify__toast-container{left:0;margin:0;padding:0;width:100vw}.Toastify__toast-container--top-center,.Toastify__toast-container--top-left,.Toastify__toast-container--top-right{top:0;transform:translate(0)}.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-right{bottom:0;transform:translate(0)}.Toastify__toast-container--rtl{left:auto;right:0}}.Toastify__toast{border-radius:4px;box-shadow:0 1px 10px #0000001a,0 2px 15px #0000000d;box-sizing:border-box;cursor:pointer;direction:ltr;display:flex;font-family:var(--toastify-font-family);justify-content:space-between;margin-bottom:1rem;max-height:var(--toastify-toast-max-height);min-height:var(--toastify-toast-min-height);overflow:hidden;padding:8px;position:relative;z-index:0}.Toastify__toast--rtl{direction:rtl}.Toastify__toast-body{align-items:center;display:flex;flex:1 1 auto;margin:auto 0;padding:6px;white-space:pre-wrap}.Toastify__toast-body>div:last-child{flex:1}.Toastify__toast-icon{display:flex;flex-shrink:0;margin-inline-end:10px;width:20px}.Toastify--animate{animation-duration:.7s;animation-fill-mode:both}.Toastify--animate-icon{animation-duration:.3s;animation-fill-mode:both}@media only screen and (max-width:480px){.Toastify__toast{border-radius:0;margin-bottom:0}}.Toastify__toast-theme--dark{background:var(--toastify-color-dark);color:var(--toastify-text-color-dark)}.Toastify__toast-theme--colored.Toastify__toast--default,.Toastify__toast-theme--light{background:var(--toastify-color-light);color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{background:var(--toastify-color-info);color:var(--toastify-text-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{background:var(--toastify-color-success);color:var(--toastify-text-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{background:var(--toastify-color-warning);color:var(--toastify-text-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{background:var(--toastify-color-error);color:var(--toastify-text-color-error)}.Toastify__progress-bar-theme--light{background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:var(--toastify-color-progress-error)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--default{background:var(--toastify-color-progress-colored)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning{background:var(--toastify-color-transparent)}.Toastify__close-button{align-self:flex-start;background:#0000;border:none;color:#fff;cursor:pointer;opacity:.7;outline:none;padding:0;transition:.3s ease}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentcolor;height:16px;width:14px}.Toastify__close-button:focus,.Toastify__close-button:hover{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{bottom:0;height:5px;left:0;opacity:.7;position:absolute;transform-origin:left;width:100%;z-index:var(--toastify-z-index)}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{left:auto;right:0;transform-origin:right}.Toastify__spinner{animation:Toastify__spin .65s linear infinite;border:2px solid;border-color:var(--toastify-spinner-color-empty-area);border-radius:100%;border-right-color:var(--toastify-spinner-color);box-sizing:border-box;height:20px;width:20px}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutRight{20%{opacity:1;transform:translate3d(-20px,0,0)}to{opacity:0;transform:translate3d(2000px,0,0)}}@keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;transform:translate3d(20px,0,0)}to{opacity:0;transform:translate3d(-2000px,0,0)}}@keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translateZ(0)}}@keyframes Toastify__bounceOutUp{20%{transform:translate3d(0,-10px,0)}40%,45%{opacity:1;transform:translate3d(0,20px,0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}@keyframes Toastify__bounceOutDown{20%{transform:translate3d(0,10px,0)}40%,45%{opacity:1;transform:translate3d(0,-20px,0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.Toastify__bounce-enter--bottom-left,.Toastify__bounce-enter--top-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--bottom-right,.Toastify__bounce-enter--top-right{animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--bottom-left,.Toastify__bounce-exit--top-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--bottom-right,.Toastify__bounce-exit--top-right{animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{animation-name:Toastify__bounceOutDown}@keyframes Toastify__none{0%,60%,75%,90%,to{animation-duration:0;animation-timing-function:none}0%{opacity:1;transform:translateZ(0)}to{transform:translateZ(0)}}.Toastify__none-enter--bottom-center,.Toastify__none-enter--bottom-left,.Toastify__none-enter--bottom-right,.Toastify__none-enter--top-center,.Toastify__none-enter--top-left,.Toastify__none-enter--top-right{animation-name:Toastify__none}@keyframes Toastify__zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;transform:scale3d(.3,.3,.3)}to{opacity:0}}.Toastify__zoom-enter{animation-name:Toastify__zoomIn}.Toastify__zoom-exit{animation-name:Toastify__zoomOut}@keyframes Toastify__flipIn{0%{animation-timing-function:ease-in;opacity:0;transform:perspective(400px) rotateX(90deg)}40%{animation-timing-function:ease-in;transform:perspective(400px) rotateX(-20deg)}60%{opacity:1;transform:perspective(400px) rotateX(10deg)}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:perspective(400px)}30%{opacity:1;transform:perspective(400px) rotateX(-20deg)}to{opacity:0;transform:perspective(400px) rotateX(90deg)}}.Toastify__flip-enter{animation-name:Toastify__flipIn}.Toastify__flip-exit{animation-name:Toastify__flipOut}@keyframes Toastify__slideInRight{0%{transform:translate3d(110%,0,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideOutRight{0%{transform:translateZ(0)}to{transform:translate3d(110%,0,0);visibility:hidden}}@keyframes Toastify__slideOutLeft{0%{transform:translateZ(0)}to{transform:translate3d(-110%,0,0);visibility:hidden}}@keyframes Toastify__slideOutDown{0%{transform:translateZ(0)}to{transform:translate3d(0,500px,0);visibility:hidden}}@keyframes Toastify__slideOutUp{0%{transform:translateZ(0)}to{transform:translate3d(0,-500px,0);visibility:hidden}}.Toastify__slide-enter--bottom-left,.Toastify__slide-enter--top-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--bottom-right,.Toastify__slide-enter--top-right{animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{animation-name:Toastify__slideInUp}.Toastify__slide-exit--bottom-left,.Toastify__slide-exit--top-left{animation-name:Toastify__slideOutLeft}.Toastify__slide-exit--bottom-right,.Toastify__slide-exit--top-right{animation-name:Toastify__slideOutRight}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown}@keyframes Toastify__spin{0%{transform:rotate(0)}to{transform:rotate(1turn)}}
