.custom-modal-outer-container{
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: auto !important;
    padding: 30px;
    padding-top: 20px !important;
    display: block;
    background: #f9f6ee;
    border-radius: 10px;
    z-index: 300;
}

.lightbox:before{
    content: ""!important;
    display: block;
    position: fixed;
    left: -50%;
    top: -50%;
    width: 200%;
    height: 200%;
    background: rgba(0,0,0,0.6);
    z-index: 300;
}

.gfield.field_sublabel_below{
    position: relative;
    z-index: 250;
}


.custom-modal-container .gfield_checkbox {
  min-width: 800px;
}
  
.custom-modal-close-button {
position: fixed;
    width: 100%;
    text-align: center;
    right: 0;
    bottom: calc(50% - 270px);
    padding: 10px;
    z-index: 350;
    cursor: pointer;
}

li.gfield.closed{
    display: none !important;
}