
.tx-rcag-ihelpfaq .faqForm .form-control.f3-form-error {
    border: 1px solid #f12841;
}

.tx-rcag-ihelpfaq .form-control {
    border: 1px solid #ccc;
    color: #4a4a4a;
    padding: 8px 16px;
}

.tx-rcag-ihelpfaq .faqForm .form-control::placeholder {
    color: #9b9b9b;
}

.tx-rcag-ihelpfaq .faqForm .form-control::-ms-input-placeholder {
    color: #9b9b9b;
}

.tx-rcag-ihelpfaq .faqForm span.text-error {
    color: #f12841;
    font-size: 12px;
}

.tx-rcag-ihelpfaq .faqForm textarea.form-control {
    min-height: 240px;
}

.tx-rcag-ihelpfaq .faqForm .choices {
    margin-bottom: 0;
}

.tx-rcag-ihelpfaq .faqForm .custom-selected .choices__list--single {
    display: inline-block;
    padding: 0;
}

.tx-rcag-ihelpfaq .faqForm .select-selected {
    background-color: white;
    border-radius: .25rem;
}

.tx-rcag-ihelpfaq .faqForm .custom-selected .choices[data-type*=select-one]::after {
    position: absolute;
    content: "\f078";
    font-family: "Font Awesome 5 Free";
    right: 23px;
    top: 10px;
    border: 0;
    color: #fabb00;
    font-weight: 700;
    margin-top: 0;
}

.tx-rcag-ihelpfaq .faqForm .custom-selected .choices[data-type*=select-one].is-open::after,
.tx-rcag-ihelpfaq .faqForm .select-selected.select-arrow-active:after {
    content: "\f077";
    font-family: "Font Awesome 5 Free";
    font-weight: 700;
    margin-top: 0;
}

.tx-rcag-ihelpfaq .faqForm .select-selected,
.tx-rcag-ihelpfaq .faqForm .custom-selected .choices__list--single {
    color: #4a4a4a;
    cursor: pointer;
    user-select: none;
}

.tx-rcag-ihelpfaq .faqForm .choices__list--dropdown .choices__item--eventim-selectable {
    color: #9b9b9b;
    padding: 8px 16px;
    cursor: pointer;
    user-select: none;
}

.tx-rcag-ihelpfaq .faqForm .select-items .countryselect div:first-of-type {
    display: none;
}

.tx-rcag-ihelpfaq .faqForm .select-items {
    position: absolute;
    background-color: white;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 99;
    color: black;
    max-height: 240px;
    overflow-y: auto;
    border-left: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-bottom-left-radius: .25rem;
    border-bottom-right-radius: .25rem;
    margin-top: -2px;
    padding-top: 2px;
}

.tx-rcag-ihelpfaq .faqForm .select-arrow-active {
    border-bottom: none;
    margin-bottom: 1px;
}

.tx-rcag-ihelpfaq .faqForm .select-arrow-active:before {
    height: 1px;
    background-color: #ccc;
    display: block;
    content: "";
    position: relative;
    top: 29px;
    margin-bottom: -1px;
}

.tx-rcag-ihelpfaq .faqForm .select-hide {
    display: none;
}

.tx-rcag-ihelpfaq .faqForm .select-items div:hover, .same-as-selected {
    background-color: rgba(0, 0, 0, 0.1);
}

.tx-rcag-ihelpfaq .faqForm .btn-primary {
    background-color: #139df4;
    border: 1px solid #139df4;
    min-width: 305px;
    padding: 8px 16px;
}

.tx-rcag-ihelpfaq .faqForm .label-container {
    display: inline;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 16px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    margin-left: 27px;
}

.tx-rcag-ihelpfaq .faqForm .label-container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

.tx-rcag-ihelpfaq .faqForm .checkmark {
    position: absolute;
    top: -1;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: #fff;
    border-radius: 50%;
    border: 1px solid #ccc;
}

.tx-rcag-ihelpfaq .faqForm .label-container:hover input ~ .checkmark {
    background-color: #ccc;
}

.tx-rcag-ihelpfaq .faqForm .label-container input:checked ~ .checkmark {
    background-color: #2196F3;
    border: none;
}

.tx-rcag-ihelpfaq .faqForm .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.tx-rcag-ihelpfaq .faqForm .label-container input:checked ~ .checkmark:after {
    display: block;
}

.tx-rcag-ihelpfaq .faqForm .label-container .checkmark:after {
    top: 7px;
    left: 7px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: white;
}

.tx-rcag-ihelpfaq .faqForm .check-container {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    margin-top: -6px;
}

.tx-rcag-ihelpfaq .faqForm .check-container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    left: 0;
    top: 0;
    height: 25px;
    width: 25px;
}

.tx-rcag-ihelpfaq .faqForm .check-checkmark {
    position: absolute;
    top: 1px;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 2px;
    pointer-events: none;
}

.tx-rcag-ihelpfaq .faqForm .check-container:hover input ~ .check-checkmark {
    background-color: #ccc;

}

.tx-rcag-ihelpfaq .faqForm .check-container input:checked ~ .check-checkmark {
    background-color: #139df4;
    border: none;
}

.tx-rcag-ihelpfaq .faqForm .check-checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.tx-rcag-ihelpfaq .faqForm .check-container input:checked ~ .check-checkmark:after {
    display: block;
}

.tx-rcag-ihelpfaq .faqForm .check-container .check-checkmark::after {
    left: 7px;
    top: 3px;
    width: 7px;
    height: 11px;
    border: solid white;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    pointer-events: none !important;
}

.tx-rcag-ihelpfaq .faqForm .checkbox-label {
    margin-left: 30px;
    font-size: 14px;
}

.tx-rcag-ihelpfaq .faqForm .form-group {
    margin-bottom: 20px;
}

.faqForm {
    margin-bottom: 40px;
    display: none;
}

.custom-file-control {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 5;
    height: 2.5rem;
    padding: .5rem 1rem;
    line-height: 1.5;
    color: #4a4a4a;
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: .25rem;
    overflow: hidden;
}

.custom-file-control::before {
    position: absolute;
    top: -1px;
    right: -1px;
    bottom: -1px;
    z-index: 6;
    display: block;
    height: 2.5rem;
    padding: .5rem 1rem;
    line-height: 1.5;
    color: #4a4a4a;
    background-color: #eceeef;
    border: 1px solid #ccc;
    border-radius: 0 .25rem .25rem 0;
}

.error-filesize {
    display: none;
}

.error {
    color: #f12841;
}

#faqResponse .ordernumberform {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    padding-bottom: 1.25rem;
}

#faqResponse .card-body .ordernumberform {
    padding: 0;
}

.faq-response {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
}

.FaqFormBox {
    padding: 20px;
}

button.disabled {
    cursor: not-allowed;
}

@media (max-width: 350px) {
    .salutation > span {
        display: block;
        padding-bottom: 10px;
    }

    .custom-file-control {
        font-size: 13px;
        height: 2.0rem;
    }

    .custom-file-control::before {
        padding: .4rem 1rem;
    }

    .tx-rcag-ihelpfaq .faqForm .btn-primary {
        min-width: 100%;
    }
}
