/*@import url('https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css');*/
@import url('https://fonts.googleapis.com/css?family=Roboto+Condensed:400,700');

@font-face {
  font-family: 'cera-round-pro-normal-regular-normal';
  src: url('/asset/cera-round-pro/webfonts/ceraroundpro-normal.woff') format('woff');
}
@font-face {
  font-family: 'cera-round-pro-normal-medium-normal';
  src: url('/asset/cera-round-pro/webfonts/ceraroundpro-medium.woff') format('woff');
}
@font-face {
  font-family: 'cera-round-pro-normal-black-normal';
  src: url('/asset/cera-round-pro/webfonts/ceraroundpro-black.woff') format('woff');
}
body {
    margin: 0;
    font-family: 'cera-round-pro-normal-regular-normal';
    background: #050505;
    background-size: cover;
    background-position: center;
    height: 100%;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select:none;
}
.corpo {
    margin: 0;
    background-color: #0277BD;
    background-size: cover;
    background-position: center;
    font-family: 'cera-round-pro-normal-medium-normal';
    transition: background-color 1s ease-in-out;
}

.sub-corpo {
    margin: 0;
    background: #0277BD;
    background-size: cover;
    height: 100%;
    transition: background-color 1s ease-in-out;
}

.tocadas-app{
    margin: 0;
    background: #050505;
    background-size: cover;
    height: 100%;
}


.custom-shape-divider-top-1648617631 {
    position: absolute;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
}

.custom-shape-divider-top-1648617631 svg {
    position: relative;
    display: block;
    width: calc(110% + 1.3px);
    height: 106px;
}

.custom-shape-divider-top-1648617631 .shape-fill {
    fill: #0277bd;
    transition: background-color 1s ease-in-out;
}

.movel{
  top: 10px;
  bottom: 0;
  z-index: 1;
  display: fixed;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 30px 0 20px 0;
  text-align: center;
  background: none;
  border: 0;
}
.install-btn {
  position: fixed;
  bottom: 20px;
  right: 20px;
  background-color: #ff4081;
  color: white;
  border: none;
  border-radius: 10px;
  padding: 12px 20px;
  font-size: 16px;
  z-index: 9999;
  box-shadow: 0 4px 8px rgba(0,0,0,0.3);
  cursor: pointer;
  display: none;
  transition: background-color 0.3s ease;
}
.install-btn:hover {
  background-color: #e73370;
}

.rodape{
    height:300px;
    background:#101010;
    bottom:0;
}
.copy-footer{
    position:absolute;
    width:100%;
    text-align:center;
    left:0;
    font-size:14px;
    padding:6px 0px 6px 0px;
    background:rgba(5,5,5,1);
    color:rgba(255,255,255,0.7);
}
.copy-footer a {
  text-decoration: none;
  color: inherit;
       
   }
    

.bar-footer{
    position:relative;
    bottom:-200px;
}

