
.auto-popup-generate {
    cursor: pointer;
}
.auto-popup-load{
    opacity: 0; 
    z-index: -9999;
    position: relative;
}
.auto-pupup-outer {
    position: fixed;
    background-color: rgba(0,0,0,.6);
    z-index: 99999999;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    text-align: center;
    padding: 20px;
}
.auto-popup-content {
    background-color: #fff;
    width: 1150px;
    margin: 0 auto;
    max-width: 90%;
    text-align: left;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    right: 0;
}
.auto-popup-content .auto-popup-content-row{
    display: flex;
    flex-wrap: wrap;
    padding: 3% 0;
}
.auto-popup-content .auto-popup-content-row .auto-popup-content-col{
    flex: 1 0 0%;
    max-height: 75vh;
    overflow-y: auto;
    padding: 0 5%;
}
.auto-popup-content p {
    text-align: left;
    padding: 5px 0;
    margin: 0;
    line-height: 26px;
}
.auto-popup-content ul {
    list-style: disc;
    padding-left: 20px;
}
.auto-popup-content h1,
.auto-popup-content h2,
.auto-popup-content h3,
.auto-popup-content h4,
.auto-popup-content h5,
.auto-popup-content h6{
    padding: 10px 0; 
    color: #000000;
    margin: 0;
}
.auto-popup-content ol {
    list-style: decimal inside;
}
.auto-popup-content ol li {
    padding: 4px 0;
    text-align: left;
}
.auto-popup-content .buttom-style-1 {
    margin-bottom: 5px;
}
.auto-content-popup-close {
    width: 40px;
    height: 40px;
    line-height: 32px;
    position: absolute;
    right: 10px;
    top: 10px;
    cursor: pointer;
    font-weight: normal;
    font-size: 32px;
    color: #000000;
    border-radius: 50%;
    text-align: center;
}

.auto-popup-close {
    width: 40px;
    height: 40px;
    line-height: 32px;
    position: absolute;
    right: 10px;
    top: 10px;
    cursor: pointer;
    font-weight: normal;
    font-size: 32px;
    color: #000000;
    border-radius: 50%;
    text-align: center;
}
.auto-popup-content img{
    height: auto;
}




.auto-popup-content input[type=text], 
.auto-popup-content input[type=email], 
.auto-popup-content input[type=tel], 
.auto-popup-content select,
.auto-popup-content select option{
    width: 100%;
    background: no-repeat;
    border: none;
    padding: 15px 0;
    margin-bottom: 15px;
    border-bottom: 1px solid #000;
    color: #000;
    font-size: 18px;
    outline: none;
    -webkit-appearance: none;
    appearance: none;
    border-radius: 0;
    line-height: 26px;
}
.auto-popup-content input[type="checkbox"] {
    margin-left: 0;
}
.auto-popup-content span[data-name="your-consent"] .wpcf7-not-valid-tip {
    display: block;
    margin-top: 5px;
}

.auto-popup-content input.wpcf7-not-valid,
.auto-popup-content select.wpcf7-not-valid{
    border-color: red;
}
.auto-popup-content select option {
    padding-left: 0 !important;
}
.auto-popup-content .wpcf7 form.invalid .wpcf7-response-output {
    border: none;
    margin: 10px 0 0;
    padding: 0;
    color: #000;
}
.auto-popup-content input::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #000;
    opacity: 1; /* Firefox */
}
.auto-popup-content input:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #000;
}
.auto-popup-content input::-ms-input-placeholder { /* Microsoft Edge */
    color: #000;
}
.auto-popup-content .wpcf7-submit.submit-button {
    width: 100%;
    background-color: #000000;
    color: #fff;
    padding: 10px 0;
    border: none;
    margin-top: 30px;
    cursor: pointer;
    -webkit-appearance: none;
    appearance: none;
    border-radius: 0;
}
.auto-popup-content .wpcf7-spinner {
    position: absolute;
    bottom: 10px;
    right: 0;
    left: 0;
    margin: 0 auto;
    background-color: #b1aaaa;
}

.auto-popup-content .wpcf7 form .wpcf7-response-output {
    border: none;
    text-align: center;
    width: 100%;
    padding: 0;
    margin: 15px 0;
}
.auto-popup-content .wpcf7 .consent-col-100 {
    padding: 0;
}

@media only screen and ( max-width: 768px) {
    .auto-popup-close {
        width: 30px;
        height: 30px;
        font-size: 22px;
        line-height: 30px;
        top: 5px;
        right: 4px;
    }
}



body.rtl .auto-popup-content h1, 
body.rtl .auto-popup-content h2, 
body.rtl .auto-popup-content h3, 
body.rtl .auto-popup-content h4, 
body.rtl .auto-popup-content h5, 
body.rtl .auto-popup-content h6{
    font-family: 'Cairo-Regular';
    text-align: right;
}
body.rtl .auto-popup-content p{
    font-family: 'Cairo-Light';
    text-align: right;
}
body.rtl .auto-popup-close {
    font-family: 'Cairo-Regular';
    right: auto;
    left: 10px;
}
body.rtl .auto-popup-content input[type="checkbox"] {
    margin-left: 3px;
    margin-right: 0px;
}