/*!
 * oneui - v5.7.0
 * @author mishuno - https://www.ephemeris.one
 * Copyright (c) 2023
 */
@charset "UTF-8";

:root {
  /* Regular Colors */
  --slate: rgba(41, 50, 65, 1);
  --ocean-blue: rgba(61, 90, 128, 1);
  --dark-cyan: rgba(95, 168, 211, 1);
  --tiffany-blue: rgba(202, 233, 255, 1);
  --vanilla: rgba(233, 216, 166, 1);
  --gamboge: rgba(238, 155, 0, 1);
  --alloy-orange: rgba(202, 103, 2, 1);
  --rust: rgba(187, 62, 3, 1);
  --rufous: rgba(174, 32, 18, 1);
  --auburn: rgba(155, 34, 38, 1);
}

.bg-slate {
  background-color: rgba(41, 50, 65, 1) !important;
}

.bg-ocean-blue {
  background-color: rgba(61, 90, 128, 1) !important;
}

.bg-dark-cyan {
  background-color: rgba(95, 168, 211, 1) !important;
}

.bg-tiffany-blue {
  background-color: rgba(202, 233, 255, 1) !important;
}

.bg-vanilla {
  background-color: rgba(233, 216, 166, 1) !important;
}

.bg-gamboge {
  background-color: rgba(238, 155, 0, 1) !important;
}

.bg-alloy-orange {
  background-color: rgba(202, 103, 2, 1) !important;
}

.bg-rust {
  background-color: rgba(187, 62, 3, 1) !important;
}

.bg-rufous {
  background-color: rgba(174, 32, 18, 1) !important;
}

.bg-auburn {
  background-color: rgba(155, 34, 38, 1) !important;
}

.text-slate {
  color: rgba(41, 50, 65, 1) !important;
}

.text-ocean-blue {
  color: rgba(61, 90, 128, 1) !important;
}

.text-dark-cyan {
  color: rgba(95, 168, 211, 1) !important;
}

.text-tiffany-blue {
  color: rgba(202, 233, 255, 1) !important;
}

.text-vanilla {
  color: rgba(233, 216, 166, 1) !important;
}

.text-gamboge {
  color: rgba(238, 155, 0, 1) !important;
}

.text-alloy-orange {
  color: rgba(202, 103, 2, 1) !important;
}

.text-rust {
  color: rgba(187, 62, 3, 1) !important;
}

.text-auburn {
  color: rgba(155, 34, 38, 1) !important;
}

.btn-slate {
  --bs-btn-color: #fff;
  --bs-btn-bg: rgba(41, 50, 65, 1) !important;
  --bs-btn-border-color: rgba(41, 50, 65, 1) !important;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: rgba(51, 65, 71, 1) !important;
  --bs-btn-hover-border-color: rgba(51, 65, 71, 1) !important;
  --bs-btn-focus-shadow-rgb: 68, 111, 221;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: rgba(41, 50, 65, 1) !important;
  --bs-btn-active-border-color: rgba(51, 65, 71, 1) !important;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: rgba(133, 141, 145, 1) !important;
  --bs-btn-disabled-border-color: rgba(133, 141, 145, 1) !important;
}

.btn-ocean-blue {
  --bs-btn-color: #fff;
  --bs-btn-bg: rgba(61, 90, 128, 1) !important;
  --bs-btn-border-color: rgba(61, 90, 128, 1) !important;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: rgba(66, 100, 121, 1) !important;
  --bs-btn-hover-border-color: rgba(66, 100, 121, 1) !important;
  --bs-btn-focus-shadow-rgb: 68, 111, 221;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: rgba(61, 90, 128, 1) !important;
  --bs-btn-active-border-color: rgba(66, 100, 121, 1) !important;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: rgba(133, 141, 145, 1) !important;
  --bs-btn-disabled-border-color: rgba(133, 141, 145, 1) !important;
}

.btn-dark-cyan {
  --bs-btn-color: #fff;
  --bs-btn-bg: rgba(95, 168, 211, 1) !important;
  --bs-btn-border-color: rgba(95, 168, 211, 1) !important;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: rgba(138, 192, 218, 1) !important;
  --bs-btn-hover-border-color: rgba(138, 192, 218, 1) !important;
  --bs-btn-focus-shadow-rgb: 68, 111, 221;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: rgba(95, 168, 211, 1) !important;
  --bs-btn-active-border-color: rgba(138, 192, 218, 1) !important;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: rgba(133, 141, 145, 1) !important;
  --bs-btn-disabled-border-color: rgba(133, 141, 145, 1) !important;
}

.btn-tiffany-blue {
  --bs-btn-color: #fff;
  --bs-btn-bg: rgba(202, 233, 255, 1) !important;
  --bs-btn-border-color: rgba(202, 233, 255, 1) !important;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: rgba(229, 244, 255, 1) !important;
  --bs-btn-hover-border-color: rgba(229, 244, 255, 1) !important;
  --bs-btn-focus-shadow-rgb: 68, 111, 221;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: rgba(202, 233, 255, 1) !important;
  --bs-btn-active-border-color: rgba(229, 244, 255, 1) !important;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: rgba(133, 141, 145, 1) !important;
  --bs-btn-disabled-border-color: rgba(133, 141, 145, 1) !important;
}

