/* The Modal (background) */
.customerProfileModal {
    display: block !important; /* Hidden by default */
    position: fixed !important; /* Stay in place */
    z-index: 99999 !important; /* Sit on top */
    padding-top: 100px !important; /* Location of the box */
    left: 0 !important;
    margin-top: 0px !important;
    top: 0 !important;
    width: 100% !important; /* Full width */
    height: 100% !important; /* Full height */
    overflow: auto !important; /* Enable scroll if needed */
    background-color: rgb(0,0,0) !important; /* Fallback color */
    background-color: rgba(0,0,0,0.4) !important; /* Black w/ opacity */
}

/* Modal Content */
.customerProfileModal-content {
    background-color: #fefefe !important;
    margin: auto !important;
    padding: 20px !important;
    border: 1px solid #888 !important;
    width: 613px !important;
    /* margin-top: 150px !important; */
    max-width: 83%;
    top: 50%;
    transform: translate(-50%,-50%);
    position: absolute;
    left: 50%;
}
.customerProfileModal-content h2 { 
    margin-top: 0;
}

/* The Close Button */
.close {
    color: #aaaaaa !important;
    float: right !important;
    font-size: 28px !important;
    font-weight: bold !important;
} 
  
.close:hover,
.close:focus {
    color: #000 !important;
    text-decoration: none !important;
    cursor: pointer !important;
}