.iti {
  position: relative;
  display: inline-block; }
  .iti * {
    box-sizing: border-box;
    -moz-box-sizing: border-box; }
  .iti__hide {
    display: none; }
  .iti__v-hide {
    visibility: hidden; }
  .iti input, .iti input[type=text], .iti input[type=tel] {
    position: relative;
    z-index: 0;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    padding-right: 36px;
    margin-right: 0; }
  .iti__flag-container {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    padding: 1px; }
  .iti__selected-flag {
    z-index: 1;
    position: relative;
    display: flex;
    align-items: center;
    height: 100%;
    padding: 0 6px 0 8px; }
  .iti__arrow {
    margin-left: 6px;
    width: 0;
    height: 0;
    border-left: 3px solid transparent;
    border-right: 3px solid transparent;
    border-top: 4px solid #555; }
  .iti__arrow--up {
      border-top: none;
      border-bottom: 4px solid #555; }
  .iti__country-list {
    position: absolute;
    z-index: 2;
    list-style: none;
    text-align: left;
    padding: 0;
    margin: 0 0 0 -1px;
    box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2);
    background-color: white;
    border: 1px solid #CCC;
    white-space: nowrap;
    max-height: 200px;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch; }
  .iti__country-list--dropup {
      bottom: 100%;
      margin-bottom: -1px; }
  @media (max-width: 500px) {
      .iti__country-list {
        white-space: normal; } }
  .iti__flag-box {
    display: inline-block;
    width: 20px; }
  .iti__divider {
    padding-bottom: 5px;
    margin-bottom: 5px;
    border-bottom: 1px solid #CCC; }
  .iti__country {
    padding: 5px 10px;
    outline: none; }
  .iti__dial-code {
    color: #999; }
  .iti__country.iti__highlight {
    background-color: rgba(0, 0, 0, 0.05); }
  .iti__flag-box, .iti__country-name, .iti__dial-code {
    vertical-align: middle; }
  .iti__flag-box, .iti__country-name {
    margin-right: 6px; }
  .iti--allow-dropdown input, .iti--allow-dropdown input[type=text], .iti--allow-dropdown input[type=tel], .iti--separate-dial-code input, .iti--separate-dial-code input[type=text], .iti--separate-dial-code input[type=tel] {
    padding-right: 6px;
    padding-left: 52px;
    margin-left: 0; }
  .iti--allow-dropdown .iti__flag-container, .iti--separate-dial-code .iti__flag-container {
    right: auto;
    left: 0; }
  .iti--allow-dropdown .iti__flag-container:hover {
    cursor: pointer; }
  .iti--allow-dropdown .iti__flag-container:hover .iti__selected-flag {
      background-color: rgba(0, 0, 0, 0.05); }
  .iti--allow-dropdown input[disabled] + .iti__flag-container:hover,
  .iti--allow-dropdown input[readonly] + .iti__flag-container:hover {
    cursor: default; }
  .iti--allow-dropdown input[disabled] + .iti__flag-container:hover .iti__selected-flag,
    .iti--allow-dropdown input[readonly] + .iti__flag-container:hover .iti__selected-flag {
      background-color: transparent; }
  .iti--separate-dial-code .iti__selected-flag {
    background-color: rgba(0, 0, 0, 0.05); }
  .iti--separate-dial-code .iti__selected-dial-code {
    margin-left: 6px; }
  .iti--container {
    position: absolute;
    top: -1000px;
    left: -1000px;
    z-index: 1060;
    padding: 1px; }
  .iti--container:hover {
      cursor: pointer; }
  .iti-mobile .iti--container {
  top: 30px;
  bottom: 30px;
  left: 30px;
  right: 30px;
  position: fixed; }
  .iti-mobile .iti__country-list {
  max-height: 100%;
  width: 100%; }
  .iti-mobile .iti__country {
  padding: 10px 10px;
  line-height: 1.5em; }
  .iti__flag {
  width: 20px; }
  .iti__flag.iti__be {
    width: 18px; }
  .iti__flag.iti__ch {
    width: 15px; }
  .iti__flag.iti__mc {
    width: 19px; }
  .iti__flag.iti__ne {
    width: 18px; }
  .iti__flag.iti__np {
    width: 13px; }
  .iti__flag.iti__va {
    width: 15px; }
  @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .iti__flag {
      background-size: 5652px 15px; } }
  .iti__flag.iti__ac {
    height: 10px;
    background-position: 0px 0px; }
  .iti__flag.iti__ad {
    height: 14px;
    background-position: -22px 0px; }
  .iti__flag.iti__ae {
    height: 10px;
    background-position: -44px 0px; }
  .iti__flag.iti__af {
    height: 14px;
    background-position: -66px 0px; }
  .iti__flag.iti__ag {
    height: 14px;
    background-position: -88px 0px; }
  .iti__flag.iti__ai {
    height: 10px;
    background-position: -110px 0px; }
  .iti__flag.iti__al {
    height: 15px;
    background-position: -132px 0px; }
  .iti__flag.iti__am {
    height: 10px;
    background-position: -154px 0px; }
  .iti__flag.iti__ao {
    height: 14px;
    background-position: -176px 0px; }
  .iti__flag.iti__aq {
    height: 14px;
    background-position: -198px 0px; }
  .iti__flag.iti__ar {
    height: 13px;
    background-position: -220px 0px; }
  .iti__flag.iti__as {
    height: 10px;
    background-position: -242px 0px; }
  .iti__flag.iti__at {
    height: 14px;
    background-position: -264px 0px; }
  .iti__flag.iti__au {
    height: 10px;
    background-position: -286px 0px; }
  .iti__flag.iti__aw {
    height: 14px;
    background-position: -308px 0px; }
  .iti__flag.iti__ax {
    height: 13px;
    background-position: -330px 0px; }
  .iti__flag.iti__az {
    height: 10px;
    background-position: -352px 0px; }
  .iti__flag.iti__ba {
    height: 10px;
    background-position: -374px 0px; }
  .iti__flag.iti__bb {
    height: 14px;
    background-position: -396px 0px; }
  .iti__flag.iti__bd {
    height: 12px;
    background-position: -418px 0px; }
  .iti__flag.iti__be {
    height: 15px;
    background-position: -440px 0px; }
  .iti__flag.iti__bf {
    height: 14px;
    background-position: -460px 0px; }
  .iti__flag.iti__bg {
    height: 12px;
    background-position: -482px 0px; }
  .iti__flag.iti__bh {
    height: 12px;
    background-position: -504px 0px; }
  .iti__flag.iti__bi {
    height: 12px;
    background-position: -526px 0px; }
  .iti__flag.iti__bj {
    height: 14px;
    background-position: -548px 0px; }
  .iti__flag.iti__bl {
    height: 14px;
    background-position: -570px 0px; }
  .iti__flag.iti__bm {
    height: 10px;
    background-position: -592px 0px; }
  .iti__flag.iti__bn {
    height: 10px;
    background-position: -614px 0px; }
  .iti__flag.iti__bo {
    height: 14px;
    background-position: -636px 0px; }
  .iti__flag.iti__bq {
    height: 14px;
    background-position: -658px 0px; }
  .iti__flag.iti__br {
    height: 14px;
    background-position: -680px 0px; }
  .iti__flag.iti__bs {
    height: 10px;
    background-position: -702px 0px; }
  .iti__flag.iti__bt {
    height: 14px;
    background-position: -724px 0px; }
  .iti__flag.iti__bv {
    height: 15px;
    background-position: -746px 0px; }
  .iti__flag.iti__bw {
    height: 14px;
    background-position: -768px 0px; }
  .iti__flag.iti__by {
    height: 10px;
    background-position: -790px 0px; }
  .iti__flag.iti__bz {
    height: 14px;
    background-position: -812px 0px; }
  .iti__flag.iti__ca {
    height: 10px;
    background-position: -834px 0px; }
  .iti__flag.iti__cc {
    height: 10px;
    background-position: -856px 0px; }
  .iti__flag.iti__cd {
    height: 15px;
    background-position: -878px 0px; }
  .iti__flag.iti__cf {
    height: 14px;
    background-position: -900px 0px; }
  .iti__flag.iti__cg {
    height: 14px;
    background-position: -922px 0px; }
  .iti__flag.iti__ch {
    height: 15px;
    background-position: -944px 0px; }
  .iti__flag.iti__ci {
    height: 14px;
    background-position: -961px 0px; }
  .iti__flag.iti__ck {
    height: 10px;
    background-position: -983px 0px; }
  .iti__flag.iti__cl {
    height: 14px;
    background-position: -1005px 0px; }
  .iti__flag.iti__cm {
    height: 14px;
    background-position: -1027px 0px; }
  .iti__flag.iti__cn {
    height: 14px;
    background-position: -1049px 0px; }
  .iti__flag.iti__co {
    height: 14px;
    background-position: -1071px 0px; }
  .iti__flag.iti__cp {
    height: 14px;
    background-position: -1093px 0px; }
  .iti__flag.iti__cr {
    height: 12px;
    background-position: -1115px 0px; }
  .iti__flag.iti__cu {
    height: 10px;
    background-position: -1137px 0px; }
  .iti__flag.iti__cv {
    height: 12px;
    background-position: -1159px 0px; }
  .iti__flag.iti__cw {
    height: 14px;
    background-position: -1181px 0px; }
  .iti__flag.iti__cx {
    height: 10px;
    background-position: -1203px 0px; }
  .iti__flag.iti__cy {
    height: 14px;
    background-position: -1225px 0px; }
  .iti__flag.iti__cz {
    height: 14px;
    background-position: -1247px 0px; }
  .iti__flag.iti__de {
    height: 12px;
    background-position: -1269px 0px; }
  .iti__flag.iti__dg {
    height: 10px;
    background-position: -1291px 0px; }
  .iti__flag.iti__dj {
    height: 14px;
    background-position: -1313px 0px; }
  .iti__flag.iti__dk {
    height: 15px;
    background-position: -1335px 0px; }
  .iti__flag.iti__dm {
    height: 10px;
    background-position: -1357px 0px; }
  .iti__flag.iti__do {
    height: 14px;
    background-position: -1379px 0px; }
  .iti__flag.iti__dz {
    height: 14px;
    background-position: -1401px 0px; }
  .iti__flag.iti__ea {
    height: 14px;
    background-position: -1423px 0px; }
  .iti__flag.iti__ec {
    height: 14px;
    background-position: -1445px 0px; }
  .iti__flag.iti__ee {
    height: 13px;
    background-position: -1467px 0px; }
  .iti__flag.iti__eg {
    height: 14px;
    background-position: -1489px 0px; }
  .iti__flag.iti__eh {
    height: 10px;
    background-position: -1511px 0px; }
  .iti__flag.iti__er {
    height: 10px;
    background-position: -1533px 0px; }
  .iti__flag.iti__es {
    height: 14px;
    background-position: -1555px 0px; }
  .iti__flag.iti__et {
    height: 10px;
    background-position: -1577px 0px; }
  .iti__flag.iti__eu {
    height: 14px;
    background-position: -1599px 0px; }
  .iti__flag.iti__fi {
    height: 12px;
    background-position: -1621px 0px; }
  .iti__flag.iti__fj {
    height: 10px;
    background-position: -1643px 0px; }
  .iti__flag.iti__fk {
    height: 10px;
    background-position: -1665px 0px; }
  .iti__flag.iti__fm {
    height: 11px;
    background-position: -1687px 0px; }
  .iti__flag.iti__fo {
    height: 15px;
    background-position: -1709px 0px; }
  .iti__flag.iti__fr {
    height: 14px;
    background-position: -1731px 0px; }
  .iti__flag.iti__ga {
    height: 15px;
    background-position: -1753px 0px; }
  .iti__flag.iti__gb {
    height: 10px;
    background-position: -1775px 0px; }
  .iti__flag.iti__gd {
    height: 12px;
    background-position: -1797px 0px; }
  .iti__flag.iti__ge {
    height: 14px;
    background-position: -1819px 0px; }
  .iti__flag.iti__gf {
    height: 14px;
    background-position: -1841px 0px; }
  .iti__flag.iti__gg {
    height: 14px;
    background-position: -1863px 0px; }
  .iti__flag.iti__gh {
    height: 14px;
    background-position: -1885px 0px; }
  .iti__flag.iti__gi {
    height: 10px;
    background-position: -1907px 0px; }
  .iti__flag.iti__gl {
    height: 14px;
    background-position: -1929px 0px; }
  .iti__flag.iti__gm {
    height: 14px;
    background-position: -1951px 0px; }
  .iti__flag.iti__gn {
    height: 14px;
    background-position: -1973px 0px; }
  .iti__flag.iti__gp {
    height: 14px;
    background-position: -1995px 0px; }
  .iti__flag.iti__gq {
    height: 14px;
    background-position: -2017px 0px; }
  .iti__flag.iti__gr {
    height: 14px;
    background-position: -2039px 0px; }
  .iti__flag.iti__gs {
    height: 10px;
    background-position: -2061px 0px; }
  .iti__flag.iti__gt {
    height: 13px;
    background-position: -2083px 0px; }
  .iti__flag.iti__gu {
    height: 11px;
    background-position: -2105px 0px; }
  .iti__flag.iti__gw {
    height: 10px;
    background-position: -2127px 0px; }
  .iti__flag.iti__gy {
    height: 12px;
    background-position: -2149px 0px; }
  .iti__flag.iti__hk {
    height: 14px;
    background-position: -2171px 0px; }
  .iti__flag.iti__hm {
    height: 10px;
    background-position: -2193px 0px; }
  .iti__flag.iti__hn {
    height: 10px;
    background-position: -2215px 0px; }
  .iti__flag.iti__hr {
    height: 10px;
    background-position: -2237px 0px; }
  .iti__flag.iti__ht {
    height: 12px;
    background-position: -2259px 0px; }
  .iti__flag.iti__hu {
    height: 10px;
    background-position: -2281px 0px; }
  .iti__flag.iti__ic {
    height: 14px;
    background-position: -2303px 0px; }
  .iti__flag.iti__id {
    height: 14px;
    background-position: -2325px 0px; }
  .iti__flag.iti__ie {
    height: 10px;
    background-position: -2347px 0px; }
  .iti__flag.iti__il {
    height: 15px;
    background-position: -2369px 0px; }
  .iti__flag.iti__im {
    height: 10px;
    background-position: -2391px 0px; }
  .iti__flag.iti__in {
    height: 14px;
    background-position: -2413px 0px; }
  .iti__flag.iti__io {
    height: 10px;
    background-position: -2435px 0px; }
  .iti__flag.iti__iq {
    height: 14px;
    background-position: -2457px 0px; }
  .iti__flag.iti__ir {
    height: 12px;
    background-position: -2479px 0px; }
  .iti__flag.iti__is {
    height: 15px;
    background-position: -2501px 0px; }
  .iti__flag.iti__it {
    height: 14px;
    background-position: -2523px 0px; }
  .iti__flag.iti__je {
    height: 12px;
    background-position: -2545px 0px; }
  .iti__flag.iti__jm {
    height: 10px;
    background-position: -2567px 0px; }
  .iti__flag.iti__jo {
    height: 10px;
    background-position: -2589px 0px; }
  .iti__flag.iti__jp {
    height: 14px;
    background-position: -2611px 0px; }
  .iti__flag.iti__ke {
    height: 14px;
    background-position: -2633px 0px; }
  .iti__flag.iti__kg {
    height: 12px;
    background-position: -2655px 0px; }
  .iti__flag.iti__kh {
    height: 13px;
    background-position: -2677px 0px; }
  .iti__flag.iti__ki {
    height: 10px;
    background-position: -2699px 0px; }
  .iti__flag.iti__km {
    height: 12px;
    background-position: -2721px 0px; }
  .iti__flag.iti__kn {
    height: 14px;
    background-position: -2743px 0px; }
  .iti__flag.iti__kp {
    height: 10px;
    background-position: -2765px 0px; }
  .iti__flag.iti__kr {
    height: 14px;
    background-position: -2787px 0px; }
  .iti__flag.iti__kw {
    height: 10px;
    background-position: -2809px 0px; }
  .iti__flag.iti__ky {
    height: 10px;
    background-position: -2831px 0px; }
  .iti__flag.iti__kz {
    height: 10px;
    background-position: -2853px 0px; }
  .iti__flag.iti__la {
    height: 14px;
    background-position: -2875px 0px; }
  .iti__flag.iti__lb {
    height: 14px;
    background-position: -2897px 0px; }
  .iti__flag.iti__lc {
    height: 10px;
    background-position: -2919px 0px; }
  .iti__flag.iti__li {
    height: 12px;
    background-position: -2941px 0px; }
  .iti__flag.iti__lk {
    height: 10px;
    background-position: -2963px 0px; }
  .iti__flag.iti__lr {
    height: 11px;
    background-position: -2985px 0px; }
  .iti__flag.iti__ls {
    height: 14px;
    background-position: -3007px 0px; }
  .iti__flag.iti__lt {
    height: 12px;
    background-position: -3029px 0px; }
  .iti__flag.iti__lu {
    height: 12px;
    background-position: -3051px 0px; }
  .iti__flag.iti__lv {
    height: 10px;
    background-position: -3073px 0px; }
  .iti__flag.iti__ly {
    height: 10px;
    background-position: -3095px 0px; }
  .iti__flag.iti__ma {
    height: 14px;
    background-position: -3117px 0px; }
  .iti__flag.iti__mc {
    height: 15px;
    background-position: -3139px 0px; }
  .iti__flag.iti__md {
    height: 10px;
    background-position: -3160px 0px; }
  .iti__flag.iti__me {
    height: 10px;
    background-position: -3182px 0px; }
  .iti__flag.iti__mf {
    height: 14px;
    background-position: -3204px 0px; }
  .iti__flag.iti__mg {
    height: 14px;
    background-position: -3226px 0px; }
  .iti__flag.iti__mh {
    height: 11px;
    background-position: -3248px 0px; }
  .iti__flag.iti__mk {
    height: 10px;
    background-position: -3270px 0px; }
  .iti__flag.iti__ml {
    height: 14px;
    background-position: -3292px 0px; }
  .iti__flag.iti__mm {
    height: 14px;
    background-position: -3314px 0px; }
  .iti__flag.iti__mn {
    height: 10px;
    background-position: -3336px 0px; }
  .iti__flag.iti__mo {
    height: 14px;
    background-position: -3358px 0px; }
  .iti__flag.iti__mp {
    height: 10px;
    background-position: -3380px 0px; }
  .iti__flag.iti__mq {
    height: 14px;
    background-position: -3402px 0px; }
  .iti__flag.iti__mr {
    height: 14px;
    background-position: -3424px 0px; }
  .iti__flag.iti__ms {
    height: 10px;
    background-position: -3446px 0px; }
  .iti__flag.iti__mt {
    height: 14px;
    background-position: -3468px 0px; }
  .iti__flag.iti__mu {
    height: 14px;
    background-position: -3490px 0px; }
  .iti__flag.iti__mv {
    height: 14px;
    background-position: -3512px 0px; }
  .iti__flag.iti__mw {
    height: 14px;
    background-position: -3534px 0px; }
  .iti__flag.iti__mx {
    height: 12px;
    background-position: -3556px 0px; }
  .iti__flag.iti__my {
    height: 10px;
    background-position: -3578px 0px; }
  .iti__flag.iti__mz {
    height: 14px;
    background-position: -3600px 0px; }
  .iti__flag.iti__na {
    height: 14px;
    background-position: -3622px 0px; }
  .iti__flag.iti__nc {
    height: 10px;
    background-position: -3644px 0px; }
  .iti__flag.iti__ne {
    height: 15px;
    background-position: -3666px 0px; }
  .iti__flag.iti__nf {
    height: 10px;
    background-position: -3686px 0px; }
  .iti__flag.iti__ng {
    height: 10px;
    background-position: -3708px 0px; }
  .iti__flag.iti__ni {
    height: 12px;
    background-position: -3730px 0px; }
  .iti__flag.iti__nl {
    height: 14px;
    background-position: -3752px 0px; }
  .iti__flag.iti__no {
    height: 15px;
    background-position: -3774px 0px; }
  .iti__flag.iti__np {
    height: 15px;
    background-position: -3796px 0px; }
  .iti__flag.iti__nr {
    height: 10px;
    background-position: -3811px 0px; }
  .iti__flag.iti__nu {
    height: 10px;
    background-position: -3833px 0px; }
  .iti__flag.iti__nz {
    height: 10px;
    background-position: -3855px 0px; }
  .iti__flag.iti__om {
    height: 10px;
    background-position: -3877px 0px; }
  .iti__flag.iti__pa {
    height: 14px;
    background-position: -3899px 0px; }
  .iti__flag.iti__pe {
    height: 14px;
    background-position: -3921px 0px; }
  .iti__flag.iti__pf {
    height: 14px;
    background-position: -3943px 0px; }
  .iti__flag.iti__pg {
    height: 15px;
    background-position: -3965px 0px; }
  .iti__flag.iti__ph {
    height: 10px;
    background-position: -3987px 0px; }
  .iti__flag.iti__pk {
    height: 14px;
    background-position: -4009px 0px; }
  .iti__flag.iti__pl {
    height: 13px;
    background-position: -4031px 0px; }
  .iti__flag.iti__pm {
    height: 14px;
    background-position: -4053px 0px; }
  .iti__flag.iti__pn {
    height: 10px;
    background-position: -4075px 0px; }
  .iti__flag.iti__pr {
    height: 14px;
    background-position: -4097px 0px; }
  .iti__flag.iti__ps {
    height: 10px;
    background-position: -4119px 0px; }
  .iti__flag.iti__pt {
    height: 14px;
    background-position: -4141px 0px; }
  .iti__flag.iti__pw {
    height: 13px;
    background-position: -4163px 0px; }
  .iti__flag.iti__py {
    height: 11px;
    background-position: -4185px 0px; }
  .iti__flag.iti__qa {
    height: 8px;
    background-position: -4207px 0px; }
  .iti__flag.iti__re {
    height: 14px;
    background-position: -4229px 0px; }
  .iti__flag.iti__ro {
    height: 14px;
    background-position: -4251px 0px; }
  .iti__flag.iti__rs {
    height: 14px;
    background-position: -4273px 0px; }
  .iti__flag.iti__ru {
    height: 14px;
    background-position: -4295px 0px; }
  .iti__flag.iti__rw {
    height: 14px;
    background-position: -4317px 0px; }
  .iti__flag.iti__sa {
    height: 14px;
    background-position: -4339px 0px; }
  .iti__flag.iti__sb {
    height: 10px;
    background-position: -4361px 0px; }
  .iti__flag.iti__sc {
    height: 10px;
    background-position: -4383px 0px; }
  .iti__flag.iti__sd {
    height: 10px;
    background-position: -4405px 0px; }
  .iti__flag.iti__se {
    height: 13px;
    background-position: -4427px 0px; }
  .iti__flag.iti__sg {
    height: 14px;
    background-position: -4449px 0px; }
  .iti__flag.iti__sh {
    height: 10px;
    background-position: -4471px 0px; }
  .iti__flag.iti__si {
    height: 10px;
    background-position: -4493px 0px; }
  .iti__flag.iti__sj {
    height: 15px;
    background-position: -4515px 0px; }
  .iti__flag.iti__sk {
    height: 14px;
    background-position: -4537px 0px; }
  .iti__flag.iti__sl {
    height: 14px;
    background-position: -4559px 0px; }
  .iti__flag.iti__sm {
    height: 15px;
    background-position: -4581px 0px; }
  .iti__flag.iti__sn {
    height: 14px;
    background-position: -4603px 0px; }
  .iti__flag.iti__so {
    height: 14px;
    background-position: -4625px 0px; }
  .iti__flag.iti__sr {
    height: 14px;
    background-position: -4647px 0px; }
  .iti__flag.iti__ss {
    height: 10px;
    background-position: -4669px 0px; }
  .iti__flag.iti__st {
    height: 10px;
    background-position: -4691px 0px; }
  .iti__flag.iti__sv {
    height: 12px;
    background-position: -4713px 0px; }
  .iti__flag.iti__sx {
    height: 14px;
    background-position: -4735px 0px; }
  .iti__flag.iti__sy {
    height: 14px;
    background-position: -4757px 0px; }
  .iti__flag.iti__sz {
    height: 14px;
    background-position: -4779px 0px; }
  .iti__flag.iti__ta {
    height: 10px;
    background-position: -4801px 0px; }
  .iti__flag.iti__tc {
    height: 10px;
    background-position: -4823px 0px; }
  .iti__flag.iti__td {
    height: 14px;
    background-position: -4845px 0px; }
  .iti__flag.iti__tf {
    height: 14px;
    background-position: -4867px 0px; }
  .iti__flag.iti__tg {
    height: 13px;
    background-position: -4889px 0px; }
  .iti__flag.iti__th {
    height: 14px;
    background-position: -4911px 0px; }
  .iti__flag.iti__tj {
    height: 10px;
    background-position: -4933px 0px; }
  .iti__flag.iti__tk {
    height: 10px;
    background-position: -4955px 0px; }
  .iti__flag.iti__tl {
    height: 10px;
    background-position: -4977px 0px; }
  .iti__flag.iti__tm {
    height: 14px;
    background-position: -4999px 0px; }
  .iti__flag.iti__tn {
    height: 14px;
    background-position: -5021px 0px; }
  .iti__flag.iti__to {
    height: 10px;
    background-position: -5043px 0px; }
  .iti__flag.iti__tr {
    height: 14px;
    background-position: -5065px 0px; }
  .iti__flag.iti__tt {
    height: 12px;
    background-position: -5087px 0px; }
  .iti__flag.iti__tv {
    height: 10px;
    background-position: -5109px 0px; }
  .iti__flag.iti__tw {
    height: 14px;
    background-position: -5131px 0px; }
  .iti__flag.iti__tz {
    height: 14px;
    background-position: -5153px 0px; }
  .iti__flag.iti__ua {
    height: 14px;
    background-position: -5175px 0px; }
  .iti__flag.iti__ug {
    height: 14px;
    background-position: -5197px 0px; }
  .iti__flag.iti__um {
    height: 11px;
    background-position: -5219px 0px; }
  .iti__flag.iti__un {
    height: 14px;
    background-position: -5241px 0px; }
  .iti__flag.iti__us {
    height: 11px;
    background-position: -5263px 0px; }
  .iti__flag.iti__uy {
    height: 14px;
    background-position: -5285px 0px; }
  .iti__flag.iti__uz {
    height: 10px;
    background-position: -5307px 0px; }
  .iti__flag.iti__va {
    height: 15px;
    background-position: -5329px 0px; }
  .iti__flag.iti__vc {
    height: 14px;
    background-position: -5346px 0px; }
  .iti__flag.iti__ve {
    height: 14px;
    background-position: -5368px 0px; }
  .iti__flag.iti__vg {
    height: 10px;
    background-position: -5390px 0px; }
  .iti__flag.iti__vi {
    height: 14px;
    background-position: -5412px 0px; }
  .iti__flag.iti__vn {
    height: 14px;
    background-position: -5434px 0px; }
  .iti__flag.iti__vu {
    height: 12px;
    background-position: -5456px 0px; }
  .iti__flag.iti__wf {
    height: 14px;
    background-position: -5478px 0px; }
  .iti__flag.iti__ws {
    height: 10px;
    background-position: -5500px 0px; }
  .iti__flag.iti__xk {
    height: 15px;
    background-position: -5522px 0px; }
  .iti__flag.iti__ye {
    height: 14px;
    background-position: -5544px 0px; }
  .iti__flag.iti__yt {
    height: 14px;
    background-position: -5566px 0px; }
  .iti__flag.iti__za {
    height: 14px;
    background-position: -5588px 0px; }
  .iti__flag.iti__zm {
    height: 14px;
    background-position: -5610px 0px; }
  .iti__flag.iti__zw {
    height: 10px;
    background-position: -5632px 0px; }
  .iti__flag {
  height: 15px;
  box-shadow: 0px 0px 1px 0px #888;
  background-image: url('flags.416250f60d785a2e02f1.png');
  background-repeat: no-repeat;
  background-color: #DBDBDB;
  background-position: 20px 0; }
  @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .iti__flag {
      background-image: url('flags@2x.d429a5777afaf2fc3496.png'); } }
  .iti__flag.iti__np {
  background-color: transparent; }

/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */@font-face{font-family:'FontAwesome';src:url('fontawesome-webfont.674f50d287a8c48dc19b.eot?v=4.7.0');src:url('fontawesome-webfont.674f50d287a8c48dc19b.eot?#iefix&v=4.7.0') format('embedded-opentype'),url('fontawesome-webfont.af7ae505a9eed503f8b8.woff2?v=4.7.0') format('woff2'),url('fontawesome-webfont.fee66e712a8a08eef580.woff?v=4.7.0') format('woff'),url('fontawesome-webfont.b06871f281fee6b241d6.ttf?v=4.7.0') format('truetype'),url('fontawesome-webfont.912ec66d7572ff821749.svg?v=4.7.0#fontawesomeregular') format('svg');font-weight:normal;font-style:normal}.fa{display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.fa-lg{font-size:1.33333333em;line-height:.75em;vertical-align:-15%}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-fw{width:1.28571429em;text-align:center}.fa-ul{padding-left:0;margin-left:2.14285714em;list-style-type:none}.fa-ul>li{position:relative}.fa-li{position:absolute;left:-2.14285714em;width:2.14285714em;top:.14285714em;text-align:center}.fa-li.fa-lg{left:-1.85714286em}.fa-border{padding:.2em .25em .15em;border:solid .08em #eee;border-radius:.1em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left{margin-right:.3em}.fa.fa-pull-right{margin-left:.3em}.pull-right{float:right}.pull-left{float:left}.fa.pull-left{margin-right:.3em}.fa.pull-right{margin-left:.3em}.fa-spin{-webkit-animation:fa-spin 2s infinite linear;animation:fa-spin 2s infinite linear}.fa-pulse{-webkit-animation:fa-spin 1s infinite steps(8);animation:fa-spin 1s infinite steps(8)}@-webkit-keyframes fa-spin{0%{transform:rotate(0deg)}100%{transform:rotate(359deg)}}@keyframes fa-spin{0%{transform:rotate(0deg)}100%{transform:rotate(359deg)}}.fa-rotate-90{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";transform:rotate(90deg)}.fa-rotate-180{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";transform:rotate(180deg)}.fa-rotate-270{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";transform:rotate(270deg)}.fa-flip-horizontal{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";transform:scale(-1, 1)}.fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";transform:scale(1, -1)}:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-flip-horizontal,:root .fa-flip-vertical{-webkit-filter:none;filter:none}.fa-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:middle}.fa-stack-1x,.fa-stack-2x{position:absolute;left:0;width:100%;text-align:center}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-glass:before{content:"\f000"}.fa-music:before{content:"\f001"}.fa-search:before{content:"\f002"}.fa-envelope-o:before{content:"\f003"}.fa-heart:before{content:"\f004"}.fa-star:before{content:"\f005"}.fa-star-o:before{content:"\f006"}.fa-user:before{content:"\f007"}.fa-film:before{content:"\f008"}.fa-th-large:before{content:"\f009"}.fa-th:before{content:"\f00a"}.fa-th-list:before{content:"\f00b"}.fa-check:before{content:"\f00c"}.fa-remove:before,.fa-close:before,.fa-times:before{content:"\f00d"}.fa-search-plus:before{content:"\f00e"}.fa-search-minus:before{content:"\f010"}.fa-power-off:before{content:"\f011"}.fa-signal:before{content:"\f012"}.fa-gear:before,.fa-cog:before{content:"\f013"}.fa-trash-o:before{content:"\f014"}.fa-home:before{content:"\f015"}.fa-file-o:before{content:"\f016"}.fa-clock-o:before{content:"\f017"}.fa-road:before{content:"\f018"}.fa-download:before{content:"\f019"}.fa-arrow-circle-o-down:before{content:"\f01a"}.fa-arrow-circle-o-up:before{content:"\f01b"}.fa-inbox:before{content:"\f01c"}.fa-play-circle-o:before{content:"\f01d"}.fa-rotate-right:before,.fa-repeat:before{content:"\f01e"}.fa-refresh:before{content:"\f021"}.fa-list-alt:before{content:"\f022"}.fa-lock:before{content:"\f023"}.fa-flag:before{content:"\f024"}.fa-headphones:before{content:"\f025"}.fa-volume-off:before{content:"\f026"}.fa-volume-down:before{content:"\f027"}.fa-volume-up:before{content:"\f028"}.fa-qrcode:before{content:"\f029"}.fa-barcode:before{content:"\f02a"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-book:before{content:"\f02d"}.fa-bookmark:before{content:"\f02e"}.fa-print:before{content:"\f02f"}.fa-camera:before{content:"\f030"}.fa-font:before{content:"\f031"}.fa-bold:before{content:"\f032"}.fa-italic:before{content:"\f033"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-align-left:before{content:"\f036"}.fa-align-center:before{content:"\f037"}.fa-align-right:before{content:"\f038"}.fa-align-justify:before{content:"\f039"}.fa-list:before{content:"\f03a"}.fa-dedent:before,.fa-outdent:before{content:"\f03b"}.fa-indent:before{content:"\f03c"}.fa-video-camera:before{content:"\f03d"}.fa-photo:before,.fa-image:before,.fa-picture-o:before{content:"\f03e"}.fa-pencil:before{content:"\f040"}.fa-map-marker:before{content:"\f041"}.fa-adjust:before{content:"\f042"}.fa-tint:before{content:"\f043"}.fa-edit:before,.fa-pencil-square-o:before{content:"\f044"}.fa-share-square-o:before{content:"\f045"}.fa-check-square-o:before{content:"\f046"}.fa-arrows:before{content:"\f047"}.fa-step-backward:before{content:"\f048"}.fa-fast-backward:before{content:"\f049"}.fa-backward:before{content:"\f04a"}.fa-play:before{content:"\f04b"}.fa-pause:before{content:"\f04c"}.fa-stop:before{content:"\f04d"}.fa-forward:before{content:"\f04e"}.fa-fast-forward:before{content:"\f050"}.fa-step-forward:before{content:"\f051"}.fa-eject:before{content:"\f052"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-plus-circle:before{content:"\f055"}.fa-minus-circle:before{content:"\f056"}.fa-times-circle:before{content:"\f057"}.fa-check-circle:before{content:"\f058"}.fa-question-circle:before{content:"\f059"}.fa-info-circle:before{content:"\f05a"}.fa-crosshairs:before{content:"\f05b"}.fa-times-circle-o:before{content:"\f05c"}.fa-check-circle-o:before{content:"\f05d"}.fa-ban:before{content:"\f05e"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrow-down:before{content:"\f063"}.fa-mail-forward:before,.fa-share:before{content:"\f064"}.fa-expand:before{content:"\f065"}.fa-compress:before{content:"\f066"}.fa-plus:before{content:"\f067"}.fa-minus:before{content:"\f068"}.fa-asterisk:before{content:"\f069"}.fa-exclamation-circle:before{content:"\f06a"}.fa-gift:before{content:"\f06b"}.fa-leaf:before{content:"\f06c"}.fa-fire:before{content:"\f06d"}.fa-eye:before{content:"\f06e"}.fa-eye-slash:before{content:"\f070"}.fa-warning:before,.fa-exclamation-triangle:before{content:"\f071"}.fa-plane:before{content:"\f072"}.fa-calendar:before{content:"\f073"}.fa-random:before{content:"\f074"}.fa-comment:before{content:"\f075"}.fa-magnet:before{content:"\f076"}.fa-chevron-up:before{content:"\f077"}.fa-chevron-down:before{content:"\f078"}.fa-retweet:before{content:"\f079"}.fa-shopping-cart:before{content:"\f07a"}.fa-folder:before{content:"\f07b"}.fa-folder-open:before{content:"\f07c"}.fa-arrows-v:before{content:"\f07d"}.fa-arrows-h:before{content:"\f07e"}.fa-bar-chart-o:before,.fa-bar-chart:before{content:"\f080"}.fa-twitter-square:before{content:"\f081"}.fa-facebook-square:before{content:"\f082"}.fa-camera-retro:before{content:"\f083"}.fa-key:before{content:"\f084"}.fa-gears:before,.fa-cogs:before{content:"\f085"}.fa-comments:before{content:"\f086"}.fa-thumbs-o-up:before{content:"\f087"}.fa-thumbs-o-down:before{content:"\f088"}.fa-star-half:before{content:"\f089"}.fa-heart-o:before{content:"\f08a"}.fa-sign-out:before{content:"\f08b"}.fa-linkedin-square:before{content:"\f08c"}.fa-thumb-tack:before{content:"\f08d"}.fa-external-link:before{content:"\f08e"}.fa-sign-in:before{content:"\f090"}.fa-trophy:before{content:"\f091"}.fa-github-square:before{content:"\f092"}.fa-upload:before{content:"\f093"}.fa-lemon-o:before{content:"\f094"}.fa-phone:before{content:"\f095"}.fa-square-o:before{content:"\f096"}.fa-bookmark-o:before{content:"\f097"}.fa-phone-square:before{content:"\f098"}.fa-twitter:before{content:"\f099"}.fa-facebook-f:before,.fa-facebook:before{content:"\f09a"}.fa-github:before{content:"\f09b"}.fa-unlock:before{content:"\f09c"}.fa-credit-card:before{content:"\f09d"}.fa-feed:before,.fa-rss:before{content:"\f09e"}.fa-hdd-o:before{content:"\f0a0"}.fa-bullhorn:before{content:"\f0a1"}.fa-bell:before{content:"\f0f3"}.fa-certificate:before{content:"\f0a3"}.fa-hand-o-right:before{content:"\f0a4"}.fa-hand-o-left:before{content:"\f0a5"}.fa-hand-o-up:before{content:"\f0a6"}.fa-hand-o-down:before{content:"\f0a7"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-globe:before{content:"\f0ac"}.fa-wrench:before{content:"\f0ad"}.fa-tasks:before{content:"\f0ae"}.fa-filter:before{content:"\f0b0"}.fa-briefcase:before{content:"\f0b1"}.fa-arrows-alt:before{content:"\f0b2"}.fa-group:before,.fa-users:before{content:"\f0c0"}.fa-chain:before,.fa-link:before{content:"\f0c1"}.fa-cloud:before{content:"\f0c2"}.fa-flask:before{content:"\f0c3"}.fa-cut:before,.fa-scissors:before{content:"\f0c4"}.fa-copy:before,.fa-files-o:before{content:"\f0c5"}.fa-paperclip:before{content:"\f0c6"}.fa-save:before,.fa-floppy-o:before{content:"\f0c7"}.fa-square:before{content:"\f0c8"}.fa-navicon:before,.fa-reorder:before,.fa-bars:before{content:"\f0c9"}.fa-list-ul:before{content:"\f0ca"}.fa-list-ol:before{content:"\f0cb"}.fa-strikethrough:before{content:"\f0cc"}.fa-underline:before{content:"\f0cd"}.fa-table:before{content:"\f0ce"}.fa-magic:before{content:"\f0d0"}.fa-truck:before{content:"\f0d1"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-square:before{content:"\f0d3"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-plus:before{content:"\f0d5"}.fa-money:before{content:"\f0d6"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-up:before{content:"\f0d8"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-columns:before{content:"\f0db"}.fa-unsorted:before,.fa-sort:before{content:"\f0dc"}.fa-sort-down:before,.fa-sort-desc:before{content:"\f0dd"}.fa-sort-up:before,.fa-sort-asc:before{content:"\f0de"}.fa-envelope:before{content:"\f0e0"}.fa-linkedin:before{content:"\f0e1"}.fa-rotate-left:before,.fa-undo:before{content:"\f0e2"}.fa-legal:before,.fa-gavel:before{content:"\f0e3"}.fa-dashboard:before,.fa-tachometer:before{content:"\f0e4"}.fa-comment-o:before{content:"\f0e5"}.fa-comments-o:before{content:"\f0e6"}.fa-flash:before,.fa-bolt:before{content:"\f0e7"}.fa-sitemap:before{content:"\f0e8"}.fa-umbrella:before{content:"\f0e9"}.fa-paste:before,.fa-clipboard:before{content:"\f0ea"}.fa-lightbulb-o:before{content:"\f0eb"}.fa-exchange:before{content:"\f0ec"}.fa-cloud-download:before{content:"\f0ed"}.fa-cloud-upload:before{content:"\f0ee"}.fa-user-md:before{content:"\f0f0"}.fa-stethoscope:before{content:"\f0f1"}.fa-suitcase:before{content:"\f0f2"}.fa-bell-o:before{content:"\f0a2"}.fa-coffee:before{content:"\f0f4"}.fa-cutlery:before{content:"\f0f5"}.fa-file-text-o:before{content:"\f0f6"}.fa-building-o:before{content:"\f0f7"}.fa-hospital-o:before{content:"\f0f8"}.fa-ambulance:before{content:"\f0f9"}.fa-medkit:before{content:"\f0fa"}.fa-fighter-jet:before{content:"\f0fb"}.fa-beer:before{content:"\f0fc"}.fa-h-square:before{content:"\f0fd"}.fa-plus-square:before{content:"\f0fe"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angle-down:before{content:"\f107"}.fa-desktop:before{content:"\f108"}.fa-laptop:before{content:"\f109"}.fa-tablet:before{content:"\f10a"}.fa-mobile-phone:before,.fa-mobile:before{content:"\f10b"}.fa-circle-o:before{content:"\f10c"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-spinner:before{content:"\f110"}.fa-circle:before{content:"\f111"}.fa-mail-reply:before,.fa-reply:before{content:"\f112"}.fa-github-alt:before{content:"\f113"}.fa-folder-o:before{content:"\f114"}.fa-folder-open-o:before{content:"\f115"}.fa-smile-o:before{content:"\f118"}.fa-frown-o:before{content:"\f119"}.fa-meh-o:before{content:"\f11a"}.fa-gamepad:before{content:"\f11b"}.fa-keyboard-o:before{content:"\f11c"}.fa-flag-o:before{content:"\f11d"}.fa-flag-checkered:before{content:"\f11e"}.fa-terminal:before{content:"\f120"}.fa-code:before{content:"\f121"}.fa-mail-reply-all:before,.fa-reply-all:before{content:"\f122"}.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before{content:"\f123"}.fa-location-arrow:before{content:"\f124"}.fa-crop:before{content:"\f125"}.fa-code-fork:before{content:"\f126"}.fa-unlink:before,.fa-chain-broken:before{content:"\f127"}.fa-question:before{content:"\f128"}.fa-info:before{content:"\f129"}.fa-exclamation:before{content:"\f12a"}.fa-superscript:before{content:"\f12b"}.fa-subscript:before{content:"\f12c"}.fa-eraser:before{content:"\f12d"}.fa-puzzle-piece:before{content:"\f12e"}.fa-microphone:before{content:"\f130"}.fa-microphone-slash:before{content:"\f131"}.fa-shield:before{content:"\f132"}.fa-calendar-o:before{content:"\f133"}.fa-fire-extinguisher:before{content:"\f134"}.fa-rocket:before{content:"\f135"}.fa-maxcdn:before{content:"\f136"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-html5:before{content:"\f13b"}.fa-css3:before{content:"\f13c"}.fa-anchor:before{content:"\f13d"}.fa-unlock-alt:before{content:"\f13e"}.fa-bullseye:before{content:"\f140"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-rss-square:before{content:"\f143"}.fa-play-circle:before{content:"\f144"}.fa-ticket:before{content:"\f145"}.fa-minus-square:before{content:"\f146"}.fa-minus-square-o:before{content:"\f147"}.fa-level-up:before{content:"\f148"}.fa-level-down:before{content:"\f149"}.fa-check-square:before{content:"\f14a"}.fa-pencil-square:before{content:"\f14b"}.fa-external-link-square:before{content:"\f14c"}.fa-share-square:before{content:"\f14d"}.fa-compass:before{content:"\f14e"}.fa-toggle-down:before,.fa-caret-square-o-down:before{content:"\f150"}.fa-toggle-up:before,.fa-caret-square-o-up:before{content:"\f151"}.fa-toggle-right:before,.fa-caret-square-o-right:before{content:"\f152"}.fa-euro:before,.fa-eur:before{content:"\f153"}.fa-gbp:before{content:"\f154"}.fa-dollar:before,.fa-usd:before{content:"\f155"}.fa-rupee:before,.fa-inr:before{content:"\f156"}.fa-cny:before,.fa-rmb:before,.fa-yen:before,.fa-jpy:before{content:"\f157"}.fa-ruble:before,.fa-rouble:before,.fa-rub:before{content:"\f158"}.fa-won:before,.fa-krw:before{content:"\f159"}.fa-bitcoin:before,.fa-btc:before{content:"\f15a"}.fa-file:before{content:"\f15b"}.fa-file-text:before{content:"\f15c"}.fa-sort-alpha-asc:before{content:"\f15d"}.fa-sort-alpha-desc:before{content:"\f15e"}.fa-sort-amount-asc:before{content:"\f160"}.fa-sort-amount-desc:before{content:"\f161"}.fa-sort-numeric-asc:before{content:"\f162"}.fa-sort-numeric-desc:before{content:"\f163"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbs-down:before{content:"\f165"}.fa-youtube-square:before{content:"\f166"}.fa-youtube:before{content:"\f167"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-youtube-play:before{content:"\f16a"}.fa-dropbox:before{content:"\f16b"}.fa-stack-overflow:before{content:"\f16c"}.fa-instagram:before{content:"\f16d"}.fa-flickr:before{content:"\f16e"}.fa-adn:before{content:"\f170"}.fa-bitbucket:before{content:"\f171"}.fa-bitbucket-square:before{content:"\f172"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-long-arrow-down:before{content:"\f175"}.fa-long-arrow-up:before{content:"\f176"}.fa-long-arrow-left:before{content:"\f177"}.fa-long-arrow-right:before{content:"\f178"}.fa-apple:before{content:"\f179"}.fa-windows:before{content:"\f17a"}.fa-android:before{content:"\f17b"}.fa-linux:before{content:"\f17c"}.fa-dribbble:before{content:"\f17d"}.fa-skype:before{content:"\f17e"}.fa-foursquare:before{content:"\f180"}.fa-trello:before{content:"\f181"}.fa-female:before{content:"\f182"}.fa-male:before{content:"\f183"}.fa-gittip:before,.fa-gratipay:before{content:"\f184"}.fa-sun-o:before{content:"\f185"}.fa-moon-o:before{content:"\f186"}.fa-archive:before{content:"\f187"}.fa-bug:before{content:"\f188"}.fa-vk:before{content:"\f189"}.fa-weibo:before{content:"\f18a"}.fa-renren:before{content:"\f18b"}.fa-pagelines:before{content:"\f18c"}.fa-stack-exchange:before{content:"\f18d"}.fa-arrow-circle-o-right:before{content:"\f18e"}.fa-arrow-circle-o-left:before{content:"\f190"}.fa-toggle-left:before,.fa-caret-square-o-left:before{content:"\f191"}.fa-dot-circle-o:before{content:"\f192"}.fa-wheelchair:before{content:"\f193"}.fa-vimeo-square:before{content:"\f194"}.fa-turkish-lira:before,.fa-try:before{content:"\f195"}.fa-plus-square-o:before{content:"\f196"}.fa-space-shuttle:before{content:"\f197"}.fa-slack:before{content:"\f198"}.fa-envelope-square:before{content:"\f199"}.fa-wordpress:before{content:"\f19a"}.fa-openid:before{content:"\f19b"}.fa-institution:before,.fa-bank:before,.fa-university:before{content:"\f19c"}.fa-mortar-board:before,.fa-graduation-cap:before{content:"\f19d"}.fa-yahoo:before{content:"\f19e"}.fa-google:before{content:"\f1a0"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-square:before{content:"\f1a2"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-stumbleupon:before{content:"\f1a4"}.fa-delicious:before{content:"\f1a5"}.fa-digg:before{content:"\f1a6"}.fa-pied-piper-pp:before{content:"\f1a7"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-drupal:before{content:"\f1a9"}.fa-joomla:before{content:"\f1aa"}.fa-language:before{content:"\f1ab"}.fa-fax:before{content:"\f1ac"}.fa-building:before{content:"\f1ad"}.fa-child:before{content:"\f1ae"}.fa-paw:before{content:"\f1b0"}.fa-spoon:before{content:"\f1b1"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-recycle:before{content:"\f1b8"}.fa-automobile:before,.fa-car:before{content:"\f1b9"}.fa-cab:before,.fa-taxi:before{content:"\f1ba"}.fa-tree:before{content:"\f1bb"}.fa-spotify:before{content:"\f1bc"}.fa-deviantart:before{content:"\f1bd"}.fa-soundcloud:before{content:"\f1be"}.fa-database:before{content:"\f1c0"}.fa-file-pdf-o:before{content:"\f1c1"}.fa-file-word-o:before{content:"\f1c2"}.fa-file-excel-o:before{content:"\f1c3"}.fa-file-powerpoint-o:before{content:"\f1c4"}.fa-file-photo-o:before,.fa-file-picture-o:before,.fa-file-image-o:before{content:"\f1c5"}.fa-file-zip-o:before,.fa-file-archive-o:before{content:"\f1c6"}.fa-file-sound-o:before,.fa-file-audio-o:before{content:"\f1c7"}.fa-file-movie-o:before,.fa-file-video-o:before{content:"\f1c8"}.fa-file-code-o:before{content:"\f1c9"}.fa-vine:before{content:"\f1ca"}.fa-codepen:before{content:"\f1cb"}.fa-jsfiddle:before{content:"\f1cc"}.fa-life-bouy:before,.fa-life-buoy:before,.fa-life-saver:before,.fa-support:before,.fa-life-ring:before{content:"\f1cd"}.fa-circle-o-notch:before{content:"\f1ce"}.fa-ra:before,.fa-resistance:before,.fa-rebel:before{content:"\f1d0"}.fa-ge:before,.fa-empire:before{content:"\f1d1"}.fa-git-square:before{content:"\f1d2"}.fa-git:before{content:"\f1d3"}.fa-y-combinator-square:before,.fa-yc-square:before,.fa-hacker-news:before{content:"\f1d4"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-qq:before{content:"\f1d6"}.fa-wechat:before,.fa-weixin:before{content:"\f1d7"}.fa-send:before,.fa-paper-plane:before{content:"\f1d8"}.fa-send-o:before,.fa-paper-plane-o:before{content:"\f1d9"}.fa-history:before{content:"\f1da"}.fa-circle-thin:before{content:"\f1db"}.fa-header:before{content:"\f1dc"}.fa-paragraph:before{content:"\f1dd"}.fa-sliders:before{content:"\f1de"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-bomb:before{content:"\f1e2"}.fa-soccer-ball-o:before,.fa-futbol-o:before{content:"\f1e3"}.fa-tty:before{content:"\f1e4"}.fa-binoculars:before{content:"\f1e5"}.fa-plug:before{content:"\f1e6"}.fa-slideshare:before{content:"\f1e7"}.fa-twitch:before{content:"\f1e8"}.fa-yelp:before{content:"\f1e9"}.fa-newspaper-o:before{content:"\f1ea"}.fa-wifi:before{content:"\f1eb"}.fa-calculator:before{content:"\f1ec"}.fa-paypal:before{content:"\f1ed"}.fa-google-wallet:before{content:"\f1ee"}.fa-cc-visa:before{content:"\f1f0"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-cc-discover:before{content:"\f1f2"}.fa-cc-amex:before{content:"\f1f3"}.fa-cc-paypal:before{content:"\f1f4"}.fa-cc-stripe:before{content:"\f1f5"}.fa-bell-slash:before{content:"\f1f6"}.fa-bell-slash-o:before{content:"\f1f7"}.fa-trash:before{content:"\f1f8"}.fa-copyright:before{content:"\f1f9"}.fa-at:before{content:"\f1fa"}.fa-eyedropper:before{content:"\f1fb"}.fa-paint-brush:before{content:"\f1fc"}.fa-birthday-cake:before{content:"\f1fd"}.fa-area-chart:before{content:"\f1fe"}.fa-pie-chart:before{content:"\f200"}.fa-line-chart:before{content:"\f201"}.fa-lastfm:before{content:"\f202"}.fa-lastfm-square:before{content:"\f203"}.fa-toggle-off:before{content:"\f204"}.fa-toggle-on:before{content:"\f205"}.fa-bicycle:before{content:"\f206"}.fa-bus:before{content:"\f207"}.fa-ioxhost:before{content:"\f208"}.fa-angellist:before{content:"\f209"}.fa-cc:before{content:"\f20a"}.fa-shekel:before,.fa-sheqel:before,.fa-ils:before{content:"\f20b"}.fa-meanpath:before{content:"\f20c"}.fa-buysellads:before{content:"\f20d"}.fa-connectdevelop:before{content:"\f20e"}.fa-dashcube:before{content:"\f210"}.fa-forumbee:before{content:"\f211"}.fa-leanpub:before{content:"\f212"}.fa-sellsy:before{content:"\f213"}.fa-shirtsinbulk:before{content:"\f214"}.fa-simplybuilt:before{content:"\f215"}.fa-skyatlas:before{content:"\f216"}.fa-cart-plus:before{content:"\f217"}.fa-cart-arrow-down:before{content:"\f218"}.fa-diamond:before{content:"\f219"}.fa-ship:before{content:"\f21a"}.fa-user-secret:before{content:"\f21b"}.fa-motorcycle:before{content:"\f21c"}.fa-street-view:before{content:"\f21d"}.fa-heartbeat:before{content:"\f21e"}.fa-venus:before{content:"\f221"}.fa-mars:before{content:"\f222"}.fa-mercury:before{content:"\f223"}.fa-intersex:before,.fa-transgender:before{content:"\f224"}.fa-transgender-alt:before{content:"\f225"}.fa-venus-double:before{content:"\f226"}.fa-mars-double:before{content:"\f227"}.fa-venus-mars:before{content:"\f228"}.fa-mars-stroke:before{content:"\f229"}.fa-mars-stroke-v:before{content:"\f22a"}.fa-mars-stroke-h:before{content:"\f22b"}.fa-neuter:before{content:"\f22c"}.fa-genderless:before{content:"\f22d"}.fa-facebook-official:before{content:"\f230"}.fa-pinterest-p:before{content:"\f231"}.fa-whatsapp:before{content:"\f232"}.fa-server:before{content:"\f233"}.fa-user-plus:before{content:"\f234"}.fa-user-times:before{content:"\f235"}.fa-hotel:before,.fa-bed:before{content:"\f236"}.fa-viacoin:before{content:"\f237"}.fa-train:before{content:"\f238"}.fa-subway:before{content:"\f239"}.fa-medium:before{content:"\f23a"}.fa-yc:before,.fa-y-combinator:before{content:"\f23b"}.fa-optin-monster:before{content:"\f23c"}.fa-opencart:before{content:"\f23d"}.fa-expeditedssl:before{content:"\f23e"}.fa-battery-4:before,.fa-battery:before,.fa-battery-full:before{content:"\f240"}.fa-battery-3:before,.fa-battery-three-quarters:before{content:"\f241"}.fa-battery-2:before,.fa-battery-half:before{content:"\f242"}.fa-battery-1:before,.fa-battery-quarter:before{content:"\f243"}.fa-battery-0:before,.fa-battery-empty:before{content:"\f244"}.fa-mouse-pointer:before{content:"\f245"}.fa-i-cursor:before{content:"\f246"}.fa-object-group:before{content:"\f247"}.fa-object-ungroup:before{content:"\f248"}.fa-sticky-note:before{content:"\f249"}.fa-sticky-note-o:before{content:"\f24a"}.fa-cc-jcb:before{content:"\f24b"}.fa-cc-diners-club:before{content:"\f24c"}.fa-clone:before{content:"\f24d"}.fa-balance-scale:before{content:"\f24e"}.fa-hourglass-o:before{content:"\f250"}.fa-hourglass-1:before,.fa-hourglass-start:before{content:"\f251"}.fa-hourglass-2:before,.fa-hourglass-half:before{content:"\f252"}.fa-hourglass-3:before,.fa-hourglass-end:before{content:"\f253"}.fa-hourglass:before{content:"\f254"}.fa-hand-grab-o:before,.fa-hand-rock-o:before{content:"\f255"}.fa-hand-stop-o:before,.fa-hand-paper-o:before{content:"\f256"}.fa-hand-scissors-o:before{content:"\f257"}.fa-hand-lizard-o:before{content:"\f258"}.fa-hand-spock-o:before{content:"\f259"}.fa-hand-pointer-o:before{content:"\f25a"}.fa-hand-peace-o:before{content:"\f25b"}.fa-trademark:before{content:"\f25c"}.fa-registered:before{content:"\f25d"}.fa-creative-commons:before{content:"\f25e"}.fa-gg:before{content:"\f260"}.fa-gg-circle:before{content:"\f261"}.fa-tripadvisor:before{content:"\f262"}.fa-odnoklassniki:before{content:"\f263"}.fa-odnoklassniki-square:before{content:"\f264"}.fa-get-pocket:before{content:"\f265"}.fa-wikipedia-w:before{content:"\f266"}.fa-safari:before{content:"\f267"}.fa-chrome:before{content:"\f268"}.fa-firefox:before{content:"\f269"}.fa-opera:before{content:"\f26a"}.fa-internet-explorer:before{content:"\f26b"}.fa-tv:before,.fa-television:before{content:"\f26c"}.fa-contao:before{content:"\f26d"}.fa-500px:before{content:"\f26e"}.fa-amazon:before{content:"\f270"}.fa-calendar-plus-o:before{content:"\f271"}.fa-calendar-minus-o:before{content:"\f272"}.fa-calendar-times-o:before{content:"\f273"}.fa-calendar-check-o:before{content:"\f274"}.fa-industry:before{content:"\f275"}.fa-map-pin:before{content:"\f276"}.fa-map-signs:before{content:"\f277"}.fa-map-o:before{content:"\f278"}.fa-map:before{content:"\f279"}.fa-commenting:before{content:"\f27a"}.fa-commenting-o:before{content:"\f27b"}.fa-houzz:before{content:"\f27c"}.fa-vimeo:before{content:"\f27d"}.fa-black-tie:before{content:"\f27e"}.fa-fonticons:before{content:"\f280"}.fa-reddit-alien:before{content:"\f281"}.fa-edge:before{content:"\f282"}.fa-credit-card-alt:before{content:"\f283"}.fa-codiepie:before{content:"\f284"}.fa-modx:before{content:"\f285"}.fa-fort-awesome:before{content:"\f286"}.fa-usb:before{content:"\f287"}.fa-product-hunt:before{content:"\f288"}.fa-mixcloud:before{content:"\f289"}.fa-scribd:before{content:"\f28a"}.fa-pause-circle:before{content:"\f28b"}.fa-pause-circle-o:before{content:"\f28c"}.fa-stop-circle:before{content:"\f28d"}.fa-stop-circle-o:before{content:"\f28e"}.fa-shopping-bag:before{content:"\f290"}.fa-shopping-basket:before{content:"\f291"}.fa-hashtag:before{content:"\f292"}.fa-bluetooth:before{content:"\f293"}.fa-bluetooth-b:before{content:"\f294"}.fa-percent:before{content:"\f295"}.fa-gitlab:before{content:"\f296"}.fa-wpbeginner:before{content:"\f297"}.fa-wpforms:before{content:"\f298"}.fa-envira:before{content:"\f299"}.fa-universal-access:before{content:"\f29a"}.fa-wheelchair-alt:before{content:"\f29b"}.fa-question-circle-o:before{content:"\f29c"}.fa-blind:before{content:"\f29d"}.fa-audio-description:before{content:"\f29e"}.fa-volume-control-phone:before{content:"\f2a0"}.fa-braille:before{content:"\f2a1"}.fa-assistive-listening-systems:before{content:"\f2a2"}.fa-asl-interpreting:before,.fa-american-sign-language-interpreting:before{content:"\f2a3"}.fa-deafness:before,.fa-hard-of-hearing:before,.fa-deaf:before{content:"\f2a4"}.fa-glide:before{content:"\f2a5"}.fa-glide-g:before{content:"\f2a6"}.fa-signing:before,.fa-sign-language:before{content:"\f2a7"}.fa-low-vision:before{content:"\f2a8"}.fa-viadeo:before{content:"\f2a9"}.fa-viadeo-square:before{content:"\f2aa"}.fa-snapchat:before{content:"\f2ab"}.fa-snapchat-ghost:before{content:"\f2ac"}.fa-snapchat-square:before{content:"\f2ad"}.fa-pied-piper:before{content:"\f2ae"}.fa-first-order:before{content:"\f2b0"}.fa-yoast:before{content:"\f2b1"}.fa-themeisle:before{content:"\f2b2"}.fa-google-plus-circle:before,.fa-google-plus-official:before{content:"\f2b3"}.fa-fa:before,.fa-font-awesome:before{content:"\f2b4"}.fa-handshake-o:before{content:"\f2b5"}.fa-envelope-open:before{content:"\f2b6"}.fa-envelope-open-o:before{content:"\f2b7"}.fa-linode:before{content:"\f2b8"}.fa-address-book:before{content:"\f2b9"}.fa-address-book-o:before{content:"\f2ba"}.fa-vcard:before,.fa-address-card:before{content:"\f2bb"}.fa-vcard-o:before,.fa-address-card-o:before{content:"\f2bc"}.fa-user-circle:before{content:"\f2bd"}.fa-user-circle-o:before{content:"\f2be"}.fa-user-o:before{content:"\f2c0"}.fa-id-badge:before{content:"\f2c1"}.fa-drivers-license:before,.fa-id-card:before{content:"\f2c2"}.fa-drivers-license-o:before,.fa-id-card-o:before{content:"\f2c3"}.fa-quora:before{content:"\f2c4"}.fa-free-code-camp:before{content:"\f2c5"}.fa-telegram:before{content:"\f2c6"}.fa-thermometer-4:before,.fa-thermometer:before,.fa-thermometer-full:before{content:"\f2c7"}.fa-thermometer-3:before,.fa-thermometer-three-quarters:before{content:"\f2c8"}.fa-thermometer-2:before,.fa-thermometer-half:before{content:"\f2c9"}.fa-thermometer-1:before,.fa-thermometer-quarter:before{content:"\f2ca"}.fa-thermometer-0:before,.fa-thermometer-empty:before{content:"\f2cb"}.fa-shower:before{content:"\f2cc"}.fa-bathtub:before,.fa-s15:before,.fa-bath:before{content:"\f2cd"}.fa-podcast:before{content:"\f2ce"}.fa-window-maximize:before{content:"\f2d0"}.fa-window-minimize:before{content:"\f2d1"}.fa-window-restore:before{content:"\f2d2"}.fa-times-rectangle:before,.fa-window-close:before{content:"\f2d3"}.fa-times-rectangle-o:before,.fa-window-close-o:before{content:"\f2d4"}.fa-bandcamp:before{content:"\f2d5"}.fa-grav:before{content:"\f2d6"}.fa-etsy:before{content:"\f2d7"}.fa-imdb:before{content:"\f2d8"}.fa-ravelry:before{content:"\f2d9"}.fa-eercast:before{content:"\f2da"}.fa-microchip:before{content:"\f2db"}.fa-snowflake-o:before{content:"\f2dc"}.fa-superpowers:before{content:"\f2dd"}.fa-wpexplorer:before{content:"\f2de"}.fa-meetup:before{content:"\f2e0"}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);border:0}.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;margin:0;overflow:visible;clip:auto}

@charset "UTF-8";
.mat-badge-content{font-weight:600;font-size:12px;font-family:Roboto,"Helvetica Neue",sans-serif}
.mat-badge-small .mat-badge-content{font-size:9px}
.mat-badge-large .mat-badge-content{font-size:24px}
.mat-h1,.mat-headline,.mat-typography h1{font:400 24px/32px Roboto,"Helvetica Neue",sans-serif;margin:0 0 16px}
.mat-h2,.mat-title,.mat-typography h2{font:500 20px/32px Roboto,"Helvetica Neue",sans-serif;margin:0 0 16px}
.mat-h3,.mat-subheading-2,.mat-typography h3{font:400 16px/28px Roboto,"Helvetica Neue",sans-serif;margin:0 0 16px}
.mat-h4,.mat-subheading-1,.mat-typography h4{font:400 15px/24px Roboto,"Helvetica Neue",sans-serif;margin:0 0 16px}
.mat-h5,.mat-typography h5{font:400 11.62px/20px Roboto,"Helvetica Neue",sans-serif;margin:0 0 12px}
.mat-h6,.mat-typography h6{font:400 9.38px/20px Roboto,"Helvetica Neue",sans-serif;margin:0 0 12px}
.mat-body-2,.mat-body-strong{font:500 14px/24px Roboto,"Helvetica Neue",sans-serif}
.mat-body,.mat-body-1,.mat-typography{font:400 14px/20px Roboto,"Helvetica Neue",sans-serif}
.mat-body p,.mat-body-1 p,.mat-typography p{margin:0 0 12px}
.mat-caption,.mat-small{font:400 12px/20px Roboto,"Helvetica Neue",sans-serif}
.mat-display-4,.mat-typography .mat-display-4{font:300 112px/112px Roboto,"Helvetica Neue",sans-serif;letter-spacing:-.05em;margin:0 0 56px}
.mat-display-3,.mat-typography .mat-display-3{font:400 56px/56px Roboto,"Helvetica Neue",sans-serif;letter-spacing:-.02em;margin:0 0 64px}
.mat-display-2,.mat-typography .mat-display-2{font:400 45px/48px Roboto,"Helvetica Neue",sans-serif;letter-spacing:-.005em;margin:0 0 64px}
.mat-display-1,.mat-typography .mat-display-1{font:400 34px/40px Roboto,"Helvetica Neue",sans-serif;margin:0 0 64px}
.mat-bottom-sheet-container{font:400 14px/20px Roboto,"Helvetica Neue",sans-serif}
.mat-button,.mat-fab,.mat-flat-button,.mat-icon-button,.mat-mini-fab,.mat-raised-button,.mat-stroked-button{font-family:Roboto,"Helvetica Neue",sans-serif;font-size:14px;font-weight:500}
.mat-button-toggle{font-family:Roboto,"Helvetica Neue",sans-serif}
.mat-card{font-family:Roboto,"Helvetica Neue",sans-serif}
.mat-card-title{font-size:24px;font-weight:500}
.mat-card-header .mat-card-title{font-size:20px}
.mat-card-content,.mat-card-subtitle{font-size:14px}
.mat-checkbox{font-family:Roboto,"Helvetica Neue",sans-serif}
.mat-checkbox-layout .mat-checkbox-label{line-height:24px}
.mat-chip{font-size:14px;font-weight:500}
.mat-chip .mat-chip-remove.mat-icon,.mat-chip .mat-chip-trailing-icon.mat-icon{font-size:18px}
.mat-table{font-family:Roboto,"Helvetica Neue",sans-serif}
.mat-header-cell{font-size:12px;font-weight:500}
.mat-cell,.mat-footer-cell{font-size:14px}
.mat-calendar{font-family:Roboto,"Helvetica Neue",sans-serif}
.mat-calendar-body{font-size:13px}
.mat-calendar-body-label,.mat-calendar-period-button{font-size:14px;font-weight:500}
.mat-calendar-table-header th{font-size:11px;font-weight:400}
.mat-dialog-title{font:500 20px/32px Roboto,"Helvetica Neue",sans-serif}
.mat-expansion-panel-header{font-family:Roboto,"Helvetica Neue",sans-serif;font-size:15px;font-weight:400}
.mat-expansion-panel-content{font:400 14px/20px Roboto,"Helvetica Neue",sans-serif}
.mat-form-field{font-size:inherit;font-weight:400;line-height:1.125;font-family:Roboto,"Helvetica Neue",sans-serif}
.mat-form-field-wrapper{padding-bottom:1.34375em}
.mat-form-field-prefix .mat-icon,.mat-form-field-suffix .mat-icon{font-size:150%;line-height:1.125}
.mat-form-field-prefix .mat-icon-button,.mat-form-field-suffix .mat-icon-button{height:1.5em;width:1.5em}
.mat-form-field-prefix .mat-icon-button .mat-icon,.mat-form-field-suffix .mat-icon-button .mat-icon{height:1.125em;line-height:1.125}
.mat-form-field-infix{padding:.5em 0;border-top:.84375em solid transparent}
.mat-form-field-can-float .mat-input-server:focus+.mat-form-field-label-wrapper .mat-form-field-label,.mat-form-field-can-float.mat-form-field-should-float .mat-form-field-label{transform:translateY(-1.34375em) scale(.75);width:133.33333%}
.mat-form-field-can-float .mat-input-server[label]:not(:label-shown)+.mat-form-field-label-wrapper .mat-form-field-label{transform:translateY(-1.34374em) scale(.75);width:133.33334%}
.mat-form-field-label-wrapper{top:-.84375em;padding-top:.84375em}
.mat-form-field-label{top:1.34375em}
.mat-form-field-underline{bottom:1.34375em}
.mat-form-field-subscript-wrapper{font-size:75%;margin-top:.66667em;top:calc(100% - 1.79167em)}
.mat-form-field-appearance-legacy .mat-form-field-wrapper{padding-bottom:1.25em}
.mat-form-field-appearance-legacy .mat-form-field-infix{padding:.4375em 0}
.mat-form-field-appearance-legacy.mat-form-field-can-float .mat-input-server:focus+.mat-form-field-label-wrapper .mat-form-field-label,.mat-form-field-appearance-legacy.mat-form-field-can-float.mat-form-field-should-float .mat-form-field-label{transform:translateY(-1.28125em) scale(.75) perspective(100px) translateZ(.001px);-ms-transform:translateY(-1.28125em) scale(.75);width:133.33333%}
.mat-form-field-appearance-legacy.mat-form-field-can-float .mat-form-field-autofill-control:-webkit-autofill+.mat-form-field-label-wrapper .mat-form-field-label{transform:translateY(-1.28125em) scale(.75) perspective(100px) translateZ(.00101px);-ms-transform:translateY(-1.28124em) scale(.75);width:133.33334%}
.mat-form-field-appearance-legacy.mat-form-field-can-float .mat-input-server[label]:not(:label-shown)+.mat-form-field-label-wrapper .mat-form-field-label{transform:translateY(-1.28125em) scale(.75) perspective(100px) translateZ(.00102px);-ms-transform:translateY(-1.28123em) scale(.75);width:133.33335%}
.mat-form-field-appearance-legacy .mat-form-field-label{top:1.28125em}
.mat-form-field-appearance-legacy .mat-form-field-underline{bottom:1.25em}
.mat-form-field-appearance-legacy .mat-form-field-subscript-wrapper{margin-top:.54167em;top:calc(100% - 1.66667em)}
@media print{.mat-form-field-appearance-legacy.mat-form-field-can-float .mat-input-server:focus+.mat-form-field-label-wrapper .mat-form-field-label,.mat-form-field-appearance-legacy.mat-form-field-can-float.mat-form-field-should-float .mat-form-field-label{transform:translateY(-1.28122em) scale(.75)}.mat-form-field-appearance-legacy.mat-form-field-can-float .mat-form-field-autofill-control:-webkit-autofill+.mat-form-field-label-wrapper .mat-form-field-label{transform:translateY(-1.28121em) scale(.75)}.mat-form-field-appearance-legacy.mat-form-field-can-float .mat-input-server[label]:not(:label-shown)+.mat-form-field-label-wrapper .mat-form-field-label{transform:translateY(-1.2812em) scale(.75)}}
.mat-form-field-appearance-fill .mat-form-field-infix{padding:.25em 0 .75em 0}
.mat-form-field-appearance-fill .mat-form-field-label{top:1.09375em;margin-top:-.5em}
.mat-form-field-appearance-fill.mat-form-field-can-float .mat-input-server:focus+.mat-form-field-label-wrapper .mat-form-field-label,.mat-form-field-appearance-fill.mat-form-field-can-float.mat-form-field-should-float .mat-form-field-label{transform:translateY(-.59375em) scale(.75);width:133.33333%}
.mat-form-field-appearance-fill.mat-form-field-can-float .mat-input-server[label]:not(:label-shown)+.mat-form-field-label-wrapper .mat-form-field-label{transform:translateY(-.59374em) scale(.75);width:133.33334%}
.mat-form-field-appearance-outline .mat-form-field-infix{padding:1em 0 1em 0}
.mat-form-field-appearance-outline .mat-form-field-label{top:1.84375em;margin-top:-.25em}
.mat-form-field-appearance-outline.mat-form-field-can-float .mat-input-server:focus+.mat-form-field-label-wrapper .mat-form-field-label,.mat-form-field-appearance-outline.mat-form-field-can-float.mat-form-field-should-float .mat-form-field-label{transform:translateY(-1.59375em) scale(.75);width:133.33333%}
.mat-form-field-appearance-outline.mat-form-field-can-float .mat-input-server[label]:not(:label-shown)+.mat-form-field-label-wrapper .mat-form-field-label{transform:translateY(-1.59374em) scale(.75);width:133.33334%}
.mat-grid-tile-footer,.mat-grid-tile-header{font-size:14px}
.mat-grid-tile-footer .mat-line,.mat-grid-tile-header .mat-line{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;display:block;box-sizing:border-box}
.mat-grid-tile-footer .mat-line:nth-child(n+2),.mat-grid-tile-header .mat-line:nth-child(n+2){font-size:12px}
input.mat-input-element{margin-top:-.0625em}
.mat-menu-item{font-family:Roboto,"Helvetica Neue",sans-serif;font-size:14px;font-weight:400}
.mat-paginator,.mat-paginator-page-size .mat-select-trigger{font-family:Roboto,"Helvetica Neue",sans-serif;font-size:12px}
.mat-radio-button{font-family:Roboto,"Helvetica Neue",sans-serif}
.mat-select{font-family:Roboto,"Helvetica Neue",sans-serif}
.mat-select-trigger{height:1.125em}
.mat-slide-toggle-content{font-family:Roboto,"Helvetica Neue",sans-serif}
.mat-slider-thumb-label-text{font-family:Roboto,"Helvetica Neue",sans-serif;font-size:12px;font-weight:500}
.mat-stepper-horizontal,.mat-stepper-vertical{font-family:Roboto,"Helvetica Neue",sans-serif}
.mat-step-label{font-size:14px;font-weight:400}
.mat-step-sub-label-error{font-weight:400}
.mat-step-label-error{font-size:14px}
.mat-step-label-selected{font-size:14px;font-weight:500}
.mat-tab-group{font-family:Roboto,"Helvetica Neue",sans-serif}
.mat-tab-label,.mat-tab-link{font-family:Roboto,"Helvetica Neue",sans-serif;font-size:14px;font-weight:500}
.mat-toolbar,.mat-toolbar h1,.mat-toolbar h2,.mat-toolbar h3,.mat-toolbar h4,.mat-toolbar h5,.mat-toolbar h6{font:500 20px/32px Roboto,"Helvetica Neue",sans-serif;margin:0}
.mat-tooltip{font-family:Roboto,"Helvetica Neue",sans-serif;font-size:10px;padding-top:6px;padding-bottom:6px}
.mat-tooltip-handset{font-size:14px;padding-top:8px;padding-bottom:8px}
.mat-list-item{font-family:Roboto,"Helvetica Neue",sans-serif}
.mat-list-option{font-family:Roboto,"Helvetica Neue",sans-serif}
.mat-list-base .mat-list-item{font-size:16px}
.mat-list-base .mat-list-item .mat-line{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;display:block;box-sizing:border-box}
.mat-list-base .mat-list-item .mat-line:nth-child(n+2){font-size:14px}
.mat-list-base .mat-list-option{font-size:16px}
.mat-list-base .mat-list-option .mat-line{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;display:block;box-sizing:border-box}
.mat-list-base .mat-list-option .mat-line:nth-child(n+2){font-size:14px}
.mat-list-base .mat-subheader{font-family:Roboto,"Helvetica Neue",sans-serif;font-size:14px;font-weight:500}
.mat-list-base[dense] .mat-list-item{font-size:12px}
.mat-list-base[dense] .mat-list-item .mat-line{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;display:block;box-sizing:border-box}
.mat-list-base[dense] .mat-list-item .mat-line:nth-child(n+2){font-size:12px}
.mat-list-base[dense] .mat-list-option{font-size:12px}
.mat-list-base[dense] .mat-list-option .mat-line{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;display:block;box-sizing:border-box}
.mat-list-base[dense] .mat-list-option .mat-line:nth-child(n+2){font-size:12px}
.mat-list-base[dense] .mat-subheader{font-family:Roboto,"Helvetica Neue",sans-serif;font-size:12px;font-weight:500}
.mat-option{font-family:Roboto,"Helvetica Neue",sans-serif;font-size:16px}
.mat-optgroup-label{font:500 14px/24px Roboto,"Helvetica Neue",sans-serif}
.mat-simple-snackbar{font-family:Roboto,"Helvetica Neue",sans-serif;font-size:14px}
.mat-simple-snackbar-action{line-height:1;font-family:inherit;font-size:inherit;font-weight:500}
.mat-tree{font-family:Roboto,"Helvetica Neue",sans-serif}
.mat-nested-tree-node,.mat-tree-node{font-weight:400;font-size:14px}
.mat-ripple{overflow:hidden;position:relative}
.mat-ripple.mat-ripple-unbounded{overflow:visible}
.mat-ripple-element{position:absolute;border-radius:50%;pointer-events:none;transition:opacity,transform 0s cubic-bezier(0,0,.2,1);transform:scale(0)}
@media (-ms-high-contrast:active){.mat-ripple-element{display:none}}
.cdk-visually-hidden{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px;outline:0;-webkit-appearance:none;-moz-appearance:none}
.cdk-global-overlay-wrapper,.cdk-overlay-container{pointer-events:none;top:0;left:0;height:100%;width:100%}
.cdk-overlay-container{position:fixed;z-index:1000}
.cdk-overlay-container:empty{display:none}
.cdk-global-overlay-wrapper{display:flex;position:absolute;z-index:1000}
.cdk-overlay-pane{position:absolute;pointer-events:auto;box-sizing:border-box;z-index:1000;display:flex;max-width:100%;max-height:100%}
.cdk-overlay-backdrop{position:absolute;top:0;bottom:0;left:0;right:0;z-index:1000;pointer-events:auto;-webkit-tap-highlight-color:transparent;transition:opacity .4s cubic-bezier(.25,.8,.25,1);opacity:0}
.cdk-overlay-backdrop.cdk-overlay-backdrop-showing{opacity:1}
@media screen and (-ms-high-contrast:active){.cdk-overlay-backdrop.cdk-overlay-backdrop-showing{opacity:.6}}
.cdk-overlay-dark-backdrop{background:rgba(0,0,0,.32)}
.cdk-overlay-transparent-backdrop,.cdk-overlay-transparent-backdrop.cdk-overlay-backdrop-showing{opacity:0}
.cdk-overlay-connected-position-bounding-box{position:absolute;z-index:1000;display:flex;flex-direction:column;min-width:1px;min-height:1px}
.cdk-global-scrollblock{position:fixed;width:100%;overflow-y:scroll}
@-webkit-keyframes cdk-text-field-autofill-start{/*!*/}
@keyframes cdk-text-field-autofill-start{/*!*/}
@-webkit-keyframes cdk-text-field-autofill-end{/*!*/}
@keyframes cdk-text-field-autofill-end{/*!*/}
.cdk-text-field-autofill-monitored:-webkit-autofill{-webkit-animation-name:cdk-text-field-autofill-start;animation-name:cdk-text-field-autofill-start}
.cdk-text-field-autofill-monitored:not(:-webkit-autofill){-webkit-animation-name:cdk-text-field-autofill-end;animation-name:cdk-text-field-autofill-end}
textarea.cdk-textarea-autosize{resize:none}
textarea.cdk-textarea-autosize-measuring{height:auto!important;overflow:hidden!important;padding:2px 0!important;box-sizing:content-box!important}
.mat-ripple-element{background-color:rgba(0,0,0,.1)}
.mat-option{color:rgba(0,0,0,.87)}
.mat-option:focus:not(.mat-option-disabled),.mat-option:hover:not(.mat-option-disabled){background:rgba(0,0,0,.04)}
.mat-option.mat-selected:not(.mat-option-multiple):not(.mat-option-disabled){background:rgba(0,0,0,.04)}
.mat-option.mat-active{background:rgba(0,0,0,.04);color:rgba(0,0,0,.87)}
.mat-option.mat-option-disabled{color:rgba(0,0,0,.38)}
.mat-primary .mat-option.mat-selected:not(.mat-option-disabled){color:#673ab7}
.mat-accent .mat-option.mat-selected:not(.mat-option-disabled){color:#ffd740}
.mat-warn .mat-option.mat-selected:not(.mat-option-disabled){color:#f44336}
.mat-optgroup-label{color:rgba(0,0,0,.54)}
.mat-optgroup-disabled .mat-optgroup-label{color:rgba(0,0,0,.38)}
.mat-pseudo-checkbox{color:rgba(0,0,0,.54)}
.mat-pseudo-checkbox::after{color:#fafafa}
.mat-pseudo-checkbox-disabled{color:#b0b0b0}
.mat-accent .mat-pseudo-checkbox-checked,.mat-accent .mat-pseudo-checkbox-indeterminate,.mat-pseudo-checkbox-checked,.mat-pseudo-checkbox-indeterminate{background:#ffd740}
.mat-primary .mat-pseudo-checkbox-checked,.mat-primary .mat-pseudo-checkbox-indeterminate{background:#673ab7}
.mat-warn .mat-pseudo-checkbox-checked,.mat-warn .mat-pseudo-checkbox-indeterminate{background:#f44336}
.mat-pseudo-checkbox-checked.mat-pseudo-checkbox-disabled,.mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-disabled{background:#b0b0b0}
.mat-elevation-z0{box-shadow:0 0 0 0 rgba(0,0,0,.2),0 0 0 0 rgba(0,0,0,.14),0 0 0 0 rgba(0,0,0,.12)}
.mat-elevation-z1{box-shadow:0 2px 1px -1px rgba(0,0,0,.2),0 1px 1px 0 rgba(0,0,0,.14),0 1px 3px 0 rgba(0,0,0,.12)}
.mat-elevation-z2{box-shadow:0 3px 1px -2px rgba(0,0,0,.2),0 2px 2px 0 rgba(0,0,0,.14),0 1px 5px 0 rgba(0,0,0,.12)}
.mat-elevation-z3{box-shadow:0 3px 3px -2px rgba(0,0,0,.2),0 3px 4px 0 rgba(0,0,0,.14),0 1px 8px 0 rgba(0,0,0,.12)}
.mat-elevation-z4{box-shadow:0 2px 4px -1px rgba(0,0,0,.2),0 4px 5px 0 rgba(0,0,0,.14),0 1px 10px 0 rgba(0,0,0,.12)}
.mat-elevation-z5{box-shadow:0 3px 5px -1px rgba(0,0,0,.2),0 5px 8px 0 rgba(0,0,0,.14),0 1px 14px 0 rgba(0,0,0,.12)}
.mat-elevation-z6{box-shadow:0 3px 5px -1px rgba(0,0,0,.2),0 6px 10px 0 rgba(0,0,0,.14),0 1px 18px 0 rgba(0,0,0,.12)}
.mat-elevation-z7{box-shadow:0 4px 5px -2px rgba(0,0,0,.2),0 7px 10px 1px rgba(0,0,0,.14),0 2px 16px 1px rgba(0,0,0,.12)}
.mat-elevation-z8{box-shadow:0 5px 5px -3px rgba(0,0,0,.2),0 8px 10px 1px rgba(0,0,0,.14),0 3px 14px 2px rgba(0,0,0,.12)}
.mat-elevation-z9{box-shadow:0 5px 6px -3px rgba(0,0,0,.2),0 9px 12px 1px rgba(0,0,0,.14),0 3px 16px 2px rgba(0,0,0,.12)}
.mat-elevation-z10{box-shadow:0 6px 6px -3px rgba(0,0,0,.2),0 10px 14px 1px rgba(0,0,0,.14),0 4px 18px 3px rgba(0,0,0,.12)}
.mat-elevation-z11{box-shadow:0 6px 7px -4px rgba(0,0,0,.2),0 11px 15px 1px rgba(0,0,0,.14),0 4px 20px 3px rgba(0,0,0,.12)}
.mat-elevation-z12{box-shadow:0 7px 8px -4px rgba(0,0,0,.2),0 12px 17px 2px rgba(0,0,0,.14),0 5px 22px 4px rgba(0,0,0,.12)}
.mat-elevation-z13{box-shadow:0 7px 8px -4px rgba(0,0,0,.2),0 13px 19px 2px rgba(0,0,0,.14),0 5px 24px 4px rgba(0,0,0,.12)}
.mat-elevation-z14{box-shadow:0 7px 9px -4px rgba(0,0,0,.2),0 14px 21px 2px rgba(0,0,0,.14),0 5px 26px 4px rgba(0,0,0,.12)}
.mat-elevation-z15{box-shadow:0 8px 9px -5px rgba(0,0,0,.2),0 15px 22px 2px rgba(0,0,0,.14),0 6px 28px 5px rgba(0,0,0,.12)}
.mat-elevation-z16{box-shadow:0 8px 10px -5px rgba(0,0,0,.2),0 16px 24px 2px rgba(0,0,0,.14),0 6px 30px 5px rgba(0,0,0,.12)}
.mat-elevation-z17{box-shadow:0 8px 11px -5px rgba(0,0,0,.2),0 17px 26px 2px rgba(0,0,0,.14),0 6px 32px 5px rgba(0,0,0,.12)}
.mat-elevation-z18{box-shadow:0 9px 11px -5px rgba(0,0,0,.2),0 18px 28px 2px rgba(0,0,0,.14),0 7px 34px 6px rgba(0,0,0,.12)}
.mat-elevation-z19{box-shadow:0 9px 12px -6px rgba(0,0,0,.2),0 19px 29px 2px rgba(0,0,0,.14),0 7px 36px 6px rgba(0,0,0,.12)}
.mat-elevation-z20{box-shadow:0 10px 13px -6px rgba(0,0,0,.2),0 20px 31px 3px rgba(0,0,0,.14),0 8px 38px 7px rgba(0,0,0,.12)}
.mat-elevation-z21{box-shadow:0 10px 13px -6px rgba(0,0,0,.2),0 21px 33px 3px rgba(0,0,0,.14),0 8px 40px 7px rgba(0,0,0,.12)}
.mat-elevation-z22{box-shadow:0 10px 14px -6px rgba(0,0,0,.2),0 22px 35px 3px rgba(0,0,0,.14),0 8px 42px 7px rgba(0,0,0,.12)}
.mat-elevation-z23{box-shadow:0 11px 14px -7px rgba(0,0,0,.2),0 23px 36px 3px rgba(0,0,0,.14),0 9px 44px 8px rgba(0,0,0,.12)}
.mat-elevation-z24{box-shadow:0 11px 15px -7px rgba(0,0,0,.2),0 24px 38px 3px rgba(0,0,0,.14),0 9px 46px 8px rgba(0,0,0,.12)}
.mat-app-background{background-color:#fafafa;color:rgba(0,0,0,.87)}
.mat-theme-loaded-marker{display:none}
.mat-autocomplete-panel{background:#fff;color:rgba(0,0,0,.87)}
.mat-autocomplete-panel:not([class*=mat-elevation-z]){box-shadow:0 2px 4px -1px rgba(0,0,0,.2),0 4px 5px 0 rgba(0,0,0,.14),0 1px 10px 0 rgba(0,0,0,.12)}
.mat-autocomplete-panel .mat-option.mat-selected:not(.mat-active):not(:hover){background:#fff}
.mat-autocomplete-panel .mat-option.mat-selected:not(.mat-active):not(:hover):not(.mat-option-disabled){color:rgba(0,0,0,.87)}
.mat-badge-content{color:#fff;background:#673ab7}
@media (-ms-high-contrast:active){.mat-badge-content{outline:solid 1px;border-radius:0}}
.mat-badge-accent .mat-badge-content{background:#ffd740;color:rgba(0,0,0,.87)}
.mat-badge-warn .mat-badge-content{color:#fff;background:#f44336}
.mat-badge{position:relative}
.mat-badge-hidden .mat-badge-content{display:none}
.mat-badge-disabled .mat-badge-content{background:#b9b9b9;color:rgba(0,0,0,.38)}
.mat-badge-content{position:absolute;text-align:center;display:inline-block;border-radius:50%;transition:transform .2s ease-in-out;transform:scale(.6);overflow:hidden;white-space:nowrap;text-overflow:ellipsis;pointer-events:none}
.mat-badge-content._mat-animation-noopable,.ng-animate-disabled .mat-badge-content{transition:none}
.mat-badge-content.mat-badge-active{transform:none}
.mat-badge-small .mat-badge-content{width:16px;height:16px;line-height:16px}
.mat-badge-small.mat-badge-above .mat-badge-content{top:-8px}
.mat-badge-small.mat-badge-below .mat-badge-content{bottom:-8px}
.mat-badge-small.mat-badge-before .mat-badge-content{left:-16px}
[dir=rtl] .mat-badge-small.mat-badge-before .mat-badge-content{left:auto;right:-16px}
.mat-badge-small.mat-badge-after .mat-badge-content{right:-16px}
[dir=rtl] .mat-badge-small.mat-badge-after .mat-badge-content{right:auto;left:-16px}
.mat-badge-small.mat-badge-overlap.mat-badge-before .mat-badge-content{left:-8px}
[dir=rtl] .mat-badge-small.mat-badge-overlap.mat-badge-before .mat-badge-content{left:auto;right:-8px}
.mat-badge-small.mat-badge-overlap.mat-badge-after .mat-badge-content{right:-8px}
[dir=rtl] .mat-badge-small.mat-badge-overlap.mat-badge-after .mat-badge-content{right:auto;left:-8px}
.mat-badge-medium .mat-badge-content{width:22px;height:22px;line-height:22px}
.mat-badge-medium.mat-badge-above .mat-badge-content{top:-11px}
.mat-badge-medium.mat-badge-below .mat-badge-content{bottom:-11px}
.mat-badge-medium.mat-badge-before .mat-badge-content{left:-22px}
[dir=rtl] .mat-badge-medium.mat-badge-before .mat-badge-content{left:auto;right:-22px}
.mat-badge-medium.mat-badge-after .mat-badge-content{right:-22px}
[dir=rtl] .mat-badge-medium.mat-badge-after .mat-badge-content{right:auto;left:-22px}
.mat-badge-medium.mat-badge-overlap.mat-badge-before .mat-badge-content{left:-11px}
[dir=rtl] .mat-badge-medium.mat-badge-overlap.mat-badge-before .mat-badge-content{left:auto;right:-11px}
.mat-badge-medium.mat-badge-overlap.mat-badge-after .mat-badge-content{right:-11px}
[dir=rtl] .mat-badge-medium.mat-badge-overlap.mat-badge-after .mat-badge-content{right:auto;left:-11px}
.mat-badge-large .mat-badge-content{width:28px;height:28px;line-height:28px}
.mat-badge-large.mat-badge-above .mat-badge-content{top:-14px}
.mat-badge-large.mat-badge-below .mat-badge-content{bottom:-14px}
.mat-badge-large.mat-badge-before .mat-badge-content{left:-28px}
[dir=rtl] .mat-badge-large.mat-badge-before .mat-badge-content{left:auto;right:-28px}
.mat-badge-large.mat-badge-after .mat-badge-content{right:-28px}
[dir=rtl] .mat-badge-large.mat-badge-after .mat-badge-content{right:auto;left:-28px}
.mat-badge-large.mat-badge-overlap.mat-badge-before .mat-badge-content{left:-14px}
[dir=rtl] .mat-badge-large.mat-badge-overlap.mat-badge-before .mat-badge-content{left:auto;right:-14px}
.mat-badge-large.mat-badge-overlap.mat-badge-after .mat-badge-content{right:-14px}
[dir=rtl] .mat-badge-large.mat-badge-overlap.mat-badge-after .mat-badge-content{right:auto;left:-14px}
.mat-bottom-sheet-container{box-shadow:0 8px 10px -5px rgba(0,0,0,.2),0 16px 24px 2px rgba(0,0,0,.14),0 6px 30px 5px rgba(0,0,0,.12);background:#fff;color:rgba(0,0,0,.87)}
.mat-button,.mat-icon-button,.mat-stroked-button{color:inherit;background:0 0}
.mat-button.mat-primary,.mat-icon-button.mat-primary,.mat-stroked-button.mat-primary{color:#673ab7}
.mat-button.mat-accent,.mat-icon-button.mat-accent,.mat-stroked-button.mat-accent{color:#ffd740}
.mat-button.mat-warn,.mat-icon-button.mat-warn,.mat-stroked-button.mat-warn{color:#f44336}
.mat-button.mat-accent[disabled],.mat-button.mat-primary[disabled],.mat-button.mat-warn[disabled],.mat-button[disabled][disabled],.mat-icon-button.mat-accent[disabled],.mat-icon-button.mat-primary[disabled],.mat-icon-button.mat-warn[disabled],.mat-icon-button[disabled][disabled],.mat-stroked-button.mat-accent[disabled],.mat-stroked-button.mat-primary[disabled],.mat-stroked-button.mat-warn[disabled],.mat-stroked-button[disabled][disabled]{color:rgba(0,0,0,.26)}
.mat-button.mat-primary .mat-button-focus-overlay,.mat-icon-button.mat-primary .mat-button-focus-overlay,.mat-stroked-button.mat-primary .mat-button-focus-overlay{background-color:#673ab7}
.mat-button.mat-accent .mat-button-focus-overlay,.mat-icon-button.mat-accent .mat-button-focus-overlay,.mat-stroked-button.mat-accent .mat-button-focus-overlay{background-color:#ffd740}
.mat-button.mat-warn .mat-button-focus-overlay,.mat-icon-button.mat-warn .mat-button-focus-overlay,.mat-stroked-button.mat-warn .mat-button-focus-overlay{background-color:#f44336}
.mat-button[disabled] .mat-button-focus-overlay,.mat-icon-button[disabled] .mat-button-focus-overlay,.mat-stroked-button[disabled] .mat-button-focus-overlay{background-color:transparent}
.mat-button .mat-ripple-element,.mat-icon-button .mat-ripple-element,.mat-stroked-button .mat-ripple-element{opacity:.1;background-color:currentColor}
.mat-button-focus-overlay{background:#000}
.mat-stroked-button:not([disabled]){border-color:rgba(0,0,0,.12)}
.mat-fab,.mat-flat-button,.mat-mini-fab,.mat-raised-button{color:rgba(0,0,0,.87);background-color:#fff}
.mat-fab.mat-primary,.mat-flat-button.mat-primary,.mat-mini-fab.mat-primary,.mat-raised-button.mat-primary{color:#fff}
.mat-fab.mat-accent,.mat-flat-button.mat-accent,.mat-mini-fab.mat-accent,.mat-raised-button.mat-accent{color:rgba(0,0,0,.87)}
.mat-fab.mat-warn,.mat-flat-button.mat-warn,.mat-mini-fab.mat-warn,.mat-raised-button.mat-warn{color:#fff}
.mat-fab.mat-accent[disabled],.mat-fab.mat-primary[disabled],.mat-fab.mat-warn[disabled],.mat-fab[disabled][disabled],.mat-flat-button.mat-accent[disabled],.mat-flat-button.mat-primary[disabled],.mat-flat-button.mat-warn[disabled],.mat-flat-button[disabled][disabled],.mat-mini-fab.mat-accent[disabled],.mat-mini-fab.mat-primary[disabled],.mat-mini-fab.mat-warn[disabled],.mat-mini-fab[disabled][disabled],.mat-raised-button.mat-accent[disabled],.mat-raised-button.mat-primary[disabled],.mat-raised-button.mat-warn[disabled],.mat-raised-button[disabled][disabled]{color:rgba(0,0,0,.26)}
.mat-fab.mat-primary,.mat-flat-button.mat-primary,.mat-mini-fab.mat-primary,.mat-raised-button.mat-primary{background-color:#673ab7}
.mat-fab.mat-accent,.mat-flat-button.mat-accent,.mat-mini-fab.mat-accent,.mat-raised-button.mat-accent{background-color:#ffd740}
.mat-fab.mat-warn,.mat-flat-button.mat-warn,.mat-mini-fab.mat-warn,.mat-raised-button.mat-warn{background-color:#f44336}
.mat-fab.mat-accent[disabled],.mat-fab.mat-primary[disabled],.mat-fab.mat-warn[disabled],.mat-fab[disabled][disabled],.mat-flat-button.mat-accent[disabled],.mat-flat-button.mat-primary[disabled],.mat-flat-button.mat-warn[disabled],.mat-flat-button[disabled][disabled],.mat-mini-fab.mat-accent[disabled],.mat-mini-fab.mat-primary[disabled],.mat-mini-fab.mat-warn[disabled],.mat-mini-fab[disabled][disabled],.mat-raised-button.mat-accent[disabled],.mat-raised-button.mat-primary[disabled],.mat-raised-button.mat-warn[disabled],.mat-raised-button[disabled][disabled]{background-color:rgba(0,0,0,.12)}
.mat-fab.mat-primary .mat-ripple-element,.mat-flat-button.mat-primary .mat-ripple-element,.mat-mini-fab.mat-primary .mat-ripple-element,.mat-raised-button.mat-primary .mat-ripple-element{background-color:rgba(255,255,255,.1)}
.mat-fab.mat-accent .mat-ripple-element,.mat-flat-button.mat-accent .mat-ripple-element,.mat-mini-fab.mat-accent .mat-ripple-element,.mat-raised-button.mat-accent .mat-ripple-element{background-color:rgba(0,0,0,.1)}
.mat-fab.mat-warn .mat-ripple-element,.mat-flat-button.mat-warn .mat-ripple-element,.mat-mini-fab.mat-warn .mat-ripple-element,.mat-raised-button.mat-warn .mat-ripple-element{background-color:rgba(255,255,255,.1)}
.mat-flat-button:not([class*=mat-elevation-z]),.mat-stroked-button:not([class*=mat-elevation-z]){box-shadow:0 0 0 0 rgba(0,0,0,.2),0 0 0 0 rgba(0,0,0,.14),0 0 0 0 rgba(0,0,0,.12)}
.mat-raised-button:not([class*=mat-elevation-z]){box-shadow:0 3px 1px -2px rgba(0,0,0,.2),0 2px 2px 0 rgba(0,0,0,.14),0 1px 5px 0 rgba(0,0,0,.12)}
.mat-raised-button:not([disabled]):active:not([class*=mat-elevation-z]){box-shadow:0 5px 5px -3px rgba(0,0,0,.2),0 8px 10px 1px rgba(0,0,0,.14),0 3px 14px 2px rgba(0,0,0,.12)}
.mat-raised-button[disabled]:not([class*=mat-elevation-z]){box-shadow:0 0 0 0 rgba(0,0,0,.2),0 0 0 0 rgba(0,0,0,.14),0 0 0 0 rgba(0,0,0,.12)}
.mat-fab:not([class*=mat-elevation-z]),.mat-mini-fab:not([class*=mat-elevation-z]){box-shadow:0 3px 5px -1px rgba(0,0,0,.2),0 6px 10px 0 rgba(0,0,0,.14),0 1px 18px 0 rgba(0,0,0,.12)}
.mat-fab:not([disabled]):active:not([class*=mat-elevation-z]),.mat-mini-fab:not([disabled]):active:not([class*=mat-elevation-z]){box-shadow:0 7px 8px -4px rgba(0,0,0,.2),0 12px 17px 2px rgba(0,0,0,.14),0 5px 22px 4px rgba(0,0,0,.12)}
.mat-fab[disabled]:not([class*=mat-elevation-z]),.mat-mini-fab[disabled]:not([class*=mat-elevation-z]){box-shadow:0 0 0 0 rgba(0,0,0,.2),0 0 0 0 rgba(0,0,0,.14),0 0 0 0 rgba(0,0,0,.12)}
.mat-button-toggle-group,.mat-button-toggle-standalone{box-shadow:0 3px 1px -2px rgba(0,0,0,.2),0 2px 2px 0 rgba(0,0,0,.14),0 1px 5px 0 rgba(0,0,0,.12)}
.mat-button-toggle-group-appearance-standard,.mat-button-toggle-standalone.mat-button-toggle-appearance-standard{box-shadow:none}
.mat-button-toggle{color:rgba(0,0,0,.38)}
.mat-button-toggle .mat-button-toggle-focus-overlay{background-color:rgba(0,0,0,.12)}
.mat-button-toggle-appearance-standard{color:rgba(0,0,0,.87);background:#fff}
.mat-button-toggle-appearance-standard .mat-button-toggle-focus-overlay{background-color:#000}
.mat-button-toggle-group-appearance-standard .mat-button-toggle+.mat-button-toggle{border-left:solid 1px rgba(0,0,0,.12)}
[dir=rtl] .mat-button-toggle-group-appearance-standard .mat-button-toggle+.mat-button-toggle{border-left:none;border-right:solid 1px rgba(0,0,0,.12)}
.mat-button-toggle-group-appearance-standard.mat-button-toggle-vertical .mat-button-toggle+.mat-button-toggle{border-left:none;border-right:none;border-top:solid 1px rgba(0,0,0,.12)}
.mat-button-toggle-checked{background-color:#e0e0e0;color:rgba(0,0,0,.54)}
.mat-button-toggle-checked.mat-button-toggle-appearance-standard{color:rgba(0,0,0,.87)}
.mat-button-toggle-disabled{color:rgba(0,0,0,.26);background-color:#eee}
.mat-button-toggle-disabled.mat-button-toggle-appearance-standard{background:#fff}
.mat-button-toggle-disabled.mat-button-toggle-checked{background-color:#bdbdbd}
.mat-button-toggle-group-appearance-standard,.mat-button-toggle-standalone.mat-button-toggle-appearance-standard{border:solid 1px rgba(0,0,0,.12)}
.mat-card{background:#fff;color:rgba(0,0,0,.87)}
.mat-card:not([class*=mat-elevation-z]){box-shadow:0 2px 1px -1px rgba(0,0,0,.2),0 1px 1px 0 rgba(0,0,0,.14),0 1px 3px 0 rgba(0,0,0,.12)}
.mat-card.mat-card-flat:not([class*=mat-elevation-z]){box-shadow:0 0 0 0 rgba(0,0,0,.2),0 0 0 0 rgba(0,0,0,.14),0 0 0 0 rgba(0,0,0,.12)}
.mat-card-subtitle{color:rgba(0,0,0,.54)}
.mat-checkbox-frame{border-color:rgba(0,0,0,.54)}
.mat-checkbox-checkmark{fill:#fafafa}
.mat-checkbox-checkmark-path{stroke:#fafafa!important}
@media (-ms-high-contrast:black-on-white){.mat-checkbox-checkmark-path{stroke:#000!important}}
.mat-checkbox-mixedmark{background-color:#fafafa}
.mat-checkbox-checked.mat-primary .mat-checkbox-background,.mat-checkbox-indeterminate.mat-primary .mat-checkbox-background{background-color:#673ab7}
.mat-checkbox-checked.mat-accent .mat-checkbox-background,.mat-checkbox-indeterminate.mat-accent .mat-checkbox-background{background-color:#ffd740}
.mat-checkbox-checked.mat-warn .mat-checkbox-background,.mat-checkbox-indeterminate.mat-warn .mat-checkbox-background{background-color:#f44336}
.mat-checkbox-disabled.mat-checkbox-checked .mat-checkbox-background,.mat-checkbox-disabled.mat-checkbox-indeterminate .mat-checkbox-background{background-color:#b0b0b0}
.mat-checkbox-disabled:not(.mat-checkbox-checked) .mat-checkbox-frame{border-color:#b0b0b0}
.mat-checkbox-disabled .mat-checkbox-label{color:rgba(0,0,0,.54)}
@media (-ms-high-contrast:active){.mat-checkbox-disabled{opacity:.5}}
@media (-ms-high-contrast:active){.mat-checkbox-background{background:0 0}}
.mat-checkbox .mat-ripple-element{background-color:#000}
.mat-checkbox-checked:not(.mat-checkbox-disabled).mat-primary .mat-ripple-element,.mat-checkbox:active:not(.mat-checkbox-disabled).mat-primary .mat-ripple-element{background:#673ab7}
.mat-checkbox-checked:not(.mat-checkbox-disabled).mat-accent .mat-ripple-element,.mat-checkbox:active:not(.mat-checkbox-disabled).mat-accent .mat-ripple-element{background:#ffd740}
.mat-checkbox-checked:not(.mat-checkbox-disabled).mat-warn .mat-ripple-element,.mat-checkbox:active:not(.mat-checkbox-disabled).mat-warn .mat-ripple-element{background:#f44336}
.mat-chip.mat-standard-chip{background-color:#e0e0e0;color:rgba(0,0,0,.87)}
.mat-chip.mat-standard-chip .mat-chip-remove{color:rgba(0,0,0,.87);opacity:.4}
.mat-chip.mat-standard-chip:not(.mat-chip-disabled):active{box-shadow:0 3px 3px -2px rgba(0,0,0,.2),0 3px 4px 0 rgba(0,0,0,.14),0 1px 8px 0 rgba(0,0,0,.12)}
.mat-chip.mat-standard-chip:not(.mat-chip-disabled) .mat-chip-remove:hover{opacity:.54}
.mat-chip.mat-standard-chip.mat-chip-disabled{opacity:.4}
.mat-chip.mat-standard-chip::after{background:#000}
.mat-chip.mat-standard-chip.mat-chip-selected.mat-primary{background-color:#673ab7;color:#fff}
.mat-chip.mat-standard-chip.mat-chip-selected.mat-primary .mat-chip-remove{color:#fff;opacity:.4}
.mat-chip.mat-standard-chip.mat-chip-selected.mat-primary .mat-ripple-element{background:rgba(255,255,255,.1)}
.mat-chip.mat-standard-chip.mat-chip-selected.mat-warn{background-color:#f44336;color:#fff}
.mat-chip.mat-standard-chip.mat-chip-selected.mat-warn .mat-chip-remove{color:#fff;opacity:.4}
.mat-chip.mat-standard-chip.mat-chip-selected.mat-warn .mat-ripple-element{background:rgba(255,255,255,.1)}
.mat-chip.mat-standard-chip.mat-chip-selected.mat-accent{background-color:#ffd740;color:rgba(0,0,0,.87)}
.mat-chip.mat-standard-chip.mat-chip-selected.mat-accent .mat-chip-remove{color:rgba(0,0,0,.87);opacity:.4}
.mat-chip.mat-standard-chip.mat-chip-selected.mat-accent .mat-ripple-element{background:rgba(0,0,0,.1)}
.mat-table{background:#fff}
.mat-table tbody,.mat-table tfoot,.mat-table thead,.mat-table-sticky,[mat-footer-row],[mat-header-row],[mat-row],mat-footer-row,mat-header-row,mat-row{background:inherit}
mat-footer-row,mat-header-row,mat-row,td.mat-cell,td.mat-footer-cell,th.mat-header-cell{border-bottom-color:rgba(0,0,0,.12)}
.mat-header-cell{color:rgba(0,0,0,.54)}
.mat-cell,.mat-footer-cell{color:rgba(0,0,0,.87)}
.mat-calendar-arrow{border-top-color:rgba(0,0,0,.54)}
.mat-datepicker-content .mat-calendar-next-button,.mat-datepicker-content .mat-calendar-previous-button,.mat-datepicker-toggle{color:rgba(0,0,0,.54)}
.mat-calendar-table-header{color:rgba(0,0,0,.38)}
.mat-calendar-table-header-divider::after{background:rgba(0,0,0,.12)}
.mat-calendar-body-label{color:rgba(0,0,0,.54)}
.mat-calendar-body-cell-content{color:rgba(0,0,0,.87);border-color:transparent}
.mat-calendar-body-disabled>.mat-calendar-body-cell-content:not(.mat-calendar-body-selected){color:rgba(0,0,0,.38)}
.cdk-keyboard-focused .mat-calendar-body-active>.mat-calendar-body-cell-content:not(.mat-calendar-body-selected),.cdk-program-focused .mat-calendar-body-active>.mat-calendar-body-cell-content:not(.mat-calendar-body-selected),.mat-calendar-body-cell:not(.mat-calendar-body-disabled):hover>.mat-calendar-body-cell-content:not(.mat-calendar-body-selected){background-color:rgba(0,0,0,.04)}
.mat-calendar-body-today:not(.mat-calendar-body-selected){border-color:rgba(0,0,0,.38)}
.mat-calendar-body-disabled>.mat-calendar-body-today:not(.mat-calendar-body-selected){border-color:rgba(0,0,0,.18)}
.mat-calendar-body-selected{background-color:#673ab7;color:#fff}
.mat-calendar-body-disabled>.mat-calendar-body-selected{background-color:rgba(103,58,183,.4)}
.mat-calendar-body-today.mat-calendar-body-selected{box-shadow:inset 0 0 0 1px #fff}
.mat-datepicker-content{box-shadow:0 2px 4px -1px rgba(0,0,0,.2),0 4px 5px 0 rgba(0,0,0,.14),0 1px 10px 0 rgba(0,0,0,.12);background-color:#fff;color:rgba(0,0,0,.87)}
.mat-datepicker-content.mat-accent .mat-calendar-body-selected{background-color:#ffd740;color:rgba(0,0,0,.87)}
.mat-datepicker-content.mat-accent .mat-calendar-body-disabled>.mat-calendar-body-selected{background-color:rgba(255,215,64,.4)}
.mat-datepicker-content.mat-accent .mat-calendar-body-today.mat-calendar-body-selected{box-shadow:inset 0 0 0 1px rgba(0,0,0,.87)}
.mat-datepicker-content.mat-warn .mat-calendar-body-selected{background-color:#f44336;color:#fff}
.mat-datepicker-content.mat-warn .mat-calendar-body-disabled>.mat-calendar-body-selected{background-color:rgba(244,67,54,.4)}
.mat-datepicker-content.mat-warn .mat-calendar-body-today.mat-calendar-body-selected{box-shadow:inset 0 0 0 1px #fff}
.mat-datepicker-content-touch{box-shadow:0 0 0 0 rgba(0,0,0,.2),0 0 0 0 rgba(0,0,0,.14),0 0 0 0 rgba(0,0,0,.12)}
.mat-datepicker-toggle-active{color:#673ab7}
.mat-datepicker-toggle-active.mat-accent{color:#ffd740}
.mat-datepicker-toggle-active.mat-warn{color:#f44336}
.mat-dialog-container{box-shadow:0 11px 15px -7px rgba(0,0,0,.2),0 24px 38px 3px rgba(0,0,0,.14),0 9px 46px 8px rgba(0,0,0,.12);background:#fff;color:rgba(0,0,0,.87)}
.mat-divider{border-top-color:rgba(0,0,0,.12)}
.mat-divider-vertical{border-right-color:rgba(0,0,0,.12)}
.mat-expansion-panel{background:#fff;color:rgba(0,0,0,.87)}
.mat-expansion-panel:not([class*=mat-elevation-z]){box-shadow:0 3px 1px -2px rgba(0,0,0,.2),0 2px 2px 0 rgba(0,0,0,.14),0 1px 5px 0 rgba(0,0,0,.12)}
.mat-action-row{border-top-color:rgba(0,0,0,.12)}
.mat-expansion-panel:not(.mat-expanded) .mat-expansion-panel-header:not([aria-disabled=true]).cdk-keyboard-focused,.mat-expansion-panel:not(.mat-expanded) .mat-expansion-panel-header:not([aria-disabled=true]).cdk-program-focused,.mat-expansion-panel:not(.mat-expanded) .mat-expansion-panel-header:not([aria-disabled=true]):hover{background:rgba(0,0,0,.04)}
@media (hover:none){.mat-expansion-panel:not(.mat-expanded):not([aria-disabled=true]) .mat-expansion-panel-header:hover{background:#fff}}
.mat-expansion-panel-header-title{color:rgba(0,0,0,.87)}
.mat-expansion-indicator::after,.mat-expansion-panel-header-description{color:rgba(0,0,0,.54)}
.mat-expansion-panel-header[aria-disabled=true]{color:rgba(0,0,0,.26)}
.mat-expansion-panel-header[aria-disabled=true] .mat-expansion-panel-header-description,.mat-expansion-panel-header[aria-disabled=true] .mat-expansion-panel-header-title{color:inherit}
.mat-form-field-label{color:rgba(0,0,0,.6)}
.mat-hint{color:rgba(0,0,0,.6)}
.mat-form-field.mat-focused .mat-form-field-label{color:#673ab7}
.mat-form-field.mat-focused .mat-form-field-label.mat-accent{color:#ffd740}
.mat-form-field.mat-focused .mat-form-field-label.mat-warn{color:#f44336}
.mat-focused .mat-form-field-required-marker{color:#ffd740}
.mat-form-field-ripple{background-color:rgba(0,0,0,.87)}
.mat-form-field.mat-focused .mat-form-field-ripple{background-color:#673ab7}
.mat-form-field.mat-focused .mat-form-field-ripple.mat-accent{background-color:#ffd740}
.mat-form-field.mat-focused .mat-form-field-ripple.mat-warn{background-color:#f44336}
.mat-form-field-type-mat-native-select.mat-focused:not(.mat-form-field-invalid) .mat-form-field-infix::after{color:#673ab7}
.mat-form-field-type-mat-native-select.mat-focused:not(.mat-form-field-invalid).mat-accent .mat-form-field-infix::after{color:#ffd740}
.mat-form-field-type-mat-native-select.mat-focused:not(.mat-form-field-invalid).mat-warn .mat-form-field-infix::after{color:#f44336}
.mat-form-field.mat-form-field-invalid .mat-form-field-label{color:#f44336}
.mat-form-field.mat-form-field-invalid .mat-form-field-label .mat-form-field-required-marker,.mat-form-field.mat-form-field-invalid .mat-form-field-label.mat-accent{color:#f44336}
.mat-form-field.mat-form-field-invalid .mat-form-field-ripple,.mat-form-field.mat-form-field-invalid .mat-form-field-ripple.mat-accent{background-color:#f44336}
.mat-error{color:#f44336}
.mat-form-field-appearance-legacy .mat-form-field-label{color:rgba(0,0,0,.54)}
.mat-form-field-appearance-legacy .mat-hint{color:rgba(0,0,0,.54)}
.mat-form-field-appearance-legacy .mat-form-field-underline{background-color:rgba(0,0,0,.42)}
.mat-form-field-appearance-legacy.mat-form-field-disabled .mat-form-field-underline{background-image:linear-gradient(to right,rgba(0,0,0,.42) 0,rgba(0,0,0,.42) 33%,transparent 0);background-size:4px 100%;background-repeat:repeat-x}
.mat-form-field-appearance-standard .mat-form-field-underline{background-color:rgba(0,0,0,.42)}
.mat-form-field-appearance-standard.mat-form-field-disabled .mat-form-field-underline{background-image:linear-gradient(to right,rgba(0,0,0,.42) 0,rgba(0,0,0,.42) 33%,transparent 0);background-size:4px 100%;background-repeat:repeat-x}
.mat-form-field-appearance-fill .mat-form-field-flex{background-color:rgba(0,0,0,.04)}
.mat-form-field-appearance-fill.mat-form-field-disabled .mat-form-field-flex{background-color:rgba(0,0,0,.02)}
.mat-form-field-appearance-fill .mat-form-field-underline::before{background-color:rgba(0,0,0,.42)}
.mat-form-field-appearance-fill.mat-form-field-disabled .mat-form-field-label{color:rgba(0,0,0,.38)}
.mat-form-field-appearance-fill.mat-form-field-disabled .mat-form-field-underline::before{background-color:transparent}
.mat-form-field-appearance-outline .mat-form-field-outline{color:rgba(0,0,0,.12)}
.mat-form-field-appearance-outline .mat-form-field-outline-thick{color:rgba(0,0,0,.87)}
.mat-form-field-appearance-outline.mat-focused .mat-form-field-outline-thick{color:#673ab7}
.mat-form-field-appearance-outline.mat-focused.mat-accent .mat-form-field-outline-thick{color:#ffd740}
.mat-form-field-appearance-outline.mat-focused.mat-warn .mat-form-field-outline-thick{color:#f44336}
.mat-form-field-appearance-outline.mat-form-field-invalid.mat-form-field-invalid .mat-form-field-outline-thick{color:#f44336}
.mat-form-field-appearance-outline.mat-form-field-disabled .mat-form-field-label{color:rgba(0,0,0,.38)}
.mat-form-field-appearance-outline.mat-form-field-disabled .mat-form-field-outline{color:rgba(0,0,0,.06)}
.mat-icon.mat-primary{color:#673ab7}
.mat-icon.mat-accent{color:#ffd740}
.mat-icon.mat-warn{color:#f44336}
.mat-form-field-type-mat-native-select .mat-form-field-infix::after{color:rgba(0,0,0,.54)}
.mat-form-field-type-mat-native-select.mat-form-field-disabled .mat-form-field-infix::after,.mat-input-element:disabled{color:rgba(0,0,0,.38)}
.mat-input-element{caret-color:#673ab7}
.mat-input-element::-webkit-input-placeholder{color:rgba(0,0,0,.42)}
.mat-input-element::-moz-placeholder{color:rgba(0,0,0,.42)}
.mat-input-element::-ms-input-placeholder{color:rgba(0,0,0,.42)}
.mat-input-element::placeholder{color:rgba(0,0,0,.42)}
.mat-input-element::-moz-placeholder{color:rgba(0,0,0,.42)}
.mat-input-element::-webkit-input-placeholder{color:rgba(0,0,0,.42)}
.mat-input-element:-ms-input-placeholder{color:rgba(0,0,0,.42)}
.mat-accent .mat-input-element{caret-color:#ffd740}
.mat-form-field-invalid .mat-input-element,.mat-warn .mat-input-element{caret-color:#f44336}
.mat-form-field-type-mat-native-select.mat-form-field-invalid .mat-form-field-infix::after{color:#f44336}
.mat-list-base .mat-list-item{color:rgba(0,0,0,.87)}
.mat-list-base .mat-list-option{color:rgba(0,0,0,.87)}
.mat-list-base .mat-subheader{color:rgba(0,0,0,.54)}
.mat-list-item-disabled{background-color:#eee}
.mat-action-list .mat-list-item:focus,.mat-action-list .mat-list-item:hover,.mat-list-option:focus,.mat-list-option:hover,.mat-nav-list .mat-list-item:focus,.mat-nav-list .mat-list-item:hover{background:rgba(0,0,0,.04)}
.mat-menu-panel{background:#fff}
.mat-menu-panel:not([class*=mat-elevation-z]){box-shadow:0 2px 4px -1px rgba(0,0,0,.2),0 4px 5px 0 rgba(0,0,0,.14),0 1px 10px 0 rgba(0,0,0,.12)}
.mat-menu-item{background:0 0;color:rgba(0,0,0,.87)}
.mat-menu-item[disabled],.mat-menu-item[disabled]::after{color:rgba(0,0,0,.38)}
.mat-menu-item .mat-icon-no-color,.mat-menu-item-submenu-trigger::after{color:rgba(0,0,0,.54)}
.mat-menu-item-highlighted:not([disabled]),.mat-menu-item.cdk-keyboard-focused:not([disabled]),.mat-menu-item.cdk-program-focused:not([disabled]),.mat-menu-item:hover:not([disabled]){background:rgba(0,0,0,.04)}
.mat-paginator{background:#fff}
.mat-paginator,.mat-paginator-page-size .mat-select-trigger{color:rgba(0,0,0,.54)}
.mat-paginator-decrement,.mat-paginator-increment{border-top:2px solid rgba(0,0,0,.54);border-right:2px solid rgba(0,0,0,.54)}
.mat-paginator-first,.mat-paginator-last{border-top:2px solid rgba(0,0,0,.54)}
.mat-icon-button[disabled] .mat-paginator-decrement,.mat-icon-button[disabled] .mat-paginator-first,.mat-icon-button[disabled] .mat-paginator-increment,.mat-icon-button[disabled] .mat-paginator-last{border-color:rgba(0,0,0,.38)}
.mat-progress-bar-background{fill:#d1c4e9}
.mat-progress-bar-buffer{background-color:#d1c4e9}
.mat-progress-bar-fill::after{background-color:#673ab7}
.mat-progress-bar.mat-accent .mat-progress-bar-background{fill:#ffe57f}
.mat-progress-bar.mat-accent .mat-progress-bar-buffer{background-color:#ffe57f}
.mat-progress-bar.mat-accent .mat-progress-bar-fill::after{background-color:#ffd740}
.mat-progress-bar.mat-warn .mat-progress-bar-background{fill:#ffcdd2}
.mat-progress-bar.mat-warn .mat-progress-bar-buffer{background-color:#ffcdd2}
.mat-progress-bar.mat-warn .mat-progress-bar-fill::after{background-color:#f44336}
.mat-progress-spinner circle,.mat-spinner circle{stroke:#673ab7}
.mat-progress-spinner.mat-accent circle,.mat-spinner.mat-accent circle{stroke:#ffd740}
.mat-progress-spinner.mat-warn circle,.mat-spinner.mat-warn circle{stroke:#f44336}
.mat-radio-outer-circle{border-color:rgba(0,0,0,.54)}
.mat-radio-button.mat-primary.mat-radio-checked .mat-radio-outer-circle{border-color:#673ab7}
.mat-radio-button.mat-primary .mat-radio-inner-circle,.mat-radio-button.mat-primary .mat-radio-ripple .mat-ripple-element:not(.mat-radio-persistent-ripple),.mat-radio-button.mat-primary.mat-radio-checked .mat-radio-persistent-ripple,.mat-radio-button.mat-primary:active .mat-radio-persistent-ripple{background-color:#673ab7}
.mat-radio-button.mat-accent.mat-radio-checked .mat-radio-outer-circle{border-color:#ffd740}
.mat-radio-button.mat-accent .mat-radio-inner-circle,.mat-radio-button.mat-accent .mat-radio-ripple .mat-ripple-element:not(.mat-radio-persistent-ripple),.mat-radio-button.mat-accent.mat-radio-checked .mat-radio-persistent-ripple,.mat-radio-button.mat-accent:active .mat-radio-persistent-ripple{background-color:#ffd740}
.mat-radio-button.mat-warn.mat-radio-checked .mat-radio-outer-circle{border-color:#f44336}
.mat-radio-button.mat-warn .mat-radio-inner-circle,.mat-radio-button.mat-warn .mat-radio-ripple .mat-ripple-element:not(.mat-radio-persistent-ripple),.mat-radio-button.mat-warn.mat-radio-checked .mat-radio-persistent-ripple,.mat-radio-button.mat-warn:active .mat-radio-persistent-ripple{background-color:#f44336}
.mat-radio-button.mat-radio-disabled .mat-radio-outer-circle,.mat-radio-button.mat-radio-disabled.mat-radio-checked .mat-radio-outer-circle{border-color:rgba(0,0,0,.38)}
.mat-radio-button.mat-radio-disabled .mat-radio-inner-circle,.mat-radio-button.mat-radio-disabled .mat-radio-ripple .mat-ripple-element{background-color:rgba(0,0,0,.38)}
.mat-radio-button.mat-radio-disabled .mat-radio-label-content{color:rgba(0,0,0,.38)}
.mat-radio-button .mat-ripple-element{background-color:#000}
.mat-select-value{color:rgba(0,0,0,.87)}
.mat-select-placeholder{color:rgba(0,0,0,.42)}
.mat-select-disabled .mat-select-value{color:rgba(0,0,0,.38)}
.mat-select-arrow{color:rgba(0,0,0,.54)}
.mat-select-panel{background:#fff}
.mat-select-panel:not([class*=mat-elevation-z]){box-shadow:0 2px 4px -1px rgba(0,0,0,.2),0 4px 5px 0 rgba(0,0,0,.14),0 1px 10px 0 rgba(0,0,0,.12)}
.mat-select-panel .mat-option.mat-selected:not(.mat-option-multiple){background:rgba(0,0,0,.12)}
.mat-form-field.mat-focused.mat-primary .mat-select-arrow{color:#673ab7}
.mat-form-field.mat-focused.mat-accent .mat-select-arrow{color:#ffd740}
.mat-form-field.mat-focused.mat-warn .mat-select-arrow{color:#f44336}
.mat-form-field .mat-select.mat-select-invalid .mat-select-arrow{color:#f44336}
.mat-form-field .mat-select.mat-select-disabled .mat-select-arrow{color:rgba(0,0,0,.38)}
.mat-drawer-container{background-color:#fafafa;color:rgba(0,0,0,.87)}
.mat-drawer{background-color:#fff;color:rgba(0,0,0,.87)}
.mat-drawer.mat-drawer-push{background-color:#fff}
.mat-drawer:not(.mat-drawer-side){box-shadow:0 8px 10px -5px rgba(0,0,0,.2),0 16px 24px 2px rgba(0,0,0,.14),0 6px 30px 5px rgba(0,0,0,.12)}
.mat-drawer-side{border-right:solid 1px rgba(0,0,0,.12)}
.mat-drawer-side.mat-drawer-end{border-left:solid 1px rgba(0,0,0,.12);border-right:none}
[dir=rtl] .mat-drawer-side{border-left:solid 1px rgba(0,0,0,.12);border-right:none}
[dir=rtl] .mat-drawer-side.mat-drawer-end{border-left:none;border-right:solid 1px rgba(0,0,0,.12)}
.mat-drawer-backdrop.mat-drawer-shown{background-color:rgba(0,0,0,.6)}
.mat-slide-toggle.mat-checked .mat-slide-toggle-thumb{background-color:#ffd740}
.mat-slide-toggle.mat-checked .mat-slide-toggle-bar{background-color:rgba(255,215,64,.54)}
.mat-slide-toggle.mat-checked .mat-ripple-element{background-color:#ffd740}
.mat-slide-toggle.mat-primary.mat-checked .mat-slide-toggle-thumb{background-color:#673ab7}
.mat-slide-toggle.mat-primary.mat-checked .mat-slide-toggle-bar{background-color:rgba(103,58,183,.54)}
.mat-slide-toggle.mat-primary.mat-checked .mat-ripple-element{background-color:#673ab7}
.mat-slide-toggle.mat-warn.mat-checked .mat-slide-toggle-thumb{background-color:#f44336}
.mat-slide-toggle.mat-warn.mat-checked .mat-slide-toggle-bar{background-color:rgba(244,67,54,.54)}
.mat-slide-toggle.mat-warn.mat-checked .mat-ripple-element{background-color:#f44336}
.mat-slide-toggle:not(.mat-checked) .mat-ripple-element{background-color:#000}
.mat-slide-toggle-thumb{box-shadow:0 2px 1px -1px rgba(0,0,0,.2),0 1px 1px 0 rgba(0,0,0,.14),0 1px 3px 0 rgba(0,0,0,.12);background-color:#fafafa}
.mat-slide-toggle-bar{background-color:rgba(0,0,0,.38)}
.mat-slider-track-background{background-color:rgba(0,0,0,.26)}
.mat-primary .mat-slider-thumb,.mat-primary .mat-slider-thumb-label,.mat-primary .mat-slider-track-fill{background-color:#673ab7}
.mat-primary .mat-slider-thumb-label-text{color:#fff}
.mat-accent .mat-slider-thumb,.mat-accent .mat-slider-thumb-label,.mat-accent .mat-slider-track-fill{background-color:#ffd740}
.mat-accent .mat-slider-thumb-label-text{color:rgba(0,0,0,.87)}
.mat-warn .mat-slider-thumb,.mat-warn .mat-slider-thumb-label,.mat-warn .mat-slider-track-fill{background-color:#f44336}
.mat-warn .mat-slider-thumb-label-text{color:#fff}
.mat-slider-focus-ring{background-color:rgba(255,215,64,.2)}
.cdk-focused .mat-slider-track-background,.mat-slider:hover .mat-slider-track-background{background-color:rgba(0,0,0,.38)}
.mat-slider-disabled .mat-slider-thumb,.mat-slider-disabled .mat-slider-track-background,.mat-slider-disabled .mat-slider-track-fill{background-color:rgba(0,0,0,.26)}
.mat-slider-disabled:hover .mat-slider-track-background{background-color:rgba(0,0,0,.26)}
.mat-slider-min-value .mat-slider-focus-ring{background-color:rgba(0,0,0,.12)}
.mat-slider-min-value.mat-slider-thumb-label-showing .mat-slider-thumb,.mat-slider-min-value.mat-slider-thumb-label-showing .mat-slider-thumb-label{background-color:rgba(0,0,0,.87)}
.mat-slider-min-value.mat-slider-thumb-label-showing.cdk-focused .mat-slider-thumb,.mat-slider-min-value.mat-slider-thumb-label-showing.cdk-focused .mat-slider-thumb-label{background-color:rgba(0,0,0,.26)}
.mat-slider-min-value:not(.mat-slider-thumb-label-showing) .mat-slider-thumb{border-color:rgba(0,0,0,.26);background-color:transparent}
.mat-slider-min-value:not(.mat-slider-thumb-label-showing).cdk-focused .mat-slider-thumb,.mat-slider-min-value:not(.mat-slider-thumb-label-showing):hover .mat-slider-thumb{border-color:rgba(0,0,0,.38)}
.mat-slider-min-value:not(.mat-slider-thumb-label-showing).cdk-focused.mat-slider-disabled .mat-slider-thumb,.mat-slider-min-value:not(.mat-slider-thumb-label-showing):hover.mat-slider-disabled .mat-slider-thumb{border-color:rgba(0,0,0,.26)}
.mat-slider-has-ticks .mat-slider-wrapper::after{border-color:rgba(0,0,0,.7)}
.mat-slider-horizontal .mat-slider-ticks{background-image:repeating-linear-gradient(to right,rgba(0,0,0,.7),rgba(0,0,0,.7) 2px,transparent 0,transparent);background-image:-moz-repeating-linear-gradient(.0001deg,rgba(0,0,0,.7),rgba(0,0,0,.7) 2px,transparent 0,transparent)}
.mat-slider-vertical .mat-slider-ticks{background-image:repeating-linear-gradient(to bottom,rgba(0,0,0,.7),rgba(0,0,0,.7) 2px,transparent 0,transparent)}
.mat-step-header.cdk-keyboard-focused,.mat-step-header.cdk-program-focused,.mat-step-header:hover{background-color:rgba(0,0,0,.04)}
@media (hover:none){.mat-step-header:hover{background:0 0}}
.mat-step-header .mat-step-label,.mat-step-header .mat-step-optional{color:rgba(0,0,0,.54)}
.mat-step-header .mat-step-icon{background-color:rgba(0,0,0,.54);color:#fff}
.mat-step-header .mat-step-icon-selected,.mat-step-header .mat-step-icon-state-done,.mat-step-header .mat-step-icon-state-edit{background-color:#673ab7;color:#fff}
.mat-step-header .mat-step-icon-state-error{background-color:transparent;color:#f44336}
.mat-step-header .mat-step-label.mat-step-label-active{color:rgba(0,0,0,.87)}
.mat-step-header .mat-step-label.mat-step-label-error{color:#f44336}
.mat-stepper-horizontal,.mat-stepper-vertical{background-color:#fff}
.mat-stepper-vertical-line::before{border-left-color:rgba(0,0,0,.12)}
.mat-horizontal-stepper-header::after,.mat-horizontal-stepper-header::before,.mat-stepper-horizontal-line{border-top-color:rgba(0,0,0,.12)}
.mat-sort-header-arrow{color:#757575}
.mat-tab-header,.mat-tab-nav-bar{border-bottom:1px solid rgba(0,0,0,.12)}
.mat-tab-group-inverted-header .mat-tab-header,.mat-tab-group-inverted-header .mat-tab-nav-bar{border-top:1px solid rgba(0,0,0,.12);border-bottom:none}
.mat-tab-label,.mat-tab-link{color:rgba(0,0,0,.87)}
.mat-tab-label.mat-tab-disabled,.mat-tab-link.mat-tab-disabled{color:rgba(0,0,0,.38)}
.mat-tab-header-pagination-chevron{border-color:rgba(0,0,0,.87)}
.mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron{border-color:rgba(0,0,0,.38)}
.mat-tab-group[class*=mat-background-] .mat-tab-header,.mat-tab-nav-bar[class*=mat-background-]{border-bottom:none;border-top:none}
.mat-tab-group.mat-primary .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled),.mat-tab-group.mat-primary .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),.mat-tab-group.mat-primary .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),.mat-tab-group.mat-primary .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled),.mat-tab-nav-bar.mat-primary .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled),.mat-tab-nav-bar.mat-primary .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),.mat-tab-nav-bar.mat-primary .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),.mat-tab-nav-bar.mat-primary .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled){background-color:rgba(209,196,233,.3)}
.mat-tab-group.mat-primary .mat-ink-bar,.mat-tab-nav-bar.mat-primary .mat-ink-bar{background-color:#673ab7}
.mat-tab-group.mat-primary.mat-background-primary .mat-ink-bar,.mat-tab-nav-bar.mat-primary.mat-background-primary .mat-ink-bar{background-color:#fff}
.mat-tab-group.mat-accent .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled),.mat-tab-group.mat-accent .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),.mat-tab-group.mat-accent .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),.mat-tab-group.mat-accent .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled),.mat-tab-nav-bar.mat-accent .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled),.mat-tab-nav-bar.mat-accent .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),.mat-tab-nav-bar.mat-accent .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),.mat-tab-nav-bar.mat-accent .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled){background-color:rgba(255,229,127,.3)}
.mat-tab-group.mat-accent .mat-ink-bar,.mat-tab-nav-bar.mat-accent .mat-ink-bar{background-color:#ffd740}
.mat-tab-group.mat-accent.mat-background-accent .mat-ink-bar,.mat-tab-nav-bar.mat-accent.mat-background-accent .mat-ink-bar{background-color:rgba(0,0,0,.87)}
.mat-tab-group.mat-warn .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled),.mat-tab-group.mat-warn .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),.mat-tab-group.mat-warn .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),.mat-tab-group.mat-warn .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled),.mat-tab-nav-bar.mat-warn .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled),.mat-tab-nav-bar.mat-warn .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),.mat-tab-nav-bar.mat-warn .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),.mat-tab-nav-bar.mat-warn .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled){background-color:rgba(255,205,210,.3)}
.mat-tab-group.mat-warn .mat-ink-bar,.mat-tab-nav-bar.mat-warn .mat-ink-bar{background-color:#f44336}
.mat-tab-group.mat-warn.mat-background-warn .mat-ink-bar,.mat-tab-nav-bar.mat-warn.mat-background-warn .mat-ink-bar{background-color:#fff}
.mat-tab-group.mat-background-primary .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled),.mat-tab-group.mat-background-primary .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),.mat-tab-group.mat-background-primary .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),.mat-tab-group.mat-background-primary .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled),.mat-tab-nav-bar.mat-background-primary .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled),.mat-tab-nav-bar.mat-background-primary .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),.mat-tab-nav-bar.mat-background-primary .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),.mat-tab-nav-bar.mat-background-primary .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled){background-color:rgba(209,196,233,.3)}
.mat-tab-group.mat-background-primary .mat-tab-header,.mat-tab-group.mat-background-primary .mat-tab-links,.mat-tab-nav-bar.mat-background-primary .mat-tab-header,.mat-tab-nav-bar.mat-background-primary .mat-tab-links{background-color:#673ab7}
.mat-tab-group.mat-background-primary .mat-tab-label,.mat-tab-group.mat-background-primary .mat-tab-link,.mat-tab-nav-bar.mat-background-primary .mat-tab-label,.mat-tab-nav-bar.mat-background-primary .mat-tab-link{color:#fff}
.mat-tab-group.mat-background-primary .mat-tab-label.mat-tab-disabled,.mat-tab-group.mat-background-primary .mat-tab-link.mat-tab-disabled,.mat-tab-nav-bar.mat-background-primary .mat-tab-label.mat-tab-disabled,.mat-tab-nav-bar.mat-background-primary .mat-tab-link.mat-tab-disabled{color:rgba(255,255,255,.4)}
.mat-tab-group.mat-background-primary .mat-tab-header-pagination-chevron,.mat-tab-nav-bar.mat-background-primary .mat-tab-header-pagination-chevron{border-color:#fff}
.mat-tab-group.mat-background-primary .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron,.mat-tab-nav-bar.mat-background-primary .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron{border-color:rgba(255,255,255,.4)}
.mat-tab-group.mat-background-primary .mat-ripple-element,.mat-tab-nav-bar.mat-background-primary .mat-ripple-element{background-color:rgba(255,255,255,.12)}
.mat-tab-group.mat-background-accent .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled),.mat-tab-group.mat-background-accent .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),.mat-tab-group.mat-background-accent .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),.mat-tab-group.mat-background-accent .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled),.mat-tab-nav-bar.mat-background-accent .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled),.mat-tab-nav-bar.mat-background-accent .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),.mat-tab-nav-bar.mat-background-accent .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),.mat-tab-nav-bar.mat-background-accent .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled){background-color:rgba(255,229,127,.3)}
.mat-tab-group.mat-background-accent .mat-tab-header,.mat-tab-group.mat-background-accent .mat-tab-links,.mat-tab-nav-bar.mat-background-accent .mat-tab-header,.mat-tab-nav-bar.mat-background-accent .mat-tab-links{background-color:#ffd740}
.mat-tab-group.mat-background-accent .mat-tab-label,.mat-tab-group.mat-background-accent .mat-tab-link,.mat-tab-nav-bar.mat-background-accent .mat-tab-label,.mat-tab-nav-bar.mat-background-accent .mat-tab-link{color:rgba(0,0,0,.87)}
.mat-tab-group.mat-background-accent .mat-tab-label.mat-tab-disabled,.mat-tab-group.mat-background-accent .mat-tab-link.mat-tab-disabled,.mat-tab-nav-bar.mat-background-accent .mat-tab-label.mat-tab-disabled,.mat-tab-nav-bar.mat-background-accent .mat-tab-link.mat-tab-disabled{color:rgba(0,0,0,.4)}
.mat-tab-group.mat-background-accent .mat-tab-header-pagination-chevron,.mat-tab-nav-bar.mat-background-accent .mat-tab-header-pagination-chevron{border-color:rgba(0,0,0,.87)}
.mat-tab-group.mat-background-accent .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron,.mat-tab-nav-bar.mat-background-accent .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron{border-color:rgba(0,0,0,.4)}
.mat-tab-group.mat-background-accent .mat-ripple-element,.mat-tab-nav-bar.mat-background-accent .mat-ripple-element{background-color:rgba(0,0,0,.12)}
.mat-tab-group.mat-background-warn .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled),.mat-tab-group.mat-background-warn .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),.mat-tab-group.mat-background-warn .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),.mat-tab-group.mat-background-warn .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled),.mat-tab-nav-bar.mat-background-warn .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled),.mat-tab-nav-bar.mat-background-warn .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),.mat-tab-nav-bar.mat-background-warn .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),.mat-tab-nav-bar.mat-background-warn .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled){background-color:rgba(255,205,210,.3)}
.mat-tab-group.mat-background-warn .mat-tab-header,.mat-tab-group.mat-background-warn .mat-tab-links,.mat-tab-nav-bar.mat-background-warn .mat-tab-header,.mat-tab-nav-bar.mat-background-warn .mat-tab-links{background-color:#f44336}
.mat-tab-group.mat-background-warn .mat-tab-label,.mat-tab-group.mat-background-warn .mat-tab-link,.mat-tab-nav-bar.mat-background-warn .mat-tab-label,.mat-tab-nav-bar.mat-background-warn .mat-tab-link{color:#fff}
.mat-tab-group.mat-background-warn .mat-tab-label.mat-tab-disabled,.mat-tab-group.mat-background-warn .mat-tab-link.mat-tab-disabled,.mat-tab-nav-bar.mat-background-warn .mat-tab-label.mat-tab-disabled,.mat-tab-nav-bar.mat-background-warn .mat-tab-link.mat-tab-disabled{color:rgba(255,255,255,.4)}
.mat-tab-group.mat-background-warn .mat-tab-header-pagination-chevron,.mat-tab-nav-bar.mat-background-warn .mat-tab-header-pagination-chevron{border-color:#fff}
.mat-tab-group.mat-background-warn .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron,.mat-tab-nav-bar.mat-background-warn .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron{border-color:rgba(255,255,255,.4)}
.mat-tab-group.mat-background-warn .mat-ripple-element,.mat-tab-nav-bar.mat-background-warn .mat-ripple-element{background-color:rgba(255,255,255,.12)}
.mat-toolbar{background:#f5f5f5;color:rgba(0,0,0,.87)}
.mat-toolbar.mat-primary{background:#673ab7;color:#fff}
.mat-toolbar.mat-accent{background:#ffd740;color:rgba(0,0,0,.87)}
.mat-toolbar.mat-warn{background:#f44336;color:#fff}
.mat-toolbar .mat-focused .mat-form-field-ripple,.mat-toolbar .mat-form-field-ripple,.mat-toolbar .mat-form-field-underline{background-color:currentColor}
.mat-toolbar .mat-focused .mat-form-field-label,.mat-toolbar .mat-form-field-label,.mat-toolbar .mat-form-field.mat-focused .mat-select-arrow,.mat-toolbar .mat-select-arrow,.mat-toolbar .mat-select-value{color:inherit}
.mat-toolbar .mat-input-element{caret-color:currentColor}
.mat-tooltip{background:rgba(97,97,97,.9)}
.mat-tree{background:#fff}
.mat-nested-tree-node,.mat-tree-node{color:rgba(0,0,0,.87)}
.mat-snack-bar-container{color:rgba(255,255,255,.7);background:#323232;box-shadow:0 3px 5px -1px rgba(0,0,0,.2),0 6px 10px 0 rgba(0,0,0,.14),0 1px 18px 0 rgba(0,0,0,.12)}
.mat-simple-snackbar-action{color:#ffd740}
/* Theme for the ripple elements.*/
/* stylelint-disable material/no-prefixes */
/* stylelint-enable */
/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
@font-face{font-family:'FontAwesome';src:url('fontawesome-webfont.674f50d287a8c48dc19b.eot?v=4.7.0');src:url('fontawesome-webfont.674f50d287a8c48dc19b.eot?#iefix&v=4.7.0') format('embedded-opentype'),url('fontawesome-webfont.af7ae505a9eed503f8b8.woff2?v=4.7.0') format('woff2'),url('fontawesome-webfont.fee66e712a8a08eef580.woff?v=4.7.0') format('woff'),url('fontawesome-webfont.b06871f281fee6b241d6.ttf?v=4.7.0') format('truetype'),url('fontawesome-webfont.912ec66d7572ff821749.svg?v=4.7.0#fontawesomeregular') format('svg');font-weight:normal;font-style:normal}
.fa{display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}
.fa-lg{font-size:1.33333333em;line-height:.75em;vertical-align:-15%}
.fa-2x{font-size:2em}
.fa-3x{font-size:3em}
.fa-4x{font-size:4em}
.fa-5x{font-size:5em}
.fa-fw{width:1.28571429em;text-align:center}
.fa-ul{padding-left:0;margin-left:2.14285714em;list-style-type:none}
.fa-ul>li{position:relative}
.fa-li{position:absolute;left:-2.14285714em;width:2.14285714em;top:.14285714em;text-align:center}
.fa-li.fa-lg{left:-1.85714286em}
.fa-border{padding:.2em .25em .15em;border:solid .08em #eee;border-radius:.1em}
.fa-pull-left{float:left}
.fa-pull-right{float:right}
.fa.fa-pull-left{margin-right:.3em}
.fa.fa-pull-right{margin-left:.3em}
.pull-right{float:right}
.pull-left{float:left}
.fa.pull-left{margin-right:.3em}
.fa.pull-right{margin-left:.3em}
.fa-spin{-webkit-animation:fa-spin 2s infinite linear;animation:fa-spin 2s infinite linear}
.fa-pulse{-webkit-animation:fa-spin 1s infinite steps(8);animation:fa-spin 1s infinite steps(8)}
@-webkit-keyframes fa-spin{0%{transform:rotate(0deg)}100%{transform:rotate(359deg)}}
@keyframes fa-spin{0%{transform:rotate(0deg)}100%{transform:rotate(359deg)}}
.fa-rotate-90{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";transform:rotate(90deg)}
.fa-rotate-180{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";transform:rotate(180deg)}
.fa-rotate-270{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";transform:rotate(270deg)}
.fa-flip-horizontal{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";transform:scale(-1, 1)}
.fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";transform:scale(1, -1)}
:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-flip-horizontal,:root .fa-flip-vertical{-webkit-filter:none;filter:none}
.fa-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:middle}
.fa-stack-1x,.fa-stack-2x{position:absolute;left:0;width:100%;text-align:center}
.fa-stack-1x{line-height:inherit}
.fa-stack-2x{font-size:2em}
.fa-inverse{color:#fff}
.fa-glass:before{content:"\f000"}
.fa-music:before{content:"\f001"}
.fa-search:before{content:"\f002"}
.fa-envelope-o:before{content:"\f003"}
.fa-heart:before{content:"\f004"}
.fa-star:before{content:"\f005"}
.fa-star-o:before{content:"\f006"}
.fa-user:before{content:"\f007"}
.fa-film:before{content:"\f008"}
.fa-th-large:before{content:"\f009"}
.fa-th:before{content:"\f00a"}
.fa-th-list:before{content:"\f00b"}
.fa-check:before{content:"\f00c"}
.fa-remove:before,.fa-close:before,.fa-times:before{content:"\f00d"}
.fa-search-plus:before{content:"\f00e"}
.fa-search-minus:before{content:"\f010"}
.fa-power-off:before{content:"\f011"}
.fa-signal:before{content:"\f012"}
.fa-gear:before,.fa-cog:before{content:"\f013"}
.fa-trash-o:before{content:"\f014"}
.fa-home:before{content:"\f015"}
.fa-file-o:before{content:"\f016"}
.fa-clock-o:before{content:"\f017"}
.fa-road:before{content:"\f018"}
.fa-download:before{content:"\f019"}
.fa-arrow-circle-o-down:before{content:"\f01a"}
.fa-arrow-circle-o-up:before{content:"\f01b"}
.fa-inbox:before{content:"\f01c"}
.fa-play-circle-o:before{content:"\f01d"}
.fa-rotate-right:before,.fa-repeat:before{content:"\f01e"}
.fa-refresh:before{content:"\f021"}
.fa-list-alt:before{content:"\f022"}
.fa-lock:before{content:"\f023"}
.fa-flag:before{content:"\f024"}
.fa-headphones:before{content:"\f025"}
.fa-volume-off:before{content:"\f026"}
.fa-volume-down:before{content:"\f027"}
.fa-volume-up:before{content:"\f028"}
.fa-qrcode:before{content:"\f029"}
.fa-barcode:before{content:"\f02a"}
.fa-tag:before{content:"\f02b"}
.fa-tags:before{content:"\f02c"}
.fa-book:before{content:"\f02d"}
.fa-bookmark:before{content:"\f02e"}
.fa-print:before{content:"\f02f"}
.fa-camera:before{content:"\f030"}
.fa-font:before{content:"\f031"}
.fa-bold:before{content:"\f032"}
.fa-italic:before{content:"\f033"}
.fa-text-height:before{content:"\f034"}
.fa-text-width:before{content:"\f035"}
.fa-align-left:before{content:"\f036"}
.fa-align-center:before{content:"\f037"}
.fa-align-right:before{content:"\f038"}
.fa-align-justify:before{content:"\f039"}
.fa-list:before{content:"\f03a"}
.fa-dedent:before,.fa-outdent:before{content:"\f03b"}
.fa-indent:before{content:"\f03c"}
.fa-video-camera:before{content:"\f03d"}
.fa-photo:before,.fa-image:before,.fa-picture-o:before{content:"\f03e"}
.fa-pencil:before{content:"\f040"}
.fa-map-marker:before{content:"\f041"}
.fa-adjust:before{content:"\f042"}
.fa-tint:before{content:"\f043"}
.fa-edit:before,.fa-pencil-square-o:before{content:"\f044"}
.fa-share-square-o:before{content:"\f045"}
.fa-check-square-o:before{content:"\f046"}
.fa-arrows:before{content:"\f047"}
.fa-step-backward:before{content:"\f048"}
.fa-fast-backward:before{content:"\f049"}
.fa-backward:before{content:"\f04a"}
.fa-play:before{content:"\f04b"}
.fa-pause:before{content:"\f04c"}
.fa-stop:before{content:"\f04d"}
.fa-forward:before{content:"\f04e"}
.fa-fast-forward:before{content:"\f050"}
.fa-step-forward:before{content:"\f051"}
.fa-eject:before{content:"\f052"}
.fa-chevron-left:before{content:"\f053"}
.fa-chevron-right:before{content:"\f054"}
.fa-plus-circle:before{content:"\f055"}
.fa-minus-circle:before{content:"\f056"}
.fa-times-circle:before{content:"\f057"}
.fa-check-circle:before{content:"\f058"}
.fa-question-circle:before{content:"\f059"}
.fa-info-circle:before{content:"\f05a"}
.fa-crosshairs:before{content:"\f05b"}
.fa-times-circle-o:before{content:"\f05c"}
.fa-check-circle-o:before{content:"\f05d"}
.fa-ban:before{content:"\f05e"}
.fa-arrow-left:before{content:"\f060"}
.fa-arrow-right:before{content:"\f061"}
.fa-arrow-up:before{content:"\f062"}
.fa-arrow-down:before{content:"\f063"}
.fa-mail-forward:before,.fa-share:before{content:"\f064"}
.fa-expand:before{content:"\f065"}
.fa-compress:before{content:"\f066"}
.fa-plus:before{content:"\f067"}
.fa-minus:before{content:"\f068"}
.fa-asterisk:before{content:"\f069"}
.fa-exclamation-circle:before{content:"\f06a"}
.fa-gift:before{content:"\f06b"}
.fa-leaf:before{content:"\f06c"}
.fa-fire:before{content:"\f06d"}
.fa-eye:before{content:"\f06e"}
.fa-eye-slash:before{content:"\f070"}
.fa-warning:before,.fa-exclamation-triangle:before{content:"\f071"}
.fa-plane:before{content:"\f072"}
.fa-calendar:before{content:"\f073"}
.fa-random:before{content:"\f074"}
.fa-comment:before{content:"\f075"}
.fa-magnet:before{content:"\f076"}
.fa-chevron-up:before{content:"\f077"}
.fa-chevron-down:before{content:"\f078"}
.fa-retweet:before{content:"\f079"}
.fa-shopping-cart:before{content:"\f07a"}
.fa-folder:before{content:"\f07b"}
.fa-folder-open:before{content:"\f07c"}
.fa-arrows-v:before{content:"\f07d"}
.fa-arrows-h:before{content:"\f07e"}
.fa-bar-chart-o:before,.fa-bar-chart:before{content:"\f080"}
.fa-twitter-square:before{content:"\f081"}
.fa-facebook-square:before{content:"\f082"}
.fa-camera-retro:before{content:"\f083"}
.fa-key:before{content:"\f084"}
.fa-gears:before,.fa-cogs:before{content:"\f085"}
.fa-comments:before{content:"\f086"}
.fa-thumbs-o-up:before{content:"\f087"}
.fa-thumbs-o-down:before{content:"\f088"}
.fa-star-half:before{content:"\f089"}
.fa-heart-o:before{content:"\f08a"}
.fa-sign-out:before{content:"\f08b"}
.fa-linkedin-square:before{content:"\f08c"}
.fa-thumb-tack:before{content:"\f08d"}
.fa-external-link:before{content:"\f08e"}
.fa-sign-in:before{content:"\f090"}
.fa-trophy:before{content:"\f091"}
.fa-github-square:before{content:"\f092"}
.fa-upload:before{content:"\f093"}
.fa-lemon-o:before{content:"\f094"}
.fa-phone:before{content:"\f095"}
.fa-square-o:before{content:"\f096"}
.fa-bookmark-o:before{content:"\f097"}
.fa-phone-square:before{content:"\f098"}
.fa-twitter:before{content:"\f099"}
.fa-facebook-f:before,.fa-facebook:before{content:"\f09a"}
.fa-github:before{content:"\f09b"}
.fa-unlock:before{content:"\f09c"}
.fa-credit-card:before{content:"\f09d"}
.fa-feed:before,.fa-rss:before{content:"\f09e"}
.fa-hdd-o:before{content:"\f0a0"}
.fa-bullhorn:before{content:"\f0a1"}
.fa-bell:before{content:"\f0f3"}
.fa-certificate:before{content:"\f0a3"}
.fa-hand-o-right:before{content:"\f0a4"}
.fa-hand-o-left:before{content:"\f0a5"}
.fa-hand-o-up:before{content:"\f0a6"}
.fa-hand-o-down:before{content:"\f0a7"}
.fa-arrow-circle-left:before{content:"\f0a8"}
.fa-arrow-circle-right:before{content:"\f0a9"}
.fa-arrow-circle-up:before{content:"\f0aa"}
.fa-arrow-circle-down:before{content:"\f0ab"}
.fa-globe:before{content:"\f0ac"}
.fa-wrench:before{content:"\f0ad"}
.fa-tasks:before{content:"\f0ae"}
.fa-filter:before{content:"\f0b0"}
.fa-briefcase:before{content:"\f0b1"}
.fa-arrows-alt:before{content:"\f0b2"}
.fa-group:before,.fa-users:before{content:"\f0c0"}
.fa-chain:before,.fa-link:before{content:"\f0c1"}
.fa-cloud:before{content:"\f0c2"}
.fa-flask:before{content:"\f0c3"}
.fa-cut:before,.fa-scissors:before{content:"\f0c4"}
.fa-copy:before,.fa-files-o:before{content:"\f0c5"}
.fa-paperclip:before{content:"\f0c6"}
.fa-save:before,.fa-floppy-o:before{content:"\f0c7"}
.fa-square:before{content:"\f0c8"}
.fa-navicon:before,.fa-reorder:before,.fa-bars:before{content:"\f0c9"}
.fa-list-ul:before{content:"\f0ca"}
.fa-list-ol:before{content:"\f0cb"}
.fa-strikethrough:before{content:"\f0cc"}
.fa-underline:before{content:"\f0cd"}
.fa-table:before{content:"\f0ce"}
.fa-magic:before{content:"\f0d0"}
.fa-truck:before{content:"\f0d1"}
.fa-pinterest:before{content:"\f0d2"}
.fa-pinterest-square:before{content:"\f0d3"}
.fa-google-plus-square:before{content:"\f0d4"}
.fa-google-plus:before{content:"\f0d5"}
.fa-money:before{content:"\f0d6"}
.fa-caret-down:before{content:"\f0d7"}
.fa-caret-up:before{content:"\f0d8"}
.fa-caret-left:before{content:"\f0d9"}
.fa-caret-right:before{content:"\f0da"}
.fa-columns:before{content:"\f0db"}
.fa-unsorted:before,.fa-sort:before{content:"\f0dc"}
.fa-sort-down:before,.fa-sort-desc:before{content:"\f0dd"}
.fa-sort-up:before,.fa-sort-asc:before{content:"\f0de"}
.fa-envelope:before{content:"\f0e0"}
.fa-linkedin:before{content:"\f0e1"}
.fa-rotate-left:before,.fa-undo:before{content:"\f0e2"}
.fa-legal:before,.fa-gavel:before{content:"\f0e3"}
.fa-dashboard:before,.fa-tachometer:before{content:"\f0e4"}
.fa-comment-o:before{content:"\f0e5"}
.fa-comments-o:before{content:"\f0e6"}
.fa-flash:before,.fa-bolt:before{content:"\f0e7"}
.fa-sitemap:before{content:"\f0e8"}
.fa-umbrella:before{content:"\f0e9"}
.fa-paste:before,.fa-clipboard:before{content:"\f0ea"}
.fa-lightbulb-o:before{content:"\f0eb"}
.fa-exchange:before{content:"\f0ec"}
.fa-cloud-download:before{content:"\f0ed"}
.fa-cloud-upload:before{content:"\f0ee"}
.fa-user-md:before{content:"\f0f0"}
.fa-stethoscope:before{content:"\f0f1"}
.fa-suitcase:before{content:"\f0f2"}
.fa-bell-o:before{content:"\f0a2"}
.fa-coffee:before{content:"\f0f4"}
.fa-cutlery:before{content:"\f0f5"}
.fa-file-text-o:before{content:"\f0f6"}
.fa-building-o:before{content:"\f0f7"}
.fa-hospital-o:before{content:"\f0f8"}
.fa-ambulance:before{content:"\f0f9"}
.fa-medkit:before{content:"\f0fa"}
.fa-fighter-jet:before{content:"\f0fb"}
.fa-beer:before{content:"\f0fc"}
.fa-h-square:before{content:"\f0fd"}
.fa-plus-square:before{content:"\f0fe"}
.fa-angle-double-left:before{content:"\f100"}
.fa-angle-double-right:before{content:"\f101"}
.fa-angle-double-up:before{content:"\f102"}
.fa-angle-double-down:before{content:"\f103"}
.fa-angle-left:before{content:"\f104"}
.fa-angle-right:before{content:"\f105"}
.fa-angle-up:before{content:"\f106"}
.fa-angle-down:before{content:"\f107"}
.fa-desktop:before{content:"\f108"}
.fa-laptop:before{content:"\f109"}
.fa-tablet:before{content:"\f10a"}
.fa-mobile-phone:before,.fa-mobile:before{content:"\f10b"}
.fa-circle-o:before{content:"\f10c"}
.fa-quote-left:before{content:"\f10d"}
.fa-quote-right:before{content:"\f10e"}
.fa-spinner:before{content:"\f110"}
.fa-circle:before{content:"\f111"}
.fa-mail-reply:before,.fa-reply:before{content:"\f112"}
.fa-github-alt:before{content:"\f113"}
.fa-folder-o:before{content:"\f114"}
.fa-folder-open-o:before{content:"\f115"}
.fa-smile-o:before{content:"\f118"}
.fa-frown-o:before{content:"\f119"}
.fa-meh-o:before{content:"\f11a"}
.fa-gamepad:before{content:"\f11b"}
.fa-keyboard-o:before{content:"\f11c"}
.fa-flag-o:before{content:"\f11d"}
.fa-flag-checkered:before{content:"\f11e"}
.fa-terminal:before{content:"\f120"}
.fa-code:before{content:"\f121"}
.fa-mail-reply-all:before,.fa-reply-all:before{content:"\f122"}
.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before{content:"\f123"}
.fa-location-arrow:before{content:"\f124"}
.fa-crop:before{content:"\f125"}
.fa-code-fork:before{content:"\f126"}
.fa-unlink:before,.fa-chain-broken:before{content:"\f127"}
.fa-question:before{content:"\f128"}
.fa-info:before{content:"\f129"}
.fa-exclamation:before{content:"\f12a"}
.fa-superscript:before{content:"\f12b"}
.fa-subscript:before{content:"\f12c"}
.fa-eraser:before{content:"\f12d"}
.fa-puzzle-piece:before{content:"\f12e"}
.fa-microphone:before{content:"\f130"}
.fa-microphone-slash:before{content:"\f131"}
.fa-shield:before{content:"\f132"}
.fa-calendar-o:before{content:"\f133"}
.fa-fire-extinguisher:before{content:"\f134"}
.fa-rocket:before{content:"\f135"}
.fa-maxcdn:before{content:"\f136"}
.fa-chevron-circle-left:before{content:"\f137"}
.fa-chevron-circle-right:before{content:"\f138"}
.fa-chevron-circle-up:before{content:"\f139"}
.fa-chevron-circle-down:before{content:"\f13a"}
.fa-html5:before{content:"\f13b"}
.fa-css3:before{content:"\f13c"}
.fa-anchor:before{content:"\f13d"}
.fa-unlock-alt:before{content:"\f13e"}
.fa-bullseye:before{content:"\f140"}
.fa-ellipsis-h:before{content:"\f141"}
.fa-ellipsis-v:before{content:"\f142"}
.fa-rss-square:before{content:"\f143"}
.fa-play-circle:before{content:"\f144"}
.fa-ticket:before{content:"\f145"}
.fa-minus-square:before{content:"\f146"}
.fa-minus-square-o:before{content:"\f147"}
.fa-level-up:before{content:"\f148"}
.fa-level-down:before{content:"\f149"}
.fa-check-square:before{content:"\f14a"}
.fa-pencil-square:before{content:"\f14b"}
.fa-external-link-square:before{content:"\f14c"}
.fa-share-square:before{content:"\f14d"}
.fa-compass:before{content:"\f14e"}
.fa-toggle-down:before,.fa-caret-square-o-down:before{content:"\f150"}
.fa-toggle-up:before,.fa-caret-square-o-up:before{content:"\f151"}
.fa-toggle-right:before,.fa-caret-square-o-right:before{content:"\f152"}
.fa-euro:before,.fa-eur:before{content:"\f153"}
.fa-gbp:before{content:"\f154"}
.fa-dollar:before,.fa-usd:before{content:"\f155"}
.fa-rupee:before,.fa-inr:before{content:"\f156"}
.fa-cny:before,.fa-rmb:before,.fa-yen:before,.fa-jpy:before{content:"\f157"}
.fa-ruble:before,.fa-rouble:before,.fa-rub:before{content:"\f158"}
.fa-won:before,.fa-krw:before{content:"\f159"}
.fa-bitcoin:before,.fa-btc:before{content:"\f15a"}
.fa-file:before{content:"\f15b"}
.fa-file-text:before{content:"\f15c"}
.fa-sort-alpha-asc:before{content:"\f15d"}
.fa-sort-alpha-desc:before{content:"\f15e"}
.fa-sort-amount-asc:before{content:"\f160"}
.fa-sort-amount-desc:before{content:"\f161"}
.fa-sort-numeric-asc:before{content:"\f162"}
.fa-sort-numeric-desc:before{content:"\f163"}
.fa-thumbs-up:before{content:"\f164"}
.fa-thumbs-down:before{content:"\f165"}
.fa-youtube-square:before{content:"\f166"}
.fa-youtube:before{content:"\f167"}
.fa-xing:before{content:"\f168"}
.fa-xing-square:before{content:"\f169"}
.fa-youtube-play:before{content:"\f16a"}
.fa-dropbox:before{content:"\f16b"}
.fa-stack-overflow:before{content:"\f16c"}
.fa-instagram:before{content:"\f16d"}
.fa-flickr:before{content:"\f16e"}
.fa-adn:before{content:"\f170"}
.fa-bitbucket:before{content:"\f171"}
.fa-bitbucket-square:before{content:"\f172"}
.fa-tumblr:before{content:"\f173"}
.fa-tumblr-square:before{content:"\f174"}
.fa-long-arrow-down:before{content:"\f175"}
.fa-long-arrow-up:before{content:"\f176"}
.fa-long-arrow-left:before{content:"\f177"}
.fa-long-arrow-right:before{content:"\f178"}
.fa-apple:before{content:"\f179"}
.fa-windows:before{content:"\f17a"}
.fa-android:before{content:"\f17b"}
.fa-linux:before{content:"\f17c"}
.fa-dribbble:before{content:"\f17d"}
.fa-skype:before{content:"\f17e"}
.fa-foursquare:before{content:"\f180"}
.fa-trello:before{content:"\f181"}
.fa-female:before{content:"\f182"}
.fa-male:before{content:"\f183"}
.fa-gittip:before,.fa-gratipay:before{content:"\f184"}
.fa-sun-o:before{content:"\f185"}
.fa-moon-o:before{content:"\f186"}
.fa-archive:before{content:"\f187"}
.fa-bug:before{content:"\f188"}
.fa-vk:before{content:"\f189"}
.fa-weibo:before{content:"\f18a"}
.fa-renren:before{content:"\f18b"}
.fa-pagelines:before{content:"\f18c"}
.fa-stack-exchange:before{content:"\f18d"}
.fa-arrow-circle-o-right:before{content:"\f18e"}
.fa-arrow-circle-o-left:before{content:"\f190"}
.fa-toggle-left:before,.fa-caret-square-o-left:before{content:"\f191"}
.fa-dot-circle-o:before{content:"\f192"}
.fa-wheelchair:before{content:"\f193"}
.fa-vimeo-square:before{content:"\f194"}
.fa-turkish-lira:before,.fa-try:before{content:"\f195"}
.fa-plus-square-o:before{content:"\f196"}
.fa-space-shuttle:before{content:"\f197"}
.fa-slack:before{content:"\f198"}
.fa-envelope-square:before{content:"\f199"}
.fa-wordpress:before{content:"\f19a"}
.fa-openid:before{content:"\f19b"}
.fa-institution:before,.fa-bank:before,.fa-university:before{content:"\f19c"}
.fa-mortar-board:before,.fa-graduation-cap:before{content:"\f19d"}
.fa-yahoo:before{content:"\f19e"}
.fa-google:before{content:"\f1a0"}
.fa-reddit:before{content:"\f1a1"}
.fa-reddit-square:before{content:"\f1a2"}
.fa-stumbleupon-circle:before{content:"\f1a3"}
.fa-stumbleupon:before{content:"\f1a4"}
.fa-delicious:before{content:"\f1a5"}
.fa-digg:before{content:"\f1a6"}
.fa-pied-piper-pp:before{content:"\f1a7"}
.fa-pied-piper-alt:before{content:"\f1a8"}
.fa-drupal:before{content:"\f1a9"}
.fa-joomla:before{content:"\f1aa"}
.fa-language:before{content:"\f1ab"}
.fa-fax:before{content:"\f1ac"}
.fa-building:before{content:"\f1ad"}
.fa-child:before{content:"\f1ae"}
.fa-paw:before{content:"\f1b0"}
.fa-spoon:before{content:"\f1b1"}
.fa-cube:before{content:"\f1b2"}
.fa-cubes:before{content:"\f1b3"}
.fa-behance:before{content:"\f1b4"}
.fa-behance-square:before{content:"\f1b5"}
.fa-steam:before{content:"\f1b6"}
.fa-steam-square:before{content:"\f1b7"}
.fa-recycle:before{content:"\f1b8"}
.fa-automobile:before,.fa-car:before{content:"\f1b9"}
.fa-cab:before,.fa-taxi:before{content:"\f1ba"}
.fa-tree:before{content:"\f1bb"}
.fa-spotify:before{content:"\f1bc"}
.fa-deviantart:before{content:"\f1bd"}
.fa-soundcloud:before{content:"\f1be"}
.fa-database:before{content:"\f1c0"}
.fa-file-pdf-o:before{content:"\f1c1"}
.fa-file-word-o:before{content:"\f1c2"}
.fa-file-excel-o:before{content:"\f1c3"}
.fa-file-powerpoint-o:before{content:"\f1c4"}
.fa-file-photo-o:before,.fa-file-picture-o:before,.fa-file-image-o:before{content:"\f1c5"}
.fa-file-zip-o:before,.fa-file-archive-o:before{content:"\f1c6"}
.fa-file-sound-o:before,.fa-file-audio-o:before{content:"\f1c7"}
.fa-file-movie-o:before,.fa-file-video-o:before{content:"\f1c8"}
.fa-file-code-o:before{content:"\f1c9"}
.fa-vine:before{content:"\f1ca"}
.fa-codepen:before{content:"\f1cb"}
.fa-jsfiddle:before{content:"\f1cc"}
.fa-life-bouy:before,.fa-life-buoy:before,.fa-life-saver:before,.fa-support:before,.fa-life-ring:before{content:"\f1cd"}
.fa-circle-o-notch:before{content:"\f1ce"}
.fa-ra:before,.fa-resistance:before,.fa-rebel:before{content:"\f1d0"}
.fa-ge:before,.fa-empire:before{content:"\f1d1"}
.fa-git-square:before{content:"\f1d2"}
.fa-git:before{content:"\f1d3"}
.fa-y-combinator-square:before,.fa-yc-square:before,.fa-hacker-news:before{content:"\f1d4"}
.fa-tencent-weibo:before{content:"\f1d5"}
.fa-qq:before{content:"\f1d6"}
.fa-wechat:before,.fa-weixin:before{content:"\f1d7"}
.fa-send:before,.fa-paper-plane:before{content:"\f1d8"}
.fa-send-o:before,.fa-paper-plane-o:before{content:"\f1d9"}
.fa-history:before{content:"\f1da"}
.fa-circle-thin:before{content:"\f1db"}
.fa-header:before{content:"\f1dc"}
.fa-paragraph:before{content:"\f1dd"}
.fa-sliders:before{content:"\f1de"}
.fa-share-alt:before{content:"\f1e0"}
.fa-share-alt-square:before{content:"\f1e1"}
.fa-bomb:before{content:"\f1e2"}
.fa-soccer-ball-o:before,.fa-futbol-o:before{content:"\f1e3"}
.fa-tty:before{content:"\f1e4"}
.fa-binoculars:before{content:"\f1e5"}
.fa-plug:before{content:"\f1e6"}
.fa-slideshare:before{content:"\f1e7"}
.fa-twitch:before{content:"\f1e8"}
.fa-yelp:before{content:"\f1e9"}
.fa-newspaper-o:before{content:"\f1ea"}
.fa-wifi:before{content:"\f1eb"}
.fa-calculator:before{content:"\f1ec"}
.fa-paypal:before{content:"\f1ed"}
.fa-google-wallet:before{content:"\f1ee"}
.fa-cc-visa:before{content:"\f1f0"}
.fa-cc-mastercard:before{content:"\f1f1"}
.fa-cc-discover:before{content:"\f1f2"}
.fa-cc-amex:before{content:"\f1f3"}
.fa-cc-paypal:before{content:"\f1f4"}
.fa-cc-stripe:before{content:"\f1f5"}
.fa-bell-slash:before{content:"\f1f6"}
.fa-bell-slash-o:before{content:"\f1f7"}
.fa-trash:before{content:"\f1f8"}
.fa-copyright:before{content:"\f1f9"}
.fa-at:before{content:"\f1fa"}
.fa-eyedropper:before{content:"\f1fb"}
.fa-paint-brush:before{content:"\f1fc"}
.fa-birthday-cake:before{content:"\f1fd"}
.fa-area-chart:before{content:"\f1fe"}
.fa-pie-chart:before{content:"\f200"}
.fa-line-chart:before{content:"\f201"}
.fa-lastfm:before{content:"\f202"}
.fa-lastfm-square:before{content:"\f203"}
.fa-toggle-off:before{content:"\f204"}
.fa-toggle-on:before{content:"\f205"}
.fa-bicycle:before{content:"\f206"}
.fa-bus:before{content:"\f207"}
.fa-ioxhost:before{content:"\f208"}
.fa-angellist:before{content:"\f209"}
.fa-cc:before{content:"\f20a"}
.fa-shekel:before,.fa-sheqel:before,.fa-ils:before{content:"\f20b"}
.fa-meanpath:before{content:"\f20c"}
.fa-buysellads:before{content:"\f20d"}
.fa-connectdevelop:before{content:"\f20e"}
.fa-dashcube:before{content:"\f210"}
.fa-forumbee:before{content:"\f211"}
.fa-leanpub:before{content:"\f212"}
.fa-sellsy:before{content:"\f213"}
.fa-shirtsinbulk:before{content:"\f214"}
.fa-simplybuilt:before{content:"\f215"}
.fa-skyatlas:before{content:"\f216"}
.fa-cart-plus:before{content:"\f217"}
.fa-cart-arrow-down:before{content:"\f218"}
.fa-diamond:before{content:"\f219"}
.fa-ship:before{content:"\f21a"}
.fa-user-secret:before{content:"\f21b"}
.fa-motorcycle:before{content:"\f21c"}
.fa-street-view:before{content:"\f21d"}
.fa-heartbeat:before{content:"\f21e"}
.fa-venus:before{content:"\f221"}
.fa-mars:before{content:"\f222"}
.fa-mercury:before{content:"\f223"}
.fa-intersex:before,.fa-transgender:before{content:"\f224"}
.fa-transgender-alt:before{content:"\f225"}
.fa-venus-double:before{content:"\f226"}
.fa-mars-double:before{content:"\f227"}
.fa-venus-mars:before{content:"\f228"}
.fa-mars-stroke:before{content:"\f229"}
.fa-mars-stroke-v:before{content:"\f22a"}
.fa-mars-stroke-h:before{content:"\f22b"}
.fa-neuter:before{content:"\f22c"}
.fa-genderless:before{content:"\f22d"}
.fa-facebook-official:before{content:"\f230"}
.fa-pinterest-p:before{content:"\f231"}
.fa-whatsapp:before{content:"\f232"}
.fa-server:before{content:"\f233"}
.fa-user-plus:before{content:"\f234"}
.fa-user-times:before{content:"\f235"}
.fa-hotel:before,.fa-bed:before{content:"\f236"}
.fa-viacoin:before{content:"\f237"}
.fa-train:before{content:"\f238"}
.fa-subway:before{content:"\f239"}
.fa-medium:before{content:"\f23a"}
.fa-yc:before,.fa-y-combinator:before{content:"\f23b"}
.fa-optin-monster:before{content:"\f23c"}
.fa-opencart:before{content:"\f23d"}
.fa-expeditedssl:before{content:"\f23e"}
.fa-battery-4:before,.fa-battery:before,.fa-battery-full:before{content:"\f240"}
.fa-battery-3:before,.fa-battery-three-quarters:before{content:"\f241"}
.fa-battery-2:before,.fa-battery-half:before{content:"\f242"}
.fa-battery-1:before,.fa-battery-quarter:before{content:"\f243"}
.fa-battery-0:before,.fa-battery-empty:before{content:"\f244"}
.fa-mouse-pointer:before{content:"\f245"}
.fa-i-cursor:before{content:"\f246"}
.fa-object-group:before{content:"\f247"}
.fa-object-ungroup:before{content:"\f248"}
.fa-sticky-note:before{content:"\f249"}
.fa-sticky-note-o:before{content:"\f24a"}
.fa-cc-jcb:before{content:"\f24b"}
.fa-cc-diners-club:before{content:"\f24c"}
.fa-clone:before{content:"\f24d"}
.fa-balance-scale:before{content:"\f24e"}
.fa-hourglass-o:before{content:"\f250"}
.fa-hourglass-1:before,.fa-hourglass-start:before{content:"\f251"}
.fa-hourglass-2:before,.fa-hourglass-half:before{content:"\f252"}
.fa-hourglass-3:before,.fa-hourglass-end:before{content:"\f253"}
.fa-hourglass:before{content:"\f254"}
.fa-hand-grab-o:before,.fa-hand-rock-o:before{content:"\f255"}
.fa-hand-stop-o:before,.fa-hand-paper-o:before{content:"\f256"}
.fa-hand-scissors-o:before{content:"\f257"}
.fa-hand-lizard-o:before{content:"\f258"}
.fa-hand-spock-o:before{content:"\f259"}
.fa-hand-pointer-o:before{content:"\f25a"}
.fa-hand-peace-o:before{content:"\f25b"}
.fa-trademark:before{content:"\f25c"}
.fa-registered:before{content:"\f25d"}
.fa-creative-commons:before{content:"\f25e"}
.fa-gg:before{content:"\f260"}
.fa-gg-circle:before{content:"\f261"}
.fa-tripadvisor:before{content:"\f262"}
.fa-odnoklassniki:before{content:"\f263"}
.fa-odnoklassniki-square:before{content:"\f264"}
.fa-get-pocket:before{content:"\f265"}
.fa-wikipedia-w:before{content:"\f266"}
.fa-safari:before{content:"\f267"}
.fa-chrome:before{content:"\f268"}
.fa-firefox:before{content:"\f269"}
.fa-opera:before{content:"\f26a"}
.fa-internet-explorer:before{content:"\f26b"}
.fa-tv:before,.fa-television:before{content:"\f26c"}
.fa-contao:before{content:"\f26d"}
.fa-500px:before{content:"\f26e"}
.fa-amazon:before{content:"\f270"}
.fa-calendar-plus-o:before{content:"\f271"}
.fa-calendar-minus-o:before{content:"\f272"}
.fa-calendar-times-o:before{content:"\f273"}
.fa-calendar-check-o:before{content:"\f274"}
.fa-industry:before{content:"\f275"}
.fa-map-pin:before{content:"\f276"}
.fa-map-signs:before{content:"\f277"}
.fa-map-o:before{content:"\f278"}
.fa-map:before{content:"\f279"}
.fa-commenting:before{content:"\f27a"}
.fa-commenting-o:before{content:"\f27b"}
.fa-houzz:before{content:"\f27c"}
.fa-vimeo:before{content:"\f27d"}
.fa-black-tie:before{content:"\f27e"}
.fa-fonticons:before{content:"\f280"}
.fa-reddit-alien:before{content:"\f281"}
.fa-edge:before{content:"\f282"}
.fa-credit-card-alt:before{content:"\f283"}
.fa-codiepie:before{content:"\f284"}
.fa-modx:before{content:"\f285"}
.fa-fort-awesome:before{content:"\f286"}
.fa-usb:before{content:"\f287"}
.fa-product-hunt:before{content:"\f288"}
.fa-mixcloud:before{content:"\f289"}
.fa-scribd:before{content:"\f28a"}
.fa-pause-circle:before{content:"\f28b"}
.fa-pause-circle-o:before{content:"\f28c"}
.fa-stop-circle:before{content:"\f28d"}
.fa-stop-circle-o:before{content:"\f28e"}
.fa-shopping-bag:before{content:"\f290"}
.fa-shopping-basket:before{content:"\f291"}
.fa-hashtag:before{content:"\f292"}
.fa-bluetooth:before{content:"\f293"}
.fa-bluetooth-b:before{content:"\f294"}
.fa-percent:before{content:"\f295"}
.fa-gitlab:before{content:"\f296"}
.fa-wpbeginner:before{content:"\f297"}
.fa-wpforms:before{content:"\f298"}
.fa-envira:before{content:"\f299"}
.fa-universal-access:before{content:"\f29a"}
.fa-wheelchair-alt:before{content:"\f29b"}
.fa-question-circle-o:before{content:"\f29c"}
.fa-blind:before{content:"\f29d"}
.fa-audio-description:before{content:"\f29e"}
.fa-volume-control-phone:before{content:"\f2a0"}
.fa-braille:before{content:"\f2a1"}
.fa-assistive-listening-systems:before{content:"\f2a2"}
.fa-asl-interpreting:before,.fa-american-sign-language-interpreting:before{content:"\f2a3"}
.fa-deafness:before,.fa-hard-of-hearing:before,.fa-deaf:before{content:"\f2a4"}
.fa-glide:before{content:"\f2a5"}
.fa-glide-g:before{content:"\f2a6"}
.fa-signing:before,.fa-sign-language:before{content:"\f2a7"}
.fa-low-vision:before{content:"\f2a8"}
.fa-viadeo:before{content:"\f2a9"}
.fa-viadeo-square:before{content:"\f2aa"}
.fa-snapchat:before{content:"\f2ab"}
.fa-snapchat-ghost:before{content:"\f2ac"}
.fa-snapchat-square:before{content:"\f2ad"}
.fa-pied-piper:before{content:"\f2ae"}
.fa-first-order:before{content:"\f2b0"}
.fa-yoast:before{content:"\f2b1"}
.fa-themeisle:before{content:"\f2b2"}
.fa-google-plus-circle:before,.fa-google-plus-official:before{content:"\f2b3"}
.fa-fa:before,.fa-font-awesome:before{content:"\f2b4"}
.fa-handshake-o:before{content:"\f2b5"}
.fa-envelope-open:before{content:"\f2b6"}
.fa-envelope-open-o:before{content:"\f2b7"}
.fa-linode:before{content:"\f2b8"}
.fa-address-book:before{content:"\f2b9"}
.fa-address-book-o:before{content:"\f2ba"}
.fa-vcard:before,.fa-address-card:before{content:"\f2bb"}
.fa-vcard-o:before,.fa-address-card-o:before{content:"\f2bc"}
.fa-user-circle:before{content:"\f2bd"}
.fa-user-circle-o:before{content:"\f2be"}
.fa-user-o:before{content:"\f2c0"}
.fa-id-badge:before{content:"\f2c1"}
.fa-drivers-license:before,.fa-id-card:before{content:"\f2c2"}
.fa-drivers-license-o:before,.fa-id-card-o:before{content:"\f2c3"}
.fa-quora:before{content:"\f2c4"}
.fa-free-code-camp:before{content:"\f2c5"}
.fa-telegram:before{content:"\f2c6"}
.fa-thermometer-4:before,.fa-thermometer:before,.fa-thermometer-full:before{content:"\f2c7"}
.fa-thermometer-3:before,.fa-thermometer-three-quarters:before{content:"\f2c8"}
.fa-thermometer-2:before,.fa-thermometer-half:before{content:"\f2c9"}
.fa-thermometer-1:before,.fa-thermometer-quarter:before{content:"\f2ca"}
.fa-thermometer-0:before,.fa-thermometer-empty:before{content:"\f2cb"}
.fa-shower:before{content:"\f2cc"}
.fa-bathtub:before,.fa-s15:before,.fa-bath:before{content:"\f2cd"}
.fa-podcast:before{content:"\f2ce"}
.fa-window-maximize:before{content:"\f2d0"}
.fa-window-minimize:before{content:"\f2d1"}
.fa-window-restore:before{content:"\f2d2"}
.fa-times-rectangle:before,.fa-window-close:before{content:"\f2d3"}
.fa-times-rectangle-o:before,.fa-window-close-o:before{content:"\f2d4"}
.fa-bandcamp:before{content:"\f2d5"}
.fa-grav:before{content:"\f2d6"}
.fa-etsy:before{content:"\f2d7"}
.fa-imdb:before{content:"\f2d8"}
.fa-ravelry:before{content:"\f2d9"}
.fa-eercast:before{content:"\f2da"}
.fa-microchip:before{content:"\f2db"}
.fa-snowflake-o:before{content:"\f2dc"}
.fa-superpowers:before{content:"\f2dd"}
.fa-wpexplorer:before{content:"\f2de"}
.fa-meetup:before{content:"\f2e0"}
.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);border:0}
.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;margin:0;overflow:visible;clip:auto}
/**
 * Paths
 * Relative to `index.scss`
 */
/**
 * Fonts
 */
/**
 * Font Sizes
 */
/**
 * Colors
 */
.mat-badge-content {
  font-weight: 600;
  font-size: 12px;
  font-family: 'Montserrat', sans-serif;
}
.mat-badge-small .mat-badge-content {
  font-size: 9px;
}
.mat-badge-large .mat-badge-content {
  font-size: 24px;
}
.mat-h1, .mat-headline, .mat-typography h1 {
  font: 400 24px/32px 'Montserrat', sans-serif;
  margin: 0 0 16px;
}
.mat-h2, .mat-title, .mat-typography h2 {
  font: 500 20px/32px 'Montserrat', sans-serif;
  margin: 0 0 16px;
}
.mat-h3, .mat-subheading-2, .mat-typography h3 {
  font: 400 16px/28px 'Montserrat', sans-serif;
  margin: 0 0 16px;
}
.mat-h4, .mat-subheading-1, .mat-typography h4 {
  font: 400 15px/24px 'Montserrat', sans-serif;
  margin: 0 0 16px;
}
.mat-h5, .mat-typography h5 {
  font: 400 11.62px/20px 'Montserrat', sans-serif;
  margin: 0 0 12px;
}
.mat-h6, .mat-typography h6 {
  font: 400 9.38px/20px 'Montserrat', sans-serif;
  margin: 0 0 12px;
}
.mat-body-strong, .mat-body-2 {
  font: 500 14px/24px 'Montserrat', sans-serif;
}
.mat-body, .mat-body-1, .mat-typography {
  font: 400 14px/20px 'Montserrat', sans-serif;
}
.mat-body p, .mat-body-1 p, .mat-typography p {
  margin: 0 0 12px;
}
.mat-small, .mat-caption {
  font: 400 12px/20px 'Montserrat', sans-serif;
}
.mat-display-4, .mat-typography .mat-display-4 {
  font: 300 112px/112px 'Montserrat', sans-serif;
  letter-spacing: -0.05em;
  margin: 0 0 56px;
}
.mat-display-3, .mat-typography .mat-display-3 {
  font: 400 56px/56px 'Montserrat', sans-serif;
  letter-spacing: -0.02em;
  margin: 0 0 64px;
}
.mat-display-2, .mat-typography .mat-display-2 {
  font: 400 45px/48px 'Montserrat', sans-serif;
  letter-spacing: -0.005em;
  margin: 0 0 64px;
}
.mat-display-1, .mat-typography .mat-display-1 {
  font: 400 34px/40px 'Montserrat', sans-serif;
  margin: 0 0 64px;
}
.mat-bottom-sheet-container {
  font: 400 14px/20px 'Montserrat', sans-serif;
}
.mat-button, .mat-raised-button, .mat-icon-button, .mat-stroked-button,
.mat-flat-button, .mat-fab, .mat-mini-fab {
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  font-weight: 500;
}
.mat-button-toggle {
  font-family: 'Montserrat', sans-serif;
}
.mat-card {
  font-family: 'Montserrat', sans-serif;
}
.mat-card-title {
  font-size: 24px;
  font-weight: 500;
}
.mat-card-header .mat-card-title {
  font-size: 20px;
}
.mat-card-subtitle,
.mat-card-content {
  font-size: 14px;
}
.mat-checkbox {
  font-family: 'Montserrat', sans-serif;
}
.mat-checkbox-layout .mat-checkbox-label {
  line-height: 24px;
}
.mat-chip {
  font-size: 14px;
  font-weight: 500;
}
.mat-chip .mat-chip-trailing-icon.mat-icon,
.mat-chip .mat-chip-remove.mat-icon {
  font-size: 18px;
}
.mat-table {
  font-family: 'Montserrat', sans-serif;
}
.mat-header-cell {
  font-size: 12px;
  font-weight: 500;
}
.mat-cell, .mat-footer-cell {
  font-size: 14px;
}
.mat-calendar {
  font-family: 'Montserrat', sans-serif;
}
.mat-calendar-body {
  font-size: 13px;
}
.mat-calendar-body-label,
.mat-calendar-period-button {
  font-size: 14px;
  font-weight: 500;
}
.mat-calendar-table-header th {
  font-size: 11px;
  font-weight: 400;
}
.mat-dialog-title {
  font: 500 20px/32px 'Montserrat', sans-serif;
}
.mat-expansion-panel-header {
  font-family: 'Montserrat', sans-serif;
  font-size: 15px;
  font-weight: 400;
}
.mat-expansion-panel-content {
  font: 400 14px/20px 'Montserrat', sans-serif;
}
.mat-form-field {
  font-size: inherit;
  font-weight: 400;
  line-height: 1.125;
  font-family: 'Montserrat', sans-serif;
}
.mat-form-field-wrapper {
  padding-bottom: 1.34375em;
}
.mat-form-field-prefix .mat-icon,
.mat-form-field-suffix .mat-icon {
  font-size: 150%;
  line-height: 1.125;
}
.mat-form-field-prefix .mat-icon-button,
.mat-form-field-suffix .mat-icon-button {
  height: 1.5em;
  width: 1.5em;
}
.mat-form-field-prefix .mat-icon-button .mat-icon,
.mat-form-field-suffix .mat-icon-button .mat-icon {
  height: 1.125em;
  line-height: 1.125;
}
.mat-form-field-infix {
  padding: 0.5em 0;
  border-top: 0.84375em solid transparent;
}
.mat-form-field-can-float.mat-form-field-should-float .mat-form-field-label,
.mat-form-field-can-float .mat-input-server:focus + .mat-form-field-label-wrapper .mat-form-field-label {
  transform: translateY(-1.34375em) scale(0.75);
  width: 133.3333333333%;
}
.mat-form-field-can-float .mat-input-server[label]:not(:label-shown) + .mat-form-field-label-wrapper .mat-form-field-label {
  transform: translateY(-1.34374em) scale(0.75);
  width: 133.3333433333%;
}
.mat-form-field-label-wrapper {
  top: -0.84375em;
  padding-top: 0.84375em;
}
.mat-form-field-label {
  top: 1.34375em;
}
.mat-form-field-underline {
  bottom: 1.34375em;
}
.mat-form-field-subscript-wrapper {
  font-size: 75%;
  margin-top: 0.6666666667em;
  top: calc(100% - 1.7916666667em);
}
.mat-form-field-appearance-legacy .mat-form-field-wrapper {
  padding-bottom: 1.25em;
}
.mat-form-field-appearance-legacy .mat-form-field-infix {
  padding: 0.4375em 0;
}
.mat-form-field-appearance-legacy.mat-form-field-can-float.mat-form-field-should-float .mat-form-field-label,
.mat-form-field-appearance-legacy.mat-form-field-can-float .mat-input-server:focus + .mat-form-field-label-wrapper .mat-form-field-label {
  transform: translateY(-1.28125em) scale(0.75) perspective(100px) translateZ(0.001px);
  -ms-transform: translateY(-1.28125em) scale(0.75);
  width: 133.3333333333%;
}
.mat-form-field-appearance-legacy.mat-form-field-can-float .mat-form-field-autofill-control:-webkit-autofill + .mat-form-field-label-wrapper .mat-form-field-label {
  transform: translateY(-1.28125em) scale(0.75) perspective(100px) translateZ(0.00101px);
  -ms-transform: translateY(-1.28124em) scale(0.75);
  width: 133.3333433333%;
}
.mat-form-field-appearance-legacy.mat-form-field-can-float .mat-input-server[label]:not(:label-shown) + .mat-form-field-label-wrapper .mat-form-field-label {
  transform: translateY(-1.28125em) scale(0.75) perspective(100px) translateZ(0.00102px);
  -ms-transform: translateY(-1.28123em) scale(0.75);
  width: 133.3333533333%;
}
.mat-form-field-appearance-legacy .mat-form-field-label {
  top: 1.28125em;
}
.mat-form-field-appearance-legacy .mat-form-field-underline {
  bottom: 1.25em;
}
.mat-form-field-appearance-legacy .mat-form-field-subscript-wrapper {
  margin-top: 0.5416666667em;
  top: calc(100% - 1.6666666667em);
}
@media print {
  .mat-form-field-appearance-legacy.mat-form-field-can-float.mat-form-field-should-float .mat-form-field-label,
.mat-form-field-appearance-legacy.mat-form-field-can-float .mat-input-server:focus + .mat-form-field-label-wrapper .mat-form-field-label {
    transform: translateY(-1.28122em) scale(0.75);
  }
  .mat-form-field-appearance-legacy.mat-form-field-can-float .mat-form-field-autofill-control:-webkit-autofill + .mat-form-field-label-wrapper .mat-form-field-label {
    transform: translateY(-1.28121em) scale(0.75);
  }
  .mat-form-field-appearance-legacy.mat-form-field-can-float .mat-input-server[label]:not(:label-shown) + .mat-form-field-label-wrapper .mat-form-field-label {
    transform: translateY(-1.2812em) scale(0.75);
  }
}
.mat-form-field-appearance-fill .mat-form-field-infix {
  padding: 0.25em 0 0.75em 0;
}
.mat-form-field-appearance-fill .mat-form-field-label {
  top: 1.09375em;
  margin-top: -0.5em;
}
.mat-form-field-appearance-fill.mat-form-field-can-float.mat-form-field-should-float .mat-form-field-label,
.mat-form-field-appearance-fill.mat-form-field-can-float .mat-input-server:focus + .mat-form-field-label-wrapper .mat-form-field-label {
  transform: translateY(-0.59375em) scale(0.75);
  width: 133.3333333333%;
}
.mat-form-field-appearance-fill.mat-form-field-can-float .mat-input-server[label]:not(:label-shown) + .mat-form-field-label-wrapper .mat-form-field-label {
  transform: translateY(-0.59374em) scale(0.75);
  width: 133.3333433333%;
}
.mat-form-field-appearance-outline .mat-form-field-infix {
  padding: 1em 0 1em 0;
}
.mat-form-field-appearance-outline .mat-form-field-label {
  top: 1.84375em;
  margin-top: -0.25em;
}
.mat-form-field-appearance-outline.mat-form-field-can-float.mat-form-field-should-float .mat-form-field-label,
.mat-form-field-appearance-outline.mat-form-field-can-float .mat-input-server:focus + .mat-form-field-label-wrapper .mat-form-field-label {
  transform: translateY(-1.59375em) scale(0.75);
  width: 133.3333333333%;
}
.mat-form-field-appearance-outline.mat-form-field-can-float .mat-input-server[label]:not(:label-shown) + .mat-form-field-label-wrapper .mat-form-field-label {
  transform: translateY(-1.59374em) scale(0.75);
  width: 133.3333433333%;
}
.mat-grid-tile-header,
.mat-grid-tile-footer {
  font-size: 14px;
}
.mat-grid-tile-header .mat-line,
.mat-grid-tile-footer .mat-line {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  box-sizing: border-box;
}
.mat-grid-tile-header .mat-line:nth-child(n+2),
.mat-grid-tile-footer .mat-line:nth-child(n+2) {
  font-size: 12px;
}
input.mat-input-element {
  margin-top: -0.0625em;
}
.mat-menu-item {
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  font-weight: 400;
}
.mat-paginator,
.mat-paginator-page-size .mat-select-trigger {
  font-family: 'Montserrat', sans-serif;
  font-size: 12px;
}
.mat-radio-button {
  font-family: 'Montserrat', sans-serif;
}
.mat-select {
  font-family: 'Montserrat', sans-serif;
}
.mat-select-trigger {
  height: 1.125em;
}
.mat-slide-toggle-content {
  font-family: 'Montserrat', sans-serif;
}
.mat-slider-thumb-label-text {
  font-family: 'Montserrat', sans-serif;
  font-size: 12px;
  font-weight: 500;
}
.mat-stepper-vertical, .mat-stepper-horizontal {
  font-family: 'Montserrat', sans-serif;
}
.mat-step-label {
  font-size: 14px;
  font-weight: 400;
}
.mat-step-sub-label-error {
  font-weight: normal;
}
.mat-step-label-error {
  font-size: 14px;
}
.mat-step-label-selected {
  font-size: 14px;
  font-weight: 500;
}
.mat-tab-group {
  font-family: 'Montserrat', sans-serif;
}
.mat-tab-label, .mat-tab-link {
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  font-weight: 500;
}
.mat-toolbar,
.mat-toolbar h1,
.mat-toolbar h2,
.mat-toolbar h3,
.mat-toolbar h4,
.mat-toolbar h5,
.mat-toolbar h6 {
  font: 500 20px/32px 'Montserrat', sans-serif;
  margin: 0;
}
.mat-tooltip {
  font-family: 'Montserrat', sans-serif;
  font-size: 10px;
  padding-top: 6px;
  padding-bottom: 6px;
}
.mat-tooltip-handset {
  font-size: 14px;
  padding-top: 8px;
  padding-bottom: 8px;
}
.mat-list-item {
  font-family: 'Montserrat', sans-serif;
}
.mat-list-option {
  font-family: 'Montserrat', sans-serif;
}
.mat-list-base .mat-list-item {
  font-size: 16px;
}
.mat-list-base .mat-list-item .mat-line {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  box-sizing: border-box;
}
.mat-list-base .mat-list-item .mat-line:nth-child(n+2) {
  font-size: 14px;
}
.mat-list-base .mat-list-option {
  font-size: 16px;
}
.mat-list-base .mat-list-option .mat-line {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  box-sizing: border-box;
}
.mat-list-base .mat-list-option .mat-line:nth-child(n+2) {
  font-size: 14px;
}
.mat-list-base .mat-subheader {
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  font-weight: 500;
}
.mat-list-base[dense] .mat-list-item {
  font-size: 12px;
}
.mat-list-base[dense] .mat-list-item .mat-line {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  box-sizing: border-box;
}
.mat-list-base[dense] .mat-list-item .mat-line:nth-child(n+2) {
  font-size: 12px;
}
.mat-list-base[dense] .mat-list-option {
  font-size: 12px;
}
.mat-list-base[dense] .mat-list-option .mat-line {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  box-sizing: border-box;
}
.mat-list-base[dense] .mat-list-option .mat-line:nth-child(n+2) {
  font-size: 12px;
}
.mat-list-base[dense] .mat-subheader {
  font-family: 'Montserrat', sans-serif;
  font-size: 12px;
  font-weight: 500;
}
.mat-option {
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
}
.mat-optgroup-label {
  font: 500 14px/24px 'Montserrat', sans-serif;
}
.mat-simple-snackbar {
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
}
.mat-simple-snackbar-action {
  line-height: 1;
  font-family: inherit;
  font-size: inherit;
  font-weight: 500;
}
.mat-tree {
  font-family: 'Montserrat', sans-serif;
}
.mat-tree-node,
.mat-nested-tree-node {
  font-weight: 400;
  font-size: 14px;
}
html {
  height: 100%;
}
html,
body,
.application-wrapper {
  min-height: 100%;
  width: 100%;
  box-sizing: border-box;
}
.application-wrapper {
  overflow: hidden;
}
body {
  font: 12px "Montserrat", sans-serif;
  margin: 0;
  background-color: #f3f3f3;
}
body.no-scroll {
  overflow: hidden;
}
body {
  --width-line-tag: 0;
  --color-main: #E95018;
  --color-main-text: #fff;
  --color-main-to-grye: #E95018;
  --color-main-bg-on: #ffffff;
  --color-main-bg-two: #fff;
  --color-main-bg-main-two: #fff;
  --color-main-text-dark: #333333;
  --color-main-text-light-dark: #5a5a5a;
  --color-main-text-grey: #9AA2AC;
  --color-main-navigation-bar: #fff;
  --color-main-navigation-menu: #333333;
  --color-main-navigation-menu-bg: #EEF1F4;
  --color-main-border: #bbb;
  --color-main-label-bg: #EDF0F3;
  --color-main-label-remove: #DEDEDE;
  --color-main-select-border: #9AA2AC;
  --color-header-border: #DEDEDE;
  --color-main-comment-db: #fff;
  --color-main-play-bar-controls: #333333;
  --color-img-bg: #72a1d3;
  --color-main-playbar-timeline: #9AA2AC;
  --color-main-to-grye-light: rgba(233, 80, 24, 0.5);
  --color-main-light-shadow: rgba(0, 0, 0, .25);
  --color-main-bg-load: rgba(241, 241, 241, 0.9);
  --color-local-search-results-bg: #fff;
  --color-close-button-bg: #e95018;
  --color-close-button: white;
  --color-close-button-label-text: #1E2329;
  --color-transcript-bg: #EEF1F4;
  --color-transcript-bg-original: white;
  --color-transcript-text: #1E2329;
  --color-transcript-time-bg: #E95018;
  --color-transcript-time-text: white;
  --color-popup-menu-bg: white;
  --color-popup-menu-item-hover-bg: rgba(0, 0, 0, .04);
  --color-dialog-cancel-button-border: #E6E8EA;
  --color-dialog-cancel-button-border-tag: #E6E8EA;
  --color-dialog-input-border: #9AA2AC;
  --color-dialog-input-text: #9AA2AC;
  --color-dialog-input-active-border: #E95018;
  --color-dialog-input-active-text: #333;
  --color-mentioned-user-text: white;
  --color-mentioned-user-bg: #72a1d3;
  --color-tag-dialog-text: #333;
  --color-tag-dialog-icon-bg: #333;
  --color-button-prymary: #E95018;
  --color-button-prymary-text: white;
  --color-table-row-color: white;
  --color-label-bg: #EEF1F4;
  --color-label-text: #333333;
  --color-label-bg-primary: #E95018;
  --color-label-text-primary: #ffffff;
  --color-table-control-disabled-bg: #EEF1F4;
  --color-table-control-disabled-text: #333333;
  --color-mat-button-bg: tranparent;
  --color-mat-button-text: #333333;
  --color-mat-button-border: #C9C9C9;
  --color-qa-widget-question: #fff;
  --color-qa-widget-question-active: rgba(195, 202, 217, 0.45);
  --color-qa-widget-border: #C3CAD9;
  --color-qa-widget-comment-bg: rgba(206, 213, 218, 0.25);
  --color-qa-widget-comment-time: #ACAEB2;
  --color-qa-widget-active-segment-bg: rgba(239, 242, 244, 0.25);
  --color-qa-widget-segment-description-text: #879097;
  --color-button-player: #fff;
  --color-main-template-dark: #BDC6CF;
  --color-wizard-active-menu: #EEF1F4;
  --color-workflow-status: #f0f0f0;
  --color-workflow-status-video-item: #DEDEDE;
  --color-new-video-details-color: #EBEBEB;
  --color-tags-wrapper: #F4F4F4;
  --color-tag-item: #F9F9F9;
  --color-tags-create: #F9F9F9;
  background-color: initial;
}
body.dark {
  --color-main-text: #fff;
  --color-main-to-grye: #1E2329;
  --color-main-bg-on: #1E2329;
  --color-main-bg-two: #21262C;
  --color-main-bg-main-two: #23292F;
  --color-main-text-dark: #fff;
  --color-main-text-light-dark: #aeaeae;
  --color-main-text-grey: #9AA2AC;
  --color-main-navigation-bar: #15191C;
  --color-main-navigation-menu: #fff;
  --color-main-navigation-menu-bg: #2C3339;
  --color-main-border: #f5f5f5;
  --color-main-label-bg: #2C3339;
  --color-main-label-remove: #1E2329;
  --color-main-select-border: #48525E;
  --color-header-border: #2C3339;
  --color-main-comment-db: #2C3339;
  --color-main-play-bar-controls: #9AA2AC;
  --color-main-playbar-timeline: #474F55;
  --color-main-to-grye-light: rgb(233, 80, 24);
  --color-main-light-shadow: rgba(255, 255, 255, .15);
  --color-main-bg-load: rgba(86, 86, 86, 0.9);
  --color-local-search-results-bg: #2C3339;
  --color-close-button-bg: #48525D;
  --color-close-button: white;
  --color-close-button-label-text: white;
  --color-transcript-bg: #1E2329;
  --color-transcript-bg-original: #1E2329;
  --color-transcript-text: #9AA2AC;
  --color-transcript-time-bg: #E95018;
  --color-transcript-time-text: white;
  --color-popup-menu-bg: #2C3339;
  --color-popup-menu-item-hover-bg: #21262C;
  --color-dialog-cancel-button-border: #424547;
  --color-dialog-cancel-button-border-tag: #2B3138;
  --color-dialog-input-border: #424547;
  --color-dialog-input-text: #424547;
  --color-dialog-input-active-border: #E95018;
  --color-dialog-input-active-text: white;
  --color-mentioned-user-text: white;
  --color-mentioned-user-bg: #72a1d3;
  --color-tag-dialog-text: #9AA2AC;
  --color-tag-dialog-icon-bg: #2c3339;
  --color-button-prymary: #E95018;
  --color-button-prymary-text: white;
  --color-table-row-color: #2C3339;
  --color-label-bg: #21262C;
  --color-label-text: #ffffff;
  --color-label-bg-primary: #E95018;
  --color-label-text-primary: #ffffff;
  --color-table-control-disabled-bg: #21262C;
  --color-table-control-disabled-text: #585c61;
  --color-mat-button-bg: tranparent;
  --color-mat-button-text: #ffffff;
  --color-mat-button-border: #C9C9C9;
  --color-qa-widget-question: #21272C;
  --color-qa-widget-question-active: #2C3339;
  --color-qa-widget-border: #48525D;
  --color-qa-widget-comment-bg: #2A2F35;
  --color-qa-widget-comment-time: #ACAEB2;
  --color-qa-widget-active-segment-bg: #21272C;
  --color-qa-widget-segment-description-text: #879097;
  --color-button-player: #fff;
  --color-main-template-dark: #1A1E23;
  --color-wizard-active-menu: #282E35;
  --color-workflow-status: #22272E;
  --color-workflow-status-video-item: #252D39;
  --color-new-video-details-color: #282F39;
  --color-tags-wrapper: #22272E;
  --color-tag-item: #282F39;
  --color-tags-create: #22272E;
}
.button-type {
  padding: 0 20px;
  height: 40px;
  background: var(--color-main);
  box-shadow: 0 4px 4px var(--color-main-light-shadow);
  border-radius: 7px;
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 0;
  outline: none;
  cursor: pointer;
  transition: 0.2s;
}
.button-type * {
  color: #fff;
}
.button-type-default * {
  color: var(--color-main-text-dark);
}
.button-type:hover {
  box-shadow: 0 6px 4px var(--color-main-light-shadow);
}
.block-loading-content {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--color-main-bg-load);
  visibility: collapse;
  opacity: 0;
  transition: 0.2s;
  z-index: 11;
}
.block-loading-content.show {
  visibility: visible;
  opacity: 1;
}
.mat-progress-spinner circle,
.mat-spinner circle {
  stroke: var(--color-main-text-dark);
}
.cdk-overlay-pane > div.mat-menu-panel .mat-menu-item {
  color: var(--color-main-text-dark);
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 12px;
  line-height: 14px;
}
.cdk-overlay-pane > div.mat-menu-panel .mat-menu-item[disabled] {
  color: var(--color-main-text-dark);
}
.cdk-overlay-pane > div.mat-menu-panel .mat-menu-item .mat-icon {
  color: #9aa2ac;
  margin-right: 15px;
}
.cdk-overlay-pane > div.mat-menu-panel .mat-menu-item:hover, .cdk-overlay-pane > div.mat-menu-panel .mat-menu-item:active {
  background-color: var(--color-popup-menu-item-hover-bg);
}
.cdk-overlay-pane > div.mat-menu-panel .mat-menu-item.move-to-another-tenant .mat-icon {
  display: flex;
  align-items: center;
  justify-content: space-around;
}
.cdk-overlay-pane > div.mat-menu-panel .mat-menu-item.move-to-another-tenant .mat-icon svg {
  width: 13px;
  height: 13px;
}
.cdk-overlay-pane > div.mat-menu-panel .mat-menu-item.move-to-another-tenant .mat-icon svg > path {
  fill: var(--color-main-text-dark);
}
.cdk-overlay-pane > div.mat-menu-panel.jira-not-available-dialog {
  background: transparent;
  box-shadow: none;
  -webkit-filter: drop-shadow(0px 6px 10px rgba(31, 31, 31, 0.3));
          filter: drop-shadow(0px 6px 10px rgba(31, 31, 31, 0.3));
  border-radius: 12px !important;
  max-width: 300px;
}
.cdk-overlay-pane > div.mat-menu-panel.jira-not-available-dialog div.mat-menu-content {
  background: var(--color-main-navigation-menu-bg);
}
.cdk-overlay-pane > div.mat-menu-panel.jira-not-available-dialog div.mat-menu-content .wrapper-content {
  padding: 24px 32px;
}
.cdk-overlay-pane > div.mat-menu-panel.jira-not-available-dialog div.mat-menu-content .wrapper-content .title {
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 21px;
  color: var(--color-main-text-dark);
  margin-bottom: 8px;
}
.cdk-overlay-pane > div.mat-menu-panel.jira-not-available-dialog div.mat-menu-content .wrapper-content .desk {
  color: var(--color-main-text-dark);
  font-weight: normal;
  font-size: 14px;
  line-height: 140%;
  margin-bottom: 16px;
}
.cdk-overlay-pane > div.mat-menu-panel.jira-not-available-dialog div.mat-menu-content .wrapper-content .button-connect {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 124px;
  height: 36px;
  background: #2E87F7;
  border-radius: 6px;
  border: 0;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  color: var(--color-main-text-dark);
  margin-left: auto;
  cursor: pointer;
}
.cdk-overlay-pane > div.mat-menu-panel.edit-avatar-dialog {
  background: transparent;
  box-shadow: none;
  box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.35);
  border-radius: 12px !important;
  width: 300px;
  overflow: initial;
}
.cdk-overlay-pane > div.mat-menu-panel.edit-avatar-dialog div.mat-menu-content {
  background: var(--color-main-bg-main-two);
}
.cdk-overlay-pane > div.mat-menu-panel.edit-avatar-dialog div.mat-menu-content .wrapper-content {
  position: relative;
  padding: 10px;
  color: var(--color-main-text-dark);
}
.cdk-overlay-pane > div.mat-menu-panel.edit-avatar-dialog div.mat-menu-content .wrapper-content .wrapper-avatar {
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.cdk-overlay-pane > div.mat-menu-panel.edit-avatar-dialog div.mat-menu-content .wrapper-content .wrapper-avatar::after {
  content: "";
  position: absolute;
  top: -3px;
  left: 0;
  right: 0;
  height: 63px;
  background: var(--color-main-navigation-bar);
  z-index: 1;
  opacity: 0.8;
}
.cdk-overlay-pane > div.mat-menu-panel.edit-avatar-dialog div.mat-menu-content .wrapper-content .wrapper-avatar .avatar {
  position: relative;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  overflow: hidden;
  background-color: var(--color-img-bg);
  z-index: 2;
  overflow: hidden;
  border: 4px solid var(--color-main-bg-main-two);
}
.cdk-overlay-pane > div.mat-menu-panel.edit-avatar-dialog div.mat-menu-content .wrapper-content .wrapper-avatar .avatar img.avatar-img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 3;
}
.cdk-overlay-pane > div.mat-menu-panel.edit-avatar-dialog div.mat-menu-content .wrapper-content .wrapper-avatar .avatar .not-found-img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.cdk-overlay-pane > div.mat-menu-panel.edit-avatar-dialog div.mat-menu-content .wrapper-content .wrapper-avatar .avatar .text {
  width: 100%;
  height: 100%;
  font-size: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.cdk-overlay-pane > div.mat-menu-panel.edit-avatar-dialog div.mat-menu-content .wrapper-content .wrapper-avatar .avatar:hover .remove-button {
  opacity: 1;
  visibility: visible;
}
.cdk-overlay-pane > div.mat-menu-panel.edit-avatar-dialog div.mat-menu-content .wrapper-content .wrapper-avatar .avatar .remove-button {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 50%;
  color: var(--color-main-text-dark);
  font-size: 14px;
  -webkit-backdrop-filter: blur(3px);
          backdrop-filter: blur(3px);
  background: transparent;
  visibility: hidden;
  opacity: 0;
  transition: all 0.15s;
  cursor: pointer;
  z-index: 9999;
}
.cdk-overlay-pane > div.mat-menu-panel.edit-avatar-dialog div.mat-menu-content .wrapper-content .wrapper-avatar .button-edit {
  margin-top: 15px;
  height: 35px;
  padding-left: 15px;
  padding-right: 15px;
  background: transparent;
  border: 1px solid var(--color-main);
  border-radius: 20px;
  color: var(--color-main-text-dark);
  display: flex;
  align-items: center;
  justify-content: center;
  font: 12px "Montserrat", sans-serif;
  cursor: pointer;
}
.cdk-overlay-pane > div.mat-menu-panel.edit-avatar-dialog div.mat-menu-content .wrapper-content .wrapper-avatar .button-edit .icon-edit {
  color: var(--color-main-text-dark);
  font-size: 14px;
  width: 14px;
  height: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 8px;
}
.cdk-overlay-pane > div.mat-menu-panel.edit-avatar-dialog div.mat-menu-content .wrapper-content .wrapper-cropped-img > span {
  display: block;
  text-align: center;
  margin-bottom: 10px;
  font-size: 12px;
}
.cdk-overlay-pane > div.mat-menu-panel.edit-avatar-dialog div.mat-menu-content .wrapper-content .wrapper-actions {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 10px;
  width: 100%;
}
.cdk-overlay-pane > div.mat-menu-panel.edit-avatar-dialog div.mat-menu-content .wrapper-content .wrapper-actions .btn {
  width: 100%;
  height: 40px;
  padding: 0 10px;
  border: 0;
  margin: auto;
  background: var(--color-main);
  color: var(--color-main-text-dark);
  font-size: 12px;
  border-radius: 30px;
  font-family: "Montserrat", sans-serif;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cdk-overlay-pane > div.mat-menu-panel.edit-avatar-dialog div.mat-menu-content .wrapper-content .wrapper-actions .btn:disabled {
  opacity: 0.5;
}
.cdk-overlay-pane > div.mat-menu-panel.edit-avatar-dialog div.mat-menu-content .wrapper-content .wrapper-actions .btn.cancel {
  background: transparent;
  border: 1px solid var(--color-main);
}
.cdk-overlay-pane > div.mat-menu-panel.edit-avatar-dialog div.mat-menu-content .wrapper-content .wrapper-actions .btn + .btn {
  margin-left: 8px;
}
.cdk-overlay-pane > div.mat-menu-panel.edit-avatar-dialog div.mat-menu-content .wrapper-content .w-file-drop {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}
.cdk-overlay-pane > div.mat-menu-panel.edit-avatar-dialog div.mat-menu-content .wrapper-content .w-file-drop image-cropper {
  opacity: 0;
  padding-bottom: 2px;
  box-sizing: border-box;
  transition: all 0.3s;
}
.cdk-overlay-pane > div.mat-menu-panel.edit-avatar-dialog div.mat-menu-content .wrapper-content .w-file-drop image-cropper *,
.cdk-overlay-pane > div.mat-menu-panel.edit-avatar-dialog div.mat-menu-content .wrapper-content .w-file-drop image-cropper *::after,
.cdk-overlay-pane > div.mat-menu-panel.edit-avatar-dialog div.mat-menu-content .wrapper-content .w-file-drop image-cropper *::before {
  box-sizing: border-box;
}
.cdk-overlay-pane > div.mat-menu-panel.edit-avatar-dialog div.mat-menu-content .wrapper-content .w-file-drop image-cropper.loaded {
  opacity: 1;
}
.cdk-overlay-pane > div.mat-menu-panel.edit-avatar-dialog div.mat-menu-content .wrapper-content .w-file-drop .drag-zone {
  position: relative;
  width: 100%;
  height: 250px;
  background: rgba(26, 30, 35, 0.15);
  border: 1px dashed var(--color-main-select-border);
  border-radius: 8px;
  align-items: center;
  display: flex;
  text-align: center;
  justify-content: center;
  flex-direction: column;
  box-sizing: border-box;
  padding-top: 20px;
}
.cdk-overlay-pane > div.mat-menu-panel.edit-avatar-dialog div.mat-menu-content .wrapper-content .w-file-drop .drag-zone .wrapper-actions {
  margin-top: 20px;
  width: 50%;
}
.cdk-overlay-pane > div.mat-menu-panel.edit-avatar-dialog div.mat-menu-content .wrapper-content .w-file-drop .drag-zone p,
.cdk-overlay-pane > div.mat-menu-panel.edit-avatar-dialog div.mat-menu-content .wrapper-content .w-file-drop .drag-zone span {
  margin: 0;
  padding: 0;
  line-height: 1;
}
@media screen and (max-width: 991px) {
  .cdk-overlay-pane > div.mat-menu-panel.edit-avatar-dialog div.mat-menu-content .wrapper-content .w-file-drop .drag-zone p,
.cdk-overlay-pane > div.mat-menu-panel.edit-avatar-dialog div.mat-menu-content .wrapper-content .w-file-drop .drag-zone span {
    display: none;
  }
}
.cdk-overlay-pane > div.mat-menu-panel.edit-avatar-dialog div.mat-menu-content .wrapper-content .w-file-drop .drag-zone p {
  font-weight: 600;
  font-size: 16px;
  line-height: 1;
  margin-bottom: 10px;
}
@media screen and (max-width: 576px) {
  .cdk-overlay-pane > div.mat-menu-panel.edit-avatar-dialog div.mat-menu-content .wrapper-content .w-file-drop .drag-zone p {
    font-size: 18px;
    line-height: 22px;
  }
}
.cdk-overlay-pane > div.mat-menu-panel.edit-avatar-dialog div.mat-menu-content .wrapper-content .w-file-drop .drag-zone p strong {
  color: var(--color-main-text-dark);
}
.cdk-overlay-pane > div.mat-menu-panel.edit-avatar-dialog div.mat-menu-content .wrapper-content .w-file-drop .drag-zone span {
  font-weight: normal;
  font-size: 12px;
  color: var(--color-main-text-dark);
}
@media screen and (max-width: 576px) {
  .cdk-overlay-pane > div.mat-menu-panel.edit-avatar-dialog div.mat-menu-content .wrapper-content .w-file-drop .drag-zone span {
    font-size: 10px;
    line-height: 12px;
  }
}
.cdk-overlay-pane > div.mat-menu-panel.edit-avatar-dialog div.mat-menu-content .wrapper-content .w-file-drop .drag-zone label.tt-button {
  width: 145px;
  height: 52px;
  margin-top: 50px;
  margin-bottom: 60px;
  cursor: pointer;
  background: var(--color-main);
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  font-size: 14px;
}
@media screen and (max-width: 576px) {
  .cdk-overlay-pane > div.mat-menu-panel.edit-avatar-dialog div.mat-menu-content .wrapper-content .w-file-drop .drag-zone label.tt-button {
    margin-top: 10px;
    margin-bottom: 27px;
  }
}
.cdk-overlay-pane > div.mat-menu-panel.edit-avatar-dialog div.mat-menu-content .wrapper-content .w-file-drop .drag-zone.fileover {
  border-color: var(--color-main);
}
.cdk-overlay-pane > div.mat-menu-panel.edit-avatar-dialog div.mat-menu-content .wrapper-content .w-file-drop .drag-zone.fileover {
  -webkit-animation: shake 1.5s;
          animation: shake 1.5s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  opacity: 0.8;
}
.cdk-overlay-pane > div.mat-menu-panel.edit-avatar-dialog div.mat-menu-content .wrapper-content .w-file-drop .drag-zone input {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  z-index: 2;
  cursor: pointer;
}
.cdk-overlay-pane > div.mat-menu-panel.follow-dialog {
  background: transparent;
  box-shadow: none;
  box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.35);
  border-radius: 12px !important;
  max-width: 270px;
  width: 100%;
  overflow: initial;
}
.cdk-overlay-pane > div.mat-menu-panel.follow-dialog div.mat-menu-content {
  background: var(--color-main-bg-main-two);
}
.cdk-overlay-pane > div.mat-menu-panel.follow-dialog div.mat-menu-content .wrapper-content {
  padding: 7px 10px;
}
.cdk-overlay-pane > div.mat-menu-panel.follow-dialog div.mat-menu-content .wrapper-content .btn-follow {
  width: 250px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: transparent;
  border: 0;
  border-radius: 6px;
  padding: 0 10px;
  margin-bottom: 10px;
  cursor: pointer;
}
.cdk-overlay-pane > div.mat-menu-panel.follow-dialog div.mat-menu-content .wrapper-content .btn-follow:hover {
  background: var(--color-main-bg-on);
}
.cdk-overlay-pane > div.mat-menu-panel.follow-dialog div.mat-menu-content .wrapper-content .btn-follow span {
  font-weight: 500;
  font-size: 14px;
  color: var(--color-main-text-dark);
}
.cdk-overlay-pane > div.mat-menu-panel.follow-dialog div.mat-menu-content .wrapper-content .wrapper-users-following {
  display: flex;
  flex-direction: column;
  padding: 0 10px;
  margin-top: 20px;
  margin-bottom: 10px;
  max-height: 150px;
  overflow: auto;
}
.cdk-overlay-pane > div.mat-menu-panel.follow-dialog div.mat-menu-content .wrapper-content .wrapper-users-following .title {
  margin-top: 0px;
  font-weight: 500;
  font-size: 12px;
  line-height: 15px;
  color: #75787B;
}
.cdk-overlay-pane > div.mat-menu-panel.follow-dialog div.mat-menu-content .wrapper-content .wrapper-users-following .b-item {
  padding-top: 20px;
  display: flex;
  align-items: center;
}
.cdk-overlay-pane > div.mat-menu-panel.follow-dialog div.mat-menu-content .wrapper-content .wrapper-users-following .b-item:hover .remove-user {
  display: flex;
}
.cdk-overlay-pane > div.mat-menu-panel.follow-dialog div.mat-menu-content .wrapper-content .wrapper-users-following .b-item .ava {
  width: 26px;
  height: 26px;
  border-radius: 50%;
  margin-right: 10px;
  color: white;
  background-color: var(--color-img-bg);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 10px;
  overflow: hidden;
  position: relative;
}
.cdk-overlay-pane > div.mat-menu-panel.follow-dialog div.mat-menu-content .wrapper-content .wrapper-users-following .b-item .name {
  font-weight: 500;
  font-size: 14px;
  color: var(--color-main-text-dark);
}
.cdk-overlay-pane > div.mat-menu-panel.follow-dialog div.mat-menu-content .wrapper-content .wrapper-users-following .b-item .remove-user {
  margin-left: auto;
  width: 18px;
  height: 18px;
  background: transparent;
  border: 0;
  padding: 0;
  display: none;
  cursor: pointer;
  display: none;
  align-items: center;
  justify-content: center;
}
.cdk-overlay-pane > div.mat-menu-panel.follow-dialog div.mat-menu-content .wrapper-content .search-form {
  position: relative;
}
.cdk-overlay-pane > div.mat-menu-panel.follow-dialog div.mat-menu-content .wrapper-content .search-form .mat-form-field {
  width: 100%;
}
.cdk-overlay-pane > div.mat-menu-panel.follow-dialog div.mat-menu-content .wrapper-content .search-form .mat-form-field.mat-focused .mat-form-field-wrapper {
  border-color: var(--color-main);
}
.cdk-overlay-pane > div.mat-menu-panel.follow-dialog div.mat-menu-content .wrapper-content .search-form .mat-form-field .mat-form-field-wrapper {
  padding-bottom: 0;
  background: var(--color-main-navigation-menu-bg);
  border-radius: 6px 6px 0px 0px;
  border-bottom: 1px solid #60686F;
}
.cdk-overlay-pane > div.mat-menu-panel.follow-dialog div.mat-menu-content .wrapper-content .search-form .mat-form-field .mat-form-field-wrapper .mat-form-field-flex {
  width: 100%;
}
.cdk-overlay-pane > div.mat-menu-panel.follow-dialog div.mat-menu-content .wrapper-content .search-form .mat-form-field .mat-form-field-wrapper .mat-form-field-infix {
  padding: 0;
  height: 50px;
  border: 0;
  width: 100%;
}
.cdk-overlay-pane > div.mat-menu-panel.follow-dialog div.mat-menu-content .wrapper-content .search-form .mat-form-field .mat-form-field-wrapper .mat-form-field-infix input.mat-input-element {
  margin-top: 0;
  height: 100%;
  caret-color: var(--color-main);
  padding: 0 10px;
  box-sizing: border-box;
  color: var(--color-main-text-dark);
}
.cdk-overlay-pane > div.mat-menu-panel.follow-dialog div.mat-menu-content .wrapper-content .search-form .mat-form-field .mat-form-field-wrapper .mat-form-field-infix .mat-form-field-label-wrapper {
  padding-top: 0;
  top: 0;
  color: var(--color-main-text-dark);
}
.cdk-overlay-pane > div.mat-menu-panel.follow-dialog div.mat-menu-content .wrapper-content .search-form .mat-form-field .mat-form-field-wrapper .mat-form-field-infix .mat-form-field-label-wrapper .mat-form-field-label {
  padding: 0 10px;
  top: 0;
  bottom: 0;
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  color: #60686F;
  display: flex;
  align-items: center;
}
.cdk-overlay-pane > div.mat-menu-panel.follow-dialog div.mat-menu-content .wrapper-content .search-form .mat-form-field .mat-form-field-wrapper .mat-form-field-underline {
  display: none;
}
.cdk-overlay-pane > div.mat-menu-panel.follow-dialog div.mat-menu-content .wrapper-content .search-form .list-with-users {
  position: absolute;
  top: calc(100% + 5px);
  left: 0;
  right: 0;
  background: #2C3339;
  border-radius: 6px;
  overflow: auto;
  max-height: 200px;
  z-index: 999;
}
.cdk-overlay-pane > div.mat-menu-panel.follow-dialog div.mat-menu-content .wrapper-content .search-form .list-with-users .b-item {
  cursor: pointer;
  width: 100%;
  box-sizing: border-box;
  padding: 12px 10px;
  display: flex;
  align-items: center;
}
.cdk-overlay-pane > div.mat-menu-panel.follow-dialog div.mat-menu-content .wrapper-content .search-form .list-with-users .b-item:hover {
  background: #373F46;
}
.cdk-overlay-pane > div.mat-menu-panel.follow-dialog div.mat-menu-content .wrapper-content .search-form .list-with-users .b-item .ava {
  width: 26px;
  height: 26px;
  border-radius: 50%;
  margin-right: 10px;
  color: white;
  background-color: var(--color-img-bg);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 10px;
  position: relative;
  overflow: hidden;
}
.cdk-overlay-pane > div.mat-menu-panel.follow-dialog div.mat-menu-content .wrapper-content .search-form .list-with-users .b-item .name {
  font-weight: 500;
  font-size: 14px;
  color: var(--color-main-text-dark);
}
.cdk-overlay-pane > div.mat-menu-panel div.mat-menu-content {
  background-color: var(--color-popup-menu-bg);
}
.cdk-overlay-pane > div.mat-menu-panel.widget-qa-mat-menu {
  box-shadow: 0px 10px 35px rgba(0, 0, 0, 0.25);
  background: transparent;
  max-width: initial;
}
.cdk-overlay-pane > div.mat-menu-panel.widget-qa-mat-menu div.mat-menu-content {
  background: rgba(59, 67, 73, 0.7);
  -webkit-backdrop-filter: blur(4px);
          backdrop-filter: blur(4px);
  border-radius: 4px;
}
.cdk-overlay-pane > div.mat-menu-panel.widget-qa-mat-menu div.mat-menu-content .mat-menu-item {
  padding: 0 17px;
  font-weight: 300;
  font-size: 10px;
  line-height: 15px;
}
.cdk-overlay-pane > div.mat-menu-panel.widget-qa-mat-menu div.mat-menu-content .mat-menu-item .main-color {
  color: var(--color-main);
}
.cdk-overlay-pane > div.mat-menu-panel.widget-qa-mat-menu div.mat-menu-content .mat-menu-item:hover, .cdk-overlay-pane > div.mat-menu-panel.widget-qa-mat-menu div.mat-menu-content .mat-menu-item:active {
  background-color: transparent;
}
.cdk-overlay-pane > div.mat-menu-panel.widget-qa-mat-menu div.mat-menu-content .mat-menu-item .mat-icon {
  font-size: 15px;
  width: 15px;
  height: 15px;
  color: #fff;
  margin-right: 10px;
}
.cdk-overlay-pane > div.mat-menu-panel.widget-qa-mat-menu div.mat-menu-content .mat-menu-item .time {
  margin-right: 10px;
}
.cdk-overlay-pane > div.mat-menu-panel.widget-upload-mat-menu, .cdk-overlay-pane > div.mat-menu-panel.widget-netflix-mat-menu {
  box-shadow: 0px 15px 30px rgba(0, 0, 0, 0.25);
  background: transparent;
  max-width: initial;
}
.cdk-overlay-pane > div.mat-menu-panel.widget-upload-mat-menu div.mat-menu-content, .cdk-overlay-pane > div.mat-menu-panel.widget-netflix-mat-menu div.mat-menu-content {
  background: #2C3339;
  border-radius: 4px;
}
.cdk-overlay-pane > div.mat-menu-panel.widget-upload-mat-menu div.mat-menu-content .mat-menu-item, .cdk-overlay-pane > div.mat-menu-panel.widget-netflix-mat-menu div.mat-menu-content .mat-menu-item {
  padding: 0 15px;
  padding-right: 25px;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  height: 42px;
}
.cdk-overlay-pane > div.mat-menu-panel.widget-upload-mat-menu div.mat-menu-content .mat-menu-item .main-color, .cdk-overlay-pane > div.mat-menu-panel.widget-netflix-mat-menu div.mat-menu-content .mat-menu-item .main-color {
  color: var(--color-main);
}
.cdk-overlay-pane > div.mat-menu-panel.widget-upload-mat-menu div.mat-menu-content .mat-menu-item:hover, .cdk-overlay-pane > div.mat-menu-panel.widget-upload-mat-menu div.mat-menu-content .mat-menu-item:active, .cdk-overlay-pane > div.mat-menu-panel.widget-netflix-mat-menu div.mat-menu-content .mat-menu-item:hover, .cdk-overlay-pane > div.mat-menu-panel.widget-netflix-mat-menu div.mat-menu-content .mat-menu-item:active {
  background-color: transparent;
}
.cdk-overlay-pane > div.mat-menu-panel.widget-upload-mat-menu div.mat-menu-content .mat-menu-item svg, .cdk-overlay-pane > div.mat-menu-panel.widget-netflix-mat-menu div.mat-menu-content .mat-menu-item svg {
  margin-right: 14px;
}
.cdk-overlay-pane > div.mat-menu-panel.widget-netflix-mat-menu {
  box-shadow: 0px 20px 30px rgba(0, 0, 0, 0.25);
  border-radius: 8px;
  background: transparent;
  max-width: initial;
}
.cdk-overlay-pane > div.mat-menu-panel.widget-netflix-mat-menu div.mat-menu-content {
  background: #2F353C;
  border: 1px solid rgba(255, 255, 255, 0.15);
}
.mat-select-trigger .mat-select-value-text img {
  vertical-align: middle;
  margin-right: 12px;
  border-radius: 2px;
}
.mat-select-trigger .mat-select-value-text span {
  vertical-align: middle;
}
.mat-select-panel {
  background-color: var(--color-popup-menu-bg);
}
.mat-select-panel .mat-select-search-inside-mat-option .mat-select-search-inner {
  border: 0;
}
.mat-select-panel .mat-select-search-inside-mat-option .mat-select-search-inner .mat-select-search-input {
  background: var(--color-popup-menu-bg);
  color: var(--color-main-text-dark);
  caret-color: var(--color-main-text-grey);
}
.mat-select-panel .mat-select-search-inside-mat-option .mat-select-search-inner .mat-select-search-input::-webkit-input-placeholder {
  color: var(--color-main-text-grey);
}
.mat-select-panel .mat-select-search-inside-mat-option .mat-select-search-inner .mat-select-search-input::-moz-placeholder {
  color: var(--color-main-text-grey);
}
.mat-select-panel .mat-select-search-inside-mat-option .mat-select-search-inner .mat-select-search-input::-ms-input-placeholder {
  color: var(--color-main-text-grey);
}
.mat-select-panel .mat-select-search-inside-mat-option .mat-select-search-inner .mat-select-search-input::placeholder {
  color: var(--color-main-text-grey);
}
.mat-select-panel .mat-select-search-inside-mat-option .mat-select-search-inner .mat-select-search-spinner circle {
  stroke: var(--color-main-text-dark);
}
.mat-select-panel .mat-select-search-inside-mat-option .mat-select-search-inner .mat-select-search-clear {
  width: 24px;
  height: 24px;
  top: 5px !important;
  right: 10px;
}
.mat-select-panel .mat-select-search-inside-mat-option .mat-select-search-inner .mat-select-search-clear .mat-icon-wrapper {
  display: flex;
}
.mat-select-panel .mat-select-search-inside-mat-option .mat-select-search-inner .mat-select-search-clear .mat-icon {
  font-size: 16px;
  line-height: 16px;
  color: var(--color-main-text-dark);
  display: flex;
  align-items: center;
  justify-content: space-around;
}
.mat-select-panel .mat-option {
  color: var(--color-main-text-dark);
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 12px;
  line-height: 14px;
}
.mat-select-panel .mat-option.mat-selected:not(.mat-option-multiple), .mat-select-panel .mat-option.mat-selected.mat-option-multiple:hover, .mat-select-panel .mat-option.mat-selected.mat-option-multiple:active, .mat-select-panel .mat-option:hover, .mat-select-panel .mat-option:active {
  background-color: var(--color-popup-menu-item-hover-bg);
  color: var(--color-main-text-dark);
}
.mat-select-panel .mat-option.mat-selected.mat-option-multiple {
  background-color: transparent;
}
.mat-select-panel .mat-option .mat-option-text img {
  vertical-align: middle;
  margin-right: 12px;
  border-radius: 2px;
}
.mat-select-panel .mat-option .mat-option-text span {
  vertical-align: middle;
}
mention-list {
  z-index: 1010;
}
mention-list .dropdown-menu {
  background-color: var(--color-popup-menu-bg);
  border-radius: 3px;
  padding: 0;
  list-style-type: none;
  box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12);
}
mention-list .dropdown-menu.scrollable-menu {
  max-height: calc(3 * 36px);
}
mention-list .dropdown-menu li {
  color: var(--color-main-text-dark);
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 12px;
  height: 36px;
}
mention-list .dropdown-menu li .dropdown-item {
  display: flex;
  align-items: center;
  height: 36px;
  padding: 0 16px;
  color: var(--color-main-text-dark) !important;
}
mention-list .dropdown-menu li.active > a,
mention-list .dropdown-menu li > a:hover,
mention-list .dropdown-menu li > a:active {
  background-color: var(--color-popup-menu-item-hover-bg);
}
@media (max-width: 1024px) {
  header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 99;
  }
}
.highlighted {
  background-color: var(--color-main);
  color: var(--color-transcript-time-text);
  text-shadow: 0.5px 0.5px 1px #000;
}
.mat-select-panel .mat-option .mat-option-text i.fas {
  margin-right: 5px;
}
::-webkit-scrollbar-track {
  background-color: transparent;
}
::-webkit-scrollbar {
  width: 5px;
  height: 5px;
  background-color: transparent;
}
::-webkit-scrollbar-thumb {
  border-radius: 2.5px;
  background-color: var(--color-main);
}
.grey-scroll-bar::-webkit-scrollbar-thumb {
  border-radius: 2.5px;
  background-color: #99a2ac2e;
}
.mat-tab-group .mat-tab-body::-webkit-scrollbar-thumb {
  border-radius: 2.5px;
  background-color: #99a2ac2e;
}
/* dropdown menus */
.cdk-overlay-pane.w-tag-popup {
  overflow: auto;
}
.cdk-overlay-pane.w-tag-popup .mat-dialog-actions {
  margin-top: 35px;
}
.cdk-overlay-pane .mat-menu-panel {
  border-radius: 0;
  border: 0;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  min-height: 0;
}
.cdk-overlay-pane .mat-menu-panel .mat-menu-content:not(:empty) {
  padding: 3px 0;
}
.cdk-overlay-pane .mat-menu-panel .mat-menu-item {
  display: flex;
  align-items: center;
  height: 32px;
  line-height: 32px;
  padding: 0 15px;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  color: #333;
}
.cdk-overlay-pane .mat-menu-panel .mat-menu-item.menu-header, .cdk-overlay-pane .mat-menu-panel .mat-menu-item[disabled].menu-header {
  color: #333;
}
.cdk-overlay-pane .mat-menu-panel .mat-menu-item.menu-header .menu-item-icon, .cdk-overlay-pane .mat-menu-panel .mat-menu-item[disabled].menu-header .menu-item-icon {
  color: #17a2b8;
}
.cdk-overlay-pane .mat-menu-panel .mat-menu-item[disabled], .cdk-overlay-pane .mat-menu-panel .mat-menu-item[disabled]::after {
  color: rgba(0, 0, 0, 0.38);
  font-style: italic;
}
.cdk-overlay-pane .mat-menu-panel .mat-menu-item .menu-item-icon {
  margin-right: 8px;
  color: #183643;
  font-size: 16px;
  width: 20px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: space-around;
}
.cdk-overlay-pane .mat-menu-panel .mat-menu-item .menu-item-icon.mat-icon {
  font-size: 24px;
}
.cdk-overlay-pane .mat-menu-panel .mat-menu-item .menu-item-icon.fas {
  font-size: 15px;
}
.cdk-overlay-pane .mat-menu-panel .mat-divider {
  margin: 3px 0;
}
.tt-icon {
  width: 20px;
  height: 20px;
}
.tt-icon.tt-check {
  position: relative;
}
.tt-icon.tt-check:after {
  content: "";
  position: absolute;
  top: 4px;
  left: 2px;
  width: 15px;
  height: 5px;
  border-left: 2px solid #44b884;
  border-bottom: 2px solid #44b884;
  transform: rotate(-45deg);
}
.tt-icon.tt-change path {
  fill: #9aa2ac !important;
}
.tt-icon.tt-cog {
  background: url("/assets/images/cog.svg") center no-repeat;
  background-size: 24px;
  fill: #183643;
}
.mat-accent .mat-pseudo-checkbox-checked,
.mat-accent .mat-pseudo-checkbox-indeterminate,
.mat-pseudo-checkbox-checked,
.mat-pseudo-checkbox-indeterminate {
  background-color: var(--color-main);
}
.mat-pseudo-checkbox {
  color: var(--color-main);
}
.spacer {
  flex: 1 1 auto;
}
.primary-text {
  color: var(--color-main);
}
.cdk-overlay-container {
  z-index: 99999999999;
}
@media (max-width: 767px) {
  .cdk-overlay-container .cdk-overlay-pane {
    max-width: 94vw !important;
  }
  .cdk-overlay-container .cdk-overlay-pane .mat-dialog-container {
    height: calc(100vh - 60px);
    margin-top: 0;
    border-radius: 0;
    box-shadow: none;
  }
}
.custom-modalbox .mat-dialog-container {
  overflow: initial !important;
}
@media (max-width: 767px) {
  .custom-modalbox .mat-dialog-container {
    overflow: auto !important;
  }
}
.datepickerOne {
  background: var(--color-main-bg-two);
}
.datepickerOne * {
  color: var(--color-main-text-dark);
}
.datepickerOne .mat-calendar-arrow {
  border-top-color: var(--color-main);
}
.datepickerOne .mat-calendar-previous-button::after {
  border-left-color: var(--color-main);
  border-top-color: var(--color-main);
}
.datepickerOne .mat-calendar-next-button::after {
  border-right-color: var(--color-main);
  border-top-color: var(--color-main);
}
.datepickerOne .mat-calendar-body-selected {
  background-color: var(--color-main);
}
.qa-widget.widget.component em {
  background-color: var(--color-transcript-time-bg);
  color: var(--color-transcript-time-text);
  font-style: normal;
}
.tab-focused,
.cdk-focused.cdk-keyboard-focused {
  outline-width: 2px !important;
  outline-color: var(--color-main) !important;
  outline-style: solid !important;
  outline-offset: 2px;
}
.overlay-loading-widget {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 99999;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.overlay-loading-widget .mat-progress-spinner circle,
.overlay-loading-widget .mat-spinner circle {
  stroke: #000;
}
.text em {
  padding: 0 1px;
  background-color: var(--color-main);
  color: var(--color-transcript-time-text);
  font-style: normal;
  text-shadow: 1px 1px 2px #333;
}
.cta-target-url {
  position: fixed;
  top: 0;
  right: 0;
  width: 40px;
  height: 40px;
  border-bottom-left-radius: 7px;
  background: var(--color-main);
  border: 0;
  padding: 0;
  margin: 0;
  z-index: 99999999999;
  cursor: pointer;
}
.wizard-preview-step .tt.widget-code-dialog.component {
  max-width: 742px !important;
  background: #292C31 !important;
}
.wizard-preview-step .tt.widget-code-dialog.component .mat-dialog-title {
  width: 100%;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  font-size: 24px;
  padding-bottom: 0 !important;
  padding-top: 30px !important;
}
.wizard-preview-step .tt.widget-code-dialog.component .mat-dialog-content {
  padding-top: 99px;
}
.wizard-preview-step .tt.widget-code-dialog.component .mat-dialog-actions {
  justify-content: center;
}
.wizard-preview-step .tt.widget-code-dialog.component .mat-dialog-actions .button-type-default {
  background: transparent;
  border: 1px solid var(--color-main);
}
.wizard-preview-step .tt.widget-code-dialog.component .w-content {
  position: relative;
  background: #1F2128 !important;
}
.wizard-preview-step .tt.widget-code-dialog.component .w-content::before {
  content: "Get code";
  position: absolute;
  bottom: calc(100% + 16px);
  left: 0;
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  text-align: center;
  color: var(--color-main-text-dark);
}
.wizard-preview-step .tt.widget-code-dialog.component .w-content .text-copy {
  background: #292C31 !important;
  padding: 33px 48px !important;
}
.skip-link {
  position: absolute;
  top: -60px;
  left: 0;
  background: #000000;
  color: white;
  padding: 8px;
  z-index: 100;
}
.skip-link:focus {
  top: 0;
}
.tooltip-above.mat-tooltip {
  position: relative;
  background: transparent;
  margin: 0;
  margin-bottom: 6px;
  padding: 12px 12px 18px 12px;
  font-size: 12px;
  line-height: 16px;
  color: var(--color-main-text-dark);
  -webkit-filter: drop-shadow(4px 4px 8px rgba(0, 0, 0, 0.2));
          filter: drop-shadow(4px 4px 8px rgba(0, 0, 0, 0.2));
}
.tooltip-above.mat-tooltip::before {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  top: 0;
  bottom: 6px;
  background: var(--color-main-bg-main-two);
  border-radius: 4px;
  z-index: -1;
}
.tooltip-above.mat-tooltip::after {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  bottom: -8px;
  width: 0;
  margin: auto;
  border-radius: 4px;
  z-index: -1;
  border: 8px solid transparent;
  border-top: 8px solid var(--color-main-bg-main-two);
}
@media screen and (max-width: 576px) {
  .cdk-overlay-container .cdk-overlay-pane.upload-video-dialog-wrapper {
    max-width: 100% !important;
    width: 100%;
  }
  .cdk-overlay-container .cdk-overlay-pane.upload-video-dialog-wrapper mat-dialog-container {
    height: 100vh;
  }
  .cdk-overlay-container .cdk-overlay-pane.upload-video-dialog-wrapper mat-dialog-container app-upload-video-dialog .tt.upload-video-dialog.component {
    height: calc(100% - 100px);
    margin-top: 100px;
    display: flex;
    flex-direction: column;
  }
  .cdk-overlay-container .cdk-overlay-pane.upload-video-dialog-wrapper mat-dialog-container app-upload-video-dialog .tt.upload-video-dialog.component .mat-dialog-content {
    flex-grow: 1;
  }
}
.mat-select-panel .mat-optgroup-label,
.mat-select-panel .mat-option,
button,
input,
input::-webkit-input-placeholder,
textarea,
textarea::-webkit-input-placeholder {
  font-family: "Montserrat", sans-serif !important;
}
.mat-select-panel .mat-optgroup-label,
.mat-select-panel .mat-option,
button,
input,
input::-moz-placeholder,
textarea,
textarea::-moz-placeholder {
  font-family: "Montserrat", sans-serif !important;
}
.mat-select-panel .mat-optgroup-label,
.mat-select-panel .mat-option,
button,
input,
input::-ms-input-placeholder,
textarea,
textarea::-ms-input-placeholder {
  font-family: "Montserrat", sans-serif !important;
}
.mat-select-panel .mat-optgroup-label,
.mat-select-panel .mat-option,
button,
input,
input::placeholder,
textarea,
textarea::placeholder {
  font-family: "Montserrat", sans-serif !important;
}
/**
 * Paths
 * Relative to `index.scss`
 */
/**
 * Fonts
 */
/**
 * Font Sizes
 */
/**
 * Colors
 */
/**
 * Paths
 * Relative to `index.scss`
 */
/**
 * Fonts
 */
/**
 * Font Sizes
 */
/**
 * Colors
 */
/* make auto-complete background color transparent */
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  -webkit-box-shadow: 0 0 0 1000px transparent inset;
  transition: background-color 5000s ease-in-out 0s;
  -webkit-text-fill-color: var(--color-main-text-grey);
}
input:focus,
textarea:focus,
select:focus {
  outline: none;
}
.mat-form-field-should-float .mat-form-field-label-wrapper {
  display: none;
}
.mat-primary .mat-option.mat-selected:not(.mat-option-disabled) {
  color: black;
}
.mat-option-disabled:not(.contains-mat-select-search) {
  opacity: 0.3;
}
.lp.ai-search.component.widget .mat-form-field-infix input {
  box-sizing: border-box;
}
.lp.login.component .mat-form-field-label-wrapper,
.lp.forgot.component .mat-form-field-label-wrapper,
.lp.registration.component .mat-form-field-label-wrapper,
.lp.nav-search.component .mat-form-field-label-wrapper,
.lp.register.component .mat-form-field-label-wrapper,
.lp.confirm.component .mat-form-field-label-wrapper,
.lp.reset-password.component .mat-form-field-label-wrapper,
.lp.change-password.component .mat-form-field-label-wrapper,
.lp.create.component .mat-form-field-label-wrapper,
.lp.discover.component .mat-form-field-label-wrapper,
.lp.discover-form.component .mat-form-field-label-wrapper,
.tt.user-form.component .mat-form-field-label-wrapper,
.tt.tenant-form.component .mat-form-field-label-wrapper,
.lp.ai-scan.component .mat-form-field-label-wrapper,
.lp.ai-scan-form.component .mat-form-field-label-wrapper,
.lp.tag-search.component .mat-form-field-label-wrapper,
.lp.ai-search.component .mat-form-field-label-wrapper,
.lp.video-list.component .mat-form-field-label-wrapper,
.lp.scan-results.component .mat-form-field-label-wrapper,
.lp.playlist.component .mat-form-field-label-wrapper,
.lp.ai-playlist.component .mat-form-field-label-wrapper,
.lp.opta-tags.component .mat-form-field-label-wrapper,
.lp.fantasy-trade.component .mat-form-field-label-wrapper,
.lp.camera-angles.component .mat-form-field-label-wrapper,
.lp.media-details.component .mat-form-field-label-wrapper {
  top: 0;
  padding-top: 0;
}
.lp.login.component .mat-form-field-label,
.lp.login.component .mat-form-field-infix .mat-input-element,
.lp.login.component .mat-form-field-infix .mat-select-value,
.lp.forgot.component .mat-form-field-label,
.lp.forgot.component .mat-form-field-infix .mat-input-element,
.lp.forgot.component .mat-form-field-infix .mat-select-value,
.lp.registration.component .mat-form-field-label,
.lp.registration.component .mat-form-field-infix .mat-input-element,
.lp.registration.component .mat-form-field-infix .mat-select-value,
.lp.nav-search.component .mat-form-field-label,
.lp.nav-search.component .mat-form-field-infix .mat-input-element,
.lp.nav-search.component .mat-form-field-infix .mat-select-value,
.lp.register.component .mat-form-field-label,
.lp.register.component .mat-form-field-infix .mat-input-element,
.lp.register.component .mat-form-field-infix .mat-select-value,
.lp.confirm.component .mat-form-field-label,
.lp.confirm.component .mat-form-field-infix .mat-input-element,
.lp.confirm.component .mat-form-field-infix .mat-select-value,
.lp.reset-password.component .mat-form-field-label,
.lp.reset-password.component .mat-form-field-infix .mat-input-element,
.lp.reset-password.component .mat-form-field-infix .mat-select-value,
.lp.change-password.component .mat-form-field-label,
.lp.change-password.component .mat-form-field-infix .mat-input-element,
.lp.change-password.component .mat-form-field-infix .mat-select-value,
.lp.create.component .mat-form-field-label,
.lp.create.component .mat-form-field-infix .mat-input-element,
.lp.create.component .mat-form-field-infix .mat-select-value,
.lp.discover.component .mat-form-field-label,
.lp.discover.component .mat-form-field-infix .mat-input-element,
.lp.discover.component .mat-form-field-infix .mat-select-value,
.lp.discover-form.component .mat-form-field-label,
.lp.discover-form.component .mat-form-field-infix .mat-input-element,
.lp.discover-form.component .mat-form-field-infix .mat-select-value,
.tt.user-form.component .mat-form-field-label,
.tt.user-form.component .mat-form-field-infix .mat-input-element,
.tt.user-form.component .mat-form-field-infix .mat-select-value,
.tt.tenant-form.component .mat-form-field-label,
.tt.tenant-form.component .mat-form-field-infix .mat-input-element,
.tt.tenant-form.component .mat-form-field-infix .mat-select-value,
.lp.ai-scan.component .mat-form-field-label,
.lp.ai-scan.component .mat-form-field-infix .mat-input-element,
.lp.ai-scan.component .mat-form-field-infix .mat-select-value,
.lp.ai-scan-form.component .mat-form-field-label,
.lp.ai-scan-form.component .mat-form-field-infix .mat-input-element,
.lp.ai-scan-form.component .mat-form-field-infix .mat-select-value,
.lp.tag-search.component .mat-form-field-label,
.lp.tag-search.component .mat-form-field-infix .mat-input-element,
.lp.tag-search.component .mat-form-field-infix .mat-select-value,
.lp.ai-search.component .mat-form-field-label,
.lp.ai-search.component .mat-form-field-infix .mat-input-element,
.lp.ai-search.component .mat-form-field-infix .mat-select-value,
.lp.video-list.component .mat-form-field-label,
.lp.video-list.component .mat-form-field-infix .mat-input-element,
.lp.video-list.component .mat-form-field-infix .mat-select-value,
.lp.scan-results.component .mat-form-field-label,
.lp.scan-results.component .mat-form-field-infix .mat-input-element,
.lp.scan-results.component .mat-form-field-infix .mat-select-value,
.lp.playlist.component .mat-form-field-label,
.lp.playlist.component .mat-form-field-infix .mat-input-element,
.lp.playlist.component .mat-form-field-infix .mat-select-value,
.lp.ai-playlist.component .mat-form-field-label,
.lp.ai-playlist.component .mat-form-field-infix .mat-input-element,
.lp.ai-playlist.component .mat-form-field-infix .mat-select-value,
.lp.opta-tags.component .mat-form-field-label,
.lp.opta-tags.component .mat-form-field-infix .mat-input-element,
.lp.opta-tags.component .mat-form-field-infix .mat-select-value,
.lp.fantasy-trade.component .mat-form-field-label,
.lp.fantasy-trade.component .mat-form-field-infix .mat-input-element,
.lp.fantasy-trade.component .mat-form-field-infix .mat-select-value,
.lp.camera-angles.component .mat-form-field-label,
.lp.camera-angles.component .mat-form-field-infix .mat-input-element,
.lp.camera-angles.component .mat-form-field-infix .mat-select-value,
.lp.media-details.component .mat-form-field-label,
.lp.media-details.component .mat-form-field-infix .mat-input-element,
.lp.media-details.component .mat-form-field-infix .mat-select-value {
  padding: 0 18px;
  margin: 0;
}
.lp.login.component .mat-form-field-infix .mat-select-arrow-wrapper .mat-select-arrow,
.lp.forgot.component .mat-form-field-infix .mat-select-arrow-wrapper .mat-select-arrow,
.lp.registration.component .mat-form-field-infix .mat-select-arrow-wrapper .mat-select-arrow,
.lp.nav-search.component .mat-form-field-infix .mat-select-arrow-wrapper .mat-select-arrow,
.lp.register.component .mat-form-field-infix .mat-select-arrow-wrapper .mat-select-arrow,
.lp.confirm.component .mat-form-field-infix .mat-select-arrow-wrapper .mat-select-arrow,
.lp.reset-password.component .mat-form-field-infix .mat-select-arrow-wrapper .mat-select-arrow,
.lp.change-password.component .mat-form-field-infix .mat-select-arrow-wrapper .mat-select-arrow,
.lp.create.component .mat-form-field-infix .mat-select-arrow-wrapper .mat-select-arrow,
.lp.discover.component .mat-form-field-infix .mat-select-arrow-wrapper .mat-select-arrow,
.lp.discover-form.component .mat-form-field-infix .mat-select-arrow-wrapper .mat-select-arrow,
.tt.user-form.component .mat-form-field-infix .mat-select-arrow-wrapper .mat-select-arrow,
.tt.tenant-form.component .mat-form-field-infix .mat-select-arrow-wrapper .mat-select-arrow,
.lp.ai-scan.component .mat-form-field-infix .mat-select-arrow-wrapper .mat-select-arrow,
.lp.ai-scan-form.component .mat-form-field-infix .mat-select-arrow-wrapper .mat-select-arrow,
.lp.tag-search.component .mat-form-field-infix .mat-select-arrow-wrapper .mat-select-arrow,
.lp.ai-search.component .mat-form-field-infix .mat-select-arrow-wrapper .mat-select-arrow,
.lp.video-list.component .mat-form-field-infix .mat-select-arrow-wrapper .mat-select-arrow,
.lp.scan-results.component .mat-form-field-infix .mat-select-arrow-wrapper .mat-select-arrow,
.lp.playlist.component .mat-form-field-infix .mat-select-arrow-wrapper .mat-select-arrow,
.lp.ai-playlist.component .mat-form-field-infix .mat-select-arrow-wrapper .mat-select-arrow,
.lp.opta-tags.component .mat-form-field-infix .mat-select-arrow-wrapper .mat-select-arrow,
.lp.fantasy-trade.component .mat-form-field-infix .mat-select-arrow-wrapper .mat-select-arrow,
.lp.camera-angles.component .mat-form-field-infix .mat-select-arrow-wrapper .mat-select-arrow,
.lp.media-details.component .mat-form-field-infix .mat-select-arrow-wrapper .mat-select-arrow {
  margin-right: 18px;
}
.lp.login.component .mat-form-field-label,
.lp.forgot.component .mat-form-field-label,
.lp.registration.component .mat-form-field-label,
.lp.nav-search.component .mat-form-field-label,
.lp.register.component .mat-form-field-label,
.lp.confirm.component .mat-form-field-label,
.lp.reset-password.component .mat-form-field-label,
.lp.change-password.component .mat-form-field-label,
.lp.create.component .mat-form-field-label,
.lp.discover.component .mat-form-field-label,
.lp.discover-form.component .mat-form-field-label,
.tt.user-form.component .mat-form-field-label,
.tt.tenant-form.component .mat-form-field-label,
.lp.ai-scan.component .mat-form-field-label,
.lp.ai-scan-form.component .mat-form-field-label,
.lp.tag-search.component .mat-form-field-label,
.lp.ai-search.component .mat-form-field-label,
.lp.video-list.component .mat-form-field-label,
.lp.scan-results.component .mat-form-field-label,
.lp.playlist.component .mat-form-field-label,
.lp.ai-playlist.component .mat-form-field-label,
.lp.opta-tags.component .mat-form-field-label,
.lp.fantasy-trade.component .mat-form-field-label,
.lp.camera-angles.component .mat-form-field-label,
.lp.media-details.component .mat-form-field-label {
  top: 0;
  height: 50px;
  line-height: 50px;
}
.lp.login.component.asu .mat-form-field-label,
.lp.forgot.component.asu .mat-form-field-label,
.lp.registration.component.asu .mat-form-field-label,
.lp.nav-search.component.asu .mat-form-field-label,
.lp.register.component.asu .mat-form-field-label,
.lp.confirm.component.asu .mat-form-field-label,
.lp.reset-password.component.asu .mat-form-field-label,
.lp.change-password.component.asu .mat-form-field-label,
.lp.create.component.asu .mat-form-field-label,
.lp.discover.component.asu .mat-form-field-label,
.lp.discover-form.component.asu .mat-form-field-label,
.tt.user-form.component.asu .mat-form-field-label,
.tt.tenant-form.component.asu .mat-form-field-label,
.lp.ai-scan.component.asu .mat-form-field-label,
.lp.ai-scan-form.component.asu .mat-form-field-label,
.lp.tag-search.component.asu .mat-form-field-label,
.lp.ai-search.component.asu .mat-form-field-label,
.lp.video-list.component.asu .mat-form-field-label,
.lp.scan-results.component.asu .mat-form-field-label,
.lp.playlist.component.asu .mat-form-field-label,
.lp.ai-playlist.component.asu .mat-form-field-label,
.lp.opta-tags.component.asu .mat-form-field-label,
.lp.fantasy-trade.component.asu .mat-form-field-label,
.lp.camera-angles.component.asu .mat-form-field-label,
.lp.media-details.component.asu .mat-form-field-label {
  padding-left: 0;
}
.lp.login.component .mat-form-field-invalid .mat-form-field-label,
.lp.forgot.component .mat-form-field-invalid .mat-form-field-label,
.lp.registration.component .mat-form-field-invalid .mat-form-field-label,
.lp.nav-search.component .mat-form-field-invalid .mat-form-field-label,
.lp.register.component .mat-form-field-invalid .mat-form-field-label,
.lp.confirm.component .mat-form-field-invalid .mat-form-field-label,
.lp.reset-password.component .mat-form-field-invalid .mat-form-field-label,
.lp.change-password.component .mat-form-field-invalid .mat-form-field-label,
.lp.create.component .mat-form-field-invalid .mat-form-field-label,
.lp.discover.component .mat-form-field-invalid .mat-form-field-label,
.lp.discover-form.component .mat-form-field-invalid .mat-form-field-label,
.tt.user-form.component .mat-form-field-invalid .mat-form-field-label,
.tt.tenant-form.component .mat-form-field-invalid .mat-form-field-label,
.lp.ai-scan.component .mat-form-field-invalid .mat-form-field-label,
.lp.ai-scan-form.component .mat-form-field-invalid .mat-form-field-label,
.lp.tag-search.component .mat-form-field-invalid .mat-form-field-label,
.lp.ai-search.component .mat-form-field-invalid .mat-form-field-label,
.lp.video-list.component .mat-form-field-invalid .mat-form-field-label,
.lp.scan-results.component .mat-form-field-invalid .mat-form-field-label,
.lp.playlist.component .mat-form-field-invalid .mat-form-field-label,
.lp.ai-playlist.component .mat-form-field-invalid .mat-form-field-label,
.lp.opta-tags.component .mat-form-field-invalid .mat-form-field-label,
.lp.fantasy-trade.component .mat-form-field-invalid .mat-form-field-label,
.lp.camera-angles.component .mat-form-field-invalid .mat-form-field-label,
.lp.media-details.component .mat-form-field-invalid .mat-form-field-label {
  color: inherit;
}
.lp.login.component .mat-form-field-infix,
.lp.forgot.component .mat-form-field-infix,
.lp.registration.component .mat-form-field-infix,
.lp.nav-search.component .mat-form-field-infix,
.lp.register.component .mat-form-field-infix,
.lp.confirm.component .mat-form-field-infix,
.lp.reset-password.component .mat-form-field-infix,
.lp.change-password.component .mat-form-field-infix,
.lp.create.component .mat-form-field-infix,
.lp.discover.component .mat-form-field-infix,
.lp.discover-form.component .mat-form-field-infix,
.tt.user-form.component .mat-form-field-infix,
.tt.tenant-form.component .mat-form-field-infix,
.lp.ai-scan.component .mat-form-field-infix,
.lp.ai-scan-form.component .mat-form-field-infix,
.lp.tag-search.component .mat-form-field-infix,
.lp.ai-search.component .mat-form-field-infix,
.lp.video-list.component .mat-form-field-infix,
.lp.scan-results.component .mat-form-field-infix,
.lp.playlist.component .mat-form-field-infix,
.lp.ai-playlist.component .mat-form-field-infix,
.lp.opta-tags.component .mat-form-field-infix,
.lp.fantasy-trade.component .mat-form-field-infix,
.lp.camera-angles.component .mat-form-field-infix,
.lp.media-details.component .mat-form-field-infix {
  border-top: 0;
  padding: 0;
}
.lp.login.component .mat-form-field-infix input,
.lp.forgot.component .mat-form-field-infix input,
.lp.registration.component .mat-form-field-infix input,
.lp.nav-search.component .mat-form-field-infix input,
.lp.register.component .mat-form-field-infix input,
.lp.confirm.component .mat-form-field-infix input,
.lp.reset-password.component .mat-form-field-infix input,
.lp.change-password.component .mat-form-field-infix input,
.lp.create.component .mat-form-field-infix input,
.lp.discover.component .mat-form-field-infix input,
.lp.discover-form.component .mat-form-field-infix input,
.tt.user-form.component .mat-form-field-infix input,
.tt.tenant-form.component .mat-form-field-infix input,
.lp.ai-scan.component .mat-form-field-infix input,
.lp.ai-scan-form.component .mat-form-field-infix input,
.lp.tag-search.component .mat-form-field-infix input,
.lp.ai-search.component .mat-form-field-infix input,
.lp.video-list.component .mat-form-field-infix input,
.lp.scan-results.component .mat-form-field-infix input,
.lp.playlist.component .mat-form-field-infix input,
.lp.ai-playlist.component .mat-form-field-infix input,
.lp.opta-tags.component .mat-form-field-infix input,
.lp.fantasy-trade.component .mat-form-field-infix input,
.lp.camera-angles.component .mat-form-field-infix input,
.lp.media-details.component .mat-form-field-infix input {
  height: 50px;
}
.lp.login.component .mat-form-field-should-float .mat-form-field-label-wrapper,
.lp.login.component .mat-form-field-can-float .mat-form-field-autofill-control:-webkit-autofill + .mat-form-field-label-wrapper .mat-form-field-label,
.lp.forgot.component .mat-form-field-should-float .mat-form-field-label-wrapper,
.lp.forgot.component .mat-form-field-can-float .mat-form-field-autofill-control:-webkit-autofill + .mat-form-field-label-wrapper .mat-form-field-label,
.lp.registration.component .mat-form-field-should-float .mat-form-field-label-wrapper,
.lp.registration.component .mat-form-field-can-float .mat-form-field-autofill-control:-webkit-autofill + .mat-form-field-label-wrapper .mat-form-field-label,
.lp.nav-search.component .mat-form-field-should-float .mat-form-field-label-wrapper,
.lp.nav-search.component .mat-form-field-can-float .mat-form-field-autofill-control:-webkit-autofill + .mat-form-field-label-wrapper .mat-form-field-label,
.lp.register.component .mat-form-field-should-float .mat-form-field-label-wrapper,
.lp.register.component .mat-form-field-can-float .mat-form-field-autofill-control:-webkit-autofill + .mat-form-field-label-wrapper .mat-form-field-label,
.lp.confirm.component .mat-form-field-should-float .mat-form-field-label-wrapper,
.lp.confirm.component .mat-form-field-can-float .mat-form-field-autofill-control:-webkit-autofill + .mat-form-field-label-wrapper .mat-form-field-label,
.lp.reset-password.component .mat-form-field-should-float .mat-form-field-label-wrapper,
.lp.reset-password.component .mat-form-field-can-float .mat-form-field-autofill-control:-webkit-autofill + .mat-form-field-label-wrapper .mat-form-field-label,
.lp.change-password.component .mat-form-field-should-float .mat-form-field-label-wrapper,
.lp.change-password.component .mat-form-field-can-float .mat-form-field-autofill-control:-webkit-autofill + .mat-form-field-label-wrapper .mat-form-field-label,
.lp.create.component .mat-form-field-should-float .mat-form-field-label-wrapper,
.lp.create.component .mat-form-field-can-float .mat-form-field-autofill-control:-webkit-autofill + .mat-form-field-label-wrapper .mat-form-field-label,
.lp.discover.component .mat-form-field-should-float .mat-form-field-label-wrapper,
.lp.discover.component .mat-form-field-can-float .mat-form-field-autofill-control:-webkit-autofill + .mat-form-field-label-wrapper .mat-form-field-label,
.lp.discover-form.component .mat-form-field-should-float .mat-form-field-label-wrapper,
.lp.discover-form.component .mat-form-field-can-float .mat-form-field-autofill-control:-webkit-autofill + .mat-form-field-label-wrapper .mat-form-field-label,
.tt.user-form.component .mat-form-field-should-float .mat-form-field-label-wrapper,
.tt.user-form.component .mat-form-field-can-float .mat-form-field-autofill-control:-webkit-autofill + .mat-form-field-label-wrapper .mat-form-field-label,
.tt.tenant-form.component .mat-form-field-should-float .mat-form-field-label-wrapper,
.tt.tenant-form.component .mat-form-field-can-float .mat-form-field-autofill-control:-webkit-autofill + .mat-form-field-label-wrapper .mat-form-field-label,
.lp.ai-scan.component .mat-form-field-should-float .mat-form-field-label-wrapper,
.lp.ai-scan.component .mat-form-field-can-float .mat-form-field-autofill-control:-webkit-autofill + .mat-form-field-label-wrapper .mat-form-field-label,
.lp.ai-scan-form.component .mat-form-field-should-float .mat-form-field-label-wrapper,
.lp.ai-scan-form.component .mat-form-field-can-float .mat-form-field-autofill-control:-webkit-autofill + .mat-form-field-label-wrapper .mat-form-field-label,
.lp.tag-search.component .mat-form-field-should-float .mat-form-field-label-wrapper,
.lp.tag-search.component .mat-form-field-can-float .mat-form-field-autofill-control:-webkit-autofill + .mat-form-field-label-wrapper .mat-form-field-label,
.lp.ai-search.component .mat-form-field-should-float .mat-form-field-label-wrapper,
.lp.ai-search.component .mat-form-field-can-float .mat-form-field-autofill-control:-webkit-autofill + .mat-form-field-label-wrapper .mat-form-field-label,
.lp.video-list.component .mat-form-field-should-float .mat-form-field-label-wrapper,
.lp.video-list.component .mat-form-field-can-float .mat-form-field-autofill-control:-webkit-autofill + .mat-form-field-label-wrapper .mat-form-field-label,
.lp.scan-results.component .mat-form-field-should-float .mat-form-field-label-wrapper,
.lp.scan-results.component .mat-form-field-can-float .mat-form-field-autofill-control:-webkit-autofill + .mat-form-field-label-wrapper .mat-form-field-label,
.lp.playlist.component .mat-form-field-should-float .mat-form-field-label-wrapper,
.lp.playlist.component .mat-form-field-can-float .mat-form-field-autofill-control:-webkit-autofill + .mat-form-field-label-wrapper .mat-form-field-label,
.lp.ai-playlist.component .mat-form-field-should-float .mat-form-field-label-wrapper,
.lp.ai-playlist.component .mat-form-field-can-float .mat-form-field-autofill-control:-webkit-autofill + .mat-form-field-label-wrapper .mat-form-field-label,
.lp.opta-tags.component .mat-form-field-should-float .mat-form-field-label-wrapper,
.lp.opta-tags.component .mat-form-field-can-float .mat-form-field-autofill-control:-webkit-autofill + .mat-form-field-label-wrapper .mat-form-field-label,
.lp.fantasy-trade.component .mat-form-field-should-float .mat-form-field-label-wrapper,
.lp.fantasy-trade.component .mat-form-field-can-float .mat-form-field-autofill-control:-webkit-autofill + .mat-form-field-label-wrapper .mat-form-field-label,
.lp.camera-angles.component .mat-form-field-should-float .mat-form-field-label-wrapper,
.lp.camera-angles.component .mat-form-field-can-float .mat-form-field-autofill-control:-webkit-autofill + .mat-form-field-label-wrapper .mat-form-field-label,
.lp.media-details.component .mat-form-field-should-float .mat-form-field-label-wrapper,
.lp.media-details.component .mat-form-field-can-float .mat-form-field-autofill-control:-webkit-autofill + .mat-form-field-label-wrapper .mat-form-field-label {
  display: none;
}
.lp.login.component .mat-form-field-ripple,
.lp.forgot.component .mat-form-field-ripple,
.lp.registration.component .mat-form-field-ripple,
.lp.nav-search.component .mat-form-field-ripple,
.lp.register.component .mat-form-field-ripple,
.lp.confirm.component .mat-form-field-ripple,
.lp.reset-password.component .mat-form-field-ripple,
.lp.change-password.component .mat-form-field-ripple,
.lp.create.component .mat-form-field-ripple,
.lp.discover.component .mat-form-field-ripple,
.lp.discover-form.component .mat-form-field-ripple,
.tt.user-form.component .mat-form-field-ripple,
.tt.tenant-form.component .mat-form-field-ripple,
.lp.ai-scan.component .mat-form-field-ripple,
.lp.ai-scan-form.component .mat-form-field-ripple,
.lp.tag-search.component .mat-form-field-ripple,
.lp.ai-search.component .mat-form-field-ripple,
.lp.video-list.component .mat-form-field-ripple,
.lp.scan-results.component .mat-form-field-ripple,
.lp.playlist.component .mat-form-field-ripple,
.lp.ai-playlist.component .mat-form-field-ripple,
.lp.opta-tags.component .mat-form-field-ripple,
.lp.fantasy-trade.component .mat-form-field-ripple,
.lp.camera-angles.component .mat-form-field-ripple,
.lp.media-details.component .mat-form-field-ripple {
  background-color: transparent;
}
.lp.login.component .border-colored .mat-form-field-underline,
.lp.forgot.component .border-colored .mat-form-field-underline,
.lp.registration.component .border-colored .mat-form-field-underline,
.lp.nav-search.component .border-colored .mat-form-field-underline,
.lp.register.component .border-colored .mat-form-field-underline,
.lp.confirm.component .border-colored .mat-form-field-underline,
.lp.reset-password.component .border-colored .mat-form-field-underline,
.lp.change-password.component .border-colored .mat-form-field-underline,
.lp.create.component .border-colored .mat-form-field-underline,
.lp.discover.component .border-colored .mat-form-field-underline,
.lp.discover-form.component .border-colored .mat-form-field-underline,
.tt.user-form.component .border-colored .mat-form-field-underline,
.tt.tenant-form.component .border-colored .mat-form-field-underline,
.lp.ai-scan.component .border-colored .mat-form-field-underline,
.lp.ai-scan-form.component .border-colored .mat-form-field-underline,
.lp.tag-search.component .border-colored .mat-form-field-underline,
.lp.ai-search.component .border-colored .mat-form-field-underline,
.lp.video-list.component .border-colored .mat-form-field-underline,
.lp.scan-results.component .border-colored .mat-form-field-underline,
.lp.playlist.component .border-colored .mat-form-field-underline,
.lp.ai-playlist.component .border-colored .mat-form-field-underline,
.lp.opta-tags.component .border-colored .mat-form-field-underline,
.lp.fantasy-trade.component .border-colored .mat-form-field-underline,
.lp.camera-angles.component .border-colored .mat-form-field-underline,
.lp.media-details.component .border-colored .mat-form-field-underline {
  display: none;
}
.lp.login.component .border-colored .mat-form-field-underline,
.lp.forgot.component .border-colored .mat-form-field-underline,
.lp.registration.component .border-colored .mat-form-field-underline,
.lp.nav-search.component .border-colored .mat-form-field-underline,
.lp.register.component .border-colored .mat-form-field-underline,
.lp.confirm.component .border-colored .mat-form-field-underline,
.lp.reset-password.component .border-colored .mat-form-field-underline,
.lp.change-password.component .border-colored .mat-form-field-underline,
.lp.create.component .border-colored .mat-form-field-underline,
.lp.discover.component .border-colored .mat-form-field-underline,
.lp.discover-form.component .border-colored .mat-form-field-underline,
.tt.user-form.component .border-colored .mat-form-field-underline,
.tt.tenant-form.component .border-colored .mat-form-field-underline,
.lp.ai-scan.component .border-colored .mat-form-field-underline,
.lp.ai-scan-form.component .border-colored .mat-form-field-underline,
.lp.tag-search.component .border-colored .mat-form-field-underline,
.lp.ai-search.component .border-colored .mat-form-field-underline,
.lp.video-list.component .border-colored .mat-form-field-underline,
.lp.scan-results.component .border-colored .mat-form-field-underline,
.lp.playlist.component .border-colored .mat-form-field-underline,
.lp.ai-playlist.component .border-colored .mat-form-field-underline,
.lp.opta-tags.component .border-colored .mat-form-field-underline,
.lp.fantasy-trade.component .border-colored .mat-form-field-underline,
.lp.camera-angles.component .border-colored .mat-form-field-underline,
.lp.media-details.component .border-colored .mat-form-field-underline {
  display: none;
}
.lp.login.component .mat-radio-ripple,
.lp.forgot.component .mat-radio-ripple,
.lp.registration.component .mat-radio-ripple,
.lp.nav-search.component .mat-radio-ripple,
.lp.register.component .mat-radio-ripple,
.lp.confirm.component .mat-radio-ripple,
.lp.reset-password.component .mat-radio-ripple,
.lp.change-password.component .mat-radio-ripple,
.lp.create.component .mat-radio-ripple,
.lp.discover.component .mat-radio-ripple,
.lp.discover-form.component .mat-radio-ripple,
.tt.user-form.component .mat-radio-ripple,
.tt.tenant-form.component .mat-radio-ripple,
.lp.ai-scan.component .mat-radio-ripple,
.lp.ai-scan-form.component .mat-radio-ripple,
.lp.tag-search.component .mat-radio-ripple,
.lp.ai-search.component .mat-radio-ripple,
.lp.video-list.component .mat-radio-ripple,
.lp.scan-results.component .mat-radio-ripple,
.lp.playlist.component .mat-radio-ripple,
.lp.ai-playlist.component .mat-radio-ripple,
.lp.opta-tags.component .mat-radio-ripple,
.lp.fantasy-trade.component .mat-radio-ripple,
.lp.camera-angles.component .mat-radio-ripple,
.lp.media-details.component .mat-radio-ripple {
  display: none;
}
.lp.login.component .mat-slider .mat-slider-track-background,
.lp.login.component .mat-slider .mat-slider-track-fill,
.lp.forgot.component .mat-slider .mat-slider-track-background,
.lp.forgot.component .mat-slider .mat-slider-track-fill,
.lp.registration.component .mat-slider .mat-slider-track-background,
.lp.registration.component .mat-slider .mat-slider-track-fill,
.lp.nav-search.component .mat-slider .mat-slider-track-background,
.lp.nav-search.component .mat-slider .mat-slider-track-fill,
.lp.register.component .mat-slider .mat-slider-track-background,
.lp.register.component .mat-slider .mat-slider-track-fill,
.lp.confirm.component .mat-slider .mat-slider-track-background,
.lp.confirm.component .mat-slider .mat-slider-track-fill,
.lp.reset-password.component .mat-slider .mat-slider-track-background,
.lp.reset-password.component .mat-slider .mat-slider-track-fill,
.lp.change-password.component .mat-slider .mat-slider-track-background,
.lp.change-password.component .mat-slider .mat-slider-track-fill,
.lp.create.component .mat-slider .mat-slider-track-background,
.lp.create.component .mat-slider .mat-slider-track-fill,
.lp.discover.component .mat-slider .mat-slider-track-background,
.lp.discover.component .mat-slider .mat-slider-track-fill,
.lp.discover-form.component .mat-slider .mat-slider-track-background,
.lp.discover-form.component .mat-slider .mat-slider-track-fill,
.tt.user-form.component .mat-slider .mat-slider-track-background,
.tt.user-form.component .mat-slider .mat-slider-track-fill,
.tt.tenant-form.component .mat-slider .mat-slider-track-background,
.tt.tenant-form.component .mat-slider .mat-slider-track-fill,
.lp.ai-scan.component .mat-slider .mat-slider-track-background,
.lp.ai-scan.component .mat-slider .mat-slider-track-fill,
.lp.ai-scan-form.component .mat-slider .mat-slider-track-background,
.lp.ai-scan-form.component .mat-slider .mat-slider-track-fill,
.lp.tag-search.component .mat-slider .mat-slider-track-background,
.lp.tag-search.component .mat-slider .mat-slider-track-fill,
.lp.ai-search.component .mat-slider .mat-slider-track-background,
.lp.ai-search.component .mat-slider .mat-slider-track-fill,
.lp.video-list.component .mat-slider .mat-slider-track-background,
.lp.video-list.component .mat-slider .mat-slider-track-fill,
.lp.scan-results.component .mat-slider .mat-slider-track-background,
.lp.scan-results.component .mat-slider .mat-slider-track-fill,
.lp.playlist.component .mat-slider .mat-slider-track-background,
.lp.playlist.component .mat-slider .mat-slider-track-fill,
.lp.ai-playlist.component .mat-slider .mat-slider-track-background,
.lp.ai-playlist.component .mat-slider .mat-slider-track-fill,
.lp.opta-tags.component .mat-slider .mat-slider-track-background,
.lp.opta-tags.component .mat-slider .mat-slider-track-fill,
.lp.fantasy-trade.component .mat-slider .mat-slider-track-background,
.lp.fantasy-trade.component .mat-slider .mat-slider-track-fill,
.lp.camera-angles.component .mat-slider .mat-slider-track-background,
.lp.camera-angles.component .mat-slider .mat-slider-track-fill,
.lp.media-details.component .mat-slider .mat-slider-track-background,
.lp.media-details.component .mat-slider .mat-slider-track-fill {
  background-color: transparent;
}
.lp.login.component .mat-slider .mat-slider-thumb,
.lp.forgot.component .mat-slider .mat-slider-thumb,
.lp.registration.component .mat-slider .mat-slider-thumb,
.lp.nav-search.component .mat-slider .mat-slider-thumb,
.lp.register.component .mat-slider .mat-slider-thumb,
.lp.confirm.component .mat-slider .mat-slider-thumb,
.lp.reset-password.component .mat-slider .mat-slider-thumb,
.lp.change-password.component .mat-slider .mat-slider-thumb,
.lp.create.component .mat-slider .mat-slider-thumb,
.lp.discover.component .mat-slider .mat-slider-thumb,
.lp.discover-form.component .mat-slider .mat-slider-thumb,
.tt.user-form.component .mat-slider .mat-slider-thumb,
.tt.tenant-form.component .mat-slider .mat-slider-thumb,
.lp.ai-scan.component .mat-slider .mat-slider-thumb,
.lp.ai-scan-form.component .mat-slider .mat-slider-thumb,
.lp.tag-search.component .mat-slider .mat-slider-thumb,
.lp.ai-search.component .mat-slider .mat-slider-thumb,
.lp.video-list.component .mat-slider .mat-slider-thumb,
.lp.scan-results.component .mat-slider .mat-slider-thumb,
.lp.playlist.component .mat-slider .mat-slider-thumb,
.lp.ai-playlist.component .mat-slider .mat-slider-thumb,
.lp.opta-tags.component .mat-slider .mat-slider-thumb,
.lp.fantasy-trade.component .mat-slider .mat-slider-thumb,
.lp.camera-angles.component .mat-slider .mat-slider-thumb,
.lp.media-details.component .mat-slider .mat-slider-thumb {
  width: 18px;
  height: 18px;
  right: -9px;
  bottom: -9px;
  transform: scale(1);
  background-color: #d42a19;
}
.lp.login.component .mat-form-field-label,
.lp.login.component .mat-form-field-infix .mat-input-element,
.lp.forgot.component .mat-form-field-label,
.lp.forgot.component .mat-form-field-infix .mat-input-element,
.lp.nav-search.component .mat-form-field-label,
.lp.nav-search.component .mat-form-field-infix .mat-input-element,
.lp.register.component .mat-form-field-label,
.lp.register.component .mat-form-field-infix .mat-input-element,
.lp.confirm.component .mat-form-field-label,
.lp.confirm.component .mat-form-field-infix .mat-input-element,
.lp.reset-password.component .mat-form-field-label,
.lp.reset-password.component .mat-form-field-infix .mat-input-element,
.lp.change-password.component .mat-form-field-label,
.lp.change-password.component .mat-form-field-infix .mat-input-element,
.lp.create.component .mat-form-field-label,
.lp.create.component .mat-form-field-infix .mat-input-element,
.lp.discover.component .mat-form-field-label,
.lp.discover.component .mat-form-field-infix .mat-input-element,
.lp.discover-form.component .mat-form-field-label,
.lp.discover-form.component .mat-form-field-infix .mat-input-element,
.tt.user-form.component .mat-form-field-label,
.tt.user-form.component .mat-form-field-infix .mat-input-element,
.tt.tenant-form.component .mat-form-field-label,
.tt.tenant-form.component .mat-form-field-infix .mat-input-element,
.lp.ai-playlist.component .mat-form-field-label,
.lp.ai-playlist.component .mat-form-field-infix .mat-input-element,
.lp.ai-scan.component .mat-form-field-label,
.lp.ai-scan.component .mat-form-field-infix .mat-input-element,
.lp.ai-scan-form.component .mat-form-field-label,
.lp.ai-scan-form.component .mat-form-field-infix .mat-input-element {
  padding: 0 60px 0 26px;
  width: calc(100% - 86px);
}
.lp.login.component .mat-form-field-underline,
.lp.forgot.component .mat-form-field-underline,
.lp.nav-search.component .mat-form-field-underline,
.lp.register.component .mat-form-field-underline,
.lp.confirm.component .mat-form-field-underline,
.lp.reset-password.component .mat-form-field-underline,
.lp.change-password.component .mat-form-field-underline,
.lp.create.component .mat-form-field-underline,
.lp.discover.component .mat-form-field-underline,
.lp.discover-form.component .mat-form-field-underline,
.tt.user-form.component .mat-form-field-underline,
.tt.tenant-form.component .mat-form-field-underline,
.lp.ai-playlist.component .mat-form-field-underline,
.lp.ai-scan.component .mat-form-field-underline,
.lp.ai-scan-form.component .mat-form-field-underline {
  display: none;
}
.lp.login.component .mat-checkbox-checked.mat-accent .mat-checkbox-background,
.lp.login.component .mat-checkbox-indeterminate.mat-accent .mat-checkbox-background,
.lp.forgot.component .mat-checkbox-checked.mat-accent .mat-checkbox-background,
.lp.forgot.component .mat-checkbox-indeterminate.mat-accent .mat-checkbox-background,
.lp.nav-search.component .mat-checkbox-checked.mat-accent .mat-checkbox-background,
.lp.nav-search.component .mat-checkbox-indeterminate.mat-accent .mat-checkbox-background,
.lp.register.component .mat-checkbox-checked.mat-accent .mat-checkbox-background,
.lp.register.component .mat-checkbox-indeterminate.mat-accent .mat-checkbox-background,
.lp.confirm.component .mat-checkbox-checked.mat-accent .mat-checkbox-background,
.lp.confirm.component .mat-checkbox-indeterminate.mat-accent .mat-checkbox-background,
.lp.reset-password.component .mat-checkbox-checked.mat-accent .mat-checkbox-background,
.lp.reset-password.component .mat-checkbox-indeterminate.mat-accent .mat-checkbox-background,
.lp.change-password.component .mat-checkbox-checked.mat-accent .mat-checkbox-background,
.lp.change-password.component .mat-checkbox-indeterminate.mat-accent .mat-checkbox-background,
.lp.create.component .mat-checkbox-checked.mat-accent .mat-checkbox-background,
.lp.create.component .mat-checkbox-indeterminate.mat-accent .mat-checkbox-background,
.lp.discover.component .mat-checkbox-checked.mat-accent .mat-checkbox-background,
.lp.discover.component .mat-checkbox-indeterminate.mat-accent .mat-checkbox-background,
.lp.discover-form.component .mat-checkbox-checked.mat-accent .mat-checkbox-background,
.lp.discover-form.component .mat-checkbox-indeterminate.mat-accent .mat-checkbox-background,
.tt.user-form.component .mat-checkbox-checked.mat-accent .mat-checkbox-background,
.tt.user-form.component .mat-checkbox-indeterminate.mat-accent .mat-checkbox-background,
.tt.tenant-form.component .mat-checkbox-checked.mat-accent .mat-checkbox-background,
.tt.tenant-form.component .mat-checkbox-indeterminate.mat-accent .mat-checkbox-background,
.lp.ai-playlist.component .mat-checkbox-checked.mat-accent .mat-checkbox-background,
.lp.ai-playlist.component .mat-checkbox-indeterminate.mat-accent .mat-checkbox-background,
.lp.ai-scan.component .mat-checkbox-checked.mat-accent .mat-checkbox-background,
.lp.ai-scan.component .mat-checkbox-indeterminate.mat-accent .mat-checkbox-background,
.lp.ai-scan-form.component .mat-checkbox-checked.mat-accent .mat-checkbox-background,
.lp.ai-scan-form.component .mat-checkbox-indeterminate.mat-accent .mat-checkbox-background {
  background-color: black;
}
.lp.login.component .mat-progress-bar-buffer,
.lp.forgot.component .mat-progress-bar-buffer,
.lp.nav-search.component .mat-progress-bar-buffer,
.lp.register.component .mat-progress-bar-buffer,
.lp.confirm.component .mat-progress-bar-buffer,
.lp.reset-password.component .mat-progress-bar-buffer,
.lp.change-password.component .mat-progress-bar-buffer,
.lp.create.component .mat-progress-bar-buffer,
.lp.discover.component .mat-progress-bar-buffer,
.lp.discover-form.component .mat-progress-bar-buffer,
.tt.user-form.component .mat-progress-bar-buffer,
.tt.tenant-form.component .mat-progress-bar-buffer,
.lp.ai-playlist.component .mat-progress-bar-buffer,
.lp.ai-scan.component .mat-progress-bar-buffer,
.lp.ai-scan-form.component .mat-progress-bar-buffer {
  background: none;
  border-radius: 0 0 2px 2px;
}
.lp.login.component svg.mat-progress-bar-background,
.lp.forgot.component svg.mat-progress-bar-background,
.lp.nav-search.component svg.mat-progress-bar-background,
.lp.register.component svg.mat-progress-bar-background,
.lp.confirm.component svg.mat-progress-bar-background,
.lp.reset-password.component svg.mat-progress-bar-background,
.lp.change-password.component svg.mat-progress-bar-background,
.lp.create.component svg.mat-progress-bar-background,
.lp.discover.component svg.mat-progress-bar-background,
.lp.discover-form.component svg.mat-progress-bar-background,
.tt.user-form.component svg.mat-progress-bar-background,
.tt.tenant-form.component svg.mat-progress-bar-background,
.lp.ai-playlist.component svg.mat-progress-bar-background,
.lp.ai-scan.component svg.mat-progress-bar-background,
.lp.ai-scan-form.component svg.mat-progress-bar-background {
  fill: transparent;
}
.lp.login.component .mat-button .mat-spinner,
.lp.forgot.component .mat-button .mat-spinner,
.lp.nav-search.component .mat-button .mat-spinner,
.lp.register.component .mat-button .mat-spinner,
.lp.confirm.component .mat-button .mat-spinner,
.lp.reset-password.component .mat-button .mat-spinner,
.lp.change-password.component .mat-button .mat-spinner,
.lp.create.component .mat-button .mat-spinner,
.lp.discover.component .mat-button .mat-spinner,
.lp.discover-form.component .mat-button .mat-spinner,
.tt.user-form.component .mat-button .mat-spinner,
.tt.tenant-form.component .mat-button .mat-spinner,
.lp.ai-playlist.component .mat-button .mat-spinner,
.lp.ai-scan.component .mat-button .mat-spinner,
.lp.ai-scan-form.component .mat-button .mat-spinner {
  display: inline-block;
}
.lp.login.component .mat-button .mat-progress-spinner circle,
.lp.login.component .mat-button .mat-spinner circle,
.lp.login.component form .mat-button .mat-progress-spinner circle,
.lp.login.component form .mat-button .mat-spinner circle,
.lp.forgot.component .mat-button .mat-progress-spinner circle,
.lp.forgot.component .mat-button .mat-spinner circle,
.lp.forgot.component form .mat-button .mat-progress-spinner circle,
.lp.forgot.component form .mat-button .mat-spinner circle,
.lp.nav-search.component .mat-button .mat-progress-spinner circle,
.lp.nav-search.component .mat-button .mat-spinner circle,
.lp.nav-search.component form .mat-button .mat-progress-spinner circle,
.lp.nav-search.component form .mat-button .mat-spinner circle,
.lp.register.component .mat-button .mat-progress-spinner circle,
.lp.register.component .mat-button .mat-spinner circle,
.lp.register.component form .mat-button .mat-progress-spinner circle,
.lp.register.component form .mat-button .mat-spinner circle,
.lp.confirm.component .mat-button .mat-progress-spinner circle,
.lp.confirm.component .mat-button .mat-spinner circle,
.lp.confirm.component form .mat-button .mat-progress-spinner circle,
.lp.confirm.component form .mat-button .mat-spinner circle,
.lp.reset-password.component .mat-button .mat-progress-spinner circle,
.lp.reset-password.component .mat-button .mat-spinner circle,
.lp.reset-password.component form .mat-button .mat-progress-spinner circle,
.lp.reset-password.component form .mat-button .mat-spinner circle,
.lp.change-password.component .mat-button .mat-progress-spinner circle,
.lp.change-password.component .mat-button .mat-spinner circle,
.lp.change-password.component form .mat-button .mat-progress-spinner circle,
.lp.change-password.component form .mat-button .mat-spinner circle,
.lp.create.component .mat-button .mat-progress-spinner circle,
.lp.create.component .mat-button .mat-spinner circle,
.lp.create.component form .mat-button .mat-progress-spinner circle,
.lp.create.component form .mat-button .mat-spinner circle,
.lp.discover.component .mat-button .mat-progress-spinner circle,
.lp.discover.component .mat-button .mat-spinner circle,
.lp.discover.component form .mat-button .mat-progress-spinner circle,
.lp.discover.component form .mat-button .mat-spinner circle,
.lp.discover-form.component .mat-button .mat-progress-spinner circle,
.lp.discover-form.component .mat-button .mat-spinner circle,
.lp.discover-form.component form .mat-button .mat-progress-spinner circle,
.lp.discover-form.component form .mat-button .mat-spinner circle,
.tt.user-form.component .mat-button .mat-progress-spinner circle,
.tt.user-form.component .mat-button .mat-spinner circle,
.tt.user-form.component form .mat-button .mat-progress-spinner circle,
.tt.user-form.component form .mat-button .mat-spinner circle,
.tt.tenant-form.component .mat-button .mat-progress-spinner circle,
.tt.tenant-form.component .mat-button .mat-spinner circle,
.tt.tenant-form.component form .mat-button .mat-progress-spinner circle,
.tt.tenant-form.component form .mat-button .mat-spinner circle,
.lp.ai-playlist.component .mat-button .mat-progress-spinner circle,
.lp.ai-playlist.component .mat-button .mat-spinner circle,
.lp.ai-playlist.component form .mat-button .mat-progress-spinner circle,
.lp.ai-playlist.component form .mat-button .mat-spinner circle,
.lp.ai-scan.component .mat-button .mat-progress-spinner circle,
.lp.ai-scan.component .mat-button .mat-spinner circle,
.lp.ai-scan.component form .mat-button .mat-progress-spinner circle,
.lp.ai-scan.component form .mat-button .mat-spinner circle,
.lp.ai-scan-form.component .mat-button .mat-progress-spinner circle,
.lp.ai-scan-form.component .mat-button .mat-spinner circle,
.lp.ai-scan-form.component form .mat-button .mat-progress-spinner circle,
.lp.ai-scan-form.component form .mat-button .mat-spinner circle {
  stroke: white;
}
.lp.login.component .mat-progress-bar-fill::after,
.lp.forgot.component .mat-progress-bar-fill::after,
.lp.nav-search.component .mat-progress-bar-fill::after,
.lp.register.component .mat-progress-bar-fill::after,
.lp.confirm.component .mat-progress-bar-fill::after,
.lp.reset-password.component .mat-progress-bar-fill::after,
.lp.change-password.component .mat-progress-bar-fill::after,
.lp.create.component .mat-progress-bar-fill::after,
.lp.discover.component .mat-progress-bar-fill::after,
.lp.discover-form.component .mat-progress-bar-fill::after,
.tt.user-form.component .mat-progress-bar-fill::after,
.tt.tenant-form.component .mat-progress-bar-fill::after,
.lp.ai-playlist.component .mat-progress-bar-fill::after,
.lp.ai-scan.component .mat-progress-bar-fill::after,
.lp.ai-scan-form.component .mat-progress-bar-fill::after {
  background-color: black;
}
.lp.ai-search.component.newstag .mat-progress-spinner circle,
.lp.ai-search.component.newstag .mat-spinner circle {
  stroke: #09ba9b;
}
.lp.ai-search.component.oksu .mat-progress-spinner circle,
.lp.ai-search.component.oksu .mat-spinner.oksu circle {
  stroke: #fa6300;
}
.lp.ai-search.component.asu .mat-progress-spinner circle,
.lp.ai-search.component.asu .mat-spinner.oksu circle {
  stroke: #8c1d40;
}
.lp.video-list.component .mat-progress-spinner.scan-status-spinner,
.lp.video-list.component .mat-spinner.scan-status-spinner {
  display: inline-block;
}
.lp.video-list.component .mat-button .mat-progress-spinner circle,
.lp.video-list.component .mat-button .mat-spinner circle {
  stroke: #09ba9b;
}
.lp.video-list.component .mat-progress-spinner.scan-status-spinner circle,
.lp.video-list.component .mat-spinner.scan-status-spinner circle {
  stroke: #09ba9b;
}
.lp.video-list.component .item-scan > .mat-progress-bar .mat-progress-bar-buffer {
  background: rgba(9, 186, 155, 0.3);
}
.lp.video-list.component .item-scan > .mat-progress-bar svg.mat-progress-bar-background {
  fill: transparent;
}
.lp.video-list.component .item-scan > .mat-progress-bar .mat-progress-bar-fill::after {
  background-color: #09ba9b;
}
.lp.scan-results.component .block-selected-face .face-info .info-photo .photo-face .mat-progress-spinner circle,
.lp.scan-results.component .block-selected-face .face-info .info-photo .photo-face .mat-progress-spinner circle {
  stroke: #09ba9b;
  stroke-width: 5px !important;
}
.tt.tenant-form.component .mat-form-field-label,
.tt.tenant-form.component .mat-form-field-infix .mat-input-element,
.tt.user-form.component .mat-form-field-label,
.tt.user-form.component .mat-form-field-infix .mat-input-element {
  padding: 0 29px 0 29px;
  width: calc(100% - 58px);
}
.lp.login.component.premier .mat-checkbox-checked.mat-accent .mat-checkbox-background,
.lp.login.component.premier .mat-checkbox-indeterminate.mat-accent .mat-checkbox-background,
.lp.forgot.component.premier .mat-checkbox-checked.mat-accent .mat-checkbox-background,
.lp.forgot.component.premier .mat-checkbox-indeterminate.mat-accent .mat-checkbox-background,
.lp.register.component.premier .mat-checkbox-checked.mat-accent .mat-checkbox-background,
.lp.register.component.premier .mat-checkbox-indeterminate.mat-accent .mat-checkbox-background,
.lp.confirm.component.premier .mat-checkbox-checked.mat-accent .mat-checkbox-background,
.lp.confirm.component.premier .mat-checkbox-indeterminate.mat-accent .mat-checkbox-background,
.lp.reset-password.component.premier .mat-checkbox-checked.mat-accent .mat-checkbox-background,
.lp.reset-password.component.premier .mat-checkbox-indeterminate.mat-accent .mat-checkbox-background,
.lp.change-password.component.premier .mat-checkbox-checked.mat-accent .mat-checkbox-background,
.lp.change-password.component.premier .mat-checkbox-indeterminate.mat-accent .mat-checkbox-background,
.lp.create.component.premier .mat-checkbox-checked.mat-accent .mat-checkbox-background,
.lp.create.component.premier .mat-checkbox-indeterminate.mat-accent .mat-checkbox-background,
.lp.discover.component.premier .mat-checkbox-checked.mat-accent .mat-checkbox-background,
.lp.discover.component.premier .mat-checkbox-indeterminate.mat-accent .mat-checkbox-background,
.tt.user-form.component.premier .mat-checkbox-checked.mat-accent .mat-checkbox-background,
.tt.user-form.component.premier .mat-checkbox-indeterminate.mat-accent .mat-checkbox-background,
.lp.ai-scan.component.premier .mat-checkbox-checked.mat-accent .mat-checkbox-background,
.lp.ai-scan.component.premier .mat-checkbox-indeterminate.mat-accent .mat-checkbox-background,
.lp.ai-scan-form.component.premier .mat-checkbox-checked.mat-accent .mat-checkbox-background,
.lp.ai-scan-form.component.premier .mat-checkbox-indeterminate.mat-accent .mat-checkbox-background {
  background-color: #38003c;
}
.lp.login.component.premier .mat-progress-bar-fill::after,
.lp.forgot.component.premier .mat-progress-bar-fill::after,
.lp.register.component.premier .mat-progress-bar-fill::after,
.lp.confirm.component.premier .mat-progress-bar-fill::after,
.lp.reset-password.component.premier .mat-progress-bar-fill::after,
.lp.change-password.component.premier .mat-progress-bar-fill::after,
.lp.create.component.premier .mat-progress-bar-fill::after,
.lp.discover.component.premier .mat-progress-bar-fill::after,
.tt.user-form.component.premier .mat-progress-bar-fill::after,
.lp.ai-scan.component.premier .mat-progress-bar-fill::after,
.lp.ai-scan-form.component.premier .mat-progress-bar-fill::after {
  background-color: #38003c;
}
.lp.share-dialog.component .mat-form-field-label-wrapper {
  top: 0;
  padding-top: 0;
}
.lp.share-dialog.component .mat-form-field-label,
.lp.share-dialog.component .mat-form-field-infix .mat-input-element {
  padding: 0 18px;
  width: calc(100% - 36px);
}
.lp.share-dialog.component .mat-form-field-label {
  top: 0;
  height: 33px;
  line-height: 33px;
}
.lp.share-dialog.component .mat-form-field-infix {
  border-top: 0;
  padding: 0;
}
.lp.share-dialog.component .mat-form-field-should-float .mat-form-field-label-wrapper {
  display: none;
}
.lp.share-dialog.component .mat-form-field-ripple {
  background-color: transparent;
}
.search-input .mat-form-field-wrapper .mat-form-field-underline {
  height: 0px;
}
.search-input .mat-form-field-wrapper .mat-form-field-label-wrapper .mat-form-field-label {
  height: 37px;
  line-height: 37px;
}
.lp.component .mat-radio-outer-circle,
.lp.component .mat-radio-button.mat-accent.mat-radio-checked .mat-radio-outer-circle {
  border-color: #09ba9b;
}
.lp.component .mat-radio-button.mat-accent .mat-radio-inner-circle {
  background-color: #09ba9b;
}
.lp.component.asu .mat-radio-outer-circle,
.lp.component.asu .mat-radio-button.mat-accent.mat-radio-checked .mat-radio-outer-circle {
  border-color: #333333;
}
.lp.component.asu .mat-radio-button.mat-accent .mat-radio-inner-circle {
  background-color: #333333;
}
.lp.component.premier .mat-radio-outer-circle,
.lp.component.premier .mat-radio-button.mat-accent.mat-radio-checked .mat-radio-outer-circle {
  border-color: #38003c;
}
.lp.component.premier .mat-radio-button.mat-accent .mat-radio-inner-circle {
  background-color: #38003c;
}
.lp.scan-results.component .scan-results-container .block .block-faces .faces-items .faces-item .mat-progress-spinner circle,
.lp.scan-results.component .scan-results-container .block .block-faces .faces-items .faces-item .mat-spinner circle {
  stroke: white;
}
.tt-form-field {
  font-size: 14px;
  color: #9AA2AC;
  height: 40px;
  line-height: 40px;
  padding: 0;
}
.tt-form-field .mat-form-field-wrapper {
  height: 40px;
  padding-bottom: 0;
}
.tt-form-field .mat-form-field-wrapper .mat-form-field-label,
.tt-form-field .mat-form-field-wrapper .mat-input-element {
  width: 100%;
  height: 40px;
  line-height: 40px;
  box-sizing: border-box;
}
.tt-form-field .mat-form-field-wrapper .mat-input-element::-webkit-input-placeholder, .tt-form-field .mat-form-field-wrapper .mat-form-field-label {
  color: var(--color-main-text-grey);
}
.tt-form-field .mat-form-field-wrapper .mat-input-element::-moz-placeholder, .tt-form-field .mat-form-field-wrapper .mat-form-field-label {
  color: var(--color-main-text-grey);
}
.tt-form-field .mat-form-field-wrapper .mat-input-element::-ms-input-placeholder, .tt-form-field .mat-form-field-wrapper .mat-form-field-label {
  color: var(--color-main-text-grey);
}
.tt-form-field .mat-form-field-wrapper .mat-input-element::placeholder, .tt-form-field .mat-form-field-wrapper .mat-form-field-label {
  color: var(--color-main-text-grey);
}
.tt-form-field .mat-form-field-wrapper .mat-form-field-label-wrapper {
  top: 0;
  padding-top: 0;
}
.tt-form-field .mat-form-field-wrapper .mat-form-field-label-wrapper .mat-form-field-label {
  top: 0;
  padding-left: 15px;
}
.tt-form-field .mat-form-field-wrapper .mat-input-element {
  caret-color: var(--color-main-select-border);
}
.tt-form-field .mat-form-field-wrapper .mat-form-field-underline {
  display: none;
}
.tt-form-field .mat-form-field-wrapper .mat-form-field-infix {
  border-radius: 7px;
  width: 100%;
  display: flex;
  align-items: center;
  padding: 0 15px;
  margin: 0;
  border: 1px solid var(--color-main-select-border);
  color: var(--color-main-text-grey);
  font-size: 14px;
  height: 40px;
  box-sizing: border-box;
}
.tt-form-field .mat-form-field-wrapper .mat-form-field-infix input {
  height: 40px;
  line-height: 40px;
}
.tt-form-field.tt-form-field-with-icon .mat-form-field-wrapper .mat-form-field-label-wrapper .mat-form-field-label {
  padding-left: 49px;
}
.tt-form-field.tt-form-field-with-icon mat-icon {
  min-width: 24px;
  margin-right: 10px;
}
.tt-form-field.tt-form-field-with-icon mat-icon path {
  stroke: var(--color-main-text-grey);
}
.lp.login.component .mat-checkbox-checked.mat-accent .mat-checkbox-background,
.lp.login.component .mat-checkbox-indeterminate.mat-accent .mat-checkbox-background {
  background-color: var(--color-main) !important;
}
.lp.login.component .mat-checkbox-checked.mat-accent .mat-checkbox-background .mat-checkbox-checkmark,
.lp.login.component .mat-checkbox-indeterminate.mat-accent .mat-checkbox-background .mat-checkbox-checkmark {
  fill: #000 !important;
}
.lp.login.component .mat-checkbox-checked.mat-accent .mat-checkbox-background .mat-checkbox-checkmark path,
.lp.login.component .mat-checkbox-indeterminate.mat-accent .mat-checkbox-background .mat-checkbox-checkmark path {
  stroke: #000 !important;
}
/**
 * Paths
 * Relative to `index.scss`
 */
/**
 * Fonts
 */
/**
 * Font Sizes
 */
/**
 * Colors
 */
.lp.assets-box.component .item-button-add .mat-button-ripple {
  display: none;
}
.lp.component .mat-button {
  border-radius: 0;
}
.lp.component .mat-slide-toggle.mat-checked:not(.mat-disabled) .mat-slide-toggle-thumb {
  background-color: #E95018;
}
.lp.component .mat-slide-toggle.mat-checked:not(.mat-disabled) .mat-slide-toggle-bar {
  background-color: rgba(220, 47, 44, 0.5);
}
.lp.component .mat-slide-toggle.mat-checked:not(.mat-disabled) .mat-slide-toggle-ripple > div {
  background-color: rgba(220, 47, 44, 0.1);
}
.lp.component.premier .mat-slide-toggle.mat-checked:not(.mat-disabled) .mat-slide-toggle-thumb {
  background-color: #e90052;
}
.lp.component.premier .mat-slide-toggle.mat-checked:not(.mat-disabled) .mat-slide-toggle-bar {
  background-color: rgba(233, 0, 82, 0.5);
}
.lp.component.premier .mat-slide-toggle.mat-checked:not(.mat-disabled) .mat-slide-toggle-ripple > div {
  background-color: rgba(233, 0, 82, 0.1);
}
button.mat-button-with-icon .mat-button-wrapper {
  display: flex;
  align-items: center;
}
button.mat-button-with-icon mat-icon {
  margin-right: 10px;
}
.lp.component button.mat-raised-button.tt-button,
.lp.component button.mat-button.tt-button {
  border-radius: 7px;
}
button.mat-raised-button.tt-button {
  flex-shrink: 0;
  line-height: 40px;
}
button.mat-raised-button.tt-button.mat-primary {
  background-color: var(--color-button-prymary);
  color: var(--color-button-prymary-text);
}
button.mat-raised-button.tt-button.mat-primary .mat-button-wrapper {
  color: var(--color-button-prymary-text);
}
button.mat-button.tt-button {
  flex-shrink: 0;
  line-height: 40px;
  background-color: var(--color-mat-button-bg);
  color: var(--color-mat-button-text);
  box-sizing: border-box;
  border: 1px solid var(--color-mat-button-border);
}
button.mat-mini-fab.tt-button.mat-primary {
  background-color: var(--color-button-prymary);
  color: var(--color-button-prymary-text);
}
button.mat-mini-fab.tt-button.mat-primary .mat-button-wrapper {
  color: var(--color-button-prymary-text);
}
button.mat-icon-button.tt-button.mat-primary {
  background-color: transparent;
  color: var(--color-button-prymary);
}
button.mat-icon-button.tt-button.mat-primary .mat-button-wrapper {
  color: var(--color-button-prymary);
}
a.tt-button,
a.tv-button,
button.mat-button.tv-button {
  display: flex;
  color: white;
  justify-content: center;
  align-items: center;
  padding: 17px 32px;
  height: 50px;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 600;
  line-height: 17px;
  letter-spacing: 0;
  text-align: center;
  border: 1px solid #E95018;
  box-sizing: border-box;
  text-decoration: none;
  background-color: #E95018;
  display: flex;
  align-items: center;
  justify-content: center;
}
a.tt-button mat-spinner,
a.tv-button mat-spinner,
button.mat-button.tv-button mat-spinner {
  position: absolute;
  left: 10px;
  top: 0;
  bottom: 0;
  margin: auto;
}
a.tt-button.tv-button-outlined,
a.tv-button.tv-button-outlined,
button.mat-button.tv-button.tv-button-outlined {
  background-color: transparent;
}
a.tt-button:disabled,
a.tv-button:disabled,
button.mat-button.tv-button:disabled {
  background-color: #383B3E;
  border-color: #383B3E;
  color: white;
  opacity: 0.5;
}
a.tt-button:disabled.tv-button-outlined,
a.tv-button:disabled.tv-button-outlined,
button.mat-button.tv-button:disabled.tv-button-outlined {
  border-color: #E95018;
  background-color: transparent;
}
/**
 * Paths
 * Relative to `index.scss`
 */
/**
 * Fonts
 */
/**
 * Font Sizes
 */
/**
 * Colors
 */
.mat-menu-content .mat-menu-item .item-icon {
  display: inline-block;
  width: 20px;
  margin-right: 5px;
}
.cdk-overlay-pane .mat-menu-panel {
  border-radius: 5px !important;
}
.burger-menu-item {
  height: 45px !important;
  font-family: "Montserrat", "sans-serif";
  font-weight: normal;
  font-size: 14px;
}
.burger-menu-item:first-child {
  padding-top: 7px !important;
}
.burger-menu-item:last-child {
  padding-bottom: 7px !important;
}
.burger-menu-item:hover {
  background-color: #E95018 !important;
}
.btn-user-item[aria-expanded=true] path {
  stroke: var(--color-main);
  fill: var(--color-main);
}
/**
 * Paths
 * Relative to `index.scss`
 */
/**
 * Fonts
 */
/**
 * Font Sizes
 */
/**
 * Colors
 */
.mat-dialog-container {
  padding: 0 !important;
  min-height: 200px;
}
mat-dialog-container .mat-dialog-actions {
  margin-bottom: 0;
}
.mat-dialog-container {
  background: transparent;
}
.lp.playlist-dialog.component,
.lp.message-dialog.component,
.lp.confirm-dialog.component,
.lp.assembly-dialog.component,
.lp.content-type-dialog.component,
.lp.edit-face-dialog.component,
.tt.name-dialog.component,
.tt.move-to-another-tenant-dialog.component,
.lp.share-dialog.component,
.lp.import-log-dialog.component,
.lp.save-to-paylist.component,
.lp.share-with-users-dialog.component,
.tt.upload-thumbnail-dialog.component,
.tt.widget-code-dialog.component,
.tt.upload-video-dialog.component,
.tt.render-request-details-dialog.component,
.lp.create-template-dialog.component,
.tt.render-confirm-dialog.component {
  border-radius: 15px;
  background-color: var(--color-main-bg-two);
  position: relative;
  min-width: 410px;
}
.lp.playlist-dialog.component .mat-dialog-title,
.lp.message-dialog.component .mat-dialog-title,
.lp.confirm-dialog.component .mat-dialog-title,
.lp.assembly-dialog.component .mat-dialog-title,
.lp.content-type-dialog.component .mat-dialog-title,
.lp.edit-face-dialog.component .mat-dialog-title,
.tt.name-dialog.component .mat-dialog-title,
.tt.move-to-another-tenant-dialog.component .mat-dialog-title,
.lp.share-dialog.component .mat-dialog-title,
.lp.import-log-dialog.component .mat-dialog-title,
.lp.save-to-paylist.component .mat-dialog-title,
.lp.share-with-users-dialog.component .mat-dialog-title,
.tt.upload-thumbnail-dialog.component .mat-dialog-title,
.tt.widget-code-dialog.component .mat-dialog-title,
.tt.upload-video-dialog.component .mat-dialog-title,
.tt.render-request-details-dialog.component .mat-dialog-title,
.lp.create-template-dialog.component .mat-dialog-title,
.tt.render-confirm-dialog.component .mat-dialog-title {
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 24px;
  line-height: 28px;
  color: var(--color-main-text-dark);
  padding: 50px;
  margin: 0;
  display: flex;
  align-items: center;
}
.lp.playlist-dialog.component .mat-dialog-title .mat-icon,
.lp.message-dialog.component .mat-dialog-title .mat-icon,
.lp.confirm-dialog.component .mat-dialog-title .mat-icon,
.lp.assembly-dialog.component .mat-dialog-title .mat-icon,
.lp.content-type-dialog.component .mat-dialog-title .mat-icon,
.lp.edit-face-dialog.component .mat-dialog-title .mat-icon,
.tt.name-dialog.component .mat-dialog-title .mat-icon,
.tt.move-to-another-tenant-dialog.component .mat-dialog-title .mat-icon,
.lp.share-dialog.component .mat-dialog-title .mat-icon,
.lp.import-log-dialog.component .mat-dialog-title .mat-icon,
.lp.save-to-paylist.component .mat-dialog-title .mat-icon,
.lp.share-with-users-dialog.component .mat-dialog-title .mat-icon,
.tt.upload-thumbnail-dialog.component .mat-dialog-title .mat-icon,
.tt.widget-code-dialog.component .mat-dialog-title .mat-icon,
.tt.upload-video-dialog.component .mat-dialog-title .mat-icon,
.tt.render-request-details-dialog.component .mat-dialog-title .mat-icon,
.lp.create-template-dialog.component .mat-dialog-title .mat-icon,
.tt.render-confirm-dialog.component .mat-dialog-title .mat-icon {
  margin-right: 15px;
}
.lp.playlist-dialog.component .mat-dialog-title .mat-icon svg,
.lp.message-dialog.component .mat-dialog-title .mat-icon svg,
.lp.confirm-dialog.component .mat-dialog-title .mat-icon svg,
.lp.assembly-dialog.component .mat-dialog-title .mat-icon svg,
.lp.content-type-dialog.component .mat-dialog-title .mat-icon svg,
.lp.edit-face-dialog.component .mat-dialog-title .mat-icon svg,
.tt.name-dialog.component .mat-dialog-title .mat-icon svg,
.tt.move-to-another-tenant-dialog.component .mat-dialog-title .mat-icon svg,
.lp.share-dialog.component .mat-dialog-title .mat-icon svg,
.lp.import-log-dialog.component .mat-dialog-title .mat-icon svg,
.lp.save-to-paylist.component .mat-dialog-title .mat-icon svg,
.lp.share-with-users-dialog.component .mat-dialog-title .mat-icon svg,
.tt.upload-thumbnail-dialog.component .mat-dialog-title .mat-icon svg,
.tt.widget-code-dialog.component .mat-dialog-title .mat-icon svg,
.tt.upload-video-dialog.component .mat-dialog-title .mat-icon svg,
.tt.render-request-details-dialog.component .mat-dialog-title .mat-icon svg,
.lp.create-template-dialog.component .mat-dialog-title .mat-icon svg,
.tt.render-confirm-dialog.component .mat-dialog-title .mat-icon svg {
  width: 25px;
  height: 25px;
}
.lp.playlist-dialog.component .mat-dialog-title .mat-icon svg > path,
.lp.message-dialog.component .mat-dialog-title .mat-icon svg > path,
.lp.confirm-dialog.component .mat-dialog-title .mat-icon svg > path,
.lp.assembly-dialog.component .mat-dialog-title .mat-icon svg > path,
.lp.content-type-dialog.component .mat-dialog-title .mat-icon svg > path,
.lp.edit-face-dialog.component .mat-dialog-title .mat-icon svg > path,
.tt.name-dialog.component .mat-dialog-title .mat-icon svg > path,
.tt.move-to-another-tenant-dialog.component .mat-dialog-title .mat-icon svg > path,
.lp.share-dialog.component .mat-dialog-title .mat-icon svg > path,
.lp.import-log-dialog.component .mat-dialog-title .mat-icon svg > path,
.lp.save-to-paylist.component .mat-dialog-title .mat-icon svg > path,
.lp.share-with-users-dialog.component .mat-dialog-title .mat-icon svg > path,
.tt.upload-thumbnail-dialog.component .mat-dialog-title .mat-icon svg > path,
.tt.widget-code-dialog.component .mat-dialog-title .mat-icon svg > path,
.tt.upload-video-dialog.component .mat-dialog-title .mat-icon svg > path,
.tt.render-request-details-dialog.component .mat-dialog-title .mat-icon svg > path,
.lp.create-template-dialog.component .mat-dialog-title .mat-icon svg > path,
.tt.render-confirm-dialog.component .mat-dialog-title .mat-icon svg > path {
  fill: var(--color-main);
}
.lp.playlist-dialog.component .close-dialog-button,
.lp.message-dialog.component .close-dialog-button,
.lp.confirm-dialog.component .close-dialog-button,
.lp.assembly-dialog.component .close-dialog-button,
.lp.content-type-dialog.component .close-dialog-button,
.lp.edit-face-dialog.component .close-dialog-button,
.tt.name-dialog.component .close-dialog-button,
.tt.move-to-another-tenant-dialog.component .close-dialog-button,
.lp.share-dialog.component .close-dialog-button,
.lp.import-log-dialog.component .close-dialog-button,
.lp.save-to-paylist.component .close-dialog-button,
.lp.share-with-users-dialog.component .close-dialog-button,
.tt.upload-thumbnail-dialog.component .close-dialog-button,
.tt.widget-code-dialog.component .close-dialog-button,
.tt.upload-video-dialog.component .close-dialog-button,
.tt.render-request-details-dialog.component .close-dialog-button,
.lp.create-template-dialog.component .close-dialog-button,
.tt.render-confirm-dialog.component .close-dialog-button {
  width: 24px;
  height: 24px;
  background: url('close.16b5c92b3615782c46b7.svg') center no-repeat var(--color-main);
  background-size: 10px;
  position: absolute;
  top: 17px;
  right: 18px;
}
.lp.playlist-dialog.component .mat-dialog-content,
.lp.message-dialog.component .mat-dialog-content,
.lp.confirm-dialog.component .mat-dialog-content,
.lp.assembly-dialog.component .mat-dialog-content,
.lp.content-type-dialog.component .mat-dialog-content,
.lp.edit-face-dialog.component .mat-dialog-content,
.tt.name-dialog.component .mat-dialog-content,
.tt.move-to-another-tenant-dialog.component .mat-dialog-content,
.lp.share-dialog.component .mat-dialog-content,
.lp.import-log-dialog.component .mat-dialog-content,
.lp.save-to-paylist.component .mat-dialog-content,
.lp.share-with-users-dialog.component .mat-dialog-content,
.tt.upload-thumbnail-dialog.component .mat-dialog-content,
.tt.widget-code-dialog.component .mat-dialog-content,
.tt.upload-video-dialog.component .mat-dialog-content,
.tt.render-request-details-dialog.component .mat-dialog-content,
.lp.create-template-dialog.component .mat-dialog-content,
.tt.render-confirm-dialog.component .mat-dialog-content {
  margin: 0;
  padding: 0 50px;
}
.lp.playlist-dialog.component .mat-dialog-content .mat-form-field,
.lp.message-dialog.component .mat-dialog-content .mat-form-field,
.lp.confirm-dialog.component .mat-dialog-content .mat-form-field,
.lp.assembly-dialog.component .mat-dialog-content .mat-form-field,
.lp.content-type-dialog.component .mat-dialog-content .mat-form-field,
.lp.edit-face-dialog.component .mat-dialog-content .mat-form-field,
.tt.name-dialog.component .mat-dialog-content .mat-form-field,
.tt.move-to-another-tenant-dialog.component .mat-dialog-content .mat-form-field,
.lp.share-dialog.component .mat-dialog-content .mat-form-field,
.lp.import-log-dialog.component .mat-dialog-content .mat-form-field,
.lp.save-to-paylist.component .mat-dialog-content .mat-form-field,
.lp.share-with-users-dialog.component .mat-dialog-content .mat-form-field,
.tt.upload-thumbnail-dialog.component .mat-dialog-content .mat-form-field,
.tt.widget-code-dialog.component .mat-dialog-content .mat-form-field,
.tt.upload-video-dialog.component .mat-dialog-content .mat-form-field,
.tt.render-request-details-dialog.component .mat-dialog-content .mat-form-field,
.lp.create-template-dialog.component .mat-dialog-content .mat-form-field,
.tt.render-confirm-dialog.component .mat-dialog-content .mat-form-field {
  display: block;
}
.lp.playlist-dialog.component .mat-dialog-content .mat-form-field .mat-form-field-wrapper,
.lp.message-dialog.component .mat-dialog-content .mat-form-field .mat-form-field-wrapper,
.lp.confirm-dialog.component .mat-dialog-content .mat-form-field .mat-form-field-wrapper,
.lp.assembly-dialog.component .mat-dialog-content .mat-form-field .mat-form-field-wrapper,
.lp.content-type-dialog.component .mat-dialog-content .mat-form-field .mat-form-field-wrapper,
.lp.edit-face-dialog.component .mat-dialog-content .mat-form-field .mat-form-field-wrapper,
.tt.name-dialog.component .mat-dialog-content .mat-form-field .mat-form-field-wrapper,
.tt.move-to-another-tenant-dialog.component .mat-dialog-content .mat-form-field .mat-form-field-wrapper,
.lp.share-dialog.component .mat-dialog-content .mat-form-field .mat-form-field-wrapper,
.lp.import-log-dialog.component .mat-dialog-content .mat-form-field .mat-form-field-wrapper,
.lp.save-to-paylist.component .mat-dialog-content .mat-form-field .mat-form-field-wrapper,
.lp.share-with-users-dialog.component .mat-dialog-content .mat-form-field .mat-form-field-wrapper,
.tt.upload-thumbnail-dialog.component .mat-dialog-content .mat-form-field .mat-form-field-wrapper,
.tt.widget-code-dialog.component .mat-dialog-content .mat-form-field .mat-form-field-wrapper,
.tt.upload-video-dialog.component .mat-dialog-content .mat-form-field .mat-form-field-wrapper,
.tt.render-request-details-dialog.component .mat-dialog-content .mat-form-field .mat-form-field-wrapper,
.lp.create-template-dialog.component .mat-dialog-content .mat-form-field .mat-form-field-wrapper,
.tt.render-confirm-dialog.component .mat-dialog-content .mat-form-field .mat-form-field-wrapper {
  padding-bottom: 0;
  margin-bottom: 25px;
  height: 55px;
  line-height: 55px;
  border-radius: 7px;
  border: 1px solid var(--color-dialog-input-border);
}
.lp.playlist-dialog.component .mat-dialog-content .mat-form-field.mat-focused .mat-form-field-wrapper,
.lp.message-dialog.component .mat-dialog-content .mat-form-field.mat-focused .mat-form-field-wrapper,
.lp.confirm-dialog.component .mat-dialog-content .mat-form-field.mat-focused .mat-form-field-wrapper,
.lp.assembly-dialog.component .mat-dialog-content .mat-form-field.mat-focused .mat-form-field-wrapper,
.lp.content-type-dialog.component .mat-dialog-content .mat-form-field.mat-focused .mat-form-field-wrapper,
.lp.edit-face-dialog.component .mat-dialog-content .mat-form-field.mat-focused .mat-form-field-wrapper,
.tt.name-dialog.component .mat-dialog-content .mat-form-field.mat-focused .mat-form-field-wrapper,
.tt.move-to-another-tenant-dialog.component .mat-dialog-content .mat-form-field.mat-focused .mat-form-field-wrapper,
.lp.share-dialog.component .mat-dialog-content .mat-form-field.mat-focused .mat-form-field-wrapper,
.lp.import-log-dialog.component .mat-dialog-content .mat-form-field.mat-focused .mat-form-field-wrapper,
.lp.save-to-paylist.component .mat-dialog-content .mat-form-field.mat-focused .mat-form-field-wrapper,
.lp.share-with-users-dialog.component .mat-dialog-content .mat-form-field.mat-focused .mat-form-field-wrapper,
.tt.upload-thumbnail-dialog.component .mat-dialog-content .mat-form-field.mat-focused .mat-form-field-wrapper,
.tt.widget-code-dialog.component .mat-dialog-content .mat-form-field.mat-focused .mat-form-field-wrapper,
.tt.upload-video-dialog.component .mat-dialog-content .mat-form-field.mat-focused .mat-form-field-wrapper,
.tt.render-request-details-dialog.component .mat-dialog-content .mat-form-field.mat-focused .mat-form-field-wrapper,
.lp.create-template-dialog.component .mat-dialog-content .mat-form-field.mat-focused .mat-form-field-wrapper,
.tt.render-confirm-dialog.component .mat-dialog-content .mat-form-field.mat-focused .mat-form-field-wrapper {
  border: 1px solid var(--color-dialog-input-active-border);
}
.lp.playlist-dialog.component .mat-dialog-content .mat-form-field .mat-select-disabled .mat-select-value,
.lp.message-dialog.component .mat-dialog-content .mat-form-field .mat-select-disabled .mat-select-value,
.lp.confirm-dialog.component .mat-dialog-content .mat-form-field .mat-select-disabled .mat-select-value,
.lp.assembly-dialog.component .mat-dialog-content .mat-form-field .mat-select-disabled .mat-select-value,
.lp.content-type-dialog.component .mat-dialog-content .mat-form-field .mat-select-disabled .mat-select-value,
.lp.edit-face-dialog.component .mat-dialog-content .mat-form-field .mat-select-disabled .mat-select-value,
.tt.name-dialog.component .mat-dialog-content .mat-form-field .mat-select-disabled .mat-select-value,
.tt.move-to-another-tenant-dialog.component .mat-dialog-content .mat-form-field .mat-select-disabled .mat-select-value,
.lp.share-dialog.component .mat-dialog-content .mat-form-field .mat-select-disabled .mat-select-value,
.lp.import-log-dialog.component .mat-dialog-content .mat-form-field .mat-select-disabled .mat-select-value,
.lp.save-to-paylist.component .mat-dialog-content .mat-form-field .mat-select-disabled .mat-select-value,
.lp.share-with-users-dialog.component .mat-dialog-content .mat-form-field .mat-select-disabled .mat-select-value,
.tt.upload-thumbnail-dialog.component .mat-dialog-content .mat-form-field .mat-select-disabled .mat-select-value,
.tt.widget-code-dialog.component .mat-dialog-content .mat-form-field .mat-select-disabled .mat-select-value,
.tt.upload-video-dialog.component .mat-dialog-content .mat-form-field .mat-select-disabled .mat-select-value,
.tt.render-request-details-dialog.component .mat-dialog-content .mat-form-field .mat-select-disabled .mat-select-value,
.lp.create-template-dialog.component .mat-dialog-content .mat-form-field .mat-select-disabled .mat-select-value,
.tt.render-confirm-dialog.component .mat-dialog-content .mat-form-field .mat-select-disabled .mat-select-value {
  color: var(--color-dialog-input-text);
  caret-color: var(--color-dialog-input-text);
}
.lp.playlist-dialog.component .mat-dialog-content .mat-form-field.mat-focused .mat-select-disabled .mat-select-value,
.lp.message-dialog.component .mat-dialog-content .mat-form-field.mat-focused .mat-select-disabled .mat-select-value,
.lp.confirm-dialog.component .mat-dialog-content .mat-form-field.mat-focused .mat-select-disabled .mat-select-value,
.lp.assembly-dialog.component .mat-dialog-content .mat-form-field.mat-focused .mat-select-disabled .mat-select-value,
.lp.content-type-dialog.component .mat-dialog-content .mat-form-field.mat-focused .mat-select-disabled .mat-select-value,
.lp.edit-face-dialog.component .mat-dialog-content .mat-form-field.mat-focused .mat-select-disabled .mat-select-value,
.tt.name-dialog.component .mat-dialog-content .mat-form-field.mat-focused .mat-select-disabled .mat-select-value,
.tt.move-to-another-tenant-dialog.component .mat-dialog-content .mat-form-field.mat-focused .mat-select-disabled .mat-select-value,
.lp.share-dialog.component .mat-dialog-content .mat-form-field.mat-focused .mat-select-disabled .mat-select-value,
.lp.import-log-dialog.component .mat-dialog-content .mat-form-field.mat-focused .mat-select-disabled .mat-select-value,
.lp.save-to-paylist.component .mat-dialog-content .mat-form-field.mat-focused .mat-select-disabled .mat-select-value,
.lp.share-with-users-dialog.component .mat-dialog-content .mat-form-field.mat-focused .mat-select-disabled .mat-select-value,
.tt.upload-thumbnail-dialog.component .mat-dialog-content .mat-form-field.mat-focused .mat-select-disabled .mat-select-value,
.tt.widget-code-dialog.component .mat-dialog-content .mat-form-field.mat-focused .mat-select-disabled .mat-select-value,
.tt.upload-video-dialog.component .mat-dialog-content .mat-form-field.mat-focused .mat-select-disabled .mat-select-value,
.tt.render-request-details-dialog.component .mat-dialog-content .mat-form-field.mat-focused .mat-select-disabled .mat-select-value,
.lp.create-template-dialog.component .mat-dialog-content .mat-form-field.mat-focused .mat-select-disabled .mat-select-value,
.tt.render-confirm-dialog.component .mat-dialog-content .mat-form-field.mat-focused .mat-select-disabled .mat-select-value {
  color: var(--color-dialog-input-active-text);
  caret-color: var(--color-dialog-input-active-text);
}
.lp.playlist-dialog.component .mat-dialog-content .mat-form-field .mat-select-trigger,
.lp.message-dialog.component .mat-dialog-content .mat-form-field .mat-select-trigger,
.lp.confirm-dialog.component .mat-dialog-content .mat-form-field .mat-select-trigger,
.lp.assembly-dialog.component .mat-dialog-content .mat-form-field .mat-select-trigger,
.lp.content-type-dialog.component .mat-dialog-content .mat-form-field .mat-select-trigger,
.lp.edit-face-dialog.component .mat-dialog-content .mat-form-field .mat-select-trigger,
.tt.name-dialog.component .mat-dialog-content .mat-form-field .mat-select-trigger,
.tt.move-to-another-tenant-dialog.component .mat-dialog-content .mat-form-field .mat-select-trigger,
.lp.share-dialog.component .mat-dialog-content .mat-form-field .mat-select-trigger,
.lp.import-log-dialog.component .mat-dialog-content .mat-form-field .mat-select-trigger,
.lp.save-to-paylist.component .mat-dialog-content .mat-form-field .mat-select-trigger,
.lp.share-with-users-dialog.component .mat-dialog-content .mat-form-field .mat-select-trigger,
.tt.upload-thumbnail-dialog.component .mat-dialog-content .mat-form-field .mat-select-trigger,
.tt.widget-code-dialog.component .mat-dialog-content .mat-form-field .mat-select-trigger,
.tt.upload-video-dialog.component .mat-dialog-content .mat-form-field .mat-select-trigger,
.tt.render-request-details-dialog.component .mat-dialog-content .mat-form-field .mat-select-trigger,
.lp.create-template-dialog.component .mat-dialog-content .mat-form-field .mat-select-trigger,
.tt.render-confirm-dialog.component .mat-dialog-content .mat-form-field .mat-select-trigger {
  width: 100%;
}
.lp.playlist-dialog.component .mat-dialog-content .mat-form-field .mat-select-value-text,
.lp.message-dialog.component .mat-dialog-content .mat-form-field .mat-select-value-text,
.lp.confirm-dialog.component .mat-dialog-content .mat-form-field .mat-select-value-text,
.lp.assembly-dialog.component .mat-dialog-content .mat-form-field .mat-select-value-text,
.lp.content-type-dialog.component .mat-dialog-content .mat-form-field .mat-select-value-text,
.lp.edit-face-dialog.component .mat-dialog-content .mat-form-field .mat-select-value-text,
.tt.name-dialog.component .mat-dialog-content .mat-form-field .mat-select-value-text,
.tt.move-to-another-tenant-dialog.component .mat-dialog-content .mat-form-field .mat-select-value-text,
.lp.share-dialog.component .mat-dialog-content .mat-form-field .mat-select-value-text,
.lp.import-log-dialog.component .mat-dialog-content .mat-form-field .mat-select-value-text,
.lp.save-to-paylist.component .mat-dialog-content .mat-form-field .mat-select-value-text,
.lp.share-with-users-dialog.component .mat-dialog-content .mat-form-field .mat-select-value-text,
.tt.upload-thumbnail-dialog.component .mat-dialog-content .mat-form-field .mat-select-value-text,
.tt.widget-code-dialog.component .mat-dialog-content .mat-form-field .mat-select-value-text,
.tt.upload-video-dialog.component .mat-dialog-content .mat-form-field .mat-select-value-text,
.tt.render-request-details-dialog.component .mat-dialog-content .mat-form-field .mat-select-value-text,
.lp.create-template-dialog.component .mat-dialog-content .mat-form-field .mat-select-value-text,
.tt.render-confirm-dialog.component .mat-dialog-content .mat-form-field .mat-select-value-text {
  padding: 31px 0 31px 31px;
}
.lp.playlist-dialog.component .mat-dialog-content .mat-form-field.mat-form-field-invalid .mat-form-field-label,
.lp.message-dialog.component .mat-dialog-content .mat-form-field.mat-form-field-invalid .mat-form-field-label,
.lp.confirm-dialog.component .mat-dialog-content .mat-form-field.mat-form-field-invalid .mat-form-field-label,
.lp.assembly-dialog.component .mat-dialog-content .mat-form-field.mat-form-field-invalid .mat-form-field-label,
.lp.content-type-dialog.component .mat-dialog-content .mat-form-field.mat-form-field-invalid .mat-form-field-label,
.lp.edit-face-dialog.component .mat-dialog-content .mat-form-field.mat-form-field-invalid .mat-form-field-label,
.tt.name-dialog.component .mat-dialog-content .mat-form-field.mat-form-field-invalid .mat-form-field-label,
.tt.move-to-another-tenant-dialog.component .mat-dialog-content .mat-form-field.mat-form-field-invalid .mat-form-field-label,
.lp.share-dialog.component .mat-dialog-content .mat-form-field.mat-form-field-invalid .mat-form-field-label,
.lp.import-log-dialog.component .mat-dialog-content .mat-form-field.mat-form-field-invalid .mat-form-field-label,
.lp.save-to-paylist.component .mat-dialog-content .mat-form-field.mat-form-field-invalid .mat-form-field-label,
.lp.share-with-users-dialog.component .mat-dialog-content .mat-form-field.mat-form-field-invalid .mat-form-field-label,
.tt.upload-thumbnail-dialog.component .mat-dialog-content .mat-form-field.mat-form-field-invalid .mat-form-field-label,
.tt.widget-code-dialog.component .mat-dialog-content .mat-form-field.mat-form-field-invalid .mat-form-field-label,
.tt.upload-video-dialog.component .mat-dialog-content .mat-form-field.mat-form-field-invalid .mat-form-field-label,
.tt.render-request-details-dialog.component .mat-dialog-content .mat-form-field.mat-form-field-invalid .mat-form-field-label,
.lp.create-template-dialog.component .mat-dialog-content .mat-form-field.mat-form-field-invalid .mat-form-field-label,
.tt.render-confirm-dialog.component .mat-dialog-content .mat-form-field.mat-form-field-invalid .mat-form-field-label {
  color: var(--color-dialog-input-text);
  caret-color: var(--color-dialog-input-text);
}
.lp.playlist-dialog.component .mat-dialog-content .mat-form-field.mat-focused .mat-form-field-label,
.lp.message-dialog.component .mat-dialog-content .mat-form-field.mat-focused .mat-form-field-label,
.lp.confirm-dialog.component .mat-dialog-content .mat-form-field.mat-focused .mat-form-field-label,
.lp.assembly-dialog.component .mat-dialog-content .mat-form-field.mat-focused .mat-form-field-label,
.lp.content-type-dialog.component .mat-dialog-content .mat-form-field.mat-focused .mat-form-field-label,
.lp.edit-face-dialog.component .mat-dialog-content .mat-form-field.mat-focused .mat-form-field-label,
.tt.name-dialog.component .mat-dialog-content .mat-form-field.mat-focused .mat-form-field-label,
.tt.move-to-another-tenant-dialog.component .mat-dialog-content .mat-form-field.mat-focused .mat-form-field-label,
.lp.share-dialog.component .mat-dialog-content .mat-form-field.mat-focused .mat-form-field-label,
.lp.import-log-dialog.component .mat-dialog-content .mat-form-field.mat-focused .mat-form-field-label,
.lp.save-to-paylist.component .mat-dialog-content .mat-form-field.mat-focused .mat-form-field-label,
.lp.share-with-users-dialog.component .mat-dialog-content .mat-form-field.mat-focused .mat-form-field-label,
.tt.upload-thumbnail-dialog.component .mat-dialog-content .mat-form-field.mat-focused .mat-form-field-label,
.tt.widget-code-dialog.component .mat-dialog-content .mat-form-field.mat-focused .mat-form-field-label,
.tt.upload-video-dialog.component .mat-dialog-content .mat-form-field.mat-focused .mat-form-field-label,
.tt.render-request-details-dialog.component .mat-dialog-content .mat-form-field.mat-focused .mat-form-field-label,
.lp.create-template-dialog.component .mat-dialog-content .mat-form-field.mat-focused .mat-form-field-label,
.tt.render-confirm-dialog.component .mat-dialog-content .mat-form-field.mat-focused .mat-form-field-label {
  color: var(--color-dialog-input-active-text);
  caret-color: var(--color-dialog-input-active-text);
}
.lp.playlist-dialog.component .mat-dialog-content .mat-input-element,
.lp.message-dialog.component .mat-dialog-content .mat-input-element,
.lp.confirm-dialog.component .mat-dialog-content .mat-input-element,
.lp.assembly-dialog.component .mat-dialog-content .mat-input-element,
.lp.content-type-dialog.component .mat-dialog-content .mat-input-element,
.lp.edit-face-dialog.component .mat-dialog-content .mat-input-element,
.tt.name-dialog.component .mat-dialog-content .mat-input-element,
.tt.move-to-another-tenant-dialog.component .mat-dialog-content .mat-input-element,
.lp.share-dialog.component .mat-dialog-content .mat-input-element,
.lp.import-log-dialog.component .mat-dialog-content .mat-input-element,
.lp.save-to-paylist.component .mat-dialog-content .mat-input-element,
.lp.share-with-users-dialog.component .mat-dialog-content .mat-input-element,
.tt.upload-thumbnail-dialog.component .mat-dialog-content .mat-input-element,
.tt.widget-code-dialog.component .mat-dialog-content .mat-input-element,
.tt.upload-video-dialog.component .mat-dialog-content .mat-input-element,
.tt.render-request-details-dialog.component .mat-dialog-content .mat-input-element,
.lp.create-template-dialog.component .mat-dialog-content .mat-input-element,
.tt.render-confirm-dialog.component .mat-dialog-content .mat-input-element {
  color: var(--color-dialog-input-text);
  caret-color: var(--color-dialog-input-text);
  padding: 0 31px;
  box-sizing: border-box;
}
.lp.playlist-dialog.component .mat-dialog-content .mat-form-field.mat-focused .mat-input-element,
.lp.message-dialog.component .mat-dialog-content .mat-form-field.mat-focused .mat-input-element,
.lp.confirm-dialog.component .mat-dialog-content .mat-form-field.mat-focused .mat-input-element,
.lp.assembly-dialog.component .mat-dialog-content .mat-form-field.mat-focused .mat-input-element,
.lp.content-type-dialog.component .mat-dialog-content .mat-form-field.mat-focused .mat-input-element,
.lp.edit-face-dialog.component .mat-dialog-content .mat-form-field.mat-focused .mat-input-element,
.tt.name-dialog.component .mat-dialog-content .mat-form-field.mat-focused .mat-input-element,
.tt.move-to-another-tenant-dialog.component .mat-dialog-content .mat-form-field.mat-focused .mat-input-element,
.lp.share-dialog.component .mat-dialog-content .mat-form-field.mat-focused .mat-input-element,
.lp.import-log-dialog.component .mat-dialog-content .mat-form-field.mat-focused .mat-input-element,
.lp.save-to-paylist.component .mat-dialog-content .mat-form-field.mat-focused .mat-input-element,
.lp.share-with-users-dialog.component .mat-dialog-content .mat-form-field.mat-focused .mat-input-element,
.tt.upload-thumbnail-dialog.component .mat-dialog-content .mat-form-field.mat-focused .mat-input-element,
.tt.widget-code-dialog.component .mat-dialog-content .mat-form-field.mat-focused .mat-input-element,
.tt.upload-video-dialog.component .mat-dialog-content .mat-form-field.mat-focused .mat-input-element,
.tt.render-request-details-dialog.component .mat-dialog-content .mat-form-field.mat-focused .mat-input-element,
.lp.create-template-dialog.component .mat-dialog-content .mat-form-field.mat-focused .mat-input-element,
.tt.render-confirm-dialog.component .mat-dialog-content .mat-form-field.mat-focused .mat-input-element {
  color: var(--color-dialog-input-active-text);
  caret-color: var(--color-dialog-input-active-text);
}
.lp.playlist-dialog.component .mat-dialog-content .mat-form-field-infix,
.lp.message-dialog.component .mat-dialog-content .mat-form-field-infix,
.lp.confirm-dialog.component .mat-dialog-content .mat-form-field-infix,
.lp.assembly-dialog.component .mat-dialog-content .mat-form-field-infix,
.lp.content-type-dialog.component .mat-dialog-content .mat-form-field-infix,
.lp.edit-face-dialog.component .mat-dialog-content .mat-form-field-infix,
.tt.name-dialog.component .mat-dialog-content .mat-form-field-infix,
.tt.move-to-another-tenant-dialog.component .mat-dialog-content .mat-form-field-infix,
.lp.share-dialog.component .mat-dialog-content .mat-form-field-infix,
.lp.import-log-dialog.component .mat-dialog-content .mat-form-field-infix,
.lp.save-to-paylist.component .mat-dialog-content .mat-form-field-infix,
.lp.share-with-users-dialog.component .mat-dialog-content .mat-form-field-infix,
.tt.upload-thumbnail-dialog.component .mat-dialog-content .mat-form-field-infix,
.tt.widget-code-dialog.component .mat-dialog-content .mat-form-field-infix,
.tt.upload-video-dialog.component .mat-dialog-content .mat-form-field-infix,
.tt.render-request-details-dialog.component .mat-dialog-content .mat-form-field-infix,
.lp.create-template-dialog.component .mat-dialog-content .mat-form-field-infix,
.tt.render-confirm-dialog.component .mat-dialog-content .mat-form-field-infix {
  border: 0;
  padding: 0;
}
.lp.playlist-dialog.component .mat-dialog-content .mat-select-arrow-wrapper,
.lp.message-dialog.component .mat-dialog-content .mat-select-arrow-wrapper,
.lp.confirm-dialog.component .mat-dialog-content .mat-select-arrow-wrapper,
.lp.assembly-dialog.component .mat-dialog-content .mat-select-arrow-wrapper,
.lp.content-type-dialog.component .mat-dialog-content .mat-select-arrow-wrapper,
.lp.edit-face-dialog.component .mat-dialog-content .mat-select-arrow-wrapper,
.tt.name-dialog.component .mat-dialog-content .mat-select-arrow-wrapper,
.tt.move-to-another-tenant-dialog.component .mat-dialog-content .mat-select-arrow-wrapper,
.lp.share-dialog.component .mat-dialog-content .mat-select-arrow-wrapper,
.lp.import-log-dialog.component .mat-dialog-content .mat-select-arrow-wrapper,
.lp.save-to-paylist.component .mat-dialog-content .mat-select-arrow-wrapper,
.lp.share-with-users-dialog.component .mat-dialog-content .mat-select-arrow-wrapper,
.tt.upload-thumbnail-dialog.component .mat-dialog-content .mat-select-arrow-wrapper,
.tt.widget-code-dialog.component .mat-dialog-content .mat-select-arrow-wrapper,
.tt.upload-video-dialog.component .mat-dialog-content .mat-select-arrow-wrapper,
.tt.render-request-details-dialog.component .mat-dialog-content .mat-select-arrow-wrapper,
.lp.create-template-dialog.component .mat-dialog-content .mat-select-arrow-wrapper,
.tt.render-confirm-dialog.component .mat-dialog-content .mat-select-arrow-wrapper {
  width: 10px;
  padding: 0 31px;
}
.lp.playlist-dialog.component .mat-dialog-content .mat-form-field-label-wrapper,
.lp.message-dialog.component .mat-dialog-content .mat-form-field-label-wrapper,
.lp.confirm-dialog.component .mat-dialog-content .mat-form-field-label-wrapper,
.lp.assembly-dialog.component .mat-dialog-content .mat-form-field-label-wrapper,
.lp.content-type-dialog.component .mat-dialog-content .mat-form-field-label-wrapper,
.lp.edit-face-dialog.component .mat-dialog-content .mat-form-field-label-wrapper,
.tt.name-dialog.component .mat-dialog-content .mat-form-field-label-wrapper,
.tt.move-to-another-tenant-dialog.component .mat-dialog-content .mat-form-field-label-wrapper,
.lp.share-dialog.component .mat-dialog-content .mat-form-field-label-wrapper,
.lp.import-log-dialog.component .mat-dialog-content .mat-form-field-label-wrapper,
.lp.save-to-paylist.component .mat-dialog-content .mat-form-field-label-wrapper,
.lp.share-with-users-dialog.component .mat-dialog-content .mat-form-field-label-wrapper,
.tt.upload-thumbnail-dialog.component .mat-dialog-content .mat-form-field-label-wrapper,
.tt.widget-code-dialog.component .mat-dialog-content .mat-form-field-label-wrapper,
.tt.upload-video-dialog.component .mat-dialog-content .mat-form-field-label-wrapper,
.tt.render-request-details-dialog.component .mat-dialog-content .mat-form-field-label-wrapper,
.lp.create-template-dialog.component .mat-dialog-content .mat-form-field-label-wrapper,
.tt.render-confirm-dialog.component .mat-dialog-content .mat-form-field-label-wrapper {
  top: 0;
  left: 0;
  padding: 0;
}
.lp.playlist-dialog.component .mat-dialog-content .mat-form-field-label,
.lp.message-dialog.component .mat-dialog-content .mat-form-field-label,
.lp.confirm-dialog.component .mat-dialog-content .mat-form-field-label,
.lp.assembly-dialog.component .mat-dialog-content .mat-form-field-label,
.lp.content-type-dialog.component .mat-dialog-content .mat-form-field-label,
.lp.edit-face-dialog.component .mat-dialog-content .mat-form-field-label,
.tt.name-dialog.component .mat-dialog-content .mat-form-field-label,
.tt.move-to-another-tenant-dialog.component .mat-dialog-content .mat-form-field-label,
.lp.share-dialog.component .mat-dialog-content .mat-form-field-label,
.lp.import-log-dialog.component .mat-dialog-content .mat-form-field-label,
.lp.save-to-paylist.component .mat-dialog-content .mat-form-field-label,
.lp.share-with-users-dialog.component .mat-dialog-content .mat-form-field-label,
.tt.upload-thumbnail-dialog.component .mat-dialog-content .mat-form-field-label,
.tt.widget-code-dialog.component .mat-dialog-content .mat-form-field-label,
.tt.upload-video-dialog.component .mat-dialog-content .mat-form-field-label,
.tt.render-request-details-dialog.component .mat-dialog-content .mat-form-field-label,
.lp.create-template-dialog.component .mat-dialog-content .mat-form-field-label,
.tt.render-confirm-dialog.component .mat-dialog-content .mat-form-field-label {
  top: 0;
  padding: 0 31px;
  box-sizing: border-box;
  color: var(--color-dialog-input-text);
}
.lp.playlist-dialog.component .mat-dialog-content .mat-form-field-underline,
.lp.playlist-dialog.component .mat-dialog-content .mat-form-field-subscript-wrapper,
.lp.message-dialog.component .mat-dialog-content .mat-form-field-underline,
.lp.message-dialog.component .mat-dialog-content .mat-form-field-subscript-wrapper,
.lp.confirm-dialog.component .mat-dialog-content .mat-form-field-underline,
.lp.confirm-dialog.component .mat-dialog-content .mat-form-field-subscript-wrapper,
.lp.assembly-dialog.component .mat-dialog-content .mat-form-field-underline,
.lp.assembly-dialog.component .mat-dialog-content .mat-form-field-subscript-wrapper,
.lp.content-type-dialog.component .mat-dialog-content .mat-form-field-underline,
.lp.content-type-dialog.component .mat-dialog-content .mat-form-field-subscript-wrapper,
.lp.edit-face-dialog.component .mat-dialog-content .mat-form-field-underline,
.lp.edit-face-dialog.component .mat-dialog-content .mat-form-field-subscript-wrapper,
.tt.name-dialog.component .mat-dialog-content .mat-form-field-underline,
.tt.name-dialog.component .mat-dialog-content .mat-form-field-subscript-wrapper,
.tt.move-to-another-tenant-dialog.component .mat-dialog-content .mat-form-field-underline,
.tt.move-to-another-tenant-dialog.component .mat-dialog-content .mat-form-field-subscript-wrapper,
.lp.share-dialog.component .mat-dialog-content .mat-form-field-underline,
.lp.share-dialog.component .mat-dialog-content .mat-form-field-subscript-wrapper,
.lp.import-log-dialog.component .mat-dialog-content .mat-form-field-underline,
.lp.import-log-dialog.component .mat-dialog-content .mat-form-field-subscript-wrapper,
.lp.save-to-paylist.component .mat-dialog-content .mat-form-field-underline,
.lp.save-to-paylist.component .mat-dialog-content .mat-form-field-subscript-wrapper,
.lp.share-with-users-dialog.component .mat-dialog-content .mat-form-field-underline,
.lp.share-with-users-dialog.component .mat-dialog-content .mat-form-field-subscript-wrapper,
.tt.upload-thumbnail-dialog.component .mat-dialog-content .mat-form-field-underline,
.tt.upload-thumbnail-dialog.component .mat-dialog-content .mat-form-field-subscript-wrapper,
.tt.widget-code-dialog.component .mat-dialog-content .mat-form-field-underline,
.tt.widget-code-dialog.component .mat-dialog-content .mat-form-field-subscript-wrapper,
.tt.upload-video-dialog.component .mat-dialog-content .mat-form-field-underline,
.tt.upload-video-dialog.component .mat-dialog-content .mat-form-field-subscript-wrapper,
.tt.render-request-details-dialog.component .mat-dialog-content .mat-form-field-underline,
.tt.render-request-details-dialog.component .mat-dialog-content .mat-form-field-subscript-wrapper,
.lp.create-template-dialog.component .mat-dialog-content .mat-form-field-underline,
.lp.create-template-dialog.component .mat-dialog-content .mat-form-field-subscript-wrapper,
.tt.render-confirm-dialog.component .mat-dialog-content .mat-form-field-underline,
.tt.render-confirm-dialog.component .mat-dialog-content .mat-form-field-subscript-wrapper {
  display: none;
}
.lp.playlist-dialog.component .mat-dialog-content a,
.lp.message-dialog.component .mat-dialog-content a,
.lp.confirm-dialog.component .mat-dialog-content a,
.lp.assembly-dialog.component .mat-dialog-content a,
.lp.content-type-dialog.component .mat-dialog-content a,
.lp.edit-face-dialog.component .mat-dialog-content a,
.tt.name-dialog.component .mat-dialog-content a,
.tt.move-to-another-tenant-dialog.component .mat-dialog-content a,
.lp.share-dialog.component .mat-dialog-content a,
.lp.import-log-dialog.component .mat-dialog-content a,
.lp.save-to-paylist.component .mat-dialog-content a,
.lp.share-with-users-dialog.component .mat-dialog-content a,
.tt.upload-thumbnail-dialog.component .mat-dialog-content a,
.tt.widget-code-dialog.component .mat-dialog-content a,
.tt.upload-video-dialog.component .mat-dialog-content a,
.tt.render-request-details-dialog.component .mat-dialog-content a,
.lp.create-template-dialog.component .mat-dialog-content a,
.tt.render-confirm-dialog.component .mat-dialog-content a {
  color: #09ba9b;
}
.lp.playlist-dialog.component .mat-dialog-actions,
.lp.message-dialog.component .mat-dialog-actions,
.lp.confirm-dialog.component .mat-dialog-actions,
.lp.assembly-dialog.component .mat-dialog-actions,
.lp.content-type-dialog.component .mat-dialog-actions,
.lp.edit-face-dialog.component .mat-dialog-actions,
.tt.name-dialog.component .mat-dialog-actions,
.tt.move-to-another-tenant-dialog.component .mat-dialog-actions,
.lp.share-dialog.component .mat-dialog-actions,
.lp.import-log-dialog.component .mat-dialog-actions,
.lp.save-to-paylist.component .mat-dialog-actions,
.lp.share-with-users-dialog.component .mat-dialog-actions,
.tt.upload-thumbnail-dialog.component .mat-dialog-actions,
.tt.widget-code-dialog.component .mat-dialog-actions,
.tt.upload-video-dialog.component .mat-dialog-actions,
.tt.render-request-details-dialog.component .mat-dialog-actions,
.lp.create-template-dialog.component .mat-dialog-actions,
.tt.render-confirm-dialog.component .mat-dialog-actions {
  display: flex;
  justify-content: space-around;
  padding: 0 50px 63px;
}
.lp.playlist-dialog.component .mat-dialog-actions .action,
.lp.message-dialog.component .mat-dialog-actions .action,
.lp.confirm-dialog.component .mat-dialog-actions .action,
.lp.assembly-dialog.component .mat-dialog-actions .action,
.lp.content-type-dialog.component .mat-dialog-actions .action,
.lp.edit-face-dialog.component .mat-dialog-actions .action,
.tt.name-dialog.component .mat-dialog-actions .action,
.tt.move-to-another-tenant-dialog.component .mat-dialog-actions .action,
.lp.share-dialog.component .mat-dialog-actions .action,
.lp.import-log-dialog.component .mat-dialog-actions .action,
.lp.save-to-paylist.component .mat-dialog-actions .action,
.lp.share-with-users-dialog.component .mat-dialog-actions .action,
.tt.upload-thumbnail-dialog.component .mat-dialog-actions .action,
.tt.widget-code-dialog.component .mat-dialog-actions .action,
.tt.upload-video-dialog.component .mat-dialog-actions .action,
.tt.render-request-details-dialog.component .mat-dialog-actions .action,
.lp.create-template-dialog.component .mat-dialog-actions .action,
.tt.render-confirm-dialog.component .mat-dialog-actions .action {
  border-radius: 7px;
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
  flex-grow: 1;
  height: 55px;
}
.lp.playlist-dialog.component .mat-dialog-actions .action .mat-spinner,
.lp.message-dialog.component .mat-dialog-actions .action .mat-spinner,
.lp.confirm-dialog.component .mat-dialog-actions .action .mat-spinner,
.lp.assembly-dialog.component .mat-dialog-actions .action .mat-spinner,
.lp.content-type-dialog.component .mat-dialog-actions .action .mat-spinner,
.lp.edit-face-dialog.component .mat-dialog-actions .action .mat-spinner,
.tt.name-dialog.component .mat-dialog-actions .action .mat-spinner,
.tt.move-to-another-tenant-dialog.component .mat-dialog-actions .action .mat-spinner,
.lp.share-dialog.component .mat-dialog-actions .action .mat-spinner,
.lp.import-log-dialog.component .mat-dialog-actions .action .mat-spinner,
.lp.save-to-paylist.component .mat-dialog-actions .action .mat-spinner,
.lp.share-with-users-dialog.component .mat-dialog-actions .action .mat-spinner,
.tt.upload-thumbnail-dialog.component .mat-dialog-actions .action .mat-spinner,
.tt.widget-code-dialog.component .mat-dialog-actions .action .mat-spinner,
.tt.upload-video-dialog.component .mat-dialog-actions .action .mat-spinner,
.tt.render-request-details-dialog.component .mat-dialog-actions .action .mat-spinner,
.lp.create-template-dialog.component .mat-dialog-actions .action .mat-spinner,
.tt.render-confirm-dialog.component .mat-dialog-actions .action .mat-spinner {
  margin: 0 auto;
}
.lp.playlist-dialog.component .mat-dialog-actions .cancel.action,
.lp.message-dialog.component .mat-dialog-actions .cancel.action,
.lp.confirm-dialog.component .mat-dialog-actions .cancel.action,
.lp.assembly-dialog.component .mat-dialog-actions .cancel.action,
.lp.content-type-dialog.component .mat-dialog-actions .cancel.action,
.lp.edit-face-dialog.component .mat-dialog-actions .cancel.action,
.tt.name-dialog.component .mat-dialog-actions .cancel.action,
.tt.move-to-another-tenant-dialog.component .mat-dialog-actions .cancel.action,
.lp.share-dialog.component .mat-dialog-actions .cancel.action,
.lp.import-log-dialog.component .mat-dialog-actions .cancel.action,
.lp.save-to-paylist.component .mat-dialog-actions .cancel.action,
.lp.share-with-users-dialog.component .mat-dialog-actions .cancel.action,
.tt.upload-thumbnail-dialog.component .mat-dialog-actions .cancel.action,
.tt.widget-code-dialog.component .mat-dialog-actions .cancel.action,
.tt.upload-video-dialog.component .mat-dialog-actions .cancel.action,
.tt.render-request-details-dialog.component .mat-dialog-actions .cancel.action,
.lp.create-template-dialog.component .mat-dialog-actions .cancel.action,
.tt.render-confirm-dialog.component .mat-dialog-actions .cancel.action {
  color: var(--color-main-text-dark);
  background-color: transparent;
  border: 0.5px solid var(--color-dialog-cancel-button-border);
  margin-right: 5px;
}
.lp.playlist-dialog.component .mat-dialog-actions .save.action,
.lp.message-dialog.component .mat-dialog-actions .save.action,
.lp.confirm-dialog.component .mat-dialog-actions .save.action,
.lp.assembly-dialog.component .mat-dialog-actions .save.action,
.lp.content-type-dialog.component .mat-dialog-actions .save.action,
.lp.edit-face-dialog.component .mat-dialog-actions .save.action,
.tt.name-dialog.component .mat-dialog-actions .save.action,
.tt.move-to-another-tenant-dialog.component .mat-dialog-actions .save.action,
.lp.share-dialog.component .mat-dialog-actions .save.action,
.lp.import-log-dialog.component .mat-dialog-actions .save.action,
.lp.save-to-paylist.component .mat-dialog-actions .save.action,
.lp.share-with-users-dialog.component .mat-dialog-actions .save.action,
.tt.upload-thumbnail-dialog.component .mat-dialog-actions .save.action,
.tt.widget-code-dialog.component .mat-dialog-actions .save.action,
.tt.upload-video-dialog.component .mat-dialog-actions .save.action,
.tt.render-request-details-dialog.component .mat-dialog-actions .save.action,
.lp.create-template-dialog.component .mat-dialog-actions .save.action,
.tt.render-confirm-dialog.component .mat-dialog-actions .save.action {
  margin-left: 5px;
  border: 0.5px solid var(--color-main);
  background-color: var(--color-main);
  color: white;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.25);
}
.lp.playlist-dialog.component .mat-dialog-actions .save.action .mat-spinner circle,
.lp.message-dialog.component .mat-dialog-actions .save.action .mat-spinner circle,
.lp.confirm-dialog.component .mat-dialog-actions .save.action .mat-spinner circle,
.lp.assembly-dialog.component .mat-dialog-actions .save.action .mat-spinner circle,
.lp.content-type-dialog.component .mat-dialog-actions .save.action .mat-spinner circle,
.lp.edit-face-dialog.component .mat-dialog-actions .save.action .mat-spinner circle,
.tt.name-dialog.component .mat-dialog-actions .save.action .mat-spinner circle,
.tt.move-to-another-tenant-dialog.component .mat-dialog-actions .save.action .mat-spinner circle,
.lp.share-dialog.component .mat-dialog-actions .save.action .mat-spinner circle,
.lp.import-log-dialog.component .mat-dialog-actions .save.action .mat-spinner circle,
.lp.save-to-paylist.component .mat-dialog-actions .save.action .mat-spinner circle,
.lp.share-with-users-dialog.component .mat-dialog-actions .save.action .mat-spinner circle,
.tt.upload-thumbnail-dialog.component .mat-dialog-actions .save.action .mat-spinner circle,
.tt.widget-code-dialog.component .mat-dialog-actions .save.action .mat-spinner circle,
.tt.upload-video-dialog.component .mat-dialog-actions .save.action .mat-spinner circle,
.tt.render-request-details-dialog.component .mat-dialog-actions .save.action .mat-spinner circle,
.lp.create-template-dialog.component .mat-dialog-actions .save.action .mat-spinner circle,
.tt.render-confirm-dialog.component .mat-dialog-actions .save.action .mat-spinner circle {
  stroke: white;
}
.lp.add-tags-dialog.component {
  background: var(--color-main-bg-two);
}
.lp.add-tags-dialog.component .mat-dialog-title {
  font: 600 19.09px "Montserrat", sans-serif;
  background-color: #E95018;
  color: white;
  padding: 19px 31px;
  margin: 0;
}
.lp.add-tags-dialog.component .mat-dialog-content {
  margin: 0;
  padding: 28px 19px 14px;
}
.lp.add-tags-dialog.component .mat-dialog-content a {
  color: #09ba9b;
}
.lp.add-tags-dialog.component .mat-dialog-actions {
  display: flex;
  justify-content: space-around;
  padding: 0 19px 5px;
}
.lp.confirm-dialog.component .mat-dialog-actions,
.lp.assembly-dialog.component .mat-dialog-actions {
  justify-content: flex-end;
}
.lp.share-dialog.component .mat-dialog-content,
.lp.import-log-dialog.component .mat-dialog-content {
  min-height: 160px;
}
.lp.save-to-paylist.component .mat-dialog-title {
  padding: 20px;
  text-align: center;
  margin-bottom: 20px;
}
.lp.save-to-paylist.component .mat-dialog-actions {
  padding: 20px;
}
.lp.save-to-paylist.component .mat-dialog-content {
  padding-left: 20px;
  padding-right: 20px;
}
.lp.save-to-paylist.component .mat-dialog-content + .ng-star-inserted {
  padding-top: 20px;
  display: flex;
  justify-content: center;
}
.lp.save-to-paylist.component .mat-dialog-content + .ng-star-inserted .mat-button-wrapper,
.lp.save-to-paylist.component .mat-dialog-content + .ng-star-inserted .mat-icon {
  color: var(--color-main-text-dark);
}
.lp.save-to-paylist.component .mat-checkbox {
  width: 100%;
  display: block;
  padding: 5px 0;
}
.lp.save-to-paylist.component .mat-checkbox-frame,
.lp.save-to-paylist.component .mat-checkbox-label {
  color: var(--color-main-text-dark);
  border-color: var(--color-main-text-dark);
}
.lp.save-to-paylist.component .mat-checkbox-checked.mat-accent .mat-checkbox-background,
.lp.save-to-paylist.component .mat-checkbox-indeterminate.mat-accent .mat-checkbox-background {
  background: var(--color-main);
}
.lp.share-with-users-dialog.component .mat-dialog-content,
.lp.share-with-users-dialog.component .mat-dialog-actions {
  padding: 0 25px;
}
@media (max-width: 525px) {
  .lp.share-with-users-dialog.component .mat-dialog-content,
.lp.share-with-users-dialog.component .mat-dialog-actions {
    padding: 0 10px;
  }
}
.lp.share-with-users-dialog.component .mat-dialog-content {
  overflow: initial;
}
.lp.share-with-users-dialog.component .mat-dialog-actions {
  padding-top: 15px;
  padding-bottom: 25px;
  justify-content: flex-end;
}
.lp.share-with-users-dialog.component .mat-dialog-actions .action {
  max-width: 90px;
  height: 46px;
  font-weight: 500;
  font-size: 14px;
  line-height: 1;
  padding: 0;
  border-radius: 7px;
}
.lp.share-with-users-dialog.component .mat-form-field {
  display: block;
}
.lp.share-with-users-dialog.component .mat-form-field .mat-form-field-wrapper {
  padding-bottom: 0;
  margin-bottom: 0 !important;
  height: 50px;
  line-height: 50px;
  border-radius: 7px;
  border: 1px solid var(--color-main-select-border);
}
.lp.share-with-users-dialog.component .mat-form-field.mat-focused .mat-form-field-wrapper {
  border: 1px solid var(--color-main-select-border);
}
.lp.share-with-users-dialog.component .mat-form-field .mat-select-disabled .mat-select-value {
  color: var(--color-dialog-input-text);
  caret-color: var(--color-dialog-input-text);
}
.lp.share-with-users-dialog.component .mat-form-field.mat-focused .mat-select-disabled .mat-select-value {
  color: var(--color-dialog-input-active-text);
  caret-color: var(--color-dialog-input-active-text);
}
.lp.share-with-users-dialog.component .mat-form-field.mat-form-field-invalid .mat-form-field-label {
  color: var(--color-dialog-input-text);
  caret-color: var(--color-dialog-input-text);
}
.lp.share-with-users-dialog.component .mat-form-field.mat-focused .mat-form-field-label {
  color: var(--color-close-button-bg);
  caret-color: var(--color-dialog-input-active-text);
}
.lp.share-with-users-dialog.component .mat-form-field-label {
  font-weight: 300;
  font-size: 12px;
  padding-left: 60px !important;
  padding-right: 20px !important;
  color: var(--color-close-button-bg);
}
.lp.share-with-users-dialog.component .mat-input-element {
  color: var(--color-dialog-input-text);
  caret-color: var(--color-dialog-input-text);
  padding-left: 60px !important;
  padding-right: 20px !important;
  background-image: url('/assets/images/icons/search.svg');
  background-repeat: no-repeat;
  background-position: left 20px center;
  box-sizing: border-box;
}
.lp.share-with-users-dialog.component .mat-input-element::-webkit-input-placeholder {
  opacity: 1;
}
.lp.share-with-users-dialog.component .mat-input-element::-moz-placeholder {
  opacity: 1;
}
.lp.share-with-users-dialog.component .mat-input-element::-ms-input-placeholder {
  opacity: 1;
}
.lp.share-with-users-dialog.component .mat-input-element::placeholder {
  opacity: 1;
}
.lp.share-with-users-dialog.component .mat-form-field.mat-focused .mat-input-element {
  color: var(--color-dialog-input-active-text);
  caret-color: var(--color-dialog-input-active-text);
}
.tt.widget-code-dialog.component {
  max-width: 380px;
  min-width: initial;
}
.tt.widget-code-dialog.component .mat-dialog-title {
  font-weight: 500;
  font-size: 24px;
  line-height: 29px;
  text-align: center;
  padding-left: 79px;
  padding-right: 79px;
  padding-top: 49px;
  padding-bottom: 25px;
}
.tt.widget-code-dialog.component .mat-dialog-content {
  padding-left: 25px;
  padding-right: 25px;
  max-height: initial;
}
.tt.widget-code-dialog.component .mat-dialog-content .w-content {
  border-radius: 12px;
  padding: 25px;
  background: var(--color-main-navigation-bar);
}
.tt.widget-code-dialog.component .mat-dialog-content .w-content .title-copy {
  font-size: 12px;
  line-height: 150%;
  text-align: center;
  margin-bottom: 25px;
  color: var(--color-main-text-dark);
}
.tt.widget-code-dialog.component .mat-dialog-content .w-content .text-copy {
  background: rgba(35, 41, 47, 0.25);
  border-radius: 7px;
  padding: 25px;
  font-weight: 300;
  font-size: 12px;
  line-height: 150%;
  letter-spacing: 0.1em;
  color: var(--color-main-text-dark);
  overflow-wrap: break-word;
}
.tt.widget-code-dialog.component .mat-dialog-actions {
  padding: 25px 0;
}
.tt.widget-code-dialog.component .mat-dialog-actions .button-type {
  max-width: 190px;
  width: 100%;
  height: 50px;
  box-shadow: none;
  font-size: 14px;
  font-weight: 400;
  font-family: inherit;
}
/**
 * Paths
 * Relative to `index.scss`
 */
/**
 * Fonts
 */
/**
 * Font Sizes
 */
/**
 * Colors
 */
.lp.player.component .video-js.vjs-fluid {
  height: 100%;
}
.lp.player.component .vjs-big-play-button {
  background: url("/assets/images/player/play-video.icon.png") center no-repeat transparent;
  width: 60px;
  height: 60px;
  border: 0;
  border-radius: 50%;
}
.lp.player.component .vjs-big-play-button .vjs-icon-placeholder {
  display: none;
}
.lp.player.component .vjs-control-bar {
  background-color: #37474f;
  height: 41px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: absolute;
}
.lp.player.component .vjs-control-bar .vjs-control {
  height: 31px;
  cursor: pointer;
}
.lp.player.component .vjs-control-bar .vjs-control:focus {
  outline: none;
}
.lp.player.component .vjs-control-bar .vjs-play-control {
  flex-grow: 1;
  background: url("/assets/images/player/play.icon.png") 19px 50% no-repeat;
}
.lp.player.component .vjs-control-bar .vjs-play-control .vjs-icon-placeholder:before,
.lp.player.component .vjs-control-bar .vjs-mute-control .vjs-icon-placeholder:before,
.lp.player.component .vjs-control-bar .vjs-fullscreen-control .vjs-icon-placeholder:before {
  display: none;
}
.lp.player.component .vjs-control-bar .vjs-playing.vjs-play-control,
.lp.player.component .vjs-control-bar .vjs-vol-0.vjs-mute-control {
  background: none;
}
.lp.player.component .vjs-control-bar .vjs-playing.vjs-play-control .vjs-icon-placeholder:before,
.lp.player.component .vjs-control-bar .vjs-vol-0.vjs-mute-control .vjs-icon-placeholder:before {
  display: block;
}
.lp.player.component .vjs-control-bar .vjs-play-control .vjs-icon-placeholder:before {
  width: 41px;
  margin-left: 3px;
}
.lp.player.component .vjs-control-bar .vjs-mute-control {
  background: url("/assets/images/player/volume.icon.png") center no-repeat;
}
.lp.player.component .vjs-control-bar .vjs-menu-button .vjs-menu .vjs-menu-content {
  background-color: #37474f;
}
.lp.player.component .vjs-control-bar .vjs-volume-panel {
  width: 88px;
  margin: 0 10px;
}
.lp.player.component .vjs-control-bar .vjs-volume-panel .vjs-mute-control:hover ~ .vjs-volume-control.vjs-volume-horizontal,
.lp.player.component .vjs-control-bar .vjs-volume-control,
.lp.player.component .vjs-control-bar .vjs-volume-control:hover {
  width: 100%;
  opacity: 1;
}
.lp.player.component .vjs-control-bar .vjs-time-control,
.lp.player.component .vjs-control-bar .vjs-playback-rate,
.lp.player.component .vjs-control-bar .vjs-brand-container {
  display: none;
}
.lp.player.component .vjs-control-bar .vjs-volume-control .vjs-volume-level:before {
  top: -3px !important;
}
.lp.player.component .vjs-control-bar .vjs-fullscreen-control {
  background: url("/assets/images/player/fullscreen.icon.png") center no-repeat;
  margin-right: 5px;
}
.lp.player.component .vjs-control-bar .vjs-progress-control {
  top: -4px;
  height: 4px;
  position: absolute;
  width: 100%;
}
.lp.player.component .vjs-control-bar .vjs-progress-control .vjs-progress-holder {
  margin-left: 0;
  margin-right: 0;
  height: 100%;
}
.lp.player.component .vjs-control-bar .vjs-progress-control .vjs-load-progress {
  background-color: #921a44;
}
.lp.player.component .vjs-control-bar .vjs-progress-control .vjs-load-progress div {
  display: none;
}
.lp.player.component .vjs-control-bar .vjs-progress-control .vjs-play-progress {
  background-color: #e90052;
}
.lp.player.component .vjs-control-bar .vjs-progress-control .vjs-play-progress:before {
  display: none;
}
.lp.player.component.widget .vjs-big-play-button {
  background: none rgba(255, 255, 255, 0.5);
  position: absolute;
}
.lp.player.component.widget .vjs-big-play-button:after {
  position: absolute;
  top: calc(50% - 9px);
  left: calc(50% - 6px);
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 0 10px 16px;
  border-color: transparent transparent transparent rgba(0, 0, 0, 0.5);
}
.lp.player.component.widget .vjs-progress-control {
  top: auto;
  bottom: 0;
}
.lp.video-list.component .lp.player.component .vjs-control-bar .vjs-progress-control .vjs-load-progress,
.lp.scan-results.component .lp.player.component .vjs-control-bar .vjs-progress-control .vjs-load-progress {
  background-color: #0c7663;
}
.lp.video-list.component .lp.player.component .vjs-control-bar .vjs-progress-control .vjs-play-progress,
.lp.scan-results.component .lp.player.component .vjs-control-bar .vjs-progress-control .vjs-play-progress {
  background-color: #09ba9b;
}
.tt.bitmovin-player.component .bitmovinplayer-container video {
  z-index: 2;
}
@media (max-width: 1280px) {
  .tt.bitmovin-player.component .bitmovinplayer-container video {
    border: unset;
  }
}
.tt.bitmovin-player.component .bitmovinplayer-container.aspect-16x9 {
  height: calc(100% - 122px);
}
.tt.bitmovin-player.component .bitmovinplayer-container.aspect-16x9 .bitmovinplayer-poster {
  z-index: 4 !important;
  background-size: cover;
}
@media (max-width: 1024px) {
  .lp.player.component .vjs-big-play-button {
    display: none;
  }
}
.bitmovinplayer-poster,
::ng-deep .bitmovinplayer-poster {
  z-index: 3;
}
#bg-video-blur {
  position: absolute;
  top: 0;
  left: 0;
  top: 0;
  bottom: 0;
  width: 114%;
  height: 115%;
  margin: auto;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  z-index: 1;
  -webkit-filter: blur(40px);
          filter: blur(40px);
  transform: translateX(-6%);
  border-radius: 0;
  transition: all 0.3s;
}
/**
 * Paths
 * Relative to `index.scss`
 */
/**
 * Fonts
 */
/**
 * Font Sizes
 */
/**
 * Colors
 */
.mat-snack-bar-container {
  background-color: #09ba9b;
}
.mat-snack-bar-container .mat-simple-snackbar-action {
  color: white;
}
.error.mat-snack-bar-container {
  background-color: #E95018;
}
.error.mat-snack-bar-container.premier {
  background-color: #e90052;
}
/**
 * Paths
 * Relative to `index.scss`
 */
/**
 * Fonts
 */
/**
 * Font Sizes
 */
/**
 * Colors
 */
.lp.ai-search.component .highlight {
  background-color: var(--color-transcript-time-bg);
  color: var(--color-transcript-time-text);
}
/**
 * Paths
 * Relative to `index.scss`
 */
/**
 * Fonts
 */
/**
 * Font Sizes
 */
/**
 * Colors
 */
.lp.ai-search.component .mat-paginator .mat-paginator-container {
  font-size: 18px;
  font-weight: 600;
  justify-content: flex-start;
}
.lp.ai-search.component .mat-paginator .mat-paginator-page-size {
  display: none;
}
.lp.ai-search.component .mat-paginator .mat-paginator-range-actions {
  position: relative;
}
.lp.ai-search.component .mat-paginator .mat-paginator-range-label {
  margin: 0 40px;
}
.lp.ai-search.component .mat-paginator .mat-paginator-range-label:after {
  content: "pages";
  display: inline-block;
  margin-left: 10px;
}
.lp.ai-search.component .mat-paginator .mat-paginator-navigation-previous {
  position: absolute;
  left: 0;
}
.lp.ai-search.component .mat-paginator .mat-paginator-navigation-next {
  position: absolute;
  right: 0;
}
.lp.component .ngx-pagination {
  padding: 0;
  margin: 20px 0;
  display: flex;
  justify-content: flex-end;
}
.lp.component .ngx-pagination li {
  font-size: 13.92px;
  color: #717171;
  min-width: 29px;
  height: 27px;
  line-height: 27px;
  margin: 0 2px;
  padding: 0;
  border: 1px solid #cacaca;
  text-align: center;
  background: linear-gradient(to bottom, #f9f9f9, #eaeaea);
  box-shadow: 0 1px 1px #e3e3e3;
  border-radius: 3px;
}
.lp.component .ngx-pagination li.current {
  background: #696969;
  color: #f2f2f2;
}
.lp.component .ngx-pagination li.disabled {
  background: none;
  border-color: transparent;
}
.lp.component .ngx-pagination li a {
  width: 100%;
  height: 100%;
  padding: 0;
  border-radius: 3px;
}
.lp.component .ngx-pagination li a:hover, .lp.component .ngx-pagination li a:active {
  background: #fefefe;
}
.lp.component .ngx-pagination .pagination-previous a::before,
.lp.component .ngx-pagination .pagination-previous.disabled::before {
  content: "<";
  margin: 0;
}
.lp.component .ngx-pagination .pagination-next a::after,
.lp.component .ngx-pagination .pagination-next.disabled::after {
  content: ">";
  margin: 0;
}
/**
 * Paths
 * Relative to `index.scss`
 */
/**
 * Fonts
 */
/**
 * Font Sizes
 */
/**
 * Colors
 */
@font-face {
  font-family: "icomoon";
  src: url("/assets/fonts/IcoMoon/icomoon.eot?q50mh");
  src: url("/assets/fonts/IcoMoon/icomoon.eot?q50mh#iefix") format("embedded-opentype"), url("/assets/fonts/IcoMoon/icomoon.ttf?q50mh") format("truetype"), url("/assets/fonts/IcoMoon/icomoon.woff?q50mh") format("woff"), url("/assets/fonts/IcoMoon/icomoon.svg?q50mh#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
i, .icomoon-liga {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Enable Ligatures ================ */
  letter-spacing: 0;
  -ms-font-feature-settings: "liga" 1;
  font-feature-settings: "liga";
  font-variant-ligatures: discretionary-ligatures;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-maximize:before {
  content: "";
}
.icon-minimize:before {
  content: "";
}
.icon-pause:before {
  content: "";
}
.icon-play:before {
  content: "";
}
.icon-settings:before {
  content: "";
}
.icon-skip-back:before {
  content: "";
}
.icon-skip-forward:before {
  content: "";
}
.icon-volume_down:before {
  content: "";
}
.icon-volume_mute:before {
  content: "";
}
.icon-volume_up:before {
  content: "";
}
.icon-volume_off:before {
  content: "";
}
/**
 * Paths
 * Relative to `index.scss`
 */
/**
 * Fonts
 */
/**
 * Font Sizes
 */
/**
 * Colors
 */
.tt-table .tt-table-top,
.tt-table .tt-table-header,
.tt-table .tt-table-items .tt-table-item {
  display: flex;
  align-items: center;
}
.tt-table .tt-table-header,
.tt-table .tt-table-items .tt-table-item {
  padding: 0 25px;
}
.tt-table .tt-table-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 30px;
}
.tt-table .tt-table-top .header-controls {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.tt-table .tt-table-top .header-controls .header-action {
  margin-right: 20px;
}
.tt-table .tt-table-top .header-controls .header-action:last-child {
  margin-right: 0;
}
.tt-table .tt-table-top .header-total {
  color: #202020;
  font-size: 16px;
}
.tt-table .tt-table-header .header-label,
.tt-table .tt-table-items .tt-table-item .item-data {
  width: calc((100% - 70px) / 5);
  min-width: 100px;
  padding: 0 10px;
}
.tt-table .tt-table-header .header-label:last-child,
.tt-table .tt-table-items .tt-table-item .item-data:last-child {
  width: 70px;
  min-width: 70px;
}
.tt-table .tt-table-header .header-label,
.tt-table .tt-table-items .tt-table-item .item-data .data-label,
.tt-table .tt-table-items .tt-table-item .item-data .data-value {
  overflow: hidden;
  text-overflow: ellipsis;
}
.tt-table .tt-table-header {
  border-bottom: 1px solid var(--color-main-select-border);
  margin-bottom: 26px;
  padding-top: 15px;
  padding-bottom: 15px;
}
.tt-table .tt-table-items .tt-table-item-wrapper {
  margin-bottom: 10px;
}
.tt-table .tt-table-items .tt-table-item-wrapper:last-child {
  margin-bottom: 0;
}
.tt-table .tt-table-items .tt-table-item-wrapper:last-child .tt-table-item {
  border-bottom: 0;
}
.tt-table .tt-table-header .header-label,
.tt-table .tt-table-items .tt-table-item .item-data .data-value {
  font-size: 14px;
  color: var(--color-main-text-dark);
}
.tt-table .tt-table-items {
  padding-bottom: 29px;
}
.tt-table .tt-table-items .tt-table-item {
  min-height: 68px;
  background-color: var(--color-table-row-color);
  border-radius: 7px;
}
.tt-table .tt-table-items .tt-table-item .item-data .data-label {
  display: none;
}
.tt-table .tt-table-items .tt-table-item .item-data.controls {
  display: flex;
  align-items: center;
  justify-content: space-around;
}
.tt-table .tt-table-items .tt-table-item .item-data.controls button {
  margin-right: 15px;
}
.tt-table .tt-table-items .tt-table-item .item-data.controls button:last-child {
  margin-right: 0;
}
.tt-table .tt-table-items .tt-table-item .item-data.controls .mat-mini-fab {
  width: 35px;
  height: 35px;
  line-height: 35px;
}
.tt-table .tt-table-items .tt-table-item .item-data.controls .mat-mini-fab .mat-button-wrapper {
  padding: 4px 0;
}
.tt-table .tt-table-items .tt-table-item .item-data.controls .mat-mini-fab mat-icon {
  height: 18px;
  line-height: 18px;
  width: 18px;
}
.tt-table .tt-table-items .tt-table-item .item-data.controls .mat-mini-fab.disabled {
  background-color: var(--color-table-control-disabled-bg);
  color: var(--color-table-control-disabled-text);
}
.tt-table .tt-table-items .tt-table-item .item-data.controls .mat-mini-fab.disabled path {
  stroke: var(--color-table-control-disabled-text);
}
/**
 * Paths
 * Relative to `index.scss`
 */
/**
 * Fonts
 */
/**
 * Font Sizes
 */
/**
 * Colors
 */
.tt-label {
  border-radius: 7px;
  height: 35px;
  line-height: 35px;
  background-color: var(--color-label-bg);
  color: var(--color-label-text);
  padding: 0 18px;
  display: inline-block;
}
.tt-label.primary {
  background-color: var(--color-label-bg-primary);
  color: var(--color-label-text-primary);
}
/**
 * Paths
 * Relative to `index.scss`
 */
/**
 * Fonts
 */
/**
 * Font Sizes
 */
/**
 * Colors
 */
.mat-autocomplete-panel {
  background-color: var(--color-popup-menu-bg);
  border-radius: 7px;
}
.mat-autocomplete-panel .mat-option {
  font-size: 14px;
  color: var(--color-main-text-dark);
  line-height: 40px;
  height: 40px;
}
.mat-autocomplete-panel .mat-option:hover:not(.mat-option-disabled), .mat-autocomplete-panel .mat-option.mat-active {
  background-color: var(--color-popup-menu-item-hover-bg);
}
/*
 *  Owl Carousel - Core
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
}
.owl-carousel .owl-stage {
  position: relative;
  touch-action: manipulation;
  -moz-backface-visibility: hidden;
  /* fix firefox animation glitch */
}
.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}
.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}
.owl-carousel .owl-item img {
  display: block;
  width: 100%;
}
.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
  display: none;
}
.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next,
.owl-carousel button.owl-dot {
  background: none;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit;
}
.owl-carousel.owl-loaded {
  display: block;
}
.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}
.owl-carousel.owl-hidden {
  opacity: 0;
}
.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}
.owl-carousel.owl-drag .owl-item {
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel.owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}
.owl-carousel.owl-rtl {
  direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
  float: right;
}
/* No Js */
.no-js .owl-carousel {
  display: block;
}
/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  -webkit-animation-duration: 1000ms;
          animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
  z-index: 0;
}
.owl-carousel .owl-animated-out {
  z-index: 1;
}
.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
          animation-name: fadeOut;
}
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  transition: height 500ms ease-in-out;
}
/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item {
  /**
  	This is introduced due to a bug in IE11 where lazy loading combined with autoheight plugin causes a wrong
  	calculation of the height of the owl-item that breaks page layouts
   */
}
.owl-carousel .owl-item .owl-lazy {
  transition: opacity 400ms ease;
}
.owl-carousel .owl-item .owl-lazy[src^=""], .owl-carousel .owl-item .owl-lazy:not([src]) {
  max-height: 0;
}
.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d;
}
/*
 * 	Default theme - Owl Carousel CSS File
 */
.owl-theme .owl-nav {
  margin-top: 10px;
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}
.owl-theme .owl-nav [class*=owl-] {
  color: #FFF;
  font-size: 14px;
  margin: 5px;
  padding: 4px 7px;
  background: #b4b4b4;
  display: inline-block;
  cursor: pointer;
  border-radius: 3px;
}
.owl-theme .owl-nav [class*=owl-]:hover {
  background: #869791;
  color: #FFF;
  text-decoration: none;
}
.owl-theme .owl-nav .disabled {
  opacity: 0.5;
  cursor: default;
}
.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 10px;
}
.owl-theme .owl-dots {
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}
.owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background: #b4b4b4;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity 200ms ease;
  border-radius: 30px;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  background: #869791;
}
.webcam-template-wrapper {
  position: absolute !important;
  top: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  left: 0 !important;
  z-index: 4 !important;
  width: 100% !important;
  height: 100% !important;
  border: 0 !important;
  pointer-events: none !important;
}
.mat-dialog-content .webcam-template-wrapper {
  position: absolute !important;
  z-index: 4 !important;
  padding: 30px !important;
}
@media screen and (max-width: 1280px) {
  .mat-dialog-content .webcam-template-wrapper {
    padding: 15px !important;
  }
}
.mat-dialog-content .webcam-template-wrapper.template-video-overlay .wrapper-video-overlay .wrapper-text .video-overlay-p-text {
  color: #333 !important;
}
.mat-dialog-content .webcam-template-wrapper.template-2-video-overlay .wrapper-video-overlay {
  transform-origin: bottom;
  transform: scale(0.75);
}
@media screen and (max-width: 1480px) {
  .mat-dialog-content .webcam-template-wrapper.template-2-video-overlay .wrapper-video-overlay {
    transform: scale(0.65);
  }
}
@media screen and (max-width: 1280px) {
  .mat-dialog-content .webcam-template-wrapper.template-2-video-overlay .wrapper-video-overlay {
    transform: scale(0.5);
  }
}
@media screen and (max-width: 1140px) {
  .mat-dialog-content .webcam-template-wrapper.template-2-video-overlay .wrapper-video-overlay {
    transform: scale(0.45);
  }
}
@media screen and (max-width: 1080px) {
  .mat-dialog-content .webcam-template-wrapper.template-2-video-overlay .wrapper-video-overlay {
    transform: scale(0.38);
  }
}
@media screen and (max-width: 768px) {
  .mat-dialog-content .webcam-template-wrapper.template-2-video-overlay .wrapper-video-overlay {
    transform: scale(0.5);
  }
}
@media screen and (max-width: 578px) {
  .mat-dialog-content .webcam-template-wrapper.template-2-video-overlay .wrapper-video-overlay {
    transform: scale(0.4);
  }
}
.mat-dialog-content .webcam-template-wrapper.template-3-video-overlay .wrapper-video-overlay {
  transform-origin: bottom;
  transform: scale(0.75);
}
@media screen and (max-width: 1480px) {
  .mat-dialog-content .webcam-template-wrapper.template-3-video-overlay .wrapper-video-overlay {
    transform: scale(0.7);
  }
}
@media screen and (max-width: 1280px) {
  .mat-dialog-content .webcam-template-wrapper.template-3-video-overlay .wrapper-video-overlay {
    transform: scale(0.6);
  }
}
@media screen and (max-width: 1080px) {
  .mat-dialog-content .webcam-template-wrapper.template-3-video-overlay .wrapper-video-overlay {
    transform: scale(0.5);
  }
}
@media screen and (max-width: 991px) {
  .mat-dialog-content .webcam-template-wrapper.template-3-video-overlay .wrapper-video-overlay {
    transform: scale(0.4);
  }
}
@media screen and (max-width: 768px) {
  .mat-dialog-content .webcam-template-wrapper.template-3-video-overlay .wrapper-video-overlay {
    transform: scale(0.6);
  }
}
@media screen and (max-width: 578px) {
  .mat-dialog-content .webcam-template-wrapper.template-3-video-overlay .wrapper-video-overlay {
    transform: scale(0.5);
  }
}
@media screen and (max-width: 480px) {
  .mat-dialog-content .webcam-template-wrapper.template-3-video-overlay .wrapper-video-overlay {
    transform: scale(0.4);
  }
}
.mat-dialog-content .webcam-template-wrapper.webcam-template-wrapper.template-1-video-overlay .wrapper-video-overlay {
  transform-origin: bottom;
  transform: scale(0.75);
}
.mat-dialog-content .webcam-template-wrapper.webcam-template-wrapper.template-video-overlay .wrapper-video-overlay {
  transform-origin: bottom;
  transform: scale(0.75);
}
.app-header {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  height: 74px;
  width: 100%;
  background: var(--color-main-navigation-bar);
  border-bottom: 1px solid rgba(44, 51, 57, 0.2);
  transition: background 0.3s;
  z-index: 999;
}
@media (max-width: 1024px) {
  .app-header {
    height: 60px;
  }
}
.video-js .vjs-big-play-button .vjs-icon-placeholder:before,.video-js .vjs-modal-dialog,.vjs-button>.vjs-icon-placeholder:before,.vjs-modal-dialog .vjs-modal-dialog-content{position:absolute;top:0;left:0;width:100%;height:100%}.video-js .vjs-big-play-button .vjs-icon-placeholder:before,.vjs-button>.vjs-icon-placeholder:before{text-align:center}@font-face{font-family:VideoJS;src:url(data:application/font-woff;charset=utf-8;base64,d09GRgABAAAAABBIAAsAAAAAGoQAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAABHU1VCAAABCAAAADsAAABUIIslek9TLzIAAAFEAAAAPgAAAFZRiV3RY21hcAAAAYQAAADQAAADIjn098ZnbHlmAAACVAAACv4AABEIAwnSw2hlYWQAAA1UAAAAKwAAADYV1OgpaGhlYQAADYAAAAAbAAAAJA4DByFobXR4AAANnAAAAA8AAACE4AAAAGxvY2EAAA2sAAAARAAAAEQ9NEHGbWF4cAAADfAAAAAfAAAAIAEyAIFuYW1lAAAOEAAAASUAAAIK1cf1oHBvc3QAAA84AAABDwAAAZ5AAl/0eJxjYGRgYOBiMGCwY2BycfMJYeDLSSzJY5BiYGGAAJA8MpsxJzM9kYEDxgPKsYBpDiBmg4gCACY7BUgAeJxjYGQ7xTiBgZWBgaWQ5RkDA8MvCM0cwxDOeI6BgYmBlZkBKwhIc01hcPjI+FGBHcRdyA4RZgQRAC4HCwEAAHic7dFprsIgAEXhg8U61XmeWcBb1FuQP4w7ZQXK5boMm3yclFDSANAHmuKviBBeBPQ8ymyo8w3jOh/5r2ui5nN6v8sYNJb3WMdeWRvLji0DhozKdxM6psyYs2DJijUbtuzYc+DIiTMXrty4k8oGLb+n0xCe37ekM7Z66j1DbUy3l6PpHnLfdLO5NdSBoQ4NdWSoY9ON54mhdqa/y1NDnRnq3FAXhro01JWhrg11Y6hbQ90Z6t5QD4Z6NNSToZ4N9WKoV0O9GerdUJORPqkhTd54nJ1YDXBU1RV+576/JBs2bPYPkrDZt5vsJrv53V/I5mclhGDCTwgGBQQSTEji4hCkYIAGd4TGIWFAhV0RQTpWmQp1xv6hA4OTOlNr2zFANbHUYbq2OtNCpViRqsk+e+7bTQAhzti8vPfuPffcc88959zznbcMMPjHD/KDDGEY0ABpYX384NhlomIYlo4JISGEY9mMh2FSidYiqkEUphtNYDSY/dXg9023l4DdxlqUl0chuZRhncJKrsCQHIwcGuwfnhMIzBnuH4Sym+1D2zaGjheXlhYfD238z80mKYMmvJ5XeOTzd8z9eujbMxJNhu4C9xPE/bCMiDuSNIWgkTQwBE55hLSAE7ZwhrHLnAHZOGV/kmBGTiNjZxzI77Hb7Hqjz68TjT6vh+5JT/cCIkqS0D6CqPf5jX4Qjdx5j6vlDfZM4aZFdbVXIxtOlJaP/WottMnH6CJQ3bTiue3PrY23HjnChtuamxwvvzFjxkPrNj3z0tG9T561HDYf6OgmRWvlY3JQHoQb8ltV2Yet7YfWctEjR1AtxS/cSX6U4alf6NJEBQ7YKg9wrXQKd0IeZCb2ux75Uhh1Un+Nz+9LTOE7PK777nN5xqdTneTBhCbx446mZrhnUkrCz2YhA9dSMxaG0SYmT8hi9ZPu1E94PJYQSH6LRmhxec7Q7ZeXntgQuVpbh+a4qWNsckVyTdn0P7o7DpgPW84+uRcq0BITflBikGdUjAZ9wYBVI3mtrNvr9kpg1UsaK6t3690aoorC1lg0GpMH2HAMtkZjsSi5Ig9ESVosOh7GQfLjKNLvKpMKkLSKNFAka710GdgSi8oDMSoNhqjkKBXTgn3swtaxyzGkUzIzae9RtLdWkSlZ1KDX6EzgllzV4NV4SoDFSOGD4+HCeQUF8wrZ5Hs8zIb5EaVxy8DYFTbMCJPnLIWZxugZE2NlivC0gc1qEQUR8jEKgZcAXeH18BiCgl5nlHh0CrjB4Hb5fX4gb0J7c9PuHVsfgkx2n/vTY/JV8kn8PGxf7faOZ8qX8JVByuIf4whk9sqXli2hvPJV9hrp0hY7l8r2x37ydaVsb4xvXv/47v2NjfCl8m5oRDJclFMoE1yk0Uh1Te4/m8lFXe9qBZD0EkheicebXvzI2PLCuoKCukLuhPIeKwaHPEouxw3kMqaIUXDQ1p0mip+MyCORSCQaoUsnY1VZ38nUTrG21WvVo4f1OsEJFhvSfAFwGfT8VHRMeAVUpwLOoLzjT/REIj3O3FhuURE+nERF+0pTId5Fyxv5sfwGyg4O+my4vZv0sZm7oeQlFZORiB+tG0MweVNraeitl7yxiPIHTk4/diVxs94o5lEYishB2iAtkchEnsActoEpx44Fo8XnsQMaA22BlqC20RmhBKzYojZyYaxg+JggMc4HHY2m+L9EkWSYljirOisrO7d3VorxzyZ6Vc4lJqITAu1b2wOBdrLElAP+bFc2eGaZFVbkmJktv5uT6Jlz5D/MnBFor6ig/JPnRViBsV3LNKGGqB1ChJ0tgQywlVLFJIuQgTFttwkiKxhyQdAZMdMYtSaoAewqfvXVYPAbDT6/1mez85YS8FSDywQ6NfAnef6FNEGMilnppyvn5rB6tTyq1pOceRWnp2WJEZFXHeX5oyoem1nTTgdqc4heDY7bOeKz63vnz+/dRx+s31Ht2JGanQ5seirfWJL9tjozU/12TnEjn5oux9OzU3ckGbBzBwNOyk69JykKH0n/0LM9A72tuwM3zQpIRu4AxiToseEpgPOmbROyFe9/X2yeUvoUsCyEvjcgs7fpWP3/aKlFN0+6HFUe6D9HFz/XPwBlN9tTqNyZjFJ8UO2RUT5/h4CptCctEyeisnOyXjALEp7dXKaQKf6O7IMnGjNNACRMLxqdYJX8eMLvmmd68D+ayBLyKKYZwYxDt/GNhzETDJ05Qxlyi3pi3/Z93ndYVSumgj0V/KkIFlO6+1K3fF2+3g0q+YtuSIf0bvmLqV09nnobI6hwcjIP8aPCKayjsF5JBY3LaKAeRLSyYB1h81oTwe9SlPMkXB7G0mfL9q71gaqqwPqu67QRKS1+ObTx+sbQy9QV2OQHEScGkdFBeT7v7qisqqrs6N52i78/R+6S0qQONVj26agOVoswCyQWIV5D86vH53bxNUeXV0K+XZaHv/nm/KsHhOvylwsWnJX/HE8l/4WCv5x+l5n08z6UU8bUMa3MBpSmM7F63AxntdC9eBCKEZW9Hr+ABNqtxgAQrSbMtmrW7lKQuoSgBhSrTazWVU2QAKWY8wiiuhqFmQgWJBgoXiuWIm42N7hqZbBsgXz52O5P5uSvaNgFGnOuvsRw8I8Laha91wMvDuxqWFheN7/8GVtTltdS83DQsXRmqc5ZtcJXEVrlV2doTWk5+Yunm71dG5f55m/qY0MjI93vv9/NfpxXV9sUXrxy2fbNy1or65cOlDRnOoKFeeXcbw42H/bNDT5Qs3flgs31gWC1lD1nfUV/X7NdCnSUdHY2e8afzfKsqZ5ZljfDqjLOmk3UebNXB+aHArPYDRs+/HDDxeT5DiP+sFg7OpRaVQMGBV89PpeBdj22hCE0Uub0UqwLrNWsG0cuyadgLXTeR5rbO4+3c/vl15cur2nRq+TXCQDcS3SO+s6ak+e5/eMS+1dw3btu3YG2tvFL8XdIZvdjdW6TO/4B7IdrZWVPmctm5/59AgsPItTSbCiIBr2OqIGzmu20SMKAS7yqwGBUfGfgjDYlLLDeF0SfcLB2LSx8flT+08/kzz6yOj96rft4rpTjdPQcmLd47uKibbDq7ZSz/XtbH2nN717Nd62rU+c8Icevvv7I09wA6WvjVcafb+FsbNG+ZQ80Rn6ZZsvrP7teP2dzTdoETvNhjCmsr8FID2sJ69VYvdUcxk4AzYRlKcaE38eXNRlfW9H1as9i6acLHp1XpuNB5K7DIvkX08y1ZYvh3KfWaiCzH+ztrSDmD7LuX73x/mJelB8Yj39t8nhNQJJ2CAthpoFGLsGgtSOCJooCGoaJAMTjSWHVZ08YAa1Fg9lPI5U6DOsGVjDasJeZZ+YyhfCwfOzCxlBA69M9XLXtza7H/rav+9Tjq5xNi0wpKQIRNO4Lrzz7yp5QVYM6Jd/oc1Uvn/mQhhuWh6ENXoS2YTZ8QT42bF5d/559zp5r0Uff2VnR2tdf2/WCOd2cO0Mw6qpWPnvxpV0nrt5fZd2yItc199GWe8vlNfNDq+CH/7yAAnB9hn7T4QO4c1g9ScxsZgmzntnE/IDGndtHMw69lFwoCnYsMGx+rBp8JSBqdLzBr9QRPq/PbhWMWFtQZp1xguy/haw3TEHm3TWAnxFWQQWgt7M5OV0lCz1VRYucpWliy7z6Zd4urwPIyeZQqli2Lgg7szJV09PysATbOQtYIrB2YzbkJYkGgJ0m4AjPUap1pvYu1K9qr97z0Yl3p332b2LYB78ncYIlRkau/8GObSsOlZancACE5d5ily+c2+7h5Yj4lqhVmXXB+iXLfvdqSgqfKtQvfHDV0OnvQR1qhw42XS/vkvsh/hXcrDFP0a+SJNIomEfD1nsrYGO+1bgTOJhM8Hv6ek+7vVglxuSRwoKn17S937bm6YJCeSSG0Op1n+7tE37tcZ/p7dsTv4EUrGpDbWueKigsLHhqTVsoEj+JU0kaSjnj9tz8/gryQWwJ9BcJXBC/7smO+I/IFURJetFPrdt5WcoL6DbEJaygI8CTHfQTjf40ofD+DwalTqIAAHicY2BkYGAA4gDud4bx/DZfGbjZGUDg+q1z05BpdkawOAcDE4gCAB45CXEAeJxjYGRgYGcAARD5/z87IwMjAypQBAAtgwI4AHicY2BgYGAfYAwAOkQA4QAAAAAAAA4AaAB+AMwA4AECAUIBbAGYAcICGAJYArQC4AMwA7AD3gQwBJYE3AUkBWYFigYgBmYGtAbqB1gIEghYCG4IhHicY2BkYGBQZChlYGcAASYg5gJCBob/YD4DABfTAbQAeJxdkE1qg0AYhl8Tk9AIoVDaVSmzahcF87PMARLIMoFAl0ZHY1BHdBJIT9AT9AQ9RQ9Qeqy+yteNMzDzfM+88w0K4BY/cNAMB6N2bUaPPBLukybCLvleeAAPj8JD+hfhMV7hC3u4wxs7OO4NzQSZcI/8Ltwnfwi75E/hAR7wJTyk/xYeY49fYQ/PztM+jbTZ7LY6OWdBJdX/pqs6NYWa+zMxa13oKrA6Uoerqi/JwtpYxZXJ1coUVmeZUWVlTjq0/tHacjmdxuL90OR8O0UEDYMNdtiSEpz5XQGqzlm30kzUdAYFFOb8R7NOZk0q2lwAyz1i7oAr1xoXvrOgtYhZx8wY5KRV269JZ5yGpmzPTjQhvY9je6vEElPOuJP3mWKnP5M3V+YAAAB4nG2PyXLCMBBE3YCNDWEL2ffk7o8S8oCnkCVHC5C/jzBQlUP6IHVPzYyekl5y0iL5X5/ooY8BUmQYIkeBEca4wgRTzDDHAtdY4ga3uMM9HvCIJzzjBa94wzs+8ImvZNAq8TM+HqVkKxWlrQiOxjujQkNlEzyNzl6Z/cU2XF06at7U83VQyklLpEvSnuzsb+HAPnPfQVgaupa1Jlu4sPLsFblcitaz0dHU0ZF1qatjZ1+aTXYCmp6u0gSvWNPyHLtFZ+ZeXWVSaEkqs3T8S74WklbGbNNNq4LL4+CWKtZDv2cfX8l8aFbKFhEnJnJ+IULFpqwoQnNHlHaVQtPBl+ypmbSWdmyC61KS/AKZC3Y+AA==) format("woff");font-weight:400;font-style:normal}.video-js .vjs-big-play-button .vjs-icon-placeholder:before,.video-js .vjs-play-control .vjs-icon-placeholder,.vjs-icon-play{font-family:VideoJS;font-weight:400;font-style:normal}.video-js .vjs-big-play-button .vjs-icon-placeholder:before,.video-js .vjs-play-control .vjs-icon-placeholder:before,.vjs-icon-play:before{content:"\f101"}.vjs-icon-play-circle{font-family:VideoJS;font-weight:400;font-style:normal}.vjs-icon-play-circle:before{content:"\f102"}.video-js .vjs-play-control.vjs-playing .vjs-icon-placeholder,.vjs-icon-pause{font-family:VideoJS;font-weight:400;font-style:normal}.video-js .vjs-play-control.vjs-playing .vjs-icon-placeholder:before,.vjs-icon-pause:before{content:"\f103"}.video-js .vjs-mute-control.vjs-vol-0 .vjs-icon-placeholder,.vjs-icon-volume-mute{font-family:VideoJS;font-weight:400;font-style:normal}.video-js .vjs-mute-control.vjs-vol-0 .vjs-icon-placeholder:before,.vjs-icon-volume-mute:before{content:"\f104"}.video-js .vjs-mute-control.vjs-vol-1 .vjs-icon-placeholder,.vjs-icon-volume-low{font-family:VideoJS;font-weight:400;font-style:normal}.video-js .vjs-mute-control.vjs-vol-1 .vjs-icon-placeholder:before,.vjs-icon-volume-low:before{content:"\f105"}.video-js .vjs-mute-control.vjs-vol-2 .vjs-icon-placeholder,.vjs-icon-volume-mid{font-family:VideoJS;font-weight:400;font-style:normal}.video-js .vjs-mute-control.vjs-vol-2 .vjs-icon-placeholder:before,.vjs-icon-volume-mid:before{content:"\f106"}.video-js .vjs-mute-control .vjs-icon-placeholder,.vjs-icon-volume-high{font-family:VideoJS;font-weight:400;font-style:normal}.video-js .vjs-mute-control .vjs-icon-placeholder:before,.vjs-icon-volume-high:before{content:"\f107"}.video-js .vjs-fullscreen-control .vjs-icon-placeholder,.vjs-icon-fullscreen-enter{font-family:VideoJS;font-weight:400;font-style:normal}.video-js .vjs-fullscreen-control .vjs-icon-placeholder:before,.vjs-icon-fullscreen-enter:before{content:"\f108"}.video-js.vjs-fullscreen .vjs-fullscreen-control .vjs-icon-placeholder,.vjs-icon-fullscreen-exit{font-family:VideoJS;font-weight:400;font-style:normal}.video-js.vjs-fullscreen .vjs-fullscreen-control .vjs-icon-placeholder:before,.vjs-icon-fullscreen-exit:before{content:"\f109"}.vjs-icon-square{font-family:VideoJS;font-weight:400;font-style:normal}.vjs-icon-square:before{content:"\f10a"}.vjs-icon-spinner{font-family:VideoJS;font-weight:400;font-style:normal}.vjs-icon-spinner:before{content:"\f10b"}.video-js .vjs-subs-caps-button .vjs-icon-placeholder,.video-js .vjs-subtitles-button .vjs-icon-placeholder,.video-js.video-js:lang(en-AU) .vjs-subs-caps-button .vjs-icon-placeholder,.video-js.video-js:lang(en-GB) .vjs-subs-caps-button .vjs-icon-placeholder,.video-js.video-js:lang(en-IE) .vjs-subs-caps-button .vjs-icon-placeholder,.video-js.video-js:lang(en-NZ) .vjs-subs-caps-button .vjs-icon-placeholder,.vjs-icon-subtitles{font-family:VideoJS;font-weight:400;font-style:normal}.video-js .vjs-subs-caps-button .vjs-icon-placeholder:before,.video-js .vjs-subtitles-button .vjs-icon-placeholder:before,.video-js.video-js:lang(en-AU) .vjs-subs-caps-button .vjs-icon-placeholder:before,.video-js.video-js:lang(en-GB) .vjs-subs-caps-button .vjs-icon-placeholder:before,.video-js.video-js:lang(en-IE) .vjs-subs-caps-button .vjs-icon-placeholder:before,.video-js.video-js:lang(en-NZ) .vjs-subs-caps-button .vjs-icon-placeholder:before,.vjs-icon-subtitles:before{content:"\f10c"}.video-js .vjs-captions-button .vjs-icon-placeholder,.video-js:lang(en) .vjs-subs-caps-button .vjs-icon-placeholder,.video-js:lang(fr-CA) .vjs-subs-caps-button .vjs-icon-placeholder,.vjs-icon-captions{font-family:VideoJS;font-weight:400;font-style:normal}.video-js .vjs-captions-button .vjs-icon-placeholder:before,.video-js:lang(en) .vjs-subs-caps-button .vjs-icon-placeholder:before,.video-js:lang(fr-CA) .vjs-subs-caps-button .vjs-icon-placeholder:before,.vjs-icon-captions:before{content:"\f10d"}.video-js .vjs-chapters-button .vjs-icon-placeholder,.vjs-icon-chapters{font-family:VideoJS;font-weight:400;font-style:normal}.video-js .vjs-chapters-button .vjs-icon-placeholder:before,.vjs-icon-chapters:before{content:"\f10e"}.vjs-icon-share{font-family:VideoJS;font-weight:400;font-style:normal}.vjs-icon-share:before{content:"\f10f"}.vjs-icon-cog{font-family:VideoJS;font-weight:400;font-style:normal}.vjs-icon-cog:before{content:"\f110"}.video-js .vjs-play-progress,.video-js .vjs-volume-level,.vjs-icon-circle,.vjs-seek-to-live-control .vjs-icon-placeholder{font-family:VideoJS;font-weight:400;font-style:normal}.video-js .vjs-play-progress:before,.video-js .vjs-volume-level:before,.vjs-icon-circle:before,.vjs-seek-to-live-control .vjs-icon-placeholder:before{content:"\f111"}.vjs-icon-circle-outline{font-family:VideoJS;font-weight:400;font-style:normal}.vjs-icon-circle-outline:before{content:"\f112"}.vjs-icon-circle-inner-circle{font-family:VideoJS;font-weight:400;font-style:normal}.vjs-icon-circle-inner-circle:before{content:"\f113"}.vjs-icon-hd{font-family:VideoJS;font-weight:400;font-style:normal}.vjs-icon-hd:before{content:"\f114"}.video-js .vjs-control.vjs-close-button .vjs-icon-placeholder,.vjs-icon-cancel{font-family:VideoJS;font-weight:400;font-style:normal}.video-js .vjs-control.vjs-close-button .vjs-icon-placeholder:before,.vjs-icon-cancel:before{content:"\f115"}.video-js .vjs-play-control.vjs-ended .vjs-icon-placeholder,.vjs-icon-replay{font-family:VideoJS;font-weight:400;font-style:normal}.video-js .vjs-play-control.vjs-ended .vjs-icon-placeholder:before,.vjs-icon-replay:before{content:"\f116"}.vjs-icon-facebook{font-family:VideoJS;font-weight:400;font-style:normal}.vjs-icon-facebook:before{content:"\f117"}.vjs-icon-gplus{font-family:VideoJS;font-weight:400;font-style:normal}.vjs-icon-gplus:before{content:"\f118"}.vjs-icon-linkedin{font-family:VideoJS;font-weight:400;font-style:normal}.vjs-icon-linkedin:before{content:"\f119"}.vjs-icon-twitter{font-family:VideoJS;font-weight:400;font-style:normal}.vjs-icon-twitter:before{content:"\f11a"}.vjs-icon-tumblr{font-family:VideoJS;font-weight:400;font-style:normal}.vjs-icon-tumblr:before{content:"\f11b"}.vjs-icon-pinterest{font-family:VideoJS;font-weight:400;font-style:normal}.vjs-icon-pinterest:before{content:"\f11c"}.video-js .vjs-descriptions-button .vjs-icon-placeholder,.vjs-icon-audio-description{font-family:VideoJS;font-weight:400;font-style:normal}.video-js .vjs-descriptions-button .vjs-icon-placeholder:before,.vjs-icon-audio-description:before{content:"\f11d"}.video-js .vjs-audio-button .vjs-icon-placeholder,.vjs-icon-audio{font-family:VideoJS;font-weight:400;font-style:normal}.video-js .vjs-audio-button .vjs-icon-placeholder:before,.vjs-icon-audio:before{content:"\f11e"}.vjs-icon-next-item{font-family:VideoJS;font-weight:400;font-style:normal}.vjs-icon-next-item:before{content:"\f11f"}.vjs-icon-previous-item{font-family:VideoJS;font-weight:400;font-style:normal}.vjs-icon-previous-item:before{content:"\f120"}.video-js{display:block;vertical-align:top;box-sizing:border-box;color:#fff;background-color:#000;position:relative;padding:0;font-size:10px;line-height:1;font-weight:400;font-style:normal;font-family:Arial,Helvetica,sans-serif;word-break:initial}.video-js:-moz-full-screen{position:absolute}.video-js:-webkit-full-screen{width:100%!important;height:100%!important}.video-js[tabindex="-1"]{outline:0}.video-js *,.video-js :after,.video-js :before{box-sizing:inherit}.video-js ul{font-family:inherit;font-size:inherit;line-height:inherit;list-style-position:outside;margin-left:0;margin-right:0;margin-top:0;margin-bottom:0}.video-js.vjs-16-9,.video-js.vjs-4-3,.video-js.vjs-fluid{width:100%;max-width:100%;height:0}.video-js.vjs-16-9{padding-top:56.25%}.video-js.vjs-4-3{padding-top:75%}.video-js.vjs-fill{width:100%;height:100%}.video-js .vjs-tech{position:absolute;top:0;left:0;width:100%;height:100%}body.vjs-full-window{padding:0;margin:0;height:100%}.vjs-full-window .video-js.vjs-fullscreen{position:fixed;overflow:hidden;z-index:1000;left:0;top:0;bottom:0;right:0}.video-js.vjs-fullscreen{width:100%!important;height:100%!important;padding-top:0!important}.video-js.vjs-fullscreen.vjs-user-inactive{cursor:none}.vjs-hidden{display:none!important}.vjs-disabled{opacity:.5;cursor:default}.video-js .vjs-offscreen{height:1px;left:-9999px;position:absolute;top:0;width:1px}.vjs-lock-showing{display:block!important;opacity:1;visibility:visible}.vjs-no-js{padding:20px;color:#fff;background-color:#000;font-size:18px;font-family:Arial,Helvetica,sans-serif;text-align:center;width:300px;height:150px;margin:0 auto}.vjs-no-js a,.vjs-no-js a:visited{color:#66a8cc}.video-js .vjs-big-play-button{font-size:3em;line-height:1.5em;height:1.63332em;width:3em;display:block;position:absolute;top:10px;left:10px;padding:0;cursor:pointer;opacity:1;border:.06666em solid #fff;background-color:#2b333f;background-color:rgba(43,51,63,.7);border-radius:.3em;transition:all .4s}.vjs-big-play-centered .vjs-big-play-button{top:50%;left:50%;margin-top:-.81666em;margin-left:-1.5em}.video-js .vjs-big-play-button:focus,.video-js:hover .vjs-big-play-button{border-color:#fff;background-color:#73859f;background-color:rgba(115,133,159,.5);transition:all 0s}.vjs-controls-disabled .vjs-big-play-button,.vjs-error .vjs-big-play-button,.vjs-has-started .vjs-big-play-button,.vjs-using-native-controls .vjs-big-play-button{display:none}.vjs-has-started.vjs-paused.vjs-show-big-play-button-on-pause .vjs-big-play-button{display:block}.video-js button{background:0 0;border:none;color:inherit;display:inline-block;font-size:inherit;line-height:inherit;text-transform:none;text-decoration:none;transition:none;-webkit-appearance:none;-moz-appearance:none;appearance:none}.vjs-control .vjs-button{width:100%;height:100%}.video-js .vjs-control.vjs-close-button{cursor:pointer;height:3em;position:absolute;right:0;top:.5em;z-index:2}.video-js .vjs-modal-dialog{background:rgba(0,0,0,.8);background:linear-gradient(180deg,rgba(0,0,0,.8),rgba(255,255,255,0));overflow:auto}.video-js .vjs-modal-dialog>*{box-sizing:border-box}.vjs-modal-dialog .vjs-modal-dialog-content{font-size:1.2em;line-height:1.5;padding:20px 24px;z-index:1}.vjs-menu-button{cursor:pointer}.vjs-menu-button.vjs-disabled{cursor:default}.vjs-workinghover .vjs-menu-button.vjs-disabled:hover .vjs-menu{display:none}.vjs-menu .vjs-menu-content{display:block;padding:0;margin:0;font-family:Arial,Helvetica,sans-serif;overflow:auto}.vjs-menu .vjs-menu-content>*{box-sizing:border-box}.vjs-scrubbing .vjs-control.vjs-menu-button:hover .vjs-menu{display:none}.vjs-menu li{list-style:none;margin:0;padding:.2em 0;line-height:1.4em;font-size:1.2em;text-align:center;text-transform:lowercase}.js-focus-visible .vjs-menu li.vjs-menu-item:hover,.vjs-menu li.vjs-menu-item:focus,.vjs-menu li.vjs-menu-item:hover{background-color:#73859f;background-color:rgba(115,133,159,.5)}.js-focus-visible .vjs-menu li.vjs-selected:hover,.vjs-menu li.vjs-selected,.vjs-menu li.vjs-selected:focus,.vjs-menu li.vjs-selected:hover{background-color:#fff;color:#2b333f}.vjs-menu li.vjs-menu-title{text-align:center;text-transform:uppercase;font-size:1em;line-height:2em;padding:0;margin:0 0 .3em 0;font-weight:700;cursor:default}.vjs-menu-button-popup .vjs-menu{display:none;position:absolute;bottom:0;width:10em;left:-3em;height:0;margin-bottom:1.5em;border-top-color:rgba(43,51,63,.7)}.vjs-menu-button-popup .vjs-menu .vjs-menu-content{background-color:#2b333f;background-color:rgba(43,51,63,.7);position:absolute;width:100%;bottom:1.5em;max-height:15em}.vjs-layout-tiny .vjs-menu-button-popup .vjs-menu .vjs-menu-content,.vjs-layout-x-small .vjs-menu-button-popup .vjs-menu .vjs-menu-content{max-height:5em}.vjs-layout-small .vjs-menu-button-popup .vjs-menu .vjs-menu-content{max-height:10em}.vjs-layout-medium .vjs-menu-button-popup .vjs-menu .vjs-menu-content{max-height:14em}.vjs-layout-huge .vjs-menu-button-popup .vjs-menu .vjs-menu-content,.vjs-layout-large .vjs-menu-button-popup .vjs-menu .vjs-menu-content,.vjs-layout-x-large .vjs-menu-button-popup .vjs-menu .vjs-menu-content{max-height:25em}.vjs-menu-button-popup .vjs-menu.vjs-lock-showing,.vjs-workinghover .vjs-menu-button-popup:hover .vjs-menu{display:block}.video-js .vjs-menu-button-inline{transition:all .4s;overflow:hidden}.video-js .vjs-menu-button-inline:before{width:2.222222222em}.video-js .vjs-menu-button-inline.vjs-slider-active,.video-js .vjs-menu-button-inline:focus,.video-js .vjs-menu-button-inline:hover,.video-js.vjs-no-flex .vjs-menu-button-inline{width:12em}.vjs-menu-button-inline .vjs-menu{opacity:0;height:100%;width:auto;position:absolute;left:4em;top:0;padding:0;margin:0;transition:all .4s}.vjs-menu-button-inline.vjs-slider-active .vjs-menu,.vjs-menu-button-inline:focus .vjs-menu,.vjs-menu-button-inline:hover .vjs-menu{display:block;opacity:1}.vjs-no-flex .vjs-menu-button-inline .vjs-menu{display:block;opacity:1;position:relative;width:auto}.vjs-no-flex .vjs-menu-button-inline.vjs-slider-active .vjs-menu,.vjs-no-flex .vjs-menu-button-inline:focus .vjs-menu,.vjs-no-flex .vjs-menu-button-inline:hover .vjs-menu{width:auto}.vjs-menu-button-inline .vjs-menu-content{width:auto;height:100%;margin:0;overflow:hidden}.video-js .vjs-control-bar{display:none;width:100%;position:absolute;bottom:0;left:0;right:0;height:3em;background-color:#2b333f;background-color:rgba(43,51,63,.7)}.vjs-has-started .vjs-control-bar{display:flex;visibility:visible;opacity:1;transition:visibility .1s,opacity .1s}.vjs-has-started.vjs-user-inactive.vjs-playing .vjs-control-bar{visibility:visible;opacity:0;transition:visibility 1s,opacity 1s}.vjs-controls-disabled .vjs-control-bar,.vjs-error .vjs-control-bar,.vjs-using-native-controls .vjs-control-bar{display:none!important}.vjs-audio.vjs-has-started.vjs-user-inactive.vjs-playing .vjs-control-bar{opacity:1;visibility:visible}.vjs-has-started.vjs-no-flex .vjs-control-bar{display:table}.video-js .vjs-control{position:relative;text-align:center;margin:0;padding:0;height:100%;width:4em;flex:none}.vjs-button>.vjs-icon-placeholder:before{font-size:1.8em;line-height:1.67}.video-js .vjs-control:focus,.video-js .vjs-control:focus:before,.video-js .vjs-control:hover:before{text-shadow:0 0 1em #fff}.video-js .vjs-control-text{border:0;clip:rect(0 0 0 0);height:1px;overflow:hidden;padding:0;position:absolute;width:1px}.vjs-no-flex .vjs-control{display:table-cell;vertical-align:middle}.video-js .vjs-custom-control-spacer{display:none}.video-js .vjs-progress-control{cursor:pointer;flex:auto;display:flex;align-items:center;min-width:4em;touch-action:none}.video-js .vjs-progress-control.disabled{cursor:default}.vjs-live .vjs-progress-control{display:none}.vjs-liveui .vjs-progress-control{display:flex;align-items:center}.vjs-no-flex .vjs-progress-control{width:auto}.video-js .vjs-progress-holder{flex:auto;transition:all .2s;height:.3em}.video-js .vjs-progress-control .vjs-progress-holder{margin:0 10px}.video-js .vjs-progress-control:hover .vjs-progress-holder{font-size:1.666666666666666666em}.video-js .vjs-progress-control:hover .vjs-progress-holder.disabled{font-size:1em}.video-js .vjs-progress-holder .vjs-load-progress,.video-js .vjs-progress-holder .vjs-load-progress div,.video-js .vjs-progress-holder .vjs-play-progress{position:absolute;display:block;height:100%;margin:0;padding:0;width:0}.video-js .vjs-play-progress{background-color:#fff}.video-js .vjs-play-progress:before{font-size:.9em;position:absolute;right:-.5em;top:-.333333333333333em;z-index:1}.video-js .vjs-load-progress{background:rgba(115,133,159,.5)}.video-js .vjs-load-progress div{background:rgba(115,133,159,.75)}.video-js .vjs-time-tooltip{background-color:#fff;background-color:rgba(255,255,255,.8);border-radius:.3em;color:#000;float:right;font-family:Arial,Helvetica,sans-serif;font-size:1em;padding:6px 8px 8px 8px;pointer-events:none;position:absolute;top:-3.4em;visibility:hidden;z-index:1}.video-js .vjs-progress-holder:focus .vjs-time-tooltip{display:none}.video-js .vjs-progress-control:hover .vjs-progress-holder:focus .vjs-time-tooltip,.video-js .vjs-progress-control:hover .vjs-time-tooltip{display:block;font-size:.6em;visibility:visible}.video-js .vjs-progress-control.disabled:hover .vjs-time-tooltip{font-size:1em}.video-js .vjs-progress-control .vjs-mouse-display{display:none;position:absolute;width:1px;height:100%;background-color:#000;z-index:1}.vjs-no-flex .vjs-progress-control .vjs-mouse-display{z-index:0}.video-js .vjs-progress-control:hover .vjs-mouse-display{display:block}.video-js.vjs-user-inactive .vjs-progress-control .vjs-mouse-display{visibility:hidden;opacity:0;transition:visibility 1s,opacity 1s}.video-js.vjs-user-inactive.vjs-no-flex .vjs-progress-control .vjs-mouse-display{display:none}.vjs-mouse-display .vjs-time-tooltip{color:#fff;background-color:#000;background-color:rgba(0,0,0,.8)}.video-js .vjs-slider{position:relative;cursor:pointer;padding:0;margin:0 .45em 0 .45em;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;background-color:#73859f;background-color:rgba(115,133,159,.5)}.video-js .vjs-slider.disabled{cursor:default}.video-js .vjs-slider:focus{text-shadow:0 0 1em #fff;box-shadow:0 0 1em #fff}.video-js .vjs-mute-control{cursor:pointer;flex:none}.video-js .vjs-volume-control{cursor:pointer;margin-right:1em;display:flex}.video-js .vjs-volume-control.vjs-volume-horizontal{width:5em}.video-js .vjs-volume-panel .vjs-volume-control{visibility:visible;opacity:0;width:1px;height:1px;margin-left:-1px}.video-js .vjs-volume-panel{transition:width 1s}.video-js .vjs-volume-panel .vjs-mute-control:hover~.vjs-volume-control,.video-js .vjs-volume-panel .vjs-volume-control.vjs-slider-active,.video-js .vjs-volume-panel .vjs-volume-control:active,.video-js .vjs-volume-panel .vjs-volume-control:hover,.video-js .vjs-volume-panel:active .vjs-volume-control,.video-js .vjs-volume-panel:focus .vjs-volume-control,.video-js .vjs-volume-panel:hover .vjs-volume-control{visibility:visible;opacity:1;position:relative;transition:visibility .1s,opacity .1s,height .1s,width .1s,left 0s,top 0s}.video-js .vjs-volume-panel .vjs-mute-control:hover~.vjs-volume-control.vjs-volume-horizontal,.video-js .vjs-volume-panel .vjs-volume-control.vjs-slider-active.vjs-volume-horizontal,.video-js .vjs-volume-panel .vjs-volume-control:active.vjs-volume-horizontal,.video-js .vjs-volume-panel .vjs-volume-control:hover.vjs-volume-horizontal,.video-js .vjs-volume-panel:active .vjs-volume-control.vjs-volume-horizontal,.video-js .vjs-volume-panel:focus .vjs-volume-control.vjs-volume-horizontal,.video-js .vjs-volume-panel:hover .vjs-volume-control.vjs-volume-horizontal{width:5em;height:3em}.video-js .vjs-volume-panel .vjs-mute-control:hover~.vjs-volume-control.vjs-volume-vertical,.video-js .vjs-volume-panel .vjs-volume-control.vjs-slider-active.vjs-volume-vertical,.video-js .vjs-volume-panel .vjs-volume-control:active.vjs-volume-vertical,.video-js .vjs-volume-panel .vjs-volume-control:hover.vjs-volume-vertical,.video-js .vjs-volume-panel:active .vjs-volume-control.vjs-volume-vertical,.video-js .vjs-volume-panel:focus .vjs-volume-control.vjs-volume-vertical,.video-js .vjs-volume-panel:hover .vjs-volume-control.vjs-volume-vertical{left:-3.5em}.video-js .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-slider-active,.video-js .vjs-volume-panel.vjs-volume-panel-horizontal:active,.video-js .vjs-volume-panel.vjs-volume-panel-horizontal:hover{width:9em;transition:width .1s}.video-js .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-mute-toggle-only{width:4em}.video-js .vjs-volume-panel .vjs-volume-control.vjs-volume-vertical{height:8em;width:3em;left:-3000em;transition:visibility 1s,opacity 1s,height 1s 1s,width 1s 1s,left 1s 1s,top 1s 1s}.video-js .vjs-volume-panel .vjs-volume-control.vjs-volume-horizontal{transition:visibility 1s,opacity 1s,height 1s 1s,width 1s,left 1s 1s,top 1s 1s}.video-js.vjs-no-flex .vjs-volume-panel .vjs-volume-control.vjs-volume-horizontal{width:5em;height:3em;visibility:visible;opacity:1;position:relative;transition:none}.video-js.vjs-no-flex .vjs-volume-control.vjs-volume-vertical,.video-js.vjs-no-flex .vjs-volume-panel .vjs-volume-control.vjs-volume-vertical{position:absolute;bottom:3em;left:.5em}.video-js .vjs-volume-panel{display:flex}.video-js .vjs-volume-bar{margin:1.35em .45em}.vjs-volume-bar.vjs-slider-horizontal{width:5em;height:.3em}.vjs-volume-bar.vjs-slider-vertical{width:.3em;height:5em;margin:1.35em auto}.video-js .vjs-volume-level{position:absolute;bottom:0;left:0;background-color:#fff}.video-js .vjs-volume-level:before{position:absolute;font-size:.9em}.vjs-slider-vertical .vjs-volume-level{width:.3em}.vjs-slider-vertical .vjs-volume-level:before{top:-.5em;left:-.3em}.vjs-slider-horizontal .vjs-volume-level{height:.3em}.vjs-slider-horizontal .vjs-volume-level:before{top:-.3em;right:-.5em}.video-js .vjs-volume-panel.vjs-volume-panel-vertical{width:4em}.vjs-volume-bar.vjs-slider-vertical .vjs-volume-level{height:100%}.vjs-volume-bar.vjs-slider-horizontal .vjs-volume-level{width:100%}.video-js .vjs-volume-vertical{width:3em;height:8em;bottom:8em;background-color:#2b333f;background-color:rgba(43,51,63,.7)}.video-js .vjs-volume-horizontal .vjs-menu{left:-2em}.vjs-poster{display:inline-block;vertical-align:middle;background-repeat:no-repeat;background-position:50% 50%;background-size:contain;background-color:#000;cursor:pointer;margin:0;padding:0;position:absolute;top:0;right:0;bottom:0;left:0;height:100%}.vjs-has-started .vjs-poster{display:none}.vjs-audio.vjs-has-started .vjs-poster{display:block}.vjs-using-native-controls .vjs-poster{display:none}.video-js .vjs-live-control{display:flex;align-items:flex-start;flex:auto;font-size:1em;line-height:3em}.vjs-no-flex .vjs-live-control{display:table-cell;width:auto;text-align:left}.video-js.vjs-liveui .vjs-live-control,.video-js:not(.vjs-live) .vjs-live-control{display:none}.video-js .vjs-seek-to-live-control{cursor:pointer;flex:none;display:inline-flex;height:100%;padding-left:.5em;padding-right:.5em;font-size:1em;line-height:3em;width:auto;min-width:4em}.vjs-no-flex .vjs-seek-to-live-control{display:table-cell;width:auto;text-align:left}.video-js.vjs-live:not(.vjs-liveui) .vjs-seek-to-live-control,.video-js:not(.vjs-live) .vjs-seek-to-live-control{display:none}.vjs-seek-to-live-control.vjs-control.vjs-at-live-edge{cursor:auto}.vjs-seek-to-live-control .vjs-icon-placeholder{margin-right:.5em;color:#888}.vjs-seek-to-live-control.vjs-control.vjs-at-live-edge .vjs-icon-placeholder{color:red}.video-js .vjs-time-control{flex:none;font-size:1em;line-height:3em;min-width:2em;width:auto;padding-left:1em;padding-right:1em}.vjs-live .vjs-time-control{display:none}.video-js .vjs-current-time,.vjs-no-flex .vjs-current-time{display:none}.video-js .vjs-duration,.vjs-no-flex .vjs-duration{display:none}.vjs-time-divider{display:none;line-height:3em}.vjs-live .vjs-time-divider{display:none}.video-js .vjs-play-control{cursor:pointer}.video-js .vjs-play-control .vjs-icon-placeholder{flex:none}.vjs-text-track-display{position:absolute;bottom:3em;left:0;right:0;top:0;pointer-events:none}.video-js.vjs-user-inactive.vjs-playing .vjs-text-track-display{bottom:1em}.video-js .vjs-text-track{font-size:1.4em;text-align:center;margin-bottom:.1em}.vjs-subtitles{color:#fff}.vjs-captions{color:#fc6}.vjs-tt-cue{display:block}video::-webkit-media-text-track-display{transform:translateY(-3em)}.video-js.vjs-user-inactive.vjs-playing video::-webkit-media-text-track-display{transform:translateY(-1.5em)}.video-js .vjs-fullscreen-control{cursor:pointer;flex:none}.vjs-playback-rate .vjs-playback-rate-value,.vjs-playback-rate>.vjs-menu-button{position:absolute;top:0;left:0;width:100%;height:100%}.vjs-playback-rate .vjs-playback-rate-value{pointer-events:none;font-size:1.5em;line-height:2;text-align:center}.vjs-playback-rate .vjs-menu{width:4em;left:0}.vjs-error .vjs-error-display .vjs-modal-dialog-content{font-size:1.4em;text-align:center}.vjs-error .vjs-error-display:before{color:#fff;content:'X';font-family:Arial,Helvetica,sans-serif;font-size:4em;left:0;line-height:1;margin-top:-.5em;position:absolute;text-shadow:.05em .05em .1em #000;text-align:center;top:50%;vertical-align:middle;width:100%}.vjs-loading-spinner{display:none;position:absolute;top:50%;left:50%;margin:-25px 0 0 -25px;opacity:.85;text-align:left;border:6px solid rgba(43,51,63,.7);box-sizing:border-box;background-clip:padding-box;width:50px;height:50px;border-radius:25px;visibility:hidden}.vjs-seeking .vjs-loading-spinner,.vjs-waiting .vjs-loading-spinner{display:block;-webkit-animation:vjs-spinner-show 0s linear .3s forwards;animation:vjs-spinner-show 0s linear .3s forwards}.vjs-loading-spinner:after,.vjs-loading-spinner:before{content:"";position:absolute;margin:-6px;box-sizing:inherit;width:inherit;height:inherit;border-radius:inherit;opacity:1;border:inherit;border-color:transparent;border-top-color:#fff}.vjs-seeking .vjs-loading-spinner:after,.vjs-seeking .vjs-loading-spinner:before,.vjs-waiting .vjs-loading-spinner:after,.vjs-waiting .vjs-loading-spinner:before{-webkit-animation:vjs-spinner-spin 1.1s cubic-bezier(.6,.2,0,.8) infinite,vjs-spinner-fade 1.1s linear infinite;animation:vjs-spinner-spin 1.1s cubic-bezier(.6,.2,0,.8) infinite,vjs-spinner-fade 1.1s linear infinite}.vjs-seeking .vjs-loading-spinner:before,.vjs-waiting .vjs-loading-spinner:before{border-top-color:#fff}.vjs-seeking .vjs-loading-spinner:after,.vjs-waiting .vjs-loading-spinner:after{border-top-color:#fff;-webkit-animation-delay:.44s;animation-delay:.44s}@keyframes vjs-spinner-show{to{visibility:visible}}@-webkit-keyframes vjs-spinner-show{to{visibility:visible}}@keyframes vjs-spinner-spin{100%{transform:rotate(360deg)}}@-webkit-keyframes vjs-spinner-spin{100%{-webkit-transform:rotate(360deg)}}@keyframes vjs-spinner-fade{0%{border-top-color:#73859f}20%{border-top-color:#73859f}35%{border-top-color:#fff}60%{border-top-color:#73859f}100%{border-top-color:#73859f}}@-webkit-keyframes vjs-spinner-fade{0%{border-top-color:#73859f}20%{border-top-color:#73859f}35%{border-top-color:#fff}60%{border-top-color:#73859f}100%{border-top-color:#73859f}}.vjs-chapters-button .vjs-menu ul{width:24em}.video-js .vjs-subs-caps-button+.vjs-menu .vjs-captions-menu-item .vjs-menu-item-text .vjs-icon-placeholder{vertical-align:middle;display:inline-block;margin-bottom:-.1em}.video-js .vjs-subs-caps-button+.vjs-menu .vjs-captions-menu-item .vjs-menu-item-text .vjs-icon-placeholder:before{font-family:VideoJS;content:"\f10d";font-size:1.5em;line-height:inherit}.video-js .vjs-audio-button+.vjs-menu .vjs-main-desc-menu-item .vjs-menu-item-text .vjs-icon-placeholder{vertical-align:middle;display:inline-block;margin-bottom:-.1em}.video-js .vjs-audio-button+.vjs-menu .vjs-main-desc-menu-item .vjs-menu-item-text .vjs-icon-placeholder:before{font-family:VideoJS;content:" \f11d";font-size:1.5em;line-height:inherit}.video-js:not(.vjs-fullscreen).vjs-layout-small .vjs-audio-button,.video-js:not(.vjs-fullscreen).vjs-layout-small .vjs-captions-button,.video-js:not(.vjs-fullscreen).vjs-layout-small .vjs-chapters-button,.video-js:not(.vjs-fullscreen).vjs-layout-small .vjs-current-time,.video-js:not(.vjs-fullscreen).vjs-layout-small .vjs-descriptions-button,.video-js:not(.vjs-fullscreen).vjs-layout-small .vjs-duration,.video-js:not(.vjs-fullscreen).vjs-layout-small .vjs-playback-rate,.video-js:not(.vjs-fullscreen).vjs-layout-small .vjs-remaining-time,.video-js:not(.vjs-fullscreen).vjs-layout-small .vjs-subtitles-button,.video-js:not(.vjs-fullscreen).vjs-layout-small .vjs-time-divider,.video-js:not(.vjs-fullscreen).vjs-layout-small .vjs-volume-control,.video-js:not(.vjs-fullscreen).vjs-layout-tiny .vjs-audio-button,.video-js:not(.vjs-fullscreen).vjs-layout-tiny .vjs-captions-button,.video-js:not(.vjs-fullscreen).vjs-layout-tiny .vjs-chapters-button,.video-js:not(.vjs-fullscreen).vjs-layout-tiny .vjs-current-time,.video-js:not(.vjs-fullscreen).vjs-layout-tiny .vjs-descriptions-button,.video-js:not(.vjs-fullscreen).vjs-layout-tiny .vjs-duration,.video-js:not(.vjs-fullscreen).vjs-layout-tiny .vjs-playback-rate,.video-js:not(.vjs-fullscreen).vjs-layout-tiny .vjs-remaining-time,.video-js:not(.vjs-fullscreen).vjs-layout-tiny .vjs-subtitles-button,.video-js:not(.vjs-fullscreen).vjs-layout-tiny .vjs-time-divider,.video-js:not(.vjs-fullscreen).vjs-layout-tiny .vjs-volume-control,.video-js:not(.vjs-fullscreen).vjs-layout-x-small .vjs-audio-button,.video-js:not(.vjs-fullscreen).vjs-layout-x-small .vjs-captions-button,.video-js:not(.vjs-fullscreen).vjs-layout-x-small .vjs-chapters-button,.video-js:not(.vjs-fullscreen).vjs-layout-x-small .vjs-current-time,.video-js:not(.vjs-fullscreen).vjs-layout-x-small .vjs-descriptions-button,.video-js:not(.vjs-fullscreen).vjs-layout-x-small .vjs-duration,.video-js:not(.vjs-fullscreen).vjs-layout-x-small .vjs-playback-rate,.video-js:not(.vjs-fullscreen).vjs-layout-x-small .vjs-remaining-time,.video-js:not(.vjs-fullscreen).vjs-layout-x-small .vjs-subtitles-button,.video-js:not(.vjs-fullscreen).vjs-layout-x-small .vjs-time-divider,.video-js:not(.vjs-fullscreen).vjs-layout-x-small .vjs-volume-control{display:none}.video-js:not(.vjs-fullscreen).vjs-layout-small .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-slider-active,.video-js:not(.vjs-fullscreen).vjs-layout-small .vjs-volume-panel.vjs-volume-panel-horizontal:active,.video-js:not(.vjs-fullscreen).vjs-layout-small .vjs-volume-panel.vjs-volume-panel-horizontal:hover,.video-js:not(.vjs-fullscreen).vjs-layout-tiny .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-slider-active,.video-js:not(.vjs-fullscreen).vjs-layout-tiny .vjs-volume-panel.vjs-volume-panel-horizontal:active,.video-js:not(.vjs-fullscreen).vjs-layout-tiny .vjs-volume-panel.vjs-volume-panel-horizontal:hover,.video-js:not(.vjs-fullscreen).vjs-layout-x-small .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-slider-active,.video-js:not(.vjs-fullscreen).vjs-layout-x-small .vjs-volume-panel.vjs-volume-panel-horizontal:active,.video-js:not(.vjs-fullscreen).vjs-layout-x-small .vjs-volume-panel.vjs-volume-panel-horizontal:hover{width:auto;width:initial}.video-js:not(.vjs-fullscreen).vjs-layout-tiny .vjs-subs-caps-button,.video-js:not(.vjs-fullscreen).vjs-layout-x-small:not(.vjs-live) .vjs-subs-caps-button,.video-js:not(.vjs-fullscreen).vjs-layout-x-small:not(.vjs-liveui) .vjs-subs-caps-button{display:none}.video-js:not(.vjs-fullscreen).vjs-layout-tiny .vjs-custom-control-spacer,.video-js:not(.vjs-fullscreen).vjs-layout-x-small.vjs-liveui .vjs-custom-control-spacer{flex:auto;display:block}.video-js:not(.vjs-fullscreen).vjs-layout-tiny.vjs-no-flex .vjs-custom-control-spacer,.video-js:not(.vjs-fullscreen).vjs-layout-x-small.vjs-liveui.vjs-no-flex .vjs-custom-control-spacer{width:auto}.video-js:not(.vjs-fullscreen).vjs-layout-tiny .vjs-progress-control,.video-js:not(.vjs-fullscreen).vjs-layout-x-small.vjs-liveui .vjs-progress-control{display:none}.vjs-modal-dialog.vjs-text-track-settings{background-color:#2b333f;background-color:rgba(43,51,63,.75);color:#fff;height:70%}.vjs-text-track-settings .vjs-modal-dialog-content{display:table}.vjs-text-track-settings .vjs-track-settings-colors,.vjs-text-track-settings .vjs-track-settings-controls,.vjs-text-track-settings .vjs-track-settings-font{display:table-cell}.vjs-text-track-settings .vjs-track-settings-controls{text-align:right;vertical-align:bottom}@supports (display:grid){.vjs-text-track-settings .vjs-modal-dialog-content{display:grid;grid-template-columns:1fr 1fr;grid-template-rows:1fr;padding:20px 24px 0 24px}.vjs-track-settings-controls .vjs-default-button{margin-bottom:20px}.vjs-text-track-settings .vjs-track-settings-controls{grid-column:1/-1}.vjs-layout-small .vjs-text-track-settings .vjs-modal-dialog-content,.vjs-layout-tiny .vjs-text-track-settings .vjs-modal-dialog-content,.vjs-layout-x-small .vjs-text-track-settings .vjs-modal-dialog-content{grid-template-columns:1fr}}.vjs-track-setting>select{margin-right:1em;margin-bottom:.5em}.vjs-text-track-settings fieldset{margin:5px;padding:3px;border:none}.vjs-text-track-settings fieldset span{display:inline-block}.vjs-text-track-settings fieldset span>select{max-width:7.3em}.vjs-text-track-settings legend{color:#fff;margin:0 0 5px 0}.vjs-text-track-settings .vjs-label{position:absolute;clip:rect(1px 1px 1px 1px);clip:rect(1px,1px,1px,1px);display:block;margin:0 0 5px 0;padding:0;border:0;height:1px;width:1px;overflow:hidden}.vjs-track-settings-controls button:active,.vjs-track-settings-controls button:focus{outline-style:solid;outline-width:medium;background-image:linear-gradient(0deg,#fff 88%,#73859f 100%)}.vjs-track-settings-controls button:hover{color:rgba(43,51,63,.75)}.vjs-track-settings-controls button{background-color:#fff;background-image:linear-gradient(-180deg,#fff 88%,#73859f 100%);color:#2b333f;cursor:pointer;border-radius:2px}.vjs-track-settings-controls .vjs-default-button{margin-right:1em}@media print{.video-js>:not(.vjs-tech):not(.vjs-poster){visibility:hidden}}.vjs-resize-manager{position:absolute;top:0;left:0;width:100%;height:100%;border:none;z-index:-1000}.js-focus-visible .video-js :focus:not(.focus-visible){outline:0;background:0 0}.video-js .vjs-menu :focus:not(:focus-visible),.video-js :focus:not(:focus-visible){outline:0;background:0 0}

/*# sourceMappingURL=styles.5d8601adc5232ddb6684.css.map*/