﻿.modalsmall {
    display: none; /* Hidden by default */
    position: fixed;
    z-index: 1; /* Sit on top */
    left: 10%;
    top: 25%;
    width: 60%; /* Full width */
    height: 100%; /* Full height */
    /*  overflow: auto; Enable scroll if needed */
    /*  background-color: rgb(0, 0, 0); 
    background-color: rgba(0, 0, 0, 0.4); */


}

/* Modal Content */
.modal-contentsmall {
    background-color: #fefefe;
    margin: 15% auto;
    padding: 10px;
    border: 1px solid #888;
    width: 50%; /* Adjust width as needed */
}

/* Close button */
.close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

    .close:hover,
    .close:focus {
        color: black;
        text-decoration: none;
        cursor: pointer;
    }
