@import url(https://cdn.jsdelivr.net/npm/bootstrap-icons@1.3.0/font/bootstrap-icons.css);body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}section{animation:fade-in 1.2s cubic-bezier(.39,.575,.565,1) both}@keyframes fade-in{0%{opacity:0}to{opacity:1}}.Toastify__toast-container{box-sizing:border-box;color:#fff;padding:4px;position:fixed;-webkit-transform:translateZ(9999px);width:320px;z-index:9999}.Toastify__toast-container--top-left{left:1em;top:1em}.Toastify__toast-container--top-center{left:50%;top:1em;transform:translateX(-50%)}.Toastify__toast-container--top-right{right:1em;top:1em}.Toastify__toast-container--bottom-left{bottom:1em;left:1em}.Toastify__toast-container--bottom-center{bottom:1em;left:50%;transform:translateX(-50%)}.Toastify__toast-container--bottom-right{bottom:1em;right:1em}@media only screen and (max-width:480px){.Toastify__toast-container{left:0;margin:0;padding:0;width:100vw}.Toastify__toast-container--top-center,.Toastify__toast-container--top-left,.Toastify__toast-container--top-right{top:0;transform:translateX(0)}.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-right{bottom:0;transform:translateX(0)}.Toastify__toast-container--rtl{left:auto;right:0}}.Toastify__toast{border-radius:4px;box-shadow:0 1px 10px 0 #0000001a,0 2px 15px 0 #0000000d;box-sizing:border-box;cursor:pointer;direction:ltr;display:flex;font-family:sans-serif;justify-content:space-between;margin-bottom:1rem;max-height:800px;min-height:64px;overflow:hidden;padding:8px;position:relative}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--dark{background:#121212;color:#fff}.Toastify__toast--default{background:#fff;color:#aaa}.Toastify__toast--info{background:#3498db}.Toastify__toast--success{background:#07bc0c}.Toastify__toast--warning{background:#f1c40f}.Toastify__toast--error{background:#e74c3c}.Toastify__toast-body{flex:1 1 auto;margin:auto 0;padding:6px}.Toastify--animate{animation-duration:.7s;animation-fill-mode:both}@media only screen and (max-width:480px){.Toastify__toast{border-radius:0;margin-bottom:0}}.Toastify__close-button{align-self:flex-start;background:#0000;border:none;color:#fff;cursor:pointer;opacity:.7;outline:none;padding:0;transition:.3s ease}.Toastify__close-button--default{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{background-color:#ffffffb3;bottom:0;height:5px;left:0;opacity:.7;position:absolute;transform-origin:left;width:100%;z-index:9999}.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__progress-bar--default{background:linear-gradient(90deg,#4cd964,#5ac8fa,#007aff,#34aadc,#5856d6,#ff2d55)}.Toastify__progress-bar--dark{background:#bb86fc}@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}.button-whatsapp{background-color:#128c7e;border:1px solid;border-radius:50px;color:#fff;transition-duration:.4s}.button-whatsapp:hover{background-color:#075e54;color:#fff}.logoBrancoPE{align-items:center;height:150px;justify-content:center;width:200px}.logoColorido{height:250px;width:300px}.fixedCustom{margin-top:160px}@media screen and (min-width:576px){.logoColorido{align-items:center;height:400px;justify-content:center;width:450px}}@media screen and (min-width:768px){.logoColorido{align-items:center;height:400px;justify-content:center;width:450px}.fixedCustom{margin-top:110px}}@media screen and (min-width:992px){.logoColorido{align-items:center;height:450px;justify-content:center;width:500px}.fixedCustom{margin-top:80px}}@media screen and (min-width:1200px){.logoColorido{height:500px;width:550px}.fixedCustom{margin-top:110px}}@media screen and (min-width:1440px){.logoColorido{height:500px;width:550px}}@media screen and (min-width:2560px){.fixedCustom{margin-top:190px}}.button-secundary-appito{background-color:#fff;border-radius:40px;color:#000;transition-duration:.4s}.button-secundary-appito:hover{background-color:#c4f54b;color:#000}.button-error-primary-appito{background-color:#fff;border-radius:40px;color:#ba1a1a;transition-duration:.4s}.button-error-primary-appito:hover{background-color:#ba1a1a;border:2px solid #c4f54b;color:#fff}.button-error-secundary-appito{background-color:#ba1a1a;border-radius:40px;color:#fff;transition-duration:.4s}.button-default-appito{background-color:#fff;border-radius:40px;color:#000;transition-duration:.4s}.list{border-radius:40px;transition-duration:.2s}.list,.list:hover{background-color:#e2e2e2}.list-simple{background-color:#fff;transition-duration:.2s}.list-simple:hover{background-color:#f5f5f5}.button-secondary-appito{background-color:#dadada;border-radius:40px;color:#000}.button-secondary-appito:hover{background-color:#797878;border-radius:40px;color:#fff}.button-primary-appito{background-color:#c4f54b;border-radius:40px;color:#000}.button-primary-appito:hover{background-color:#79aa00;color:#000}.button-blocked-appito{background-color:#1f1f1f1f;border-radius:40px;color:#1b1b1b}.input-appito{border:2px solid #777}.input-appito:hover{border:2px solid #79aa00}.input-appito-error{border:2px solid red}.input-appito-error:hover{border:2px solid #79aa00}.text-error-appito{color:red}.text-title-Appito{align-items:center;color:#000;display:flex;font-size:24px}.text-subTitle-Appito{align-items:center;color:#c6c6c6;display:flex;font-size:20px}.h4-PE-roxo,h1,h2,h3,h5{color:#777}.h4-PE-rosa{color:#4f98bc}.h4-PE-branco{color:#fff}.toast-success-PE{background-color:#4f98bc}.openAuxiliarMenu{width:300px!important}.closedAuxiliarMenu{width:0!important}.sidenav{background-color:#0a169a;left:10%}@media screen and (max-height:450px){.sidenav{padding-top:15px}.title{font-size:10px}.fixedCustom{margin-top:10px}}.divisor-green-1{border-bottom:2px solid #c4f54b}.divisor-white{border-bottom:1px solid #fff}.divisor-pink{border-bottom:1px solid #4f98bc}.SCH-input-appito{background-color:#ededed;border-radius:24px;height:40px}.SCH-divisor-littler-black{border-bottom:1px solid #000;width:350px}.SCH-divisor-grey{border-bottom:1px solid #b1b1b1;width:1040px}.SCH-divisor-green{border-bottom:2px solid #c2c8b4;width:990px}.SCH-divisor-green-modal{border-bottom:2px solid #c2c8b4;width:810px}.SCH-divisor-loader{animation:p6 3s infinite;background:linear-gradient(#79aa00 0 0),linear-gradient(#79aa00 0 0),#c2c8b4;background-repeat:no-repeat;background-size:60% 100%;height:2px;width:990px}.statusGreen{background-color:#d7e6b3;border-radius:6px;color:#79aa00}.statusOrange{background-color:#fde9ca;border-radius:6px;color:#e29855}.statusRed{background-color:#f5f5f5;border:0;border-radius:20px;color:#dd7272;height:21px}.statusBlock{border:1px solid #777;border-radius:6px;color:#777}.statusGrey{background-color:#ededed;border:0;border-radius:20px;color:#9b9b9b;height:21px}.componentBadge{align-items:center;display:flex;flex-direction:row;font-size:14px;gap:6px;justify-content:center;margin-left:0;max-height:36px;padding:6px 8px;white-space:nowrap}.SCH-pointer-badge{cursor:pointer}.SCH-title-modal{color:#1b1b1b;font-family:Roboto;font-size:22px;font-style:normal;font-weight:400;left:30px;line-height:28px;position:absolute;right:30px;top:14px}.SCH-text12{color:#828282;font-size:12px}.SCH-text14{color:#474747;font-size:14px}.SCH-list{background-color:#f4f4f4;border:0;border-radius:10px}.SCH-divisor-modal-document{margin-top:12px}.SCH-center-modal-document{margin-top:50px;padding-left:40px;padding-right:40px}.SCH-button-download-document{padding-left:56px}.coupon-disponivel{color:#79aa00}.coupon-cancelado,.coupon-disponivel{background-color:#f5f5f5;border:0;border-radius:20px;height:21px}.coupon-cancelado{color:#dd7272}.coupon-expirado{background-color:#ededed;color:#9b9b9b}.coupon-agendado,.coupon-expirado{border:0;border-radius:20px;height:21px}.coupon-agendado{background-color:#f5f5f5;color:#287cca}.BCS-status-PE{background-color:#dd7272;color:#fff}.BCS-status-PE,.BCS-status-PF{border:0;border-radius:20px;height:21px}.BCS-status-PF{background-color:#ffddd2;color:#e29855}.BCS-status-PM{background-color:#fde9ca;border:0;border-radius:20px;color:#dd7272;height:21px}.BCS-status-MS,.BCS-status-SE{background-color:#f5f5f5;border:0;border-radius:20px;color:#79aa00;height:21px}.BCS-status-VE{background-color:#dd7272;color:#fff}.BCS-status-PA,.BCS-status-VE{border:0;border-radius:20px;height:21px}.BCS-status-PA{background-color:#f5f5f5;color:#79aa00}.BCS-select{background-color:#e2e2e2;border-radius:20px;font-size:14px;font-weight:400;height:28px;letter-spacing:0;line-height:17px;text-align:left}.BCS-divisor-grey{border-bottom:1px solid #b1b1b1;width:1040px}.BCS-divisor-loader{animation:p6 3s infinite;background:linear-gradient(#173016 0 0),linear-gradient(#173016 0 0),#f1f3ee;background-repeat:no-repeat;background-size:60% 100%;height:3px}.text-lato-16{font-family:Lato;font-size:16px}.text-lato-14{font-family:Lato;font-size:14px}.text-lato-12{font-family:Lato;font-size:12px}.text-roboto-16{font-family:Roboto;font-size:16px}.text-roboto-14{font-family:Roboto;font-size:14px}.text-roboto-12{font-family:Roboto;font-size:12px}.divisor-loader{animation:p6 3s infinite;background:linear-gradient(#55a700 0 0),linear-gradient(#55a700 0 0),#c4f54b;background-repeat:no-repeat;background-size:60% 100%;height:2px}@keyframes p6{to{background-position:250% 0,250% 0}66%{background-position:250% 0,-150% 0}0%{background-position:-150% 0,-150% 0}}@media screen and (max-width:576px){.text-title-Appito{font-size:20px}.text-subTitle-Appito{color:#777;font-size:14px}.button-primary-appito,.button-secundary-appito{font-size:14px}.input-appito{font-size:12px}.logoBrancoPE{align-items:center;height:90px;justify-content:center;width:130px}.fixedCustom{margin-top:70px}}@media screen and (max-width:300px){.text-title-Appito{font-size:15px}.button-primary-appito,.button-secundary-appito,.input-appito{font-size:10px}}.cardPlan{border:2px solid #0000;border-image:linear-gradient(45deg,#79aa00,#fff,#c4f54b);border-image-slice:1;border-radius:25px}.cardPlan:hover{background-color:#f5f5f5;border:2px solid #0000;border-image:linear-gradient(45deg,#79aa00,#000,#c4f54b);border-image-slice:1;border-radius:25px;transition:.3s}.loader,.loader:after,.loader:before{animation-fill-mode:both;animation:load7 1.8s ease-in-out infinite;border-radius:50%;height:2.5em;width:2.5em}.loader{animation-delay:-.16s;color:#000;font-size:3px;margin:2px auto 10px;position:relative;text-indent:-9999em;transform:translateZ(0)}.loader:after,.loader:before{content:"";position:absolute;top:0}.loader:before{animation-delay:-.32s;left:-3.5em}.loader:after{left:3.5em}@keyframes load7{0%,80%,to{box-shadow:0 2.5em 0 -1.3em}40%{box-shadow:0 2.5em 0 0}}.tracking-in-expand-fwd{animation:tracking-in-expand-fwd .8s cubic-bezier(.215,.61,.355,1) both}@keyframes tracking-in-expand-fwd{0%{letter-spacing:-.5em;opacity:0;transform:translateZ(-700px)}40%{opacity:.6}to{opacity:1;transform:translateZ(0)}}.tracking-in-expand{animation:tracking-in-expand .7s cubic-bezier(.215,.61,.355,1) both}@keyframes tracking-in-expand{0%{letter-spacing:-.5em;opacity:0}40%{opacity:.6}to{opacity:1}}.tracking-in-expand-fwd-top{animation:tracking-in-expand-fwd-top .8s cubic-bezier(.215,.61,.355,1) both}@keyframes tracking-in-expand-fwd-top{0%{letter-spacing:-.5em;opacity:0;transform:translateZ(-700px) translateY(-500px)}40%{opacity:.6}to{opacity:1;transform:translateZ(0) translateY(0)}}.tracking-in-contract{animation:tracking-in-contract .8s cubic-bezier(.215,.61,.355,1) both}@keyframes tracking-in-contract{0%{letter-spacing:1em;opacity:0}40%{opacity:.6}to{letter-spacing:normal;opacity:1}}.tracking-in-contract-bck-top{animation:tracking-in-contract-bck-top 1s cubic-bezier(.215,.61,.355,1) both}@keyframes tracking-in-contract-bck-top{0%{letter-spacing:1em;opacity:0;transform:translateZ(400px) translateY(-300px)}40%{opacity:.6}to{opacity:1;transform:translateZ(0) translateY(0)}}.shake-horizontal{animation:shake-horizontal .8s cubic-bezier(.455,.03,.515,.955) both}@keyframes shake-horizontal{0%,to{transform:translateX(0)}10%,30%,50%,70%{transform:translateX(-10px)}20%,40%,60%{transform:translateX(10px)}80%{transform:translateX(8px)}90%{transform:translateX(-8px)}}.scale-in-center{animation:scale-in-center .5s cubic-bezier(.25,.46,.45,.94) both}@keyframes scale-in-center{0%{opacity:1;transform:scale(0)}to{opacity:1;transform:scale(1)}}.title{color:#4f98bc;font-size:20px}.divisor{border-bottom:1px solid #777}.openPrincipalMenu{width:300px!important}.closedPrincipalMenu{width:0!important}body{font-family:Lato,sans-serif}.sidenav{background-color:#000;height:100%;left:0;overflow-x:hidden;padding-top:60px;position:fixed;top:0;transition:.5s;width:0;z-index:1}.sidenav p{color:#777;cursor:pointer;display:block;font-size:20px;padding:4px 4px 4px 20px;text-decoration:none;transition:.3s}.sidenav .closebtn{font-size:36px;margin-left:50px;position:absolute;right:25px;top:0}@media screen and (max-height:450px){.sidenav{padding-top:15px}.sidenav p{font-size:18px}.title{font-size:10px}}@media screen and (max-width:450px){.title{font-size:15px}}.logoColorido{align-items:center;height:400px;justify-content:center;width:450px;width:100%}@media screen and (min-width:576px){.logoColorido{align-items:center;height:400px;justify-content:center;width:450px;width:100%}}@media screen and (min-width:768px){.logoColorido{align-items:center;height:400px;justify-content:center;width:450px;width:100%}}@media screen and (min-width:992px){.logoColorido{align-items:center;height:400px;justify-content:center;width:450px;width:100%}}@media screen and (min-width:1200px){.logoColorido{height:400px;width:450px;width:100%}}@media screen and (min-width:1440px){.logoColorido{height:400px;width:450px;width:100%}}.check{align-items:center;display:flex;flex-wrap:wrap;height:42px;justify-content:center;text-align:center;width:100%}.B2B-flag{height:24px;padding-right:10px;width:36%}.arena-list{margin-top:10px;width:96px}.items-check{align-items:center;display:flex;flex-wrap:wrap;height:42px;justify-content:space-around;text-align:center;width:100%}.custom-item{align-items:center!important;cursor:pointer;height:50px;padding-top:4px}.custom-item:hover{background-color:#f7f7f7}.custom-item p{margin-bottom:0}.items-divisor{border-bottom:1px solid #e1e1e1}.item-active{color:#79aa00}.item-active,.item-inactive{background-color:#f5f5f5;border-radius:20px;font-size:14px;padding:2px 8px}.item-inactive{color:#dd7272}.items-text-truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.sub-info-item{color:#494c45;font-size:12px}.status-list{width:100px}.sport-list{width:162px}.month-list,.sport-list{margin-top:10px;padding-left:4px}.month-list{width:150px}.contract-list{margin-top:10px;padding-left:4px;width:136px}.pagination-number-choice{background-color:#173016!important;color:#fff!important}.pagination-number-choice:hover{color:#fff!important}.page-link:hover{color:inherit}.header-list-items{width:100%}.coupon-component{align-items:center;cursor:pointer;display:flex;flex-wrap:wrap;height:42px;justify-content:center;padding-top:4px;text-align:center;width:100%}.check-width{width:4%}.B2B-text{margin-left:6px;margin-top:2px;width:40px}.badges-billing-column{height:20px;width:12%}.badges-actual-billing-column{height:20px;width:18%}.default-column{height:24px;width:14%}.coupon-info{color:#494c45;display:flex;font-size:12px;justify-content:start;margin-top:0;padding-top:0}.coupon-divisor-grey{border-bottom:1px solid #e2e2e2;padding-top:4px}.coupon-code-with-info{height:40px;margin-bottom:0;padding-bottom:0;padding-right:10px;width:20%}.coupon-spaceType-with-info{height:40px;width:24%}custom-control-input,custom-control-input:checked{background-color:#000}.show-header{color:#e2e2e2;font-size:16px;letter-spacing:0;text-align:left;width:100%}.filter-coupon-arena-list{width:166px}.category-list,.filter-coupon-arena-list{margin-left:8px;margin-top:10px;padding:0}.category-list{width:176px}.spaces-list{width:166px}.spaces-list,.status-list{margin-left:8px;margin-top:10px;padding:0}.status-list{width:148px}.type-list{margin-left:8px;margin-top:10px;padding:0;width:140px}.header-list{width:100%}.header-checked,.header-list{display:flex;justify-content:center}.header-checked{width:4%}.name-column{width:36%}.default-column-12,.name-column{display:flex;justify-content:flex-start;padding-left:0}.default-column-12{width:12%}.default-column-14{width:14%}.default-column-14,.default-column-18{display:flex;justify-content:flex-start;padding-left:0}.default-column-18{width:18%}.coupon{background-color:red}.search-coupon{border:1px;border-radius:100px!important;display:flex;height:28px;margin-left:8px;margin-top:10px;padding:0;width:auto}.input-coupon{border-radius:4px 0 0 4px;height:28px;width:176px}.icon-coupon{align-items:center;background-color:#000;border-radius:0 4px 4px 0;cursor:pointer;display:flex;font-size:14px;justify-content:center;width:40px}.coupon-info-title{color:#000;font-size:16px}.coupon-info-subtitle,.coupon-info-title{font-family:Roboto;font-weight:400;letter-spacing:.5px;line-height:24px;text-align:center}.coupon-info-subtitle{color:#494c45;font-size:14px}.divisor-coupon{border-bottom:1px solid #e2e2e2}.coupon-code{height:20px;margin-bottom:0;padding-bottom:0;padding-right:10px;width:20%}.coupon-bookingType,.coupon-userType,.coupon-value{height:24px;width:14%}.coupon-spaceType{height:24px;width:24%}.coupon-status{height:24px;width:10%}.coupon-divisor-green-modal{border-bottom:2px solid #c2c8b4;padding-top:12px;width:700px}.coupon-divisor-green-cancel-modal{border-bottom:2px solid #c2c8b4;padding-top:12px;width:440px}.coupon-modal-line-1{width:50%}.coupon-modal-line-2{margin-top:20px;width:50%}.coupon-modal-button{align-items:center;display:flex;justify-content:flex-end;padding:0;width:100%}.styleAddInfo{background-color:#fcfcfc;border:0;border-radius:16px;box-shadow:0 4px 8px 3px #00000026,0 1px 3px #0000004d;left:50%;min-height:524px;padding:16px;position:absolute;top:50%;transform:translate(-50%,-50%);width:768px}.modal-cancel-desc{color:#494c45;margin-top:35px}.modal-header-text{color:#1e201a}.pagination-info{align-items:center;display:flex;justify-content:start;width:20%}.pagination{justify-content:end;padding-right:0;padding-top:8px;width:80%}.pagination,.pagination-organize{display:flex}.pagination-number-choice{background-color:#7b7e75;color:#fff;cursor:pointer}.pagination-number{background-color:#fff;color:#000;cursor:pointer}.button-pagination{background-color:#fff;border:1px solid #000;color:#000;font-size:22px}.button-pagination:hover{background-color:#7b7e75;border:1px solid #000;color:#fff;font-size:22px}.coupon-divisor-loader{animation:p6 3s infinite;background:linear-gradient(#173016 0 0),linear-gradient(#173016 0 0),#f1f3ee;background-repeat:no-repeat;background-size:60% 100%;height:3px}.coupon-date{margin:0;padding:0;width:50%}.coupon-line{display:flex;justify-content:center;margin:0;padding:0}.coupon-check{justify-content:space-around}.coupon-check,.coupon-user{display:flex;margin-top:12px}.coupon-user{justify-content:center}.coupon-radio-booking-type{padding-right:28px}.coupon-radio-booking-type,.coupon-radio-booking-type-choice,.coupon-radio-discount{display:flex;justify-content:center;margin-top:12px}.coupon-radio-discount{padding-right:42px}.coupon-radio-limits{display:flex;justify-content:center;margin-top:12px;padding-right:18px}.coupon-weekdays{padding-left:20px;padding-right:50px}.coupon-desc{padding-left:20px;padding-right:40px}.coupon-day{display:flex;justify-content:start}.title-description,.title-description-disabled{display:flex;font-family:Roboto;font-size:16px}.title-description-disabled{color:#494c45}.coupon-message-wrong{color:red;display:flex;margin-top:12px}.coupon-footer{display:flex;justify-content:center}.coupon-arena-list{margin-right:60px}.coupon-arena-list,.space-list{display:flex;justify-content:start;margin-top:12px}.space-list{margin-right:28px}.check-all{color:#000;cursor:pointer;padding-left:12px;text-decoration:underline}.user-radio{display:flex;justify-content:start;padding-right:80px}.choice-phone{width:45%}.choice-nickname{width:50%}.mini-divisor-coupon-green{border-bottom:3px solid #d7e6b3;width:360px}.mini-divisor-position{display:flex;justify-content:center}@media (max-width:1440px){.coupon-weekdays{padding-left:10px;padding-right:40px}.user-radio{display:flex;justify-content:start;padding-right:12px}}@media (max-width:1024px){.coupon-weekdays{padding-left:10px;padding-right:40px}.user-radio{display:flex;justify-content:start;padding-right:20px}}@media (max-width:768px){.coupon-weekdays{padding-left:10px;padding-right:50px}.user-radio{display:flex;justify-content:start;padding-right:38px}}table{border-collapse:collapse;margin-bottom:20px;width:100%}td,th{border:1px solid #ddd;padding:8px;text-align:left}th{background-color:#f4f4f4}tr:hover{background-color:#f1f1f1}button{background-color:#007bff;border:none;border-radius:3px;color:#fff;cursor:pointer;padding:5px 10px}button:hover{background-color:#0056b3}
/*# sourceMappingURL=main.fc4d0d40.css.map*/