/*!
 * Copyright 2022 (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 - Switcher.scss
 */
/*!
 * 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 - _cards.scss
 */
/*!
 * 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 - _colors.scss
 */
/*!
 * Copyright 2025 (c) Neo-OOH - All Rights Reserved
 * Unauthorized copying of this file, via any medium is strictly prohibited
 * Proprietary and confidential
 * Written by Valentin Dufois <valentin@webisoft.com>
 *
 * @neo/connect - _utils.scss
 */
/*!
 * Copyright 2022 (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 - _animations.scss
 */
.switcher{width:100%;box-shadow:0 0 0 1px var(--ultralight-grey) inset;cursor:default;border-radius:0;grid-auto-columns:1fr;grid-auto-flow:column;transition:all .15s ease-out;display:grid}.switcher .item{appearance:none;text-align:center;background-color:#0000;border:none;border-radius:0;width:100%;padding:.2rem 0 .15rem;font-size:.889rem;font-weight:500;transition:all .1s ease-out}.switcher .item:hover{background-color:rgba(var(--highlight-color-rgb), .15)}.switcher .item:active{background-color:rgba(var(--highlight-color-rgb), .35)}.switcher .item.selected{background-color:var(--dark-blue);color:#fff}.switcher:hover{box-shadow:0 0 0 1px var(--light-grey) inset}.flat-switcher{--flat-switcher-selection-color-rgb:var(--dark-blue-rgb);grid-auto-columns:1fr;grid-auto-flow:column;display:grid}.flat-switcher .flat-button.selected{--flat-btn-color:var(--flat-switcher-selection-color-rgb);--flat-btn-front-color:#fff;--flat-btn-front-hover-color:#fff;--flat-btn-front-active-color:#fff;--flat-btn-back-color:rgba(var(--flat-btn-color), 1);--flat-btn-back-hover-color:rgba(var(--flat-btn-color), .85)}
