.modal__container {
    max-width: 100% !important;
    width: 100%;
}

.proximity-3d-trigger {
    background-color: white;
    color: rgb(14, 14, 108);
    border: 0;
    border-radius: 3px;
    cursor: pointer;
    position: relative;
    z-index: 10;
}
.proximity-3d-trigger:hover {
    color: blue;
}