.modal-dialog {
    max-width: 540px;
    max-height: 410px;
}
.wpcf7-response-output{
	color:white;
}
.modal-content {
    padding: 40px;
    border-radius: 20px;

}

.modal-btn-inner {
    position: relative;
}

.modal-btn-inner button {
    position: absolute;
    top: -35px;
    right: -30px;
    padding: 3% 4%;
}

.modal-text-h2 {
    color: #FEEBDC;
    text-align: center;
    text-shadow: 0 0 5px #ffffff40, 0 0 10px #fff0, 0 0 20px #FF720D, 0 0 30px #FF720D, 0 0 40px #FF720D, 0 0 50px #FF720D, 0 0 60px #FF720D, 0 0 70px #FF720D;
    /* Pink glow */
    font-family: Comfortaa;
    font-style: normal;
    font-size: 23px;
    font-weight: 500;
    line-height: 145%;
    /* 87px */
    letter-spacing: 3px;
    text-transform: uppercase;
}

.modal-text-p {
    color: #FEEBDC;
    text-align: center;
    font-family: Comfortaa !important;
    font-style: normal;
    font-size: 36px;
    font-weight: 500;
    line-height: 145%;
    /* 139.2px */
    letter-spacing: 4.8px;
    text-transform: uppercase;
}

.wpcf7-list-item-label {
    color: white;
}

.close {
    border: none;
    background-color: #FF8700;
}

#tel-label {
    font-weight: 600;
    font-size: 20px;
}

#tel-nb {
    width: 100%;
    border-radius: 0px;
    margin: 10px 0;
    background-color: transparent;
    outline: none;
    border-bottom: 1px solid #FEEBDC !important;
    border: none;
    color: white;
}

#tel-nb:focus {
    outline: none;
    box-shadow: none;
}

.form-check a {
    color: white;
}

#form-submit {
    margin-top: 24px;
    border: none;
    outline: none;
    color: white;
    padding: 10px 20px;
    font-size: 18px;
    width: 50%;
    font-weight: bold;
    background-color: #FF8D3C;
    text-transform: uppercase;
    border-radius: 5px;
    box-shadow: 0 0 0px #FF720D, 0 0 10px #FF720D, 0 0 20px #FF720D, 0 0 30px #FF720D;
    transition: all 0.3s ease;
}

.wpcf7-form.init p {
    align-items: center;
}

#form-submit:hover {
    box-shadow: 0 0 10px #FF720D, 0 0 20px #FF720D, 0 0 30px #FF720D, 0 0 40px #FF720D;
}

input[type="checkbox"]~span {
    font-size: 14px;
}

.wpcf7 .form-check .form-check-input:checked {
    background-color: #FF8700;
    border-color: #FF8700;
    outline: none;

}

.wpcf7-list-item .form-check-input {
    border: 2px solid #FF8700;
}



.wpcf7 .form-check .form-check-input:focus {
    box-shadow: none;
    outline: none;

}

.wpcf7 p {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    margin-bottom: 0;
}

.wpcf7-list-item {
    margin: 0;
}

.wpcf7-spinner {
    display: none;
}

.popupline {
    height: 2px;
    width: 80%;
    background-color: #DEAC2B;
    opacity: 1;
    color: #DEAC2B;

}

.modal-content {
    background-image: url("/wp-content/uploads/img_template/popup_bg.webp");

}

.btn-close {

    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='white'%3E%3Cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3E%3C/svg%3E") !important;
}

#tel-label {
    color: white !important;
    color: #FEEBDC;

    text-align: center;
    text-shadow: 0 0 5px #ffffff40, 0 0 10px #fff0, 0 0 20px #FF720D, 0 0 30px #FF720D, 0 0 40px #FF720D, 0 0 50px #FF720D, 0 0 60px #FF720D, 0 0 70px #FF720D;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 145%;
    /* 46.4px */
    letter-spacing: 1.6px;
    text-transform: uppercase;
}

.neonik {
    color: #FEEBDC;
    text-align: center;
    text-shadow: 0 0 5px #ffffff40, 0 0 10px #fff0, 0 0 20px #FF720D, 0 0 30px #FF720D, 0 0 40px #FF720D, 0 0 50px #FF720D, 0 0 60px #FF720D, 0 0 70px #FF720D;
    font-family: Comfortaa;
    font-size: 36px;
    font-style: normal;
    font-weight: 300;
    line-height: 145%;
    /* 156.6px */
    letter-spacing: 5.4px;
    text-transform: uppercase;
}

.privacy-link {
    text-shadow: 0 0 5px #ffffff40, 0 0 10px #fff0, 0 0 20px #FF720D, 0 0 30px #FF720D, 0 0 40px #FF720D, 0 0 50px #FF720D, 0 0 60px #FF720D, 0 0 70px #FF720D;
    cursor: pointer;
    padding: 20px 0px;
}

@media screen and (max-width: 992px) {
    .neonik {
        font-size: 18px;
    }

    .modal-text-p {
        font-size: 18px;
    }
}

.logo-popup {
    margin-bottom: 24px;
}
.wpcf7 form.sent .wpcf7-response-output{
    color: white !important;
}