<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.modal1 {
        display: none; /* Hidden by default */
        position: fixed; /* Stay in place */
        z-index: 1; /* Sit on top */
        padding-top: 50px; /* Location of the box */
        left: 0;
        top: 0;
        width:100%; /* Full width */
        height: 100%; /* Full height */
        z-index: 9999 !important;
		background-color:rgba(0, 0, 0, 0.8); 
    }

    /* Modal Content */
    .modal1-content1 {
        position: relative;
        background-color: #fefefe;
        margin: auto;
        padding: 0;
        border: 1px solid #888;
        width: 40%;
      
    }

    /* The Close Button */
    .close2 {
        color: #333;
        float: right;
        font-size: 20px;
    }

        .close:hover,
        .close:focus {
            color: #000;
            text-decoration: none;
            cursor: pointer;
        }
    .close11 {
        color: #333;
        float: right;
        font-size: 15px;
    }

        .close1:hover,
        .close1:focus {
            color: #000;
            text-decoration: none;
            cursor: pointer;
        }

    .modal1-header1 {
        padding: 2px 16px;
        background-color: #fdb936;
        color: #333;
        height:35px;
    }

    .modal1-body1 {
        padding: 40px 10px;
        color:#333; font-size:14px; text-align:center;
    }

    .modal1-footer1 {
        padding: 2px 16px;
        background-color: #fdb936;
        color: #333;
        height:35px;
    }</pre></body></html>