﻿body.about-the-sfc .content a.sfc_totop {
    position: fixed;
    bottom: -200px;
    right: 10%;
    background-color: #fff;
    padding: 12px 12px 10px;
    box-shadow: 0 0 2px #888;
    border-radius: 4px;
    cursor: pointer;
    display: flex;
    align-items: center;
    text-decoration: none;
    font-weight: 600;
    color: #262626;
    z-index: 1;
}

    body.about-the-sfc .content a.sfc_totop.show {
        bottom: 24px;
    }

.alert-list-popup-container .alert-list-popup .fs-row span:first-child {
    margin-right: 1rem;
}