.btn-primary:hover {
    color: #fff;
    background-color: #8e2b1d;
    border-color: #86281b;
}
.btn-check:checked + .btn-primary, .btn-check:active + .btn-primary, .btn-primary:active, .btn-primary.active, .show > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #86281b;
    border-color: #7d261a;
}
.webform-submission-form .form-wrapper legend span {
    font-size: 16px;
    color: #a73222;
    font-weight: bold;
    font-family: sans-serif;
}
.js-form-item-soru4 label {
    font-size: 16px;
    color: #a73222;
    font-weight: bold;
    padding-bottom:16px !important;
    font-family: sans-serif;
}

.js-form-item-soru4 div {
    padding-top:20px !important;
}

.webform-submission-form .js-webform-radios input {
    margin-right: 0.5rem;
}

.webform-submission-form .js-webform-radios .js-form-type-radio {
    display: flex;
    align-items: center;
}

.webform-submission-form .js-webform-radios {
    margin-left: 2.5rem;
}
legend{
  margin-bottom:0 !important;
  padding-bottom:20px !important;
}

input, button, select, optgroup, textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

input[type="checkbox"], input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}

body {
    margin: 0;
    font-family: var(--bs-body-font-family) !important;
    font-size: var(--bs-body-font-size) !important;
    font-weight: var(--bs-body-font-weight) !important;
    line-height: var(--bs-body-line-height) !important;
    color: var(--bs-body-color) !important;
    text-align: var(--bs-body-text-align) !important;
    background-color: var(--bs-body-bg) !important;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}
.captcha{
    display:flex !important;
}
.reload-captcha{
font-size:35px;
}
.form-textarea{
  margin-bottom:10px;
}
.captcha img{
    margin-right: 5px;
    margin-top: 3px;
}
.js-form-item-captcha-response{
    margin-right: 5px;
}
.js-form-type-textarea label{
    font-size: 16px;
    color: #a73222;
    font-weight: bold;
    font-family: sans-serif;
    padding-bottom: 20px !important;
} 
.form-textarea {
    outline: none;
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: transparent;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.625rem;
    transition: border-color 0.15s ease-in-out,box-shadow 0.15s ease-in-out;
}
.fieldset-wrapper .js-webform-radios .js-form-type-radio label{
font-weight: 600;
}
.captcha img{ margin-top:9px;}
.js-form-item-captcha-response label{ display:none;}
#edit-captcha-response{ margin-top:9px;}