@keyframes spin{to{transform:rotate(359deg)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes fadeInAndHide{0%{opacity:0;transform:translateY(-10px)}25%{opacity:1;transform:translateY(0)}75%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(5px)}}@keyframes spinFadeIn{0%{opacity:0;transform:rotate(120deg) translateX(-20px)}to{opacity:1;transform:rotate(0) translateX(0)}}@keyframes fadeOut{0%{opacity:1}to{opacity:0}}@keyframes hideHightlights{0%{background:#50d9b3;color:#fff}30%{background:#50d9b3;color:#fff}to{background-color:initial;color:#3a3f49}}@keyframes hideHightlightsBlue{0%{background:#50d9b3;color:#fff}30%{background:#50d9b3;color:#fff}to{background-color:initial;color:#5090ea}}.fade-in{animation-name:fadeIn;animation-duration:.5s}.show-and-hide{animation-name:fadeInAndHide;animation-duration:2.5s}.spinFadeIn{animation-name:spinFadeIn;animation-duration:.5s}.unhightlight{animation-name:hideHightlights;animation-duration:1.5s}.unhightlight-blue{animation-name:hideHightlightsBlue;animation-duration:1.5s}#app,.full-height,body,html{height:100%}*,:after,:before{box-sizing:border-box;margin:0}:focus{outline:none!important}body{background:#fff;-webkit-font-smoothing:antialiased;font-smoothing:antialiased;text-rendering:optimizeLegibility;color:#3a3f49;font-size:14px;overflow:hidden}a{text-decoration:none;color:#5090ea}img{max-width:100%;max-height:100%}.text-left{text-align:left}.text-center{text-align:center}.text-right{text-align:right}.base-font-color{color:#3a3f49}.white{color:#fff}.white input::-webkit-input-placeholder{color:#fff}.white input::-moz-placeholder{color:#fff}.white input:-ms-input-placeholder{color:#fff}.white input:-moz-placeholder{color:#fff}.hidden{display:none}h1{font-size:2rem;line-height:1.2}h1,h2{font-weight:600}h2{font-size:1.5rem;line-height:1.4}h3{font-size:1.125rem}h3,h4{font-weight:600;line-height:1.2}h4{font-size:1rem}h5{font-size:.875rem}h5,h6{font-weight:600;line-height:1.2}h6{font-size:.8125rem}.select-box.gray{background-color:#f0f2f6}.select-box:hover{background:rgba(80,217,179,.2);color:#3a3f49}.select-box.selected{background:#50d9b3;color:#fff}.select-item{position:relative}.select-item.gray{background-color:#f0f2f6}.select-item:hover{background:rgba(80,217,179,.2)}.select-item.selected{background:#50d9b3;color:#fff}.select-item.selected .ic-check{display:inline-block}.select-item.selected:hover .ic-check{display:none}.select-item.selected:hover .ic-close{display:inline-block}.select-item .icon-wrapper{position:absolute;right:0;top:0;height:100%;padding:.5rem}.select-item .ic{display:none;font-size:1.125rem}.select-item.disabled{background-color:#e0e4e8;pointer-events:none}.dropdown button{top:0!important;right:0!important;padding:0!important;height:2.125rem!important;width:2.125rem!important;font-size:.625rem!important;font-family:"upicons"!important;line-height:1}.dropdown button svg{display:none!important}.dropdown button:after{content:"";display:block;padding:.3125rem}.icon-dropdown{height:2.125rem;width:2.125rem;font-size:.625rem;text-align:center;font-family:"upicons";speak:none;font-style:normal;font-weight:400;font-feature-settings:normal;font-variant:normal;text-transform:none;line-height:1}.icon-dropdown:after{content:"";display:inline-block;line-height:2.125rem}.show-underline{text-decoration:none}.show-underline:hover{text-decoration:underline}.full-width{width:100%}.half-width{width:50%}.preview-image{position:relative;background-position:50%;background-size:cover;background-repeat:no-repeat;min-width:6.25rem;height:8.4375rem}.preview-image img{max-width:100%;max-height:100%}.scroll-content{overflow:auto;overflow-x:hidden}.scroll-content::-webkit-scrollbar{width:.4375rem;background:#e0e4e8;border-radius:.3125rem;box-shadow:none}.scroll-content::-webkit-scrollbar-thumb{border-radius:.3125rem;background:#c3c9d2}.scroll-content.thin-scroll::-webkit-scrollbar{width:.25rem}.flex-container{display:flex}.relative{position:relative}.inline-block{display:inline-block}.primary{color:#5090ea}.cyan{color:#00b7e3}.success{color:#50d9b3}.danger{color:#d94452}.black{color:#000}.color-warning{color:#fccd65}.color-gray{color:#58616c}.color-gray-light{color:#c3c9d2}.bg-grey{background-color:#58616c}.bg-lightgrey{background-color:#f0f2f6}.bg-cyan{background:#00b7e3;color:#fff}.bg-primary{background:#5090ea;color:#fff}.bg-success{background:#50d9b3;color:#fff}.bg-chirok{background:#18a5b0}.bg-success-light{background:rgba(80,217,179,.2);color:#3a3f49}.bg-warning{background:#fccd65;color:#58616c}.bg-white{background:#fff}.bg-danger{background:#d94452;color:#fff}.bg-danger-light{background:rgba(235,84,99,.2);color:#3a3f49}.bg-dark{background-color:#3a3f49}.bg-black{background-color:#000}.bg-table-head{background-color:#f2f4f7}.clearfix:after{visibility:hidden;display:block;font-size:0;content:" ";clear:both;height:0}.block{display:block}.pointer{cursor:pointer}.ellipsis{overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.rounded{border-radius:100px}.base-radius{border-radius:4px}.transition{transition:all .25s cubic-bezier(.77,0,.175,1) 0s}.uppercase{text-transform:uppercase}.bordered{border:1px solid #c3c9d2}.light-bordered{border:1px solid #e0e4e8}.no-border,.no-border input{border:none!important;box-shadow:none!important}.bb-light{border-bottom:1px solid #e0e4e8}.bt-light{border-top:1px solid #e0e4e8}.bl-light{border-left:1px solid #e0e4e8}.br-light{border-right:1px solid #e0e4e8}.bt{border-top:1px solid #c3c9d2}.bb{border-bottom:1px solid #c3c9d2}.br{border-right:1px solid #c3c9d2}.bl{border-left:1px solid #c3c9d2}.thin{font-weight:300}.normal{font-weight:400}.strong{font-weight:700}.capitalize{text-transform:capitalize}.underline{text-decoration:underline}.underline:hover{text-decoration:none}.noselect{-webkit-touch-callout:none;-webkit-user-select:none;user-select:none}.disabled-block{opacity:.55;pointer-events:none!important}@media only screen and (max-width:1200px){body,html{font-size:85%}}.sort-icon{position:relative;display:inline-block;line-height:1rem;height:1rem;width:1rem}.sort-icon:after,.sort-icon:before{border:.25rem solid transparent;content:"";display:block;height:0;right:.3125rem;top:50%;position:absolute;width:0}.sort-icon.asc:before{border-bottom-color:#949494}.sort-icon.desc:after{border-top-color:#949494}.sort-icon:before{border-bottom-color:#000;margin-top:-.5625rem}.sort-icon:after{border-top-color:#000;margin-top:.0625rem}.form-label{display:block;padding:.5rem 0;font-size:.875rem}@media only screen and (max-width:63rem){.form-wrap{padding:1.25rem;background-color:#fff}}.box-shadow__none *,:after,:before{box-shadow:none}.m-0{margin:0}.m-2{margin:.125rem}.m-5{margin:.3125rem}.m-10{margin:.625rem}.m-15{margin:.9375rem}.m-20{margin:1.25rem}.m-25{margin:1.5625rem}.m-30{margin:1.875rem}.m-35{margin:2.1875rem}.m-40{margin:2.5rem}.m-45{margin:2.8125rem}.m-50{margin:3.125rem}.m-55{margin:3.4375rem}.m-60{margin:3.75rem}.ml-0{margin-left:0}.ml-2{margin-left:.125rem}.ml-5{margin-left:.3125rem}.ml-10{margin-left:.625rem}.ml-15{margin-left:.9375rem}.ml-20{margin-left:1.25rem}.ml-25{margin-left:1.5625rem}.ml-30{margin-left:1.875rem}.ml-35{margin-left:2.1875rem}.ml-40{margin-left:2.5rem}.ml-45{margin-left:2.8125rem}.ml-50{margin-left:3.125rem}.ml-55{margin-left:3.4375rem}.ml-60{margin-left:3.75rem}.mb-0{margin-bottom:0}.mb-2{margin-bottom:.125rem}.mb-5{margin-bottom:.3125rem}.mb-10{margin-bottom:.625rem}.mb-15{margin-bottom:.9375rem}.mb-20{margin-bottom:1.25rem}.mb-25{margin-bottom:1.5625rem}.mb-30{margin-bottom:1.875rem}.mb-35{margin-bottom:2.1875rem}.mb-40{margin-bottom:2.5rem}.mb-45{margin-bottom:2.8125rem}.mb-50{margin-bottom:3.125rem}.mb-55{margin-bottom:3.4375rem}.mb-60{margin-bottom:3.75rem}.mr-0{margin-right:0}.mr-2{margin-right:.125rem}.mr-5{margin-right:.3125rem}.mr-10{margin-right:.625rem}.mr-15{margin-right:.9375rem}.mr-20{margin-right:1.25rem}.mr-25{margin-right:1.5625rem}.mr-30{margin-right:1.875rem}.mr-35{margin-right:2.1875rem}.mr-40{margin-right:2.5rem}.mr-45{margin-right:2.8125rem}.mr-50{margin-right:3.125rem}.mr-55{margin-right:3.4375rem}.mr-60{margin-right:3.75rem}.mt-0{margin-top:0}.mt-2{margin-top:.125rem}.mt-5{margin-top:.3125rem}.mt-10{margin-top:.625rem}.mt-15{margin-top:.9375rem}.mt-20{margin-top:1.25rem}.mt-25{margin-top:1.5625rem}.mt-30{margin-top:1.875rem}.mt-35{margin-top:2.1875rem}.mt-40{margin-top:2.5rem}.mt-45{margin-top:2.8125rem}.mt-50{margin-top:3.125rem}.mt-55{margin-top:3.4375rem}.mt-60{margin-top:3.75rem}.p-0{padding:0}.p-2{padding:.125rem}.p-5{padding:.3125rem}.p-10{padding:.625rem}.p-15{padding:.9375rem}.p-20{padding:1.25rem}.p-25{padding:1.5625rem}.p-30{padding:1.875rem}.p-35{padding:2.1875rem}.p-40{padding:2.5rem}.p-45{padding:2.8125rem}.p-50{padding:3.125rem}.p-55{padding:3.4375rem}.p-60{padding:3.75rem}.pl-0{padding-left:0}.pl-2{padding-left:.125rem}.pl-5{padding-left:.3125rem}.pl-10{padding-left:.625rem}.pl-15{padding-left:.9375rem}.pl-20{padding-left:1.25rem}.pl-25{padding-left:1.5625rem}.pl-30{padding-left:1.875rem}.pl-35{padding-left:2.1875rem}.pl-40{padding-left:2.5rem}.pl-45{padding-left:2.8125rem}.pl-50{padding-left:3.125rem}.pl-55{padding-left:3.4375rem}.pl-60{padding-left:3.75rem}.pr-0{padding-right:0}.pr-2{padding-right:.125rem}.pr-5{padding-right:.3125rem}.pr-10{padding-right:.625rem}.pr-15{padding-right:.9375rem}.pr-20{padding-right:1.25rem}.pr-25{padding-right:1.5625rem}.pr-30{padding-right:1.875rem}.pr-35{padding-right:2.1875rem}.pr-40{padding-right:2.5rem}.pr-45{padding-right:2.8125rem}.pr-50{padding-right:3.125rem}.pr-55{padding-right:3.4375rem}.pr-60{padding-right:3.75rem}.pb-0{padding-bottom:0}.pb-2{padding-bottom:.125rem}.pb-5{padding-bottom:.3125rem}.pb-10{padding-bottom:.625rem}.pb-15{padding-bottom:.9375rem}.pb-20{padding-bottom:1.25rem}.pb-25{padding-bottom:1.5625rem}.pb-30{padding-bottom:1.875rem}.pb-35{padding-bottom:2.1875rem}.pb-40{padding-bottom:2.5rem}.pb-45{padding-bottom:2.8125rem}.pb-50{padding-bottom:3.125rem}.pb-55{padding-bottom:3.4375rem}.pb-60{padding-bottom:3.75rem}.pt-0{padding-top:0}.pt-2{padding-top:.125rem}.pt-5{padding-top:.3125rem}.pt-10{padding-top:.625rem}.pt-15{padding-top:.9375rem}.pt-20{padding-top:1.25rem}.pt-25{padding-top:1.5625rem}.pt-30{padding-top:1.875rem}.pt-35{padding-top:2.1875rem}.pt-40{padding-top:2.5rem}.pt-45{padding-top:2.8125rem}.pt-50{padding-top:3.125rem}.pt-55{padding-top:3.4375rem}.pt-60{padding-top:3.75rem}.size-10{font-size:.625rem}.size-11{font-size:.6875rem}.size-12{font-size:.75rem}.size-13{font-size:.8125rem}.size-14{font-size:.875rem}.size-16{font-size:1rem}.size-18{font-size:1.125rem}.size-20{font-size:1.25rem}.size-24{font-size:1.5rem}.size-30{font-size:1.875rem}.size-36{font-size:2.25rem}.size-42{font-size:2.625rem}.height-15{height:.9375rem}.height-20{height:1.25rem}.height-25{height:1.5625rem}.height-30{height:1.875rem}.height-35{height:2.1875rem}.height-40{height:2.5rem}.height-45{height:2.8125rem}.height-50{height:3.125rem}.height-55{height:3.4375rem}.height-100{height:6.25rem}.height-150{height:9.375rem}.height-250{height:15.625rem}.height-300{height:18.75rem}.height-350{height:21.875rem}.height-400{height:25rem}.height-500{height:31.25rem}.height-600{height:37.5rem}.height-640{height:40rem}.height-800{height:50rem}.maxh-15{max-height:.9375rem}.maxh-20{max-height:1.25rem}.maxh-25{max-height:1.5625rem}.maxh-30{max-height:1.875rem}.maxh-35{max-height:2.1875rem}.maxh-40{max-height:2.5rem}.maxh-45{max-height:2.8125rem}.maxh-50{max-height:3.125rem}.maxh-55{max-height:3.4375rem}.maxh-100{max-height:6.25rem}.maxh-150{max-height:9.375rem}.maxh-250{max-height:15.625rem}.maxh-300{max-height:18.75rem}.maxh-350{max-height:21.875rem}.maxh-400{max-height:25rem}.maxh-500{max-height:31.25rem}.maxh-600{max-height:37.5rem}.maxh-640{max-height:40rem}.maxh-800{max-height:50rem}.lh-15{line-height:.9375rem}.lh-20{line-height:1.25rem}.lh-25{line-height:1.5625rem}.lh-30{line-height:1.875rem}.lh-35{line-height:2.1875rem}.lh-40{line-height:2.5rem}.lh-45{line-height:2.8125rem}.lh-50{line-height:3.125rem}.lh-55{line-height:3.4375rem}.lh-100{line-height:6.25rem}.lh-150{line-height:9.375rem}.lh-250{line-height:15.625rem}.lh-300{line-height:18.75rem}.lh-350{line-height:21.875rem}.lh-400{line-height:25rem}.lh-500{line-height:31.25rem}.lh-600{line-height:37.5rem}.lh-640{line-height:40rem}.lh-800{line-height:50rem}.width-15{width:.9375rem}.width-20{width:1.25rem}.width-25{width:1.5625rem}.width-30{width:1.875rem}.width-35{width:2.1875rem}.width-40{width:2.5rem}.width-45{width:2.8125rem}.width-50{width:3.125rem}.width-55{width:3.4375rem}.width-100{width:6.25rem}.width-150{width:9.375rem}.width-250{width:15.625rem}.width-300{width:18.75rem}.width-350{width:21.875rem}.width-400{width:25rem}.width-500{width:31.25rem}.width-600{width:37.5rem}.width-640{width:40rem}.width-800{width:50rem}.container-grid{max-width:1200px}.container-grid.centered{margin:0 auto}.negative-row{display:block;position:relative;margin-right:-4rem;margin-left:-4rem}.flex{-ms-box-orient:horizontal;display:-moz-flex;display:flex;-moz-flex:0 1 auto;flex:0 1 auto;-moz-flex-direction:row;flex-direction:row;flex-wrap:wrap}.collapsed [class*=" col-"],.collapsed [class^=col-]{padding-left:0;padding-right:0}.flex-start{-moz-justify-content:flex-start;justify-content:flex-start;text-align:start}.flex-center{-moz-justify-content:center;justify-content:center;text-align:center}.flex-end{-moz-justify-content:flex-end;justify-content:flex-end;text-align:end}.flex-top{-moz-align-items:flex-start;align-items:flex-start}.flex-middle{-moz-align-items:center;align-items:center}.flex-bottom{-moz-align-items:flex-end;align-items:flex-end}.flex-around{-moz-justify-content:space-around;justify-content:space-around}.flex-between{-moz-justify-content:space-between;justify-content:space-between}.shrink{flex:0 0 auto;max-width:100%}.flex-first{order:-1}.flex-last{order:1}.table{border:.0625rem solid #e0e4e8;border-radius:.25rem;font-size:.875rem}.table--head{background-color:rgba(224,228,232,.4);border-bottom:.0625rem solid #e0e4e8;padding:.625rem 1.25rem;color:#000}.table--head div,.table--head p{line-height:1.25rem;font-weight:600}.table--content{position:relative}.table--row{padding:.625rem 1.25rem}.table--row:not(:last-of-type){border-bottom:.0625rem solid #e0e4e8}.table--row div,.table--row p{line-height:1.25rem}.app-frame{display:flex;flex-direction:row;padding-top:2.75rem;height:100vh}@media only screen and (min-width:48rem){.app-frame{padding-left:3.4375rem}}.app-frame__content{flex:1 1;display:flex;flex-flow:column;position:relative}.app-frame__content__page{padding-right:1rem;padding-left:1rem;display:flex;flex-direction:column;min-height:0;height:100%;overflow:auto;max-width:1200px;margin:0}.navigation-bar--user-settings{background-color:#18a5b0}.product-sidebar--user-settings{background-color:#273144}.dialog-modal{border-radius:5px;overflow:hidden}.dialog-modal>div{background-color:#fff!important}.dialog-modal--icon{position:absolute;right:.625rem;top:.9375rem}.settings-form{max-width:800px;padding:2.5rem}.settings-form__title{font-size:1.5rem;margin-bottom:1.25rem}.settings-form__subtitle{font-size:.875rem;margin-bottom:1.25rem}.settings-form__title+.settings-form__subtitle{margin-top:-.625rem}.settings-form .button{float:right}.landing-form .button{width:100%}.landing-form .button--lg{font-size:.875rem}.form-field__label{font-weight:400}.form-input:focus{border-color:#3d7bd8}.form-input__submit{cursor:pointer;background-color:#5e9cea;color:#fff;padding:.75rem 2rem;min-width:5.25rem;font-size:1.125rem;line-height:1.5rem;margin-top:1rem}.form-input__submit:hover{background-color:#3d7bd8}.full-with{width:100%}.alert__icon{margin-top:0}.update-button{display:flex;max-width:475px;justify-content:flex-end}.update-button button{width:130px;height:35px}.notification-banner{position:absolute;right:0;left:0;height:0;overflow:hidden;transition:height .1s ease-in}.notification-banner .alert{display:flex;align-items:center;transform:translateY(-3rem);transition:transform .1s ease-in}.notification-banner--visible{height:3rem}.notification-banner--visible .alert{transform:translateY(0)}.form-field__content{position:relative}.input-tooltip{position:absolute;background:#f2f4f7;box-shadow:0 2px 3px 0 rgba(0,0,0,.3);border-radius:3px;bottom:calc(100% + 15px);right:-10px;padding:.625rem;width:15rem!important;visibility:hidden;opacity:0;transition:opacity .25s ease-in-out}@media only screen and (min-width:64rem){.input-tooltip{right:-15%}}.input-tooltip--is-visible{visibility:visible;opacity:1}.input-tooltip:after{content:"";position:absolute;width:0;height:0;left:10%;bottom:-10px;box-sizing:border-box;border-color:transparent transparent #f2f4f7 #f2f4f7;border-style:solid;border-width:5px;transform-origin:0 0;transform:rotate(-45deg);box-shadow:-3px 2px 3px 0 rgba(0,0,0,.3)}.password-policy-tooltip__item{font-family:"Open Sans",sans-serif;font-weight:600;font-style:normal;font-size:13px;font-size:.8125rem;line-height:1.2}.password-policy-tooltip__list{padding-left:.3125rem;margin:.4166666667rem 0}.password-policy-tooltip__list-item{font-family:"Open Sans",sans-serif;font-weight:400;font-style:normal;font-size:12px;font-size:.75rem;margin:.2083333333rem 0;display:flex;align-items:center;color:#58616c}.password-policy-tooltip__list-item--valid{color:#2c7f51}.password-policy-tooltip__list-bullet{font-size:16px;font-size:1rem;margin-right:.3125rem}.authFormWrapper{margin:auto;max-width:380px;width:100%;height:100vh;position:relative}.authFormWrapper .settings-form{padding:0}@media only screen and (max-width:1024px){.authFormWrapper{height:auto;padding:5px}}.bgContainer{height:100vh;background-image:url(https://asset-cdn.showtimeanalytics.com/assets/static/media/bg-image.ddd1a352.png);background-size:cover;background-position:50%;background-repeat:no-repeat;padding:25px 6vw}@media only screen and (max-width:63rem){.bg-mobile{background-image:url(https://asset-cdn.showtimeanalytics.com/assets/static/media/bg-image.ddd1a352.png);height:100vh;background-size:cover;background-position:50%;background-repeat:no-repeat}}@media only screen and (max-width:63rem){.hide-mobile{display:none!important}}@media only screen and (min-width:64rem){.logo-mobile{display:none}}@media only screen and (max-width:63rem){.logo-mobile{margin-bottom:2.5rem;text-align:center}}.languageDropdown{font-size:13px;position:absolute;left:0;bottom:30px;padding:15px}.dropDown{position:absolute;bottom:100%;left:0;padding:10px 15px;border:1px solid #c6cad6;border-radius:2px;background-color:#fff}.droDownItem{line-height:20px;min-width:55px;cursor:pointer}@media only screen and (max-width:63rem){.height-500{height:auto!important}}.verification-block{display:flex;align-items:center}.verification-block i{margin-right:1.25rem}.verification-block__text{font-weight:700}.login-form__password--render-icon:after{position:absolute;font-size:26px;line-height:1;color:#58616c;top:50%;margin-top:-13px;right:.625rem}.login-form .form-field--error .text-field:after{visibility:hidden}.single-sign-on{margin-top:2.5rem}.single-sign-on .button+.button{margin-left:0}.single-sign-on__button{display:block;text-align:center;width:100%}.login-auth-status-screen{position:fixed;top:0;left:0;right:0;bottom:0;background:#fff;display:flex;align-items:center;justify-content:center}.login-auth-status-screen>div{display:flex;flex-direction:column;align-items:center;justify-content:center}.login-auth-status-screen__description{margin-top:1.25rem;font-size:16px;font-size:1rem}.logo img{width:100%}.theme--sport .button--primary{background-color:#5d5ded}.theme--sport .checkbox-field__label:after{background:#5d5ded;border:1px solid #5d5ded}.theme--sport a{color:#5d5ded}@media only screen and (max-width:63rem){.theme--sport .bg-mobile{background-image:url(https://asset-cdn.showtimeanalytics.com/assets/static/media/bg-image.d2710d8e.png)}}.theme--sport .bgContainer{background-image:url(https://asset-cdn.showtimeanalytics.com/assets/static/media/bg-image.d2710d8e.png)}
/*# sourceMappingURL=user-main.9230bf37.chunk.css.map */