@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--btn-base{font:inherit;transition:var(--dp-common-transition);border:none;line-height:normal}.dp--bg-none{background:0 0}.dp--active{background:var(--dp-primary-color);color:var(--dp-primary-text-color)}.dp--flex{align-items:center;display:flex}.dp--pointer{cursor:pointer}.dp--icon{stroke:currentColor;fill:currentColor}.dp--button{text-align:center;width:100%;color:var(--dp-icon-color);cursor:pointer;padding:var(--dp-common-padding);box-sizing:border-box;height:var(--dp-button-height);place-content:center;align-items:center;display:flex}.dp--button.dp--overlay-action{position:absolute;bottom:0}.dp--button .dp--main{font-family:var(--dp-font-family);-webkit-user-select:none;-moz-user-select:none;user-select:none;box-sizing:border-box;width:100%;position:relative}.dp--button .dp--main *{direction:var(--dp-direction,ltr)}.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--relative{position:relative}.dp--highlighted{background-color:var(--dp-highlight-color)}.dp--hidden-el{visibility:hidden}.dp--centered{position:fixed;top:50%;left:50%;transform:translate(-50%,-50%)}.dp--action-row{width:100%;padding:var(--dp-action-row-padding);box-sizing:border-box;color:var(--dp-text-color);flex-flow:row;align-items:center;display:flex}.dp--action-row svg{height:var(--dp-button-icon-height);width:auto}.dp--selection-preview{color:var(--dp-text-color);font-size:var(--dp-preview-font-size);white-space:nowrap;text-overflow:ellipsis;display:block;overflow:hidden}.dp--action-buttons{white-space:nowrap;flex:0;justify-content:flex-end;align-items:center;margin-inline-start:auto;display:flex}.dp--action-button{padding:var(--dp-action-buttons-padding);line-height:var(--dp-action-button-height);height:var(--dp-action-button-height);cursor:pointer;border-radius:var(--dp-border-radius);font-size:var(--dp-preview-font-size);font-family:var(--dp-font-family);background:0 0;border:1px solid #0000;align-items:center;margin-inline-start:3px;display:inline-flex}.dp--action-cancel{color:var(--dp-text-color);border:1px solid var(--dp-border-color)}.dp--action-cancel:hover{border-color:var(--dp-primary-color);transition:var(--dp-action-row-transition)}.dp--action-buttons .dp--action-select{background:var(--dp-primary-color);color:var(--dp-primary-text-color)}.dp--action-buttons .dp--action-select:hover{background:var(--dp-primary-color);transition:var(--dp-action-row-transition)}.dp--action-buttons .dp--action-select:disabled{background:var(--dp-primary-disabled-color);cursor:not-allowed}.dp--calendar-header{color:var(--dp-text-color);white-space:nowrap;justify-content:center;align-items:center;font-weight:700;display:flex;position:relative}.dp--calendar-header-item{text-align:center;height:var(--dp-cell-size);padding:var(--dp-cell-padding);width:var(--dp-cell-size);box-sizing:border-box;flex-grow:1}.dp--calendar-row{margin:var(--dp-row-margin);justify-content:center;align-items:center;display:flex}.dp--calendar-item{text-align:center;box-sizing:border-box;color:var(--dp-text-color);flex-grow:1}.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{text-align:center;border-radius:var(--dp-cell-border-radius);height:var(--dp-cell-size);padding:var(--dp-cell-padding);width:var(--dp-cell-size);box-sizing:border-box;border:1px solid #0000;justify-content:center;align-items:center;display:flex;position:relative}.dp--cell-inner:hover{transition:all .2s}.dp--range-border-start{border-start-end-radius:0;border-end-end-radius:0}.dp--range-border-end{border-start-start-radius:0;border-end-start-radius:0}.dp--range-preview{border-top:1px dashed var(--dp-primary-color);border-bottom:1px dashed var(--dp-primary-color)}.dp--cell-disabled,.dp--cell-offset{color:var(--dp-secondary-color)}.dp--cell-disabled{cursor:not-allowed}.dp--date-hoverable:hover{background:var(--dp-hover-color);color:var(--dp-hover-text-color)}.dp--date-hoverable-start:hover{border-start-end-radius:0;border-end-end-radius:0}.dp--date-hoverable-end:hover{border-start-start-radius:0;border-end-start-radius:0}.dp--range-between{background:var(--dp-range-between-dates-background-color);color:var(--dp-range-between-dates-text-color);border:1px solid var(--dp-range-between-border-color);border-radius:0}.dp--range-between-week{background:var(--dp-primary-color);color:var(--dp-primary-text-color);border-radius:0}.dp--today{border:1px solid var(--dp-primary-color)}.dp--week-num{color:var(--dp-secondary-color);text-align:center}.dp--cell-auto-range{border-radius:0}.dp--cell-auto-range-start{border-inline-start:1px dashed var(--dp-primary-color);border-start-start-radius:var(--dp-cell-border-radius);border-end-start-radius:var(--dp-cell-border-radius)}.dp--cell-auto-range-end{border-inline-end:1px dashed var(--dp-primary-color);border-start-end-radius:var(--dp-cell-border-radius);border-end-end-radius:var(--dp-cell-border-radius)}.dp--calendar-header-separator{background:var(--dp-border-color);width:100%;height:1px}.dp--calendar-next{margin-inline-start:var(--dp-multi-calendars-spacing)}.dp--marker-base{background-color:var(--dp-marker-color);height:5px;position:absolute;bottom:0}.dp--marker-dot{border-radius:50%;width:5px;left:50%;transform:translate(-50%)}.dp--marker-line{width:100%;left:0}.dp--marker-tooltip{border-radius:var(--dp-border-radius);background-color:var(--dp-tooltip-color);border:1px solid var(--dp-border-color);z-index:99999;box-sizing:border-box;cursor:default;padding:5px;position:absolute}.dp--tooltip-content{white-space:nowrap}.dp--tooltip-text{color:var(--dp-text-color);flex-flow:row;align-items:center;display:flex}.dp--tooltip-mark{background-color:var(--dp-text-color);width:5px;height:5px;color:var(--dp-text-color);border-radius:50%;margin-inline-end:5px}.dp--arrow-bottom-tp{background-color:var(--dp-tooltip-color);border-inline-end:1px solid var(--dp-border-color);border-bottom:1px solid var(--dp-border-color);width:8px;height:8px;position:absolute;bottom:0;transform:translate(-50%,50%)rotate(45deg)}.dp--instance-calendar{width:100%;position:relative}.dp--flex-display-collapsed,.dp--flex-display[data-dp-mobile]{flex-direction:column}.dp--cell-highlight{background-color:var(--dp-highlight-color)}.dp--input-wrap{width:100%;box-sizing:unset;position:relative}.dp--input-wrap:focus{border-color:var(--dp-border-color-hover);outline:none}.dp--input-valid{box-shadow:0 0 var(--dp-border-radius) var(--dp-success-color)}.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--input{background-color:var(--dp-background-color);border-radius:var(--dp-border-radius);font-family:var(--dp-font-family);border:1px solid var(--dp-border-color);width:100%;font-size:var(--dp-font-size);line-height:calc(var(--dp-font-size)*1.5);padding:var(--dp-input-padding);color:var(--dp-text-color);box-sizing:border-box;outline:none;transition:border-color .2s cubic-bezier(.645,.045,.355,1)}.dp--input::-moz-placeholder{opacity:.7}.dp--input::placeholder{opacity:.7}.dp--input:hover:not(.dp--input-focus){border-color:var(--dp-border-color-hover)}.dp--input-not-clearable{padding-inline-end:var(--dp-input-not-clearable-padding)!important}.dp--input-reg{caret-color:#0000}.dp--input-focus{border-color:var(--dp-border-color-focus)}.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{width:var(--dp-font-size);height:var(--dp-font-size);stroke-width:0;font-size:var(--dp-font-size);line-height:calc(var(--dp-font-size)*1.5);color:var(--dp-icon-color);box-sizing:content-box;padding:6px 12px;display:inline-block}.dp--input-icon{inset-inline-start:0}.dp--clear-btn,.dp--input-icon{cursor:pointer;top:50%;color:var(--dp-icon-color);position:absolute;transform:translateY(-50%)}.dp--clear-btn{background:0 0;border:none;align-items:center;margin:0;padding:0;display:inline-flex;inset-inline-end:0}.dp--input-icon-pad{padding-inline-start:var(--dp-input-icon-padding)}.dp--menu{background:var(--dp-background-color);border-radius:var(--dp-border-radius);min-width:var(--dp-menu-min-width);font-family:var(--dp-font-family);font-size:var(--dp-font-size);-webkit-user-select:none;-moz-user-select:none;user-select:none;border:1px solid var(--dp-menu-border-color)}.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{z-index:99999;position:absolute}.dp--menu-inner{padding:var(--dp-menu-padding)}.dp--menu--inner-stretched{padding:6px 0}.dp--menu-index{z-index:99999}.dp--menu-unclickable{z-index:999999;position:absolute;inset:0}.dp--menu-disabled{cursor:not-allowed;background:#ffffff80}.dp--menu-readonly{cursor:default;background:0 0}.dp-menu-loading{cursor:default;background:#ffffff80}.dp--menu-load-container{justify-content:center;align-items:center;width:100%;height:100%;display:flex}.dp--menu-loader{border:var(--dp-loader);box-sizing:border-box;border-bottom-color:#0000;border-radius:50%;width:48px;height:48px;animation:dp-load-rotation 1s linear infinite;display:inline-block;position:absolute}@keyframes dp-load-rotation{0%{transform:rotate(0)}to{transform:rotate(1turn)}}.dp--arrow-top{border-inline-end:1px solid var(--dp-menu-border-color);border-top:1px solid var(--dp-menu-border-color);transform:translateY(-50%)rotate(-45deg)}.dp--arrow-bottom,.dp--arrow-top{background-color:var(--dp-background-color);width:12px;height:12px;position:absolute}.dp--arrow-bottom{left:var(--dp-arrow-left);border-inline-end:1px solid var(--dp-menu-border-color);border-bottom:1px solid var(--dp-menu-border-color);bottom:0;transform:translate(-50%,50%)rotate(45deg)}.dp--action-extra{text-align:center;padding:2px 0}.dp--preset-dates{border-inline-end:1px solid var(--dp-border-color);padding:5px}.dp--preset-dates-collapsed,.dp--preset-dates[data-dp-mobile]{max-width:calc(var(--dp-menu-width) - var(--dp-action-row-padding)*2);border:none;align-self:center;display:flex;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{text-align:left;white-space:nowrap;width:100%;color:var(--dp-text-color);border-radius:var(--dp-border-radius);transition:var(--dp-common-transition);padding:5px;display:block}.dp--preset-range:hover{background-color:var(--dp-hover-color);color:var(--dp-hover-text-color);cursor:pointer}.dp--preset-range[data-dp-mobile]{border:1px solid var(--dp-border-color);margin:0 3px}.dp--preset-range[data-dp-mobile]:first-child{margin-left:0}.dp--preset-range[data-dp-mobile]:last-child{margin-right:0}.dp--preset-range-collapsed{border:1px solid var(--dp-border-color);margin:0 3px}.dp--preset-range-collapsed:first-child{margin-left:0}.dp--preset-range-collapsed:last-child{margin-right:0}.dp--menu-content-wrapper{display:flex}.dp--menu-content-wrapper-collapsed,.dp--menu-content-wrapper[data-dp-mobile]{flex-direction:column-reverse}.dp--month-year-row{height:var(--dp-month-year-row-height);color:var(--dp-text-color);box-sizing:border-box;align-items:center;display:flex}.dp--inner-nav{cursor:pointer;height:var(--dp-month-year-row-button-size);width:var(--dp-month-year-row-button-size);color:var(--dp-icon-color);text-align:center;border-radius:50%;justify-content:center;align-items:center;display:flex}.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--month-year-select-base{text-align:center;cursor:pointer;height:var(--dp-month-year-row-height);border-radius:var(--dp-border-radius);box-sizing:border-box;color:var(--dp-text-color);justify-content:center;align-items:center;display:flex}.dp--month-year-select-base: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{flex-direction:row;align-items:center;width:100%;display:flex}.dp--year-disable-select{justify-content:space-around}.dp--header-wrap{flex-direction:column;width:100%;display:flex}.dp--year-mode-picker{width:100%;height:var(--dp-cell-size);justify-content:space-between;align-items:center;display:flex}.dp--arrow-btn-nav{transition:var(--dp-common-transition);height:100%}.dp-quarter-picker-wrap{height:100%;min-width:var(--dp-menu-min-width);flex-direction:column;display:flex}.dp--qr-btn-disabled{cursor:not-allowed}.dp--qr-btn-disabled,.dp--qr-btn-disabled:hover{background:var(--dp-disabled-color)}.dp--qr-btn{width:100%;padding:var(--dp-common-padding)}.dp--qr-btn:not(.dp--highlighted,.dp--active,.dp--qr-btn-disabled,.dp--qr-btn-between){background:0 0}.dp--qr-btn:hover:not(.dp--active,.dp--qr-btn-disabled){background:var(--dp-hover-color);color:var(--dp-hover-text-color);transition:var(--dp-common-transition)}.dp--quarter-items{flex-direction:column;flex:1;justify-content:space-evenly;width:100%;height:100%;display:flex}.dp--qr-btn-between{background:var(--dp-hover-color);color:var(--dp-hover-text-color)}.dp--overlay{background:var(--dp-background-color);z-index:99999;width:100%;font-family:var(--dp-font-family);color:var(--dp-text-color);box-sizing:border-box;transition:opacity 1s ease-out}.dp--overlay-absolute{height:100%;position:absolute;top:0;left:0}.dp--overlay-relative{position:relative}.dp--overlay-container::-webkit-scrollbar-track{box-shadow:var(--dp-scroll-bar-background);background-color:var(--dp-scroll-bar-background)}.dp--overlay-container::-webkit-scrollbar{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{height:var(--dp-overlay-height);flex-direction:column;overflow-y:auto}.dp--time-picker-overlay-container{height:100%}.dp--overlay-row{box-sizing:border-box;flex-wrap:wrap;align-items:center;width:100%;max-width:100%;margin-inline:auto;padding:0;display:flex}.dp--flex-row{flex:1}.dp--overlay-col{box-sizing:border-box;width:33%;padding:var(--dp-overlay-col-padding);white-space:nowrap}.dp--overlay-cell-pad{padding:var(--dp-common-padding) 0}.dp--overlay-cell,.dp--overlay-cell-active{cursor:pointer;border-radius:var(--dp-border-radius);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{width:100%}.dp--tp-wrap[data-dp-mobile]{max-width:100%}.dp--time-input{-webkit-user-select:none;-moz-user-select:none;user-select:none;width:100%;font-family:var(--dp-font-family);color:var(--dp-text-color);justify-content:center;align-items:center;display:flex}.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-reg-with-button[data-compact~=true]{padding:0 5px}.dp--time-col-sec{padding:0 10px}.dp--time-col-sec-with-button{padding:0 5px}.dp--time-col-sec-with-button[data-collapsed~=true]{padding:0}.dp--time-col{text-align:center;flex-direction:column;justify-content:center;align-items:center;display:flex}.dp--time-col-block{font-size:var(--dp-time-font-size)}.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--time-display-block{padding:0 3px}.dp--time-display-inline{padding:5px}.dp--time-picker-inline-container{justify-content:center;width:100%;display:flex}.dp--inc-dec-button{cursor:pointer;color:var(--dp-icon-color);box-sizing:border-box;border-radius:50%;justify-content:center;align-items:center;margin:0;padding:5px;display:flex}.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-hover-icon-color)}.dp--time-display{cursor:pointer;color:var(--dp-text-color);border-radius:var(--dp-border-radius);justify-content:center;align-items:center;display:flex}.dp--time-display:hover:enabled{background:var(--dp-hover-color);color:var(--dp-hover-text-color)}.dp--inc-dec-button-inline{cursor:pointer;align-items:center;width:100%;height:8px;padding:0;display:flex}.dp--pm-am-button{background:var(--dp-primary-color);color:var(--dp-primary-text-color);padding:var(--dp-common-padding);border-radius:var(--dp-border-radius);cursor:pointer;border:none}.dp--pm-am-button[data-compact~=true]{padding:7px}.dp--tp-inline-btn-bar{background-color:var(--dp-secondary-color);width:100%;height:4px;transition:var(--dp-common-transition);border-collapse:collapse}.dp--tp-inline-btn-top:hover .dp--tp-btn-in-r{background-color:var(--dp-primary-color);transform:rotate(12deg)scale(1.15)translateY(-2px)}.dp--tp-inline-btn-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:0 0}.dp--time-invalid{background-color:var(--dp-disabled-color)}: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-transition: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-input-not-clearable-padding:12px;--dp-menu-min-width:260px;--dp-action-buttons-padding:1px 6px;--dp-row-margin:5px 0;--dp-calendar-header-cell-padding:8px;--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-direction:ltr}.dp--theme-dark{--dp-background-color:#212121;--dp-text-color:#fff;--dp-hover-color:#484848;--dp-hover-text-color:#fff;--dp-hover-icon-color:#959595;--dp-primary-color:#005cb2;--dp-primary-disabled-color:#61a8ea;--dp-primary-text-color:#fff;--dp-secondary-color:#a9a9a9;--dp-border-color:#2d2d2d;--dp-menu-border-color:#2d2d2d;--dp-border-color-hover:#aaaeb7;--dp-border-color-focus:#aaaeb7;--dp-disabled-color:#737373;--dp-disabled-color-text:#d0d0d0;--dp-scroll-bar-background:#212121;--dp-scroll-bar-color:#484848;--dp-success-color:#00701a;--dp-success-color-disabled:#428f59;--dp-icon-color:#959595;--dp-danger-color:#e53935;--dp-marker-color:#e53935;--dp-tooltip-color:#3e3e3e;--dp-highlight-color:#005cb233;--dp-range-between-dates-background-color:var(--dp-hover-color,#484848);--dp-range-between-dates-text-color:var(--dp-hover-text-color,#fff);--dp-range-between-border-color:var(--dp-hover-color,#fff);--dp-loader:5px solid #005cb2}.dp--theme-light{--dp-background-color:#fff;--dp-text-color:#212121;--dp-hover-color:#f3f3f3;--dp-hover-text-color:#212121;--dp-hover-icon-color:#959595;--dp-primary-color:#1976d2;--dp-primary-disabled-color:#6bacea;--dp-primary-text-color:#fff;--dp-secondary-color:#c0c4cc;--dp-border-color:#ddd;--dp-menu-border-color:#ddd;--dp-border-color-hover:#aaaeb7;--dp-border-color-focus:#aaaeb7;--dp-disabled-color:#f6f6f6;--dp-scroll-bar-background:#f3f3f3;--dp-scroll-bar-color:#959595;--dp-success-color:#76d275;--dp-success-color-disabled:#a3d9b1;--dp-icon-color:#959595;--dp-danger-color:#ff6f60;--dp-marker-color:#ff6f60;--dp-tooltip-color:#fafafa;--dp-disabled-color-text:#8e8e8e;--dp-highlight-color:#1976d21a;--dp-range-between-dates-background-color:var(--dp-hover-color,#f3f3f3);--dp-range-between-dates-text-color:var(--dp-hover-text-color,#212121);--dp-range-between-border-color:var(--dp-hover-color,#f3f3f3);--dp-loader:5px solid #1976d2}.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--flex-display-with-input{flex-direction:column;align-items:flex-start}.easy-checkbox[data-v-e0a0b7f0]{position:relative;width:1.3em;height:1.3em;font-size:var(--easy-table-body-row-font-size);margin:0 auto}.easy-checkbox label[data-v-e0a0b7f0]{cursor:pointer;display:inline;line-height:1.3em;vertical-align:top;clear:both}.easy-checkbox label[data-v-e0a0b7f0]:after,.easy-checkbox label[data-v-e0a0b7f0]:before{content:"";position:absolute;left:0;top:0}.easy-checkbox label[data-v-e0a0b7f0]:before{width:1.3em;height:1.3em;background:#fff;border:1px solid rgba(0,0,0,.54);border-radius:.125em;cursor:pointer;transition:background .3s}.easy-checkbox input[type=checkbox][data-v-e0a0b7f0]{outline:0;visibility:hidden;width:1.3em;margin:0;display:block;float:left;font-size:inherit}.easy-checkbox input[type=checkbox]:checked+label[data-v-e0a0b7f0]:before{border:none}.easy-checkbox input[type=checkbox]:checked+label[data-v-e0a0b7f0]:after{transform:translate(.2em,.3038461538em) rotate(-45deg);width:.9em;height:.45em;border-color:#fff;border-style:none none solid solid;border-width:.13em}.easy-checkbox input[type=checkbox].allSelected+label[data-v-e0a0b7f0]:before{border:none}.easy-checkbox input[type=checkbox].allSelected+label[data-v-e0a0b7f0]:after{transform:translate(.2em,.3038461538em) rotate(-45deg);width:.9em;height:.45em;border-color:#fff;border-style:none none solid solid;border-width:.13em}.easy-checkbox input[type=checkbox].partSelected+label[data-v-e0a0b7f0]:before{border:none}.easy-checkbox input[type=checkbox].partSelected+label[data-v-e0a0b7f0]:after{transform:translate(.2em,.5875em);width:.9em;height:.45em;border:.125em #fff;border-top-style:solid}[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]{position:relative;width:1.3em;height:1.3em;font-size:var(--easy-table-body-row-font-size);margin:0 auto}.easy-checkbox label[data-v-7e69a276]{cursor:pointer;display:inline;line-height:1.3em;vertical-align:top;clear:both}.easy-checkbox label[data-v-7e69a276]:after,.easy-checkbox label[data-v-7e69a276]:before{content:"";position:absolute;left:0;top:0}.easy-checkbox label[data-v-7e69a276]:before{width:1.3em;height:1.3em;background:#fff;border:1px solid rgba(0,0,0,.54);border-radius:.125em;cursor:pointer;transition:background .3s}.easy-checkbox input[type=checkbox][data-v-7e69a276]{outline:0;visibility:hidden;width:1.3em;margin:0;display:block;float:left;font-size:inherit}.easy-checkbox input[type=checkbox]:checked+label[data-v-7e69a276]:before{border:none}.easy-checkbox input[type=checkbox]:checked+label[data-v-7e69a276]:after{transform:translate(.2em,.3038461538em) rotate(-45deg);width:.9em;height:.45em;border-color:#fff;border-style:none none solid solid;border-width:.13em}.easy-checkbox input[type=checkbox].allSelected+label[data-v-7e69a276]:before{border:none}.easy-checkbox input[type=checkbox].allSelected+label[data-v-7e69a276]:after{transform:translate(.2em,.3038461538em) rotate(-45deg);width:.9em;height:.45em;border-color:#fff;border-style:none none solid solid;border-width:.13em}.easy-checkbox input[type=checkbox].partSelected+label[data-v-7e69a276]:before{border:none}.easy-checkbox input[type=checkbox].partSelected+label[data-v-7e69a276]:after{transform:translate(.2em,.5875em);width:.9em;height:.45em;border:.125em #fff;border-top-style:solid}[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;min-width:45px;position:relative;margin:0 10px;width:var(--easy-table-rows-per-page-selector-width)}.easy-data-table__rows-selector .rows-input__wrapper[data-v-4ca5de3a]{height:20px;border-bottom:1px solid var(--easy-table-footer-font-color);display:flex;align-items:center;justify-content:space-between;padding:0 5px;cursor:pointer}.easy-data-table__rows-selector .rows-input__wrapper .triangle[data-v-4ca5de3a]{display:inline-block;vertical-align:middle;width:0;height:0;border-top:6px solid var(--easy-table-footer-font-color);border-left:6px solid transparent;border-right:6px solid transparent}.easy-data-table__rows-selector ul.select-items[data-v-4ca5de3a]{position:absolute;top:20px;left:0;width:100%;display:none;margin:0;padding:0;text-align:left;list-style-type:none;box-shadow:0 5px 5px -3px #0003,0 8px 10px 1px #00000024,0 3px 14px 2px #0000001f;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]{cursor:pointer;padding:var(--easy-table-rows-per-page-selector-option-padding);background-color:var(--easy-table-footer-background-color)}.easy-data-table__rows-selector ul.select-items li.selected[data-v-4ca5de3a]{color:#fff;background-color:var(--1b889342)}.lds-ring[data-v-1fa3a520]{display:inline-block;position:relative;width:60px;height:60px}.lds-ring div[data-v-1fa3a520]{box-sizing:border-box;display:block;position:absolute;width:80%;height:80%;margin:8px;border:8px solid #fff;border-radius:50%;animation:lds-ring-1fa3a520 1.2s cubic-bezier(.5,0,.5,1) infinite;border-color:var(--26774109) transparent transparent transparent}.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]{width:100%;height:3px;position:relative;overflow:hidden;background-color:#ddd;margin:0x auto}.loader-line[data-v-7d281cac]:before{content:"";position:absolute;left:-50%;height:3px;width:40%;background-color:var(--0d327f57);animation:lineAnim-7d281cac 1s linear infinite}@keyframes lineAnim-7d281cac{0%{left:-40%}50%{left:20%;width:80%}to{left:100%;width:100%}}.buttons-pagination[data-v-4c681fa2]{box-sizing:border-box;display:flex;padding:0;border-radius:4px}.buttons-pagination .item[data-v-4c681fa2]{box-sizing:border-box;cursor:pointer;min-width:calc(var(--easy-table-footer-font-size)*1.8);line-height:calc(var(--easy-table-footer-font-size)*1.8);border-top:var(--easy-table-buttons-pagination-border);border-bottom:var(--easy-table-buttons-pagination-border);border-right:var(--easy-table-buttons-pagination-border);text-align:center}.buttons-pagination .item[data-v-4c681fa2]:first-of-type{border-left:var(--easy-table-buttons-pagination-border);border-top-left-radius:4px;border-bottom-left-radius:4px}.buttons-pagination .item[data-v-4c681fa2]:last-of-type{border-top-right-radius:4px;border-bottom-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]{margin:0 5px;cursor:pointer}.next-page__click-button .arrow[data-v-c9da5286],.previous-page__click-button .arrow[data-v-c9da5286]{display:inline-block;width:8px;height:8px;border-top:2px solid #000;border-left:2px solid #000}.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);position:relative;box-sizing:border-box}.vue3-easy-data-table__main[data-v-32683533]{border:none;width:100%;overflow:auto;background-color:var(--easy-table-body-row-background-color)}.vue3-easy-data-table__main[data-v-32683533]::-webkit-scrollbar-track{border-radius:10px;background-color:var(--easy-table-scrollbar-track-color)}.vue3-easy-data-table__main[data-v-32683533]::-webkit-scrollbar{width:7px;height:7px;background-color:var(--easy-table-scrollbar-color)}.vue3-easy-data-table__main[data-v-32683533]::-webkit-scrollbar-thumb{border-radius:10px;background-color:var(--easy-table-scrollbar-thumb-color)}.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]{color:var(--easy-table-body-even-row-font-color);background-color:var(--easy-table-body-even-row-background-color)}table[data-v-32683533]{border-collapse:initial;display:table;width:100%;border-spacing:0;margin:0}.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]{font-size:var(--easy-table-header-font-size);border:none;height:var(--easy-table-header-height)}.vue3-easy-data-table__header th[data-v-32683533]{background-color:var(--easy-table-header-background-color);color:var(--easy-table-header-font-color);border:none;border-bottom:var(--easy-table-row-border);padding:var(--easy-table-header-item-padding);position:relative}.vue3-easy-data-table__header th .header[data-v-32683533]{display:flex;align-items:center}.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]{margin-top:-3px;margin-left:4px;display:inline-block;height:0;width:0;position:relative;border:5px solid transparent;border-bottom:5px solid var(--easy-table-header-font-color)}.vue3-easy-data-table__header th.sortable .multi-sort__number[data-v-32683533]{border-radius:50%;height:1.5em;width:1.5em;line-height:1.5em;margin-left:4px;background-color:var(--easy-table-header-font-color);color:var(--easy-table-header-background-color)}.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{pointer-events:none;content:"";width:36px;display:inline-block;height:100%;position:absolute;top:0;right:-36px;box-shadow:none}.vue3-easy-data-table__body tr[data-v-32683533]{height:var(--easy-table-body-row-height);color:var(--easy-table-body-row-font-color);font-size:var(--easy-table-body-row-font-size)}.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]{padding:var(--easy-table-body-item-padding);background-color:var(--easy-table-body-row-background-color);border:none;border-bottom:var(--easy-table-row-border);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]{position:absolute;top:0;left:0}.vue3-easy-data-table__body td.can-expand[data-v-32683533]{cursor:pointer}.vue3-easy-data-table__footer[data-v-32683533]{background-color:var(--easy-table-footer-background-color);color:var(--easy-table-footer-font-color);border-top:var(--easy-table-row-border);font-size:var(--easy-table-footer-font-size);height:var(--easy-table-footer-height);padding:var(--easy-table-footer-padding);box-sizing:border-box;width:100%;display:flex;align-items:center;justify-content:flex-end}.vue3-easy-data-table__footer .pagination__rows-per-page[data-v-32683533]{display:flex;align-items:center}.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]{z-index:3;overflow:hidden;position:absolute;width:100%;height:100%;top:0;left:0;display:flex;align-items:center;justify-content:center}.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);opacity:var(--easy-table-loading-mask-opacity);position:absolute;width:100%;height:100%;top:0;left:0;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{position:absolute;right:1px;top:1px;width:40px;height:38px;background:#fff;display:block}.multiselect__spinner:after,.multiselect__spinner:before{position:absolute;content:"";top:50%;left:50%;margin:-8px 0 0 -8px;width:16px;height:16px;border-radius:100%;border:2px solid transparent;border-top-color:#41b883;box-shadow:0 0 0 1px transparent}.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{transition:opacity .4s ease-in-out;opacity:1}.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;display:block;position:relative;width:100%;min-height:40px;text-align:left;color:#35495e}.multiselect *{box-sizing:border-box}.multiselect:focus{outline:none}.multiselect--disabled{background:#ededed;pointer-events:none;opacity:.6}.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{position:relative;display:inline-block;min-height:20px;line-height:20px;border:none;border-radius:5px;background:#fff;padding:0 0 0 5px;width:100%;transition:border .1s ease;box-sizing:border-box;margin-bottom:8px;vertical-align:top}.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{padding-left:5px;margin-bottom:8px}.multiselect__tags-wrap{display:inline}.multiselect__tags{min-height:40px;display:block;padding:8px 40px 0 8px;border-radius:5px;border:1px solid #e8e8e8;background:#fff;font-size:14px}.multiselect__tag{position:relative;display:inline-block;padding:4px 26px 4px 10px;border-radius:5px;margin-right:10px;color:#fff;line-height:1;background:#41b883;margin-bottom:5px;white-space:nowrap;overflow:hidden;max-width:100%;text-overflow:ellipsis}.multiselect__tag-icon{cursor:pointer;margin-left:7px;position:absolute;right:0;top:0;bottom:0;font-weight:700;font-style:normal;width:22px;text-align:center;line-height:22px;transition:all .2s ease;border-radius:5px}.multiselect__tag-icon:after{content:"×";color:#266d4d;font-size:14px}.multiselect__tag-icon:focus:after,.multiselect__tag-icon:hover:after{color:#fff}.multiselect__current{min-height:40px;overflow:hidden;padding:8px 30px 0 12px;white-space:nowrap;border-radius:5px;border:1px solid #e8e8e8}.multiselect__current,.multiselect__select{line-height:16px;box-sizing:border-box;display:block;margin:0;text-decoration:none;cursor:pointer}.multiselect__select{position:absolute;width:40px;height:38px;right:1px;top:1px;padding:4px 8px;text-align:center;transition:transform .2s ease}.multiselect__select:before{position:relative;right:0;top:65%;color:#999;margin-top:4px;border-color:#999 transparent transparent;border-style:solid;border-width:5px 5px 0;content:""}.multiselect__placeholder{color:#adadad;display:inline-block;margin-bottom:10px;padding-top:2px}.multiselect--active .multiselect__placeholder{display:none}.multiselect__content-wrapper{position:absolute;display:block;background:#fff;width:100%;max-height:240px;overflow:auto;border:1px solid #e8e8e8;border-top:none;border-bottom-left-radius:5px;border-bottom-right-radius:5px;z-index:50;-webkit-overflow-scrolling:touch}.multiselect__content{list-style:none;display:inline-block;padding:0;margin:0;min-width:100%;vertical-align:top}.multiselect--above .multiselect__content-wrapper{bottom:100%;border-radius:5px 5px 0 0;border-bottom:none;border-top:1px solid #e8e8e8}.multiselect__content::-webkit-scrollbar{display:none}.multiselect__element{display:block}.multiselect__option{display:block;padding:12px;min-height:40px;line-height:16px;text-decoration:none;text-transform:none;vertical-align:middle;position:relative;cursor:pointer;white-space:nowrap}.multiselect__option:after{top:0;right:0;position:absolute;line-height:40px;padding-right:12px;padding-left:20px;font-size:13px}.multiselect__option--highlight{background:#41b883;outline:none;color:#fff}.multiselect__option--highlight:after{content:attr(data-select);background:#41b883;color:#fff}.multiselect__option--selected{background:#f3f3f3;color:#35495e;font-weight:700}.multiselect__option--selected:after{content:attr(data-selected);color:silver;background:inherit}.multiselect__option--selected.multiselect__option--highlight{background:#ff6a6a;color:#fff}.multiselect__option--selected.multiselect__option--highlight:after{background:#ff6a6a;content:attr(data-deselect);color:#fff}.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;content:attr(data-deselect);color:#fff}.multiselect-enter-active,.multiselect-leave-active{transition:all .15s ease}.multiselect-enter,.multiselect-leave-active{opacity:0}.multiselect__strong{margin-bottom:8px;line-height:20px;display:inline-block;vertical-align:top}[dir=rtl] .multiselect{text-align:right}[dir=rtl] .multiselect__select{right:auto;left:1px}[dir=rtl] .multiselect__tags{padding:8px 8px 0 40px}[dir=rtl] .multiselect__content{text-align:right}[dir=rtl] .multiselect__option:after{right:auto;left:0}[dir=rtl] .multiselect__clear{right:auto;left:12px}[dir=rtl] .multiselect__spinner{right:auto;left:1px}@keyframes spinning{0%{transform:rotate(0)}to{transform:rotate(2turn)}}.vfm--fixed{position:fixed}.vfm--absolute{position:absolute}.vfm--inset{inset:0}.vfm--overlay{z-index:-1;background-color:#00000080}.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-property:transform;transition-duration:.3s}.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{position:fixed;top:0;bottom:0;width:27px;z-index:10}.vfm-swipe-banner-back{left:0}.vfm-swipe-banner-forward{right:0}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-inline-size:100%;max-block-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;overflow-wrap:break-word;-webkit-line-break:after-white-space;-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{padding:15px!important;background:#e9eae1;border-top:1px solid rgba(0,0,0,.3)!important;border-bottom:1px solid rgba(0,0,0,.3)!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{font-family:yantramanav;font-size:13px;font-style:normal;font-weight:400;line-height:normal;color:#161b2e;background:#f7f8f3}body.layout-login{background:url(./login-background.Cv9NMMqY.jpg) no-repeat 50%/cover}a{cursor:pointer;display:inline-flex;gap:5px;align-items:center;font-size:12px;color:#000;font-weight:400}a.text-link span{text-decoration-line:underline}a i{text-decoration:none!important;display:inline-block!important;text-decoration-line:none!important}h1,h2,h3,h4,h5{font-family:source-sans-pro;margin:0;font-style:normal;line-height:normal}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-weight:700;font-size:16px}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{height:1px;background:#1c2a3d1a}.nice-checkbox,.nice-radio{display:block;position:relative;padding-left:25px;margin-bottom:0;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none;font-family:yantramanav;font-size:12px;font-weight:400}@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{position:absolute;opacity:0;cursor:pointer;height:0;width:0}.nice-checkbox .checkmark,.nice-radio .checkmark{position:absolute;top:0;left:0;width:16px;height:16px;background-color:#fff;border-radius:20px;border:1px solid #000}.nice-checkbox .checkmark:after,.nice-radio .checkmark:after{content:"";position:absolute;display:none;top:3px;left:3px;width:8px;height:8px;border-radius:50%;background:#000}.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;max-width:200px;width:100%;height:25px;border-radius:5px}div.skeleton-container .skeleton-text{background:#dcdcdc;width:100%;height:20px;border-radius:5px;max-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;gap:20px;flex-direction:column}div.skeleton-container div.skeleton-list-wrapper{display:grid;gap:10px}div.skeleton-container div.skeleton-list-wrapper div.skeleton-list-item{height:40px;background:#dcdcdc;border-radius:5px}div.modal-container .vfm__overlay{background:#00000030}div.modal-container div.modal-header{display:flex;flex-direction:column;align-items:flex-start;gap:7px}div.modal-container div.modal-header div.modal-header-row{display:flex;align-items:flex-start;gap:10px}div.modal-container div.modal-footer div.buttons{display:flex;gap:15px}div.modal-container.modal-container-large div.modal-content{border-radius:25px;box-shadow:0 4px 110px #0003;position:relative;width:calc(100vw - 300px);height:calc(100vh - 50px);margin:25px 30px 25px auto;background:#f7f8f3;display:flex;flex:1}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{flex:1;display:flex;flex-direction:column;gap:30px}div.modal-container.modal-container-large div.modal-content div.form{gap:25px;flex:1}div.modal-container.modal-container-large div.modal-content div.modal-box{display:flex;padding:40px;flex-direction:column;justify-content:space-between;gap:30px;flex:1 0 0;align-self:stretch;border-radius:20px;background:#fff;box-shadow:0 14px 45px -20px #41271c26}div.modal-container.modal-container-large div.modal-content div.modal-content-wrapper{display:flex;overflow:hidden;border-radius:25px;flex:1}div.modal-container.modal-container-large div.modal-content div.modal-content-wrapper div.modal-content-left{padding:60px;flex:1;display:flex;flex-direction:column;gap:30px;overflow:auto}div.modal-container.modal-container-large div.modal-content div.modal-content-wrapper div.modal-content-right{background-color:#f3ecea;background-size:cover;background-position:50%;flex:0 0 34%;position:relative}div.modal-container.modal-container-centered{display:flex;justify-content:center;align-items:center;width:100vw}div.modal-container.modal-container-centered div.modal-content{padding:60px 60px 50px;border-radius:25px;box-shadow:0 4px 110px #0003;width:100%;max-width:800px;position:relative;background:#f7f8f3;display:flex;flex:1}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{display:flex;flex-direction:column;gap:30px;flex:1}div.modal-container.modal-container-centered div.modal-content form.modal-form{flex:1;display:flex;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{padding:40px;background:#fff;border-radius:20px}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{position:absolute;top:15px;right:15px;display:flex;align-items:center;gap:10px;cursor:pointer;z-index:10}div.modal-container div.modal-close div.button-icon{background:#211c23}div.modal-container div.modal-close div.button-icon i{color:#fff}div.modal-container div.modal-close span{font-size:14px;font-weight:500;letter-spacing:.14px;color:#211c23}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:#161b2e;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#callback-sso-overlay,div#logout-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:#000;z-index:99999;display:flex;align-items:center;justify-content:center;color:#fff}div#callback-sso-overlay div.text{text-align:center}div#layout-warning{position:fixed;top:0;left:0;width:100%;height:100%;background:#ffa654;z-index:99999;display:none;align-items:center;justify-content:center;color:#fff}div#layout-login>div.wrapper{padding:40px;min-height:100vh;display:flex;align-items:stretch;justify-content:flex-start}div#layout-login>div.wrapper div.box{display:flex;flex:0 0 320px;padding:40px;flex-direction:column;justify-content:space-between;gap:50px;background:#000;color:#fff;border-radius:15px;box-shadow:0 10px 45px -20px #00000040}div#layout-login>div.wrapper div.box div.logo{width:132px;height:25px;align-self:center}div#layout-login>div.wrapper div.box div.logo img{width:100%;height:100%;-o-object-fit:contain;object-fit:contain}div#layout-login>div.wrapper div.box div.footer{display:flex;justify-content:center;align-items:flex-start;align-self:stretch}div#layout-login>div.wrapper div.box div.footer img{width:100px}div#layout-app>div#layout-wrapper{display:flex;align-items:stretch;height:100vh;position:relative}div#layout-app>div#layout-wrapper>div#layout-sidebar{border-radius:25px;box-shadow:0 10px 45px -20px #00000040;display:flex;flex:1;min-width:210px;max-width:210px;padding:40px 0 0;margin:25px 30px;gap:40px;flex-direction:column;justify-content:space-between;flex-shrink:0;color:#fff;background-color:#000;overflow-y:auto;transition:left .4s}div#layout-app>div#layout-wrapper>div#layout-sidebar div.logo{width:132px;height:25px;margin:0 auto}div#layout-app>div#layout-wrapper>div#layout-sidebar div.logo img{height:100%;width:100%;-o-object-fit:contain;object-fit:contain}div#layout-app>div#layout-wrapper>div#layout-sidebar div.logo-small{background:#fff;border-radius:20px;width:40px;height:40px;display:none;align-items:center;margin:0 auto;justify-content:center}div#layout-app>div#layout-wrapper>div#layout-sidebar div.logo-small img{width:12px;height:16px;-o-object-fit:contain;object-fit:contain}div#layout-app>div#layout-wrapper>div#layout-sidebar div.content{align-self:stretch;gap:30px;display:grid;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{display:flex;align-items:center;gap:9px}div#layout-app>div#layout-wrapper>div#layout-sidebar div.content nav a span{transition:font-weight .1s;color:#000;font-size:16px}@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 span{color:#fff}div#layout-app>div#layout-wrapper>div#layout-sidebar div.content nav a div.icon{width:32px;height:32px;display:flex;align-items:center;justify-content:center;text-align:center;margin:0;border-radius:20px;color:#fff;transition:color .4s,background .4s}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:#e4e83b;color:#000}div#layout-app>div#layout-wrapper>div#layout-sidebar div.content nav a:hover:not(.router-link-active) div.icon{color:#e4e83b}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{background:#000;padding:0 30px 40px;display:flex;gap:35px;flex-direction:column;border-radius:0 0 25px 25px;position:relative;align-items:flex-start}div#layout-app>div#layout-wrapper>div#layout-sidebar div.footer div.languages{display:flex;gap:7px;position:absolute;right:30px;bottom:40px}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{text-align:center}div#layout-app>div#layout-wrapper>div#layout-sidebar div.footer div.company div.company-logo-small{background:#000;width:40px;height:40px;display:none;align-items:center;margin:0 auto;justify-content:center}div#layout-app>div#layout-wrapper>div#layout-sidebar div.footer div.company div.company-logo-small img{width:100%;height:100%;-o-object-fit:contain;object-fit:contain;-o-object-position:center;object-position:center}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{margin-top:5px;color:#fff;border:1px solid #fff;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>");width:100%}div#layout-app>div#layout-wrapper>div#layout-sidebar div.footer div.company select.company-selector option{color:#000}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{display:flex;align-items:center;gap:0;transition:font-weight .6s}div#layout-app>div#layout-wrapper>div#layout-sidebar div.footer a:before{max-width:0;transition:max-width .6s;content:"";overflow:hidden}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;max-width:20px;margin-right:5px}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{flex:1;display:flex}div#layout-app>div#layout-wrapper>div#layout-content div.page{flex:1;align-items:stretch;display:flex}div.link-box-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;background:transparent;border-radius:25px}div.link-box-grid div.link-box{padding:20px;background:#000;display:flex;flex-direction:column;gap:12px;box-shadow:0 9px 45px -10px #41271c40}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{display:flex;width:26px;height:26px;justify-content:center;align-items:center;flex-shrink:0;background:#e4e83b;border-radius:8px;color:#000;transition:all .4s;cursor:pointer}.button-icon-square:hover{background:#c4c817;box-shadow:0 0 #0003}.button-icon{display:flex;width:20px;height:20px;justify-content:center;align-items:center;border-radius:68px;background:#e4e83b;text-decoration:none}.button-icon:hover{background:#c4c817}.button-icon i{color:#000;font-size:9px;font-weight:900;line-height:9px}.button-icon.button-large{width:32px;height:32px}.button-icon.button-large i{font-size:14px;font-weight:400;line-height:14px}.button{display:flex;align-items:center;background:#e4e83b;color:#000;border:0;text-decoration:none;white-space:nowrap;cursor:pointer;gap:8px;padding:0 16px;transition:background .6s,color .4s,border .6s;overflow:hidden}.button.button-icon{flex:0 0 32px}.button i{margin-left:auto}.button{font-family:yantramanav;font-size:12px;font-weight:500;height:32px;border-radius:30px}.button i{font-size:11px;font-weight:900;line-height:12px}@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:#c4c817}.button.button-border{background:transparent;border:1px solid #e4e83b;color:#e4e83b}.button.button-secondary{background:#211c23;color:#fff}.button.button-secondary:hover{background:#2b272c}.button.button-secondary.button-border{background:transparent;border:1px solid #211c23;color:#211c23}.button.button-secondary.button-border:hover{background:transparent;color:#211c23;border:1px solid #2b272c}.button.button-tertiary{background:#fff}.button.button-tertiary:hover{background:#f6f6f6}.button.button-tertiary.button-border{background:transparent;border:1px solid #fff;color:#fff}.button.button-tertiary.button-border:hover{background:transparent;color:#fff;border:1px solid #f6f6f6}.button.button-busy{position:relative}.button.button-busy:after{content:"";position:absolute;top:-1px;left:-1px;z-index:9;width:calc(100% + 2px);height:calc(100% + 2px);border-radius:100px;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")}.button.button-busy span.timer{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);text-align:center;z-index:10;color:#fff;font-size:13px}.button.button-small{font-family:yantramanav;font-size:10px;font-weight:500;padding:0 14px;height:24px}.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-extra-small{font-family:yantramanav;font-size:10px;font-weight:500;padding:0 14px;height:20px}.button.button-extra-small i{font-size:8px;font-weight:900;line-height:9px}.button.button-table.button-busy:after{background-size:15px 15px}.button.button-table{padding:0 12px;font-size:11px;font-weight:400;height:23px}@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;padding:5px 14px 4px;height:25px}.button.button-disabled{background:#e8e6e5;cursor:not-allowed;color:#fff}.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{padding:0 15px;width:100%;border:1px solid #000;color:#000;border-radius:10px;height:36px;font-family:yantramanav;font-size:12px;font-weight:400}@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-size:20px 20px;background-repeat:no-repeat}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='%23176EAC' 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-repeat:no-repeat;background-position-x:calc(100% - 7px);background-position-y:6px;padding-right:30px;padding-top:10px;padding-bottom:10px}.multiselect{background:transparent;width:100%;border:1px solid #000;color:#000;border-radius:10px;height:34px;min-height:unset;display:flex;align-items:center;font-family:yantramanav;font-size:12px;font-weight:400}@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;padding:0;margin:0;font-family:yantramanav;font-size:12px;font-weight:400}@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;padding:0 15px;min-height:unset}.multiselect .multiselect__content-wrapper{border:1px solid #000;border-radius:10px;left:-1px;width:calc(100% + 2px)}.multiselect .multiselect__select{width:40px;height:34px;right:0;top:0}.multiselect .multiselect__select:before{top:16px;border-color:#000 transparent transparent}.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{padding:0;margin:0;background:none;font-family:yantramanav;font-size:12px;font-weight:400}@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{border-radius:5px;border:1px solid #0788ff;background:#f1f8ff;flex:1}div.form,form.form{display:flex;gap:15px;flex-direction:column;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{display:flex;gap:30px;align-items:stretch;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{flex:1;display:flex;gap:10px;flex-direction:column}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{flex:1;display:flex;gap:10px;align-items:flex-end}div.form div.input-row div.input-column>div,form.form div.input-row div.input-column>div{display:flex;flex:1;gap:4px;flex-direction:column}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{font-family:yantramanav;font-size:10px;font-weight:400;color:#0006}@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{color:#6dbe98;gap:6px;display:flex;align-items:flex-start;font-style:italic}div.form div.input-row div.input-column label.input-success:before,form.form div.input-row div.input-column label.input-success:before{padding-top:2px;content:"";color:#6dbe98;font-weight:700;font-family:Font Awesome\ 6 Pro}div.form div.input-row div.input-column label.input-error,form.form div.input-row div.input-column label.input-error{color:#f7536c;gap:8px;display:flex;align-items:flex-start;font-style:italic}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-direction:column;flex:1}div.form div.input-row div.input-column label.input-error:before,form.form div.input-row div.input-column label.input-error:before{content:"";color:#f7536c;font-weight:700;padding-top:2px;font-family:Font Awesome\ 6 Pro}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{border-radius:10px;border:1px solid #000;display:flex;padding:0 12px;align-items:center;gap:5px;min-height:34px}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{color:#000;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{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{background:#e4e83b;width:37px;height:100%;flex:0 0 38px;content:"";position:absolute;right:0;top:0;font-family:Font Awesome\ 6 Pro;color:#fff;font-size:14px;font-style:normal;font-weight:900;line-height:14px;display:flex;align-items:center;justify-content:center;border-radius:0 7px 7px 0}div.form div.horizontal-divider,form.form div.horizontal-divider{margin-top:15px;margin-bottom: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{padding-top:0;border-top:0}.component-box{flex:1;position:relative;padding:25px 0;display:grid;gap:10px}.component-box.component-box-background{border-radius:20px;background:#f7f8f3;box-shadow:0 14px 45px -20px #41271c8c;padding:30px}.component-box.component-box-no-padding{padding:0}.component-box>div.top{display:flex;gap:10px;align-items:center}.component-box>div.top div.number{display:flex;width:26px;height:26px;justify-content:center;border-radius:13px;align-items:center;font-size:12px;font-style:normal;font-weight:900;line-height:normal;text-transform:uppercase;font-family:source-sans-pro;color:#fff}.component-quick-stats{padding:20px;color:#fff;border-radius:15px;box-shadow:0 24px 35px -20px #00000059;display:grid;gap:5px}.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{display:flex;flex-direction:column;align-items:flex-start;gap:7px;align-self:stretch}.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{line-height:unset;font-weight:700}.component-quick-stats.horizontal-stats div.bottom{flex-direction:row;align-items:center;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{display:flex;background:#e9eae1;color:#161b2e;padding:16px 20px;justify-content:space-between;align-items:center;box-shadow:unset}.component-quick-stats.compact-stats div.top{width:30px;flex:0 0 30px;height:30px;background:#161b2e;border-radius:20px;align-items:center;justify-content:center;display:flex}.component-quick-stats.compact-stats div.top i{color:#fff;font-size:16px}.component-quick-stats.compact-stats div.bottom{flex-direction:row;align-items:center;order:-1;gap:15px}.component-quick-stats.compact-stats div.bottom span.number{font-size:24px;font-weight:900;line-height:1.1;text-transform:uppercase;order:-1}.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{padding:30px;gap:16px}.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}#component-quick-stats-total-leads-with-task>div.top{background:#10069f}#component-quick-stats-total-automatic-leads>div.top{background:#ca93ff}#component-quick-stats-total-closed-leads>div.top{background:#c4c4c4}.list-wrapper{display:grid}.lead-list-item{position:relative;min-height:36px;padding-top:7px;padding-bottom:7px;display:flex;align-items:center}.lead-list-item:before{background:#f1f8ff;inset:-2px -15px;content:"";position:absolute;border-radius:6px;opacity:0;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:#cdfaef}.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:#fafad8}.lead-list-item.lead-closed:before{background:#f7f8f3}.lead-list-item .item-content-wrapper{display:flex;align-items:center;justify-content:space-between;flex:1;position:relative;z-index:1}.lead-list-item .item-content-wrapper div.item-content-left{display:flex;gap:3px;flex-direction:column;flex:1;justify-content:center;align-items:flex-start}.lead-list-item .item-content-wrapper div.item-content-right{flex:1;display:flex;flex-direction:column;align-items:flex-end}.lead-list-item button{position:absolute;right:0;top:50%;transform:translateY(-50%);opacity:0;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:#f03241}.lead-list-item div.signals{display:flex;align-items:center;flex-wrap:wrap;gap:10px}.lead-list-item div.signals>div{display:flex;align-items:center;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{display:flex;align-items:center;gap:6px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.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{position:relative;min-height:28px;padding-top:6px;padding-bottom:6px;display:flex;flex:1;align-items:center}.task-list-item:before{background:#f1f8ff;inset:-2px -15px;content:"";position:absolute;border-radius:6px;opacity:0;transition:all .4s}.task-list-item:hover:before{opacity:1}.task-list-item:hover div.ending div.slide-button{max-width:200px;margin-left:10px;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:#f4e9ff}.task-list-item.task-today:before{background:#cfcdec}.task-list-item.task-expired:before{background:#fcd6d9}.task-list-item .item-content-wrapper{display:flex;align-items:center;justify-content:space-between;position:relative;z-index:1;flex:1}.task-list-item .item-content-wrapper div.item-content-left{display:flex;gap:12px;flex:0 0 200px;align-items:center}.task-list-item .item-content-wrapper div.item-content-right{flex:1;display:flex;justify-content:space-between;align-items:center;position:relative;min-width:0;gap:10px}.task-list-item a{color:inherit;text-decoration:none}.task-list-item div.front{display:flex;align-items:center;gap:10px}.task-list-item div.task{display:flex;gap:7px;align-items:center;flex-wrap:nowrap;row-gap:0;min-width:0;justify-content:flex-start}.task-list-item div.task div.icon{width:10px;align-items:center;display:flex}.task-list-item div.task div.icon:after{font-family:Font Awesome\ 6 Pro;font-size:10px;font-weight:900;content:"";color:#000}.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:#f03241;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{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.task-list-item div.task span.sub{font-weight:400;flex:1;max-width:180px}.task-list-item div.task span.new-lead{color:#f03241;margin-right:5px}.task-list-item div.ending{display:flex;align-items:center;gap:0;flex-shrink:0}.task-list-item div.ending div.slide-button{max-width:0;overflow:hidden;transition:max-width .4s,margin .4s .2s;margin-left:0}.task-list-item div.show-notes{margin-left:7px;position:relative;width:10px;cursor:pointer}.task-list-item div.show-notes i{font-size:10px;font-weight:900;position:relative;z-index:2;color:#f03241}.task-list-item div.show-notes.active div.notes{padding:15px;opacity:1;max-height:120px;transition:max-height .4s,opacity .4s,padding 0s 0s}.task-list-item div.show-notes div.notes{position:absolute;left:-85px;bottom:12px;width:180px;max-height:120px;overflow-y:auto;border-radius:6px;background:#fff;box-shadow:0 2px 14px #00000040;display:grid;gap:10px;opacity:0;max-height:0;padding:0;transition:max-height .4s,opacity .4s,padding .4s .4s}.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{font-size:9px;font-weight:400;color:#0006}@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:#f03241}.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{display:flex;flex:1;padding:40px;gap:20px;flex-direction:column;overflow:auto;background:#fff;margin:25px 30px 25px 0;border-radius:25px;box-shadow:0 14px 45px -20px #41271c40}#page-templates-overview div.templates-wrapper{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:40px}#page-templates-overview div.template{background:#fff;box-shadow:0 9px 45px -10px #41271c59;display:grid;border-radius:20px}#page-templates-overview div.template div.image{background:#434343 no-repeat 50%/cover;border-radius:20px 20px 0 0;max-width:100%;height:0;padding-bottom:80%;position:relative}#page-templates-overview div.template div.image img{border-radius:20px 20px 0 0;-o-object-fit:cover;object-fit:cover;position:absolute;top:0;left:0;width:100%;height:100%}#page-templates-overview div.template div.bottom{display:flex;justify-content:space-between;align-items:center;padding:25px}#page-templates-overview div.template div.bottom div.info{display:flex;gap:1px;flex-direction:column}#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{flex:1;max-width:500px;padding:40px;margin-top:25px;margin-bottom:25px;overflow:auto;border-radius:25px;background:#fff;box-shadow:0 14px 45px -20px #41271c40}#page-export div.page-wrapper div.page-right-content{flex:1;position:relative;background:no-repeat 50%/cover;margin:25px;border-radius:25px}#page-account div.page-wrapper{display:flex;flex:1}#page-account div.page-wrapper div.page-left-content{flex:1;max-width:500px;padding:40px;margin-top:25px;margin-bottom:25px;overflow:auto;border-radius:25px;background:#fff;box-shadow:0 14px 45px -20px #41271c40}#page-account div.page-wrapper div.page-right-content{flex:1;position:relative;background:no-repeat 50%/cover;margin:25px;border-radius:25px}#page-helpcenter div.page-wrapper{display:flex;flex:1;padding:65px 40px 25px;gap:20px;flex-direction:column;overflow:auto;margin:0}#page-helpcenter div.page-wrapper div.page-inner-wrapper{display:flex;gap:40px;align-items:flex-start}#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{max-width:33%;display:flex;gap:20px;flex:1;flex-direction:column}#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{flex:1;padding:40px;margin-top:25px;margin-bottom:25px;overflow:auto;border-radius:25px;background:#fff;box-shadow:0 14px 45px -20px #41271c40}#page-todo-overview div.page-wrapper div.page-left-content div.page-inner-wrapper{display:flex;gap:30px;align-items:flex-start}#page-todo-overview div.page-wrapper div.page-left-content div.page-inner-wrapper div.page-inner-left-content{display:flex;flex-direction:column;gap:20px;flex:0 0 calc(60% - 30px);flex-wrap:wrap;padding:0 15px}#page-todo-overview div.page-wrapper div.page-left-content div.page-inner-wrapper div.page-inner-right-content{flex:1;display:flex;gap:30px;align-items:flex-start;flex-direction:column;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{flex:0 0 245px;padding:25px 40px;overflow:auto;display:flex;gap:20px;font-size:flex;flex-direction:column}#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{padding:25px 35px 25px 30px!important;overflow:scroll;height:100vh;margin-left:-30px;width:calc(100% - 60px)}#page-statistics-overview div.page-wrapper{display:flex;flex:1;gap:20px;flex-direction:column}#page-statistics-overview div.page-wrapper div.stats-wrapper{display:grid;grid-template-columns:1fr;gap:20px;padding-bottom:25px}#page-statistics-overview div.page-wrapper div.stats-wrapper>div{display:grid;grid-template-columns:1fr 1fr;gap:20px}#page-statistics-overview div.page-wrapper div.stats-wrapper>div>div:not(.component-box){display:grid;gap:20px;align-content:flex-start}#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{flex:1;padding:40px;margin-top:25px;margin-bottom:25px;margin-right:25px;overflow:auto;border-radius:25px;background:#fff;box-shadow:0 14px 45px -20px #41271c40;align-items:stretch;justify-content:stretch;display:flex;flex-direction:column;gap:20px}#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;gap:10px;flex-direction:column}#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{display:flex;align-items:flex-end;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{display:flex;align-items:center;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{display:flex;align-items:flex-end;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{flex:0 0 63%;padding:40px;margin-top:25px;margin-bottom:25px;overflow:auto;border-radius:25px;background:#fff;box-shadow:0 14px 45px -20px #41271c40}#page-leads-overview div.page-wrapper div.page-left-content div.page-inner-wrapper{display:flex;gap:40px;align-items:flex-start}#page-leads-overview div.page-wrapper div.page-left-content div.page-inner-wrapper div.page-inner-left-content{display:grid;flex-direction:column;gap:30px;flex:0 0 calc(55% - 20px);flex-wrap:wrap;padding:0}#page-leads-overview div.page-wrapper div.page-left-content div.page-inner-wrapper div.page-inner-right-content{flex:0 0 calc(45% - 20px);display:grid;gap:30px;align-items:flex-start;flex-direction:column;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{padding:25px 40px;flex:0 0 37%;overflow:auto;display:flex;gap:35px;font-size:flex;flex-direction:column}#page-leads-archive div.page-wrapper{display:flex;flex:1;padding:40px;gap:20px;flex-direction:column;overflow:auto;margin:25px 30px 25px 0}#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;gap:40px;flex:1;flex-direction:column}#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{flex:1;padding:40px;overflow:auto;display:flex;gap:40px;background:#fff;flex-direction:column;border-radius:25px 0 0 25px}#modal-lead-detail div.page-wrapper div.page-left-content>div,#page-lead-detail div.page-wrapper div.page-left-content>div{display:flex;gap:40px;align-items:center}#modal-lead-detail div.page-wrapper div.page-right-content,#page-lead-detail div.page-wrapper div.page-right-content{flex:1;background:#f7f8f3;padding:65px 35px 40px;max-width:240px;overflow:auto;display:flex;gap:20px;flex-direction:column;border-radius:0 25px 25px 0}#modal-lead-detail div#component-lead-details,#page-lead-detail div#component-lead-details{background:#fff;display:flex;flex-direction:column;flex:0 0 280px;border-radius:20px;box-shadow:0 9px 45px -10px #41271c59}#modal-lead-detail div#component-lead-details div.information,#page-lead-detail div#component-lead-details div.information{background:#e9eae1;display:grid;gap:10px;position:relative;border-radius:20px 20px 0 0;padding:25px 100px 25px 25px}#modal-lead-detail div#component-lead-details div.information .button-icon,#page-lead-detail div#component-lead-details div.information .button-icon{position:absolute;left:-10px;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{position:absolute;right:25px;bottom:25px}#modal-lead-detail div#component-lead-details div.contact,#page-lead-detail div#component-lead-details div.contact{display:grid;background:#f7f8f3;padding:15px 25px;gap:4px}#modal-lead-detail div#component-lead-details div.contact>div,#page-lead-detail div#component-lead-details div.contact>div{display:flex;gap:6px;align-items:center;overflow:hidden}#modal-lead-detail div#component-lead-details div.contact>div i,#page-lead-detail div#component-lead-details div.contact>div i{font-size:10px;flex:0 0 12px}#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{padding:15px 25px 25px;flex:1;display:flex;flex-direction:column;gap:10px}#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);padding-top:0;flex: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{font-size:11px;font-style:italic;font-weight:400;line-height:150%;display:block;padding-top:10px}#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{display:flex;gap:10px;border-bottom:1px dashed rgba(0,0,0,.2);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{font-size:9px;font-weight:400;color:#0006}@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{display:flex;gap:10px;flex:1;align-items:flex-end;margin-top:5px}#modal-lead-detail div#component-object-information,#page-lead-detail div#component-object-information{flex:1;display:flex;background-color:#fff;flex-direction:column}#modal-lead-detail div#component-object-information div.top,#page-lead-detail div#component-object-information div.top{display:flex;align-items:center;justify-content:space-between;gap:20px}#modal-lead-detail div#component-object-information div.top h3,#page-lead-detail div#component-object-information div.top h3{font-size:20px;font-weight:400;line-height:1.2}#modal-lead-detail div#component-object-information div.top>div,#page-lead-detail div#component-object-information div.top>div{display:flex;gap:10px;align-items:center}#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.top .button-text,#page-lead-detail div#component-object-information div.top .button-text{font-size:11px;font-weight:400}@media(min-width:992px)and (max-width:1439.98px){#modal-lead-detail div#component-object-information div.top .button-text,#page-lead-detail div#component-object-information div.top .button-text{font-size:11px}}@media(min-width:1600px)and (max-width:1919.98px){#modal-lead-detail div#component-object-information div.top .button-text,#page-lead-detail div#component-object-information div.top .button-text{font-size:14px}}@media(min-width:1920px){#modal-lead-detail div#component-object-information div.top .button-text,#page-lead-detail div#component-object-information div.top .button-text{font-size:16px}}#modal-lead-detail div#component-object-information div.top .button-text,#page-lead-detail div#component-object-information div.top .button-text{-webkit-appearance:none;-moz-appearance:none;appearance:none;border:0;background:transparent;color:inherit;cursor:pointer;padding:0;font-family:inherit;line-height:1}#modal-lead-detail div#component-object-information div.top .button-icon,#page-lead-detail div#component-object-information div.top .button-icon{-webkit-appearance:none;-moz-appearance:none;appearance:none;border:0;padding:0;cursor:pointer}#modal-lead-detail div#component-object-information div.information,#page-lead-detail div#component-object-information div.information{display:grid;flex:1;grid-template-columns:repeat(2,minmax(0,1fr));-moz-column-gap:34px;column-gap:34px;padding:16px 0 0}@media(max-width:991.98px){#modal-lead-detail div#component-object-information div.information,#page-lead-detail div#component-object-information div.information{grid-template-columns:1fr;row-gap:0}}#modal-lead-detail div#component-object-information div.information div.information-column,#page-lead-detail div#component-object-information div.information div.information-column{display:flex;flex-direction:column}@media(max-width:991.98px){#modal-lead-detail div#component-object-information div.information div.information-column+div.information-column div.information-item:first-child,#page-lead-detail div#component-object-information div.information div.information-column+div.information-column div.information-item:first-child{border-top:0}}#modal-lead-detail div#component-object-information div.information div.information-item,#page-lead-detail div#component-object-information div.information div.information-item{display:flex;justify-content:space-between;align-items:center;gap:22px;min-height:68px;padding:0;border-top:1px dashed rgba(0,0,0,.2)}#modal-lead-detail div#component-object-information div.information div.information-item:last-child,#page-lead-detail div#component-object-information div.information div.information-item:last-child{border-bottom:1px dashed rgba(0,0,0,.2)}#modal-lead-detail div#component-object-information div.information div.information-item span.name,#page-lead-detail div#component-object-information div.information div.information-item 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.information-item span.name,#page-lead-detail div#component-object-information div.information div.information-item span.name{font-size:13px}}@media(min-width:1600px)and (max-width:1919.98px){#modal-lead-detail div#component-object-information div.information div.information-item span.name,#page-lead-detail div#component-object-information div.information div.information-item span.name{font-size:14px}}@media(min-width:1920px){#modal-lead-detail div#component-object-information div.information div.information-item span.name,#page-lead-detail div#component-object-information div.information div.information-item span.name{font-size:16px}}#modal-lead-detail div#component-object-information div.information div.information-item span.name,#page-lead-detail div#component-object-information div.information div.information-item span.name{line-height:1.25;white-space:nowrap;flex:0 0 auto}#modal-lead-detail div#component-object-information div.information div.information-item span.value,#page-lead-detail div#component-object-information div.information div.information-item 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.information-item span.value,#page-lead-detail div#component-object-information div.information div.information-item span.value{font-size:13px}}@media(min-width:1600px)and (max-width:1919.98px){#modal-lead-detail div#component-object-information div.information div.information-item span.value,#page-lead-detail div#component-object-information div.information div.information-item span.value{font-size:14px}}@media(min-width:1920px){#modal-lead-detail div#component-object-information div.information div.information-item span.value,#page-lead-detail div#component-object-information div.information div.information-item span.value{font-size:16px}}#modal-lead-detail div#component-object-information div.information div.information-item span.value,#page-lead-detail div#component-object-information div.information div.information-item span.value{line-height:1.25;text-align:right;overflow-wrap:anywhere;flex:1}#modal-lead-detail div#component-object-information div.bottom,#page-lead-detail div#component-object-information div.bottom{display:flex;align-items:flex-start;gap:30px;padding-top:10px}#modal-lead-detail div#component-object-information div.bottom div.price-box,#page-lead-detail div#component-object-information div.bottom div.price-box{display:flex;align-items:flex-end;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{font-family:yantramanav;font-size:10px;font-weight:400;color:#0006}@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{font-family:yantramanav;font-size:10px;font-weight:400;color:#0006}@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{display:grid;gap:10px;border-radius:15px;background:#fff;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{display:flex;gap:5px;align-items:center;width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}#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{text-overflow:ellipsis;overflow:hidden}#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-histories,#page-lead-detail div#component-lead-histories{display:grid;gap:10px;border-radius:15px;background:#fff;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{display:flex;align-items:center;padding:10px 0;border-bottom:1px dashed rgba(0,0,0,.2);position:relative;gap:7px;align-items:flex-start}#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{padding-bottom:0;border-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-direction:column;gap:0;flex:1}#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{display:flex;align-items:center;gap:5px;color:#01010199;font-weight:400}#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{display:grid;gap:10px;border-radius:15px;background:#fff;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{display:flex;align-items:center;padding:10px 0;border-bottom:1px dashed rgba(0,0,0,.2);position:relative;gap:10px}#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{padding-bottom:0;border-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-direction:column;gap:0;flex:1}#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:#f03241}#modal-lead-detail div#component-lead-new-task,#page-lead-detail div#component-lead-new-task{border-radius:25px;background:#f7f8f3;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{padding:30px;display:grid;gap:10px;flex:1;border-radius:25px 0 0 25px}#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{margin-top:10px;border-top:1px dashed rgba(0,0,0,.2);padding-top:20px}#modal-lead-detail div#component-lead-new-task div.right,#page-lead-detail div#component-lead-new-task div.right{flex:0 0 220px;background:#e9eae1;padding:30px;display:flex;flex-direction:column;justify-content:space-between;border-radius:0 25px 25px 0}#modal-lead-detail div#component-lead-new-task div.right div.bottom,#page-lead-detail div#component-lead-new-task div.right div.bottom{display:flex;flex-direction:column;gap:12px;align-items:flex-start}#page-lead-detail{flex:1;margin-top:25px;margin-right:25px}#page-lead-detail div.page{background:#fff;border-radius:25px;box-shadow:0 9px 45px -10px #41271c59}#page-lead-detail div.page-wrapper{max-height:calc(100vh - 50px);height:100vh}#page-lead-detail div.page-wrapper div.page-left-content{border-radius:25px}#page-lead-detail div.page-wrapper div.page-right-content{background:#f7f8f3;padding-top:40px}.component-warning{border-radius:10px;padding:10px 14px;background:#ad4a6d;color:#fff;display:flex;flex-direction:column;gap:5px}.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{display:flex;align-items:flex-start;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:#f03241}.component-modal-header-tasks span.task-done{color:#6dbe98}.component-task-checkbox{flex:0 0 22px}.component-task-checkbox div.checkbox{width:22px;height:22px;border-radius:7px;border:1px solid #bab8b5;position:relative;cursor:pointer}.component-task-checkbox div.checkbox:before{position:absolute;top:50%;left:50%;font-size:12px;font-style:normal;font-weight:400;line-height:normal;text-transform:uppercase;font-family:Font Awesome\ 6 Pro;content:"";transform:translate(-50%,-50%);color:#bab8b5;opacity:0;transition:all .4s}.component-task-checkbox div.checkbox.task-done{background:#e4e83b;border:1px solid #e4e83b;cursor:unset}.component-task-checkbox div.checkbox.task-done:before{color:#000;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:#f7f8f3;padding:16px 17px 17px;border-radius:10px;display:flex}.component-notes-read-only div.notes div.note div.note-wrapper{display:flex;flex-direction:column;gap:10px;flex:1}.component-notes-read-only div.notes div.note div.top{display:flex;justify-content:space-between;align-items:center}.component-notes-read-only div.notes div.note div.top span.index{display:flex;height:20px;width:20px;background:#000;border-radius:7px;color:#fff;align-items:center;justify-content:center;font-size:11px;font-weight:700}@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{font-size:9px;font-weight:400;color:#0006}@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{position:absolute;bottom:0;left:0;width:100%;height:0;overflow:hidden;border-radius:25px;transition:height .4s .4s}.component-boxed-modal div.boxed-modal-close{position:absolute;top:0;transform:translateY(-50%);left:65px}.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{position:absolute;bottom:0;left:0;width:100%;height:100%;background:transparent;transition:background .4s}.component-boxed-modal div.boxed-modal-content{position:absolute;bottom:0;left:0;width:100%;background:#f7f8f3;transition:max-height .4s;border-radius:0 0 20px 20px;max-height:0}.component-boxed-modal div.boxed-modal-content div.boxed-modal-inner-content{padding:50px 65px;height:100%;overflow:auto}div#component-leads-archive table tr td,div#component-leads-archive table tr th{padding-right:30px;padding-top:5px;padding-bottom: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{width:54px;height:54px;border-radius:50%;border:3px solid #fff;position:relative}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{position:absolute;left:unset!important;top:unset!important;right:-3px!important;bottom:-3px!important}div#component-floating-leads{position:absolute;bottom:0;right:285px;background:#ff5353;padding:20px;color:#fff;border-radius:25px 25px 0 0;display:grid;gap:10px;width:300px;z-index:4}div#component-floating-leads div.top{display:flex;align-items:center;gap:10px}div#component-floating-leads div.top span.number{display:flex;width:26px;background-color:#fff;color:#ff5353;height:26px;justify-content:center;border-radius:13px;align-items:center;font-size:12px;font-style:normal;font-weight:900;line-height:normal;text-transform:uppercase;font-family:source-sans-pro}div#component-floating-leads div.open-leads{display:grid}div#component-floating-leads div.open-leads div.open-lead{display:flex;gap:10px;align-items:center;justify-content:space-between}div#component-floating-leads div.open-leads div.open-lead div.start{display:flex;gap:10px;align-items:center;flex:1}div#component-floating-leads div.open-leads div.open-lead div.start button.checkbox{border:1px solid hsla(0,0%,100%,.6);width:22px;height:22px;flex:0 0 22px;border-radius:7px;cursor:pointer}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{height:1px;background:#e9eae1}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{padding:35px 30px;background:#fff;border-radius:20px;box-shadow:0 9px 45px -10px #41271c59;align-content:flex-start}div#component-stats-all div.wrapper,div#component-stats-current div.wrapper,div#component-stats-todos div.wrapper{display:grid;grid-template-columns:1fr 1fr;gap:12px}div#component-stats-all div.wrapper{grid-template-columns:180px auto;gap:30px}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{display:flex;padding:35px 30px;border-radius:20px;box-shadow:0 9px 45px -10px #41271c59;background:#fff}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{height:25px;line-height:25px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:13px;font-weight:400}@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{flex:1;display:flex}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{display:flex;align-items:baseline;gap:4px}#component-quick-stats-planned-tasks{background-color:#10069f}#component-quick-stats-total-leads{background-color:#211c23}#component-quick-stats-send-signals{background-color:#ca93ff}#component-quick-stats-auto,#component-quick-stats-expired{background:#f03241}#component-quick-stats-today{background:#10069f}#component-quick-stats-upcoming{background:#ca93ff}#component-quick-stats-hot{background:#e4e83b;color:#000}#component-quick-stats-new{background:#0cd7a6}#component-tasks-expired{z-index:2}#component-tasks-expired div.top div.number{background:#f03241}#component-tasks-today{z-index:2}#component-tasks-today div.top div.number{background:#10069f}#component-tasks-upcoming{z-index:2}#component-tasks-upcoming div.top div.number{background:#ca93ff}#component-leads-hot div.top div.number{background:#e4e83b}#component-leads-new div.top div.number{background:#0cd7a6}#component-leads-open div.top div.number{background:#10069f}#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-top:-15px;margin-bottom:20px}#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{position:absolute;bottom:10px;right:10px;width:20px;height:20px;display:flex;align-items:center;justify-content:center;cursor:pointer}#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{position:fixed;box-shadow:0 9px 75px -10px #41271c8c;border-radius:25px;background:#fff;z-index:100}#component-video-popup div.wrapper{overflow:hidden;display:grid;border-radius:25px}#component-video-popup div.wrapper div.video-popup-footer{display:flex;padding:20px;justify-content:flex-end;align-items:center;cursor:move}#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;grid-template-columns:1fr 1fr;gap:20px}#component-leadz-video div.video{display:grid;background:#fff;box-shadow:0 9px 45px -10px #41271c59;border-radius:25px;grid-template-columns:150px 1fr}#component-leadz-video div.video div.image img{border-radius:25px 0 0 25px;width:100%;height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:left;object-position:left}#component-leadz-video div.video div.information{padding:20px;display:flex;flex-direction:column;justify-content:space-between;min-height:103px;gap:5px;align-items:flex-start}#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:30px}#component-leadz-contact div.wrapper{display:flex;gap:30px}#component-leadz-contact div.wrapper div.left-side{display:flex;flex:1;max-width:124px;flex-direction:column;align-items:flex-start;gap:10px}#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{overflow:hidden;gap:0}#component-leadz-manual img{width:100%}#component-leadz-manual div.info{padding:30px;background:#fff;display:flex;flex-direction:column;gap:10px;align-items:flex-start}#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{flex:1;display:flex;gap:5px;flex-direction:column}#component-lead-notes div.wrapper div.notes form{flex:1;display:flex}#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;padding:16px 17px 17px;border-radius:10px;display:flex}#component-lead-notes div.wrapper div.notes div.note div.note-wrapper{display:flex;flex-direction:column;gap:10px;flex:1}#component-lead-notes div.wrapper div.notes div.note div.top{display:flex;justify-content:space-between;align-items:center}#component-lead-notes div.wrapper div.notes div.note div.top span.index{display:flex;width:20px;height:20px;background:#000;border-radius:6px;color:#fff;align-items:center;justify-content:center;font-size:11px;font-weight:700}@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{font-size:9px;font-weight:400;color:#0006}@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{display:flex;justify-content:flex-end;align-items:center}#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-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{display:flex;flex-direction:column;gap:30px;flex:1}#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{display:flex;flex-direction:column;gap:15px;border-top:1px solid #bab8b5;padding-top:20px}#modal-checklist-direct div.image,#modal-cost-planner-direct div.image,#modal-email-direct div.image,#modal-magazine-direct div.image{border-radius:10px;background:#f7f8f3;min-height:250px;flex:1;position:relative}#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{padding:30px;height:100%;width:100%;-o-object-fit:contain;object-fit:contain;-o-object-position:center center;object-position:center center;position:absolute;top:0;left:0}#modal-checklist-direct div.buttons,#modal-cost-planner-direct div.buttons,#modal-email-direct div.buttons,#modal-magazine-direct div.buttons{display:flex;gap:15px}#modal-checklist-direct div.information,#modal-cost-planner-direct div.information,#modal-email-direct div.information,#modal-magazine-direct div.information{display:flex;flex-direction:column;gap:10px;flex:0}#modal-task-next div.modal-box{display:flex;gap:20px;flex-direction:column}#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-new div.modal-box{justify-content:space-between}#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{background:#e8e6e5;padding:40px;display:flex;gap:10px;align-items:center;flex-wrap:wrap;margin-left:-40px;margin-right:-40px;margin-bottom:-40px;border-radius:0 0 20px 20px}#modal-task-new div.direct-tasks h2{flex:0 0 100%}#modal-task-call div.form textarea.note{min-height:105px}#modal-rendered-template div.page-wrapper{padding:60px;flex:1;display:flex;gap:30px;flex-direction:column}#modal-rendered-template div.iframe{flex:1}#modal-rendered-template div.iframe iframe{width:100%;height:100%;border:0}#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-import div.form div.input-row div.input-column label.input-wrapper:after{background-color:#000}#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{position:absolute;top:50%;right:15px;transform:translateY(-50%);color:#fff;cursor:pointer;z-index:1}#component-search.search-container div.search-results-dropdown{min-width:calc(100% + 20px);position:absolute;top:calc(100% + 5px);left:-10px;background:#fff;padding:20px 0 10px 20px;display:grid;border-radius:5px;box-shadow:0 4px 30px #0000001a;gap:10px}#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{border-top:1px solid rgba(0,0,0,.2);display:flex;font-size:11px;justify-content:space-between;padding:8px 0;align-items:center;cursor:pointer;flex-wrap:nowrap;color:#000}#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:#e4e83b}#component-task-address{display:flex;padding:25px;flex-direction:row;align-items:flex-start;gap:10px;border-radius:10px;background:#f7f8f3;flex-wrap:wrap;-moz-column-gap:30px;column-gap:30px}#component-task-address.clean{padding:0;background:none;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{margin-left:auto;align-self:flex-end}#component-task-address>div span{display:flex;gap:6px;align-items:center;flex-direction:row;flex-wrap:nowrap;white-space:nowrap;font-size:13px;font-weight:400}@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{font-size:10px;flex:0 0 12px}#component-task-address.horizontal{flex-direction:row;gap:5px;justify-content:stretch;flex-wrap:wrap}#component-task-address.horizontal span.divider{display:block}#component-task-address.horizontal h5{flex:0 0 100%}.component-buttons-container{display:flex;padding:20px;align-items:center;gap:20px;align-self:stretch;border-radius:5px;background:#deeeff;flex:0 0 100%!important}.dp--main{border-radius:0;background:transparent;max-width:350px}.dp--main .dp--btn-base{font-size:11px;font-weight:700;line-height:150%;color:#000}.dp--main .dp--btn-base:hover{background:none;color:#e4e83b}.dp--main .dp--btn-base.dp--arrow-btn-nav{height:17px;width:10px;cursor:pointer}.dp--main .dp--btn-base.dp--arrow-btn-nav:first-child:after{content:""}.dp--main .dp--btn-base.dp--arrow-btn-nav:after{content:"";color:#e4e83b;text-align:right;font-family:Font Awesome\ 6 Pro;font-size:11px;font-style:normal;font-weight:900;line-height:150%}.dp--main .dp--btn-base.dp--arrow-btn-nav .dp--inner-nav{display:none}.dp--main .dp--menu-wrapper{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{margin-bottom:10px;height:17px}.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--month-year-select,.dp--main .dp--menu .dp--month-year-wrap .dp--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{padding:0;text-align:center;font-size:10px;font-weight:400;height:17px;color:#bab8b5;width:24px;flex:0 0 24px;flex-grow:0;text-transform:uppercase}.dp--main .dp--menu .dp--calendar-header-separator{display:none}.dp--main .dp--menu .dp--month-year-row .dp--arrow-btn-nav{order:2;margin-left:6px}.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{font-size:10px;font-weight:500;line-height:10px;border-radius:12px;height:24px;flex:0 0 24px;width:24px;padding:0}.dp--main .dp--menu .dp--cell-inner:hover{background:#e4e83b1a}.dp--main .dp--menu .dp--cell-inner.dp--today{border:0;color:#e4e83b}.dp--main .dp--menu .dp--cell-inner.dp--cell-disabled{color:#bab8b5}.dp--main .dp--menu .dp--cell-inner.dp--active{background:#e4e83b;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;padding-top:20px;overflow:unset}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{padding-left:10px;padding-right:10px;align-items:center}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{position:relative;left:unset;top:unset;bottom:unset;right:unset}#component-search.search-container{width:36px;margin:0 auto}#component-search.search-container div.input-container span.search{right:11px}#component-search.search-container div.search-results-dropdown{z-index:100;min-width:unset;left:0}#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{grid-template-columns:repeat(1,minmax(0,1fr));gap:5px}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{flex-direction:column;align-items:stretch}#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{flex-direction:column;align-items:stretch}#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{max-width:250px;min-width:250px;padding-top:50px;margin:40px 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{width:calc(100vw - 400px);height:calc(100vh - 80px);margin-top:40px;margin-right:50px;margin-bottom:40px}#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-top:40px;margin-bottom:40px;margin-right:50px;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{padding:50px;margin-top:40px;margin-bottom:40px}#page-account div.page-wrapper div.page-right-content,#page-export div.page-wrapper div.page-right-content{margin:40px 50px}#page-templates-overview div.page-wrapper{margin-right:50px}#page-leads-overview div.page-wrapper div.page-left-content,#page-templates-overview div.page-wrapper{margin-top:40px;margin-bottom: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-top:40px;margin-bottom: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{width:148px;height:28px}div#layout-app>div#layout-wrapper>div#layout-sidebar div.content nav a div.icon{width:36px;height: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{right:40px;bottom:50px;gap:8px}.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}#page-statistics-overview{padding:40px 50px!important;margin-left:-50px;width:calc(100% - 100px)}#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{min-height:133px;grid-template-columns:170px 1fr}#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{right:325px;padding:25px;width:320px;gap:15px}}@media screen and (min-width:1920px){div#layout-app>div#layout-wrapper>div#layout-sidebar{max-width:320px;min-width:320px;padding-top:60px;margin:50px 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{width:calc(100vw - 500px);height:calc(100vh - 100px);margin-top:50px;margin-right:60px;margin-bottom:50px}#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-top:50px;margin-bottom:50px;margin-right:60px;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{padding:60px;margin-top:50px;margin-bottom:50px}#page-account div.page-wrapper div.page-right-content,#page-export div.page-wrapper div.page-right-content{margin:50px 60px}#page-templates-overview div.page-wrapper{margin-right:60px}#page-leads-overview div.page-wrapper div.page-left-content,#page-templates-overview div.page-wrapper{margin-top:50px;margin-bottom: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-top:50px;margin-bottom: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{width:164px;height:31px}div#layout-app>div#layout-wrapper>div#layout-sidebar div.content nav a div.icon{width:40px;height: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{right:50px;bottom:60px;gap:10px}.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-statistics-overview{padding:50px 60px!important;margin-left:-60px;width:calc(100% - 120px)}#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{min-height:153px;grid-template-columns:170px 1fr}#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{right:380px;padding:30px;width:380px;gap:15px}}: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__toast-text{display:flex;flex-direction:column;gap:2px;line-height:1.35;width:100%}.Toastify__toast-text-title{font-weight:600}.Toastify__toast-text-content{opacity:.92}.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)}}
