﻿/* Modal Content */
.modal-content {
    background-color: #fefefe;
    margin: auto;
    top: 35%;
    padding: 20px;
    border: 1px solid #888;
    width: 50%;
    text-align: center;
    font-size: larger;
}

.pop-up-image {
    max-width: 150px;
    margin-bottom: 20px;
    margin-top: 20px;
}

/* The Close Button */
.close {
    width: fit-content;
    font-size: 28px;
    font-weight: bold;
}
/* The Modal (background) */
.form-success {
    display: block; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1001; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
    background-color: #fefefe;
    margin: auto;
    top: 35%;
    padding: 20px;
    border: 1px solid #888;
    width: 50%;
    text-align: center;
    font-size: larger;
}

.pop-up-image {
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 80px;
    width: 80px;
    height: 80px; /* Add this line to set a fixed height */
    margin-bottom: 20px;
    margin-top: 20px;
}



/* The Close Button */
.close {
    width: fit-content;
    font-size: 28px;
    font-weight: bold;
}

    .close:hover,
    .close:focus {
        color: #000;
        text-decoration: none;
        cursor: pointer;
    }
z
