.swal-modal .swal-text {
    text-align: center;
}

.swal-footer {
    text-align: center;
}

.btn-my-home {
    color: #fff !important;
    background-color: #009141 !important;
    border-color: #00813a !important;
}

.btn-my-home:hover {
    color: #fff !important;
    background-color: #00a048 !important;
    border-color: #009141 !important;
}

.bg-secondary-myhome {
    background-color: #f8f8f8 !important;
}
@media (min-width: 992px) {
    .modal-xl {
        max-width: 1500px;
    }
}
