@charset "UTF-8";.dp__input_wrap{position:relative;width:100%;box-sizing:unset}.dp__input_wrap:focus{border-color:var(--dp-border-color-hover);outline:none}.dp__input_valid{box-shadow:0 0 var(--dp-border-radius) var(--dp-success-color);border-color:var(--dp-success-color)}.dp__input_valid:hover{border-color:var(--dp-success-color)}.dp__input_invalid{box-shadow:0 0 var(--dp-border-radius) var(--dp-danger-color);border-color:var(--dp-danger-color)}.dp__input_invalid:hover{border-color:var(--dp-danger-color)}.dp__input{background-color:var(--dp-background-color);border-radius:var(--dp-border-radius);font-family:var(--dp-font-family);border:1px solid var(--dp-border-color);outline:none;transition:border-color .2s cubic-bezier(.645,.045,.355,1);width:100%;font-size:var(--dp-font-size);line-height:calc(var(--dp-font-size)*1.5);padding:var(--dp-input-padding);color:var(--dp-text-color);box-sizing:border-box}.dp__input::-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_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{display:inline-block;width:var(--dp-font-size);height:var(--dp-font-size);stroke-width:0;font-size:var(--dp-font-size);line-height:calc(var(--dp-font-size)*1.5);padding:6px 12px;color:var(--dp-icon-color);box-sizing:content-box}.dp__input_icon{cursor:pointer;position:absolute;top:50%;inset-inline-start:0;transform:translateY(-50%);color:var(--dp-icon-color)}.dp--clear-btn{position:absolute;top:50%;inset-inline-end:0;transform:translateY(-50%);cursor:pointer;color:var(--dp-icon-color);background:#0000;border:none;display:inline-flex;align-items:center;padding:0;margin: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);box-sizing:border-box}.dp__menu:after{box-sizing:border-box}.dp__menu:before{box-sizing:border-box}.dp__menu:focus{border:1px solid var(--dp-menu-border-color);outline:none}.dp--menu-wrapper{position:absolute;z-index:99999}.dp__menu_inner{padding:var(--dp-menu-padding)}.dp--menu--inner-stretched{padding:6px 0}.dp__menu_index{z-index:99999}.dp-menu-loading,.dp__menu_readonly,.dp__menu_disabled{position:absolute;top:0;right:0;bottom:0;left:0;z-index:999999}.dp__menu_disabled{background:#ffffff80;cursor:not-allowed}.dp__menu_readonly{background:#0000;cursor:default}.dp-menu-loading{background:#ffffff80;cursor:default}.dp--menu-load-container{display:flex;height:100%;width:100%;justify-content:center;align-items:center}.dp--menu-loader{width:48px;height:48px;border:var(--dp-loader);border-bottom-color:#0000;border-radius:50%;display:inline-block;box-sizing:border-box;animation:dp-load-rotation 1s linear infinite;position:absolute}@keyframes dp-load-rotation{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.dp__arrow_top{left:var(--dp-arrow-left);top:0;height:12px;width:12px;background-color:var(--dp-background-color);position:absolute;border-inline-end:1px solid var(--dp-menu-border-color);border-top:1px solid var(--dp-menu-border-color);transform:translate(-50%,-50%) rotate(-45deg)}.dp__arrow_bottom{left:var(--dp-arrow-left);bottom:0;height:12px;width:12px;background-color:var(--dp-background-color);position:absolute;border-inline-end:1px solid var(--dp-menu-border-color);border-bottom:1px solid var(--dp-menu-border-color);transform:translate(-50%,50%) rotate(45deg)}.dp__action_extra{text-align:center;padding:2px 0}.dp--preset-dates{padding:5px;border-inline-end:1px solid var(--dp-border-color)}.dp--preset-dates[data-dp-mobile],.dp--preset-dates-collapsed{display:flex;align-self:center;border:none;overflow-x:auto;max-width:calc(var(--dp-menu-width) - var(--dp-action-row-padding)*2)}.dp__sidebar_left{padding:5px;border-inline-end:1px solid var(--dp-border-color)}.dp__sidebar_right{padding:5px;margin-inline-end:1px solid var(--dp-border-color)}.dp--preset-range{display:block;width:100%;padding:5px;text-align:left;white-space:nowrap;color:var(--dp-text-color);border-radius:var(--dp-border-radius);transition:var(--dp-common-transition)}.dp--preset-range:hover{background-color:var(--dp-hover-color);color:var(--dp-hover-text-color);cursor:pointer}.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[data-dp-mobile],.dp--menu-content-wrapper-collapsed{flex-direction:column-reverse}.dp__calendar_header{position:relative;display:flex;justify-content:center;align-items:center;color:var(--dp-text-color);white-space:nowrap;font-weight:700}.dp__calendar_header_item{text-align:center;flex-grow:1;height:var(--dp-cell-size);padding:var(--dp-cell-padding);width:var(--dp-cell-size);box-sizing:border-box}.dp__calendar_row{display:flex;justify-content:center;align-items:center;margin:var(--dp-row-margin)}.dp__calendar_item{text-align:center;flex-grow:1;box-sizing:border-box;color:var(--dp-text-color)}.dp__calendar{position:relative}.dp__calendar_header_cell{border-bottom:thin solid var(--dp-border-color);padding:var(--dp-calendar-header-cell-padding)}.dp__cell_inner{display:flex;align-items:center;text-align:center;justify-content:center;border-radius:var(--dp-cell-border-radius);height:var(--dp-cell-size);padding:var(--dp-cell-padding);width:var(--dp-cell-size);border:1px solid rgba(0,0,0,0);box-sizing:border-box;position:relative}.dp__cell_inner:hover{transition:all .2s}.dp__cell_auto_range_start,.dp__date_hover_start:hover,.dp__range_start{border-end-end-radius:0;border-start-end-radius:0}.dp__cell_auto_range_end,.dp__date_hover_end:hover,.dp__range_end{border-end-start-radius:0;border-start-start-radius:0}.dp__range_end,.dp__range_start,.dp__active_date{background:var(--dp-primary-color);color:var(--dp-primary-text-color)}.dp__date_hover_end:hover,.dp__date_hover_start:hover,.dp__date_hover:hover{background:var(--dp-hover-color);color:var(--dp-hover-text-color)}.dp__cell_offset{color:var(--dp-secondary-color)}.dp__cell_disabled{color:var(--dp-secondary-color);cursor:not-allowed}.dp__range_between{background:var(--dp-range-between-dates-background-color);color:var(--dp-range-between-dates-text-color);border-radius:0;border:1px solid var(--dp-range-between-border-color)}.dp__range_between_week{background:var(--dp-primary-color);color:var(--dp-primary-text-color);border-radius:0;border-top:1px solid var(--dp-primary-color);border-bottom:1px solid var(--dp-primary-color)}.dp__today{border:1px solid var(--dp-primary-color)}.dp__week_num{color:var(--dp-secondary-color);text-align:center}.dp__cell_auto_range{border-radius:0;border-top:1px dashed var(--dp-primary-color);border-bottom:1px dashed var(--dp-primary-color)}.dp__cell_auto_range_start{border-start-start-radius:var(--dp-cell-border-radius);border-end-start-radius:var(--dp-cell-border-radius);border-inline-start:1px dashed var(--dp-primary-color);border-top:1px dashed var(--dp-primary-color);border-bottom:1px dashed var(--dp-primary-color)}.dp__cell_auto_range_end{border-start-end-radius:var(--dp-cell-border-radius);border-end-end-radius:var(--dp-cell-border-radius);border-top:1px dashed var(--dp-primary-color);border-bottom:1px dashed var(--dp-primary-color);border-inline-end:1px dashed var(--dp-primary-color)}.dp__calendar_header_separator{width:100%;height:1px;background:var(--dp-border-color)}.dp__calendar_next{margin-inline-start:var(--dp-multi-calendars-spacing)}.dp__marker_line,.dp__marker_dot{height:5px;background-color:var(--dp-marker-color);position:absolute;bottom:0}.dp__marker_dot{width:5px;border-radius:50%;left:50%;transform:translate(-50%)}.dp__marker_line{width:100%;left:0}.dp__marker_tooltip{position:absolute;border-radius:var(--dp-border-radius);background-color:var(--dp-tooltip-color);padding:5px;border:1px solid var(--dp-border-color);z-index:99999;box-sizing:border-box;cursor:default}.dp__tooltip_content{white-space:nowrap}.dp__tooltip_text{display:flex;align-items:center;flex-flow:row nowrap;color:var(--dp-text-color)}.dp__tooltip_mark{height:5px;width:5px;border-radius:50%;background-color:var(--dp-text-color);color:var(--dp-text-color);margin-inline-end:5px}.dp__arrow_bottom_tp{bottom:0;height:8px;width:8px;background-color:var(--dp-tooltip-color);position:absolute;border-inline-end:1px solid var(--dp-border-color);border-bottom:1px solid var(--dp-border-color);transform:translate(-50%,50%) rotate(45deg)}.dp__instance_calendar{position:relative;width:100%}.dp__flex_display[data-dp-mobile],.dp--flex-display-collapsed{flex-direction:column}.dp__cell_highlight{background-color:var(--dp-highlight-color)}.dp__month_year_row{display:flex;align-items:center;height:var(--dp-month-year-row-height);color:var(--dp-text-color);box-sizing:border-box}.dp__inner_nav{display:flex;align-items:center;justify-content:center;cursor:pointer;height:var(--dp-month-year-row-button-size);width:var(--dp-month-year-row-button-size);color:var(--dp-icon-color);text-align:center;border-radius:50%}.dp__inner_nav svg{height:var(--dp-button-icon-height);width:var(--dp-button-icon-height)}.dp__inner_nav:hover{background:var(--dp-hover-color);color:var(--dp-hover-icon-color)}[dir=rtl] .dp__inner_nav{transform:rotate(180deg)}.dp__inner_nav_disabled:hover,.dp__inner_nav_disabled{background:var(--dp-disabled-color);color:var(--dp-disabled-color-text);cursor:not-allowed}.dp--year-select,.dp__month_year_select{text-align:center;cursor:pointer;height:var(--dp-month-year-row-height);display:flex;align-items:center;justify-content:center;border-radius:var(--dp-border-radius);box-sizing:border-box;color:var(--dp-text-color)}.dp--year-select:hover,.dp__month_year_select:hover{background:var(--dp-hover-color);color:var(--dp-hover-text-color);transition:var(--dp-common-transition)}.dp__month_year_select{width:50%}.dp--year-select{width:100%}.dp__month_year_wrap{display:flex;flex-direction:row;width:100%}.dp__year_disable_select{justify-content:space-around}.dp--header-wrap{display:flex;width:100%;flex-direction:column}.dp__overlay{width:100%;background:var(--dp-background-color);transition:opacity 1s ease-out;z-index:99999;font-family:var(--dp-font-family);color:var(--dp-text-color);box-sizing:border-box}.dp--overlay-absolute{position:absolute;height:100%;top:0;left:0}.dp--overlay-relative{position:relative}.dp__overlay_container::-webkit-scrollbar-track{box-shadow:var(--dp-scroll-bar-background);background-color:var(--dp-scroll-bar-background)}.dp__overlay_container::-webkit-scrollbar{width:5px;background-color:var(--dp-scroll-bar-background)}.dp__overlay_container::-webkit-scrollbar-thumb{background-color:var(--dp-scroll-bar-color);border-radius:10px}.dp__overlay:focus{border:none;outline:none}.dp__container_flex{display:flex}.dp__container_block{display:block}.dp__overlay_container{flex-direction:column;overflow-y:auto;height:var(--dp-overlay-height)}.dp__time_picker_overlay_container{height:100%}.dp__overlay_row{padding:0;box-sizing:border-box;display:flex;margin-inline:auto;flex-wrap:wrap;max-width:100%;width:100%;align-items:center}.dp__flex_row{flex:1}.dp__overlay_col{box-sizing:border-box;width:33%;padding:var(--dp-overlay-col-padding);white-space:nowrap}.dp__overlay_cell_pad{padding:var(--dp-common-padding) 0}.dp__overlay_cell_active{cursor:pointer;border-radius:var(--dp-border-radius);text-align:center;background:var(--dp-primary-color);color:var(--dp-primary-text-color)}.dp__overlay_cell{cursor:pointer;border-radius:var(--dp-border-radius);text-align:center}.dp__overlay_cell:hover{background:var(--dp-hover-color);color:var(--dp-hover-text-color);transition:var(--dp-common-transition)}.dp__cell_in_between{background:var(--dp-hover-color);color:var(--dp-hover-text-color)}.dp__over_action_scroll{right:5px;box-sizing:border-box}.dp__overlay_cell_disabled{cursor:not-allowed;background:var(--dp-disabled-color)}.dp__overlay_cell_disabled:hover{background:var(--dp-disabled-color)}.dp__overlay_cell_active_disabled{cursor:not-allowed;background:var(--dp-primary-disabled-color)}.dp__overlay_cell_active_disabled:hover{background:var(--dp-primary-disabled-color)}.dp__btn,.dp--qr-btn,.dp--time-overlay-btn,.dp--time-invalid{border:none;font:inherit;transition:var(--dp-common-transition);line-height:normal}.dp--year-mode-picker{display:flex;width:100%;align-items:center;justify-content:space-between;height:var(--dp-cell-size)}.dp--tp-wrap{max-width:var(--dp-menu-min-width)}.dp--tp-wrap[data-dp-mobile]{max-width:100%}.dp__time_input{width:100%;display:flex;align-items:center;justify-content:center;-webkit-user-select:none;-moz-user-select:none;user-select:none;font-family:var(--dp-font-family);color:var(--dp-text-color)}.dp__time_col_reg_block{padding:0 20px}.dp__time_col_reg_inline{padding:0 10px}.dp__time_col_reg_with_button{padding:0 15px}.dp__time_col_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;display:flex;align-items:center;justify-content:center;flex-direction:column}.dp__time_col_block{font-size:var(--dp-time-font-size)}.dp__time_display_block{padding:0 3px}.dp__time_display_inline{padding:5px}.dp__time_picker_inline_container{display:flex;width:100%;justify-content:center}.dp__inc_dec_button{padding:5px;margin:0;height:var(--dp-time-inc-dec-button-size);width:var(--dp-time-inc-dec-button-size);display:flex;align-items:center;justify-content:center;cursor:pointer;border-radius:50%;color:var(--dp-icon-color);box-sizing:border-box}.dp__inc_dec_button svg{height:var(--dp-time-inc-dec-button-size);width:var(--dp-time-inc-dec-button-size)}.dp__inc_dec_button:hover{background:var(--dp-hover-color);color:var(--dp-primary-color)}.dp__time_display{cursor:pointer;color:var(--dp-text-color);border-radius:var(--dp-border-radius);display:flex;align-items:center;justify-content:center}.dp__time_display:hover:enabled{background:var(--dp-hover-color);color:var(--dp-hover-text-color)}.dp__inc_dec_button_inline{width:100%;padding:0;height:8px;cursor:pointer;display:flex;align-items:center}.dp__inc_dec_button_disabled,.dp__inc_dec_button_disabled:hover{background:var(--dp-disabled-color);color:var(--dp-disabled-color-text);cursor:not-allowed}.dp__pm_am_button{background:var(--dp-primary-color);color:var(--dp-primary-text-color);border:none;padding:var(--dp-common-padding);border-radius:var(--dp-border-radius);cursor:pointer}.dp__pm_am_button[data-compact~=true]{padding:7px}.dp__tp_inline_btn_bar{width:100%;height:4px;background-color:var(--dp-secondary-color);transition:var(--dp-common-transition);border-collapse:collapse}.dp__tp_inline_btn_top:hover .dp__tp_btn_in_r{background-color:var(--dp-primary-color);transform:rotate(12deg) scale(1.15) translateY(-2px)}.dp__tp_inline_btn_top:hover .dp__tp_btn_in_l,.dp__tp_inline_btn_bottom:hover .dp__tp_btn_in_r{background-color:var(--dp-primary-color);transform:rotate(-12deg) scale(1.15) translateY(-2px)}.dp__tp_inline_btn_bottom:hover .dp__tp_btn_in_l{background-color:var(--dp-primary-color);transform:rotate(12deg) scale(1.15) translateY(-2px)}.dp--time-overlay-btn{background:none}.dp--time-invalid{background-color:var(--dp-disabled-color)}.dp__action_row{display:flex;align-items:center;width:100%;padding:var(--dp-action-row-padding);box-sizing:border-box;color:var(--dp-text-color);flex-flow:row nowrap}.dp__action_row svg{height:var(--dp-button-icon-height);width:auto}.dp__selection_preview{display:block;color:var(--dp-text-color);font-size:var(--dp-preview-font-size);overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.dp__action_buttons{display:flex;flex:0;white-space:nowrap;align-items:center;justify-content:flex-end;margin-inline-start:auto}.dp__action_button{display:inline-flex;align-items:center;background:#0000;border:1px solid rgba(0,0,0,0);padding:var(--dp-action-buttons-padding);line-height:var(--dp-action-button-height);margin-inline-start:3px;height:var(--dp-action-button-height);cursor:pointer;border-radius:var(--dp-border-radius);font-size:var(--dp-preview-font-size);font-family:var(--dp-font-family)}.dp__action_cancel{color:var(--dp-text-color);border:1px solid var(--dp-border-color)}.dp__action_cancel:hover{border-color:var(--dp-primary-color);transition:var(--dp-action-row-transtion)}.dp__action_buttons .dp__action_select{background:var(--dp-primary-color);color:var(--dp-primary-text-color)}.dp__action_buttons .dp__action_select:hover{background:var(--dp-primary-color);transition:var(--dp-action-row-transtion)}.dp__action_buttons .dp__action_select:disabled{background:var(--dp-primary-disabled-color);cursor:not-allowed}.dp-quarter-picker-wrap{display:flex;flex-direction:column;height:100%;min-width:var(--dp-menu-min-width)}.dp--qr-btn-disabled{cursor:not-allowed;background:var(--dp-disabled-color)}.dp--qr-btn-disabled:hover{background:var(--dp-disabled-color)}.dp--qr-btn{width:100%;padding:var(--dp-common-padding)}.dp--qr-btn:not(.dp--highlighted,.dp--qr-btn-active,.dp--qr-btn-disabled,.dp--qr-btn-between){background:none}.dp--qr-btn:hover:not(.dp--qr-btn-active,.dp--qr-btn-disabled){background:var(--dp-hover-color);color:var(--dp-hover-text-color);transition:var(--dp-common-transition)}.dp--quarter-items{display:flex;flex-direction:column;flex:1;width:100%;height:100%;justify-content:space-evenly}.dp--qr-btn-active{background:var(--dp-primary-color);color:var(--dp-primary-text-color)}.dp--qr-btn-between{background:var(--dp-hover-color);color:var(--dp-hover-text-color)}:root{--dp-common-transition: all .1s ease-in;--dp-menu-padding: 6px 8px;--dp-animation-duration: .1s;--dp-menu-appear-transition-timing: cubic-bezier(.4, 0, 1, 1);--dp-transition-timing: ease-out;--dp-action-row-transtion: all .2s ease-in;--dp-font-family: -apple-system, blinkmacsystemfont, "Segoe UI", roboto, oxygen, ubuntu, cantarell, "Open Sans", "Helvetica Neue", sans-serif;--dp-border-radius: 4px;--dp-cell-border-radius: 4px;--dp-transition-length: 22px;--dp-transition-timing-general: .1s;--dp-button-height: 35px;--dp-month-year-row-height: 35px;--dp-month-year-row-button-size: 25px;--dp-button-icon-height: 20px;--dp-calendar-wrap-padding: 0 5px;--dp-cell-size: 35px;--dp-cell-padding: 5px;--dp-common-padding: 10px;--dp-input-icon-padding: 35px;--dp-input-padding: 6px 30px 6px 12px;--dp-menu-min-width: 260px;--dp-action-buttons-padding: 1px 6px;--dp-row-margin: 5px 0;--dp-calendar-header-cell-padding: .5rem;--dp-multi-calendars-spacing: 10px;--dp-overlay-col-padding: 3px;--dp-time-inc-dec-button-size: 32px;--dp-font-size: 1rem;--dp-preview-font-size: .8rem;--dp-time-font-size: 2rem;--dp-action-button-height: 22px;--dp-action-row-padding: 8px;--dp-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: rgb(0 92 178 / 20%);--dp-range-between-dates-background-color: var(--dp-hover-color, #484848);--dp-range-between-dates-text-color: var(--dp-hover-text-color, #fff);--dp-range-between-border-color: var(--dp-hover-color, #fff);--dp-loader: 5px solid #005cb2}.dp__theme_light{--dp-background-color: #fff;--dp-text-color: #212121;--dp-hover-color: #f3f3f3;--dp-hover-text-color: #212121;--dp-hover-icon-color: #959595;--dp-primary-color: #1976d2;--dp-primary-disabled-color: #6bacea;--dp-primary-text-color: #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: rgb(25 118 210 / 10%);--dp-range-between-dates-background-color: var(--dp-hover-color, #f3f3f3);--dp-range-between-dates-text-color: var(--dp-hover-text-color, #212121);--dp-range-between-border-color: var(--dp-hover-color, #f3f3f3);--dp-loader: 5px solid #1976d2}.dp__flex{display:flex;align-items:center}.dp__btn{background:none}.dp__main{font-family:var(--dp-font-family);-webkit-user-select:none;-moz-user-select:none;user-select:none;box-sizing:border-box;position:relative;width:100%}.dp__main *{direction:var(--dp-direction, ltr)}.dp__pointer{cursor:pointer}.dp__icon{stroke:currentcolor;fill:currentcolor}.dp__button{width:100%;text-align:center;color:var(--dp-icon-color);cursor:pointer;display:flex;align-items:center;place-content:center center;padding:var(--dp-common-padding);box-sizing:border-box;height:var(--dp-button-height)}.dp__button.dp__overlay_action{position:absolute;bottom:0}.dp__button:hover{background:var(--dp-hover-color);color:var(--dp-hover-icon-color)}.dp__button svg{height:var(--dp-button-icon-height);width:auto}.dp__button_bottom{border-bottom-left-radius:var(--dp-border-radius);border-bottom-right-radius:var(--dp-border-radius)}.dp__flex_display{display:flex}.dp__flex_display_with_input{flex-direction:column;align-items:flex-start}.dp__relative{position:relative}.calendar-next-enter-active,.calendar-next-leave-active,.calendar-prev-enter-active,.calendar-prev-leave-active{transition:all var(--dp-transition-timing-general) ease-out}.calendar-next-enter-from{opacity:0;transform: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-up-enter-active,.dp-slide-up-leave-active,.dp-slide-down-enter-active,.dp-slide-down-leave-active{transition:all var(--dp-animation-duration) var(--dp-transition-timing)}.dp-menu-appear-top-enter-from,.dp-menu-appear-top-leave-to,.dp-slide-down-leave-to,.dp-slide-up-enter-from{opacity:0;transform:translateY(var(--dp-transition-length))}.dp-menu-appear-bottom-enter-from,.dp-menu-appear-bottom-leave-to,.dp-slide-down-enter-from,.dp-slide-up-leave-to{opacity:0;transform:translateY(calc(var(--dp-transition-length) * -1))}.dp--arrow-btn-nav{transition:var(--dp-common-transition)}.dp--highlighted{background-color:var(--dp-highlight-color)}.dp--hidden-el{visibility:hidden}@font-face{font-family:Inter;font-style:normal;font-weight:400;font-display:block;src:url(../../../public/assets/fonts/Inter/interRegular.woff2) format("woff2"),url(/build/assets/interRegular-D6aFpO1w.woff) format("woff"),url(/build/assets/interRegular-Dou9gfMK.ttf) format("ttf")}@font-face{font-family:Inter;font-style:normal;font-weight:500;font-display:block;src:url(../../../public/assets/fonts/Inter/interMedium.woff2) format("woff2"),url(/build/assets/interMedium-BVRxoSPB.woff) format("woff"),url(/build/assets/interMedium-Bf4RgI7V.ttf) format("ttf")}@font-face{font-family:Inter;font-style:normal;font-weight:600;font-display:block;src:url(../../../public/assets/fonts/Inter/interSemiBold.woff2) format("woff2"),url(/build/assets/interSemiBold-BwrYEUDu.woff) format("woff"),url(/build/assets/interSemiBold-DRdXRTvh.ttf) format("ttf")}@font-face{font-family:Inter;font-style:normal;font-weight:700;font-display:block;src:url(../../../public/assets/fonts/Inter/interBold.woff2) format("woff2"),url(/build/assets/interBold-DjIvQxiC.woff) format("woff"),url(/build/assets/interBold-CIsbICdH.ttf) format("ttf")}.grid-2{grid-column:span 2}.grid-3{grid-column:span 3}.grid-4{grid-column:span 4}.grid-5{grid-column:span 5}.grid-6{grid-column:span 6}*{box-sizing:border-box;margin:0}html{scroll-behavior:smooth;overflow-x:hidden;position:relative;min-height:100%;height:100%;font-size:.5vw}html.fixed{overflow:hidden;height:calc(100vh - env(safe-area-inset-top) - env(safe-area-inset-bottom))}.hidden{display:none}body{position:relative;padding:0;margin:0;font-weight:400;box-sizing:border-box;font-family:Inter,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#fff;min-width:320px;display:flex;flex-direction:column}#erp-app{max-height:100vh!important;overflow:auto}@media screen and (max-width: 479px){#erp-app{height:calc(100vh - env(safe-area-inset-top) - env(safe-area-inset-bottom) - 100px)!important}}a{text-decoration:none;cursor:pointer;transition:all .3s;color:unset}a:hover{color:#0260e8}p{margin:0}ul,ol{list-style:none;padding:0}.page{position:relative;height:auto;display:flex;flex-direction:column;min-height:100vh}.page-overflow{overflow-x:hidden}main{flex:1}.main-page{overflow-x:hidden}.container{max-width:1712px;width:calc(100% - 64px);margin:0 auto;scroll-margin-top:150px}@media screen and (max-width: 1023px){.container{width:calc(100% - 32px)}}.main-link{position:absolute;top:0;left:0;right:0;bottom:0;width:100%;height:100%;z-index:1}.mb{margin-bottom:96px}@media screen and (max-width: 1439px){.mb{margin-bottom:64px}}@media screen and (max-width: 479px){.mb{margin-bottom:32px}}.disabled{pointer-events:none;opacity:.5}.fixed{overflow:hidden}.background{position:fixed;top:0;left:0;right:0;bottom:0;width:100%;height:100%;opacity:0;background:#373a40;transition:all .3s;visibility:hidden;z-index:6}.section{width:100%;flex:1;display:flex;flex-direction:column;align-items:flex-start}@media screen and (max-width: 1023px){.section{padding-bottom:140px}@supports (padding: env(safe-area-inset-bottom)){.section{padding-bottom:calc(env(safe-area-inset-bottom) + 140px)}}}.scroll-section{overflow-y:auto;max-height:calc(100vh - 358px);overflow:auto;padding-right:8px;padding-top:8px}.scroll-section::-webkit-scrollbar{height:3px;width:3px;border-radius:4px;background:#ebeef4}.scroll-section::-webkit-scrollbar-track{background:#ebeef4;border-radius:4px}.scroll-section::-webkit-scrollbar-thumb{background:#0260e8;border-radius:4px}@media screen and (max-width: 1919px){.scroll-section{max-height:calc(100vh - 294px)}}@media screen and (max-width: 1023px){.scroll-section{max-height:unset}}.client-section .scroll-section{max-height:calc(100vh - 618px)}@media screen and (max-width: 1919px){.client-section .scroll-section{max-height:calc(100vh - 500px)}}@media screen and (max-width: 1439px){.client-section .scroll-section{max-height:calc(100vh - 500px)}}@media screen and (max-width: 1023px){.client-section .scroll-section{max-height:calc(100vh - 439px)}}.btn{padding:0;background-color:transparent;border:none;cursor:pointer;transition:all .3s}.btn span{white-space:nowrap}@media screen and (max-width: 767px){.mobile-btn .text{display:none}}.default-button{padding:10px 16px;border-radius:8px;background-color:#0260e8;display:flex;flex-direction:row;align-items:center;justify-content:center;gap:8px;transition:all .3s}@media screen and (max-width: 1439px){.default-button{padding:8px 12px}}@media (hover: hover) and (pointer: fine){.default-button:hover{transition:all .3s;background:linear-gradient(0deg,#02e8dc33,#02e8dc33),#0260e8;background-blend-mode:normal,multiply}}.default-button svg{color:#fff;opacity:.7}.default-button span{font-family:Inter,sans-serif;color:#fff;font-size:16px;font-style:normal;font-weight:500;line-height:24px;transition:all .3s}@media screen and (max-width: 1439px){.default-button span{font-size:14px;line-height:20px}}.default-button .icon,.default-button svg{width:24px;height:24px;background-repeat:no-repeat;background-size:contain}@media screen and (max-width: 1439px){.default-button .icon,.default-button svg{width:16px;height:16px}}@media screen and (max-width: 1023px){.default-button.fixed-button{z-index:12;position:fixed;width:calc(100% - 32px);bottom:90px;left:16px;right:16px}@supports (margin: env(safe-area-inset-bottom)){.default-button.fixed-button{margin-bottom:calc(env(safe-area-inset-bottom) + 16px)}}}@media screen and (max-width: 479px){.default-button.fixed-button{bottom:80px}}.default-button.disabled{background:linear-gradient(0deg,#ffffffb3,#ffffffb3),#0260e8;pointer-events:none;opacity:.5}.transparent-button{padding:10px}.transparent-button .icon{width:24px;height:24px;color:#9098a3}.grey-button{padding:10px 16px;border-radius:8px;background-color:#ebeef4;display:flex;flex-direction:row;align-items:center;justify-content:center;gap:8px;transition:all .3s}@media screen and (max-width: 1439px){.grey-button{padding:8px 12px}}@media (hover: hover) and (pointer: fine){.grey-button:hover{background:linear-gradient(0deg,#2534481a,#2534481a),#ebeef4;background-blend-mode:normal,multiply}.grey-button:hover svg{color:#0260e8}}.grey-button svg{color:#9098a3}@media screen and (max-width: 1439px){.grey-button svg{color:#0260e8}}.grey-button span{font-family:Inter,sans-serif;color:#253448;font-size:16px;font-style:normal;font-weight:500;line-height:24px}@media screen and (max-width: 1439px){.grey-button span{font-size:14px;line-height:20px}}.grey-button .icon,.grey-button svg{width:24px;height:24px;background-repeat:no-repeat;background-size:contain;transition:all .3s}@media screen and (max-width: 1439px){.grey-button .icon,.grey-button svg{width:16px;height:16px}}@media screen and (max-width: 1023px){.grey-button.fixed-button{z-index:12;position:fixed;width:calc(100% - 32px);bottom:90px;left:16px;right:16px}}@media screen and (max-width: 479px){.grey-button.fixed-button{bottom:80px}}.grey-button.disabled{background:#ebeef4;pointer-events:none;opacity:.5}.grey-button.active{background-color:#0260e8}.grey-button.active span{color:#fff}.red-icon svg{color:#dc3545}.btn-responsive{padding:10px}@media screen and (max-width: 1439px){.btn-responsive{padding:8px}}@media screen and (max-width: 1023px){.btn-responsive .text{display:none}}.btn-responsive.reverse .text{display:none}@media screen and (max-width: 1023px){.btn-responsive.reverse .text{display:inline}}@media screen and (max-width: 1439px){.back-btn svg{color:#0260e8}}.login-btn .icon{background-image:url(/build/assets/log-in-C5N0BWg6.svg)}.put-btn .icon{background-image:url(/build/assets/put-CxvpBNPI.svg)}.reset-btn .icon{background-image:url(/build/assets/reset-C0biiBnn.svg);transition:all .3s}@media screen and (max-width: 1439px){.reset-btn .icon{background-image:url(/build/assets/reset-blue-DhEAcHPI.svg)}}@media (hover: hover) and (pointer: fine){.reset-btn:hover .icon{transform:rotate(130deg)}}.add-company .icon{background-image:url(/build/assets/briefcase-plus-cHAkikTZ.svg)}.add-btn .icon{background-image:url(/build/assets/plus-BrY1qt2Y.svg)}.select-btn .icon{background-image:url(/build/assets/sort-icon-CVrKfN6S.svg);background-repeat:no-repeat;background-size:contain;min-width:16px;max-width:16px;min-height:16px;max-height:16px}.input-button{width:100%;border-radius:8px;padding:10px 16px;background-color:#ebeef4;border:none;font-family:Inter,sans-serif;color:#253448;font-size:16px;font-style:normal;font-weight:400;line-height:24px}@media screen and (max-width: 1439px){.input-button{padding:8px 12px;font-size:14px;line-height:20px}}.title-container{width:100%;display:flex;flex-direction:row;align-items:center;justify-content:space-between;margin-bottom:32px}@media screen and (max-width: 1919px){.title-container{margin-bottom:16px}}.header-filters{display:flex;flex-direction:row;align-items:center;gap:8px}.border-bottom{padding-bottom:32px;border-bottom:1px solid rgba(37,52,72,.05)}@media screen and (max-width: 1439px){.border-bottom{padding-bottom:16px}}.table-wrapper{width:100%;padding-bottom:8px;margin-bottom:48px;overflow-y:auto;display:flex;flex-direction:column;border:1px solid #EBEEF4;border-radius:8px;padding-right:8px;padding-top:8px;min-height:0}.table-wrapper::-webkit-scrollbar{height:3px;width:3px;border-radius:4px;background:#ebeef4}.table-wrapper::-webkit-scrollbar-track{background:#ebeef4;border-radius:4px}.table-wrapper::-webkit-scrollbar-thumb{background:#0260e8;border-radius:4px}@media screen and (max-width: 1023px){.table-wrapper{margin-bottom:24px;overflow-x:scroll;max-height:unset;border:none}}@media screen and (max-width: 767px){.table-wrapper{padding-right:0;border:none;margin-bottom:0;padding-bottom:50px;overflow:hidden;max-height:unset;height:auto;flex:unset}}@media screen and (max-width: 479px){.table-wrapper{padding-bottom:0}}.content-table{width:100%;border-radius:8px;display:flex;flex-direction:column;align-items:flex-start;flex:1;position:relative;height:100%;overflow:auto;overflow-y:auto}.content-table::-webkit-scrollbar{height:3px;width:3px;border-radius:4px;background:#ebeef4}.content-table::-webkit-scrollbar-track{background:#ebeef4;border-radius:4px}.content-table::-webkit-scrollbar-thumb{background:#0260e8;border-radius:4px}@media screen and (max-width: 1439px){.content-table{width:-moz-fit-content;width:fit-content;min-width:100%}}@media screen and (max-width: 1023px){.content-table{margin-right:16px;height:auto;border:1px solid #EBEEF4}}@media screen and (max-width: 767px){.content-table{border:1px solid #EBEEF4;margin-right:0;width:100%;flex:unset;height:auto}.table-second{border:none;height:auto;margin-right:0;width:100%;flex:unset}.table-second .table-body{gap:12px}}.client-section .table-wrapper{max-height:calc(100vh - 588px)}@media screen and (max-width: 1919px){.client-section .table-wrapper{max-height:calc(100vh - 472px)}}@media screen and (max-width: 1023px){.client-section .table-wrapper{margin-bottom:24px;overflow-x:scroll;max-height:unset;border:none}}@media screen and (max-width: 767px){.client-section .table-wrapper{border:none;margin-bottom:0;padding-bottom:120px;overflow:hidden;max-height:unset;height:auto;flex:unset}}.table-headers{display:flex;align-items:center;width:100%;padding:16px;justify-content:space-between;cursor:default;position:sticky;top:0;z-index:2;background-color:#fff;height:70px;gap:32px}@media screen and (max-width: 1919px){.table-headers{gap:16px}}.table-headers .table-header{font-family:Inter,sans-serif;font-size:16px;font-style:normal;font-weight:400;line-height:24px;color:#9098a3}@media screen and (max-width: 1919px){.table-headers .table-header{font-size:14px}}.table-headers .table-header.black{color:#253448}.table-headers .table-header.red{color:#dc3545}.table-headers .table-header-filtered{display:flex;flex-direction:row;align-items:center;gap:8px;-webkit-user-select:none;-moz-user-select:none;user-select:none;cursor:default}.table-headers .table-header-filtered p,.table-headers .table-header-filtered .arrows{cursor:pointer}.table-headers .arrows{display:flex;flex-direction:column;align-items:flex-start;align-items:center;justify-content:center;position:relative;width:24px;height:48px}.table-headers .arrow{cursor:pointer;width:40px;height:24px;position:absolute;padding-top:10px}@media (hover: hover) and (pointer: fine){.table-headers .arrow:hover{color:#0260e8}}.table-headers .arrow.active{color:#0260e8}.table-headers .increasing{top:0}.table-headers .decreasing{transform:rotate(180deg);bottom:0}.table-body{width:100%;display:flex;flex-direction:column;gap:0}.table-body .table-item{width:100%;display:flex;flex-direction:row;align-items:center;justify-content:space-between;padding:16px;gap:32px;cursor:default;transition:all .3s}@media screen and (max-width: 1919px){.table-body .table-item{gap:16px}}@media screen and (max-width: 767px){.table-body .table-item{flex-direction:column;align-items:start;justify-content:start;gap:8px}}.table-body .table-item:last-of-type{border-bottom:0}@media (hover: hover) and (pointer: fine){.table-body .table-item.cursor:hover{cursor:pointer;background-color:#f7f8fa}.table-body .table-item.cursor:hover .table-text.first{background-color:#f7f8fa}}.table-body .table-medium-item{border-radius:8px;border:1px solid #EBEEF4;padding:12px;display:flex;flex-direction:column;align-items:start;justify-content:start;gap:12px}.table-body .table-medium-item.green{background-color:#1987541a}.table-body .table-medium-item .table-medium-body{width:100%;display:grid;grid-template-columns:repeat(2,1fr);gap:8px}.table-body .table-medium-item .table-medium-box{display:flex;flex-direction:column;align-items:start;justify-content:start}.table-body .table-medium-item .table-medium-box.span-2{grid-column:span 2;width:100%;flex-direction:row;align-items:start;justify-content:space-between}.table-body .table-medium-item .table-medium-box svg{width:16px;height:16px;color:#9098a3}.table-body .table-medium-item .table-medium-box .table-medium-text:last-of-type{display:flex;flex-direction:column;align-items:end}.table-body .table-medium-item .table-medium-box .table-medium-text:last-of-type p{text-align:end}.table-body .table-medium-item .table-medium-box.flex-end{align-items:end}.table-body .table-medium-item .table-medium-footer{width:100%;display:flex;flex-direction:row;align-items:center}.table-body .table-link-wrap{padding-bottom:0}.table-body .table-link-wrap:last-of-type{border-bottom:0}.table-body .table-text{overflow:hidden}.table-body .table-text.bold p{font-weight:700}.table-body .table-text p{font-family:Inter,sans-serif;font-size:16px;font-style:normal;font-weight:400;line-height:24px;color:#253448;margin-bottom:0;max-width:100%;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}@media screen and (max-width: 1919px){.table-body .table-text p{font-size:14px}}.table-body .table-text .icon{width:24px;height:24px;background-repeat:no-repeat;background-size:contain}.table-body .table-text .text-wrapper{width:100%;display:flex;flex-direction:column;align-items:start;justify-content:start;gap:4px;padding:4px 8px;border-radius:8px}.table-body .table-text .text-wrapper .title{font-size:16px;font-style:normal;font-weight:600;line-height:24px}@media screen and (max-width: 1919px){.table-body .table-text .text-wrapper .title{font-size:14px}}.table-body .table-text .text-wrapper .value{font-size:12px;font-style:normal;font-weight:400;line-height:18px}.table-body .table-text .text-wrapper.paid{background-color:#19875426}.table-body .table-text .text-wrapper.paid .title{color:#198754}.table-body .table-text .text-wrapper.not-paid{background-color:#ebeef4}.table-body .table-text .text-wrapper.not-paid .title{color:#253448}.table-body .edit-btn{display:flex;flex-direction:row;align-items:center;gap:4px}@media screen and (max-width: 767px){.table-body .edit-btn{width:100%;justify-content:center;padding-top:8px;border-top:1px solid rgba(37,52,72,.05)}}.table-body .edit-btn svg{width:24px;height:24px;color:#9098a3;fill:#9098a3;transition:all .3s}@media screen and (max-width: 1439px){.table-body .edit-btn svg{width:16px;height:16px}}@media screen and (max-width: 767px){.table-body .edit-btn svg{color:#0260e8;fill:#0260e8}}@media (hover: hover) and (pointer: fine){.table-body .edit-btn:hover svg{color:#0260e8;fill:#0260e8}}.table-body .edit-btn .icon{display:block;background-image:url(/build/assets/edit-CHXq8qGP.svg);width:24px;height:24px;background-repeat:no-repeat;background-size:contain;transition:all .3s}@media (hover: hover) and (pointer: fine){.table-body .edit-btn .icon:hover{background-image:url(/build/assets/edit-blue-DZAmonTF.svg)}}@media screen and (max-width: 1439px){.table-body .edit-btn .icon{width:16px;height:16px}}@media screen and (max-width: 767px){.table-body .edit-btn .icon{background-image:url(/build/assets/edit-blue-DZAmonTF.svg)}}.table-body .edit-btn .text{display:none}@media screen and (max-width: 767px){.table-body .edit-btn .text{display:inline;color:#253448;font-family:Inter,sans-serif;font-size:14px;font-style:normal;font-weight:500;line-height:20px}}.table-body .download-btn{display:flex;flex-direction:row;align-items:center;gap:4px}@media screen and (max-width: 767px){.table-body .download-btn{width:100%;justify-content:center;padding-top:8px;border-top:1px solid rgba(37,52,72,.05)}}@media (hover: hover) and (pointer: fine){.table-body .download-btn:hover .icon{background-image:url(/build/assets/file-download-blue-DGpmdH67.svg)}}.table-body .download-btn .icon{display:block;background-image:url(/build/assets/file-download-BD1SRlrl.svg);width:24px;height:24px;background-repeat:no-repeat;background-size:contain}@media screen and (max-width: 1439px){.table-body .download-btn .icon{width:16px;height:16px}}@media screen and (max-width: 767px){.table-body .download-btn .icon{background-image:url(/build/assets/file-download-blue-DGpmdH67.svg)}}.table-body .download-btn .text{display:none}@media screen and (max-width: 767px){.table-body .download-btn .text{display:inline;color:#253448;font-family:Inter,sans-serif;font-size:14px;font-style:normal;font-weight:500;line-height:20px}}.table-body .icons-container{display:flex;flex-direction:row;align-items:center;gap:16px}@media screen and (max-width: 767px){.table-body .icons-container{width:100%;display:grid;grid-template-columns:repeat(2,1fr);border-top:1px solid #EBEEF4}}.table-pagination{width:100%;display:flex;flex-direction:row;align-items:center;justify-content:end;gap:32px;position:relative;margin-top:auto;bottom:32px}@media screen and (max-width: 1439px){.table-pagination{bottom:16px}}@media screen and (max-width: 1023px){.table-pagination{padding-right:16px;justify-content:space-between}}@media screen and (max-width: 767px){.table-pagination{justify-content:center;margin-top:0}}.table-pagination .page-row-counter-wrapper{display:flex;flex-direction:row;align-items:center;gap:16px}.table-pagination .page-row-counter p{font-family:Inter,sans-serif;color:#253448;font-size:16px;font-style:normal;font-weight:400;line-height:150%;-webkit-user-select:none;-moz-user-select:none;user-select:none}@media screen and (max-width: 1919px){.table-pagination .page-row-counter p{font-size:14px}}.table-pagination .page-pagination{display:flex;flex-direction:row;align-items:center;gap:8px}.table-pagination .page-pagination .arrow{padding:10px;display:flex;flex-direction:row;align-items:center;justify-content:center;border:1px solid #EBEEF4;border-radius:8px;cursor:pointer;transition:all .3s}@media screen and (max-width: 1919px){.table-pagination .page-pagination .arrow{padding:8px}}@media (hover: hover) and (pointer: fine){.table-pagination .page-pagination .arrow:hover:after{background-image:url(/build/assets/chevron-right-black-CJydADEK.svg)}}.table-pagination .page-pagination .arrow-left:after{content:"";background-image:url(/build/assets/chevron-right-DBmMTikR.svg);transform:rotate(180deg);background-repeat:no-repeat;background-size:contain;width:24px;height:24px}@media screen and (max-width: 1919px){.table-pagination .page-pagination .arrow-left:after{width:16px;height:16px}}@media screen and (max-width: 767px){.table-pagination .page-pagination .arrow-left{position:absolute;left:0}}.table-pagination .page-pagination .arrow-right:after{content:"";background-image:url(/build/assets/chevron-right-DBmMTikR.svg);background-repeat:no-repeat;background-size:contain;width:24px;height:24px}@media screen and (max-width: 1919px){.table-pagination .page-pagination .arrow-right:after{width:16px;height:16px}}@media screen and (max-width: 767px){.table-pagination .page-pagination .arrow-right{position:absolute;right:16px}}.table-pagination .page-pagination .arrow-disable{opacity:.5;pointer-events:none}.pagination-dropdown{display:flex;flex-direction:row;align-items:center;gap:16px}.pagination-dropdown p{font-family:Inter,sans-serif;color:#253448;font-size:16px;font-style:normal;font-weight:400;line-height:24px}.pagination-dropdown .pagination-select{width:80px;border-radius:8px;border:1px solid #EBEEF4}.pagination-dropdown .pagination-select .select-options{bottom:calc(100% + 8px);top:unset}.pagination-dropdown .pagination-select .dropdown-list{padding:0}.pagination-dropdown .pagination-select input{padding:10px}@media screen and (max-width: 1439px){.pagination-dropdown .pagination-select input{padding:8px}}.pagination-dropdown .pagination-select .check-icon{right:0;width:20px;height:20px}.pagination-dropdown .select-options{border-radius:8px;border:1px solid #EBEEF4;padding:10px}.pagination-dropdown .dropdown-item{border-radius:8px}@media (hover: hover) and (pointer: fine){.pagination-dropdown .dropdown-item:hover{background-color:#ebeef4}}.pagination-dropdown .dropdown-item.selected{background-color:#ebeef4}.link{transition:all .3s}@media (hover: hover) and (pointer: fine){.link:hover{color:#0260e8!important}}.list-wrapper{width:100%;display:flex;flex-direction:column;align-items:flex-start;gap:0;border-radius:8px;border:1px solid #EBEEF4}.list-wrapper .list-item{width:100%;padding:16px;border-bottom:1px solid #EBEEF4}.list-wrapper .input-btn-container{width:100%;display:flex;flex-direction:row;align-items:center;align-items:start;gap:16px}.list-wrapper .input-btn-container span{text-align:start}.observer-target{width:100%;display:flex;border:1px solid red}.radio-btns-container{width:100%;display:flex;flex-direction:column;align-items:start;justify-content:start;gap:4px;position:relative}.radio-btns-container .error-text{position:absolute;color:#dc3545;font-family:Inter,sans-serif;font-size:12px;font-style:normal;font-weight:400;line-height:18px;top:90%}@media screen and (max-width: 1439px){.radio-btns-container .error-text{font-size:10px}}.radio-btns-container .options-list{display:flex;flex-direction:row;align-items:center;justify-content:start;gap:16px}.radio-btns-container .radio-btn-wrapper{display:flex;align-items:center;cursor:pointer;position:relative}.radio-btns-container .radio-btn-wrapper.selected-radio .custom-radio{border:2px solid #0260E8}.radio-btns-container .radio-btn-wrapper.selected-radio .custom-radio:after{content:"";display:block;width:12px;height:12px;border-radius:50%;background-color:#0260e8;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.radio-btns-container .radio-btn-wrapper .tooltip{position:absolute;padding:2px 8px;background-color:#0260e8;border-radius:6px;top:calc(100% + 8px);opacity:0;visibility:hidden;transition:all .3s}.radio-btns-container .radio-btn-wrapper .tooltip span{font-family:Inter,sans-serif;font-size:12px;font-style:normal;font-weight:400;line-height:18px;color:#fff;white-space:nowrap}.radio-btns-container .radio-btn-wrapper .tooltip:after{content:"";position:absolute;top:-4px;left:50%;transform:translate(-50%) rotate(45deg);width:8px;height:8px;background-color:#0260e8}.radio-btns-container .radio-btn-wrapper.disabled-radio{cursor:default}.radio-btns-container .radio-btn-wrapper.disabled-radio input{pointer-events:none}.radio-btns-container .radio-btn-wrapper.disabled-radio .custom-radio,.radio-btns-container .radio-btn-wrapper.disabled-radio .text{opacity:.5}.radio-btns-container .radio-btn-wrapper.disabled-radio:hover .tooltip{opacity:1;visibility:visible}.radio-btns-container .radio-btn-wrapper input[type=radio]{width:100%;height:100%;position:absolute;opacity:0;z-index:2;cursor:pointer}.radio-btns-container .custom-radio{display:inline-block;width:24px;height:24px;border-radius:50%;margin-right:8px;background-color:#fff;border:2px solid #9098A3;position:relative}.radio-btns-container .radio-btn-wrapper input[type=radio]:checked+.custom-radio{border:2px solid #0260E8}.radio-btns-container .radio-btn-wrapper input[type=radio]:checked+.custom-radio:after{content:"";display:block;width:12px;height:12px;border-radius:50%;background-color:#0260e8;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.scroll-wrapper{overflow-y:auto;padding-left:10px}.scroll-wrapper::-webkit-scrollbar{height:3px;width:3px;border-radius:4px;background:#ebeef4}.scroll-wrapper::-webkit-scrollbar-track{background:#ebeef4;border-radius:4px}.scroll-wrapper::-webkit-scrollbar-thumb{background:#0260e8;border-radius:4px}.buttons-container{display:flex;flex-direction:row;align-items:center;justify-content:start;gap:8px}.buttons-container.center{justify-content:space-between}.buttons-container.start{justify-content:start;gap:8px}.mirror-x{transform:scaleX(-1)}.rotate-180{transform:rotate(180deg)}.page-wrapper{min-height:100vh;max-height:100vh;display:flex;flex-direction:row;align-items:start;justify-content:start;gap:32px;padding-top:32px;padding-bottom:32px}@media screen and (max-width: 1919px){.page-wrapper{padding-top:16px;padding-bottom:16px;gap:16px}}@media screen and (max-width: 1023px){.page-wrapper{padding-top:32px;padding-bottom:32px}.page-wrapper:has(.has-table){width:100%;padding-left:16px}}@media screen and (max-width: 767px){.page-wrapper:has(.has-table){width:calc(100% - 32px);padding-left:0}}.main-content{width:86%;display:flex;flex-direction:column;align-items:flex-start;gap:32px;min-height:calc(100vh - 64px)}@media screen and (max-width: 1919px){.main-content{gap:16px;width:83%;min-height:calc(100vh - 32px)}}@media screen and (max-width: 1023px){.main-content{width:100%}}.side-menu{height:100%;min-height:calc(100vh - 64px);max-width:12%;min-width:12%;padding-right:31px;border-right:1px solid #EBEEF4}@media screen and (max-width: 1919px){.side-menu{max-width:17%;min-width:17%;min-height:calc(100vh - 32px);padding-right:15px}}@media screen and (max-width: 1023px){.side-menu{display:none}}.side-menu .main-title-container{padding-bottom:26px;border-bottom:1px solid #EBEEF4;margin-bottom:26px}@media screen and (max-width: 1919px){.side-menu .main-title-container{padding-bottom:10px;margin-bottom:10px}}.side-menu .main-title-container .main-title{font-family:Inter,sans-serif;font-size:27px;font-style:normal;font-weight:600;line-height:100%;letter-spacing:-.017px;color:#253448;margin-bottom:0}@media screen and (max-width: 1439px){.side-menu .main-title-container .main-title{font-size:22px}}.header{width:100%;padding-bottom:32px;border-bottom:1px solid #EBEEF4;display:flex;flex-direction:row;align-items:center;justify-content:space-between}@media screen and (max-width: 1919px){.header{padding-bottom:16px}}@media screen and (max-width: 1023px){.header{display:none}}.header .name-container{display:flex;flex-direction:row;align-items:center;gap:16px}.header p{font-family:Inter,sans-serif;font-size:27px;font-style:normal;font-weight:600;line-height:100%;letter-spacing:-.017px}@media screen and (max-width: 1439px){.header p{font-size:22px}}.header .name{color:#253448}.header .email{color:#9098a3}.exit-btn{transition:all .3s}.exit-btn svg{width:24px;height:24px;color:#9098a3}@media screen and (max-width: 1023px){.exit-btn svg{width:16px;height:16px;color:#253448}}.exit-btn:hover svg{color:#0260e8}.nav-list{display:flex;flex-direction:column;align-items:flex-start;gap:0;width:100%}.nav-list li{width:100%}.nav-list li a{width:100%;display:flex;flex-direction:row;align-items:center;gap:8px;padding:10px 16px;cursor:pointer;border-radius:8px}@media screen and (max-width: 1439px){.nav-list li a{padding:8px 12px}}.nav-list li p{font-family:Inter,sans-serif;color:#253448;font-size:16px;font-style:normal;font-weight:600;line-height:24px;white-space:nowrap}@media screen and (max-width: 1439px){.nav-list li p{font-size:14px}}.nav-list li .icon{min-width:24px;max-width:24px;min-height:24px;max-height:24px;transition:all .3s;color:#9098a3}.nav-list li.users{padding-top:32px;border-top:1px solid #EBEEF4;margin-top:32px}@media screen and (max-width: 1919px){.nav-list li.users{padding-top:16px;margin-top:16px}}@media screen and (max-width: 1023px){.nav-list li.users{margin-top:0;padding-top:0}}.nav-list .router-link-active,.nav-list .active{background-color:#ebeef4}.nav-list .router-link-active .icon,.nav-list .active .icon{color:#0260e8}@media screen and (max-width: 1023px){.nav-list .router-link-active .icon,.nav-list .active .icon{color:#ebeef4}}.fixed-header-menu{display:none;position:fixed;bottom:0;left:0;right:0;width:100%;background-color:#ebeef4;padding-top:32px;padding-bottom:16px;z-index:11;border-top:2px solid rgba(55,58,64,.05)}@media screen and (max-width: 1023px){.fixed-header-menu{display:flex}}@media screen and (max-width: 479px){.fixed-header-menu{padding-top:24px;padding-bottom:8px}}@supports (padding: env(safe-area-inset-bottom)){.fixed-header-menu{padding-bottom:calc(env(safe-area-inset-bottom) + 24px);padding-right:calc(env(safe-area-inset-right) + 16px);padding-left:calc(env(safe-area-inset-left) + 16px)}}.fixed-header-menu .border-container{position:absolute;top:-3px;left:0;right:0;width:100%;height:16px;background-color:#fff;border-radius:0 0 16px 16px}.fixed-header-menu .wrapper{width:100%;display:grid;grid-template-columns:4fr 1fr;gap:0}.fixed-header-menu .nav-list{display:flex;flex-direction:row;align-items:center}.fixed-header-menu .nav-list a{width:100%;padding:8px 24px;display:flex;flex-direction:row;align-items:center;justify-content:center}.fixed-header-menu .nav-list a p{display:none}@media screen and (max-width: 767px){.fixed-header-menu .nav-list a{padding:8px 12px}}.fixed-header-menu .nav-list .router-link-active,.fixed-header-menu .nav-list .active{background-color:#0260e8}.fixed-header-menu .nav-list .router-link-active .icon.companies,.fixed-header-menu .nav-list .active .icon.companies{background-image:url(/build/assets/companies-white-9CDS99Bv.svg)}.fixed-header-menu .nav-list .router-link-active .icon.users,.fixed-header-menu .nav-list .active .icon.users{background-image:url(/build/assets/users-white-BEH1_yl7.svg)}.fixed-header-menu .nav-list .router-link-active .icon.files,.fixed-header-menu .nav-list .active .icon.files{background-image:url(/build/assets/files-white--g1WTGNe.svg)}.fixed-header-menu .nav-list .router-link-active .icon.clients,.fixed-header-menu .nav-list .active .icon.clients{background-image:url(/build/assets/client-white-Cy0y1l-Y.svg)}.fixed-header-menu .menu-open{cursor:pointer;border-radius:8px;padding:8px 24px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:4px;transition:all .3s}@media screen and (max-width: 767px){.fixed-header-menu .menu-open{padding:0;width:100%}}.fixed-header-menu .menu-open span{width:18px;height:2px;background-color:#9098a3;border-radius:4px}.fixed-header-menu .menu-open.router-link-active{background-color:#0260e8}.fixed-header-menu .menu-open.router-link-active span{background-color:#fff}.mobile-menu{width:100%;height:100%;display:flex;flex-direction:column;align-items:flex-start;gap:16px}.mobile-menu .logo-container{width:100%;font-family:Inter,sans-serif;color:#253448;font-size:32px;font-style:normal;font-weight:600;line-height:100%;letter-spacing:-.127px}.mobile-menu .mail-container{display:flex;flex-direction:row;align-items:center;width:100%;justify-content:space-between}.mobile-menu .names{display:flex;flex-direction:row;align-items:center;justify-content:start;gap:8px}.mobile-menu .names p{font-family:Inter,sans-serif;font-size:14px;font-style:normal;font-weight:400;line-height:20px}.mobile-menu .names .name{color:#253448}.mobile-menu .names .mail{color:#9098a3}.mobile-menu .nav-list{display:flex;flex-direction:column;align-items:flex-start}.mobile-menu .nav-list a{padding:8px 5px}.mobile-menu .nav-list .icon{min-width:16px;max-width:16px;max-height:16px;min-height:16px}.mobile-menu .nav-list p{font-size:14px}.empty-section h2{color:#9098a3}h1,.h1{font-family:Inter,sans-serif;color:#253448;font-size:44px;font-style:normal;font-weight:600;line-height:100%;letter-spacing:-.127px;word-break:break-word}@media screen and (max-width: 1439px){h1,.h1{font-size:32px}}@media screen and (max-width: 767px){h1,.h1{font-size:22px}}h2,.h2{font-family:Inter,sans-serif;color:#253448;font-size:27px;font-style:normal;font-weight:600;line-height:100%;letter-spacing:-.017px;word-break:break-word}@media screen and (max-width: 1439px){h2,.h2{font-size:22px}}@media screen and (max-width: 767px){h2,.h2{font-size:14px}}.normal-text{font-family:Inter,sans-serif;color:#253448;font-size:16px;font-style:normal;font-weight:400;line-height:24px}.normal-text.bold{font-weight:700}.normal-text.grey{color:#9098a3}.normal-text.green{color:#198754}@media screen and (max-width: 767px){.normal-text{font-size:14px}}.small-text{font-family:Inter,sans-serif;color:#253448;font-size:12px;font-style:normal;font-weight:400;line-height:18px}.small-text.bold{font-weight:600}.small-text.grey{color:#9098a3}.users-section .add-user-btn .icon{background-image:url(/build/assets/user-plus-DYcDcgXt.svg)}.users-section .save-btn .icon{background-image:url(/build/assets/save-g4iWh5hL.svg)}.users-table .table-text:nth-child(1),.users-table .table-header:nth-child(1){width:66%}@media screen and (max-width: 1919px){.users-table .table-text:nth-child(1),.users-table .table-header:nth-child(1){width:53%}}@media screen and (max-width: 1439px){.users-table .table-text:nth-child(1),.users-table .table-header:nth-child(1){width:40%}}@media screen and (max-width: 1023px){.users-table .table-text:nth-child(1),.users-table .table-header:nth-child(1){width:500px}}@media screen and (max-width: 767px){.users-table .table-text:nth-child(1),.users-table .table-header:nth-child(1){width:100%}}.users-table .table-text:nth-child(2),.users-table .table-header:nth-child(2){width:16%}@media screen and (max-width: 1919px){.users-table .table-text:nth-child(2),.users-table .table-header:nth-child(2){width:17%}}@media screen and (max-width: 1439px){.users-table .table-text:nth-child(2),.users-table .table-header:nth-child(2){width:23%}}@media screen and (max-width: 1023px){.users-table .table-text:nth-child(2),.users-table .table-header:nth-child(2){width:190px}}@media screen and (max-width: 767px){.users-table .table-text:nth-child(2),.users-table .table-header:nth-child(2){width:100%}}.users-table .table-text:nth-child(3),.users-table .table-header:nth-child(3){width:9%}@media screen and (max-width: 1919px){.users-table .table-text:nth-child(3),.users-table .table-header:nth-child(3){width:17%}}@media screen and (max-width: 1439px){.users-table .table-text:nth-child(3),.users-table .table-header:nth-child(3){width:23%}}@media screen and (max-width: 1023px){.users-table .table-text:nth-child(3),.users-table .table-header:nth-child(3){width:140px}}@media screen and (max-width: 767px){.users-table .table-text:nth-child(3),.users-table .table-header:nth-child(3){width:100%}}.users-table .table-text:nth-child(4),.users-table .table-header:nth-child(4){width:24px}@media screen and (max-width: 1439px){.users-table .table-text:nth-child(4),.users-table .table-header:nth-child(4){width:16px}}@media screen and (max-width: 767px){.users-table .table-text:nth-child(4),.users-table .table-header:nth-child(4){width:100%}}.users-table .name{display:flex;flex-direction:row;align-items:center;gap:8px}@media screen and (max-width: 767px){.users-table .name{flex-direction:column;align-items:start;justify-content:start}}.users-table .name p{font-weight:700;text-decoration-line:underline}.users-table .name .blocked-user{display:flex;flex-direction:row;align-items:center;gap:4px}.users-table .name .blocked-user .text{font-family:Inter,sans-serif;color:#253448;font-size:14px;font-style:normal;font-weight:400;line-height:20px;display:none}@media screen and (max-width: 767px){.users-table .name .blocked-user .text{display:inline}}.users-table .name .icon{background-image:url(/build/assets/lock-sXxsdx1y.svg);width:24px;height:24px;background-repeat:no-repeat;background-size:contain}@media screen and (max-width: 1439px){.users-table .name .icon{width:16px;height:16px}}.users-table .edit-btn{display:flex;flex-direction:row;align-items:center;gap:4px}@media screen and (max-width: 767px){.users-table .edit-btn{width:100%;justify-content:center;padding-top:8px;border-top:1px solid rgba(37,52,72,.05)}}.users-table .edit-btn .text{display:none}@media screen and (max-width: 767px){.users-table .edit-btn .text{display:inline;color:#253448;font-family:Inter,sans-serif;font-size:14px;font-style:normal;font-weight:500;line-height:20px}}.add-user-wrapper .inputs-container{width:100%;display:grid;grid-template-columns:repeat(6,1fr);gap:16px}@media screen and (max-width: 767px){.add-user-wrapper .inputs-container{display:flex;flex-direction:column;align-items:flex-start}}.add-user-wrapper .input-wrapper{grid-column:span 2}.add-user-wrapper .input-wrapper:nth-child(4){grid-column:span 3}.add-user-wrapper .input-wrapper:nth-child(5){grid-column:span 3}.edit-user-wrapper .inputs-container{width:100%;display:grid;grid-template-columns:repeat(6,1fr);gap:16px}@media screen and (max-width: 767px){.edit-user-wrapper .inputs-container{display:flex;flex-direction:column;align-items:flex-start}}.edit-user-wrapper .input-wrapper{grid-column:span 2}.edit-user-wrapper .input-wrapper:nth-child(4){grid-column:span 3}.edit-user-wrapper .input-wrapper:nth-child(5){grid-column:span 3}.edit-user-wrapper .input-wrapper:nth-child(6){grid-column:span 6}.user-section .info-container{display:flex;flex-direction:column;align-items:flex-start;gap:32px;max-width:800px}@media screen and (max-width: 1439px){.user-section .info-container{max-width:80%;gap:16px}}.user-section .info-container .h2{color:#9098a3}.user-section .info-container .blocked-user{display:flex;flex-direction:row;align-items:center;gap:8px}@media screen and (max-width: 1439px){.user-section .info-container .blocked-user{gap:4px}}.user-section .info-container .blocked-user .icon{background-image:url(/build/assets/lock-sXxsdx1y.svg);background-repeat:no-repeat;background-size:contain;width:24px;height:24px}@media screen and (max-width: 1439px){.user-section .info-container .blocked-user .icon{width:16px;height:16px}}.user-section .info-container .blocked-user p{margin-bottom:0;font-family:Inter,sans-serif;color:#253448;font-size:16px;font-style:normal;font-weight:400;line-height:24px}@media screen and (max-width: 1439px){.user-section .info-container .blocked-user p{font-size:14px}}.user-section .button-container{display:flex;flex-direction:row;align-items:center;gap:8px}@media screen and (max-width: 1023px){.user-section .button-container{display:flex;flex-direction:column;align-items:flex-start;gap:16px;z-index:12;position:fixed;width:calc(100% - 32px);bottom:90px;left:16px;right:16px}}@media screen and (max-width: 479px){.user-section .button-container{bottom:80px}}.user-section .button-container .fixed-button{width:100%;position:relative;top:unset;bottom:unset;left:unset;right:unset}.companies-list{width:100%;display:grid;grid-template-columns:repeat(3,1fr);grid-template-rows:auto;gap:16px;align-items:stretch;justify-content:start}@media screen and (max-width: 1919px){.companies-list{gap:8px}}@media screen and (max-width: 1439px){.companies-list{grid-template-columns:repeat(2,1fr)}}@media screen and (max-width: 767px){.companies-list{grid-template-columns:1fr;gap:0;padding:0;border-radius:8px;border:1px solid #EBEEF4}}.companies-list .company-item{width:100%;border-radius:8px;border:1px solid #EBEEF4;background:#fff;display:flex;flex-direction:column;position:relative;padding:32px}@media screen and (max-width: 1919px){.companies-list .company-item{padding:24px}}@media screen and (max-width: 1439px){.companies-list .company-item{padding:16px}}@media screen and (max-width: 767px){.companies-list .company-item{border:none;padding:12px;border-bottom:1px solid #EBEEF4;border-radius:0}.companies-list .company-item:first-child{border-radius:8px 8px 0 0}.companies-list .company-item:last-child{border-radius:0 0 8px 8px;border-bottom:none}}.companies-list .company-item h2{max-width:97%}.companies-list .edit-btn{position:absolute;top:16px;right:16px;padding:0;background-color:transparent;border:none}.companies-list .edit-btn .icon{background-image:url(/build/assets/edit-CHXq8qGP.svg)}@media (hover: hover) and (pointer: fine){.companies-list .edit-btn:hover{background:transparent}.companies-list .edit-btn:hover .icon{background-image:url(/build/assets/edit-blue-DZAmonTF.svg)}}.companies-list .edit-btn .icon{width:24px;height:24px;transition:all .3s}@media screen and (max-width: 1439px){.companies-list .edit-btn .icon{width:16px;height:16px;background-image:url(/build/assets/edit-blue-DZAmonTF.svg)}}.companies-list .edit-btn .text{display:none}@media screen and (max-width: 767px){.companies-list .edit-btn .text{display:inline;font-family:Inter,sans-serif;color:#253448;font-size:14px;font-style:normal;font-weight:500;line-height:20px}.companies-list .edit-btn{position:relative;top:unset;right:unset;border-radius:0;width:100%;display:flex;flex-direction:row;align-items:center;justify-content:center;gap:4px;padding-top:8px;margin-top:8px;border-top:1px solid #EBEEF4}}.companies-list .info{display:flex;flex-direction:column;align-items:flex-start;justify-content:start;gap:8px}.companies-list .info .name{font-family:Inter,sans-serif;color:#253448;font-size:16px;font-style:normal;font-weight:400;line-height:24px}@media screen and (max-width: 1919px){.companies-list .info .name{font-size:14px}}.companies-list .info .description{font-family:Inter,sans-serif;color:#253448;font-size:16px;font-style:normal;font-weight:400;line-height:24px}@media screen and (max-width: 1919px){.companies-list .info .description{font-size:14px}}.invoices-section .default-button .icon{background-image:url(/build/assets/briefcase-plus-cHAkikTZ.svg)}@media screen and (max-width: 1023px){.invoices-section .title-container{display:flex;flex-direction:column;align-items:flex-start;gap:16px}}.invoices-section .header-filters{width:100%;position:relative;margin-bottom:32px;justify-content:space-between}@media screen and (max-width: 1439px){.invoices-section .header-filters{margin-bottom:16px;flex-direction:column-reverse;align-items:start}}@media screen and (max-width: 1023px){.invoices-section .header-filters{flex-direction:column-reverse;justify-content:space-between;width:calc(100% - 32px)}}@media screen and (max-width: 767px){.invoices-section .header-filters{width:100%}}.invoices-section .filters-wrapper{display:flex;flex-direction:row;align-items:center;justify-content:start;gap:8px;position:relative;padding-left:0}@media screen and (max-width: 1023px){.invoices-section .filters-wrapper{width:100%}}@media screen and (max-width: 767px){.invoices-section .filters-wrapper.scroll-wrapper{width:100%;overflow:auto;padding-bottom:10px;overflow-y:auto}.invoices-section .filters-wrapper.scroll-wrapper::-webkit-scrollbar{height:3px;width:3px;border-radius:4px;background:#ebeef4}.invoices-section .filters-wrapper.scroll-wrapper::-webkit-scrollbar-track{background:#ebeef4;border-radius:4px}.invoices-section .filters-wrapper.scroll-wrapper::-webkit-scrollbar-thumb{background:#0260e8;border-radius:4px}.invoices-section .filters-wrapper .select-container{position:unset}.invoices-section .filters-wrapper .select-container .open-indicator{display:none}}.invoices-section .companies-select{width:450px}@media screen and (max-width: 1439px){.invoices-section .companies-select{width:300px}}@media screen and (max-width: 1023px){.invoices-section .companies-select{width:85%}}@media screen and (max-width: 767px){.invoices-section .companies-select{width:100%}}.invoices-section .companies-select input{background-color:#ebeef4}.invoices-section .companies-select .select-options{background-color:#ebeef4;border-radius:8px;border:1px solid rgba(37,52,72,.05)}.invoices-section .companies-select .open-indicator{top:10px}@media screen and (max-width: 1439px){.invoices-section .companies-select .open-indicator{top:8px}}.invoices-section .select-btn-wrapper{position:unset}.invoices-section .sort-select{width:17%;height:36px}@media screen and (max-width: 767px){.invoices-section .sort-select{width:36px}}.invoices-section .sort-select .btn{width:100%;padding:8px 12px;height:36px}@media screen and (max-width: 767px){.invoices-section .sort-select .btn{padding:8px;height:100%}}.invoices-section .sort-select .select-btn .icon{background-image:url(/build/assets/sort-icon-CVrKfN6S.svg);background-repeat:no-repeat;background-size:contain;min-width:16px;max-width:16px;min-height:16px;max-height:16px}.invoices-section .sort-select .select-btn .text{font-weight:500;font-size:14px}@media screen and (max-width: 767px){.invoices-section .sort-select .select-btn .text{display:none}}.invoices-section .sort-select .select-options{width:100%;left:0;right:0}@media screen and (max-width: 1439px) and (max-width: 767px){.invoices-table{overflow-x:hidden}}.invoices-table .paid-btn{display:flex;flex-direction:column;align-items:start;justify-content:start;gap:4px}.invoices-table .table-text:nth-child(1),.invoices-table .table-header:nth-child(1){min-width:80px}@media screen and (max-width: 767px){.invoices-table .table-text:nth-child(1),.invoices-table .table-header:nth-child(1){width:100%}}.invoices-table .table-text:nth-child(2),.invoices-table .table-header:nth-child(2){width:30%;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}@media screen and (max-width: 1919px){.invoices-table .table-text:nth-child(2),.invoices-table .table-header:nth-child(2){width:21%}}@media screen and (max-width: 1439px){.invoices-table .table-text:nth-child(2),.invoices-table .table-header:nth-child(2){width:251px}}@media screen and (max-width: 767px){.invoices-table .table-text:nth-child(2),.invoices-table .table-header:nth-child(2){width:100%}}.invoices-table .table-text:nth-child(3),.invoices-table .table-header:nth-child(3){width:20%}@media screen and (max-width: 1919px){.invoices-table .table-text:nth-child(3),.invoices-table .table-header:nth-child(3){width:20%}}@media screen and (max-width: 1439px){.invoices-table .table-text:nth-child(3),.invoices-table .table-header:nth-child(3){width:400px}}@media screen and (max-width: 1023px){.invoices-table .table-text:nth-child(3),.invoices-table .table-header:nth-child(3){width:400px}}@media screen and (max-width: 767px){.invoices-table .table-text:nth-child(3),.invoices-table .table-header:nth-child(3){width:100%}}.invoices-table .table-text:nth-child(4),.invoices-table .table-header:nth-child(4){width:11%}@media screen and (max-width: 1919px){.invoices-table .table-text:nth-child(4),.invoices-table .table-header:nth-child(4){width:13%}}@media screen and (max-width: 1439px){.invoices-table .table-text:nth-child(4),.invoices-table .table-header:nth-child(4){width:140px}}@media screen and (max-width: 767px){.invoices-table .table-text:nth-child(4),.invoices-table .table-header:nth-child(4){width:100%}}.invoices-table .table-text:nth-child(5),.invoices-table .table-header:nth-child(5){width:11%}@media screen and (max-width: 1919px){.invoices-table .table-text:nth-child(5),.invoices-table .table-header:nth-child(5){width:12%}}@media screen and (max-width: 1439px){.invoices-table .table-text:nth-child(5),.invoices-table .table-header:nth-child(5){width:125px}}@media screen and (max-width: 767px){.invoices-table .table-text:nth-child(5),.invoices-table .table-header:nth-child(5){width:100%}}.invoices-table .table-text:nth-child(6),.invoices-table .table-header:nth-child(6){width:11%}@media screen and (max-width: 1919px){.invoices-table .table-text:nth-child(6),.invoices-table .table-header:nth-child(6){width:13%}}@media screen and (max-width: 1439px){.invoices-table .table-text:nth-child(6),.invoices-table .table-header:nth-child(6){width:140px}}@media screen and (max-width: 767px){.invoices-table .table-text:nth-child(6),.invoices-table .table-header:nth-child(6){width:100%}}.invoices-table .table-text:nth-child(7),.invoices-table .table-header:nth-child(7){width:11%}@media screen and (max-width: 1919px){.invoices-table .table-text:nth-child(7),.invoices-table .table-header:nth-child(7){width:11%}}@media screen and (max-width: 1439px){.invoices-table .table-text:nth-child(7),.invoices-table .table-header:nth-child(7){width:71px}}@media screen and (max-width: 1023px){.invoices-table .table-text:nth-child(7),.invoices-table .table-header:nth-child(7){width:120px}}@media screen and (max-width: 767px){.invoices-table .table-text:nth-child(7),.invoices-table .table-header:nth-child(7){width:100%}}.invoices-table .table-text:nth-child(8),.invoices-table .table-header:nth-child(8){max-width:64px;min-width:64px}@media screen and (max-width: 767px){.invoices-table .table-text:nth-child(8),.invoices-table .table-header:nth-child(8){max-width:unset;min-width:unset;width:100%}}.modal-layout{position:fixed;top:0;right:0;bottom:0;left:0;width:100%;height:100vh;overflow:scroll;display:flex;flex-direction:row;align-items:center;justify-content:center;z-index:13}@media screen and (max-width: 767px){.modal-layout{align-items:start;justify-content:start}}.modal-layout:has(.company-wrapper){z-index:14}.modal-layout.loading .inputs-container{opacity:.5;pointer-events:none}.modal-layout .loader{position:absolute;top:calc(50% - 24px);left:calc(50% - 24px);z-index:11}.modal-layout .overlay{position:fixed;top:0;right:0;bottom:0;left:0;width:100%;height:140%;background-color:#9098a380}.modal-layout .modalWrapper{border-radius:32px;border:1px solid #EBEEF4;background:#fff;box-shadow:0 4px 8px #25344814,0 32px 80px #2534483d;z-index:3;padding:48px;display:flex;flex-direction:column;align-items:flex-start;gap:32px;width:1000px;position:relative;height:auto;transition:all .3s}@media screen and (max-width: 1919px){.modal-layout .modalWrapper{gap:16px;width:900px}}@media screen and (max-width: 1439px){.modal-layout .modalWrapper{padding:32px;width:100%;max-width:900px}}@media screen and (max-width: 1023px){.modal-layout .modalWrapper{max-width:640px}}@media screen and (max-width: 767px){.modal-layout .modalWrapper{max-width:unset;width:100%;height:100%;overflow:scroll;position:fixed;top:0;left:0;right:0;bottom:0;padding:32px 16px;border-radius:0}}.modal-layout .default-button{align-self:end}@media screen and (max-width: 1023px){.modal-layout .default-button{width:100%}}.modal-layout .close{width:64px;height:64px;position:absolute;top:0;right:0;cursor:pointer;display:flex;flex-direction:row;align-items:center;justify-content:center}.modal-layout .close:after{display:block;content:"";background-image:url(/build/assets/close-DqvPmcrT.svg);background-repeat:no-repeat;background-size:contain;width:24px;height:24px}@media screen and (max-width: 1439px){.modal-layout .close:after{width:16px;height:16px}}@media screen and (max-width: 767px){.modal-layout .close{width:32px;height:32px}}.modal-layout .modal-footer{width:100%;display:flex;flex-direction:row;align-items:center;justify-content:space-between;gap:16px}@media screen and (max-width: 1023px){.modal-layout .modal-footer{flex-direction:column-reverse}}.modal-layout .button-container{width:100%;display:flex;flex-direction:row;align-items:center;justify-content:end;gap:8px}.modal-layout .fixed-footer{display:flex;flex-direction:column;align-items:start;gap:16px;bottom:0;right:0;left:0;margin-top:auto;position:absolute;background-color:#fff;padding:16px;box-shadow:0 -4px 8px #25344814,0 -2px 80px #2534483d}@media screen and (max-width: 767px){.modal-layout .fixed-footer{position:fixed;bottom:0;width:100%;background-color:#fff;left:0;right:0;padding:16px;box-shadow:0 -4px 8px #25344814,0 -2px 80px #2534483d}}.modal-layout.sidebar-modal-right{align-items:start;justify-content:end;padding-top:0;padding-bottom:0;overflow:hidden;visibility:hidden}.modal-layout.sidebar-modal-right .modalWrapper{position:relative;border-radius:0;height:100dvh;overflow:auto;right:-100%;top:0;bottom:0;left:unset;z-index:1;opacity:0;padding:24px;gap:16px;transition:all .3s ease-in-out}@media screen and (max-width: 1439px){.modal-layout.sidebar-modal-right .modalWrapper{width:100%;max-width:unset}}@media screen and (max-width: 767px){.modal-layout.sidebar-modal-right .modalWrapper{padding:16px 16px 100px}}.modal-layout.sidebar-modal-right .modalWrapper.open-subModal{box-shadow:none}.modal-layout.sidebar-modal-right .modalWrapper.modal-sub{width:auto;padding:32px;transform:translate(100%);transition:all .3s;min-width:455px;visibility:hidden}.modal-layout.sidebar-modal-right .modalWrapper.modal-sub.open{transform:translate(0);visibility:visible}.modal-layout.sidebar-modal-right .modalWrapper.modal-sub .close-icon{position:absolute;top:16px;right:16px;cursor:pointer}.modal-layout.sidebar-modal-right .modalWrapper.modal-sub .close-icon:hover svg{transition:all .3s;color:#0260e8}.modal-layout.sidebar-modal-right .modalWrapper.modal-sub .close-icon svg{transform:rotate(180deg);width:24px;height:24px;color:#9098a3}@media screen and (max-width: 1439px){.modal-layout.sidebar-modal-right .modalWrapper.modal-sub{width:auto;position:absolute;top:0;bottom:0;left:0;right:unset!important;transform:translate(-100%)}.modal-layout.sidebar-modal-right .modalWrapper.modal-sub.open{transform:translate(0);z-index:15}}@media screen and (max-width: 767px){.modal-layout.sidebar-modal-right .modalWrapper.modal-sub{width:100%;min-width:unset;padding:16px}}.modal-layout.sidebar-modal-right .modal-content-wrapper{display:flex;flex-direction:column;align-items:start;justify-content:start;gap:32px;width:100%;flex:1;overflow-y:auto;padding-bottom:0;padding-right:20px}.modal-layout.sidebar-modal-right .modal-content-wrapper::-webkit-scrollbar{height:3px;width:3px;border-radius:4px;background:#ebeef4}.modal-layout.sidebar-modal-right .modal-content-wrapper::-webkit-scrollbar-track{background:#ebeef4;border-radius:4px}.modal-layout.sidebar-modal-right .modal-content-wrapper::-webkit-scrollbar-thumb{background:#0260e8;border-radius:4px}@media screen and (max-width: 1439px){.modal-layout.sidebar-modal-right .modal-content-wrapper{gap:24px}}.modal-layout.sidebar-modal-right .overlay{position:fixed;top:0;left:0;width:100vw;height:100vh;background-color:#0006;visibility:hidden;opacity:0;transition:opacity .3s ease-in-out,visibility .3s ease-in-out;z-index:0}.modal-layout.sidebar-modal-right.open{visibility:visible}.modal-layout.sidebar-modal-right.open .modalWrapper{right:0;z-index:2;opacity:1}.modal-layout.sidebar-modal-right.open .overlay{visibility:visible;opacity:1}.result-modal{position:fixed;top:32px;right:32px;width:400px;padding:16px;border-radius:8px;background:#f7f8fae6;box-shadow:4px 4px 4px #00000014;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border:1px solid #EBEEF4;display:flex;flex-direction:row;align-items:start;justify-content:start;gap:8px;z-index:20}@media screen and (max-width: 1439px){.result-modal{padding:12px}}@media screen and (max-width: 1023px){.result-modal{width:calc(100% - 32px);right:16px;left:16px}}.result-modal .text-container{display:flex;flex-direction:column;align-items:flex-start;gap:4px}.result-modal .text-container .title{font-family:Inter,sans-serif;color:#253448;font-size:16px;font-style:normal;font-weight:400;line-height:24px}@media screen and (max-width: 1439px){.result-modal .text-container .title{font-size:14px;line-height:20px}}.result-modal .text-container .subtitle{font-family:Inter,sans-serif;color:#9098a3;font-size:12px;font-style:normal;font-weight:400;line-height:18px}@media screen and (max-width: 1439px){.result-modal .text-container .subtitle{font-size:10px;line-height:18px}}.result-modal .icon{min-width:24px;min-height:24px;max-width:24px;max-height:24px}.result-modal .success-icon{color:#198754}.result-modal .error-icon{color:#dc3545}.modal-layout:has(.client-company-wrapper,.company-wrapper) .overlay{height:100%}@media screen and (max-width: 1919px){.modal-layout:has(.client-company-wrapper,.company-wrapper){align-items:start;padding-top:80px;padding-bottom:80px}}@media screen and (max-width: 767px){.modal-layout:has(.client-company-wrapper,.company-wrapper){padding:0;overflow:hidden}.modal-layout:has(.client-company-wrapper,.company-wrapper) .overlay{display:none}}.invoice-wrapper .dp--menu-wrapper{right:0!important;left:unset!important}@media screen and (max-width: 767px){.invoice-wrapper{height:100vh;overflow:scroll}}.invoice-wrapper .selects-container{padding:16px;width:100%;display:grid;grid-template-columns:repeat(2,1fr);-moz-column-gap:8px;column-gap:8px;row-gap:16px}@media screen and (max-width: 1919px){.invoice-wrapper .selects-container{padding:12px}}@media screen and (max-width: 767px){.invoice-wrapper .selects-container{display:flex;flex-direction:column}}.invoice-wrapper .selects-container .inputs-container{width:100%;display:flex;flex-direction:row;align-items:center;justify-content:start;gap:8px}@media screen and (max-width: 767px){.invoice-wrapper .selects-container .inputs-container{display:flex;flex-direction:column}}.invoice-wrapper .selects-container .inputs-container .companies-select{width:39%;flex:unset}@media screen and (max-width: 767px){.invoice-wrapper .selects-container .inputs-container .companies-select{width:100%}}.invoice-wrapper .selects-container .inputs-container .data-picker-wrapper{flex:1}.invoice-wrapper .invoice-paid-wrapper{cursor:pointer}.invoice-wrapper .invoice-paid-wrapper div{display:flex;flex-direction:row;align-items:center;justify-content:center;padding:10px 16px;width:-moz-fit-content;width:fit-content;border-radius:8px}@media screen and (max-width: 1439px){.invoice-wrapper .invoice-paid-wrapper div{padding:8px 12px}}.invoice-wrapper .invoice-paid-wrapper div span{color:#253448;font-family:Inter,sans-serif;font-size:16px;font-style:normal;font-weight:600;line-height:24px;-webkit-user-select:none;-moz-user-select:none;user-select:none;display:flex;flex-direction:row;align-items:center;gap:8px}@media screen and (max-width: 1919px){.invoice-wrapper .invoice-paid-wrapper div span{font-size:14px;line-height:20px}}.invoice-wrapper .invoice-paid-wrapper div.paid{background-color:#19875426}.invoice-wrapper .invoice-paid-wrapper div.paid span:before{content:"";width:24px;height:24px;background-image:url(/build/assets/check-circle-kV8BhAl3.svg);box-sizing:border-box;background-repeat:no-repeat;background-size:contain}@media screen and (max-width: 1439px){.invoice-wrapper .invoice-paid-wrapper div.paid span:before{width:16px;height:16px}}.invoice-wrapper .invoice-paid-wrapper div.not-paid{background-color:#ebeef4}@media (hover: hover) and (pointer: fine){.invoice-wrapper .invoice-paid-wrapper div.not-paid:hover span:before{box-sizing:border-box;border:2px solid #0260E8}}.invoice-wrapper .invoice-paid-wrapper div.not-paid span:before{content:"";width:24px;height:24px;border-radius:50%;border:2px solid #9098A3;transition:all .3s;box-sizing:border-box}@media screen and (max-width: 1439px){.invoice-wrapper .invoice-paid-wrapper div.not-paid span:before{width:16px;height:16px}}.invoice-wrapper .select-container{flex:1}@media screen and (max-width: 1023px){.invoice-wrapper .select-container{width:100%}}.invoice-wrapper .select-container input{text-overflow:ellipsis;overflow:hidden;white-space:nowrap}.invoice-wrapper .positions-container{display:flex;flex-direction:column;align-items:flex-start;gap:16px;width:100%}.invoice-wrapper .positions-wrapper{width:100%;display:flex;flex-direction:column;align-items:flex-start;border:1px solid #EBEEF4;border-radius:8px}.invoice-wrapper .positions-list{width:100%;display:flex;flex-direction:column;align-items:flex-start}.invoice-wrapper .position-item{width:100%;display:flex;flex-direction:row;align-items:center;align-items:end;justify-content:space-between;gap:8px;padding:16px 16px 38px;border-bottom:1px solid #EBEEF4}@media screen and (max-width: 1919px){.invoice-wrapper .position-item{padding:12px 12px 34px}}@media screen and (max-width: 1023px){.invoice-wrapper .position-item{padding:12px;display:grid;grid-template-columns:repeat(2,1fr);gap:8px}}@media screen and (max-width: 479px){.invoice-wrapper .position-item{display:flex;flex-direction:column;align-items:flex-start}}.invoice-wrapper .position-item input{width:100%}.invoice-wrapper .name-input{width:57%}@media screen and (max-width: 1023px){.invoice-wrapper .name-input{width:100%;grid-column:span 2}}.invoice-wrapper .count-input{width:14%}@media screen and (max-width: 1023px){.invoice-wrapper .count-input{width:100%;margin-bottom:22px}}@media screen and (max-width: 479px){.invoice-wrapper .count-input{margin-bottom:0}}.invoice-wrapper .sum-container{width:18%;position:relative}@media screen and (max-width: 1023px){.invoice-wrapper .sum-container{width:100%;margin-bottom:22px}}.invoice-wrapper .sum-container .input-wrapper{width:100%}.invoice-wrapper .sum-container .note{position:absolute;left:16px;top:calc(100% + 4px);font-family:Inter,sans-serif;color:#9098a3;font-size:12px;font-style:normal;font-weight:400;line-height:18px}@media screen and (max-width: 1919px){.invoice-wrapper .sum-container .note{font-size:10px}}.invoice-wrapper .sum-container .error-text{top:calc(100% + 15px)}.invoice-wrapper .delete-btn{padding:10px}.invoice-wrapper .delete-btn .icon{background-image:url(/build/assets/delete-ByVrr8CH.svg);background-repeat:no-repeat;background-size:contain;width:24px;height:24px}@media screen and (max-width: 1439px){.invoice-wrapper .delete-btn .icon{width:16px;height:16px;background-image:url(/build/assets/delete-blue-CIzv7DtU.svg)}}.invoice-wrapper .delete-btn .text{display:none}@media screen and (max-width: 1023px){.invoice-wrapper .delete-btn .text{display:inline;font-size:14px;font-style:normal;font-weight:500;line-height:20px;font-family:Inter,sans-serif;color:#253448}}@media screen and (max-width: 1439px){.invoice-wrapper .delete-btn{padding:10px}}@media screen and (max-width: 1023px){.invoice-wrapper .delete-btn{width:100%;height:auto;grid-column:span 2;padding-top:8px;border-top:1px solid #EBEEF4;display:flex;flex-direction:row;align-items:center;justify-content:center;cursor:pointer;background-color:transparent;border-radius:0;padding-bottom:0}}.invoice-wrapper .add-position{width:100%;padding:16px}@media screen and (max-width: 1919px){.invoice-wrapper .add-position{padding:12px}}.invoice-wrapper .add-position .btn{width:100%}.invoice-wrapper .add-position .btn .icon{background-image:url(/build/assets/plus-BrY1qt2Y.svg);background-repeat:no-repeat;background-size:contain}.invoice-wrapper .payment-container{width:100%;display:flex;flex-direction:row;align-items:center;justify-content:space-between}.invoice-wrapper .button-container{width:100%;display:flex;flex-direction:row;align-items:center;gap:8px;justify-content:end}@media screen and (max-width: 1023px){.invoice-wrapper .button-container{display:grid;grid-template-columns:repeat(2,1fr);grid-template-rows:auto;gap:16px}.invoice-wrapper .button-container .btn{width:100%}}@media screen and (max-width: 479px){.invoice-wrapper .button-container{display:flex;flex-direction:column;align-items:flex-start}}.invoice-wrapper .buttons-container{width:100%}@media screen and (max-width: 767px){.invoice-wrapper .buttons-container{justify-content:space-between}}.invoice-wrapper .add-btn .icon{background-image:url(/build/assets/file-plus-grey-VdSlB1fp.svg)}.invoice-wrapper .download-btn .icon{background-image:url(/build/assets/file-down-CicFMbx_.svg)}.invoice-wrapper .show-logs-btn.open .icon{transform:rotate(180deg)}@media screen and (max-width: 479px){.invoice-wrapper .show-logs-btn .text{display:none}}.invoice-wrapper .default-list{width:100%;display:flex;flex-direction:column;align-items:start;justify-content:start;gap:16px}.invoice-wrapper .default-list li{width:100%;display:flex;flex-direction:row;align-items:start;justify-content:start;gap:16px}@media screen and (max-width: 767px){.invoice-wrapper .default-list li{flex-direction:column;gap:4px}}.invoice-wrapper .default-list li .text-container{display:flex;flex-direction:row;align-items:start;justify-content:start;gap:8px}.invoice-wrapper .delete-invoice{width:auto;height:auto;padding:10px}@media screen and (max-width: 1439px){.invoice-wrapper .delete-invoice{padding:8px}}@media screen and (max-width: 1023px){.invoice-wrapper .delete-invoice{width:100%;grid-column:span 2;display:flex;flex-direction:row;align-items:center;justify-content:center}}.invoice-wrapper .delete-invoice .icon{display:block;background-image:url(/build/assets/trash-red-VC4l27zm.svg);height:24px;width:24px}@media screen and (max-width: 1919px){.invoice-wrapper .delete-invoice .icon{height:16px;width:16px}}.invoice-wrapper .delete-invoice .text{display:none}@media screen and (max-width: 1023px){.invoice-wrapper .delete-invoice .text{display:inline;font-family:Inter,sans-serif;color:#dc3545;font-size:14px;font-style:normal;font-weight:500;line-height:20px}}.company-wrapper{z-index:14}.company-wrapper .inn-container{width:100%;display:flex;flex-direction:row;align-items:center;gap:8px}@media screen and (max-width: 479px){.company-wrapper .inn-container{display:flex;flex-direction:column;align-items:flex-start;gap:16px}}.company-wrapper .inn-container input{width:100%}.company-wrapper .inn-container .put-btn{width:auto}@media screen and (max-width: 479px){.company-wrapper .inn-container .put-btn{width:100%}}.company-wrapper .inn-container .put-btn .icon{background-image:url(/build/assets/put-CxvpBNPI.svg)}.company-wrapper .inn-container .put-btn .text{white-space:nowrap;font-weight:600}.company-wrapper .inputs-container{width:100%;display:grid;grid-template-columns:repeat(2,1fr);row-gap:8px;-moz-column-gap:16px;column-gap:16px}@media screen and (max-width: 767px){.company-wrapper .inputs-container{display:flex;flex-direction:column;align-items:flex-start}}.company-wrapper .inputs-container.client-page .input-wrapper:nth-child(2){grid-column:span 2}.company-wrapper .inputs-container .input-wrapper:nth-child(3){grid-column:span 2}.company-wrapper .inputs-container .select-container,.company-wrapper .inputs-container input{width:100%}.company-wrapper .delete-company{width:auto;height:auto;padding:10px}@media screen and (max-width: 1439px){.company-wrapper .delete-company{height:36px;width:36px;padding:8px}}@media screen and (max-width: 1023px){.company-wrapper .delete-company{width:100%;height:auto;grid-column:span 2;display:flex;flex-direction:row;align-items:center;justify-content:center}}.company-wrapper .delete-company .icon{display:block;background-image:url(/build/assets/trash-red-VC4l27zm.svg);height:24px;width:24px}@media screen and (max-width: 1439px){.company-wrapper .delete-company .icon{height:16px;width:16px}}.company-wrapper .delete-company .text{display:none}@media screen and (max-width: 1023px){.company-wrapper .delete-company .text{display:inline;font-family:Inter,sans-serif;color:#dc3545;font-size:14px;font-style:normal;font-weight:500;line-height:20px}}.company-wrapper .default-button{align-self:end}.company-wrapper .button-container{width:100%;display:flex;flex-direction:row;align-items:center;gap:8px;justify-content:end}.company-wrapper .add-btn .icon{background-image:url(/build/assets/briefcase-plus-cHAkikTZ.svg)}.company-wrapper .save-btn .icon{background-image:url(/build/assets/save-g4iWh5hL.svg)}.client-wrapper .inputs-container{width:100%;display:flex;flex-direction:column;align-items:flex-start;gap:16px}.client-wrapper .button-container{width:100%;display:flex;flex-direction:row;align-items:center;justify-content:end;gap:8px}.client-wrapper .button-container .default-button{align-self:end}.client-wrapper .modal-footer{display:flex;flex-direction:row;align-items:center}@media screen and (max-width: 767px){.client-wrapper .modal-footer{display:flex;flex-direction:column;align-items:flex-start}}.client-wrapper .modal-footer .delete-btn .text{display:none}@media screen and (max-width: 767px){.client-wrapper .modal-footer .delete-btn{width:100%}.client-wrapper .modal-footer .delete-btn .text{display:inline}}.client-company-wrapper .inputs-container{width:100%;display:flex;flex-direction:column;align-items:flex-start;gap:16px}.client-company-wrapper .list-item{display:flex;flex-direction:column;align-items:flex-start;gap:4px}.client-company-wrapper .list-item .title{font-family:Inter,sans-serif;color:#253448;font-size:16px;font-style:normal;font-weight:400;line-height:24px}.client-company-wrapper .list-item .delete-btn{padding:10px}@media screen and (max-width: 1439px){.client-company-wrapper .list-item .delete-btn{padding:8px;height:36px;width:36px}}.client-company-wrapper .list-item .delete-btn .icon{background-image:url(/build/assets/delete-ByVrr8CH.svg)}@media screen and (max-width: 1439px){.client-company-wrapper .list-item .delete-btn .icon{width:16px;height:16px}}.client-company-wrapper .list-item .delete-btn .text{display:none}.client-company-wrapper .add-btn{width:100%}.alert-modal{z-index:20}@media screen and (max-width: 1023px){.alert-modal{display:flex;align-items:center;justify-content:center}}.alert-modal .alert-wrapper{z-index:15;padding:16px;border-radius:16px;border:1px solid #EBEEF4;background:#fff;box-shadow:0 4px 8px #25344814,0 32px 80px #2534483d;display:flex;flex-direction:row;align-items:start;gap:8px}@media screen and (max-width: 1439px){.alert-modal .alert-wrapper{padding:12px}}.alert-modal .icon{max-width:24px;max-height:24px;min-height:24px;min-width:24px}.alert-modal .error-icon{color:#dc3545;max-width:24px;max-height:24px;min-height:24px;min-width:24px}.alert-modal .success-icon{color:#198754;max-width:24px;max-height:24px;min-height:24px;min-width:24px}.alert-modal .text-container{display:flex;flex-direction:column;align-items:flex-start;gap:8px}.alert-modal .text-container .title{font-family:Inter,sans-serif;color:#253448;font-size:16px;font-style:normal;font-weight:400;line-height:24px}@media screen and (max-width: 1439px){.alert-modal .text-container .title{font-size:14px;line-height:20px}}.alert-modal .text-container .subtitle{font-family:Inter,sans-serif;color:#9098a3;font-size:12px;font-style:normal;font-weight:400;line-height:18px}@media screen and (max-width: 1439px){.alert-modal .text-container .subtitle{font-size:10px;line-height:18px}}.alert-modal .icon{min-width:24px;min-height:24px;max-width:24px;max-height:24px}.alert-modal .buttons{display:flex;flex-direction:row;align-items:center;gap:8px}.alert-modal .buttons .btn{padding:8px 12px}.alert-modal .buttons .btn span{font-family:Inter,sans-serif;font-size:14px;font-style:normal;font-weight:500;line-height:20px}.alert-modal .close{width:64px;height:64px;position:absolute;top:0;right:0;cursor:pointer;display:flex;flex-direction:row;align-items:center;justify-content:center}.alert-modal .close:after{display:block;content:"";background-image:url(/build/assets/close-DqvPmcrT.svg);background-repeat:no-repeat;background-size:contain;width:24px;height:24px}@media screen and (max-width: 1439px){.alert-modal .close:after{width:16px;height:16px}}@media screen and (max-width: 767px){.alert-modal .close{width:32px;height:32px}}.alert-modal .subtitle{max-width:253px}.input-wrapper,.textarea-wrapper{width:100%;display:flex;flex-direction:column;align-items:flex-start;gap:4px;position:relative}.input-wrapper label,.textarea-wrapper label{font-family:Inter,sans-serif;color:#253448;font-size:16px;font-style:normal;font-weight:400;line-height:24px}.input-wrapper input,.input-wrapper textarea,.input-wrapper .dp-input,.textarea-wrapper input,.textarea-wrapper textarea,.textarea-wrapper .dp-input{width:100%;max-width:100%;border-radius:8px;padding:10px 16px;background-color:#ebeef4!important;border:none;font-family:Inter,sans-serif;color:#253448;font-size:16px;font-style:normal;font-weight:400;line-height:24px}@media screen and (max-width: 1439px){.input-wrapper input,.input-wrapper textarea,.input-wrapper .dp-input,.textarea-wrapper input,.textarea-wrapper textarea,.textarea-wrapper .dp-input{padding:8px 12px;font-size:16px;line-height:20px}}.input-wrapper input::-moz-placeholder,.input-wrapper textarea::-moz-placeholder,.input-wrapper .dp-input::-moz-placeholder,.textarea-wrapper input::-moz-placeholder,.textarea-wrapper textarea::-moz-placeholder,.textarea-wrapper .dp-input::-moz-placeholder{color:#9098a3}.input-wrapper input::placeholder,.input-wrapper textarea::placeholder,.input-wrapper .dp-input::placeholder,.textarea-wrapper input::placeholder,.textarea-wrapper textarea::placeholder,.textarea-wrapper .dp-input::placeholder{color:#9098a3}.input-wrapper input:focus,.input-wrapper textarea:focus,.input-wrapper .dp-input:focus,.textarea-wrapper input:focus,.textarea-wrapper textarea:focus,.textarea-wrapper .dp-input:focus{outline:1px solid #0260E8}.input-wrapper textarea,.textarea-wrapper textarea{min-height:68px}.input-wrapper input,.textarea-wrapper input{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.input-wrapper.error input,.textarea-wrapper.error input{outline:1px solid #DC3545;padding-right:34px}@media screen and (max-width: 1439px){.input-wrapper.error input,.textarea-wrapper.error input{padding-right:30px}}.input-wrapper .input-icon,.textarea-wrapper .input-icon{width:24px;height:24px;position:absolute;right:10px;bottom:12px;background-repeat:no-repeat;background-size:contain}@media screen and (max-width: 1439px){.input-wrapper .input-icon,.textarea-wrapper .input-icon{width:20px;height:20px}}.input-wrapper .error-icon,.textarea-wrapper .error-icon{background-image:url(/build/assets/alert-circle-DteKaDeM.svg)}.input-wrapper .disabled,.textarea-wrapper .disabled{background-image:url(/build/assets/lock-sXxsdx1y.svg)}.input-wrapper.password-container .password-icon,.textarea-wrapper.password-container .password-icon{cursor:pointer}.input-wrapper.password-container .password-icon.on,.textarea-wrapper.password-container .password-icon.on{background-image:url(/build/assets/eye-M2qmSLtR.svg)}.input-wrapper.password-container .password-icon.off,.textarea-wrapper.password-container .password-icon.off{background-image:url(/build/assets/eye-of-BE8pG7cu.svg)}.input-wrapper .error-text,.textarea-wrapper .error-text{position:absolute;color:#dc3545;font-family:Inter,sans-serif;font-size:12px;font-style:normal;font-weight:400;line-height:18px;top:100%}@media screen and (max-width: 1439px){.input-wrapper .error-text,.textarea-wrapper .error-text{font-size:10px}}.select-container{display:flex;flex-direction:column;align-items:flex-start;gap:4px;position:relative}.select-container .clear-btn{border:none;background-color:transparent;position:absolute;right:30px;top:50%;transform:translateY(-50%);cursor:pointer;background-image:url(/build/assets/close-DqvPmcrT.svg);background-repeat:no-repeat;background-size:contain;width:20px;height:20px}@media (hover: hover) and (pointer: fine){.select-container .clear-btn:hover{background-image:url(/build/assets/close-blue-DxyiIAkI.svg)}}.select-container label{font-family:Inter,sans-serif;color:#253448;font-size:16px;font-style:normal;font-weight:400;line-height:24px;-webkit-user-select:none;-moz-user-select:none;user-select:none}.select-container .error-text{position:absolute;color:#dc3545;font-family:Inter,sans-serif;font-size:12px;font-style:normal;font-weight:400;line-height:18px;top:100%}@media screen and (max-width: 1439px){.select-container .error-text{font-size:10px}}.select-container.error input{outline:1px solid #DC3545;padding-right:34px}@media screen and (max-width: 1439px){.select-container.error input{padding-right:30px}}.select-container input{width:100%;padding:10px 46px 10px 16px;border-radius:8px;font-size:16px;font-style:normal;font-weight:400;line-height:24px;font-family:Inter,sans-serif;color:#253448;border:none;background-color:#ebeef4;text-overflow:ellipsis;white-space:nowrap;overflow:hidden}@media screen and (max-width: 1439px){.select-container input{padding:8px 60px 8px 12px;font-size:16px;line-height:20px}}.select-container .select-options{width:100%;position:absolute;top:calc(100% + 4px);z-index:11;transition:all .3s;background-color:#ebeef4;border-radius:8px;border:1px solid rgba(37,52,72,.05);visibility:hidden;opacity:0;box-shadow:0 8px 16px #00000017;padding-right:8px;padding-bottom:8px}.select-container .empty-list{padding:8px}.select-container .empty-list p{font-family:Inter,sans-serif;color:#253448;font-size:16px;font-style:normal;font-weight:400;line-height:24px}@media screen and (max-width: 1439px){.select-container .empty-list p{font-size:14px;line-height:20px}}.select-container .loading-container{padding:8px;display:flex;flex-direction:row;align-items:center;justify-content:center}.select-container .dropdown-list{width:100%;display:flex;flex-direction:column;align-items:flex-start;gap:0;margin-block-start:.5lh;-webkit-user-select:none;-moz-user-select:none;user-select:none;line-height:0;color:transparent;transition:line-height .3s;opacity:1;height:auto;max-height:300px;overflow:scroll;overflow-y:auto;padding:8px}.select-container .dropdown-list::-webkit-scrollbar{height:3px;width:3px;border-radius:4px;background:#ebeef4}.select-container .dropdown-list::-webkit-scrollbar-track{background:#ebeef4;border-radius:4px}.select-container .dropdown-list::-webkit-scrollbar-thumb{background:#0260e8;border-radius:4px}.select-container .dropdown-list li{width:100%}.select-container .dropdown-item{padding:0;cursor:pointer;position:relative;opacity:0}.select-container .dropdown-item.highlighted{background-color:#fff;border-radius:4px}.select-container .dropdown-item .title{font-size:16px;font-style:normal;font-weight:400;line-height:inherit;font-family:Inter,sans-serif;color:#253448}@media screen and (max-width: 1439px){.select-container .dropdown-item .title{font-size:14px;line-height:inherit}}.select-container .dropdown-item .subtitle p{font-size:12px;font-style:normal;font-weight:400;line-height:inherit;font-family:Inter,sans-serif;color:#9098a3}@media screen and (max-width: 1439px){.select-container .dropdown-item .subtitle p{font-size:10px}}@media (hover: hover) and (pointer: fine){.select-container .dropdown-item:hover{background-color:#fff;border-radius:4px}}.select-container .check-icon{background-image:url(/build/assets/check-CW5xo0Vt.svg);background-repeat:no-repeat;background-size:contain;width:24px;height:24px;position:absolute;top:calc(50% - 12px);right:8px}@media screen and (max-width: 1439px){.select-container .check-icon{width:16px;height:16px}}.select-container .open-indicator{position:absolute;background-image:url(/build/assets/chevron-down-BQjdOLsT.svg);background-repeat:no-repeat;background-size:contain;width:24px;height:24px;right:8px;top:calc(50% - 12px);cursor:pointer;transition:all .3s}.select-container:has(.select-label) .open-indicator{top:40px}@media screen and (max-width: 1439px){.select-container:has(.select-label) .open-indicator{top:33px}}.select-container:has(.select-label) .clear-btn{bottom:0;top:unset}.select-container.active .open-indicator{transform:rotate(180deg)}.select-container.active .select-options{visibility:visible;opacity:1;transition:all .3s}.select-container.active .select-options .dropdown-list{line-height:1.2}.select-container.active .select-options .dropdown-item{padding:8px;opacity:1}.select-btn-wrapper{display:flex;flex-direction:column;align-items:flex-start;gap:4px;position:relative}.select-btn-wrapper .select-options{position:absolute;top:calc(100% + 4px);z-index:15;opacity:1;height:auto;border:1px solid rgba(37,52,72,.05);box-shadow:0 8px 16px #00000017;width:100%;display:flex;flex-direction:column;align-items:flex-start;gap:0;background-color:#ebeef4;border-radius:8px;padding:10px 12px;visibility:hidden;transition:all .3s}.select-btn-wrapper .select-title{display:inline-block;width:100%;font-size:16px;font-style:normal;font-weight:700;font-family:Inter,sans-serif;color:#253448;border-bottom:1px solid rgba(37,52,72,.05);line-height:0;padding:0;opacity:0;transition:all .3s}@media screen and (max-width: 767px){.select-btn-wrapper .select-title{font-size:14px}}.select-btn-wrapper .dropdown-list{width:100%;display:flex;flex-direction:column;align-items:flex-start;gap:0;overflow:hidden;margin-block-start:.5lh;line-height:0;color:transparent;transition:line-height .3s;opacity:1;height:auto;max-height:300px}.select-btn-wrapper .dropdown-list li{width:100%}.select-btn-wrapper.active .select-options{visibility:visible;transition:all .3s}.select-btn-wrapper.active .select-title{padding:8px 0;line-height:1.2;opacity:1}.select-btn-wrapper.active .dropdown-list{line-height:1.2;transition:all .3s}.select-btn-wrapper.active .dropdown-item{padding:8px 0;opacity:1}.select-btn-wrapper .dropdown-item{padding:0;cursor:pointer;position:relative;border-bottom:1px solid rgba(37,52,72,.05);opacity:0;transition:opacity .3s}.select-btn-wrapper .dropdown-item:last-of-type{border-bottom:none}.select-btn-wrapper .dropdown-item .title{font-size:16px;font-style:normal;font-weight:400;font-family:Inter,sans-serif;color:#253448}@media screen and (max-width: 1439px){.select-btn-wrapper .dropdown-item .title{font-size:14px}}.select-btn-wrapper .dropdown-item .subtitle p{font-size:12px;font-style:normal;font-weight:400;line-height:18px;font-family:Inter,sans-serif;color:#9098a3}@media screen and (max-width: 1439px){.select-btn-wrapper .dropdown-item .subtitle p{font-size:10px}}.select-btn-wrapper .check-icon{background-image:url(/build/assets/check-CW5xo0Vt.svg);background-repeat:no-repeat;background-size:contain;width:24px;height:24px;position:absolute;top:8px;right:8px}@media screen and (max-width: 1439px){.select-btn-wrapper .check-icon{width:16px;height:16px}}.search-container{position:relative}.search-container input{padding:10px 34px 10px 16px;font-family:Inter,sans-serif;color:#253448;font-size:16px;font-style:normal;font-weight:400;line-height:24px}@media screen and (max-width: 1439px){.search-container input{padding:8px 12px;font-size:16px;line-height:20px}}.search-container:after{content:"";background-image:url(/build/assets/search-CHdoLWXI.svg);background-repeat:no-repeat;background-size:contain;width:24px;height:24px;position:absolute;top:calc(50% - 12px);right:8px}@media screen and (max-width: 1439px){.search-container:after{width:16px;height:16px;top:calc(50% - 8px)}}.dp__main .dp__input_wrap{width:100%}.dp__main input{width:100%;padding:10px 16px;background-color:#ebeef4!important;border:none;font-family:Inter,sans-serif;color:#253448;font-size:16px;font-style:normal;font-weight:400;line-height:24px;border-radius:8px}@media screen and (max-width: 1439px){.dp__main input{padding:8px 12px;font-size:16px;line-height:20px}}.dp__main .dp__input_icon{display:none}.dp__main .dp__instance_calendar{border-radius:16px;color:#253448}.dp__main .dp__menu{border:1px solid #EBEEF4;border-radius:16px}.dp__main .dp__menu_inner{font-family:Inter,sans-serif;font-size:16px;font-style:normal;font-weight:400;line-height:24px}@media screen and (max-width: 1439px){.dp__main .dp__menu_inner{padding:8px 12px;font-size:16px;line-height:20px}}.dp__main .dp__calendar_header_item{text-transform:uppercase}.dp__main .dp__action_button{padding:2px 8px;border-radius:8px;font-family:Inter,sans-serif;font-size:10px;font-style:normal;font-weight:400;line-height:18px;letter-spacing:.3px}.dp__main .dp__action_cancel{background-color:#ebeef4}.dp__main .dp__selection_preview{font-family:Inter,sans-serif;font-size:10px;font-style:normal;font-weight:400;line-height:18px;letter-spacing:.3px}.dp__main .dp__arrow_top{display:none}.dp__main .dp__input_icons{width:10px;height:10px}.loader-container{width:100%;min-height:300px;display:flex;flex-direction:row;align-items:center;justify-content:center}.loader{display:block;width:48px;height:48px;border-radius:50%;position:relative;animation:rotate 1s linear infinite}.loader-bottom{margin:10px auto 0;opacity:.5}.loader:before{content:"";box-sizing:border-box;position:absolute;top:0;right:0;bottom:0;left:0;border-radius:50%;border:5px solid #0260E8;animation:prixClipFix 2s linear infinite}@keyframes rotate{to{transform:rotate(360deg)}}@keyframes prixClipFix{0%{clip-path:polygon(50% 50%,0 0,0 0,0 0,0 0,0 0)}25%{clip-path:polygon(50% 50%,0 0,100% 0,100% 0,100% 0,100% 0)}50%{clip-path:polygon(50% 50%,0 0,100% 0,100% 100%,100% 100%,100% 100%)}75%{clip-path:polygon(50% 50%,0 0,100% 0,100% 100%,0 100%,0 100%)}to{clip-path:polygon(50% 50%,0 0,100% 0,100% 100%,0 100%,0 0)}}.page:has(.auth-page){overflow:hidden}.auth-page{width:100%;display:grid;grid-template-columns:repeat(2,1fr);gap:32px;padding:32px;overflow:hidden;height:auto;height:100vh}@media screen and (max-width: 1439px){.auth-page{padding:16px}}@media screen and (max-width: 1023px){.auth-page{display:flex;flex-direction:column;align-items:flex-start;gap:16px}}@media screen and (max-width: 767px){.auth-page{padding:0;padding-bottom:env(safe-area-inset-bottom)!important}}.auth-page .wrapper{width:100%;border-radius:16px;border:1px solid #EBEEF4;overflow:hidden}@media screen and (max-width: 1023px){.auth-page .wrapper{height:50%}}.auth-page .auth-image{padding:64px;position:relative}@media screen and (max-width: 1023px){.auth-page .auth-image{display:flex;flex-direction:row;align-items:center;justify-content:center}}@media screen and (max-width: 767px){.auth-page .auth-image{border-radius:0;height:100%;position:fixed;top:0;left:0;right:0;bottom:0;overflow:hidden}}.auth-page .auth-image .main-logo{position:relative;z-index:2}.auth-page .auth-image h1{color:#fff;z-index:2;position:relative;font-size:70px;font-weight:600;line-height:100%}@media screen and (max-width: 1439px){.auth-page .auth-image h1{font-size:46px}}@media screen and (max-width: 1023px){.auth-page .auth-image h1{font-size:66px}}@media screen and (max-width: 767px){.auth-page .auth-image h1{font-size:46px;position:fixed;top:34%}}@media screen and (max-width: 479px){.auth-page .auth-image h1{font-size:39px;top:28%}}.auth-page .auth-image .image{background-image:url(/build/assets/main-image-BNZEM_dl.webp);background-repeat:no-repeat;background-size:cover;width:100%;height:100%;position:absolute;top:0;right:0;left:0;border-radius:16px}@media screen and (max-width: 767px){.auth-page .auth-image .image{position:fixed;height:100vh;border-radius:0}}.auth-page .auth-form{display:flex;flex-direction:column;align-items:flex-start;align-items:center;justify-content:center;gap:16px;background-color:#fff}@media screen and (max-width: 767px){.auth-page .auth-form{border-radius:16px 16px 0 0;padding:32px 16px;position:fixed;bottom:0;z-index:2;height:auto}}.auth-page .auth-form.loading .input-wrapper,.auth-page .auth-form.loading .default-button,.auth-page .auth-form.loading h2{pointer-events:none;opacity:.5}.auth-page .auth-form .loader{position:absolute;z-index:2}.auth-page .auth-form h2{text-align:start;margin-bottom:16px}@media screen and (max-width: 1439px){.auth-page .auth-form h2{margin-bottom:0}}@media screen and (max-width: 767px){.auth-page .auth-form h2{font-size:22px}}.auth-page .input-wrapper,.auth-page .default-button,.auth-page h2{max-width:400px;width:100%}@media screen and (max-width: 1919px){.auth-page .input-wrapper,.auth-page .default-button,.auth-page h2{max-width:416px}}@media screen and (max-width: 1439px){.auth-page .input-wrapper,.auth-page .default-button,.auth-page h2{max-width:384px}}@media screen and (max-width: 1023px){.auth-page .input-wrapper,.auth-page .default-button,.auth-page h2{max-width:480px}}@media screen and (max-width: 767px){.auth-page .input-wrapper,.auth-page .default-button,.auth-page h2{max-width:unset}}.clients-section{width:100%;margin:0 auto;scroll-margin-top:150px}.clients-section .table-wrapper{overflow:hidden}.clients-section .add-client-btn .icon{background-image:url(/build/assets/client-plus-DXpyuLY_.svg)}.clients-section .add-client-btn span{white-space:nowrap}@media screen and (max-width: 1023px){.clients-section .title-container{display:flex;flex-direction:column;align-items:flex-start;gap:16px}}.clients-section .buttons-container{width:auto;display:flex;flex-direction:row;align-items:center;gap:8px}@media screen and (max-width: 1023px){.clients-section .buttons-container{width:100%}}.clients-section .search-container{width:450px}@media screen and (max-width: 1439px){.clients-section .search-container{width:300px}}@media screen and (max-width: 1023px){.clients-section .search-container{width:100%}}.clients-table .table-text:nth-child(1),.clients-table .table-header:nth-child(1){width:12.5%}@media screen and (max-width: 767px){.clients-table .table-text:nth-child(1),.clients-table .table-header:nth-child(1){width:100%}}.clients-table .table-text:nth-child(2),.clients-table .table-header:nth-child(2){width:80%}@media screen and (max-width: 767px){.clients-table .table-text:nth-child(2),.clients-table .table-header:nth-child(2){width:100%}}.clients-table .table-text:nth-child(3),.clients-table .table-header:nth-child(3){width:24px}@media screen and (max-width: 767px){.clients-table .table-text:nth-child(3),.clients-table .table-header:nth-child(3){width:100%}}.client-section h1{margin-bottom:8px}.client-section .description{margin-bottom:32px;color:#253448;font-size:16px;font-style:normal;font-weight:400;line-height:24px;font-family:Inter,sans-serif}@media screen and (max-width: 1919px){.client-section .description{margin-bottom:16px}}@media screen and (max-width: 1439px){.client-section .description{font-size:14px}}.client-section .buttons-container{display:flex;flex-direction:row;align-items:center;gap:8px}@media screen and (max-width: 767px){.client-section .buttons-container.fixed-buttons{z-index:12;position:fixed;width:calc(100% - 32px);bottom:90px;left:16px;right:16px}.client-section .buttons-container.fixed-buttons .default-button{width:100%}}@media screen and (max-width: 1023px){.client-section .buttons-container .delete-btn{width:36px;height:36px;padding:8px}.client-section .buttons-container .delete-btn .text{display:none}}@media screen and (max-width: 479px){.client-section .buttons-container{bottom:80px}}.client-section .buttons-container .fixed-button{width:100%;position:relative;top:unset;bottom:unset;left:unset;right:unset}.client-section .mobile-tabs{width:100%;margin-bottom:16px;height:36px}.tabs{width:100%;display:flex;flex-direction:row;align-items:center;gap:0;margin-bottom:32px;border-bottom:1px solid #EBEEF4}.tabs .tab{display:flex;flex-direction:row;align-items:center;gap:8px;padding:10px 16px;border-radius:8px 8px 0 0;border:1px solid white;background-color:transparent;cursor:pointer}@media screen and (max-width: 1439px){.tabs .tab{padding:8px 12px}}.tabs .tab svg{color:#9098a3;transition:all .3s}.tabs .tab.active{border:1px solid #EBEEF4;border-bottom:1px solid #fff;margin-bottom:-2px}.tabs .tab.active svg{color:#0260e8}.tabs .text{font-family:Inter,sans-serif;color:#253448;font-size:16px;font-style:normal;font-weight:600;line-height:24px}@media screen and (max-width: 1439px){.tabs .text{font-size:14px}}.tabs .icon{width:24px;height:24px}@media screen and (max-width: 1439px){.tabs .icon{width:16px;height:16px}}.tab-content{width:100%;height:100%;flex:1;display:flex;flex-direction:column;align-items:flex-start;gap:32px}.tab-content .buttons-container{width:100%}@media screen and (max-width: 1023px){.tab-content .buttons-container{position:relative;bottom:unset}}@media screen and (max-width: 767px){.tab-content .default-button{width:100%}.tab-content .select-btn{padding:8px;height:36px}.tab-content .select-btn .text{display:none}}.tab-content .select-btn-wrapper{position:unset}.tab-content .sort-select .select-options{position:absolute;width:100%;left:0;right:0}.logo-container{display:flex;flex-direction:row;align-items:center;gap:8px}@media (hover: hover) and (pointer: fine){.logo-container:hover .img-wrapper:after{animation:moveSvg .2s linear;transition:all 5ms}}.logo-container .img-wrapper{width:38px;height:38px;display:flex;flex-direction:row;align-items:center;justify-content:center;background-color:#0260e8;border-radius:8px;overflow:hidden}@media screen and (max-width: 1439px){.logo-container .img-wrapper{width:33px;height:33px}}.logo-container .img-wrapper:after{content:"";width:30px;height:30px;background-repeat:no-repeat;background-size:contain;background-image:url(/build/assets/play-erp-Bet2fsNA.svg)}@media screen and (max-width: 1439px){.logo-container .img-wrapper:after{width:30px;height:30px}}.logo-container .titles{display:flex;flex-direction:column;align-items:flex-start;gap:2px;height:38px}@media screen and (max-width: 1439px){.logo-container .titles{height:33px}}.logo-container .titles .title{font-family:Inter,sans-serif;font-size:27px;font-style:normal;font-weight:600;line-height:24px;color:#253448;margin-bottom:0;letter-spacing:-.017px}@media screen and (max-width: 1439px){.logo-container .titles .title{font-size:22px;line-height:20px}}.logo-container .titles .subtitle{font-family:Inter,sans-serif;font-size:12px;font-style:normal;font-weight:700;line-height:14px;color:#0260e8;margin-bottom:0}.auth-page .logo-container{gap:16px}@media (hover: hover) and (pointer: fine){.auth-page .logo-container:hover .img-wrapper:after{animation:moveSvg .2s linear;transition:all 5ms}}.auth-page .logo-container .img-wrapper{width:93px;height:93px;border-radius:20px}@media screen and (max-width: 479px){.auth-page .logo-container .img-wrapper{border-radius:8px;width:38px;height:38px}}.auth-page .logo-container .img-wrapper:after{width:83px;height:83px}@media screen and (max-width: 479px){.auth-page .logo-container .img-wrapper:after{width:30px;height:30px}}.auth-page .logo-container .titles{display:flex;flex-direction:column;align-items:flex-start;gap:2px;height:93px}@media screen and (max-width: 479px){.auth-page .logo-container .titles{height:38px}}.auth-page .logo-container .titles .title{font-size:70px;line-height:90%}@media screen and (max-width: 479px){.auth-page .logo-container .titles .title{font-size:27px;line-height:24px}}.auth-page .logo-container .titles .subtitle{font-size:31px;line-height:90%}@media screen and (max-width: 479px){.auth-page .logo-container .titles .subtitle{font-family:Inter,sans-serif;font-size:12px;font-style:normal;font-weight:700;line-height:14px;color:#0260e8;margin-bottom:0}}@keyframes moveSvg{0%{transform:translate(-100%)}50%{transform:translate(100%)}50.01%{transform:translate(-100%)}to{transform:translate(100%)}}.schedules-section .arrows-buttons{display:flex;flex-direction:row;align-items:center;justify-content:space-between}.dates-table{overflow-x:scroll}.dates-table .table-body{width:unset}.dates-table .table-headers{width:unset;z-index:3}@media screen and (max-width: 1023px){.dates-table .table-headers{gap:5px}}.dates-table .table-text,.dates-table .table-header{min-width:125px;max-width:150px}.dates-table .table-text:nth-child(1),.dates-table .table-header:nth-child(1){min-width:181px;max-width:181px}.dates-table .table-item{padding:0}@media screen and (max-width: 1023px){.dates-table .table-item{flex-direction:row;align-items:center;gap:5px}}@media screen and (max-width: 1439px){.dates-table.content-table{width:100%;margin-right:0}}.dates-table .table-text.user{height:100%;position:sticky;left:0;background-color:#fff;padding:8px 12px;min-height:60px;z-index:2;transition:all .3s}.dates-table .table-text.user p{font-family:Inter,sans-serif;font-size:16px;font-style:normal;font-weight:700;line-height:24px;color:#253448}.dates-table .date-container{padding:5px 10px;border-radius:8px;display:flex;flex-direction:column;align-items:start;justify-content:start;position:relative;min-height:52px}.dates-table .date-container .small-text{color:#9098a3;font-size:12px;font-style:normal;font-weight:400;line-height:18px}.dates-table .date-container .small-text.red{color:#dc3545}.dates-table .date-container.working{background:#ebeef4}.dates-table .date-container.day-off{background:#dc35451a}.dates-table .date-container.vacation{background:#1987541a}.dates-table .date-container.sick-leave{background:#ffc1071a}.dates-table .date-container.paid-day-off,.dates-table .date-container.unpaid-day-off{background:#dc35451a}.dates-table .date-container .point{position:absolute;width:8px;height:8px;border-radius:50%;background-color:#0260e8;top:6px;right:6px}
