@charset "UTF-8";
#modal-content {
    font-size: 0.9rem;
    /*  	font-size: 3vw; */
    width: 90%;
    margin: 0;
    color: #ffffff;
    padding: 10px 20px;
    /*	border: 2px solid #aaa ; */
    /*	background: #fff ; */
    position: fixed;
    display: none;
    z-index: 2;
}

#modal-overlay {
    z-index: 1;
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 120%;
    background-color: rgba( 0, 0, 0, 0.75);
}

.button-link {
    color: #000000;
    text-decoration: underline;
    font-size: 0.9rem;
    font-weight: 500;
    cursor: pointer;
}

.button-link:hover {
    text-decoration: underline;
    cursor: pointer;
    color: #495057;
}

.button-message-link {
    color: #ffffff;
    font-size: 0.9rem;
    font-weight: 500;
    cursor: pointer;
    margin: 5;
    padding: 0px 0px;
}

.button-message-link:hover {
    text-decoration: underline;
    cursor: pointer;
    color: #000000;
}