@import url(https://fonts.googleapis.com/css?family=Nunito:200,200i,300,300i,400,400i,600,600i,700,700i,800,800i,900,900i&display=swap);
@font-face {
    font-family:'Inter';
    font-style:normal;
    font-weight:400;
    font-display:swap;
    src:
            url(fonts/Inter-Regular.woff2?v=3.11) format("woff2"),
            url(fonts/Inter-Regular.woff?v=3.11) format("woff")
}
@font-face {
    font-family:'Inter';
    font-style:normal;
    font-weight:500;
    font-display:swap;
    src:
            url(fonts/Inter-Medium.woff2?v=3.11) format("woff2"),
            url(fonts/Inter-Medium.woff?v=3.11) format("woff")
}
@font-face {
    font-family:'Inter';
    font-style:normal;
    font-weight:600;
    font-display:swap;
    src:
            url(fonts/Inter-SemiBold.woff2?v=3.11) format("woff2"),
            url(fonts/Inter-SemiBold.woff?v=3.11) format("woff")
}
@font-face {
    font-family:'Inter';
    font-style:normal;
    font-weight:700;
    font-display:swap;
    src:
            url(fonts/Inter-Bold.woff2?v=3.11) format("woff2"),
            url(fonts/Inter-Bold.woff?v=3.11) format("woff")
}
body {
    font-family: 'Inter';
    font-weight: 400;
    font-size: 18px;
    background-color: #fff4e6;
    padding: 0 20px 40px 20px;
}
form {
    text-align: left;
}
label {
    color: #341200;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 0.56px;
    line-height: 32px;
    display: block;
}
label.small {
    font-size: 10px;
    font-weight: 400;
    text-align: center;
}
h1 {
    color: #591f00;
    font-size: 32px;
    font-weight: 700;
    letter-spacing: 1px;
    font-family: 'Nunito',sans-serif;
    margin: 0 0 15px;
    text-align: center;
}
h3 {
    color: #591f00;
    font-size: 28px;
    font-weight: 700;
    letter-spacing: 1px;
    font-family: 'Nunito',sans-serif;
    margin: 0 0 15px;
    text-align: center;
}
@media (min-width: 768px) {
    h1 {
        font-size: 45px;
    }
    h3 {
        font-size: 30px;
    }
}
@media (min-width: 992px) {
    h1 {
        font-size: 60px;
    }
}
.source {
    font-size: 16px;
}
.error li, .required {
    color: #ff0000;
}
.form-group {
    margin: 0 0 40px;
}
.form-control.error {
    border-color: #ff0000;
}
.content-feedback .form-group {
    margin: 0 0 0 0;
}
.content-feedback .row, .content-result .row {
    box-shadow: 0 2px 20px rgb(0 0 0 / 15%);
    border-radius: 8px;
    background-color: #fff;
    margin-top: 40px;
    padding: 20px 10px;
}
.content-result ol {
    display: block;
    text-align: left;
    margin: 10px 0px;
}

/* @media (min-width: 992px) {
    .content-result ol {
        max-width: 75%;
        margin: 10px 0px 10px 12.5%;
    }
} */

.content-result button {
    margin-top: 40px;
}
.content-feedback .row.error {
    border: 1px solid #ff0000;
}
.content-feedback button {
    margin-top: 60px;
}
.content-feedback input[type=radio] {
    margin-top: 15px;
}
@media (min-width: 992px) {
    .content-feedback input[type=radio] {
        margin-top: 0px;
    }
}
.form-control {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.5;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    height: 50px;
}
input[type=text], textarea {
    color: #666;
    background: #fff;
    background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0));
    border: 1px solid #bbb;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    display: block;
    padding: 0.7em;
    width: 100%;
}
input[type=radio] {
    width: 100%;
    height: 16px;
}
table {
    border: 1px solid #ddd;
    margin: 60px 0;
}
table td {
    vertical-align: middle;
}
table thead td {
    white-space: nowrap;
}
.btn-primary {
    background-image: linear-gradient(253deg,#f69e1b 0%,#fb8401 100%);
    color: #ffffff!important;
    font-size: 18px!important;
    font-weight: 700!important;
    line-height: 24px!important;
    box-shadow: 0 2px 0 #ea7b02!important;
    border-radius: 4px!important;
    padding: 16px 26px!important;
    display: inline-block!important;
    border: none!important;
}
.btn-primary:hover {
    background-image: linear-gradient(#FB8401 0%,#FB8401 100%);
}