/***************************************/
#zformDiv {
    display:none;
    position: fixed;
    bottom: 0px;
    background: #eee;
    width: 100%;
    border: 1px solid #c1c1c1;
    
    
    &>*{
        padding:0.6rem
    }
    #zform_field{
        background: #fff;

    }
    footer{

        display: flex;
        justify-content: flex-end;
        gap:0.4rem; 
    }
        
    header{
        display:flex;
        justify-content: space-between;
        align-items: center;
    }
}
