@font-face {
    font-family: "Roboto-Regular";
    src: url("../fonts/Roboto-Regular.eot");
    src: url("../fonts/Roboto-Regular.eot?#iefix") format("embedded-opentype"),
        url("../fonts/Roboto-Regular.woff2") format("woff2"),
        url("../fonts/Roboto-Regular.woff") format("woff"),
        url("../fonts/Roboto-Regular.ttf") format("truetype"),
        url("../fonts/Roboto-Regular.svg#Roboto-Regular") format("svg");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Roboto-Bold";
    src: url("../fonts/Roboto-Bold.eot");
    src: url("../fonts/Roboto-Bold.eot?#iefix") format("embedded-opentype"),
        url("../fonts/Roboto-Bold.woff2") format("woff2"),
        url("../fonts/Roboto-Bold.woff") format("woff"),
        url("../fonts/Roboto-Bold.ttf") format("truetype"),
        url("../fonts/Roboto-Bold.svg#Roboto-Bold") format("svg");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}


:root {
    --main-color: #008250;
    --hover-color: #f28e00;
}

body {
    font: 14px Roboto-Regular;
    color: #333;
    margin: 0;
    padding: 0;
    background: rgb(192, 227, 194);
}


a {
    color: inherit;
    text-decoration: none;
}

a:hover {
    color: inherit;
    text-decoration: none;
}

.bg-main {
    background: var(--main-color);
}

h1 {
    opacity: 0;
    visibility: hidden;
    height: 0px;
    margin: 0px;
    overflow: hidden;
    color: #fff;
}

p,
h2,
h3,
h4,
h5,
h6 {
    margin-bottom: 0;
}

figure {
    margin-bottom: 0;
}

input,
textarea,
button {
    outline: none;
    border: none;
}

input[type=number] {
    appearance: textfield;
}

input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}


img {
    max-width: 100%;
    height: auto;
}

.hidden-seoh {
    visibility: hidden;
    height: 0px;
    margin: 0px;
    overflow: hidden;
}

.form-check {
    margin: 0 auto;
    min-height: auto;
    margin: 0 auto;
    padding-left: 0;
}

.form-check-input {
    /* background-color: #dee2e6;
    box-shadow: inset 0 0.25rem 0.25rem rgba(0,0,0,.1); */
    border: #adb5bd solid 1px;
    width: 16px;
    height: 16px;
    margin-top: 0;
    vertical-align: middle;
    cursor: pointer;
}

.form-check .form-check-input {
    margin-left: 0;
}

.form-check .form-check-label {
    margin-bottom: 0;
    margin-left: 10px;
    font-family: SFUIText-Medium;
}

label {
    font-family: Roboto-Bold;
    margin-bottom: 15px;
}

.form-row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -5px;
    margin-left: -5px
}

.form-row>.col,
.form-row>[class*=col-] {
    padding-right: 5px;
    padding-left: 5px
}


.form-row>.col>.valid-tooltip,
.form-row>[class*=col-]>.valid-tooltip {
    left: 5px
}

.row {
    --bs-gutter-x: 10px;
}

.input-group-text {
    font-size: 14px;
    font-weight: normal;
    background: #f2f2f2;
}

.placeholder-danger::placeholder {
    color: var(--bs-danger);
}

.placeholder-warning::placeholder {
    color: var(--bs-warning);
}

.placeholder-success::placeholder {
    color: var(--bs-success);
}

.placeholder-primary::placeholder {
    color: var(--bs-primary);
}

.form-control:focus {
    box-shadow: none;
}

form.form-validation {
    max-width: 640px;
    margin: 20px auto;
}

form.form-validation.was-validated .form-items {
    border-color: #dc3545;
}

form.form-validation.was-validated .invalid-feedback {
    display: block;
}

.form-header {
    margin-top: 12px;
    background-color: #fff;
    border: 1px solid #dadce0;
    border-radius: 8px;
    margin-bottom: 12px;
    padding: 24px;
    padding-top: 22px;
    position: relative;
    padding-bottom: 16px;
}

