/*!
Theme Name: unexify
Author: Urich
Description: Unesify
Version: 1.0.0
Text Domain: unexify
*/
.modal .modal-footer {
    margin-top: 20px;
}

h2#get-price-pre-seed-package-modalLabel {
    text-align: center;
}

.wpcf7 form.sent .wpcf7-response-output {
    display: none;
}



.modal-header {
    position: relative;
}

.btn-close-modal {
    position: absolute;
    top: 1rem;
    right: 1rem;
    background: transparent;
    border: none;
    cursor: pointer;
    padding: 0;
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0.7;
    transition: opacity 0.2s;
    z-index: 10;
}

.btn-close-modal:hover {
    opacity: 1;
}

.btn-close-modal svg {
    width: 24px;
    height: 24px;
    stroke: #000;
}


.btn-close-modal::before {
    content: '';
    position: absolute;
    inset: -8px;
}