/*
Theme Name: techno child
Tags:  custom-menu, editor-style, featured-images
Template: techno
Version: 5.1.1
*/


@import '../techno/style.css';

.wpq-modal {
    position: fixed;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, .55);
    opacity: 0;
    pointer-events: none;
    z-index: 2147483647;
    transition: opacity .2s ease;
}

/*---------------------------------
      write your css from here
------------------------------------*/


