#trkglbl-feedback-form-wrap {
    display: none;
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    z-index: 10000;
    background: rgb(0 0 0 / 63%);
}

#trkglbl-feedback-form {
    display: none;
    margin-top: 15px;
    position: fixed;
    text-align: left;
    width: 40%;
    max-width: 600px;
    z-index: 100;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: rgba(255, 255, 255, 1);
    padding: 35px;
    border-radius: 6px;
    border: 2px solid #fff;
    font-size: 14px;
    line-height: 24px;
    outline: none;
}

#trkglbl-feedback-form p {
    font-size: 14px;
    line-height: 24px;
    padding-bottom: 20px;
    margin: 0;
}

#trkglbl-feedback-form .button-skip {
    background: #fff;
    border: none;
    color: #a3b2c5;
    padding: 0px 15px;
    float: right;
}

#trkglbl-feedback-form .trkglbl-feedback-form--comments {
    position: relative;
}

#trkglbl-feedback-form .trkglbl-feedback-form--comments p {
    position: absolute;
    top: -24px;
    right: 0px;
    font-size: 14px;
    padding: 0px;
    margin: 0px;
}

#trkglbl-feedback-form .trkglbl-feedback-form--comments p a {
    text-decoration: none;
}

#trkglbl-feedback-form .trkglbl-feedback-form--comments textarea {
    background: #fff;
    border: solid 1px rgba(88, 115, 149, 0.5);
    width: 100%;
    line-height: 30px;
    resize: none;
    margin: 10px 0 0 0;
}

#trkglbl-feedback-form p.trkglbl-feedback-form--errors {
    margin-top: 10px;
    padding: 0px;
    font-size: 13px;
    color: #ea6464;
}
