@charset "UTF-8";:root{--toastify-color-light:#fff;--toastify-color-dark:#121212;--toastify-color-info:#3498db;--toastify-color-success:#07bc0c;--toastify-color-warning:#f1c40f;--toastify-color-error:#e74d3c;--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-container-width:fit-content;--toastify-toast-width:320px;--toastify-toast-offset:16px;--toastify-toast-top:max(var(--toastify-toast-offset),env(safe-area-inset-top));--toastify-toast-right:max(var(--toastify-toast-offset),env(safe-area-inset-right));--toastify-toast-left:max(var(--toastify-toast-offset),env(safe-area-inset-left));--toastify-toast-bottom:max(var(--toastify-toast-offset),env(safe-area-inset-bottom));--toastify-toast-background:#fff;--toastify-toast-padding:14px;--toastify-toast-min-height:64px;--toastify-toast-max-height:800px;--toastify-toast-bd-radius:6px;--toastify-toast-shadow:0px 4px 12px #0000001a;--toastify-font-family:sans-serif;--toastify-z-index:9999;--toastify-text-color-light:#757575;--toastify-text-color-dark:#fff;--toastify-text-color-info:#fff;--toastify-text-color-success:#fff;--toastify-text-color-warning:#fff;--toastify-text-color-error:#fff;--toastify-spinner-color:#616161;--toastify-spinner-color-empty-area:#e0e0e0;--toastify-color-progress-light:linear-gradient(90deg,#4cd964,#5ac8fa,#007aff,#34aadc,#5856d6,#ff2d55);--toastify-color-progress-dark:#bb86fc;--toastify-color-progress-info:var(--toastify-color-info);--toastify-color-progress-success:var(--toastify-color-success);--toastify-color-progress-warning:var(--toastify-color-warning);--toastify-color-progress-error:var(--toastify-color-error);--toastify-color-progress-bgo:0.2}.Toastify__toast-container{box-sizing:border-box;color:#fff;display:flex;flex-direction:column;position:fixed;-webkit-transform:translateZ(9999);-webkit-transform:translateZ(var(--toastify-z-index));width:-webkit-fit-content;width:fit-content;width:var(--toastify-container-width);z-index:9999;z-index:var(--toastify-z-index)}.Toastify__toast-container--top-left{left:max(16px,env(safe-area-inset-left));left:var(--toastify-toast-left);top:max(16px,env(safe-area-inset-top));top:var(--toastify-toast-top)}.Toastify__toast-container--top-center{align-items:center;left:50%;top:max(16px,env(safe-area-inset-top));top:var(--toastify-toast-top);transform:translateX(-50%)}.Toastify__toast-container--top-right{align-items:end;right:max(16px,env(safe-area-inset-right));right:var(--toastify-toast-right);top:max(16px,env(safe-area-inset-top));top:var(--toastify-toast-top)}.Toastify__toast-container--bottom-left{bottom:max(16px,env(safe-area-inset-bottom));bottom:var(--toastify-toast-bottom);left:max(16px,env(safe-area-inset-left));left:var(--toastify-toast-left)}.Toastify__toast-container--bottom-center{align-items:center;bottom:max(16px,env(safe-area-inset-bottom));bottom:var(--toastify-toast-bottom);left:50%;transform:translateX(-50%)}.Toastify__toast-container--bottom-right{align-items:end;bottom:max(16px,env(safe-area-inset-bottom));bottom:var(--toastify-toast-bottom);right:max(16px,env(safe-area-inset-right));right:var(--toastify-toast-right)}.Toastify__toast{--y:0;align-items:center;border-radius:6px;border-radius:var(--toastify-toast-bd-radius);box-shadow:0 4px 12px #0000001a;box-shadow:var(--toastify-toast-shadow);box-sizing:border-box;display:flex;flex:1 1 auto;font-family:sans-serif;font-family:var(--toastify-font-family);margin-bottom:1rem;max-height:800px;max-height:var(--toastify-toast-max-height);min-height:64px;min-height:var(--toastify-toast-min-height);padding:14px;padding:var(--toastify-toast-padding);position:relative;touch-action:none;width:320px;width:var(--toastify-toast-width);word-break:break-word;z-index:0}@media only screen and (max-width:480px){.Toastify__toast-container{left:env(safe-area-inset-left);margin:0;width:100vw}.Toastify__toast-container--top-center,.Toastify__toast-container--top-left,.Toastify__toast-container--top-right{top:env(safe-area-inset-top);transform:translateX(0)}.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-right{bottom:env(safe-area-inset-bottom);transform:translateX(0)}.Toastify__toast-container--rtl{left:auto;right:env(safe-area-inset-right)}.Toastify__toast{--toastify-toast-width:100%;border-radius:0;margin-bottom:0}}.Toastify__toast-container[data-stacked=true]{width:320px;width:var(--toastify-toast-width)}.Toastify__toast--stacked{position:absolute;transform:translate3d(0,var(--y),0) scale(var(--s));transition:transform .3s;width:100%}.Toastify__toast--stacked[data-collapsed] .Toastify__close-button,.Toastify__toast--stacked[data-collapsed] .Toastify__toast-body{transition:opacity .1s}.Toastify__toast--stacked[data-collapsed=false]{overflow:visible}.Toastify__toast--stacked[data-collapsed=true]:not(:last-child)>*{opacity:0}.Toastify__toast--stacked:after{bottom:100%;content:"";height:calc(var(--g)*1px);left:0;position:absolute;right:0}.Toastify__toast--stacked[data-pos=top]{top:0}.Toastify__toast--stacked[data-pos=bot]{bottom:0}.Toastify__toast--stacked[data-pos=bot].Toastify__toast--stacked:before{transform-origin:top}.Toastify__toast--stacked[data-pos=top].Toastify__toast--stacked:before{transform-origin:bottom}.Toastify__toast--stacked:before{bottom:0;content:"";height:100%;left:0;position:absolute;right:0;transform:scaleY(3);z-index:-1}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-icon{-webkit-margin-end:10px;display:flex;flex-shrink:0;margin-inline-end:10px;width:22px}.Toastify--animate{animation-duration:.5s;animation-fill-mode:both}.Toastify--animate-icon{animation-duration:.3s;animation-fill-mode:both}.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:#e74d3c;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:#e74d3c;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{background:#0000;border:none;color:#fff;cursor:pointer;opacity:.7;outline:none;padding:0;position:absolute;right:6px;top:6px;transition:.3s ease;z-index:1}.Toastify__toast--rtl .Toastify__close-button{left:6px;right:auto}.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:100%;left:0;opacity:.7;position:absolute;transform-origin:left;width:100%;z-index:1}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{border-bottom-left-radius:0;left:auto;right:0;transform-origin:right}.Toastify__progress-bar--wrp{border-bottom-left-radius:6px;border-bottom-left-radius:var(--toastify-toast-bd-radius);border-bottom-right-radius:6px;border-bottom-right-radius:var(--toastify-toast-bd-radius);bottom:0;height:5px;left:0;overflow:hidden;position:absolute;width:100%}.Toastify__progress-bar--wrp[data-hidden=true]{opacity:0}.Toastify__progress-bar--bg{height:100%;opacity:.2;opacity:var(--toastify-color-progress-bgo);width:100%}.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,var(--y),0)}to{opacity:0;transform:translate3d(2000px,var(--y),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,var(--y),0)}to{opacity:0;transform:translate3d(-2000px,var(--y),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,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 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,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 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:translate3d(0,var(--y),0) 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:translate3d(0,var(--y),0) perspective(400px)}30%{opacity:1;transform:translate3d(0,var(--y),0) perspective(400px) rotateX(-20deg)}to{opacity:0;transform:translate3d(0,var(--y),0) 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:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideOutRight{0%{transform:translate3d(0,var(--y),0)}to{transform:translate3d(110%,var(--y),0);visibility:hidden}}@keyframes Toastify__slideOutLeft{0%{transform:translate3d(0,var(--y),0)}to{transform:translate3d(-110%,var(--y),0);visibility:hidden}}@keyframes Toastify__slideOutDown{0%{transform:translate3d(0,var(--y),0)}to{transform:translate3d(0,500px,0);visibility:hidden}}@keyframes Toastify__slideOutUp{0%{transform:translate3d(0,var(--y),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-duration:.3s;animation-name:Toastify__slideOutLeft;animation-timing-function:ease-in}.Toastify__slide-exit--bottom-right,.Toastify__slide-exit--top-right{animation-duration:.3s;animation-name:Toastify__slideOutRight;animation-timing-function:ease-in}.Toastify__slide-exit--top-center{animation-duration:.3s;animation-name:Toastify__slideOutUp;animation-timing-function:ease-in}.Toastify__slide-exit--bottom-center{animation-duration:.3s;animation-name:Toastify__slideOutDown;animation-timing-function:ease-in}@keyframes Toastify__spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.rbc-btn{color:inherit;font:inherit;margin:0}button.rbc-btn{-webkit-appearance:button;appearance:button;cursor:pointer;overflow:visible;text-transform:none}button[disabled].rbc-btn{cursor:not-allowed}button.rbc-input::-moz-focus-inner{border:0;padding:0}.rbc-calendar{align-items:stretch;box-sizing:border-box;display:flex;flex-direction:column;height:100%}.rbc-m-b-negative-3{margin-bottom:-3px}.rbc-h-full{height:100%}.rbc-calendar *,.rbc-calendar :after,.rbc-calendar :before{box-sizing:inherit}.rbc-abs-full,.rbc-row-bg{bottom:0;left:0;overflow:hidden;position:absolute;right:0;top:0}.rbc-ellipsis,.rbc-event-label,.rbc-row-segment .rbc-event-content,.rbc-show-more{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.rbc-rtl{direction:rtl}.rbc-off-range{color:#999}.rbc-off-range-bg{background:#e6e6e6}.rbc-header{border-bottom:1px solid #ddd;flex:1 0;font-size:90%;font-weight:700;min-height:0;overflow:hidden;padding:0 3px;text-align:center;text-overflow:ellipsis;vertical-align:middle;white-space:nowrap}.rbc-header+.rbc-header{border-left:1px solid #ddd}.rbc-rtl .rbc-header+.rbc-header{border-left-width:0;border-right:1px solid #ddd}.rbc-header>a,.rbc-header>a:active,.rbc-header>a:visited{color:inherit;text-decoration:none}.rbc-button-link{background:none;border:none;color:inherit;cursor:pointer;margin:0;padding:0;-webkit-user-select:text;user-select:text}.rbc-row-content{position:relative;user-select:none;-webkit-user-select:none;z-index:4}.rbc-row-content-scrollable{display:flex;flex-direction:column;height:100%}.rbc-row-content-scrollable .rbc-row-content-scroll-container{-ms-overflow-style:none;height:100%;overflow-y:scroll;scrollbar-width:none}.rbc-row-content-scrollable .rbc-row-content-scroll-container::-webkit-scrollbar{display:none}.rbc-today{background-color:#eaf6ff}.rbc-toolbar{align-items:center;display:flex;flex-wrap:wrap;font-size:16px;justify-content:center;margin-bottom:10px}.rbc-toolbar .rbc-toolbar-label{flex-grow:1;padding:0 10px;text-align:center}.rbc-toolbar button{background:none;background-image:none;border:1px solid #ccc;border-radius:4px;color:#373a3c;display:inline-block;line-height:normal;margin:0;padding:.375rem 1rem;text-align:center;vertical-align:middle;white-space:nowrap}.rbc-toolbar button.rbc-active,.rbc-toolbar button:active{background-color:#e6e6e6;background-image:none;border-color:#adadad;box-shadow:inset 0 3px 5px rgba(0,0,0,.125)}.rbc-toolbar button.rbc-active:focus,.rbc-toolbar button.rbc-active:hover,.rbc-toolbar button:active:focus,.rbc-toolbar button:active:hover{background-color:#d4d4d4;border-color:#8c8c8c;color:#373a3c}.rbc-toolbar button:focus,.rbc-toolbar button:hover{background-color:#e6e6e6;border-color:#adadad;color:#373a3c}.rbc-toolbar button:hover{cursor:pointer}.rbc-btn-group{display:inline-block;white-space:nowrap}.rbc-btn-group>button:first-child:not(:last-child){border-bottom-right-radius:0;border-top-right-radius:0}.rbc-btn-group>button:last-child:not(:first-child){border-bottom-left-radius:0;border-top-left-radius:0}.rbc-rtl .rbc-btn-group>button:first-child:not(:last-child){border-radius:4px;border-bottom-left-radius:0;border-top-left-radius:0}.rbc-rtl .rbc-btn-group>button:last-child:not(:first-child){border-radius:4px;border-bottom-right-radius:0;border-top-right-radius:0}.rbc-btn-group>button:not(:first-child):not(:last-child){border-radius:0}.rbc-btn-group button+button{margin-left:-1px}.rbc-rtl .rbc-btn-group button+button{margin-left:0;margin-right:-1px}.rbc-btn-group+.rbc-btn-group,.rbc-btn-group+button{margin-left:10px}@media (max-width:767px){.rbc-toolbar{flex-direction:column}}.rbc-day-slot .rbc-background-event,.rbc-event{background-color:#3174ad;border:none;border-radius:5px;box-shadow:none;box-sizing:border-box;color:#fff;cursor:pointer;margin:0;padding:2px 5px;text-align:left;width:100%}.rbc-day-slot .rbc-slot-selecting .rbc-background-event,.rbc-slot-selecting .rbc-day-slot .rbc-background-event,.rbc-slot-selecting .rbc-event{cursor:inherit;pointer-events:none}.rbc-day-slot .rbc-selected.rbc-background-event,.rbc-event.rbc-selected{background-color:#265985}.rbc-day-slot .rbc-background-event:focus,.rbc-event:focus{outline:5px auto #3b99fc}.rbc-event-label{font-size:80%}.rbc-event-overlaps{box-shadow:-1px 1px 5px 0 #33333380}.rbc-event-continues-prior{border-bottom-left-radius:0;border-top-left-radius:0}.rbc-event-continues-after{border-bottom-right-radius:0;border-top-right-radius:0}.rbc-event-continues-earlier{border-top-left-radius:0;border-top-right-radius:0}.rbc-event-continues-later{border-bottom-left-radius:0;border-bottom-right-radius:0}.rbc-row{display:flex;flex-direction:row}.rbc-row-segment{padding:0 1px 1px}.rbc-selected-cell{background-color:#0000001a}.rbc-show-more{background-color:#ffffff4d;color:#3174ad;font-size:85%;font-weight:700;height:auto;line-height:normal;z-index:4}.rbc-show-more:focus,.rbc-show-more:hover{color:#265985}.rbc-month-view{border:1px solid #ddd;display:flex;flex:1 0;flex-direction:column;height:100%;position:relative;user-select:none;-webkit-user-select:none;width:100%}.rbc-month-header{display:flex;flex-direction:row}.rbc-month-row{display:flex;flex:1 0;flex-basis:0px;flex-direction:column;height:100%;overflow:hidden;position:relative}.rbc-month-row+.rbc-month-row{border-top:1px solid #ddd}.rbc-date-cell{flex:1 1;min-width:0;padding-right:5px;text-align:right}.rbc-date-cell.rbc-now{font-weight:700}.rbc-date-cell>a,.rbc-date-cell>a:active,.rbc-date-cell>a:visited{color:inherit;text-decoration:none}.rbc-row-bg{display:flex;flex:1 0;flex-direction:row;overflow:hidden;right:1px}.rbc-day-bg{flex:1 0}.rbc-day-bg+.rbc-day-bg{border-left:1px solid #ddd}.rbc-rtl .rbc-day-bg+.rbc-day-bg{border-left-width:0;border-right:1px solid #ddd}.rbc-overlay{background-color:#fff;border:1px solid #e5e5e5;box-shadow:0 5px 15px #00000040;padding:10px;position:absolute;z-index:5}.rbc-overlay>*+*{margin-top:1px}.rbc-overlay-header{border-bottom:1px solid #e5e5e5;margin:-10px -10px 5px;padding:2px 10px}.rbc-agenda-view{display:flex;flex:1 0;flex-direction:column;overflow:auto}.rbc-agenda-view table.rbc-agenda-table{border:1px solid #ddd;border-collapse:collapse;border-spacing:0;width:100%}.rbc-agenda-view table.rbc-agenda-table tbody>tr>td{padding:5px 10px;vertical-align:top}.rbc-agenda-view table.rbc-agenda-table .rbc-agenda-time-cell{padding-left:15px;padding-right:15px;text-transform:lowercase}.rbc-agenda-view table.rbc-agenda-table tbody>tr>td+td{border-left:1px solid #ddd}.rbc-rtl .rbc-agenda-view table.rbc-agenda-table tbody>tr>td+td{border-left-width:0;border-right:1px solid #ddd}.rbc-agenda-view table.rbc-agenda-table tbody>tr+tr{border-top:1px solid #ddd}.rbc-agenda-view table.rbc-agenda-table thead>tr>th{border-bottom:1px solid #ddd;padding:3px 5px;text-align:left}.rbc-rtl .rbc-agenda-view table.rbc-agenda-table thead>tr>th{text-align:right}.rbc-agenda-time-cell{text-transform:lowercase}.rbc-agenda-time-cell .rbc-continues-after:after{content:" »"}.rbc-agenda-time-cell .rbc-continues-prior:before{content:"« "}.rbc-agenda-date-cell,.rbc-agenda-time-cell{white-space:nowrap}.rbc-agenda-event-cell{width:100%}.rbc-time-column{display:flex;flex-direction:column;min-height:100%}.rbc-time-column .rbc-timeslot-group{flex:1 1}.rbc-timeslot-group{border-bottom:1px solid #ddd;display:flex;flex-flow:column nowrap;min-height:40px}.rbc-header-gutter,.rbc-time-gutter{flex:none}.rbc-label{padding:0 5px}.rbc-day-slot{position:relative}.rbc-day-slot .rbc-events-container{bottom:0;left:0;margin-right:10px;position:absolute;right:0;top:0}.rbc-day-slot .rbc-events-container.rbc-rtl{left:10px;right:0}.rbc-day-slot .rbc-background-event,.rbc-day-slot .rbc-event{align-items:flex-start;border:1px solid #265985;display:flex;flex-flow:column wrap;max-height:100%;min-height:20px;overflow:hidden;position:absolute}.rbc-day-slot .rbc-background-event{opacity:.75}.rbc-day-slot .rbc-event-label{flex:none;padding-right:5px;width:auto}.rbc-day-slot .rbc-event-content{word-wrap:break-word;flex:1 1;height:100%;line-height:1;min-height:1em;width:100%}.rbc-day-slot .rbc-time-slot{border-top:1px solid #f7f7f7}.rbc-time-view-resources .rbc-time-gutter,.rbc-time-view-resources .rbc-time-header-gutter{background-color:#fff;border-right:1px solid #ddd;left:0;margin-right:-1px;position:-webkit-sticky;position:sticky;z-index:10}.rbc-time-view-resources .rbc-time-header{overflow:hidden}.rbc-time-view-resources .rbc-time-header-content{flex:1 0;flex-basis:0px;min-width:auto}.rbc-time-view-resources .rbc-time-header-cell-single-day{display:none}.rbc-time-view-resources .rbc-day-slot{min-width:140px}.rbc-time-view-resources .rbc-day-bg,.rbc-time-view-resources .rbc-header{flex:1 1;flex-basis:0 px;width:140px}.rbc-time-header-content+.rbc-time-header-content{margin-left:-1px}.rbc-time-slot{flex:1 0}.rbc-time-slot.rbc-now{font-weight:700}.rbc-day-header{text-align:center}.rbc-slot-selection{background-color:#00000080;color:#fff;font-size:75%;padding:3px;position:absolute;width:100%;z-index:10}.rbc-slot-selecting{cursor:move}.rbc-time-view{border:1px solid #ddd;display:flex;flex:1 1;flex-direction:column;min-height:0;width:100%}.rbc-time-view .rbc-time-gutter{text-align:right;white-space:nowrap}.rbc-time-view .rbc-allday-cell{box-sizing:initial;height:100%;position:relative;width:100%}.rbc-time-view .rbc-allday-cell+.rbc-allday-cell{border-left:1px solid #ddd}.rbc-time-view .rbc-allday-events{position:relative;z-index:4}.rbc-time-view .rbc-row{box-sizing:border-box;min-height:20px}.rbc-time-header{display:flex;flex:0 0 auto;flex-direction:row}.rbc-time-header.rbc-overflowing{border-right:1px solid #ddd}.rbc-rtl .rbc-time-header.rbc-overflowing{border-left:1px solid #ddd;border-right-width:0}.rbc-time-header>.rbc-row.rbc-row-resource,.rbc-time-header>.rbc-row:first-child{border-bottom:1px solid #ddd}.rbc-time-header-cell-single-day{display:none}.rbc-time-header-content{border-left:1px solid #ddd;display:flex;flex:1 1;flex-direction:column;min-width:0}.rbc-rtl .rbc-time-header-content{border-left-width:0;border-right:1px solid #ddd}.rbc-time-header-content>.rbc-row.rbc-row-resource{border-bottom:1px solid #ddd;flex-shrink:0}.rbc-time-content{align-items:flex-start;border-top:2px solid #ddd;display:flex;flex:1 0;overflow-y:auto;position:relative;width:100%}.rbc-time-content>.rbc-time-gutter{flex:none}.rbc-time-content>*+*>*{border-left:1px solid #ddd}.rbc-rtl .rbc-time-content>*+*>*{border-left-width:0;border-right:1px solid #ddd}.rbc-time-content>.rbc-day-slot{user-select:none;-webkit-user-select:none;width:100%}.rbc-current-time-indicator{background-color:#74ad31;height:1px;left:0;pointer-events:none;position:absolute;right:0;z-index:3}.rbc-resource-grouping.rbc-time-header-content{display:flex;flex-direction:column}.rbc-resource-grouping .rbc-row .rbc-header{width:141px}.login_boxShadow__-LVjg{box-shadow:5px 5px 15px 5px #000}.login_logcontainer__\+jQPV{align-content:center;background:linear-gradient(245.59deg,#31494e,#385e70 25%,#131313 75%);height:100vh}.login_titleContainer__5nnUw h1{color:#fff}.login_logform__R2Rfw{justify-items:center}.login_divTitle__sx-ZE{display:flex}.login_contenedor__y4ie4{align-items:center;border-radius:10px;display:flex}.login_bckimg__EG2Jo{border-radius:10px;display:flex;width:20vh;width:300px}.login_imagenes__Oq9MO{width:auto}.login_imagenesright__KTvyA{width:259px}.login_errormsg__C1Spf{color:#fff;font-size:22px;padding:10px}.login_inputBtnNew__jG56\+{background-color:#fff;border:1px solid red;border-radius:5px 0 5px 0;color:red;font-size:20px;padding:5px}.login_inputBtnNew__jG56\+:hover{background-color:red;color:#fff}.login_inputContainer__RdnOc{height:25px;width:370px}.login_btnlogin__h\+XYR{padding-top:25px}.login_inputButton__BG0xa{border:2px solid red;color:red;font-size:18px;padding:25px 40px}.login_inputButton__BG0xa:hover{background:red;border-color:#484343 #7a7676 #7a7676 #484343;border-style:solid;border-width:4px;box-shadow:none;color:#fff}.login_inputButton__BG0xa:active{background:#144e75}.login_containerLogin__D6eIP{align-items:center;border-radius:10px;display:flex;flex-direction:column;height:35vh;justify-content:center;width:40vh}.login_renovar__aJtEs{padding:40px}.login_footer__-bffc{background-color:#000;bottom:0;position:absolute;width:100%}.login_inputBox__kOo15{font-size:20px;height:25px;padding:5px;width:90%}.login_copyright__F6PIQ{background-color:#000;color:#fff;font-size:15px;text-align:left}@media only screen and (min-width:768px) and (max-width:1200px){.login_containerLogin__D6eIP{align-items:center;border-radius:10px;display:flex;flex-direction:column;height:35vh;justify-content:center;width:100%}}@media only screen and (max-width:775px){.login_bckimg__EG2Jo{display:none}.login_inputBox__kOo15{width:70%}.login_containerLogin__D6eIP{align-items:center;background-color:#5da2bb;border-radius:10px;display:flex;flex-direction:column;height:35vh;justify-content:center;width:100%}.login_logform__R2Rfw{justify-items:center;padding-top:20px}}*{box-sizing:border-box;margin:0;padding:0}body{background-image:url(data:image/png;base64,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);background-position:50%;background-repeat:no-repeat;font-family:sans-serif;height:100vh;opacity:.2px;text-align:-webkit-center}header{box-shadow:0 1px 3px 0 #00000012,0 1px 2px 0 #0000000d;color:#212529}.nav-area{align-items:center;display:flex;margin:0 auto;max-width:90%;padding:10px 20px}.logo{color:inherit;font-size:25px;margin-right:20px;text-decoration:none}.desktop-nav .menus{align-items:center;color:#fff;display:flex;flex-wrap:wrap;list-style:none}.desktop-nav .menu-items{background:#0000;font-size:14px;justify-self:left;position:relative;width:-webkit-max-content;width:max-content}.desktop-nav .menu-items a{color:inherit;display:block;font-size:inherit;text-decoration:none}.desktop-nav .menu-items button{align-items:center;background-color:initial;border:none;color:inherit;cursor:pointer;display:flex;font-size:inherit;width:100%}.desktop-nav button span{margin-left:3px}.desktop-nav .menu-items button,.desktop-nav .menu-items>a{padding:.7rem 1rem;text-align:left}.desktop-nav .menu-items a:hover,.desktop-nav .menu-items button:hover{background-color:#7f58f4}.desktop-nav .arrow:after{border-left:.32em solid #0000;border-right:.32em solid #0000;border-top:.42em solid;content:"";display:inline-block;margin-left:.28em;vertical-align:.09em}.desktop-nav .dropdown{background-color:#091943;border-radius:.5rem;box-shadow:0 10px 15px -3px #2e293314,0 4px 6px -2px #473f4f29;display:none;font-size:.875rem;left:auto;list-style:none;min-width:10rem;padding:.5rem 0;position:absolute;right:0;z-index:9999}.desktop-nav .dropdown.show{display:block}.desktop-nav .dropdown .dropdown-submenu{left:100%;position:absolute;top:-7px}.mobile-nav{display:none}.inputButton:hover{background:#a0b1bc}.lucidePlus{color:#fff}.lucidePlus:hover{height:30px;width:30px}.lucideIcon:hover{color:blue}.lucideIconDel:hover{color:red}.lucideExcel:hover{color:blue}.lucideExcel{color:#17c817}.lucideIconWhite{color:#fff}@media screen and (max-width:960px){.nav-area{justify-content:space-between}.desktop-nav{display:none;text-align:right}.mobile-nav{display:block}.mobile-nav .mobile-nav__menu-button{background-color:initial;border:none;color:inherit;cursor:pointer;font-size:inherit;position:relative}.mobile-nav .menus{background-color:#fff;border-radius:.5rem;box-shadow:0 10px 15px -3px #2e293314,0 4px 6px -2px #473f4f29;list-style:none;min-width:12rem;padding:.5rem 0;position:absolute;right:20px;top:50px;z-index:9999}.mobile-nav .menu-items a{color:inherit;display:block;font-size:inherit;text-decoration:none}.mobile-nav .menu-items button{align-items:center;background-color:initial;border:none;color:inherit;cursor:pointer;display:flex;font-size:inherit;width:100%}.mobile-nav .menu-items button,.mobile-nav .menu-items>a{padding:.7rem 1rem;text-align:left}.mobile-nav .menu-items a:hover,.mobile-nav .menu-items button:hover{background-color:#f2f2f2}.mobile-nav .arrow:after{border-top:.42em solid}.mobile-nav .arrow-close:after,.mobile-nav .arrow:after{border-left:.32em solid #0000;border-right:.32em solid #0000;content:"";display:inline-block;margin-left:1.2em;vertical-align:.09em}.mobile-nav .arrow-close:after{border-bottom:.42em solid}.mobile-nav .dropdown{display:none;font-size:.9rem;list-style:none;margin-left:1.2em;padding:.5rem 0}.mobile-nav .dropdown.show{display:block}}.content{margin:0 auto;max-width:1200px;padding:3rem 20px}.content h1{font-size:2rem}#error-page{align-items:center;display:flex;flex-direction:column;gap:20px;height:100vh;justify-content:center}.mainContainer{height:30vh}.containerLogin,.mainContainer{align-items:center;background-color:#5da2bb;border-radius:10px;display:flex;flex-direction:column;justify-content:center}.containerLogin{height:50vh;width:80vh}.titleContainer{align-items:center;display:flex;flex-direction:column;font-size:64px;font-weight:bolder;justify-content:center}.historyItem,.resultContainer{align-items:center;display:flex;flex-direction:row;justify-content:space-between;width:400px}.historyContainer{flex-grow:5;height:200px;justify-content:flex-start}.buttonContainer,.historyContainer{align-items:center;display:flex;flex-direction:column}.buttonContainer{height:260px;justify-content:center}.inputContainer{align-items:flex-start;display:flex;flex-direction:column;justify-content:center}.inputContainer>.errorLabel{color:red;font-size:20px}.inputBox{width:400px}.inputBox,.inputSmallBox{border:1px solid grey;border-radius:8px;font-size:large;height:48px;padding-left:8px}.inputSmallBox{width:200px}.inputButton{font-feature-settings:normal;background-image:linear-gradient(90deg,#1c6ea4 0,#2388cb 50%,#144e75);border:2px solid #1c6ea4;border-radius:10px;box-shadow:5px 5px 15px 5px #000;color:#fff;display:inline-block;font-family:Georgia,serif;font-size:16px;font-size:20px;font-style:normal;font-variant:normal;font-weight:400;line-height:16px;padding:6px;text-decoration:none;text-transform:none}.inputButton:hover{background:#1c6ea4}.inputButton:active{background:#144e75}.head_container__9Q9xD{left:35%;position:fixed;top:30%}.head_nameCia__Swb1W{color:#e1e1e8;font-size:30px;width:-webkit-fill-available}.head_hero__c4e25,.head_page__Yp4fg{background:linear-gradient(245.59deg,#31494e,#385e70 25%,#131313 75%);background-size:100%;height:100%;min-height:100vh;width:100%}.head_hero__c4e25{grid-gap:2rem;align-items:center;display:grid;gap:2rem;position:relative}.head_hero_content__umY1L{grid-gap:2rem;align-items:center;display:grid;gap:2rem;grid-template-columns:1fr 1fr;padding:0 8%}section{padding:0 8%}.head_hero_text__IfCGM h5{color:#fff;font-size:14px;font-weight:400;margin-bottom:25px}.head_hero_text__IfCGM h1{color:#fff;font-family:Roboto Mono,monospace;font-size:50px;line-height:1;margin:0 0 30px}.head_hero_text__IfCGM h4{color:#fff;font-size:18px;font-weight:600;margin-bottom:10px}.head_hero_text__IfCGM p{color:#fff;font-size:80%;line-height:1.9;margin-bottom:40px}.head_hero_img__1Wil7 img{height:auto;margin:10% 0 0 10%;width:400px}.head_hero_text__IfCGM a{background-color:#4d4d4d;border:1px solid #0000;border-radius:30px;color:#fff;display:inline-block;font-size:14px;font-weight:500;line-height:1.4;padding:15px 30px;text-transform:uppercase;transition:all .5s ease 0s}.head_hero_text__IfCGM a:hover{background-color:initial;border:1px solid #fff;transform:translateX(8px)}.head_hero_text__IfCGM a.head_videos__jFbv0{background-color:initial;border:1px solid #fff;margin-left:20px}.head_hero_text__IfCGM a.head_videos__jFbv0 i{margin-right:5px;vertical-align:middle}@media (max-width:1000px){.head_container__9Q9xD{left:21%;position:fixed;top:26%}.head_nameCia__Swb1W{color:blue;font-size:20px;left:31%;position:fixed;top:51%}}.grid_header__bj-22{display:flex;justify-content:space-between;width:1000px}.grid_smallheader__AWm1P{align-items:flex-start;display:flex;justify-content:space-between;width:700px}.grid_lblBuscar__iFXmF{color:#fff;font-size:18px}.grid_divBuscar__aRBbd{padding:3px}.grid_inputBuscar__jQbYs{height:25px}.grid_trBuscar__xMeut{background-color:aqua;height:30px}.grid_divtable__vegBS{width:68%}.grid_aligncenter__SJwyc{text-align:center}.grid_trTitle__d195N{height:30px}.grid_gridTable__O3eQz{border-collapse:collapse;box-shadow:10px 9px 15px 0 #000;width:90%}.grid_gridFact__iJIJv,.grid_smallgridTable__9FpXj{border-collapse:collapse;box-shadow:10px 9px 15px 0 #000;width:60%}.grid_trdatosRed__kp7Mh,.grid_trdatos__CdBi5{border-bottom:.5px solid #d3d3d3}.grid_trdatosRed__kp7Mh{color:red}.grid_gridTitle__f5Z9V{width:70%}.grid_row__zWGJB{font-size:16px;height:25px}.grid_dLink__OxXfz{text-align:center}.grid_newTable__n2lxw{background-color:#fff}.grid_xinput__DwNzk{width:17px}.grid_textok__rsaSf{background-color:#90ee90}.grid_textnormal__fYslk{background-color:#fff}h2{border-radius:10px;color:#fff}.grid_input_group__yuDvk{padding:10px}.grid_fecha_group__w5KbH{background-color:#fff;border-radius:10px;padding:5px;width:100%}.grid_titledate__j21Eh{font-size:22px}.grid_inputdate__hOeZZ{font-size:20px}.grid_precio__G5x-s{text-align:right;width:100px}.grid_title2__WQH1R,.grid_title__5iBD2{padding-left:2px;text-align:left}.grid_title2__WQH1R{width:16%}.grid_thCli__cGK6k{align-content:center}.grid_trBuscar__xMeut{background-color:#6495ed}.grid_tableCli__VZxNc{background:#0000}.grid_modalOverlay__l6pQb{align-items:center;background-color:#00000080;bottom:0;display:flex;justify-content:center;left:0;position:fixed;right:0;top:0;z-index:1000}.grid_modalContent__tWFZV{background-color:#fff;border-radius:10px;display:flex;flex-direction:column;gap:12px;padding:20px;width:320px}.grid_modalTitle__PFZ7\+{color:#000;font-size:20px;margin:0}.grid_modalDateInput__qkzS4{font-size:18px;padding:5px}.grid_modalActions__bsymm{display:flex;gap:10px;justify-content:flex-end}.grid_antsig__Vbxym{background-color:#add8e6;border:1px solid blue;border-radius:5px;box-shadow:10px 9px 15px 0 #000;color:blue;display:flex;justify-content:space-around;padding:11px;width:90%}.grid_inputBtnNew__lJwnu{background-color:#fff;border:1px solid red;border-radius:15px;color:red;font-size:20px;padding:5px 15px}.grid_inputBtnNew__lJwnu:hover{background-color:red;color:#fff}.grid_inputBtnServ__aUC1f{background-color:#fff;border:1px solid red;border-radius:15px;color:blue;font-size:15px;padding:5px;vertical-align:super}.grid_inputBtnServ__aUC1f:hover{background-color:blue;color:#fff}.grid_tdaccions__4c5RN{text-align:center}.grid_divflex__7GPjh{display:flex}.grid_gridTable__O3eQz tr{background:#fff;border-bottom:1px solid grey}.grid_solopcnumeros__jDnG-,.grid_style_precio__zRPM\+,.grid_style_total__E2lfg{height:25px;padding-right:10px;text-align:right}@media (max-width:750px){.grid_header__bj-22{background-color:#ecf5ec;display:block;justify-content:space-between;width:300px}.grid_style_precio__zRPM\+{display:none}.grid_resumen_des__edoFD{font-size:14px;width:30%}.grid_resumen_tot__CJ2Iy{font-size:14px}.grid_smallheader__AWm1P{display:block;margin-top:5px;width:80%}}@media (max-width:1000px){.grid_onlyScreen__JCqeU,.grid_solopc__UEIyJ,.grid_solopcnumeros__jDnG-,.grid_style_code__arHRg,.grid_style_email__A0R8i,.grid_title2__WQH1R{display:none}.grid_styled_table__ZMPgC{background-color:#7fffd4;border-collapse:collapse;box-shadow:0 0 20px #00000026;font-family:sans-serif;font-size:.9em;margin:25px 0;min-width:350px}.grid_style_td__WurO3{font-size:15px;width:24%}.grid_style_td_center__FFjiy{font-size:15px;text-align:center;width:34%}.grid_style_titulos__Zs8iV{display:none}.grid_header__bj-22{display:block;justify-content:space-between;width:400px}.grid_gridTable__O3eQz{width:95%}.grid_tdaccions__4c5RN{text-align:right}}.form_container__m4Tos{background-image:linear-gradient(90deg,#3a5e75 0,#77b5e0 50%,#5f39b2);border-radius:15px;font-size:20px;padding:12px;width:800px}.form_ciaContainer__XEXQ\+{display:flex;font-size:20px;justify-content:space-around;padding:5px;width:800px}.form_input_group__jYHcN{align-items:stretch;display:flex;flex-wrap:wrap;margin-bottom:1rem!important;position:relative;width:100%}.form_selData__mz6\+V{font-size:18px;text-align:left}.form_input_group_text__B9Ls2{align-items:flex-end;background-color:#e9ecef;justify-content:right;margin-right:5px;text-align:right;width:200px}.form_input_group_text__B9Ls2,.form_p_group_text__IV-eD{border:1px solid #ced4da;border-radius:.375rem;color:#212529;display:flex;font-size:1rem;font-weight:400;line-height:1.5;padding:.375rem .75rem;white-space:nowrap}.form_p_group_text__IV-eD{align-items:center;background-color:#fff;text-align:center}.form_input_field__Mjs-v{flex:1 1 auto;min-width:0;width:1%}.form_input_field__Mjs-v,.form_input_small_field__l5FVm{border:1px solid #ced4da;border-radius:5px;font-size:18px;padding-left:5px}.form_input_small_field__l5FVm{width:250px}.form_input_field_number__PVlM8{border:1px solid #ced4da;border-radius:5px;font-size:18px;min-width:0;padding-left:5px;text-align:right;width:300px}.form_perfiles__8PTLb{padding:5px}.form_inputBtnNew__Ltkxf{background-color:#fff;border:1px solid red;border-radius:5px 0 5px 0;color:red;font-size:20px;padding:5px}.form_inputBtnNew__Ltkxf:hover{background-color:red;color:#fff}.form_showerror__jzTfq{font-size:16px;margin-left:20px;text-align:left}.form_errormsg__cwlBa{color:red}.form_respuesta__e3-Nm{color:blue;font-size:20px;padding:10px;text-align:center}@media (max-width:1000px){.form_container__m4Tos{width:-webkit-fit-content;width:fit-content}.form_inputBtnNew__Ltkxf{font-size:16px}}.inputGrid_divflex__Qb\+j\+{background-image:linear-gradient(90deg,#3a5e75 0,#77b5e0 50%,#5f39b2);display:flex;padding:5px}.inputGrid_divright__Wv0zf{width:45%}.inputGrid_divIzq__rId\+h{width:60%}.inputGrid_divHide__NPAaq{display:none}.inputGrid_divBuscar__TEJG3{align-content:center;height:30px}.inputGrid_inputBuscar__o-9e\+{height:25px}.inputGrid_inputDescripcion__YEYsb{font-size:20px;height:25px;width:90%}.inputGrid_container__bg3Le{background-color:#f2f2f2;background-image:linear-gradient(90deg,#3a5e75 0,#77b5e0 50%,#5f39b2);border-radius:16px;height:100%;width:95%}.inputGrid_gridTableBack__8ikYF{border-collapse:collapse;box-shadow:10px 9px 15px 0 #000;padding-top:10px;width:65%}.inputGrid_gridTable__XeHuu{background-color:#fff}.inputGrid_precio__uz5Se{font-size:12px;text-align:right;width:100px}.inputGrid_precioLong__tTInR{font-size:12px;text-align:right;width:150px}.inputGrid_inputBtnNew__jbyiy{background-color:#fff;border:1px solid red;border-radius:5px 0 5px 0;color:red;font-size:20px;padding:5px}.inputGrid_inputBtnNew__jbyiy:hover{background-color:red;color:#fff}.inputGrid_style_input__eXgh9{color:blue;height:25px;text-align:right;width:80px}.inputGrid_tdleft__gZRPN{font-size:12px;width:200px}.inputGrid_tdotro__GdB7p{font-size:12px}.inputGrid_trTitle__pnlgl{font-size:18px}@media (max-width:1000px){.inputGrid_onlyScreen__5uNqT,.inputGrid_style_code__RbJBV,.inputGrid_style_email__G4JlC,.inputGrid_title2__Dv7TZ{display:none}.inputGrid_styled_table__f83Fm{background-color:#7fffd4;border-collapse:collapse;box-shadow:0 0 20px #00000026;font-family:sans-serif;font-size:.9em;margin:25px 0;min-width:350px}.inputGrid_style_td__ixASm{font-size:12px;width:34%}.inputGrid_style_precio__BPEW5,.inputGrid_style_titulos__ajpaq{display:none}.inputGrid_header__A-Nu8{display:block;justify-content:space-between;width:100px}.inputGrid_precio__uz5Se{font-size:12px}.inputGrid_divright__Wv0zf{display:none}.inputGrid_divIzq__rId\+h{width:95%}}:root{--main-bg-color:#fae7e7;--main-panel-color:#fff}.factura_mainGrid__r0U1D{grid-gap:24px;display:grid;gap:24px;grid-template-columns:1fr 2fr;margin:24px 0}.factura_leftColumn__04NOl{display:flex;flex-direction:column;gap:20px}.factura_rightAlign__Y4yRZ{text-align:right}.factura_centerAlign__Mc4Tx{text-align:center}.factura_infoSection__EZhkP{background-color:#fff;border-radius:8px;box-shadow:0 2px 4px #0000001a;padding:10px;text-align:left}.factura_infoItem__tfONg{margin-bottom:8px;margin-top:8px}.factura_paymentHeaderRow__RyH\+g{align-items:center;background:linear-gradient(90deg,#f8fafc,#eef2ff);border:1px solid #dbeafe;border-radius:10px;display:flex;justify-content:space-between;margin-bottom:10px;padding:8px 10px}.factura_paymentHeaderUser__EQiIm{color:#334155;font-size:12px}.factura_paymentCountBadge__8rbZx{background-color:#dbeafe;border:1px solid #93c5fd;border-radius:999px;color:#1d4ed8;font-size:11px;font-weight:700;padding:3px 10px}.factura_paymentCard__AVNyQ{background-color:#fff;border:1px solid #e2e8f0;border-radius:12px;box-shadow:0 1px 2px #0f172a0f;margin-bottom:10px;padding:10px}.factura_paymentCardTitleRow__YCmtx{border-bottom:1px dashed #cbd5e1;margin-bottom:8px;padding-bottom:6px}.factura_paymentMethodName__M6Blc{color:#0f172a;font-size:13px;font-weight:700}.factura_paymentLineTotal__cFlul,.factura_paymentLine__wIn\+S{align-items:center;display:flex;justify-content:space-between;margin:4px 0}.factura_paymentLabel__Iqgut{color:#475569;font-size:12px}.factura_paymentValue__Qr5ql{color:#1e293b;font-size:12px;font-weight:600;text-align:right}.factura_paymentRecargoValue__zRRgA{color:#b45309;font-size:12px;font-weight:700}.factura_paymentLineTotal__cFlul{border-top:1px solid #e2e8f0;margin-top:8px;padding-top:8px}.factura_paymentTotalLabel__FlE1-{color:#0f172a;font-size:12px;font-weight:700}.factura_paymentTotalValue__KBD7V{color:#0f766e;font-size:13px;font-weight:800}.factura_paymentEmptyState__0WTfV{background-color:#f8fafc;border:1px dashed #cbd5e1;border-radius:10px;color:#64748b;font-size:12px;margin-top:8px;padding:10px;text-align:center}.factura_rightColumn__wW\+\+8{display:flex;flex-direction:column;gap:20px;width:90%}@media (max-width:968px){.factura_mainGrid__r0U1D{grid-template-columns:1fr}}.factura_inputField__qSOXp{color:grey;font-family:monospace;font-size:13px}.factura_container__UQxJ2{background-color:#f2f2f2;background-image:linear-gradient(90deg,#3a5e75 0,#77b5e0 50%,#5f39b2);border-radius:16px;height:100%;width:95%}.factura_insumosolo__AZ5hG{justify-self:center}.factura_textareaEx__HLmM7{height:73px;width:100%}.factura_servicio__VwEn3{height:74px;justify-self:anchor-center}.factura_cliente__ZV5j7{background-color:#fff;background-color:var(--main-panel-color);font-size:12px;padding:5px}.factura_td130__EC8iX{font-size:12px;width:160px}.factura_clienteinput__jfxfB{color:grey;font-family:monospace;font-size:13px;width:500px}.factura_data__uPkjC{display:flex;font-size:12px;justify-content:space-evenly;padding:15px;text-align:left}.factura_divServ__z9\+s4{display:flex;width:50px;width:100%}.factura_divIzq__CHf0w,.factura_divServ__z9\+s4{background-color:#fff;background-color:var(--main-panel-color);padding:5px}.factura_divIzq__CHf0w{border:1px solid #fff;border-radius:20px;width:1000px;width:-webkit-max-content;width:max-content}.factura_thCenter__XblJJ{text-align:center}.factura_divDer__4zsh-{background-color:#fff;background-color:var(--main-panel-color);border:1px solid #fff;border-radius:20px;padding:5px;position:relative;width:40%}.factura_errormsg__B50hD{color:red}.factura_titulops__l\+3\+U{text-align:center;width:100%}.factura_precios__pJI3T{font-size:12px;height:30px;margin-right:10px;text-align-last:right}.factura_preciosFinal__4SFGT{font-size:20px;font-weight:700;height:30px;margin-right:10px;text-align-last:right}.factura_preciosdscto__Gqo0l{color:red;font-size:12px;height:30px;margin-right:10px;text-align-last:right}.factura_selData__sO28h{color:grey;font-family:monospace;font-size:12px;text-align:left;width:500px}.factura_insumo__ZpGrs,.factura_producto__pXd\+A{padding:5px;transition:height 4s}.factura_insumo__ZpGrs{text-align:center}.factura_insumoHide__lMDVw{display:none;height:0}.factura_divLastBtn__AHS5L{background-color:#fff;background-color:var(--main-panel-color);display:flex;justify-content:space-between;padding:10px}.factura_tableSel__IWs2Q{border-collapse:collapse}.factura_inputBtnNew__rD17L{background-color:#4169e1;border:0 solid #4169e1;border-radius:25px;color:#fff;font-size:12px;padding:5px}.factura_inputBtnNew__rD17L:hover{background-color:#6a5acd;color:#fff}.factura_importe__ppr5e{font-size:12px;height:30px;margin-right:10px;text-align-last:right}.factura_cant__QymdI{font-size:12px;height:30px;text-align-last:center;width:100px}.factura_trGrid__nzise:nth-child(2n){background:#f2f2f2}.factura_divDescto__Rnk9T{display:flex}.factura_trProd__D6Zz8{height:30px;text-align:left}.factura_antsig__ZZfDY{border:0 solid blue;border-radius:5px;display:flex;justify-content:space-around;padding:5px;width:95%}.factura_table1__IG6Wc{border-collapse:collapse;width:100%}.factura_td1__PTPmJ{font-size:12px;padding-right:2px;padding-top:4px;width:-webkit-max-content;width:max-content}.factura_td2__N0AAu,.factura_td3__wA--\+,.factura_td4__3KJ1d{font-size:12px;padding-top:2px;width:-webkit-max-content;width:max-content}.factura_td4__3KJ1d{text-align:center}@media (max-width:900px){.factura_data__uPkjC{display:block}.factura_divDer__4zsh-,.factura_divIzq__CHf0w{width:auto}}@font-face{font-display:swap;font-family:Roboto;font-style:normal;font-weight:300;src:url(/static/media/roboto-cyrillic-ext-300-normal.b9d87b04a9119d8d2fdf.woff2) format("woff2"),url(/static/media/roboto-cyrillic-ext-300-normal.bb51ac44fd58b4f1d4ee.woff) format("woff");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-display:swap;font-family:Roboto;font-style:normal;font-weight:300;src:url(/static/media/roboto-cyrillic-300-normal.89d0351bce4bc857dba6.woff2) format("woff2"),url(/static/media/roboto-cyrillic-300-normal.3ef0cbd46ba817c7a976.woff) format("woff");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-display:swap;font-family:Roboto;font-style:normal;font-weight:300;src:url(/static/media/roboto-greek-ext-300-normal.a88b77bb10633a8045e3.woff2) format("woff2"),url(/static/media/roboto-greek-ext-300-normal.f9bcba068dd8c29805b0.woff) format("woff");unicode-range:u+1f??}@font-face{font-display:swap;font-family:Roboto;font-style:normal;font-weight:300;src:url(/static/media/roboto-greek-300-normal.fdd1f928a606aa116a44.woff2) format("woff2"),url(/static/media/roboto-greek-300-normal.ebe8917fd1971fba3164.woff) format("woff");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-display:swap;font-family:Roboto;font-style:normal;font-weight:300;src:url(/static/media/roboto-math-300-normal.acc9c7c1d1fe3a1c7d44.woff2) format("woff2"),url(/static/media/roboto-math-300-normal.6184ac43e7a7bad57f4a.woff) format("woff");unicode-range:u+0302-0303,u+0305,u+0307-0308,u+0310,u+0312,u+0315,u+031a,u+0326-0327,u+032c,u+032f-0330,u+0332-0333,u+0338,u+033a,u+0346,u+034d,u+0391-03a1,u+03a3-03a9,u+03b1-03c9,u+03d1,u+03d5-03d6,u+03f0-03f1,u+03f4-03f5,u+2016-2017,u+2034-2038,u+203c,u+2040,u+2043,u+2047,u+2050,u+2057,u+205f,u+2070-2071,u+2074-208e,u+2090-209c,u+20d0-20dc,u+20e1,u+20e5-20ef,u+2100-2112,u+2114-2115,u+2117-2121,u+2123-214f,u+2190,u+2192,u+2194-21ae,u+21b0-21e5,u+21f1-21f2,u+21f4-2211,u+2213-2214,u+2216-22ff,u+2308-230b,u+2310,u+2319,u+231c-2321,u+2336-237a,u+237c,u+2395,u+239b-23b7,u+23d0,u+23dc-23e1,u+2474-2475,u+25af,u+25b3,u+25b7,u+25bd,u+25c1,u+25ca,u+25cc,u+25fb,u+266d-266f,u+27c0-27ff,u+2900-2aff,u+2b0e-2b11,u+2b30-2b4c,u+2bfe,u+3030,u+ff5b,u+ff5d,u+1d400-1d7ff,u+1ee??}@font-face{font-display:swap;font-family:Roboto;font-style:normal;font-weight:300;src:url(/static/media/roboto-symbols-300-normal.616638ec44336b3da884.woff2) format("woff2"),url(/static/media/roboto-symbols-300-normal.96c0de48b91e889e3aaf.woff) format("woff");unicode-range:u+0001-000c,u+000e-001f,u+007f-009f,u+20dd-20e0,u+20e2-20e4,u+2150-218f,u+2190,u+2192,u+2194-2199,u+21af,u+21e6-21f0,u+21f3,u+2218-2219,u+2299,u+22c4-22c6,u+2300-243f,u+2440-244a,u+2460-24ff,u+25a0-27bf,u+28??,u+2921-2922,u+2981,u+29bf,u+29eb,u+2b??,u+4dc0-4dff,u+fff9-fffb,u+10140-1018e,u+10190-1019c,u+101a0,u+101d0-101fd,u+102e0-102fb,u+10e60-10e7e,u+1d2c0-1d2d3,u+1d2e0-1d37f,u+1f0??,u+1f100-1f1ad,u+1f1e6-1f1ff,u+1f30d-1f30f,u+1f315,u+1f31c,u+1f31e,u+1f320-1f32c,u+1f336,u+1f378,u+1f37d,u+1f382,u+1f393-1f39f,u+1f3a7-1f3a8,u+1f3ac-1f3af,u+1f3c2,u+1f3c4-1f3c6,u+1f3ca-1f3ce,u+1f3d4-1f3e0,u+1f3ed,u+1f3f1-1f3f3,u+1f3f5-1f3f7,u+1f408,u+1f415,u+1f41f,u+1f426,u+1f43f,u+1f441-1f442,u+1f444,u+1f446-1f449,u+1f44c-1f44e,u+1f453,u+1f46a,u+1f47d,u+1f4a3,u+1f4b0,u+1f4b3,u+1f4b9,u+1f4bb,u+1f4bf,u+1f4c8-1f4cb,u+1f4d6,u+1f4da,u+1f4df,u+1f4e3-1f4e6,u+1f4ea-1f4ed,u+1f4f7,u+1f4f9-1f4fb,u+1f4fd-1f4fe,u+1f503,u+1f507-1f50b,u+1f50d,u+1f512-1f513,u+1f53e-1f54a,u+1f54f-1f5fa,u+1f610,u+1f650-1f67f,u+1f687,u+1f68d,u+1f691,u+1f694,u+1f698,u+1f6ad,u+1f6b2,u+1f6b9-1f6ba,u+1f6bc,u+1f6c6-1f6cf,u+1f6d3-1f6d7,u+1f6e0-1f6ea,u+1f6f0-1f6f3,u+1f6f7-1f6fc,u+1f7??,u+1f800-1f80b,u+1f810-1f847,u+1f850-1f859,u+1f860-1f887,u+1f890-1f8ad,u+1f8b0-1f8bb,u+1f8c0-1f8c1,u+1f900-1f90b,u+1f93b,u+1f946,u+1f984,u+1f996,u+1f9e9,u+1fa00-1fa6f,u+1fa70-1fa7c,u+1fa80-1fa89,u+1fa8f-1fac6,u+1face-1fadc,u+1fadf-1fae9,u+1faf0-1faf8,u+1fb??}@font-face{font-display:swap;font-family:Roboto;font-style:normal;font-weight:300;src:url(/static/media/roboto-vietnamese-300-normal.6f0bf63e956c09377ef8.woff2) format("woff2"),url(/static/media/roboto-vietnamese-300-normal.e87e4f55536d3d241183.woff) format("woff");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-display:swap;font-family:Roboto;font-style:normal;font-weight:300;src:url(/static/media/roboto-latin-ext-300-normal.948c05192b1e64d931b1.woff2) format("woff2"),url(/static/media/roboto-latin-ext-300-normal.2dac09a8617653d1edf4.woff) format("woff");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-display:swap;font-family:Roboto;font-style:normal;font-weight:300;src:url(/static/media/roboto-latin-300-normal.db56943a88e4852343ae.woff2) format("woff2"),url(/static/media/roboto-latin-300-normal.f6fc811f3dad92f5fd42.woff) format("woff");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-display:swap;font-family:Roboto;font-style:normal;font-weight:400;src:url(/static/media/roboto-cyrillic-ext-400-normal.31476620b88eec076438.woff2) format("woff2"),url(/static/media/roboto-cyrillic-ext-400-normal.7b8c7d5f57176d3e1c49.woff) format("woff");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-display:swap;font-family:Roboto;font-style:normal;font-weight:400;src:url(/static/media/roboto-cyrillic-400-normal.86d5c52f4588f9f221d7.woff2) format("woff2"),url(/static/media/roboto-cyrillic-400-normal.534893d6b1240067604a.woff) format("woff");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-display:swap;font-family:Roboto;font-style:normal;font-weight:400;src:url(/static/media/roboto-greek-ext-400-normal.2d5875b032a1cca91eb2.woff2) format("woff2"),url(/static/media/roboto-greek-ext-400-normal.72fe2e51b252205e4068.woff) format("woff");unicode-range:u+1f??}@font-face{font-display:swap;font-family:Roboto;font-style:normal;font-weight:400;src:url(/static/media/roboto-greek-400-normal.98a717d5a38e77c0f657.woff2) format("woff2"),url(/static/media/roboto-greek-400-normal.63d0493e790cb6f37908.woff) format("woff");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-display:swap;font-family:Roboto;font-style:normal;font-weight:400;src:url(/static/media/roboto-math-400-normal.b60d9fba1e21da7497e6.woff2) format("woff2"),url(/static/media/roboto-math-400-normal.df046689c316e367a511.woff) format("woff");unicode-range:u+0302-0303,u+0305,u+0307-0308,u+0310,u+0312,u+0315,u+031a,u+0326-0327,u+032c,u+032f-0330,u+0332-0333,u+0338,u+033a,u+0346,u+034d,u+0391-03a1,u+03a3-03a9,u+03b1-03c9,u+03d1,u+03d5-03d6,u+03f0-03f1,u+03f4-03f5,u+2016-2017,u+2034-2038,u+203c,u+2040,u+2043,u+2047,u+2050,u+2057,u+205f,u+2070-2071,u+2074-208e,u+2090-209c,u+20d0-20dc,u+20e1,u+20e5-20ef,u+2100-2112,u+2114-2115,u+2117-2121,u+2123-214f,u+2190,u+2192,u+2194-21ae,u+21b0-21e5,u+21f1-21f2,u+21f4-2211,u+2213-2214,u+2216-22ff,u+2308-230b,u+2310,u+2319,u+231c-2321,u+2336-237a,u+237c,u+2395,u+239b-23b7,u+23d0,u+23dc-23e1,u+2474-2475,u+25af,u+25b3,u+25b7,u+25bd,u+25c1,u+25ca,u+25cc,u+25fb,u+266d-266f,u+27c0-27ff,u+2900-2aff,u+2b0e-2b11,u+2b30-2b4c,u+2bfe,u+3030,u+ff5b,u+ff5d,u+1d400-1d7ff,u+1ee??}@font-face{font-display:swap;font-family:Roboto;font-style:normal;font-weight:400;src:url(/static/media/roboto-symbols-400-normal.bb5b5d1459beb07bd3d5.woff2) format("woff2"),url(/static/media/roboto-symbols-400-normal.84256f57baf5e150167a.woff) format("woff");unicode-range:u+0001-000c,u+000e-001f,u+007f-009f,u+20dd-20e0,u+20e2-20e4,u+2150-218f,u+2190,u+2192,u+2194-2199,u+21af,u+21e6-21f0,u+21f3,u+2218-2219,u+2299,u+22c4-22c6,u+2300-243f,u+2440-244a,u+2460-24ff,u+25a0-27bf,u+28??,u+2921-2922,u+2981,u+29bf,u+29eb,u+2b??,u+4dc0-4dff,u+fff9-fffb,u+10140-1018e,u+10190-1019c,u+101a0,u+101d0-101fd,u+102e0-102fb,u+10e60-10e7e,u+1d2c0-1d2d3,u+1d2e0-1d37f,u+1f0??,u+1f100-1f1ad,u+1f1e6-1f1ff,u+1f30d-1f30f,u+1f315,u+1f31c,u+1f31e,u+1f320-1f32c,u+1f336,u+1f378,u+1f37d,u+1f382,u+1f393-1f39f,u+1f3a7-1f3a8,u+1f3ac-1f3af,u+1f3c2,u+1f3c4-1f3c6,u+1f3ca-1f3ce,u+1f3d4-1f3e0,u+1f3ed,u+1f3f1-1f3f3,u+1f3f5-1f3f7,u+1f408,u+1f415,u+1f41f,u+1f426,u+1f43f,u+1f441-1f442,u+1f444,u+1f446-1f449,u+1f44c-1f44e,u+1f453,u+1f46a,u+1f47d,u+1f4a3,u+1f4b0,u+1f4b3,u+1f4b9,u+1f4bb,u+1f4bf,u+1f4c8-1f4cb,u+1f4d6,u+1f4da,u+1f4df,u+1f4e3-1f4e6,u+1f4ea-1f4ed,u+1f4f7,u+1f4f9-1f4fb,u+1f4fd-1f4fe,u+1f503,u+1f507-1f50b,u+1f50d,u+1f512-1f513,u+1f53e-1f54a,u+1f54f-1f5fa,u+1f610,u+1f650-1f67f,u+1f687,u+1f68d,u+1f691,u+1f694,u+1f698,u+1f6ad,u+1f6b2,u+1f6b9-1f6ba,u+1f6bc,u+1f6c6-1f6cf,u+1f6d3-1f6d7,u+1f6e0-1f6ea,u+1f6f0-1f6f3,u+1f6f7-1f6fc,u+1f7??,u+1f800-1f80b,u+1f810-1f847,u+1f850-1f859,u+1f860-1f887,u+1f890-1f8ad,u+1f8b0-1f8bb,u+1f8c0-1f8c1,u+1f900-1f90b,u+1f93b,u+1f946,u+1f984,u+1f996,u+1f9e9,u+1fa00-1fa6f,u+1fa70-1fa7c,u+1fa80-1fa89,u+1fa8f-1fac6,u+1face-1fadc,u+1fadf-1fae9,u+1faf0-1faf8,u+1fb??}@font-face{font-display:swap;font-family:Roboto;font-style:normal;font-weight:400;src:url(/static/media/roboto-vietnamese-400-normal.b1b8baa94fbcaa57d098.woff2) format("woff2"),url(/static/media/roboto-vietnamese-400-normal.2422af9ea58377139eb0.woff) format("woff");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-display:swap;font-family:Roboto;font-style:normal;font-weight:400;src:url(/static/media/roboto-latin-ext-400-normal.0f86a30ca7e981fcfc99.woff2) format("woff2"),url(/static/media/roboto-latin-ext-400-normal.f6e7ebd0ea43b3ad3673.woff) format("woff");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-display:swap;font-family:Roboto;font-style:normal;font-weight:400;src:url(/static/media/roboto-latin-400-normal.df1be0be92f6f19b8115.woff2) format("woff2"),url(/static/media/roboto-latin-400-normal.67ed4cbecfff1f7b41dd.woff) format("woff");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-display:swap;font-family:Roboto;font-style:normal;font-weight:500;src:url(/static/media/roboto-cyrillic-ext-500-normal.634ee2238bf30f362d52.woff2) format("woff2"),url(/static/media/roboto-cyrillic-ext-500-normal.dfc80b7d2f4073f6cf58.woff) format("woff");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-display:swap;font-family:Roboto;font-style:normal;font-weight:500;src:url(/static/media/roboto-cyrillic-500-normal.1fb2c6d685bfb888cfa3.woff2) format("woff2"),url(/static/media/roboto-cyrillic-500-normal.6178a08b4831ccfd7f0c.woff) format("woff");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-display:swap;font-family:Roboto;font-style:normal;font-weight:500;src:url(/static/media/roboto-greek-ext-500-normal.bef9c15c7164d6435aad.woff2) format("woff2"),url(/static/media/roboto-greek-ext-500-normal.2466fcd6ea368f16f5b7.woff) format("woff");unicode-range:u+1f??}@font-face{font-display:swap;font-family:Roboto;font-style:normal;font-weight:500;src:url(/static/media/roboto-greek-500-normal.5c8100481d4e784afbf2.woff2) format("woff2"),url(/static/media/roboto-greek-500-normal.f9122af22ab1f35f2737.woff) format("woff");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-display:swap;font-family:Roboto;font-style:normal;font-weight:500;src:url(/static/media/roboto-math-500-normal.41db483cb764343fca71.woff2) format("woff2"),url(/static/media/roboto-math-500-normal.7bcd40669a2d69e09cdb.woff) format("woff");unicode-range:u+0302-0303,u+0305,u+0307-0308,u+0310,u+0312,u+0315,u+031a,u+0326-0327,u+032c,u+032f-0330,u+0332-0333,u+0338,u+033a,u+0346,u+034d,u+0391-03a1,u+03a3-03a9,u+03b1-03c9,u+03d1,u+03d5-03d6,u+03f0-03f1,u+03f4-03f5,u+2016-2017,u+2034-2038,u+203c,u+2040,u+2043,u+2047,u+2050,u+2057,u+205f,u+2070-2071,u+2074-208e,u+2090-209c,u+20d0-20dc,u+20e1,u+20e5-20ef,u+2100-2112,u+2114-2115,u+2117-2121,u+2123-214f,u+2190,u+2192,u+2194-21ae,u+21b0-21e5,u+21f1-21f2,u+21f4-2211,u+2213-2214,u+2216-22ff,u+2308-230b,u+2310,u+2319,u+231c-2321,u+2336-237a,u+237c,u+2395,u+239b-23b7,u+23d0,u+23dc-23e1,u+2474-2475,u+25af,u+25b3,u+25b7,u+25bd,u+25c1,u+25ca,u+25cc,u+25fb,u+266d-266f,u+27c0-27ff,u+2900-2aff,u+2b0e-2b11,u+2b30-2b4c,u+2bfe,u+3030,u+ff5b,u+ff5d,u+1d400-1d7ff,u+1ee??}@font-face{font-display:swap;font-family:Roboto;font-style:normal;font-weight:500;src:url(/static/media/roboto-symbols-500-normal.a5457b0ec984fd4cc8da.woff2) format("woff2"),url(/static/media/roboto-symbols-500-normal.9c9d08897b48bf62703f.woff) format("woff");unicode-range:u+0001-000c,u+000e-001f,u+007f-009f,u+20dd-20e0,u+20e2-20e4,u+2150-218f,u+2190,u+2192,u+2194-2199,u+21af,u+21e6-21f0,u+21f3,u+2218-2219,u+2299,u+22c4-22c6,u+2300-243f,u+2440-244a,u+2460-24ff,u+25a0-27bf,u+28??,u+2921-2922,u+2981,u+29bf,u+29eb,u+2b??,u+4dc0-4dff,u+fff9-fffb,u+10140-1018e,u+10190-1019c,u+101a0,u+101d0-101fd,u+102e0-102fb,u+10e60-10e7e,u+1d2c0-1d2d3,u+1d2e0-1d37f,u+1f0??,u+1f100-1f1ad,u+1f1e6-1f1ff,u+1f30d-1f30f,u+1f315,u+1f31c,u+1f31e,u+1f320-1f32c,u+1f336,u+1f378,u+1f37d,u+1f382,u+1f393-1f39f,u+1f3a7-1f3a8,u+1f3ac-1f3af,u+1f3c2,u+1f3c4-1f3c6,u+1f3ca-1f3ce,u+1f3d4-1f3e0,u+1f3ed,u+1f3f1-1f3f3,u+1f3f5-1f3f7,u+1f408,u+1f415,u+1f41f,u+1f426,u+1f43f,u+1f441-1f442,u+1f444,u+1f446-1f449,u+1f44c-1f44e,u+1f453,u+1f46a,u+1f47d,u+1f4a3,u+1f4b0,u+1f4b3,u+1f4b9,u+1f4bb,u+1f4bf,u+1f4c8-1f4cb,u+1f4d6,u+1f4da,u+1f4df,u+1f4e3-1f4e6,u+1f4ea-1f4ed,u+1f4f7,u+1f4f9-1f4fb,u+1f4fd-1f4fe,u+1f503,u+1f507-1f50b,u+1f50d,u+1f512-1f513,u+1f53e-1f54a,u+1f54f-1f5fa,u+1f610,u+1f650-1f67f,u+1f687,u+1f68d,u+1f691,u+1f694,u+1f698,u+1f6ad,u+1f6b2,u+1f6b9-1f6ba,u+1f6bc,u+1f6c6-1f6cf,u+1f6d3-1f6d7,u+1f6e0-1f6ea,u+1f6f0-1f6f3,u+1f6f7-1f6fc,u+1f7??,u+1f800-1f80b,u+1f810-1f847,u+1f850-1f859,u+1f860-1f887,u+1f890-1f8ad,u+1f8b0-1f8bb,u+1f8c0-1f8c1,u+1f900-1f90b,u+1f93b,u+1f946,u+1f984,u+1f996,u+1f9e9,u+1fa00-1fa6f,u+1fa70-1fa7c,u+1fa80-1fa89,u+1fa8f-1fac6,u+1face-1fadc,u+1fadf-1fae9,u+1faf0-1faf8,u+1fb??}@font-face{font-display:swap;font-family:Roboto;font-style:normal;font-weight:500;src:url(/static/media/roboto-vietnamese-500-normal.148734d63bd96c6e964f.woff2) format("woff2"),url(/static/media/roboto-vietnamese-500-normal.bd7c8496884e4bbd767e.woff) format("woff");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-display:swap;font-family:Roboto;font-style:normal;font-weight:500;src:url(/static/media/roboto-latin-ext-500-normal.8f02573e78730021ef49.woff2) format("woff2"),url(/static/media/roboto-latin-ext-500-normal.432ae4faf4868f2e3229.woff) format("woff");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-display:swap;font-family:Roboto;font-style:normal;font-weight:500;src:url(/static/media/roboto-latin-500-normal.599f66a60bdf974e578e.woff2) format("woff2"),url(/static/media/roboto-latin-500-normal.b15b1808ac885140f820.woff) format("woff");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-display:swap;font-family:Roboto;font-style:normal;font-weight:700;src:url(/static/media/roboto-cyrillic-ext-700-normal.374501ec719fcb3565cb.woff2) format("woff2"),url(/static/media/roboto-cyrillic-ext-700-normal.d0b77d8c3ef1d41b5d9f.woff) format("woff");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-display:swap;font-family:Roboto;font-style:normal;font-weight:700;src:url(/static/media/roboto-cyrillic-700-normal.1123fece34276ab96f52.woff2) format("woff2"),url(/static/media/roboto-cyrillic-700-normal.63c353203ce9bd3bed04.woff) format("woff");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-display:swap;font-family:Roboto;font-style:normal;font-weight:700;src:url(/static/media/roboto-greek-ext-700-normal.eb28a447335ba6d54fcb.woff2) format("woff2"),url(/static/media/roboto-greek-ext-700-normal.28728bc8c64fa1bfd905.woff) format("woff");unicode-range:u+1f??}@font-face{font-display:swap;font-family:Roboto;font-style:normal;font-weight:700;src:url(/static/media/roboto-greek-700-normal.251bfb34b63828349c7c.woff2) format("woff2"),url(/static/media/roboto-greek-700-normal.ea31597259a4348935aa.woff) format("woff");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-display:swap;font-family:Roboto;font-style:normal;font-weight:700;src:url(/static/media/roboto-math-700-normal.18e6d3d94a7a3bb963b1.woff2) format("woff2"),url(/static/media/roboto-math-700-normal.931a69fe3132b8e647e0.woff) format("woff");unicode-range:u+0302-0303,u+0305,u+0307-0308,u+0310,u+0312,u+0315,u+031a,u+0326-0327,u+032c,u+032f-0330,u+0332-0333,u+0338,u+033a,u+0346,u+034d,u+0391-03a1,u+03a3-03a9,u+03b1-03c9,u+03d1,u+03d5-03d6,u+03f0-03f1,u+03f4-03f5,u+2016-2017,u+2034-2038,u+203c,u+2040,u+2043,u+2047,u+2050,u+2057,u+205f,u+2070-2071,u+2074-208e,u+2090-209c,u+20d0-20dc,u+20e1,u+20e5-20ef,u+2100-2112,u+2114-2115,u+2117-2121,u+2123-214f,u+2190,u+2192,u+2194-21ae,u+21b0-21e5,u+21f1-21f2,u+21f4-2211,u+2213-2214,u+2216-22ff,u+2308-230b,u+2310,u+2319,u+231c-2321,u+2336-237a,u+237c,u+2395,u+239b-23b7,u+23d0,u+23dc-23e1,u+2474-2475,u+25af,u+25b3,u+25b7,u+25bd,u+25c1,u+25ca,u+25cc,u+25fb,u+266d-266f,u+27c0-27ff,u+2900-2aff,u+2b0e-2b11,u+2b30-2b4c,u+2bfe,u+3030,u+ff5b,u+ff5d,u+1d400-1d7ff,u+1ee??}@font-face{font-display:swap;font-family:Roboto;font-style:normal;font-weight:700;src:url(/static/media/roboto-symbols-700-normal.a2fbea10c730ad51cb2f.woff2) format("woff2"),url(/static/media/roboto-symbols-700-normal.d69a4c383eee57b95266.woff) format("woff");unicode-range:u+0001-000c,u+000e-001f,u+007f-009f,u+20dd-20e0,u+20e2-20e4,u+2150-218f,u+2190,u+2192,u+2194-2199,u+21af,u+21e6-21f0,u+21f3,u+2218-2219,u+2299,u+22c4-22c6,u+2300-243f,u+2440-244a,u+2460-24ff,u+25a0-27bf,u+28??,u+2921-2922,u+2981,u+29bf,u+29eb,u+2b??,u+4dc0-4dff,u+fff9-fffb,u+10140-1018e,u+10190-1019c,u+101a0,u+101d0-101fd,u+102e0-102fb,u+10e60-10e7e,u+1d2c0-1d2d3,u+1d2e0-1d37f,u+1f0??,u+1f100-1f1ad,u+1f1e6-1f1ff,u+1f30d-1f30f,u+1f315,u+1f31c,u+1f31e,u+1f320-1f32c,u+1f336,u+1f378,u+1f37d,u+1f382,u+1f393-1f39f,u+1f3a7-1f3a8,u+1f3ac-1f3af,u+1f3c2,u+1f3c4-1f3c6,u+1f3ca-1f3ce,u+1f3d4-1f3e0,u+1f3ed,u+1f3f1-1f3f3,u+1f3f5-1f3f7,u+1f408,u+1f415,u+1f41f,u+1f426,u+1f43f,u+1f441-1f442,u+1f444,u+1f446-1f449,u+1f44c-1f44e,u+1f453,u+1f46a,u+1f47d,u+1f4a3,u+1f4b0,u+1f4b3,u+1f4b9,u+1f4bb,u+1f4bf,u+1f4c8-1f4cb,u+1f4d6,u+1f4da,u+1f4df,u+1f4e3-1f4e6,u+1f4ea-1f4ed,u+1f4f7,u+1f4f9-1f4fb,u+1f4fd-1f4fe,u+1f503,u+1f507-1f50b,u+1f50d,u+1f512-1f513,u+1f53e-1f54a,u+1f54f-1f5fa,u+1f610,u+1f650-1f67f,u+1f687,u+1f68d,u+1f691,u+1f694,u+1f698,u+1f6ad,u+1f6b2,u+1f6b9-1f6ba,u+1f6bc,u+1f6c6-1f6cf,u+1f6d3-1f6d7,u+1f6e0-1f6ea,u+1f6f0-1f6f3,u+1f6f7-1f6fc,u+1f7??,u+1f800-1f80b,u+1f810-1f847,u+1f850-1f859,u+1f860-1f887,u+1f890-1f8ad,u+1f8b0-1f8bb,u+1f8c0-1f8c1,u+1f900-1f90b,u+1f93b,u+1f946,u+1f984,u+1f996,u+1f9e9,u+1fa00-1fa6f,u+1fa70-1fa7c,u+1fa80-1fa89,u+1fa8f-1fac6,u+1face-1fadc,u+1fadf-1fae9,u+1faf0-1faf8,u+1fb??}@font-face{font-display:swap;font-family:Roboto;font-style:normal;font-weight:700;src:url(/static/media/roboto-vietnamese-700-normal.d942517f4a2ff968e570.woff2) format("woff2"),url(/static/media/roboto-vietnamese-700-normal.63085b72149cc13ab619.woff) format("woff");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-display:swap;font-family:Roboto;font-style:normal;font-weight:700;src:url(/static/media/roboto-latin-ext-700-normal.1acaa4ce1293ac2c4280.woff2) format("woff2"),url(/static/media/roboto-latin-ext-700-normal.68bc0fde4a5b0b081aa9.woff) format("woff");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-display:swap;font-family:Roboto;font-style:normal;font-weight:700;src:url(/static/media/roboto-latin-700-normal.3d32572dd5951c418e5b.woff2) format("woff2"),url(/static/media/roboto-latin-700-normal.481c6bfe225ffaff4d13.woff) format("woff");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}.agenda_container__KUHMR{background-color:#f0f8ff}.agenda_titulo__yPolz{text-align:center}.agenda_mail__kmBcB{border:1px solid grey;margin:10px;padding:10px}.agenda_calendar__-BcT6{height:700px;width:1000px}.agenda_container__KUHMR{display:flex;justify-content:center;padding:10px}.agenda_cliinpt__uO8wn{height:25px;width:90%}.agenda_datos__AS9Dy{border:1px solid grey;margin-left:10px;padding:10px}.agenda_area__z7VY9{width:450px}.agenda_agendaselect__XEgwc{font-size:20px;text-align:left}.agenda_agendaselectcenter__WGCu0{font-size:18px;text-align:center}.agenda_formatfecha__e6Ty6{font-size:16px}.agenda_agendainput__vEnLL{font-size:20px}.agenda_msg__xoW4k{color:red;width:100%}td{font-size:20px}tr{height:30px}.agenda_tdcenter__utcZU{background-color:#d3d3d3;text-align:center}.agenda_divcalendar__vvUDi{height:"75vh";width:"55vw"}.agenda_inputBtnNew__3c6XS{background-color:#fff;border:1px solid blue;border-radius:5px;color:blue;font-size:20px;padding:5px}.agenda_inputBtnNew__3c6XS:hover{background-color:#3535fa;color:#fff}.agenda_trAgenda__eA7pO{height:40px}.agenda_modalOverlay__y9UcY{align-items:center;background:#00000080;bottom:0;display:flex;justify-content:center;left:0;position:fixed;right:0;top:0;z-index:1000}.agenda_modalContent__2UH5x{background:#fff;border-radius:10px;max-width:800px;padding:2rem;position:relative;width:90%}.agenda_closeModalBtn__RUqca{background:red;border:none;border-radius:50%;color:#fff;cursor:pointer;height:30px;position:absolute;right:10px;top:10px;width:30px}@media (max-width:1000px){.agenda_divcalendar__vvUDi{width:-webkit-fill-available}.agenda_container__KUHMR{display:block}.agenda_calendar__-BcT6{height:400px;width:auto}}.excel_mainContainer__ZoBCI{background-color:#69bb5d;border-radius:10px;height:75vh;width:800px}.excel_mainContainer__ZoBCI,.excel_titleContainer__4HAKR{align-items:center;display:flex;flex-direction:column;justify-content:center}.excel_titleContainer__4HAKR{font-size:34px;font-weight:bolder}.excel_blancos__\+742n{color:#fff;font-weight:700}.excel_inputEx__ruYb1{height:25px;text-align:right}.excel_textareaEx__fK4qj{width:650px}@media screen and (max-width:960px){.excel_mainContainer__ZoBCI{background-color:#69bb5d;border-radius:10px;height:50vh;padding:2px;width:100%}.excel_mainContainer__ZoBCI,.excel_titleContainer__4HAKR{align-items:center;display:flex;flex-direction:column;justify-content:center}.excel_titleContainer__4HAKR{font-size:34px;font-weight:bolder}.excel_inputContainer__6l8l9{align-items:flex-start;display:flex;justify-content:left;width:90%}}.list{min-width:500px}.title-row{align-items:center;display:flex;justify-content:space-between}input[type=number]{box-sizing:border-box;padding:4px;text-align:right;width:100px}.modal-overlay{align-items:center;display:flex;inset:0;justify-content:center;position:fixed;z-index:999}.modal-content{background-color:#fff;max-height:90vh;max-width:900px;overflow-y:auto;padding:20px;width:90%}.modal-actions{display:flex;gap:10px;margin-top:15px}.panel_wrapper__n07GI{background:var(--main-panel-color);border-radius:12px;box-shadow:0 1px 3px #0000001a;margin:1.2rem auto 2rem;padding:1rem;width:min(1400px,96%)}.panel_header__dKJOc{margin-bottom:1rem;text-align:left}.panel_title__bCvjS{color:#1f2937;font-size:1.6rem;margin:0}.panel_subtitle__z0Ib6{color:#4b5563;font-size:.95rem;margin-top:.3rem}.panel_kpiGrid__XE4IK{grid-gap:.8rem;display:grid;gap:.8rem;grid-template-columns:repeat(4,minmax(180px,1fr));margin-bottom:1rem}.panel_kpiCard__FB7st{background:#f9fafb;border:1px solid #e5e7eb;border-radius:10px;padding:.9rem;text-align:left}.panel_kpiCard__FB7st span{color:#6b7280;display:block;font-size:.86rem;margin-bottom:.3rem}.panel_kpiCard__FB7st strong{color:#111827;font-size:1.05rem}.panel_chartCard__\+PvZI,.panel_tableCard__hAjsV{background:#fff;border:1px solid #e5e7eb;border-radius:10px;margin-bottom:1rem;padding:1rem;text-align:left}.panel_chartCard__\+PvZI h2,.panel_tableCard__hAjsV h2{color:#111827;font-size:1.05rem;margin-bottom:.8rem;margin-top:0}.panel_tableScroll__LhvJN{overflow-x:auto;width:100%}.panel_table__PKQTK{border-collapse:collapse;min-width:850px;width:100%}.panel_table__PKQTK td,.panel_table__PKQTK th{border-bottom:1px solid #e5e7eb;font-size:.9rem;padding:.6rem;text-align:right;white-space:nowrap}.panel_table__PKQTK td:first-child,.panel_table__PKQTK th:first-child{text-align:left}.panel_table__PKQTK thead th{background:#f3f4f6;color:#1f2937}.panel_utilidad__zcT3c{color:#0f172a;font-weight:700}@media (max-width:980px){.panel_kpiGrid__XE4IK{grid-template-columns:repeat(2,minmax(180px,1fr))}}@media (max-width:560px){.panel_wrapper__n07GI{padding:.7rem;width:98%}.panel_kpiGrid__XE4IK{grid-template-columns:1fr}}.lucide_container__EKke7{margin:2rem auto;max-width:1100px}.lucide_form__Nv4yD{background:#fff;height:75px;margin-bottom:1rem}.lucide_divedit__W4roI{display:flex;justify-content:space-between;padding:10px}.lucide_inputDiv__sxegg{padding:10px}.lucide_inputDesc__H-4vy{border:1px solid #d3d3d3;height:20px;padding:10px;width:250px}body{font-family:Arial,sans-serif}.container{margin:auto;max-width:1200px}.form-container{display:flex;flex-wrap:wrap;gap:40px;justify-content:center;padding-left:30px;padding-right:30px}.list{min-width:600px}.inputPrecioTd{box-sizing:border-box;padding:4px;text-align:center;width:150px}h2{margin-bottom:10px}table{background-color:#fff;border-collapse:collapse;width:100%}thead{background-color:#f0f0f0}th{text-align:center}td,th{border:1px solid #ddd;padding:8px}.tdprice{text-align:right}button{background-color:#c0392b;border:none;color:#fff;cursor:pointer;padding:4px 10px}button:hover{background-color:#e74c3c}form{-webkit-margin-after:1em;display:block;font-size:18px;margin-block-end:1em;margin-top:0;max-width:100%;text-align:left;unicode-bidi:isolate;width:1000px}fieldset{background-color:#7d7c7c;border:none;border-radius:10px;box-shadow:0 0 10px #00000080;color:#fff;margin:1em;min-width:650px;padding:1.5em .5em .5em}h1{font-weight:700;margin:0 0 .5em;max-width:700px;padding:0;text-align:center}.back_button{color:#fff;font-size:4em;left:0;position:absolute;top:-.25em}a,a:active,a:hover,a:link,a:visited{text-decoration:none}.action{background:red;background:#666!important;border-color:#444 #000 #000 #444;display:block}.declaro{font-size:12px}.legend{margin-bottom:2em}.legend,legend{background:#00316d;border-color:#081981 #07124f #07124f #081981;border-radius:10px;border-style:solid;border-width:1px;bottom:.5em;color:#fff;font-weight:700;margin:-2em 0 0 -.2em;padding:.25em .5em;position:relative;width:20em}.label{clear:left;float:left;margin-top:.25em;padding-right:.5em;text-align:right;width:17.5em}.label,.value{display:inline}.value{width:450px}.break{clear:both;height:.2em}.signature{background:#fff;border:none;display:block;margin-top:.75em}.input_text{width:50%}.input_email,.input_password,.input_tel,.input_text{border:1px solid #bbb;border-radius:6px;font-size:16px;padding:4px 12px}.input_email,.input_password,.input_tel{width:460px;width:50%}.input_email,.input_password,.input_phone,.input_text,select{background-color:#fff!important;border:none;color:#000;padding:.5em 1em}.input,select{border-radius:0}.input_number{background-color:#fff!important;border:none;color:#000;padding:.5em 1em;width:150px}.input:not([type=image i]){box-sizing:border-box}.input:not([type=image i],[type=range i],[type=checkbox i],[type=radio i]){overflow:clip!important;overflow-clip-margin:0!important}.tdMail{padding-right:10px;text-align:right;width:160px}.provision_text{display:flex;margin:10px 0}.provision_break{background:#000;height:2px;margin:10px 0;width:100%}.provision_title{clear:right;font-size:28px;font-weight:700;margin-left:25px}.clear_line{clear:both;display:block;height:10px}.yn.active{background:#0075ff;color:#fff}.yn{background-color:#244771;border-radius:4px;bottom:8px;color:#ccc;display:inline-block;font-size:20px;font-weight:700;height:24px;line-height:24px;position:relative;text-align:center;vertical-align:middle;width:24px}.dob_age{margin-left:0;padding-right:.5em;position:absolute;text-align:right;width:10.5em}.no_label{padding-left:14em}.under_age{clear:both;font-size:.8em;padding-top:4px}.input_button{background:#116291;border:none;color:#fff;font-weight:700;padding:.5em 1em}.switch{display:inline-block;height:27px;margin-bottom:6px;position:relative;width:75px}.switch input{height:0;opacity:0;width:0}.slider{background-color:#ccc;bottom:0;cursor:pointer;left:0;right:0;top:0}.slider,.slider:before{position:absolute;transition:.4s}.slider:before{background-color:#fff;bottom:4px;content:"";height:20px;left:4px;width:20px}input:checked+.slider{background-color:#4aaaf7}input:focus+.slider{box-shadow:0 0 1px #4aaaf7}input:checked+.slider:before{transform:translateX(45px)}.slider.round{border-radius:34px}.slider.round:before{border-radius:50%}.checkbox-indicator{color:#333;font-size:18px;font-weight:700;min-width:20px;text-align:center}.checkbox-indicator.active{color:#28a745}.checkbox-indicator.inactive{color:#dc3545}@media (max-width:767px){.provision_text{flex-direction:column!important}.switch{transform:scale(.8)}fieldset{border-radius:8px}.legend{padding:0 10px}.value{display:inline;width:100%}}@media (max-width:480px){.switch{transform:scale(.7)}input,select,textarea{font-size:16px!important}}.input_text,.signature_text{box-sizing:border-box;width:100%!important}.signature_text{max-width:300px}.tattoo_container__WcBAg{background-color:#f8f9fa;min-height:100vh;padding:20px}.tattoo_formContainer__COLMd{background:#fff;border-radius:10px;box-shadow:0 4px 6px #0000001a;margin:0 auto;max-width:800px;padding:30px}.tattoo_title__oTujZ{color:#333;font-size:2rem;font-weight:700;margin-bottom:30px;text-align:center;text-transform:uppercase}.tattoo_section__QS-3p{border-bottom:2px solid #eee;margin-bottom:40px;padding-bottom:20px}.tattoo_sectionTitle__1jx8q{border-left:4px solid #007bff;color:#333;font-size:1.3rem;font-weight:700;margin-bottom:20px;padding-left:15px;text-transform:uppercase}.tattoo_inputGroup__5q\+9t{margin-bottom:20px}.tattoo_inputRow__NjhtM{grid-gap:20px;display:grid;gap:20px;grid-template-columns:1fr 1fr;margin-bottom:20px}.tattoo_label__tOm9L{color:#333;display:block;font-weight:700;margin-bottom:5px}.tattoo_input__H9-rj,.tattoo_textarea__yeRrX{border:2px solid #ddd;border-radius:5px;font-size:14px;padding:10px;transition:border-color .3s;width:100%}.tattoo_input__H9-rj:focus,.tattoo_textarea__yeRrX:focus{border-color:#007bff;outline:none}.tattoo_inputError__o9z0p{border-color:#dc3545!important}.tattoo_textarea__yeRrX{min-height:60px;resize:vertical}.tattoo_questionGroup__2jsnF{margin-bottom:25px}.tattoo_question__xQ-ul{color:#333;display:block;font-weight:700;margin-bottom:10px}.tattoo_disclaimerText__11rrl{background-color:#f8f9fa;border-left:4px solid #ffc107;border-radius:5px;margin-bottom:20px;padding:20px}.tattoo_disclaimerText__11rrl p{color:#333;line-height:1.6;margin:0}.tattoo_signatureSection__DTcSk{margin-top:20px}.tattoo_checkboxGroup__8VSbK{margin-bottom:20px}.tattoo_checkboxLabel__5U83\+{align-items:flex-start;color:#333;cursor:pointer;display:flex;font-weight:700}.tattoo_checkbox__dwUf7{height:18px;margin-right:10px;margin-top:2px;width:18px}.tattoo_dateGroup__adpBd{max-width:200px}.tattoo_buttonGroup__PbFv\+{display:flex;gap:20px;justify-content:space-between;margin-top:40px}.tattoo_cancelButton__gnNEx,.tattoo_submitButton__yaxJX{border:none;border-radius:5px;cursor:pointer;font-size:16px;font-weight:700;padding:12px 30px;transition:background-color .3s}.tattoo_limpiarButton__dx-xA{background-color:#b737f3;border-radius:5px;color:#fff;flex:1 1;font-size:14px}.tattoo_submitButton__yaxJX{background-color:#28a745;color:#fff;flex:1 1}.tattoo_submitButton__yaxJX:hover:not(:disabled){background-color:#218838}.tattoo_submitButton__yaxJX:disabled{background-color:#6c757d;cursor:not-allowed}.tattoo_cancelButton__gnNEx{background-color:#dc3545;color:#fff;flex:1 1}.tattoo_cancelButton__gnNEx:hover:not(:disabled){background-color:#c82333}.tattoo_error__Jo8HR{color:#dc3545;display:block;font-size:12px;margin-top:5px}.tattoo_slider__Al5zL{background-color:#ccc;bottom:0;cursor:pointer;left:0;position:absolute;right:0;top:0;transition:.4s}.tattoo_slider__Al5zL:before{background-color:#fff;bottom:4px;content:"";height:20px;left:4px;position:absolute;transition:.4s;width:20px}input:checked+.tattoo_slider__Al5zL{background-color:#4aaaf7}input:focus+.tattoo_slider__Al5zL{box-shadow:0 0 1px #4aaaf7}input:checked+.tattoo_slider__Al5zL:before{transform:translateX(45px)}@media (max-width:768px){.tattoo_container__WcBAg{padding:10px}.tattoo_formContainer__COLMd{padding:20px}.tattoo_inputRow__NjhtM{gap:10px;grid-template-columns:1fr}.tattoo_title__oTujZ{font-size:1rem}.tattoo_cancelButton__gnNEx,.tattoo_submitButton__yaxJX{border-radius:15%;width:50%}}
/*# sourceMappingURL=main.e559b73a.css.map*/