/* === Fluent forms === */

.fluentform input, .fluentform textarea {
    transition: none !important;
    box-shadow: none !important;
    background-color: rgba(0, 0, 0, .03) !important;
    color: currentColor !important;
    border-radius: 20px !important;
}
.fluentform select {
    background-color: rgba(0, 0, 0, .03) !important;
    border-radius: 99px !important;
    -webkit-appearance: none;
    -moz-appearance: none;
    background: rgba(0,0,0,0.03) url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%23333' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' class='feather feather-chevron-down'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E") no-repeat right 16px center !important;
    background-position: right .45em top 50%;
    background-repeat: no-repeat;
    background-size: auto 16px;
    box-shadow: inset 0 -1.4em 1em 0 rgba(0, 0, 0, .02);
    display: block !important;
    padding-right: 1.4em !important;
}

