/* Feedback Modal styles */
.feedback-modal {
    display: none;
    position: fixed;
    top: -64px;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.7);
    z-index: 9999;
}

.feedback-modal-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #fefefe;
    border: 1px solid #888;
    width: 80%;
    max-width: 600px;
    height: 100%;
    overflow-y: auto;
    padding: 64px;
    margin: 120px !important;
}

@media (max-width: 767px) {
    .feedback-modal-content {
        /* left: 20% !important; */
        padding: 24px !important;
        margin-top: 120px !important;
        margin-bottom: 0px !important;
        margin-left: 0px !important;
        margin-right: 0px !important;
    }

    .gform_wrapper.gravity-theme input:not([type=radio]):not([type=checkbox]):not([type=image]):not([type=file]) {
        line-height: 0 !important;
    }
  }

#pipeSafariNotification {
    background: rgb(116, 184, 207) !important; 
}

.feedback-modal-close {
    color: black;
    float: right;
    font-size: 28px;
    font-weight: bold;
    cursor: pointer;
}

.gfield_radio input[type=radio]:checked + label:after, .gfield_radio input[type=radio]:checked + .bb-radio-label:after{
    width: 18px !important;
    height: 18px !important;
    left: 2px !important;
    top: 6px !important;
}

.gform_description {
    color: grey;
}

/* auto-scroll event fix  */
.gform_wrapper.gravity-theme .gfield-choice-input {
    top: auto !important;
}