html{height:100%}body{min-height:100%}.top-bar{height:64px;font-family:Roboto Condensed,sans-serif;grid-area:top-bar;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.layout-container{display:grid;grid-template-columns:64px 1fr 1fr 1fr;grid-template-rows:64px 1fr 1fr;gap:0 0;grid-template-areas:"left-menu top-bar top-bar top-bar" "left-menu central central central" "left-menu central central central";background:-webkit-gradient(linear,left top,left bottom,from(#505050),to(#101010));background:-webkit-linear-gradient(top,#505050,#101010);background:linear-gradient(180deg,#505050,#101010)}.top-bar__left{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.top-bar__left img{width:104px;margin-left:16px}.top-bar__left small{margin-left:16px;font-family:Roboto,sans-serif;background:#303030;border-radius:10px;padding:2px 8px;font-size:11px;width:88px;white-space:nowrap;text-overflow:ellipsis;overflow:hidden;-webkit-transition:width .3s ease-in-out;transition:width .3s ease-in-out;cursor:pointer}.top-bar__left small:hover{width:100%}.top-bar__left .top-bar__logo{width:120px;float:left;padding:16px 0 0 16px}.top-bar__left .top-bar__logo .top-bar__logo--ellipsis{width:40px;height:40px;margin:0 auto;border-radius:50%;margin-top:24px;background:#ff5722}.top-bar__left .top-bar__selected-layout{padding:0 24px 0 32px;height:64px;font-size:16px;line-height:64px;float:left}.top-bar__left .top-bar__selected-layout .icon-view_quilt:before{position:relative;top:4px}.top-bar__right{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.top-bar__right .top-bar__date{padding:0 32px 0 0;height:88px;font-size:16px;line-height:88px;float:left}.top-bar__right .top-bar__date .icon-date_range:before{position:relative;top:4px}.top-bar__right .top-bar__time{padding:0 32px 0 0;height:88px;font-size:16px;line-height:88px;float:left}.top-bar__right .top-bar__time .icon-schedule:before{position:relative;top:4px}.top-bar__right .top-bar__weather--type{padding:0 32px 0 0;height:88px;font-size:16px;line-height:88px;float:left}.top-bar__right .top-bar__weather--type .icon-cloud_queue:before,.top-bar__right .top-bar__weather--type .icon-thermometer:before{position:relative;top:4px}.top-bar__user{position:relative;margin-right:16px;padding:4px 8px 4px 4px;background:#101010;height:40px;font-size:16px;line-height:40px;border-radius:20px;text-align:right;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.top-bar__user,.top-bar__user figure{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;font-weight:700;font-family:Roboto,sans-serif}.top-bar__user figure{width:32px;height:32px;border-radius:50%;background:#fff;color:#101010;text-transform:uppercase;-webkit-appearance:none;-moz-appearance:none;appearance:none;border:none;margin:0 8px 0 0}.top-bar__user .top-bar__user--dropdown{background:#202020;border-radius:4px;position:absolute;box-shadow:0 0 18px 0 rgba(0,0,0,.4);z-index:1;padding:16px;min-width:200px;text-align:left;top:48px;right:0}.top-bar__user .top-bar__user--dropdown a{text-decoration:none;color:#fff;display:block;line-height:1;font-family:Roboto,sans-serif;font-size:16px;padding:8px}.top-bar__user .top-bar__user--dropdown a:hover{color:#ff5722}.top-bar__user>span{text-decoration:none;color:#fff;font-size:14px;vertical-align:middle;display:inline-block}.top-bar__user>span:after{content:"\E5C5";font-family:epicfont;top:5px;left:4px;font-size:24px;line-height:24px;position:relative}.top-bar__user .icon-person_outline{position:relative;top:4px}.top-bar__change-audio{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;height:40px;font-family:Roboto,sans-serif;font-weight:700;margin-right:24px;padding:8px 12px;background:#303030;color:#fff;border-radius:4px;cursor:pointer}.top-bar__change-audio:hover,.top-bar__change-audio:hover i{color:#ff5722}.top-bar__change-audio i{margin-right:8px;font-size:21px}.grid-area-central{grid-area:central}.left-menu{width:64px;grid-area:left-menu;z-index:10}.left-menu__option--settings{position:absolute;bottom:24px;left:8px}.left-menu>ul{list-style:none;margin:0;padding:0;position:relative;height:100vh;background:#101010;z-index:9;overflow:auto}.left-menu>ul::-webkit-scrollbar{width:8px}.left-menu>ul::-webkit-scrollbar-track{-webkit-box-shadow:inset 0 0 6px rgba(0,0,0,.3)}.left-menu>ul::-webkit-scrollbar-thumb{background-color:#606060;outline:1px solid rgba(32,32,32,.7);border-radius:4px}.left-menu>ul.active{background:#101010}.left-menu>ul li{height:72px;text-align:center;padding:0 8px;-webkit-transition:background .4s ease;transition:background .4s ease}.left-menu>ul li:last-child a{border-bottom:none}.left-menu>ul li.disabled a{cursor:auto}.left-menu>ul li.disabled a:hover{color:#fff}.left-menu>ul li a{text-decoration:none;font-size:32px;line-height:72px;height:72px;width:100%;display:block}.left-menu>ul li a:hover{color:hsla(0,0%,100%,.5)}.left-menu>ul li.active{background:#101010}.left-menu>ul li.active a{border-bottom:none}.left-menu>ul li.active .icon-radio,.left-menu>ul li.active .icon-search,.left-menu>ul li.active .icon-settings,.left-menu>ul li.active .icon-view_quilt{color:#ff5722}.left-menu__search{width:242px;background:#101010;height:100vh;padding:24px;border-radius:0 4px 4px 0;position:absolute;-webkit-transition:all .4s ease;transition:all .4s ease;top:0;-webkit-transform:translateX(-320px);transform:translateX(-320px);opacity:0;z-index:2}.left-menu__search.active{opacity:1;-webkit-transform:translateX(64px);transform:translateX(64px)}.left-menu__search input{width:100%;background:#202020;color:#fff;border:none;font-size:12px;height:32px;border-radius:4px;line-height:32px;padding:0 12px;margin-bottom:24px}.left-menu__search h2{font-family:Roboto Condensed,sans-serif;font-size:16px;font-weight:700;padding-bottom:8px;margin:0;text-transform:uppercase;text-align:left}.left-menu__search ul{height:-webkit-calc(100vh - 197px);height:calc(100vh - 197px);overflow-y:auto;padding:0;margin:0}.left-menu__search ul li{height:32px;line-height:32px;border-bottom:1px solid #202020;font-size:12px;text-align:left;padding:0;cursor:pointer;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.left-menu__search ul li:hover{color:#ff5722}.left-menu__search ul li:last-child{border-bottom:none}.left-menu__search ul::-webkit-scrollbar{width:8px}.left-menu__search ul::-webkit-scrollbar-track{-webkit-box-shadow:inset 0 0 6px rgba(0,0,0,.3)}.left-menu__search ul::-webkit-scrollbar-thumb{background-color:#606060;outline:1px solid rgba(32,32,32,.7);border-radius:4px}.left-menu__search ul select{background-color:#303030;background-position:100% 100%;color:hsla(0,0%,100%,.87);border:none;border-bottom:1px solid #fff;outline:0;width:100%;padding:0 24px 0 0;box-shadow:none;border-radius:0;font-size:14px;font-family:inherit;line-height:1,3;height:32px;margin-bottom:16px;text-transform:capitalize;font-weight:400;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.left-menu__layout{width:242px;background:#101010;height:100vh;border-radius:0 4px 4px 0;padding:24px;position:absolute;-webkit-transition:all .4s ease;transition:all .4s ease;top:0;-webkit-transform:translateX(-320px);transform:translateX(-320px);opacity:0;z-index:2}.left-menu__layout h2{font-family:Roboto Condensed,sans-serif;font-size:16px;font-weight:700;padding-bottom:8px;margin:0;text-transform:uppercase;text-align:left}.left-menu__layout.active{opacity:1;-webkit-transform:translateX(64px);transform:translateX(64px)}.left-menu__layout>ul{height:auto;overflow-y:auto;padding:0;margin-bottom:32px;margin-top:8px}.left-menu__layout .left_menu__create-layout{margin-top:-16px}.left-menu__layout .left_menu__create-layout input{background-color:transparent;color:hsla(0,0%,100%,.87);border:none;border-bottom:1px solid #fff;outline:0;width:100%;padding:0;box-shadow:none;border-radius:0;font-size:14px;font-family:inherit;line-height:1;background-image:none;height:44px;padding-top:16px;margin-bottom:16px}.left-menu__layout .left_menu__create-layout input:focus{border-color:#ff5722}.left-menu__layout .left_menu__create-layout input:disabled{opacity:.5}.left-menu__layout .left_menu__create-layout button{font-family:Roboto Condensed,sans-serif;font-size:14px;color:#202020;background:#fff;padding:8px 32px;text-align:center;float:right;text-transform:uppercase;border:none;border-radius:4px;cursor:pointer}.left-menu__layout .left_menu__create-layout button:hover{opacity:.5}.left-menu__layout .left_menu__create-layout button:disabled{opacity:.5;cursor:auto}.left-menu__layout .left_menu__create-layout button.button-cancel{background:none;color:#fff}.left-menu__layout .left_menu__create-layout>select{background-color:transparent;background-position:100% 100%;color:hsla(0,0%,100%,.87);border:none;border-bottom:1px solid #fff;outline:0;width:100%;padding:0 24px 0 0;box-shadow:none;border-radius:0;font-size:14px;font-family:inherit;line-height:1,3;height:28px;padding-top:0;margin-bottom:16px;text-transform:capitalize;font-weight:400;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.left-menu__layout li{width:100%;display:table;margin-bottom:8px}.left-menu__layout li .left-menu__layout__button{max-width:0;position:relative;display:table-cell;vertical-align:top}.left-menu__layout li .left-menu__layout__button button{font-family:Roboto Condensed,sans-serif;font-size:14px;color:#202020;background:#fff;padding:8px;text-align:center;text-transform:uppercase;border:none;border-radius:4px;cursor:pointer;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;width:100%}.left-menu__layout li .left-menu__layout__button button:hover{opacity:.5}.left-menu__layout li .actions{display:none;width:56px;font-size:0}.left-menu__layout li .actions a{width:28px;text-align:right;display:inline-block;height:33px;line-height:33px}.left-menu__layout li .actions a:hover{opacity:.5}.components-grid{display:grid;gap:16px;grid-template-columns:1fr 1fr 1fr;padding:0 16px;height:-webkit-calc(100% - 16px);height:calc(100% - 16px)}.component-grid{background:#202020;height:100%;border-radius:4px;overflow:hidden}.components-empty{float:left;width:-webkit-calc(100% - 66px);width:calc(100% - 66px);background:#000;height:-webkit-calc(100vh - 66px);height:calc(100vh - 66px);margin:2px 0 0 2px;text-align:center;display:none}.components-empty__message{position:relative;top:50%;margin-top:-77px}.components-empty__message h2{font-family:Roboto Condensed,sans-serif;font-size:18px;font-weight:700;text-transform:uppercase;margin:16px 0 0}.components-empty__message p{font-size:14px;line-height:18px;margin:8px 0 0;width:320px;margin:0 auto}.notifications{background:#202020;border-radius:4px;position:absolute;max-width:40%;right:16px;bottom:16px;padding:16px 24px;box-shadow:0 0 18px 0 rgba(0,0,0,.4);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;z-index:11}.notifications .notifications__text{font-size:14px;color:#fff;line-height:14px}.notifications a{text-decoration:none;margin-left:16px}.notifications a:hover{opacity:.5}.notifications .notifications__actions{margin-left:16px;min-width:80px;max-width:120px}.notifications button{font-family:Roboto Condensed,sans-serif;font-size:14px;line-height:14px;color:#40c4ff;background:none;padding:8px;text-align:center;text-transform:uppercase;border:none;cursor:pointer}.notifications button:hover{opacity:.5}.cm-ul{background-color:#202020!important;color:#fff!important;border-radius:4px;box-shadow:0 0 18px 0 rgba(0,0,0,.4)!important;padding:8px 0!important}.cm-ul li{padding:0;min-width:248px}.cm-ul li div{display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important;-webkit-box-align:center!important;-ms-flex-align:center!important;align-items:center!important}.cm-ul li i{width:24px;line-height:36px}.cm-ul li span{text-transform:uppercase;font-family:Roboto Condensed,sans-serif;line-height:36px;padding-left:8px}@media screen and (min-width:1680px){.components-grid{grid-template-columns:1fr 1fr 2fr}}fieldset[disabled] .multiselect{pointer-events:none}.multiselect__spinner{position:absolute;right:1px;top:1px;width:48px;height:35px;background:#fff;display:block}.multiselect__spinner:after,.multiselect__spinner:before{position:absolute;content:"";top:50%;left:50%;margin:-8px 0 0 -8px;width:16px;height:16px;border-radius:100%;border-color:#41b883 transparent transparent;border-style:solid;border-width:2px;box-shadow:0 0 0 1px transparent}.multiselect__spinner:before{-webkit-animation:spinning 2.4s cubic-bezier(.41,.26,.2,.62);animation:spinning 2.4s cubic-bezier(.41,.26,.2,.62);-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite}.multiselect__spinner:after{-webkit-animation:spinning 2.4s cubic-bezier(.51,.09,.21,.8);animation:spinning 2.4s cubic-bezier(.51,.09,.21,.8);-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite}.multiselect__loading-enter-active,.multiselect__loading-leave-active{-webkit-transition:opacity .4s ease-in-out;transition:opacity .4s ease-in-out;opacity:1}.multiselect__loading-enter,.multiselect__loading-leave-active{opacity:0}.multiselect,.multiselect__input,.multiselect__single{font-family:inherit;font-size:16px;-ms-touch-action:manipulation;touch-action:manipulation}.multiselect{box-sizing:content-box;display:block;position:relative;width:100%;text-align:left;color:#35495e}.multiselect *{box-sizing:border-box}.multiselect:focus{outline:none}.multiselect--disabled{opacity:.6}.multiselect--active{z-index:50}.multiselect--active:not(.multiselect--above) .multiselect__current,.multiselect--active:not(.multiselect--above) .multiselect__input,.multiselect--active:not(.multiselect--above) .multiselect__tags{border-bottom-left-radius:0;border-bottom-right-radius:0}.multiselect--active .multiselect__select{-webkit-transform:rotate(180deg);transform:rotate(180deg)}.multiselect--above.multiselect--active .multiselect__current,.multiselect--above.multiselect--active .multiselect__input,.multiselect--above.multiselect--active .multiselect__tags{border-top-left-radius:0;border-top-right-radius:0}.multiselect__input,.multiselect__single{position:relative;display:inline-block;line-height:20px;width:100%;background:#404040 url(/static/assets/images/ic_arrow_drop_down_white_36px.svg) no-repeat 100% 100%;color:hsla(0,0%,100%,.87);border:none;background-size:24px;border-bottom:1px solid #fff;outline:0;padding:0 24px 0 0;box-shadow:none;border-radius:0;font-size:14px;font-family:inherit;line-height:1.3;height:24px;margin-top:4px;margin-bottom:16px;text-transform:capitalize;font-weight:400;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.multiselect__input::-webkit-input-placeholder{color:#fff}.multiselect__input:-ms-input-placeholder,.multiselect__input::-ms-input-placeholder{color:#fff}.multiselect__input::placeholder{color:#fff}.multiselect__tag~.multiselect__input,.multiselect__tag~.multiselect__single{width:auto}.multiselect__input:hover,.multiselect__single:hover{border-color:#cfcfcf}.multiselect__input:focus,.multiselect__single:focus{border-color:#a8a8a8;outline:none}.multiselect__tags-wrap{display:inline}.multiselect__tags{display:block;font-size:14px}.multiselect__tag{position:relative;display:inline-block;padding:4px 26px 4px 10px;border-radius:5px;margin-right:10px;color:#fff;line-height:1;background:#41b883;margin-bottom:5px;white-space:nowrap;overflow:hidden;max-width:100%;text-overflow:ellipsis}.multiselect__tag-icon{cursor:pointer;margin-left:7px;position:absolute;right:0;top:0;bottom:0;font-weight:700;font-style:normal;width:22px;text-align:center;line-height:22px;-webkit-transition:all .2s ease;transition:all .2s ease;border-radius:5px}.multiselect__tag-icon:after{content:"\D7";color:#266d4d;font-size:14px}.multiselect__tag-icon:focus,.multiselect__tag-icon:hover{background:#369a6e}.multiselect__tag-icon:focus:after,.multiselect__tag-icon:hover:after{color:#fff}.multiselect__current{min-height:40px;overflow:hidden;padding:8px 12px 0;padding-right:30px;white-space:nowrap;border-radius:5px;border:1px solid #e8e8e8}.multiselect__current,.multiselect__select{line-height:16px;box-sizing:border-box;display:block;margin:0;text-decoration:none;cursor:pointer}.multiselect__select{position:absolute;width:40px;height:38px;right:1px;top:1px;padding:4px 8px;text-align:center;-webkit-transition:-webkit-transform .2s ease;transition:-webkit-transform .2s ease;transition:transform .2s ease;transition:transform .2s ease,-webkit-transform .2s ease}.multiselect__select:before{position:relative;right:0;top:65%;color:#999;margin-top:4px;border-style:solid;border-width:5px 5px 0;border-color:#999 transparent transparent;content:""}.multiselect__placeholder{color:#adadad;display:inline-block;margin-bottom:10px;padding-top:2px}.multiselect--active .multiselect__placeholder{display:none}.multiselect__content-wrapper{position:absolute;display:block;background:#202020;color:#fff;width:100%;top:26px;max-height:240px;overflow-y:auto;overflow-x:hidden;z-index:50;-webkit-overflow-scrolling:touch}.multiselect__content-wrapper::-webkit-scrollbar{width:8px}.multiselect__content-wrapper::-webkit-scrollbar-track{-webkit-box-shadow:inset 0 0 6px rgba(0,0,0,.3)}.multiselect__content-wrapper::-webkit-scrollbar-thumb{background-color:#606060;outline:1px solid rgba(32,32,32,.7);border-radius:4px}.multiselect__content{list-style:none;display:inline-block;padding:0;margin:0;min-width:100%;vertical-align:top}.multiselect--above .multiselect__content-wrapper{bottom:100%;border-bottom-left-radius:0;border-bottom-right-radius:0;border-top-left-radius:5px;border-top-right-radius:5px;border-bottom:none;border-top:1px solid #e8e8e8}.multiselect__content::webkit-scrollbar{display:none}.multiselect__element{display:block}.multiselect__option{display:block;padding:6px 8px;height:28px;min-height:20px;line-height:16px;text-decoration:none;text-transform:none;vertical-align:middle;position:relative;cursor:pointer;white-space:nowrap;font-family:Roboto,sans-serif;color:#fff;font-size:14px}.multiselect__option:after{top:0;right:0;position:absolute;line-height:24px;padding-right:12px;padding-left:20px;font-size:13px}.multiselect__option--highlight{background-color:#303030;outline:none;color:#fff}.multiselect__option--highlight:after{content:attr(data-select);background-color:#303030;color:#fff}.multiselect__option--selected{background:#fff;color:#303030;font-weight:700}.multiselect__option--selected:after{content:attr(data-selected);color:silver}.multiselect__option--selected.multiselect__option--highlight{background:#303030;color:#fff}.multiselect__option--selected.multiselect__option--highlight:after{background:#ff6a6a;content:attr(data-deselect);color:#fff}.multiselect--disabled{background:#ededed;pointer-events:none}.multiselect--disabled .multiselect__current,.multiselect--disabled .multiselect__select,.multiselect__option--disabled{background:#ededed;color:#a6a6a6}.multiselect__option--disabled{cursor:text;pointer-events:none}.multiselect__option--group{background:#ededed;color:#35495e}.multiselect__option--group.multiselect__option--highlight{background:#35495e;color:#fff}.multiselect__option--group.multiselect__option--highlight:after{background:#35495e}.multiselect__option--disabled.multiselect__option--highlight{background:#dedede}.multiselect__option--group-selected.multiselect__option--highlight{background:#ff6a6a;color:#fff}.multiselect__option--group-selected.multiselect__option--highlight:after{background:#ff6a6a;content:attr(data-deselect);color:#fff}.multiselect-enter-active,.multiselect-leave-active{-webkit-transition:all .15s ease;transition:all .15s ease}.multiselect-enter,.multiselect-leave-active{opacity:0}.multiselect__strong{margin-bottom:8px;line-height:20px;display:inline-block;vertical-align:top}[dir=rtl] .multiselect{text-align:right}[dir=rtl] .multiselect__select{right:auto;left:1px}[dir=rtl] .multiselect__tags{padding:8px 8px 0 40px}[dir=rtl] .multiselect__content{text-align:right}[dir=rtl] .multiselect__option:after{right:auto;left:0}[dir=rtl] .multiselect__clear{right:auto;left:12px}[dir=rtl] .multiselect__spinner{right:auto;left:1px}@-webkit-keyframes spinning{0%{-webkit-transform:rotate(0);transform:rotate(0)}to{-webkit-transform:rotate(2turn);transform:rotate(2turn)}}@keyframes spinning{0%{-webkit-transform:rotate(0);transform:rotate(0)}to{-webkit-transform:rotate(2turn);transform:rotate(2turn)}}.big-title{color:#101010;font-size:48px;margin:0 auto 24px;position:relative;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.big-title span{position:relative;top:0;padding-right:8px}.big-title:before{content:"";height:40px;width:100%;display:block;position:absolute;left:0;top:-4px;background:#ff5722}button,input,select{outline:0}.player-cue{position:fixed;top:12px;right:12px;height:141px;width:250px;border-radius:8px}.player-cue video{width:100%;border-radius:8px;border:1px solid grey}.schedule-modal{width:100%!important;max-width:960px!important}.schedule-modal .schedule-modal__song{display:grid;grid-template-columns:40px 2fr repeat(3,1.2fr);gap:24px;margin:24px 0 16px;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:8px;background:#101010;border-radius:8px}.schedule-modal .schedule-modal__song--text-light{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;color:#909090}.schedule-modal .schedule-modal__song__title{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;font-weight:700}.schedule-modal .schedule-modal__song__date{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.schedule-modal .schedule-modal__song__date i{color:#909090;margin-right:4px}.schedule-modal .schedule-modal__song__cover{border-radius:4px;overflow:hidden;height:40px}.table-scheduleAnalysis{display:grid;min-width:100%;grid-template-columns:minmax(100px,2fr) repeat(24,minmax(28px,40px));text-align:center}.table-scheduleAnalysis tbody,.table-scheduleAnalysis thead,.table-scheduleAnalysis tr{display:contents}.table-scheduleAnalysis tr{border-radius:4px;margin:4px 0}.table-scheduleAnalysis td{text-align:left}.table-scheduleAnalysis td,.table-scheduleAnalysis th{padding:6px 0;border-bottom:1px solid #303030;border-right:1px solid #303030;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.table-scheduleAnalysis td.today,.table-scheduleAnalysis th.today{color:tomato}.table-scheduleAnalysis td.content,.table-scheduleAnalysis th.content{background:#4fc3f7;color:#404040;border-radius:4px;text-align:center;font-weight:700}.table-scheduleAnalysis td.hover:not(.content),.table-scheduleAnalysis th.hover:not(.content){background:#303030;-webkit-transition:.3s;transition:.3s}[class*=" icon-"][data-v-18671000],[class^=icon-][data-v-18671000]{font-family:epicfont!important;speak:none;font-size:24px;color:#fff;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;line-height:1;position:relative;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.icon-stop_play2[data-v-18671000]:before{content:"\E907"}.icon-play_fade[data-v-18671000]:before{content:"\E905"}.icon-stop_fade[data-v-18671000]:before{content:"\E906"}.icon-ic_piramide[data-v-18671000]:before{content:"\E903";color:#fff}.icon-ic_add_circle_outline_white_36px[data-v-18671000]:before{content:"\E900";color:#fff}.icon-arrow-expand-horizontal[data-v-18671000]:before{content:"\E904"}.icon-application[data-v-18671000]:before{content:"\E901"}.icon-thermometer[data-v-18671000]:before{content:"\E902"}.icon-schedule[data-v-18671000]:before{content:"\E8B5"}.icon-add[data-v-18671000]:before{content:"\E145"}.icon-add_box[data-v-18671000]:before{content:"\E146"}.icon-arrow_drop_down[data-v-18671000]:before{content:"\E5C5"}.icon-attach_money[data-v-18671000]:before{content:"\E227"}.icon-audiotrack[data-v-18671000]:before{content:"\E3A1"}.icon-brightness_1[data-v-18671000]:before{content:"\E3A6"}.icon-build[data-v-18671000]:before{content:"\E869"}.icon-check[data-v-18671000]:before{content:"\E5CA"}.icon-close[data-v-18671000]:before{content:"\E5CD"}.icon-cloud_queue[data-v-18671000]:before{content:"\E2C2"}.icon-content_copy[data-v-18671000]:before{content:"\E14D"}.icon-create_new_folder[data-v-18671000]:before{content:"\E2CC"}.icon-date_range[data-v-18671000]:before{content:"\E916"}.icon-delete[data-v-18671000]:before{content:"\E872"}.icon-eject[data-v-18671000]:before{content:"\E8FB"}.icon-error_outline[data-v-18671000]:before{content:"\E001"}.icon-folder[data-v-18671000]:before{content:"\E2C7"}.icon-link[data-v-18671000]:before{content:"\E157"}.icon-more_horiz[data-v-18671000]:before{content:"\E5D3"}.icon-more_vert[data-v-18671000]:before{content:"\E5D4"}.icon-pause[data-v-18671000]:before{content:"\E034"}.icon-person_outline[data-v-18671000]:before{content:"\E7FF"}.icon-play_arrow[data-v-18671000]:before{content:"\E037"}.icon-radio[data-v-18671000]:before{content:"\E03E"}.icon-refresh[data-v-18671000]:before{content:"\E5D5"}.icon-search[data-v-18671000]:before{content:"\E8B6"}.icon-settings[data-v-18671000]:before{content:"\E8B8"}.icon-skip_next[data-v-18671000]:before{content:"\E044"}.icon-stop[data-v-18671000]:before{content:"\E047"}.icon-view_quilt[data-v-18671000]:before{content:"\E8F1"}.icon-mode_edit[data-v-18671000]:before{content:"\E254"}.icon-star[data-v-18671000]:before{content:"\E838"}.icon-star_border[data-v-18671000]:before{content:"\E83A"}.icon-favorite[data-v-18671000]:before{content:"\E87D"}.icon-favorite_border[data-v-18671000]:before{content:"\E87E"}.icon-rss_feed[data-v-18671000]:before{content:"\E0E5"}.icon-volume_off[data-v-18671000]:before{content:"\E04F"}.icon-volume_up[data-v-18671000]:before{content:"\E050"}.icon-speaker[data-v-18671000]:before{content:"\E32D"}.icon-headset[data-v-18671000]:before{content:"\E310"}.icon-headset_off[data-v-18671000]:before{content:"\E908"}.icon-label_off[data-v-18671000]:before{content:"\E909"}.icon-indeterminate_check_box[data-v-18671000]:before{content:"\E90A"}.icon-label[data-v-18671000]:before{content:"\E892"}.icon-view_stream[data-v-18671000]:before{content:"\E8F2"}.icon-short_text[data-v-18671000]:before{content:"\E261"}.icon-view_agenda[data-v-18671000]:before{content:"\E8E9"}.icon-drag_handle[data-v-18671000]:before{content:"\E25D"}.icon-fiber_manual_record[data-v-18671000]:before{content:"\E061"}.icon-content_cut[data-v-18671000]:before{content:"\E14E"}.icon-skip_previous[data-v-18671000]:before{content:"\E045"}.icon-add_location[data-v-18671000]:before{content:"\E567"}.icon-playlist__play[data-v-18671000]:before{content:"\E05F"}.icon-playlist__add[data-v-18671000]:before{content:"\E03B"}.icon-audio_ducking[data-v-18671000]:before{content:"\E90B"}.icon-comment[data-v-18671000]:before{content:"\E90C"}.icon-support_agent[data-v-18671000]:before{content:"\E90D"}.icon-cancel[data-v-18671000]:before{content:"\E5C9"}.icon-download[data-v-18671000]:before{content:"\E910"}.icon-upload_file_black_24dp[data-v-18671000]:before{content:"\E90F"}body[data-v-18671000]{margin:0}[data-v-18671000],[data-v-18671000]:after,[data-v-18671000]:before{box-sizing:border-box}html[data-v-18671000]{font-family:Roboto,sans-serif;color:#fff;background:#101010;font-size:14px;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;-webkit-font-smoothing:antialiased}a[data-v-18671000]{cursor:pointer}.violet[data-v-18671000]{background-color:#9c27b0!important}.red[data-v-18671000]{background-color:#f44336!important}.orange[data-v-18671000]{background-color:#ff5722!important}.gray[data-v-18671000]{background-color:#bdbdbd!important}.green[data-v-18671000]{background-color:#4caf50!important}.yellow[data-v-18671000]{background-color:#fbc02d!important}.blue[data-v-18671000]{background-color:#03a9f4!important}.gray-blue[data-v-18671000]{background-color:#546e7a!important}.disabled[data-v-18671000]{opacity:.5}.selected[data-v-18671000]{background-color:#6a8896}.selected[data-v-18671000]:hover{background-color:#6a889694!important}body[data-v-18671000]::-webkit-scrollbar{width:8px}body[data-v-18671000]::-webkit-scrollbar-track{-webkit-box-shadow:inset 0 0 6px rgba(0,0,0,.3)}body[data-v-18671000]::-webkit-scrollbar-thumb{background-color:#606060;outline:1px solid rgba(32,32,32,.7);border-radius:4px}.item-container[data-v-18671000]{overflow:hidden}.component-container[data-v-18671000]{height:100%;position:relative}.component-top[data-v-18671000]{background:#151515;font-family:Roboto Condensed,sans-serif;font-size:0}.component-top input[type=button][data-v-18671000]{font-family:Roboto Condensed,sans-serif;text-decoration:none;color:#fff;font-size:14px;vertical-align:top;display:table-cell;width:96px;background:none;border:none;text-transform:uppercase;height:48px;line-height:48px;padding:0 16px;cursor:pointer}.component-top input[type=button][data-v-18671000]:hover{opacity:.5}.component-top__selectors[data-v-18671000]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;overflow:hidden;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.component-top__selectors .component-top__logo[data-v-18671000]{padding:16px 16px 0}.component-top__selectors .component-top__selectors__group[data-v-18671000]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-left:8px;-ms-flex-wrap:wrap;flex-wrap:wrap}.component-top__selectors .component-top__selectors__group .component-top__station[data-v-18671000]{height:48px;line-height:48px;padding:0 8px}.component-top__selectors .component-top__selectors__group .component-top__station[data-v-18671000]:first-child{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.component-top__selectors .component-top__selectors__group .component-top__station:first-child span[data-v-18671000]{top:0}.component-top__selectors .component-top__selectors__group input[data-v-18671000]{text-align:left;padding:0 0 0 8px}.component-top__logo[data-v-18671000]{font-family:Roboto Condensed,sans-serif;font-size:14px;color:#ff5722;padding:15px 16px;text-transform:uppercase;display:inline-block}.component-top__station[data-v-18671000]{font-size:12px;display:inline-block;padding:5px 16px 15px;position:relative}.component-top__station select[data-v-18671000]{font-family:Roboto,sans-serif;font-size:12px;text-transform:none;width:auto;height:24px;margin-bottom:0;padding-right:24px;padding-left:4px;font-weight:400;cursor:pointer;background:#202020 url(/static/assets/images/ic_arrow_drop_down_white_36px.svg) no-repeat 100%;background-size:21px;border-radius:3px;color:#fff;border:none;-webkit-appearance:none}.component-top__station .icon-radio[data-v-18671000]{top:2px;margin-right:8px;font-size:18px}.component-top__station .component-top__station--dropdown[data-v-18671000]{background:#202020;border-radius:4px;position:absolute;box-shadow:0 0 18px 0 rgba(0,0,0,.4);z-index:1;padding:8px 0;width:120px;margin-top:8px}.component-top__station .component-top__station--dropdown a[data-v-18671000]{text-decoration:none;color:#fff;font-family:Roboto,sans-serif;display:block;line-height:16px;padding:8px 16px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.component-top__station .component-top__station--dropdown a[data-v-18671000]:hover{color:#ff5722}.component-top__station>a[data-v-18671000]{text-decoration:none;color:#fff;font-family:Roboto,sans-serif}.component-top__station>a[data-v-18671000]:after{content:"\E5C5";font-family:epicfont;top:5px;left:4px;font-size:21px;line-height:24px;position:relative}.component-top__station>a[data-v-18671000]:before{content:"\E03E";font-family:epicfont;top:2px;margin-right:8px;font-size:18px;position:relative}.component-top__actions[data-v-18671000]{float:right;padding:11px 16px}.component-top__actions a[data-v-18671000]{text-decoration:none}.component-top__actions a[data-v-18671000]:first-child{margin-right:10px}.setting-grid[data-v-18671000]{width:-webkit-calc(50% - 4px);width:calc(50% - 4px);padding-left:2px;background:#202020;height:100%;float:left;margin-right:2px}.setting-grid[data-v-18671000]:last-child{width:-webkit-calc(50% - 4px);width:calc(50% - 4px);margin-right:0}.setting-grid select[data-v-18671000]{min-width:70px}.setting-grid .block label[data-v-18671000]{display:inline-block;min-width:40px;width:85px;text-align:left}select.has-error{border:1px solid tomato}.component-player{background:#202020;display:table;width:100%;overflow:hidden}.component-player .component_player__row{display:table-cell;vertical-align:bottom}.component-player .component_player__row .component_player__title{padding:16px;overflow:hidden;width:100%;display:table;position:relative}.component-player .component_player__row .component_player__title .component_player__titles{max-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;display:table-cell;padding-top:8px;vertical-align:bottom}.component-player .component_player__row .component_player__title h2{font-size:24px;line-height:34px;margin:0;padding:0;font-weight:400;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;position:absolute;top:20px;width:-webkit-calc(100% - 64px);width:calc(100% - 64px)}.component-player .component_player__row .component_player__title h3{font-size:16px;margin:0;padding:0;font-weight:400;color:#ff5722;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;padding-bottom:8px}.component-player .component_player__row .component_player__title p{text-transform:uppercase;font-size:12px;margin:0;font-weight:700;padding-top:4px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.component-player .component_player__row .component_player__title .volumeter{width:20px;display:table-cell;vertical-align:bottom}.component-player .component_player__row .component_player_timer{display:table-cell;width:98px;vertical-align:bottom}.component-player .component_player__row .component_player_timer .time{font-size:24px;color:#ff5722;margin-right:10px;line-height:1}.component-player .component_player__row .component_player_timer .cue{text-decoration:none;color:#fff;margin-right:5px;font-size:14px}.component-player .component_player__row .component_player_timer .intro{font-size:14px;padding-right:8px}.component-player .component_player__row .component_player_timer .circle{width:16px;height:16px;background-color:#606060;border-radius:50%;margin-left:8px;display:inline-block}.component-player .component_player__actions{background:#202020;width:136px;padding:8px 16px;display:table-cell;vertical-align:top;border-top:1px solid #202020}.component-player .component_player__actions select{border:none;font-family:Roboto Condensed,sans-serif;border-radius:3px;color:#fff;font-size:14px;text-transform:uppercase;font-weight:700;width:100%;height:24px;margin-bottom:8px;-webkit-appearance:none;padding-left:8px;cursor:pointer;background:#ff5722 url(/static/assets/images/ic_arrow_drop_down_white_36px.svg) no-repeat 100%;background-size:24px}.component-player .component_player__actions .log{font-size:16px;text-transform:uppercase;border-bottom:1px solid #202020;padding-bottom:16px;margin-bottom:16px}.component-player .component_player__actions .block-date{border-bottom:1px solid #202020;margin-bottom:8px;padding-bottom:8px}.component-player .component_player__actions .block-date h2{font-size:16px;margin:0;padding:0;font-weight:700;color:#ff5722;font-size:18px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.component-player .component_player__actions .block-date h3{font-size:14px;color:#fff;margin:0;padding:0;font-weight:400;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.component-player .component_player__actions .block-gap p{margin:0}.component-player .component_player__actions .block-gap p.gap{color:#ff5722}.component-player .component_player__actions .block-gap p span{font-weight:700;color:#fff}.component-player .component_player__actions__buttons a{display:block;text-decoration:none;text-transform:uppercase;font-family:Roboto Condensed,sans-serif;font-weight:700;color:#fff;margin-bottom:4px}.component-player .component_player__actions__buttons a:hover{color:hsla(0,0%,100%,.5)}.component-player__playlist{width:100%;background-color:#202020}.component-player__playlist .time{display:table-cell;padding-left:8px;width:70px}.component-player__playlist .length{display:table-cell;width:60px}.component-player__playlist .event{display:table-cell;max-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;position:relative}.component-player__playlist .event span{font-size:18px;vertical-align:middle}.component-player__playlist .event .dropdown{position:absolute;right:-5px;top:5px}.component-player__playlist .event.event-comment{white-space:normal}.component-player__playlist .event.event-comment div{border:1px solid #fff;border-radius:4px;padding:0 8px;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.component-player__playlist .event.event-comment div span{padding-right:4px}.component-player__playlist .event.event-error{color:tomato}.component-player__playlist .performer{display:table-cell;width:120px;max-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.component-player__playlist .status{display:table-cell;width:60px;line-height:32px;height:32px}.component-player__playlist .status span{font-size:18px;vertical-align:middle}.component-player__playlist .status .icon-brightness_1{font-size:8px;padding-right:5px;padding-left:5px}.component-player__playlist .actions{width:88px;display:table-cell;padding-right:8px}.component-player__playlist .actions a{font-size:18px;padding-right:4px;text-decoration:none;vertical-align:middle}.component-player__playlist .actions a:hover{opacity:.5}.component-player__playlist .component-player__playlist__header{display:table;text-transform:uppercase;height:32px;width:100%;line-height:32px;border-bottom:1px solid #303030}.component-player__playlist .component-player__playlist_ul{list-style:none;margin:0;padding:0;overflow-y:auto}.component-player__playlist .component-player__playlist_ul .scrollable{height:-webkit-calc(100vh - 335px);height:calc(100vh - 335px);overflow-y:overlay}.component-player__playlist .component-player__playlist_ul .scrollable::-webkit-scrollbar{width:8px}.component-player__playlist .component-player__playlist_ul .scrollable::-webkit-scrollbar-track{-webkit-box-shadow:inset 0 0 6px rgba(0,0,0,.3)}.component-player__playlist .component-player__playlist_ul .scrollable::-webkit-scrollbar-thumb{background-color:#606060;outline:1px solid rgba(32,32,32,.7);border-radius:4px}.component-player__playlist .component-player__playlist_ul li{height:32px;line-height:32px;width:100%;display:table;border-bottom:1px solid #303030;cursor:pointer}.component-player__playlist .component-player__playlist_ul li:hover{background-color:#303030}.component-player__playlist .component-player__playlist_ul li.playing{background-color:#b71c1c;border-bottom:none;height:33px;line-height:33px}.component-player__playlist .component-player__playlist_ul li.playing:hover{background-color:#841818}.component-player__playlist .component-player__playlist_ul li.playing-next{background-color:#388e3c;border-bottom:none;height:33px;line-height:33px}.component-player__playlist .component-player__playlist_ul li.playing-next:hover{background-color:#276329}.component-player__playlist .component-player__playlist_ul li.etm,.component-player__playlist .component-player__playlist_ul li.spot{background-color:#404040;border-bottom:none;height:33px;line-height:33px}.component-player__playlist .component-player__playlist_ul li.spot,.component-player__playlist .component-player__playlist_ul li.spot .icon-attach_money{color:#909090}.component-player__playlist .component-player__playlist_ul li:last-child{border-bottom:1px solid #202020}.component-player__playlist .component-player__playlist_ul li.break{background-color:#202020;border-bottom:none;font-weight:700}.component-player__playlist .component-player__playlist_ul li.break a{text-decoration:none;color:#fff}.component-player__playlist .component-player__playlist_ul li.break .break-header{display:table;width:100%;border-bottom:1px solid #202020}.component-player__playlist .component-player__playlist_ul li.break ul{padding:0}.component-player__playlist .component-player__playlist_ul li.break ul li{cursor:pointer}.component-modal-input[data-v-7065fcfe]{width:100%!important}.player-video{position:static;margin:auto;padding:8px 0;width:250px;border-radius:8px}.player-video video{width:100%;border-radius:8px}.duration,.duration__input{display:-webkit-box;display:-ms-flexbox;display:flex}.duration__input{margin-bottom:16px!important;border-bottom:1px solid #fff}.duration__input span{padding-top:20px;padding-right:4px;margin-left:-4px;color:hsla(0,0%,100%,.87)}.duration__input input::-webkit-inner-spin-button,.duration__input input::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.duration__input input[type=number]{-moz-appearance:textfield;margin-bottom:0!important;border:0!important;width:auto!important;max-width:24px!important}.duration__buttons{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.duration__buttons__button{width:16px!important;height:16px!important;background:none!important;color:#fff!important;font-family:Roboto,sans-serif!important;border:1px solid #fff!important;border-radius:50%!important;display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important;-webkit-box-pack:center!important;-ms-flex-pack:center!important;justify-content:center!important;-webkit-box-align:center!important;-ms-flex-align:center!important;align-items:center!important;padding:0!important;margin:4px 0 4px 8px!important;-webkit-transform:scale(1)!important;transform:scale(1)!important;-webkit-transition:all .1s ease!important;transition:all .1s ease!important}.duration__buttons__button:hover{-webkit-transform:scale(1.1);transform:scale(1.1);opacity:1;color:#ff5722;border:1px solid #ff5722}.component-assist{background-color:#303030;overflow:hidden}.component-assist .component-assist__menu{height:49px;padding:0 16px;width:100%;background-color:#202020;border-top:1px solid #202020;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.component-assist .component-assist__menu a{text-decoration:none;font-size:24px;line-height:48px;padding:0 8px;height:48px;width:24px}.component-assist .component-assist__menu a:hover{opacity:.5}.component-assist .component-assist__menu .component-assist__menu--left{white-space:nowrap;overflow-y:hidden;overflow-x:auto;max-width:240px}.component-assist .component-assist__menu .component-assist__menu--left::-webkit-scrollbar{height:8px}.component-assist .component-assist__menu .component-assist__menu--left::-webkit-scrollbar-track{-webkit-box-shadow:inset 0 0 6px rgba(0,0,0,.3)}.component-assist .component-assist__menu .component-assist__menu--left::-webkit-scrollbar-thumb{background-color:#606060;outline:1px solid rgba(32,32,32,.7);border-radius:4px}.component-assist .component-assist__menu .component-assist__menu--right{-ms-flex-negative:0;flex-shrink:0;padding-left:8px}.component-assist .component-assist__menu .component-assist__menu__dropdown{padding:0}.component-assist .component-assist__menu .component-assist__menu__dropdown a{text-decoration:none;color:#fff;font-size:12px;padding:0;display:inline-block;width:auto}.component-assist .component-assist__menu .component-assist__menu__dropdown a:after{content:"\E5C5";font-family:epicfont;top:5px;left:4px;font-size:21px;line-height:24px;position:relative}.component-assist .component-assist__menu .component-assist__menu__dropdown a:hover{color:hsla(0,0%,100%,.5)}.component-assist .component-assist__menu .component-assist__menu__dropdown .icon-folder{position:relative;top:5px}.component-assist .component-assist__menu .component-assist__menu__dropdown select{font-family:Roboto,sans-serif;font-size:12px;text-transform:none;width:100px;height:48px;margin-bottom:0;padding-right:24px;padding-left:0;font-weight:400;cursor:pointer;background:#202020 url(/static/assets/images/ic_arrow_drop_down_white_36px.svg) no-repeat 100%;background-size:21px;border-radius:3px;color:#fff;border:none;-webkit-appearance:none}.component-assist .component-assist__assets{height:48px;padding:0 16px;font-size:0;white-space:nowrap;overflow-y:hidden;overflow-x:auto;width:100%}.component-assist .component-assist__assets a{font-family:Roboto Condensed,sans-serif;text-decoration:none;color:#fff;font-size:14px;line-height:48px;padding:0 16px;height:48px;display:inline-block;text-transform:uppercase}.component-assist .component-assist__assets a:hover{opacity:.5}.component-assist .component-assist__assets a.active{color:#ff5722}.component-assist .component-assist__assets::-webkit-scrollbar{height:8px}.component-assist .component-assist__assets::-webkit-scrollbar-track{-webkit-box-shadow:inset 0 0 6px rgba(0,0,0,.3)}.component-assist .component-assist__assets::-webkit-scrollbar-thumb{background-color:#606060;outline:1px solid rgba(32,32,32,.7);border-radius:4px}.component-assist .component-assist__buttons{background-color:#202020;padding:2px}.component-assist .component-assist__buttons .scrollable-horiz{height:-webkit-calc(100vh - 224px);height:calc(100vh - 224px);overflow:auto}.component-assist .component-assist__buttons .scrollable-horiz::-webkit-scrollbar{width:8px;height:8px}.component-assist .component-assist__buttons .scrollable-horiz::-webkit-scrollbar-track{-webkit-box-shadow:inset 0 0 6px rgba(0,0,0,.3)}.component-assist .component-assist__buttons .scrollable-horiz::-webkit-scrollbar-thumb{background-color:#606060;outline:1px solid rgba(32,32,32,.7);border-radius:4px}.component-assist .component-assist__buttons .row{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:nowrap;flex-wrap:nowrap}.component-assist .component-assist__buttons .component-assist__buttons__button{background-color:#303030;cursor:pointer;margin:2px;-webkit-box-flex:1;-ms-flex:1;flex:1;overflow:hidden;padding:8px;height:90px;border-radius:2px;position:relative}.component-assist .component-assist__buttons .component-assist__buttons__button:hover{opacity:.8}.component-assist .component-assist__buttons .component-assist__buttons__button.active{outline:2px solid #fff;outline-offset:-2px;border-radius:2px}.component-assist .component-assist__buttons .component-assist__buttons__button .duration{position:absolute;right:10px;bottom:10px}.component-assist .component-assist__buttons .component-assist__buttons__button .cueing{position:absolute;left:10px;bottom:10px;font-size:16px}.component-assist .component-assist__buttons .component-assist__buttons__button h2{margin:0;padding:0;font-weight:700;font-size:14px;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;line-height:15px;-webkit-line-clamp:2;-webkit-box-orient:vertical}.component-assist .component-assist__buttons .component-assist__buttons__button h2 span{font-size:16px;padding-right:2px}.component-assist .component-assist__buttons .component-assist__buttons__button h3{margin:0;padding:0;font-weight:400;line-height:18px;font-size:14px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.component-assist .component-assist__buttons .component-assist__buttons__button h3 span{font-size:18px}.component-assist .component-assist__progress-bar{position:absolute;height:6px;width:-webkit-calc(100% - 8px);width:calc(100% - 8px);bottom:4px;left:4px;background:hsla(0,0%,100%,.2)}.component-assist .component-assist__progress-bar .component-assist__progress-bar__pro{height:6px;top:0;left:0;width:70%;background:#fff}.quick-play__modal__results{white-space:nowrap;overflow:hidden;font-size:0;max-width:600px}.quick-play__modal__results .quick-play__modal__categories{width:100%;max-height:160px;overflow:hidden}.quick-play__modal__results .quick-play__modal__categories ul{list-style:none;margin:16px 0 0;padding:0}.quick-play__modal__results .quick-play__modal__categories ul .scrollable{max-height:160px;overflow-y:overlay}.quick-play__modal__results .quick-play__modal__categories ul .scrollable::-webkit-scrollbar{width:8px}.quick-play__modal__results .quick-play__modal__categories ul .scrollable::-webkit-scrollbar-track{-webkit-box-shadow:inset 0 0 6px rgba(0,0,0,.3)}.quick-play__modal__results .quick-play__modal__categories ul .scrollable::-webkit-scrollbar-thumb{background-color:#606060;outline:1px solid rgba(32,32,32,.7);border-radius:4px}.quick-play__modal__results .quick-play__modal__categories ul .active p{color:#ff5722}.quick-play__modal__results .quick-play__modal__categories ul li{height:24px;cursor:pointer;font-size:0;margin-bottom:16px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.quick-play__modal__results .quick-play__modal__categories ul li .drag{display:-webkit-box;display:-ms-flexbox;display:flex;border-radius:12px;color:#fff;background:#ff5722;padding:0 16px 0 8px}.quick-play__modal__results .quick-play__modal__categories ul li .delete,.quick-play__modal__results .quick-play__modal__categories ul li .edit{font-size:18px;margin-left:8px}.quick-play__modal__results .quick-play__modal__categories ul li p{font-family:Roboto Condensed,sans-serif;font-size:12px;height:24px;line-height:24px;display:inline-block;text-transform:uppercase;margin:0;padding-left:4px;text-overflow:ellipsis;overflow:hidden;white-space:nowrap}.quick-play__modal__results .quick-play__modal__categories ul li a:hover{opacity:.5}.component-player--log-editor{background:#202020;display:table;width:100%;overflow:hidden}.component-player--log-editor .component_player__row{display:table-cell;vertical-align:bottom}.component-player--log-editor .component_player__row .component_player__title{padding:16px;overflow:hidden;width:100%;display:table;position:relative;background:#303030}.component-player--log-editor .component_player__row .component_player__title .component_player__titles{max-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;display:table-cell;vertical-align:bottom}.component-player--log-editor .component_player__row .component_player__title h2{font-size:24px;line-height:34px;margin:0;padding:0;font-weight:400;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;position:absolute;top:20px;width:-webkit-calc(100% - 164px);width:calc(100% - 164px)}.component-player--log-editor .component_player__row .component_player__title .component_player__titles__group{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.component-player--log-editor .component_player__row .component_player__title h3{font-size:16px;margin:0;padding:0;font-weight:400;color:#ff5722;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.component-player--log-editor .component_player__row .component_player__title p{text-transform:uppercase;font-size:12px;margin:0 16px;font-weight:700;padding-top:4px;overflow:hidden;text-overflow:ellipsis;background:#fff;white-space:nowrap;color:#202020;border-radius:10px;padding:4px 12px}.component-player--log-editor .component_player__row .component_player__title .volumeter{width:20px;display:table-cell;vertical-align:bottom}.component-player--log-editor .component_player__row .component_player__title .volumeter canvas{height:54px;width:6px}.component-player--log-editor .component_player__row .component_player_timer{display:table-cell;width:98px;vertical-align:bottom}.component-player--log-editor .component_player__row .component_player_timer .time{font-size:24px;color:#ff5722;margin-right:10px;line-height:1}.component-player--log-editor .component_player__row .component_player_timer .cue{text-decoration:none;color:#fff;margin-right:5px;font-size:14px}.component-player--log-editor .component_player__row .component_player_timer .intro{font-size:14px;padding-right:8px}.component-player--log-editor .component_player__row .component_player_timer .circle{width:16px;height:16px;background-color:#606060;border-radius:50%;margin-left:8px;display:inline-block}.component-player--log-editor .component_player__actions{background:#202020;padding:16px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:100%;border-top:1px solid #303030}.component-player--log-editor .component_player__actions .edit-controls{display:-webkit-box;display:-ms-flexbox;display:flex}.component-player--log-editor .component_player__actions .edit-controls input{background-color:transparent;color:hsla(0,0%,100%,.87);border:none;border-bottom:1px solid #fff;outline:0;width:100%;padding:0;box-shadow:none;border-radius:0;font-size:14px;font-family:inherit;line-height:1;background-image:none;height:32px;padding-top:0;margin-right:16px}.component-player--log-editor .component_player__actions .edit-controls input:focus{border-color:#ff5722}.component-player--log-editor .component_player__actions .edit-controls input:disabled{opacity:.5}.component-player--log-editor .component_player__actions .edit-controls input[type=date]{max-width:160px}.component-player--log-editor .component_player__actions .edit-controls input[type=date]::-webkit-clear-button,.component-player--log-editor .component_player__actions .edit-controls input[type=date]::-webkit-inner-spin-button{display:none}.component-player--log-editor .component_player__actions .edit-controls input[type=date]::-webkit-calendar-picker-indicator{-webkit-filter:invert(1);filter:invert(1)}.component-player--log-editor .component_player__actions .edit-controls button{font-family:Roboto Condensed,sans-serif;font-size:14px;color:#202020;background:#fff;padding:8px 24px;text-align:center;float:left;text-transform:uppercase;border:none;border-radius:4px;cursor:pointer}.component-player--log-editor .component_player__actions .edit-controls button:hover{opacity:.5}.component-player--log-editor .component_player__actions .edit-controls button.button-cancel{background:none;color:#fff;padding:8px 16px 8px 24px}.component-player--log-editor .component_player__actions .block-date h2{font-family:Roboto Condensed,sans-serif;font-size:16px;margin:0;padding:0;font-weight:700;color:#fff;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;text-transform:uppercase}.component-player--log-editor .component_player__actions .block-date h3{font-size:14px;color:#fff;margin:0;padding:0;font-weight:400;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.component-player--log-editor .component_player__actions .block-gap p{margin:0}.component-player--log-editor .component_player__actions .block-gap p:last-child{color:#ff5722}.component-player--log-editor .component_player__actions .block-gap p span{font-weight:700;color:#fff}.component-player--log-editor .component_player__actions__buttons a{display:block;text-decoration:none;text-transform:uppercase;font-family:Roboto Condensed,sans-serif;font-weight:700;color:#fff;margin-bottom:4px}.component-player--log-editor .component_player__actions__buttons a:hover{color:hsla(0,0%,100%,.5)}.component-player-controlbar--log-editor{background:#202020;position:relative}.component-player-controlbar--log-editor .progress-bar{position:absolute;height:6px;width:100%;background:hsla(0,0%,100%,.2);cursor:pointer}.component-player-controlbar--log-editor .progress-bar:hover{height:10px;top:-2px}.component-player-controlbar--log-editor .progress-bar:hover .progress-bar__pro{height:10px}.component-player-controlbar--log-editor .progress-bar .progress-bar__pro{height:6px;position:absolute;top:0;left:0;width:70%;background:#ff5722}.component-player-controlbar--log-editor .progress-bar .progress-bar__seek-bar{height:10px;position:absolute;top:0;left:0;background:hsla(0,0%,100%,.3)}.component-player-controlbar--log-editor .progress-bar .progress-bar__seek{height:20px;bottom:14px;display:block;cursor:pointer;background:#202020;position:absolute;border-radius:10px;font-size:11px;padding:1px 8px;line-height:20px}.component-player-controlbar--log-editor .component-player-controlbar__controls{height:48px;padding:10px 8px 8px}.component-player-controlbar--log-editor .component-player-controlbar__controls a{text-decoration:none;font-size:21px;padding:0 5px;height:32px;line-height:32px}.component-player-controlbar--log-editor .component-player-controlbar__controls a.icon-26{font-size:19px}.component-player-controlbar--log-editor .component-player-controlbar__controls a.active.icon-fiber_manual_record{color:red}.component-player-controlbar--log-editor .component-player-controlbar__controls a:hover{color:hsla(0,0%,100%,.5)}.component-player-controlbar--log-editor .component-player-controlbar__controls a.auto{text-decoration:none;text-transform:uppercase;font-family:Roboto Condensed,sans-serif;font-weight:700;color:#fff;font-size:14px;top:-6px;position:relative}.component-player-controlbar--log-editor .component-player-controlbar__controls a.active{color:#ff5722}.component-player__playlist--log-editor{width:100%;background-color:#202020}.component-player__playlist--log-editor .time{display:table-cell;padding-left:8px;width:70px}.component-player__playlist--log-editor .length{display:table-cell;width:60px}.component-player__playlist--log-editor .event{display:table-cell;max-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;position:relative}.component-player__playlist--log-editor .event span{font-size:18px;vertical-align:middle}.component-player__playlist--log-editor .event .dropdown{position:absolute;right:-5px;top:5px}.component-player__playlist--log-editor .event.event-comment{white-space:normal}.component-player__playlist--log-editor .event.event-comment div{border:1px solid #fff;border-radius:4px;padding:0 8px;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.component-player__playlist--log-editor .event.event-comment div span{padding-right:4px}.component-player__playlist--log-editor .event.event-error{color:tomato}.component-player__playlist--log-editor .performer{padding-right:4px}.component-player__playlist--log-editor .category,.component-player__playlist--log-editor .performer{display:table-cell;width:130px;max-width:130px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.component-player__playlist--log-editor .status{display:table-cell;width:60px;line-height:32px;height:32px}.component-player__playlist--log-editor .status span{font-size:18px;vertical-align:middle}.component-player__playlist--log-editor .status .icon-brightness_1{font-size:8px;padding-right:5px;padding-left:5px}.component-player__playlist--log-editor .actions{width:88px;display:table-cell;padding-right:8px}.component-player__playlist--log-editor .actions a{font-size:18px;padding-right:4px;text-decoration:none;vertical-align:middle}.component-player__playlist--log-editor .actions a:hover{opacity:.5}.component-player__playlist--log-editor .component-player__playlist__header{display:table;text-transform:uppercase;height:32px;width:100%;line-height:32px;border-bottom:1px solid #303030}.component-player__playlist--log-editor .component-player__playlist_ul{list-style:none;margin:0;padding:0;overflow-y:auto}.component-player__playlist--log-editor .component-player__playlist_ul .scrollable{height:-webkit-calc(100vh - 366px);height:calc(100vh - 366px);overflow-y:overlay}.component-player__playlist--log-editor .component-player__playlist_ul .scrollable::-webkit-scrollbar{width:8px}.component-player__playlist--log-editor .component-player__playlist_ul .scrollable::-webkit-scrollbar-track{-webkit-box-shadow:inset 0 0 6px rgba(0,0,0,.3)}.component-player__playlist--log-editor .component-player__playlist_ul .scrollable::-webkit-scrollbar-thumb{background-color:#606060;outline:1px solid rgba(32,32,32,.7);border-radius:4px}.component-player__playlist--log-editor .component-player__playlist_ul li{height:32px;line-height:32px;width:100%;display:table;border-bottom:1px solid #303030;cursor:pointer}.component-player__playlist--log-editor .component-player__playlist_ul li:hover{background-color:#303030}.component-player__playlist--log-editor .component-player__playlist_ul li.playing{background-color:#b71c1c;border-bottom:none;height:33px;line-height:33px}.component-player__playlist--log-editor .component-player__playlist_ul li.playing:hover{background-color:#841818}.component-player__playlist--log-editor .component-player__playlist_ul li.playing-next{background-color:#388e3c;border-bottom:none;height:33px;line-height:33px}.component-player__playlist--log-editor .component-player__playlist_ul li.playing-next:hover{background-color:#276329}.component-player__playlist--log-editor .component-player__playlist_ul li.etm{background-color:#404040;border-bottom:none;height:33px;line-height:33px}.component-player__playlist--log-editor .component-player__playlist_ul li.spot{background-color:#404040;color:#909090;border-bottom:none;height:33px;line-height:33px}.component-player__playlist--log-editor .component-player__playlist_ul li.spot .icon-attach_money{color:#909090}.component-player__playlist--log-editor .component-player__playlist_ul li:last-child{border-bottom:1px solid #202020}.component-player__playlist--log-editor .component-player__playlist_ul li.break{background-color:#202020;border-bottom:none;font-weight:700}.component-player__playlist--log-editor .component-player__playlist_ul li.break a{text-decoration:none;color:#fff}.component-player__playlist--log-editor .component-player__playlist_ul li.break .break-header{display:table;width:100%;border-bottom:1px solid #202020}.component-player__playlist--log-editor .component-player__playlist_ul li.break ul{padding:0}.component-player__playlist--log-editor .component-player__playlist_ul li.break ul li{cursor:pointer}.sm .component-player--log-editor .component_player__actions{position:relative;padding:24px 0 8px 16px;border-bottom:1px solid #303030}.sm .component-player--log-editor .component_player__actions .edit-controls button{font-size:12px}.sm .component-player--log-editor .component_player__actions .block-date{position:absolute;top:8px}.sm .component-player--log-editor .component_player__actions .block-date h2{font-size:12px}.md .component-player--log-editor .component_player__actions{padding:16px 4px 16px 16px;border-bottom:1px solid #303030}.md .component-player--log-editor .component_player__actions .block-date h2,.md .component-player--log-editor .component_player__actions .edit-controls button{font-size:12px}.component-player--air-player{background:#202020;display:table;width:100%;overflow:hidden}.component-player--air-player .component_player__row{vertical-align:bottom}.component-player--air-player .component_player__row .component_player__title{padding:16px;overflow:hidden;width:100%;display:table;position:relative}.component-player--air-player .component_player__row .component_player__title .component_player__titles{max-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;display:table-cell;padding-top:8px;vertical-align:bottom}.component-player--air-player .component_player__row .component_player__title h2{font-size:24px;line-height:34px;margin:0;padding:0;font-weight:400;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;position:absolute;top:20px;width:-webkit-calc(100% - 64px);width:calc(100% - 64px)}.component-player--air-player .component_player__row .component_player__title h3{font-size:16px;margin:0;padding:0;font-weight:400;color:#ff5722;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;padding-bottom:8px}.component-player--air-player .component_player__row .component_player__title p{text-transform:uppercase;font-size:12px;margin:0;font-weight:700;padding-top:4px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.component-player--air-player .component_player__row .component_player__title .volumeter{width:20px;display:table-cell;vertical-align:bottom}.component-player--air-player .component_player__row .component_player_timer{display:table-cell;width:98px;vertical-align:bottom}.component-player--air-player .component_player__row .component_player_timer .time{font-size:24px;color:#ff5722;margin-right:10px;line-height:1}.component-player--air-player .component_player__row .component_player_timer .cue{text-decoration:none;color:#fff;margin-right:5px;font-size:14px}.component-player--air-player .component_player__row .component_player_timer .intro{font-size:14px;padding-right:8px}.component-player--air-player .component_player__row .component_player_timer .circle{width:16px;height:16px;background-color:#606060;border-radius:50%;margin-left:8px;display:inline-block}.component-player--air-player .component_player__actions{height:49px;padding:0 16px;width:100%;background-color:#202020;border-top:1px solid #202020;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.component-player--air-player .component_player__actions a{text-decoration:none;font-size:24px;line-height:48px;padding:0 8px;height:48px;width:24px}.component-player--air-player .component_player__actions a:hover{opacity:.5}.component-player--air-player .component_player__actions .component_player__actions--left{white-space:nowrap;overflow-y:hidden;overflow-x:auto;max-width:240px}.component-player--air-player .component_player__actions .component_player__actions--left::-webkit-scrollbar{height:8px}.component-player--air-player .component_player__actions .component_player__actions--left::-webkit-scrollbar-track{-webkit-box-shadow:inset 0 0 6px rgba(0,0,0,.3)}.component-player--air-player .component_player__actions .component_player__actions--left::-webkit-scrollbar-thumb{background-color:#606060;outline:1px solid rgba(32,32,32,.7);border-radius:4px}.component-player--air-player .component_player__actions .component_player__actions--right{-ms-flex-negative:0;flex-shrink:0;padding-left:8px}.component-player--air-player .component_player__actions .component_player__actions__dropdown{padding:0}.component-player--air-player .component_player__actions .component_player__actions__dropdown a{text-decoration:none;color:#fff;font-size:12px;padding:0;display:inline-block;width:auto}.component-player--air-player .component_player__actions .component_player__actions__dropdown a:after{content:"\E5C5";font-family:epicfont;top:5px;left:4px;font-size:21px;line-height:24px;position:relative}.component-player--air-player .component_player__actions .component_player__actions__dropdown a:hover{color:hsla(0,0%,100%,.5)}.component-player--air-player .component_player__actions .component_player__actions__dropdown .icon-playlist__play{position:relative;top:7px;margin-right:4px}.component-player--air-player .component_player__actions .component_player__actions__dropdown select{font-family:Roboto,sans-serif;font-size:12px;text-transform:none;width:100px;height:48px;margin-bottom:0;padding-right:24px;padding-left:0;font-weight:400;cursor:pointer;background:#202020 url(/static/assets/images/ic_arrow_drop_down_white_36px.svg) no-repeat 100%;background-size:21px;border-radius:3px;color:#fff;border:none;-webkit-appearance:none}.component-player--air-player .component_player__actions__buttons a{display:block;text-decoration:none;text-transform:uppercase;font-family:Roboto Condensed,sans-serif;font-weight:700;color:#fff;margin-bottom:4px}.component-player--air-player .component_player__actions__buttons a:hover{color:hsla(0,0%,100%,.5)}.component-player-controlbar{background:#303030;position:relative}.component-player-controlbar .progress-bar{position:absolute;height:6px;width:100%;background:hsla(0,0%,100%,.2);cursor:pointer}.component-player-controlbar .progress-bar:hover{height:10px;top:-2px}.component-player-controlbar .progress-bar:hover .progress-bar__pro{height:10px}.component-player-controlbar .progress-bar .progress-bar__pro{height:6px;position:absolute;top:0;left:0;width:70%;background:#ff5722}.component-player-controlbar .progress-bar .progress-bar__seek-bar{height:10px;position:absolute;top:0;left:0;background:hsla(0,0%,100%,.3)}.component-player-controlbar .progress-bar .progress-bar__seek{height:20px;bottom:14px;display:block;cursor:pointer;background:#202020;position:absolute;border-radius:10px;font-size:11px;padding:1px 8px;line-height:20px}.component-player-controlbar .component-player-controlbar__controls{height:48px;padding:10px 8px 8px}.component-player-controlbar .component-player-controlbar__controls a{text-decoration:none;font-size:21px;padding:0 5px;height:32px;line-height:32px}.component-player-controlbar .component-player-controlbar__controls a.icon-26{font-size:19px}.component-player-controlbar .component-player-controlbar__controls a.active.icon-fiber_manual_record{color:red}.component-player-controlbar .component-player-controlbar__controls a:hover{color:hsla(0,0%,100%,.5)}.component-player-controlbar .component-player-controlbar__controls a.auto{text-decoration:none;text-transform:uppercase;font-family:Roboto Condensed,sans-serif;font-weight:700;color:#fff;font-size:14px;top:-6px;position:relative}.component-player-controlbar .component-player-controlbar__controls a.active{color:#ff5722}.component-player__playlist--air-player{width:100%;background-color:#202020}.component-player__playlist--air-player .time{display:table-cell;padding-left:8px;width:70px}.component-player__playlist--air-player .length{display:table-cell;width:60px}.component-player__playlist--air-player .event{display:table-cell;max-width:0;width:auto;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;position:relative}.component-player__playlist--air-player .event span{font-size:18px;vertical-align:middle}.component-player__playlist--air-player .event .dropdown{position:absolute;right:-5px;top:5px}.component-player__playlist--air-player .performer{display:table-cell;width:160px;max-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;position:relative}.component-player__playlist--air-player .performer span{font-size:18px;vertical-align:middle}.component-player__playlist--air-player .status{display:table-cell;width:60px;line-height:32px;height:32px}.component-player__playlist--air-player .status span{font-size:18px;vertical-align:middle}.component-player__playlist--air-player .status .icon-brightness_1{font-size:8px;padding-right:5px;padding-left:5px}.component-player__playlist--air-player .actions{width:88px;display:table-cell;padding-right:8px}.component-player__playlist--air-player .actions a{font-size:18px;padding-right:4px;text-decoration:none;vertical-align:middle}.component-player__playlist--air-player .actions a:hover{opacity:.5}.component-player__playlist--air-player .component-player__playlist__header{display:table;text-transform:uppercase;height:32px;width:100%;line-height:32px;border-bottom:1px solid #303030}.component-player__playlist--air-player .component-player__playlist_ul{list-style:none;margin:0;padding:0;overflow-y:auto}.component-player__playlist--air-player .component-player__playlist_ul .scrollable{height:-webkit-calc(100vh - 376px);height:calc(100vh - 376px);overflow-y:overlay}.component-player__playlist--air-player .component-player__playlist_ul .scrollable::-webkit-scrollbar{width:8px}.component-player__playlist--air-player .component-player__playlist_ul .scrollable::-webkit-scrollbar-track{-webkit-box-shadow:inset 0 0 6px rgba(0,0,0,.3)}.component-player__playlist--air-player .component-player__playlist_ul .scrollable::-webkit-scrollbar-thumb{background-color:#606060;outline:1px solid rgba(32,32,32,.7);border-radius:4px}.component-player__playlist--air-player .component-player__playlist_ul li{height:32px;line-height:32px;width:100%;display:table;border-bottom:1px solid #303030;cursor:pointer}.component-player__playlist--air-player .component-player__playlist_ul li:hover{background-color:#303030}.component-player__playlist--air-player .component-player__playlist_ul li.playing{background-color:#b71c1c;border-bottom:none;height:33px;line-height:33px}.component-player__playlist--air-player .component-player__playlist_ul li.playing:hover{background-color:#841818}.component-player__playlist--air-player .component-player__playlist_ul li.playing-next{background-color:#388e3c;border-bottom:none;height:33px;line-height:33px}.component-player__playlist--air-player .component-player__playlist_ul li.playing-next:hover{background-color:#276329}.component-player__playlist--air-player .component-player__playlist_ul li.etm{background-color:#404040;border-bottom:none;height:33px;line-height:33px}.component-player__playlist--air-player .component-player__playlist_ul li.spot{background-color:#404040;color:#909090;border-bottom:none;height:33px;line-height:33px}.component-player__playlist--air-player .component-player__playlist_ul li.spot .icon-attach_money{color:#909090}.component-player__playlist--air-player .component-player__playlist_ul li:last-child{border-bottom:1px solid #202020}.component-player__playlist--air-player .component-player__playlist_ul li.break{background-color:#202020;border-bottom:none;font-weight:700}.component-player__playlist--air-player .component-player__playlist_ul li.break a{text-decoration:none;color:#fff}.component-player__playlist--air-player .component-player__playlist_ul li.break .break-header{display:table;width:100%;border-bottom:1px solid #202020}.component-player__playlist--air-player .component-player__playlist_ul li.break ul{padding:0}.component-player__playlist--air-player .component-player__playlist_ul li.break ul li{cursor:pointer}.sm .component-player-controlbar .component-player-controlbar__controls a{font-size:18px}.sm .component-player-controlbar .component-player-controlbar__controls a.icon-26{font-size:16px}.md .performer,.sm .performer{display:none}.component-modal{z-index:2;max-width:100%}.component-modal-overlay{z-index:1}.full-dashboard{grid-template-columns:1fr 1fr 1fr 1fr}[class*=" icon-"][data-v-4455707c],[class^=icon-][data-v-4455707c]{font-family:epicfont!important;speak:none;font-size:24px;color:#fff;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;line-height:1;position:relative;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.icon-stop_play2[data-v-4455707c]:before{content:"\E907"}.icon-play_fade[data-v-4455707c]:before{content:"\E905"}.icon-stop_fade[data-v-4455707c]:before{content:"\E906"}.icon-ic_piramide[data-v-4455707c]:before{content:"\E903";color:#fff}.icon-ic_add_circle_outline_white_36px[data-v-4455707c]:before{content:"\E900";color:#fff}.icon-arrow-expand-horizontal[data-v-4455707c]:before{content:"\E904"}.icon-application[data-v-4455707c]:before{content:"\E901"}.icon-thermometer[data-v-4455707c]:before{content:"\E902"}.icon-schedule[data-v-4455707c]:before{content:"\E8B5"}.icon-add[data-v-4455707c]:before{content:"\E145"}.icon-add_box[data-v-4455707c]:before{content:"\E146"}.icon-arrow_drop_down[data-v-4455707c]:before{content:"\E5C5"}.icon-attach_money[data-v-4455707c]:before{content:"\E227"}.icon-audiotrack[data-v-4455707c]:before{content:"\E3A1"}.icon-brightness_1[data-v-4455707c]:before{content:"\E3A6"}.icon-build[data-v-4455707c]:before{content:"\E869"}.icon-check[data-v-4455707c]:before{content:"\E5CA"}.icon-close[data-v-4455707c]:before{content:"\E5CD"}.icon-cloud_queue[data-v-4455707c]:before{content:"\E2C2"}.icon-content_copy[data-v-4455707c]:before{content:"\E14D"}.icon-create_new_folder[data-v-4455707c]:before{content:"\E2CC"}.icon-date_range[data-v-4455707c]:before{content:"\E916"}.icon-delete[data-v-4455707c]:before{content:"\E872"}.icon-eject[data-v-4455707c]:before{content:"\E8FB"}.icon-error_outline[data-v-4455707c]:before{content:"\E001"}.icon-folder[data-v-4455707c]:before{content:"\E2C7"}.icon-link[data-v-4455707c]:before{content:"\E157"}.icon-more_horiz[data-v-4455707c]:before{content:"\E5D3"}.icon-more_vert[data-v-4455707c]:before{content:"\E5D4"}.icon-pause[data-v-4455707c]:before{content:"\E034"}.icon-person_outline[data-v-4455707c]:before{content:"\E7FF"}.icon-play_arrow[data-v-4455707c]:before{content:"\E037"}.icon-radio[data-v-4455707c]:before{content:"\E03E"}.icon-refresh[data-v-4455707c]:before{content:"\E5D5"}.icon-search[data-v-4455707c]:before{content:"\E8B6"}.icon-settings[data-v-4455707c]:before{content:"\E8B8"}.icon-skip_next[data-v-4455707c]:before{content:"\E044"}.icon-stop[data-v-4455707c]:before{content:"\E047"}.icon-view_quilt[data-v-4455707c]:before{content:"\E8F1"}.icon-mode_edit[data-v-4455707c]:before{content:"\E254"}.icon-star[data-v-4455707c]:before{content:"\E838"}.icon-star_border[data-v-4455707c]:before{content:"\E83A"}.icon-favorite[data-v-4455707c]:before{content:"\E87D"}.icon-favorite_border[data-v-4455707c]:before{content:"\E87E"}.icon-rss_feed[data-v-4455707c]:before{content:"\E0E5"}.icon-volume_off[data-v-4455707c]:before{content:"\E04F"}.icon-volume_up[data-v-4455707c]:before{content:"\E050"}.icon-speaker[data-v-4455707c]:before{content:"\E32D"}.icon-headset[data-v-4455707c]:before{content:"\E310"}.icon-headset_off[data-v-4455707c]:before{content:"\E908"}.icon-label_off[data-v-4455707c]:before{content:"\E909"}.icon-indeterminate_check_box[data-v-4455707c]:before{content:"\E90A"}.icon-label[data-v-4455707c]:before{content:"\E892"}.icon-view_stream[data-v-4455707c]:before{content:"\E8F2"}.icon-short_text[data-v-4455707c]:before{content:"\E261"}.icon-view_agenda[data-v-4455707c]:before{content:"\E8E9"}.icon-drag_handle[data-v-4455707c]:before{content:"\E25D"}.icon-fiber_manual_record[data-v-4455707c]:before{content:"\E061"}.icon-content_cut[data-v-4455707c]:before{content:"\E14E"}.icon-skip_previous[data-v-4455707c]:before{content:"\E045"}.icon-add_location[data-v-4455707c]:before{content:"\E567"}.icon-playlist__play[data-v-4455707c]:before{content:"\E05F"}.icon-playlist__add[data-v-4455707c]:before{content:"\E03B"}.icon-audio_ducking[data-v-4455707c]:before{content:"\E90B"}.icon-comment[data-v-4455707c]:before{content:"\E90C"}.icon-support_agent[data-v-4455707c]:before{content:"\E90D"}.icon-cancel[data-v-4455707c]:before{content:"\E5C9"}.icon-download[data-v-4455707c]:before{content:"\E910"}.icon-upload_file_black_24dp[data-v-4455707c]:before{content:"\E90F"}body[data-v-4455707c]{margin:0}[data-v-4455707c],[data-v-4455707c]:after,[data-v-4455707c]:before{box-sizing:border-box}html[data-v-4455707c]{font-family:Roboto,sans-serif;color:#fff;background:#101010;font-size:14px;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;-webkit-font-smoothing:antialiased}a[data-v-4455707c]{cursor:pointer}.violet[data-v-4455707c]{background-color:#9c27b0!important}.red[data-v-4455707c]{background-color:#f44336!important}.orange[data-v-4455707c]{background-color:#ff5722!important}.gray[data-v-4455707c]{background-color:#bdbdbd!important}.green[data-v-4455707c]{background-color:#4caf50!important}.yellow[data-v-4455707c]{background-color:#fbc02d!important}.blue[data-v-4455707c]{background-color:#03a9f4!important}.gray-blue[data-v-4455707c]{background-color:#546e7a!important}.disabled[data-v-4455707c]{opacity:.5}.selected[data-v-4455707c]{background-color:#6a8896}.selected[data-v-4455707c]:hover{background-color:#6a889694!important}body[data-v-4455707c]::-webkit-scrollbar{width:8px}body[data-v-4455707c]::-webkit-scrollbar-track{-webkit-box-shadow:inset 0 0 6px rgba(0,0,0,.3)}body[data-v-4455707c]::-webkit-scrollbar-thumb{background-color:#606060;outline:1px solid rgba(32,32,32,.7);border-radius:4px}.item-container[data-v-4455707c]{overflow:hidden}.component-container[data-v-4455707c]{height:100%;position:relative}.component-top[data-v-4455707c]{background:#151515;font-family:Roboto Condensed,sans-serif;font-size:0}.component-top input[type=button][data-v-4455707c]{font-family:Roboto Condensed,sans-serif;text-decoration:none;color:#fff;font-size:14px;vertical-align:top;display:table-cell;width:96px;background:none;border:none;text-transform:uppercase;height:48px;line-height:48px;padding:0 16px;cursor:pointer}.component-top input[type=button][data-v-4455707c]:hover{opacity:.5}.component-top__selectors[data-v-4455707c]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;overflow:hidden;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.component-top__selectors .component-top__logo[data-v-4455707c]{padding:16px 16px 0}.component-top__selectors .component-top__selectors__group[data-v-4455707c]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-left:8px;-ms-flex-wrap:wrap;flex-wrap:wrap}.component-top__selectors .component-top__selectors__group .component-top__station[data-v-4455707c]{height:48px;line-height:48px;padding:0 8px}.component-top__selectors .component-top__selectors__group .component-top__station[data-v-4455707c]:first-child{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.component-top__selectors .component-top__selectors__group .component-top__station:first-child span[data-v-4455707c]{top:0}.component-top__selectors .component-top__selectors__group input[data-v-4455707c]{text-align:left;padding:0 0 0 8px}.component-top__logo[data-v-4455707c]{font-family:Roboto Condensed,sans-serif;font-size:14px;color:#ff5722;padding:15px 16px;text-transform:uppercase;display:inline-block}.component-top__station[data-v-4455707c]{font-size:12px;display:inline-block;padding:5px 16px 15px;position:relative}.component-top__station select[data-v-4455707c]{font-family:Roboto,sans-serif;font-size:12px;text-transform:none;width:auto;height:24px;margin-bottom:0;padding-right:24px;padding-left:4px;font-weight:400;cursor:pointer;background:#202020 url(/static/assets/images/ic_arrow_drop_down_white_36px.svg) no-repeat 100%;background-size:21px;border-radius:3px;color:#fff;border:none;-webkit-appearance:none}.component-top__station .icon-radio[data-v-4455707c]{top:2px;margin-right:8px;font-size:18px}.component-top__station .component-top__station--dropdown[data-v-4455707c]{background:#202020;border-radius:4px;position:absolute;box-shadow:0 0 18px 0 rgba(0,0,0,.4);z-index:1;padding:8px 0;width:120px;margin-top:8px}.component-top__station .component-top__station--dropdown a[data-v-4455707c]{text-decoration:none;color:#fff;font-family:Roboto,sans-serif;display:block;line-height:16px;padding:8px 16px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.component-top__station .component-top__station--dropdown a[data-v-4455707c]:hover{color:#ff5722}.component-top__station>a[data-v-4455707c]{text-decoration:none;color:#fff;font-family:Roboto,sans-serif}.component-top__station>a[data-v-4455707c]:after{content:"\E5C5";font-family:epicfont;top:5px;left:4px;font-size:21px;line-height:24px;position:relative}.component-top__station>a[data-v-4455707c]:before{content:"\E03E";font-family:epicfont;top:2px;margin-right:8px;font-size:18px;position:relative}.component-top__actions[data-v-4455707c]{float:right;padding:11px 16px}.component-top__actions a[data-v-4455707c]{text-decoration:none}.component-top__actions a[data-v-4455707c]:first-child{margin-right:10px}.components-grid[data-v-4455707c]{grid-template-columns:1fr 1fr}[class*=" icon-"][data-v-4d25c372],[class^=icon-][data-v-4d25c372]{font-family:epicfont!important;speak:none;font-size:24px;color:#fff;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;line-height:1;position:relative;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.icon-stop_play2[data-v-4d25c372]:before{content:"\E907"}.icon-play_fade[data-v-4d25c372]:before{content:"\E905"}.icon-stop_fade[data-v-4d25c372]:before{content:"\E906"}.icon-ic_piramide[data-v-4d25c372]:before{content:"\E903";color:#fff}.icon-ic_add_circle_outline_white_36px[data-v-4d25c372]:before{content:"\E900";color:#fff}.icon-arrow-expand-horizontal[data-v-4d25c372]:before{content:"\E904"}.icon-application[data-v-4d25c372]:before{content:"\E901"}.icon-thermometer[data-v-4d25c372]:before{content:"\E902"}.icon-schedule[data-v-4d25c372]:before{content:"\E8B5"}.icon-add[data-v-4d25c372]:before{content:"\E145"}.icon-add_box[data-v-4d25c372]:before{content:"\E146"}.icon-arrow_drop_down[data-v-4d25c372]:before{content:"\E5C5"}.icon-attach_money[data-v-4d25c372]:before{content:"\E227"}.icon-audiotrack[data-v-4d25c372]:before{content:"\E3A1"}.icon-brightness_1[data-v-4d25c372]:before{content:"\E3A6"}.icon-build[data-v-4d25c372]:before{content:"\E869"}.icon-check[data-v-4d25c372]:before{content:"\E5CA"}.icon-close[data-v-4d25c372]:before{content:"\E5CD"}.icon-cloud_queue[data-v-4d25c372]:before{content:"\E2C2"}.icon-content_copy[data-v-4d25c372]:before{content:"\E14D"}.icon-create_new_folder[data-v-4d25c372]:before{content:"\E2CC"}.icon-date_range[data-v-4d25c372]:before{content:"\E916"}.icon-delete[data-v-4d25c372]:before{content:"\E872"}.icon-eject[data-v-4d25c372]:before{content:"\E8FB"}.icon-error_outline[data-v-4d25c372]:before{content:"\E001"}.icon-folder[data-v-4d25c372]:before{content:"\E2C7"}.icon-link[data-v-4d25c372]:before{content:"\E157"}.icon-more_horiz[data-v-4d25c372]:before{content:"\E5D3"}.icon-more_vert[data-v-4d25c372]:before{content:"\E5D4"}.icon-pause[data-v-4d25c372]:before{content:"\E034"}.icon-person_outline[data-v-4d25c372]:before{content:"\E7FF"}.icon-play_arrow[data-v-4d25c372]:before{content:"\E037"}.icon-radio[data-v-4d25c372]:before{content:"\E03E"}.icon-refresh[data-v-4d25c372]:before{content:"\E5D5"}.icon-search[data-v-4d25c372]:before{content:"\E8B6"}.icon-settings[data-v-4d25c372]:before{content:"\E8B8"}.icon-skip_next[data-v-4d25c372]:before{content:"\E044"}.icon-stop[data-v-4d25c372]:before{content:"\E047"}.icon-view_quilt[data-v-4d25c372]:before{content:"\E8F1"}.icon-mode_edit[data-v-4d25c372]:before{content:"\E254"}.icon-star[data-v-4d25c372]:before{content:"\E838"}.icon-star_border[data-v-4d25c372]:before{content:"\E83A"}.icon-favorite[data-v-4d25c372]:before{content:"\E87D"}.icon-favorite_border[data-v-4d25c372]:before{content:"\E87E"}.icon-rss_feed[data-v-4d25c372]:before{content:"\E0E5"}.icon-volume_off[data-v-4d25c372]:before{content:"\E04F"}.icon-volume_up[data-v-4d25c372]:before{content:"\E050"}.icon-speaker[data-v-4d25c372]:before{content:"\E32D"}.icon-headset[data-v-4d25c372]:before{content:"\E310"}.icon-headset_off[data-v-4d25c372]:before{content:"\E908"}.icon-label_off[data-v-4d25c372]:before{content:"\E909"}.icon-indeterminate_check_box[data-v-4d25c372]:before{content:"\E90A"}.icon-label[data-v-4d25c372]:before{content:"\E892"}.icon-view_stream[data-v-4d25c372]:before{content:"\E8F2"}.icon-short_text[data-v-4d25c372]:before{content:"\E261"}.icon-view_agenda[data-v-4d25c372]:before{content:"\E8E9"}.icon-drag_handle[data-v-4d25c372]:before{content:"\E25D"}.icon-fiber_manual_record[data-v-4d25c372]:before{content:"\E061"}.icon-content_cut[data-v-4d25c372]:before{content:"\E14E"}.icon-skip_previous[data-v-4d25c372]:before{content:"\E045"}.icon-add_location[data-v-4d25c372]:before{content:"\E567"}.icon-playlist__play[data-v-4d25c372]:before{content:"\E05F"}.icon-playlist__add[data-v-4d25c372]:before{content:"\E03B"}.icon-audio_ducking[data-v-4d25c372]:before{content:"\E90B"}.icon-comment[data-v-4d25c372]:before{content:"\E90C"}.icon-support_agent[data-v-4d25c372]:before{content:"\E90D"}.icon-cancel[data-v-4d25c372]:before{content:"\E5C9"}.icon-download[data-v-4d25c372]:before{content:"\E910"}.icon-upload_file_black_24dp[data-v-4d25c372]:before{content:"\E90F"}body[data-v-4d25c372]{margin:0}[data-v-4d25c372],[data-v-4d25c372]:after,[data-v-4d25c372]:before{box-sizing:border-box}html[data-v-4d25c372]{font-family:Roboto,sans-serif;color:#fff;background:#101010;font-size:14px;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;-webkit-font-smoothing:antialiased}a[data-v-4d25c372]{cursor:pointer}.violet[data-v-4d25c372]{background-color:#9c27b0!important}.red[data-v-4d25c372]{background-color:#f44336!important}.orange[data-v-4d25c372]{background-color:#ff5722!important}.gray[data-v-4d25c372]{background-color:#bdbdbd!important}.green[data-v-4d25c372]{background-color:#4caf50!important}.yellow[data-v-4d25c372]{background-color:#fbc02d!important}.blue[data-v-4d25c372]{background-color:#03a9f4!important}.gray-blue[data-v-4d25c372]{background-color:#546e7a!important}.disabled[data-v-4d25c372]{opacity:.5}.selected[data-v-4d25c372]{background-color:#6a8896}.selected[data-v-4d25c372]:hover{background-color:#6a889694!important}body[data-v-4d25c372]::-webkit-scrollbar{width:8px}body[data-v-4d25c372]::-webkit-scrollbar-track{-webkit-box-shadow:inset 0 0 6px rgba(0,0,0,.3)}body[data-v-4d25c372]::-webkit-scrollbar-thumb{background-color:#606060;outline:1px solid rgba(32,32,32,.7);border-radius:4px}.item-container[data-v-4d25c372]{overflow:hidden}.component-container[data-v-4d25c372]{height:100%;position:relative}.component-top[data-v-4d25c372]{background:#151515;font-family:Roboto Condensed,sans-serif;font-size:0}.component-top input[type=button][data-v-4d25c372]{font-family:Roboto Condensed,sans-serif;text-decoration:none;color:#fff;font-size:14px;vertical-align:top;display:table-cell;width:96px;background:none;border:none;text-transform:uppercase;height:48px;line-height:48px;padding:0 16px;cursor:pointer}.component-top input[type=button][data-v-4d25c372]:hover{opacity:.5}.component-top__selectors[data-v-4d25c372]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;overflow:hidden;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.component-top__selectors .component-top__logo[data-v-4d25c372]{padding:16px 16px 0}.component-top__selectors .component-top__selectors__group[data-v-4d25c372]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-left:8px;-ms-flex-wrap:wrap;flex-wrap:wrap}.component-top__selectors .component-top__selectors__group .component-top__station[data-v-4d25c372]{height:48px;line-height:48px;padding:0 8px}.component-top__selectors .component-top__selectors__group .component-top__station[data-v-4d25c372]:first-child{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.component-top__selectors .component-top__selectors__group .component-top__station:first-child span[data-v-4d25c372]{top:0}.component-top__selectors .component-top__selectors__group input[data-v-4d25c372]{text-align:left;padding:0 0 0 8px}.component-top__logo[data-v-4d25c372]{font-family:Roboto Condensed,sans-serif;font-size:14px;color:#ff5722;padding:15px 16px;text-transform:uppercase;display:inline-block}.component-top__station[data-v-4d25c372]{font-size:12px;display:inline-block;padding:5px 16px 15px;position:relative}.component-top__station select[data-v-4d25c372]{font-family:Roboto,sans-serif;font-size:12px;text-transform:none;width:auto;height:24px;margin-bottom:0;padding-right:24px;padding-left:4px;font-weight:400;cursor:pointer;background:#202020 url(/static/assets/images/ic_arrow_drop_down_white_36px.svg) no-repeat 100%;background-size:21px;border-radius:3px;color:#fff;border:none;-webkit-appearance:none}.component-top__station .icon-radio[data-v-4d25c372]{top:2px;margin-right:8px;font-size:18px}.component-top__station .component-top__station--dropdown[data-v-4d25c372]{background:#202020;border-radius:4px;position:absolute;box-shadow:0 0 18px 0 rgba(0,0,0,.4);z-index:1;padding:8px 0;width:120px;margin-top:8px}.component-top__station .component-top__station--dropdown a[data-v-4d25c372]{text-decoration:none;color:#fff;font-family:Roboto,sans-serif;display:block;line-height:16px;padding:8px 16px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.component-top__station .component-top__station--dropdown a[data-v-4d25c372]:hover{color:#ff5722}.component-top__station>a[data-v-4d25c372]{text-decoration:none;color:#fff;font-family:Roboto,sans-serif}.component-top__station>a[data-v-4d25c372]:after{content:"\E5C5";font-family:epicfont;top:5px;left:4px;font-size:21px;line-height:24px;position:relative}.component-top__station>a[data-v-4d25c372]:before{content:"\E03E";font-family:epicfont;top:2px;margin-right:8px;font-size:18px;position:relative}.component-top__actions[data-v-4d25c372]{float:right;padding:11px 16px}.component-top__actions a[data-v-4d25c372]{text-decoration:none}.component-top__actions a[data-v-4d25c372]:first-child{margin-right:10px}.components-grid[data-v-4d25c372]{grid-template-columns:1fr 1fr}[class*=" icon-"][data-v-1155d005],[class^=icon-][data-v-1155d005]{font-family:epicfont!important;speak:none;font-size:24px;color:#fff;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;line-height:1;position:relative;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.icon-stop_play2[data-v-1155d005]:before{content:"\E907"}.icon-play_fade[data-v-1155d005]:before{content:"\E905"}.icon-stop_fade[data-v-1155d005]:before{content:"\E906"}.icon-ic_piramide[data-v-1155d005]:before{content:"\E903";color:#fff}.icon-ic_add_circle_outline_white_36px[data-v-1155d005]:before{content:"\E900";color:#fff}.icon-arrow-expand-horizontal[data-v-1155d005]:before{content:"\E904"}.icon-application[data-v-1155d005]:before{content:"\E901"}.icon-thermometer[data-v-1155d005]:before{content:"\E902"}.icon-schedule[data-v-1155d005]:before{content:"\E8B5"}.icon-add[data-v-1155d005]:before{content:"\E145"}.icon-add_box[data-v-1155d005]:before{content:"\E146"}.icon-arrow_drop_down[data-v-1155d005]:before{content:"\E5C5"}.icon-attach_money[data-v-1155d005]:before{content:"\E227"}.icon-audiotrack[data-v-1155d005]:before{content:"\E3A1"}.icon-brightness_1[data-v-1155d005]:before{content:"\E3A6"}.icon-build[data-v-1155d005]:before{content:"\E869"}.icon-check[data-v-1155d005]:before{content:"\E5CA"}.icon-close[data-v-1155d005]:before{content:"\E5CD"}.icon-cloud_queue[data-v-1155d005]:before{content:"\E2C2"}.icon-content_copy[data-v-1155d005]:before{content:"\E14D"}.icon-create_new_folder[data-v-1155d005]:before{content:"\E2CC"}.icon-date_range[data-v-1155d005]:before{content:"\E916"}.icon-delete[data-v-1155d005]:before{content:"\E872"}.icon-eject[data-v-1155d005]:before{content:"\E8FB"}.icon-error_outline[data-v-1155d005]:before{content:"\E001"}.icon-folder[data-v-1155d005]:before{content:"\E2C7"}.icon-link[data-v-1155d005]:before{content:"\E157"}.icon-more_horiz[data-v-1155d005]:before{content:"\E5D3"}.icon-more_vert[data-v-1155d005]:before{content:"\E5D4"}.icon-pause[data-v-1155d005]:before{content:"\E034"}.icon-person_outline[data-v-1155d005]:before{content:"\E7FF"}.icon-play_arrow[data-v-1155d005]:before{content:"\E037"}.icon-radio[data-v-1155d005]:before{content:"\E03E"}.icon-refresh[data-v-1155d005]:before{content:"\E5D5"}.icon-search[data-v-1155d005]:before{content:"\E8B6"}.icon-settings[data-v-1155d005]:before{content:"\E8B8"}.icon-skip_next[data-v-1155d005]:before{content:"\E044"}.icon-stop[data-v-1155d005]:before{content:"\E047"}.icon-view_quilt[data-v-1155d005]:before{content:"\E8F1"}.icon-mode_edit[data-v-1155d005]:before{content:"\E254"}.icon-star[data-v-1155d005]:before{content:"\E838"}.icon-star_border[data-v-1155d005]:before{content:"\E83A"}.icon-favorite[data-v-1155d005]:before{content:"\E87D"}.icon-favorite_border[data-v-1155d005]:before{content:"\E87E"}.icon-rss_feed[data-v-1155d005]:before{content:"\E0E5"}.icon-volume_off[data-v-1155d005]:before{content:"\E04F"}.icon-volume_up[data-v-1155d005]:before{content:"\E050"}.icon-speaker[data-v-1155d005]:before{content:"\E32D"}.icon-headset[data-v-1155d005]:before{content:"\E310"}.icon-headset_off[data-v-1155d005]:before{content:"\E908"}.icon-label_off[data-v-1155d005]:before{content:"\E909"}.icon-indeterminate_check_box[data-v-1155d005]:before{content:"\E90A"}.icon-label[data-v-1155d005]:before{content:"\E892"}.icon-view_stream[data-v-1155d005]:before{content:"\E8F2"}.icon-short_text[data-v-1155d005]:before{content:"\E261"}.icon-view_agenda[data-v-1155d005]:before{content:"\E8E9"}.icon-drag_handle[data-v-1155d005]:before{content:"\E25D"}.icon-fiber_manual_record[data-v-1155d005]:before{content:"\E061"}.icon-content_cut[data-v-1155d005]:before{content:"\E14E"}.icon-skip_previous[data-v-1155d005]:before{content:"\E045"}.icon-add_location[data-v-1155d005]:before{content:"\E567"}.icon-playlist__play[data-v-1155d005]:before{content:"\E05F"}.icon-playlist__add[data-v-1155d005]:before{content:"\E03B"}.icon-audio_ducking[data-v-1155d005]:before{content:"\E90B"}.icon-comment[data-v-1155d005]:before{content:"\E90C"}.icon-support_agent[data-v-1155d005]:before{content:"\E90D"}.icon-cancel[data-v-1155d005]:before{content:"\E5C9"}.icon-download[data-v-1155d005]:before{content:"\E910"}.icon-upload_file_black_24dp[data-v-1155d005]:before{content:"\E90F"}body[data-v-1155d005]{margin:0}[data-v-1155d005],[data-v-1155d005]:after,[data-v-1155d005]:before{box-sizing:border-box}html[data-v-1155d005]{font-family:Roboto,sans-serif;color:#fff;background:#101010;font-size:14px;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;-webkit-font-smoothing:antialiased}a[data-v-1155d005]{cursor:pointer}.violet[data-v-1155d005]{background-color:#9c27b0!important}.red[data-v-1155d005]{background-color:#f44336!important}.orange[data-v-1155d005]{background-color:#ff5722!important}.gray[data-v-1155d005]{background-color:#bdbdbd!important}.green[data-v-1155d005]{background-color:#4caf50!important}.yellow[data-v-1155d005]{background-color:#fbc02d!important}.blue[data-v-1155d005]{background-color:#03a9f4!important}.gray-blue[data-v-1155d005]{background-color:#546e7a!important}.disabled[data-v-1155d005]{opacity:.5}.selected[data-v-1155d005]{background-color:#6a8896}.selected[data-v-1155d005]:hover{background-color:#6a889694!important}body[data-v-1155d005]::-webkit-scrollbar{width:8px}body[data-v-1155d005]::-webkit-scrollbar-track{-webkit-box-shadow:inset 0 0 6px rgba(0,0,0,.3)}body[data-v-1155d005]::-webkit-scrollbar-thumb{background-color:#606060;outline:1px solid rgba(32,32,32,.7);border-radius:4px}.item-container[data-v-1155d005]{overflow:hidden}.component-container[data-v-1155d005]{height:100%;position:relative}.component-top[data-v-1155d005]{background:#151515;font-family:Roboto Condensed,sans-serif;font-size:0}.component-top input[type=button][data-v-1155d005]{font-family:Roboto Condensed,sans-serif;text-decoration:none;color:#fff;font-size:14px;vertical-align:top;display:table-cell;width:96px;background:none;border:none;text-transform:uppercase;height:48px;line-height:48px;padding:0 16px;cursor:pointer}.component-top input[type=button][data-v-1155d005]:hover{opacity:.5}.component-top__selectors[data-v-1155d005]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;overflow:hidden;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.component-top__selectors .component-top__logo[data-v-1155d005]{padding:16px 16px 0}.component-top__selectors .component-top__selectors__group[data-v-1155d005]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-left:8px;-ms-flex-wrap:wrap;flex-wrap:wrap}.component-top__selectors .component-top__selectors__group .component-top__station[data-v-1155d005]{height:48px;line-height:48px;padding:0 8px}.component-top__selectors .component-top__selectors__group .component-top__station[data-v-1155d005]:first-child{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.component-top__selectors .component-top__selectors__group .component-top__station:first-child span[data-v-1155d005]{top:0}.component-top__selectors .component-top__selectors__group input[data-v-1155d005]{text-align:left;padding:0 0 0 8px}.component-top__logo[data-v-1155d005]{font-family:Roboto Condensed,sans-serif;font-size:14px;color:#ff5722;padding:15px 16px;text-transform:uppercase;display:inline-block}.component-top__station[data-v-1155d005]{font-size:12px;display:inline-block;padding:5px 16px 15px;position:relative}.component-top__station select[data-v-1155d005]{font-family:Roboto,sans-serif;font-size:12px;text-transform:none;width:auto;height:24px;margin-bottom:0;padding-right:24px;padding-left:4px;font-weight:400;cursor:pointer;background:#202020 url(/static/assets/images/ic_arrow_drop_down_white_36px.svg) no-repeat 100%;background-size:21px;border-radius:3px;color:#fff;border:none;-webkit-appearance:none}.component-top__station .icon-radio[data-v-1155d005]{top:2px;margin-right:8px;font-size:18px}.component-top__station .component-top__station--dropdown[data-v-1155d005]{background:#202020;border-radius:4px;position:absolute;box-shadow:0 0 18px 0 rgba(0,0,0,.4);z-index:1;padding:8px 0;width:120px;margin-top:8px}.component-top__station .component-top__station--dropdown a[data-v-1155d005]{text-decoration:none;color:#fff;font-family:Roboto,sans-serif;display:block;line-height:16px;padding:8px 16px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.component-top__station .component-top__station--dropdown a[data-v-1155d005]:hover{color:#ff5722}.component-top__station>a[data-v-1155d005]{text-decoration:none;color:#fff;font-family:Roboto,sans-serif}.component-top__station>a[data-v-1155d005]:after{content:"\E5C5";font-family:epicfont;top:5px;left:4px;font-size:21px;line-height:24px;position:relative}.component-top__station>a[data-v-1155d005]:before{content:"\E03E";font-family:epicfont;top:2px;margin-right:8px;font-size:18px;position:relative}.component-top__actions[data-v-1155d005]{float:right;padding:11px 16px}.component-top__actions a[data-v-1155d005]{text-decoration:none}.component-top__actions a[data-v-1155d005]:first-child{margin-right:10px}.components-grid[data-v-1155d005]{grid-template-columns:1fr}input:-webkit-autofill,input:-webkit-autofill:focus,input:-webkit-autofill:hover{-webkit-text-fill-color:hsla(0,0%,100%,.87);-webkit-box-shadow:0 0 0 1000px transparent inset;-webkit-transition:background-color 5000s ease-in-out 0s;transition:background-color 5000s ease-in-out 0s}.component-modal h2{color:#fff;font-family:Roboto,sans-serif;font-size:21px;line-height:29px;text-transform:none;margin-top:32px;padding-bottom:24px}.component-modal .button--delete{background:tomato;color:#fff}.auto-dj .settings__layout__group--item{margin-bottom:32px}.auto-dj .settings__categories,.auto-dj .settings__categories .scrollable{max-height:480px!important}.secuencerOrder{display:table-cell;padding-left:8px;width:35px}.draggingOver{opacity:.5}.waringText{color:red}.voiceTrack{display:grid;grid-template-columns:1fr 2.5fr;gap:8px;padding:0 16px 16px}.voiceTrack .component-container{padding:0 8px 8px;background:#101010;border-radius:4px}.voiceTrack__editor{display:grid;grid-template-columns:auto 96px;grid-template-rows:auto 64px;gap:8px;padding:8px;border-radius:4px;background:#101010}.voice-track__container-voice{position:relative;border-radius:4px;background:#202020}.voice-track__container-voice__sounds{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;height:100%}.voice-track__container-voice__line-end,.voice-track__container-voice__line-start{position:absolute;top:0;bottom:0;border:2px solid #ff0}.voiceTrack__sound-waves{display:-webkit-box;display:-ms-flexbox;display:flex;width:100%;height:200px;position:relative;border-top:1px solid #606060;border-bottom:1px solid #606060}.voiceTrack__sound-waves:first-child .voiceTrack__sound-waves__waves{width:40%;position:relative}.voiceTrack__sound-waves:first-child .voiceTrack__sound-waves__waves:after{content:"";position:absolute;width:3px;height:100%;right:25%;top:0;background:violet}.voiceTrack__sound-waves:nth-child(2) .voiceTrack__sound-waves__waves{background:#ff5722 url(/static/assets/images/sound-wave.png);background-repeat:no-repeat;background-size:cover;background-position:50%;margin-left:30%;width:40%;position:relative}.voiceTrack__sound-waves:nth-child(3) .voiceTrack__sound-waves__waves{width:40%;margin-left:60%}.voiceTrack__sound-waves:nth-child(3) .voiceTrack__sound-waves__waves:after{content:"";position:absolute;width:3px;height:100%;right:30%;top:0;background:violet}.voiceTrack__sound-waves__waves{background:#6a8896 url(/static/assets/images/sound-wave.png);background-repeat:no-repeat;background-size:cover;background-position:50%;width:100%}.voiceTrack__sound-waves__waves__title{background:rgba(0,0,0,.5);padding:4px 8px;width:100%}.voiceTrack__sound-waves__edit{position:absolute;width:25%;z-index:1;top:0;bottom:0}.voiceTrack__sound-waves__edit__zone{cursor:move;position:absolute;left:5px;right:5px;top:0;bottom:0;z-index:2;background:rgba(0,0,0,.1)}.voiceTrack__sound-waves__edit__left{left:2px}.voiceTrack__sound-waves__edit__right{right:4px}.voiceTrack__sound-waves__edit__left,.voiceTrack__sound-waves__edit__right{z-index:2;position:absolute;top:0;bottom:0;width:2px;background:#ff0;cursor:e-resize}.sound-rec{width:100%;height:200px;position:relative;border-top:1px solid #606060;border-bottom:1px solid #606060;background:#ff5722}.sound-rec,.voiceTrack__vumeter{display:-webkit-box;display:-ms-flexbox;display:flex}.voiceTrack__vumeter{width:96px;height:auto;background:#202020;border-radius:4px;padding:16px;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.voiceTrack__vumeter__info{margin-left:8px}.voiceTrack__vumeter__info ul{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding:0;margin:0;list-style:none;height:100%;color:#fafafa}.voiceTrack__vumeter__player{background:#101010;width:32px;height:auto;position:relative}.voiceTrack__vumeter__player:before{left:-8px}.voiceTrack__vumeter__player:after,.voiceTrack__vumeter__player:before{content:"";display:block;position:absolute;width:4px;height:56px;background:green;top:36px}.voiceTrack__vumeter__player:after{right:-8px}.component-player--voice-track{background:#101010;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:100%;overflow:hidden;padding:4px 0;border-radius:4px 4px 0 0}.component-player--voice-track .component-top__logo{-ms-flex-negative:0;flex-shrink:0}.component-player--voice-track .component_player__row{display:table-cell;vertical-align:bottom}.component-player--voice-track .component_player__row .component_player__title{padding:16px;overflow:hidden;width:100%;display:table;position:relative;background:#303030}.component-player--voice-track .component_player__row .component_player__title .component_player__titles{max-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;display:table-cell;vertical-align:bottom}.component-player--voice-track .component_player__row .component_player__title h2{font-size:24px;line-height:34px;margin:0;padding:0;font-weight:400;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;position:absolute;top:20px;width:-webkit-calc(100% - 164px);width:calc(100% - 164px)}.component-player--voice-track .component_player__row .component_player__title .component_player__titles__group{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.component-player--voice-track .component_player__row .component_player__title h3{font-size:16px;margin:0;padding:0;font-weight:400;color:#ff5722;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.component-player--voice-track .component_player__row .component_player__title p{text-transform:uppercase;font-size:12px;margin:0 16px;font-weight:700;padding-top:4px;overflow:hidden;text-overflow:ellipsis;background:#fff;white-space:nowrap;color:#202020;border-radius:10px;padding:4px 12px}.component-player--voice-track .component_player__row .component_player__title .volumeter{width:20px;display:table-cell;vertical-align:bottom}.component-player--voice-track .component_player__row .component_player__title .volumeter canvas{height:54px;width:6px}.component-player--voice-track .component_player__row .component_player_timer{display:table-cell;width:98px;vertical-align:bottom}.component-player--voice-track .component_player__row .component_player_timer .time{font-size:24px;color:#ff5722;margin-right:10px;line-height:1}.component-player--voice-track .component_player__row .component_player_timer .cue{text-decoration:none;color:#fff;margin-right:5px;font-size:14px}.component-player--voice-track .component_player__row .component_player_timer .intro{font-size:14px;padding-right:8px}.component-player--voice-track .component_player__row .component_player_timer .circle{width:16px;height:16px;background-color:#606060;border-radius:50%;margin-left:8px;display:inline-block}.component-player--voice-track .component_player__actions{background:#101010;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding-right:16px}.component-player--voice-track .component_player__actions .edit-controls{display:-webkit-box;display:-ms-flexbox;display:flex}.component-player--voice-track .component_player__actions .edit-controls input{background-color:transparent;color:hsla(0,0%,100%,.87);border:none;border-bottom:1px solid #fff;outline:0;width:100%;padding:0;box-shadow:none;border-radius:0;font-size:14px;font-family:inherit;line-height:1;background-image:none;height:32px;padding-top:0;margin-right:16px}.component-player--voice-track .component_player__actions .edit-controls input:focus{border-color:#ff5722}.component-player--voice-track .component_player__actions .edit-controls input:disabled{opacity:.5}.component-player--voice-track .component_player__actions .edit-controls input[type=date]{max-width:160px}.component-player--voice-track .component_player__actions .edit-controls input[type=date]::-webkit-clear-button,.component-player--voice-track .component_player__actions .edit-controls input[type=date]::-webkit-inner-spin-button{display:none}.component-player--voice-track .component_player__actions .edit-controls input[type=date]::-webkit-calendar-picker-indicator{-webkit-filter:invert(1);filter:invert(1)}.component-player--voice-track .component_player__actions .edit-controls button{font-family:Roboto Condensed,sans-serif;font-size:14px;color:#202020;background:#fff;padding:8px 24px;text-align:center;float:left;text-transform:uppercase;border:none;border-radius:4px;cursor:pointer}.component-player--voice-track .component_player__actions .edit-controls button:hover{opacity:.5}.component-player--voice-track .component_player__actions .edit-controls button.button-cancel{background:none;color:#fff;padding:8px 16px 8px 24px}.component-player--voice-track .component_player__actions .block-date h2{font-family:Roboto Condensed,sans-serif;font-size:16px;margin:0;padding:0;font-weight:700;color:#fff;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;text-transform:uppercase}.component-player--voice-track .component_player__actions .block-date h3{font-size:14px;color:#fff;margin:0;padding:0;font-weight:400;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.component-player--voice-track .component_player__actions .block-gap p{margin:0}.component-player--voice-track .component_player__actions .block-gap p:last-child{color:#ff5722}.component-player--voice-track .component_player__actions .block-gap p span{font-weight:700;color:#fff}.component-player--voice-track .component_player__actions__buttons a{display:block;text-decoration:none;text-transform:uppercase;font-family:Roboto Condensed,sans-serif;font-weight:700;color:#fff;margin-bottom:4px}.component-player--voice-track .component_player__actions__buttons a:hover{color:hsla(0,0%,100%,.5)}.component-player-controlbar--voice-track{background:#202020;position:relative}.component-player-controlbar--voice-track .progress-bar{position:absolute;height:6px;width:100%;background:hsla(0,0%,100%,.2);cursor:pointer}.component-player-controlbar--voice-track .progress-bar:hover{height:10px;top:-2px}.component-player-controlbar--voice-track .progress-bar:hover .progress-bar__pro{height:10px}.component-player-controlbar--voice-track .progress-bar .progress-bar__pro{height:6px;position:absolute;top:0;left:0;width:70%;background:#ff5722}.component-player-controlbar--voice-track .progress-bar .progress-bar__seek-bar{height:10px;position:absolute;top:0;left:0;background:hsla(0,0%,100%,.3)}.component-player-controlbar--voice-track .progress-bar .progress-bar__seek{height:20px;bottom:14px;display:block;cursor:pointer;background:#202020;position:absolute;border-radius:10px;font-size:11px;padding:1px 8px;line-height:20px}.component-player-controlbar--voice-track .component-player-controlbar__controls{height:48px;padding:10px 8px 8px}.component-player-controlbar--voice-track .component-player-controlbar__controls a{text-decoration:none;font-size:21px;padding:0 5px;height:32px;line-height:32px}.component-player-controlbar--voice-track .component-player-controlbar__controls a.icon-26{font-size:19px}.component-player-controlbar--voice-track .component-player-controlbar__controls a.active.icon-fiber_manual_record{color:red}.component-player-controlbar--voice-track .component-player-controlbar__controls a:hover{color:hsla(0,0%,100%,.5)}.component-player-controlbar--voice-track .component-player-controlbar__controls a.auto{text-decoration:none;text-transform:uppercase;font-family:Roboto Condensed,sans-serif;font-weight:700;color:#fff;font-size:14px;top:-6px;position:relative}.component-player-controlbar--voice-track .component-player-controlbar__controls a.active{color:#ff5722}.component-player__playlist--voice-track{width:100%;background-color:#202020;height:-webkit-calc(100% - 56px);height:calc(100% - 56px);border-radius:4px}.component-player__playlist--voice-track .time{display:table-cell;padding-left:8px;width:70px}.component-player__playlist--voice-track .length{display:table-cell;width:60px}.component-player__playlist--voice-track .event{display:table-cell;max-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;position:relative}.component-player__playlist--voice-track .event span{font-size:18px;vertical-align:middle}.component-player__playlist--voice-track .event .dropdown{position:absolute;right:-5px;top:5px}.component-player__playlist--voice-track .event.event-comment{white-space:normal}.component-player__playlist--voice-track .event.event-comment div{border:1px solid #fff;border-radius:4px;padding:0 8px;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.component-player__playlist--voice-track .event.event-comment div span{padding-right:4px}.component-player__playlist--voice-track .event.event-error{color:tomato}.component-player__playlist--voice-track .category,.component-player__playlist--voice-track .performer{display:table-cell;width:120px;max-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.component-player__playlist--voice-track .status{display:table-cell;width:60px;line-height:32px;height:32px}.component-player__playlist--voice-track .status span{font-size:18px;vertical-align:middle}.component-player__playlist--voice-track .status .icon-brightness_1{font-size:8px;padding-right:5px;padding-left:5px}.component-player__playlist--voice-track .actions{width:88px;display:table-cell;padding-right:8px}.component-player__playlist--voice-track .actions a{font-size:18px;padding-right:4px;text-decoration:none;vertical-align:middle}.component-player__playlist--voice-track .actions a:hover{opacity:.5}.component-player__playlist--voice-track .component-player__playlist__header{display:table;text-transform:uppercase;height:32px;width:100%;line-height:32px;border-bottom:1px solid #303030}.component-player__playlist--voice-track .component-player__playlist_ul{list-style:none;margin:0;padding:0;overflow-y:auto}.component-player__playlist--voice-track .component-player__playlist_ul .scrollable{height:-webkit-calc(100vh - 178px);height:calc(100vh - 178px);overflow-y:overlay}.component-player__playlist--voice-track .component-player__playlist_ul .scrollable::-webkit-scrollbar{width:8px}.component-player__playlist--voice-track .component-player__playlist_ul .scrollable::-webkit-scrollbar-track{-webkit-box-shadow:inset 0 0 6px rgba(0,0,0,.3)}.component-player__playlist--voice-track .component-player__playlist_ul .scrollable::-webkit-scrollbar-thumb{background-color:#606060;outline:1px solid rgba(32,32,32,.7);border-radius:4px}.component-player__playlist--voice-track .component-player__playlist_ul li{height:32px;line-height:32px;width:100%;display:table;border-bottom:1px solid #303030;cursor:pointer}.component-player__playlist--voice-track .component-player__playlist_ul li:hover{background-color:#303030}.component-player__playlist--voice-track .component-player__playlist_ul li.playing{background-color:#b71c1c;border-bottom:none;height:33px;line-height:33px}.component-player__playlist--voice-track .component-player__playlist_ul li.playing:hover{background-color:#841818}.component-player__playlist--voice-track .component-player__playlist_ul li.playing-next{background-color:#388e3c;border-bottom:none;height:33px;line-height:33px}.component-player__playlist--voice-track .component-player__playlist_ul li.playing-next:hover{background-color:#276329}.component-player__playlist--voice-track .component-player__playlist_ul li.etm{background-color:#404040;border-bottom:none;height:33px;line-height:33px}.component-player__playlist--voice-track .component-player__playlist_ul li.spot{background-color:#404040;color:#909090;border-bottom:none;height:33px;line-height:33px}.component-player__playlist--voice-track .component-player__playlist_ul li.spot .icon-attach_money{color:#909090}.component-player__playlist--voice-track .component-player__playlist_ul li.voicetrack{background-color:#ff5722}.component-player__playlist--voice-track .component-player__playlist_ul li:last-child{border-bottom:1px solid #202020}.component-player__playlist--voice-track .component-player__playlist_ul li.break{background-color:#202020;border-bottom:none;font-weight:700}.component-player__playlist--voice-track .component-player__playlist_ul li.break a{text-decoration:none;color:#fff}.component-player__playlist--voice-track .component-player__playlist_ul li.break .break-header{display:table;width:100%;border-bottom:1px solid #202020}.component-player__playlist--voice-track .component-player__playlist_ul li.break ul{padding:0}.component-player__playlist--voice-track .component-player__playlist_ul li.break ul li{cursor:pointer}.sm .component-player--voice-track .component_player__actions{position:relative;padding:24px 0 8px 16px;border-bottom:1px solid #303030}.sm .component-player--voice-track .component_player__actions .edit-controls button{font-size:12px}.sm .component-player--voice-track .component_player__actions .block-date{position:absolute;top:8px}.sm .component-player--voice-track .component_player__actions .block-date h2{font-size:12px}.md .component-player--voice-track .component_player__actions{padding:16px 4px 16px 16px;border-bottom:1px solid #303030}.md .component-player--voice-track .component_player__actions .block-date h2,.md .component-player--voice-track .component_player__actions .edit-controls button{font-size:12px}.lg .component-player-controlbar .component-player-controlbar__controls a{font-size:28px;padding:0 8px}.lg .component-player-controlbar .component-player-controlbar__controls a.icon-26{font-size:26px}.lg .component-player__playlist .time{width:80px}.md .category,.md .performer,.sm .category,.sm .performer{display:none}.voiceTrack__controls{height:64px;width:100%;grid-column:1/3;background:#202020;border-radius:4px;padding:8px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.voiceTrack__controls button{width:54px;height:32px;-webkit-appearance:none;border:none;outline:none;background:none;border-radius:4px;margin-right:8px;font-size:32px;line-break:36px;cursor:pointer;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}@media (min-width:960px){.voiceTrack__controls button{-webkit-transition:opacity .3s ease-in-out;transition:opacity .3s ease-in-out}.voiceTrack__controls button:hover{opacity:.7}}.voiceTrack__controls button i{color:#eee}.voiceTrack__controls button.active i{color:tomato;opacity:.7}.voiceTrack__controls__audio{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.voiceTrack__controls__config .voiceTrack__controls__config__save{font-family:Roboto Condensed,sans-serif;font-size:14px;color:#202020;background:#fff;padding:8px 40px;text-align:center;float:left;text-transform:uppercase;border:none;border-radius:4px;cursor:pointer}.voiceTrack__controls__config .voiceTrack__controls__config__save:hover{opacity:.5}.voiceTrack__controls>div{margin-right:16px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.component-library{background-color:#303030}.component-library .component-library__search{height:48px;padding:0 16px;display:table;width:100%}.component-library .component-library__search a{text-decoration:none;font-size:24px;line-height:48px;padding:0 16px;height:48px;display:table-cell;width:24px}.component-library .component-library__search a:hover{opacity:.5}.component-library .component-library__search a.clear-all{font-family:Roboto Condensed,sans-serif;text-decoration:none;color:#fff;font-size:14px;vertical-align:top;display:table-cell;width:120px}.component-library .component-library__search input{background-color:#202020;color:#fff;border:none;font-size:12px;height:32px;border-radius:4px;line-height:32px;padding:0 12px;margin-left:16px;width:-webkit-calc(100% - 36px);width:calc(100% - 36px);position:relative;top:-5px}.component-library .component-library__colors{height:48px;padding:0 8px;font-size:0;white-space:nowrap;overflow-y:hidden;overflow-x:auto;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.component-library .component-library__colors span{text-decoration:none;color:#fff;font-size:12px;padding-left:8px}.component-library .component-library__colors a{text-decoration:none;padding:12px 0 12px 16px;display:inline-block;vertical-align:middle}.component-library .component-library__colors a span{width:24px;height:24px;border-radius:50%;display:block;box-sizing:border-box}.component-library .component-library__colors a span.active{border:3px solid #fff;width:32px;height:32px}.component-library .component-library__colors a:hover{opacity:.5}.component-library .component-library__colors::-webkit-scrollbar{height:8px}.component-library .component-library__colors::-webkit-scrollbar-track{-webkit-box-shadow:inset 0 0 6px rgba(0,0,0,.3)}.component-library .component-library__colors::-webkit-scrollbar-thumb{background-color:#606060;outline:1px solid rgba(32,32,32,.7);border-radius:4px}.component-library .component-library__assets{height:48px;padding:0 16px;font-size:0;white-space:nowrap;overflow-y:hidden;overflow-x:auto;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.component-library .component-library__assets span{text-decoration:none;color:#fff;font-size:12px}.component-library .component-library__assets a{font-family:Roboto Condensed,sans-serif;text-decoration:none;color:#fff;font-size:14px;padding:0 8px;margin-left:8px;height:24px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;text-transform:uppercase}.component-library .component-library__assets a:hover{opacity:.5}.component-library .component-library__assets a.active{background:#ff5722;border-radius:12px}.component-library .component-library__assets::-webkit-scrollbar{height:8px}.component-library .component-library__assets::-webkit-scrollbar-track{-webkit-box-shadow:inset 0 0 6px rgba(0,0,0,.3)}.component-library .component-library__assets::-webkit-scrollbar-thumb{background-color:#606060;outline:1px solid rgba(32,32,32,.7);border-radius:4px}.component-library .component-library__results{white-space:nowrap;overflow:hidden;font-size:0;background-color:#202020;height:-webkit-calc(100vh - 296px);height:calc(100vh - 296px)}.component-library .component-library__results .searchresults ul .scrollable{max-height:104px!important}.component-library .component-library__results .component-library__categories{width:100%;background-color:#202020;height:160px;overflow:hidden}.component-library .component-library__results .component-library__categories .search-results__title{padding:16px}.component-library .component-library__results .component-library__categories .search-results__title span{width:24px;height:24px;background-color:#9c27b0;border-radius:50%;display:inline-block;margin-right:8px;vertical-align:top;font-size:14px;line-height:24px;padding-left:5px}.component-library .component-library__results .component-library__categories .search-results__title p{font-family:Roboto Condensed,sans-serif;color:#fff;font-size:14px;height:24px;line-height:24px;width:230px;display:inline-block;text-transform:uppercase;margin:0;text-overflow:ellipsis;overflow:hidden;white-space:nowrap}.component-library .component-library__results .component-library__categories .search-results__title.active p{color:#ff5722}.component-library .component-library__results .component-library__categories ul{list-style:none;margin:0;padding:0 0 0 16px}.component-library .component-library__results .component-library__categories ul .scrollable{max-height:160px;overflow-y:overlay}.component-library .component-library__results .component-library__categories ul .scrollable::-webkit-scrollbar{width:8px}.component-library .component-library__results .component-library__categories ul .scrollable::-webkit-scrollbar-track{-webkit-box-shadow:inset 0 0 6px rgba(0,0,0,.3)}.component-library .component-library__results .component-library__categories ul .scrollable::-webkit-scrollbar-thumb{background-color:#606060;outline:1px solid rgba(32,32,32,.7);border-radius:4px}.component-library .component-library__results .component-library__categories ul .active p{color:#ff5722}.component-library .component-library__results .component-library__categories ul li{height:24px;cursor:pointer;font-size:0;margin-bottom:16px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.component-library .component-library__results .component-library__categories ul li:first-child{padding-top:16px;height:40px}.component-library .component-library__results .component-library__categories ul li span{width:24px;height:24px;background-color:#9c27b0;border-radius:50%;display:inline-block;margin-right:8px;vertical-align:top;font-size:14px;line-height:24px;padding-left:5px}.component-library .component-library__results .component-library__categories ul li p{font-family:Roboto Condensed,sans-serif;color:#fff;font-size:14px;height:24px;line-height:24px;display:inline-block;text-transform:uppercase;margin:0;text-overflow:ellipsis;overflow:hidden;white-space:nowrap}.component-library .component-library__results .component-library__categories ul li:hover{opacity:.5}.component-library__playlist{background-color:#202020;vertical-align:top;width:100%;font-size:14px}.component-library__playlist .scrollable-horiz{height:-webkit-calc(100vh - 490px);height:calc(100vh - 490px);overflow:auto}.component-library__playlist .scrollable-horiz::-webkit-scrollbar{height:8px;width:8px}.component-library__playlist .scrollable-horiz::-webkit-scrollbar-track{-webkit-box-shadow:inset 0 0 6px rgba(0,0,0,.3)}.component-library__playlist .scrollable-horiz::-webkit-scrollbar-corner{background-color:rgba(32,32,32,.7)}.component-library__playlist .scrollable-horiz::-webkit-scrollbar-thumb{background-color:#606060;outline:1px solid rgba(32,32,32,.7);border-radius:4px}.component-library__playlist .title{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;padding-left:16px}.component-library__playlist .title span{font-size:14px;vertical-align:middle}.component-library__playlist .title span.icon-arrow_drop_down{display:none}.component-library__playlist .artist,.component-library__playlist .category{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.component-library__playlist .artist span,.component-library__playlist .category span{font-size:14px;vertical-align:middle}.component-library__playlist .artist span.icon-arrow_drop_down,.component-library__playlist .category span.icon-arrow_drop_down{display:none}.component-library__playlist .date{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;width:auto}.component-library__playlist .date span{font-size:14px;vertical-align:middle}.component-library__playlist .date span.icon-arrow_drop_down{display:none}.component-library__playlist .actions{width:72px}.component-library__playlist .actions a{font-size:18px;padding-right:8px;text-decoration:none}.component-library__playlist .actions a:hover{opacity:.5}.component-library__playlist .component-library__playlist__header{text-transform:uppercase;height:32px;width:100%;line-height:32px;border-bottom:1px solid #303030;top:0;background:#202020;display:grid;grid-template-columns:2fr 1fr 72px}.component-library__playlist .component-library__playlist__header span{line-height:32px;height:32px;float:right;padding-right:8px}.component-library__playlist .component-library__playlist_ul{list-style:none;margin:0;padding:0}.component-library__playlist .component-library__playlist_ul li{height:32px;line-height:32px;width:100%;display:grid;grid-template-columns:2fr 1fr 72px;border-bottom:1px solid #303030;cursor:pointer}.component-library__playlist .component-library__playlist_ul li:last-child{border-bottom:0}.component-library__playlist .component-library__playlist_ul li:hover{background-color:#303030}.component-library__playlist .component-library__playlist_ul li .selected{background-color:#6a8896}.component-library__playlist__items-count{height:24px;line-height:24px;display:table;width:100%}.component-library__playlist__items-count .component-library__playlist__items-count--left{width:296px;display:none;height:24px;background-color:#202020}.component-library__playlist__items-count .component-library__playlist__items-count--right{text-align:center;display:table-cell;width:auto;font-size:12px;text-transform:uppercase;font-family:Roboto Condensed,sans-serif}.component-modal--trim legend{margin-bottom:8px!important}.component-modal{position:absolute;top:50%;z-index:11;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);background:#202020;padding:24px;border-radius:4px;width:480px;max-width:-webkit-calc(100% - 32px);max-width:calc(100% - 32px);margin:0 auto}.component-modal .icon-close{position:absolute;top:24px;right:24px;text-decoration:none}.component-modal .icon-close:hover{color:hsla(0,0%,100%,.5)}.component-modal .component-modal__controlbar{margin-bottom:16px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.component-modal .component-modal__controlbar a:hover{color:hsla(0,0%,100%,.5)}.component-modal .component-modal__controlbar a.active{color:#ff5722}.component-modal .component-modal__timecode{position:absolute;top:22px;right:0}.component-modal .component-modal__title{opacity:.5}.component-modal .component-modal__seekbar{height:10px;width:100%;background:hsla(0,0%,100%,.2);margin:24px 0 8px;position:relative}.component-modal .component-modal__seekbar .component-modal__seekbar__mark{width:4px;height:24px;background:#7cb342;position:absolute;left:0;top:-8px;border-radius:2px;z-index:2}.component-modal .component-modal__seekbar .component-modal__seekbar__mark--out{right:0;left:auto;background:tomato}.component-modal .component-modal__seekbar .component-modal__seekbar__progress-bar{height:10px;background:#ff5722;position:absolute;top:0;left:0;z-index:1}.component-modal .component-modal__seekbar .component-modal__seekbar__progress-bar--seek{background:hsla(0,0%,100%,.2)}.component-modal .component-modal__seekbar .component-modal__seekbar__intro{width:4px;height:24px;background:#fff;position:absolute;left:0;top:-8px;border-radius:2px;z-index:2}.component-modal .component-modal__row{overflow:auto}.component-modal .component-modal__row--visible{overflow:visible;position:relative}.component-modal .component-modal__row--half{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.component-modal .component-modal__row--half .component-modal__column--half{width:-webkit-calc(50% - 8px);width:calc(50% - 8px)}.component-modal .component-modal__blank{height:24px}.component-modal .component-modal__column{width:40%!important;float:right!important}.component-modal .component-modal__colors{white-space:nowrap;overflow-y:hidden;overflow-x:auto;margin-bottom:16px}.component-modal .component-modal__colors a{text-decoration:none;padding:24px 8px 0;display:inline-block;vertical-align:middle}.component-modal .component-modal__colors a:first-child{padding-left:0}.component-modal .component-modal__colors a:hover{opacity:.5}.component-modal .component-modal__colors a span{width:24px;height:24px;border-radius:50%;display:block}.component-modal .component-modal__colors a span.active{border:2px solid #fff}.component-modal .component-modal__colors::-webkit-scrollbar{height:8px}.component-modal .component-modal__colors::-webkit-scrollbar-track{-webkit-box-shadow:inset 0 0 6px rgba(0,0,0,.3)}.component-modal .component-modal__colors::-webkit-scrollbar-thumb{background-color:#606060;outline:1px solid rgba(32,32,32,.7);border-radius:4px}.component-modal .component-modal-input--half{width:50%!important}.component-modal .component-modal-input--rename{width:100%!important}.component-modal .component-modal-input{position:relative;float:left;width:-webkit-calc(60% - 16px);width:calc(60% - 16px)}.component-modal .component-modal-input__actions{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.component-modal .component-modal-input__actions a{padding-left:8px;-ms-flex-negative:0;flex-shrink:0}.component-modal .component-modal-input__actions a:hover{opacity:.7}.component-modal .component-modal-input input{background-color:transparent;color:hsla(0,0%,100%,.87);border:none;border-bottom:1px solid #fff;outline:0;width:100%;padding:0;box-shadow:none;border-radius:0;font-size:14px;font-family:inherit;line-height:1;background-image:none;height:44px;padding-top:16px;margin-bottom:16px}.component-modal .component-modal-input input:focus{border-color:#ff5722}.component-modal .component-modal-input input:disabled{opacity:.5}.component-modal .component-modal-input input[type=range]{margin:16px 0 0;padding-top:0;-webkit-appearance:none;border:none}.component-modal .component-modal-input input[type=range]::-webkit-slider-runnable-track{height:1px;background-color:#ff5252!important;border:none}.component-modal .component-modal-input input[type=range]::-webkit-slider-thumb{-webkit-appearance:none;border:none;height:16px;width:16px;border-radius:50%;background:#ff5252;margin-top:-8px}.component-modal .component-modal-input input[type=range]:focus{outline:none}.component-modal .component-modal-input input[type=range]::-webkit-slider-thumb:active{-webkit-transform:scale(1.1);transform:scale(1.1)}.component-modal .component-modal-input input[type=range]::-moz-range-thumb:active{transform:scale(1.1)}.component-modal .component-modal-input select{background-color:#202020;color:hsla(0,0%,100%,.87);border:none;border-bottom:1px solid #fff;outline:0;width:100%;padding:0 24px 0 0;box-shadow:none;border-radius:0;font-size:14px;font-family:inherit;line-height:1,3;height:44px;padding-top:16px;margin-bottom:16px;text-transform:capitalize;font-weight:400;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;-webkit-appearance:none;cursor:pointer;background-image:url(/static/assets/images/ic_arrow_drop_down_white_36px.svg);background-repeat:no-repeat;background-position:100% 100%;background-size:24px}.component-modal .component-modal-input label{position:absolute;top:0;display:block;width:100%;color:hsla(0,0%,100%,.6);font-size:14px;font-weight:400;overflow-x:hidden;text-overflow:ellipsis;white-space:nowrap}.component-modal .component-modal-input.has-error input{border-bottom:1px solid tomato}.component-modal .component-modal-input.has-error label{color:tomato}.component-modal legend{font-size:24px;line-height:1.2;margin-bottom:16px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:-webkit-calc(100% - 48px);max-width:calc(100% - 48px)}.component-modal button{font-family:Roboto Condensed,sans-serif;font-size:14px;color:#202020;background:#fff;padding:8px 32px;text-align:center;float:right;text-transform:uppercase;border:none;border-radius:4px;cursor:pointer}.component-modal button:hover{opacity:.5}.component-modal button.button-cancel{background:none;color:#fff}.component-modal .component-modal-checkbox{height:20px;margin-top:8px;margin-bottom:8px}.component-modal .component-modal-checkbox label{display:block;width:100%;color:hsla(0,0%,100%,.6);font-size:14px;font-weight:400;overflow-x:hidden;text-overflow:ellipsis;white-space:nowrap;line-height:20px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.component-modal .component-modal-checkbox input{margin:0 8px 0 0}.component-modal .component-modal-checkbox input[type=checkbox]{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:20px;height:20px;background:none;border:1px solid #fff;border-radius:2px;position:relative;-ms-flex-negative:0;flex-shrink:0}.component-modal .component-modal-checkbox input[type=checkbox]:active,.component-modal .component-modal-checkbox input[type=checkbox]:checked,.component-modal .component-modal-checkbox input[type=checkbox]:checked:active{background-color:#fff}.component-modal .component-modal-checkbox input[type=checkbox]:checked:after{content:"\E5CA";font-family:epicfont;font-weight:700;font-size:14px;position:absolute;top:2px;left:2px;color:#404040}.component-modal-overlay{z-index:10;background:rgba(0,0,0,.7);position:absolute;top:0;left:0;width:100%;height:100%}.lg .component-library .component-library__results .searchresults ul .scrollable{max-height:-webkit-calc(100vh - 353px)!important;max-height:calc(100vh - 353px)!important}.lg .component-library .component-library__results .searchresults ul .artist{display:none}.lg .component-library .component-library__results .component-library__categories{display:inline-block;width:192px;height:auto}.lg .component-library .component-library__results .component-library__categories ul .scrollable{max-height:-webkit-calc(100vh - 298px);max-height:calc(100vh - 298px)}.lg .component-library .component-library__results .component-library__categories ul li p{width:116px}.lg .component-library__playlist{display:inline-block;width:-webkit-calc(100% - 192px);width:calc(100% - 192px)}.lg .component-library__playlist .scrollable-horiz{height:-webkit-calc(100vh - 330px);height:calc(100vh - 330px)}.lg .component-library__playlist .searchgrid{grid-template-columns:2fr 1fr 1fr 72px!important}.lg .component-library__playlist__items-count .component-library__playlist__items-count--left{width:192px;display:table-cell}.md .artist-result{display:none}.md .artist{min-width:120px}.component-modal__image{width:100%;margin-top:16px;border-radius:4px}.component-modal__legend{text-align:center}@font-face{font-family:Roboto Condensed;font-style:normal;font-weight:700;src:url(/static/assets/fonts/roboto-condensed-v16-latin-700.eot);src:local("Roboto Condensed Bold"),local("RobotoCondensed-Bold"),url(/static/assets/fonts/roboto-condensed-v16-latin-700.eot?#iefix) format("embedded-opentype"),url(/static/assets/fonts/roboto-condensed-v16-latin-700.woff2) format("woff2"),url(/static/assets/fonts/roboto-condensed-v16-latin-700.woff) format("woff"),url(/static/assets/fonts/roboto-condensed-v16-latin-700.ttf) format("truetype"),url(/static/assets/fonts/roboto-condensed-v16-latin-700.svg#RobotoCondensed) format("svg")}@font-face{font-family:Roboto;font-style:normal;font-weight:400;src:url(/static/assets/fonts/roboto-v18-latin-regular.eot);src:local("Roboto"),local("Roboto-Regular"),url(/static/assets/fonts/roboto-v18-latin-regular.eot?#iefix) format("embedded-opentype"),url(/static/assets/fonts/roboto-v18-latin-regular.woff2) format("woff2"),url(/static/assets/fonts/roboto-v18-latin-regular.woff) format("woff"),url(/static/assets/fonts/roboto-v18-latin-regular.ttf) format("truetype"),url(/static/assets/fonts/roboto-v18-latin-regular.svg#Roboto) format("svg")}@font-face{font-family:Roboto;font-style:normal;font-weight:700;src:url(/static/assets/fonts/roboto-v18-latin-700.eot);src:local("Roboto Bold"),local("Roboto-Bold"),url(/static/assets/fonts/roboto-v18-latin-700.eot?#iefix) format("embedded-opentype"),url(/static/assets/fonts/roboto-v18-latin-700.woff2) format("woff2"),url(/static/assets/fonts/roboto-v18-latin-700.woff) format("woff"),url(/static/assets/fonts/roboto-v18-latin-700.ttf) format("truetype"),url(/static/assets/fonts/roboto-v18-latin-700.svg#Roboto) format("svg")}@font-face{font-family:epicfont;src:url(/static/assets/fonts/epicfont.eot?4xdvfx);src:url(/static/assets/fonts/epicfont.eot?4xdvfx#iefix) format("embedded-opentype"),url(/static/assets/fonts/epicfont.ttf?4xdvfx) format("truetype"),url(/static/assets/fonts/epicfont.woff?4xdvfx) format("woff"),url(/static/assets/fonts/epicfont.svg?4xdvfx#epicfont) format("svg");font-weight:400;font-style:normal}[class*=" icon-"],[class^=icon-]{font-family:epicfont!important;speak:none;font-size:24px;color:#fff;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;line-height:1;position:relative;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.icon-stop_play2:before{content:"\E907"}.icon-play_fade:before{content:"\E905"}.icon-stop_fade:before{content:"\E906"}.icon-ic_piramide:before{content:"\E903";color:#fff}.icon-ic_add_circle_outline_white_36px:before{content:"\E900";color:#fff}.icon-arrow-expand-horizontal:before{content:"\E904"}.icon-application:before{content:"\E901"}.icon-thermometer:before{content:"\E902"}.icon-schedule:before{content:"\E8B5"}.icon-add:before{content:"\E145"}.icon-add_box:before{content:"\E146"}.icon-arrow_drop_down:before{content:"\E5C5"}.icon-attach_money:before{content:"\E227"}.icon-audiotrack:before{content:"\E3A1"}.icon-brightness_1:before{content:"\E3A6"}.icon-build:before{content:"\E869"}.icon-check:before{content:"\E5CA"}.icon-close:before{content:"\E5CD"}.icon-cloud_queue:before{content:"\E2C2"}.icon-content_copy:before{content:"\E14D"}.icon-create_new_folder:before{content:"\E2CC"}.icon-date_range:before{content:"\E916"}.icon-delete:before{content:"\E872"}.icon-eject:before{content:"\E8FB"}.icon-error_outline:before{content:"\E001"}.icon-folder:before{content:"\E2C7"}.icon-link:before{content:"\E157"}.icon-more_horiz:before{content:"\E5D3"}.icon-more_vert:before{content:"\E5D4"}.icon-pause:before{content:"\E034"}.icon-person_outline:before{content:"\E7FF"}.icon-play_arrow:before{content:"\E037"}.icon-radio:before{content:"\E03E"}.icon-refresh:before{content:"\E5D5"}.icon-search:before{content:"\E8B6"}.icon-settings:before{content:"\E8B8"}.icon-skip_next:before{content:"\E044"}.icon-stop:before{content:"\E047"}.icon-view_quilt:before{content:"\E8F1"}.icon-mode_edit:before{content:"\E254"}.icon-star:before{content:"\E838"}.icon-star_border:before{content:"\E83A"}.icon-favorite:before{content:"\E87D"}.icon-favorite_border:before{content:"\E87E"}.icon-rss_feed:before{content:"\E0E5"}.icon-volume_off:before{content:"\E04F"}.icon-volume_up:before{content:"\E050"}.icon-speaker:before{content:"\E32D"}.icon-headset:before{content:"\E310"}.icon-headset_off:before{content:"\E908"}.icon-label_off:before{content:"\E909"}.icon-indeterminate_check_box:before{content:"\E90A"}.icon-label:before{content:"\E892"}.icon-view_stream:before{content:"\E8F2"}.icon-short_text:before{content:"\E261"}.icon-view_agenda:before{content:"\E8E9"}.icon-drag_handle:before{content:"\E25D"}.icon-fiber_manual_record:before{content:"\E061"}.icon-content_cut:before{content:"\E14E"}.icon-skip_previous:before{content:"\E045"}.icon-add_location:before{content:"\E567"}.icon-playlist__play:before{content:"\E05F"}.icon-playlist__add:before{content:"\E03B"}.icon-audio_ducking:before{content:"\E90B"}.icon-comment:before{content:"\E90C"}.icon-support_agent:before{content:"\E90D"}.icon-cancel:before{content:"\E5C9"}.icon-download:before{content:"\E910"}.icon-upload_file_black_24dp:before{content:"\E90F"}body{margin:0}*,:after,:before{box-sizing:border-box}html{font-family:Roboto,sans-serif;color:#fff;background:#101010;font-size:14px;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;-webkit-font-smoothing:antialiased}a{cursor:pointer}.violet{background-color:#9c27b0!important}.red{background-color:#f44336!important}.orange{background-color:#ff5722!important}.gray{background-color:#bdbdbd!important}.green{background-color:#4caf50!important}.yellow{background-color:#fbc02d!important}.blue{background-color:#03a9f4!important}.gray-blue{background-color:#546e7a!important}.disabled{opacity:.5}.selected{background-color:#6a8896}.selected:hover{background-color:#6a889694!important}body::-webkit-scrollbar{width:8px}body::-webkit-scrollbar-track{-webkit-box-shadow:inset 0 0 6px rgba(0,0,0,.3)}body::-webkit-scrollbar-thumb{background-color:#606060;outline:1px solid rgba(32,32,32,.7);border-radius:4px}.item-container{overflow:hidden}.component-container{height:100%;position:relative}.component-top{background:#151515;font-family:Roboto Condensed,sans-serif;font-size:0}.component-top input[type=button]{font-family:Roboto Condensed,sans-serif;text-decoration:none;color:#fff;font-size:14px;vertical-align:top;display:table-cell;width:96px;background:none;border:none;text-transform:uppercase;height:48px;line-height:48px;padding:0 16px;cursor:pointer}.component-top input[type=button]:hover{opacity:.5}.component-top__selectors{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;overflow:hidden;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.component-top__selectors .component-top__logo{padding:16px 16px 0}.component-top__selectors .component-top__selectors__group{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-left:8px;-ms-flex-wrap:wrap;flex-wrap:wrap}.component-top__selectors .component-top__selectors__group .component-top__station{height:48px;line-height:48px;padding:0 8px}.component-top__selectors .component-top__selectors__group .component-top__station:first-child{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.component-top__selectors .component-top__selectors__group .component-top__station:first-child span{top:0}.component-top__selectors .component-top__selectors__group input{text-align:left;padding:0 0 0 8px}.component-top__logo{font-family:Roboto Condensed,sans-serif;font-size:14px;color:#ff5722;padding:15px 16px;text-transform:uppercase;display:inline-block}.component-top__station{font-size:12px;display:inline-block;padding:5px 16px 15px;position:relative}.component-top__station select{font-family:Roboto,sans-serif;font-size:12px;text-transform:none;width:auto;height:24px;margin-bottom:0;padding-right:24px;padding-left:4px;font-weight:400;cursor:pointer;background:#202020 url(/static/assets/images/ic_arrow_drop_down_white_36px.svg) no-repeat 100%;background-size:21px;border-radius:3px;color:#fff;border:none;-webkit-appearance:none}.component-top__station .icon-radio{top:2px;margin-right:8px;font-size:18px}.component-top__station .component-top__station--dropdown{background:#202020;border-radius:4px;position:absolute;box-shadow:0 0 18px 0 rgba(0,0,0,.4);z-index:1;padding:8px 0;width:120px;margin-top:8px}.component-top__station .component-top__station--dropdown a{text-decoration:none;color:#fff;font-family:Roboto,sans-serif;display:block;line-height:16px;padding:8px 16px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.component-top__station .component-top__station--dropdown a:hover{color:#ff5722}.component-top__station>a{text-decoration:none;color:#fff;font-family:Roboto,sans-serif}.component-top__station>a:after{content:"\E5C5";font-family:epicfont;top:5px;left:4px;font-size:21px;line-height:24px;position:relative}.component-top__station>a:before{content:"\E03E";font-family:epicfont;top:2px;margin-right:8px;font-size:18px;position:relative}.component-top__actions{float:right;padding:11px 16px}.component-top__actions a{text-decoration:none}.component-top__actions a:first-child{margin-right:10px}.settings-container{height:-webkit-calc(100vh - 80px);height:calc(100vh - 80px);position:relative;grid-area:central;display:grid;grid-template-columns:240px 1fr;gap:16px;margin:0 16px}.settings-container.auto-dj{grid-template-columns:1fr}.settings__menu{background:#202020;height:auto;border-radius:4px;padding:24px;overflow:auto}.settings__menu::-webkit-scrollbar{width:8px}.settings__menu::-webkit-scrollbar-track{-webkit-box-shadow:inset 0 0 6px rgba(0,0,0,.3)}.settings__menu::-webkit-scrollbar-thumb{background-color:#606060;outline:1px solid rgba(32,32,32,.7);border-radius:4px}.settings__menu h2{font-family:Roboto Condensed,sans-serif;font-size:16px;font-weight:700;padding-bottom:16px;margin:0;text-transform:uppercase;text-align:left}.settings__menu h2:first-child{padding-bottom:0}.settings__menu a{font-family:Roboto Condensed,sans-serif;text-decoration:none;font-size:14px;margin-bottom:8px;color:#404040;background:#fff;line-height:32px;padding:0;height:32px;display:block;border-radius:4px;text-align:center;text-transform:uppercase}.settings__menu a:hover{opacity:.5}.settings__menu a.active{background:#ff5722;color:#fff}.settings__layout{background:#202020;margin:0;border-radius:4px;height:auto;padding:24px;overflow:auto}.settings__layout h2{font-family:Roboto Condensed,sans-serif;font-size:18px;font-weight:700;padding-bottom:16px;margin:0;text-transform:uppercase;text-align:left}.settings__layout::-webkit-scrollbar{width:8px}.settings__layout::-webkit-scrollbar-track{-webkit-box-shadow:inset 0 0 6px rgba(0,0,0,.3)}.settings__layout::-webkit-scrollbar-thumb{background-color:#606060;outline:1px solid rgba(32,32,32,.7);border-radius:4px}.settings__layout button{font-family:Roboto Condensed,sans-serif;font-size:14px;color:#202020;background:#fff;padding:8px 32px;text-align:center;text-transform:uppercase;border:none;border-radius:4px;cursor:pointer}.settings__layout button:hover{opacity:.5}.settings__layout button.button-cancel{background:none;color:#fff}.settings__layout__group{margin-bottom:16px;border-radius:4px;padding:16px;background:#303030}.settings__layout__group__title{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-bottom:24px}.settings__layout__group__title h3{margin-bottom:0!important;margin-right:16px!important}.settings__layout__group__title button{margin-bottom:0!important}.settings__layout__group h3{color:#fff;display:inline-block;font-family:Roboto Condensed,sans-serif;font-size:16px;font-weight:700;color:#ff5722;padding:4px 8px 4px 0;margin:0 0 16px;text-transform:uppercase;text-align:left}.settings__layout__group .settings__layout__group--last{margin-bottom:0}.settings__fix--align{margin-top:24px;padding:0}.settings__fix--width{width:100%;max-width:320px}.settings__layout--full{background:#202020;width:100%;height:auto;max-height:100%;padding:16px;overflow:auto;border-radius:4px}.settings__layout--full::-webkit-scrollbar{width:8px}.settings__layout--full::-webkit-scrollbar-track{-webkit-box-shadow:inset 0 0 6px rgba(0,0,0,.3)}.settings__layout--full::-webkit-scrollbar-thumb{background-color:#606060;outline:1px solid rgba(32,32,32,.7);border-radius:4px}.settings__layout--full h2{font-size:18px;font-weight:700;padding-bottom:16px;margin:0;text-align:left}.settings__layout--full button,.settings__layout--full h2{font-family:Roboto Condensed,sans-serif;text-transform:uppercase}.settings__layout--full button{font-size:14px;color:#202020;background:#fff;padding:8px 32px;text-align:center;float:left;border:none;border-radius:4px;cursor:pointer}.settings__layout--full button:hover{opacity:.5}.settings__layout--full button.button-cancel{background:none;color:#fff}.settings-inline{display:-webkit-box;display:-ms-flexbox;display:flex}.settings-inline .actions{width:110px;margin-left:16px;-ms-flex-negative:0;flex-shrink:0}.settings-inline .actions a:hover{color:hsla(0,0%,100%,.5)}.settings-inline .actions a.no-selection{-webkit-user-select:none;-moz-user-select:none;-khtml-user-select:none;-ms-user-select:none}.settings__layout__group--grid{display:grid;grid-template-columns:1fr 1fr;gap:16px}@media screen and (min-width:960px){.settings__layout__group--half{height:auto;vertical-align:top}}.settings__results{white-space:nowrap;overflow:hidden;font-size:0;max-width:600px}.settings__results .settings__categories{width:100%;max-height:160px;overflow:hidden}.settings__results .settings__categories ul{list-style:none;margin:0;padding:0}.settings__results .settings__categories ul .scrollable{max-height:160px;overflow-y:overlay}.settings__results .settings__categories ul .scrollable::-webkit-scrollbar{width:8px}.settings__results .settings__categories ul .scrollable::-webkit-scrollbar-track{-webkit-box-shadow:inset 0 0 6px rgba(0,0,0,.3)}.settings__results .settings__categories ul .scrollable::-webkit-scrollbar-thumb{background-color:#606060;outline:1px solid rgba(32,32,32,.7);border-radius:4px}.settings__results .settings__categories ul .active p{color:#ff5722}.settings__results .settings__categories ul li{height:24px;cursor:pointer;font-size:0;margin-bottom:16px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.settings__results .settings__categories ul li span{width:24px;height:24px;background-color:#9c27b0;border-radius:50%;display:inline-block;margin-right:8px;vertical-align:top;font-size:14px;line-height:24px;padding-left:5px}.settings__results .settings__categories ul li p{font-family:Roboto Condensed,sans-serif;color:#fff;font-size:14px;height:24px;line-height:24px;display:inline-block;text-transform:uppercase;margin:0 16px 0 0;text-overflow:ellipsis;overflow:hidden;white-space:nowrap}.settings__results .settings__categories ul li:hover{opacity:.5}.settings-row{font-size:0}.settings-row .settings-input{display:inline-block;vertical-align:top;width:50%;margin-bottom:16px}.settings-row .settings-input:first-child{width:-webkit-calc(50% - 24px);width:calc(50% - 24px);margin:0 24px 0 0}.settings-row .settings-input:nth-of-type(2){width:120px}.settings-input--sm{max-width:240px!important}.settings-input--md{max-width:320px!important}.settings-input{max-width:600px;width:100%;margin-bottom:16px}.settings-input small{font-style:italic;color:#909090}.settings-input input{background-color:transparent;color:hsla(0,0%,100%,.87);border:none;border-bottom:1px solid #fff;outline:0;width:100%;padding:0;box-shadow:none;border-radius:0;font-size:14px;font-family:inherit;line-height:1;background-image:none;height:32px;padding-top:0}.settings-input input:focus{border-color:#ff5722}.settings-input input:disabled{opacity:.5}.settings-input input[type=file]{border-bottom:none;padding-top:8px}.settings-input input[type=date]{max-width:160px}.settings-input input[type=date]::-webkit-clear-button,.settings-input input[type=date]::-webkit-inner-spin-button{display:none}.settings-input input[type=date]::-webkit-calendar-picker-indicator{-webkit-filter:invert(1);filter:invert(1)}.settings-input input[type=range]{margin:16px 0 0;padding-top:0;-webkit-appearance:none;border:none}.settings-input input[type=range]::-webkit-slider-runnable-track{height:1px;background-color:#ff5252!important;border:none}.settings-input input[type=range]::-webkit-slider-thumb{-webkit-appearance:none;border:none;height:16px;width:16px;border-radius:50%;background:#ff5252;margin-top:-8px}.settings-input input[type=range]:focus{outline:none}.settings-input input[type=range]::-webkit-slider-thumb:active{-webkit-transform:scale(1.1);transform:scale(1.1)}.settings-input input[type=range]::-moz-range-thumb:active{transform:scale(1.1)}.settings-input select{background-color:transparent;color:hsla(0,0%,100%,.87);border:none;border-bottom:1px solid #fff;outline:0;width:100%;padding:0 24px 0 0;box-shadow:none;border-radius:0;font-size:14px;font-family:inherit;height:32px;padding-top:0;text-transform:capitalize;font-weight:400;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;margin-bottom:8px;-webkit-appearance:none;cursor:pointer;background-image:url(/static/assets/images/ic_arrow_drop_down_white_36px.svg);background-repeat:no-repeat;background-position:100% 100%;background-size:24px}.settings-input select option{color:#000}.settings-input label{display:block;width:100%;color:#fff;font-size:14px;font-weight:400;overflow-x:hidden;text-overflow:ellipsis;white-space:nowrap}.settings-input textarea{background-color:transparent;color:hsla(0,0%,100%,.87);border:none;border-bottom:1px solid #fff;outline:0;width:100%;padding:0;box-shadow:none;border-radius:0;font-size:14px;font-family:inherit;line-height:1;background-image:none;padding-top:0;width:100%!important;height:56px}.settings-input textarea:focus{border-color:#ff5722}.settings-input textarea:disabled{opacity:.5}.settings-input h4{margin:0;font-size:16px}.settings-range{max-width:300px}.settings-checkbox label{display:block;width:100%;color:#fff;font-size:14px;font-weight:400;overflow-x:hidden;text-overflow:ellipsis;white-space:nowrap;line-height:20px;display:-webkit-box;display:-ms-flexbox;display:flex;padding-top:8px;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.settings-checkbox input{margin:0 8px 0 0}.settings-checkbox input[type=checkbox]{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:20px;height:20px;background:none;border:1px solid #fff;border-radius:2px;position:relative;-ms-flex-negative:0;flex-shrink:0}.settings-checkbox input[type=checkbox]:active,.settings-checkbox input[type=checkbox]:checked,.settings-checkbox input[type=checkbox]:checked:active{background-color:#fff}.settings-checkbox input[type=checkbox]:checked:after{content:"\E5CA";font-family:epicfont;font-weight:700;font-size:14px;position:absolute;top:2px;left:2px;color:#404040}.settings-checkbox input[type=radio]{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:20px;height:20px;background:none;border:1px solid #fff;border-radius:10px;position:relative}.settings-checkbox input[type=radio]:active,.settings-checkbox input[type=radio]:checked,.settings-checkbox input[type=radio]:checked:active{background-color:#fff}.settings-checkbox input[type=radio]:checked:after{content:"\E5CA";font-family:epicfont;font-weight:700;font-size:14px;position:absolute;top:2px;left:2px;color:#404040}.settings-colors{white-space:nowrap;overflow-y:hidden;overflow-x:auto}.settings-colors a{text-decoration:none;padding:16px 8px 0;display:inline-block;vertical-align:middle}.settings-colors a:first-child{padding-left:0}.settings-colors a:hover{opacity:.5}.settings-colors a span{width:24px;height:24px;border-radius:50%;display:block}.settings-colors a span.active{border:2px solid #fff}.settings-colors::-webkit-scrollbar{height:8px}.settings-colors::-webkit-scrollbar-track{-webkit-box-shadow:inset 0 0 6px rgba(0,0,0,.3)}.settings-colors::-webkit-scrollbar-thumb{background-color:#606060;outline:1px solid rgba(32,32,32,.7);border-radius:4px}.settings__playlist{width:100%;background-color:#202020}.settings__playlist .time{display:table-cell;padding-left:8px;width:70px}.settings__playlist .length{display:table-cell;width:60px}.settings__playlist .event{display:table-cell;max-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;position:relative}.settings__playlist .event span{font-size:18px;top:3px}.settings__playlist .event .dropdown{position:absolute;right:-5px;top:5px}.settings__playlist .status{display:table-cell;width:60px}.settings__playlist .status span{font-size:18px}.settings__playlist .status .icon-brightness_1{font-size:14px}.settings__playlist .actions{width:72px;display:table-cell;padding-right:16px}.settings__playlist .actions a{font-size:18px;padding-right:8px;text-decoration:none}.settings__playlist .actions a:hover{opacity:.5}.settings__playlist .settings__playlist__header{display:table;text-transform:uppercase;height:32px;width:100%;line-height:32px;border-bottom:1px solid #303030}.settings__playlist .settings__playlist_ul{list-style:none;margin:0;padding:0;overflow-y:auto}.settings__playlist .settings__playlist_ul .scrollable{max-height:580px;overflow-y:overlay}.settings__playlist .settings__playlist_ul .scrollable::-webkit-scrollbar{width:8px}.settings__playlist .settings__playlist_ul .scrollable::-webkit-scrollbar-track{-webkit-box-shadow:inset 0 0 6px rgba(0,0,0,.3)}.settings__playlist .settings__playlist_ul .scrollable::-webkit-scrollbar-thumb{background-color:#606060;outline:1px solid rgba(32,32,32,.7);border-radius:4px}.settings__playlist .settings__playlist_ul li{height:32px;line-height:32px;width:100%;display:table;border-bottom:1px solid #303030;cursor:pointer}.settings__playlist .settings__playlist_ul li:last-child{border-bottom:1px solid #202020}.settings__client{width:100%;background-color:#202020;border-radius:4px;overflow:hidden}.settings__client .user{display:table-cell;padding-left:8px;width:150px}.settings__client .role{display:table-cell;width:100px}.settings__client .email,.settings__client .fullName{display:table-cell;width:250px}.settings__client .actions{width:75px;display:table-cell;padding-right:8px}.settings__client .actions a{font-size:18px;padding-right:8px;text-decoration:none}.settings__client .actions a:hover{opacity:.5}.settings__client__header{display:table;text-transform:uppercase;height:32px;width:100%;line-height:32px;border-bottom:1px solid #303030}.settings__client_ul{list-style:none;margin:0;padding:0;overflow-y:auto}.settings__client_ul .scrollable{max-height:580px;overflow-y:overlay}.settings__client_ul .scrollable::-webkit-scrollbar{width:8px}.settings__client_ul .scrollable::-webkit-scrollbar-track{-webkit-box-shadow:inset 0 0 6px rgba(0,0,0,.3)}.settings__client_ul .scrollable::-webkit-scrollbar-thumb{background-color:#606060;outline:1px solid rgba(32,32,32,.7);border-radius:4px}.settings__client_ul li{height:32px;line-height:32px;width:100%;display:table;border-bottom:1px solid #303030;cursor:pointer}.settings__client_ul li:last-child{border-bottom:1px solid #202020}.login{width:100vw;height:100vh;background:url(/static/assets/images/Elipse60.svg) 120% -200px no-repeat,-webkit-gradient(linear,left top,left bottom,from(#f6d365),to(#fda085));background:url(/static/assets/images/Elipse60.svg) 120% -200px no-repeat,-webkit-linear-gradient(top,#f6d365,#fda085);background:url(/static/assets/images/Elipse60.svg) 120% -200px no-repeat,linear-gradient(180deg,#f6d365,#fda085);background-blend-mode:multiply;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.login img{-webkit-filter:drop-shadow(1px 1px 4px rgba(80,80,80,.3));filter:drop-shadow(1px 1px 4px rgba(80,80,80,.3));position:absolute;width:140px;top:16px;left:16px}.login .login__modal{max-width:480px;padding:0 24px;position:relative}.login .login__modal,.login .login__modal .form{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.login .login__modal .form{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.login .login__modal img{width:180px;display:block}.login .login__modal input{background-color:transparent;color:#202020;border:1px solid #202020;border-radius:8px;outline:0;width:100%;padding:0;box-shadow:none;font-size:14px;font-family:inherit;line-height:1;background-image:none;height:48px;padding:0 16px;margin-top:24px}.login .login__modal input:focus{border-color:#ff5722}.login .login__modal input:disabled{opacity:.5}.login .login__modal input::-webkit-input-placeholder{color:#101010}.login .login__modal input:-ms-input-placeholder,.login .login__modal input::-ms-input-placeholder{color:#101010}.login .login__modal input::placeholder{color:#101010}.login .login__modal button{font-family:Roboto Condensed,sans-serif;height:48px;font-size:16px;line-height:20px;text-transform:uppercase;border-radius:24px;background:#101010;color:#fff;-webkit-appearance:none;-moz-appearance:none;appearance:none;border:none;margin-bottom:16px;margin-top:48px;max-width:300px;width:100%;cursor:pointer;outline:0}.login .login__modal button:hover{opacity:.5}
/*# sourceMappingURL=app.39252a5e48b135f5597888cef762b292.css.map */