.footer-right{
    text-align: center;
    position: relative;
    bottom: 6px;
    right:0;
    left:0;
}
.footer-left{
    text-align: left;
    position: relative;
    bottom: 25px;
    left: 30px;
}
.social{
    padding:15px;
    font-size:30px;
    color:rgba(255,255,255,0.7);
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.social:hover{
    padding:15px;
    font-size:30px;
    color:rgba(255,255,255,1);
    -moz-transform: scale(1.5);
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
}
.colore-mudo{
    color: #fff;
    display:block;
}
.bar2{
    text-align: right;
    position: absolute;
    top: 6px;
    right: 40px;
    z-index: 11;
    
}
.dapps svg {
  width: auto;
  height: 50px;
  fill: #3ddc84; /* Cor do ícone Android (verde Google Play) */
  transition: transform 0.2s ease, fill 0.2s ease;
}

.dapps:hover svg {
  transform: scale(1.1);
  fill: #2eba70; /* Tom mais escuro no hover, opcional */
}
.apps{
    
    
}
.hplaycast .player-wpr {
    position: relative;
    margin: 0 auto;
    border-radius: 8px;
    overflow: hidden;
}

.hplaycast .player-ctr {
    z-index: 10;
}

.hplaycast .album-cover-wpr {
    /* width: 210px; */
    margin: 0 auto;
}

.hplaycast .album-cover {
   
    background: url(../img/logo.png);
    background-size: cover; /* ou 'cover' */
  background-position: center center;
  background-repeat: no-repeat;
  overflow: hidden;
    position: relative;
    margin: 0px auto 0 auto;
    border-radius: 4px;
    -webkit-box-shadow: 4px 6px 30px 0 rgba(0, 0, 0, 0.6);
    -moz-box-shadow: 4px 6px 30px 0 rgba(0, 0, 0, 0.6);
    box-shadow: 4px 6px 30px 0 rgba(0, 0, 0, 0.6);
    z-index: 2;
}



.hplaycast .track-info-wpr {
    max-width: 440px;
    height: 40px;
    box-sizing: border-box;
    color: rgba(255, 255, 255, 1);
    font-size: 28px;
    text-align: center;
    position: relative;
    margin: 28px 60px 0;
    padding-top: 3px;
    border-left: 1px solid rgba(255, 255, 255, .87);
    border-right: 1px solid rgba(255, 255, 255, .87);
    overflow: hidden;
    z-index: 4;
}

.hplaycast .track-info-ctr {
    max-width: 280px;
    position: relative;
    margin: 0 auto;
    overflow: hidden;
}

.hplaycast .songtitle {
    color: #ffff;
    display:block;
}
.song-card{
    border-radius: 7px;
}
.song-img-wrapper{
    border-radius: 7px;
}
.hplaycast .artist-name {
    color: #ffff;
    display:block;
}

.hplaycast .playerstatus {
    font-size: 14px;
    color: rgba(255, 255, 255, .54);
    text-align: center;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.hplaycast .servertitle {
    max-width: 400px;
    font-size: 24px;
    color: rgba(255, 255, 255, .54);
    text-align: center;
    /* position: absolute;*/
    /* left: 0; */
    /* right: 0; */
    /* bottom: 108px; */
    margin: 0 auto;
}


.hplaycast .listeners {
    max-width: 100px;
    font-size: 14px;
    color: rgba(255, 255, 255, .7);
    position: absolute;
    top: 32px;
    right: 22px;
}

.hplaycast .listeners:before {
    content: "\f0c0";
    font-size: 14px;
    padding-right: 6px;
    vertical-align: top;
}

.hplaycast .ppBtn {
    background-position: center center;
   
    left: 0;
    right: 0;
    margin: 0 auto;
    border: 4px solid rgba(255, 255, 255, .2);
    cursor: pointer;
}

.hplaycast .ppBtn:before {
    content: "";
    width: 60px;
    height: 60px;
    background-color: rgba(255, 255, 255, .54);
    top: 2px;
    left: 2px;
    border-radius: 10px;
    transition: background-color ease 0.5s;
}

.hplaycast .ppBtn:hover:before {
    background-color: rgba(255, 255, 255, .44);
}

.hplaycast .play-btn {
    -webkit-transition: background 0.5s;
    -moz-transition: background 0.5s;
    transition: background 0.5s;
}

.hplaycast .stop-btn {
    -webkit-transition: background 0.5s;
    -moz-transition: background 0.5s;
    transition: background 0.5s;
}

.hplaycast .botaoplay {
    width:190px;
    background-color:rgba(245,255,250,0.7);
    border-radius:30px;
    font-size:16px;
    padding:10px;
    color:#000;
    font-weight: 600;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    
}

.hplaycast .botaoplay:hover {
    width:190px;
    background-color:rgba(255,255,255,1);
    border-radius:30px;
    font-size:16px;
    padding:10px;
    color:#000;
    font-weight: 600;
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    z-index:100;
}
.hplaycast .botaoplaym {
    text-align:center;
    width:250px;
    background-color:rgba(245,255,250,0.7);
    border-radius:30px;
    font-size:16px;
    padding:10px;
    color:#000;
    font-weight: 600;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    
}

.hplaycast .botaoplaym:hover {
    width:250px;
    background-color:rgba(255,255,255,1);
    border-radius:30px;
    font-size:16px;
    padding:10px;
    color:#000;
    font-weight: 600;
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    z-index:100;
}


.hplaycast .icons-left-wpr {
    position: absolute;
    bottom: 20px;
    left: 20px;
    z-index: 11;
}

.hplaycast .icons-right-wpr {
    text-align: left;
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 11;
}

.hplaycast .icons-normal-wpr {
    top: 20px;
    right: 20px;
    z-index: 11;
}

.hplaycast .icons-left {
    width: 24px;
    height: 24px;
    font-size: 24px;
    color: rgba(255, 255, 255, .92);
    text-align: center;
    margin-right: 28px;
    cursor: pointer;
}

.hplaycast .icons-right {
    width: 24px;
    height: 24px;
    font-size: 24px;
    color: rgba(255, 255, 255, .92);
    text-align: left;
    margin-left: 28px;
    cursor: pointer;
}

.hplaycast .icons-normal {
    width: 24px;
    height: 24px;
    font-size: 24px;
    color: rgba(255, 255, 255, .92);
    
    cursor: pointer;
}

.hplaycast .icons-serverinfo:before {
    content: "\f0c9";
}

.hplaycast .icons-history:before {
    content: "\f1da";
}

.hplaycast .icons-share:before {
    content: "\f1e0";
}

.hplaycast .icons-volume1:before {
    content: "\f026";
}

.hplaycast .icons-volume2:before {
    content: "\f027";
}

.hplaycast .icons-volume3:before {
    content: "\f028";
}

.hplaycast .icons-volumeM {
    display: none;
}

.hplaycast .icons-volumeM:before {
    content: "\f028";
}

.hplaycast .icons-volumeM2:before {
    content: "\f026";
}

.hplaycast .icons-close:before {
    content: "\f00d";
}

.hplaycast .volume-slider {
    position: absolute;
    top: 95px;
    right: -5px;
    display: none;
    z-index: 10;
  
}

.hplaycast input[type=range] {
     width: 90px;
    height: 6px;
    background: none;
    padding: 6px 0 6px 0;
    transform: rotate(-90deg);
    transform-origin: top;
    -webkit-appearance: none;
    cursor: pointer;
}

.hplaycast input[type=range]:focus {
    outline: none;
}

.hplaycast input[type=range]::-webkit-slider-runnable-track {
    width: 100%;
    height: 6px;
    background: rgba(255, 255, 255, .54);
    margin: 0;
    padding: 0;
    border: 0;
    border-radius: 8px;
    cursor: pointer;
    animation-duration: 0.2s;
}

.hplaycast input[type=range]:focus::-webkit-slider-runnable-track {
    background: rgba(255, 255, 255, .54);
}

.hplaycast input[type=range]::-webkit-slider-thumb {
    width: 16px;
    height: 16px;
    background: #ccc;
    margin-top: -5px;
    border: 5px solid #fff;
    border-radius: 50%;
    cursor: pointer;
    -webkit-appearance: none;
}

.hplaycast input[type=range]::-moz-range-track {
    width: 100%;
    height: 6px;
    background: rgba(255, 255, 255, .54);
    margin: 0;
    padding: 0;
    border: 0;
    border-radius: 8px;
    cursor: pointer;
    animation-duration: 0.2s;
}

.hplaycast input[type=range]::-moz-range-thumb {
    width: 6px;
    height: 6px;
    background: #ccc;
    border: 5px solid #fff;
    border-radius: 50%;
    cursor: pointer;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .hplaycast input[type=range] {
        width: 90px;
        height: 16px;
        background: none;
        margin-top: 0;
        padding: 6px 0 6px 0;
        cursor: pointer;
    }
}

.hplaycast input[type=range]::-ms-tooltip {
    display: none;
}

.hplaycast input[type=range]::-ms-track {
    width: 100%;
    height: 6px;
    background: transparent;
    color: transparent;
    margin: 0;
    padding: 0;
    border: 0 transparent;
    cursor: pointer;
    animation-duration: 0.2s;
}

.hplaycast input[type=range]::-ms-fill-lower {
    background: rgba(255, 255, 255, .54);
    border: 0;
    border-radius: 8px;
}

.hplaycast input[type=range]::-ms-fill-upper {
    background: rgba(255, 255, 255, .54);
    border: 0;
    border-radius: 8px;
}

.hplaycast input[type=range]::-ms-thumb {
    width: 6px;
    height: 6px;
    background: #ccc;
    border: 5px solid #fff;
    border-radius: 50%;
    cursor: pointer;
}

.hplaycast input[type=range]:focus::-ms-fill-lower {
    background: rgba(255, 255, 255, .54);
}

.hplaycast input[type=range]:focus::-ms-fill-upper {
    background: rgba(255, 255, 255, .54);
}

.hplaycast .history-wpr {
    font-family: 'cera-round-pro-normal-medium-normal';
    top: 0;
    left: 0;
    right: 0;
    margin: 22px auto 0 auto;
    z-index: 5;
}

.hplaycast .history-title {
    font-size: 28px;
    color: rgba(255, 255, 255, 1);
    margin: 0 22px 15px 22px;
    padding-bottom: 5px;
    border-bottom: 1px solid rgba(255, 255, 255, .7);
}

.hplaycast .row-wpr {

}

.hplaycast .history-cover {
    width: 100px;
    height:100px;
    z-index:20;
    
}

.history-track-info {
   text-align: left;
    padding-left: 55px;
    padding-top: 5px;
}



.hplaycast .history-songtitle {
    font-size: 19px;
    color: rgba(0, 0, 0, 1);
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.hplaycast .history-artist-name {
    font-size: 16px;
    color: rgba(0, 0, 0, .7);
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.hplaycast .rowNum {
    width: 38px;
    height: 50px;
    font-size: 42px;
    color: rgba(255, 255, 255, .2);
    text-align: center;
    position: absolute;
    top: 0;
    right: 0;
}

.hplaycast .social-share-wpr {
    width: 210px;
    height: 210px;
    box-sizing: border-box;
    background-color: rgba(0, 0, 0, .3);
    color: #fff;
    font-size: 18px;
    line-height: 30px;
    text-align: center;
    position: absolute;
    top: 22px;
    right: 0;
    left: 0;
    margin: 0 auto;
    padding: 70px 0;
    border-radius: 4px;
    overflow: hidden;
    display: none;
    z-index: 11;
}

.hplaycast .social-link {
    
    text-decoration: none;
    cursor: pointer;
     -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
   

}
.hplaycast .social-link:hover {
    text-decoration: none;
    cursor: pointer;
    
   

}

.hplaycast .display {
    display: block;
}

.hplaycast .nodisplay {
    display: none;
}

/* Responsive classes */
@media only screen and (max-width: 600px) {

    .hplaycast .track-info-wpr {
        margin: 28px 42px 0 42px;
    }

    .hplaycast .listeners {
        max-width: 100px;
        font-size: 12px;
        color: rgba(255, 255, 255, .7);
        position: absolute;
        top: 32px;
        right: 16px;
    }

    .hplaycast .listeners:before {
        content: "\f0c0";
        font-size: 12px;
        padding-right: 5px;
        vertical-align: top;
    }
}

/* Animations */
.animated {
    animation-duration: 1s;
    animation-fill-mode: both;
}

.animated.bounceIn {
    animation-duration: .75s;
}

@keyframes bounceIn {
    from, 20%, 40%, 60%, 80%, to {
        animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    }

    0% {
        opacity: 0;
        transform: scale3d(.3, .3, .3);
    }

    20% {
        transform: scale3d(1.1, 1.1, 1.1);
    }

    40% {
        transform: scale3d(.9, .9, .9);
    }

    60% {
        opacity: 1;
        transform: scale3d(1.03, 1.03, 1.03);
    }

    80% {
        transform: scale3d(.97, .97, .97);
    }

    to {
        opacity: 1;
        transform: scale3d(1, 1, 1);
    }
}

.bounceIn {
    animation-name: bounceIn;
}

@keyframes bounceInDown {
    from, 60%, 75%, 90%, to {
        animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    }

    0% {
        opacity: 0;
        transform: translate3d(0, -3000px, 0);
    }

    60% {
        opacity: 1;
        transform: translate3d(0, 25px, 0);
    }

    75% {
        transform: translate3d(0, -10px, 0);
    }

    90% {
        transform: translate3d(0, 5px, 0);
    }

    to {
        transform: none;
    }
}

.bounceInDown {
    animation-name: bounceInDown;
}

.marquee {
    white-space: nowrap;
    position: relative;
    transform: translateX(-50%);
    display: inline-block;
    left: 50%;
    padding-top: 0;
    animation: linear infinite;
    overflow: hidden;
    text-align: left;
    animation-duration: 10s;
    animation-name: movement-smooth;
    animation-direction: normal;
}

.marquee:hover {
    animation-play-state: paused
}

.marquee.marquee-speed-custom:before {
    animation-duration: inherit;
}

.marquee.marquee-speed-normal:before {
    animation-duration: 10s;
}

@keyframes movement-smooth {
    from {
        transform: translateX(0%);
        left: 100%;
    }
    to {
        transform: translateX(-100%);
        left: 0;
    }
}

.marquee.marquee-movement-smooth:before {
    animation-name: movement-smooth;
}

.marquee.marquee-direction-left:before,
.marquee.marquee-direction-normal:before {
    animation-direction: normal;
}


section {
    display: block;
    padding: 0;
    margin: 0;
}
.container {
    /*font-family: 'Roboto Condensed', Arial, sans-serif;*/
    margin-left: auto;
    margin-right: auto;
    padding: 0 10px;
}
.additional-info {
    background-repeat: no-repeat;
    /*background-color: #000000;*/
    color: #FFFFFF;
}
.additional-info-items {
    padding: 20px;
    min-height: 193px;
}
.info-heading {
    font-weight: bold;
    text-align: left;
    word-break: break-all;
    width: 100%;
}
.status-reason {
    font-size: 200%;
    display: block;
    color: #CCCCCC;
}
.reason-text {
    margin: 20px 0;
    font-size: 16px;
}
.info-heading {
    font-size: 190%;
}
.reason-text {
    font-size: 140%;
}
@media (min-width: 768px) {
    .additional-info {
        position: relative;
        overflow: hidden;
        background-image: none;
    }
    .additional-info-items {
        padding: 20px;
    }
    .container {
        width: 90%;
    }
    .status-reason {
        display: inline;
    }
}
@media (min-width: 992px) {
    .additional-info {
        background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAPAAAADqCAMAAACrxjhdAAAAt1BMVEUAAAAAAAD////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////5+fn////////////////////////////////6+vr///////////////////////////////////////+i5edTAAAAPXRSTlMAAQECAwQFBgcICQoLDA0ODxAREhMUFRYXGBkaGxwdHh8gISIjJCUmJygoKSorLC0uLzAwMTIzNDU2Nzg5H7x0XAAACndJREFUeAHtXXlzGs8R7TQ3CFkHxpKxhIwtIBwgIuYY4u//uVJ2qpLKD7Q8t2Z7xpD3n6ska9/2bM9Mvz6oGEyXFoKHfmheoewx9cYehVuPHMT4jphyBtNHxHQmDGgBvZjXBuWN2gogbPy6RtcOejNPxFkb+CEYhHCfmJ6DQShfEGfMt71FOPgpE1PHOMTEY8oZ3yCr2UtiInqEftj3iLM18Afsu/xKv9B4QUzsV1XKFTzDPG+LfoLpE/LjJnzO08QCAugLalKeqP/mEmW6Qj+BPIE7IYmTyw1MFwbaksaybSxDCA4STF+wg8rH7EzMwqNibY38mlvXKDdU5pDH3TRkl40vxJkZ+DO2Nu/3HnyC7t15obGBtqRFRXo6+0Z5YQh5LHd9YGWOsF+9Is5oQXctZKbvdAAtbHHM8+GLfojWdIgPff7YifRTNiZmusW+w8fDj1xdevNnbU3VFfTEL/W33pfH31cGYBpgW9Lba3Ic8C8iA77NLe514vu8BPj6/n3lCd/VkgKXGkwYUQHAaM+yQunBmNSwbRVYh+kOcgMhvRDB1Md20YfiR+UFfvdIizp2v1vVjt0usa1pmNzAX2IFl5/xaE9aqQGSD6bxI0RZSw3uuF0YjQHepjMxHmd9IgC1NbY1VSkdeB4vXMH0KSQVIvQfERciMpcaFtW4H8iI0gB2MzfEcV3gB+IkfDtbyCATgtHB7l3TrKUG2yWOe7O2KYQIPE7xFD12Yvy6SvqoLOMf95k+BvgqogCFCx22NdltO1epYc7ycEKSaI9+UAYPGOlKDQYyxDP9Npqv0NKZkS7GuNRQig5pvaYQwdTztjRnCrr/l0b2UgO+wRtMiFCAzqpLL0So+hWmi61Nn3aqKGEzDfFrmEoKqcWSFDRONSrAU0iFYLrHU2RKB3q+HxDHT4JKEe2prhxY1aCS5lY+HnXu6N+x6IJCRQQmEEz+YjIE/xs/MmD8qHRYK5CAHuaTY5jfQxFC/YoIQSSVafrD+WK4H0Piv8SATRZChEXiOs39L/IYwiOxRHgeEKcmbMI9ccHRCdxUeYanFpQJMBUDIFxw1chJiBAomkz3x43l+nuWGmWhkQs0a6Y7YHVe772m1tZlUBEhKI9k6nuLE8bzKVSECEHeCZSysr04qJGnTzsVxJoQwm7bPhQ7cza5ECGQGpg6TnjzmWBbU7tExkhVw36yz3HCm0qEvEZ9C7vDYZeWAQhnKkQUG/i7NDnCL/hwbvJr6miPKHTaOE54xpBGrl8RIXKX1bk3+A1aUhHxUte3sHEvNSIp4REdBNONA9NOWYEwuq54AhPex3NaIQLwHIIQlQkPbwsRFpdmdb/hD8TSDCwTBu8W30sSIiS7P9NwZ7CgAeDjlaM9ktAD0+Mxwrse8XsTaMoRIoCaZmg3BQgLqrHVCBu3qhW3+AAOhwp52QIAfQkAwoDHKzfNEYck4ZPp5qh5Cp4VFiL8WM/Cl8SF4pgthvtHm4qQUIiQdY+5NMfu/228Pkq3NZNMqD1W7rMnrwJeQEmIwKsacMI/TVOLlHjQjM1YVtVQ3RwhvORo3ckiQ5ZOUzlCOMyi9Z+LXREhS5iqrI4QnuNlf8oVEbK8A556QQK0LNrTj2tiWfcFnh0hPIpYEVGjmBAe2b95U3wMxioiErRm2nuhd8QRCA8IwTRAW1O7PAsbtCPyMMgJp+1/IaxqGARzrFttphUR+MvEPSx+6m/pCxEi3Y7p485ESAVmuldvzSTKw2fqHSGM5hBW1IUI0f/LdONtEUKXGC95jK+Rg4QBVwNmlePZVjTxuo24kWMrQHg/nZzxDqmqFRFC799+dbEirMoVEXhVA07Y+GWNMOBCxIIpCgCpAX5KgHB6IQILHwE3HXk2XQVszdSkGECjUABhPLMdT/uKL0RIQ8DzYOKJu98V006LbSIkvBsRlzBPYkIRIH1743iEielBT4iQRkNHwUQMUtTWXqsiQugBiwl73OOrV0RIq/6+BIPPVVLrbAVAulQKIwAO/9jUKyJk51SmO5wwhpHXac0E3EQEfRIu6TfBYLQn/J3eCcFdE7i4dwmHckWErJsmU7eIsGnLxpVpVETI4kVM3VCUw1+XdRPRaM0k64jL1LEFkBBGRw7ad1ZE+AVH74Xh8NQM/dZMxVKDkPCyWmbPJ/8uIQJ/XbiL8bNKvv0vWlLCb0fQjR9zuU1y+sSkjcqsgPAzCVGFWzPpYxJM9GAMXhGRinD85xkrCxEomEY7I7j/40IEvjWlJ7wDzjJZtmbCW/cChOPPtlICMGXIAX3QFYQIRcI3Cq2ZNk3tYduunPxIpus8JoLi5e1u2yWN1kxd3UV9VXAdvnjntIksh1V3BSe/DIUIHBdRCMMV6OnHrtW3bxc8VJVmPQ+IFQmbtyUgejem6VszwaNJ5IQT9r8AUF04/DoMI+Nh1ZW5M4chJ5yuNRMAnv7Th0PwP74pTl9UjPZ8Gj19PYSn0S1FQG2VfGvSPqxrp52mBN6I25n2CTBOORE0/6GiVn9YNf8bFBd4RURFlWzBvyBEqIi4I9aky+2r29597/ZD62+xKVfBtNM6qaHRG61erXPBOfO6HN7UYlJmuslpWDUTdYab4L2z1v40hPPBvwzqOluTvhDBVB2a4Iyx/4UxLrx8goycW0UEgO4y2L3H+Ul5XI/4voc6rZkA3Bpv3njfS/nhR781E54N6t4OeWxQxuknguJ1S84ARR4RwAqtmaCFZnRiL2lbM+HaAC5npq+IwF+6hhfBWzNNlW6qCrGXRyza0yNOd1E1fsYUC7UV2Jop7XyXbsw90KYUInjpkRcecWfkEmdCAehgueuTmNt+shkReKd3v67nP9cNDJHvoD++xdvpovXKCp5SfoGxHsj0yF+IwHUus7smVh8IHVGIwJtLy7uN6Pe/wAnrBxOnAayISLWkQ8woBKyR++dUTsuEK+L8p2BD4fGdsfqhxGQTQZluHULXrRsUFfBE0OgzIlraR8vkw6qnXmuDSF8RgS8th+d+phci8FJf1fwapi44rFpfqTZAnW+JFRG3kf94Z+sSqdR1UIiI/dc/B6N/M9WsiADO00A3QU0hohX5RTdeCrstyT1WphURTBevBaV4iwYJGGctRDC1FsGaQ3RtGFfL4os34g6T+AkAT84bs0fX2weS88X7X6hXRDDRzdwHZ/5D2hjjght3Mb5y1NINq+beZBu8d84657wPYfN8pZBc0g+JKiKYiNr9r4v1Zrvdbtazp16TSCOfZppMiGD6iVqr271oVokU6AJ9U5FGnXIww5mH+kLEhxI1cl20QCGCTgRMA/3+F2lRXXtzXhURPTTt9GQA6h+d/1dE5An9GRH5o5mwIgKHvhCBi5j60Bci8oe+EKEPrYmg+QNNOw3PdCLgpBUROPQ18mX1ZEx8p9//Ii0qc3Qi6CmAU1dEpD9SA1tT98/GZadvf29GxPYPh9n+MjAuRNg/Hc4WYm8WjT0pABNB7WkAb81kz8fEo5Na0rAQYU8KQEWEPSkAaafnRPiXEGHPCCbcnxphIEPPnhXc9XkRNuHh3Cw8JXteeCV7Zjg/wua8YGl3XvDUPy/c/Avd4/hNDSqegQAAAABJRU5ErkJggg==);
    }
    .container {
        width: 70%;
    }
    .status-reason {
        font-size: 450%;
    }
    .suspended-info-heading {
        font-size: 200%;
    }
    .suspended-reason-text {
        font-size: 160%;
    }
    
}