/**
 * Thème: Hotline
 * Auteur: Margot
 * Catégorie: main
 * Description: Style néon rétro rose/bleu
 */

[data-theme="hotline"] {
  --main-bg-color: linear-gradient(0deg, rgba(247, 101, 184, 1) 0%, rgb(21, 95, 165) 100%) center center/cover no-repeat fixed;
  --modal-bg-color: linear-gradient(-90deg, rgba(247, 101, 184, 1) 0%, rgb(21, 95, 165) 100%) center center/cover no-repeat fixed;
  --modal-header-color: linear-gradient(-90deg, rgba(247, 101, 184, 1) 0%, rgb(21, 95, 165) 100%) center center/cover no-repeat fixed;
  --modal-footer-color: linear-gradient(-90deg, rgba(247, 101, 184, 1) 0%, rgb(21, 95, 165) 100%) center center/cover no-repeat fixed;
  --dropdown-bg: #5e61ab;
  --card-bg: rgba(94, 97, 171, 0.7);
  --sidebar-bg: rgba(21, 95, 165, 0.9);
  --navbar-bg: rgba(21, 95, 165, 0.9);

  --button-color: #f98dc9;
  --button-color-hover: #ff4cb1;
  --button-text: #eee;
  --button-text-hover: #fff;
  --button-primary: #f98dc9;
  --button-primary-hover: #ff4cb1;
  --button-success: #00ff9d;
  --button-danger: #ff4c4c;
  --button-warning: #ffb86c;

  --accent-color: 249, 141, 201;
  --accent-color-hover: rgba(249, 141, 201, 0.8);
  --accent-rgb: 249, 141, 201;

  --link-color: rgb(255, 179, 222);
  --link-color-hover: #d7fffe;

  --label-text-color: #fff;

  --text: #ddd;
  --text-hover: #fff;
  --text-muted: #bbb;
  --text-heading: #fff;

  --border-color: rgba(255, 255, 255, 0.3);

  --success-color: #00ff9d;
  --success-color-rgb: 0, 255, 157;
  --error-color: #ff4c4c;
  --error-color-rgb: 255, 76, 76;
  --warning-color: #ffb86c;
  --warning-color-rgb: 255, 184, 108;
  --info-color: #8be9fd;

  --input-bg: rgba(94, 97, 171, 0.6);
  --input-border: rgba(255, 255, 255, 0.3);
}
