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

.safety_information {
    position: fixed;
    bottom: 0;
    background: #fff;
    opacity: 1;
    z-index: 100;
    padding: 0;
    font-size: 16px;
    width: 100%;
}

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

#safety_header_container {
    padding-right: 30px;
}

.sidebar {
    height: auto;
}

.safety_header {
    border-top: 2px solid #14847F;
    color: #14847F;
}

.safety_header h4 {
    line-height: 40px;
    font-weight: 600;
    color: #14847F;
    margin: 0;
    font-size: 18px;
}

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

#safety_header_container {
    margin-top: 10px;
}

#safety_header_container h4 {
    font-size: 18px;
    color: #14847F; 
    font-weight: bold;
}

.box {
    border: 2px solid;
    padding: 10px;
    font-size: 17px;
}

.justify-content-end {
    padding-top: 10px;
}

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

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

.expand-isi {
    height : calc(100vh - 235px) !important;
    overflow-y: auto !important;
}

.collapse-isi {
    height: 48px !important;
}

@media screen and (max-width: 768px) {
    .safety_header h4 {
        font-size: 16px;
    }

    #safety_header_container h4 {
        font-size: 16px;
        margin-bottom: 5px;
    }

    .safety_information {
        font-size: 16px;
    }
}

@media screen and (max-width: 450px) {
    .safety_header h4 {
        font-size: 12px;
        line-height: 20px;
        margin-top: 5px;
    }

     #safety_information {
        font-size: 12px;
        height: 170px;
        overflow-y: hidden;
    }

    #safety_header_container h4 {
        font-size: 12px;
    }

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

    .collapse-isi {
        height: 54px !important;
    } 
}

@media screen and (max-width: 375px) {
    .safety_header h4 {
        font-size: 10px;
        line-height: 20px;
        margin-top: 5px;
    }

     #safety_information {
        font-size: 10px;
        height: 155px;
        overflow-y: hidden;
    }

    #safety_header_container h4 {
        font-size: 10px;
    }
}
