/*!
 * Copyright 2023 (c) Neo-OOH - All Rights Reserved
 * Unauthorized copying of this file, via any medium is strictly prohibited
 * Proprietary and confidential
 * Written by Valentin Dufois <vdufois@neo-ooh.com>
 *
 * @neo/connect - SelectInput.scss
 */
.form-input__select-input{color:var(--dark-blue);letter-spacing:.075ch;background-color:#0000;border:none;outline:none;align-self:stretch;margin:0;padding:0 10px;font-family:Poppins,sans-serif;font-size:.79rem;font-weight:600}.form-input__select-input:focus{box-shadow:0 0 0 2px var(--highlight-color) inset}.form-input__select-input:active{box-shadow:0 0 0 3px var(--highlight-color) inset}
