@charset "UTF-8";/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}main{display:block}h1{font-size:2em;margin:.67em 0}hr{box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace,monospace;font-size:1em}a{background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:.35em .75em .625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details{display:block}summary{display:list-item}template{display:none}[hidden]{display:none}: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:rgba(255, 255, 255, 0.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-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-min-height:64px;--toastify-toast-max-height:800px;--toastify-toast-bd-radius:6px;--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(
    to right,
    #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{z-index:var(--toastify-z-index);-webkit-transform:translate3d(0,0,var(--toastify-z-index));position:fixed;padding:4px;width:var(--toastify-toast-width);box-sizing:border-box;color:#fff}.Toastify__toast-container--top-left{top:var(--toastify-toast-top);left:var(--toastify-toast-left)}.Toastify__toast-container--top-center{top:var(--toastify-toast-top);left:50%;transform:translateX(-50%)}.Toastify__toast-container--top-right{top:var(--toastify-toast-top);right:var(--toastify-toast-right)}.Toastify__toast-container--bottom-left{bottom:var(--toastify-toast-bottom);left:var(--toastify-toast-left)}.Toastify__toast-container--bottom-center{bottom:var(--toastify-toast-bottom);left:50%;transform:translateX(-50%)}.Toastify__toast-container--bottom-right{bottom:var(--toastify-toast-bottom);right:var(--toastify-toast-right)}@media only screen and (max-width :480px){.Toastify__toast-container{width:100vw;padding:0;left:env(safe-area-inset-left);margin:0}.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{right:env(safe-area-inset-right);left:initial}}.Toastify__toast{--y:0;position:relative;-ms-touch-action:none;touch-action:none;min-height:var(--toastify-toast-min-height);box-sizing:border-box;margin-bottom:1rem;padding:8px;border-radius:var(--toastify-toast-bd-radius);box-shadow:0 4px 12px rgba(0,0,0,.1);display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between;max-height:var(--toastify-toast-max-height);font-family:var(--toastify-font-family);cursor:default;direction:ltr;z-index:0;overflow:hidden}.Toastify__toast--stacked{position:absolute;width:100%;transform:translate3d(0,var(--y),0) scale(var(--s));transition:transform .3s}.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{content:"";position:absolute;left:0;right:0;height:calc(var(--g) * 1px);bottom:100%}.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{content:"";position:absolute;left:0;right:0;bottom:0;height:100%;transform:scaleY(3);z-index:-1}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-body{margin:auto 0;-ms-flex:1 1 auto;flex:1 1 auto;padding:6px;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center}.Toastify__toast-body>div:last-child{word-break:break-word;-ms-flex:1;flex:1}.Toastify__toast-icon{-webkit-margin-end:10px;margin-inline-end:10px;width:20px;-ms-flex-negative:0;flex-shrink:0;display:-ms-flexbox;display:flex}.Toastify--animate{animation-fill-mode:both;animation-duration:.5s}.Toastify--animate-icon{animation-fill-mode:both;animation-duration:.3s}@media only screen and (max-width :480px){.Toastify__toast{margin-bottom:0;border-radius:0}}.Toastify__toast-theme--dark{background:var(--toastify-color-dark);color:var(--toastify-text-color-dark)}.Toastify__toast-theme--light{background:var(--toastify-color-light);color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--default{background:var(--toastify-color-light);color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{color:var(--toastify-text-color-info);background:var(--toastify-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{color:var(--toastify-text-color-success);background:var(--toastify-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{color:var(--toastify-text-color-warning);background:var(--toastify-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{color:var(--toastify-text-color-error);background:var(--toastify-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{color:#fff;background:0 0;outline:0;border:none;padding:0;cursor:pointer;opacity:.7;transition:.3s ease;-ms-flex-item-align:start;align-self:flex-start;z-index:1}.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)}100%{transform:scaleX(0)}}.Toastify__progress-bar{position:absolute;bottom:0;left:0;width:100%;height:100%;z-index:var(--toastify-z-index);opacity:.7;transform-origin:left;border-bottom-left-radius:var(--toastify-toast-bd-radius)}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{right:0;left:initial;transform-origin:right;border-bottom-left-radius:initial;border-bottom-right-radius:var(--toastify-toast-bd-radius)}.Toastify__progress-bar--wrp{position:absolute;bottom:0;left:0;width:100%;height:5px;border-bottom-left-radius:var(--toastify-toast-bd-radius)}.Toastify__progress-bar--wrp[data-hidden=true]{opacity:0}.Toastify__progress-bar--bg{opacity:var(--toastify-color-progress-bgo);width:100%;height:100%}.Toastify__spinner{width:20px;height:20px;box-sizing:border-box;border:2px solid;border-radius:100%;border-color:var(--toastify-spinner-color-empty-area);border-right-color:var(--toastify-spinner-color);animation:Toastify__spin .65s linear infinite}@keyframes Toastify__bounceInRight{60%,75%,90%,from,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}from{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{60%,75%,90%,from,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{60%,75%,90%,from,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}from{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:translate3d(0,0,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{60%,75%,90%,from,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{from{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomOut{from{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{from{transform:perspective(400px) rotate3d(1,0,0,90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotate3d(1,0,0,-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotate3d(1,0,0,10deg);opacity:1}80%{transform:perspective(400px) rotate3d(1,0,0,-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{from{transform:translate3d(0,var(--y),0) perspective(400px)}30%{transform:translate3d(0,var(--y),0) perspective(400px) rotate3d(1,0,0,-20deg);opacity:1}to{transform:translate3d(0,var(--y),0) perspective(400px) rotate3d(1,0,0,90deg);opacity:0}}.Toastify__flip-enter{animation-name:Toastify__flipIn}.Toastify__flip-exit{animation-name:Toastify__flipOut}@keyframes Toastify__slideInRight{from{transform:translate3d(110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInLeft{from{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInUp{from{transform:translate3d(0,110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInDown{from{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideOutRight{from{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(110%,var(--y),0)}}@keyframes Toastify__slideOutLeft{from{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(-110%,var(--y),0)}}@keyframes Toastify__slideOutDown{from{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(0,500px,0)}}@keyframes Toastify__slideOutUp{from{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(0,-500px,0)}}.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;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--bottom-right,.Toastify__slide-exit--top-right{animation-name:Toastify__slideOutRight;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown;animation-timing-function:ease-in;animation-duration:.3s}@keyframes Toastify__spin{from{transform:rotate(0)}to{transform:rotate(360deg)}}.szh-menu{margin:0;padding:0;list-style:none;box-sizing:border-box;width:max-content;z-index:100;border:1px solid rgba(0,0,0,.1);background-color:#fff}.szh-menu:focus{outline:0}.szh-menu__arrow{box-sizing:border-box;width:.75rem;height:.75rem;background-color:#fff;border:1px solid transparent;border-left-color:rgba(0,0,0,.1);border-top-color:rgba(0,0,0,.1);z-index:-1}.szh-menu__arrow--dir-left{right:-.375rem;transform:translateY(-50%) rotate(135deg)}.szh-menu__arrow--dir-right{left:-.375rem;transform:translateY(-50%) rotate(-45deg)}.szh-menu__arrow--dir-top{bottom:-.375rem;transform:translateX(-50%) rotate(-135deg)}.szh-menu__arrow--dir-bottom{top:-.375rem;transform:translateX(-50%) rotate(45deg)}.szh-menu__item{cursor:pointer}.szh-menu__item:focus{outline:0}.szh-menu__item--hover{background-color:#ebebeb}.szh-menu__item--focusable{cursor:default;background-color:inherit}.szh-menu__item--disabled{cursor:default;color:#aaa}.szh-menu__group{box-sizing:border-box}.szh-menu__radio-group{margin:0;padding:0;list-style:none}.szh-menu__divider{height:1px;margin:.5rem 0;background-color:rgba(0,0,0,.12)}.szh-menu-button{box-sizing:border-box}.szh-menu{user-select:none;color:#212529;border:none;border-radius:.25rem;box-shadow:0 3px 7px rgba(0,0,0,.133),0 .6px 2px rgba(0,0,0,.1);min-width:10rem;padding:.5rem 0}.szh-menu__item{display:flex;align-items:center;position:relative;padding:.375rem 1.5rem}.szh-menu-container--itemTransition .szh-menu__item{transition-property:background-color,color;transition-duration:.15s;transition-timing-function:ease-in-out}.szh-menu__item--type-radio{padding-left:2.2rem}.szh-menu__item--type-radio::before{content:"○";position:absolute;left:.8rem;top:.55rem;font-size:.8rem}.szh-menu__item--type-radio.szh-menu__item--checked::before{content:"●"}.szh-menu__item--type-checkbox{padding-left:2.2rem}.szh-menu__item--type-checkbox::before{position:absolute;left:.8rem}.szh-menu__item--type-checkbox.szh-menu__item--checked::before{content:"✔"}.szh-menu__submenu>.szh-menu__item{padding-right:2.5rem}.szh-menu__submenu>.szh-menu__item::after{content:"❯";position:absolute;right:1rem}.szh-menu__header{color:#888;font-size:.8rem;padding:.2rem 1.5rem;text-transform:uppercase}@keyframes szh-menu-show-slide-left{from{opacity:0;transform:translateX(.75rem)}}@keyframes szh-menu-hide-slide-left{to{opacity:0;transform:translateX(.75rem)}}@keyframes szh-menu-show-slide-right{from{opacity:0;transform:translateX(-.75rem)}}@keyframes szh-menu-hide-slide-right{to{opacity:0;transform:translateX(-.75rem)}}@keyframes szh-menu-show-slide-top{from{opacity:0;transform:translateY(.75rem)}}@keyframes szh-menu-hide-slide-top{to{opacity:0;transform:translateY(.75rem)}}@keyframes szh-menu-show-slide-bottom{from{opacity:0;transform:translateY(-.75rem)}}@keyframes szh-menu-hide-slide-bottom{to{opacity:0;transform:translateY(-.75rem)}}.szh-menu--state-opening.szh-menu--dir-left{animation:szh-menu-show-slide-left .15s ease-out}.szh-menu--state-closing.szh-menu--dir-left{animation:szh-menu-hide-slide-left .15s ease-in forwards}.szh-menu--state-opening.szh-menu--dir-right{animation:szh-menu-show-slide-right .15s ease-out}.szh-menu--state-closing.szh-menu--dir-right{animation:szh-menu-hide-slide-right .15s ease-in forwards}.szh-menu--state-opening.szh-menu--dir-top{animation:szh-menu-show-slide-top .15s ease-out}.szh-menu--state-closing.szh-menu--dir-top{animation:szh-menu-hide-slide-top .15s ease-in forwards}.szh-menu--state-opening.szh-menu--dir-bottom{animation:szh-menu-show-slide-bottom .15s ease-out}.szh-menu--state-closing.szh-menu--dir-bottom{animation:szh-menu-hide-slide-bottom .15s ease-in forwards}.slick-slider{position:relative;display:block;box-sizing:border-box;-webkit-touch-callout:none;-webkit-user-select:none;user-select:none;touch-action:pan-y;-webkit-tap-highlight-color:transparent}.slick-list{position:relative;overflow:hidden;display:block;margin:0;padding:0}.slick-list:focus{outline:0}.slick-list.dragging{cursor:pointer;cursor:hand}.slick-slider .slick-list,.slick-slider .slick-track{transform:translate3d(0,0,0)}.slick-track{position:relative;right:0;top:0;display:block;margin-right:auto;margin-left:auto}.slick-track:after,.slick-track:before{content:"";display:table}.slick-track:after{clear:both}.slick-loading .slick-track{visibility:hidden}.slick-slide{float:left;min-height:1px;display:none}[dir=rtl] .slick-slide{float:left}.slick-slide img{display:block}.slick-slide.slick-loading img{display:none}.slick-slide.dragging img{pointer-events:none}.slick-initialized .slick-slide{display:block}.slick-loading .slick-slide{visibility:hidden}.slick-vertical .slick-slide{display:block;height:auto;border:1px solid transparent}.slick-arrow.slick-hidden{display:none}.slick-loading .slick-list{background:#fff url(/images/ajax-loader.gif) center center no-repeat}@font-face{font-family:slick;src:url(/fonts/slick.eot);src:url(/fonts/slick.eot?#iefix) format("embedded-opentype"),url(/fonts/slick.woff) format("woff"),url(/fonts/slick.ttf) format("truetype"),url(/fonts/slick.svg#slick) format("svg");font-weight:400;font-style:normal}.slick-next,.slick-prev{position:absolute;display:block;height:20px;width:20px;line-height:0;font-size:0;cursor:pointer;background:0 0;color:transparent;top:50%;transform:translate(0,-50%);padding:0;border:none;outline:0}.slick-next:focus,.slick-next:hover,.slick-prev:focus,.slick-prev:hover{outline:0;background:0 0;color:transparent}.slick-next:focus:before,.slick-next:hover:before,.slick-prev:focus:before,.slick-prev:hover:before{opacity:1}.slick-next.slick-disabled:before,.slick-prev.slick-disabled:before{opacity:.25}.slick-next:before,.slick-prev:before{font-family:slick;font-size:20px;line-height:1;color:#fff;opacity:.75;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.slick-prev{left:-25px}[dir=rtl] .slick-prev{right:auto;left:-25px}.slick-prev:before{content:"←"}[dir=rtl] .slick-prev:before{content:"→"}.slick-next{right:-25px}[dir=rtl] .slick-next{right:-25px;left:auto}.slick-next:before{content:"→"}[dir=rtl] .slick-next:before{content:"←"}.slick-dotted.slick-slider{margin-bottom:30px}.slick-dots{position:absolute;bottom:-25px;list-style:none;display:block;text-align:center;padding:0;margin:0;width:100%}.slick-dots li{position:relative;display:inline-block;height:20px;width:20px;margin:0 5px;padding:0;cursor:pointer}.slick-dots li button{border:0;background:0 0;display:block;height:20px;width:20px;outline:0;line-height:0;font-size:0;color:transparent;padding:5px;cursor:pointer}.slick-dots li button:focus,.slick-dots li button:hover{outline:0}.slick-dots li button:focus:before,.slick-dots li button:hover:before{opacity:1}.slick-dots li button:before{position:absolute;top:0;right:0;content:"•";width:20px;height:20px;font-family:slick;font-size:6px;line-height:20px;text-align:center;color:#000;opacity:.25;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.slick-dots li.slick-active button:before{color:#000;opacity:.75}:root,main{--color-primary:#007681;--color-secondary:#003D32;--color-dark:#5f5e61;--color-background:#ffffff;--color-black:#001b1e;--color-line-and-gray-back:#e8e8e8;--color-dark-line-and-gray-back:#9D9C9E;--color-gray:#f4f5f7;--color-placeholder:#bfbfbf;--color-yellow:#eeb642;--color-red:#ff6767;--color-green:#5ebd84}:root:lang(en),:root:lang(tr),main:lang(en),main:lang(tr){--font-weight-thin:100;--font-weight-light:300;--font-weight-regular:400;--font-weight-medium:500;--font-weight-bold:700;--font-weight-black:900;--font-family:"Montserrat","Tajawal",sans-serif;--text-underline-offset:0.5rem}:root:lang(ar),:root:lang(ur),main:lang(ar),main:lang(ur){--font-weight-thin:200;--font-weight-light:300;--font-weight-regular:400;--font-weight-medium:500;--font-weight-bold:700;--font-weight-black:900;--font-family:"Tajawal","Montserrat",sans-serif;--text-underline-offset:0.5rem}:root .force-en,:root .force-tr,main .force-en,main .force-tr{--font-weight-thin:100;--font-weight-light:300;--font-weight-regular:400;--font-weight-medium:500;--font-weight-bold:700;--font-weight-black:900;--font-family:"Montserrat","Tajawal",sans-serif;--text-underline-offset:0.5rem}:root .force-ar,:root .force-ur,main .force-ar,main .force-ur{--font-weight-thin:200;--font-weight-light:300;--font-weight-regular:400;--font-weight-medium:500;--font-weight-bold:700;--font-weight-black:900;--font-family:"Tajawal","Montserrat",sans-serif;--text-underline-offset:0.5rem}*{box-sizing:border-box;font-family:var(--font-family)}html{font-size:14px;font-weight:var(--font-weight-regular);line-height:1.2}@media screen and (max-width:540px){html{font-size:12px}}body{touch-action:pan-x pan-y}@media screen and (max-width:768px){body.no-scroll-drawer{overflow:hidden}}body.no-scroll-modal{overflow:hidden}body.no-scroll-loadable{overflow:hidden}a{text-decoration:none;display:inline-block;color:#5f5e61;cursor:pointer;-webkit-user-select:none;user-select:none;transition:.5s ease;cursor:pointer}a:hover{opacity:70%}p{all:unset}h1{font-size:1.5rem;margin:.667em 0;font-weight:var(--font-weight-bold)}h2{font-size:1.35em;margin:.667em 0;font-weight:var(--font-weight-bold)}h3{font-size:1.2em;margin:.667em 0;font-weight:var(--font-weight-bold)}h4{font-size:1.05em;margin:.667em 0;font-weight:var(--font-weight-bold)}h5{font-size:.9em;margin:.667em 0;font-weight:var(--font-weight-bold)}h6{font-size:.75em;margin:.667em 0;font-weight:var(--font-weight-bold)}ul{margin:0;padding:0}li{list-style:none}body.development *{outline:#ada9a9 dashed 1px}body.development svg,body.development svg *{outline:unset!important}body.development table,body.development table *{outline:unset!important}.nt{margin:unset;margin-inline:unset;margin-block:unset;font-size:unset;font-weight:unset}.disabled{pointer-events:none;opacity:60%}.me-icon{color:#007681;width:1.6rem;height:1.6rem}html[dir=rtl] .me-icon:not(.no-flip){transform:scaleX(-1)!important}.h-gap{display:flex!important;flex-direction:row;gap:1rem;align-items:center;justify-content:center}.h-gap.wrap{flex-wrap:wrap}.v-gap{display:flex!important;flex-direction:column;gap:1rem;align-items:center;justify-content:center}.v-gap.wrap{flex-wrap:wrap}.table-container .table-header,.wide-flex{display:flex!important;flex-direction:row;justify-content:space-between;align-items:center;gap:1rem}@media screen and (max-width:540px){.table-container .table-header,.wide-flex{flex-direction:column;align-items:stretch}}.table-container .wrap.table-header,.wide-flex.wrap{flex-wrap:wrap;justify-content:center}.h-gap.jc-fs,.table-container .jc-fs.table-header,.v-gap.jc-fs,.wide-flex.jc-fs{justify-content:flex-start!important}.h-gap.jc-fe,.table-container .jc-fe.table-header,.v-gap.jc-fe,.wide-flex.jc-fe{justify-content:flex-end!important}.h-gap.jc-st,.table-container .jc-st.table-header,.v-gap.jc-st,.wide-flex.jc-st{justify-content:stretch!important}.h-gap.jc-sb,.table-container .jc-sb.table-header,.v-gap.jc-sb,.wide-flex.jc-sb{justify-content:space-between!important}.h-gap.ai-fs,.table-container .ai-fs.table-header,.v-gap.ai-fs,.wide-flex.ai-fs{align-items:flex-start!important}.h-gap.ai-fe,.table-container .ai-fe.table-header,.v-gap.ai-fe,.wide-flex.ai-fe{align-items:flex-end!important}.h-gap.ai-st,.table-container .ai-st.table-header,.v-gap.ai-st,.wide-flex.ai-st{align-items:stretch!important}.inline-200{display:inline-block;min-width:200px}@media screen and (max-width:540px){.inline-200{display:block}}.flex-1{flex:1}.multi-lang{flex:1;display:flex;flex-direction:column;gap:.5rem}.editor-wrapper{background-color:#f4f5f7;border-radius:4px;padding:1rem;display:flex;flex-direction:column}.editor-wrapper .editor-editor{background:#fff;padding:0 1rem;min-height:200px}.bs{white-space:break-spaces;overflow-wrap:anywhere}.clickable{-webkit-user-select:none;user-select:none;transition:.5s ease;cursor:pointer}.clickable:hover{opacity:70%}.hl-dark{height:1px;border-bottom:1px solid #9d9c9e;margin:1rem 0}.hl-light{height:1px;border-bottom:1px solid #f4f5f7;margin:1rem 0}@media screen and (min-width:769px){*{scrollbar-color:#5f5e61 #f4f5f7!important;scrollbar-width:thin!important;scrollbar-height:thin!important}* ::-webkit-scrollbar{width:8px;height:8px}* ::-webkit-scrollbar-track{background:#f4f5f7}* ::-webkit-scrollbar-thumb{background:#5f5e61}* ::-webkit-scrollbar-thumb:hover{background:#007681}.hide-scroll{-ms-overflow-style:none;scrollbar-width:none}.hide-scroll::-webkit-scrollbar{display:none}}@media print{@page{size:A4;margin:5mm}main{margin:0!important;padding:0!important;box-sizing:border-box;font-family:var(--font-family);font-size:14px;font-weight:var(--font-weight-regular);line-height:1.2}.no-print{display:none}.block-card,.container-card{break-inside:avoid}}header{position:fixed;right:0;left:0;top:0;background-color:#fff;border-bottom:1px #e8e8e8 solid;z-index:100;text-align:center}header nav.main-nav{width:1600px;max-width:90%;margin:auto;height:64px;display:flex;align-items:center;justify-content:space-between}header nav.main-nav .menu-logo-container{display:flex;align-items:center;flex:auto}header nav.main-nav .menu-logo-container .menu-btn{margin-left:32px;cursor:pointer}header nav.main-nav .menu-logo-container .logo{cursor:pointer;height:44.8px}header nav.main-nav .menu-logo-container .small-language{display:none}header nav.main-nav .menu-logo-container .left-notifications{display:none}header nav.main-nav .menu-logo-container .left-wrapper{margin:0 2rem;display:flex;flex-direction:row;align-items:center;gap:2rem}header nav.main-nav .menu-logo-container .left-wrapper .vl{height:70%;border-right:1px solid #f4f5f7}header nav.main-nav .menu-logo-container .left-wrapper .h-btn{color:#5f5e61}header nav.main-nav .menu-logo-container .left-wrapper .h-btn.new{color:#007681;font-weight:var(--font-weight-medium)}@media screen and (max-width:768px){header nav.main-nav .menu-logo-container .left-wrapper{margin:0 1.5rem;font-size:.8rem;gap:1.5rem}}header nav.main-nav .right-wrapper{display:flex;align-items:center}@media screen and (max-width:540px){header nav.main-nav .right-wrapper{display:none}}header nav.main-nav .right-wrapper a{color:#007681;margin-left:2rem}header nav.main-nav .right-wrapper a:last-child{margin-left:0}header nav.main-nav .right-wrapper a.language{color:#5f5e61}@media screen and (max-width:540px){header nav.main-nav .menu-logo-container{flex:1;justify-content:space-between}header nav.main-nav .menu-logo-container .logo{width:100px}header nav.main-nav .menu-logo-container .small-language{display:block;width:45px;line-height:45px;margin-right:32px}header nav.main-nav .menu-logo-container .right-notifications{display:none}header nav.main-nav .menu-logo-container .left-notifications{display:block;width:45px;margin-right:32px;align-self:center}header nav.main-nav .menu-logo-container .left-wrapper{display:none}}header nav.main-nav .dd-list{text-align:right;white-space:nowrap}header nav.main-nav .dd-list ul li{margin-bottom:1rem}header nav.main-nav .dd-list ul li:last-child{margin-bottom:0}footer .footer2{padding:1rem 2rem;background-color:#e9e9e9;color:#5f5e61;font-weight:var(--font-weight-bold);text-align:center}footer .footer2>div{width:1600px;max-width:90%;margin:auto}footer .footer2>div>.dev-by{margin-top:1rem;display:flex;flex-direction:row;justify-content:center;align-items:center;gap:.5rem;color:#5f5e61}footer .footer2>div>.dev-by .microband{color:#096fb1;font-weight:var(--font-weight-bold);font-size:1rem}footer .footer2>div>.dev-by img{width:60px;height:26px;object-fit:contain}#drawer{position:fixed;right:-250px;top:64px;bottom:0;background-color:#fff;z-index:50;width:250px;border-left:1px #e8e8e8 solid;transition:.5s;transition-timing-function:ease-in;overflow-y:auto;padding:1rem 0}#drawer.opened{transition:.5s;transition-timing-function:ease-out;right:0}#drawer .my-name{margin-bottom:1rem;text-align:center;color:#007681}#drawer .item{position:relative;display:flex;flex-direction:row;justify-content:space-between;align-items:center;padding:1rem;-webkit-user-select:none;user-select:none;transition:.5s ease;cursor:pointer}#drawer .item:hover{opacity:70%}#drawer .item .me-icon{color:#5f5e61;width:1.2rem;height:1.2rem;margin-left:.6rem}#drawer .item .title{flex:1;color:#5f5e61}#drawer .item .badge{min-width:1.2rem;height:1.2rem;border-radius:.5rem;background-color:#ff6767;text-align:center;color:#fff;font-size:1rem;padding:.1rem}#drawer .item.active{background-color:#007681}#drawer .item.active *{color:#fff;font-weight:var(--font-weight-medium)}#drawer .group{position:relative;display:flex;flex-direction:row;justify-content:space-between;align-items:center;padding:.7rem 1rem;background-color:#f1f1f1}#drawer .group .title{flex:1;color:#5f5e61;font-weight:var(--font-weight-bold)}@media screen and (max-width:768px){#drawer-backdrop{position:fixed;z-index:-1;right:0;left:0;top:0;bottom:0;background-color:transparent;transition:.5s;transition-timing-function:ease-in}#drawer-backdrop.opened{z-index:40;background-color:rgba(0,118,129,.5);transition:.5s;transition-timing-function:ease-out}}.button{transition:.5s ease;cursor:pointer;font-size:1rem;text-align:center;white-space:nowrap}.button:not(.button-no-height):not(.button-small){height:3em;line-height:3em}.button:not(.button-clean){display:inline-block;padding:0 2rem;background-color:#007681;border:1px solid transparent;border-radius:4px;color:#fff}.button-disabled{cursor:no-drop;pointer-events:none}.button-disabled:not(.button-clean){background:#f4f5f7!important}.button-loading:not(.button-clean){background:#f4f5f7!important}.button-no-height{padding:2rem}.button-block{display:block}.button-flex{flex:1}.button .me-icon{height:2rem;width:2rem;margin-left:1rem}.button .me-icon,.button .me-icon *{color:#fff}.button-small{height:2em;line-height:2em;padding:0 1rem;border-radius:4px}.button-small .me-icon{height:1rem;width:1rem;margin-left:1rem}.button-wrap{white-space:initial}.button:hover{opacity:70%}input,textarea{transition:.5s ease;text-align:right;display:block;width:100%;height:3em;line-height:3em;padding:0 16px;background:#f3f3f3;border:1px solid transparent;border-radius:4px;color:#5f5e61;font-size:1rem;font-weight:var(--font-weight-regular)}input.white,textarea.white{background:#f3f3f3}input:not(:read-only),textarea:not(:read-only){outline:0;border-width:1px;border-color:#007681}input:focus:not(:read-only),textarea:focus:not(:read-only){border-color:#003d32;box-shadow:0 6px 10px 0 rgba(0,0,0,.07),0 1px 18px 0 rgba(0,0,0,.06),0 3px 5px -1px rgba(0,0,0,.1)}input:read-only,textarea:read-only{background-color:#b0b0b0}input::placeholder,textarea::placeholder{font-weight:var(--font-weight-light)}textarea{line-height:unset;padding:16px}input[type=checkbox]{height:3em;width:3em;accent-color:#5f5e61}input.forced-ltr{text-align:left!important}textarea{height:unset;min-height:200px;resize:vertical;transition:unset}input[type=date i],input[type=datetime-local i],input[type=time i]{-webkit-appearance:unset;appearance:unset}.input-ui{text-align:right;margin-bottom:2rem}.input-ui>.titles{margin-bottom:1rem}.input-ui>.titles>label.title{display:block;font-size:1.15rem;color:#5f5e61}.input-ui>.titles>small.sub-title{display:block;font-size:.92rem;color:#5f5e61;margin-top:.5rem}.input-ui>small.hint{display:block;font-size:1rem;color:#003d32;margin-top:1rem}.input-ui.error input:not(.no-error){border:1px solid #ff6767}.input-ui .error{display:block;margin-top:.5rem;margin-right:.5rem;color:#ff6767}.in-gr-nm{margin-bottom:unset}.small-loading{height:100%;width:2.4em;display:inline-block}.absolute-loadable,.loadable,.static-loadable{background-color:#fff;top:0;left:0;right:0;bottom:0;display:flex;justify-content:center;align-items:center}.static-loadable{position:fixed;z-index:200}.static-loadable .loading{height:7em;width:7em;display:block}.absolute-loadable{position:absolute}.absolute-loadable .loading{height:5em;width:5em;display:block}.loadable-container.loading{position:relative;overflow:hidden;min-height:50vh}.m-toast{color:#003d32}.m-toast .progress-error{background:#ff6767}.m-toast .progress-success{background:#5ebd84}.m-toast .progress-warning{background:#eeb642}.m-toast .progress-info{background:#003d32}.table-container .table-footer,.table-container .table-header{padding:1rem 0}.table-container .table-header h1{margin:unset}.table-container .table-header .actions-container>*{margin-right:1rem}.table-container .table-header .actions-container>:first-child{margin-right:0}.table-container .top-filters{display:grid;grid-gap:2rem;grid-template-columns:repeat(1,1fr);margin:1rem 0;align-items:start}@media screen and (min-width:421px){.table-container .top-filters{grid-template-columns:repeat(2,1fr)}}@media screen and (min-width:541px){.table-container .top-filters{grid-template-columns:repeat(2,1fr)}}@media screen and (min-width:541px){.table-container .top-filters{grid-template-columns:repeat(2,1fr)}}@media screen and (min-width:769px){.table-container .top-filters{grid-template-columns:repeat(2,1fr)}}@media screen and (min-width:1025px){.table-container .top-filters{grid-template-columns:repeat(4,1fr)}}@media print and (min-width:86mm){.table-container .top-filters{grid-template-columns:repeat(2,1fr)}}@media print and (min-width:111mm){.table-container .top-filters{grid-template-columns:repeat(2,1fr)}}@media print and (min-width:111mm){.table-container .top-filters{grid-template-columns:repeat(2,1fr)}}@media print and (min-width:158mm){.table-container .top-filters{grid-template-columns:repeat(2,1fr)}}@media print and (min-width:210mm){.table-container .top-filters{grid-template-columns:repeat(4,1fr)}}.top-filters-double .table-container .top-filters{display:grid;grid-gap:2rem;grid-template-columns:repeat(1,1fr)}@media screen and (min-width:421px){.top-filters-double .table-container .top-filters{grid-template-columns:repeat(1,1fr)}}@media screen and (min-width:541px){.top-filters-double .table-container .top-filters{grid-template-columns:repeat(2,1fr)}}@media screen and (min-width:541px){.top-filters-double .table-container .top-filters{grid-template-columns:repeat(2,1fr)}}@media screen and (min-width:769px){.top-filters-double .table-container .top-filters{grid-template-columns:repeat(2,1fr)}}@media screen and (min-width:1025px){.top-filters-double .table-container .top-filters{grid-template-columns:repeat(2,1fr)}}@media print and (min-width:86mm){.top-filters-double .table-container .top-filters{grid-template-columns:repeat(1,1fr)}}@media print and (min-width:111mm){.top-filters-double .table-container .top-filters{grid-template-columns:repeat(2,1fr)}}@media print and (min-width:111mm){.top-filters-double .table-container .top-filters{grid-template-columns:repeat(2,1fr)}}@media print and (min-width:158mm){.top-filters-double .table-container .top-filters{grid-template-columns:repeat(2,1fr)}}@media print and (min-width:210mm){.top-filters-double .table-container .top-filters{grid-template-columns:repeat(2,1fr)}}.table-container .top-filters .top-filter .title{display:block;font-size:1.15rem;color:#5f5e61;margin-bottom:1rem}.table-container .top-filters .top-filter .filter{display:block}.table-container .table-footer{display:flex;flex-direction:row;justify-content:space-between;align-items:center;gap:1rem}@media screen and (max-width:420px){.table-container .table-footer{flex-direction:column}}.table-container .table-footer .records{color:#003d32}.table-container .table-footer .pager{display:flex;flex-direction:row;justify-content:center;align-items:center}.table-container .table-footer .pager .next{-webkit-user-select:none;user-select:none;transition:.5s ease;cursor:pointer;margin-right:1rem}.table-container .table-footer .pager .next:hover{opacity:70%}.table-container .table-footer .pager .page{display:flex;flex-direction:row;justify-content:center;align-items:center}.table-container .table-footer .pager .page input{width:6rem;text-align:center;margin-left:1rem;background-color:#f4f5f7}.table-container .table-footer .pager .back{-webkit-user-select:none;user-select:none;transition:.5s ease;cursor:pointer;margin-left:1rem}.table-container .table-footer .pager .back:hover{opacity:70%}.table-container .table-wrapper{overflow:auto;display:block}.table-container .table-wrapper table{white-space:nowrap;min-width:100%;font-size:1rem}.table-container .table-wrapper table tfoot,.table-container .table-wrapper table tfoot *,.table-container .table-wrapper table thead,.table-container .table-wrapper table thead *{color:#fff}.table-container .table-wrapper table tfoot .titles-row th,.table-container .table-wrapper table thead .titles-row th{background-color:#5f5e61;border-radius:4px}.table-container .table-wrapper table tfoot .titles-row th .title,.table-container .table-wrapper table thead .titles-row th .title{padding:.4rem .5rem;cursor:initial;display:flex;flex-direction:row;justify-content:center;align-items:center}.table-container .table-wrapper table tfoot .titles-row th .title.sortable,.table-container .table-wrapper table thead .titles-row th .title.sortable{-webkit-user-select:none;user-select:none;transition:.5s ease;cursor:pointer}.table-container .table-wrapper table tfoot .titles-row th .title.sortable:hover,.table-container .table-wrapper table thead .titles-row th .title.sortable:hover{opacity:70%}.table-container .table-wrapper table tfoot .titles-row th .title>.me-icon,.table-container .table-wrapper table thead .titles-row th .title>.me-icon{margin-right:1rem;width:1.5rem;height:1.5rem}.table-container .table-wrapper table thead th>.filter{padding:.2rem 0}.table-container .table-wrapper table thead th>.filter,.table-container .table-wrapper table thead th>.filter *{color:#000}.table-container .table-wrapper table tbody tr{transition:.5s ease}.table-container .table-wrapper table tbody tr:nth-child(even){background-color:#f4f5f7}.table-container .table-wrapper table tbody tr:hover{background-color:rgba(0,118,129,.2)!important}.table-container .table-wrapper table tbody tr td{border:1px solid #a4a4a4}.table-container .table-wrapper table tbody tr td .cell{padding:.75rem}.table-container .table-wrapper table tbody tr td.ltr .cell{direction:ltr!important}.table-container.no-data td.no-data-td{text-align:center}.table-container.no-data td.no-data-td,.table-container.no-data td.no-data-td>*{color:#bfbfbf!important}.table-container.no-data td.no-data-td>div{display:flex;flex-direction:row;justify-content:center;align-items:center;gap:1rem;height:150px}.table-container .actions{width:0}.table-container .actions .cell{padding:0!important}.table-container .actions .cell>*{margin-left:2px}.table-container .actions .cell>:last-child{margin-left:0}:root{--select-color-border:#007681!important;--select-color-background:#f3f3f3;--select-color-border-hover:#007681!important;--select-shadow:$color-gray;--select-menu-color:#007681;--select-menu-color-background:white;--select-option-color-background:#ffffff;--select-option-color-background-hover:rgba(0, 118, 129, 0.1);--select-single-color:#007681;--select-multi-color-background:#ffffff;--select-multi-color:#007681;--select-placeholder-color:#bfbfbf}.empty-ui{width:100%;height:100%;display:flex;flex-direction:column;justify-content:center;align-items:center}.empty-ui img{width:10rem;object-fit:contain}.empty-ui .description{margin-top:2rem;color:#003d32;font-size:1.2rem}.clr-primary,.clr-primary *,.clr-primary svg,.clr-primary svg *{color:#007681!important}.bg-primary{background:#007681!important}.badge-primary{background:#007681!important;color:#fff;display:inline-block;border-radius:4px;padding:.25rem .5rem}.badge-primary svg,.badge-primary svg *{color:#fff}.clr-secondary,.clr-secondary *,.clr-secondary svg,.clr-secondary svg *{color:#003d32!important}.bg-secondary{background:#003d32!important}.badge-secondary{background:#003d32!important;color:#fff;display:inline-block;border-radius:4px;padding:.25rem .5rem}.badge-secondary svg,.badge-secondary svg *{color:#fff}.clr-dark,.clr-dark *,.clr-dark svg,.clr-dark svg *{color:#5f5e61!important}.bg-dark{background:#5f5e61!important}.badge-dark{background:#5f5e61!important;color:#fff;display:inline-block;border-radius:4px;padding:.25rem .5rem}.badge-dark svg,.badge-dark svg *{color:#fff}.clr-yellow,.clr-yellow *,.clr-yellow svg,.clr-yellow svg *{color:#eeb642!important}.bg-yellow{background:#eeb642!important}.badge-yellow{background:#eeb642!important;color:#fff;display:inline-block;border-radius:4px;padding:.25rem .5rem}.badge-yellow svg,.badge-yellow svg *{color:#fff}.clr-green,.clr-green *,.clr-green svg,.clr-green svg *{color:#5ebd84!important}.bg-green{background:#5ebd84!important}.badge-green{background:#5ebd84!important;color:#fff;display:inline-block;border-radius:4px;padding:.25rem .5rem}.badge-green svg,.badge-green svg *{color:#fff}.clr-red,.clr-red *,.clr-red svg,.clr-red svg *{color:#ff6767!important}.bg-red{background:#ff6767!important}.badge-red{background:#ff6767!important;color:#fff;display:inline-block;border-radius:4px;padding:.25rem .5rem}.badge-red svg,.badge-red svg *{color:#fff}.clr-red-dark,.clr-red-dark *,.clr-red-dark svg,.clr-red-dark svg *{color:#cd0000!important}.bg-red-dark{background:#cd0000!important}.badge-red-dark{background:#cd0000!important;color:#fff;display:inline-block;border-radius:4px;padding:.25rem .5rem}.badge-red-dark svg,.badge-red-dark svg *{color:#fff}.clr-disabled,.clr-disabled *,.clr-disabled svg,.clr-disabled svg *{color:#676767!important}.bg-disabled{background:#676767!important}.badge-disabled{background:#676767!important;color:#fff;display:inline-block;border-radius:4px;padding:.25rem .5rem}.badge-disabled svg,.badge-disabled svg *{color:#fff}.mt-0{margin-top:0!important}.mb-0{margin-bottom:0!important}.ml-0{margin-right:0!important}.mr-0{margin-left:0!important}.pt-0{padding-top:0!important}.pb-0{padding-bottom:0!important}.pl-0{padding-right:0!important}.pr-0{padding-left:0!important}.mt-0-5{margin-top:.5rem!important}.mb-0-5{margin-bottom:.5rem!important}.ml-0-5{margin-right:.5rem!important}.mr-0-5{margin-left:.5rem!important}.pt-0-5{padding-top:.5rem!important}.pb-0-5{padding-bottom:.5rem!important}.pl-0-5{padding-right:.5rem!important}.pr-0-5{padding-left:.5rem!important}.mt-1{margin-top:1rem!important}.mb-1{margin-bottom:1rem!important}.ml-1{margin-right:1rem!important}.mr-1{margin-left:1rem!important}.pt-1{padding-top:1rem!important}.pb-1{padding-bottom:1rem!important}.pl-1{padding-right:1rem!important}.pr-1{padding-left:1rem!important}.mt-1-5{margin-top:1.5rem!important}.mb-1-5{margin-bottom:1.5rem!important}.ml-1-5{margin-right:1.5rem!important}.mr-1-5{margin-left:1.5rem!important}.pt-1-5{padding-top:1.5rem!important}.pb-1-5{padding-bottom:1.5rem!important}.pl-1-5{padding-right:1.5rem!important}.pr-1-5{padding-left:1.5rem!important}.mt-2{margin-top:2rem!important}.mb-2{margin-bottom:2rem!important}.ml-2{margin-right:2rem!important}.mr-2{margin-left:2rem!important}.pt-2{padding-top:2rem!important}.pb-2{padding-bottom:2rem!important}.pl-2{padding-right:2rem!important}.pr-2{padding-left:2rem!important}.fs-0-5{font-size:.5rem!important}.fs-0-8{font-size:.8rem!important}.fs-1{font-size:1rem!important}.fs-1-2{font-size:1.2rem!important}.fs-1-4{font-size:1.4rem!important}.fs-1-6{font-size:1.6rem!important}.fs-1-8{font-size:1.8rem!important}.fs-2{font-size:2rem!important}.fs-2-5{font-size:2.5rem!important}.fs-3{font-size:3rem!important}.fs-4{font-size:4rem!important}.fs-5{font-size:5rem!important}.fw-t{font-weight:var(--font-weight-thin)!important}.fw-l{font-weight:var(--font-weight-light)!important}.fw-r{font-weight:var(--font-weight-regular)!important}.fw-m{font-weight:var(--font-weight-medium)!important}.fw-b{font-weight:var(--font-weight-bold)!important}.fw-k{font-weight:var(--font-weight-black)!important}.page-header-card>div{width:1600px;max-width:90%;margin:auto;font-size:1.5rem;padding:2rem 0;font-weight:var(--font-weight-bold);color:#003d32}.page-header-card small{font-weight:var(--font-weight-regular)}.page-header-card.withBack>div{display:flex;flex-direction:row;justify-content:flex-start;align-items:center}.page-header-card.withBack>div .back-btn{display:flex;flex-direction:column;align-items:center;justify-content:center;margin-left:1rem;background-color:#003d32;padding:0 .5rem}.page-header-card.withBack>div .back-btn .me-icon{margin-left:0}.page-wrapper-card{padding-bottom:.1rem}.page-wrapper-card>.container-card{margin-bottom:2rem}.page-wrapper-card.empty{display:block;min-height:150px;height:-webkit-min-content;height:min-content;padding:2rem 0}.block-card>.list.content,.collection.list,.container-card>.container>.list.content{display:flex;flex-direction:column;gap:1rem!important}.block-card>.row.content,.collection.row,.container-card>.container>.row.content{display:flex;flex-direction:row;gap:1rem!important}.block-card>.wrap.content,.collection.wrap,.container-card>.container>.wrap.content{display:flex;flex-direction:row;flex-wrap:wrap}.block-card>.fixed-.content *,.collection.fixed- *,.container-card>.container>.fixed-.content *{grid-gap:1rem!important}.block-card>.fixed-1.content,.collection.fixed-1,.container-card>.container>.fixed-1.content{display:grid;grid-gap:2rem;grid-template-columns:repeat(1,1fr)}@media screen and (min-width:421px){.block-card>.fixed-1.content,.collection.fixed-1,.container-card>.container>.fixed-1.content{grid-template-columns:repeat(1,1fr)}}@media screen and (min-width:541px){.block-card>.fixed-1.content,.collection.fixed-1,.container-card>.container>.fixed-1.content{grid-template-columns:repeat(1,1fr)}}@media screen and (min-width:541px){.block-card>.fixed-1.content,.collection.fixed-1,.container-card>.container>.fixed-1.content{grid-template-columns:repeat(1,1fr)}}@media screen and (min-width:769px){.block-card>.fixed-1.content,.collection.fixed-1,.container-card>.container>.fixed-1.content{grid-template-columns:repeat(1,1fr)}}@media screen and (min-width:1025px){.block-card>.fixed-1.content,.collection.fixed-1,.container-card>.container>.fixed-1.content{grid-template-columns:repeat(1,1fr)}}@media print and (min-width:86mm){.block-card>.fixed-1.content,.collection.fixed-1,.container-card>.container>.fixed-1.content{grid-template-columns:repeat(1,1fr)}}@media print and (min-width:111mm){.block-card>.fixed-1.content,.collection.fixed-1,.container-card>.container>.fixed-1.content{grid-template-columns:repeat(1,1fr)}}@media print and (min-width:111mm){.block-card>.fixed-1.content,.collection.fixed-1,.container-card>.container>.fixed-1.content{grid-template-columns:repeat(1,1fr)}}@media print and (min-width:158mm){.block-card>.fixed-1.content,.collection.fixed-1,.container-card>.container>.fixed-1.content{grid-template-columns:repeat(1,1fr)}}@media print and (min-width:210mm){.block-card>.fixed-1.content,.collection.fixed-1,.container-card>.container>.fixed-1.content{grid-template-columns:repeat(1,1fr)}}.block-card>.fixed-2.content,.collection.fixed-2,.container-card>.container>.fixed-2.content{display:grid;grid-gap:2rem;grid-template-columns:repeat(1,1fr)}@media screen and (min-width:421px){.block-card>.fixed-2.content,.collection.fixed-2,.container-card>.container>.fixed-2.content{grid-template-columns:repeat(1,1fr)}}@media screen and (min-width:541px){.block-card>.fixed-2.content,.collection.fixed-2,.container-card>.container>.fixed-2.content{grid-template-columns:repeat(1,1fr)}}@media screen and (min-width:541px){.block-card>.fixed-2.content,.collection.fixed-2,.container-card>.container>.fixed-2.content{grid-template-columns:repeat(1,1fr)}}@media screen and (min-width:769px){.block-card>.fixed-2.content,.collection.fixed-2,.container-card>.container>.fixed-2.content{grid-template-columns:repeat(2,1fr)}}@media screen and (min-width:1025px){.block-card>.fixed-2.content,.collection.fixed-2,.container-card>.container>.fixed-2.content{grid-template-columns:repeat(2,1fr)}}@media print and (min-width:86mm){.block-card>.fixed-2.content,.collection.fixed-2,.container-card>.container>.fixed-2.content{grid-template-columns:repeat(1,1fr)}}@media print and (min-width:111mm){.block-card>.fixed-2.content,.collection.fixed-2,.container-card>.container>.fixed-2.content{grid-template-columns:repeat(1,1fr)}}@media print and (min-width:111mm){.block-card>.fixed-2.content,.collection.fixed-2,.container-card>.container>.fixed-2.content{grid-template-columns:repeat(1,1fr)}}@media print and (min-width:158mm){.block-card>.fixed-2.content,.collection.fixed-2,.container-card>.container>.fixed-2.content{grid-template-columns:repeat(2,1fr)}}@media print and (min-width:210mm){.block-card>.fixed-2.content,.collection.fixed-2,.container-card>.container>.fixed-2.content{grid-template-columns:repeat(2,1fr)}}.block-card>.fixed-3.content,.collection.fixed-3,.container-card>.container>.fixed-3.content{display:grid;grid-gap:2rem;grid-template-columns:repeat(1,1fr)}@media screen and (min-width:421px){.block-card>.fixed-3.content,.collection.fixed-3,.container-card>.container>.fixed-3.content{grid-template-columns:repeat(1,1fr)}}@media screen and (min-width:541px){.block-card>.fixed-3.content,.collection.fixed-3,.container-card>.container>.fixed-3.content{grid-template-columns:repeat(1,1fr)}}@media screen and (min-width:541px){.block-card>.fixed-3.content,.collection.fixed-3,.container-card>.container>.fixed-3.content{grid-template-columns:repeat(1,1fr)}}@media screen and (min-width:769px){.block-card>.fixed-3.content,.collection.fixed-3,.container-card>.container>.fixed-3.content{grid-template-columns:repeat(2,1fr)}}@media screen and (min-width:1025px){.block-card>.fixed-3.content,.collection.fixed-3,.container-card>.container>.fixed-3.content{grid-template-columns:repeat(3,1fr)}}@media print and (min-width:86mm){.block-card>.fixed-3.content,.collection.fixed-3,.container-card>.container>.fixed-3.content{grid-template-columns:repeat(1,1fr)}}@media print and (min-width:111mm){.block-card>.fixed-3.content,.collection.fixed-3,.container-card>.container>.fixed-3.content{grid-template-columns:repeat(1,1fr)}}@media print and (min-width:111mm){.block-card>.fixed-3.content,.collection.fixed-3,.container-card>.container>.fixed-3.content{grid-template-columns:repeat(1,1fr)}}@media print and (min-width:158mm){.block-card>.fixed-3.content,.collection.fixed-3,.container-card>.container>.fixed-3.content{grid-template-columns:repeat(2,1fr)}}@media print and (min-width:210mm){.block-card>.fixed-3.content,.collection.fixed-3,.container-card>.container>.fixed-3.content{grid-template-columns:repeat(3,1fr)}}.block-card>.fixed-4.content,.collection.fixed-4,.container-card>.container>.fixed-4.content{display:grid;grid-gap:2rem;grid-template-columns:repeat(1,1fr)}@media screen and (min-width:421px){.block-card>.fixed-4.content,.collection.fixed-4,.container-card>.container>.fixed-4.content{grid-template-columns:repeat(1,1fr)}}@media screen and (min-width:541px){.block-card>.fixed-4.content,.collection.fixed-4,.container-card>.container>.fixed-4.content{grid-template-columns:repeat(2,1fr)}}@media screen and (min-width:541px){.block-card>.fixed-4.content,.collection.fixed-4,.container-card>.container>.fixed-4.content{grid-template-columns:repeat(2,1fr)}}@media screen and (min-width:769px){.block-card>.fixed-4.content,.collection.fixed-4,.container-card>.container>.fixed-4.content{grid-template-columns:repeat(3,1fr)}}@media screen and (min-width:1025px){.block-card>.fixed-4.content,.collection.fixed-4,.container-card>.container>.fixed-4.content{grid-template-columns:repeat(4,1fr)}}@media print and (min-width:86mm){.block-card>.fixed-4.content,.collection.fixed-4,.container-card>.container>.fixed-4.content{grid-template-columns:repeat(1,1fr)}}@media print and (min-width:111mm){.block-card>.fixed-4.content,.collection.fixed-4,.container-card>.container>.fixed-4.content{grid-template-columns:repeat(2,1fr)}}@media print and (min-width:111mm){.block-card>.fixed-4.content,.collection.fixed-4,.container-card>.container>.fixed-4.content{grid-template-columns:repeat(2,1fr)}}@media print and (min-width:158mm){.block-card>.fixed-4.content,.collection.fixed-4,.container-card>.container>.fixed-4.content{grid-template-columns:repeat(3,1fr)}}@media print and (min-width:210mm){.block-card>.fixed-4.content,.collection.fixed-4,.container-card>.container>.fixed-4.content{grid-template-columns:repeat(4,1fr)}}.block-card>.fixed-5.content,.collection.fixed-5,.container-card>.container>.fixed-5.content{display:grid;grid-gap:2rem;grid-template-columns:repeat(1,1fr)}@media screen and (min-width:421px){.block-card>.fixed-5.content,.collection.fixed-5,.container-card>.container>.fixed-5.content{grid-template-columns:repeat(1,1fr)}}@media screen and (min-width:541px){.block-card>.fixed-5.content,.collection.fixed-5,.container-card>.container>.fixed-5.content{grid-template-columns:repeat(3,1fr)}}@media screen and (min-width:541px){.block-card>.fixed-5.content,.collection.fixed-5,.container-card>.container>.fixed-5.content{grid-template-columns:repeat(3,1fr)}}@media screen and (min-width:769px){.block-card>.fixed-5.content,.collection.fixed-5,.container-card>.container>.fixed-5.content{grid-template-columns:repeat(4,1fr)}}@media screen and (min-width:1025px){.block-card>.fixed-5.content,.collection.fixed-5,.container-card>.container>.fixed-5.content{grid-template-columns:repeat(5,1fr)}}@media print and (min-width:86mm){.block-card>.fixed-5.content,.collection.fixed-5,.container-card>.container>.fixed-5.content{grid-template-columns:repeat(1,1fr)}}@media print and (min-width:111mm){.block-card>.fixed-5.content,.collection.fixed-5,.container-card>.container>.fixed-5.content{grid-template-columns:repeat(3,1fr)}}@media print and (min-width:111mm){.block-card>.fixed-5.content,.collection.fixed-5,.container-card>.container>.fixed-5.content{grid-template-columns:repeat(3,1fr)}}@media print and (min-width:158mm){.block-card>.fixed-5.content,.collection.fixed-5,.container-card>.container>.fixed-5.content{grid-template-columns:repeat(4,1fr)}}@media print and (min-width:210mm){.block-card>.fixed-5.content,.collection.fixed-5,.container-card>.container>.fixed-5.content{grid-template-columns:repeat(5,1fr)}}.block-card>.content:not(.no-auto),.collection:not(.no-auto),.container-card>.container>.content:not(.no-auto){grid-auto-rows:1fr;grid-auto-columns:1fr}.block-card>.minitest-height.content>*,.collection.minitest-height>*,.container-card>.container>.minitest-height.content>*{height:-webkit-fit-content;height:fit-content}.block-card>.empty.content,.collection.empty,.container-card>.container>.empty.content{display:block;min-height:150px;height:-webkit-min-content;height:min-content;padding:2rem 0}.container-card:not(.clear)>.container{width:1600px;max-width:90%;margin:auto}.container-card.white .container{padding:1rem;background:#fff;border-radius:4px}.container-card.padding-0>.container>.content{padding:0}.container-card.padding-0-5>.container>.content{padding:.5rem}.container-card.padding-1>.container>.content{padding:1rem}.container-card.padding-1-5>.container>.content{padding:1.5rem}.container-card.padding-2>.container>.content{padding:2rem}.container-card.full-height{min-height:100%}.container-card.full-height>.container{min-height:100%}.container-card.full-height>.container>.content{min-height:100%}.block-card.with-border{border:1px solid #e8e8e8;border-radius:4px}.block-card>.title{font-size:1.2rem;font-weight:var(--font-weight-bold);display:flex;flex-direction:row;gap:1rem;flex-wrap:wrap;justify-content:space-between;align-items:center;padding:1rem;border-bottom:1px solid #e8e8e8;color:#007681}.block-card>.top-header{padding:1rem;border-bottom:1px solid #e8e8e8}.block-card.white{background:#fff;border-radius:4px}.block-card.form .input-ui{text-align:right}.block-card.form .input-ui:last-child{margin-bottom:0}.block-card.form>.top-header{padding:1rem}.block-card.form>.content.list{gap:2rem!important}.block-card.form>.content.fixed- *{grid-gap:3rem!important}.block-card.padding-0>.content{padding:0}.block-card.padding-0-5>.content{padding:.5rem}.block-card.padding-1>.content{padding:1rem}.block-card.padding-1-5>.content{padding:1.5rem}.block-card.padding-2>.content{padding:2rem}.track-service{padding:1rem;background:#f1f1f1;border-radius:4px;display:flex;flex-direction:row;justify-content:stretch;align-items:center;text-align:center;border:3px dashed transparent}.track-service.current{border-color:#007681;background:rgba(0,118,129,.04);padding:1.3rem 1rem}.track-service .waiting-before-me,.track-service .window,.track-service>.number{display:flex;flex-direction:column;justify-content:center;align-items:center;flex:1}.track-service .waiting-before-me .label,.track-service .window .label,.track-service>.number .label{color:#5f5e61}.track-service .waiting-before-me .value,.track-service .window .value,.track-service>.number .value{font-weight:var(--font-weight-bold);font-size:1.3rem;color:#007681}.track-service .waiting-before-me .value{color:#ff6767;font-size:1.5rem}.track-service>.status{flex:1;color:#fff;border-radius:4px;padding:.3rem .5rem}.track-service>.status.WAITING{background:#eeb642}.track-service>.status.ON_WINDOW{background:#5ebd84}.track-service>.status.IN_PROCESS{background:#007681}.track-service>.status.PENDING_REACH{background:#5f5e61}.track-service>.status.PENDING_ACTION{background:#5f5e61}.track-service>.status.DONE{background:#003d32}.track-service>.status.CANCELED{background:#ff6767}.track-service-divider{height:1px;background:#9d9c9e;margin:1rem 0}.queue-service{padding:1rem;background:#f1f1f1;border-radius:4px;display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;border:2px dashed transparent}.queue-service.current{border-color:#007681}.queue-service>.data{display:flex;flex-direction:row;justify-content:stretch;align-items:center;text-align:center;width:100%}.queue-service>.data .window,.queue-service>.data>.number{display:flex;flex-direction:column;justify-content:center;align-items:center;flex:1}.queue-service>.data .window .label,.queue-service>.data>.number .label{color:#5f5e61}.queue-service>.data .window .value,.queue-service>.data>.number .value{font-weight:var(--font-weight-bold);font-size:1.3rem;color:#007681}.queue-service>.data>.status{flex:1;color:#fff;border-radius:4px;padding:.3rem .5rem}.queue-service>.data>.status.WAITING{background:#eeb642}.queue-service>.data>.status.ON_WINDOW{background:#5ebd84}.queue-service>.data>.status.IN_PROCESS{background:#007681}.queue-service>.data>.status.PENDING_REACH{background:#5f5e61}.queue-service>.data>.status.PENDING_ACTION{background:#5f5e61}.queue-service>.data>.status.DONE{background:#003d32}.queue-service>.data>.status.CANCELED{background:#ff6767}.queue-service>.hl{width:100%;margin:1rem;height:1px;background:#fff}.queue-service .customer-data{display:flex;flex-direction:column;gap:.5rem}.queue-service .customer-data>.value{color:#003d32;font-size:1.5rem;font-weight:var(--font-weight-bold)}.queue-service>.actions{display:flex;flex-direction:row;justify-content:center;align-items:center;gap:1rem}.statistic-card>.icon{margin-bottom:.25rem}.statistic-card>.icon,.statistic-card>.icon *{color:#5f5e61}.statistic-card>.icon .me-icon{width:2rem;height:2rem}.statistic-card>.label{color:#5f5e61;margin-bottom:1rem;font-weight:var(--font-weight-medium)}.statistic-card>.value{font-weight:var(--font-weight-black);border-right:4px solid;padding-right:1rem;border-radius:4px;font-size:1.5rem}.statistic-card>.value.color-primary,.statistic-card>.value.color-primary *,.statistic-card>.value.color-primary svg,.statistic-card>.value.color-primary svg *{color:#007681!important;border-right-color:#007681!important}.statistic-card>.value.color-secondary,.statistic-card>.value.color-secondary *,.statistic-card>.value.color-secondary svg,.statistic-card>.value.color-secondary svg *{color:#003d32!important;border-right-color:#003d32!important}.statistic-card>.value.color-dark,.statistic-card>.value.color-dark *,.statistic-card>.value.color-dark svg,.statistic-card>.value.color-dark svg *{color:#5f5e61!important;border-right-color:#5f5e61!important}.statistic-card>.value.color-yellow,.statistic-card>.value.color-yellow *,.statistic-card>.value.color-yellow svg,.statistic-card>.value.color-yellow svg *{color:#eeb642!important;border-right-color:#eeb642!important}.statistic-card>.value.color-green,.statistic-card>.value.color-green *,.statistic-card>.value.color-green svg,.statistic-card>.value.color-green svg *{color:#5ebd84!important;border-right-color:#5ebd84!important}.statistic-card>.value.color-red,.statistic-card>.value.color-red *,.statistic-card>.value.color-red svg,.statistic-card>.value.color-red svg *{color:#ff6767!important;border-right-color:#ff6767!important}.statistic-card>.value.color-red-dark,.statistic-card>.value.color-red-dark *,.statistic-card>.value.color-red-dark svg,.statistic-card>.value.color-red-dark svg *{color:#cd0000!important;border-right-color:#cd0000!important}.statistic-card>.value.color-disabled,.statistic-card>.value.color-disabled *,.statistic-card>.value.color-disabled svg,.statistic-card>.value.color-disabled svg *{color:#676767!important;border-right-color:#676767!important}.statistic-card>.m-value{display:flex;flex-direction:row;gap:1rem}.statistic-card>.m-value .col>.value{font-weight:var(--font-weight-black);border-right:4px solid;padding-right:.5rem;border-radius:4px;font-size:1.25rem}.statistic-card>.m-value .col>.value.color-primary,.statistic-card>.m-value .col>.value.color-primary *,.statistic-card>.m-value .col>.value.color-primary svg,.statistic-card>.m-value .col>.value.color-primary svg *{color:#007681!important;border-right-color:#007681!important}.statistic-card>.m-value .col>.value.color-secondary,.statistic-card>.m-value .col>.value.color-secondary *,.statistic-card>.m-value .col>.value.color-secondary svg,.statistic-card>.m-value .col>.value.color-secondary svg *{color:#003d32!important;border-right-color:#003d32!important}.statistic-card>.m-value .col>.value.color-dark,.statistic-card>.m-value .col>.value.color-dark *,.statistic-card>.m-value .col>.value.color-dark svg,.statistic-card>.m-value .col>.value.color-dark svg *{color:#5f5e61!important;border-right-color:#5f5e61!important}.statistic-card>.m-value .col>.value.color-yellow,.statistic-card>.m-value .col>.value.color-yellow *,.statistic-card>.m-value .col>.value.color-yellow svg,.statistic-card>.m-value .col>.value.color-yellow svg *{color:#eeb642!important;border-right-color:#eeb642!important}.statistic-card>.m-value .col>.value.color-green,.statistic-card>.m-value .col>.value.color-green *,.statistic-card>.m-value .col>.value.color-green svg,.statistic-card>.m-value .col>.value.color-green svg *{color:#5ebd84!important;border-right-color:#5ebd84!important}.statistic-card>.m-value .col>.value.color-red,.statistic-card>.m-value .col>.value.color-red *,.statistic-card>.m-value .col>.value.color-red svg,.statistic-card>.m-value .col>.value.color-red svg *{color:#ff6767!important;border-right-color:#ff6767!important}.statistic-card>.m-value .col>.value.color-red-dark,.statistic-card>.m-value .col>.value.color-red-dark *,.statistic-card>.m-value .col>.value.color-red-dark svg,.statistic-card>.m-value .col>.value.color-red-dark svg *{color:#cd0000!important;border-right-color:#cd0000!important}.statistic-card>.m-value .col>.value.color-disabled,.statistic-card>.m-value .col>.value.color-disabled *,.statistic-card>.m-value .col>.value.color-disabled svg,.statistic-card>.m-value .col>.value.color-disabled svg *{color:#676767!important;border-right-color:#676767!important}.statistic-card>.m-value .col>.small{margin-top:.25rem;color:#acabad;padding-right:calc(.5rem + 4px);font-size:.9rem}.statistic-card>.small{margin-top:.25rem;color:#acabad;padding-right:calc(1rem + 4px);font-size:.9rem}.grid-editor{display:grid;grid-gap:2rem;grid-template-columns:repeat(4,1fr)}@media screen and (min-width:421px){.grid-editor{grid-template-columns:repeat(4,1fr)}}@media screen and (min-width:541px){.grid-editor{grid-template-columns:repeat(4,1fr)}}@media screen and (min-width:541px){.grid-editor{grid-template-columns:repeat(4,1fr)}}@media screen and (min-width:769px){.grid-editor{grid-template-columns:repeat(4,1fr)}}@media screen and (min-width:1025px){.grid-editor{grid-template-columns:repeat(4,1fr)}}@media print and (min-width:86mm){.grid-editor{grid-template-columns:repeat(4,1fr)}}@media print and (min-width:111mm){.grid-editor{grid-template-columns:repeat(4,1fr)}}@media print and (min-width:111mm){.grid-editor{grid-template-columns:repeat(4,1fr)}}@media print and (min-width:158mm){.grid-editor{grid-template-columns:repeat(4,1fr)}}@media print and (min-width:210mm){.grid-editor{grid-template-columns:repeat(4,1fr)}}#modals-manager .modal-root{position:fixed;right:0;left:0;top:0;bottom:0;z-index:150}#modals-manager .modal-root .back-drop{position:absolute;right:0;left:0;top:0;bottom:0;background-color:#007681;opacity:0;transition:.5s ease;transition-delay:120ms}#modals-manager .modal-root .modal-container{position:absolute;right:0;left:0;top:0;bottom:0;display:flex;flex-direction:column;justify-content:center;align-items:center}#modals-manager .modal-root .modal-container .modal-wrapper{transition:.5s ease;transform:translateY(-100px);opacity:0}#modals-manager .modal-root.status-OPEN .back-drop{opacity:.35}#modals-manager .modal-root.status-OPEN .modal-container .modal-wrapper{transform:translateY(0);opacity:1}#modals-manager .m-modal{max-width:500px;max-height:90vh;min-height:150px;width:90vw;overflow:auto;background:#fff;border-radius:4px;box-shadow:0 6px 10px 0 rgba(0,0,0,.07),0 1px 18px 0 rgba(0,0,0,.06),0 3px 5px -1px rgba(0,0,0,.1)}#modals-manager-portal-container{z-index:150;position:fixed}#clear-layout main{min-height:100vh;background-color:#fff}#clear-layout main section{padding:2rem 0}#clear-layout main section>div{width:1600px;max-width:90%;margin:auto}#main-layout main{padding-top:64px;padding-bottom:2rem;padding-right:0;min-height:100vh;background-color:#f4f5f7}@media screen and (min-width:769px){#main-layout main{transition:.5s;transition-timing-function:ease-in}}@media screen and (min-width:769px){#main-layout footer{transition:.5s;transition-timing-function:ease-in}}@media screen and (min-width:769px){#main-layout.drawer-opened footer,#main-layout.drawer-opened main{transition:.5s;transition-timing-function:ease-out;padding-right:250px}}main.auth-page{display:flex;flex-direction:column;justify-content:center;align-items:center;background:#5f5e61!important}main.auth-page .form{width:500px;max-width:90%;margin:auto;border:1px solid #007681;padding:2rem;text-align:center;border-radius:4px;background:#fff!important}main.auth-page .form>.title{color:#007681;font-weight:var(--font-weight-bold);margin-bottom:2rem;font-size:1.4rem}main.customer--base-page>.container{width:100%;min-height:100vh;display:flex;flex-direction:column;justify-content:center;align-items:center;position:relative;padding:2rem 0}main.customer--base-page>.container>.logo{object-fit:contain;width:50%;max-width:250px;min-width:100px;position:fixed;top:1rem;background:rgba(255,255,255,.9);border-radius:10px;padding:1rem}main.customer--base-page>.container>.content{flex:1;padding:15rem 0 55px;width:1600px;max-width:90%;margin:auto;text-align:center;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:2rem}@media screen and (max-height:600px){main.customer--base-page>.container>.content{padding:5rem 0 55px}}main.customer--base-page>.container>.content>.step-title{margin-bottom:2rem}main.customer--base-page>.container>.content>.step-title .success-icon>.me-icon{width:3rem;height:3rem;margin-bottom:1rem}main.customer--base-page>.container>.content>.step-title .error-icon>.me-icon{width:3rem;height:3rem;margin-bottom:1rem}main.customer--base-page>.container>.content>.step-title .error-icon>.me-icon,main.customer--base-page>.container>.content>.step-title .error-icon>.me-icon *{color:#ff6767}main.customer--base-page>.container>.content>.step-title .big{font-weight:var(--font-weight-bold);font-size:2rem;color:#007681;margin-bottom:.75rem}main.customer--base-page>.container>.content>.step-title .small{font-weight:var(--font-weight-medium);font-size:1.3rem;color:#003d32}main.customer--base-page>.container>.content .form{width:420px;max-width:90%;margin:0 auto}main.customer--base-page>.container>.content .form .footer{margin-top:2rem;display:flex;flex-direction:column;align-items:stretch;gap:2rem}main.customer--base-page>.container>.content .form .footer .button{width:100%}main.customer--base-page>.container>.content .form .footer .back{color:#5f5e61}main.customer--base-page>.container>.dev-by{display:flex;flex-direction:row;justify-content:center;align-items:center;gap:.5rem;color:#5f5e61;position:absolute;bottom:2rem;width:1600px;max-width:90%;margin:auto}main.customer--base-page>.container>.dev-by .microband{color:#096fb1;font-weight:var(--font-weight-bold);font-size:1rem}main.customer--base-page>.container>.dev-by img{width:60px;height:26px;object-fit:contain}main.customer--base-page .options{display:flex;flex-direction:row;flex-wrap:wrap;align-items:center;justify-content:center;gap:2rem}@media screen and (max-height:600px){main.customer--base-page .options{gap:1rem}}main.customer--base-page .options .option{border:1px solid #bababa;background:rgba(0,61,50,.04);border-radius:10px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1rem;width:220px;height:200px;padding:2rem;text-align:center}main.customer--base-page .options .option .me-icon{width:4rem;height:4rem}main.customer--base-page .options .option .me-icon,main.customer--base-page .options .option .me-icon *{color:#007681}main.customer--base-page .options .option>div{height:170px;display:flex;flex-direction:column;align-items:center;justify-content:center}main.customer--base-page .options .option>div>div{font-size:1.35rem;color:#003d32}main.customer--base-page .actions{margin-top:1rem}main.customer--base-page .actions .track{border:1px solid #003d32;background:rgba(0,61,50,.04);border-radius:4px;display:flex;flex-direction:row;align-items:center;justify-content:flex-start;gap:1rem;width:auto;padding:1rem;text-align:center}main.customer--base-page .actions .track .me-icon{width:1.8rem;height:1.8rem}main.customer--base-page .actions .track .me-icon,main.customer--base-page .actions .track .me-icon *{color:#003d32}main.customer--base-page .actions .track>div{font-size:1rem;color:#003d32;font-weight:var(--font-weight-bold)}main.customer--base-page .your-number .your{font-weight:var(--font-weight-medium);font-size:1.3rem;color:#003d32;margin-bottom:1rem}main.customer--base-page .your-number .number{font-weight:var(--font-weight-bold);font-size:2rem;color:#007681;margin-bottom:.75rem;border-radius:4px;border:1px solid #007681;background:rgba(0,118,129,.04);padding:.5rem;box-shadow:0 6px 10px 0 rgba(0,0,0,.07),0 1px 18px 0 rgba(0,0,0,.06),0 3px 5px -1px rgba(0,0,0,.1)}main.customer--base-page .adapter{min-height:40vh;width:800px;max-width:90%}#customer--home-page{background:url(/images/splash.jpg?v=2.0) no-repeat center;background-size:cover}#customer--home-page>.overlay{width:100%;height:100%;background:rgba(0,0,0,.45);display:flex;flex-direction:column;justify-content:center;align-items:center;position:relative}#customer--home-page>.overlay .lang-wrapper{position:relative;margin-top:6rem}#customer--home-page>.overlay .lang-wrapper .float{display:flex;flex-direction:column;justify-content:center;align-items:stretch;gap:2rem}#customer--home-page>.overlay .lang-wrapper .float .lang{display:flex;flex-direction:row;justify-content:center;align-items:center;gap:1rem}#customer--home-page>.overlay .lang-wrapper .float .lang>*{width:120px}#customer--home-page>.overlay .lang-wrapper .float .actions{display:flex;flex-direction:row;justify-content:stretch;align-items:center;gap:1rem}#customer--home-page>.overlay .lang-wrapper .float .actions>*{flex:1}#customer--home-page>.overlay>.dev-by{display:flex;flex-direction:row;justify-content:center;align-items:center;gap:.5rem;color:#fff;position:fixed;bottom:2rem;width:1600px;max-width:90%;margin:auto}#customer--home-page>.overlay>.dev-by .microband{color:#096fb1;font-weight:var(--font-weight-bold);font-size:1rem}#customer--home-page>.overlay>.dev-by img{width:60px;height:26px;object-fit:contain}#employee--home-page{background:url(/images/splash.jpg?v=2.0) no-repeat center;background-size:cover}#employee--home-page>.overlay{width:100%;height:100%;background:rgba(0,0,0,.45);display:flex;flex-direction:column;justify-content:center;align-items:center;position:relative}#employee--home-page>.overlay .lang-wrapper{position:relative;margin-top:6rem}#employee--home-page>.overlay .lang-wrapper .float{display:flex;flex-direction:column;justify-content:center;align-items:stretch;gap:2rem}#employee--home-page>.overlay .lang-wrapper .float .lang{display:flex;flex-direction:row;justify-content:center;align-items:center;gap:1rem}#employee--home-page>.overlay .lang-wrapper .float .lang>*{width:120px}#employee--home-page>.overlay .lang-wrapper .float .actions{display:flex;flex-direction:row;justify-content:stretch;align-items:center;gap:1rem}#employee--home-page>.overlay .lang-wrapper .float .actions>*{flex:1}#employee--home-page>.overlay>.dev-by{display:flex;flex-direction:row;justify-content:center;align-items:center;gap:.5rem;color:#fff;position:fixed;bottom:2rem;width:1600px;max-width:90%;margin:auto}#employee--home-page>.overlay>.dev-by .microband{color:#096fb1;font-weight:var(--font-weight-bold);font-size:1rem}#employee--home-page>.overlay>.dev-by img{width:60px;height:26px;object-fit:contain}main.television--base-page>.container{width:100%;min-height:100vh;display:flex;flex-direction:column;justify-content:center;align-items:center;position:relative;padding:2rem 0}main.television--base-page>.container>.logo{object-fit:contain;width:50%;max-width:250px;min-width:100px;position:fixed;top:1rem;background:rgba(255,255,255,.9);border-radius:10px;padding:1rem}main.television--base-page>.container>.content{flex:1;padding:7rem 0 55px;width:1600px;max-width:90%;margin:auto;text-align:center;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:2rem}main.television--base-page>.container>.content>.step-title{margin-bottom:2rem}main.television--base-page>.container>.content>.step-title .success-icon>.me-icon{width:3rem;height:3rem;margin-bottom:1rem}main.television--base-page>.container>.content>.step-title .error-icon>.me-icon{width:3rem;height:3rem;margin-bottom:1rem}main.television--base-page>.container>.content>.step-title .error-icon>.me-icon,main.television--base-page>.container>.content>.step-title .error-icon>.me-icon *{color:#ff6767}main.television--base-page>.container>.content>.step-title .big{font-weight:var(--font-weight-bold);font-size:2rem;color:#007681;margin-bottom:.75rem}main.television--base-page>.container>.content>.step-title .small{font-weight:var(--font-weight-medium);font-size:1.3rem;color:#003d32}main.television--base-page>.container>.content .form{width:420px;max-width:90%;margin:0 auto}main.television--base-page>.container>.content .form .footer{margin-top:2rem;display:flex;flex-direction:column;align-items:stretch;gap:2rem}main.television--base-page>.container>.content .form .footer .button{width:100%}main.television--base-page>.container>.content .form .footer .back{color:#5f5e61}main.television--base-page>.container>.dev-by{display:flex;flex-direction:row;justify-content:center;align-items:center;gap:.5rem;color:#5f5e61;position:absolute;bottom:2rem;width:1600px;max-width:90%;margin:auto}main.television--base-page>.container>.dev-by .microband{color:#096fb1;font-weight:var(--font-weight-bold);font-size:1rem}main.television--base-page>.container>.dev-by img{width:60px;height:26px;object-fit:contain}main.television--base-page .options{display:flex;flex-direction:row;gap:2rem}main.television--base-page .options .option{border:1px solid #007681;background:rgba(0,118,129,.04);border-radius:4px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1rem;width:200px;padding:2rem;text-align:center}main.television--base-page .options .option .me-icon{width:3rem;height:3rem}main.television--base-page .options .option .me-icon,main.television--base-page .options .option .me-icon *{color:#007681}main.television--base-page .options .option>div{font-size:1.35rem;color:#007681}@media screen and (max-width:768px){main.television--base-page .options{flex-direction:column}main.television--base-page .options .option{flex-direction:row;width:auto;justify-content:flex-start;padding:1.5rem}main.television--base-page .options .option .me-icon{width:2.3rem;height:2.3rem}main.television--base-page .options .option>div{font-size:1.15rem;color:#007681;flex:1}}main.television--base-page .actions{margin-top:2rem}main.television--base-page .actions .track{border:1px solid #003d32;background:rgba(0,61,50,.04);border-radius:4px;display:flex;flex-direction:row;align-items:center;justify-content:flex-start;gap:1rem;width:auto;padding:1rem;text-align:center}main.television--base-page .actions .track .me-icon{width:1.8rem;height:1.8rem}main.television--base-page .actions .track .me-icon,main.television--base-page .actions .track .me-icon *{color:#003d32}main.television--base-page .actions .track>div{font-size:1rem;color:#003d32;font-weight:var(--font-weight-bold)}main.television--base-page .your-number .your{font-weight:var(--font-weight-medium);font-size:1.3rem;color:#003d32;margin-bottom:1rem}main.television--base-page .your-number .number{font-weight:var(--font-weight-bold);font-size:2rem;color:#007681;margin-bottom:.75rem;border-radius:4px;border:1px solid #007681;background:rgba(0,118,129,.04);padding:.5rem;box-shadow:0 6px 10px 0 rgba(0,0,0,.07),0 1px 18px 0 rgba(0,0,0,.06),0 3px 5px -1px rgba(0,0,0,.1)}main.television--base-page .adapter{min-height:40vh;width:800px;max-width:90%}main.television--windows-page .head{display:flex;flex-direction:row;align-items:center;justify-content:space-between;width:100%;position:relative;padding:1rem 2rem;margin:-1rem -2rem;background:#fffae9;border-radius:15px;margin-bottom:1rem}main.television--windows-page .head .logo{object-fit:contain;width:50%;max-width:250px;min-width:100px}main.television--windows-page .head .goto{position:absolute;right:50%;transform:translateX(50%);color:#5ebd84;font-size:2vw;border-right:.5vw solid #5ebd84;border-left:.5vw solid #5ebd84;border-radius:.5vw;padding:0 .5vw;background:rgba(94,189,132,.04)}main.television--windows-page .head .step-title .success-icon>.me-icon{width:3rem;height:3rem;margin-bottom:1rem}main.television--windows-page .head .step-title .error-icon>.me-icon{width:3rem;height:3rem;margin-bottom:1rem}main.television--windows-page .head .step-title .error-icon>.me-icon,main.television--windows-page .head .step-title .error-icon>.me-icon *{color:#ff6767}main.television--windows-page .head .step-title .big{font-weight:var(--font-weight-bold);font-size:2rem;color:#007681;margin-bottom:.75rem}main.television--windows-page .head .step-title .small{font-weight:var(--font-weight-medium);font-size:1.3rem;color:#003d32}main.television--windows-page .container>.content{padding:0 0 55px}main.television--windows-page .windows-grid{flex:1;width:100%;margin:-.5vw}main.television--windows-page .windows-grid:not(.custom){display:flex;flex-direction:row;align-items:stretch;justify-content:center;flex-wrap:wrap}main.television--windows-page .windows-grid:not(.custom) .window{width:25%}main.television--windows-page .windows-grid>.window{z-index:2;padding:.5vw;text-align:center;margin-top:5vh}main.television--windows-page .windows-grid>.window>div{background:#f4f5f7;border:1px solid #9d9c9e;border-radius:4px;width:100%;height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:.5vw;position:relative}main.television--windows-page .windows-grid>.window>div .win-id{display:none;position:absolute;right:0;top:0;width:9vh;height:9vh;line-height:9vh;font-size:6vh;border-radius:4px;background:#5f5e61;color:#fff;font-weight:var(--font-weight-bold);box-shadow:0 6px 10px 0 rgba(0,0,0,.07),0 1px 18px 0 rgba(0,0,0,.06),0 3px 5px -1px rgba(0,0,0,.1)}main.television--windows-page .windows-grid>.window>div .services{flex:1;display:flex;flex-direction:row;align-items:center;justify-content:center;flex-wrap:wrap;gap:.5vw;align-self:stretch}main.television--windows-page .windows-grid>.window>div .services .service{padding:.25vw;font-size:3.5vw;border-radius:4px;width:40%;color:#fff;border-bottom:5px solid #003d32}main.television--windows-page .windows-grid>.window>div .services .empty{font-size:1.25vw;color:#ff6767}main.television--windows-page .windows-grid>.window.one{width:100%}main.television--windows-page .windows-grid>.window.one .win-id{margin-top:10px!important;font-family:Arial,serif!important;width:40%!important;height:unset!important;font-size:10vw!important;font-weight:var(--font-weight-bold)!important;line-height:1.1!important}main.television--windows-page .windows-grid>.window.one .services{margin-bottom:10px!important}main.television--windows-page .windows-grid>.window.one .service{font-family:Arial,serif!important;width:80%!important;font-size:13vw!important;font-weight:var(--font-weight-bold)!important;line-height:1.1!important}main.television--windows-page .windows-grid>.window.active>div{border:2px dashed #007681;background:rgba(0,118,129,.04)}main.television--windows-page .windows-grid>.window.active>div .win-id{background:#007681}main.television--windows-page .windows-grid>.window.active>div .services .service.WAITING{background:#eeb642}main.television--windows-page .windows-grid>.window.active>div .services .service.ON_WINDOW{background:#5ebd84}main.television--windows-page .windows-grid>.window.active>div .services .service.IN_PROCESS{background:#007681}main.television--windows-page .windows-grid>.window.active>div .services .service.PENDING_REACH{background:#5f5e61}main.television--windows-page .windows-grid>.window.active>div .services .service.PENDING_ACTION{background:#5f5e61}main.television--windows-page .windows-grid>.window.active>div .services .service.DONE{background:#003d32}main.television--windows-page .windows-grid>.window.active>div .services .service.CANCELED{background:#ff6767}main.television--windows-page .windows-grid.custom{display:grid;grid-gap:.25rem;position:relative;transform:translateY(1rem);grid-auto-rows:1fr;grid-auto-columns:1fr}main.television--windows-page .windows-grid.custom .window{padding:0;scale:.7}main.television--windows-page .windows-grid>.go-ready{display:flex;flex-direction:column;align-items:stretch;justify-content:center;gap:2rem}main.television--windows-page .windows-grid-labels{z-index:1;flex:1;width:100%;display:grid;position:absolute;right:0;left:0;top:0;bottom:0;grid-gap:.5rem;grid-template-columns:repeat(4,1fr);grid-auto-rows:minmax(100px,auto);transform:translateY(-1rem)}main.television--windows-page .windows-grid-labels>.sec{border:1px solid #dfdfdf;border-radius:4px;background:#fafafa}main.television--windows-page .windows-grid-labels>.sec .label{padding-top:3px;font-size:1.15rem;font-weight:var(--font-weight-medium);color:#003d32}#supervisor--home-page{background:url(/images/splash.jpg?v=2.0) no-repeat center;background-size:cover}#supervisor--home-page>.overlay{width:100%;height:100%;background:rgba(0,0,0,.45);display:flex;flex-direction:column;justify-content:center;align-items:center;position:relative}#supervisor--home-page>.overlay .lang-wrapper{position:relative;margin-top:6rem}#supervisor--home-page>.overlay .lang-wrapper .float{display:flex;flex-direction:column;justify-content:center;align-items:stretch;gap:2rem}#supervisor--home-page>.overlay .lang-wrapper .float .lang{display:flex;flex-direction:row;justify-content:center;align-items:center;gap:1rem}#supervisor--home-page>.overlay .lang-wrapper .float .lang>*{width:120px}#supervisor--home-page>.overlay .lang-wrapper .float .actions{display:flex;flex-direction:row;justify-content:stretch;align-items:center;gap:1rem}#supervisor--home-page>.overlay .lang-wrapper .float .actions>*{flex:1}#supervisor--home-page>.overlay>.dev-by{display:flex;flex-direction:row;justify-content:center;align-items:center;gap:.5rem;color:#fff;position:fixed;bottom:2rem;width:1600px;max-width:90%;margin:auto}#supervisor--home-page>.overlay>.dev-by .microband{color:#096fb1;font-weight:var(--font-weight-bold);font-size:1rem}#supervisor--home-page>.overlay>.dev-by img{width:60px;height:26px;object-fit:contain}#error-page{display:flex;flex-direction:column;justify-content:center;align-items:center}#error-page .error-description{font-size:3rem;color:#5f5e61}#error-page .home-btn{margin-top:2rem}