.btn-vanilla {
  --bs-btn-color: #fff;
  --bs-btn-bg: rgba(233, 216, 166, 1) !important;
  --bs-btn-border-color: rgba(233, 216, 166, 1) !important;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: rgba(244, 235, 204, 1) !important;
  --bs-btn-hover-border-color: rgba(244, 235, 204, 1) !important;
  --bs-btn-focus-shadow-rgb: 68, 111, 221;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: rgba(233, 216, 166, 1) !important;
  --bs-btn-active-border-color: rgba(244, 235, 204, 1) !important;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: rgba(133, 141, 145, 1) !important;
  --bs-btn-disabled-border-color: rgba(133, 141, 145, 1) !important;
}

.btn-gamboge {
  --bs-btn-color: #fff;
  --bs-btn-bg: rgba(238, 155, 0, 1) !important;
  --bs-btn-border-color: rgba(238, 155, 0, 1) !important;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: rgba(255, 177, 51, 1) !important;
  --bs-btn-hover-border-color: rgba(255, 177, 51, 1) !important;
  --bs-btn-focus-shadow-rgb: 68, 111, 221;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: rgba(238, 155, 0, 1) !important;
  --bs-btn-active-border-color: rgba(255, 177, 51, 1) !important;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: rgba(133, 141, 145, 1) !important;
  --bs-btn-disabled-border-color: rgba(133, 141, 145, 1) !important;
}

.btn-alloy-orange {
  --bs-btn-color: #fff;
  --bs-btn-bg: rgba(202, 103, 2, 1) !important;
  --bs-btn-border-color: rgba(202, 103, 2, 1) !important;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: rgba(223, 135, 51, 1) !important;
  --bs-btn-hover-border-color: rgba(223, 135, 51, 1) !important;
  --bs-btn-focus-shadow-rgb: 68, 111, 221;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: rgba(202, 103, 2, 1) !important;
  --bs-btn-active-border-color: rgba(223, 135, 51, 1) !important;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: rgba(133, 141, 145, 1) !important;
  --bs-btn-disabled-border-color: rgba(133, 141, 145, 1) !important;
}

.btn-rust {
  --bs-btn-color: #fff;
  --bs-btn-bg: rgba(187, 62, 3, 1) !important;
  --bs-btn-border-color: rgba(187, 62, 3, 1) !important;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: rgba(208, 91, 51, 1) !important;
  --bs-btn-hover-border-color: rgba(208, 91, 51, 1) !important;
  --bs-btn-focus-shadow-rgb: 68, 111, 221;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: rgba(187, 62, 3, 1) !important;
  --bs-btn-active-border-color: rgba(208, 91, 51, 1) !important;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: rgba(133, 141, 145, 1) !important;
  --bs-btn-disabled-border-color: rgba(133, 141, 145, 1) !important;
}

.btn-rufous {
  --bs-btn-color: #fff;
  --bs-btn-bg: rgba(174, 32, 18, 1) !important;
  --bs-btn-border-color: rgba(174, 32, 18, 1) !important;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: rgba(194, 66, 51, 1) !important;
  --bs-btn-hover-border-color: rgba(194, 66, 51, 1) !important;
  --bs-btn-focus-shadow-rgb: 68, 111, 221;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: rgba(174, 32, 18, 1) !important;
  --bs-btn-active-border-color: rgba(194, 66, 51, 1) !important;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: rgba(133, 141, 145, 1) !important;
  --bs-btn-disabled-border-color: rgba(133, 141, 145, 1) !important;
}

.btn-auburn {
  --bs-btn-color: #fff;
  --bs-btn-bg: rgba(155, 34, 38, 1) !important;
  --bs-btn-border-color: rgba(155, 34, 38, 1) !important;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: rgba(175, 71, 71, 1) !important;
  --bs-btn-hover-border-color: rgba(175, 71, 71, 1) !important;
  --bs-btn-focus-shadow-rgb: 68, 111, 221;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: rgba(155, 34, 38, 1) !important;
  --bs-btn-active-border-color: rgba(175, 71, 71, 1) !important;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: rgba(133, 141, 145, 1) !important;
  --bs-btn-disabled-border-color: rgba(133, 141, 145, 1) !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
  margin: 0.25rem 0.25rem 0.25rem 0;
  height: 1.375rem;
  line-height: 1.375rem;
  color: #fff;
  font-size: 0.875rem;
  font-weight: 600;
  background-color: rgba(187, 62, 3, 1) !important;
  border: none;
  border-radius: 0.375rem;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: rgba(187, 62, 3, 1) !important;
}

.nunito {
  font-family: "Nunito", sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
}

:root {
    --bs-font-sans-serif: "Nunito", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --bs-body-font-family: "Nunito", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}
