#safety_information {
    height: 210px;
    overflow-y: hidden;
}

.safety_information {
    position: fixed;
    bottom: 0;
    background: #ffffff!important;
    opacity: 1;
    z-index: 100;
    padding: 0;
    font-size: 16.625px;
    line-height: 23.275px;
    width: 100%;
}

.border-black {
    border: 2px solid #000;
    padding: 0 10px;
}

.safety_information hr {
    border-top: 1px solid #fff;
}

.safety_information a {
    color: #50a1ba;
    text-decoration: underline;
}

#safety_header_container {
    padding-right: 30px;
    margin-top: 10px;
}

.sidebar {
    height: auto;
}

.safety_header {
    color: black;
    background-color: #ffcb05;
}

.safety_header h4 {
    line-height: 40px;
    color: black!important;
    margin: 0;
    font-size: 18px;
}

.safety_header span {
    font-weight: 600;
    transition: color 0.2s ease;
    cursor: pointer;
}

#safety_header_container h2,
#safety_header_container h3,
#safety_header_container h4,
#safety_header_container p,
#safety_header_container ul,
#safety_header_container ul li {
    color: black;
}

#safety_header_container h4 {
    margin-bottom: 10px;
}

.attendee-page, .search-page, .confirm-page {
    height: calc(100vh - 176px);
}

.event-section {
    height: calc(100vh - 136px);
}

.spotlight span {
    font-size: 14px;
    font-weight: 600;
    line-height: 40px;
}

@media only screen and (max-width: 480px) {
    .safety_information_total {
        height: calc(100vh - 150px) !important;
    }
}