/* The Modal (background) */.modal {    display: none; /* Hidden by default */    position: fixed; /* Stay in place */    z-index: 1; /* Sit on top */    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 */    -webkit-animation-name: fadeIn; /* Fade in the background */    -webkit-animation-duration: 0.4s;    animation-name: fadeIn;    animation-duration: 0.4s}/* Modal Content */.modal-content {    position: fixed;    bottom: 0;    background-color: #fefefe;    width: 100%;    -webkit-animation-name: slideIn;    -webkit-animation-duration: 0.4s;    animation-name: slideIn;    animation-duration: 0.4s;    overflow-y: scroll;    height: 100%;}}/* The Close Button */.close {    color: white;    float: right;    font-size: 28px;    font-weight: bold;}.close:hover,.close:focus {    color: #000;    text-decoration: none;    cursor: pointer;}/* The Close Button2 */.close2 {    color: white;    float: right;    font-size: 28px;    font-weight: bold;}.close2:hover,.close2:focus {    color: #000;    text-decoration: none;    cursor: pointer;}/* The Close Button3 */.close3 {    color: white;    float: right;    font-size: 28px;    font-weight: bold;}.close3:hover,.close3:focus {    color: #000;    text-decoration: none;    cursor: pointer;}/* The Close Button4 */.close4 {    color: white;    float: right;    font-size: 28px;    font-weight: bold;}.close4:hover,.close4:focus {    color: #000;    text-decoration: none;    cursor: pointer;}/* The Close Button5 */.close5 {    color: white;    float: right;    font-size: 28px;    font-weight: bold;}.close5:hover,.close5:focus {    color: #000;    text-decoration: none;    cursor: pointer;}/*End Close*/.modal-header {    padding: 2px 16px;    background-color: #244ba1;    color: white;    margin-bottom: 10px;}.modal-body {padding: 2px 16px;    width: 90%;  margin: auto;}.modal-footer {    padding: 2px 16px;    background-color: #244ba1;    color: white;}/* Add Animation */@-webkit-keyframes slideIn {    from {bottom: -300px; opacity: 0}    to {bottom: 0; opacity: 1}}@keyframes slideIn {    from {bottom: -300px; opacity: 0}    to {bottom: 0; opacity: 1}}@-webkit-keyframes fadeIn {    from {opacity: 0}    to {opacity: 1}}@keyframes fadeIn {    from {opacity: 0}    to {opacity: 1}}/* The Modal (background) */.modal2 {    display: none; /* Hidden by default */    position: fixed; /* Stay in place */    z-index: 1; /* Sit on top */    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 */    -webkit-animation-name: fadeIn; /* Fade in the background */    -webkit-animation-duration: 0.4s;    animation-name: fadeIn;    animation-duration: 0.4s}/* Modal Content */.modal-content2 {    position: fixed;    bottom: 0;    background-color: #fefefe;    width: 100%;    -webkit-animation-name: slideIn;    -webkit-animation-duration: 0.4s;    animation-name: slideIn;    animation-duration: 0.4s;}/* The Close Button */.close {    color: white;    float: right;    font-size: 28px;    font-weight: bold;}.close:hover,.close:focus {    color: #000;    text-decoration: none;    cursor: pointer;}.modal-header2 {    padding: 2px 16px;    background-color: #5cb85c;    color: white;    margin-bottom: 10px;}.modal-body2 {padding: 2px 16px;}.modal-footer2 {    padding: 2px 16px;    background-color: #5cb85c;    color: white;}