@import url(https://fonts.googleapis.com/css2?family=Barlow:wght@100;200;300;400;500;600;700&family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500;1,600&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:hsla(0,0%,100%,.7);--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(var(--toastify-z-index));width:var(--toastify-toast-width);z-index:var(--toastify-z-index)}.Toastify__toast-container--top-left{left:1em;top:1em}.Toastify__toast-container--top-center{left:50%;top:1em;transform: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 rgba(0,0,0,.1),0 2px 15px 0 rgba(0,0,0,.05);box-sizing:border-box;display:-ms-flexbox;display:flex;margin-bottom:1rem;min-height:var(--toastify-toast-min-height);padding:8px;position:relative;-ms-flex-pack:justify;cursor:default;direction:ltr;font-family:var(--toastify-font-family);justify-content:space-between;max-height:var(--toastify-toast-max-height);overflow:hidden;z-index:0}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-body{display:-ms-flexbox;display:flex;-ms-flex:1 1 auto;flex:1 1 auto;margin:auto 0;padding:6px;-ms-flex-align:center;align-items:center}.Toastify__toast-body>div:last-child{-ms-flex:1;flex:1;word-break:break-word}.Toastify__toast-icon{-webkit-margin-end:10px;margin-inline-end:10px;width:20px;-ms-flex-negative:0;display:-ms-flexbox;display:flex;flex-shrink:0}.Toastify--animate{animation-duration:.7s;animation-fill-mode:both}.Toastify--animate-icon{animation-duration:.3s;animation-fill-mode:both}@media only screen and (max-width:480px){.Toastify__toast{border-radius:0;margin-bottom:0}}.Toastify__toast-theme--dark{background:var(--toastify-color-dark);color:var(--toastify-text-color-dark)}.Toastify__toast-theme--colored.Toastify__toast--default,.Toastify__toast-theme--light{background:var(--toastify-color-light);color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{background:var(--toastify-color-info);color:var(--toastify-text-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{background:var(--toastify-color-success);color:var(--toastify-text-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{background:var(--toastify-color-warning);color:var(--toastify-text-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{background:var(--toastify-color-error);color:var(--toastify-text-color-error)}.Toastify__progress-bar-theme--light{background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:var(--toastify-color-progress-error)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning{background:var(--toastify-color-transparent)}.Toastify__close-button{background:transparent;border:none;color:#fff;cursor:pointer;opacity:.7;outline:none;padding:0;transition:.3s ease;-ms-flex-item-align:start;align-self:flex-start}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;height:16px;width:14px}.Toastify__close-button:focus,.Toastify__close-button:hover{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{bottom:0;height:5px;left:0;opacity:.7;position:absolute;transform-origin:left;width:100%;z-index:var(--toastify-z-index)}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{left:auto;right:0;transform-origin:right}.Toastify__spinner{animation:Toastify__spin .65s linear infinite;border:2px solid;border-color:var(--toastify-spinner-color-empty-area);border-radius:100%;border-right-color:var(--toastify-spinner-color);box-sizing:border-box;height:20px;width:20px}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutRight{20%{opacity:1;transform:translate3d(-20px,0,0)}to{opacity:0;transform:translate3d(2000px,0,0)}}@keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;transform:translate3d(20px,0,0)}to{opacity:0;transform:translate3d(-2000px,0,0)}}@keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translateZ(0)}}@keyframes Toastify__bounceOutUp{20%{transform:translate3d(0,-10px,0)}40%,45%{opacity:1;transform:translate3d(0,20px,0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}@keyframes Toastify__bounceOutDown{20%{transform:translate3d(0,10px,0)}40%,45%{opacity:1;transform:translate3d(0,-20px,0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.Toastify__bounce-enter--bottom-left,.Toastify__bounce-enter--top-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--bottom-right,.Toastify__bounce-enter--top-right{animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--bottom-left,.Toastify__bounce-exit--top-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--bottom-right,.Toastify__bounce-exit--top-right{animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{animation-name:Toastify__bounceOutDown}@keyframes Toastify__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)}}*{box-sizing:border-box;margin:0;padding:0;--main-text:#000;--main-text-alt:#e4002b}body{padding-right:0!important}@font-face{font-family:Open Sans;font-style:normal;font-weight:400;src:url(/build/fonts/OpenSans-Regular.57cd57a6.ttf)}@font-face{font-family:Caustens;font-style:normal;font-weight:400;src:url(/build/fonts/Causten-Regular.ffcc20b5.ttf)}html{font-family:Caustens,Open Sans,sans-serif;font-size:16px;height:100%;overflow-x:hidden;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:#000;line-height:1.5}#root{display:flex;flex-direction:column;min-height:100vh}.login_root{background-color:#630013;height:100vh;overflow:hidden}.login_root>header{align-items:center;left:0;padding:2rem;position:absolute;right:0;top:0}.body_container{padding-top:3.438rem}.TLMinWidth{width:fit-content!important}.cglogo{display:block;filter:drop-shadow(5px 5px 10px rgba(0,0,0,.5));margin:0 auto;max-width:287px;width:60vw}.tbco_logo{display:block;margin:auto;max-width:100%;width:400px}.login_subtitle{font-size:.75rem;font-weight:800;letter-spacing:.125em;opacity:.5;text-align:center;text-transform:uppercase}.login_page{align-items:center;background-position:50%;background-size:cover;display:flex;height:100%;justify-content:center;overflow:hidden;position:relative}.login_form{background-color:#fff;border-radius:.25rem;display:block;margin:0 1rem;max-width:24rem;padding:2rem;width:100%}.ico_input{align-items:center;display:flex}.login_input{margin-bottom:1rem;width:100%}.ico_input>.ico{flex-basis:2rem;text-align:center}.ico_input svg{font-size:16px}.std_input[type=date],.std_input[type=email],.std_input[type=number],.std_input[type=password],.std_input[type=phone],.std_input[type=search],.std_input[type=tel],.std_input[type=text],.std_input[type=time]{background-color:transparent;border:none;border-bottom:.0625rem solid #e0e0e0;color:#000;display:block;font-family:inherit;font-size:1rem;height:1.875rem;line-height:1.875rem;margin:0;padding:0;transition:border-bottom-color .15s;width:100%}.auth_banner{background-color:#fff;border-bottom:.0625rem solid #e0e0e0;display:flex;height:3.4375rem;left:0;position:fixed;right:0;top:0;z-index:30}.btn_menu_container{align-items:center;border:none;flex:0 3.438rem;padding-left:0;padding-right:0}.btn_menu_elm,.btn_menu_elm_open{display:block;font-size:1.5rem;height:100%;line-height:100%;padding:0 1rem;width:100%;fill:#e4002b;transition:all .5 ease-in-out}.btn_menu_elm:hover,.btn_menu_elm_open{fill:#fff;background-color:#e4002b;color:#fff}.btn_menu_elm:hover .ico_menu_container,.btn_menu_elm_open .ico_menu_container{background-color:rgba(0,0,0,.25)}.btn_menu_elm>div,.btn_menu_elm_open>div{align-items:center;display:flex;flex-direction:row}.ico_menu_container{align-items:center;background-color:transparent;border-radius:.25rem;display:flex;height:2rem;justify-content:center;text-align:center;width:2rem}.ico_bb_logo{display:flex;margin-left:1rem;width:2rem}.ico_bb_logo img{width:2rem}.title_banner{flex:1!important;position:relative}.title_banner img{margin:auto;max-height:3rem;max-width:50vw}.mainCell{flex:1!important;padding-left:2rem!important;position:relative}.auth_banner>div:not(.btn_menu_container){align-items:center;border-left:.0625rem solid #e0e0e0;display:flex;flex:0;padding:0 1rem}.mainCell:after,.mainCell:before{border-color:transparent transparent transparent #fff;border-style:solid;border-width:1.71875rem 0 1.71875rem 1rem;content:"";height:0;left:0;position:absolute;width:0}.mainCell:before{border-color:transparent transparent transparent #e0e0e0}.mainCell:after{left:-.0625rem}.categories_displayed{font-size:1.125rem;font-weight:700;margin:0;white-space:nowrap}.panel{backdrop-filter:blur(9.3px);background:rgba(63,0,0,.67);bottom:0;box-shadow:0 4px 30px rgba(0,0,0,.1);color:#fff;overflow:auto;position:fixed;top:3.4375rem;transform:translateX(-292px);transition:all .5s;width:215px;z-index:30}.panel.open{transform:translateX(0)}.userPanel{display:flex;padding:0 1.5rem}.userPanel>div{height:3.4375rem;position:relative}button{appearance:none;background-color:transparent;border:none;border-radius:0;color:inherit;display:inline;font-size:inherit;font-weight:400;padding:0;text-transform:none;vertical-align:baseline}.usr_btn{align-items:center;display:flex;height:3.4375rem;line-height:3.4375rem}.usr_btn>div{line-height:1.2;overflow:hidden;text-align:left}.company,.username{display:block;font-family:Open Sans,sans-serif;max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.company{color:#bdbdbd;font-size:80%}.menu_item_container{display:flex;flex-direction:column;flex-wrap:nowrap;height:100%;justify-content:center;padding:.5rem}.menu_item_container>div{border:none;padding:.5rem}.logout_container{bottom:0;position:absolute}.menu_subtitle{align-items:center;border-radius:.5rem;display:block;display:flex;font-size:.9rem;height:2rem;margin-left:.5rem;padding:1.1rem .4rem;transition:all .5s ease;width:calc(100% - 1.5rem)}.btn_subpage_item{display:flex}.btn_subpage_item span{border-radius:1rem;color:#000;cursor:pointer;display:block;font-size:1rem;font-weight:600;line-height:normal;margin-left:1rem;padding:.25rem 1rem;text-decoration:none}.selected_subpage_item:hover span{background-color:#bebebe}.menu_subtitle:hover{background-color:#3f0000}.secondBtn{background-color:#000!important;color:#fff!important;letter-spacing:0}.secondBtn:hover{background-color:#4c4c4c}.createBtn{background-color:#e4002b!important;color:#fff!important;letter-spacing:0}.createBtn:hover{background-color:#b60022!important}.whitespace{flex:1 1}.noPadding{padding:0!important}.noBorder{border:none!important}.menu_title{align-items:center;border-radius:.5rem;display:flex;font-size:1.2rem;height:2rem;margin-left:-.5rem;padding:1.1rem 1rem;transition:all .5s ease;width:100%}.menu_item_link:hover,.menu_title:hover{background-color:#5c0000}.menu_subtitle.visible,.menu_title.visible{background-color:#3f0000}.menu_item_list{list-style:none;margin:0;padding:0}.menu_item{margin-bottom:.5rem}.menu_item_link{background-color:transparent;border-radius:1rem;color:#000;cursor:pointer;font-size:1rem;font-weight:600;line-height:2rem;padding:.33rem 1rem;text-decoration:none}.submenu{max-height:0;overflow:hidden;transition:max-height .3s ease-out}.submenu.visible{max-height:500px;transition:max-height .3s ease-in}.page-container{display:flex;flex:1;flex-direction:column;padding-top:3.4375rem;position:relative}.page-std{background-color:hsla(0,0%,95%,.5);flex:1;padding:2rem}.page-title{display:inline-block}.page-title,.page-title-two-parts{font-size:3rem;font-weight:300;line-height:3.125rem;margin-bottom:.5rem;margin-left:-.0625em;width:100%}.page-title-two-parts{align-items:center;display:flex;flex-wrap:wrap;justify-content:space-between}.cine-status{font-size:.9rem;margin-left:1rem}.cine-status>.status-ok{color:#4caf50;font-weight:600;letter-spacing:1px;padding-left:1.5em;position:relative;text-transform:uppercase}.status-ok:before{background:#4caf50;border-radius:50%;box-shadow:0 0 2px #388e3c;content:"";display:inline-block;height:.9em;left:0;position:absolute;top:50%;transform:translateY(-50%);width:.9em}@keyframes blink-ko{0%,to{opacity:1}50%{opacity:0}}.cine-status>.status-ko{animation:blink-ko 1.5s linear infinite;color:#f44336;font-weight:600;letter-spacing:1px;text-transform:uppercase}.page-std-header{display:flex;flex-direction:column}.page-subtitle{align-items:center;color:#aaa;display:flex;font-size:1.25rem;font-weight:200;justify-content:space-between;margin-top:.2rem;width:100%}.page-subtitle a{cursor:pointer;font-weight:500}.page_small_content{align-items:center;background-color:#fff;border:.0625rem solid #e0e0e0;border-radius:.25rem;height:100%;justify-content:center;min-height:350px;padding:1rem;width:100%}.div_multi_action,.page_small_content{display:flex;flex-direction:column}.div_multi_action>button:not(:last-child){margin-bottom:1rem!important}.qrscan_container{margin-bottom:1rem;max-width:500px;width:100%}.small_form{display:flex;flex-direction:column;max-width:600px;padding:1rem;width:100%}.small_form>div{margin-bottom:1rem}.btn_grp_inline{display:flex;justify-content:space-between}.loading_div,.suspense_container{align-items:center;display:flex}.suspense_container{height:100vh;justify-content:center;width:100%}.submenu_container{display:flex;flex-wrap:wrap;justify-content:center;margin-bottom:1rem}.selected_subpage_item,.subpage_item{margin-bottom:.5rem;margin-right:.5rem}.selected_subpage_item span,.subpage_item span{border-radius:1rem;color:#000;cursor:pointer;display:block;font-size:1rem;font-weight:600;padding:.25rem 1rem;text-decoration:none}.selected_subpage_item span{background-color:#e0e0e0}.page_std_content{display:flex;flex-direction:column;flex-wrap:nowrap}.page_std_content_desktop{display:flex;flex-direction:row;flex-wrap:nowrap;justify-content:space-evenly!important}.page_std_content_loader{text-align:center;width:100%}.page_form{flex-wrap:wrap;justify-content:space-around;padding-bottom:3rem;row-gap:2rem}.page_form,.page_form>div{align-items:center;display:flex}.page_form>div{flex-direction:column;flex-wrap:nowrap;min-width:25rem;width:35%}.filter_div{align-items:flex-start;background-color:#fff;border:.1rem solid #eee;border-radius:.25rem;flex:1;padding:1rem}.filter_container{flex:0;margin-bottom:1rem}.nodata{align-items:center;color:var(--main-text-alt);display:flex;flex-direction:column;font-style:italic;justify-content:center;padding:2rem;text-align:center}.nodata>svg{margin-bottom:1rem;width:5rem}.nodata .MuiButton-sizeMedium{margin-top:1rem!important}.success_div{align-items:center;display:flex;flex-direction:column;justify-content:center;text-align:center}.tbco_logo_alt{margin:auto;max-height:175px;max-width:70vw}.dialog-content-filter1{display:flex;flex-wrap:nowrap;width:100%}.period-type-choice-container{flex:1;margin-left:1rem}.radio-content,.radio-group-content{align-items:center;display:flex}.radio-content{flex:1;justify-content:flex-end;text-align:end}.smallDatePicker{width:6rem!important}.smallDatePicker,.smallDatePicker input{text-align:center}.datepicker{background-color:#fff;border:.0625rem solid #e0e0e0;border-radius:.25rem;display:flex;font-weight:400;letter-spacing:0;line-height:1rem;outline:none;width:fit-content}.datePicker:has(>.weekPicker){border-radius:0 0 .25rem .25rem}.datepicker .MuiInputAdornment-root{display:none!important}.datepicker input{padding:0!important;text-align:center}button{cursor:pointer}.card-title{font-size:1rem;font-weight:600;letter-spacing:.8px;text-transform:uppercase}.header-card-content{display:flex;flex-wrap:wrap;height:100%;justify-content:center;width:100%}.header-card-content>*{padding:6px}.kpi-carousel{background-color:#fff;border-radius:17px;height:calc(50vw - 6rem);margin:.5rem;max-height:149px;max-width:200px;width:calc(50vw - 4rem)}.kpi-carousel-content{height:calc(50vw - 6rem);justify-content:space-around;max-height:149px;min-height:147px;padding:1rem}.kpi-carousel-content,.kpi-carousel-week-content{align-items:center;display:flex;flex-direction:column}.kpi-carousel-week-content{height:125px}.kpi-carousel-week-content>div{display:flex;margin:0 .5rem .5rem;padding:0 .5rem .5rem;width:100%}.kpi-carousel-week-content img{width:25px!important}.control-dots{bottom:unset!important;display:flex;justify-content:center;left:50%;position:absolute;top:0;transform:translateX(-50%)}.control-dots .dot{border-radius:50%;box-shadow:none!important;height:10px;margin:0 5px!important;width:10px}.control-dots .dot,.control-dots .dot.selected{background-color:#333!important}.kpi{align-items:center;background-color:#fff;border-radius:17px;display:flex;flex-direction:column;height:calc(50vw - 6rem);justify-content:space-around;margin:.5rem;max-height:149px;max-width:200px;padding:1rem;width:calc(50vw - 4rem)}.kpi-carousel-week,.week-kpi{align-items:center;background-color:#fff;border-radius:15px;display:flex;flex-direction:column;height:125px;margin:.5rem;transition:width .5s,height .5s;width:45%}.kpi-carousel-week-slide{max-height:149px}.kpi-carousel-week:has(.kpi-expand){height:200px;position:relative;width:95%}.kpi-carousel-week-slide:has(.kpi-expand){max-height:unset!important}.kpi-carousel-week .carousel-root{max-width:100%}.kpi-carousel-week .control-dots{bottom:0!important;top:unset!important}.big-week-kpi{align-items:center;background-color:#fff;border-radius:15px;display:flex;flex-direction:column;height:125px;margin:.5rem;transition:width .5s,height .5s;width:95%}.week-kpi>div{display:flex;margin:0 .5rem .5rem;padding:0 .5rem .5rem;width:100%}.big-week-kpi>div{display:flex;height:100%;margin:0 .5rem;padding:0 .5rem;width:100%}.kpi-expand{height:200px;position:relative;width:95%}.kpi-expand>div{flex-direction:column}.kpi-expand .week-kpi-values{flex-direction:row;height:100%;margin-top:.5rem;width:100%}.kpi-carousel-week-slide .kpi-expand .week-kpi-values{margin-top:1rem}.kpi-expand .week-kpi-values .kpi-values-container{flex-direction:row;height:100%}.kpi-expand .week-kpi-values .kpi-values-container>div{align-items:center;flex-direction:row;font-size:1.2rem}.kpi-expand .kpi-value{flex:inherit!important;justify-content:flex-start;padding-left:.5rem}.kpi-expand .week-kpi-values .kpi-values-container span{font-size:1rem}.kpi-expand .kpi-chart{height:65%;width:100%}.kpi-chart{position:relative;width:50%}.week-kpi-values{align-items:flex-end;height:100%;justify-content:center}.kpi-values-container,.week-kpi-values{display:flex;flex:1;flex-direction:column}.kpi-values-container .kpi-value{flex:0;font-size:1rem;height:auto;padding-right:0}.kpi-values-container span{font-size:.8rem}.kpi-values-container img{margin-left:.5rem}.kpi-values-container>.evolution{align-items:center;display:flex;flex:1 1 0%;justify-content:flex-end;line-height:1.2;text-align:end}.kpi-value{align-items:center;color:#fd2916;display:flex;flex:1;font-size:1.5rem;font-weight:700;height:100%;justify-content:end}.kpi-text{font-size:.9rem;font-weight:500}.kpi-subtext,.kpi-text{letter-spacing:.5px;text-transform:uppercase}.kpi-subtext{font-size:.6rem;font-weight:700}.card-label{color:#000;font-weight:600;padding-top:9px;width:70px}.kpi-card{border-radius:16px;box-shadow:none!important;max-width:450px;width:100%}.header-numbers{margin:auto;width:fit-content}.header-numbers .kpi-card.conf-card{margin-top:2rem}.inputchoicegroup{background-color:transparent;border:none;border-radius:0;color:#000;cursor:pointer;display:block;font-family:inherit;font-size:1rem;height:auto;min-height:1.875rem;outline:none;transition:border-bottom-color .15s}.majinfo{align-items:center;display:flex;font-family:Barlow,sans-serif;font-weight:600}.inputchoicegroup:focus{border-bottom:.0625rem solid #e4002b}@media (max-width:1019px){.datepicker input{padding:.5rem!important;text-align:center}}@media (min-width:1100px){.login_root>header{display:flex}.login_subtitle{font-size:1rem;text-align:right}.bb_logo{margin:0}}.search_table_group{flex-wrap:wrap;float:right;justify-content:space-between}.search_table_group,.search_table_group_mobile{align-items:center;display:flex;flex-direction:row;max-width:100%;padding-bottom:.5rem;padding-top:.5rem;width:100%}.search_table_group_mobile{flex-wrap:nowrap;position:relative}.table_title{float:left;font-size:1rem;font-weight:650;letter-spacing:.8px;margin-left:.5rem;text-transform:uppercase}.search_table{align-items:center;display:flex;flex-direction:row;float:right;max-width:25rem;padding:0 .5rem;width:100%!important}.hq_cine_choice{max-width:270px;width:100%}.hq_cine_choice .MuiInputBase-root{padding:0!important}.accounting .dp-stack{flex-direction:column;margin-top:1rem;max-width:300px;width:100%}.accounting>span{display:flex;justify-content:center;padding:1rem;width:100%}.accounting .dp-stack .MuiFormControl-root{margin-left:0;min-width:10rem}.accounting .dp-stack .MuiFormControl-root:last-child{margin-top:1rem}.accounting{display:flex!important}.empty_section{align-items:center;color:#e4002b;display:flex;flex-direction:column;padding:5rem 0;text-align:center;width:100%}.empty_logo_container{font-size:6rem;margin-bottom:2rem;padding:.375em .375em 1.5rem}.empty_logo_container,.empty_logo_container_alt{border:.25rem solid;border-radius:100rem;color:#e4002b;line-height:1}.empty_logo_container_alt{font-size:3rem;height:6rem;padding:.375em;width:6rem}.empty_section_text_alt{font-size:1.5rem;font-weight:600;margin-bottom:1rem;margin-top:1rem}.empty_section_text{font-size:2rem;font-weight:600}.weekNumber{background-color:#fff;border:.0625rem solid #e0e0e0;border-bottom:none;border-radius:.3rem .3rem 0 0;color:#000;font-size:1rem;padding:0 1rem;text-align:center}.udtLoader,.udtLoader>svg{height:2rem}.bottom-panel{background-color:#fff;border-top:.0625rem solid #f5f5f5;bottom:0;box-shadow:0 -1rem 1rem -1rem rgba(0,0,0,.1);grid-area:footer;left:0;position:fixed;right:0;z-index:20}.footer-container{margin:0 auto;max-width:100rem;padding-bottom:1rem;padding-left:2rem;padding-right:2rem}.footer-btn-container{display:flex;flex-direction:row;flex-wrap:wrap;justify-content:space-between;padding-top:1rem;position:relative;width:100%}.Form,.footer-btn-container>span,.group.main{display:flex}.Form{flex-direction:column;height:100%;padding:1rem 1rem 0;width:100%}.oneLineForm{align-items:center;display:flex;justify-content:space-around}.Form>*{margin-bottom:1rem}.titleForm{font-size:1.25rem;justify-content:space-between;margin-bottom:1rem}.formQuestionTitle,.titleForm{display:flex;font-weight:700;width:100%}.formQuestionTitle{font-size:1rem;justify-content:center;margin-bottom:.5rem!important}.squareBtnError{align-items:center;border:2px solid #e4002b;border-radius:.9rem;cursor:pointer;display:flex;height:2.5rem;justify-content:center;transition:all .3s ease;width:3rem}.squareBtnError:hover{background-color:#e4002a20}.squareBtnSuccess{align-items:center;border:2px solid #00a000;border-radius:.9rem;cursor:pointer;display:flex;height:2.5rem;justify-content:center;transition:all .3s ease;width:3rem}.squareBtnSuccess:hover{background-color:rgba(2,131,2,.21)}.spaceBtw{justify-content:space-between!important}.itemList{align-items:center;background-color:#fff;border:1px solid;border-radius:.5rem;display:flex;flex-direction:column;margin:1rem;max-width:7rem;padding:.5rem;text-align:center}.itemList.button{cursor:pointer}.itemList.button:hover{background-color:#f4f4f4}.deleteBtnIcn{background:#fff;border-radius:100%;position:absolute;right:-1rem;top:-1rem}.deleteBtnIcn svg{font-size:.8rem!important}.designerApp{bottom:0;display:block;left:0;padding-top:3.4375rem;position:fixed;right:0;top:0}.designerApp .panels-container>.panel-row{align-items:center;display:flex;flex-direction:row;position:relative;width:100%}.panels-container{bottom:0;flex-direction:column;left:0;position:fixed;right:0;top:3.4375rem}.panel-top,.panels-container{align-items:center;display:flex}.panel-top{background:linear-gradient(0deg,#efefef,#eaeaea);border-bottom:1px solid #d8d8d8;box-sizing:border-box;flex-direction:row;height:45px;justify-content:space-between;padding:0;width:100%;z-index:2}.designerApp .panels-container>.panel-row.grow{flex-grow:10}.designerApp .Panel.snap-right{border-left:1px solid rgba(0,0,0,.08);bottom:0;position:absolute;right:0;top:0}.seatMapVue{bottom:1rem;left:2.7rem;padding:5px;right:30rem;width:calc(100vw - 32.7rem)}.designerApp .Panel.snap-left,.seatMapVue{box-sizing:border-box;height:100%;position:absolute;top:0}.designerApp .Panel.snap-left{border-right:1px solid rgba(0,0,0,.08);bottom:0;padding:5px 0;width:2.7rem}.designerApp .toolPicker{align-items:center;box-sizing:border-box;display:flex;flex-direction:column;height:100%}.designerApp .Panel{background:#f5f5f5;pointer-events:all;z-index:1}.designerApp .Panel>.group.main{flex-grow:1;justify-content:space-between}.designerApp .Panel>.group,.designerApp .Panel>.group>.group{align-items:center;display:flex;flex-direction:row;padding-right:10px}.rightPanelContent{align-items:center;display:flex;flex-direction:column;height:100%;justify-content:space-around;width:100%}.seatTypeList{text-align:center;width:100%}.nbPlaceHolder{font-size:1.5rem}.disabledTile{box-shadow:0 3px 5px -1px rgba(0,0,0,.1),0 0 0 0 rgba(0,0,0,.1),0 0 12px 0 rgba(0,0,0,.1)!important}.disabledTile *{color:rgba(0,0,0,.4)!important}.paperBtn{align-items:center;cursor:pointer;display:flex;flex-direction:column;padding:1rem;transition:all .3s cubic-bezier(.4,0,.2,1) 0s;width:7rem}.paperBtn:hover{background-color:rgba(0,0,0,.05)}.select-cine-page{border:.0625rem solid #e0e0e0;border-radius:.25rem;height:100%;padding:1rem;width:100%}.gaugeContainer{height:10rem;position:relative;text-align:center;width:100%}.gaugeContainer>span{align-items:center;display:flex;justify-content:space-around}.gaugeContainer>span>span{display:inline-block;font-size:150%;font-weight:700;white-space:nowrap}@media (min-width:515px){.gaugeContainer{width:40%}.gaugeContainer>span>span{font-size:100%}}@media (min-width:800px){.gaugeContainer{width:27%}.gaugeContainer>span>span{font-size:100%}.gaugeContainer>span{justify-content:center}}.gauge-legend{display:flex;gap:15px;justify-content:center;margin:10px;z-index:10}.gauge-legend-item{align-items:center;display:flex;font-size:14px;font-weight:700;gap:8px}.gauge-legend-item:before{content:"";display:inline-block;height:12px;width:12px}.gauge-legend-item.red:before{background-color:#d40028}.gauge-legend-item.black:before{background-color:#000}.tablelist{margin:auto}.user_table{margin:3px auto;width:100%}@media (min-width:1000px){.gaugeContainer{max-width:15rem;width:20%}.gaugeContainer>span>span{font-size:80%}.gaugeContainer>span{justify-content:center}.gauge-legend{margin-bottom:2rem;margin-top:-2rem}}@media (min-width:1200px){.gaugeContainer{width:20%}.gaugeContainer>span>span{font-size:100%}.gaugeContainer>span{justify-content:center}}@media (min-width:60rem){.filter_container{align-items:center;display:flex}.filter_div{display:flex;width:100%}}@media (min-width:1050px){.header-numbers{align-items:flex-start;display:flex;justify-content:space-evenly;width:100%}.header-numbers>div{margin-top:0!important}}@media (max-width:1050px){.table_title{margin-left:0;text-align:center;width:100%}.search_table_group{justify-content:flex-end}}@media (max-width:600px){.hq_cine_choice{margin-top:1rem}.userPanel>div{width:100%}.datepicker .MuiInputBase-input{padding:.5rem}.datepicker button{padding:5px}.weekPicker{padding:.5rem!important;text-align:center}.big-week-kpi,.week-kpi{height:110px}.kpi-expand{flex-direction:column;height:170px;width:95%}}@media only screen and (max-width:400px){.login-container{min-width:360px;padding:0 .5em;transition:all .5s ease-in-out}}@media only screen and (max-width:600px){.kpi-value{font-size:1.2rem}}@media only screen and (max-width:500px){.login_form{margin-top:5rem}.kpi,.kpi-carousel{height:calc(50vw - 4rem);width:calc(50vw - 4rem)}.kpi-text{font-size:.75rem;text-align:center}.kpi-card{max-width:calc(100vw - 4rem)}}@media only screen and (max-width:400px){html{font-size:13px}.submenu_container{margin-bottom:1.2rem}.page-std{padding:1.5rem}}@media only screen and (max-width:350px){html{font-size:12px}}.google_input iframe{margin:auto!important}