﻿/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    left: 0;
    top:-170px;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    /*overflow: auto; */ /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgb(194 224 154 / 18%)
 /* Black w/ opacity */
}

/* Modal Content/Box */
.modal-content {
        background-color: #60a1de;
    margin: 32% auto;
    margin-top: 20%;
    margin-right: auto;
    margin-bottom: 32%;
    margin-left: auto;
    padding: 137px;
    border: 2px solid #6a6262;
    width: 52%;
}

/* The Close Button */
.close {
      color: #151414;
    float: right;
    margin-top: -129px;
    margin-right: -124px;
    font-size: 31px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}

.span-of-the-div
{
    font-weight: normal;
    font-size: 15px;
    background-color: #E0E6FF;
    color: #000;
    margin: 8px;
    padding: 0px;
    vertical-align: top;
}