@charset "UTF-8";@import url(https://fonts.googleapis.com/css?family=Fira+Sans:400,500,700&display=swap);:root{--toastify-color-light:#fff;--toastify-color-dark:#121212;--toastify-color-info:#3498db;--toastify-color-success:#07bc0c;--toastify-color-warning:#f1c40f;--toastify-color-error:#e74c3c;--toastify-color-transparent:#ffffffb3;--toastify-icon-color-info:var(--toastify-color-info);--toastify-icon-color-success:var(--toastify-color-success);--toastify-icon-color-warning:var(--toastify-color-warning);--toastify-icon-color-error:var(--toastify-color-error);--toastify-toast-width:320px;--toastify-toast-background:#fff;--toastify-toast-min-height:64px;--toastify-toast-max-height:800px;--toastify-font-family:sans-serif;--toastify-z-index:9999;--toastify-text-color-light:#757575;--toastify-text-color-dark:#fff;--toastify-text-color-info:#fff;--toastify-text-color-success:#fff;--toastify-text-color-warning:#fff;--toastify-text-color-error:#fff;--toastify-spinner-color:#616161;--toastify-spinner-color-empty-area:#e0e0e0;--toastify-color-progress-light:linear-gradient(90deg,#4cd964,#5ac8fa,#007aff,#34aadc,#5856d6,#ff2d55);--toastify-color-progress-dark:#bb86fc;--toastify-color-progress-info:var(--toastify-color-info);--toastify-color-progress-success:var(--toastify-color-success);--toastify-color-progress-warning:var(--toastify-color-warning);--toastify-color-progress-error:var(--toastify-color-error)}.Toastify__toast-container{box-sizing:border-box;color:#fff;padding:4px;position:fixed;-webkit-transform:translateZ(9999);-webkit-transform:translateZ(var(--toastify-z-index));width:320px;width:var(--toastify-toast-width);z-index:9999;z-index:var(--toastify-z-index)}.Toastify__toast-container--top-left{left:1em;top:1em}.Toastify__toast-container--top-center{left:50%;top:1em;transform:translateX(-50%)}.Toastify__toast-container--top-right{right:1em;top:1em}.Toastify__toast-container--bottom-left{bottom:1em;left:1em}.Toastify__toast-container--bottom-center{bottom:1em;left:50%;transform:translateX(-50%)}.Toastify__toast-container--bottom-right{bottom:1em;right:1em}@media only screen and (max-width:480px){.Toastify__toast-container{left:0;margin:0;padding:0;width:100vw}.Toastify__toast-container--top-center,.Toastify__toast-container--top-left,.Toastify__toast-container--top-right{top:0;transform:translateX(0)}.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-right{bottom:0;transform:translateX(0)}.Toastify__toast-container--rtl{left:auto;right:0}}.Toastify__toast{border-radius:4px;box-shadow:0 1px 10px 0 #0000001a,0 2px 15px 0 #0000000d;box-sizing:border-box;cursor:default;direction:ltr;display:flex;font-family:sans-serif;font-family:var(--toastify-font-family);justify-content:space-between;margin-bottom:1rem;max-height:800px;max-height:var(--toastify-toast-max-height);min-height:64px;min-height:var(--toastify-toast-min-height);overflow:hidden;padding:8px;position:relative;z-index:0}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-body{align-items:center;display:flex;flex:1 1 auto;margin:auto 0;padding:6px}.Toastify__toast-body>div:last-child{flex:1 1;word-break:break-word}.Toastify__toast-icon{display:flex;flex-shrink:0;margin-inline-end:10px;width:20px}.Toastify--animate{animation-duration:.7s;animation-fill-mode:both}.Toastify--animate-icon{animation-duration:.3s;animation-fill-mode:both}@media only screen and (max-width:480px){.Toastify__toast{border-radius:0;margin-bottom:0}}.Toastify__toast-theme--dark{background:#121212;background:var(--toastify-color-dark);color:#fff;color:var(--toastify-text-color-dark)}.Toastify__toast-theme--colored.Toastify__toast--default,.Toastify__toast-theme--light{background:#fff;background:var(--toastify-color-light);color:#757575;color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{background:#3498db;background:var(--toastify-color-info);color:#fff;color:var(--toastify-text-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{background:#07bc0c;background:var(--toastify-color-success);color:#fff;color:var(--toastify-text-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{background:#f1c40f;background:var(--toastify-color-warning);color:#fff;color:var(--toastify-text-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{background:#e74c3c;background:var(--toastify-color-error);color:#fff;color:var(--toastify-text-color-error)}.Toastify__progress-bar-theme--light{background:linear-gradient(90deg,#4cd964,#5ac8fa,#007aff,#34aadc,#5856d6,#ff2d55);background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:#bb86fc;background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:#3498db;background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:#07bc0c;background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:#f1c40f;background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:#e74c3c;background:var(--toastify-color-progress-error)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning{background:#ffffffb3;background:var(--toastify-color-transparent)}.Toastify__close-button{align-self:flex-start;background:#0000;border:none;color:#fff;cursor:pointer;opacity:.7;outline:none;padding:0;transition:.3s ease}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;height:16px;width:14px}.Toastify__close-button:focus,.Toastify__close-button:hover{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{bottom:0;height:5px;left:0;opacity:.7;position:absolute;transform-origin:left;width:100%;z-index:9999;z-index:var(--toastify-z-index)}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{left:auto;right:0;transform-origin:right}.Toastify__spinner{animation:Toastify__spin .65s linear infinite;border:2px solid #e0e0e0;border-color:var(--toastify-spinner-color-empty-area);border-radius:100%;border-right-color:#616161;border-right-color:var(--toastify-spinner-color);box-sizing:border-box;height:20px;width:20px}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutRight{20%{opacity:1;transform:translate3d(-20px,0,0)}to{opacity:0;transform:translate3d(2000px,0,0)}}@keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;transform:translate3d(20px,0,0)}to{opacity:0;transform:translate3d(-2000px,0,0)}}@keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translateZ(0)}}@keyframes Toastify__bounceOutUp{20%{transform:translate3d(0,-10px,0)}40%,45%{opacity:1;transform:translate3d(0,20px,0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}@keyframes Toastify__bounceOutDown{20%{transform:translate3d(0,10px,0)}40%,45%{opacity:1;transform:translate3d(0,-20px,0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.Toastify__bounce-enter--bottom-left,.Toastify__bounce-enter--top-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--bottom-right,.Toastify__bounce-enter--top-right{animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--bottom-left,.Toastify__bounce-exit--top-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--bottom-right,.Toastify__bounce-exit--top-right{animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{animation-name:Toastify__bounceOutDown}@keyframes Toastify__zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;transform:scale3d(.3,.3,.3)}to{opacity:0}}.Toastify__zoom-enter{animation-name:Toastify__zoomIn}.Toastify__zoom-exit{animation-name:Toastify__zoomOut}@keyframes Toastify__flipIn{0%{animation-timing-function:ease-in;opacity:0;transform:perspective(400px) rotateX(90deg)}40%{animation-timing-function:ease-in;transform:perspective(400px) rotateX(-20deg)}60%{opacity:1;transform:perspective(400px) rotateX(10deg)}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:perspective(400px)}30%{opacity:1;transform:perspective(400px) rotateX(-20deg)}to{opacity:0;transform:perspective(400px) rotateX(90deg)}}.Toastify__flip-enter{animation-name:Toastify__flipIn}.Toastify__flip-exit{animation-name:Toastify__flipOut}@keyframes Toastify__slideInRight{0%{transform:translate3d(110%,0,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideOutRight{0%{transform:translateZ(0)}to{transform:translate3d(110%,0,0);visibility:hidden}}@keyframes Toastify__slideOutLeft{0%{transform:translateZ(0)}to{transform:translate3d(-110%,0,0);visibility:hidden}}@keyframes Toastify__slideOutDown{0%{transform:translateZ(0)}to{transform:translate3d(0,500px,0);visibility:hidden}}@keyframes Toastify__slideOutUp{0%{transform:translateZ(0)}to{transform:translate3d(0,-500px,0);visibility:hidden}}.Toastify__slide-enter--bottom-left,.Toastify__slide-enter--top-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--bottom-right,.Toastify__slide-enter--top-right{animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{animation-name:Toastify__slideInUp}.Toastify__slide-exit--bottom-left,.Toastify__slide-exit--top-left{animation-name:Toastify__slideOutLeft}.Toastify__slide-exit--bottom-right,.Toastify__slide-exit--top-right{animation-name:Toastify__slideOutRight}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown}@keyframes Toastify__spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.modal{background:#00000080 none repeat scroll 0 0;display:block;inset:0;left:0;position:fixed;right:0;top:0;z-index:999}.modal .table{margin-bottom:20px}.modal-dialog{max-width:900px}.modal-header{border-bottom:0;padding:20px 25px 15px}.modal-body{padding:15px 25px}.modal-body .modal-body,.modal-body .modal-footer{padding:0}.modal-footer{border-top:0;padding:0 25px 25px}.modal-footer .SubmitButton{margin-bottom:0!important;margin-top:0!important}.modal-title{font-size:26px;line-height:1.2}.modal-dialog-centered{justify-content:center}.modal-content .col,.modal-content .col-1,.modal-content .col-10,.modal-content .col-11,.modal-content .col-12,.modal-content .col-2,.modal-content .col-3,.modal-content .col-4,.modal-content .col-5,.modal-content .col-6,.modal-content .col-7,.modal-content .col-8,.modal-content .col-9,.modal-content .col-auto,.modal-content .col-lg,.modal-content .col-lg-1,.modal-content .col-lg-10,.modal-content .col-lg-11,.modal-content .col-lg-12,.modal-content .col-lg-2,.modal-content .col-lg-3,.modal-content .col-lg-4,.modal-content .col-lg-5,.modal-content .col-lg-6,.modal-content .col-lg-7,.modal-content .col-lg-8,.modal-content .col-lg-9,.modal-content .col-lg-auto,.modal-content .col-md,.modal-content .col-md-1,.modal-content .col-md-10,.modal-content .col-md-11,.modal-content .col-md-12,.modal-content .col-md-2,.modal-content .col-md-3,.modal-content .col-md-4,.modal-content .col-md-5,.modal-content .col-md-6,.modal-content .col-md-7,.modal-content .col-md-8,.modal-content .col-md-9,.modal-content .col-md-auto,.modal-content .col-sm,.modal-content .col-sm-1,.modal-content .col-sm-10,.modal-content .col-sm-11,.modal-content .col-sm-12,.modal-content .col-sm-2,.modal-content .col-sm-3,.modal-content .col-sm-4,.modal-content .col-sm-5,.modal-content .col-sm-6,.modal-content .col-sm-7,.modal-content .col-sm-8,.modal-content .col-sm-9,.modal-content .col-sm-auto,.modal-content .col-xl,.modal-content .col-xl-1,.modal-content .col-xl-10,.modal-content .col-xl-11,.modal-content .col-xl-12,.modal-content .col-xl-2,.modal-content .col-xl-3,.modal-content .col-xl-4,.modal-content .col-xl-5,.modal-content .col-xl-6,.modal-content .col-xl-7,.modal-content .col-xl-8,.modal-content .col-xl-9,.modal-content .col-xl-auto{padding-left:7.5px;padding-right:7.5px}.modal-content .row{margin-left:-7.5px;margin-right:-7.5px}.PresetDateRangePicker_panel{padding:0 22px 11px}.PresetDateRangePicker_button{background:0 0;border:2px solid #00a699;box-sizing:border-box;color:#00a699;cursor:pointer;font:inherit;font-weight:700;height:100%;line-height:normal;margin-right:8px;overflow:visible;padding:4px 12px;position:relative;text-align:center}.PresetDateRangePicker_button:active{outline:0}.PresetDateRangePicker_button__selected{background:#00a699;color:#fff}.SingleDatePickerInput{background-color:#fff;display:inline-block}.SingleDatePickerInput__withBorder{border:1px solid #dbdbdb;border-radius:2px}.SingleDatePickerInput__rtl{direction:rtl}.SingleDatePickerInput__disabled{background-color:#f2f2f2}.SingleDatePickerInput__block{display:block}.SingleDatePickerInput__showClearDate{padding-right:30px}.SingleDatePickerInput_clearDate{background:0 0;border:0;color:inherit;cursor:pointer;font:inherit;line-height:normal;margin:0 10px 0 5px;overflow:visible;padding:10px;position:absolute;right:0;top:50%;transform:translateY(-50%)}.SingleDatePickerInput_clearDate__default:focus,.SingleDatePickerInput_clearDate__default:hover{background:#dbdbdb;border-radius:50%}.SingleDatePickerInput_clearDate__small{padding:6px}.SingleDatePickerInput_clearDate__hide{visibility:hidden}.SingleDatePickerInput_clearDate_svg{fill:#82888a;height:12px;vertical-align:middle;width:15px}.SingleDatePickerInput_clearDate_svg__small{height:9px}.SingleDatePickerInput_calendarIcon{background:0 0;border:0;color:inherit;cursor:pointer;display:inline-block;font:inherit;line-height:normal;margin:0 5px 0 10px;overflow:visible;padding:10px;vertical-align:middle}.SingleDatePickerInput_calendarIcon_svg{fill:#82888a;height:15px;vertical-align:middle;width:14px}.SingleDatePicker{display:inline-block;position:relative}.SingleDatePicker__block{display:block}.SingleDatePicker_picker{background-color:#fff;position:absolute;z-index:1}.SingleDatePicker_picker__rtl{direction:rtl}.SingleDatePicker_picker__directionLeft{left:0}.SingleDatePicker_picker__directionRight{right:0}.SingleDatePicker_picker__portal{background-color:#0000004d;height:100%;left:0;position:fixed;top:0;width:100%}.SingleDatePicker_picker__fullScreenPortal{background-color:#fff}.SingleDatePicker_closeButton{background:0 0;border:0;color:inherit;cursor:pointer;font:inherit;line-height:normal;overflow:visible;padding:15px;position:absolute;right:0;top:0;z-index:2}.SingleDatePicker_closeButton:focus,.SingleDatePicker_closeButton:hover{color:darken(#cacccd,10%);text-decoration:none}.SingleDatePicker_closeButton_svg{fill:#cacccd;height:15px;width:15px}.DayPickerKeyboardShortcuts_buttonReset{background:0 0;border:0;border-radius:0;color:inherit;cursor:pointer;font:inherit;font-size:14px;line-height:normal;overflow:visible;padding:0}.DayPickerKeyboardShortcuts_buttonReset:active{outline:0}.DayPickerKeyboardShortcuts_show{height:26px;position:absolute;width:33px;z-index:2}.DayPickerKeyboardShortcuts_show:before{content:"";display:block;position:absolute}.DayPickerKeyboardShortcuts_show__bottomRight{bottom:0;right:0}.DayPickerKeyboardShortcuts_show__bottomRight:before{border-right:33px solid #00a699;border-top:26px solid #0000;bottom:0;right:0}.DayPickerKeyboardShortcuts_show__bottomRight:hover:before{border-right:33px solid #008489}.DayPickerKeyboardShortcuts_show__topRight{right:0;top:0}.DayPickerKeyboardShortcuts_show__topRight:before{border-bottom:26px solid #0000;border-right:33px solid #00a699;right:0;top:0}.DayPickerKeyboardShortcuts_show__topRight:hover:before{border-right:33px solid #008489}.DayPickerKeyboardShortcuts_show__topLeft{left:0;top:0}.DayPickerKeyboardShortcuts_show__topLeft:before{border-bottom:26px solid #0000;border-left:33px solid #00a699;left:0;top:0}.DayPickerKeyboardShortcuts_show__topLeft:hover:before{border-left:33px solid #008489}.DayPickerKeyboardShortcuts_showSpan{color:#fff;position:absolute}.DayPickerKeyboardShortcuts_showSpan__bottomRight{bottom:0;right:5px}.DayPickerKeyboardShortcuts_showSpan__topRight{right:5px;top:1px}.DayPickerKeyboardShortcuts_showSpan__topLeft{left:5px;top:1px}.DayPickerKeyboardShortcuts_panel{background:#fff;border:1px solid #dbdbdb;border-radius:2px;bottom:0;left:0;margin:33px;overflow:auto;padding:22px;position:absolute;right:0;text-align:left;top:0;z-index:2}.DayPickerKeyboardShortcuts_title{font-size:16px;font-weight:700;margin:0}.DayPickerKeyboardShortcuts_list{font-size:14px;list-style:none;padding:0}.DayPickerKeyboardShortcuts_close{position:absolute;right:22px;top:22px;z-index:2}.DayPickerKeyboardShortcuts_close:active{outline:0}.DayPickerKeyboardShortcuts_closeSvg{fill:#cacccd;height:15px;width:15px}.DayPickerKeyboardShortcuts_closeSvg:focus,.DayPickerKeyboardShortcuts_closeSvg:hover{fill:#82888a}.CalendarDay{box-sizing:border-box;cursor:pointer;font-size:14px;text-align:center}.CalendarDay:active{outline:0}.CalendarDay__defaultCursor{cursor:default}.CalendarDay__default{background:#fff;border:1px solid #e4e7e7;color:#484848}.CalendarDay__default:hover{background:#e4e7e7;border:1px solid #e4e7e7;color:inherit}.CalendarDay__hovered_offset{background:#f4f5f5;border:1px double #e4e7e7;color:inherit}.CalendarDay__outside{background:#fff;border:0;color:#484848}.CalendarDay__outside:hover{border:0}.CalendarDay__blocked_minimum_nights{background:#fff;border:1px solid #eceeee;color:#cacccd}.CalendarDay__blocked_minimum_nights:active,.CalendarDay__blocked_minimum_nights:hover{background:#fff;color:#cacccd}.CalendarDay__highlighted_calendar{background:#ffe8bc;color:#484848}.CalendarDay__highlighted_calendar:active,.CalendarDay__highlighted_calendar:hover{background:#ffce71;color:#484848}.CalendarDay__selected_span{background:#66e2da;border:1px double #33dacd;color:#fff}.CalendarDay__selected_span:active,.CalendarDay__selected_span:hover{background:#33dacd;border:1px double #33dacd;color:#fff}.CalendarDay__selected,.CalendarDay__selected:active,.CalendarDay__selected:hover{background:#00a699;border:1px double #00a699;color:#fff}.CalendarDay__hovered_span,.CalendarDay__hovered_span:hover{background:#b2f1ec;border:1px double #80e8e0;color:#007a87}.CalendarDay__hovered_span:active{background:#80e8e0;border:1px double #80e8e0;color:#007a87}.CalendarDay__blocked_calendar,.CalendarDay__blocked_calendar:active,.CalendarDay__blocked_calendar:hover{background:#cacccd;border:1px solid #cacccd;color:#82888a}.CalendarDay__blocked_out_of_range,.CalendarDay__blocked_out_of_range:active,.CalendarDay__blocked_out_of_range:hover{background:#fff;border:1px solid #e4e7e7;color:#cacccd}.CalendarDay__hovered_start_first_possible_end{background:#eceeee;border:1px double #eceeee}.CalendarDay__hovered_start_blocked_min_nights{background:#eceeee;border:1px double #e4e7e7}.CalendarMonth{background:#fff;text-align:center;-webkit-user-select:none;user-select:none;vertical-align:top}.CalendarMonth_table{border-collapse:collapse;border-spacing:0}.CalendarMonth_verticalSpacing{border-collapse:initial}.CalendarMonth_caption{caption-side:top;color:#484848;font-size:18px;padding-bottom:37px;padding-top:22px;text-align:center}.CalendarMonth_caption__verticalScrollable{padding-bottom:7px;padding-top:12px}.CalendarMonthGrid{background:#fff;text-align:left;z-index:0}.CalendarMonthGrid__animating{z-index:1}.CalendarMonthGrid__horizontal{left:9px;position:absolute}.CalendarMonthGrid__vertical,.CalendarMonthGrid__vertical_scrollable{margin:0 auto}.CalendarMonthGrid_month__horizontal{display:inline-block;min-height:100%;vertical-align:top}.CalendarMonthGrid_month__hideForAnimation{opacity:0;pointer-events:none;position:absolute;z-index:-1}.CalendarMonthGrid_month__hidden{visibility:hidden}.DayPickerNavigation{position:relative;z-index:2}.DayPickerNavigation__horizontal{height:0}.DayPickerNavigation__verticalScrollable_prevNav{z-index:1}.DayPickerNavigation__verticalDefault{bottom:0;height:52px;left:0;position:absolute;width:100%}.DayPickerNavigation__verticalScrollableDefault{position:relative}.DayPickerNavigation__bottom{height:auto}.DayPickerNavigation__bottomDefault{-webkit-box-pack:justify;-ms-flex-pack:justify;display:flex;justify-content:space-between}.DayPickerNavigation_button{border:0;cursor:pointer;margin:0;padding:0;-webkit-user-select:none;user-select:none}.DayPickerNavigation_button__default{background-color:#fff;border:1px solid #e4e7e7;color:#757575}.DayPickerNavigation_button__default:focus,.DayPickerNavigation_button__default:hover{border:1px solid #c4c4c4}.DayPickerNavigation_button__default:active{background:#f2f2f2}.DayPickerNavigation_button__disabled{border:1px solid #f2f2f2;cursor:default}.DayPickerNavigation_button__disabled:focus,.DayPickerNavigation_button__disabled:hover{border:1px solid #f2f2f2}.DayPickerNavigation_button__disabled:active{background:0 0}.DayPickerNavigation_button__horizontalDefault{border-radius:3px;line-height:.78;padding:6px 9px;position:absolute;top:18px}.DayPickerNavigation_bottomButton__horizontalDefault{margin:-10px 22px 30px;position:static}.DayPickerNavigation_leftButton__horizontalDefault{left:22px}.DayPickerNavigation_rightButton__horizontalDefault{right:22px}.DayPickerNavigation_button__verticalDefault{background:#fff;box-shadow:0 0 5px 2px #0000001a;display:inline-block;height:100%;padding:5px;position:relative;text-align:center;width:50%}.DayPickerNavigation_nextButton__verticalDefault{border-left:0}.DayPickerNavigation_nextButton__verticalScrollableDefault,.DayPickerNavigation_prevButton__verticalScrollableDefault{width:100%}.DayPickerNavigation_svg__horizontal{fill:#82888a;display:block;height:19px;width:19px}.DayPickerNavigation_svg__vertical{fill:#484848;height:42px;width:42px}.DayPickerNavigation_svg__disabled{fill:#f2f2f2}.DayPicker{position:relative;text-align:left}.DayPicker,.DayPicker__horizontal{background:#fff}.DayPicker__verticalScrollable{height:100%}.DayPicker__hidden{visibility:hidden}.DayPicker__withBorder{border-radius:3px;box-shadow:0 2px 6px #0000000d,0 0 0 1px #00000012}.DayPicker_portal__horizontal{box-shadow:none;left:50%;position:absolute;top:50%}.DayPicker_portal__vertical{position:static}.DayPicker_focusRegion{outline:0}.DayPicker_calendarInfo__horizontal,.DayPicker_wrapper__horizontal{display:inline-block;vertical-align:top}.DayPicker_weekHeaders{position:relative}.DayPicker_weekHeaders__horizontal{margin-left:9px}.DayPicker_weekHeader{color:#757575;position:absolute;text-align:left;top:62px;z-index:2}.DayPicker_weekHeader__vertical{left:50%}.DayPicker_weekHeader__verticalScrollable{background:#fff;border-bottom:1px solid #dbdbdb;display:table-row;left:0;margin-left:0;text-align:center;top:0;width:100%}.DayPicker_weekHeader_ul{font-size:14px;list-style:none;margin:1px 0;padding-left:0;padding-right:0}.DayPicker_weekHeader_li{display:inline-block;text-align:center}.DayPicker_transitionContainer{border-radius:3px;overflow:hidden;position:relative}.DayPicker_transitionContainer__horizontal{transition:height .2s ease-in-out}.DayPicker_transitionContainer__vertical{width:100%}.DayPicker_transitionContainer__verticalScrollable{bottom:0;height:100%;left:0;overflow-y:scroll;padding-top:20px;position:absolute;right:0;top:0}.DateInput{background:#fff;display:inline-block;margin:0;padding:0;position:relative;vertical-align:middle;width:130px}.DateInput__small{width:97px}.DateInput__block{width:100%}.DateInput__disabled{background:#f2f2f2;color:#dbdbdb}.DateInput_input{background-color:#fff;border:0;border-bottom:2px solid #0000;border-radius:0;color:#484848;font-size:19px;font-weight:200;line-height:24px;padding:11px 11px 9px;width:100%}.DateInput_input__small{font-size:15px;letter-spacing:.2px;line-height:18px;padding:7px 7px 5px}.DateInput_input__regular{font-weight:auto}.DateInput_input__readOnly{-webkit-user-select:none;user-select:none}.DateInput_input__focused{background:#fff;border:0;border-bottom:2px solid #008489;outline:0}.DateInput_input__disabled{background:#f2f2f2;font-style:italic}.DateInput_screenReaderMessage{clip:rect(0,0,0,0);border:0;height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.DateInput_fang{height:10px;left:22px;position:absolute;width:20px;z-index:2}.DateInput_fangShape{fill:#fff}.DateInput_fangStroke{stroke:#dbdbdb;fill:#0000}.DateRangePickerInput{background-color:#fff;display:inline-block}.DateRangePickerInput__disabled{background:#f2f2f2}.DateRangePickerInput__withBorder{border:1px solid #dbdbdb;border-radius:2px}.DateRangePickerInput__rtl{direction:rtl}.DateRangePickerInput__block{display:block}.DateRangePickerInput__showClearDates{padding-right:30px}.DateRangePickerInput_arrow{color:#484848;display:inline-block;vertical-align:middle}.DateRangePickerInput_arrow_svg{fill:#484848;height:24px;vertical-align:middle;width:24px}.DateRangePickerInput_clearDates{background:0 0;border:0;color:inherit;cursor:pointer;font:inherit;line-height:normal;margin:0 10px 0 5px;overflow:visible;padding:10px;position:absolute;right:0;top:50%;transform:translateY(-50%)}.DateRangePickerInput_clearDates__small{padding:6px}.DateRangePickerInput_clearDates_default:focus,.DateRangePickerInput_clearDates_default:hover{background:#dbdbdb;border-radius:50%}.DateRangePickerInput_clearDates__hide{visibility:hidden}.DateRangePickerInput_clearDates_svg{fill:#82888a;height:12px;vertical-align:middle;width:15px}.DateRangePickerInput_clearDates_svg__small{height:9px}.DateRangePickerInput_calendarIcon{background:0 0;border:0;color:inherit;cursor:pointer;display:inline-block;font:inherit;line-height:normal;margin:0 5px 0 10px;overflow:visible;padding:10px;vertical-align:middle}.DateRangePickerInput_calendarIcon_svg{fill:#82888a;height:15px;vertical-align:middle;width:14px}.DateRangePicker{display:inline-block;position:relative}.DateRangePicker__block{display:block}.DateRangePicker_picker{background-color:#fff;position:absolute;z-index:1}.DateRangePicker_picker__rtl{direction:rtl}.DateRangePicker_picker__directionLeft{left:0}.DateRangePicker_picker__directionRight{right:0}.DateRangePicker_picker__portal{background-color:#0000004d;height:100%;left:0;position:fixed;top:0;width:100%}.DateRangePicker_picker__fullScreenPortal{background-color:#fff}.DateRangePicker_closeButton{background:0 0;border:0;color:inherit;cursor:pointer;font:inherit;line-height:normal;overflow:visible;padding:15px;position:absolute;right:0;top:0;z-index:2}.DateRangePicker_closeButton:focus,.DateRangePicker_closeButton:hover{color:darken(#cacccd,10%);text-decoration:none}.DateRangePicker_closeButton_svg{fill:#cacccd;height:15px;width:15px}.react-datepicker__month-read-view--down-arrow,.react-datepicker__month-year-read-view--down-arrow,.react-datepicker__navigation-icon:before,.react-datepicker__year-read-view--down-arrow{border-color:#ccc;border-style:solid;border-width:3px 3px 0 0;content:"";display:block;height:9px;position:absolute;top:6px;width:9px}.react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle,.react-datepicker-popper[data-placement^=top] .react-datepicker__triangle{margin-left:-4px;position:absolute;width:0}.react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle:after,.react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle:before,.react-datepicker-popper[data-placement^=top] .react-datepicker__triangle:after,.react-datepicker-popper[data-placement^=top] .react-datepicker__triangle:before{border:8px solid #0000;box-sizing:initial;content:"";height:0;left:-8px;position:absolute;width:1px;z-index:-1}.react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle:before,.react-datepicker-popper[data-placement^=top] .react-datepicker__triangle:before{border-bottom-color:#aeaeae}.react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle{margin-top:-8px;top:0}.react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle:after,.react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle:before{border-bottom-color:#f0f0f0;border-top:none}.react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle:after{top:0}.react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle:before{border-bottom-color:#aeaeae;top:-1px}.react-datepicker-popper[data-placement^=top] .react-datepicker__triangle{bottom:0;margin-bottom:-8px}.react-datepicker-popper[data-placement^=top] .react-datepicker__triangle:after,.react-datepicker-popper[data-placement^=top] .react-datepicker__triangle:before{border-bottom:none;border-top-color:#fff}.react-datepicker-popper[data-placement^=top] .react-datepicker__triangle:after{bottom:0}.react-datepicker-popper[data-placement^=top] .react-datepicker__triangle:before{border-top-color:#aeaeae;bottom:-1px}.react-datepicker-wrapper{border:0;display:inline-block;padding:0}.react-datepicker{background-color:#fff;border:1px solid #aeaeae;border-radius:.3rem;color:#000;display:inline-block;font-family:Helvetica Neue,helvetica,arial,sans-serif;font-size:.8rem;position:relative}.react-datepicker--time-only .react-datepicker__triangle{left:35px}.react-datepicker--time-only .react-datepicker__time-container{border-left:0}.react-datepicker--time-only .react-datepicker__time,.react-datepicker--time-only .react-datepicker__time-box{border-bottom-left-radius:.3rem;border-bottom-right-radius:.3rem}.react-datepicker__triangle{left:50px;position:absolute}.react-datepicker-popper{z-index:1}.react-datepicker-popper[data-placement^=bottom]{padding-top:10px}.react-datepicker-popper[data-placement=bottom-end] .react-datepicker__triangle,.react-datepicker-popper[data-placement=top-end] .react-datepicker__triangle{left:auto;right:50px}.react-datepicker-popper[data-placement^=top]{padding-bottom:10px}.react-datepicker-popper[data-placement^=right]{padding-left:8px}.react-datepicker-popper[data-placement^=right] .react-datepicker__triangle{left:auto;right:42px}.react-datepicker-popper[data-placement^=left]{padding-right:8px}.react-datepicker-popper[data-placement^=left] .react-datepicker__triangle{left:42px;right:auto}.react-datepicker__header{background-color:#f0f0f0;border-bottom:1px solid #aeaeae;border-top-left-radius:.3rem;padding:8px 0;position:relative;text-align:center}.react-datepicker__header--time{padding-bottom:8px;padding-left:5px;padding-right:5px}.react-datepicker__header--time:not(.react-datepicker__header--time--only){border-top-left-radius:0}.react-datepicker__header:not(.react-datepicker__header--has-time-select){border-top-right-radius:.3rem}.react-datepicker__month-dropdown-container--scroll,.react-datepicker__month-dropdown-container--select,.react-datepicker__month-year-dropdown-container--scroll,.react-datepicker__month-year-dropdown-container--select,.react-datepicker__year-dropdown-container--scroll,.react-datepicker__year-dropdown-container--select{display:inline-block;margin:0 15px}.react-datepicker-time__header,.react-datepicker-year-header,.react-datepicker__current-month{color:#000;font-size:.944rem;font-weight:700;margin-top:0}.react-datepicker-time__header{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.react-datepicker__navigation{align-items:center;background:none;border:none;cursor:pointer;display:flex;height:32px;justify-content:center;overflow:hidden;padding:0;position:absolute;text-align:center;text-indent:-999em;top:2px;width:32px;z-index:1}.react-datepicker__navigation--previous{left:2px}.react-datepicker__navigation--next{right:2px}.react-datepicker__navigation--next--with-time:not(.react-datepicker__navigation--next--with-today-button){right:85px}.react-datepicker__navigation--years{display:block;margin-left:auto;margin-right:auto;position:relative;top:0}.react-datepicker__navigation--years-previous{top:4px}.react-datepicker__navigation--years-upcoming{top:-4px}.react-datepicker__navigation:hover :before{border-color:#a6a6a6}.react-datepicker__navigation-icon{font-size:20px;position:relative;top:-1px;width:0}.react-datepicker__navigation-icon--next{left:-2px}.react-datepicker__navigation-icon--next:before{left:-7px;transform:rotate(45deg)}.react-datepicker__navigation-icon--previous{right:-2px}.react-datepicker__navigation-icon--previous:before{right:-7px;transform:rotate(225deg)}.react-datepicker__month-container{float:left}.react-datepicker__year{margin:.4rem;text-align:center}.react-datepicker__year-wrapper{display:flex;flex-wrap:wrap;max-width:180px}.react-datepicker__year .react-datepicker__year-text{display:inline-block;margin:2px;width:4rem}.react-datepicker__month{margin:.4rem;text-align:center}.react-datepicker__month .react-datepicker__month-text,.react-datepicker__month .react-datepicker__quarter-text{display:inline-block;margin:2px;width:4rem}.react-datepicker__input-time-container{clear:both;float:left;margin:5px 0 10px 15px;text-align:left;width:100%}.react-datepicker__input-time-container .react-datepicker-time__caption,.react-datepicker__input-time-container .react-datepicker-time__input-container{display:inline-block}.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input{display:inline-block;margin-left:10px}.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input input{width:auto}.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input input[type=time]::-webkit-inner-spin-button,.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input input[type=time]::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input input[type=time]{-moz-appearance:textfield}.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__delimiter{display:inline-block;margin-left:5px}.react-datepicker__time-container{border-left:1px solid #aeaeae;float:right;width:85px}.react-datepicker__time-container--with-today-button{border:1px solid #aeaeae;border-radius:.3rem;display:inline;position:absolute;right:-87px;top:0}.react-datepicker__time-container .react-datepicker__time{background:#fff;border-bottom-right-radius:.3rem;position:relative}.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box{border-bottom-right-radius:.3rem;margin:0 auto;overflow-x:hidden;text-align:center;width:85px}.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list{box-sizing:initial;height:calc(195px + .85rem);list-style:none;margin:0;overflow-y:scroll;padding-left:0;padding-right:0;width:100%}.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item{height:30px;padding:5px 10px;white-space:nowrap}.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item:hover{background-color:#f0f0f0;cursor:pointer}.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--selected{background-color:#216ba5;color:#fff;font-weight:700}.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--selected:hover{background-color:#216ba5}.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--disabled{color:#ccc}.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--disabled:hover{background-color:initial;cursor:default}.react-datepicker__week-number{color:#ccc;display:inline-block;line-height:1.7rem;margin:.166rem;text-align:center;width:1.7rem}.react-datepicker__week-number.react-datepicker__week-number--clickable{cursor:pointer}.react-datepicker__week-number.react-datepicker__week-number--clickable:hover{background-color:#f0f0f0;border-radius:.3rem}.react-datepicker__day-names,.react-datepicker__week{white-space:nowrap}.react-datepicker__day-names{margin-bottom:-8px}.react-datepicker__day,.react-datepicker__day-name,.react-datepicker__time-name{color:#000;display:inline-block;line-height:1.7rem;margin:.166rem;text-align:center;width:1.7rem}.react-datepicker__day,.react-datepicker__month-text,.react-datepicker__quarter-text,.react-datepicker__year-text{cursor:pointer}.react-datepicker__day:hover,.react-datepicker__month-text:hover,.react-datepicker__quarter-text:hover,.react-datepicker__year-text:hover{background-color:#f0f0f0;border-radius:.3rem}.react-datepicker__day--today,.react-datepicker__month-text--today,.react-datepicker__quarter-text--today,.react-datepicker__year-text--today{font-weight:700}.react-datepicker__day--highlighted,.react-datepicker__month-text--highlighted,.react-datepicker__quarter-text--highlighted,.react-datepicker__year-text--highlighted{background-color:#3dcc4a;border-radius:.3rem;color:#fff}.react-datepicker__day--highlighted:hover,.react-datepicker__month-text--highlighted:hover,.react-datepicker__quarter-text--highlighted:hover,.react-datepicker__year-text--highlighted:hover{background-color:#32be3f}.react-datepicker__day--highlighted-custom-1,.react-datepicker__month-text--highlighted-custom-1,.react-datepicker__quarter-text--highlighted-custom-1,.react-datepicker__year-text--highlighted-custom-1{color:#f0f}.react-datepicker__day--highlighted-custom-2,.react-datepicker__month-text--highlighted-custom-2,.react-datepicker__quarter-text--highlighted-custom-2,.react-datepicker__year-text--highlighted-custom-2{color:green}.react-datepicker__day--in-range,.react-datepicker__day--in-selecting-range,.react-datepicker__day--selected,.react-datepicker__month-text--in-range,.react-datepicker__month-text--in-selecting-range,.react-datepicker__month-text--selected,.react-datepicker__quarter-text--in-range,.react-datepicker__quarter-text--in-selecting-range,.react-datepicker__quarter-text--selected,.react-datepicker__year-text--in-range,.react-datepicker__year-text--in-selecting-range,.react-datepicker__year-text--selected{background-color:#216ba5;border-radius:.3rem;color:#fff}.react-datepicker__day--in-range:hover,.react-datepicker__day--in-selecting-range:hover,.react-datepicker__day--selected:hover,.react-datepicker__month-text--in-range:hover,.react-datepicker__month-text--in-selecting-range:hover,.react-datepicker__month-text--selected:hover,.react-datepicker__quarter-text--in-range:hover,.react-datepicker__quarter-text--in-selecting-range:hover,.react-datepicker__quarter-text--selected:hover,.react-datepicker__year-text--in-range:hover,.react-datepicker__year-text--in-selecting-range:hover,.react-datepicker__year-text--selected:hover{background-color:#1d5d90}.react-datepicker__day--keyboard-selected,.react-datepicker__month-text--keyboard-selected,.react-datepicker__quarter-text--keyboard-selected,.react-datepicker__year-text--keyboard-selected{background-color:#bad9f1;border-radius:.3rem;color:#000}.react-datepicker__day--keyboard-selected:hover,.react-datepicker__month-text--keyboard-selected:hover,.react-datepicker__quarter-text--keyboard-selected:hover,.react-datepicker__year-text--keyboard-selected:hover{background-color:#1d5d90}.react-datepicker__day--in-selecting-range:not(.react-datepicker__day--in-range,.react-datepicker__month-text--in-range,.react-datepicker__quarter-text--in-range,.react-datepicker__year-text--in-range),.react-datepicker__month-text--in-selecting-range:not(.react-datepicker__day--in-range,.react-datepicker__month-text--in-range,.react-datepicker__quarter-text--in-range,.react-datepicker__year-text--in-range),.react-datepicker__quarter-text--in-selecting-range:not(.react-datepicker__day--in-range,.react-datepicker__month-text--in-range,.react-datepicker__quarter-text--in-range,.react-datepicker__year-text--in-range),.react-datepicker__year-text--in-selecting-range:not(.react-datepicker__day--in-range,.react-datepicker__month-text--in-range,.react-datepicker__quarter-text--in-range,.react-datepicker__year-text--in-range){background-color:#216ba580}.react-datepicker__month--selecting-range .react-datepicker__day--in-range:not(.react-datepicker__day--in-selecting-range,.react-datepicker__month-text--in-selecting-range,.react-datepicker__quarter-text--in-selecting-range,.react-datepicker__year-text--in-selecting-range),.react-datepicker__month--selecting-range .react-datepicker__month-text--in-range:not(.react-datepicker__day--in-selecting-range,.react-datepicker__month-text--in-selecting-range,.react-datepicker__quarter-text--in-selecting-range,.react-datepicker__year-text--in-selecting-range),.react-datepicker__month--selecting-range .react-datepicker__quarter-text--in-range:not(.react-datepicker__day--in-selecting-range,.react-datepicker__month-text--in-selecting-range,.react-datepicker__quarter-text--in-selecting-range,.react-datepicker__year-text--in-selecting-range),.react-datepicker__month--selecting-range .react-datepicker__year-text--in-range:not(.react-datepicker__day--in-selecting-range,.react-datepicker__month-text--in-selecting-range,.react-datepicker__quarter-text--in-selecting-range,.react-datepicker__year-text--in-selecting-range),.react-datepicker__year--selecting-range .react-datepicker__day--in-range:not(.react-datepicker__day--in-selecting-range,.react-datepicker__month-text--in-selecting-range,.react-datepicker__quarter-text--in-selecting-range,.react-datepicker__year-text--in-selecting-range),.react-datepicker__year--selecting-range .react-datepicker__month-text--in-range:not(.react-datepicker__day--in-selecting-range,.react-datepicker__month-text--in-selecting-range,.react-datepicker__quarter-text--in-selecting-range,.react-datepicker__year-text--in-selecting-range),.react-datepicker__year--selecting-range .react-datepicker__quarter-text--in-range:not(.react-datepicker__day--in-selecting-range,.react-datepicker__month-text--in-selecting-range,.react-datepicker__quarter-text--in-selecting-range,.react-datepicker__year-text--in-selecting-range),.react-datepicker__year--selecting-range .react-datepicker__year-text--in-range:not(.react-datepicker__day--in-selecting-range,.react-datepicker__month-text--in-selecting-range,.react-datepicker__quarter-text--in-selecting-range,.react-datepicker__year-text--in-selecting-range){background-color:#f0f0f0;color:#000}.react-datepicker__day--disabled,.react-datepicker__month-text--disabled,.react-datepicker__quarter-text--disabled,.react-datepicker__year-text--disabled{color:#ccc;cursor:default}.react-datepicker__day--disabled:hover,.react-datepicker__month-text--disabled:hover,.react-datepicker__quarter-text--disabled:hover,.react-datepicker__year-text--disabled:hover{background-color:initial}.react-datepicker__input-container{display:inline-block;position:relative;width:100%}.react-datepicker__input-container .react-datepicker__calendar-icon{padding:.5rem;position:absolute}.react-datepicker__view-calendar-icon input{padding:6px 10px 5px 25px}.react-datepicker__month-read-view,.react-datepicker__month-year-read-view,.react-datepicker__year-read-view{border:1px solid #0000;border-radius:.3rem;position:relative}.react-datepicker__month-read-view:hover,.react-datepicker__month-year-read-view:hover,.react-datepicker__year-read-view:hover{cursor:pointer}.react-datepicker__month-read-view:hover .react-datepicker__month-read-view--down-arrow,.react-datepicker__month-read-view:hover .react-datepicker__year-read-view--down-arrow,.react-datepicker__month-year-read-view:hover .react-datepicker__month-read-view--down-arrow,.react-datepicker__month-year-read-view:hover .react-datepicker__year-read-view--down-arrow,.react-datepicker__year-read-view:hover .react-datepicker__month-read-view--down-arrow,.react-datepicker__year-read-view:hover .react-datepicker__year-read-view--down-arrow{border-top-color:#b3b3b3}.react-datepicker__month-read-view--down-arrow,.react-datepicker__month-year-read-view--down-arrow,.react-datepicker__year-read-view--down-arrow{right:-16px;top:0;transform:rotate(135deg)}.react-datepicker__month-dropdown,.react-datepicker__month-year-dropdown,.react-datepicker__year-dropdown{background-color:#f0f0f0;border:1px solid #aeaeae;border-radius:.3rem;left:25%;position:absolute;text-align:center;top:30px;width:50%;z-index:1}.react-datepicker__month-dropdown:hover,.react-datepicker__month-year-dropdown:hover,.react-datepicker__year-dropdown:hover{cursor:pointer}.react-datepicker__month-dropdown--scrollable,.react-datepicker__month-year-dropdown--scrollable,.react-datepicker__year-dropdown--scrollable{height:150px;overflow-y:scroll}.react-datepicker__month-option,.react-datepicker__month-year-option,.react-datepicker__year-option{display:block;line-height:20px;margin-left:auto;margin-right:auto;width:100%}.react-datepicker__month-option:first-of-type,.react-datepicker__month-year-option:first-of-type,.react-datepicker__year-option:first-of-type{border-top-left-radius:.3rem;border-top-right-radius:.3rem}.react-datepicker__month-option:last-of-type,.react-datepicker__month-year-option:last-of-type,.react-datepicker__year-option:last-of-type{border-bottom-left-radius:.3rem;border-bottom-right-radius:.3rem;-webkit-user-select:none;user-select:none}.react-datepicker__month-option:hover,.react-datepicker__month-year-option:hover,.react-datepicker__year-option:hover{background-color:#ccc}.react-datepicker__month-option:hover .react-datepicker__navigation--years-upcoming,.react-datepicker__month-year-option:hover .react-datepicker__navigation--years-upcoming,.react-datepicker__year-option:hover .react-datepicker__navigation--years-upcoming{border-bottom-color:#b3b3b3}.react-datepicker__month-option:hover .react-datepicker__navigation--years-previous,.react-datepicker__month-year-option:hover .react-datepicker__navigation--years-previous,.react-datepicker__year-option:hover .react-datepicker__navigation--years-previous{border-top-color:#b3b3b3}.react-datepicker__month-option--selected,.react-datepicker__month-year-option--selected,.react-datepicker__year-option--selected{left:15px;position:absolute}.react-datepicker__close-icon{background-color:initial;border:0;cursor:pointer;display:table-cell;height:100%;outline:0;padding:0 6px 0 0;position:absolute;right:0;top:0;vertical-align:middle}.react-datepicker__close-icon:after{background-color:#216ba5;border-radius:50%;color:#fff;content:"×";cursor:pointer;display:table-cell;font-size:12px;height:16px;line-height:1;padding:2px;text-align:center;vertical-align:middle;width:16px}.react-datepicker__today-button{background:#f0f0f0;border-top:1px solid #aeaeae;clear:left;cursor:pointer;font-weight:700;padding:5px 0;text-align:center}.react-datepicker__portal{align-items:center;background-color:#000c;display:flex;height:100vh;justify-content:center;left:0;position:fixed;top:0;width:100vw;z-index:2147483647}.react-datepicker__portal .react-datepicker__day,.react-datepicker__portal .react-datepicker__day-name,.react-datepicker__portal .react-datepicker__time-name{line-height:3rem;width:3rem}@media (max-height:550px),(max-width:400px){.react-datepicker__portal .react-datepicker__day,.react-datepicker__portal .react-datepicker__day-name,.react-datepicker__portal .react-datepicker__time-name{line-height:2rem;width:2rem}}.react-datepicker__portal .react-datepicker-time__header,.react-datepicker__portal .react-datepicker__current-month{font-size:1.44rem}.react-datepicker__children-container{height:auto;margin:.4rem;padding-left:.2rem;padding-right:.2rem;width:13.8rem}.react-datepicker__aria-live{border:0;clip-path:circle(0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;white-space:nowrap;width:1px}.react-datepicker__calendar-icon{height:1em;vertical-align:-.125em;width:1em}.table{background:#fff;border:1px solid #e6e6e9}.table th{border-top:1px solid #e6e6e9}.table thead th{border-bottom:1px solid #e6e6e9;font-size:16px;font-weight:600;height:70px;line-height:1.2em;vertical-align:middle}.table thead th.table-caption{background:#1b154c!important;color:#fff;font-size:14px;height:auto;line-height:1em;text-align:center}.table td{vertical-align:middle}.table.table-zebra,.table.table-zebra-reverse{border:0;box-shadow:0 2px 4px 0 #00000012}.table.table-zebra td,.table.table-zebra th,.table.table-zebra thead th,.table.table-zebra-reverse td,.table.table-zebra-reverse th,.table.table-zebra-reverse thead th{border:0}.table.table-zebra tbody tr:nth-child(odd) td,.table.table-zebra-reverse tbody tr:nth-child(2n) td,.table.table-zebra-reverse thead th{background:#f7f7f8}.table.table-condensed thead th{font-weight:500;height:auto}.table .td-name .avatar{margin-right:10px}.table .td-name .employee-name{color:#0d0a2c}.table .td-name-content{align-items:center;display:flex}.table .form-control{height:34px;padding:5px}.table .label-mini{color:#9e9dab;display:block;font-size:85%}.table .no-result{padding-bottom:30px;padding-top:30px}.table .btn-new{box-shadow:0 2px 4px 0 #5b49fe3d;height:25px;margin-bottom:-5px;margin-top:-5px;min-width:25px;width:25px}.table .icon-locked{color:#888}.table.table-days thead th{font-size:14px;padding:6px 8px;text-align:center}.table.table-days td{padding:0}.td-icon{text-align:center;width:40px}.table-link{border-bottom:1px dotted #887bfe;color:#0d0a2c}.table-link:hover{border-color:#5b49fe;color:#5b49fe;text-decoration:none}.td-actions{text-align:right;width:40px}.td-actions .btn-action{line-height:0;padding:4px 0}.td-actions .icon-locked{height:24px}@media(max-width:480px){.table{margin-bottom:75px}}::placeholder{color:#aaa!important}input[type=date]{-webkit-appearance:none}input[type=date].empty{color:#aaa}input[type=date]::-webkit-calendar-picker-indicator,input[type=date]::-webkit-clear-button,input[type=date]::-webkit-inner-spin-button{-webkit-appearance:none;display:none}input[type=range]::-ms-thumb{background-color:#5b49fe;border:2px solid #ddd;border-radius:50%;height:20px;width:20px}input[type=range]::-webkit-slider-runnable-track{background-color:#ccc;height:2px}input[type=range]:focus::-webkit-slider-runnable-track{outline:none}input[type=range]::-moz-range-track{background-color:#ccc;height:2px}input[type=range]::-ms-track{background-color:#ccc;height:2px}.form-group{margin-bottom:25px}.form-group .label,.form-group label{color:#0d0a2c;font-weight:500;margin-bottom:5px}.form-group .label.form-check-label,.form-group label.form-check-label{font-weight:400;margin-bottom:0;margin-left:3px}.form-group.no-form{margin-bottom:15px}.form-group.no-form label{color:#9e9dab;display:block;font-weight:400;margin-bottom:0}.form-group.form-group-flex{display:flex}.form-group.form-group-flex label{margin-bottom:0;margin-right:10px}.form-group-flex.form-row-switch{align-items:center;justify-content:space-between;margin-bottom:10px;margin-top:10px}.form-group-flex.form-row-switch .form-label{font-weight:400}.form-group-flex.form-row-switch .switch{margin-top:-3px}.select-control,select.form-control{-webkit-appearance:none;appearance:none;background-image:url(/static/media/arrow-down.a45c87bd51c7ea90caaa.svg);padding-left:7px;padding-right:25px}.select-control,.select-control.is-invalid,select.form-control,select.form-control.is-invalid{background-color:#fff;background-position:calc(100% - 7px) 50%;background-repeat:no-repeat;background-size:auto 12px}.select-control.is-invalid,select.form-control.is-invalid{background-image:url(/static/media/arrow-down.a45c87bd51c7ea90caaa.svg)!important}.form-control{border-color:#e6e6e9;border-radius:2px;font-size:14px;height:40px;padding:8px 10px}.form-control:focus{border-color:#5b49fe66;box-shadow:0 0 0 .2rem #5b49fe26}.form-control:disabled{background-color:#f9f9f9}.form-control.is-invalid~.invalid-feedback,.input-group.is-invalid~.invalid-feedback{display:block;line-height:1.5em;margin-bottom:-18px;margin-top:2px}.label-required{color:#dc3545;font-size:85%;margin-left:2px}input[type=time]::-webkit-calendar-picker-indicator{background:none;display:none}.form-time{background:#0000;border:1px solid #0000;border-bottom:1px dotted #5b49fe;border-radius:0;color:#5b49fe;font-size:16px;font-weight:400;line-height:1.5;max-width:100%;min-height:25px;min-width:50px;padding:0 0 0 1px!important}.form-time:disabled{background:#0000;color:#887bfe}.form-time.is-safari.is-empty{color:#cbc6f7}@media(max-width:480px){.form-time{font-size:20px!important}}.time-container{display:inline-block;margin-left:3px;margin-right:10px;max-width:70px}.form-md{max-width:150px}.form-color,.form-date,.form-group-time{position:relative}.form-color .form-control,.form-date .form-control,.form-group-time .form-control{cursor:pointer}.form-color>svg,.form-date>svg,.form-group-time>svg{height:20px;position:absolute;right:5px;top:35px;width:25px}.form-group-side{align-items:center;display:flex}.form-group-side .form-label{margin-right:10px}.form-date>svg{background:#fff}.form-date .is-invalid~svg{right:30px}.form-date input:disabled~svg{background:#f9f9f9}.form-date.is-invalid .form-control{border-color:#dc3545}.form-date .react-datepicker-wrapper,.form-date.is-invalid .invalid-feedback{display:block}.form-group-time{width:85px}.form-group-time>svg{background:#fff;color:#aaa}.form-group-time .form-control.is-safari.is-empty{color:#cbc6f7}.form-label{font-weight:500;margin-bottom:5px}.form-group .label-normal,.label-normal{font-weight:400}.form-color svg{color:#5b49fe;cursor:pointer}.form-color svg:hover{color:#887bfe}.form-color .form-label{align-items:center;display:flex;justify-content:space-between;width:100%}.form-color .form-control[readonly]{background-color:#0000;color:#000}.form-color .form-control[readonly]:focus-visible{border-color:#e6e6e9;box-shadow:none}.form-search{position:relative}.form-search svg{color:#aaa;height:20px;position:absolute;right:5px;top:8px;width:25px}.form-search .btn-clear{position:absolute;right:0;top:0}.form-select-user{max-width:175px}.DateRangePicker{white-space:nowrap}.DateInput_fang,.DateRangePicker_picker{z-index:10}.DateRangePickerInput.DateRangePickerInput__withBorder{border-color:#e6e6e9}.DateRangePickerInput.is-invalid,.form-group.is-invalid .DateRangePickerInput__withBorder{border-color:#dc3545}.DateInput{width:90px}.DateInput .DateInput_input{font-size:14px;line-height:18px;padding:11px 10px 8px}.DateInput .DateInput_input__focused{border-bottom-color:#5b49fe}.CalendarDay.CalendarDay__selected{background:#5b49fe;border-color:#5b49fe}.CalendarDay.CalendarDay__selected_span{background:#887bfe;border-color:#887bfe}.CalendarDay.CalendarDay__hovered_span{background:#cbc6f7;border-color:#cbc6f7;color:#4a39e3}.btn-choice-group{align-items:center;display:flex;position:relative;width:100%}.btn-choice-group .btn-choice{align-items:center;background-color:#fff;border:1px solid #e6e6e9;border-radius:4px;cursor:pointer;display:inline-flex;flex:1 1 auto;min-height:40px;position:relative}.btn-choice-group .btn-choice:first-child:not(:last-child){border-bottom-right-radius:0;border-top-right-radius:0}.btn-choice-group .btn-choice:not(:first-child){border-bottom-left-radius:0;border-top-left-radius:0;margin-left:-1px}.btn-choice-group .btn-choice input[type=checkbox],.btn-choice-group .btn-choice input[type=radio]{clip:rect(0,0,0,0);pointer-events:none;position:absolute}.btn-choice-group .btn-choice.active{background-color:#5b49fe;border:1px solid #5b49fe}.btn-choice-group .btn-choice.active label{color:#fff}.btn-choice-group .btn-choice .form-check-label{color:#55536b;cursor:pointer;display:block;padding:8px 10px;text-align:center;width:100%}.btn-choice-group.disabled .btn-choice{background-color:#f9f9f9;cursor:default}.btn-choice-group.disabled .btn-choice.active{background-color:#887bfe;border:1px solid #887bfe}.btn-choice-group.disabled .btn-choice input,.btn-choice-group.disabled .btn-choice label{cursor:default}.btn-checkbox{align-items:center;background:#fff;border:1px solid #5b49fe;color:#55536b;cursor:pointer;display:flex;flex:1 1 auto;min-height:40px;position:relative}.btn-checkbox input[type=checkbox],.btn-checkbox input[type=radio]{clip:rect(0,0,0,0);pointer-events:none;position:absolute}.btn-checkbox .btn-check-label{color:inherit;cursor:pointer;display:block;margin-bottom:0;padding:8px 10px;text-align:center;width:100%}.btn-checkbox .btn-not-draggable{cursor:default!important}.btn-checkbox:hover{background:#cbc6f7}.btn-checkbox.active{background-color:#5b49fe;border:1px solid #0006}.btn-checkbox.active label{color:#fff}.btn-checkbox.active:hover{background:#4a39e3}.checkbox input[type=checkbox],.checkbox input[type=radio],.radio input[type=checkbox],.radio input[type=radio]{height:16px;margin:0;opacity:0;width:16px}.checkbox input[type=checkbox]:hover+label:after,.checkbox input[type=radio]:hover+label:after,.radio input[type=checkbox]:hover+label:after,.radio input[type=radio]:hover+label:after{color:#aaa}.checkbox input[type=checkbox]:checked+label:after,.checkbox input[type=radio]:checked+label:after,.radio input[type=checkbox]:checked+label:after,.radio input[type=radio]:checked+label:after{color:#fff}.checkbox input[type=checkbox]:checked+label:before,.checkbox input[type=radio]:checked+label:before,.radio input[type=checkbox]:checked+label:before,.radio input[type=radio]:checked+label:before{background-color:#fff;border:1px solid #5b49fe}.checkbox input[type=checkbox]:checked+label:before,.radio input[type=checkbox]:checked+label:before{background-color:#5b49fe}.checkbox label,.radio label{min-height:20px;padding-left:35px;position:relative;-webkit-user-select:none;user-select:none}.checkbox label:after,.checkbox label:before,.radio label:after,.radio label:before{color:#aaa;content:"";height:20px;left:0;position:absolute;text-align:center;top:50%;transform:translateY(-50%);vertical-align:middle;width:20px}.checkbox label:before,.radio label:before{background:#f7f7f87a;border:1px solid #e6e6e9}.checkbox label:empty,.radio label:empty{padding-left:0;width:20px}.checkbox label:hover,.radio label:hover{cursor:pointer}.form-group .checkbox label,.form-group .radio label{font-weight:600}.checkbox input[type=radio]:hover+label:after,.radio input[type=radio]:hover+label:after{background-color:#aaa}.checkbox input[type=radio]:checked+label:after,.radio input[type=radio]:checked+label:after{background-color:#5b49fe}.checkbox input[type=radio]+label:after,.checkbox input[type=radio]+label:before,.radio input[type=radio]+label:after,.radio input[type=radio]+label:before{border-radius:50%}.checkbox input[type=radio]+label:after,.radio input[type=radio]+label:after{height:8px;left:4px;width:8px}.checkbox input[type=checkbox]:checked+label:after,.checkbox input[type=checkbox]:hover+label:after,.radio input[type=checkbox]:checked+label:after,.radio input[type=checkbox]:hover+label:after{content:"✔";font-size:12px;line-height:20px}.checkbox input[type=checkbox]+label:before,.radio input[type=checkbox]+label:before{border-radius:3px}.checkbox input[type=checkbox]:disabled+label:before,.radio input[type=checkbox]:disabled+label:before{background-color:#f7f7f8}.checkbox input[type=checkbox]:disabled:checked+label:before,.radio input[type=checkbox]:disabled:checked+label:before{background-color:#cbc6f7;border-color:#cbc6f7}.checkbox.checkbox .radio:checked+label:after,.radio.checkbox .radio:checked+label:after{font-size:12px;height:1.516em;line-height:1.516em;width:1.516em}.checkbox.checkbox .radio+label:before,.radio.checkbox .radio+label:before{border-radius:50%}.flex-group{align-items:center;align-items:flex-end;display:flex;margin-bottom:25px}.flex-group .form-group{margin-bottom:0;margin-right:15px;width:100%}.row-adding{margin-bottom:25px}.row-adding .flex-group{margin-bottom:10px}input[type=number]{-webkit-appearance:textfield;appearance:textfield}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{-webkit-appearance:none}.rc-input-number{margin:0;padding:0;transition:all .3s}.rc-input-number-input{-moz-appearance:textfield;background:#0000;border:0;border-radius:4px;height:100%;line-height:26px;outline:0;padding:0;text-align:center;transition:all .3s ease;transition:all .3s;width:100%}.rc-input-number-input-wrap{height:100%;overflow:hidden}.rc-input-number-handler{cursor:pointer;display:flex;height:50%;justify-content:center;transition:all .3s}.rc-input-number-handler:hover{background-color:#ebe9ff}.rc-input-number-handler-wrap{float:right;font-weight:700;height:100%;transition:all .3s;width:16px}.rc-input-number-handler-down-inner,.rc-input-number-handler-up-inner{height:100%;text-align:center;width:100%}.rc-input-number-handler-down-inner:after,.rc-input-number-handler-up-inner:after{border-bottom:2px solid #55536b;border-right:2px solid #55536b;content:"";display:inline-block;height:5px;width:5px}.rc-input-number-handler-up-inner:after{transform:rotate(-135deg)}.rc-input-number-handler-down-inner:after{margin-bottom:7px;transform:rotate(45deg)}.form-error{color:#dc3545;font-size:80%}.error-message{color:#dc3545;margin-top:15px}.error-box p{margin-bottom:7px}.list-error li{list-style:disc none outside;list-style:initial;margin-left:15px}.react-datepicker{font-family:Fira Sans,sans-serif}.react-datepicker__header{background-color:#ebe9ff;border-bottom:#5b49fe}.react-datepicker__navigation{top:7px}.react-datepicker__navigation-icon:before{border-color:#887bfe}.react-datepicker__day--selected{background:#5b49fe}.react-datepicker__day--selected:hover{background:#4a39e3}@media(max-width:480px){input[type=color],input[type=date],input[type=datetime-local],input[type=datetime],input[type=email],input[type=month],input[type=number],input[type=password],input[type=search],input[type=tel],input[type=text],input[type=time],input[type=url],input[type=week],select:focus,textarea{font-size:16px}.form-control{height:50px}.form-date>svg{top:40px}.form-search>svg{top:15px}}.col-right-separator{position:relative}.col-right-separator:after{border-right:1px dashed #887bfe;content:"";display:block;height:100%;position:absolute;right:0;top:0;width:30px}.card{border:none;border-radius:0;margin-bottom:15px;padding:20px;position:relative}.card .btn-inline{display:inline-table;max-width:max-content}.card .icon-locked{color:#aaa;position:absolute;right:15px}.card-tag{color:#fff;filter:drop-shadow(2px 2px 2px rgba(0,0,0,.3));height:36px;position:absolute;right:18px;top:-3px;width:26px}.card-tag .card-tag-icon{font-size:18px}.card-tag .card-tag-content{align-items:center;background:#5b49fe;clip-path:polygon(0 0,100% 0,100% calc(100% - 8px),50% 100%,0 calc(100% - 8px));display:flex;height:45px;justify-content:center;width:30px}.card-title{font-size:24px;font-weight:700}.card-title.card-title-colored{background:#f7f7f8;border:3px solid #f7f7f8;padding:4px 10px}.card-subtitle{font-size:18px;font-weight:400;margin-bottom:7px}.card-top{align-items:flex-end;display:flex;flex-wrap:wrap-reverse;justify-content:space-between}.card-top .avatar{margin-bottom:5px;order:1}.card-top .card-top-info{width:calc(100% - 90px)}.card-header{background:#fff;border-bottom:1px solid #e6e6e9;margin:-15px -15px 0;padding:15px}.card-header .card-title{margin-bottom:0}.card-content{flex-grow:1}.card-content .card-label{color:#9e9dab}.card-content .form-group:last-of-type{margin-bottom:0}.card-actions{display:flex;justify-content:flex-end;margin-bottom:-15px;margin-right:-15px;margin-top:-15px}.card-actions.bottom-right{bottom:20px;position:absolute;right:15px}@media(max-width:768px){.card-title{font-size:18px}.card-top .card-top-info{width:100%}}@media(max-width:480px){.page-home .card h2{font-size:20px}}.animated{animation-duration:1s;animation-fill-mode:forwards}.animated.bounceIn{animation-duration:.7s}.animated.bounceOut{animation-duration:.5s}.animated.bounceIn{animation-name:bounceIn}.animated.bounceOut{animation-name:bounceOut}.animated.fadeIn{animation-duration:.7s;animation-name:fadeIn}.animated.fadeOut{animation-duration:.3s;animation-name:fadeOut}.animated.bounceInDown{animation-name:bounceInDown}.animated.bounceOutUp{animation-name:bounceOutUp}.rrt-confirm-holder{height:100%;left:0;position:fixed;top:0;width:100%;z-index:99999999}.rrt-confirm-holder .shadow{background-color:#323a44cc;height:100%;width:100%}.rrt-confirm-holder .rrt-confirm{background-color:#fff;border-radius:4px;box-shadow:3px 3px 20px #333;left:50%;margin-left:-160px;overflow:hidden;position:absolute;top:20%;width:320px;z-index:9}.rrt-confirm-holder .rrt-confirm .rrt-message{background-color:#fff;clear:both;font-family:open-sanscondensed-light,sans-serif;font-size:1em;min-height:50px;padding:5%;text-align:center;width:100%}.rrt-confirm-holder .rrt-confirm .rrt-buttons-holder{display:flex}.rrt-confirm-holder .rrt-confirm .rrt-buttons-holder .rrt-button{background-color:#0000;border:none;border-top:1px solid #f0f0f0;cursor:pointer;flex-grow:1;float:left;font-size:14px;height:50px;margin:0;overflow:hidden;padding:0;text-transform:capitalize}.rrt-confirm-holder .rrt-confirm .rrt-buttons-holder .rrt-button:hover{background-color:#f5f5f5}.rrt-confirm-holder .rrt-confirm .rrt-buttons-holder .rrt-button.rrt-ok-btn:active{background-color:#60bb71;color:#fff}.rrt-confirm-holder .rrt-confirm .rrt-buttons-holder .rrt-button.rrt-cancel-btn:active{background-color:#db6a64;color:#fff}.rrt-confirm-holder .rrt-confirm .rrt-buttons-holder .rrt-button:focus{outline:none}body.toastr-confirm-active{overflow:hidden}.redux-toastr *,.redux-toastr :after,.redux-toastr :before{box-sizing:border-box}.redux-toastr .bottom-center,.redux-toastr .bottom-left,.redux-toastr .bottom-right,.redux-toastr .top-center,.redux-toastr .top-left,.redux-toastr .top-right{padding:0 10px;position:fixed;width:350px;z-index:99999999}.redux-toastr .top-center,.redux-toastr .top-left,.redux-toastr .top-right{top:0}.redux-toastr .bottom-right,.redux-toastr .top-right{right:0}.redux-toastr .bottom-center,.redux-toastr .bottom-left,.redux-toastr .bottom-right{bottom:0}.redux-toastr .bottom-left,.redux-toastr .top-left{left:0}.redux-toastr .bottom-center,.redux-toastr .top-center{left:50%;margin-left:-175px}@media(max-width:320px){.redux-toastr .bottom-center,.redux-toastr .bottom-left,.redux-toastr .bottom-right,.redux-toastr .top-center,.redux-toastr .top-left,.redux-toastr .top-right{width:320px}.redux-toastr .bottom-center,.redux-toastr .top-center{margin-left:-160px}}.redux-toastr .toastr{background-color:#fcfcfc;border-radius:4px;box-shadow:2px 2px 10px #0006;color:#333;margin:10px 0;min-height:70px;opacity:.94;overflow:hidden;position:relative;width:100%;z-index:2}.redux-toastr .toastr:hover:not(.rrt-message){box-shadow:0 0 10px #0009;opacity:1}.redux-toastr .toastr .toastr-status{height:5px;width:100%}.redux-toastr .toastr .toastr-status.success{background-color:#60bb71}.redux-toastr .toastr .toastr-status.warning{background-color:#f7a336}.redux-toastr .toastr .toastr-status.info{background-color:#58abc3}.redux-toastr .toastr .toastr-status.error{background-color:#db6a64}.redux-toastr .toastr .rrt-left-container,.redux-toastr .toastr .rrt-right-container{float:left;overflow:hidden;text-align:center}.redux-toastr .toastr .rrt-left-container{bottom:0;left:0;position:absolute;top:0;width:80px}.redux-toastr .toastr .rrt-left-container .rrt-holder{height:70px;left:5px;line-height:60px;margin-top:-35px;position:absolute;top:50%;width:70px}.redux-toastr .toastr .rrt-left-container .toastr-icon{fill:#fff;margin-top:5px;vertical-align:middle}.redux-toastr .toastr .rrt-middle-container{float:left;font-family:Arial,Helvetica,sans-serif;font-size:1em;margin-left:80px;padding:10px 5px;position:relative;text-align:left;width:65%}.redux-toastr .toastr .rrt-middle-container .rrt-title{font-size:1.1em;font-weight:700;margin-bottom:5px}.redux-toastr .toastr .rrt-right-container{width:10%}.redux-toastr .toastr .close-toastr{background-color:#0000;border:none;color:#000;cursor:pointer;font-family:Helvetica Neue,Helvetica,Arial sans-serif;font-size:22px;height:100%;opacity:.5;outline:none;position:absolute;right:0;top:0;width:10%}.redux-toastr .toastr .close-toastr:hover{opacity:1}.redux-toastr .toastr .close-toastr:focus{outline:none}.redux-toastr .toastr .close-toastr span{left:0;position:absolute;right:0;top:50%;transform:translateY(-50%)}.redux-toastr .toastr.rrt-error,.redux-toastr .toastr.rrt-info,.redux-toastr .toastr.rrt-success,.redux-toastr .toastr.rrt-warning{color:#fff}.redux-toastr .toastr.rrt-info{background-color:#58abc3}.redux-toastr .toastr.rrt-info .rrt-progressbar{background-color:#378298}.redux-toastr .toastr.rrt-success{background-color:#60bb71}.redux-toastr .toastr.rrt-success .rrt-progressbar{background-color:#3e914d}.redux-toastr .toastr.rrt-warning{background-color:#f7a336}.redux-toastr .toastr.rrt-warning .rrt-progressbar{background-color:#d87e09}.redux-toastr .toastr.rrt-error{background-color:#db6a64}.redux-toastr .toastr.rrt-error .rrt-progressbar{background-color:#c5352e}.redux-toastr .toastr.rrt-light .rrt-progressbar{background-color:#ccc}.redux-toastr .toastr.rrt-light .toastr-icon{fill:#333!important}.redux-toastr .toastr.rrt-message{border:1px solid #dbdbdb;opacity:1}.redux-toastr .toastr.rrt-message .rrt-title{font-size:1.2em;height:50px;line-height:50px;overflow:hidden;padding:0 20px;text-align:center;text-overflow:ellipsis;white-space:nowrap;width:90%}.redux-toastr .toastr.rrt-message .rrt-text{background-color:#fff;border-bottom:1px solid #f1f1f1;border-top:1px solid #f1f1f1;font-size:1.1em;margin-bottom:20px;max-height:400px;overflow:hidden;overflow-y:auto;padding:15px;width:100%}.redux-toastr .toastr.rrt-message .rrt-text img{display:block;margin:10px auto;max-width:100%}.redux-toastr .toastr.rrt-message .close-toastr{height:50px}.redux-toastr .toastr .rrt-progress-container{bottom:20px;height:5px;margin:0 -20px -20px -60px;position:absolute;width:100%}.redux-toastr .toastr .rrt-progress-container .rrt-progressbar{border-radius:0 0 0 4px;height:100%}.redux-toastr .toastr-attention{background-color:#0006;bottom:0;height:100%;left:0;position:fixed;right:0;top:0;width:100%;z-index:1}.page-absences .first-steps{background:#fff;border:1px solid #eee;margin:0 0 20px;max-width:100%;padding:15px}.page-absences .row-buttons{margin-bottom:5px;margin-left:-7.5px;margin-right:-7.5px}.page-absences .row-buttons [class*=col]{padding-left:7.5px;padding-right:7.5px}.page-absences .row-buttons .btn{display:block;margin-bottom:10px;width:100%}@media(max-width:1440px){.page-absences .heading-help-banner{left:auto;margin-right:.7rem;position:relative;transform:translateX(0)}}.answer-comments{background-color:#f9f9c2!important}.absence-answer-comments{background-color:#f9f9c2;display:block;margin-bottom:15px;margin-top:10px;padding:5px 10px}.absence-edit .form-group-time{width:auto}.absence-edit .error-message{margin-top:25px}.form-group-period{align-items:center;display:flex}.form-group-period span{margin-top:2px}.form-group-period svg{font-size:18px;margin-right:5px}.form-group-period .tag-dia:nth-child(2):before{content:" - "}.form-group-period .absence-attachment{color:#9e9dab}.form-group-period .ausencia-attachments{display:flex}.form-group-period .ausencia-attachments .dropzone-files{margin-top:0}.form-group-period .ausencia-attachments .dropzone-files .file-info{max-width:160px}.form-group-period .ausencia-attachments .dropzone-files .file-info .file-name{width:100%}.form-group-period .ausencia-attachments .dropzone-files .file-item{justify-content:end}.form-group-period .ausencia-attachments .dropzone-files span{margin-top:0}.card-ausencia .ausencia-tipo,.row-ausencia .ausencia-tipo{font-size:22px;font-weight:700;margin-bottom:0}.card-ausencia .ausencia-resumen,.row-ausencia .ausencia-resumen{color:#9e9dab}.card-ausencia .ausencia-resumen span,.row-ausencia .ausencia-resumen span{color:#000;font-weight:500}.card-ausencia .card-shift,.row-ausencia .card-shift{display:inline-block;margin-bottom:5px;padding:4px 8px}.card-ausencia .absence-comments,.row-ausencia .absence-comments{display:block;margin-bottom:5px;min-height:21px}.card-ausencia .Pendiente,.row-ausencia .Pendiente{color:#f29a0c}.card-ausencia .Denegado,.row-ausencia .Denegado{color:#dc3545}.card-ausencia .Aprobado,.row-ausencia .Aprobado{color:#0bcc8a}.card-ausencia .Anulado,.row-ausencia .Anulado{color:#55536b}.card-ausencia .card-label-solicitado,.row-ausencia .card-label-solicitado{margin-bottom:0}.card-ausencia .card-label-gestionado,.row-ausencia .card-label-gestionado{color:#55536b;font-size:90%;margin-bottom:0!important}.card-ausencia .card-label-gestionado .avatar,.row-ausencia .card-label-gestionado .avatar{margin-right:3px}.row-ausencia .form-group.no-form{margin-bottom:0}.row-ausencia .ausencia-resumen{margin-bottom:5px}.row-ausencia .form-group-period .absence-attachment{display:none}.table-mobile .td-name-content{margin-bottom:10px}.table-mobile .estado{display:block}.header-widgets{margin-bottom:10px}.header-widgets .widget-title{display:block;font-size:18px;font-weight:700;margin-bottom:8px}.header-widgets .widget-title.title-yellow{color:#efc54d}.header-widgets .widget-title.title-green{color:#0a8a0a}.header-widgets .widget-title.title-red{color:#dd377a}.header-widgets .widget-title.title-blue{color:#55a2e6}.header-widgets .widget-title.title-orange{color:#f29a0c}.header-widgets .widget-title.title-purple{color:#887bfe}.header-widgets .widget-title.title-blue-dark{color:#102cba}.header-widgets .widget-title.title-grey{color:#55536b}.header-widgets .widget-title.title-primary{color:#5b49fe}.header-widgets .widget-counter{display:block;font-size:36px;font-weight:700}.header-widgets .icon-calendar-wrapper{align-items:center;background:#f7f7f8;border-radius:50%;display:flex;height:50px;justify-content:center;padding:10px;width:50px}.header-widgets .icon-calendar{color:#9e9dab;height:27px;width:27px}.header-widgets .widget-content{background:#fff;margin-bottom:15px;padding:20px}.header-widgets .widget-main{align-items:center;display:flex;justify-content:space-between}.list-calendar .column{margin-bottom:30px}.list-calendar .month{height:100%;margin-bottom:0}.list-calendar .month h3{font-size:18px;margin-bottom:10px;text-transform:capitalize}.table-calendar{margin:0 -10px;width:calc(100% + 20px)}.table-calendar td,.table-calendar th{padding:4px 1px;text-align:center}.table-calendar th{color:#9e9dab;padding-bottom:10px;padding-top:10px}.table-calendar td span{cursor:pointer;display:block;font-weight:700}.Auth{align-items:center;background-color:#5b49fe;color:#0d0a2c;display:flex;height:100vh;justify-content:center;padding:15px}.Auth .check-legal,.Auth .login-register{font-size:14px}.login-container{align-items:center;background-color:#fff;border-radius:16px;box-shadow:0 4px 24px #00000014;display:flex;flex-direction:column;gap:10px;max-width:530px;padding:24px 40px 10px;width:100%}.login-title{color:#4a4a4a;font-size:40px;font-weight:700;margin-bottom:0;width:100%}.login-form{margin:0!important;width:100%}.login-form-group{margin-bottom:16px!important}.login-form-group label{font-size:14px;font-weight:500}.login-form-group input{border-radius:4px}.SubmitButton{margin-bottom:20px;margin-top:30px}.login-register,.remember-password{display:none}.login-links{color:#fff;font-size:15px;margin-top:18px;text-align:center}.login-links a{color:#fff;margin:0 4px;text-decoration:underline}.logo{display:block;margin:5px auto;width:120px}.feedback-error{color:#ce1126;text-align:center}.hello{font-size:16px;margin:10px 0 20px;max-width:420px}.remember-block{align-items:center;display:flex;flex-direction:column}.page-invitation{margin:0 auto;max-width:420px}.page-invitation .user-data{background:#fff;font-size:16px;line-height:1.5em;margin-bottom:30px;margin-top:15px;padding:10px 5px;text-align:center}.page-invitation .logo{margin-bottom:20px}.page-invitation .alert{text-align:center}@media (min-width:480px){.Auth{padding:60px 0}}@media(min-width:700px){.login-container{max-width:530px;min-width:420px;width:80%}}.access{text-align:center}.access .form-control{text-align:center;width:100%}.access .form-group{margin-bottom:15px;width:100%}.access .SubmitButton{margin:15px 0}.access .alert{width:100%}.access .box{align-items:center;display:flex;flex-direction:column;justify-content:center;min-height:300px}form{width:100%}html.custom-haddock .Auth{background-color:#fff!important}html.custom-haddock .login-links,html.custom-haddock .login-links a{color:#0d0a2c!important}.register-bg{display:flex;min-height:100vh;width:100vw}@media(max-width:900px){.register-bg{flex-direction:column}}.register-left{align-items:flex-start;background:#fff;display:flex;flex:1 1 50%;flex-direction:column;justify-content:center;min-width:0;padding:40px 0 0 60px;position:relative}@media(max-width:900px){.register-left{align-items:center;min-height:100vh;padding:24px 12px 0;width:100vw}}.register-left .logo{left:40px;margin:0;position:absolute;top:32px;width:120px}@media(max-width:900px){.register-left .logo{display:block;left:auto;margin:0 auto 24px;position:static;top:auto}}.register-content{align-items:center;display:flex;flex-direction:column;margin:60px auto 0;max-width:400px;width:100%}@media(max-width:900px){.register-content{margin-top:0}}.register-title{color:#4a4a4a;font-size:2.5rem;font-weight:700;margin-bottom:10px;text-align:center;width:100%}.register-subtitle{color:#444;font-size:1rem;margin-bottom:24px;text-align:center;width:100%}.register-subtitle a{color:#5b49fe;font-weight:600;margin-left:4px;text-decoration:none}.register-form{width:100%}.register-form-group{margin-bottom:14px!important}.register-form-group label{font-size:14px;font-weight:500}.register-form-group input{border-radius:4px}.register-legal{color:#888;font-size:14px;margin-bottom:24px;margin-top:24px;text-align:center;width:100%}.register-right{background:#5b49fe;flex:1 1 50%}@media(max-width:900px){.register-right{display:none}}html.custom-haddock .register-right{background:#000!important}@media(max-width:900px){.register-bg{background:#5b49fe}html.custom-haddock .register-bg{background:#fff!important}}.clockin-container{align-items:center;display:flex;flex-direction:column;gap:10px;justify-content:center}.avatar{background:#f7f7f8;border-radius:50%;overflow:hidden}.avatar.avatar-xxs{height:25px;width:25px}.avatar.avatar-xs{height:30px;width:30px}.avatar.avatar-sm{height:40px;width:40px}.avatar.avatar-md{height:70px;width:70px}.avatar.avatar-lg{height:120px;width:120px}.avatar.avatar-editable{cursor:pointer}.avatar-edit{display:flex;flex-direction:column;height:340px;justify-content:space-between;text-align:center}.avatar-edit canvas{margin-top:5px}.avatar-zoom{margin-bottom:5px;margin-top:10px}.avatar-zoom label{font-weight:500;margin-right:7px}.avatar-collection{margin-right:10px}.avatar-collection li{display:inline-block;margin-left:-10px}.avatar-collection li:first-of-type{margin-left:0}.avatar-collection .avatar{border:2px solid #fff}.avatar-container{align-items:center;display:flex}.avatar-container .avatar-collection{margin-right:10px;white-space:nowrap}.page-calendar td{border:1px solid #e6e6e9;width:14.2857142857%}.page-calendar .td-container{align-items:center;display:flex;height:30px;justify-content:center;margin-bottom:-4px;margin-top:-4px;overflow:hidden}.page-calendar .td-container .calendar-date{font-weight:400}.page-calendar .td-container .shift-list-items{font-size:90%;height:100%}.page-calendar .td-container .shift-list-items .items_2{font-size:10px;line-height:12px}.page-calendar .td-container .shift-list-items .items_3{font-size:8px}.page-calendar .td-container.default-shift .calendar-date{font-weight:700}.page-calendar .td-container.has-shifts .calendar-date{min-width:50%;padding-right:3px;text-align:right;white-space:nowrap}.page-calendar .td-container.holiday .calendar-date{font-weight:700}.page-calendar .header-widgets{margin-bottom:0}.page-calendar .btn-caption{display:flex;margin-bottom:15px;margin-left:auto}.page-calendar .calendar-caption{background:#ebe9ff;margin-bottom:15px;padding:15px}.page-calendar .calendar-caption .table-hours{margin-bottom:0}.page-calendar .calendar-caption .table-hours thead th{height:auto}.page-calendar .calendar-caption .table-hours tbody td{padding-bottom:5px;padding-top:5px}.modal-calendar .subtitle{margin-bottom:15px}.row-special-days .form-control.is-invalid{background:#fff;padding-right:10px}.row-special-days .form-control.is-invalid.select-control{background-color:#fff;background-image:url(/static/media/arrow-down.a45c87bd51c7ea90caaa.svg);background-position:calc(100% - 7px) 50%;background-repeat:no-repeat;background-size:auto 12px}.row-special-days .form-date{width:145px}.row-special-days .form-date .is-invalid~svg{right:5px}.row-special-days .custom-selector{display:block;min-width:150px}.table-specialdays,.table-weekdays{margin-top:10px}.table-days.table-weekdays{margin-bottom:30px}.table-days.table-weekdays thead th:nth-child(6),.table-days.table-weekdays thead th:nth-child(7){color:#ff2280}.table-specialdays .tag-day-type{display:inline-block;margin-bottom:-2px;margin-top:-2px;min-width:50px;padding:3px 10px;text-align:center}.box-total{margin-bottom:50px}.box-total .box-total-header{align-items:center;display:flex;justify-content:space-between}.box-total .box-total-header .button-link{color:#5b49fe}.box-total .box-total-header .button-link:hover{text-decoration:underline}.box-total h4{font-size:18px;font-weight:500;margin-bottom:0}.box-total h4 strong{color:#5b49fe;font-weight:900;margin-left:3px}.worked-holiday{border:1px solid #ff2280}.list-worked-holidays{box-shadow:0 0 5px 0 #0000001a;margin-top:25px}.list-worked-holidays li{border-bottom:1px solid #e6e6e9;padding:12px 25px}.list-worked-holidays li .tag-day-type{margin-right:10px;padding:5px}.list-worked-holidays li:last-child{border-bottom:0}.ChangePassword .alert-success{margin-bottom:0;padding:8px 15px}@media(max-width:1440px){.page-contracts .heading-help-banner{left:auto;margin-right:1rem;position:relative;transform:translateX(0)}}.column-item .table-contracts .column-label-btn,.table-contracts .btn-icon-text,.table-contracts .btn-transparent,.table-contracts .column-item .column-label-btn,.table-contracts html.custom-haddock .btn-icon-text,.table-contracts html.custom-haddock .column-item .column-label-btn,html.custom-haddock .column-item .table-contracts .column-label-btn,html.custom-haddock .table-contracts .btn-icon-text{text-align:left}.table-contracts .contract-description{color:#9e9dab;display:block}.table-employees-in-contract .avatar{margin-right:10px}.objetivo-horas{background:#f7f7f8;border:1px solid #e6e6e9;margin-bottom:15px;padding:15px}.group-hours .form-group{margin-bottom:5px;max-width:130px}.group-hours .form-group input{text-align:right}.group-hours .form-group .input-group-text{background:#f7f7f8;border-color:#e6e6e9}.group-hours.objetivo-diario .form-group{max-width:100px}.group-hours.objetivo-diario .input-group-text{background:#fff}.group-hours .grid-hours{display:flex;justify-content:space-between}.vacaciones input{max-width:65px}.contract-edit{margin-top:-5px;padding-top:0}.contract-edit .form-group-flex .form-label{max-width:calc(100% - 65px)}.contract-edit .form-group-flex.form-row-switch{min-height:26px}.contract-edit .alert-footer{margin-bottom:-54px;max-width:570px;padding-bottom:8px;padding-top:8px;width:70%}@media(max-width:768px){.contract-edit .alert-footer{margin-bottom:5px;width:100%}}.contract-edit .form-control.is-invalid.form-objetivo{background:#fff;padding-right:10px}.contract-edit .form-group-time-type .form-control.is-invalid~.invalid-feedback{margin-bottom:-5px}@media(min-width:768px){.contract-edit .col1{margin-bottom:0;padding-right:20px!important}.contract-edit .col2{padding-left:20px!important}}.contract-horas .subtitle{margin-bottom:20px}.contract-horas .contract-tolerancia{margin-top:30px}.contract-horas .contract-tolerancia .input-group{width:120px}.input-group-hours{width:80px}.input-group-minutes{width:120px}.input-group-select{width:110px}.counter{align-items:center;display:flex;flex-wrap:nowrap}.counter .counter-item{color:#9e9dab;flex-wrap:nowrap;font-size:55px;font-weight:400;line-height:30px;margin-right:5px;position:relative}.counter .counter-item:last-of-type{margin-right:0}.counter .counter-item span{font-size:30px;font-weight:400;margin-left:1px}@media(max-width:768px){.counter .counter-seconds{display:none}}.custom-selector{display:inline-block;padding:0!important;position:relative;vertical-align:inherit}.custom-selector .option-tag{background:#f7f7f8;display:inline-block;min-width:50px;padding:3px 10px;text-align:center}.custom-selector .option-label{margin-left:15px}.custom-selector .selected-option{cursor:pointer;padding:7px 10px}.custom-selector .selected-option:before{content:" ";display:block;height:100%;position:absolute;width:100%;z-index:999}.custom-selector .selected-option:focus{outline:none}.custom-selector .selected-option .option-label{margin-left:7px}.custom-selector .selected-option .option-tag{min-width:auto;padding:3px 7px}.custom-selector .list-options{background:#fff;border:1px solid #e6e6e9;border-radius:3px;margin-top:8px;max-height:250px;overflow-y:auto;padding:8px 0;position:absolute;scrollbar-color:#aaa #f7f7f8;scrollbar-width:thin;width:auto;z-index:999999}.custom-selector .list-option{cursor:pointer;padding:5px 8px;white-space:nowrap}.custom-selector .list-option:hover{background:#f7f7f8}.custom-selector .list-option:focus{background:#f7f7f8;outline:none}.custom-selector .list-option-empty{min-width:150px;padding:5px 8px;white-space:nowrap}.custom-selector .filterBox{padding:0 7px 10px}.custom-selector .filterBox svg{right:10px}.custom-selector .disabled{pointer-events:none}.custom-selector.no-label{background:none;width:100%}.custom-selector.no-label .selected-option{padding:0}.custom-selector.no-label .selected-option .option-tag{padding:6px 25px;width:100%}.custom-selector.no-label.active .selected-option .option-tag,.custom-selector.no-label:hover .selected-option .option-tag{background-image:url(/static/media/arrow-down-dark.53687a17785940220d8c.svg);background-position:calc(100% - 10px) 50%;background-repeat:no-repeat;background-size:auto 10px;opacity:.85}textarea.custom-field-control{height:40px}.page-dashboard .card-latest-signings .row-latest,.row-narrow,html.custom-haddock .page-dashboard .card-latest-signings .row-latest{margin-left:-5px;margin-right:-5px}.page-dashboard .card-latest-signings .row-latest [class*=col-],.row-narrow [class*=col-],html.custom-haddock .page-dashboard .card-latest-signings .row-latest [class*=col-]{padding-left:5px;padding-right:5px}.box{background:#fff;border-radius:4px;box-shadow:0 4px 8px 0 #00000014;padding:20px}.empty-container,.page-dashboard .card-content .empty,.page-dashboard .card-content.content-soon,html.custom-haddock .page-dashboard .card-content .empty,html.custom-haddock .page-dashboard .card-content.content-soon{align-items:center;display:flex;flex-direction:column;height:100%;justify-content:center;min-height:150px}.empty-container p,.page-dashboard .card-content .empty p,.page-dashboard .card-content.content-soon p,html.custom-haddock .page-dashboard .card-content .empty p,html.custom-haddock .page-dashboard .card-content.content-soon p{text-align:center}.empty-container svg,.page-dashboard .card-content .empty svg,.page-dashboard .card-content.content-soon svg,html.custom-haddock .page-dashboard .card-content .empty svg,html.custom-haddock .page-dashboard .card-content.content-soon svg{color:#9e9dab;font-size:30px;margin-bottom:10px}.react-autosuggest{position:relative}.react-autosuggest .btn-autosuggest-clear{position:absolute;right:8px;top:8px}.react-autosuggest__container{position:relative}.react-autosuggest__container .react-autosuggest__suggestions-container{background:#fff;border:1px solid #e6e6e9;border-radius:4px;display:none;max-height:315px;overflow-y:auto;position:absolute;scrollbar-color:#aaa #00000012;scrollbar-width:thin;width:100%;z-index:5}.react-autosuggest__container .react-autosuggest__suggestions-container.react-autosuggest__suggestions-container--open{display:block}.react-autosuggest__container .react-autosuggest__suggestions-container .react-autosuggest__suggestions-list{list-style-type:none;margin:0;padding:0}.react-autosuggest__container .react-autosuggest__suggestions-container .react-autosuggest__suggestion{cursor:pointer;padding:6px 8px}.react-autosuggest__container .react-autosuggest__suggestions-container .react-autosuggest__suggestion.react-autosuggest__suggestion--highlighted{background:#f7f7f8}.react-autosuggest__container .react-autosuggest__suggestions-container .react-autosuggest__suggestion .suggestion-main{display:inline-block;max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.react-autosuggest__container .react-autosuggest__suggestions-container .react-autosuggest__suggestion .suggestion-info{color:#9e9dab;display:block;font-size:13px}.dropzone{align-items:center;background-color:#fafafa;border:2px dashed #eee;border-radius:2px;color:#bdbdbd;display:flex;flex:1 1;flex-direction:column;outline:none;padding:10px;transition:border .24s ease-in-out}.dropzone p{margin-bottom:0}.dropzone-files{margin-top:10px}.dropzone-files .file-info{align-items:center;display:flex;max-width:calc(100% - 40px);width:100%}.dropzone-files .file-info .file-name{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;width:calc(100% - 55px)}.dropzone-files .file-info .file-size{color:#9e9dab;font-size:80%;margin-left:5px}.modal-body.disabled .dropzone-files .file-info{max-width:100%}.dropzone-files .file-item .file-info{cursor:pointer}.dropzone-files .file-item .file-info .file-name{text-decoration:underline}.dropzone-files .file-item .file-info .file-name:hover{color:#5b49fe;text-decoration:none}.dropzone-files .btn-icon{align-self:flex-end;padding:2px 5px}.dropzone-files .file-saved{color:#0a8a0a}.dropzone-files li{align-items:center;border-bottom:1px solid #eee;display:flex;justify-content:space-between;padding:1px 0}.dropzone-files li:last-child{border-bottom:0}.twitter-picker{z-index:10}.tooltip-alerta{align-items:center;max-width:270px}.tooltip-alerta li{align-items:center;display:flex;justify-content:flex-start;margin-bottom:5px;text-align:left}.tooltip-alerta li:last-child{margin-bottom:0}.tooltip-alerta li .tooltip-icon{font-size:16px;margin-right:10px;max-width:16px;min-width:16px}.dropdown-filter .dropdown-menu{min-width:180px}.dropdown-filter .dropdown-menu .dropdown-header{font-size:1.1em;padding:10px 15px 0}.dropdown-filter .dropdown-menu .dropdown-content{font-size:.9em;padding:15px}.dropdown-filter .dropdown-menu .dropdown-content .form-group{margin-bottom:10px}.dropdown-filter .dropdown-menu .dropdown-content .form-switch .form-label{white-space:nowrap}.dropdown-filter .dropdown-menu .form-label{font-weight:400}.dropdown-filter .dropdown-menu .dropdown-footer{padding:0 15px 10px}.column-item .column-label-edit{background:#0000;border:0;border-bottom:1px solid #ebe9ff;border-radius:0;display:block;height:18px;margin-bottom:1px;padding:0;width:100%}.column-item .column-label-edit:focus{box-shadow:none!important}.loading-overlay{align-items:center;background-color:#0003;bottom:0;display:flex;justify-content:center;left:0;position:absolute;right:0;top:0;z-index:10}.relative{position:relative}.popover{background-color:#fff;font-family:Fira Sans,sans-serif}.popover .popover-header{background-color:#fff;border-bottom:0;color:#000}.popover .popover-body{color:#000}.floating-bar{align-items:center;background:#fffc;border-bottom:1px solid #cbc6f7;box-shadow:0 -2px 5px #0003;display:flex;display:none;justify-content:center;opacity:0;padding:10px 20px;text-align:center;transform:translateY(-100%);transition:transform .4s ease-in-out,opacity .4s ease-in-out;width:100%;z-index:1000}.floating-bar.visible{display:flex;opacity:1;transform:translateY(0)}.floating-bar .actions{margin-left:15px}.page-dashboard .list-widgets{grid-gap:15px;display:grid;gap:15px;grid-template-columns:repeat(4,1fr)}.page-dashboard .list-widgets .widget_1x1{grid-column:span 1;grid-row:span 1}.page-dashboard .list-widgets .widget_1x2{grid-column:span 1;grid-row:span 2}.page-dashboard .list-widgets .widget_1x3{grid-column:span 1;grid-row:span 3}.page-dashboard .list-widgets .widget_1x4{grid-column:span 1;grid-row:span 4}.page-dashboard .list-widgets .widget_2x1{grid-column:span 2;grid-row:span 1}.page-dashboard .list-widgets .widget_2x2{grid-column:span 2;grid-row:span 2}.page-dashboard .list-widgets .widget_2x3{grid-column:span 2;grid-row:span 3}.page-dashboard .list-widgets .widget_2x4{grid-column:span 2;grid-row:span 4}.page-dashboard .list-widgets .widget_3x1{grid-column:span 3;grid-row:span 1}.page-dashboard .list-widgets .widget_3x2{grid-column:span 3;grid-row:span 2}.page-dashboard .list-widgets .widget_3x3{grid-column:span 3;grid-row:span 3}.page-dashboard .list-widgets .widget_3x4{grid-column:span 3;grid-row:span 4}.page-dashboard .list-widgets .widget_4x1{grid-column:span 4;grid-row:span 1}.page-dashboard .list-widgets .widget_4x2{grid-column:span 4;grid-row:span 2}.page-dashboard .list-widgets .widget_4x3{grid-column:span 4;grid-row:span 3}.page-dashboard .list-widgets .widget_4x4{grid-column:span 4;grid-row:span 4}@media(max-width:1200px){.page-dashboard .list-widgets{grid-template-columns:repeat(3,1fr)}.page-dashboard .list-widgets>.widget_1x1,.page-dashboard .list-widgets>.widget_1x2,.page-dashboard .list-widgets>.widget_1x3,.page-dashboard .list-widgets>.widget_1x4,.page-dashboard .list-widgets>.widget_2x1,.page-dashboard .list-widgets>.widget_2x2,.page-dashboard .list-widgets>.widget_2x3,.page-dashboard .list-widgets>.widget_2x4,.page-dashboard .list-widgets>.widget_3x1,.page-dashboard .list-widgets>.widget_3x2,.page-dashboard .list-widgets>.widget_3x3,.page-dashboard .list-widgets>.widget_3x4,.page-dashboard .list-widgets>.widget_4x1,.page-dashboard .list-widgets>.widget_4x2,.page-dashboard .list-widgets>.widget_4x3,.page-dashboard .list-widgets>.widget_4x4{grid-column:span 1}}@media(max-width:992px){.page-dashboard .list-widgets{grid-template-columns:repeat(2,1fr)}.page-dashboard .list-widgets>.widget_1x1,.page-dashboard .list-widgets>.widget_1x2,.page-dashboard .list-widgets>.widget_1x3,.page-dashboard .list-widgets>.widget_1x4,.page-dashboard .list-widgets>.widget_2x1,.page-dashboard .list-widgets>.widget_2x2,.page-dashboard .list-widgets>.widget_2x3,.page-dashboard .list-widgets>.widget_2x4,.page-dashboard .list-widgets>.widget_3x1,.page-dashboard .list-widgets>.widget_3x2,.page-dashboard .list-widgets>.widget_3x3,.page-dashboard .list-widgets>.widget_3x4,.page-dashboard .list-widgets>.widget_4x1,.page-dashboard .list-widgets>.widget_4x2,.page-dashboard .list-widgets>.widget_4x3,.page-dashboard .list-widgets>.widget_4x4{grid-column:span 1}}@media(max-width:576px){.page-dashboard .list-widgets{grid-template-columns:1fr}.page-dashboard .list-widgets>.widget_1x1,.page-dashboard .list-widgets>.widget_1x2,.page-dashboard .list-widgets>.widget_1x3,.page-dashboard .list-widgets>.widget_1x4,.page-dashboard .list-widgets>.widget_2x1,.page-dashboard .list-widgets>.widget_2x2,.page-dashboard .list-widgets>.widget_2x3,.page-dashboard .list-widgets>.widget_2x4,.page-dashboard .list-widgets>.widget_3x1,.page-dashboard .list-widgets>.widget_3x2,.page-dashboard .list-widgets>.widget_3x3,.page-dashboard .list-widgets>.widget_3x4,.page-dashboard .list-widgets>.widget_4x1,.page-dashboard .list-widgets>.widget_4x2,.page-dashboard .list-widgets>.widget_4x3,.page-dashboard .list-widgets>.widget_4x4{grid-column:span 1}}.page-dashboard .card{height:100%;min-height:272px}.page-dashboard .card h2{font-size:24px;font-weight:600}.page-dashboard .card-content{overflow-x:auto;padding:5px 0;scrollbar-color:#aaa #f7f7f8;scrollbar-width:thin}.page-dashboard [class*=col-]{margin-bottom:30px}.page-dashboard .col-container{margin-bottom:0}.page-dashboard .alert{font-size:13px;padding:5px 10px}.page-dashboard .item-main{display:flex;flex-direction:column}.page-dashboard .item-main .item-name{font-weight:500}.page-dashboard .item-main .item-info{color:#9e9dab;margin-top:-3px}.page-dashboard .list-employees li{align-items:center;display:flex;padding-bottom:1px;padding-top:5px}.page-dashboard .list-employees li .avatar{margin-right:10px}.page-dashboard .clockin .comments{height:40px}.page-dashboard .clockin .counter{margin-bottom:7px;margin-top:20px}.page-dashboard .clockin .label-day{display:block}.page-dashboard .clockin .label-start{display:block;margin-top:25px}.page-dashboard .clockin .alert{margin-bottom:15px}.page-dashboard .clockin .resumen-title{color:#9e9dab;font-size:14px;font-weight:100;margin-bottom:0}.page-dashboard .clockin .resumen-list{margin-bottom:20px}.page-dashboard .clockin .card-footer{align-items:center;background-color:#0000;border:0;display:flex;padding:0;white-space:nowrap}.page-dashboard .clockin .card-footer .btn{margin-right:10px}.page-dashboard .label,.page-dashboard .title{color:#9e9dab;display:block;font-weight:400}.page-dashboard .title{font-size:16px}.page-dashboard .table{margin-bottom:0}.page-dashboard .card-resumen .bloque-horas{margin-bottom:15px}.page-dashboard .card-resumen .bloque-horas:last-of-type{margin-bottom:0}.page-dashboard .card-resumen .horas-trabajadas{font-size:20px;font-weight:700}.page-dashboard .card-resumen .horas-teoricas{margin-left:5px}.page-dashboard .card-resumen .horas-teoricas-total{font-weight:500;margin-left:2px}.page-dashboard .card-birthday .card-content{padding:0}.page-dashboard .card-birthday .card-content .title:not(:first-child){margin-top:10px}.page-dashboard .card-upcoming-absences .card-top{align-items:center;flex-wrap:wrap;margin-bottom:10px}.page-dashboard .card-upcoming-absences .card-top h2{margin-bottom:0}@media(max-width:992px){.page-dashboard .card-upcoming-absences .btn-group{margin-top:10px}}.page-dashboard .card-upcoming-absences .card-content{padding:0}.page-dashboard .card-upcoming-absences .card-content .title{margin-bottom:5px}.page-dashboard .card-upcoming-absences .card-content .title:not(:first-child){margin-top:10px}.page-dashboard .card-upcoming-absences .total-days{font-weight:400}.page-dashboard .card-upcoming-absences .item-info{font-size:14px}.page-dashboard .card-upcoming-absences .title-month{border-bottom:1px solid #cbc6f7;font-size:18px;margin-top:20px;padding-bottom:10px;text-align:right;text-transform:uppercase}.page-dashboard .card-upcoming-absences .table-calendar{margin-bottom:30px;margin-top:10px}.page-dashboard .card-upcoming-absences .table-calendar .today{background:#5b49fe;color:#fff}.page-dashboard .card-pending-absences .card-content{display:flex;flex-direction:column;justify-content:space-between}.page-dashboard .card-pending-absences .counter{align-items:flex-start;flex-direction:column;margin-top:20px}.page-dashboard .card-pending-absences .counter-item{margin-bottom:7px}.page-dashboard .card-pending-absences .text{display:block;margin:7px 0}.page-dashboard .card-week-chart .card-content{overflow-x:visible;overflow-x:initial}.page-dashboard .card-week-chart #week_chart{margin-bottom:-30px;margin-left:-15px}.page-dashboard .card-week-plan .heading{align-items:center;display:flex;justify-content:space-between;width:100%}.page-dashboard .card-week-plan .heading .periodo{font-size:85%;font-weight:500;margin-left:7px}.page-dashboard .card-week-plan .heading .heading-actions button{font-size:18px}.page-dashboard .card-week-plan .heading .heading-actions,.page-dashboard .card-week-plan .heading h2{margin-bottom:3px}.page-dashboard .table-week-plan .th-day{font-size:15px;height:auto;line-height:1.2em;padding:7px;text-align:center;text-transform:capitalize}.page-dashboard .table-week-plan .td-day{height:auto;padding:0;vertical-align:initial}.page-dashboard .table-week-plan .td-day ul{display:flex;flex-direction:column;height:100%;justify-content:space-between}.page-dashboard .table-week-plan .td-day-empty{text-align:center}.page-dashboard .table-week-plan .day-assignment{border:2px solid #0000;display:flex;flex-direction:column;height:100%;width:100%}.page-dashboard .table-week-plan .day-assignment-head{font-weight:500;padding:3px 5px;text-align:center;width:100%}.page-dashboard .table-week-plan .day-assignment-content{align-items:center;display:flex;flex-direction:column;justify-content:center;padding:3px 5px}.page-dashboard .table-week-plan .day-assignment-content .time-intervals{border-bottom:1px dashed #aaa}.page-dashboard .table-week-plan .day-assignment-content .time-interval{font-weight:500}.page-dashboard .table-week-plan .day-assignment-content .ubication-info{align-items:center;color:#888;display:flex;font-size:14px;line-height:1.2em}.page-dashboard .table-week-plan .day-assignment-content .ubication-info .icon{font-size:11px;margin-right:2px}.page-dashboard .table-week-plan .day-assignment-content:empty{padding:0}.page-dashboard .card-upcoming-holidays .list-days .day{display:flex;padding:5px}.page-dashboard .card-upcoming-holidays .list-days .day.active{background:#cbc6f7;border-bottom:1px solid #5b49fe;border-top:1px solid #5b49fe;margin-bottom:5px;position:relative}.page-dashboard .card-upcoming-holidays .list-days .day.active .item-info{color:#5b49fe}.page-dashboard .card-upcoming-holidays .list-days .day.active .hoy{color:#5b49fe;position:absolute;right:5px;top:6px}.page-dashboard .card-upcoming-holidays .list-days .day-date{font-weight:900;width:80px}.page-dashboard .card-upcoming-holidays .list-days .holiday{margin-bottom:3px}.page-dashboard .card-upcoming-holidays .list-days .holiday:last-child{margin-bottom:0}.page-dashboard .card-latest-signings .row-latest{margin-top:10px}.page-dashboard .card-latest-signings .row-latest .list-item{border:1px solid #e6e6e9;padding:15px}.page-dashboard .card-latest-signings .item-date{margin-bottom:20px;text-transform:capitalize}.page-dashboard .card-latest-signings .simple-row{align-items:flex-start;margin-bottom:10px}.page-dashboard .card-latest-signings .simple-row>*{width:50%}.page-dashboard .card-latest-signings .simple-row:last-of-type{margin-bottom:0}.page-dashboard .card-latest-signings .item-times{margin-top:20px}.page-dashboard .card-latest-signings .item-checkins-info{margin-bottom:1px}.page-dashboard .card-latest-signings .info-label{font-weight:500;white-space:nowrap}.page-dashboard .employee-name{align-items:center;display:flex}.page-dashboard .employee-name .avatar{margin-right:10px}.page-dashboard .card-time-alerts .heading{justify-content:space-between;width:100%}.page-dashboard .card-time-alerts .heading h2{margin-bottom:0}.tooltip .tooltip-inner{max-width:100%}.tooltip .tooltip-inner .item-main{display:flex;flex-direction:column}.tooltip .tooltip-inner .item-main .item-info{color:#9e9dab;margin-top:-3px}.tooltip .tooltip-inner .list-employees li{align-items:center;display:flex;padding-bottom:1px;text-align:left}.tooltip .tooltip-inner .list-employees li .avatar{margin-right:7px}.list-daytypes .festivo{color:#9e9dab;display:inline-block;margin-left:5px}.daytype-edit .simple-row{justify-content:space-between}.daytype-edit .form-group-flex{align-items:center;justify-content:space-between;margin-top:10px}.category-name{font-size:20px}.list-documents{margin:40px auto;max-width:900px}.list-documents .col-sm-6{position:relative}.list-documents .document-category{align-items:flex-start;background:#fff;border:1px solid #e6e6e9;display:flex;flex-direction:column;height:140px;justify-content:center;margin-bottom:30px;padding:30px 20px;position:relative;transition:all .2s ease}.list-documents .document-category .category-header-actions{position:absolute;right:10px;top:10px;z-index:20}.list-documents .document-category .category-header-actions .category-actions-toggle{align-items:center;background:none;border:none;border-radius:50%;color:#666;cursor:pointer;display:flex;font-size:16px;justify-content:center;padding:5px;transition:all .2s ease}.list-documents .document-category .category-header-actions .category-actions-toggle:hover{background-color:#f5f5f5;color:#333}.list-documents .document-category .category-header-actions .category-actions-toggle:focus{box-shadow:none}.list-documents .document-category .category-header-actions .category-actions-toggle:active{background-color:#e5e5e5}.list-documents .document-category .category-header-actions .custom-dropdown-menu{background:#fff;border:1px solid #ddd;border-radius:4px;box-shadow:0 2px 8px #00000026;margin-top:5px;min-width:120px;position:absolute;right:0;top:100%;z-index:1000}.list-documents .document-category .category-header-actions .custom-dropdown-menu .dropdown-item{background:none;border:none;color:#333;cursor:pointer;display:block;font-size:14px;padding:8px 12px;text-align:left;transition:background-color .2s ease;width:100%}.list-documents .document-category .category-header-actions .custom-dropdown-menu .dropdown-item:hover{background-color:#f8f9fa}.list-documents .document-category .category-header-actions .custom-dropdown-menu .dropdown-item:first-child{border-radius:4px 4px 0 0}.list-documents .document-category .category-header-actions .custom-dropdown-menu .dropdown-item:last-child{border-radius:0 0 4px 4px}.list-documents .document-category .category-icon{color:#5b49fe!important;font-size:26px!important;height:26px!important;margin-bottom:10px!important;max-height:26px!important;max-width:26px!important;min-height:26px!important;min-width:26px!important;width:26px!important}.list-documents .document-category .category-count{margin:0}.list-documents .document-category.ghost{background:#fafafa;border:2px dashed #e6e6e9;cursor:pointer}.list-documents .document-category.ghost:hover{background:#ebe9ff;border-color:#5b49fe;box-shadow:0 4px 12px #0000001a;transform:translateY(-2px)}.list-documents .document-category.ghost .category-icon{color:#ccc!important;font-size:24px!important;height:24px!important;max-height:24px!important;max-width:24px!important;min-height:24px!important;min-width:24px!important;width:24px!important}.list-documents .document-category.ghost .category-name{color:#999;font-size:18px}.list-documents .document-category.ghost .category-count{color:#ccc}.list-documents .category-link{color:#0d0a2c;display:block;height:100%;position:relative;text-decoration:none!important}.list-documents .category-link:hover{color:#5b49fe;cursor:pointer;text-decoration:none}.list-documents .category-link:hover .document-category{background:#ebe9ff;border-color:#887bfe;box-shadow:0 4px 12px #0000001a;transform:translateY(-2px)}.list-documents .category-link:hover .category-icon{color:#0d0a2c!important}.list-documents .document-category .category-icon svg{font-size:inherit!important;height:inherit!important;max-height:inherit!important;max-width:inherit!important;min-height:inherit!important;min-width:inherit!important;width:inherit!important}.category-header{margin-bottom:20px}.category-header .category-header-content{align-items:center;display:flex;gap:15px}.category-header .category-header-content .btn-back{align-items:center;background:none;border:none;border-radius:50%;color:#666;cursor:pointer;display:flex;font-size:18px;justify-content:center;padding:8px;transition:all .2s ease}.category-header .category-header-content .btn-back:hover{background-color:#f5f5f5;color:#333;transform:translateX(-2px)}.category-header .category-header-content .btn-back:active{transform:translateX(-1px)}.category-header .category-header-content .category-name{color:#333;font-size:24px;font-weight:600;margin:0}.modal-documentos .intro-text{color:#888;margin-top:-15px}.create-folder-modal .form-group{margin-bottom:20px}.create-folder-modal .form-group label{color:#333;display:block;font-weight:500;margin-bottom:8px}.create-folder-modal .form-group .form-control{border:1px solid #ddd;border-radius:4px;font-size:14px;padding:10px 12px;transition:border-color .2s ease;width:100%}.create-folder-modal .form-group .form-control:focus{border-color:#5b49fe;box-shadow:0 0 0 2px #5b49fe1a;outline:none}.create-folder-modal .form-group textarea.form-control{min-height:80px;resize:vertical}.create-folder-modal .icon-gallery{grid-gap:12px;display:grid;gap:12px;grid-template-columns:repeat(auto-fit,minmax(80px,1fr));margin-top:8px}.create-folder-modal .icon-gallery .icon-option{align-items:center;background:#fff;border:2px solid #e9ecef;border-radius:8px;cursor:pointer;display:flex;flex-direction:column;padding:12px 8px;transition:all .2s ease}.create-folder-modal .icon-gallery .icon-option:hover{background-color:#f8f9fa;border-color:#007bff}.create-folder-modal .icon-gallery .icon-option.selected{background-color:#e3f2fd;border-color:#007bff;box-shadow:0 2px 4px #007bff33}.create-folder-modal .icon-gallery .icon-option .icon{color:#6c757d;font-size:24px;margin-bottom:6px}.create-folder-modal .icon-gallery .icon-option .icon-name{color:#495057;font-size:12px;font-weight:500;text-align:center}.create-folder-modal .icon-gallery .icon-option.selected .icon{color:#007bff}.create-folder-modal .modal-actions{border-top:1px solid #e9ecef;margin-top:16px;padding-top:16px}.upload-results{padding:20px}.upload-results h5{color:#333;font-weight:600;margin-bottom:20px}.upload-results .results-summary{background-color:#f8f9fa;border:1px solid #e9ecef;border-radius:8px;display:flex;gap:20px;margin-bottom:20px;padding:15px}.upload-results .results-summary .success-count{color:#28a745;font-size:14px;font-weight:500}.upload-results .results-summary .error-count{color:#dc3545;font-size:14px;font-weight:500}.upload-results .results-table{margin-bottom:20px}.upload-results .results-table .table{background:#fff;border-radius:8px;box-shadow:0 2px 4px #0000001a;overflow:hidden}.upload-results .results-table .table thead{background-color:#f8f9fa;border-bottom:2px solid #dee2e6}.upload-results .results-table .table thead th{border:none;color:#495057;font-size:14px;font-weight:600;padding:12px 15px}.upload-results .results-table .table tbody tr.table-success{background-color:#d4edda;border-color:#c3e6cb}.upload-results .results-table .table tbody tr.table-success td{color:#155724}.upload-results .results-table .table tbody tr.table-danger{background-color:#f8d7da;border-color:#f5c6cb}.upload-results .results-table .table tbody tr.table-danger td{color:#721c24}.upload-results .results-table .table tbody tr td{border-top:1px solid #dee2e6;font-size:14px;padding:12px 15px;vertical-align:middle}.upload-results .modal-footer{border-top:1px solid #e9ecef;margin-top:16px;padding-top:16px;text-align:right}.sortable-header{transition:background-color .2s ease}.sortable-header:hover{background-color:#e9ecef}.sortable-header:active{background-color:#dee2e6}.sortable-header div{-webkit-user-select:none;user-select:none}.sortable-header svg{transition:opacity .2s ease}.upload-option-card{background-color:#f8f9fa;border:2px solid #5b49fe;border-radius:10px;cursor:pointer;display:flex;flex-direction:column;height:270px;padding:20px;text-align:center;transition:all .3s ease}.upload-option-card:hover{background-color:#cbc6f7;box-shadow:0 4px 8px #0000001a;transform:scale(1.02)}.upload-option-card svg{color:#5b49fe;display:block;margin:0 auto}.upload-option-card h5{color:#5b49fe;margin-bottom:10px;margin-top:15px}.upload-option-card p{align-items:center;display:flex;flex:1 1;justify-content:center}@media(max-width:768px){.upload-option-card{height:230px;margin-bottom:0;padding:12px}.upload-option-card h5{font-size:16px;margin-bottom:6px;margin-top:8px}.upload-option-card p{font-size:12px;line-height:1.3}.upload-option-card svg{height:16px;margin-bottom:6px;width:16px}.upload-option-card .row{margin-left:-8px;margin-right:-8px}.upload-option-card .row .col-6{padding-left:8px;padding-right:8px}}.modal-documentos .upload-option-card{margin-bottom:20px}.modal-documentos .upload-option-card:last-child{margin-bottom:0}.upload-results-container .results-header{align-items:center;background-color:#f8f9fa;border-radius:6px;display:flex;justify-content:space-between;margin-bottom:20px;padding:15px}.upload-results-container .results-header .results-summary h4{color:#495057;margin:0}.upload-results-container .results-header .results-summary div{margin-top:5px}.upload-results-container .results-header .results-summary div span{margin-right:15px}.upload-results-container .results-header .results-summary div span.success{color:#28a745}.upload-results-container .results-header .results-summary div span.error{color:#dc3545}.upload-results-container .results-header .results-actions button{margin-right:10px}.empty-state-container{align-items:center;display:flex;flex-direction:column;justify-content:center;padding:60px 20px;text-align:center}.empty-state-container .empty-state-icon{color:#6c757d;font-size:48px;margin-bottom:20px}.empty-state-container .empty-state-icon-circle{align-items:center;background-color:#e9ecef;border-radius:50%;display:flex;height:80px;justify-content:center;margin-bottom:20px;width:80px}.empty-state-container h3{color:#495057;font-size:24px;margin-bottom:10px}.empty-state-container p{color:#6c757d;font-size:16px;margin-bottom:30px}.empty-state-container .btn-primary{border-radius:6px;font-size:16px;padding:12px 24px}.table-documents .document-name{font-weight:500}.table-documents .status-success{color:#28a745}.table-documents .status-error{color:#dc3545}.table{margin-bottom:50px}.email{display:block;margin-bottom:10px}.email,.form-new .switch{margin-top:5px}.card-top h3,.heading h3{align-items:center;display:flex;justify-content:space-between;margin-bottom:20px}.card-top .calendar-left,.card-top .calendar-right,.heading .calendar-left,.heading .calendar-right{color:#5b49fe;line-height:20px;width:15px}.card-top .calendar-left:hover,.card-top .calendar-right:hover,.heading .calendar-left:hover,.heading .calendar-right:hover{color:#887bfe}.card-top .calendar-left,.heading .calendar-left{margin-right:5px}.page-employees .grid-employees [class*=col-]{margin-bottom:15px}.page-employees .grid-employees .card{height:100%;margin-bottom:0}.page-employees .grid-employees .card .btn-primary{margin-top:15px}.page-employees .table-employees .employee-code{color:#9e9dab}.page-employees .table-employees .employee-email,.page-employees .table-employees .employee-phome,.page-employees .table-employees.table-desktop .employee-code{display:block}.page-employees .table-employees.table-mobile .employee-name{display:block;font-weight:500}.page-employees .table-employees.table-mobile .employee-code{margin-right:5px}@media(max-width:480px){.page-employees .heading .heading-filters .btn-group{margin-left:0}}.page-employee .row-buttons{margin-top:30px}.page-employee .nav-tabs{margin-bottom:20px;margin-top:10px}.page-employee .nav-item-fichajes{margin-left:auto;margin-right:-30px}.page-employee .icon-external-link{margin-bottom:2px;margin-left:2px}.page-employee .avatar{margin-bottom:25px;margin-top:-10px}.seniority{padding-top:5px}.seniority .seniority-time{margin-right:4px}.seniority .seniority-time:nth-child(2){margin-left:4px}.page-employees .seniority{padding-top:0}.form-group-supervised{margin-bottom:0;margin-left:20px}.form-group-supervised .list-supervised{display:flex}.form-group-supervised .list-supervised li+li:before{content:", "}.column-item.column-employees-order{align-items:center;justify-content:flex-start!important;padding:8px 15px 8px 5px!important}.column-item.column-employees-order .column-left{flex:0 1}.column-item.column-employees-order .column-left .column-move-icon{opacity:.2}.column-item.column-employees-order:hover .column-move-icon{opacity:.6}.employee-backup .btn-icon{padding:8px}.employee-backup .employee-backup-name{margin-left:10px;margin-right:10px}.page-groups .table-groups .td-employees,.page-groups .table-groups .td-name{min-width:18%}.page-groups .table-groups .td-groups{max-width:30%;min-width:150px}.page-groups .table-groups .td-calendar{min-width:18%}.page-groups .table-groups.table-mobile .group-name{font-weight:500;margin-bottom:5px}.page-groups .table-groups.table-mobile .group-head{display:flex;flex-wrap:wrap;justify-content:space-between}.page-groups .table-groups.table-mobile .calendar-container{align-items:center;color:#55536b;display:flex;font-size:90%;margin-bottom:5px}.page-groups .table-groups.table-mobile .calendar-container svg{color:#9e9dab;font-size:16px;margin-right:5px}.page-group .tab-info-content{display:flex;flex-direction:column;justify-content:space-between;min-height:400px}.page-group .table-groups .avatar{margin-right:10px}.no-editable{color:#55536b;font-size:13px;margin-left:10px;margin-top:3px}.group-staffing-edit .checkbox input{display:none}.header{background:#fff;box-shadow:0 4px 8px 0 #0d0a2c0a;position:fixed;top:0;width:100%;z-index:100}.app.is_trial .header{top:34px}.header-container{align-items:center;display:flex;height:50px;justify-content:space-between}.header-avatar{margin-right:10px}.header-dropdown-arrow{margin-left:5px}.header-logo-link{display:inline-block}.header-logo{max-height:32px}.header-iso{width:32px}.header-right{align-items:center;display:flex}.header-right .link-help{color:#9e9dab;display:inline-block;font-size:20px;margin-right:17px}.header-right .link-help:hover{color:#55536b}.header-right .header-menu{margin-right:30px}.header-right .header-menu ul{background:#fff;box-shadow:0 4px 8px 0 #0d0a2c0a;display:none;list-style:none;margin:0 0 0 -14px;padding:15px 15px 5px;position:absolute;right:25px;text-align:right;width:150px}.header-right .header-menu ul:hover,.header-right .header-menu:hover ul{display:block}.header-right .header-menu li{margin:10px 0}.header-right .header-menu li .button-link,.header-right .header-menu li a{color:#0d0a2c;text-decoration:none}.header-right .header-menu li .button-link:hover,.header-right .header-menu li a:hover{text-decoration:underline}.header-menu-profile{align-items:center;cursor:pointer;display:flex}.header-menu-profile img{margin-right:8px;width:40px}.header-menu-profile>span{font-weight:500}@media(max-width:768px){.header-menu-profile .header-username{display:none}}.header-trial{align-items:center;background:#1b154c;color:#fff;display:flex;height:34px;justify-content:center;position:fixed;width:100%;z-index:100}.header-trial .btn{margin-left:10px;padding:2px 10px}@media(max-width:768px){.header-trial{font-size:13px;line-height:1.2em;padding-left:5px;padding-right:5px}.header-trial .btn{font-size:14px;line-height:1em;padding:4px 6px;white-space:nowrap}}@media(min-width:768px){.header,.header-iso{display:none}}@media(max-width:768px){.header-logo{display:none}.header-menu{margin-right:20px}.header .btn-menu{padding-right:15px}.header-menu-item{display:inline-block}}.page-imports .steps{margin-bottom:50px;margin-top:30px;padding-left:0}.page-imports .steps li{align-items:center;counter-increment:step;display:flex;margin-bottom:40px}.page-imports .steps li:before{align-items:center;background:#5b49fe;border-radius:50%;color:#fff;content:counter(step);display:flex;font-size:24px;font-weight:700;height:50px;justify-content:center;margin-right:20px;min-width:50px;width:50px}.page-imports .steps li .link{margin-left:3px;margin-right:3px}.page-imports .steps li .form-control-file{margin-top:7px}.page-imports .steps li>div{max-width:450px;width:100%}.page-imports .steps .form-row-switch{background:#fff;border:1px solid #e6e6e9;justify-content:flex-start;margin-bottom:0;margin-top:7px;padding:8px 10px}.page-imports .SubmitButton{margin-top:10px}.page-imports .import-list{margin-top:30px}.page-imports .import-list .import-list-text{font-weight:500;margin-bottom:5px}.page-imports .import-list .import-rows>li{background:#fff;border:1px solid #e6e6e9;display:flex;margin-bottom:5px;padding:6px 10px}.page-imports .import-list .import-rows>li .import-count{color:#5b49fe;font-weight:700;margin-right:10px;min-width:45px}.page-imports .import-list .import-rows>li .import-count.import-count-errors,.page-imports .import-list.import-errors .import-list-text{color:#dc3545}.page-imports .import-list.import-errors .import-rows>li .import-count{color:#dc3545;min-width:45px}.lds-spinner{color:official;display:block;height:40px;margin:5px auto;position:relative;width:40px}.lds-spinner div{animation:lds-spinner 1.2s linear infinite;transform-origin:20px 20px}.lds-spinner div:after{background:#aaa;border-radius:20%;content:" ";display:block;height:10px;left:18px;position:absolute;top:3px;width:3px}.lds-spinner div:first-child{animation-delay:-1.1s;transform:rotate(0deg)}.lds-spinner div:nth-child(2){animation-delay:-1s;transform:rotate(30deg)}.lds-spinner div:nth-child(3){animation-delay:-.9s;transform:rotate(60deg)}.lds-spinner div:nth-child(4){animation-delay:-.8s;transform:rotate(90deg)}.lds-spinner div:nth-child(5){animation-delay:-.7s;transform:rotate(120deg)}.lds-spinner div:nth-child(6){animation-delay:-.6s;transform:rotate(150deg)}.lds-spinner div:nth-child(7){animation-delay:-.5s;transform:rotate(180deg)}.lds-spinner div:nth-child(8){animation-delay:-.4s;transform:rotate(210deg)}.lds-spinner div:nth-child(9){animation-delay:-.3s;transform:rotate(240deg)}.lds-spinner div:nth-child(10){animation-delay:-.2s;transform:rotate(270deg)}.lds-spinner div:nth-child(11){animation-delay:-.1s;transform:rotate(300deg)}.lds-spinner div:nth-child(12){animation-delay:0s;transform:rotate(330deg)}.loading-overlay .lds-spinner div:after{background:#fff}.h-scroll,.page-plan .counter-container,.page-plan .plan-container,html.custom-haddock .page-plan .counter-container,html.custom-haddock .page-plan .plan-container{overflow-x:auto;scrollbar-color:#aaa #00000012;scrollbar-width:thin;transition:all .2s ease}.form-group-periodo{max-width:220px}.form-group-periodo .DateInput{width:95px}.plan-opener-modal .form-group-periodo{max-width:100%;width:100%}.plan-opener-modal .DateRangePicker{width:100%}.plan-opener-modal .DateInput{width:auto}.page-plans .bloque-abrir{background:#fff;margin-top:30px;padding:30px 30px 20px}.page-plans .bloque-abrir .flex-group{max-width:650px}.page-plans .bloque-abrir .SubmitButton{margin:0}@media(max-width:480px){.page-plans .bloque-abrir{padding:15px}.page-plans .bloque-abrir .flex-group{display:block;max-width:100%}.page-plans .bloque-abrir .form-group{margin-bottom:10px}.page-plans .bloque-abrir .DateRangePicker{display:block}.page-plans .bloque-abrir .DateRangePicker_picker,.page-plans .bloque-abrir .form-group-periodo{max-width:100%}.page-plans .bloque-abrir .form-group-periodo .DateInput{width:40%}}.page-plans .list-recientes{margin-top:40px}.page-plans .list-recientes .plan-visit{height:100%;justify-content:space-between}.page-plans .list-recientes .col-visit{margin-bottom:30px}.page-plans .list-recientes h3{margin-bottom:15px}.page-plans .list-recientes .time-ago{color:#55536b;font-style:italic}.page-plans .list-recientes .avatar-container{height:40px;margin-bottom:15px}@media(max-width:1440px){.page-plans .heading-help-banner{left:auto;position:relative;transform:translateX(0)}}.page-plan .btn-filter{padding:8px}.page-plan .btn-filter.btn-maxmin{margin-left:10px!important}.page-plan .btn-filter .icon-filter,.page-plan .btn-filter .icon-maxmin{color:#9e9dab;font-size:18px}.page-plan .btn-filter.active .icon-filter,.page-plan .btn-filter.active .icon-maxmin{color:#5b49fe}.page-plan .btn-filter:focus{border-color:none;box-shadow:none}.page-plan .btn-filter.btn-seleccionar{color:#9e9dab;margin:0}.page-plan .btn-filter.btn-seleccionar .icon-seleccionar{font-size:24px}.page-plan .plan-error,.page-plan .plan-pending{margin-top:250px;text-align:center}.page-plan .plan-error .icono-plan,.page-plan .plan-pending .icono-plan{color:#9e9dab;font-size:36px;margin-bottom:5px}.page-plan .bloque-plan{background:#fff;flex:1 1;padding:15px}.page-plan .full-plan-container{display:flex;flex-direction:row;height:calc(100vh - 180px);justify-content:space-between}.page-plan .full-plan-container .lds-spinner{margin-top:200px}.page-plan .full-plan-container .loading-overlay .lds-spinner{margin:0}.page-plan .full-plan-container.maximized{height:calc(100vh - 130px)}.page-plan .shift-list-filter{align-self:self-start}.page-plan .shift-list-filter .shift-list{max-height:calc(100vh - 375px)}.page-plan .combo-filter .btn-default{padding-left:5px;padding-right:5px}.page-plan .combo-filter .nav-tabs{margin-right:10px}.page-plan .combo-filter .nav-tabs .nav-item .nav-link{margin-right:10px;padding-bottom:8px;padding-top:20px}.page-plan .combo-filter .nav-tabs .nav-item:last-child .nav-link{margin-right:0}.page-plan .resizable-fragment{display:flex;height:100%}.page-plan .panel-plan{flex-grow:1}.page-plan .plan-container{position:relative;width:100%}.page-plan .heading .heading-actions .btn-copiar{padding-left:5px;padding-right:5px}.page-plan .heading .heading-actions .dropdown-export .btn-action{margin-left:5px;padding-left:5px}.page-plan .heading .heading-filters select{max-width:180px}.page-plan .heading .published-until{align-items:center;background:#fff;border:0;color:#5b49fe;cursor:pointer;display:flex;margin-left:20px}.page-plan .heading .published-until .icon{font-size:20px;margin-right:5px}.page-plan .heading .btn-group-view .btn{padding:8px 10px}.page-plan .heading .btn-group-view .icon-zoom{font-size:16px}.page-plan .heading .btn-group-view .icon-vertical{font-size:20px;margin-left:-2px;margin-right:-2px}.page-plan .heading .btn-group-view .btn-flex{align-items:center;display:flex}.page-plan .heading .btn-group-view .btn-flex .plus{color:#55536b;font-size:20px;font-weight:500;line-height:1px;margin-left:2px;margin-right:1px}.page-plan .heading .btn-group-view .btn-flex.btn-primary .plus{color:#fff}.page-plan .heading .btn-group-view .btn-default:disabled{border-color:#e6e6e9}@media(max-width:768px){.page-plan .heading{margin-bottom:0}}.page-plan .plan-periodo-container{align-items:center;display:flex;margin-left:30px}.column-item .page-plan .plan-periodo-container .column-label-btn,.page-plan .plan-periodo-container .btn-icon-text,.page-plan .plan-periodo-container .btn-transparent,.page-plan .plan-periodo-container .column-item .column-label-btn{margin:0}.page-plan .plan-periodo-container .plan-periodo{background:#fff;border:1px solid #e6e6e9;border-radius:4px;font-size:18px;font-weight:500;margin-left:15px;margin-right:15px;min-width:200px;padding:5px 10px}.page-plan .head-hours-main{background-color:#ebe9ff}.page-plan .head-hours{background-color:#f7f7f8;min-width:70px;padding:8px!important;text-align:left;white-space:nowrap}.page-plan .shift-cell-hours-main{background-color:#ebe9ff}.page-plan .table-plan{height:1px;margin-bottom:30px}.page-plan .table-plan .th-wrap{background:#fff;border-left:1px solid #e6e6e9;box-shadow:-1px 0 0 0 #fff;display:flex;flex-direction:column;height:100%;justify-content:center;padding:7px;width:100%}.page-plan .table-plan .th-day{height:30px;line-height:1.2em;min-width:47px;text-align:center;text-transform:capitalize}.page-plan .table-plan .th-day span{display:block;line-height:1.1em}.page-plan .table-plan .th-day .span-day{font-size:80%;font-weight:400}.page-plan .table-plan .th-day .span-num{font-weight:700}.page-plan .table-plan .th-day .th-wrap{padding-bottom:3px;padding-top:3px}.page-plan .table-plan .th-day.today .th-wrap{background-color:#ebe9ff;border-top:2px solid #5b49fe;color:#5b49fe}.page-plan .table-plan tbody th,.page-plan .table-plan thead th:first-child{height:100%;left:0;max-width:160px;padding:0;position:sticky;z-index:2}.page-plan .table-plan tbody th .th-wrap,.page-plan .table-plan thead th:first-child .th-wrap{border-right:1px solid #e6e6e9}.page-plan .table-plan thead th{background:#fff;border-bottom:0;font-size:14px;font-weight:500;height:auto;height:35px;padding:0;position:sticky;top:0;z-index:1}.page-plan .table-plan thead th .th-wrap{border-bottom:1px solid #e6e6e9;border-top:1px solid #e6e6e9;box-shadow:-1px -1px 0 0 #fff}.page-plan .table-plan thead th:first-child{z-index:10}.page-plan .table-plan thead th:first-child .th-wrap{min-width:160px;padding:8px 10px;text-align:left}.page-plan .table-plan tbody td.disabled{background:#eee}.page-plan .table-plan.table-plan-main tbody td{height:52px;padding:0;vertical-align:top}.page-plan .table-plan.table-plan-main.table-default tbody td,.page-plan .table-plan.table-plan-main.table-grid tbody td{height:auto}.page-plan .table-plan.table-plan-main .plan-icon{color:currentColor;font-size:10px;position:absolute}.page-plan .table-plan.table-plan-main .plan-icon.icon-locked{bottom:3px;left:2px}.page-plan .table-plan.table-plan-main .plan-icon.icon-clock{bottom:3px;font-size:11px;right:2px}.page-plan .table-plan.table-plan-main .plan-icon.icon-comments{bottom:3px;left:18px}.page-plan .table-plan.table-plan-main .plan-icon.icon-edited{font-size:12px;right:2px;top:2px}.page-plan .table-plan.table-plan-main .plan-icon.icon-alert{color:red;font-size:11px;left:2px;top:2px}.page-plan .table-plan.table-plan-main .shift-item-intervals .plan-icon.icon-edited{bottom:16px;left:2px;right:auto;top:auto}.page-plan .table-plan.table-plan-main .shift-separator{border-bottom:2px solid #000!important}.page-plan .table-plan.table-plan-main .btn-checkbox.active{border-color:#e6e6e9}.page-plan .table-plan.table-plan-main .shift-list-items{height:100%;min-height:40px}.page-plan .table-plan.table-plan-main .shift-list-items .shift-item{font-size:11.5px;height:27px;min-width:46px}.page-plan .table-plan.table-plan-main .shift-list-items .shift-item:hover{background:#5b49fe66!important}.page-plan .table-plan.table-plan-main .shift-list-items .shift-item .shift-item-content{align-items:center;display:flex;justify-content:space-between;width:calc(100% - 16px)}.page-plan .table-plan.table-plan-main .shift-list-items .shift-item .shift-info-right{text-align:right}.page-plan .table-plan.table-plan-main .shift-list-items .shift-item .shift-badge{font-size:10px}.page-plan .table-plan.table-plan-main .shift-list-items .shift-item .total-badge{font-size:10px;font-weight:700;margin-top:-3px;white-space:nowrap}.page-plan .table-plan.table-plan-main .shift-list-items .shift-item .shift-function,.page-plan .table-plan.table-plan-main .shift-list-items .shift-item .shift-ubication{border-radius:4px;display:block;font-size:11px;line-height:13px;margin-top:1px;max-width:70px;padding:1px 3px;text-align:center}.page-plan .table-plan.table-plan-main .shift-list-items .shift-item-intervals:last-child{margin-bottom:0}.page-plan .table-plan.table-plan-main .shift-list-items .shift-item-intervals .time-interval{font-size:11px;line-height:1.1em;padding:0 4px}.page-plan .table-plan.table-plan-main .shift-list-items .shift-item-intervals .time-interval:last-child{margin-right:0}.page-plan .table-plan.table-plan-main .shift-list-items.shift-list-items-hours{flex-direction:row;position:relative}.page-plan .table-plan.table-plan-main .shift-list-items.shift-list-items-hours .shift-item{flex-grow:0;position:absolute}.page-plan .table-plan.table-plan-main .shift-list-items.shift-list-items-hours .shift-end,.page-plan .table-plan.table-plan-main .shift-list-items.shift-list-items-hours .shift-start{min-width:auto}.page-plan .table-plan.table-plan-main .shift-list-items.shift-list-items-hours .shift-start{border-bottom-left-radius:8px;border-top-left-radius:8px}.page-plan .table-plan.table-plan-main .shift-list-items.shift-list-items-hours .shift-end{border-bottom-right-radius:8px;border-top-right-radius:8px}.page-plan .table-plan.table-plan-main .shift-cell{display:table-cell;position:static}.page-plan .table-plan.table-plan-main .shift-cell .react-contextmenu-wrapper,.page-plan .table-plan.table-plan-main .shift-cell .shift-item{align-items:center;display:flex;height:100%;justify-content:center;position:relative;width:100%}.page-plan .table-plan.table-plan-main .shift-cell:hover{opacity:1}.page-plan .table-plan.table-plan-main .shift-cell.cut{opacity:.5}.page-plan .table-plan.table-plan-main .shift-cell.dashed{opacity:.8}.page-plan .table-plan.table-plan-main .shift-cell.dashed .shift-item{background:#eee!important;border:2px dashed #9e9dab}.page-plan .table-plan.table-plan-main .shift-cell.drag-over{position:relative}.page-plan .table-plan.table-plan-main .shift-cell.drag-over.drag-over:before{background:#ff228026;border:2px dashed #ff2280;content:"";height:100%;left:0;pointer-events:none;position:absolute;top:0;width:100%;z-index:1}.page-plan .table-plan.table-plan-main .shift-cell.shift-cell-intervals .shift-item-content .time-intervals{margin-left:10px}.page-plan .table-plan.table-plan-main .shift-cell.shift-cell-intervals .shift-function{margin-left:7px}.page-plan .table-plan.table-plan-main .shift-cell.shift-cell-intervals .shift-item{margin-bottom:0}.page-plan .table-plan.table-plan-main .shift-cell.shift-cell-ubications{min-width:200px}.page-plan .table-plan.table-plan-main .shift-cell.shift-cell-ubications .time-intervals{margin-right:6px}.page-plan .table-plan.table-plan-main .shift-cell.shift-cell-ubications .shift-item{position:relative}.page-plan .table-plan.table-plan-main .shift-cell.shift-cell-ubications .shift-item .shift-item-content{align-items:center;display:flex;width:calc(100% - 10px)}.page-plan .table-plan.table-plan-main .shift-cell.shift-cell-ubications .shift-item .shift-item-content .shift-info{min-width:60%;padding-left:10px;padding-right:5px;position:relative}.page-plan .table-plan.table-plan-main .shift-cell.shift-cell-ubications .shift-item .shift-item-content .shift-ubication{height:auto;position:relative;white-space:nowrap}.page-plan .table-plan.table-plan-main .shift-cell.shift-cell-ubications .shift-item .ubication-list{display:flex;flex-direction:column;height:100%;margin:0;text-align:right}.page-plan .table-plan.table-plan-main .shift-cell.shift-cell-ubications .shift-item .ubication-list .ubication-item{margin-bottom:2px}.page-plan .table-plan.table-plan-main .shift-cell.shift-cell-ubications .shift-item .ubication-list .ubication-item .react-contextmenu-wrapper{border:#0000!important;display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.page-plan .table-plan.table-plan-main .shift-cell.shift-cell-ubications .shift-item .ubication-list .ubication-item:last-child{margin-bottom:0}.page-plan .table-plan.table-plan-main .shift-cell.shift-cell-ubications .shift-item .plan-icon{z-index:1}.page-plan .table-plan.table-plan-main .shift-cell.shift-cell-ubications .shift-item .shift-container{color:#000}.page-plan .table-plan.table-plan-main .avatar{display:block;margin-bottom:2px;margin-right:5px}.page-plan .table-plan.table-plan-main .employee-main{display:flex;flex-direction:row;justify-content:flex-start}.page-plan .table-plan.table-plan-main .employee-link-name{color:#0d0a2c;font-size:13px;font-weight:400}.page-plan .table-plan.table-plan-main .employee-link-name:hover{color:#5b49fe}.page-plan .table-plan.table-plan-main .employee-info{color:#888;display:flex;font-size:11.5px;font-weight:400;margin-bottom:-3px;margin-left:30px;margin-top:-7px;max-width:200px}.page-plan .table-plan.table-plan-main .substring{max-width:135px}.page-plan .table-plan.table-plan-main .employee-function{margin-right:4px}.page-plan .table-plan.table-plan-main .employee-function.substring,.page-plan .table-plan.table-plan-main .employee-ubication.substring{max-width:80px}.page-plan .table-plan.table-plan-main .employee-ubication .icon{margin-right:-3px}.page-plan .table-counter.table-ubications tbody td,.page-plan .table-plan.table-plan-main.table-ubication-grouped tbody td,.page-plan .table-plan.table-plan-main.table-ubications tbody td{height:auto}.page-plan .table-plan.table-default .th-day,.page-plan .table-plan.table-needs.table-ubications tbody td,.page-plan .table-plan.table-plan-main.table-ubication-grouped .th-day{min-width:200px}.page-plan .table-plan.table-plan-main.table-ubication-grouped tbody .th-wrap{height:auto;height:100%;position:sticky;top:10px}.page-plan .table-plan.table-plan-main.table-ubication-grouped tbody .shift-cell .shift-item{max-height:60px}.page-plan .table-plan.table-plan-main.table-ubication-grouped tbody .shift-cell .shift-item:hover{pointer-events:none}.page-plan .table-plan.table-plan-main.table-ubication-grouped tbody .shift-list-items{justify-content:flex-start}.page-plan .table-plan.table-plan-main.table-ubication-grouped tbody .ubication-main{align-items:center;display:flex;flex-direction:row;justify-content:flex-start}.page-plan .table-plan.table-plan-main.table-ubication-grouped tbody .ubication-main .bolita{margin:0 4px 0 0}.page-plan .table-plan.table-plan-main.table-ubication-grouped tbody .ubication-link-name{color:#0d0a2c;display:inline-block;font-size:13px;font-weight:400}.page-plan .table-plan.table-plan-main.table-ubication-grouped tbody .ubication-link-name:hover{color:#5b49fe}.page-plan .table-plan.table-plan-main.table-ubication-grouped tbody .shift-item-content .employee-name{display:inline-block}.page-plan .table-plan.table-plan-vertical thead th:first-child{min-width:0}.page-plan .table-plan.table-plan-vertical thead .th-wrap-inverted{border-bottom:1px solid #e6e6e9;border-left:1px solid #e6e6e9;box-shadow:1px 0 0 0 #fff;margin-left:-1px}.page-plan .table-plan.table-plan-vertical thead tr th{border-bottom:1px solid #e6e6e9}.page-plan .table-plan.table-plan-vertical .th-day-content{align-items:center;background:#fff;border-left:1px solid #e6e6e9;display:flex;flex-direction:column;height:100%;justify-content:center}.page-plan .table-plan.table-plan-vertical .th-day-extended{border-right:1px solid #e6e6e9;height:100%;min-width:70px;width:70px}.page-plan .table-plan.table-plan-vertical .th-day-extended.today .th-day-content{background-color:#ebe9ff;border-top:2px solid #5b49fe;color:#5b49fe}.page-plan .table-plan.table-plan-vertical tbody td{height:auto}.page-plan .table-plan.table-plan-vertical .employee-main{align-items:center;padding:5px 8px}.page-plan .table-plan.table-plan-vertical .employee-main .employee-info{margin:0}.page-plan .counter-container{margin-left:20px;padding-right:10px;position:relative}.page-plan .counter-container:before{background-image:linear-gradient(90deg,#fff0,#fff);content:"";height:100%;left:-45px;position:absolute;top:0;width:45px;z-index:1}.page-plan .table-counter th{font-size:13px;height:30px;line-height:1.1em;padding-bottom:3px;padding-top:3px}.page-plan .table-counter th .th-counter-content{height:30px;overflow:hidden}.page-plan .table-counter tbody td{height:52px}.page-plan .table-counter .counter-value{border-bottom:1px solid #5b49fe;color:#0d0a2c}.page-plan .table-counter .counter-value:hover{color:#5b49fe;text-decoration:none}.page-plan .table-counter.table-grid-combo td{height:60px}.page-plan .table-hourly-counter{margin-top:-25px}.page-plan .table-hourly-counter .main-col{min-width:150px}.page-plan .table-hourly-counter .td-hour{font-size:14px;padding-left:1px;padding-right:1px;text-align:center}.page-plan .table-hourly-counter.table-needs{margin-top:-25px}.page-plan .staffing-container{padding-top:30px}.page-plan .staffing-container .plan-error{margin-top:200px}.page-plan .staffing-filters{align-items:center;display:flex;height:40px;justify-content:space-between;margin-bottom:15px}.page-plan .staffing-filters .btn-filter{padding-left:8px;padding-right:8px}.page-plan .staffing-filters .staffing-filters-content{align-items:center;display:flex;padding-right:10px}.page-plan .staffing-filters .staffing-filters-content .form-group{margin-bottom:0;margin-right:10px}.page-plan .table-needs{margin-top:50px}.page-plan .table-needs .th-day{cursor:pointer}.page-plan .table-needs .th-day.selected .th-wrap,.page-plan .table-needs .th-day:hover .th-wrap{background:#ebe9ff;color:#5b49fe}.page-plan .table-needs tbody th{background:#fff;font-size:13px;font-weight:400}.page-plan .table-needs tbody .th-wrap{background:#0000}.page-plan .table-needs tbody td{min-width:47px}.page-plan .table-needs tbody td:not(.disabled){cursor:pointer}.page-plan .table-needs .need-interval,.page-plan .table-needs .need-ubication{align-items:center;display:flex;font-size:90%;font-weight:400;margin-top:-2px}.page-plan .table-needs .need-interval .icon,.page-plan .table-needs .need-ubication .icon{margin-right:5px}.page-plan .table-needs .need-ubication{margin-right:10px}.page-plan .table-needs .need-footer{align-items:center;display:flex;flex-wrap:wrap}.page-plan .table-needs .current-cell{padding:8px 10px;text-align:center}.page-plan .table-needs .current-cell.current-none{cursor:auto}.page-plan .table-needs .need-cell{display:table-cell;padding:0;position:static}.page-plan .table-needs .need-cell .react-contextmenu-wrapper{align-items:center;display:flex;height:100%;justify-content:center;position:relative;width:100%}.page-plan .table-needs .need-cell .need-icon{color:#55536b;font-size:12px;position:absolute}.page-plan .table-needs .need-cell .need-icon.icon-edited{right:2px;top:2px}.page-plan .table-needs .need-cell:hover{opacity:1}.page-plan .table-needs .need-cell.active,.page-plan .table-needs .need-cell.active .need-icon{color:#fff}.page-plan .table-needs .need-cell.shift-cell-intervals{padding:3px}.page-plan .table-needs .need-cell.shift-cell-intervals .shift-list-items{justify-content:center!important}.page-plan .table-needs.table-grid-combo td{max-width:70px;min-width:70px}.page-plan .table-needs .single-hour{align-items:center;display:flex;height:100%;justify-content:center;text-align:center}.page-plan .table-needs .hour-split{display:flex;height:100%;width:100%}.page-plan .table-needs .half-hour{align-items:center;display:flex;flex:1 1;justify-content:center;text-align:center}.page-plan .table-needs .half-hour:not(:last-child){border-right:1px solid #0000001a}.page-plan .table-needs .double-cell{border-right:none!important;padding:0}.page-plan .th-selectable{cursor:pointer}.page-plan .th-selectable:hover,.page-plan .th-selectable:hover .th-day-content,.page-plan .th-selectable:hover .th-wrap{background:#ebe9ff}.plan-shift-edit .plan-shift-head{margin-bottom:20px;margin-top:-10px}.plan-shift-edit .btn-add{padding-left:8px;padding-right:8px;white-space:nowrap}.plan-shift-edit .hasError .form-time{color:#ce1126!important}.plan-shift-edit .table-zebra-reverse .td-error{background:#f2d0d4;color:#ce1126}.plan-shift-edit .row-ubications{margin-bottom:20px}.staffing-overwrite-edit .subtitle{color:#5b49fe;margin-bottom:0}.staffing-overwrite-edit .staffing-overwrite-head{margin-top:-10px}.staffing-overwrite-edit .staffing-overwrite-head strong{display:inline-block;width:70px}.staffing-overwrite-edit .staffing-overwrite-head div{margin-bottom:5px}.staffing-overwrite-edit .need-heading{align-items:center;display:flex;justify-content:space-between;margin-bottom:15px;margin-top:20px}.staffing-overwrite-edit .need-heading .info-note{color:#9e9dab;display:block;font-size:85%;text-align:right}.staffing-overwrite-edit .need-heading .info-note:before{content:"*";margin-right:5px}.staffing-overwrite-edit .need-list{border:1px solid #cbc6f7}.staffing-overwrite-edit .need-list li{align-items:center;border-bottom:1px solid #cbc6f7;display:flex;padding:5px 10px}.staffing-overwrite-edit .need-list li:last-child{border-bottom:none}.staffing-overwrite-edit .need-list li:nth-child(2n){background-color:#ebe9ff}.staffing-overwrite-edit .need-list .form-group{align-items:center;display:flex;margin-bottom:0}.staffing-overwrite-edit .need-list .form-group label{margin-bottom:0;width:100px}.staffing-overwrite-edit .need-list .form-group .form-control{margin-right:15px;width:100px}.staffing-overwrite-edit .need-list .needed-status{margin-right:5px}.staffing-overwrite-edit .need-list .row-copy{align-items:center;display:flex}.staffing-overwrite-edit .need-list .row-copy .switch{height:20px;margin-left:40px;margin-right:7px;width:35px}.staffing-overwrite-edit .need-list .row-copy .switch .react-switch-label{height:20px;width:35px}.staffing-overwrite-edit .need-list .row-copy .switch .react-switch-button{height:15px;width:15px}.staffing-overwrite-edit .form-error{margin-top:15px}.tooltip-staffing .tooltip-inner{text-align:left}.switch-input-row{align-items:center;display:flex;justify-content:space-between;margin-bottom:15px}.switch-input-row .form-group{margin-bottom:0}.switch-input-row .form-group-input{margin-top:-15px;max-width:120px}.plan-magic-edit .subtitle{margin-bottom:15px;margin-top:20px}.plan-magic-edit .tab-content .tab-pane{min-height:300px;padding-top:30px}.plan-magic-edit .alert-general-error{margin-top:-15px}.plan-magic-edit .form-group-flex.form-row-switch{margin-bottom:20px;margin-top:0;width:calc(100% - 150px)}.plan-magic-edit .form-row-select{align-items:center;display:flex;margin-bottom:20px;margin-top:-7px}.plan-magic-edit .form-row-select label{font-weight:400;width:calc(100% - 200px)}.plan-magic-edit .form-row-select select{width:200px}.plan-magic-edit .switch-input-row .form-control{text-align:right}.plan-magic-edit .switch-input-row .form-row-switch{margin-bottom:7px}.plan-magic-edit .switch-input-row .input-group-text{width:65px}.plan-magic-edit .switch-input-row .form-group-segundos{max-width:155px}.plan-magic-edit .switch-input-row .form-group-segundos .input-group-text{width:95px}.plan-magic-edit .row-adding .form-group-flex{justify-content:space-between}.plan-magic-edit .row-adding select{min-width:300px}.plan-magic-edit .row-adding .form-label{font-weight:400;padding-top:10px}.plan-magic-edit .row-adding .form-box{margin-left:10px}.plan-magic-edit .row-adding .btn{height:40px;margin-left:10px}.plan-magic-edit .row-adding .list-tags{margin-top:10px}.plan-magic-edit .row-adding .list-tags li{padding:3px 8px}.plan-magic-edit .row-adding .list-tags li .btn-tag-delete{margin-left:3px}.plan-magic-edit .row-adding .form-box-wrap{display:flex}.plan-magic-edit .row-adding .row-adding-help{font-size:85%;margin-top:3px}.plan-magic-edit .row-adding .row-adding-help .btn-link:first-of-type{margin-right:7px}.plan-export .form-group-periodo{display:flex;flex-direction:column}.plan-export .form-group-periodo .DateInput{width:187px}.plan-export .form-group-flex.form-row-switch{justify-content:start;margin-bottom:15px;padding-top:10px}.plan-export .form-group-flex.form-row-switch label{font-weight:500}.chart-container{background:#fff;margin-bottom:30px;padding:15px 0}.chart-container .title-chart{font-size:20px;font-weight:900;padding:0 15px}.chart-container .apexcharts-canvas,.chart-container svg{max-width:100%}.chart-container .apexcharts-canvas{max-width:calc(100% - 5px)}.page-magic-plan .heading{margin-bottom:5px}.page-magic-plan .plan-periodo{margin-left:0}.page-magic-plan .no-results{align-items:center;display:flex;justify-content:center;min-height:100px}.page-magic-plan .btn-guardar{margin:0}.page-magic-plan .btn-guardar-footer{display:block;margin:20px auto 70px}.page-magic-plan .apexcharts-zoom-icon.apexcharts-selected svg{fill:#5b49fe!important}.page-magic-plan .apexcharts-pan-icon.apexcharts-selected svg{stroke:#5b49fe!important}.page-magic-plan .plan-ok{text-align:center}.page-magic-plan .plan-ok-container{align-items:center;background:#fff;display:flex;margin:30px auto;max-width:600px}.page-magic-plan .plan-ok-container h3{font-size:18px;margin-bottom:15px}.page-magic-plan .plan-ok-container .img-plan{width:200px}.page-magic-plan .plan-ok-container .plan-ok-content{padding:30px}.page-magic-plan .plan-ok-container .plan-ok-content .text-info{color:#888}.page-magic-plan .plan-ok-container .cobertura{margin:0 auto 25px;max-width:250px}.page-magic-plan .plan-ok-container .cobertura p{margin-bottom:5px}.shift-hover-menu-container{align-items:center;display:flex;justify-content:center;position:absolute;right:calc(50% - 40px);top:-16px;width:80px;z-index:1}.shift-hover-menu{background-color:#fff;border-radius:16px;box-shadow:0 4px 8px 0 #00000029;display:flex;gap:4px;padding:4px;z-index:10}.btn-hover-action{align-items:center;background:#ededf2;border:none;border-radius:50%;cursor:pointer;display:flex;font-size:1rem;height:24px;justify-content:center;padding:2px;width:24px}.btn-hover-action:hover{background-color:#ccc}.btn-hover-action.btn-add{background:#5b49fe;color:#fff}.btn-hover-action.btn-add:hover{background-color:#4a39e3}.btn-hover-action.btn-delete{background:#e25e6b;color:#fff}.btn-hover-action.btn-delete:hover{background-color:#dc3545}.btn-forecasting .icon{margin-left:7px}.switch-view-container{display:flex;justify-content:center;margin:15px 0}.switch-view{background-color:#fff;border:1px solid #6c5ce7;border-radius:4px;box-shadow:0 1px 3px #0000000d;height:40px;overflow:hidden;position:relative;width:100px}.switch-view .react-switch-label{background:#fff}.switch-view .react-switch-button{display:none!important}.switch-view .react-switch-checkbox{height:0;position:absolute;visibility:hidden;width:0}.switch-view .react-switch-label{align-items:center;border-radius:3px;cursor:pointer;display:flex;height:100%;justify-content:space-between;position:relative;transition:background-color .2s;width:100%}.switch-view .switch-icon-container{align-items:center;display:flex;height:100%;justify-content:center;transition:all .3s ease;width:50%;z-index:2}.switch-view .switch-icon-container.active{background-color:#6c5ce74d}.switch-view .switch-icon{color:#888;transition:color .3s ease}.switch-view .switch-icon.active{color:#5b49fe}.switch-view .react-switch-button{background:#5b49fe;border-radius:3px;box-shadow:0 0 5px #0003;height:100%;left:0;position:absolute;top:0;transition:.3s;width:50%;z-index:1}.switch-view .react-switch-checkbox:checked+.react-switch-label .react-switch-button{left:50%}.page-plan-views .list-columns{margin-bottom:15px;margin-top:5px}.page-plan-views .list-columns li{border-bottom:1px solid #e6e6e9;font-size:12px;padding-bottom:8px;padding-top:8px}.page-plan-views .list-columns li:last-child{border-bottom:0}.plan-view-edit .list-columns{background:#ebe9ff}.plan-view-edit .column-wrap{height:450px;overflow-y:auto;scrollbar-color:#aaa #00000012;scrollbar-width:thin;transition:all .2s ease}.plan-view-edit .column-item-tipo{color:#9e9dab;display:block;font-size:12px;margin-top:-2px;width:100%}.plan-view-edit .column-item-scope{background-color:#fff6;display:inline-block;height:34px;padding:3px 25px 3px 3px;width:auto}.page-profile .card{max-width:400px}.page-profile .avatar{display:block;margin-bottom:20px}.page-profile .button-password{margin-bottom:30px;margin-top:30px}.page-subscription .title{text-align:center}.page-subscription .row-switch-double{margin-bottom:25px}.page-subscription .row-switch-double .label-switch.active{font-weight:500}.page-subscription .container-precios{margin-top:15px;max-width:800px}.page-subscription .precios-titulo{font-size:20px}.page-subscription .precio-sin-iva{color:#222;font-size:14px;margin-top:-17px;text-align:center}.page-subscription .precios-item{background:#fff;border-radius:10px;margin-bottom:30px;padding:30px;text-align:left}.page-subscription .precios-item .btn{width:100%}.page-subscription .precios-precio{margin-top:20px}.page-subscription .precios-precio .precios-valor{color:#071026;font-size:34px;font-weight:700}.page-subscription .precios-precio .precios-periodo{color:#071026;font-weight:500;margin-top:7px}.page-subscription .active-users,.page-subscription .contract-users{color:#0a8a0a;margin-bottom:20px;margin-top:-20px;text-align:center}.page-subscription .contract-users{color:#0d0a2c}.page-subscription .lista-features{list-style:none;margin-bottom:40px;margin-left:0;margin-top:20px;padding-left:0}.page-subscription .lista-features li{background-image:url(/static/media/icon-check.5f691c9e9717c6c7ea99.svg);background-position:0 50%;background-repeat:no-repeat;background-size:16px 16px;padding:5px 0 5px 27px}@media(max-width:760px){.page-subscription .lista-features{display:inline-block;margin-bottom:0;margin-left:auto;margin-right:auto}.page-subscription .lista-features:last-child{margin-top:0}}.modal-subscription .intro{margin-bottom:25px;margin-top:-10px}.modal-subscription .step-content{display:flex;flex-direction:column;justify-content:center;min-height:300px}.modal-subscription .step-content.step-content-free{align-items:center}.modal-subscription .step-content h3{color:#5b49fe;font-size:22px;font-weight:700}.modal-subscription .row-empleados{align-items:flex-start;background:#f7f7f8;display:flex;justify-content:space-between;margin-top:30px;padding:15px}.modal-subscription .row-empleados .form-group{margin-bottom:5px}.modal-subscription .row-switch-double .label-switch.active{font-weight:500}.modal-subscription .total{align-items:flex-start;display:flex;flex-direction:column;justify-content:flex-start}.modal-subscription .total .total-label{font-weight:500}.modal-subscription .total .total-num{font-size:40px;font-weight:700;line-height:1em}.modal-subscription .total .total-num:after{content:"/mes";font-size:11px;font-weight:400}.resizable-panels .resizer{background:#ebe9ff;flex-shrink:0;position:relative;width:10px}.resizable-panels .resizer:after,.resizable-panels .resizer:before{border-left:1px solid #5b49fe;content:"";display:inline-block;height:20px;margin:0 3px;position:absolute;right:0;top:50%;transform:translateY(-100%)}.resizable-panels .resizer:before{left:0}.resizable-panels .resizable-fragment{flex-shrink:1;min-height:0;min-width:0;overflow:hidden}@media(max-width:1440px){.page-rules .heading-help-banner{left:auto;margin-right:1rem;position:relative;transform:translateX(0)}}.table-rules .icon-operacion{font-size:22px}.table-rules .icon-formula{color:#888;font-size:16px}.table-rules.table-mobile .label-mini{display:inline-block;margin-right:3px}.table-rules.table-mobile .btn-editable{font-weight:500}.table-rules .td-icon{padding:5px!important;width:25px}.modal-rule .text-info span{color:#5b49fe;font-family:monospace;font-weight:700}.modal-rule .text-info-pretty{margin-top:-15px;overflow-wrap:break-word}.modal-rule .list-tags{margin-bottom:20px}.modal-rule .form-group-time{width:100%}.sidebar{background:#fff;box-shadow:0 4px 8px 0 #0d0a2c0a;color:#55536b;display:flex;flex-direction:column;height:100vh;justify-content:space-between;overflow-x:hidden;overflow-y:auto;padding:10px 15px 15px;position:fixed;scrollbar-color:#aaa #f7f7f8;scrollbar-width:thin;transition:all .1s ease;width:200px;z-index:10}.is_trial .sidebar{height:calc(100vh - 34px)}.sidebar .sidebar-header{align-items:center;display:flex;justify-content:space-between}.sidebar .sidebar-header .sidebar-logo{height:30px;margin-left:5px}.sidebar .sidebar-header .sidebar-iso{height:24px}@media(min-width:768px){.sidebar .sidebar-header .sidebar-iso{display:none}}.sidebar li{margin-bottom:5px;padding:0 5px}.sidebar li svg{height:24px;margin-right:10px;width:24px}.sidebar li a,.sidebar li a:link,.sidebar li a:visited{color:#55536b;display:block;padding:12px 5px}.sidebar li a.active,.sidebar li a:link.active,.sidebar li a:visited.active{background:#f7f7f8;color:#5b49fe}.sidebar .menu-secondary{margin-top:15px}.sidebar .divider,.sidebar .menu-secondary{border-top:1px solid #e6e6e9;padding-top:15px}.sidebar .divider{padding-bottom:15px}.sidebar .menu-sub{padding-left:0}.sidebar .menu-sub li{padding:0}.sidebar .menu-sub li a{display:flex;padding:5px 0 5px 15px}.sidebar .menu-sub li a.active{background:#0000}.sidebar .menu-sub li a:before{border-bottom:1px dotted #55536b;border-left:1px dotted #55536b;content:"";height:15px;margin-right:4px;margin-top:-5px;width:10px}.sidebar .sidebar-terminal-fichajes{background:#ebe9ff;border-radius:15px;margin-top:30px;padding:15px 12px;position:relative}.sidebar .sidebar-terminal-fichajes .new{background:#0bcc8a;border-radius:5px;color:#fff;display:block;margin:-25px auto 10px;padding:3px;text-align:center;width:50px}.sidebar .sidebar-terminal-fichajes .sidebar-terminal-title{font-size:16px;font-weight:500;margin-bottom:15px;text-align:center}@media(min-width:768px){.sidebar .sidebar-terminal-fichajes{margin-top:50px}}.sidebar .btn-fichar{width:100%}.sidebar .btn-fichar svg{height:20px;margin-right:10px;width:20px}.sidebar .btn-fichar-mobile{display:none}.sidebar .sidebar-bottom{font-weight:500}.sidebar .sidebar-bottom .icon{height:24px;margin-right:7px;width:24px}.sidebar .sidebar-bottom a,.sidebar .sidebar-bottom a:link,.sidebar .sidebar-bottom a:visited{color:#55536b;display:block;padding:12px 5px}.sidebar .sidebar-bottom a.active,.sidebar .sidebar-bottom a:link.active,.sidebar .sidebar-bottom a:visited.active{background:#f7f7f8;color:#5b49fe}.sidebar .sidebar-bottom .avatar{margin-bottom:0}.sidebar .sidebar-bottom .sidebar-menu-arrow{margin-left:3px}.sidebar .sidebar-bottom .sidebar-menu-profile{align-items:center;cursor:pointer;display:flex}.sidebar .sidebar-bottom .sidebar-menu-profile img{height:auto;margin-right:8px;width:36px}.sidebar .sidebar-bottom .sidebar-menu-profile>span{font-weight:500}.sidebar .sidebar-bottom .sidebar-menu-profile .sidebar-username{line-height:1.2em}@media(max-width:768px){.sidebar .sidebar-bottom .sidebar-menu-profile .sidebar-username{display:none}}.sidebar.desktop-sidebar .btn-close-sidebar{display:none}.sidebar.desktop-sidebar .option-text{opacity:1;transition:opacity .1s linear}.sidebar.desktop-sidebar .menu-sub .option-text{font-size:12px}.sidebar.desktop-sidebar.mini{width:70px}.sidebar.desktop-sidebar.mini .sidebar-header{display:block}.sidebar.desktop-sidebar.mini .sidebar-header .sidebar-logo-link{padding-bottom:0;padding-top:0}.sidebar.desktop-sidebar.mini .sidebar-header .btn-menu{margin:5px 0 10px -15px;padding-bottom:10px;padding-top:10px}.sidebar.desktop-sidebar.mini .link-help{margin-left:2px}.sidebar.desktop-sidebar.mini .sidebar-username{display:none}.sidebar.desktop-sidebar.mini li{padding:0}.sidebar.desktop-sidebar.mini .menu-secondary-sub{display:none}.sidebar.desktop-sidebar.mini .option-text{display:none;opacity:0}.sidebar.desktop-sidebar.mini .menu-sub,.sidebar.desktop-sidebar.mini .sidebar-logo{display:none}.sidebar.desktop-sidebar.mini .sidebar-iso{display:inline-block}.sidebar.desktop-sidebar.mini .sidebar-terminal-fichajes{display:none}.sidebar.desktop-sidebar.mini .btn-fichar-mobile{display:block;margin-top:35px;padding:5px;text-align:center}.sidebar.desktop-sidebar.mini .btn-fichar-mobile svg{margin:0}@media(max-width:992px){.sidebar.desktop-sidebar{width:70px}.sidebar.desktop-sidebar .sidebar-header{display:block}.sidebar.desktop-sidebar .sidebar-header .sidebar-logo-link{padding-bottom:0;padding-top:0}.sidebar.desktop-sidebar .sidebar-header .btn-menu{margin:5px 0 10px -15px;padding-bottom:10px;padding-top:10px}.sidebar.desktop-sidebar .sidebar-header .sidebar-iso{display:block}.sidebar.desktop-sidebar .sidebar-header .sidebar-logo,.sidebar.desktop-sidebar .sidebar-username{display:none}.sidebar.desktop-sidebar li{padding:0}.sidebar.desktop-sidebar .menu-secondary-sub{display:none}.sidebar.desktop-sidebar .option-text{display:none;opacity:0}.sidebar.desktop-sidebar .menu-sub,.sidebar.desktop-sidebar .sidebar-terminal-fichajes{display:none}.sidebar.desktop-sidebar .btn-fichar-mobile{display:block;margin-top:35px;padding:5px;text-align:center}.sidebar.desktop-sidebar .btn-fichar-mobile svg{margin:0}}@media(max-width:768px){.sidebar.desktop-sidebar{display:none}}.sidebar.mobile-sidebar{background:#0d0a2c;box-shadow:0 4px 8px 2px #0d0a2c66;height:100%;padding:50px 0 30px;width:300px;z-index:10000}.sidebar.mobile-sidebar .sidebar-logo{display:none}.sidebar.mobile-sidebar .sidebar-iso{display:block}.sidebar.mobile-sidebar .btn-menu{display:none}.sidebar.mobile-sidebar li{padding:0}.sidebar.mobile-sidebar li svg{color:#fff}.sidebar.mobile-sidebar a,.sidebar.mobile-sidebar a:link,.sidebar.mobile-sidebar a:visited{color:#fff;display:block;padding:10px 20px}.sidebar.mobile-sidebar a.active,.sidebar.mobile-sidebar a:link.active,.sidebar.mobile-sidebar a:visited.active{background:#5b49fe;color:#fff}.sidebar.mobile-sidebar .menu-secondary{border-top:0;margin-top:0;padding-top:0}.sidebar.mobile-sidebar .menu-sub a{display:flex;padding-left:30px}.sidebar.mobile-sidebar .menu-sub a.active:before{border-bottom-color:#fff;border-left-color:#fff}.sidebar.mobile-sidebar .btn-close-sidebar{font-size:24px;position:absolute;right:15px;top:10px}.sidebar.mobile-sidebar .sidebar-bottom{display:none}.sidebar.mobile-sidebar .sidebar-terminal-fichajes{margin-left:15px;margin-right:15px}.sidebar.mobile-sidebar .btn-fichar-mobile{display:none}.has-floating .sidebar{position:absolute}.popover-sidebar{background:#f7f7f8;padding:10px 15px}.popover-sidebar .sidebar-menu-item{color:#5b49fe;display:inline-block;padding-bottom:2px;padding-top:2px}.popover-sidebar .sidebar-menu-item:hover{color:#1b154c;text-decoration:underline}.mobile-sidebar-overlay{background:#0006;height:100%;position:fixed;width:100%;z-index:9999}.list-shifts [class*=col-]{margin-bottom:15px}.list-shifts .card{height:100%;margin-bottom:0}.list-shifts .card .form-group-periodos .empty{display:block;padding:2px 5px}.list-shifts .card .time-intervals{align-items:center;display:flex;flex-wrap:wrap}.list-shifts .card .time-intervals .time-interval{background:#f7f7f8;border:1px solid #9e9dab;margin-bottom:5px;margin-right:5px;padding:2px 5px}.list-shifts .card .time-intervals .time-interval:last-of-type{margin-right:0}.time-interval-disclaimer{font-size:13px;margin-top:5px}.time-interval-disclaimer p{margin-bottom:0}.time-interval-disclaimer ul{display:flex;margin:10px 0;padding-left:20px}.time-interval-disclaimer ul li{list-style:disc;margin-right:25px}.time-interval-disclaimer ul li:last-child{margin-right:0}.shift-description{display:block;margin-bottom:15px;min-height:20px}.shift-edit .time-intervals{background:#ebe9ff;margin-bottom:20px;padding:10px}.shift-edit .time-intervals .form-error{margin-top:-18px}.shift-edit .row-adding-days .invalid-feedback{margin-bottom:-5px!important}.shift-edit .btn-link{font-size:90%}.shift-edit .btn-link:first-of-type{margin-right:10px}.shift-edit .form-grupos{margin-bottom:10px}.shift-edit .form-time-type{max-width:180px}.shift-edit .fecha-limite{display:flex}.shift-edit .fecha-limite .day-limit{width:100px}.tooltip-shift .heading{align-items:center;display:flex;justify-content:space-between}.tooltip-shift h2{font-size:16px;font-weight:700;margin-bottom:0}.tooltip-shift .shift-type{background:#5b49fe;color:#fff;font-size:12px;font-weight:700;letter-spacing:.3px;margin-left:15px;margin-right:-5px;padding:1px 4px;text-transform:uppercase}.tooltip-shift .subtitle{font-size:14px;margin-bottom:5px}.tooltip-shift .list-tags li{padding:2px 5px}.tooltip-shift .table{margin-bottom:10px}.tooltip-shift .table th{background-color:#cbc6f7!important;font-size:14px;font-weight:700!important}.tooltip-shift .table td,.tooltip-shift .table th{border:1px solid #cbc6f7!important;padding:5px}.tooltip-shift>.tooltip-inner{background-color:#fff;border:1px solid #ebe9ff;box-shadow:0 0 5px 0 #0000001a;color:#000;padding:10px 15px;text-align:left}.tooltip-shift .arrow:before{border-top-color:#5b49fe}.shift-selector-popover{background:#f7f7f8;border:0;box-shadow:0 0 5px 0 #0000001a}.shift-selector-popover .popover-header{background:#f7f7f8;font-size:14px;padding-bottom:0;padding-top:20px}.shift-selector-popover .popover-footer{display:none}.shift-selector-popover .shift-selector-popover-body .form-search{margin-bottom:10px}.shift-times{font-size:13px}.shift-times .clock-icon{margin-right:-2px}.shift-times .separador{display:inline-block;width:8px}.react-contextmenu{background:#fff;background-clip:padding-box;border:1px solid #e6e6e9;border-radius:4px;min-width:10rem;position:relative;transform:translate3d(-10px,5px,0);z-index:2!important}.react-contextmenu .react-contextmenu-item{cursor:pointer;padding:7px 25px}.react-contextmenu .react-contextmenu-item:hover{background:#f7f7f8}.shift-pattern-edit{min-height:660px}.shift-pattern-edit .form-group-flex{align-items:center}.pattern-filter,.shift-list-filter{margin-right:10px;max-width:140px;min-width:130px}.pattern-filter .pattern-box,.shift-list-filter .pattern-box{background:#f7f7f8;border:1px solid #e6e6e9;padding:10px}.pattern-filter .pattern-header,.shift-list-filter .pattern-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:10px}.pattern-filter .pattern-footer,.shift-list-filter .pattern-footer{color:#9e9dab;font-size:13px;margin-top:10px;text-align:center}.pattern-filter .pattern-footer svg,.shift-list-filter .pattern-footer svg{display:block;margin:0 auto 3px}.pattern-filter .pattern-title,.shift-list-filter .pattern-title{font-size:14px;font-weight:500;margin:0}.pattern-filter .heading-filters,.shift-list-filter .heading-filters{margin-bottom:10px}.pattern-filter .form-search,.shift-list-filter .form-search{margin-bottom:5px}.pattern-filter .pattern-list,.pattern-filter .shift-list,.shift-list-filter .pattern-list,.shift-list-filter .shift-list{max-height:320px;min-height:230px;overflow-y:auto;scrollbar-color:#aaa #00000012;scrollbar-width:thin;transition:all .2s ease}.pattern-filter .pattern-list .shift-item,.pattern-filter .shift-list .shift-item,.shift-list-filter .pattern-list .shift-item,.shift-list-filter .shift-list .shift-item{border-color:#e6e6e9;color:#000;margin-bottom:5px;min-height:35px}.pattern-filter .pattern-list .shift-item .shift-name,.pattern-filter .shift-list .shift-item .shift-name,.shift-list-filter .pattern-list .shift-item .shift-name,.shift-list-filter .shift-list .shift-item .shift-name{font-weight:700}.pattern-filter .pattern-list .shift-item.active,.pattern-filter .shift-list .shift-item.active,.shift-list-filter .pattern-list .shift-item.active,.shift-list-filter .shift-list .shift-item.active{border:2px solid #0000004d!important}.pattern-filter .pattern-list .shift-item:hover,.pattern-filter .shift-list .shift-item:hover,.shift-list-filter .pattern-list .shift-item:hover,.shift-list-filter .shift-list .shift-item:hover{opacity:.85}.pattern-filter .pattern-list .shift-item .shift-times,.pattern-filter .shift-list .shift-item .shift-times,.shift-list-filter .pattern-list .shift-item .shift-times,.shift-list-filter .shift-list .shift-item .shift-times{display:block;font-size:12px}.pattern-filter .pattern-list .shift-item .shift-times .clock-icon,.pattern-filter .shift-list .shift-item .shift-times .clock-icon,.shift-list-filter .pattern-list .shift-item .shift-times .clock-icon,.shift-list-filter .shift-list .shift-item .shift-times .clock-icon{display:none}.pattern-filter .pattern-list .shift-item .shift-times .separador,.pattern-filter .shift-list .shift-item .shift-times .separador,.shift-list-filter .pattern-list .shift-item .shift-times .separador,.shift-list-filter .shift-list .shift-item .shift-times .separador{display:inline-block;width:8px}.bloque-plan .pattern-filter .pattern-list,.bloque-plan .pattern-filter .shift-list,.bloque-plan .shift-list-filter .pattern-list,.bloque-plan .shift-list-filter .shift-list{max-height:calc(100vh - 450px)}.need-cell .btn-check-label,.pattern-cell .btn-check-label,.shift-cell .btn-check-label{bottom:0;height:100%;position:absolute}.need-cell.btn-checkbox,.pattern-cell.btn-checkbox,.shift-cell.btn-checkbox{border-color:#e6e6e9}.need-cell.active .react-contextmenu-wrapper,.pattern-cell.active .react-contextmenu-wrapper,.shift-cell.active .react-contextmenu-wrapper{border:1px solid #5b49fe}.need-cell.active .shift-item,.pattern-cell.active .shift-item,.shift-cell.active .shift-item{background:#fff}.need-cell.error .react-contextmenu-wrapper,.pattern-cell.error .react-contextmenu-wrapper,.shift-cell.error .react-contextmenu-wrapper{border:2px solid #dc3545}.need-cell:hover,.pattern-cell:hover,.shift-cell:hover{opacity:.85}.need-cell:hover .shift-item,.pattern-cell:hover .shift-item,.shift-cell:hover .shift-item{background:#fff}.shift-list-items{display:flex;flex-direction:column;justify-content:space-between;width:100%}.shift-list-items .shift-item{align-items:center;display:flex;flex-grow:1;justify-content:center}.pattern-container{display:flex;justify-content:space-between}.pattern-container .pattern-plan{display:flex;flex-wrap:wrap;height:100%;margin-right:-4px;width:calc(100% - 160px)}.pattern-container .pattern-plan .pattern-cell{border:1px solid #e6e6e9;flex-grow:0;height:80px;margin-bottom:2px;margin-right:2px;position:relative;width:calc(14.2% - 2px)}.pattern-container .pattern-plan .pattern-cell .cell-number{font-weight:700;left:5px;position:absolute;top:2px;z-index:1}.pattern-container .pattern-plan .pattern-cell .react-contextmenu-wrapper{display:flex;height:78px;width:100%}.pattern-container .ubication-plan .shift-item{border:3px solid #0000;height:100%}.pattern-container .ubication-plan .shift-item .shift-name{color:#55536b;display:block;font-size:13px;padding-right:3px;text-align:right}.pattern-container .ubication-plan .pattern-cell.ubication-cell{height:113px;text-align:center}.pattern-container .ubication-plan .pattern-cell.ubication-cell .shifts-with-ubications{display:flex;flex-direction:column;height:100%}.pattern-container .ubication-plan .pattern-cell.ubication-cell .shifts-with-ubications .react-contextmenu-wrapper{flex-direction:column;height:100%}.pattern-container .ubication-plan .pattern-cell.ubication-cell .shift-list-items-ubications{align-items:center;display:flex;flex-direction:column;height:100%;justify-content:center}.pattern-container .ubication-plan .pattern-cell.ubication-cell .ubication-item{align-items:center;display:flex;font-size:85%;height:100%;justify-content:center;padding:0 2px;text-align:center;width:100%}.pattern-container .ubication-plan .pattern-cell.ubication-cell .ubication-item .react-contextmenu-wrapper{max-height:16px;overflow:hidden}@media(max-width:1440px){.page-staffing-levels .heading-help-banner{left:auto;margin-right:1rem;position:relative;transform:translateX(0)}}.staffing-level-edit .need-count{background:none;border:none;height:100%;position:absolute;top:0;width:100%}.staffing-level-edit .init-all-wrapper{align-items:center;margin-top:20px}.staffing-level-edit .init-all-wrapper .form-label{font-weight:400;margin-right:20px}.staffing-level-edit .init-all-wrapper .init-all-input{width:70px}.staffing-level-edit .table-staffing-needs{margin-top:15px}.staffing-level-edit .table-staffing-needs .th-daytype{min-width:45px}.staffing-level-edit .table-staffing-needs tbody th{min-width:170px;padding:6px 8px}.staffing-level-edit .table-staffing-needs tbody td{position:relative}.staffing-level-edit .table-staffing-needs tbody td.filled{background:#ebe9ff}.staffing-level-edit .table-staffing-needs tbody td.filled .rc-input-number-input{font-weight:700}.staffing-level-edit .table-staffing-needs tbody tr:nth-child(odd) td,.staffing-level-edit .table-staffing-needs tbody tr:nth-child(odd) th{background:#f7f7f8}.staffing-level-edit .table-staffing-needs tbody tr:nth-child(odd) td .need-count,.staffing-level-edit .table-staffing-needs tbody tr:nth-child(odd) th .need-count{border-bottom:1px solid #e6e6e9;border-right:1px solid #e6e6e9;height:calc(100% + 1px);width:calc(100% + 2px)}.staffing-level-edit .table-staffing-needs tbody tr:nth-child(odd) td.filled,.staffing-level-edit .table-staffing-needs tbody tr:nth-child(odd) th.filled{background:#cbc6f7}.staffing-level-edit .table-staffing-needs .need-interval,.staffing-level-edit .table-staffing-needs .need-ubication{align-items:center;display:flex;font-size:90%;font-weight:400;margin-top:-2px}.staffing-level-edit .table-staffing-needs .need-interval .icon,.staffing-level-edit .table-staffing-needs .need-ubication .icon{margin-right:5px}.staffing-level-edit .table-staffing-needs .need-ubication{margin-right:10px}.staffing-level-edit .table-staffing-needs .need-footer{align-items:center;display:flex;flex-wrap:wrap}.staffing-level-edit .table-staffing-needs .all-input,.staffing-level-edit .table-staffing-needs .th-all{background-color:#55536b!important;color:#fff;min-width:40px}.staffing-level-edit .table-staffing-needs .all-count-input{color:#fff}.staffing-level-edit .table-staffing-needs .all-count-input .rc-input-number-handler-down-inner:after,.staffing-level-edit .table-staffing-needs .all-count-input .rc-input-number-handler-up-inner:after{border-bottom:2px solid #fff;border-right:2px solid #fff}.staffing-level-edit .table-staffing-needs .all-count-input .rc-input-number-input{color:#fff}@media(min-width:768px){.staffing-level-edit .col-sm-6:first-child{padding-right:20px}.staffing-level-edit .col-sm-6:nth-child(2){padding-left:20px}}.staffing-level-edit .table-wrapper{overflow-x:auto;position:relative;scrollbar-color:#aaa #f7f7f8;scrollbar-width:thin;width:100%}.staffing-level-edit .form-group-flex.form-row-switch{justify-content:start}.staffing-level-edit .form-group-flex.form-row-switch .form-label{margin-left:10px}.switch{height:25px;position:relative;width:45px}.aright .switch{float:right}.switch.disabled{opacity:.5}.react-switch-label{background:gray;border-radius:50px;cursor:pointer;height:25px;left:0;margin-bottom:0;position:absolute;top:0;transition:background-color .2s;width:45px;z-index:1}.react-switch-label .react-switch-button{background:#fff;border-radius:20px;box-shadow:0 0 2px 0 #0a0a0a4a;content:"";height:20px;left:2px;position:absolute;top:2px;transition:.2s;width:20px}.react-switch-label:active .react-switch-button{width:25px}.react-switch-checkbox{height:0;left:0;top:0;visibility:hidden;width:0;z-index:0}.react-switch-checkbox:checked+.react-switch-label .react-switch-button{left:calc(100% - 2px);transform:translateX(-100%)}.row-switch{align-items:center;display:flex;height:50px;padding-bottom:5px;padding-top:5px}.row-switch.row-switch-double{justify-content:center}.row-switch.row-switch-double .switch{margin-left:7px;margin-right:7px}.row-switch.row-switch-double .react-switch-label{background:gray!important}.page-time-registrations .main-content{margin-bottom:70px}.page-time-registrations .heading .title{align-items:center;display:flex}.page-time-registrations .heading .title .button-icon{margin-right:3px}.page-time-registrations .heading .heading-right{display:flex}.page-time-registrations .heading .heading-right .btn{margin-right:20px}@media(max-width:768px){.page-time-registrations .heading{flex-wrap:nowrap}.page-time-registrations .heading .title{font-size:22px}.page-time-registrations .heading .heading-right{display:block}.page-time-registrations .heading .heading-right .btn-aprobar{font-size:14px;margin-bottom:10px;margin-right:0;padding:4px 10px}.page-time-registrations .heading .heading-right h3{font-size:16px;justify-content:flex-end;white-space:nowrap}.page-time-registrations .heading .summary{white-space:nowrap}}@media(max-width:480px){.page-time-registrations .heading{display:block;margin-bottom:5px}.page-time-registrations .heading .title{font-size:18px;line-height:1.3em}.page-time-registrations .heading .title .button-icon{font-size:24px;margin-right:5px}.page-time-registrations .heading .btn-aprobar{margin-top:7px}.page-time-registrations .heading .heading-right{display:block;text-align:left}.page-time-registrations .heading .heading-right .employee-data{align-items:center;display:flex;justify-content:space-between;margin-bottom:10px}.page-time-registrations .heading .summary{margin-bottom:0;margin-top:0}.page-time-registrations .heading .summary .summary-text{display:none}}.table-time-registrations .repetida .btn-trash,.table-times .repetida .btn-trash{display:block}.table-time-registrations .repetida .btn-new,.table-time-registrations .repetida .switch,.table-time-registrations .repetida .tag-dia-container,.table-time-registrations .repetida .tag-name-container,.table-times .repetida .btn-new,.table-times .repetida .switch,.table-times .repetida .tag-dia-container,.table-times .repetida .tag-name-container{display:none}.table-time-registrations .col-total,.table-times .col-total{color:#5b49fe;font-weight:500}.table-time-registrations .td-actions{text-align:center}.table-time-registrations .tag-dia-setmana{color:#5b49fe;display:inline-block;font-size:85%;width:17px}.table-time-registrations .day-type{cursor:pointer}.table-time-registrations .shift-list-items{align-items:center;display:flex;flex-direction:row;justify-content:center}.table-time-registrations .shift-item{border:2px solid #0000;margin-right:5px;min-width:30px;padding:2px;text-align:center}.table-time-registrations .shift-item:hover{background:#5b49fe33;cursor:pointer}.table-time-registrations .shift-item:last-of-type{margin-right:0}.table-time-registrations .switch{margin-left:auto;margin-right:auto}.table-time-registrations.table-mobile .tr-head td{font-weight:700;padding-bottom:0}.table-time-registrations.table-mobile .tr-head .total{color:#5b49fe}.table-time-registrations.table-mobile .tr-head .balance{font-weight:400}.table-time-registrations.table-mobile .tr-head .td-flex{align-items:center;justify-content:space-between}.table-time-registrations.table-mobile .repetida{margin-top:-10px}.table-time-registrations.table-mobile .repetida td{border-top:0;padding-top:0}.table-time-registrations.table-mobile .main td{border-top:0;padding-top:10px}.table-time-registrations.table-mobile .time-container:first-of-type{margin-left:-2px}.table-time-registrations.table-mobile .td-actions{padding-left:5px;padding-right:5px}.table-time-registrations .today{border-left:1px solid #5b49fe;border-right:1px solid #5b49fe}.table-time-registrations .today td:first-child{border-left:1px solid #5b49fe}.table-time-registrations .today td:last-child{border-right:1px solid #5b49fe}.table-time-registrations .today.main:not(.tr-body) td,.table-time-registrations .today.tr-head td{border-top:1px solid #5b49fe}.table-time-registrations .today:last-child td{border-bottom:1px solid #5b49fe}.table-time-registrations .today td{background:#ebe9ff!important}.table-time-registrations .option-remove-rest{display:none}.table-time-registrations .rest-day td{background-color:#4dd64d12!important}.table-time-registrations .rest-day .col-descanso{color:#0a8a0a}.table-time-registrations .rest-day .option-remove-rest{display:block}.table-time-registrations .disabled .btn-new,.table-time-registrations .disabled .btn-trash,.table-time-registrations .empty .bolita,.table-time-registrations .empty .btn-new,.table-time-registrations .empty .option-add-time,.table-time-registrations .empty .option-delete,.table-time-registrations .empty .option-observations,.table-time-registrations .empty .switch,.table-time-registrations .filled .option-rest,.table-time-registrations .rest-day .option-add-time,.table-time-registrations .rest-day .option-delete,.table-time-registrations .rest-day .option-observations{display:none}.table-time-registrations .btn-new{min-width:25px}.td-flex{align-items:center;display:flex}.td-flex>*{margin-right:7px}.td-flex>:last-child{margin-right:0}.tag-dia-setmana{margin-right:5px}.icon-comment{color:#9e9dab}.page-times .heading{margin-bottom:0}.page-times .subheading{margin-bottom:15px}.page-times .subheading .summary{align-items:center;display:flex}.page-times .subheading .summary .summary-icon{font-size:20px;margin-right:6px;margin-top:4px}.sortable-item{cursor:pointer;white-space:nowrap}.sortable-item:hover{color:#5b49fe}.sortable-item .icon-sort{height:12px;margin-bottom:2px}.sortable-item .icon-sort.icon-sort-up{margin-bottom:0;margin-top:3px}.sortable-item .icon-sort.icon-sort-down{margin-bottom:5px}.tooltip-balance{max-width:250px;text-align:left!important}.tooltip-balance .tooltip-title{margin-top:10px}.tooltip-balance p{margin-bottom:2px}.switch-container-overlay{margin-left:auto;width:45px}.switch-container-overlay .switch{float:none}.export-config{font-size:13px;margin-top:5px}.export-config.form-switch{align-items:center;display:flex;padding-left:10px;padding-right:5px;width:270px}.export-config.form-switch .form-label{cursor:pointer;font-weight:400;line-height:1.15em;margin-left:5px}.export-config.form-switch .switch{margin-right:5px;width:50px}.export-config.form-switch .react-switch-label{height:20px;width:35px}.export-config.form-switch .react-switch-label .react-switch-button{height:16px}.popover-location .popover-content{padding:10px}.popover-location .popover-content ul{margin-bottom:5px}.popover-location .popover-content a{color:#ff2280}.btn-time-location{align-items:center;display:flex}.btn-time-location span{border-bottom:1px dashed #9e9dab}.btn-time-location .icon{color:#9e9dab;margin-left:4px}.page-times .btn-group .icon{font-size:18px}.page-times .icon-comment+.icon-alert{margin-left:5px}.page-times .table-rested.table.table-zebra .main td{border-top:1px solid #e6e6e9}.page-times .table-rested.table.table-zebra tbody tr:nth-child(odd) td{background:#fff}.page-times .tr-rest{color:#0a8a0a;text-align:center}.page-times .tr-rest td{background:#f5faf5!important;padding:3px 0}.page-transactions .infinite-scroll-component{overflow:visible!important;overflow:initial!important}.table-transactions .td-valor{text-transform:lowercase}.table-transactions.table-mobile .tr-head td{border-bottom:0;padding-bottom:0}.table-transactions.table-mobile .tr-body td{border-top:0;padding-top:5px}.table-transactions.table-mobile .label-top{display:block;font-weight:500;margin-bottom:5px}.alink{margin-left:4px;margin-right:4px}.button-link{background:none;border:0;padding:0}.button-link.primary{color:#5b49fe}.button-link.primary:hover{color:#4a39e3}.button-icon{cursor:pointer}.btn{font-size:14px;padding:8px 15px}.btn-icon-text,.btn-transparent,.column-item .column-label-btn,html.custom-haddock .btn-icon-text,html.custom-haddock .column-item .column-label-btn{background:#0000;border:0;box-shadow:none;padding:0}.btn-icon-text:focus,.btn-transparent:focus,.column-item .column-label-btn:focus,html.custom-haddock .btn-icon-text:focus,html.custom-haddock .column-item .column-label-btn:focus{border-color:none;box-shadow:none}.btn-icon-text{align-items:center;display:flex;font-weight:500}.btn-icon-text .btn{margin-right:7px}.btn-custom{border:none;width:100%}.btn-wand{white-space:nowrap}.btn-wand .icon-wand{margin-left:7px}.btn-wand.btn-wand-icon .icon-wand{margin-left:0}.btn-primary{background-color:#5b49fe;border-color:#5b49fe;color:#fff}.btn-primary:hover{background-color:#4a39e3;border-color:#5b49fe;color:#fff}.btn-primary:disabled{background-color:#887bfe;border-color:#887bfe;color:#fff}.btn-outline-primary{background:#fff;border-color:#5b49fe;color:#5b49fe}.btn-outline-primary:hover,.btn-outline-primary:not(:disabled):not(.disabled).active,.btn-outline-primary:not(:disabled):not(.disabled):active{background-color:#887bfe;border-color:#5b49fe;color:#fff}.btn-outline-primary:disabled{background:#ebe9ff;border-color:#887bfe;color:#887bfe}.btn-outline-primary:focus{border-color:#5b49fe66;box-shadow:0 0 0 .2rem #5b49fe26}.btn-link{background:#0000;border:0;color:#5b49fe;padding:0;text-decoration:underline}.btn-link:hover{color:#887bfe;text-decoration:none}.btn-link:disabled{color:#887bfe}.btn-default{background-color:#fff;border-color:#e6e6e9;color:#0d0a2c}.btn-default:hover{background-color:#f7f7f8}.btn-default:disabled{background-color:#f9f9f9;border-color:#f9f9f9}.btn-default:focus{border-color:#e6e6e9;box-shadow:0 0 0 1px #06060614}.btn-default .icon{color:#55536b}.btn-link-danger{background:#0000;border:0;box-shadow:none;color:#dc3545;display:block;padding:6px 0}.btn-new{align-items:center;background-color:#5b49fe;border-radius:50%;box-shadow:0 4px 8px 0 #5b49fe3d;color:#fff;display:inline-flex;height:40px;justify-content:center;min-width:40px;padding:0;width:40px}.btn-new:hover{background-color:#4a39e3}.btn-new svg{color:#fff;height:24px;min-width:24px;width:24px}.btn-new.btn-new-small{height:24px;min-width:10px;width:24px}.btn-new.btn-new-small svg{height:16px;width:16px}.btn-editable{text-align:left}.btn-menu{padding:15px 25px}.btn-menu svg{height:16px;width:16px}.btn-menu:hover{color:#5b49fe}.dropdown-item.active,.dropdown-item:active{background-color:#5b49fe}.btn-action:after{display:none}.btn-action:focus{border-color:#0000;box-shadow:none}.btn-action:focus svg,.btn-action:hover svg{color:#5b49fe}.dropdown-item{padding-left:15px;padding-right:15px}.dropdown-item .dropdown-icon{margin-right:5px}.row-buttons{align-items:center;display:flex}.row-buttons .btn{margin-bottom:10px;margin-right:10px;margin-top:0}@media(max-width:480px){.row-buttons .btn{width:100%}.btn{font-size:16px;padding:10px 20px}.dropdown-item{padding-bottom:10px;padding-top:10px}}.page-widget-templates .list-columns{margin-bottom:15px;margin-top:5px}.page-widget-templates .list-columns li{border-bottom:1px solid #e6e6e9;font-size:12px;padding-bottom:8px;padding-top:8px}.page-widget-templates .list-columns li:last-child{border-bottom:0}.widget-template-edit .list-columns{background:#ebe9ff}.widget-template-edit .column-wrap{height:450px;overflow-y:auto;scrollbar-color:#aaa #00000012;scrollbar-width:thin;transition:all .2s ease}.column-item-selectbox{margin-right:10px;padding-bottom:5px;padding-top:5px}.column-item-selectbox label{font-weight:400;margin-right:5px}.column-item-selectbox:last-of-type{margin-right:0}.column-item{align-items:center;background:#fff;display:flex;justify-content:space-between;position:relative;z-index:999!important}.column-item label{display:inline-flex;flex-direction:column;flex-flow:wrap;margin-bottom:0;padding-bottom:8px;padding-top:8px;-webkit-user-select:auto!important;user-select:auto!important}.column-item .column-item-selectbox,.column-item .column-right{align-items:center;display:flex;justify-content:space-between}.column-item .column-move{cursor:grab;padding:3px 10px}.column-item .column-label-btn,.column-item .column-move-icon{opacity:0;transition:all .25s ease-in-out;-moz-transition:all .25s ease-in-out;-webkit-transition:all .25s ease-in-out}.column-item .column-label-btn:hover,.column-item .column-move-icon:hover{color:#5b49fe}.column-item .column-left{align-items:flex-start;display:flex;flex:1 1;padding-right:15px}.column-item .column-item-label{font-weight:500}.column-item .column-label-btn{padding:8px}.column-item:nth-child(odd){background:#f7f7f8}.column-item:hover .column-label-btn,.column-item:hover .column-move-icon{opacity:.6}.column-item.column-item-active{background:#fff;box-shadow:0 4px 8px 0 #5b49fe3d;cursor:grabbing!important}.column-item.column-item-active:hover{cursor:grabbing!important}.column-item.column-item-active .column-move-icon{opacity:.4}.help-banner{align-items:center;background-color:#ebe9ff;border-radius:8px;display:flex;gap:16px;opacity:0;padding:8px 16px;transform:translateY(10px);transition:opacity .5s ease,transform .5s ease}.help-banner.visible{animation:fadeSlideIn .5s ease forwards;opacity:1;transform:translateY(0)}.help-banner img{flex-shrink:0;height:24px;width:24px}.help-banner .help-banner-title{color:#0d0a2c;font-size:14px;font-weight:600;white-space:nowrap}.help-banner .help-banner-text{color:#0d0a2c;flex:1 1;font-size:14px;font-weight:400}.help-banner .help-banner-link{color:#5b49fe;font-size:14px;font-weight:400;text-decoration:underline;white-space:nowrap}.help-banner .help-banner-link-mobile{display:none}@media(max-width:1200px){.help-banner .help-banner-link-mobile{display:block}}@media(max-width:768px){.help-banner{flex-wrap:wrap}.help-banner .help-banner-text{margin-top:8px;order:3;width:100%}}.mobile-only{display:none}@media(max-width:1440px){.mobile-only{display:inline-block}}html.custom-haddock .heading-help-banner,html.custom-haddock .help-banner{display:none}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#f7f7f8;color:#0d0a2c;font-family:Fira Sans,sans-serif;font-size:14px;margin:0;max-width:100%}@media(max-width:480px){body{font-size:16px}}*{box-sizing:border-box}li,ul{list-style:none;margin:0;padding:0}.lista{margin-bottom:10px}.lista li{list-style:disc none outside;list-style:initial;margin-left:15px}.link,a{color:#5b49fe;cursor:pointer}.link-pink{color:#ff2280}.inline-block{display:inline-block!important}.align-items-start{align-items:flex-start!important}.align-items-end{align-items:flex-end!important}.regular{font-weight:400!important}.pull-right{float:right!important}.sticky{position:sticky}.fixed{position:fixed}.hidden{display:none!important}.container-sm{margin:0 auto;max-width:700px}.nowrap{white-space:nowrap}.capitalize{text-transform:capitalize}.aright{text-align:right}.aleft{text-align:left}.acenter{text-align:center}.substring{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.color-green{color:#0bcc8a}.color-green-dark{color:#0a8a0a}.color-red{color:#dc3545}.bg-green{background:#daf5da}.bg-red{background:#f5c4c9}.simple-row{display:flex}.simple-row>*{margin-right:15px}.simple-row>:last-child{margin-right:0}.flex-between,.flex-center{align-items:center;display:flex}.flex-between{justify-content:space-between}.flex-col{display:flex;flex-direction:column}.emoji{font-size:24px}.lowercase{text-transform:lowercase}.notfound{margin:0 auto;max-width:600px;text-align:center}.notfound h1{font-weight:700}.notfound h3{margin-bottom:10px}.notfound h2{font-size:24px}.notfound.page-notfound{padding-top:130px}.notfound.page-notfound h2{font-size:24px}.no-results{margin-top:40px}.app_container{display:flex;height:100vh;justify-content:space-between}.app.is_trial .app_container{padding-top:34px}.main-content{padding:15px 30px 30px 230px;width:100%}@media(min-width:768px){.main-content.mini{padding-left:100px}}.full-height-wrapper{display:flex;flex-direction:column;height:100%}.heading{align-items:center;display:flex;justify-content:flex-end;margin-bottom:15px}.heading h3{font-size:20px}.heading .btn{margin-bottom:15px}.heading .btn,.heading .form-group{margin-bottom:0}@media(max-width:768px){.heading{flex-wrap:wrap}.heading .title{line-height:1.2em}}.heading .heading-actions{align-items:center;display:flex;justify-content:space-between}.heading .heading-actions .btn{margin-left:15px}.heading .heading-actions .btn.dropdown-toggle{margin-left:0;padding-right:0}.heading .heading-actions .btn-group .btn{margin-left:0}.heading .heading-filters{display:flex;justify-content:flex-end}.heading .heading-filters>*{margin-left:15px}.heading .heading-filters>:first-of-type{margin-left:0}@media(max-width:768px){.heading .heading-filters{flex-basis:100%;flex-direction:row;justify-content:flex-start;margin-top:10px;order:2}}@media(max-width:480px){.heading .heading-filters{display:block;margin-bottom:5px;width:100%}.heading .heading-filters .form-group{margin-bottom:5px;margin-left:0;max-width:100%}.heading .heading-filters .DateRangePicker{margin-left:0;width:100%}.heading .heading-filters .DateRangePicker .DateRangePickerInput{display:block}}.heading .heading-filters .form-switch{align-items:center;display:flex}.heading .heading-filters .form-switch .form-label{cursor:pointer;font-weight:400;line-height:1.15em;margin-left:5px}.heading .heading-filters .form-switch .switch{width:35px}.heading .heading-filters .form-switch .react-switch-label{height:20px;width:35px}.heading .heading-filters .form-switch .react-switch-label .react-switch-button{height:16px}.heading .heading-left{align-items:center;display:flex;margin-right:auto}.heading .heading-left h1{margin-bottom:0}.heading .heading-right{text-align:right}.heading .heading-right h3{margin-bottom:0}.heading>.title{margin-right:auto}.heading-help-banner{left:50%;position:absolute;transform:translateX(-50%);z-index:1}@media(max-width:768px){.heading-help-banner{left:auto;position:relative;transform:translateX(0)}}.heading .summary,.subheading .summary{color:#55536b;display:block;font-size:13px;margin-top:5px}.heading .summary .summary-icon,.subheading .summary .summary-icon{font-size:16px;margin-right:2px}.heading .summary strong,.subheading .summary strong{font-weight:500;white-space:nowrap}@media(max-width:480px){.heading .summary,.subheading .summary{margin-bottom:10px}}.title{font-size:28px;font-weight:700;line-height:1.25em;margin-bottom:0}.title.acenter{text-align:center}.title2{color:#5b49fe;font-size:24px;font-weight:700;line-height:1.38em;margin-bottom:0}.title2.acenter{text-align:center}.subtitle{font-size:18px;font-weight:700}.text-info{color:#888!important}.page-content{background:#fff;border-bottom:2px solid #cbc6f7;border-top:2px solid #cbc6f7;padding:30px}.content-heading{align-items:center;display:flex;margin-bottom:15px}.bolita{border:2px solid #0000;border-radius:50%;display:inline-block;height:10px;margin:0 auto;width:10px}.bolita.bolita-true{background-color:#0bcc8a}.bolita.bolita-false{background-color:#dc3545}.tick-default{color:#0a8a0a;font-size:20px}.no-more-results{color:#55536b;margin-bottom:50px;margin-top:-20px;text-align:center}.nav-tabs .nav-link{border:none;border-bottom:3px solid #0000;color:#0d0a2c;font-size:14px;font-weight:500;margin-right:20px;padding-left:0;padding-right:0}.nav-tabs .nav-link.active{background-color:#0000;border-color:#5b49fe;color:#5b49fe}@media(max-width:480px){.nav-tabs .nav-link{margin-right:15px;padding-bottom:5px;padding-top:5px}}.tab-content .tab-pane{min-height:400px;padding:20px 0}.tab-content .tab-pane .title{color:#5b49fe;font-size:20px;margin-bottom:20px}.estado{text-transform:uppercase}.estado.estado-si{color:#0bcc8a}.estado.estado-no{color:#dc3545}.redux-toastr .toastr{min-height:50px}.redux-toastr .toastr.rrt-success{background:#0a8a0a}.redux-toastr .toastr.rrt-info .rrt-title{margin-bottom:0}.redux-toastr .toastr.rrt-info .rrt-middle-container,.redux-toastr .toastr.rrt-success .rrt-middle-container,.redux-toastr .toastr.rrt-warning .rrt-middle-container{margin-left:45px;padding-top:12px;width:75%}.redux-toastr .toastr.rrt-info .rrt-left-container,.redux-toastr .toastr.rrt-success .rrt-left-container,.redux-toastr .toastr.rrt-warning .rrt-left-container{width:40px}.redux-toastr .toastr.rrt-info .rrt-left-container .rrt-holder,.redux-toastr .toastr.rrt-success .rrt-left-container .rrt-holder,.redux-toastr .toastr.rrt-warning .rrt-left-container .rrt-holder{height:40px;width:40px}.redux-toastr .toastr.rrt-info .rrt-left-container .rrt-holder .toastr-icon,.redux-toastr .toastr.rrt-success .rrt-left-container .rrt-holder .toastr-icon,.redux-toastr .toastr.rrt-warning .rrt-left-container .rrt-holder .toastr-icon{height:20px!important;width:20px!important}.redux-toastr .toastr.rrt-info .rrt-title,.redux-toastr .toastr.rrt-success .rrt-title,.redux-toastr .toastr.rrt-warning .rrt-title{display:none}.redux-toastr .toastr.rrt-info .close-toastr span,.redux-toastr .toastr.rrt-success .close-toastr span,.redux-toastr .toastr.rrt-warning .close-toastr span{color:#fff;right:5px}.Toastify{font-family:Fira Sans,sans-serif!important;font-size:14px}.Toastify .Toastify__toast-body{align-items:flex-start}.Toastify .Toastify__toast-icon{margin-top:5px}.Toastify .lista-empleados{padding-left:15px}.Toastify .lista-empleados li{list-style:disc}.react-datepicker-popper{z-index:2}.list-tags li{align-items:center;border-radius:12px;display:inline-flex;margin-bottom:7px;margin-right:7px;padding:4px 15px}.list-tags li.tag-default{background:#f7f7f8}.list-tags li.tag-delete{padding-right:10px}.list-tags li:last-child{margin-right:0}.list-tags li.tag-comma{background-color:#0000;border-radius:0;margin-right:5px;padding:0}.list-tags li.tag-comma:after{content:", "}.list-tags li.tag-comma:last-child:after{content:""}.list-tags .btn-tag-delete{line-height:1em;margin-left:5px}.table-zebra .list-tags li{font-size:13px;margin-bottom:2px;margin-right:4px;padding:2px 10px}.table-zebra .list-tags li.tag-default{background-color:#fff;border:1px solid #e6e6e9}.info-text{align-items:center;color:#55536b;display:flex;margin-bottom:0;padding-bottom:10px;padding-top:10px}.info-text .info-icon{font-size:18px;margin-right:10px}.alert .alert-intro,.alert .lista{margin-bottom:0}.info-note{background-color:#f7f7f8;padding:15px}.info-note .info-intro{align-items:center;display:flex;margin-bottom:7px}.info-note ul li{list-style-type:disc;margin-left:35px}.info-note .info-icon{color:#9e9dab;font-size:18px;margin-right:7px}.box-info{background-color:#f7f7f8;border:1px solid #e6e6e9;border-radius:6px;font-size:12px;margin-bottom:20px;padding:10px}.box-info ul li{list-style-type:disc;margin-left:15px}.dropdown-menu{border-color:#e6e6e9;border-radius:4px}.dropdown-menu .dropdown-item:hover{background:#f7f7f8}.w100{width:100%}.first-steps{margin:220px auto 0;max-width:800px;text-align:center}.first-steps .title2{margin-bottom:5px}.first-steps .icono-pasos{color:#9e9dab;font-size:36px;margin-bottom:5px}.first-steps p{font-size:16px;line-height:1.7em}.app.is_trial_ended .desktop-sidebar .menu-core,.app.is_trial_ended .desktop-sidebar .menu-secondary,.app.is_trial_ended .header-menu ul li:not(.option-logout),.app.is_trial_ended .icon-help,.app.is_trial_ended .sidebar-bottom-menu ul li:not(.option-logout){display:none}.app.is_trial_ended .btn-menu{padding:5px;visibility:hidden}.app.is_trial_ended .header-menu-profile{cursor:auto}.app.is_trial_ended .header-logo-link,.app.is_trial_ended .sidebar-logo-link{pointer-events:none}.page-end-trial{margin:130px auto 0;max-width:600px;text-align:center}.page-end-trial .main-logo{margin-bottom:25px;width:200px}.page-end-trial h1{color:#5b49fe;font-size:32px;font-weight:700;margin-bottom:20px}.page-end-trial p{font-size:16px}.calendar-bullets{align-items:center;display:flex;justify-content:center;margin-top:-2px}.calendar-bullets .bullet-item{border-radius:50%;height:4px;margin-left:3px;width:4px}.calendar-bullets .bullet-item:first-child{margin-left:0}.f12{font-size:12px}.m0{margin:0!important}.mt0{margin-top:0!important}.mt10{margin-top:10px!important}.mt15{margin-top:15px!important}.mt-15{margin-top:-15px!important}.mt20{margin-top:20px!important}.mt25{margin-top:25px!important}.mt30{margin-top:30px!important}.mt50{margin-top:50px!important}.mb0{margin-bottom:0!important}.mb5{margin-bottom:5px!important}.mb10{margin-bottom:10px!important}.mb15{margin-bottom:15px!important}.mb20{margin-bottom:20px!important}.mb25{margin-bottom:25px!important}.mb30{margin-bottom:30px!important}.mb40{margin-bottom:40px!important}.mb50{margin-bottom:50px!important}.mb70{margin-bottom:70px!important}.ml5{margin-left:5px!important}.ml10{margin-left:10px!important}.mr5{margin-right:5px!important}.mr10{margin-right:10px!important}.p0{padding:0!important}.pb0{padding-bottom:0!important}.intercom-app iframe{z-index:1!important}@media(max-width:1200px){.mobile-hidden{display:none}}@media(max-width:1440px){.tablet-hidden{display:none}}@media(max-width:992px){.main-content{padding:30px 30px 30px 100px}.hidden-md{display:none}}@media(max-width:768px){.main-content{padding:65px 20px 20px}.title{font-size:28px}.page-container{max-width:100%;padding:0}.intercom-lightweight-app-launcher.intercom-launcher{display:none!important}.hidden-sm{display:none}}@media(max-width:480px){.title{font-size:24px}.hidden-xs{display:none}}:root{--primary:#5b49fe;--primary-light:#a9a0fa}html.custom-haddock{@import"https://fonts.googleapis.com/css?family=Open+Sans:400,500,700&display=swap"}html.custom-haddock .table{background:#fff;border:1px solid #e6e6e9}html.custom-haddock .table th{border-top:1px solid #e6e6e9}html.custom-haddock .table thead th{border-bottom:1px solid #e6e6e9;font-size:16px;font-weight:600;height:70px;line-height:1.2em;vertical-align:middle}html.custom-haddock .table thead th.table-caption{background:#1b154c!important;color:#fff;font-size:14px;height:auto;line-height:1em;text-align:center}html.custom-haddock .table td{vertical-align:middle}html.custom-haddock .table.table-zebra,html.custom-haddock .table.table-zebra-reverse{border:0;box-shadow:0 2px 4px 0 #00000012}html.custom-haddock .table.table-zebra td,html.custom-haddock .table.table-zebra th,html.custom-haddock .table.table-zebra thead th,html.custom-haddock .table.table-zebra-reverse td,html.custom-haddock .table.table-zebra-reverse th,html.custom-haddock .table.table-zebra-reverse thead th{border:0}html.custom-haddock .table.table-zebra tbody tr:nth-child(odd) td,html.custom-haddock .table.table-zebra-reverse tbody tr:nth-child(2n) td,html.custom-haddock .table.table-zebra-reverse thead th{background:#f7f7f8}html.custom-haddock .table.table-condensed thead th{font-weight:500;height:auto}html.custom-haddock .table .td-name .avatar{margin-right:10px}html.custom-haddock .table .td-name .employee-name{color:#0d0a2c}html.custom-haddock .table .td-name-content{align-items:center;display:flex}html.custom-haddock .table .form-control{height:34px;padding:5px}html.custom-haddock .table .label-mini{color:#9e9dab;display:block;font-size:85%}html.custom-haddock .table .no-result{padding-bottom:30px;padding-top:30px}html.custom-haddock .table .btn-new{box-shadow:0 2px 4px 0 #5b49fe3d;height:25px;margin-bottom:-5px;margin-top:-5px;min-width:25px;width:25px}html.custom-haddock .table .icon-locked{color:#888}html.custom-haddock .table.table-days thead th{font-size:14px;padding:6px 8px;text-align:center}html.custom-haddock .table.table-days td{padding:0}html.custom-haddock .td-icon{text-align:center;width:40px}html.custom-haddock .table-link{border-bottom:1px dotted #c5c1ff;color:#0d0a2c}html.custom-haddock .table-link:hover{border-color:#3528ff;color:#3528ff;text-decoration:none}html.custom-haddock .td-actions{text-align:right;width:40px}html.custom-haddock .td-actions .btn-action{line-height:0;padding:4px 0}html.custom-haddock .td-actions .icon-locked{height:24px}@media(max-width:480px){html.custom-haddock .table{margin-bottom:75px}}html.custom-haddock ::placeholder{color:#aaa!important}html.custom-haddock input[type=date]{-webkit-appearance:none}html.custom-haddock input[type=date].empty{color:#aaa}html.custom-haddock input[type=date]::-webkit-calendar-picker-indicator,html.custom-haddock input[type=date]::-webkit-clear-button,html.custom-haddock input[type=date]::-webkit-inner-spin-button{-webkit-appearance:none;display:none}html.custom-haddock input[type=range]::-ms-thumb{background-color:#3528ff;border:2px solid #ddd;border-radius:50%;height:20px;width:20px}html.custom-haddock input[type=range]::-webkit-slider-runnable-track{background-color:#ccc;height:2px}html.custom-haddock input[type=range]:focus::-webkit-slider-runnable-track{outline:none}html.custom-haddock input[type=range]::-moz-range-track{background-color:#ccc;height:2px}html.custom-haddock input[type=range]::-ms-track{background-color:#ccc;height:2px}html.custom-haddock .form-group{margin-bottom:25px}html.custom-haddock .form-group .label,html.custom-haddock .form-group label{color:#0d0a2c;font-weight:500;margin-bottom:5px}html.custom-haddock .form-group .label.form-check-label,html.custom-haddock .form-group label.form-check-label{font-weight:400;margin-bottom:0;margin-left:3px}html.custom-haddock .form-group.no-form{margin-bottom:15px}html.custom-haddock .form-group.no-form label{color:#9e9dab;display:block;font-weight:400;margin-bottom:0}html.custom-haddock .form-group.form-group-flex{display:flex}html.custom-haddock .form-group.form-group-flex label{margin-bottom:0;margin-right:10px}html.custom-haddock .form-group-flex.form-row-switch{align-items:center;justify-content:space-between;margin-bottom:10px;margin-top:10px}html.custom-haddock .form-group-flex.form-row-switch .form-label{font-weight:400}html.custom-haddock .form-group-flex.form-row-switch .switch{margin-top:-3px}html.custom-haddock .select-control,html.custom-haddock select.form-control{-webkit-appearance:none;appearance:none;background-color:#fff;background-image:url(/static/media/arrow-down.a45c87bd51c7ea90caaa.svg);background-position:calc(100% - 7px) 50%;background-repeat:no-repeat;background-size:auto 12px;padding-left:7px;padding-right:25px}html.custom-haddock .select-control.is-invalid,html.custom-haddock select.form-control.is-invalid{background-color:#fff;background-image:url(/static/media/arrow-down.a45c87bd51c7ea90caaa.svg)!important;background-position:calc(100% - 7px) 50%;background-repeat:no-repeat;background-size:auto 12px}html.custom-haddock .form-control{border-color:#e6e6e9;border-radius:2px;font-size:14px;height:40px;padding:8px 10px}html.custom-haddock .form-control:focus{border-color:#5b49fe66;box-shadow:0 0 0 .2rem #5b49fe26}html.custom-haddock .form-control:disabled{background-color:#f9f9f9}html.custom-haddock .form-control.is-invalid~.invalid-feedback,html.custom-haddock .input-group.is-invalid~.invalid-feedback{display:block;line-height:1.5em;margin-bottom:-18px;margin-top:2px}html.custom-haddock .label-required{color:#dc3545;font-size:85%;margin-left:2px}html.custom-haddock input[type=time]::-webkit-calendar-picker-indicator{background:none;display:none}html.custom-haddock .form-time{background:#0000;border:1px solid #0000;border-bottom:1px dotted #3528ff;border-radius:0;color:#3528ff;font-size:16px;font-weight:400;line-height:1.5;max-width:100%;min-height:25px;min-width:50px;padding:0 0 0 1px!important}html.custom-haddock .form-time:disabled{background:#0000;color:#c5c1ff}html.custom-haddock .form-time.is-safari.is-empty{color:#fff}@media(max-width:480px){html.custom-haddock .form-time{font-size:20px!important}}html.custom-haddock .time-container{display:inline-block;margin-left:3px;margin-right:10px;max-width:70px}html.custom-haddock .form-md{max-width:150px}html.custom-haddock .form-color,html.custom-haddock .form-date,html.custom-haddock .form-group-time{position:relative}html.custom-haddock .form-color .form-control,html.custom-haddock .form-date .form-control,html.custom-haddock .form-group-time .form-control{cursor:pointer}html.custom-haddock .form-color>svg,html.custom-haddock .form-date>svg,html.custom-haddock .form-group-time>svg{height:20px;position:absolute;right:5px;top:35px;width:25px}html.custom-haddock .form-group-side{align-items:center;display:flex}html.custom-haddock .form-group-side .form-label{margin-right:10px}html.custom-haddock .form-date>svg{background:#fff}html.custom-haddock .form-date .is-invalid~svg{right:30px}html.custom-haddock .form-date input:disabled~svg{background:#f9f9f9}html.custom-haddock .form-date.is-invalid .form-control{border-color:#dc3545}html.custom-haddock .form-date .react-datepicker-wrapper,html.custom-haddock .form-date.is-invalid .invalid-feedback{display:block}html.custom-haddock .form-group-time{width:85px}html.custom-haddock .form-group-time>svg{background:#fff;color:#aaa}html.custom-haddock .form-group-time .form-control.is-safari.is-empty{color:#fff}html.custom-haddock .form-label{font-weight:500;margin-bottom:5px}html.custom-haddock .form-group .label-normal,html.custom-haddock .label-normal{font-weight:400}html.custom-haddock .form-color svg{color:#3528ff;cursor:pointer}html.custom-haddock .form-color svg:hover{color:#c5c1ff}html.custom-haddock .form-color .form-label{align-items:center;display:flex;justify-content:space-between;width:100%}html.custom-haddock .form-color .form-control[readonly]{background-color:#0000;color:#000}html.custom-haddock .form-color .form-control[readonly]:focus-visible{border-color:#e6e6e9;box-shadow:none}html.custom-haddock .form-search{position:relative}html.custom-haddock .form-search svg{color:#aaa;height:20px;position:absolute;right:5px;top:8px;width:25px}html.custom-haddock .form-search .btn-clear{position:absolute;right:0;top:0}html.custom-haddock .form-select-user{max-width:175px}html.custom-haddock .DateRangePicker{white-space:nowrap}html.custom-haddock .DateInput_fang,html.custom-haddock .DateRangePicker_picker{z-index:10}html.custom-haddock .DateRangePickerInput.DateRangePickerInput__withBorder{border-color:#e6e6e9}html.custom-haddock .DateRangePickerInput.is-invalid,html.custom-haddock .form-group.is-invalid .DateRangePickerInput__withBorder{border-color:#dc3545}html.custom-haddock .DateInput{width:90px}html.custom-haddock .DateInput .DateInput_input{font-size:14px;line-height:18px;padding:11px 10px 8px}html.custom-haddock .DateInput .DateInput_input__focused{border-bottom-color:#3528ff}html.custom-haddock .CalendarDay.CalendarDay__selected{background:#3528ff;border-color:#3528ff}html.custom-haddock .CalendarDay.CalendarDay__selected_span{background:#c5c1ff;border-color:#c5c1ff}html.custom-haddock .CalendarDay.CalendarDay__hovered_span{background:#fff;border-color:#fff;color:#666}html.custom-haddock .btn-choice-group{align-items:center;display:flex;position:relative;width:100%}html.custom-haddock .btn-choice-group .btn-choice{align-items:center;background-color:#fff;border:1px solid #e6e6e9;border-radius:4px;cursor:pointer;display:inline-flex;flex:1 1 auto;min-height:40px;position:relative}html.custom-haddock .btn-choice-group .btn-choice:first-child:not(:last-child){border-bottom-right-radius:0;border-top-right-radius:0}html.custom-haddock .btn-choice-group .btn-choice:not(:first-child){border-bottom-left-radius:0;border-top-left-radius:0;margin-left:-1px}html.custom-haddock .btn-choice-group .btn-choice input[type=checkbox],html.custom-haddock .btn-choice-group .btn-choice input[type=radio]{clip:rect(0,0,0,0);pointer-events:none;position:absolute}html.custom-haddock .btn-choice-group .btn-choice.active{background-color:#3528ff;border:1px solid #3528ff}html.custom-haddock .btn-choice-group .btn-choice.active label{color:#fff}html.custom-haddock .btn-choice-group .btn-choice .form-check-label{color:#55536b;cursor:pointer;display:block;padding:8px 10px;text-align:center;width:100%}html.custom-haddock .btn-choice-group.disabled .btn-choice{background-color:#f9f9f9;cursor:default}html.custom-haddock .btn-choice-group.disabled .btn-choice.active{background-color:#c5c1ff;border:1px solid #c5c1ff}html.custom-haddock .btn-choice-group.disabled .btn-choice input,html.custom-haddock .btn-choice-group.disabled .btn-choice label{cursor:default}html.custom-haddock .btn-checkbox{align-items:center;background:#fff;border:1px solid #3528ff;color:#55536b;cursor:pointer;display:flex;flex:1 1 auto;min-height:40px;position:relative}html.custom-haddock .btn-checkbox input[type=checkbox],html.custom-haddock .btn-checkbox input[type=radio]{clip:rect(0,0,0,0);pointer-events:none;position:absolute}html.custom-haddock .btn-checkbox .btn-check-label{color:inherit;cursor:pointer;display:block;margin-bottom:0;padding:8px 10px;text-align:center;width:100%}html.custom-haddock .btn-checkbox .btn-not-draggable{cursor:default!important}html.custom-haddock .btn-checkbox:hover{background:#fff}html.custom-haddock .btn-checkbox.active{background-color:#3528ff;border:1px solid #0006}html.custom-haddock .btn-checkbox.active label{color:#fff}html.custom-haddock .btn-checkbox.active:hover{background:#666}html.custom-haddock .checkbox input[type=checkbox],html.custom-haddock .checkbox input[type=radio],html.custom-haddock .radio input[type=checkbox],html.custom-haddock .radio input[type=radio]{height:16px;margin:0;opacity:0;width:16px}html.custom-haddock .checkbox input[type=checkbox]:hover+label:after,html.custom-haddock .checkbox input[type=radio]:hover+label:after,html.custom-haddock .radio input[type=checkbox]:hover+label:after,html.custom-haddock .radio input[type=radio]:hover+label:after{color:#aaa}html.custom-haddock .checkbox input[type=checkbox]:checked+label:after,html.custom-haddock .checkbox input[type=radio]:checked+label:after,html.custom-haddock .radio input[type=checkbox]:checked+label:after,html.custom-haddock .radio input[type=radio]:checked+label:after{color:#fff}html.custom-haddock .checkbox input[type=checkbox]:checked+label:before,html.custom-haddock .checkbox input[type=radio]:checked+label:before,html.custom-haddock .radio input[type=checkbox]:checked+label:before,html.custom-haddock .radio input[type=radio]:checked+label:before{background-color:#fff;border:1px solid #3528ff}html.custom-haddock .checkbox input[type=checkbox]:checked+label:before,html.custom-haddock .radio input[type=checkbox]:checked+label:before{background-color:#3528ff}html.custom-haddock .checkbox label,html.custom-haddock .radio label{min-height:20px;padding-left:35px;position:relative;-webkit-user-select:none;user-select:none}html.custom-haddock .checkbox label:after,html.custom-haddock .checkbox label:before,html.custom-haddock .radio label:after,html.custom-haddock .radio label:before{color:#aaa;content:"";height:20px;left:0;position:absolute;text-align:center;top:50%;transform:translateY(-50%);vertical-align:middle;width:20px}html.custom-haddock .checkbox label:before,html.custom-haddock .radio label:before{background:#f7f7f87a;border:1px solid #e6e6e9}html.custom-haddock .checkbox label:empty,html.custom-haddock .radio label:empty{padding-left:0;width:20px}html.custom-haddock .checkbox label:hover,html.custom-haddock .radio label:hover{cursor:pointer}.form-group html.custom-haddock .checkbox label,.form-group html.custom-haddock .radio label{font-weight:600}html.custom-haddock .checkbox input[type=radio]:hover+label:after,html.custom-haddock .radio input[type=radio]:hover+label:after{background-color:#aaa}html.custom-haddock .checkbox input[type=radio]:checked+label:after,html.custom-haddock .radio input[type=radio]:checked+label:after{background-color:#3528ff}html.custom-haddock .checkbox input[type=radio]+label:after,html.custom-haddock .checkbox input[type=radio]+label:before,html.custom-haddock .radio input[type=radio]+label:after,html.custom-haddock .radio input[type=radio]+label:before{border-radius:50%}html.custom-haddock .checkbox input[type=radio]+label:after,html.custom-haddock .radio input[type=radio]+label:after{height:8px;left:4px;width:8px}html.custom-haddock .checkbox input[type=checkbox]:checked+label:after,html.custom-haddock .checkbox input[type=checkbox]:hover+label:after,html.custom-haddock .radio input[type=checkbox]:checked+label:after,html.custom-haddock .radio input[type=checkbox]:hover+label:after{content:"✔";font-size:12px;line-height:20px}html.custom-haddock .checkbox input[type=checkbox]+label:before,html.custom-haddock .radio input[type=checkbox]+label:before{border-radius:3px}html.custom-haddock .checkbox input[type=checkbox]:disabled+label:before,html.custom-haddock .radio input[type=checkbox]:disabled+label:before{background-color:#f7f7f8}html.custom-haddock .checkbox input[type=checkbox]:disabled:checked+label:before,html.custom-haddock .radio input[type=checkbox]:disabled:checked+label:before{background-color:#fff;border-color:#fff}html.custom-haddock .checkbox.checkbox .radio:checked+label:after,html.custom-haddock .radio.checkbox .radio:checked+label:after{font-size:12px;height:1.516em;line-height:1.516em;width:1.516em}html.custom-haddock .checkbox.checkbox .radio+label:before,html.custom-haddock .radio.checkbox .radio+label:before{border-radius:50%}html.custom-haddock .flex-group{align-items:center;align-items:flex-end;display:flex;margin-bottom:25px}html.custom-haddock .flex-group .form-group{margin-bottom:0;margin-right:15px;width:100%}html.custom-haddock .row-adding{margin-bottom:25px}html.custom-haddock .row-adding .flex-group{margin-bottom:10px}html.custom-haddock input[type=number]{-webkit-appearance:textfield;appearance:textfield}html.custom-haddock input[type=number]::-webkit-inner-spin-button,html.custom-haddock input[type=number]::-webkit-outer-spin-button{-webkit-appearance:none}html.custom-haddock .rc-input-number{margin:0;padding:0;transition:all .3s}html.custom-haddock .rc-input-number-input{-moz-appearance:textfield;background:#0000;border:0;border-radius:4px;height:100%;line-height:26px;outline:0;padding:0;text-align:center;transition:all .3s ease;transition:all .3s;width:100%}html.custom-haddock .rc-input-number-input-wrap{height:100%;overflow:hidden}html.custom-haddock .rc-input-number-handler{cursor:pointer;display:flex;height:50%;justify-content:center;transition:all .3s}html.custom-haddock .rc-input-number-handler:hover{background-color:#f0f5ff}html.custom-haddock .rc-input-number-handler-wrap{float:right;font-weight:700;height:100%;transition:all .3s;width:16px}html.custom-haddock .rc-input-number-handler-down-inner,html.custom-haddock .rc-input-number-handler-up-inner{height:100%;text-align:center;width:100%}html.custom-haddock .rc-input-number-handler-down-inner:after,html.custom-haddock .rc-input-number-handler-up-inner:after{border-bottom:2px solid #55536b;border-right:2px solid #55536b;content:"";display:inline-block;height:5px;width:5px}html.custom-haddock .rc-input-number-handler-up-inner:after{transform:rotate(-135deg)}html.custom-haddock .rc-input-number-handler-down-inner:after{margin-bottom:7px;transform:rotate(45deg)}html.custom-haddock .form-error{color:#dc3545;font-size:80%}html.custom-haddock .error-message{color:#dc3545;margin-top:15px}html.custom-haddock .error-box p{margin-bottom:7px}html.custom-haddock .list-error li{list-style:disc none outside;list-style:initial;margin-left:15px}html.custom-haddock .react-datepicker{font-family:Open Sans,sans-serif!important}html.custom-haddock .react-datepicker__header{background-color:#f0f5ff;border-bottom:#3528ff}html.custom-haddock .react-datepicker__navigation{top:7px}html.custom-haddock .react-datepicker__navigation-icon:before{border-color:#c5c1ff}html.custom-haddock .react-datepicker__day--selected{background:#3528ff}html.custom-haddock .react-datepicker__day--selected:hover{background:#666}@media(max-width:480px){html.custom-haddock input[type=color],html.custom-haddock input[type=date],html.custom-haddock input[type=datetime-local],html.custom-haddock input[type=datetime],html.custom-haddock input[type=email],html.custom-haddock input[type=month],html.custom-haddock input[type=number],html.custom-haddock input[type=password],html.custom-haddock input[type=search],html.custom-haddock input[type=tel],html.custom-haddock input[type=text],html.custom-haddock input[type=time],html.custom-haddock input[type=url],html.custom-haddock input[type=week],html.custom-haddock select:focus,html.custom-haddock textarea{font-size:16px}html.custom-haddock .form-control{height:50px}html.custom-haddock .form-date>svg{top:40px}html.custom-haddock .form-search>svg{top:15px}}html.custom-haddock .col-right-separator{position:relative}html.custom-haddock .col-right-separator:after{border-right:1px dashed #c5c1ff;content:"";display:block;height:100%;position:absolute;right:0;top:0;width:30px}html.custom-haddock .card{border:none;border-radius:0;margin-bottom:15px;padding:20px;position:relative}html.custom-haddock .card .btn-inline{display:inline-table;max-width:max-content}html.custom-haddock .card .icon-locked{color:#aaa;position:absolute;right:15px}html.custom-haddock .card-tag{color:#fff;filter:drop-shadow(2px 2px 2px rgba(0,0,0,.3));height:36px;position:absolute;right:18px;top:-3px;width:26px}html.custom-haddock .card-tag .card-tag-icon{font-size:18px}html.custom-haddock .card-tag .card-tag-content{align-items:center;background:#3528ff;clip-path:polygon(0 0,100% 0,100% calc(100% - 8px),50% 100%,0 calc(100% - 8px));display:flex;height:45px;justify-content:center;width:30px}html.custom-haddock .card-title{font-size:24px;font-weight:700}html.custom-haddock .card-title.card-title-colored{background:#f7f7f8;border:3px solid #f7f7f8;padding:4px 10px}html.custom-haddock .card-subtitle{font-size:18px;font-weight:400;margin-bottom:7px}html.custom-haddock .card-top{align-items:flex-end;display:flex;flex-wrap:wrap-reverse;justify-content:space-between}html.custom-haddock .card-top .avatar{margin-bottom:5px;order:1}html.custom-haddock .card-top .card-top-info{width:calc(100% - 90px)}html.custom-haddock .card-header{background:#fff;border-bottom:1px solid #e6e6e9;margin:-15px -15px 0;padding:15px}html.custom-haddock .card-header .card-title{margin-bottom:0}html.custom-haddock .card-content{flex-grow:1}html.custom-haddock .card-content .card-label{color:#9e9dab}html.custom-haddock .card-content .form-group:last-of-type{margin-bottom:0}html.custom-haddock .card-actions{display:flex;justify-content:flex-end;margin-bottom:-15px;margin-right:-15px;margin-top:-15px}html.custom-haddock .card-actions.bottom-right{bottom:20px;position:absolute;right:15px}@media(max-width:768px){html.custom-haddock .card-title{font-size:18px}html.custom-haddock .card-top .card-top-info{width:100%}}@media(max-width:480px){html.custom-haddock .page-home .card h2{font-size:20px}}html.custom-haddock .animated{animation-duration:1s;animation-fill-mode:forwards}html.custom-haddock .animated.bounceIn{animation-duration:.7s}html.custom-haddock .animated.bounceOut{animation-duration:.5s}html.custom-haddock .animated.bounceIn{animation-name:bounceIn}html.custom-haddock .animated.bounceOut{animation-name:bounceOut}html.custom-haddock .animated.fadeIn{animation-duration:.7s;animation-name:fadeIn}html.custom-haddock .animated.fadeOut{animation-duration:.3s;animation-name:fadeOut}html.custom-haddock .animated.bounceInDown{animation-name:bounceInDown}html.custom-haddock .animated.bounceOutUp{animation-name:bounceOutUp}@keyframes bounceIn{0%,20%,40%,60%,80%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:perspective(1px) scale3d(.3,.3,.3)}20%{transform:perspective(1px) scale3d(1.1,1.1,1.1)}40%{transform:perspective(1px) scale3d(.9,.9,.9)}60%{opacity:1;transform:perspective(1px) scale3d(1.03,1.03,1.03)}80%{transform:perspective(1px) scale3d(.97,.97,.97)}to{opacity:1;transform:perspective(1px) scaleX(1)}}@keyframes bounceOut{20%{transform:scale3d(.9,.9,.9)}50%,55%{opacity:1;transform:scale3d(1.1,1.1,1.1)}to{opacity:0;transform:scale3d(.3,.3,.3)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes fadeOut{0%{opacity:1}to{opacity:0}}@keyframes bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}@keyframes bounceOutUp{20%{transform:translate3d(0,-10px,0)}40%,45%{opacity:1;transform:translate3d(0,20px,0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}html.custom-haddock .rrt-confirm-holder{height:100%;left:0;position:fixed;top:0;width:100%;z-index:99999999}html.custom-haddock .rrt-confirm-holder .shadow{background-color:#323a44cc;height:100%;width:100%}html.custom-haddock .rrt-confirm-holder .rrt-confirm{background-color:#fff;border-radius:4px;box-shadow:3px 3px 20px #333;left:50%;margin-left:-160px;overflow:hidden;position:absolute;top:20%;width:320px;z-index:9}html.custom-haddock .rrt-confirm-holder .rrt-confirm .rrt-message{background-color:#fff;clear:both;font-family:open-sanscondensed-light,sans-serif;font-size:1em;min-height:50px;padding:5%;text-align:center;width:100%}html.custom-haddock .rrt-confirm-holder .rrt-confirm .rrt-buttons-holder{display:flex}html.custom-haddock .rrt-confirm-holder .rrt-confirm .rrt-buttons-holder .rrt-button{background-color:#0000;border:none;border-top:1px solid #f0f0f0;cursor:pointer;flex-grow:1;float:left;font-size:14px;height:50px;margin:0;overflow:hidden;padding:0;text-transform:capitalize}html.custom-haddock .rrt-confirm-holder .rrt-confirm .rrt-buttons-holder .rrt-button:hover{background-color:#f5f5f5}html.custom-haddock .rrt-confirm-holder .rrt-confirm .rrt-buttons-holder .rrt-button.rrt-ok-btn:active{background-color:#60bb71;color:#fff}html.custom-haddock .rrt-confirm-holder .rrt-confirm .rrt-buttons-holder .rrt-button.rrt-cancel-btn:active{background-color:#db6a64;color:#fff}html.custom-haddock .rrt-confirm-holder .rrt-confirm .rrt-buttons-holder .rrt-button:focus{outline:none}html.custom-haddock body.toastr-confirm-active{overflow:hidden}html.custom-haddock .redux-toastr *,html.custom-haddock .redux-toastr :after,html.custom-haddock .redux-toastr :before{box-sizing:border-box}html.custom-haddock .redux-toastr .bottom-center,html.custom-haddock .redux-toastr .bottom-left,html.custom-haddock .redux-toastr .bottom-right,html.custom-haddock .redux-toastr .top-center,html.custom-haddock .redux-toastr .top-left,html.custom-haddock .redux-toastr .top-right{padding:0 10px;position:fixed;width:350px;z-index:99999999}html.custom-haddock .redux-toastr .top-center,html.custom-haddock .redux-toastr .top-left,html.custom-haddock .redux-toastr .top-right{top:0}html.custom-haddock .redux-toastr .bottom-right,html.custom-haddock .redux-toastr .top-right{right:0}html.custom-haddock .redux-toastr .bottom-center,html.custom-haddock .redux-toastr .bottom-left,html.custom-haddock .redux-toastr .bottom-right{bottom:0}html.custom-haddock .redux-toastr .bottom-left,html.custom-haddock .redux-toastr .top-left{left:0}html.custom-haddock .redux-toastr .bottom-center,html.custom-haddock .redux-toastr .top-center{left:50%;margin-left:-175px}@media(max-width:320px){html.custom-haddock .redux-toastr .bottom-center,html.custom-haddock .redux-toastr .bottom-left,html.custom-haddock .redux-toastr .bottom-right,html.custom-haddock .redux-toastr .top-center,html.custom-haddock .redux-toastr .top-left,html.custom-haddock .redux-toastr .top-right{width:320px}html.custom-haddock .redux-toastr .bottom-center,html.custom-haddock .redux-toastr .top-center{margin-left:-160px}}html.custom-haddock .redux-toastr .toastr{background-color:#fcfcfc;border-radius:4px;box-shadow:2px 2px 10px #0006;color:#333;margin:10px 0;min-height:70px;opacity:.94;overflow:hidden;position:relative;width:100%;z-index:2}html.custom-haddock .redux-toastr .toastr:hover:not(.rrt-message){box-shadow:0 0 10px #0009;opacity:1}html.custom-haddock .redux-toastr .toastr .toastr-status{height:5px;width:100%}html.custom-haddock .redux-toastr .toastr .toastr-status.success{background-color:#60bb71}html.custom-haddock .redux-toastr .toastr .toastr-status.warning{background-color:#f7a336}html.custom-haddock .redux-toastr .toastr .toastr-status.info{background-color:#58abc3}html.custom-haddock .redux-toastr .toastr .toastr-status.error{background-color:#db6a64}html.custom-haddock .redux-toastr .toastr .rrt-left-container,html.custom-haddock .redux-toastr .toastr .rrt-right-container{float:left;overflow:hidden;text-align:center}html.custom-haddock .redux-toastr .toastr .rrt-left-container{bottom:0;left:0;position:absolute;top:0;width:80px}html.custom-haddock .redux-toastr .toastr .rrt-left-container .rrt-holder{height:70px;left:5px;line-height:60px;margin-top:-35px;position:absolute;top:50%;width:70px}html.custom-haddock .redux-toastr .toastr .rrt-left-container .toastr-icon{fill:#fff;margin-top:5px;vertical-align:middle}html.custom-haddock .redux-toastr .toastr .rrt-middle-container{float:left;font-family:Arial,Helvetica,sans-serif;font-size:1em;margin-left:80px;padding:10px 5px;position:relative;text-align:left;width:65%}html.custom-haddock .redux-toastr .toastr .rrt-middle-container .rrt-title{font-size:1.1em;font-weight:700;margin-bottom:5px}html.custom-haddock .redux-toastr .toastr .rrt-right-container{width:10%}html.custom-haddock .redux-toastr .toastr .close-toastr{background-color:#0000;border:none;color:#000;cursor:pointer;font-family:Helvetica Neue,Helvetica,Arial sans-serif;font-size:22px;height:100%;opacity:.5;outline:none;position:absolute;right:0;top:0;width:10%}html.custom-haddock .redux-toastr .toastr .close-toastr:hover{opacity:1}html.custom-haddock .redux-toastr .toastr .close-toastr:focus{outline:none}html.custom-haddock .redux-toastr .toastr .close-toastr span{left:0;position:absolute;right:0;top:50%;transform:translateY(-50%)}html.custom-haddock .redux-toastr .toastr.rrt-error,html.custom-haddock .redux-toastr .toastr.rrt-info,html.custom-haddock .redux-toastr .toastr.rrt-success,html.custom-haddock .redux-toastr .toastr.rrt-warning{color:#fff}html.custom-haddock .redux-toastr .toastr.rrt-info{background-color:#58abc3}html.custom-haddock .redux-toastr .toastr.rrt-info .rrt-progressbar{background-color:#378298}html.custom-haddock .redux-toastr .toastr.rrt-success{background-color:#60bb71}html.custom-haddock .redux-toastr .toastr.rrt-success .rrt-progressbar{background-color:#3e914d}html.custom-haddock .redux-toastr .toastr.rrt-warning{background-color:#f7a336}html.custom-haddock .redux-toastr .toastr.rrt-warning .rrt-progressbar{background-color:#d87e09}html.custom-haddock .redux-toastr .toastr.rrt-error{background-color:#db6a64}html.custom-haddock .redux-toastr .toastr.rrt-error .rrt-progressbar{background-color:#c5352e}html.custom-haddock .redux-toastr .toastr.rrt-light .rrt-progressbar{background-color:#ccc}html.custom-haddock .redux-toastr .toastr.rrt-light .toastr-icon{fill:#333!important}html.custom-haddock .redux-toastr .toastr.rrt-message{border:1px solid #dbdbdb;opacity:1}html.custom-haddock .redux-toastr .toastr.rrt-message .rrt-title{font-size:1.2em;height:50px;line-height:50px;overflow:hidden;padding:0 20px;text-align:center;text-overflow:ellipsis;white-space:nowrap;width:90%}html.custom-haddock .redux-toastr .toastr.rrt-message .rrt-text{background-color:#fff;border-bottom:1px solid #f1f1f1;border-top:1px solid #f1f1f1;font-size:1.1em;margin-bottom:20px;max-height:400px;overflow:hidden;overflow-y:auto;padding:15px;width:100%}html.custom-haddock .redux-toastr .toastr.rrt-message .rrt-text img{display:block;margin:10px auto;max-width:100%}html.custom-haddock .redux-toastr .toastr.rrt-message .close-toastr{height:50px}html.custom-haddock .redux-toastr .toastr .rrt-progress-container{bottom:20px;height:5px;margin:0 -20px -20px -60px;position:absolute;width:100%}html.custom-haddock .redux-toastr .toastr .rrt-progress-container .rrt-progressbar{border-radius:0 0 0 4px;height:100%}html.custom-haddock .redux-toastr .toastr-attention{background-color:#0006;bottom:0;height:100%;left:0;position:fixed;right:0;top:0;width:100%;z-index:1}html.custom-haddock .page-absences .first-steps{background:#fff;border:1px solid #eee;margin:0 0 20px;max-width:100%;padding:15px}html.custom-haddock .page-absences .row-buttons{margin-bottom:5px;margin-left:-7.5px;margin-right:-7.5px}html.custom-haddock .page-absences .row-buttons [class*=col]{padding-left:7.5px;padding-right:7.5px}html.custom-haddock .page-absences .row-buttons .btn{display:block;margin-bottom:10px;width:100%}@media(max-width:1440px){html.custom-haddock .page-absences .heading-help-banner{left:auto;margin-right:.7rem;position:relative;transform:translateX(0)}}html.custom-haddock .answer-comments{background-color:#f9f9c2!important}html.custom-haddock .absence-answer-comments{background-color:#f9f9c2;display:block;margin-bottom:15px;margin-top:10px;padding:5px 10px}html.custom-haddock .absence-edit .form-group-time{width:auto}html.custom-haddock .absence-edit .error-message{margin-top:25px}html.custom-haddock .form-group-period{align-items:center;display:flex}html.custom-haddock .form-group-period span{margin-top:2px}html.custom-haddock .form-group-period svg{font-size:18px;margin-right:5px}html.custom-haddock .form-group-period .tag-dia:nth-child(2):before{content:" - "}html.custom-haddock .form-group-period .absence-attachment{color:#9e9dab}html.custom-haddock .form-group-period .ausencia-attachments{display:flex}html.custom-haddock .form-group-period .ausencia-attachments .dropzone-files{margin-top:0}html.custom-haddock .form-group-period .ausencia-attachments .dropzone-files .file-info{max-width:160px}html.custom-haddock .form-group-period .ausencia-attachments .dropzone-files .file-info .file-name{width:100%}html.custom-haddock .form-group-period .ausencia-attachments .dropzone-files .file-item{justify-content:end}html.custom-haddock .form-group-period .ausencia-attachments .dropzone-files span{margin-top:0}html.custom-haddock .card-ausencia .ausencia-tipo,html.custom-haddock .row-ausencia .ausencia-tipo{font-size:22px;font-weight:700;margin-bottom:0}html.custom-haddock .card-ausencia .ausencia-resumen,html.custom-haddock .row-ausencia .ausencia-resumen{color:#9e9dab}html.custom-haddock .card-ausencia .ausencia-resumen span,html.custom-haddock .row-ausencia .ausencia-resumen span{color:#000;font-weight:500}html.custom-haddock .card-ausencia .card-shift,html.custom-haddock .row-ausencia .card-shift{display:inline-block;margin-bottom:5px;padding:4px 8px}html.custom-haddock .card-ausencia .absence-comments,html.custom-haddock .row-ausencia .absence-comments{display:block;margin-bottom:5px;min-height:21px}html.custom-haddock .card-ausencia .Pendiente,html.custom-haddock .row-ausencia .Pendiente{color:#f29a0c}html.custom-haddock .card-ausencia .Denegado,html.custom-haddock .row-ausencia .Denegado{color:#dc3545}html.custom-haddock .card-ausencia .Aprobado,html.custom-haddock .row-ausencia .Aprobado{color:#0bcc8a}html.custom-haddock .card-ausencia .Anulado,html.custom-haddock .row-ausencia .Anulado{color:#55536b}html.custom-haddock .card-ausencia .card-label-solicitado,html.custom-haddock .row-ausencia .card-label-solicitado{margin-bottom:0}html.custom-haddock .card-ausencia .card-label-gestionado,html.custom-haddock .row-ausencia .card-label-gestionado{color:#55536b;font-size:90%;margin-bottom:0!important}html.custom-haddock .card-ausencia .card-label-gestionado .avatar,html.custom-haddock .row-ausencia .card-label-gestionado .avatar{margin-right:3px}html.custom-haddock .row-ausencia .form-group.no-form{margin-bottom:0}html.custom-haddock .row-ausencia .ausencia-resumen{margin-bottom:5px}html.custom-haddock .row-ausencia .form-group-period .absence-attachment{display:none}html.custom-haddock .table-mobile .td-name-content{margin-bottom:10px}html.custom-haddock .table-mobile .estado{display:block}html.custom-haddock .header-widgets{margin-bottom:10px}html.custom-haddock .header-widgets .widget-title{display:block;font-size:18px;font-weight:700;margin-bottom:8px}html.custom-haddock .header-widgets .widget-title.title-yellow{color:#efc54d}html.custom-haddock .header-widgets .widget-title.title-green{color:#0a8a0a}html.custom-haddock .header-widgets .widget-title.title-red{color:#dd377a}html.custom-haddock .header-widgets .widget-title.title-blue{color:#55a2e6}html.custom-haddock .header-widgets .widget-title.title-orange{color:#f29a0c}html.custom-haddock .header-widgets .widget-title.title-purple{color:#c5c1ff}html.custom-haddock .header-widgets .widget-title.title-blue-dark{color:#102cba}html.custom-haddock .header-widgets .widget-title.title-grey{color:#55536b}html.custom-haddock .header-widgets .widget-title.title-primary{color:#3528ff}html.custom-haddock .header-widgets .widget-counter{display:block;font-size:36px;font-weight:700}html.custom-haddock .header-widgets .icon-calendar-wrapper{align-items:center;background:#f7f7f8;border-radius:50%;display:flex;height:50px;justify-content:center;padding:10px;width:50px}html.custom-haddock .header-widgets .icon-calendar{color:#9e9dab;height:27px;width:27px}html.custom-haddock .header-widgets .widget-content{background:#fff;margin-bottom:15px;padding:20px}html.custom-haddock .header-widgets .widget-main{align-items:center;display:flex;justify-content:space-between}html.custom-haddock .list-calendar .column{margin-bottom:30px}html.custom-haddock .list-calendar .month{height:100%;margin-bottom:0}html.custom-haddock .list-calendar .month h3{font-size:18px;margin-bottom:10px;text-transform:capitalize}html.custom-haddock .table-calendar{margin:0 -10px;width:calc(100% + 20px)}html.custom-haddock .table-calendar td,html.custom-haddock .table-calendar th{padding:4px 1px;text-align:center}html.custom-haddock .table-calendar th{color:#9e9dab;padding-bottom:10px;padding-top:10px}html.custom-haddock .table-calendar td span{cursor:pointer;display:block;font-weight:700}html.custom-haddock .Auth{align-items:center;background-color:#3528ff;color:#0d0a2c;display:flex;height:100vh;justify-content:center;padding:15px}html.custom-haddock .Auth .check-legal,html.custom-haddock .Auth .login-register{font-size:14px}html.custom-haddock .login-container{align-items:center;background-color:#fff;border-radius:16px;box-shadow:0 4px 24px #00000014;display:flex;flex-direction:column;gap:10px;max-width:530px;padding:24px 40px 10px;width:100%}html.custom-haddock .login-title{color:#4a4a4a;font-size:40px;font-weight:700;margin-bottom:0;width:100%}html.custom-haddock .login-form{margin:0!important;width:100%}html.custom-haddock .login-form-group{margin-bottom:16px!important}html.custom-haddock .login-form-group label{font-size:14px;font-weight:500}html.custom-haddock .login-form-group input{border-radius:4px}html.custom-haddock .SubmitButton{margin-bottom:20px;margin-top:30px}html.custom-haddock .login-register,html.custom-haddock .remember-password{display:none}html.custom-haddock .login-links{color:#fff;font-size:15px;margin-top:18px;text-align:center}html.custom-haddock .login-links a{color:#fff;margin:0 4px;text-decoration:underline}html.custom-haddock .logo{display:block;margin:5px auto;width:120px}html.custom-haddock .feedback-error{color:#ce1126;text-align:center}html.custom-haddock .hello{font-size:16px;margin:10px 0 20px;max-width:420px}html.custom-haddock .remember-block{align-items:center;display:flex;flex-direction:column}html.custom-haddock .page-invitation{margin:0 auto;max-width:420px}html.custom-haddock .page-invitation .user-data{background:#fff;font-size:16px;line-height:1.5em;margin-bottom:30px;margin-top:15px;padding:10px 5px;text-align:center}html.custom-haddock .page-invitation .logo{margin-bottom:20px}html.custom-haddock .page-invitation .alert{text-align:center}@media (min-width:480px){html.custom-haddock .Auth{padding:60px 0}}@media(min-width:700px){html.custom-haddock .login-container{max-width:530px;min-width:420px;width:80%}}html.custom-haddock .access{text-align:center}html.custom-haddock .access .form-control{text-align:center;width:100%}html.custom-haddock .access .form-group{margin-bottom:15px;width:100%}html.custom-haddock .access .SubmitButton{margin:15px 0}html.custom-haddock .access .alert{width:100%}html.custom-haddock .access .box{align-items:center;display:flex;flex-direction:column;justify-content:center;min-height:300px}html.custom-haddock form{width:100%}html.custom-haddock html.custom-haddock .Auth{background-color:#fff!important}html.custom-haddock html.custom-haddock .login-links,html.custom-haddock html.custom-haddock .login-links a{color:#0d0a2c!important}html.custom-haddock .register-bg{display:flex;min-height:100vh;width:100vw}@media(max-width:900px){html.custom-haddock .register-bg{flex-direction:column}}html.custom-haddock .register-left{align-items:flex-start;background:#fff;display:flex;flex:1 1 50%;flex-direction:column;justify-content:center;min-width:0;padding:40px 0 0 60px;position:relative}@media(max-width:900px){html.custom-haddock .register-left{align-items:center;min-height:100vh;padding:24px 12px 0;width:100vw}}html.custom-haddock .register-left .logo{left:40px;margin:0;position:absolute;top:32px;width:120px}@media(max-width:900px){html.custom-haddock .register-left .logo{display:block;left:auto;margin:0 auto 24px;position:static;top:auto}}html.custom-haddock .register-content{align-items:center;display:flex;flex-direction:column;margin:60px auto 0;max-width:400px;width:100%}@media(max-width:900px){html.custom-haddock .register-content{margin-top:0}}html.custom-haddock .register-title{color:#4a4a4a;font-size:2.5rem;font-weight:700;margin-bottom:10px;text-align:center;width:100%}html.custom-haddock .register-subtitle{color:#444;font-size:1rem;margin-bottom:24px;text-align:center;width:100%}html.custom-haddock .register-subtitle a{color:#3528ff;font-weight:600;margin-left:4px;text-decoration:none}html.custom-haddock .register-form{width:100%}html.custom-haddock .register-form-group{margin-bottom:14px!important}html.custom-haddock .register-form-group label{font-size:14px;font-weight:500}html.custom-haddock .register-form-group input{border-radius:4px}html.custom-haddock .register-legal{color:#888;font-size:14px;margin-bottom:24px;margin-top:24px;text-align:center;width:100%}html.custom-haddock .register-right{background:#3528ff;flex:1 1 50%}@media(max-width:900px){html.custom-haddock .register-right{display:none}}html.custom-haddock html.custom-haddock .register-right{background:#000!important}@media(max-width:900px){html.custom-haddock .register-bg{background:#3528ff}html.custom-haddock html.custom-haddock .register-bg{background:#fff!important}}html.custom-haddock .clockin-container{align-items:center;display:flex;flex-direction:column;gap:10px;justify-content:center}html.custom-haddock .avatar{background:#f7f7f8;border-radius:50%;overflow:hidden}html.custom-haddock .avatar.avatar-xxs{height:25px;width:25px}html.custom-haddock .avatar.avatar-xs{height:30px;width:30px}html.custom-haddock .avatar.avatar-sm{height:40px;width:40px}html.custom-haddock .avatar.avatar-md{height:70px;width:70px}html.custom-haddock .avatar.avatar-lg{height:120px;width:120px}html.custom-haddock .avatar.avatar-editable{cursor:pointer}html.custom-haddock .avatar-edit{display:flex;flex-direction:column;height:340px;justify-content:space-between;text-align:center}html.custom-haddock .avatar-edit canvas{margin-top:5px}html.custom-haddock .avatar-zoom{margin-bottom:5px;margin-top:10px}html.custom-haddock .avatar-zoom label{font-weight:500;margin-right:7px}html.custom-haddock .avatar-collection{margin-right:10px}html.custom-haddock .avatar-collection li{display:inline-block;margin-left:-10px}html.custom-haddock .avatar-collection li:first-of-type{margin-left:0}html.custom-haddock .avatar-collection .avatar{border:2px solid #fff}html.custom-haddock .avatar-container{align-items:center;display:flex}html.custom-haddock .avatar-container .avatar-collection{margin-right:10px;white-space:nowrap}html.custom-haddock .page-calendar td{border:1px solid #e6e6e9;width:14.2857142857%}html.custom-haddock .page-calendar .td-container{align-items:center;display:flex;height:30px;justify-content:center;margin-bottom:-4px;margin-top:-4px;overflow:hidden}html.custom-haddock .page-calendar .td-container .calendar-date{font-weight:400}html.custom-haddock .page-calendar .td-container .shift-list-items{font-size:90%;height:100%}html.custom-haddock .page-calendar .td-container .shift-list-items .items_2{font-size:10px;line-height:12px}html.custom-haddock .page-calendar .td-container .shift-list-items .items_3{font-size:8px}html.custom-haddock .page-calendar .td-container.default-shift .calendar-date{font-weight:700}html.custom-haddock .page-calendar .td-container.has-shifts .calendar-date{min-width:50%;padding-right:3px;text-align:right;white-space:nowrap}html.custom-haddock .page-calendar .td-container.holiday .calendar-date{font-weight:700}html.custom-haddock .page-calendar .header-widgets{margin-bottom:0}html.custom-haddock .page-calendar .btn-caption{display:flex;margin-bottom:15px;margin-left:auto}html.custom-haddock .page-calendar .calendar-caption{background:#f0f5ff;margin-bottom:15px;padding:15px}html.custom-haddock .page-calendar .calendar-caption .table-hours{margin-bottom:0}html.custom-haddock .page-calendar .calendar-caption .table-hours thead th{height:auto}html.custom-haddock .page-calendar .calendar-caption .table-hours tbody td{padding-bottom:5px;padding-top:5px}html.custom-haddock .modal-calendar .subtitle{margin-bottom:15px}html.custom-haddock .row-special-days .form-control.is-invalid{background:#fff;padding-right:10px}html.custom-haddock .row-special-days .form-control.is-invalid.select-control{background-color:#fff;background-image:url(/static/media/arrow-down.a45c87bd51c7ea90caaa.svg);background-position:calc(100% - 7px) 50%;background-repeat:no-repeat;background-size:auto 12px}html.custom-haddock .row-special-days .form-date{width:145px}html.custom-haddock .row-special-days .form-date .is-invalid~svg{right:5px}html.custom-haddock .row-special-days .custom-selector{display:block;min-width:150px}html.custom-haddock .table-specialdays,html.custom-haddock .table-weekdays{margin-top:10px}html.custom-haddock .table-days.table-weekdays{margin-bottom:30px}html.custom-haddock .table-days.table-weekdays thead th:nth-child(6),html.custom-haddock .table-days.table-weekdays thead th:nth-child(7){color:#ff2280}html.custom-haddock .table-specialdays .tag-day-type{display:inline-block;margin-bottom:-2px;margin-top:-2px;min-width:50px;padding:3px 10px;text-align:center}html.custom-haddock .box-total{margin-bottom:50px}html.custom-haddock .box-total .box-total-header{align-items:center;display:flex;justify-content:space-between}html.custom-haddock .box-total .box-total-header .button-link{color:#3528ff}html.custom-haddock .box-total .box-total-header .button-link:hover{text-decoration:underline}html.custom-haddock .box-total h4{font-size:18px;font-weight:500;margin-bottom:0}html.custom-haddock .box-total h4 strong{color:#3528ff;font-weight:900;margin-left:3px}html.custom-haddock .worked-holiday{border:1px solid #ff2280}html.custom-haddock .list-worked-holidays{box-shadow:0 0 5px 0 #0000001a;margin-top:25px}html.custom-haddock .list-worked-holidays li{border-bottom:1px solid #e6e6e9;padding:12px 25px}html.custom-haddock .list-worked-holidays li .tag-day-type{margin-right:10px;padding:5px}html.custom-haddock .list-worked-holidays li:last-child{border-bottom:0}html.custom-haddock .ChangePassword .alert-success{margin-bottom:0;padding:8px 15px}@media(max-width:1440px){html.custom-haddock .page-contracts .heading-help-banner{left:auto;margin-right:1rem;position:relative;transform:translateX(0)}}.column-item html.custom-haddock .table-contracts .column-label-btn,html.custom-haddock .column-item .table-contracts .column-label-btn,html.custom-haddock .table-contracts .btn-icon-text,html.custom-haddock .table-contracts .btn-transparent,html.custom-haddock .table-contracts .column-item .column-label-btn{text-align:left}html.custom-haddock .table-contracts .contract-description{color:#9e9dab;display:block}html.custom-haddock .table-employees-in-contract .avatar{margin-right:10px}html.custom-haddock .objetivo-horas{background:#f7f7f8;border:1px solid #e6e6e9;margin-bottom:15px;padding:15px}html.custom-haddock .group-hours .form-group{margin-bottom:5px;max-width:130px}html.custom-haddock .group-hours .form-group input{text-align:right}html.custom-haddock .group-hours .form-group .input-group-text{background:#f7f7f8;border-color:#e6e6e9}html.custom-haddock .group-hours.objetivo-diario .form-group{max-width:100px}html.custom-haddock .group-hours.objetivo-diario .input-group-text{background:#fff}html.custom-haddock .group-hours .grid-hours{display:flex;justify-content:space-between}html.custom-haddock .vacaciones input{max-width:65px}html.custom-haddock .contract-edit{margin-top:-5px;padding-top:0}html.custom-haddock .contract-edit .form-group-flex .form-label{max-width:calc(100% - 65px)}html.custom-haddock .contract-edit .form-group-flex.form-row-switch{min-height:26px}html.custom-haddock .contract-edit .alert-footer{margin-bottom:-54px;max-width:570px;padding-bottom:8px;padding-top:8px;width:70%}@media(max-width:768px){html.custom-haddock .contract-edit .alert-footer{margin-bottom:5px;width:100%}}html.custom-haddock .contract-edit .form-control.is-invalid.form-objetivo{background:#fff;padding-right:10px}html.custom-haddock .contract-edit .form-group-time-type .form-control.is-invalid~.invalid-feedback{margin-bottom:-5px}@media(min-width:768px){html.custom-haddock .contract-edit .col1{margin-bottom:0;padding-right:20px!important}html.custom-haddock .contract-edit .col2{padding-left:20px!important}}html.custom-haddock .contract-horas .subtitle{margin-bottom:20px}html.custom-haddock .contract-horas .contract-tolerancia{margin-top:30px}html.custom-haddock .contract-horas .contract-tolerancia .input-group{width:120px}html.custom-haddock .input-group-hours{width:80px}html.custom-haddock .input-group-minutes{width:120px}html.custom-haddock .input-group-select{width:110px}html.custom-haddock .counter{align-items:center;display:flex;flex-wrap:nowrap}html.custom-haddock .counter .counter-item{color:#9e9dab;flex-wrap:nowrap;font-size:55px;font-weight:400;line-height:30px;margin-right:5px;position:relative}html.custom-haddock .counter .counter-item:last-of-type{margin-right:0}html.custom-haddock .counter .counter-item span{font-size:30px;font-weight:400;margin-left:1px}@media(max-width:768px){html.custom-haddock .counter .counter-seconds{display:none}}html.custom-haddock .custom-selector{display:inline-block;padding:0!important;position:relative;vertical-align:inherit}html.custom-haddock .custom-selector .option-tag{background:#f7f7f8;display:inline-block;min-width:50px;padding:3px 10px;text-align:center}html.custom-haddock .custom-selector .option-label{margin-left:15px}html.custom-haddock .custom-selector .selected-option{cursor:pointer;padding:7px 10px}html.custom-haddock .custom-selector .selected-option:before{content:" ";display:block;height:100%;position:absolute;width:100%;z-index:999}html.custom-haddock .custom-selector .selected-option:focus{outline:none}html.custom-haddock .custom-selector .selected-option .option-label{margin-left:7px}html.custom-haddock .custom-selector .selected-option .option-tag{min-width:auto;padding:3px 7px}html.custom-haddock .custom-selector .list-options{background:#fff;border:1px solid #e6e6e9;border-radius:3px;margin-top:8px;max-height:250px;overflow-y:auto;padding:8px 0;position:absolute;scrollbar-color:#aaa #f7f7f8;scrollbar-width:thin;width:auto;z-index:999999}html.custom-haddock .custom-selector .list-option{cursor:pointer;padding:5px 8px;white-space:nowrap}html.custom-haddock .custom-selector .list-option:hover{background:#f7f7f8}html.custom-haddock .custom-selector .list-option:focus{background:#f7f7f8;outline:none}html.custom-haddock .custom-selector .list-option-empty{min-width:150px;padding:5px 8px;white-space:nowrap}html.custom-haddock .custom-selector .filterBox{padding:0 7px 10px}html.custom-haddock .custom-selector .filterBox svg{right:10px}html.custom-haddock .custom-selector .disabled{pointer-events:none}html.custom-haddock .custom-selector.no-label{background:none;width:100%}html.custom-haddock .custom-selector.no-label .selected-option{padding:0}html.custom-haddock .custom-selector.no-label .selected-option .option-tag{padding:6px 25px;width:100%}html.custom-haddock .custom-selector.no-label.active .selected-option .option-tag,html.custom-haddock .custom-selector.no-label:hover .selected-option .option-tag{background-image:url(/static/media/arrow-down-dark.53687a17785940220d8c.svg);background-position:calc(100% - 10px) 50%;background-repeat:no-repeat;background-size:auto 10px;opacity:.85}html.custom-haddock textarea.custom-field-control{height:40px}.page-dashboard .card-latest-signings html.custom-haddock .row-latest,html.custom-haddock .page-dashboard .card-latest-signings .row-latest,html.custom-haddock .row-narrow{margin-left:-5px;margin-right:-5px}.page-dashboard .card-latest-signings html.custom-haddock .row-latest [class*=col-],html.custom-haddock .page-dashboard .card-latest-signings .row-latest [class*=col-],html.custom-haddock .row-narrow [class*=col-]{padding-left:5px;padding-right:5px}html.custom-haddock .box{background:#fff;border-radius:4px;box-shadow:0 4px 8px 0 #00000014;padding:20px}.page-dashboard .card-content html.custom-haddock .empty,.page-dashboard html.custom-haddock .card-content.content-soon,html.custom-haddock .empty-container,html.custom-haddock .page-dashboard .card-content .empty,html.custom-haddock .page-dashboard .card-content.content-soon{align-items:center;display:flex;flex-direction:column;height:100%;justify-content:center;min-height:150px}.page-dashboard .card-content html.custom-haddock .empty p,.page-dashboard html.custom-haddock .card-content.content-soon p,html.custom-haddock .empty-container p,html.custom-haddock .page-dashboard .card-content .empty p,html.custom-haddock .page-dashboard .card-content.content-soon p{text-align:center}.page-dashboard .card-content html.custom-haddock .empty svg,.page-dashboard html.custom-haddock .card-content.content-soon svg,html.custom-haddock .empty-container svg,html.custom-haddock .page-dashboard .card-content .empty svg,html.custom-haddock .page-dashboard .card-content.content-soon svg{color:#9e9dab;font-size:30px;margin-bottom:10px}html.custom-haddock .react-autosuggest{position:relative}html.custom-haddock .react-autosuggest .btn-autosuggest-clear{position:absolute;right:8px;top:8px}html.custom-haddock .react-autosuggest__container{position:relative}html.custom-haddock .react-autosuggest__container .react-autosuggest__suggestions-container{background:#fff;border:1px solid #e6e6e9;border-radius:4px;display:none;max-height:315px;overflow-y:auto;position:absolute;scrollbar-color:#aaa #00000012;scrollbar-width:thin;width:100%;z-index:5}html.custom-haddock .react-autosuggest__container .react-autosuggest__suggestions-container.react-autosuggest__suggestions-container--open{display:block}html.custom-haddock .react-autosuggest__container .react-autosuggest__suggestions-container .react-autosuggest__suggestions-list{list-style-type:none;margin:0;padding:0}html.custom-haddock .react-autosuggest__container .react-autosuggest__suggestions-container .react-autosuggest__suggestion{cursor:pointer;padding:6px 8px}html.custom-haddock .react-autosuggest__container .react-autosuggest__suggestions-container .react-autosuggest__suggestion.react-autosuggest__suggestion--highlighted{background:#f7f7f8}html.custom-haddock .react-autosuggest__container .react-autosuggest__suggestions-container .react-autosuggest__suggestion .suggestion-main{display:inline-block;max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}html.custom-haddock .react-autosuggest__container .react-autosuggest__suggestions-container .react-autosuggest__suggestion .suggestion-info{color:#9e9dab;display:block;font-size:13px}html.custom-haddock .dropzone{align-items:center;background-color:#fafafa;border:2px dashed #eee;border-radius:2px;color:#bdbdbd;display:flex;flex:1 1;flex-direction:column;outline:none;padding:10px;transition:border .24s ease-in-out}html.custom-haddock .dropzone p{margin-bottom:0}html.custom-haddock .dropzone-files{margin-top:10px}html.custom-haddock .dropzone-files .file-info{align-items:center;display:flex;max-width:calc(100% - 40px);width:100%}html.custom-haddock .dropzone-files .file-info .file-name{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;width:calc(100% - 55px)}html.custom-haddock .dropzone-files .file-info .file-size{color:#9e9dab;font-size:80%;margin-left:5px}.modal-body.disabled html.custom-haddock .dropzone-files .file-info{max-width:100%}html.custom-haddock .dropzone-files .file-item .file-info{cursor:pointer}html.custom-haddock .dropzone-files .file-item .file-info .file-name{text-decoration:underline}html.custom-haddock .dropzone-files .file-item .file-info .file-name:hover{color:#3528ff;text-decoration:none}html.custom-haddock .dropzone-files .btn-icon{align-self:flex-end;padding:2px 5px}html.custom-haddock .dropzone-files .file-saved{color:#0a8a0a}html.custom-haddock .dropzone-files li{align-items:center;border-bottom:1px solid #eee;display:flex;justify-content:space-between;padding:1px 0}html.custom-haddock .dropzone-files li:last-child{border-bottom:0}html.custom-haddock .twitter-picker{z-index:10}html.custom-haddock .tooltip-alerta{align-items:center;max-width:270px}html.custom-haddock .tooltip-alerta li{align-items:center;display:flex;justify-content:flex-start;margin-bottom:5px;text-align:left}html.custom-haddock .tooltip-alerta li:last-child{margin-bottom:0}html.custom-haddock .tooltip-alerta li .tooltip-icon{font-size:16px;margin-right:10px;max-width:16px;min-width:16px}html.custom-haddock .dropdown-filter .dropdown-menu{min-width:180px}html.custom-haddock .dropdown-filter .dropdown-menu .dropdown-header{font-size:1.1em;padding:10px 15px 0}html.custom-haddock .dropdown-filter .dropdown-menu .dropdown-content{font-size:.9em;padding:15px}html.custom-haddock .dropdown-filter .dropdown-menu .dropdown-content .form-group{margin-bottom:10px}html.custom-haddock .dropdown-filter .dropdown-menu .dropdown-content .form-switch .form-label{white-space:nowrap}html.custom-haddock .dropdown-filter .dropdown-menu .form-label{font-weight:400}html.custom-haddock .dropdown-filter .dropdown-menu .dropdown-footer{padding:0 15px 10px}html.custom-haddock .column-item .column-label-edit{background:#0000;border:0;border-bottom:1px solid #f0f5ff;border-radius:0;display:block;height:18px;margin-bottom:1px;padding:0;width:100%}html.custom-haddock .column-item .column-label-edit:focus{box-shadow:none!important}html.custom-haddock .loading-overlay{align-items:center;background-color:#0003;bottom:0;display:flex;justify-content:center;left:0;position:absolute;right:0;top:0;z-index:10}html.custom-haddock .relative{position:relative}html.custom-haddock .popover{background-color:#fff;font-family:Open Sans,sans-serif!important}html.custom-haddock .popover .popover-header{background-color:#fff;border-bottom:0;color:#000}html.custom-haddock .popover .popover-body{color:#000}html.custom-haddock .floating-bar{align-items:center;background:#fffc;border-bottom:1px solid #fff;box-shadow:0 -2px 5px #0003;display:flex;display:none;justify-content:center;opacity:0;padding:10px 20px;text-align:center;transform:translateY(-100%);transition:transform .4s ease-in-out,opacity .4s ease-in-out;width:100%;z-index:1000}html.custom-haddock .floating-bar.visible{display:flex;opacity:1;transform:translateY(0)}html.custom-haddock .floating-bar .actions{margin-left:15px}html.custom-haddock .page-dashboard .list-widgets{grid-gap:15px;display:grid;gap:15px;grid-template-columns:repeat(4,1fr)}html.custom-haddock .page-dashboard .list-widgets .widget_1x1{grid-column:span 1;grid-row:span 1}html.custom-haddock .page-dashboard .list-widgets .widget_1x2{grid-column:span 1;grid-row:span 2}html.custom-haddock .page-dashboard .list-widgets .widget_1x3{grid-column:span 1;grid-row:span 3}html.custom-haddock .page-dashboard .list-widgets .widget_1x4{grid-column:span 1;grid-row:span 4}html.custom-haddock .page-dashboard .list-widgets .widget_2x1{grid-column:span 2;grid-row:span 1}html.custom-haddock .page-dashboard .list-widgets .widget_2x2{grid-column:span 2;grid-row:span 2}html.custom-haddock .page-dashboard .list-widgets .widget_2x3{grid-column:span 2;grid-row:span 3}html.custom-haddock .page-dashboard .list-widgets .widget_2x4{grid-column:span 2;grid-row:span 4}html.custom-haddock .page-dashboard .list-widgets .widget_3x1{grid-column:span 3;grid-row:span 1}html.custom-haddock .page-dashboard .list-widgets .widget_3x2{grid-column:span 3;grid-row:span 2}html.custom-haddock .page-dashboard .list-widgets .widget_3x3{grid-column:span 3;grid-row:span 3}html.custom-haddock .page-dashboard .list-widgets .widget_3x4{grid-column:span 3;grid-row:span 4}html.custom-haddock .page-dashboard .list-widgets .widget_4x1{grid-column:span 4;grid-row:span 1}html.custom-haddock .page-dashboard .list-widgets .widget_4x2{grid-column:span 4;grid-row:span 2}html.custom-haddock .page-dashboard .list-widgets .widget_4x3{grid-column:span 4;grid-row:span 3}html.custom-haddock .page-dashboard .list-widgets .widget_4x4{grid-column:span 4;grid-row:span 4}@media(max-width:1200px){html.custom-haddock .page-dashboard .list-widgets{grid-template-columns:repeat(3,1fr)}html.custom-haddock .page-dashboard .list-widgets>.widget_1x1,html.custom-haddock .page-dashboard .list-widgets>.widget_1x2,html.custom-haddock .page-dashboard .list-widgets>.widget_1x3,html.custom-haddock .page-dashboard .list-widgets>.widget_1x4,html.custom-haddock .page-dashboard .list-widgets>.widget_2x1,html.custom-haddock .page-dashboard .list-widgets>.widget_2x2,html.custom-haddock .page-dashboard .list-widgets>.widget_2x3,html.custom-haddock .page-dashboard .list-widgets>.widget_2x4,html.custom-haddock .page-dashboard .list-widgets>.widget_3x1,html.custom-haddock .page-dashboard .list-widgets>.widget_3x2,html.custom-haddock .page-dashboard .list-widgets>.widget_3x3,html.custom-haddock .page-dashboard .list-widgets>.widget_3x4,html.custom-haddock .page-dashboard .list-widgets>.widget_4x1,html.custom-haddock .page-dashboard .list-widgets>.widget_4x2,html.custom-haddock .page-dashboard .list-widgets>.widget_4x3,html.custom-haddock .page-dashboard .list-widgets>.widget_4x4{grid-column:span 1}}@media(max-width:992px){html.custom-haddock .page-dashboard .list-widgets{grid-template-columns:repeat(2,1fr)}html.custom-haddock .page-dashboard .list-widgets>.widget_1x1,html.custom-haddock .page-dashboard .list-widgets>.widget_1x2,html.custom-haddock .page-dashboard .list-widgets>.widget_1x3,html.custom-haddock .page-dashboard .list-widgets>.widget_1x4,html.custom-haddock .page-dashboard .list-widgets>.widget_2x1,html.custom-haddock .page-dashboard .list-widgets>.widget_2x2,html.custom-haddock .page-dashboard .list-widgets>.widget_2x3,html.custom-haddock .page-dashboard .list-widgets>.widget_2x4,html.custom-haddock .page-dashboard .list-widgets>.widget_3x1,html.custom-haddock .page-dashboard .list-widgets>.widget_3x2,html.custom-haddock .page-dashboard .list-widgets>.widget_3x3,html.custom-haddock .page-dashboard .list-widgets>.widget_3x4,html.custom-haddock .page-dashboard .list-widgets>.widget_4x1,html.custom-haddock .page-dashboard .list-widgets>.widget_4x2,html.custom-haddock .page-dashboard .list-widgets>.widget_4x3,html.custom-haddock .page-dashboard .list-widgets>.widget_4x4{grid-column:span 1}}@media(max-width:576px){html.custom-haddock .page-dashboard .list-widgets{grid-template-columns:1fr}html.custom-haddock .page-dashboard .list-widgets>.widget_1x1,html.custom-haddock .page-dashboard .list-widgets>.widget_1x2,html.custom-haddock .page-dashboard .list-widgets>.widget_1x3,html.custom-haddock .page-dashboard .list-widgets>.widget_1x4,html.custom-haddock .page-dashboard .list-widgets>.widget_2x1,html.custom-haddock .page-dashboard .list-widgets>.widget_2x2,html.custom-haddock .page-dashboard .list-widgets>.widget_2x3,html.custom-haddock .page-dashboard .list-widgets>.widget_2x4,html.custom-haddock .page-dashboard .list-widgets>.widget_3x1,html.custom-haddock .page-dashboard .list-widgets>.widget_3x2,html.custom-haddock .page-dashboard .list-widgets>.widget_3x3,html.custom-haddock .page-dashboard .list-widgets>.widget_3x4,html.custom-haddock .page-dashboard .list-widgets>.widget_4x1,html.custom-haddock .page-dashboard .list-widgets>.widget_4x2,html.custom-haddock .page-dashboard .list-widgets>.widget_4x3,html.custom-haddock .page-dashboard .list-widgets>.widget_4x4{grid-column:span 1}}html.custom-haddock .page-dashboard .card{height:100%;min-height:272px}html.custom-haddock .page-dashboard .card h2{font-size:24px;font-weight:600}html.custom-haddock .page-dashboard .card-content{overflow-x:auto;padding:5px 0;scrollbar-color:#aaa #f7f7f8;scrollbar-width:thin}html.custom-haddock .page-dashboard [class*=col-]{margin-bottom:30px}html.custom-haddock .page-dashboard .col-container{margin-bottom:0}html.custom-haddock .page-dashboard .alert{font-size:13px;padding:5px 10px}html.custom-haddock .page-dashboard .item-main{display:flex;flex-direction:column}html.custom-haddock .page-dashboard .item-main .item-name{font-weight:500}html.custom-haddock .page-dashboard .item-main .item-info{color:#9e9dab;margin-top:-3px}html.custom-haddock .page-dashboard .list-employees li{align-items:center;display:flex;padding-bottom:1px;padding-top:5px}html.custom-haddock .page-dashboard .list-employees li .avatar{margin-right:10px}html.custom-haddock .page-dashboard .clockin .comments{height:40px}html.custom-haddock .page-dashboard .clockin .counter{margin-bottom:7px;margin-top:20px}html.custom-haddock .page-dashboard .clockin .label-day{display:block}html.custom-haddock .page-dashboard .clockin .label-start{display:block;margin-top:25px}html.custom-haddock .page-dashboard .clockin .alert{margin-bottom:15px}html.custom-haddock .page-dashboard .clockin .resumen-title{color:#9e9dab;font-size:14px;font-weight:100;margin-bottom:0}html.custom-haddock .page-dashboard .clockin .resumen-list{margin-bottom:20px}html.custom-haddock .page-dashboard .clockin .card-footer{align-items:center;background-color:#0000;border:0;display:flex;padding:0;white-space:nowrap}html.custom-haddock .page-dashboard .clockin .card-footer .btn{margin-right:10px}html.custom-haddock .page-dashboard .label,html.custom-haddock .page-dashboard .title{color:#9e9dab;display:block;font-weight:400}html.custom-haddock .page-dashboard .title{font-size:16px}html.custom-haddock .page-dashboard .table{margin-bottom:0}html.custom-haddock .page-dashboard .card-resumen .bloque-horas{margin-bottom:15px}html.custom-haddock .page-dashboard .card-resumen .bloque-horas:last-of-type{margin-bottom:0}html.custom-haddock .page-dashboard .card-resumen .horas-trabajadas{font-size:20px;font-weight:700}html.custom-haddock .page-dashboard .card-resumen .horas-teoricas{margin-left:5px}html.custom-haddock .page-dashboard .card-resumen .horas-teoricas-total{font-weight:500;margin-left:2px}html.custom-haddock .page-dashboard .card-birthday .card-content{padding:0}html.custom-haddock .page-dashboard .card-birthday .card-content .title:not(:first-child){margin-top:10px}html.custom-haddock .page-dashboard .card-upcoming-absences .card-top{align-items:center;flex-wrap:wrap;margin-bottom:10px}html.custom-haddock .page-dashboard .card-upcoming-absences .card-top h2{margin-bottom:0}@media(max-width:992px){html.custom-haddock .page-dashboard .card-upcoming-absences .btn-group{margin-top:10px}}html.custom-haddock .page-dashboard .card-upcoming-absences .card-content{padding:0}html.custom-haddock .page-dashboard .card-upcoming-absences .card-content .title{margin-bottom:5px}html.custom-haddock .page-dashboard .card-upcoming-absences .card-content .title:not(:first-child){margin-top:10px}html.custom-haddock .page-dashboard .card-upcoming-absences .total-days{font-weight:400}html.custom-haddock .page-dashboard .card-upcoming-absences .item-info{font-size:14px}html.custom-haddock .page-dashboard .card-upcoming-absences .title-month{border-bottom:1px solid #fff;font-size:18px;margin-top:20px;padding-bottom:10px;text-align:right;text-transform:uppercase}html.custom-haddock .page-dashboard .card-upcoming-absences .table-calendar{margin-bottom:30px;margin-top:10px}html.custom-haddock .page-dashboard .card-upcoming-absences .table-calendar .today{background:#3528ff;color:#fff}html.custom-haddock .page-dashboard .card-pending-absences .card-content{display:flex;flex-direction:column;justify-content:space-between}html.custom-haddock .page-dashboard .card-pending-absences .counter{align-items:flex-start;flex-direction:column;margin-top:20px}html.custom-haddock .page-dashboard .card-pending-absences .counter-item{margin-bottom:7px}html.custom-haddock .page-dashboard .card-pending-absences .text{display:block;margin:7px 0}html.custom-haddock .page-dashboard .card-week-chart .card-content{overflow-x:visible;overflow-x:initial}html.custom-haddock .page-dashboard .card-week-chart #week_chart{margin-bottom:-30px;margin-left:-15px}html.custom-haddock .page-dashboard .card-week-plan .heading{align-items:center;display:flex;justify-content:space-between;width:100%}html.custom-haddock .page-dashboard .card-week-plan .heading .periodo{font-size:85%;font-weight:500;margin-left:7px}html.custom-haddock .page-dashboard .card-week-plan .heading .heading-actions button{font-size:18px}html.custom-haddock .page-dashboard .card-week-plan .heading .heading-actions,html.custom-haddock .page-dashboard .card-week-plan .heading h2{margin-bottom:3px}html.custom-haddock .page-dashboard .table-week-plan .th-day{font-size:15px;height:auto;line-height:1.2em;padding:7px;text-align:center;text-transform:capitalize}html.custom-haddock .page-dashboard .table-week-plan .td-day{height:auto;padding:0;vertical-align:initial}html.custom-haddock .page-dashboard .table-week-plan .td-day ul{display:flex;flex-direction:column;height:100%;justify-content:space-between}html.custom-haddock .page-dashboard .table-week-plan .td-day-empty{text-align:center}html.custom-haddock .page-dashboard .table-week-plan .day-assignment{border:2px solid #0000;display:flex;flex-direction:column;height:100%;width:100%}html.custom-haddock .page-dashboard .table-week-plan .day-assignment-head{font-weight:500;padding:3px 5px;text-align:center;width:100%}html.custom-haddock .page-dashboard .table-week-plan .day-assignment-content{align-items:center;display:flex;flex-direction:column;justify-content:center;padding:3px 5px}html.custom-haddock .page-dashboard .table-week-plan .day-assignment-content .time-intervals{border-bottom:1px dashed #aaa}html.custom-haddock .page-dashboard .table-week-plan .day-assignment-content .time-interval{font-weight:500}html.custom-haddock .page-dashboard .table-week-plan .day-assignment-content .ubication-info{align-items:center;color:#888;display:flex;font-size:14px;line-height:1.2em}html.custom-haddock .page-dashboard .table-week-plan .day-assignment-content .ubication-info .icon{font-size:11px;margin-right:2px}html.custom-haddock .page-dashboard .table-week-plan .day-assignment-content:empty{padding:0}html.custom-haddock .page-dashboard .card-upcoming-holidays .list-days .day{display:flex;padding:5px}html.custom-haddock .page-dashboard .card-upcoming-holidays .list-days .day.active{background:#fff;border-bottom:1px solid #3528ff;border-top:1px solid #3528ff;margin-bottom:5px;position:relative}html.custom-haddock .page-dashboard .card-upcoming-holidays .list-days .day.active .item-info{color:#3528ff}html.custom-haddock .page-dashboard .card-upcoming-holidays .list-days .day.active .hoy{color:#3528ff;position:absolute;right:5px;top:6px}html.custom-haddock .page-dashboard .card-upcoming-holidays .list-days .day-date{font-weight:900;width:80px}html.custom-haddock .page-dashboard .card-upcoming-holidays .list-days .holiday{margin-bottom:3px}html.custom-haddock .page-dashboard .card-upcoming-holidays .list-days .holiday:last-child{margin-bottom:0}html.custom-haddock .page-dashboard .card-latest-signings .row-latest{margin-top:10px}html.custom-haddock .page-dashboard .card-latest-signings .row-latest .list-item{border:1px solid #e6e6e9;padding:15px}html.custom-haddock .page-dashboard .card-latest-signings .item-date{margin-bottom:20px;text-transform:capitalize}html.custom-haddock .page-dashboard .card-latest-signings .simple-row{align-items:flex-start;margin-bottom:10px}html.custom-haddock .page-dashboard .card-latest-signings .simple-row>*{width:50%}html.custom-haddock .page-dashboard .card-latest-signings .simple-row:last-of-type{margin-bottom:0}html.custom-haddock .page-dashboard .card-latest-signings .item-times{margin-top:20px}html.custom-haddock .page-dashboard .card-latest-signings .item-checkins-info{margin-bottom:1px}html.custom-haddock .page-dashboard .card-latest-signings .info-label{font-weight:500;white-space:nowrap}html.custom-haddock .page-dashboard .employee-name{align-items:center;display:flex}html.custom-haddock .page-dashboard .employee-name .avatar{margin-right:10px}html.custom-haddock .page-dashboard .card-time-alerts .heading{justify-content:space-between;width:100%}html.custom-haddock .page-dashboard .card-time-alerts .heading h2{margin-bottom:0}html.custom-haddock .tooltip .tooltip-inner{max-width:100%}html.custom-haddock .tooltip .tooltip-inner .item-main{display:flex;flex-direction:column}html.custom-haddock .tooltip .tooltip-inner .item-main .item-info{color:#9e9dab;margin-top:-3px}html.custom-haddock .tooltip .tooltip-inner .list-employees li{align-items:center;display:flex;padding-bottom:1px;text-align:left}html.custom-haddock .tooltip .tooltip-inner .list-employees li .avatar{margin-right:7px}html.custom-haddock .list-daytypes .festivo{color:#9e9dab;display:inline-block;margin-left:5px}html.custom-haddock .daytype-edit .simple-row{justify-content:space-between}html.custom-haddock .daytype-edit .form-group-flex{align-items:center;justify-content:space-between;margin-top:10px}html.custom-haddock .category-name{font-size:20px}html.custom-haddock .list-documents{margin:40px auto;max-width:900px}html.custom-haddock .list-documents .col-sm-6{position:relative}html.custom-haddock .list-documents .document-category{align-items:flex-start;background:#fff;border:1px solid #e6e6e9;display:flex;flex-direction:column;height:140px;justify-content:center;margin-bottom:30px;padding:30px 20px;position:relative;transition:all .2s ease}html.custom-haddock .list-documents .document-category .category-header-actions{position:absolute;right:10px;top:10px;z-index:20}html.custom-haddock .list-documents .document-category .category-header-actions .category-actions-toggle{align-items:center;background:none;border:none;border-radius:50%;color:#666;cursor:pointer;display:flex;font-size:16px;justify-content:center;padding:5px;transition:all .2s ease}html.custom-haddock .list-documents .document-category .category-header-actions .category-actions-toggle:hover{background-color:#f5f5f5;color:#333}html.custom-haddock .list-documents .document-category .category-header-actions .category-actions-toggle:focus{box-shadow:none}html.custom-haddock .list-documents .document-category .category-header-actions .category-actions-toggle:active{background-color:#e5e5e5}html.custom-haddock .list-documents .document-category .category-header-actions .custom-dropdown-menu{background:#fff;border:1px solid #ddd;border-radius:4px;box-shadow:0 2px 8px #00000026;margin-top:5px;min-width:120px;position:absolute;right:0;top:100%;z-index:1000}html.custom-haddock .list-documents .document-category .category-header-actions .custom-dropdown-menu .dropdown-item{background:none;border:none;color:#333;cursor:pointer;display:block;font-size:14px;padding:8px 12px;text-align:left;transition:background-color .2s ease;width:100%}html.custom-haddock .list-documents .document-category .category-header-actions .custom-dropdown-menu .dropdown-item:hover{background-color:#f8f9fa}html.custom-haddock .list-documents .document-category .category-header-actions .custom-dropdown-menu .dropdown-item:first-child{border-radius:4px 4px 0 0}html.custom-haddock .list-documents .document-category .category-header-actions .custom-dropdown-menu .dropdown-item:last-child{border-radius:0 0 4px 4px}html.custom-haddock .list-documents .document-category .category-icon{color:#3528ff!important;font-size:26px!important;height:26px!important;margin-bottom:10px!important;max-height:26px!important;max-width:26px!important;min-height:26px!important;min-width:26px!important;width:26px!important}html.custom-haddock .list-documents .document-category .category-count{margin:0}html.custom-haddock .list-documents .document-category.ghost{background:#fafafa;border:2px dashed #e6e6e9;cursor:pointer}html.custom-haddock .list-documents .document-category.ghost:hover{background:#f0f5ff;border-color:#3528ff;box-shadow:0 4px 12px #0000001a;transform:translateY(-2px)}html.custom-haddock .list-documents .document-category.ghost .category-icon{color:#ccc!important;font-size:24px!important;height:24px!important;max-height:24px!important;max-width:24px!important;min-height:24px!important;min-width:24px!important;width:24px!important}html.custom-haddock .list-documents .document-category.ghost .category-name{color:#999;font-size:18px}html.custom-haddock .list-documents .document-category.ghost .category-count{color:#ccc}html.custom-haddock .list-documents .category-link{color:#0d0a2c;display:block;height:100%;position:relative;text-decoration:none!important}html.custom-haddock .list-documents .category-link:hover{color:#3528ff;cursor:pointer;text-decoration:none}html.custom-haddock .list-documents .category-link:hover .document-category{background:#f0f5ff;border-color:#c5c1ff;box-shadow:0 4px 12px #0000001a;transform:translateY(-2px)}html.custom-haddock .list-documents .category-link:hover .category-icon{color:#0d0a2c!important}html.custom-haddock .list-documents .document-category .category-icon svg{font-size:inherit!important;height:inherit!important;max-height:inherit!important;max-width:inherit!important;min-height:inherit!important;min-width:inherit!important;width:inherit!important}html.custom-haddock .category-header{margin-bottom:20px}html.custom-haddock .category-header .category-header-content{align-items:center;display:flex;gap:15px}html.custom-haddock .category-header .category-header-content .btn-back{align-items:center;background:none;border:none;border-radius:50%;color:#666;cursor:pointer;display:flex;font-size:18px;justify-content:center;padding:8px;transition:all .2s ease}html.custom-haddock .category-header .category-header-content .btn-back:hover{background-color:#f5f5f5;color:#333;transform:translateX(-2px)}html.custom-haddock .category-header .category-header-content .btn-back:active{transform:translateX(-1px)}html.custom-haddock .category-header .category-header-content .category-name{color:#333;font-size:24px;font-weight:600;margin:0}html.custom-haddock .modal-documentos .intro-text{color:#888;margin-top:-15px}html.custom-haddock .create-folder-modal .form-group{margin-bottom:20px}html.custom-haddock .create-folder-modal .form-group label{color:#333;display:block;font-weight:500;margin-bottom:8px}html.custom-haddock .create-folder-modal .form-group .form-control{border:1px solid #ddd;border-radius:4px;font-size:14px;padding:10px 12px;transition:border-color .2s ease;width:100%}html.custom-haddock .create-folder-modal .form-group .form-control:focus{border-color:#3528ff;box-shadow:0 0 0 2px #3528ff1a;outline:none}html.custom-haddock .create-folder-modal .form-group textarea.form-control{min-height:80px;resize:vertical}html.custom-haddock .create-folder-modal .icon-gallery{grid-gap:12px;display:grid;gap:12px;grid-template-columns:repeat(auto-fit,minmax(80px,1fr));margin-top:8px}html.custom-haddock .create-folder-modal .icon-gallery .icon-option{align-items:center;background:#fff;border:2px solid #e9ecef;border-radius:8px;cursor:pointer;display:flex;flex-direction:column;padding:12px 8px;transition:all .2s ease}html.custom-haddock .create-folder-modal .icon-gallery .icon-option:hover{background-color:#f8f9fa;border-color:#007bff}html.custom-haddock .create-folder-modal .icon-gallery .icon-option.selected{background-color:#e3f2fd;border-color:#007bff;box-shadow:0 2px 4px #007bff33}html.custom-haddock .create-folder-modal .icon-gallery .icon-option .icon{color:#6c757d;font-size:24px;margin-bottom:6px}html.custom-haddock .create-folder-modal .icon-gallery .icon-option .icon-name{color:#495057;font-size:12px;font-weight:500;text-align:center}html.custom-haddock .create-folder-modal .icon-gallery .icon-option.selected .icon{color:#007bff}html.custom-haddock .create-folder-modal .modal-actions{border-top:1px solid #e9ecef;margin-top:16px;padding-top:16px}html.custom-haddock .upload-results{padding:20px}html.custom-haddock .upload-results h5{color:#333;font-weight:600;margin-bottom:20px}html.custom-haddock .upload-results .results-summary{background-color:#f8f9fa;border:1px solid #e9ecef;border-radius:8px;display:flex;gap:20px;margin-bottom:20px;padding:15px}html.custom-haddock .upload-results .results-summary .success-count{color:#28a745;font-size:14px;font-weight:500}html.custom-haddock .upload-results .results-summary .error-count{color:#dc3545;font-size:14px;font-weight:500}html.custom-haddock .upload-results .results-table{margin-bottom:20px}html.custom-haddock .upload-results .results-table .table{background:#fff;border-radius:8px;box-shadow:0 2px 4px #0000001a;overflow:hidden}html.custom-haddock .upload-results .results-table .table thead{background-color:#f8f9fa;border-bottom:2px solid #dee2e6}html.custom-haddock .upload-results .results-table .table thead th{border:none;color:#495057;font-size:14px;font-weight:600;padding:12px 15px}html.custom-haddock .upload-results .results-table .table tbody tr.table-success{background-color:#d4edda;border-color:#c3e6cb}html.custom-haddock .upload-results .results-table .table tbody tr.table-success td{color:#155724}html.custom-haddock .upload-results .results-table .table tbody tr.table-danger{background-color:#f8d7da;border-color:#f5c6cb}html.custom-haddock .upload-results .results-table .table tbody tr.table-danger td{color:#721c24}html.custom-haddock .upload-results .results-table .table tbody tr td{border-top:1px solid #dee2e6;font-size:14px;padding:12px 15px;vertical-align:middle}html.custom-haddock .upload-results .modal-footer{border-top:1px solid #e9ecef;margin-top:16px;padding-top:16px;text-align:right}html.custom-haddock .sortable-header{transition:background-color .2s ease}html.custom-haddock .sortable-header:hover{background-color:#e9ecef}html.custom-haddock .sortable-header:active{background-color:#dee2e6}html.custom-haddock .sortable-header div{-webkit-user-select:none;user-select:none}html.custom-haddock .sortable-header svg{transition:opacity .2s ease}html.custom-haddock .upload-option-card{background-color:#f8f9fa;border:2px solid #3528ff;border-radius:10px;cursor:pointer;display:flex;flex-direction:column;height:270px;padding:20px;text-align:center;transition:all .3s ease}html.custom-haddock .upload-option-card:hover{background-color:#fff;box-shadow:0 4px 8px #0000001a;transform:scale(1.02)}html.custom-haddock .upload-option-card svg{color:#3528ff;display:block;margin:0 auto}html.custom-haddock .upload-option-card h5{color:#3528ff;margin-bottom:10px;margin-top:15px}html.custom-haddock .upload-option-card p{align-items:center;display:flex;flex:1 1;justify-content:center}@media(max-width:768px){html.custom-haddock .upload-option-card{height:230px;margin-bottom:0;padding:12px}html.custom-haddock .upload-option-card h5{font-size:16px;margin-bottom:6px;margin-top:8px}html.custom-haddock .upload-option-card p{font-size:12px;line-height:1.3}html.custom-haddock .upload-option-card svg{height:16px;margin-bottom:6px;width:16px}html.custom-haddock .upload-option-card .row{margin-left:-8px;margin-right:-8px}html.custom-haddock .upload-option-card .row .col-6{padding-left:8px;padding-right:8px}}html.custom-haddock .modal-documentos .upload-option-card{margin-bottom:20px}html.custom-haddock .modal-documentos .upload-option-card:last-child{margin-bottom:0}html.custom-haddock .upload-results-container .results-header{align-items:center;background-color:#f8f9fa;border-radius:6px;display:flex;justify-content:space-between;margin-bottom:20px;padding:15px}html.custom-haddock .upload-results-container .results-header .results-summary h4{color:#495057;margin:0}html.custom-haddock .upload-results-container .results-header .results-summary div{margin-top:5px}html.custom-haddock .upload-results-container .results-header .results-summary div span{margin-right:15px}html.custom-haddock .upload-results-container .results-header .results-summary div span.success{color:#28a745}html.custom-haddock .upload-results-container .results-header .results-summary div span.error{color:#dc3545}html.custom-haddock .upload-results-container .results-header .results-actions button{margin-right:10px}html.custom-haddock .empty-state-container{align-items:center;display:flex;flex-direction:column;justify-content:center;padding:60px 20px;text-align:center}html.custom-haddock .empty-state-container .empty-state-icon{color:#6c757d;font-size:48px;margin-bottom:20px}html.custom-haddock .empty-state-container .empty-state-icon-circle{align-items:center;background-color:#e9ecef;border-radius:50%;display:flex;height:80px;justify-content:center;margin-bottom:20px;width:80px}html.custom-haddock .empty-state-container h3{color:#495057;font-size:24px;margin-bottom:10px}html.custom-haddock .empty-state-container p{color:#6c757d;font-size:16px;margin-bottom:30px}html.custom-haddock .empty-state-container .btn-primary{border-radius:6px;font-size:16px;padding:12px 24px}html.custom-haddock .table-documents .document-name{font-weight:500}html.custom-haddock .table-documents .status-success{color:#28a745}html.custom-haddock .table-documents .status-error{color:#dc3545}html.custom-haddock .table{margin-bottom:50px}html.custom-haddock .email{display:block;margin-bottom:10px;margin-top:5px}html.custom-haddock .form-new .switch{margin-top:5px}html.custom-haddock .card-top h3,html.custom-haddock .heading h3{align-items:center;display:flex;justify-content:space-between;margin-bottom:20px}html.custom-haddock .card-top .calendar-left,html.custom-haddock .card-top .calendar-right,html.custom-haddock .heading .calendar-left,html.custom-haddock .heading .calendar-right{color:#3528ff;line-height:20px;width:15px}html.custom-haddock .card-top .calendar-left:hover,html.custom-haddock .card-top .calendar-right:hover,html.custom-haddock .heading .calendar-left:hover,html.custom-haddock .heading .calendar-right:hover{color:#c5c1ff}html.custom-haddock .card-top .calendar-left,html.custom-haddock .heading .calendar-left{margin-right:5px}html.custom-haddock .page-employees .grid-employees [class*=col-]{margin-bottom:15px}html.custom-haddock .page-employees .grid-employees .card{height:100%;margin-bottom:0}html.custom-haddock .page-employees .grid-employees .card .btn-primary{margin-top:15px}html.custom-haddock .page-employees .table-employees .employee-code{color:#9e9dab}html.custom-haddock .page-employees .table-employees .employee-email,html.custom-haddock .page-employees .table-employees .employee-phome,html.custom-haddock .page-employees .table-employees.table-desktop .employee-code{display:block}html.custom-haddock .page-employees .table-employees.table-mobile .employee-name{display:block;font-weight:500}html.custom-haddock .page-employees .table-employees.table-mobile .employee-code{margin-right:5px}@media(max-width:480px){html.custom-haddock .page-employees .heading .heading-filters .btn-group{margin-left:0}}html.custom-haddock .page-employee .row-buttons{margin-top:30px}html.custom-haddock .page-employee .nav-tabs{margin-bottom:20px;margin-top:10px}html.custom-haddock .page-employee .nav-item-fichajes{margin-left:auto;margin-right:-30px}html.custom-haddock .page-employee .icon-external-link{margin-bottom:2px;margin-left:2px}html.custom-haddock .page-employee .avatar{margin-bottom:25px;margin-top:-10px}html.custom-haddock .seniority{padding-top:5px}html.custom-haddock .seniority .seniority-time{margin-right:4px}html.custom-haddock .seniority .seniority-time:nth-child(2){margin-left:4px}html.custom-haddock .page-employees .seniority{padding-top:0}html.custom-haddock .form-group-supervised{margin-bottom:0;margin-left:20px}html.custom-haddock .form-group-supervised .list-supervised{display:flex}html.custom-haddock .form-group-supervised .list-supervised li+li:before{content:", "}html.custom-haddock .column-item.column-employees-order{align-items:center;justify-content:flex-start!important;padding:8px 15px 8px 5px!important}html.custom-haddock .column-item.column-employees-order .column-left{flex:0 1}html.custom-haddock .column-item.column-employees-order .column-left .column-move-icon{opacity:.2}html.custom-haddock .column-item.column-employees-order:hover .column-move-icon{opacity:.6}html.custom-haddock .employee-backup .btn-icon{padding:8px}html.custom-haddock .employee-backup .employee-backup-name{margin-left:10px;margin-right:10px}html.custom-haddock .page-groups .table-groups .td-employees,html.custom-haddock .page-groups .table-groups .td-name{min-width:18%}html.custom-haddock .page-groups .table-groups .td-groups{max-width:30%;min-width:150px}html.custom-haddock .page-groups .table-groups .td-calendar{min-width:18%}html.custom-haddock .page-groups .table-groups.table-mobile .group-name{font-weight:500;margin-bottom:5px}html.custom-haddock .page-groups .table-groups.table-mobile .group-head{display:flex;flex-wrap:wrap;justify-content:space-between}html.custom-haddock .page-groups .table-groups.table-mobile .calendar-container{align-items:center;color:#55536b;display:flex;font-size:90%;margin-bottom:5px}html.custom-haddock .page-groups .table-groups.table-mobile .calendar-container svg{color:#9e9dab;font-size:16px;margin-right:5px}html.custom-haddock .page-group .tab-info-content{display:flex;flex-direction:column;justify-content:space-between;min-height:400px}html.custom-haddock .page-group .table-groups .avatar{margin-right:10px}html.custom-haddock .no-editable{color:#55536b;font-size:13px;margin-left:10px;margin-top:3px}html.custom-haddock .group-staffing-edit .checkbox input{display:none}html.custom-haddock .header{background:#fff;box-shadow:0 4px 8px 0 #0d0a2c0a;position:fixed;top:0;width:100%;z-index:100}.app.is_trial html.custom-haddock .header{top:34px}html.custom-haddock .header-container{align-items:center;display:flex;height:50px;justify-content:space-between}html.custom-haddock .header-avatar{margin-right:10px}html.custom-haddock .header-dropdown-arrow{margin-left:5px}html.custom-haddock .header-logo-link{display:inline-block}html.custom-haddock .header-logo{max-height:32px}html.custom-haddock .header-iso{width:32px}html.custom-haddock .header-right{align-items:center;display:flex}html.custom-haddock .header-right .link-help{color:#9e9dab;display:inline-block;font-size:20px;margin-right:17px}html.custom-haddock .header-right .link-help:hover{color:#55536b}html.custom-haddock .header-right .header-menu{margin-right:30px}html.custom-haddock .header-right .header-menu ul{background:#fff;box-shadow:0 4px 8px 0 #0d0a2c0a;display:none;list-style:none;margin:0 0 0 -14px;padding:15px 15px 5px;position:absolute;right:25px;text-align:right;width:150px}html.custom-haddock .header-right .header-menu ul:hover,html.custom-haddock .header-right .header-menu:hover ul{display:block}html.custom-haddock .header-right .header-menu li{margin:10px 0}html.custom-haddock .header-right .header-menu li .button-link,html.custom-haddock .header-right .header-menu li a{color:#0d0a2c;text-decoration:none}html.custom-haddock .header-right .header-menu li .button-link:hover,html.custom-haddock .header-right .header-menu li a:hover{text-decoration:underline}html.custom-haddock .header-menu-profile{align-items:center;cursor:pointer;display:flex}html.custom-haddock .header-menu-profile img{margin-right:8px;width:40px}html.custom-haddock .header-menu-profile>span{font-weight:500}@media(max-width:768px){html.custom-haddock .header-menu-profile .header-username{display:none}}html.custom-haddock .header-trial{align-items:center;background:#1b154c;color:#fff;display:flex;height:34px;justify-content:center;position:fixed;width:100%;z-index:100}html.custom-haddock .header-trial .btn{margin-left:10px;padding:2px 10px}@media(max-width:768px){html.custom-haddock .header-trial{font-size:13px;line-height:1.2em;padding-left:5px;padding-right:5px}html.custom-haddock .header-trial .btn{font-size:14px;line-height:1em;padding:4px 6px;white-space:nowrap}}@media(min-width:768px){html.custom-haddock .header,html.custom-haddock .header-iso{display:none}}@media(max-width:768px){html.custom-haddock .header-logo{display:none}html.custom-haddock .header-menu{margin-right:20px}html.custom-haddock .header .btn-menu{padding-right:15px}html.custom-haddock .header-menu-item{display:inline-block}}html.custom-haddock .page-imports .steps{margin-bottom:50px;margin-top:30px;padding-left:0}html.custom-haddock .page-imports .steps li{align-items:center;counter-increment:step;display:flex;margin-bottom:40px}html.custom-haddock .page-imports .steps li:before{align-items:center;background:#3528ff;border-radius:50%;color:#fff;content:counter(step);display:flex;font-size:24px;font-weight:700;height:50px;justify-content:center;margin-right:20px;min-width:50px;width:50px}html.custom-haddock .page-imports .steps li .link{margin-left:3px;margin-right:3px}html.custom-haddock .page-imports .steps li .form-control-file{margin-top:7px}html.custom-haddock .page-imports .steps li>div{max-width:450px;width:100%}html.custom-haddock .page-imports .steps .form-row-switch{background:#fff;border:1px solid #e6e6e9;justify-content:flex-start;margin-bottom:0;margin-top:7px;padding:8px 10px}html.custom-haddock .page-imports .SubmitButton{margin-top:10px}html.custom-haddock .page-imports .import-list{margin-top:30px}html.custom-haddock .page-imports .import-list .import-list-text{font-weight:500;margin-bottom:5px}html.custom-haddock .page-imports .import-list .import-rows>li{background:#fff;border:1px solid #e6e6e9;display:flex;margin-bottom:5px;padding:6px 10px}html.custom-haddock .page-imports .import-list .import-rows>li .import-count{color:#3528ff;font-weight:700;margin-right:10px;min-width:45px}html.custom-haddock .page-imports .import-list .import-rows>li .import-count.import-count-errors,html.custom-haddock .page-imports .import-list.import-errors .import-list-text{color:#dc3545}html.custom-haddock .page-imports .import-list.import-errors .import-rows>li .import-count{color:#dc3545;min-width:45px}html.custom-haddock .lds-spinner{color:official;display:block;height:40px;margin:5px auto;position:relative;width:40px}html.custom-haddock .lds-spinner div{animation:lds-spinner 1.2s linear infinite;transform-origin:20px 20px}html.custom-haddock .lds-spinner div:after{background:#aaa;border-radius:20%;content:" ";display:block;height:10px;left:18px;position:absolute;top:3px;width:3px}html.custom-haddock .lds-spinner div:first-child{animation-delay:-1.1s;transform:rotate(0deg)}html.custom-haddock .lds-spinner div:nth-child(2){animation-delay:-1s;transform:rotate(30deg)}html.custom-haddock .lds-spinner div:nth-child(3){animation-delay:-.9s;transform:rotate(60deg)}html.custom-haddock .lds-spinner div:nth-child(4){animation-delay:-.8s;transform:rotate(90deg)}html.custom-haddock .lds-spinner div:nth-child(5){animation-delay:-.7s;transform:rotate(120deg)}html.custom-haddock .lds-spinner div:nth-child(6){animation-delay:-.6s;transform:rotate(150deg)}html.custom-haddock .lds-spinner div:nth-child(7){animation-delay:-.5s;transform:rotate(180deg)}html.custom-haddock .lds-spinner div:nth-child(8){animation-delay:-.4s;transform:rotate(210deg)}html.custom-haddock .lds-spinner div:nth-child(9){animation-delay:-.3s;transform:rotate(240deg)}html.custom-haddock .lds-spinner div:nth-child(10){animation-delay:-.2s;transform:rotate(270deg)}html.custom-haddock .lds-spinner div:nth-child(11){animation-delay:-.1s;transform:rotate(300deg)}html.custom-haddock .lds-spinner div:nth-child(12){animation-delay:0s;transform:rotate(330deg)}@keyframes lds-spinner{0%{opacity:1}to{opacity:0}}html.custom-haddock .loading-overlay .lds-spinner div:after{background:#fff}.page-plan html.custom-haddock .counter-container,.page-plan html.custom-haddock .plan-container,html.custom-haddock .h-scroll,html.custom-haddock .page-plan .counter-container,html.custom-haddock .page-plan .plan-container{overflow-x:auto;scrollbar-color:#aaa #00000012;scrollbar-width:thin;transition:all .2s ease}html.custom-haddock .form-group-periodo{max-width:220px}html.custom-haddock .form-group-periodo .DateInput{width:95px}html.custom-haddock .plan-opener-modal .form-group-periodo{max-width:100%;width:100%}html.custom-haddock .plan-opener-modal .DateRangePicker{width:100%}html.custom-haddock .plan-opener-modal .DateInput{width:auto}html.custom-haddock .page-plans .bloque-abrir{background:#fff;margin-top:30px;padding:30px 30px 20px}html.custom-haddock .page-plans .bloque-abrir .flex-group{max-width:650px}html.custom-haddock .page-plans .bloque-abrir .SubmitButton{margin:0}@media(max-width:480px){html.custom-haddock .page-plans .bloque-abrir{padding:15px}html.custom-haddock .page-plans .bloque-abrir .flex-group{display:block;max-width:100%}html.custom-haddock .page-plans .bloque-abrir .form-group{margin-bottom:10px}html.custom-haddock .page-plans .bloque-abrir .DateRangePicker{display:block}html.custom-haddock .page-plans .bloque-abrir .DateRangePicker_picker,html.custom-haddock .page-plans .bloque-abrir .form-group-periodo{max-width:100%}html.custom-haddock .page-plans .bloque-abrir .form-group-periodo .DateInput{width:40%}}html.custom-haddock .page-plans .list-recientes{margin-top:40px}html.custom-haddock .page-plans .list-recientes .plan-visit{height:100%;justify-content:space-between}html.custom-haddock .page-plans .list-recientes .col-visit{margin-bottom:30px}html.custom-haddock .page-plans .list-recientes h3{margin-bottom:15px}html.custom-haddock .page-plans .list-recientes .time-ago{color:#55536b;font-style:italic}html.custom-haddock .page-plans .list-recientes .avatar-container{height:40px;margin-bottom:15px}@media(max-width:1440px){html.custom-haddock .page-plans .heading-help-banner{left:auto;position:relative;transform:translateX(0)}}html.custom-haddock .page-plan .btn-filter{padding:8px}html.custom-haddock .page-plan .btn-filter.btn-maxmin{margin-left:10px!important}html.custom-haddock .page-plan .btn-filter .icon-filter,html.custom-haddock .page-plan .btn-filter .icon-maxmin{color:#9e9dab;font-size:18px}html.custom-haddock .page-plan .btn-filter.active .icon-filter,html.custom-haddock .page-plan .btn-filter.active .icon-maxmin{color:#3528ff}html.custom-haddock .page-plan .btn-filter:focus{border-color:none;box-shadow:none}html.custom-haddock .page-plan .btn-filter.btn-seleccionar{color:#9e9dab;margin:0}html.custom-haddock .page-plan .btn-filter.btn-seleccionar .icon-seleccionar{font-size:24px}html.custom-haddock .page-plan .plan-error,html.custom-haddock .page-plan .plan-pending{margin-top:250px;text-align:center}html.custom-haddock .page-plan .plan-error .icono-plan,html.custom-haddock .page-plan .plan-pending .icono-plan{color:#9e9dab;font-size:36px;margin-bottom:5px}html.custom-haddock .page-plan .bloque-plan{background:#fff;flex:1 1;padding:15px}html.custom-haddock .page-plan .full-plan-container{display:flex;flex-direction:row;height:calc(100vh - 180px);justify-content:space-between}html.custom-haddock .page-plan .full-plan-container .lds-spinner{margin-top:200px}html.custom-haddock .page-plan .full-plan-container .loading-overlay .lds-spinner{margin:0}html.custom-haddock .page-plan .full-plan-container.maximized{height:calc(100vh - 130px)}html.custom-haddock .page-plan .shift-list-filter{align-self:self-start}html.custom-haddock .page-plan .shift-list-filter .shift-list{max-height:calc(100vh - 375px)}html.custom-haddock .page-plan .combo-filter .btn-default{padding-left:5px;padding-right:5px}html.custom-haddock .page-plan .combo-filter .nav-tabs{margin-right:10px}html.custom-haddock .page-plan .combo-filter .nav-tabs .nav-item .nav-link{margin-right:10px;padding-bottom:8px;padding-top:20px}html.custom-haddock .page-plan .combo-filter .nav-tabs .nav-item:last-child .nav-link{margin-right:0}html.custom-haddock .page-plan .resizable-fragment{display:flex;height:100%}html.custom-haddock .page-plan .panel-plan{flex-grow:1}html.custom-haddock .page-plan .plan-container{position:relative;width:100%}html.custom-haddock .page-plan .heading .heading-actions .btn-copiar{padding-left:5px;padding-right:5px}html.custom-haddock .page-plan .heading .heading-actions .dropdown-export .btn-action{margin-left:5px;padding-left:5px}html.custom-haddock .page-plan .heading .heading-filters select{max-width:180px}html.custom-haddock .page-plan .heading .published-until{align-items:center;background:#fff;border:0;color:#3528ff;cursor:pointer;display:flex;margin-left:20px}html.custom-haddock .page-plan .heading .published-until .icon{font-size:20px;margin-right:5px}html.custom-haddock .page-plan .heading .btn-group-view .btn{padding:8px 10px}html.custom-haddock .page-plan .heading .btn-group-view .icon-zoom{font-size:16px}html.custom-haddock .page-plan .heading .btn-group-view .icon-vertical{font-size:20px;margin-left:-2px;margin-right:-2px}html.custom-haddock .page-plan .heading .btn-group-view .btn-flex{align-items:center;display:flex}html.custom-haddock .page-plan .heading .btn-group-view .btn-flex .plus{color:#55536b;font-size:20px;font-weight:500;line-height:1px;margin-left:2px;margin-right:1px}html.custom-haddock .page-plan .heading .btn-group-view .btn-flex.btn-primary .plus{color:#fff}html.custom-haddock .page-plan .heading .btn-group-view .btn-default:disabled{border-color:#e6e6e9}@media(max-width:768px){html.custom-haddock .page-plan .heading{margin-bottom:0}}html.custom-haddock .page-plan .plan-periodo-container{align-items:center;display:flex;margin-left:30px}.column-item html.custom-haddock .page-plan .plan-periodo-container .column-label-btn,html.custom-haddock .column-item .page-plan .plan-periodo-container .column-label-btn,html.custom-haddock .page-plan .plan-periodo-container .btn-icon-text,html.custom-haddock .page-plan .plan-periodo-container .btn-transparent,html.custom-haddock .page-plan .plan-periodo-container .column-item .column-label-btn{margin:0}html.custom-haddock .page-plan .plan-periodo-container .plan-periodo{background:#fff;border:1px solid #e6e6e9;border-radius:4px;font-size:18px;font-weight:500;margin-left:15px;margin-right:15px;min-width:200px;padding:5px 10px}html.custom-haddock .page-plan .head-hours-main{background-color:#f0f5ff}html.custom-haddock .page-plan .head-hours{background-color:#f7f7f8;min-width:70px;padding:8px!important;text-align:left;white-space:nowrap}html.custom-haddock .page-plan .shift-cell-hours-main{background-color:#f0f5ff}html.custom-haddock .page-plan .table-plan{height:1px;margin-bottom:30px}html.custom-haddock .page-plan .table-plan .th-wrap{background:#fff;border-left:1px solid #e6e6e9;box-shadow:-1px 0 0 0 #fff;display:flex;flex-direction:column;height:100%;justify-content:center;padding:7px;width:100%}html.custom-haddock .page-plan .table-plan .th-day{height:30px;line-height:1.2em;min-width:47px;text-align:center;text-transform:capitalize}html.custom-haddock .page-plan .table-plan .th-day span{display:block;line-height:1.1em}html.custom-haddock .page-plan .table-plan .th-day .span-day{font-size:80%;font-weight:400}html.custom-haddock .page-plan .table-plan .th-day .span-num{font-weight:700}html.custom-haddock .page-plan .table-plan .th-day .th-wrap{padding-bottom:3px;padding-top:3px}html.custom-haddock .page-plan .table-plan .th-day.today .th-wrap{background-color:#f0f5ff;border-top:2px solid #3528ff;color:#3528ff}html.custom-haddock .page-plan .table-plan tbody th,html.custom-haddock .page-plan .table-plan thead th:first-child{height:100%;left:0;max-width:160px;padding:0;position:sticky;z-index:2}html.custom-haddock .page-plan .table-plan tbody th .th-wrap,html.custom-haddock .page-plan .table-plan thead th:first-child .th-wrap{border-right:1px solid #e6e6e9}html.custom-haddock .page-plan .table-plan thead th{background:#fff;border-bottom:0;font-size:14px;font-weight:500;height:auto;height:35px;padding:0;position:sticky;top:0;z-index:1}html.custom-haddock .page-plan .table-plan thead th .th-wrap{border-bottom:1px solid #e6e6e9;border-top:1px solid #e6e6e9;box-shadow:-1px -1px 0 0 #fff}html.custom-haddock .page-plan .table-plan thead th:first-child{z-index:10}html.custom-haddock .page-plan .table-plan thead th:first-child .th-wrap{min-width:160px;padding:8px 10px;text-align:left}html.custom-haddock .page-plan .table-plan tbody td.disabled{background:#eee}html.custom-haddock .page-plan .table-plan.table-plan-main tbody td{height:52px;padding:0;vertical-align:top}html.custom-haddock .page-plan .table-plan.table-plan-main.table-default tbody td,html.custom-haddock .page-plan .table-plan.table-plan-main.table-grid tbody td{height:auto}html.custom-haddock .page-plan .table-plan.table-plan-main .plan-icon{color:currentColor;font-size:10px;position:absolute}html.custom-haddock .page-plan .table-plan.table-plan-main .plan-icon.icon-locked{bottom:3px;left:2px}html.custom-haddock .page-plan .table-plan.table-plan-main .plan-icon.icon-clock{bottom:3px;font-size:11px;right:2px}html.custom-haddock .page-plan .table-plan.table-plan-main .plan-icon.icon-comments{bottom:3px;left:18px}html.custom-haddock .page-plan .table-plan.table-plan-main .plan-icon.icon-edited{font-size:12px;right:2px;top:2px}html.custom-haddock .page-plan .table-plan.table-plan-main .plan-icon.icon-alert{color:red;font-size:11px;left:2px;top:2px}html.custom-haddock .page-plan .table-plan.table-plan-main .shift-item-intervals .plan-icon.icon-edited{bottom:16px;left:2px;right:auto;top:auto}html.custom-haddock .page-plan .table-plan.table-plan-main .shift-separator{border-bottom:2px solid #000!important}html.custom-haddock .page-plan .table-plan.table-plan-main .btn-checkbox.active{border-color:#e6e6e9}html.custom-haddock .page-plan .table-plan.table-plan-main .shift-list-items{height:100%;min-height:40px}html.custom-haddock .page-plan .table-plan.table-plan-main .shift-list-items .shift-item{font-size:11.5px;height:27px;min-width:46px}html.custom-haddock .page-plan .table-plan.table-plan-main .shift-list-items .shift-item:hover{background:#5b49fe66!important}html.custom-haddock .page-plan .table-plan.table-plan-main .shift-list-items .shift-item .shift-item-content{align-items:center;display:flex;justify-content:space-between;width:calc(100% - 16px)}html.custom-haddock .page-plan .table-plan.table-plan-main .shift-list-items .shift-item .shift-info-right{text-align:right}html.custom-haddock .page-plan .table-plan.table-plan-main .shift-list-items .shift-item .shift-badge{font-size:10px}html.custom-haddock .page-plan .table-plan.table-plan-main .shift-list-items .shift-item .total-badge{font-size:10px;font-weight:700;margin-top:-3px;white-space:nowrap}html.custom-haddock .page-plan .table-plan.table-plan-main .shift-list-items .shift-item .shift-function,html.custom-haddock .page-plan .table-plan.table-plan-main .shift-list-items .shift-item .shift-ubication{border-radius:4px;display:block;font-size:11px;line-height:13px;margin-top:1px;max-width:70px;padding:1px 3px;text-align:center}html.custom-haddock .page-plan .table-plan.table-plan-main .shift-list-items .shift-item-intervals:last-child{margin-bottom:0}html.custom-haddock .page-plan .table-plan.table-plan-main .shift-list-items .shift-item-intervals .time-interval{font-size:11px;line-height:1.1em;padding:0 4px}html.custom-haddock .page-plan .table-plan.table-plan-main .shift-list-items .shift-item-intervals .time-interval:last-child{margin-right:0}html.custom-haddock .page-plan .table-plan.table-plan-main .shift-list-items.shift-list-items-hours{flex-direction:row;position:relative}html.custom-haddock .page-plan .table-plan.table-plan-main .shift-list-items.shift-list-items-hours .shift-item{flex-grow:0;position:absolute}html.custom-haddock .page-plan .table-plan.table-plan-main .shift-list-items.shift-list-items-hours .shift-end,html.custom-haddock .page-plan .table-plan.table-plan-main .shift-list-items.shift-list-items-hours .shift-start{min-width:auto}html.custom-haddock .page-plan .table-plan.table-plan-main .shift-list-items.shift-list-items-hours .shift-start{border-bottom-left-radius:8px;border-top-left-radius:8px}html.custom-haddock .page-plan .table-plan.table-plan-main .shift-list-items.shift-list-items-hours .shift-end{border-bottom-right-radius:8px;border-top-right-radius:8px}html.custom-haddock .page-plan .table-plan.table-plan-main .shift-cell{display:table-cell;position:static}html.custom-haddock .page-plan .table-plan.table-plan-main .shift-cell .react-contextmenu-wrapper,html.custom-haddock .page-plan .table-plan.table-plan-main .shift-cell .shift-item{align-items:center;display:flex;height:100%;justify-content:center;position:relative;width:100%}html.custom-haddock .page-plan .table-plan.table-plan-main .shift-cell:hover{opacity:1}html.custom-haddock .page-plan .table-plan.table-plan-main .shift-cell.cut{opacity:.5}html.custom-haddock .page-plan .table-plan.table-plan-main .shift-cell.dashed{opacity:.8}html.custom-haddock .page-plan .table-plan.table-plan-main .shift-cell.dashed .shift-item{background:#eee!important;border:2px dashed #9e9dab}html.custom-haddock .page-plan .table-plan.table-plan-main .shift-cell.drag-over{position:relative}html.custom-haddock .page-plan .table-plan.table-plan-main .shift-cell.drag-over.drag-over:before{background:#ff228026;border:2px dashed #ffb380;content:"";height:100%;left:0;pointer-events:none;position:absolute;top:0;width:100%;z-index:1}html.custom-haddock .page-plan .table-plan.table-plan-main .shift-cell.shift-cell-intervals .shift-item-content .time-intervals{margin-left:10px}html.custom-haddock .page-plan .table-plan.table-plan-main .shift-cell.shift-cell-intervals .shift-function{margin-left:7px}html.custom-haddock .page-plan .table-plan.table-plan-main .shift-cell.shift-cell-intervals .shift-item{margin-bottom:0}html.custom-haddock .page-plan .table-plan.table-plan-main .shift-cell.shift-cell-ubications{min-width:200px}html.custom-haddock .page-plan .table-plan.table-plan-main .shift-cell.shift-cell-ubications .time-intervals{margin-right:6px}html.custom-haddock .page-plan .table-plan.table-plan-main .shift-cell.shift-cell-ubications .shift-item{position:relative}html.custom-haddock .page-plan .table-plan.table-plan-main .shift-cell.shift-cell-ubications .shift-item .shift-item-content{align-items:center;display:flex;width:calc(100% - 10px)}html.custom-haddock .page-plan .table-plan.table-plan-main .shift-cell.shift-cell-ubications .shift-item .shift-item-content .shift-info{min-width:60%;padding-left:10px;padding-right:5px;position:relative}html.custom-haddock .page-plan .table-plan.table-plan-main .shift-cell.shift-cell-ubications .shift-item .shift-item-content .shift-ubication{height:auto;position:relative;white-space:nowrap}html.custom-haddock .page-plan .table-plan.table-plan-main .shift-cell.shift-cell-ubications .shift-item .ubication-list{display:flex;flex-direction:column;height:100%;margin:0;text-align:right}html.custom-haddock .page-plan .table-plan.table-plan-main .shift-cell.shift-cell-ubications .shift-item .ubication-list .ubication-item{margin-bottom:2px}html.custom-haddock .page-plan .table-plan.table-plan-main .shift-cell.shift-cell-ubications .shift-item .ubication-list .ubication-item .react-contextmenu-wrapper{border:#0000!important;display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}html.custom-haddock .page-plan .table-plan.table-plan-main .shift-cell.shift-cell-ubications .shift-item .ubication-list .ubication-item:last-child{margin-bottom:0}html.custom-haddock .page-plan .table-plan.table-plan-main .shift-cell.shift-cell-ubications .shift-item .plan-icon{z-index:1}html.custom-haddock .page-plan .table-plan.table-plan-main .shift-cell.shift-cell-ubications .shift-item .shift-container{color:#000}html.custom-haddock .page-plan .table-plan.table-plan-main .avatar{display:block;margin-bottom:2px;margin-right:5px}html.custom-haddock .page-plan .table-plan.table-plan-main .employee-main{display:flex;flex-direction:row;justify-content:flex-start}html.custom-haddock .page-plan .table-plan.table-plan-main .employee-link-name{color:#0d0a2c;font-size:13px;font-weight:400}html.custom-haddock .page-plan .table-plan.table-plan-main .employee-link-name:hover{color:#3528ff}html.custom-haddock .page-plan .table-plan.table-plan-main .employee-info{color:#888;display:flex;font-size:11.5px;font-weight:400;margin-bottom:-3px;margin-left:30px;margin-top:-7px;max-width:200px}html.custom-haddock .page-plan .table-plan.table-plan-main .substring{max-width:135px}html.custom-haddock .page-plan .table-plan.table-plan-main .employee-function{margin-right:4px}html.custom-haddock .page-plan .table-plan.table-plan-main .employee-function.substring,html.custom-haddock .page-plan .table-plan.table-plan-main .employee-ubication.substring{max-width:80px}html.custom-haddock .page-plan .table-plan.table-plan-main .employee-ubication .icon{margin-right:-3px}html.custom-haddock .page-plan .table-counter.table-ubications tbody td,html.custom-haddock .page-plan .table-plan.table-plan-main.table-ubication-grouped tbody td,html.custom-haddock .page-plan .table-plan.table-plan-main.table-ubications tbody td{height:auto}html.custom-haddock .page-plan .table-plan.table-default .th-day,html.custom-haddock .page-plan .table-plan.table-needs.table-ubications tbody td,html.custom-haddock .page-plan .table-plan.table-plan-main.table-ubication-grouped .th-day{min-width:200px}html.custom-haddock .page-plan .table-plan.table-plan-main.table-ubication-grouped tbody .th-wrap{height:auto;height:100%;position:sticky;top:10px}html.custom-haddock .page-plan .table-plan.table-plan-main.table-ubication-grouped tbody .shift-cell .shift-item{max-height:60px}html.custom-haddock .page-plan .table-plan.table-plan-main.table-ubication-grouped tbody .shift-cell .shift-item:hover{pointer-events:none}html.custom-haddock .page-plan .table-plan.table-plan-main.table-ubication-grouped tbody .shift-list-items{justify-content:flex-start}html.custom-haddock .page-plan .table-plan.table-plan-main.table-ubication-grouped tbody .ubication-main{align-items:center;display:flex;flex-direction:row;justify-content:flex-start}html.custom-haddock .page-plan .table-plan.table-plan-main.table-ubication-grouped tbody .ubication-main .bolita{margin:0 4px 0 0}html.custom-haddock .page-plan .table-plan.table-plan-main.table-ubication-grouped tbody .ubication-link-name{color:#0d0a2c;display:inline-block;font-size:13px;font-weight:400}html.custom-haddock .page-plan .table-plan.table-plan-main.table-ubication-grouped tbody .ubication-link-name:hover{color:#3528ff}html.custom-haddock .page-plan .table-plan.table-plan-main.table-ubication-grouped tbody .shift-item-content .employee-name{display:inline-block}html.custom-haddock .page-plan .table-plan.table-plan-vertical thead th:first-child{min-width:0}html.custom-haddock .page-plan .table-plan.table-plan-vertical thead .th-wrap-inverted{border-bottom:1px solid #e6e6e9;border-left:1px solid #e6e6e9;box-shadow:1px 0 0 0 #fff;margin-left:-1px}html.custom-haddock .page-plan .table-plan.table-plan-vertical thead tr th{border-bottom:1px solid #e6e6e9}html.custom-haddock .page-plan .table-plan.table-plan-vertical .th-day-content{align-items:center;background:#fff;border-left:1px solid #e6e6e9;display:flex;flex-direction:column;height:100%;justify-content:center}html.custom-haddock .page-plan .table-plan.table-plan-vertical .th-day-extended{border-right:1px solid #e6e6e9;height:100%;min-width:70px;width:70px}html.custom-haddock .page-plan .table-plan.table-plan-vertical .th-day-extended.today .th-day-content{background-color:#f0f5ff;border-top:2px solid #3528ff;color:#3528ff}html.custom-haddock .page-plan .table-plan.table-plan-vertical tbody td{height:auto}html.custom-haddock .page-plan .table-plan.table-plan-vertical .employee-main{align-items:center;padding:5px 8px}html.custom-haddock .page-plan .table-plan.table-plan-vertical .employee-main .employee-info{margin:0}html.custom-haddock .page-plan .counter-container{margin-left:20px;padding-right:10px;position:relative}html.custom-haddock .page-plan .counter-container:before{background-image:linear-gradient(90deg,#fff0,#fff);content:"";height:100%;left:-45px;position:absolute;top:0;width:45px;z-index:1}html.custom-haddock .page-plan .table-counter th{font-size:13px;height:30px;line-height:1.1em;padding-bottom:3px;padding-top:3px}html.custom-haddock .page-plan .table-counter th .th-counter-content{height:30px;overflow:hidden}html.custom-haddock .page-plan .table-counter tbody td{height:52px}html.custom-haddock .page-plan .table-counter .counter-value{border-bottom:1px solid #3528ff;color:#0d0a2c}html.custom-haddock .page-plan .table-counter .counter-value:hover{color:#3528ff;text-decoration:none}html.custom-haddock .page-plan .table-counter.table-grid-combo td{height:60px}html.custom-haddock .page-plan .table-hourly-counter{margin-top:-25px}html.custom-haddock .page-plan .table-hourly-counter .main-col{min-width:150px}html.custom-haddock .page-plan .table-hourly-counter .td-hour{font-size:14px;padding-left:1px;padding-right:1px;text-align:center}html.custom-haddock .page-plan .table-hourly-counter.table-needs{margin-top:-25px}html.custom-haddock .page-plan .staffing-container{padding-top:30px}html.custom-haddock .page-plan .staffing-container .plan-error{margin-top:200px}html.custom-haddock .page-plan .staffing-filters{align-items:center;display:flex;height:40px;justify-content:space-between;margin-bottom:15px}html.custom-haddock .page-plan .staffing-filters .btn-filter{padding-left:8px;padding-right:8px}html.custom-haddock .page-plan .staffing-filters .staffing-filters-content{align-items:center;display:flex;padding-right:10px}html.custom-haddock .page-plan .staffing-filters .staffing-filters-content .form-group{margin-bottom:0;margin-right:10px}html.custom-haddock .page-plan .table-needs{margin-top:50px}html.custom-haddock .page-plan .table-needs .th-day{cursor:pointer}html.custom-haddock .page-plan .table-needs .th-day.selected .th-wrap,html.custom-haddock .page-plan .table-needs .th-day:hover .th-wrap{background:#f0f5ff;color:#3528ff}html.custom-haddock .page-plan .table-needs tbody th{background:#fff;font-size:13px;font-weight:400}html.custom-haddock .page-plan .table-needs tbody .th-wrap{background:#0000}html.custom-haddock .page-plan .table-needs tbody td{min-width:47px}html.custom-haddock .page-plan .table-needs tbody td:not(.disabled){cursor:pointer}html.custom-haddock .page-plan .table-needs .need-interval,html.custom-haddock .page-plan .table-needs .need-ubication{align-items:center;display:flex;font-size:90%;font-weight:400;margin-top:-2px}html.custom-haddock .page-plan .table-needs .need-interval .icon,html.custom-haddock .page-plan .table-needs .need-ubication .icon{margin-right:5px}html.custom-haddock .page-plan .table-needs .need-ubication{margin-right:10px}html.custom-haddock .page-plan .table-needs .need-footer{align-items:center;display:flex;flex-wrap:wrap}html.custom-haddock .page-plan .table-needs .current-cell{padding:8px 10px;text-align:center}html.custom-haddock .page-plan .table-needs .current-cell.current-none{cursor:auto}html.custom-haddock .page-plan .table-needs .need-cell{display:table-cell;padding:0;position:static}html.custom-haddock .page-plan .table-needs .need-cell .react-contextmenu-wrapper{align-items:center;display:flex;height:100%;justify-content:center;position:relative;width:100%}html.custom-haddock .page-plan .table-needs .need-cell .need-icon{color:#55536b;font-size:12px;position:absolute}html.custom-haddock .page-plan .table-needs .need-cell .need-icon.icon-edited{right:2px;top:2px}html.custom-haddock .page-plan .table-needs .need-cell:hover{opacity:1}html.custom-haddock .page-plan .table-needs .need-cell.active,html.custom-haddock .page-plan .table-needs .need-cell.active .need-icon{color:#fff}html.custom-haddock .page-plan .table-needs .need-cell.shift-cell-intervals{padding:3px}html.custom-haddock .page-plan .table-needs .need-cell.shift-cell-intervals .shift-list-items{justify-content:center!important}html.custom-haddock .page-plan .table-needs.table-grid-combo td{max-width:70px;min-width:70px}html.custom-haddock .page-plan .table-needs .single-hour{align-items:center;display:flex;height:100%;justify-content:center;text-align:center}html.custom-haddock .page-plan .table-needs .hour-split{display:flex;height:100%;width:100%}html.custom-haddock .page-plan .table-needs .half-hour{align-items:center;display:flex;flex:1 1;justify-content:center;text-align:center}html.custom-haddock .page-plan .table-needs .half-hour:not(:last-child){border-right:1px solid #0000001a}html.custom-haddock .page-plan .table-needs .double-cell{border-right:none!important;padding:0}html.custom-haddock .page-plan .th-selectable{cursor:pointer}html.custom-haddock .page-plan .th-selectable:hover,html.custom-haddock .page-plan .th-selectable:hover .th-day-content,html.custom-haddock .page-plan .th-selectable:hover .th-wrap{background:#f0f5ff}html.custom-haddock .plan-shift-edit .plan-shift-head{margin-bottom:20px;margin-top:-10px}html.custom-haddock .plan-shift-edit .btn-add{padding-left:8px;padding-right:8px;white-space:nowrap}html.custom-haddock .plan-shift-edit .hasError .form-time{color:#ce1126!important}html.custom-haddock .plan-shift-edit .table-zebra-reverse .td-error{background:#f2d0d4;color:#ce1126}html.custom-haddock .plan-shift-edit .row-ubications{margin-bottom:20px}html.custom-haddock .staffing-overwrite-edit .subtitle{color:#3528ff;margin-bottom:0}html.custom-haddock .staffing-overwrite-edit .staffing-overwrite-head{margin-top:-10px}html.custom-haddock .staffing-overwrite-edit .staffing-overwrite-head strong{display:inline-block;width:70px}html.custom-haddock .staffing-overwrite-edit .staffing-overwrite-head div{margin-bottom:5px}html.custom-haddock .staffing-overwrite-edit .need-heading{align-items:center;display:flex;justify-content:space-between;margin-bottom:15px;margin-top:20px}html.custom-haddock .staffing-overwrite-edit .need-heading .info-note{color:#9e9dab;display:block;font-size:85%;text-align:right}html.custom-haddock .staffing-overwrite-edit .need-heading .info-note:before{content:"*";margin-right:5px}html.custom-haddock .staffing-overwrite-edit .need-list{border:1px solid #fff}html.custom-haddock .staffing-overwrite-edit .need-list li{align-items:center;border-bottom:1px solid #fff;display:flex;padding:5px 10px}html.custom-haddock .staffing-overwrite-edit .need-list li:last-child{border-bottom:none}html.custom-haddock .staffing-overwrite-edit .need-list li:nth-child(2n){background-color:#f0f5ff}html.custom-haddock .staffing-overwrite-edit .need-list .form-group{align-items:center;display:flex;margin-bottom:0}html.custom-haddock .staffing-overwrite-edit .need-list .form-group label{margin-bottom:0;width:100px}html.custom-haddock .staffing-overwrite-edit .need-list .form-group .form-control{margin-right:15px;width:100px}html.custom-haddock .staffing-overwrite-edit .need-list .needed-status{margin-right:5px}html.custom-haddock .staffing-overwrite-edit .need-list .row-copy{align-items:center;display:flex}html.custom-haddock .staffing-overwrite-edit .need-list .row-copy .switch{height:20px;margin-left:40px;margin-right:7px;width:35px}html.custom-haddock .staffing-overwrite-edit .need-list .row-copy .switch .react-switch-label{height:20px;width:35px}html.custom-haddock .staffing-overwrite-edit .need-list .row-copy .switch .react-switch-button{height:15px;width:15px}html.custom-haddock .staffing-overwrite-edit .form-error{margin-top:15px}html.custom-haddock .tooltip-staffing .tooltip-inner{text-align:left}html.custom-haddock .switch-input-row{align-items:center;display:flex;justify-content:space-between;margin-bottom:15px}html.custom-haddock .switch-input-row .form-group{margin-bottom:0}html.custom-haddock .switch-input-row .form-group-input{margin-top:-15px;max-width:120px}html.custom-haddock .plan-magic-edit .subtitle{margin-bottom:15px;margin-top:20px}html.custom-haddock .plan-magic-edit .tab-content .tab-pane{min-height:300px;padding-top:30px}html.custom-haddock .plan-magic-edit .alert-general-error{margin-top:-15px}html.custom-haddock .plan-magic-edit .form-group-flex.form-row-switch{margin-bottom:20px;margin-top:0;width:calc(100% - 150px)}html.custom-haddock .plan-magic-edit .form-row-select{align-items:center;display:flex;margin-bottom:20px;margin-top:-7px}html.custom-haddock .plan-magic-edit .form-row-select label{font-weight:400;width:calc(100% - 200px)}html.custom-haddock .plan-magic-edit .form-row-select select{width:200px}html.custom-haddock .plan-magic-edit .switch-input-row .form-control{text-align:right}html.custom-haddock .plan-magic-edit .switch-input-row .form-row-switch{margin-bottom:7px}html.custom-haddock .plan-magic-edit .switch-input-row .input-group-text{width:65px}html.custom-haddock .plan-magic-edit .switch-input-row .form-group-segundos{max-width:155px}html.custom-haddock .plan-magic-edit .switch-input-row .form-group-segundos .input-group-text{width:95px}html.custom-haddock .plan-magic-edit .row-adding .form-group-flex{justify-content:space-between}html.custom-haddock .plan-magic-edit .row-adding select{min-width:300px}html.custom-haddock .plan-magic-edit .row-adding .form-label{font-weight:400;padding-top:10px}html.custom-haddock .plan-magic-edit .row-adding .form-box{margin-left:10px}html.custom-haddock .plan-magic-edit .row-adding .btn{height:40px;margin-left:10px}html.custom-haddock .plan-magic-edit .row-adding .list-tags{margin-top:10px}html.custom-haddock .plan-magic-edit .row-adding .list-tags li{padding:3px 8px}html.custom-haddock .plan-magic-edit .row-adding .list-tags li .btn-tag-delete{margin-left:3px}html.custom-haddock .plan-magic-edit .row-adding .form-box-wrap{display:flex}html.custom-haddock .plan-magic-edit .row-adding .row-adding-help{font-size:85%;margin-top:3px}html.custom-haddock .plan-magic-edit .row-adding .row-adding-help .btn-link:first-of-type{margin-right:7px}html.custom-haddock .plan-export .form-group-periodo{display:flex;flex-direction:column}html.custom-haddock .plan-export .form-group-periodo .DateInput{width:187px}html.custom-haddock .plan-export .form-group-flex.form-row-switch{justify-content:start;margin-bottom:15px;padding-top:10px}html.custom-haddock .plan-export .form-group-flex.form-row-switch label{font-weight:500}html.custom-haddock .chart-container{background:#fff;margin-bottom:30px;padding:15px 0}html.custom-haddock .chart-container .title-chart{font-size:20px;font-weight:900;padding:0 15px}html.custom-haddock .chart-container .apexcharts-canvas,html.custom-haddock .chart-container svg{max-width:100%}html.custom-haddock .chart-container .apexcharts-canvas{max-width:calc(100% - 5px)}html.custom-haddock .page-magic-plan .heading{margin-bottom:5px}html.custom-haddock .page-magic-plan .plan-periodo{margin-left:0}html.custom-haddock .page-magic-plan .no-results{align-items:center;display:flex;justify-content:center;min-height:100px}html.custom-haddock .page-magic-plan .btn-guardar{margin:0}html.custom-haddock .page-magic-plan .btn-guardar-footer{display:block;margin:20px auto 70px}html.custom-haddock .page-magic-plan .apexcharts-zoom-icon.apexcharts-selected svg{fill:#3528ff!important}html.custom-haddock .page-magic-plan .apexcharts-pan-icon.apexcharts-selected svg{stroke:#3528ff!important}html.custom-haddock .page-magic-plan .plan-ok{text-align:center}html.custom-haddock .page-magic-plan .plan-ok-container{align-items:center;background:#fff;display:flex;margin:30px auto;max-width:600px}html.custom-haddock .page-magic-plan .plan-ok-container h3{font-size:18px;margin-bottom:15px}html.custom-haddock .page-magic-plan .plan-ok-container .img-plan{width:200px}html.custom-haddock .page-magic-plan .plan-ok-container .plan-ok-content{padding:30px}html.custom-haddock .page-magic-plan .plan-ok-container .plan-ok-content .text-info{color:#888}html.custom-haddock .page-magic-plan .plan-ok-container .cobertura{margin:0 auto 25px;max-width:250px}html.custom-haddock .page-magic-plan .plan-ok-container .cobertura p{margin-bottom:5px}html.custom-haddock .shift-hover-menu-container{align-items:center;display:flex;justify-content:center;position:absolute;right:calc(50% - 40px);top:-16px;width:80px;z-index:1}html.custom-haddock .shift-hover-menu{background-color:#fff;border-radius:16px;box-shadow:0 4px 8px 0 #00000029;display:flex;gap:4px;padding:4px;z-index:10}html.custom-haddock .btn-hover-action{align-items:center;background:#ededf2;border:none;border-radius:50%;cursor:pointer;display:flex;font-size:1rem;height:24px;justify-content:center;padding:2px;width:24px}html.custom-haddock .btn-hover-action:hover{background-color:#ccc}html.custom-haddock .btn-hover-action.btn-add{background:#3528ff;color:#fff}html.custom-haddock .btn-hover-action.btn-add:hover{background-color:#666}html.custom-haddock .btn-hover-action.btn-delete{background:#e25e6b;color:#fff}html.custom-haddock .btn-hover-action.btn-delete:hover{background-color:#dc3545}html.custom-haddock .btn-forecasting .icon{margin-left:7px}html.custom-haddock .switch-view-container{display:flex;justify-content:center;margin:15px 0}html.custom-haddock .switch-view{background-color:#fff;border:1px solid #6c5ce7;border-radius:4px;box-shadow:0 1px 3px #0000000d;height:40px;overflow:hidden;position:relative;width:100px}html.custom-haddock .switch-view .react-switch-label{background:#fff}html.custom-haddock .switch-view .react-switch-button{display:none!important}html.custom-haddock .switch-view .react-switch-checkbox{height:0;position:absolute;visibility:hidden;width:0}html.custom-haddock .switch-view .react-switch-label{align-items:center;border-radius:3px;cursor:pointer;display:flex;height:100%;justify-content:space-between;position:relative;transition:background-color .2s;width:100%}html.custom-haddock .switch-view .switch-icon-container{align-items:center;display:flex;height:100%;justify-content:center;transition:all .3s ease;width:50%;z-index:2}html.custom-haddock .switch-view .switch-icon-container.active{background-color:#6c5ce74d}html.custom-haddock .switch-view .switch-icon{color:#888;transition:color .3s ease}html.custom-haddock .switch-view .switch-icon.active{color:#3528ff}html.custom-haddock .switch-view .react-switch-button{background:#3528ff;border-radius:3px;box-shadow:0 0 5px #0003;height:100%;left:0;position:absolute;top:0;transition:.3s;width:50%;z-index:1}html.custom-haddock .switch-view .react-switch-checkbox:checked+.react-switch-label .react-switch-button{left:50%}html.custom-haddock .page-plan-views .list-columns{margin-bottom:15px;margin-top:5px}html.custom-haddock .page-plan-views .list-columns li{border-bottom:1px solid #e6e6e9;font-size:12px;padding-bottom:8px;padding-top:8px}html.custom-haddock .page-plan-views .list-columns li:last-child{border-bottom:0}html.custom-haddock .plan-view-edit .list-columns{background:#f0f5ff}html.custom-haddock .plan-view-edit .column-wrap{height:450px;overflow-y:auto;scrollbar-color:#aaa #00000012;scrollbar-width:thin;transition:all .2s ease}html.custom-haddock .plan-view-edit .column-item-tipo{color:#9e9dab;display:block;font-size:12px;margin-top:-2px;width:100%}html.custom-haddock .plan-view-edit .column-item-scope{background-color:#fff6;display:inline-block;height:34px;padding:3px 25px 3px 3px;width:auto}html.custom-haddock .page-profile .card{max-width:400px}html.custom-haddock .page-profile .avatar{display:block;margin-bottom:20px}html.custom-haddock .page-profile .button-password{margin-bottom:30px;margin-top:30px}html.custom-haddock .page-subscription .title{text-align:center}html.custom-haddock .page-subscription .row-switch-double{margin-bottom:25px}html.custom-haddock .page-subscription .row-switch-double .label-switch.active{font-weight:500}html.custom-haddock .page-subscription .container-precios{margin-top:15px;max-width:800px}html.custom-haddock .page-subscription .precios-titulo{font-size:20px}html.custom-haddock .page-subscription .precio-sin-iva{color:#222;font-size:14px;margin-top:-17px;text-align:center}html.custom-haddock .page-subscription .precios-item{background:#fff;border-radius:10px;margin-bottom:30px;padding:30px;text-align:left}html.custom-haddock .page-subscription .precios-item .btn{width:100%}html.custom-haddock .page-subscription .precios-precio{margin-top:20px}html.custom-haddock .page-subscription .precios-precio .precios-valor{color:#071026;font-size:34px;font-weight:700}html.custom-haddock .page-subscription .precios-precio .precios-periodo{color:#071026;font-weight:500;margin-top:7px}html.custom-haddock .page-subscription .active-users,html.custom-haddock .page-subscription .contract-users{color:#0a8a0a;margin-bottom:20px;margin-top:-20px;text-align:center}html.custom-haddock .page-subscription .contract-users{color:#0d0a2c}html.custom-haddock .page-subscription .lista-features{list-style:none;margin-bottom:40px;margin-left:0;margin-top:20px;padding-left:0}html.custom-haddock .page-subscription .lista-features li{background-image:url(/static/media/icon-check.5f691c9e9717c6c7ea99.svg);background-position:0 50%;background-repeat:no-repeat;background-size:16px 16px;padding:5px 0 5px 27px}@media(max-width:760px){html.custom-haddock .page-subscription .lista-features{display:inline-block;margin-bottom:0;margin-left:auto;margin-right:auto}html.custom-haddock .page-subscription .lista-features:last-child{margin-top:0}}html.custom-haddock .modal-subscription .intro{margin-bottom:25px;margin-top:-10px}html.custom-haddock .modal-subscription .step-content{display:flex;flex-direction:column;justify-content:center;min-height:300px}html.custom-haddock .modal-subscription .step-content.step-content-free{align-items:center}html.custom-haddock .modal-subscription .step-content h3{color:#3528ff;font-size:22px;font-weight:700}html.custom-haddock .modal-subscription .row-empleados{align-items:flex-start;background:#f7f7f8;display:flex;justify-content:space-between;margin-top:30px;padding:15px}html.custom-haddock .modal-subscription .row-empleados .form-group{margin-bottom:5px}html.custom-haddock .modal-subscription .row-switch-double .label-switch.active{font-weight:500}html.custom-haddock .modal-subscription .total{align-items:flex-start;display:flex;flex-direction:column;justify-content:flex-start}html.custom-haddock .modal-subscription .total .total-label{font-weight:500}html.custom-haddock .modal-subscription .total .total-num{font-size:40px;font-weight:700;line-height:1em}html.custom-haddock .modal-subscription .total .total-num:after{content:"/mes";font-size:11px;font-weight:400}html.custom-haddock .resizable-panels .resizer{background:#f0f5ff;flex-shrink:0;position:relative;width:10px}html.custom-haddock .resizable-panels .resizer:after,html.custom-haddock .resizable-panels .resizer:before{border-left:1px solid #3528ff;content:"";display:inline-block;height:20px;margin:0 3px;position:absolute;right:0;top:50%;transform:translateY(-100%)}html.custom-haddock .resizable-panels .resizer:before{left:0}html.custom-haddock .resizable-panels .resizable-fragment{flex-shrink:1;min-height:0;min-width:0;overflow:hidden}@media(max-width:1440px){html.custom-haddock .page-rules .heading-help-banner{left:auto;margin-right:1rem;position:relative;transform:translateX(0)}}html.custom-haddock .table-rules .icon-operacion{font-size:22px}html.custom-haddock .table-rules .icon-formula{color:#888;font-size:16px}html.custom-haddock .table-rules.table-mobile .label-mini{display:inline-block;margin-right:3px}html.custom-haddock .table-rules.table-mobile .btn-editable{font-weight:500}html.custom-haddock .table-rules .td-icon{padding:5px!important;width:25px}html.custom-haddock .modal-rule .text-info span{color:#3528ff;font-family:monospace;font-weight:700}html.custom-haddock .modal-rule .text-info-pretty{margin-top:-15px;overflow-wrap:break-word}html.custom-haddock .modal-rule .list-tags{margin-bottom:20px}html.custom-haddock .modal-rule .form-group-time{width:100%}html.custom-haddock .sidebar{background:#fff;box-shadow:0 4px 8px 0 #0d0a2c0a;color:#55536b;display:flex;flex-direction:column;height:100vh;justify-content:space-between;overflow-x:hidden;overflow-y:auto;padding:10px 15px 15px;position:fixed;scrollbar-color:#aaa #f7f7f8;scrollbar-width:thin;transition:all .1s ease;width:200px;z-index:10}.is_trial html.custom-haddock .sidebar{height:calc(100vh - 34px)}html.custom-haddock .sidebar .sidebar-header{align-items:center;display:flex;justify-content:space-between}html.custom-haddock .sidebar .sidebar-header .sidebar-logo{height:30px;margin-left:5px}html.custom-haddock .sidebar .sidebar-header .sidebar-iso{height:24px}@media(min-width:768px){html.custom-haddock .sidebar .sidebar-header .sidebar-iso{display:none}}html.custom-haddock .sidebar li{margin-bottom:5px;padding:0 5px}html.custom-haddock .sidebar li svg{height:24px;margin-right:10px;width:24px}html.custom-haddock .sidebar li a,html.custom-haddock .sidebar li a:link,html.custom-haddock .sidebar li a:visited{color:#55536b;display:block;padding:12px 5px}html.custom-haddock .sidebar li a.active,html.custom-haddock .sidebar li a:link.active,html.custom-haddock .sidebar li a:visited.active{background:#f7f7f8;color:#3528ff}html.custom-haddock .sidebar .menu-secondary{border-top:1px solid #e6e6e9;margin-top:15px;padding-top:15px}html.custom-haddock .sidebar .divider{border-top:1px solid #e6e6e9;padding-bottom:15px;padding-top:15px}html.custom-haddock .sidebar .menu-sub{padding-left:0}html.custom-haddock .sidebar .menu-sub li{padding:0}html.custom-haddock .sidebar .menu-sub li a{display:flex;padding:5px 0 5px 15px}html.custom-haddock .sidebar .menu-sub li a.active{background:#0000}html.custom-haddock .sidebar .menu-sub li a:before{border-bottom:1px dotted #55536b;border-left:1px dotted #55536b;content:"";height:15px;margin-right:4px;margin-top:-5px;width:10px}html.custom-haddock .sidebar .sidebar-terminal-fichajes{background:#f0f5ff;border-radius:15px;margin-top:30px;padding:15px 12px;position:relative}html.custom-haddock .sidebar .sidebar-terminal-fichajes .new{background:#0bcc8a;border-radius:5px;color:#fff;display:block;margin:-25px auto 10px;padding:3px;text-align:center;width:50px}html.custom-haddock .sidebar .sidebar-terminal-fichajes .sidebar-terminal-title{font-size:16px;font-weight:500;margin-bottom:15px;text-align:center}@media(min-width:768px){html.custom-haddock .sidebar .sidebar-terminal-fichajes{margin-top:50px}}html.custom-haddock .sidebar .btn-fichar{width:100%}html.custom-haddock .sidebar .btn-fichar svg{height:20px;margin-right:10px;width:20px}html.custom-haddock .sidebar .btn-fichar-mobile{display:none}html.custom-haddock .sidebar .sidebar-bottom{font-weight:500}html.custom-haddock .sidebar .sidebar-bottom .icon{height:24px;margin-right:7px;width:24px}html.custom-haddock .sidebar .sidebar-bottom a,html.custom-haddock .sidebar .sidebar-bottom a:link,html.custom-haddock .sidebar .sidebar-bottom a:visited{color:#55536b;display:block;padding:12px 5px}html.custom-haddock .sidebar .sidebar-bottom a.active,html.custom-haddock .sidebar .sidebar-bottom a:link.active,html.custom-haddock .sidebar .sidebar-bottom a:visited.active{background:#f7f7f8;color:#3528ff}html.custom-haddock .sidebar .sidebar-bottom .avatar{margin-bottom:0}html.custom-haddock .sidebar .sidebar-bottom .sidebar-menu-arrow{margin-left:3px}html.custom-haddock .sidebar .sidebar-bottom .sidebar-menu-profile{align-items:center;cursor:pointer;display:flex}html.custom-haddock .sidebar .sidebar-bottom .sidebar-menu-profile img{height:auto;margin-right:8px;width:36px}html.custom-haddock .sidebar .sidebar-bottom .sidebar-menu-profile>span{font-weight:500}html.custom-haddock .sidebar .sidebar-bottom .sidebar-menu-profile .sidebar-username{line-height:1.2em}@media(max-width:768px){html.custom-haddock .sidebar .sidebar-bottom .sidebar-menu-profile .sidebar-username{display:none}}html.custom-haddock .sidebar.desktop-sidebar .btn-close-sidebar{display:none}html.custom-haddock .sidebar.desktop-sidebar .option-text{opacity:1;transition:opacity .1s linear}html.custom-haddock .sidebar.desktop-sidebar .menu-sub .option-text{font-size:12px}html.custom-haddock .sidebar.desktop-sidebar.mini{width:70px}html.custom-haddock .sidebar.desktop-sidebar.mini .sidebar-header{display:block}html.custom-haddock .sidebar.desktop-sidebar.mini .sidebar-header .sidebar-logo-link{padding-bottom:0;padding-top:0}html.custom-haddock .sidebar.desktop-sidebar.mini .sidebar-header .btn-menu{margin:5px 0 10px -15px;padding-bottom:10px;padding-top:10px}html.custom-haddock .sidebar.desktop-sidebar.mini .link-help{margin-left:2px}html.custom-haddock .sidebar.desktop-sidebar.mini .sidebar-username{display:none}html.custom-haddock .sidebar.desktop-sidebar.mini li{padding:0}html.custom-haddock .sidebar.desktop-sidebar.mini .menu-secondary-sub{display:none}html.custom-haddock .sidebar.desktop-sidebar.mini .option-text{display:none;opacity:0}html.custom-haddock .sidebar.desktop-sidebar.mini .menu-sub,html.custom-haddock .sidebar.desktop-sidebar.mini .sidebar-logo{display:none}html.custom-haddock .sidebar.desktop-sidebar.mini .sidebar-iso{display:inline-block}html.custom-haddock .sidebar.desktop-sidebar.mini .sidebar-terminal-fichajes{display:none}html.custom-haddock .sidebar.desktop-sidebar.mini .btn-fichar-mobile{display:block;margin-top:35px;padding:5px;text-align:center}html.custom-haddock .sidebar.desktop-sidebar.mini .btn-fichar-mobile svg{margin:0}@media(max-width:992px){html.custom-haddock .sidebar.desktop-sidebar{width:70px}html.custom-haddock .sidebar.desktop-sidebar .sidebar-header{display:block}html.custom-haddock .sidebar.desktop-sidebar .sidebar-header .sidebar-logo-link{padding-bottom:0;padding-top:0}html.custom-haddock .sidebar.desktop-sidebar .sidebar-header .btn-menu{margin:5px 0 10px -15px;padding-bottom:10px;padding-top:10px}html.custom-haddock .sidebar.desktop-sidebar .sidebar-header .sidebar-iso{display:block}html.custom-haddock .sidebar.desktop-sidebar .sidebar-header .sidebar-logo,html.custom-haddock .sidebar.desktop-sidebar .sidebar-username{display:none}html.custom-haddock .sidebar.desktop-sidebar li{padding:0}html.custom-haddock .sidebar.desktop-sidebar .menu-secondary-sub{display:none}html.custom-haddock .sidebar.desktop-sidebar .option-text{display:none;opacity:0}html.custom-haddock .sidebar.desktop-sidebar .menu-sub,html.custom-haddock .sidebar.desktop-sidebar .sidebar-terminal-fichajes{display:none}html.custom-haddock .sidebar.desktop-sidebar .btn-fichar-mobile{display:block;margin-top:35px;padding:5px;text-align:center}html.custom-haddock .sidebar.desktop-sidebar .btn-fichar-mobile svg{margin:0}}@media(max-width:768px){html.custom-haddock .sidebar.desktop-sidebar{display:none}}html.custom-haddock .sidebar.mobile-sidebar{background:#0d0a2c;box-shadow:0 4px 8px 2px #0d0a2c66;height:100%;padding:50px 0 30px;width:300px;z-index:10000}html.custom-haddock .sidebar.mobile-sidebar .sidebar-logo{display:none}html.custom-haddock .sidebar.mobile-sidebar .sidebar-iso{display:block}html.custom-haddock .sidebar.mobile-sidebar .btn-menu{display:none}html.custom-haddock .sidebar.mobile-sidebar li{padding:0}html.custom-haddock .sidebar.mobile-sidebar li svg{color:#fff}html.custom-haddock .sidebar.mobile-sidebar a,html.custom-haddock .sidebar.mobile-sidebar a:link,html.custom-haddock .sidebar.mobile-sidebar a:visited{color:#fff;display:block;padding:10px 20px}html.custom-haddock .sidebar.mobile-sidebar a.active,html.custom-haddock .sidebar.mobile-sidebar a:link.active,html.custom-haddock .sidebar.mobile-sidebar a:visited.active{background:#3528ff;color:#fff}html.custom-haddock .sidebar.mobile-sidebar .menu-secondary{border-top:0;margin-top:0;padding-top:0}html.custom-haddock .sidebar.mobile-sidebar .menu-sub a{display:flex;padding-left:30px}html.custom-haddock .sidebar.mobile-sidebar .menu-sub a.active:before{border-bottom-color:#fff;border-left-color:#fff}html.custom-haddock .sidebar.mobile-sidebar .btn-close-sidebar{font-size:24px;position:absolute;right:15px;top:10px}html.custom-haddock .sidebar.mobile-sidebar .sidebar-bottom{display:none}html.custom-haddock .sidebar.mobile-sidebar .sidebar-terminal-fichajes{margin-left:15px;margin-right:15px}html.custom-haddock .sidebar.mobile-sidebar .btn-fichar-mobile{display:none}html.custom-haddock .has-floating .sidebar{position:absolute}html.custom-haddock .popover-sidebar{background:#f7f7f8;padding:10px 15px}html.custom-haddock .popover-sidebar .sidebar-menu-item{color:#3528ff;display:inline-block;padding-bottom:2px;padding-top:2px}html.custom-haddock .popover-sidebar .sidebar-menu-item:hover{color:#1b154c;text-decoration:underline}html.custom-haddock .mobile-sidebar-overlay{background:#0006;height:100%;position:fixed;width:100%;z-index:9999}html.custom-haddock .list-shifts [class*=col-]{margin-bottom:15px}html.custom-haddock .list-shifts .card{height:100%;margin-bottom:0}html.custom-haddock .list-shifts .card .form-group-periodos .empty{display:block;padding:2px 5px}html.custom-haddock .list-shifts .card .time-intervals{align-items:center;display:flex;flex-wrap:wrap}html.custom-haddock .list-shifts .card .time-intervals .time-interval{background:#f7f7f8;border:1px solid #9e9dab;margin-bottom:5px;margin-right:5px;padding:2px 5px}html.custom-haddock .list-shifts .card .time-intervals .time-interval:last-of-type{margin-right:0}html.custom-haddock .time-interval-disclaimer{font-size:13px;margin-top:5px}html.custom-haddock .time-interval-disclaimer p{margin-bottom:0}html.custom-haddock .time-interval-disclaimer ul{display:flex;margin:10px 0;padding-left:20px}html.custom-haddock .time-interval-disclaimer ul li{list-style:disc;margin-right:25px}html.custom-haddock .time-interval-disclaimer ul li:last-child{margin-right:0}html.custom-haddock .shift-description{display:block;margin-bottom:15px;min-height:20px}html.custom-haddock .shift-edit .time-intervals{background:#f0f5ff;margin-bottom:20px;padding:10px}html.custom-haddock .shift-edit .time-intervals .form-error{margin-top:-18px}html.custom-haddock .shift-edit .row-adding-days .invalid-feedback{margin-bottom:-5px!important}html.custom-haddock .shift-edit .btn-link{font-size:90%}html.custom-haddock .shift-edit .btn-link:first-of-type{margin-right:10px}html.custom-haddock .shift-edit .form-grupos{margin-bottom:10px}html.custom-haddock .shift-edit .form-time-type{max-width:180px}html.custom-haddock .shift-edit .fecha-limite{display:flex}html.custom-haddock .shift-edit .fecha-limite .day-limit{width:100px}html.custom-haddock .tooltip-shift .heading{align-items:center;display:flex;justify-content:space-between}html.custom-haddock .tooltip-shift h2{font-size:16px;font-weight:700;margin-bottom:0}html.custom-haddock .tooltip-shift .shift-type{background:#3528ff;color:#fff;font-size:12px;font-weight:700;letter-spacing:.3px;margin-left:15px;margin-right:-5px;padding:1px 4px;text-transform:uppercase}html.custom-haddock .tooltip-shift .subtitle{font-size:14px;margin-bottom:5px}html.custom-haddock .tooltip-shift .list-tags li{padding:2px 5px}html.custom-haddock .tooltip-shift .table{margin-bottom:10px}html.custom-haddock .tooltip-shift .table th{background-color:#fff!important;font-size:14px;font-weight:700!important}html.custom-haddock .tooltip-shift .table td,html.custom-haddock .tooltip-shift .table th{border:1px solid #fff!important;padding:5px}html.custom-haddock .tooltip-shift>.tooltip-inner{background-color:#fff;border:1px solid #f0f5ff;box-shadow:0 0 5px 0 #0000001a;color:#000;padding:10px 15px;text-align:left}html.custom-haddock .tooltip-shift .arrow:before{border-top-color:#3528ff}html.custom-haddock .shift-selector-popover{background:#f7f7f8;border:0;box-shadow:0 0 5px 0 #0000001a}html.custom-haddock .shift-selector-popover .popover-header{background:#f7f7f8;font-size:14px;padding-bottom:0;padding-top:20px}html.custom-haddock .shift-selector-popover .popover-footer{display:none}html.custom-haddock .shift-selector-popover .shift-selector-popover-body .form-search{margin-bottom:10px}html.custom-haddock .shift-times{font-size:13px}html.custom-haddock .shift-times .clock-icon{margin-right:-2px}html.custom-haddock .shift-times .separador{display:inline-block;width:8px}html.custom-haddock .react-contextmenu{background:#fff;background-clip:padding-box;border:1px solid #e6e6e9;border-radius:4px;min-width:10rem;position:relative;transform:translate3d(-10px,5px,0);z-index:2!important}html.custom-haddock .react-contextmenu .react-contextmenu-item{cursor:pointer;padding:7px 25px}html.custom-haddock .react-contextmenu .react-contextmenu-item:hover{background:#f7f7f8}html.custom-haddock .shift-pattern-edit{min-height:660px}html.custom-haddock .shift-pattern-edit .form-group-flex{align-items:center}html.custom-haddock .pattern-filter,html.custom-haddock .shift-list-filter{margin-right:10px;max-width:140px;min-width:130px}html.custom-haddock .pattern-filter .pattern-box,html.custom-haddock .shift-list-filter .pattern-box{background:#f7f7f8;border:1px solid #e6e6e9;padding:10px}html.custom-haddock .pattern-filter .pattern-header,html.custom-haddock .shift-list-filter .pattern-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:10px}html.custom-haddock .pattern-filter .pattern-footer,html.custom-haddock .shift-list-filter .pattern-footer{color:#9e9dab;font-size:13px;margin-top:10px;text-align:center}html.custom-haddock .pattern-filter .pattern-footer svg,html.custom-haddock .shift-list-filter .pattern-footer svg{display:block;margin:0 auto 3px}html.custom-haddock .pattern-filter .pattern-title,html.custom-haddock .shift-list-filter .pattern-title{font-size:14px;font-weight:500;margin:0}html.custom-haddock .pattern-filter .heading-filters,html.custom-haddock .shift-list-filter .heading-filters{margin-bottom:10px}html.custom-haddock .pattern-filter .form-search,html.custom-haddock .shift-list-filter .form-search{margin-bottom:5px}html.custom-haddock .pattern-filter .pattern-list,html.custom-haddock .pattern-filter .shift-list,html.custom-haddock .shift-list-filter .pattern-list,html.custom-haddock .shift-list-filter .shift-list{max-height:320px;min-height:230px;overflow-y:auto;scrollbar-color:#aaa #00000012;scrollbar-width:thin;transition:all .2s ease}html.custom-haddock .pattern-filter .pattern-list .shift-item,html.custom-haddock .pattern-filter .shift-list .shift-item,html.custom-haddock .shift-list-filter .pattern-list .shift-item,html.custom-haddock .shift-list-filter .shift-list .shift-item{border-color:#e6e6e9;color:#000;margin-bottom:5px;min-height:35px}html.custom-haddock .pattern-filter .pattern-list .shift-item .shift-name,html.custom-haddock .pattern-filter .shift-list .shift-item .shift-name,html.custom-haddock .shift-list-filter .pattern-list .shift-item .shift-name,html.custom-haddock .shift-list-filter .shift-list .shift-item .shift-name{font-weight:700}html.custom-haddock .pattern-filter .pattern-list .shift-item.active,html.custom-haddock .pattern-filter .shift-list .shift-item.active,html.custom-haddock .shift-list-filter .pattern-list .shift-item.active,html.custom-haddock .shift-list-filter .shift-list .shift-item.active{border:2px solid #0000004d!important}html.custom-haddock .pattern-filter .pattern-list .shift-item:hover,html.custom-haddock .pattern-filter .shift-list .shift-item:hover,html.custom-haddock .shift-list-filter .pattern-list .shift-item:hover,html.custom-haddock .shift-list-filter .shift-list .shift-item:hover{opacity:.85}html.custom-haddock .pattern-filter .pattern-list .shift-item .shift-times,html.custom-haddock .pattern-filter .shift-list .shift-item .shift-times,html.custom-haddock .shift-list-filter .pattern-list .shift-item .shift-times,html.custom-haddock .shift-list-filter .shift-list .shift-item .shift-times{display:block;font-size:12px}html.custom-haddock .pattern-filter .pattern-list .shift-item .shift-times .clock-icon,html.custom-haddock .pattern-filter .shift-list .shift-item .shift-times .clock-icon,html.custom-haddock .shift-list-filter .pattern-list .shift-item .shift-times .clock-icon,html.custom-haddock .shift-list-filter .shift-list .shift-item .shift-times .clock-icon{display:none}html.custom-haddock .pattern-filter .pattern-list .shift-item .shift-times .separador,html.custom-haddock .pattern-filter .shift-list .shift-item .shift-times .separador,html.custom-haddock .shift-list-filter .pattern-list .shift-item .shift-times .separador,html.custom-haddock .shift-list-filter .shift-list .shift-item .shift-times .separador{display:inline-block;width:8px}html.custom-haddock .bloque-plan .pattern-filter .pattern-list,html.custom-haddock .bloque-plan .pattern-filter .shift-list,html.custom-haddock .bloque-plan .shift-list-filter .pattern-list,html.custom-haddock .bloque-plan .shift-list-filter .shift-list{max-height:calc(100vh - 450px)}html.custom-haddock .need-cell .btn-check-label,html.custom-haddock .pattern-cell .btn-check-label,html.custom-haddock .shift-cell .btn-check-label{bottom:0;height:100%;position:absolute}html.custom-haddock .need-cell.btn-checkbox,html.custom-haddock .pattern-cell.btn-checkbox,html.custom-haddock .shift-cell.btn-checkbox{border-color:#e6e6e9}html.custom-haddock .need-cell.active .react-contextmenu-wrapper,html.custom-haddock .pattern-cell.active .react-contextmenu-wrapper,html.custom-haddock .shift-cell.active .react-contextmenu-wrapper{border:1px solid #3528ff}html.custom-haddock .need-cell.active .shift-item,html.custom-haddock .pattern-cell.active .shift-item,html.custom-haddock .shift-cell.active .shift-item{background:#fff}html.custom-haddock .need-cell.error .react-contextmenu-wrapper,html.custom-haddock .pattern-cell.error .react-contextmenu-wrapper,html.custom-haddock .shift-cell.error .react-contextmenu-wrapper{border:2px solid #dc3545}html.custom-haddock .need-cell:hover,html.custom-haddock .pattern-cell:hover,html.custom-haddock .shift-cell:hover{opacity:.85}html.custom-haddock .need-cell:hover .shift-item,html.custom-haddock .pattern-cell:hover .shift-item,html.custom-haddock .shift-cell:hover .shift-item{background:#fff}html.custom-haddock .shift-list-items{display:flex;flex-direction:column;justify-content:space-between;width:100%}html.custom-haddock .shift-list-items .shift-item{align-items:center;display:flex;flex-grow:1;justify-content:center}html.custom-haddock .pattern-container{display:flex;justify-content:space-between}html.custom-haddock .pattern-container .pattern-plan{display:flex;flex-wrap:wrap;height:100%;margin-right:-4px;width:calc(100% - 160px)}html.custom-haddock .pattern-container .pattern-plan .pattern-cell{border:1px solid #e6e6e9;flex-grow:0;height:80px;margin-bottom:2px;margin-right:2px;position:relative;width:calc(14.2% - 2px)}html.custom-haddock .pattern-container .pattern-plan .pattern-cell .cell-number{font-weight:700;left:5px;position:absolute;top:2px;z-index:1}html.custom-haddock .pattern-container .pattern-plan .pattern-cell .react-contextmenu-wrapper{display:flex;height:78px;width:100%}html.custom-haddock .pattern-container .ubication-plan .shift-item{border:3px solid #0000;height:100%}html.custom-haddock .pattern-container .ubication-plan .shift-item .shift-name{color:#55536b;display:block;font-size:13px;padding-right:3px;text-align:right}html.custom-haddock .pattern-container .ubication-plan .pattern-cell.ubication-cell{height:113px;text-align:center}html.custom-haddock .pattern-container .ubication-plan .pattern-cell.ubication-cell .shifts-with-ubications{display:flex;flex-direction:column;height:100%}html.custom-haddock .pattern-container .ubication-plan .pattern-cell.ubication-cell .shifts-with-ubications .react-contextmenu-wrapper{flex-direction:column;height:100%}html.custom-haddock .pattern-container .ubication-plan .pattern-cell.ubication-cell .shift-list-items-ubications{align-items:center;display:flex;flex-direction:column;height:100%;justify-content:center}html.custom-haddock .pattern-container .ubication-plan .pattern-cell.ubication-cell .ubication-item{align-items:center;display:flex;font-size:85%;height:100%;justify-content:center;padding:0 2px;text-align:center;width:100%}html.custom-haddock .pattern-container .ubication-plan .pattern-cell.ubication-cell .ubication-item .react-contextmenu-wrapper{max-height:16px;overflow:hidden}@media(max-width:1440px){html.custom-haddock .page-staffing-levels .heading-help-banner{left:auto;margin-right:1rem;position:relative;transform:translateX(0)}}html.custom-haddock .staffing-level-edit .need-count{background:none;border:none;height:100%;position:absolute;top:0;width:100%}html.custom-haddock .staffing-level-edit .init-all-wrapper{align-items:center;margin-top:20px}html.custom-haddock .staffing-level-edit .init-all-wrapper .form-label{font-weight:400;margin-right:20px}html.custom-haddock .staffing-level-edit .init-all-wrapper .init-all-input{width:70px}html.custom-haddock .staffing-level-edit .table-staffing-needs{margin-top:15px}html.custom-haddock .staffing-level-edit .table-staffing-needs .th-daytype{min-width:45px}html.custom-haddock .staffing-level-edit .table-staffing-needs tbody th{min-width:170px;padding:6px 8px}html.custom-haddock .staffing-level-edit .table-staffing-needs tbody td{position:relative}html.custom-haddock .staffing-level-edit .table-staffing-needs tbody td.filled{background:#f0f5ff}html.custom-haddock .staffing-level-edit .table-staffing-needs tbody td.filled .rc-input-number-input{font-weight:700}html.custom-haddock .staffing-level-edit .table-staffing-needs tbody tr:nth-child(odd) td,html.custom-haddock .staffing-level-edit .table-staffing-needs tbody tr:nth-child(odd) th{background:#f7f7f8}html.custom-haddock .staffing-level-edit .table-staffing-needs tbody tr:nth-child(odd) td .need-count,html.custom-haddock .staffing-level-edit .table-staffing-needs tbody tr:nth-child(odd) th .need-count{border-bottom:1px solid #e6e6e9;border-right:1px solid #e6e6e9;height:calc(100% + 1px);width:calc(100% + 2px)}html.custom-haddock .staffing-level-edit .table-staffing-needs tbody tr:nth-child(odd) td.filled,html.custom-haddock .staffing-level-edit .table-staffing-needs tbody tr:nth-child(odd) th.filled{background:#fff}html.custom-haddock .staffing-level-edit .table-staffing-needs .need-interval,html.custom-haddock .staffing-level-edit .table-staffing-needs .need-ubication{align-items:center;display:flex;font-size:90%;font-weight:400;margin-top:-2px}html.custom-haddock .staffing-level-edit .table-staffing-needs .need-interval .icon,html.custom-haddock .staffing-level-edit .table-staffing-needs .need-ubication .icon{margin-right:5px}html.custom-haddock .staffing-level-edit .table-staffing-needs .need-ubication{margin-right:10px}html.custom-haddock .staffing-level-edit .table-staffing-needs .need-footer{align-items:center;display:flex;flex-wrap:wrap}html.custom-haddock .staffing-level-edit .table-staffing-needs .all-input,html.custom-haddock .staffing-level-edit .table-staffing-needs .th-all{background-color:#55536b!important;color:#fff;min-width:40px}html.custom-haddock .staffing-level-edit .table-staffing-needs .all-count-input{color:#fff}html.custom-haddock .staffing-level-edit .table-staffing-needs .all-count-input .rc-input-number-handler-down-inner:after,html.custom-haddock .staffing-level-edit .table-staffing-needs .all-count-input .rc-input-number-handler-up-inner:after{border-bottom:2px solid #fff;border-right:2px solid #fff}html.custom-haddock .staffing-level-edit .table-staffing-needs .all-count-input .rc-input-number-input{color:#fff}@media(min-width:768px){html.custom-haddock .staffing-level-edit .col-sm-6:first-child{padding-right:20px}html.custom-haddock .staffing-level-edit .col-sm-6:nth-child(2){padding-left:20px}}html.custom-haddock .staffing-level-edit .table-wrapper{overflow-x:auto;position:relative;scrollbar-color:#aaa #f7f7f8;scrollbar-width:thin;width:100%}html.custom-haddock .staffing-level-edit .form-group-flex.form-row-switch{justify-content:start}html.custom-haddock .staffing-level-edit .form-group-flex.form-row-switch .form-label{margin-left:10px}html.custom-haddock .switch{height:25px;position:relative;width:45px}.aright html.custom-haddock .switch{float:right}html.custom-haddock .switch.disabled{opacity:.5}html.custom-haddock .react-switch-label{background:gray;border-radius:50px;cursor:pointer;height:25px;left:0;margin-bottom:0;position:absolute;top:0;transition:background-color .2s;width:45px;z-index:1}html.custom-haddock .react-switch-label .react-switch-button{background:#fff;border-radius:20px;box-shadow:0 0 2px 0 #0a0a0a4a;content:"";height:20px;left:2px;position:absolute;top:2px;transition:.2s;width:20px}html.custom-haddock .react-switch-label:active .react-switch-button{width:25px}html.custom-haddock .react-switch-checkbox{height:0;left:0;top:0;visibility:hidden;width:0;z-index:0}html.custom-haddock .react-switch-checkbox:checked+.react-switch-label .react-switch-button{left:calc(100% - 2px);transform:translateX(-100%)}html.custom-haddock .row-switch{align-items:center;display:flex;height:50px;padding-bottom:5px;padding-top:5px}html.custom-haddock .row-switch.row-switch-double{justify-content:center}html.custom-haddock .row-switch.row-switch-double .switch{margin-left:7px;margin-right:7px}html.custom-haddock .row-switch.row-switch-double .react-switch-label{background:gray!important}html.custom-haddock .page-time-registrations .main-content{margin-bottom:70px}html.custom-haddock .page-time-registrations .heading .title{align-items:center;display:flex}html.custom-haddock .page-time-registrations .heading .title .button-icon{margin-right:3px}html.custom-haddock .page-time-registrations .heading .heading-right{display:flex}html.custom-haddock .page-time-registrations .heading .heading-right .btn{margin-right:20px}@media(max-width:768px){html.custom-haddock .page-time-registrations .heading{flex-wrap:nowrap}html.custom-haddock .page-time-registrations .heading .title{font-size:22px}html.custom-haddock .page-time-registrations .heading .heading-right{display:block}html.custom-haddock .page-time-registrations .heading .heading-right .btn-aprobar{font-size:14px;margin-bottom:10px;margin-right:0;padding:4px 10px}html.custom-haddock .page-time-registrations .heading .heading-right h3{font-size:16px;justify-content:flex-end;white-space:nowrap}html.custom-haddock .page-time-registrations .heading .summary{white-space:nowrap}}@media(max-width:480px){html.custom-haddock .page-time-registrations .heading{display:block;margin-bottom:5px}html.custom-haddock .page-time-registrations .heading .title{font-size:18px;line-height:1.3em}html.custom-haddock .page-time-registrations .heading .title .button-icon{font-size:24px;margin-right:5px}html.custom-haddock .page-time-registrations .heading .btn-aprobar{margin-top:7px}html.custom-haddock .page-time-registrations .heading .heading-right{display:block;text-align:left}html.custom-haddock .page-time-registrations .heading .heading-right .employee-data{align-items:center;display:flex;justify-content:space-between;margin-bottom:10px}html.custom-haddock .page-time-registrations .heading .summary{margin-bottom:0;margin-top:0}html.custom-haddock .page-time-registrations .heading .summary .summary-text{display:none}}html.custom-haddock .table-time-registrations .repetida .btn-trash,html.custom-haddock .table-times .repetida .btn-trash{display:block}html.custom-haddock .table-time-registrations .repetida .btn-new,html.custom-haddock .table-time-registrations .repetida .switch,html.custom-haddock .table-time-registrations .repetida .tag-dia-container,html.custom-haddock .table-time-registrations .repetida .tag-name-container,html.custom-haddock .table-times .repetida .btn-new,html.custom-haddock .table-times .repetida .switch,html.custom-haddock .table-times .repetida .tag-dia-container,html.custom-haddock .table-times .repetida .tag-name-container{display:none}html.custom-haddock .table-time-registrations .col-total,html.custom-haddock .table-times .col-total{color:#3528ff;font-weight:500}html.custom-haddock .table-time-registrations .td-actions{text-align:center}html.custom-haddock .table-time-registrations .tag-dia-setmana{color:#3528ff;display:inline-block;font-size:85%;width:17px}html.custom-haddock .table-time-registrations .day-type{cursor:pointer}html.custom-haddock .table-time-registrations .shift-list-items{align-items:center;display:flex;flex-direction:row;justify-content:center}html.custom-haddock .table-time-registrations .shift-item{border:2px solid #0000;margin-right:5px;min-width:30px;padding:2px;text-align:center}html.custom-haddock .table-time-registrations .shift-item:hover{background:#5b49fe33;cursor:pointer}html.custom-haddock .table-time-registrations .shift-item:last-of-type{margin-right:0}html.custom-haddock .table-time-registrations .switch{margin-left:auto;margin-right:auto}html.custom-haddock .table-time-registrations.table-mobile .tr-head td{font-weight:700;padding-bottom:0}html.custom-haddock .table-time-registrations.table-mobile .tr-head .total{color:#3528ff}html.custom-haddock .table-time-registrations.table-mobile .tr-head .balance{font-weight:400}html.custom-haddock .table-time-registrations.table-mobile .tr-head .td-flex{align-items:center;justify-content:space-between}html.custom-haddock .table-time-registrations.table-mobile .repetida{margin-top:-10px}html.custom-haddock .table-time-registrations.table-mobile .repetida td{border-top:0;padding-top:0}html.custom-haddock .table-time-registrations.table-mobile .main td{border-top:0;padding-top:10px}html.custom-haddock .table-time-registrations.table-mobile .time-container:first-of-type{margin-left:-2px}html.custom-haddock .table-time-registrations.table-mobile .td-actions{padding-left:5px;padding-right:5px}html.custom-haddock .table-time-registrations .today{border-left:1px solid #3528ff;border-right:1px solid #3528ff}html.custom-haddock .table-time-registrations .today td:first-child{border-left:1px solid #3528ff}html.custom-haddock .table-time-registrations .today td:last-child{border-right:1px solid #3528ff}html.custom-haddock .table-time-registrations .today.main:not(.tr-body) td,html.custom-haddock .table-time-registrations .today.tr-head td{border-top:1px solid #3528ff}html.custom-haddock .table-time-registrations .today:last-child td{border-bottom:1px solid #3528ff}html.custom-haddock .table-time-registrations .today td{background:#f0f5ff!important}html.custom-haddock .table-time-registrations .option-remove-rest{display:none}html.custom-haddock .table-time-registrations .rest-day td{background-color:#4dd64d12!important}html.custom-haddock .table-time-registrations .rest-day .col-descanso{color:#0a8a0a}html.custom-haddock .table-time-registrations .rest-day .option-remove-rest{display:block}html.custom-haddock .table-time-registrations .disabled .btn-new,html.custom-haddock .table-time-registrations .disabled .btn-trash,html.custom-haddock .table-time-registrations .empty .bolita,html.custom-haddock .table-time-registrations .empty .btn-new,html.custom-haddock .table-time-registrations .empty .option-add-time,html.custom-haddock .table-time-registrations .empty .option-delete,html.custom-haddock .table-time-registrations .empty .option-observations,html.custom-haddock .table-time-registrations .empty .switch,html.custom-haddock .table-time-registrations .filled .option-rest,html.custom-haddock .table-time-registrations .rest-day .option-add-time,html.custom-haddock .table-time-registrations .rest-day .option-delete,html.custom-haddock .table-time-registrations .rest-day .option-observations{display:none}html.custom-haddock .table-time-registrations .btn-new{min-width:25px}html.custom-haddock .td-flex{align-items:center;display:flex}html.custom-haddock .td-flex>*{margin-right:7px}html.custom-haddock .td-flex>:last-child{margin-right:0}html.custom-haddock .tag-dia-setmana{margin-right:5px}html.custom-haddock .icon-comment{color:#9e9dab;cursor:pointer}html.custom-haddock .page-times .heading{margin-bottom:0}html.custom-haddock .page-times .subheading{margin-bottom:15px}html.custom-haddock .page-times .subheading .summary{align-items:center;display:flex}html.custom-haddock .page-times .subheading .summary .summary-icon{font-size:20px;margin-right:6px;margin-top:4px}html.custom-haddock .sortable-item{cursor:pointer;white-space:nowrap}html.custom-haddock .sortable-item:hover{color:#3528ff}html.custom-haddock .sortable-item .icon-sort{height:12px;margin-bottom:2px}html.custom-haddock .sortable-item .icon-sort.icon-sort-up{margin-bottom:0;margin-top:3px}html.custom-haddock .sortable-item .icon-sort.icon-sort-down{margin-bottom:5px}html.custom-haddock .tooltip-balance{max-width:250px;text-align:left!important}html.custom-haddock .tooltip-balance .tooltip-title{margin-top:10px}html.custom-haddock .tooltip-balance p{margin-bottom:2px}html.custom-haddock .switch-container-overlay{margin-left:auto;width:45px}html.custom-haddock .switch-container-overlay .switch{float:none}html.custom-haddock .export-config{font-size:13px;margin-top:5px}html.custom-haddock .export-config.form-switch{align-items:center;display:flex;padding-left:10px;padding-right:5px;width:270px}html.custom-haddock .export-config.form-switch .form-label{cursor:pointer;font-weight:400;line-height:1.15em;margin-left:5px}html.custom-haddock .export-config.form-switch .switch{margin-right:5px;width:50px}html.custom-haddock .export-config.form-switch .react-switch-label{height:20px;width:35px}html.custom-haddock .export-config.form-switch .react-switch-label .react-switch-button{height:16px}html.custom-haddock .popover-location .popover-content{padding:10px}html.custom-haddock .popover-location .popover-content ul{margin-bottom:5px}html.custom-haddock .popover-location .popover-content a{color:#ff2280}html.custom-haddock .btn-time-location{align-items:center;display:flex}html.custom-haddock .btn-time-location span{border-bottom:1px dashed #9e9dab}html.custom-haddock .btn-time-location .icon{color:#9e9dab;margin-left:4px}html.custom-haddock .page-times .btn-group .icon{font-size:18px}html.custom-haddock .page-times .icon-comment+.icon-alert{margin-left:5px}html.custom-haddock .page-times .table-rested.table.table-zebra .main td{border-top:1px solid #e6e6e9}html.custom-haddock .page-times .table-rested.table.table-zebra tbody tr:nth-child(odd) td{background:#fff}html.custom-haddock .page-times .tr-rest{color:#0a8a0a;text-align:center}html.custom-haddock .page-times .tr-rest td{background:#f5faf5!important;padding:3px 0}html.custom-haddock .page-transactions .infinite-scroll-component{overflow:visible!important;overflow:initial!important}html.custom-haddock .table-transactions .td-valor{text-transform:lowercase}html.custom-haddock .table-transactions.table-mobile .tr-head td{border-bottom:0;padding-bottom:0}html.custom-haddock .table-transactions.table-mobile .tr-body td{border-top:0;padding-top:5px}html.custom-haddock .table-transactions.table-mobile .label-top{display:block;font-weight:500;margin-bottom:5px}html.custom-haddock .alink{margin-left:4px;margin-right:4px}html.custom-haddock .button-link{background:none;border:0;padding:0}html.custom-haddock .button-link.primary{color:#3528ff}html.custom-haddock .button-link.primary:hover{color:#666}html.custom-haddock .button-icon{cursor:pointer}html.custom-haddock .btn{font-size:14px;padding:8px 15px}.column-item html.custom-haddock .column-label-btn,html.custom-haddock .btn-icon-text,html.custom-haddock .btn-transparent,html.custom-haddock .column-item .column-label-btn{background:#0000;border:0;box-shadow:none;padding:0}.column-item html.custom-haddock .column-label-btn:focus,html.custom-haddock .btn-icon-text:focus,html.custom-haddock .btn-transparent:focus,html.custom-haddock .column-item .column-label-btn:focus{border-color:none;box-shadow:none}html.custom-haddock .btn-icon-text{align-items:center;display:flex;font-weight:500}html.custom-haddock .btn-icon-text .btn{margin-right:7px}html.custom-haddock .btn-custom{border:none;width:100%}html.custom-haddock .btn-wand{white-space:nowrap}html.custom-haddock .btn-wand .icon-wand{margin-left:7px}html.custom-haddock .btn-wand.btn-wand-icon .icon-wand{margin-left:0}html.custom-haddock .btn-primary{background-color:#020203;border-color:#020203;color:#fff}html.custom-haddock .btn-primary:hover{background-color:#666;border-color:#666;color:#fff}html.custom-haddock .btn-primary:disabled{background-color:#e3e3e3;border-color:#999;color:#666}html.custom-haddock .btn-outline-primary{background:#fff;border-color:#020203;color:#020203}html.custom-haddock .btn-outline-primary:hover,html.custom-haddock .btn-outline-primary:not(:disabled):not(.disabled).active,html.custom-haddock .btn-outline-primary:not(:disabled):not(.disabled):active{background-color:#ffe0cc;border-color:#020203;color:#020203}html.custom-haddock .btn-outline-primary:disabled{background:#f0f5ff;border-color:#c5c1ff;color:#c5c1ff}html.custom-haddock .btn-outline-primary:focus{border-color:#5b49fe66;box-shadow:0 0 0 .2rem #5b49fe26}html.custom-haddock .btn-link{background:#0000;border:0;color:#3528ff;padding:0;text-decoration:underline}html.custom-haddock .btn-link:hover{color:#c5c1ff;text-decoration:none}html.custom-haddock .btn-link:disabled{color:#c5c1ff}html.custom-haddock .btn-default{background-color:#fff;border-color:#e6e6e9;color:#0d0a2c}html.custom-haddock .btn-default:hover{background-color:#f7f7f8}html.custom-haddock .btn-default:disabled{background-color:#f9f9f9;border-color:#f9f9f9}html.custom-haddock .btn-default:focus{border-color:#e6e6e9;box-shadow:0 0 0 1px #06060614}html.custom-haddock .btn-default .icon{color:#55536b}html.custom-haddock .btn-link-danger{background:#0000;border:0;box-shadow:none;color:#dc3545;display:block;padding:6px 0}html.custom-haddock .btn-new{align-items:center;background-color:#020203;border-radius:50%;box-shadow:0 4px 8px 0 #5b49fe3d;color:#fff;display:inline-flex;height:40px;justify-content:center;min-width:40px;padding:0;width:40px}html.custom-haddock .btn-new:hover{background-color:#666}html.custom-haddock .btn-new svg{color:#fff;height:24px;min-width:24px;width:24px}html.custom-haddock .btn-new.btn-new-small{height:24px;min-width:10px;width:24px}html.custom-haddock .btn-new.btn-new-small svg{height:16px;width:16px}html.custom-haddock .btn-editable{text-align:left}html.custom-haddock .btn-menu{padding:15px 25px}html.custom-haddock .btn-menu svg{height:16px;width:16px}html.custom-haddock .btn-menu:hover{color:#3528ff}html.custom-haddock .dropdown-item.active,html.custom-haddock .dropdown-item:active{background-color:#3528ff}html.custom-haddock .btn-action:after{display:none}html.custom-haddock .btn-action:focus{border-color:#0000;box-shadow:none}html.custom-haddock .btn-action:focus svg,html.custom-haddock .btn-action:hover svg{color:#3528ff}html.custom-haddock .dropdown-item{padding-left:15px;padding-right:15px}html.custom-haddock .dropdown-item .dropdown-icon{margin-right:5px}html.custom-haddock .row-buttons{align-items:center;display:flex}html.custom-haddock .row-buttons .btn{margin-bottom:10px;margin-right:10px;margin-top:0}@media(max-width:480px){html.custom-haddock .row-buttons .btn{width:100%}html.custom-haddock .btn{font-size:16px;padding:10px 20px}html.custom-haddock .dropdown-item{padding-bottom:10px;padding-top:10px}}html.custom-haddock .page-widget-templates .list-columns{margin-bottom:15px;margin-top:5px}html.custom-haddock .page-widget-templates .list-columns li{border-bottom:1px solid #e6e6e9;font-size:12px;padding-bottom:8px;padding-top:8px}html.custom-haddock .page-widget-templates .list-columns li:last-child{border-bottom:0}html.custom-haddock .widget-template-edit .list-columns{background:#f0f5ff}html.custom-haddock .widget-template-edit .column-wrap{height:450px;overflow-y:auto;scrollbar-color:#aaa #00000012;scrollbar-width:thin;transition:all .2s ease}html.custom-haddock .column-item-selectbox{margin-right:10px;padding-bottom:5px;padding-top:5px}html.custom-haddock .column-item-selectbox label{font-weight:400;margin-right:5px}html.custom-haddock .column-item-selectbox:last-of-type{margin-right:0}html.custom-haddock .column-item{align-items:center;background:#fff;display:flex;justify-content:space-between;position:relative;z-index:999!important}html.custom-haddock .column-item label{display:inline-flex;flex-direction:column;flex-flow:wrap;margin-bottom:0;padding-bottom:8px;padding-top:8px;-webkit-user-select:auto!important;user-select:auto!important}html.custom-haddock .column-item .column-item-selectbox,html.custom-haddock .column-item .column-right{align-items:center;display:flex;justify-content:space-between}html.custom-haddock .column-item .column-move{cursor:grab;padding:3px 10px}html.custom-haddock .column-item .column-label-btn,html.custom-haddock .column-item .column-move-icon{opacity:0;transition:all .25s ease-in-out;-moz-transition:all .25s ease-in-out;-webkit-transition:all .25s ease-in-out}html.custom-haddock .column-item .column-label-btn:hover,html.custom-haddock .column-item .column-move-icon:hover{color:#3528ff}html.custom-haddock .column-item .column-left{align-items:flex-start;display:flex;flex:1 1;padding-right:15px}html.custom-haddock .column-item .column-item-label{font-weight:500}html.custom-haddock .column-item .column-label-btn{padding:8px}html.custom-haddock .column-item:nth-child(odd){background:#f7f7f8}html.custom-haddock .column-item:hover .column-label-btn,html.custom-haddock .column-item:hover .column-move-icon{opacity:.6}html.custom-haddock .column-item.column-item-active{background:#fff;box-shadow:0 4px 8px 0 #5b49fe3d;cursor:grabbing!important}html.custom-haddock .column-item.column-item-active:hover{cursor:grabbing!important}html.custom-haddock .column-item.column-item-active .column-move-icon{opacity:.4}@keyframes fadeSlideIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}html.custom-haddock .help-banner{align-items:center;background-color:#f0f5ff;border-radius:8px;display:flex;gap:16px;opacity:0;padding:8px 16px;transform:translateY(10px);transition:opacity .5s ease,transform .5s ease}html.custom-haddock .help-banner.visible{animation:fadeSlideIn .5s ease forwards;opacity:1;transform:translateY(0)}html.custom-haddock .help-banner img{flex-shrink:0;height:24px;width:24px}html.custom-haddock .help-banner .help-banner-title{color:#0d0a2c;font-size:14px;font-weight:600;white-space:nowrap}html.custom-haddock .help-banner .help-banner-text{color:#0d0a2c;flex:1 1;font-size:14px;font-weight:400}html.custom-haddock .help-banner .help-banner-link{color:#3528ff;font-size:14px;font-weight:400;text-decoration:underline;white-space:nowrap}html.custom-haddock .help-banner .help-banner-link-mobile{display:none}@media(max-width:1200px){html.custom-haddock .help-banner .help-banner-link-mobile{display:block}}@media(max-width:768px){html.custom-haddock .help-banner{flex-wrap:wrap}html.custom-haddock .help-banner .help-banner-text{margin-top:8px;order:3;width:100%}}html.custom-haddock .mobile-only{display:none}@media(max-width:1440px){html.custom-haddock .mobile-only{display:inline-block}}html.custom-haddock html.custom-haddock .heading-help-banner,html.custom-haddock html.custom-haddock .help-banner{display:none}html.custom-haddock body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#f7f7f8;color:#0d0a2c;font-family:Open Sans,sans-serif!important;font-size:14px;margin:0;max-width:100%}@media(max-width:480px){html.custom-haddock body{font-size:16px}}html.custom-haddock *{box-sizing:border-box}html.custom-haddock li,html.custom-haddock ul{list-style:none;margin:0;padding:0}html.custom-haddock .lista{margin-bottom:10px}html.custom-haddock .lista li{list-style:disc none outside;list-style:initial;margin-left:15px}html.custom-haddock .link,html.custom-haddock a{color:#3528ff;cursor:pointer}html.custom-haddock .link-pink{color:#ff2280}html.custom-haddock .inline-block{display:inline-block!important}html.custom-haddock .align-items-start{align-items:flex-start!important}html.custom-haddock .align-items-end{align-items:flex-end!important}html.custom-haddock .regular{font-weight:400!important}html.custom-haddock .pull-right{float:right!important}html.custom-haddock .sticky{position:sticky}html.custom-haddock .fixed{position:fixed}html.custom-haddock .hidden{display:none!important}html.custom-haddock .container-sm{margin:0 auto;max-width:700px}html.custom-haddock .nowrap{white-space:nowrap}html.custom-haddock .capitalize{text-transform:capitalize}html.custom-haddock .aright{text-align:right}html.custom-haddock .aleft{text-align:left}html.custom-haddock .acenter{text-align:center}html.custom-haddock .substring{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}html.custom-haddock .color-green{color:#0bcc8a}html.custom-haddock .color-green-dark{color:#0a8a0a}html.custom-haddock .color-red{color:#dc3545}html.custom-haddock .bg-green{background:#daf5da}html.custom-haddock .bg-red{background:#f5c4c9}html.custom-haddock .simple-row{display:flex}html.custom-haddock .simple-row>*{margin-right:15px}html.custom-haddock .simple-row>:last-child{margin-right:0}html.custom-haddock .flex-center{align-items:center;display:flex}html.custom-haddock .flex-between{align-items:center;display:flex;justify-content:space-between}html.custom-haddock .flex-col{display:flex;flex-direction:column}html.custom-haddock .emoji{font-size:24px}html.custom-haddock .lowercase{text-transform:lowercase}html.custom-haddock .notfound{margin:0 auto;max-width:600px;text-align:center}html.custom-haddock .notfound h1{font-weight:700}html.custom-haddock .notfound h3{margin-bottom:10px}html.custom-haddock .notfound h2{font-size:24px}html.custom-haddock .notfound.page-notfound{padding-top:130px}html.custom-haddock .notfound.page-notfound h2{font-size:24px}html.custom-haddock .no-results{margin-top:40px}html.custom-haddock .app_container{display:flex;height:100vh;justify-content:space-between}.app.is_trial html.custom-haddock .app_container{padding-top:34px}html.custom-haddock .main-content{padding:15px 30px 30px 230px;width:100%}@media(min-width:768px){html.custom-haddock .main-content.mini{padding-left:100px}}html.custom-haddock .full-height-wrapper{display:flex;flex-direction:column;height:100%}html.custom-haddock .heading{align-items:center;display:flex;justify-content:flex-end;margin-bottom:15px}html.custom-haddock .heading h3{font-size:20px}html.custom-haddock .heading .btn{margin-bottom:15px}html.custom-haddock .heading .btn,html.custom-haddock .heading .form-group{margin-bottom:0}@media(max-width:768px){html.custom-haddock .heading{flex-wrap:wrap}html.custom-haddock .heading .title{line-height:1.2em}}html.custom-haddock .heading .heading-actions{align-items:center;display:flex;justify-content:space-between}html.custom-haddock .heading .heading-actions .btn{margin-left:15px}html.custom-haddock .heading .heading-actions .btn.dropdown-toggle{margin-left:0;padding-right:0}html.custom-haddock .heading .heading-actions .btn-group .btn{margin-left:0}html.custom-haddock .heading .heading-filters{display:flex;justify-content:flex-end}html.custom-haddock .heading .heading-filters>*{margin-left:15px}html.custom-haddock .heading .heading-filters>:first-of-type{margin-left:0}@media(max-width:768px){html.custom-haddock .heading .heading-filters{flex-basis:100%;flex-direction:row;justify-content:flex-start;margin-top:10px;order:2}}@media(max-width:480px){html.custom-haddock .heading .heading-filters{display:block;margin-bottom:5px;width:100%}html.custom-haddock .heading .heading-filters .form-group{margin-bottom:5px;margin-left:0;max-width:100%}html.custom-haddock .heading .heading-filters .DateRangePicker{margin-left:0;width:100%}html.custom-haddock .heading .heading-filters .DateRangePicker .DateRangePickerInput{display:block}}html.custom-haddock .heading .heading-filters .form-switch{align-items:center;display:flex}html.custom-haddock .heading .heading-filters .form-switch .form-label{cursor:pointer;font-weight:400;line-height:1.15em;margin-left:5px}html.custom-haddock .heading .heading-filters .form-switch .switch{width:35px}html.custom-haddock .heading .heading-filters .form-switch .react-switch-label{height:20px;width:35px}html.custom-haddock .heading .heading-filters .form-switch .react-switch-label .react-switch-button{height:16px}html.custom-haddock .heading .heading-left{align-items:center;display:flex;margin-right:auto}html.custom-haddock .heading .heading-left h1{margin-bottom:0}html.custom-haddock .heading .heading-right{text-align:right}html.custom-haddock .heading .heading-right h3{margin-bottom:0}html.custom-haddock .heading>.title{margin-right:auto}html.custom-haddock .heading-help-banner{left:50%;position:absolute;transform:translateX(-50%);z-index:1}@media(max-width:768px){html.custom-haddock .heading-help-banner{left:auto;position:relative;transform:translateX(0)}}html.custom-haddock .heading .summary,html.custom-haddock .subheading .summary{color:#55536b;display:block;font-size:13px;margin-top:5px}html.custom-haddock .heading .summary .summary-icon,html.custom-haddock .subheading .summary .summary-icon{font-size:16px;margin-right:2px}html.custom-haddock .heading .summary strong,html.custom-haddock .subheading .summary strong{font-weight:500;white-space:nowrap}@media(max-width:480px){html.custom-haddock .heading .summary,html.custom-haddock .subheading .summary{margin-bottom:10px}}html.custom-haddock .title{font-size:28px;font-weight:700;line-height:1.25em;margin-bottom:0}html.custom-haddock .title.acenter{text-align:center}html.custom-haddock .title2{color:#3528ff;font-size:24px;font-weight:700;line-height:1.38em;margin-bottom:0}html.custom-haddock .title2.acenter{text-align:center}html.custom-haddock .subtitle{font-size:18px;font-weight:700}html.custom-haddock .text-info{color:#888!important}html.custom-haddock .page-content{background:#fff;border-bottom:2px solid #fff;border-top:2px solid #fff;padding:30px}html.custom-haddock .content-heading{align-items:center;display:flex;margin-bottom:15px}html.custom-haddock .bolita{border:2px solid #0000;border-radius:50%;display:inline-block;height:10px;margin:0 auto;width:10px}html.custom-haddock .bolita.bolita-true{background-color:#0bcc8a}html.custom-haddock .bolita.bolita-false{background-color:#dc3545}html.custom-haddock .tick-default{color:#0a8a0a;font-size:20px}html.custom-haddock .no-more-results{color:#55536b;margin-bottom:50px;margin-top:-20px;text-align:center}html.custom-haddock .nav-tabs .nav-link{border:none;border-bottom:3px solid #0000;color:#0d0a2c;font-size:14px;font-weight:500;margin-right:20px;padding-left:0;padding-right:0}html.custom-haddock .nav-tabs .nav-link.active{background-color:#0000;border-color:#3528ff;color:#3528ff}@media(max-width:480px){html.custom-haddock .nav-tabs .nav-link{margin-right:15px;padding-bottom:5px;padding-top:5px}}html.custom-haddock .tab-content .tab-pane{min-height:400px;padding:20px 0}html.custom-haddock .tab-content .tab-pane .title{color:#3528ff;font-size:20px;margin-bottom:20px}html.custom-haddock .estado{text-transform:uppercase}html.custom-haddock .estado.estado-si{color:#0bcc8a}html.custom-haddock .estado.estado-no{color:#dc3545}html.custom-haddock .redux-toastr .toastr{min-height:50px}html.custom-haddock .redux-toastr .toastr.rrt-success{background:#0a8a0a}html.custom-haddock .redux-toastr .toastr.rrt-info .rrt-title{margin-bottom:0}html.custom-haddock .redux-toastr .toastr.rrt-info .rrt-middle-container,html.custom-haddock .redux-toastr .toastr.rrt-success .rrt-middle-container,html.custom-haddock .redux-toastr .toastr.rrt-warning .rrt-middle-container{margin-left:45px;padding-top:12px;width:75%}html.custom-haddock .redux-toastr .toastr.rrt-info .rrt-left-container,html.custom-haddock .redux-toastr .toastr.rrt-success .rrt-left-container,html.custom-haddock .redux-toastr .toastr.rrt-warning .rrt-left-container{width:40px}html.custom-haddock .redux-toastr .toastr.rrt-info .rrt-left-container .rrt-holder,html.custom-haddock .redux-toastr .toastr.rrt-success .rrt-left-container .rrt-holder,html.custom-haddock .redux-toastr .toastr.rrt-warning .rrt-left-container .rrt-holder{height:40px;width:40px}html.custom-haddock .redux-toastr .toastr.rrt-info .rrt-left-container .rrt-holder .toastr-icon,html.custom-haddock .redux-toastr .toastr.rrt-success .rrt-left-container .rrt-holder .toastr-icon,html.custom-haddock .redux-toastr .toastr.rrt-warning .rrt-left-container .rrt-holder .toastr-icon{height:20px!important;width:20px!important}html.custom-haddock .redux-toastr .toastr.rrt-info .rrt-title,html.custom-haddock .redux-toastr .toastr.rrt-success .rrt-title,html.custom-haddock .redux-toastr .toastr.rrt-warning .rrt-title{display:none}html.custom-haddock .redux-toastr .toastr.rrt-info .close-toastr span,html.custom-haddock .redux-toastr .toastr.rrt-success .close-toastr span,html.custom-haddock .redux-toastr .toastr.rrt-warning .close-toastr span{color:#fff;right:5px}html.custom-haddock .Toastify{font-family:Open Sans,sans-serif !important!important;font-size:14px}html.custom-haddock .Toastify .Toastify__toast-body{align-items:flex-start}html.custom-haddock .Toastify .Toastify__toast-icon{margin-top:5px}html.custom-haddock .Toastify .lista-empleados{padding-left:15px}html.custom-haddock .Toastify .lista-empleados li{list-style:disc}html.custom-haddock .react-datepicker-popper{z-index:2}html.custom-haddock .list-tags li{align-items:center;border-radius:12px;display:inline-flex;margin-bottom:7px;margin-right:7px;padding:4px 15px}html.custom-haddock .list-tags li.tag-default{background:#f7f7f8}html.custom-haddock .list-tags li.tag-delete{padding-right:10px}html.custom-haddock .list-tags li:last-child{margin-right:0}html.custom-haddock .list-tags li.tag-comma{background-color:#0000;border-radius:0;margin-right:5px;padding:0}html.custom-haddock .list-tags li.tag-comma:after{content:", "}html.custom-haddock .list-tags li.tag-comma:last-child:after{content:""}html.custom-haddock .list-tags .btn-tag-delete{line-height:1em;margin-left:5px}.table-zebra html.custom-haddock .list-tags li{font-size:13px;margin-bottom:2px;margin-right:4px;padding:2px 10px}.table-zebra html.custom-haddock .list-tags li.tag-default{background-color:#fff;border:1px solid #e6e6e9}html.custom-haddock .info-text{align-items:center;color:#55536b;display:flex;margin-bottom:0;padding-bottom:10px;padding-top:10px}html.custom-haddock .info-text .info-icon{font-size:18px;margin-right:10px}html.custom-haddock .alert .alert-intro,html.custom-haddock .alert .lista{margin-bottom:0}html.custom-haddock .info-note{background-color:#f7f7f8;padding:15px}html.custom-haddock .info-note .info-intro{align-items:center;display:flex;margin-bottom:7px}html.custom-haddock .info-note ul li{list-style-type:disc;margin-left:35px}html.custom-haddock .info-note .info-icon{color:#9e9dab;font-size:18px;margin-right:7px}html.custom-haddock .box-info{background-color:#f7f7f8;border:1px solid #e6e6e9;border-radius:6px;font-size:12px;margin-bottom:20px;padding:10px}html.custom-haddock .box-info ul li{list-style-type:disc;margin-left:15px}html.custom-haddock .dropdown-menu{border-color:#e6e6e9;border-radius:4px}html.custom-haddock .dropdown-menu .dropdown-item:hover{background:#f7f7f8}html.custom-haddock .w100{width:100%}html.custom-haddock .first-steps{margin:220px auto 0;max-width:800px;text-align:center}html.custom-haddock .first-steps .title2{margin-bottom:5px}html.custom-haddock .first-steps .icono-pasos{color:#9e9dab;font-size:36px;margin-bottom:5px}html.custom-haddock .first-steps p{font-size:16px;line-height:1.7em}html.custom-haddock .app.is_trial_ended .desktop-sidebar .menu-core,html.custom-haddock .app.is_trial_ended .desktop-sidebar .menu-secondary,html.custom-haddock .app.is_trial_ended .header-menu ul li:not(.option-logout),html.custom-haddock .app.is_trial_ended .icon-help,html.custom-haddock .app.is_trial_ended .sidebar-bottom-menu ul li:not(.option-logout){display:none}html.custom-haddock .app.is_trial_ended .btn-menu{padding:5px;visibility:hidden}html.custom-haddock .app.is_trial_ended .header-menu-profile{cursor:auto}html.custom-haddock .app.is_trial_ended .header-logo-link,html.custom-haddock .app.is_trial_ended .sidebar-logo-link{pointer-events:none}html.custom-haddock .page-end-trial{margin:130px auto 0;max-width:600px;text-align:center}html.custom-haddock .page-end-trial .main-logo{margin-bottom:25px;width:200px}html.custom-haddock .page-end-trial h1{color:#3528ff;font-size:32px;font-weight:700;margin-bottom:20px}html.custom-haddock .page-end-trial p{font-size:16px}html.custom-haddock .calendar-bullets{align-items:center;display:flex;justify-content:center;margin-top:-2px}html.custom-haddock .calendar-bullets .bullet-item{border-radius:50%;height:4px;margin-left:3px;width:4px}html.custom-haddock .calendar-bullets .bullet-item:first-child{margin-left:0}html.custom-haddock .f12{font-size:12px}html.custom-haddock .m0{margin:0!important}html.custom-haddock .mt0{margin-top:0!important}html.custom-haddock .mt10{margin-top:10px!important}html.custom-haddock .mt15{margin-top:15px!important}html.custom-haddock .mt-15{margin-top:-15px!important}html.custom-haddock .mt20{margin-top:20px!important}html.custom-haddock .mt25{margin-top:25px!important}html.custom-haddock .mt30{margin-top:30px!important}html.custom-haddock .mt50{margin-top:50px!important}html.custom-haddock .mb0{margin-bottom:0!important}html.custom-haddock .mb5{margin-bottom:5px!important}html.custom-haddock .mb10{margin-bottom:10px!important}html.custom-haddock .mb15{margin-bottom:15px!important}html.custom-haddock .mb20{margin-bottom:20px!important}html.custom-haddock .mb25{margin-bottom:25px!important}html.custom-haddock .mb30{margin-bottom:30px!important}html.custom-haddock .mb40{margin-bottom:40px!important}html.custom-haddock .mb50{margin-bottom:50px!important}html.custom-haddock .mb70{margin-bottom:70px!important}html.custom-haddock .ml5{margin-left:5px!important}html.custom-haddock .ml10{margin-left:10px!important}html.custom-haddock .mr5{margin-right:5px!important}html.custom-haddock .mr10{margin-right:10px!important}html.custom-haddock .p0{padding:0!important}html.custom-haddock .pb0{padding-bottom:0!important}html.custom-haddock .intercom-app iframe{z-index:1!important}@media(max-width:1200px){html.custom-haddock .mobile-hidden{display:none}}@media(max-width:1440px){html.custom-haddock .tablet-hidden{display:none}}@media(max-width:992px){html.custom-haddock .main-content{padding:30px 30px 30px 100px}html.custom-haddock .hidden-md{display:none}}@media(max-width:768px){html.custom-haddock .main-content{padding:65px 20px 20px}html.custom-haddock .title{font-size:28px}html.custom-haddock .page-container{max-width:100%;padding:0}html.custom-haddock .intercom-lightweight-app-launcher.intercom-launcher{display:none!important}html.custom-haddock .hidden-sm{display:none}}@media(max-width:480px){html.custom-haddock .title{font-size:24px}html.custom-haddock .hidden-xs{display:none}}html.custom-haddock body{--primary:#000;--primary-light:#666}html.custom-haddock .title{font-size:24px}html.custom-haddock .modal-title{font-size:24px;font-weight:700}html.custom-haddock .sidebar a.active,html.custom-haddock .sidebar a:link.active,html.custom-haddock .sidebar a:visited.active{background-color:#f0f5ff;color:#3528ff}html.custom-haddock .sidebar .sidebar-iso,html.custom-haddock .sidebar .sidebar-logo{height:50px!important;margin-left:-10px;width:auto}html.custom-haddock .sidebar .sidebar-logo-link{padding:0}html.custom-haddock .header .header-iso,html.custom-haddock .header .header-logo{height:auto;width:50px}html.custom-haddock .page-dashboard .card h2{font-size:21px;font-weight:700}html.custom-haddock .page-dashboard .card .card-content .title{font-size:18px}html.custom-haddock .page-dashboard .counter-item{font-weight:600}html.custom-haddock .modal-rule .text-info span{color:#ffb380}html.custom-haddock .page-end-trial .main-logo{margin-bottom:0}html.custom-haddock .page-end-trial .btn{margin-top:25px}html.custom-haddock .modal-footer .SubmitButton{margin-bottom:0!important;margin-top:0!important}.heading .heading-filters .btn-group .btn{min-width:40px;position:relative;transition:all .3s ease}.heading .heading-filters .btn-group .btn.changing-view{cursor:not-allowed;opacity:.7}.heading .heading-filters .btn-group .btn .loading-spinner{animation:spin .8s linear infinite;border:2px solid #ffffff4d;border-radius:50%;border-top-color:#fff;height:16px;left:35%;position:absolute;top:35%;width:16px}.heading .heading-filters .btn-group .btn .icon{transition:opacity .3s ease}.heading .heading-filters .btn-group .btn .no-click{pointer-events:none}.heading .heading-filters .btn-group .btn.changing-view .icon{opacity:0}.heading .heading-filters .export-config-label{margin-left:15px!important}.tooltip-alerta{max-width:300px!important;opacity:1!important;z-index:9999!important}.tooltip-alerta ul{list-style:none;margin:0;padding:0}.tooltip-alerta ul li{align-items:center;display:flex;margin-bottom:4px}.tooltip-alerta .tooltip-icon{color:#d9534f;margin-right:5px}.tooltip-alerta .icon-alert{font-size:14px}.alert-wrapper{cursor:pointer;display:inline-block;position:relative;z-index:1}.alert-wrapper .warning-icon{color:#f0ad4e}.alert-wrapper .alert-icon{color:#d9534f}.times-table .sortable:hover{color:#5b49fe;cursor:pointer}.alert-column,.times-table td{overflow:visible!important;position:relative}.approved-column{align-items:center;display:flex;justify-content:flex-end}.loader-container.full-page{align-items:center;display:flex;flex-direction:column;justify-content:center;min-height:400px;width:100%}.loader-container .loader{animation:spin 1s linear infinite;border:4px solid #f3f3f3;border-radius:50%;border-top-color:#5b49fe;height:40px;width:40px}.loader-container .loading-text{color:#666;font-size:16px;margin-top:15px}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}#infinite-table-scrollable-target{height:calc(100vh - 150px);overflow-y:auto;position:relative}.tooltip{z-index:9999!important}.positive{color:#28a745!important}.negative{color:#dc3545!important}.time-cell .time-cell-content{align-items:center;display:flex;gap:4px}.time-cell .time-cell-content .time{margin-right:4px}.time-cell .time-cell-content .device-icon,.time-cell .time-cell-content .location-icon{font-size:14px}.total-day-cell{color:#5b49fe;font-weight:700}.icon-comment{color:#6c757d;cursor:pointer;margin-right:8px;transition:color .2s ease}.icon-comment:hover{color:#007bff}.times-table .tr-rest{background-color:#f8f9fa!important}.times-table .tr-rest td{color:#6c757d;font-size:.9em;font-style:italic;padding:8px}
/*# sourceMappingURL=main.522c1912.css.map*/