@charset "utf-8"; .news-ticker-wrap {
    position: relative;
    overflow: hidden;
    margin-bottom: 0px
}

.news-ticker {
    position: relative;
    overflow: hidden;
    display: block;
    height: 50px;
    line-height: 50px;
    font-size: 12px;
    background-color: #101010;
    border-radius: 10px;
}

.news-ticker .ticker-title {
    position: absolute;
    left: 6px;
    top: 6px;
    height: 38px;
    background: #13911B;
    text-align: center;
    color: #fff;
    font-size: 12px;
    padding: 0 15px;
    line-height: 38px;
    border-radius: 10px;
}

.news-ticker .ticker-overlay {
    position: absolute;
    left: 6px;
    top: 6px;
    width: 94px;
    background-color: #101010;
    height: 38px;
}

.news-ticker .ticker-news {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 100px;
    right: 10px;
    height: 100%;
    overflow: hidden
}

.news-ticker .ticker-news ul {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    height: 100%;
    list-style: none;
    padding: 0;
    margin: 0;
    width: 100%
}

.news-ticker .ticker-news ul li {
    position: relative;
    overflow: hidden;
    float: left;
    width: auto;
    display: list-item;
    text-overflow: ellipsis;
    white-space: nowrap
}

.news-ticker .ticker-news ul li a {
    position: relative;
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding: 0 15px;
    color: #fff;
}

.news-ticker .ticker-news ul li a:hover {
    color: #fff;
}

.news-ticker .ticker-news ul li span {
    display: inline-block;
    color: #9aa4bf;
    font-size: 11px;
    padding-top: 0px;
    margin-left: 10px;
}

.news-ticker .ticker-news .ticker-new-icon {
    position: relative;
    display: inline-block;
    width: 18px;
    height: 14px;
    background-color: #cc2300
}

.news-ticker .ticker-news .ticker-new-icon:before {
    content: "";
    position: absolute;
    top: 4px;
    left: 5px;
    width: 2px;
    height: 6px;
    background-color: #fff
}

.news-ticker .ticker-news .ticker-new-icon:after {
    content: "";
    position: absolute;
    top: 4px;
    right: 5px;
    width: 2px;
    height: 6px;
    background-color: #fff
}

.news-ticker .ticker-news .ticker-new-icon b {
    position: absolute;
    top: 3px;
    left: 8px;
    width: 2px;
    height: 8px;
    background-color: #fff;
    transform: rotate(-60deg)
}

.news-ticker .ticker-buttons {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: auto;
    height: 100%
}

.news-ticker .ticker-buttons button {
    width: 32px;
    float: left;
    height: 100%;
    border: 2px solid #fff;
    padding: 0;
    background: #4b4b4d;
    line-height: 30px
}

.news-ticker .ticker-buttons button:hover, .news-ticker .ticker-buttons button:focus {
    border: 2px solid #fff;
    background: #2b2b2e;
    outline: none;
    box-shadow: none
}

.news-ticker .ticker-buttons .ticker-pause {
    width: 28px;
    border-left: 0;
    border-right: 0;
    text-align: center
}

.news-ticker .ticker-buttons .ticker-pause:hover, .news-ticker .ticker-buttons .ticker-pause:focus {
    border-left: 0;
    border-right: 0
}

.news-ticker .icon-play::after {
    font-family: 'Font Awesome\ 5 Free';
    content: "\f144";
    font-weight: 900
}

.news-ticker .icon-pause::after {
    font-family: 'Font Awesome\ 5 Free';
    content: "\f28b";
    font-weight: 900
}