.form-header-border-top {
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    height: 10px;
    left: -1px;
    position: absolute;
    top: -1px;
    width: calc(100% + 2px);
    background-color: rgb(76, 175, 80);
    color: rgba(255, 255, 255, 1);
}

.form-header h2 {
    font-family: Roboto-Bold;
    font-size: 24pt;
    line-height: 1.25;
    letter-spacing: 0;
}

.form-header p {
    font-size: 11pt;
    line-height: 1.5;
    letter-spacing: 0;
    font-style: italic;
    margin-top: 15px;
}

.form-items {
    transition: background-color 200ms cubic-bezier(0, 0, 0.2, 1);
    background-color: #fff;
    border: 1px solid #dadce0;
    border-radius: 8px;
    margin-bottom: 12px;
    padding: 24px;
}

.form-control:not([type='file']) {
    font-size: 14px;
    font-weight: normal;
    border: 0;
    border-bottom: 1px solid #eee;
    border-radius: 0;
}

.form-control:not([type='file']):focus {
    box-shadow: none;
    border-color: var(--main-color);
}

.form-control:not([type='file']).form-control-sm {
    padding: 7px 15px;
    padding-left: 0;
}

.form-control.is-invalid:focus,
.was-validated .form-control:invalid:focus {
    box-shadow: none;
}

#submit-send {
    background-color: rgb(0, 145, 0);
    padding: 0 24px;
    color: #fff;
    font-family: 'Roboto-Bold';
    outline: none;
    border: none;
    border-radius: 5px;
    padding: 8px 25px;
    margin-top: 10px;
}

footer {
    font-size: 13px;
    text-align: center;
    padding: 10px 0;
}

.form-success {
    max-width: 640px;
    margin-top: 40px;
    margin-left: auto;
    margin-right: auto;
    height: calc(100vh - 75px);
}

.form-success-bg {
    background: #fff;
    border-radius: 5px;
    overflow: hidden;
}

.form-success-border-top {
    background-color: rgb(76, 175, 80);
    height: 10px;
    margin-bottom: 15px;
}

.form-success-icon {
    width: 80px;
    height: 80px;
    background: rgb(76, 175, 80);
    color: #fff;
    border-radius: 50%;
    margin: 0 auto;
}

.form-success-icon i {
    display: block;
    font-size: 40px;
    line-height: 80px;
}

.form-success-bg h2 {
    font: 25px Roboto-Bold;
    margin: 15px 0;
    padding: 0 15px;
}

.form-success-bg p {
    margin-bottom: 20px;
    padding: 0 15px;
    line-height: 22px;
}


.form-error {
    max-width: 640px;
    margin-top: 40px;
    margin-left: auto;
    margin-right: auto;
    height: calc(100vh - 75px);
}

.form-error-bg {
    background: #fff;
    border-radius: 5px;
    overflow: hidden;
}

.form-error-border-top {
    background-color: var(--bs-danger);
    height: 10px;
    margin-bottom: 15px;
}

.form-error-icon {
    width: 80px;
    height: 80px;
    background: var(--bs-danger);
    color: #fff;
    border-radius: 50%;
    margin: 0 auto;
}

.form-error-icon i {
    display: block;
    font-size: 40px;
    line-height: 80px;
}

.form-error-bg h2 {
    font: 25px Roboto-Bold;
    margin: 15px 0;
    padding: 0 15px;
}

.form-error-bg p {
    margin-bottom: 20px;
    padding: 0 15px;
    line-height: 22px;
}

.form-control.is-valid:focus,
.was-validated .form-control:valid:focus {
    box-shadow: none;
}

@media screen and (max-width:991px) {
    form.form-validation {
        max-width: 480px;
        padding: 0 15px;
    }

    .form-header h2 {
        font-size: 20pt;
    }
}