.feedback-opt {
    border: 1px solid #0000002b;
    padding: 5px 28px;
    border-radius: 4px;
    font-size: 18px;
    font-weight: 500;
    margin: 0px 6px;
    cursor: pointer;
}

.feedback-form {
    border: 2px solid #1f1e1e26 !important;
    padding: 20px;
    border-radius: 6px;
}

.error-class {
    border: 1px solid red !important;
}

input#authormail {
    padding: 3px 10px;
}

.fcol-12 {
    width: 100%;
    display: inline-flex;
}

.fcol-6 {
    width: 60%;
    display: inline-flex;
}

.fcol-4 {
    width: 40%;
    display: inline-flex;
}

.fh2 {
    font-size: 22px;
    font-weight: 600;
}

.fh3 {
    font-size: 20px;
    font-weight: 500;
    margin: 0px;
}

.mailbox {
    margin-top: 7px;
    font-size: 16px;
}

.fh4 {
    font-size: 16px;
    font-weight: 400;
    margin: 0px;
}

.form-control-fd {
    border: .0625rem solid #dadce0;
    border-radius: .25rem !important;
    width: 100%;
}

.clearfix {
    margin-top: 20px;
}

.spacing-feed {
    margin-top: 31px;
    margin-bottom: 31px;
}

.btn.feedback-btn {
    background: #3c73e9;
    color: #fff;
    font-size: 21px;
    padding: 8px 24px;
    border-radius: 3px;
    border: 1px solid transparent;
    margin-top: 14px;
    font-weight: 400;
}

.active-feedback {
    background: #3c73e9;
    color: #fff;
}

.hideFeedback,
.feedback-response {
    display: none;
}

.fh3:before,
.fh4:before,
.fh2:before,
h2:before,
h2:before {
    content: unset !important;
}

@media(max-width:576px){
.feedback-form .fcol-4 {
    flex-wrap: wrap;
    gap: 10px;
}

.feedback-form .fcol-4 .feedback-opt {
    width: 100%;
    text-align: center;
}
}