﻿.acme-news-ticker {
    background: var(--bg-color);
    position: relative;
    border: 1px solid #b9b9b9;
    margin-top: 15px;
}

.acme-news-ticker-label {
    background: #27487d;
    padding: 10px;
    color: #fff;
    text-align: center;
}

.acme-news-ticker-box {
    height: 100%;
    padding-top: 10px;
    overflow: hidden;
}

.navigation-box {
    top: 1.4rem;
    right: 1.8rem;
    width: 2rem;
    position: absolute;
}

.breaking-box a {
    color: var(--menucolor);
    font-weight: bold;
}

.breaking-box .badge {
    color: #ffffff;
    font-weight: normal;
    background: #232323;
}
.breaking-box a:hover {
    color: #3fa4cf;
}
.bg-acc
{
    color: #4449a1;
    font-weight: bold;
    margin-left: 20px;
}

.content-box .text p {
      overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}
.content-box .patient-info p {
      overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}
.content-box  {
      height:370px;
}


.covidtoggle {
    position: absolute;
    height: 46px;
    width: 223px;
    text-align: center;
    cursor: pointer;
    background: #c90f40;
    top: 24px;
    right: -129px;
    line-height: 32px;
    border-radius: 5px 5px 5px 5px;
    color: #ffff;
    padding: 7px;
    transform: rotate(-90deg);
}
/*.covid-sidebar {
    position: fixed;
    top: 40%;
    right: 41px;
    transform: translateY(-50%);
    width: 290px;
    height: auto;
    padding: 0px;
    background: #fff;
    box-sizing: border-box;
    transition: 0.5s;
    z-index: 999;
}*/