.mt-6{
    margin-top: 4rem !important;
}
button.form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    /*color: #495057;*/
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
button.form-control.disabled {
    color: #495057!important;
    background-color: #e9ecef!important;
}
button.dropdown-toggle .filter-option-inner-inner {
    margin-top: auto;
    margin-bottom: auto;
}
.country-flag {
    max-width: 25px;
}
.product-dropdown {
    max-width: 55px;
}
.country-flag {
    max-width: 25px;
}
.product-dropdown {
    max-width: 55px;
}
.row {
    padding-right: 0px;
    padding-left: 0px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
}
.text-black {
    color: black;
}
.text-blue {
    color: #0070d2 !important;
}
.text-white {
    color: white;
}
.prefilled {
    background-color: #e7f3ff;
}
select.selectpicker.prefilled + button.dropdown-toggle {
    background-color: #e7f3ff;
}
select.prefilled + button.dropdown-toggle {
    background-color: #e7f3ff;
}

label.error {
    font-weight: bold !important;
}

label.error:before {
    font-weight: normal !important;
}

.btn-group-vertical > label.btn-outline-secondary:hover .file-name {
    color: white;
}

select.selectpicker[readonly] + button.dropdown-toggle {
    background-color: #e9ecef;
    opacity: 1;
}

[readonly] {
    pointer-events: none;
}

iframe:not([title="reCAPTCHA"]):not(#moin-ai-teaser):not(#moin-ai-button):not(#moin-ai-widget) {
    opacity:0;
    display: none !important;
    border:0 !important;
    width:0px;
    height:0px;
}


select.selectpicker[readonly] + button.dropdown-toggle {
    background-color: #e9ecef;
    opacity: 1;
    pointer-events: none;
}
