/** default covid-19 styles **/

.mdc-covid-popup {
    background-color: #ffffff;
    color: #000000;
    font-size: 15px;
    font-weight: normal;
    position: fixed;
    bottom: 0;
    right: 0;
    width: 400px;
    padding: 10px 40px;
    z-index: 99999999;
    -webkit-box-shadow: -5px -5px 5px 1px #CCCCCC;
    box-shadow: -5px -5px 5px 1px #CCCCCC;
}

.mdc-co-close {
    background-image: url("../images/covid-close.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-color: #549eb9;
    border: 1px solid #ffffff;
    border-radius: 50%;
    height: 40px;
    width: 40px;
    position: absolute;
    top: 15px;
    right: 10px;
    cursor: pointer;
    z-index: 999999;
}

.cov-btn {
    padding: 8px 12px;
    background: #549eb9;
    color: #ffffff;
}
.cov-btn-wrap {
    text-align: center;
    margin-bottom: 20px;
}
.mdc-covid-popup h2 {
    font-size: 30px;
    font-weight: 500;
    text-align: center;
    margin-bottom: 20px;
}

.mdc-covid h4 {
    font-weight: bold;
    margin: 20px 0;
}

.mdc-covid ul {
    margin-left: 20px;
}
.mdc-covid li {
    list-style: disc;
    padding-bottom: 10px;
}