.form-table td fieldset label {
    display: flex !important;
    align-items: center !important;
}

.free::before {
    content: "";
    clear: both;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0px;
    right: 0;
    bottom: 0;
    opacity: 0.5;
    background: #e3e4e5;
    width: 100%;
}



.free {
    pointer-events: none;
    position: relative;
    padding: 20px 0px;

}

div.field_main {
    position: relative;
    display: inline-block;
}

div.field_main .popupBtn {
    position: absolute;
    bottom: 0px;
    right: 0px;
    background: #5830D5;
    font-size: 13px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 5px;
    color: #fff;
    outline: none;
    border: none;
    font-weight: 500;
    cursor: pointer;
    border-radius: 3px;
}

.custom-popup {
    display: none;
    position: fixed;
    width: 400px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    z-index: 1000;
    transition: all 0.8s;
    padding: 20px 20px 30px 20px;
}



.custom-popup .popup_content {
    width: 100%;
    height: 100%;
    padding: 25px 0px;
}

.custom-popup .upgrade_btn {
    padding: 8px;
    background-color: #5830D5;
    color: #fff;
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
}

.custom-popup .closeBtn {
    font-size: 26px;
    position: absolute;
    font-weight: 500;
    top: 10px;
    right: 10px;
    cursor: pointer;
}

.custom-popup .popup_content h3 {
    margin: 0px;
    padding: 0px;
}

.custom-popup .popup_content ul {
    padding-left: 30px;
    list-style: disc;
    font-size: 14px;
    font-weight: 500;
}