        /* Modal styles */
        .modal {
            display: none;
            position: static;
            z-index: 1;
            left: 0;
            top: 0;
            width: 100%;
            height: 100%;
            overflow: auto;
             box-shadow: none;
        }

        .modal-content {
          position:relative;
            background-color: #fff;
            margin: 5% auto;
            padding: 20px;
            width: 80%;
            min-width: 650px;
            min-height: 870px;
           box-shadow: none;
        }

        .close {
            position: absolute;
            right: 0px;
            top: -35px;
            color: #fff;
            font-size: 30px;
            font-weight: bold;
            cursor: pointer;
        }

        .close:hover {
            color: red;
        }

      }
      