.tingle-modal {
    z-index: 999999 !important;
    font-family: "calluna", serif;

    .gpnf-modal-header {
        background-color: #304d5d !important;
        height: 60px !important;
        line-height: 60px !important;
        font-size: 20px !important;
        margin: -3rem -3rem 1.5rem !important;

        @media screen and (max-width: 712px) {
            border-radius: 0 !important;
        }
    }
    .gfield--type-html {
        font-size: 15px;

        h3 {
            font-family: "alternate-gothic-no-2-d", sans-serif;
            font-size: 28px;
        }
        hr {
            border: none;
            height: 1px;
            background-color: #ccc;
        }
    }
    .tingle-modal-box__footer {
        background-color: #edecea;
    }
    .tingle-btn {
        font-size: 12px;
        font-family: "brandon-grotesque", sans-serif;
        text-transform: uppercase;
        font-weight: 700;
        border-radius: 0 !important;
    }
    .tingle-btn--default {
        background-color: #51534A !important;

        &:hover, &:focus-visible {
            background-color: #3d3d3d !important;
        }
    }
    .tingle-btn--primary {
        background-color: #304d5d !important;

        &:hover, &:focus-visible {
            background-color: #0d151a !important;
        }
    }
    .tingle-btn--danger {
        background-color: #c0755e !important;

        &:hover, &:focus-visible {
            background-color: #844734 !important;
        }
    }
    .gform_submission_error {
        font-family: "calluna", serif;
        font-size: 15px !important;
        color: #c02b0a !important;

        .gform-icon--circle-error:before {
            color: #c02b0a !important;
        }
    }
}
.gpnf-row-actions .edit a, .gpnf-row-actions .edit-button {
    color: #304d5d !important;
}
.gpnf-row-actions .delete a, .gpnf-row-actions .delete-button {
    color: #c0755e !important;
}
.gpnf-add-entry {
    font-size: 12px;
    font-family: "brandon-grotesque", sans-serif;
    text-transform: uppercase;
    font-weight: 700;
    border: none;
    background-color: #b0cfb3 !important;
    color: #304d5d;
    padding: 10px 40px;
    transition: 0.3s all;

    &.gf-default-disabled {
        background-color: #edecea !important;
        color: #51534A;

        &:hover, &:focus-visible {
            background-color: #edecea !important;
            color: #51534A;
        }
    }
    &:hover, &:focus-visible {
        background-color: #71a876 !important;
        color: white;
    }
}