        body {
            font-family: Arial, sans-serif;
            margin: 0px;
        }
        .container {
            max-width: 500px;
            margin: auto;
        }

        button {
            padding: 8px 15px;
            margin-top: 10px;
        }
        .success {
            margin-top: 20px;
            color: green;
            font-weight: bold;
        }

        div.loadX {
            display: none;
        }
.container {
    padding: 10px;
    width: 70% !important;
    max-width: 70%;
    background: #e9e9e9;
    margin-top: 10%;
}
button {
    background: green;
    color: #fff;
    border: 0;
    border-radius: 4px;
}


.loading2 {
    height: 1000px;
    background: #00000057;
    position: fixed;
    width: 100%;
    pointer-events: none;
    top: 0;
}

.load-icon {
    display: flex;
    justify-content: center;
    padding-top: 2%;
    position: fixed;
    left: 47%;
}
img.imgL {
    /* background: #ffffff; */
    border-radius: 50%;
}