.feedback-form label {
    font-size: 14px;
    font-weight: 500;
    margin-top: 5px;
    margin-bottom: 5px;
    color: #2d184d
}

.feedback-form input {
    width: 100%;
    border-style: solid;
    border-width: 1px;
    border-color: #d5d4d3;
    padding: 8px 10px;
    font-weight: 500;
    background-color: #efefef;
    outline: 0;
    font-size: 14px
}

    .feedback-form input:focus-visible {
        outline: none
    }

.feedback-form .p-box {
    height: 65px;
    padding-top: 5px
}

.feedback-form .sp-box {
    height: 65px;
    padding-top: 5px;
    margin-top: 40px
}

.feedback-form p {
    font-size: 12px;
    font-weight: 400;
    color: #dc1053;
    margin-bottom: 0;
    border-style: none;
    font-family: "Roboto",Helvetica,Arial,STHeiti,Microsoft YaHei,sans-serif
}

.feedback-form .nice-select {
    width: 100%;
    border-color: #d5d4d3;
    border-width: 1px;
    line-height: 38px;
    font-weight: 500;
    padding-left: 8px;
    border-radius: 0px;
    height: 39.5px
}

    .feedback-form .nice-select .list .option.selected.focus {
        background-color: #fff;
        font-weight: normal
    }

        .feedback-form .nice-select .list .option.selected.focus:hover {
            background-color: #39f
        }

    .feedback-form .nice-select .list {
        width: 100.4%;
        height: 107px;
        -webkit-box-shadow: 0px 8px 16px 0px rgba(0,0,0,.2);
        box-shadow: 0px 8px 16px 0px rgba(0,0,0,.2);
        border-radius: 0;
        border-style: solid;
        border-width: 1px;
        left: -1px;
        overflow-y: auto;
        margin-top: 1px
    }

    .feedback-form .nice-select .option {
        line-height: 20px;
        min-height: 20px;
        padding-top: .5px;
        padding-bottom: .5px
    }

        .feedback-form .nice-select .option:hover {
            line-height: 20px;
            min-height: 20px;
            background-color: #39f
        }

    .feedback-form .nice-select:after {
        width: 10px;
        height: 10px;
        margin-top: -5px;
        border-width: 3px;
        border-color: #00af9b
    }

    .feedback-form .nice-select.open {
        border-color: #000
    }

    .feedback-form .nice-select .option.focus, .nice-select .option.selected.focus {
        background-color: #d9d9d9
    }

.feedback-form .textmessage {
    width: 100%;
    min-height: 263px;
    border-width: 1px;
    border-color: #d5d4d3;
    padding: 5px;
    font-weight: 500;
    resize: none
}

.feedback-form textarea:focus {
    border-color: #d5d4d3;
    border-width: 1px;
    outline: none !important
}

.feedback-form .checkedbox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-top: 10px;
    margin-bottom: 5px
}

.feedback-form .privacy {
    width: 10px;
    margin-top: 3px;
    margin-bottom: 5px;
    margin-right: 10px;
    border-color: #d5d4d3 !important
}

.feedback-form .term {
    color: #2d184d;
    font-size: 14px;
    font-weight: 500;
    width: 60%;
    font-family: "Roboto",Helvetica,Arial,STHeiti,Microsoft YaHei,sans-serif
}

.feedback-form .termlink {
    color: #00af9b
}

.feedback-form .g-recaptcha {
    margin-top: 10px
}

.feedback-form #privacy-text {
    padding-top: 3px;
    padding-bottom: 10px
}

.feedback-form #captcha-text {
    padding-top: 10px;
    padding-bottom: 25px
}

.feedback-form .submit-button {
    width: 97px;
    padding: 0 20px;
    height: 36px;
    font-size: 14px;
    font-weight: 400;
    line-height: 34px;
    text-transform: uppercase;
    text-decoration: none;
    color: #2d184d;
    background: 0;
    border: 2px solid #00af9b !important;
    border-radius: 1000px;
    cursor: pointer;
    outline: 0;
    margin-top: 40px
}

    .feedback-form .submit-button:hover {
        background-color: #00af9b;
        color: #fff
    }
